body {
    overflow-x: hidden;
    color: none;
    font-family: 'Playfair Display', serif;
}

.header {
    max-width: 360px;
    z-index: 10;
    width: 20%;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-toggle span.icon-bar {
    transition: all 0.15s;
}

.navbar-toggle span:nth-child(2) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle span:nth-child(3) {
    opacity: 0;
}

.navbar-toggle span:nth-child(4) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed span:nth-child(2),
.navbar-toggle.collapsed span:nth-child(4) {
    transform: rotate(0);
}

.navbar-toggle.collapsed span:nth-child(3) {
    opacity: 1;
}

.dropdown-menu li {
    padding: 10px 0;
}

header.sticky {
    position: fixed;
    font-size: 24px;
    line-height: 48px;
    height: 95px;
    width: 100%;
    background: #111;
    text-align: left;
    padding-left: 20px;
    z-index: 2;
}

.affix .header_info {
    display: none;
}

.affix .main_menu .navbar-nav {
    background: transparent;
    margin-top: 20px;
}

.main_menu .navbar-default {
    background: none;
    border: none;
}

.main_menu .navbar-nav {
    background: none;
    border-radius: 5px;
}

.main_menu .navbar-nav>li {
    padding: 6px 2px;
}

.main_menu .navbar-nav>li>a {
    color: black;
    font-size: 18px;
    font-weight: 400;
}

.main_menu .navbar-default .navbar-nav>.active>a {
    color: black;
    background: none;
    position: relative;
}

header.sticky {
    position: fixed;
    font-size: 24px;
    line-height: 48px;
    height: 95px;
    width: 100%;
    background: #5da7ab;
    text-align: left;
    padding-left: 20px;
    z-index: 2;
}

.main_menu .navbar-default .navbar-nav>li>a:hover {
    color: #057983;
}

.main_menu .navbar-collapse {
    width: inherit;
    float: left;
    top: 32px;
    right: 13px;
}

.main_menu .navbar-default .navbar-nav>.open>a {
    background: none;
    color: #fff;
}

.header_info {
    text-align: right;
    padding: 20px 0;
}

.header_info ul {
    padding: 0;
    margin: 0;
}

.header_info ul li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}

.header_info ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.header_info ul li .fa {
    color: #000;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    line-height: 25px;
    text-align: center;
    background: #f4cc1d;
    margin-right: 10px;
}

.header_info ul li .fa-envelope {
    font-size: 10px;
}

.navbar-brand img {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    z-index: 2;
}

.header.sticky img {
    width: 100px;
}

.navbar-nav {
    margin-left: 72px;
}

.nav>li>a {
    color: #fff;
    font-size: 18px;
}

.affix {
    z-index: 100;
}

.affix .navbar-fixed-top {
    background: #fff;
    min-height: inherit;
    position: fixed;
}

.affix .main_menu .navbar-collapse {
    margin-top: -15px;
}

.main_menu .navbar-nav>li {
    position: relative;
}

.main_menu .navbar-nav>li:after {}

.phone a {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    text-decoration: none;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background-color: inherit;
    color: black;
}

.navbar-fixed-top {
    position: inherit;
}

.main_menu .navbar {
    margin-bottom: 0;
    height: 119px;
    position: fixed;
    background-color: #ffffff;
}

.affix .navbar-fixed-top .navbar {}

.logo img {
    margin: 0 auto;
    margin-top: 0px;
	margin-bottom:15px;
}

.sidenav {
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #182f35;
    overflow: hidden;
    padding: 0;
    width: 20%;
}
.sidenav .listtype a{padding-left: 36px!important;}
.sidenav a,
.dropdown-btn {
    padding: 4% 8px 4% 56px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #2a474e;
}

.sidenav ul li.active a:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #fff;
    vertical-align: middle;
    margin-right: 7px;
}

.sidenav ul li.active a:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #fff;
    vertical-align: middle;
    margin-left: 7px;
}

.sidenav a:hover,
.dropdown-btn:hover {
    color: #f1f1f1;
}

.listtype {
    list-style-type: none;
    padding: 0px;
}

.sidenav ul {
    margin-top: 5px;
    margin-bottom: 15px;
}

.sidenav ul li a {
    position: relative;
}

.main {
    margin-left: 200px;
    padding: 0px 10px;
}

.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}

.box {
    background-color: #e8e8e8;
	border-top: 3px solid #c8cccd;
	border-bottom: 3px solid #c8cccd;
    box-shadow: 0 0 10px 3px #ffffff54;
    text-align: center;
    padding: 0;
}

.box p .fa-calendar {
    font-size: 25px;
    margin-right: 10px;
}

.box p {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
    margin-top: 7px;
    margin-bottom: 0px;
	color:#3c5474;
	text-transform:uppercase;
}

.know_head p {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
    margin-top: 7px;
	color:#fff;
	text-align:center;
}

.content {
    width: 100%;
    /* position: relative; */
    padding: 0;
    display: flex;
}

.footer {
    /* position: absolute; */
    /* bottom: 0; */
    background: #ebebeb;
    /* width: 80%; */
    padding: 10px 0;
    /* right: 0; */
    z-index: 1000;
    text-align: center;
    z-index: 1;
}

.footer p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin: 0;
}

.content_info {
    background: url(../img/slide1.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding: 0% 0 0 0%;
}

.content_info h2 {
    /* font-size: 58px; */
    /* font-weight: 600; */
    /* color: #a78241; */
    /* text-transform: uppercase; */
	font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin: 15% 0 0 60px;
    /* border: 3px solid #c8cccd; */
    /* background: #e8e8e8; */
    display: inline-block;
    /* padding: 20px; */
    font-family: "Audiowide", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    /* box-shadow: 0 0 10px 3px #ffffff54; */
}

.content_info h2 span {
    display: block;
}

.content_info p {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.content_info p span {
    display: block;
}

.content_info h3 {
    font-size: 34px;
    font-weight: 400;
    color: #193c6b;
    margin:3% 0 0 60px;
    border: 3px solid #c8cccd;
	background:#e8e8e8;
    display: inline-block;
    padding: 20px;
    font-family: "Audiowide", sans-serif;
	font-style: normal;
	text-transform:uppercase;
	text-align:center;
    box-shadow: 0 0 10px 3px #ffffff54;
}

.content_info h3 span {
    display: block;
    text-transform: initial;
    font-size: 16px;
    line-height: 32px;
    font-family: "Work Sans", sans-serif;
	text-transform:uppercase;
	color:#585858;
	font-weight:600;
}
.pt-2{padding-top:10px;}

.content_info a {
    background: #a78241;
    color: #fff;
    font-size: 18px;
    padding: 5px 40px;
    text-decoration: none;
    margin-top: 7%;
    display: inline-block;
    font-family: 'Lato', sans-serif;
}

.content_info.about_archana {
    padding: 0;
    background: none;
}

.content_info.about_archana img {
    width: 100%;
}

.about_archanac {
    padding: 50px 70px;
}

.about_archanac p {
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-transform: inherit;
    font-family: 'Lato', sans-serif;
    margin: 5px 0;
}

.about_archanac p span {
    color: #a78241;
    font-weight: 700;
    display: initial;
}

.about_archanac h4 {
    color: #a78241;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

.about_archanac h4 span {
    display: block;
    font-size: 20px;
    font-weight: 400;
}

.footer.about_archana {
    position: inherit;
    width: 100%;
    background: none;
}

.content.about_archana {
    display: inherit;
    width: 80%;
}

.innbnrcap .caption {
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 100%;
}

.innbnrcap .caption h2 {
    color: #fee4a5;
    font-size: 50px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    text-transform: inherit;
}

.about_archanac ul {
    padding: 0;
    margin: 0 0 30px 0;
}

.about_archanac ul li {
    list-style: none;
    color: #1d1918;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 20px;
    margin-right: 55px;
    min-width: 160px;
    font-family: 'Lato', sans-serif;
}

.about_archanac ul li .fa {
    position: absolute;
    left: 0;
    top: 4px;
}

.about_archanac h5 {
    color: #a78241;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    margin: 5px 0;
}

.innbnrcap {
    position: relative;
}

.about_archanac ul.teachingf {
    text-align: center;
    padding: 0;
    margin: 30px 0 0 0;
}

.about_archanac ul.teachingf li {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.about_archanac ul.teachingf li .about_archanacs {
    background: #7ae7c7;
    padding: 30px;
    position: relative;
    text-align: left;
    min-height: 212px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.about_archanac ul.teachingf li .about_archanacs h3 {
    position: absolute;
    top: -41px;
    left: 30px;
    background: #effffa;
    color: #2c2b2b;
    font-size: 19px;
    font-weight: 500;
    text-transform: inherit;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
	font-family: 'Poppins', sans-serif;
}

.about_archanacs img{
	width:100%;
	border:3px solid #66d3b3;
	border-radius:10px;
}

.quote_abs {
    position: absolute;
    bottom: 65px;
    right: 75px;
}

.quote_abs .fa {
    color: #1124297d;
    font-size: 40px;
}

.about_archanac ul.patientf {
    text-align: center;
    padding: 0;
}

.about_archanac ul.patientf li {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.about_archanac ul.patientf li .patientfs {
    background: #1f283a;
    padding: 40px;
    position: relative;
    text-align: left;
    min-height: 212px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.about_archanac ul.patientf li .patientfs p {
    color: #fff;
}

.quote_abs.patientf {
    position: absolute;
    bottom: 65px;
    right: 75px;
}

.quote_abs.patientf .fa {
    color: #303848;
    font-size: 50px;
}

.about_archanac ul.patientf li .patientfs h3 {
    position: absolute;
    bottom: -37px;
    right: 145px;
    background: #e1e1e1;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: inherit;
    border: none;
    width: 65px;
    height: 65px;
    border-radius: 65px;
    line-height: 65px;
    text-align: center;
    padding: 0;
}

.about_archanac ul.patientf li:nth-child(even) .patientfs {
    background: #ebebeb;
}

.about_archanac ul.patientf li:nth-child(even) .patientfs p {
    color: #3b3b3b;
}

.about_archanac ul.patientf li:nth-child(even) .quote_abs.patientf .fa {
    color: #e1e1e1;
}

.about_archanac ul.patientf li:nth-child(even) .patientfs h3 {
    background: #1f283a;
    color: #fff;
}

.header.innerbanner {
    float: left;
    max-width: 100%;
}

.social_media {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
}

.social_media a {
    display: initial;
    width: auto;
    padding: 0 5px;
}

.social_media .fa {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    color: #000;
}

.drarnacntbrch {
    padding: 0 0 30px 0;
}

.drarnacntbrch ul {
    padding: 0;
    margin: 0;
}

.drarnacntbrch ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.drarnacntbrch ul li:after {
    content: '';
    position: absolute;
    top: 0;
    right: 17px;
    border-right: 1px solid #e5e5e5;
    height: 100%;
}

.drarnacntbrch ul li:last-child:after {
    border: none;
}

.drarnacntbrch ul li .drarnacntbrchs {
    margin-right: 35px;
}

.drarnacntbrch ul li .drarnacntbrchs h4 {
    color: #3b3b3b;
    font-size: 25px;
    font-weight: 700;
}

.drarnacntbrch ul li .drarnacntbrchs p {
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.drarnacntbrch ul li .drarnacntbrchs h6 {
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    position: relative;
    padding-left: 25px;
}

.drarnacntbrch ul li .drarnacntbrchs h6 a {
    color: #3b3b3b;
    text-decoration: none;
    background: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.drarnacntbrch ul li .drarnacntbrchs h6 .fa {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: #1f283a;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

.drarnacntbrch ul li .drarnacntbrchs h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    background: #003663;
    padding: 20px 20px 20px 75px;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    min-height: 70px;
}

.drarnacntbrch ul li .drarnacntbrchs h5 img {
    position: absolute;
    top: 13px;
    left: 14px;
    width: auto;
    margin-right: 7px;
}

.drarnacntbrch ul li .drarnacntbrchs iframe {
    border-radius: 10px;
}

.drarnacntbrch ul li .drarnacntbrchs .blkminhgt {
    min-height: 150px;
}

.footer p {
    color: #000;
    text-transform: inherit;
    font-size: 16px;
    font-weight: 400;
}

.footer.inner {
    position: inherit;
    left: 0;
    right: inherit;
    width: 100%;
}

.sidenav ul li.active a:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #fff;
    vertical-align: middle;
    margin-right: 7px;
}

.sidenav ul li.active a:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #fff;
    vertical-align: middle;
    margin-left: 7px;
}

.drarnacntaltr {}

.drarnacntaltr ul {
    padding: 0;
    margin: 0;
}

.drarnacntaltr ul li {
    padding: 0;
}

.drarnacntaltr .drarnacntaltrs {
    background: #f8f8f8;
    border-radius: 10px;
    padding: 30px;
}

.drarnacntaltr .drarnacntaltrs p {
    margin: 0;
    color: #1d1918;
    font-size: 16px;
    font-weight: 400;
}

.drarnacntaltr .drarnacntaltrs p a {
    background: none;
    color: #1d1918;
    margin: 0;
    padding: 0;
}

.drarnacntaltr .drarnacntaltrs .alink {
    margin-top: 20px;
}

.appoint_enq {}

.appoint_enq .form-control {
    background: #fff;
    border: none;
    color: #282828;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    /* border: 1px solid #c2c2c2; */
    font-family: 'Work Sans', sans-serif;
    border-radius: 5px;
	box-shadow:-1px 2px 4px 0px #11242959;
}

.appoint_enq .form-group {
    padding: 10px;
    margin: 0;
}

.appoint_enq select {
    color: rgba(51, 51, 51, .5);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.appoint_enq .form-control.txt_area {
    height: 90px;
    color: #000000;
}

.appoint_enq .form-control.submit {
    font-weight: 400;
	text-transform:uppercase;
    background: #3c5474;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    width: auto;
    padding: 12px 34px;
    border-radius: 30px;
    height: auto;
    position: relative;
    border: none;
	font-family: "Work Sans", sans-serif;;
}

.appoint_enq .form-control.submit:before {
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    z-index: 2;
    display: inline-block;
}

.appoint_enq ::placeholder {
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
}

.appoint_enq .input-group {
    width: 100%;
    position: relative;
    line-height: 0;
}

.appoint_enq .input-group-addon {
    position: relative;
    display: inline-block;
    background: none;
    border: none;
    padding: 0;
    width: 100%;
}

.appoint_enq .input-group-addon .fa-chevron-right {
    position: absolute;
    left: 17px;
    top: 10px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
}

.appoint_enq .input-group-addon .fa-calendar {
    position: absolute;
    right: 15px;
    top: -46px;
    color: #2683be;
    font-size: 25px;
    z-index: 2;
}

.appoint_enq .input-group-addon.w100p {
    width: 100%;
    padding: 0;
}

.appoint_enq .input-group-addon .fa-caret-down {
    position: absolute;
    right: 10px;
    top: 12px;
    color: #2d4146;
    font-size: 20px;
}

.appoint_enq .input-group .form-control:first-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.appoint_enq h3 {
    color: #1d1918;
    font-size: 25px;
    font-weight: 700;
    border: none;
    text-transform: inherit;
    text-align: center;
    width: 100%;
    font-family: 'Lato', sans-serif;
}

.poillwsb {}

.poillwsb h3 {
    background: #1f283a;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    border: none;
    text-transform: inherit;
    border-radius: 10px;
    font-family: 'Lato', sans-serif;
}

.poillwsb ul {
    padding: 0;
    margin: 0;
}

.poillwsb ul li {
    list-style: none;
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    position: relative;
    padding-left: 30px;
    font-family: 'Lato', sans-serif;
    margin: 12px 0;
    display: inherit;
}

.poillwsb ul li .fa {
    position: absolute;
    left: 0;
    top: 4px;
    color: #8b8b8b;
}

.padpmnt {
    padding: 0;
}

.padpmnt ul {
    padding: 0;
    margin: 0 0 20px 0;
}

.padpmnt ul li {
    list-style: none;
    background: #ebebeb;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 30px;
    border-radius: 5px;
}

.padpmnt ul li img {
    width: auto !important;
    margin-right: 10px;
}

.poillwsb h4 {
    color: #1d1918;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

.about_archanac h4.welcome {
    color: #1d1918;
    font-size: 35px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

.about_archanac h4.sincere {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}

.about_archanac h4.sincere span {
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
}

.content.interest {
    background: url(../images/interest_bg.png) no-repeat bottom;
    background-size: contain;
}

.news_slider {
    text-align: center;
    position: relative;
    float: right;
	padding:0px;
}

.news_slider .slick-next::before,
.client_slider .slick-prev::before {
    color: #000;
}

.news_slider img {
    border: 1px solid #eee;
}

.news_slider .slick-slide {
    padding: 0 6px;
}

.news_slider div {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    font-family: 'Lato', sans-serif;
}

.glryb .nav-tabs {
    text-align: center;
    border: none;
	margin-bottom:20px;
}

.glryb .nav-tabs>li {
    float: none;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    min-width: inherit;
}

.glryb .nav-tabs>li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 23px;
    border-right: 1px solid #000;
    height: 15px;
}

.glryb .nav-tabs>li:last-child:after {
    display: none;
}

.glryb .nav-tabs>li>a {
    /* color: #39393a; */
    /* font-size: 15px; */
    /* font-weight: 700; */
    background: none;
    /* border: none; */
    text-decoration: none;
	
	/* display: block; */
    padding: 10px 30px;
    border-radius: 25px;
    font: 600 14px/22px 'Work Sans', sans-serif;
    text-transform: uppercase;
    color: #c8c8c8;
    border: 1px solid #c8c8c8;
}

.glryb .nav-tabs>li.active>a,
.glryb .nav-tabs>li.active>a:focus,
.glryb .nav-tabs>li.active>a:hover {
    color: #525252;
    background: #dfdede;
    /* border: none; */
    /* box-shadow: none; */
    /* border: 1px solid transparent; */
    /* border: none; */
	padding: 10px 30px;
    border-radius: 25px;
    font: 600 14px/22px 'Work Sans', sans-serif;
    /* color: #212f3c; */
    text-transform: uppercase;
    /* color: #c8c8c8; */
    border: 1px solid #dfdede;
}

.glryb .tab-content a {
    background: none;
    margin: 0;
}
.glryb{padding:30px 0;}

.lg-sub-html {
    font-size: 24px;
    color: #a78241;
    font-family: 'Lato', sans-serif;
}

.gallery_s {
    padding: 10px !important;
}

.vidob {}

.vidobs {
    padding: 10px;
}

.cusglry_abs {
    position: absolute;
    bottom: 10px;
    width: 95.6%;
    background: #a78241;
    text-align: center;
    border-left: 10px solid #000;
}

.cusglry_abs h3 {
    color: #fff;
    margin: 0;
    font-size: 20px;
    text-transform: capitalize;
    padding: 10px;
}

.about_archanac h5.abtclr {
    color: #000;
}

.drarnacntbrch ul li .drarnacntbrchs .clitim {
    min-height: 100px;
}

.content_info a.skinapp {
    margin: 0;
    background: #5A6ACF;
    border-radius: 15px;
}

.about_archanac.teachingf p span {
    color: #3b3b3b;
    font-style: italic;
}

.footer p a {
    color: #000;
    text-decoration: none;
}

.content_info.about_archana {
    padding-top: 0 !important;
}

.wstnkub {}

.wstnkub_logo {
    text-align: center;
}

.wstnkub_logo a {
    background: #a78241;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}

.wstnkub_logo a.logo {
    background: none;
}

.wstnkub_logo p {
    font-size: 18px;
}

.wstnkubinfo {}

.wstnkubinfo p {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}

.wstnkubinfo h6 {
    font-size: 22px;
}

.wstnkubinfos {
    padding-top: 10px;
}

.wstnkubinfo p .fa {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    background: #1f283a;
    color: #fff;
}

.wstnkub hr {
    border-top: 1px solid #1f283a;
}

.digita_card{}
.digita_card img{
	width:100%;
	animation: shake 2.5s;
	animation-iteration-count: infinite;
}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

/*********************************************
About Home Page
*********************************************/

.template_right{
	background:#112429;
	/* padding:60px 40px; */
	position:absolute;
    width: 80%;
    padding: 10px 0;
    right: 0;
    z-index: 1000;
    /* text-align: center; */
    z-index: 1;
	/* overflow:scroll; */
}

.about_home{
	background:#112429;
	padding:60px 100px;
	display:inline-block;
}
.about_home1{
	background:#112429;
	padding:20px 80px 20px;
	display:inline-block;
	/* text-align:justify; */
}

.abt_left{
	/* text-align:center; */
}
.abt_left h1{
	color: #f1f1f1;
    font-size: 42px;
    font-family: "Audiowide", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.abt_left h2{
	display: block;
    color: #fff;
    /* color: #3c3b3b; */
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    padding-top: 0px;
	font-family: 'Work Sans', sans-serif;
	text-transform:uppercase;
}
.abt_left p{
	color: #f1f1f1;
    font-size: 16px;
    line-height: 32px;
	font-family: 'Work Sans', sans-serif;
}
.abt_left ul{padding-top:20px;}
.abt_left ul li{
	display:inline-block;
	margin:0 8px;
}
.abt_left ul li:nth-child(1) a{
	background:#fff;
	padding:11px 25px;
	border-radius:0px;
	text-transform:uppercase;
	font-size:18px;
	font-family: 'Work Sans', sans-serif;
	font-weight:500;
	color:#282828;
	text-decoration:none;
}
.abt_left ul li:nth-child(2) a{
	background:#dc7449;
	padding:11px 35px;
	border-radius:0px;
	text-transform:uppercase;
	font-size:18px;
	font-family: 'Work Sans', sans-serif;
	font-weight:500;
	color:#fff;
	text-decoration:none;
}

.abt_right{
	/* padding:0 100px; */
	text-align:center;
	width:50%;
	margin: 0 auto;
}
.abt_right img{
	width:100%;
	animation: shake 5.5s;
	animation-iteration-count: infinite;
	/* transform:perspective(600px) translate3d(0px, 0px, 0px) scale(0.8017, 0.8017); */
	/* filter:blur(3.9333px) grayscale(0%) brightness(100%); */
}
.abt_right1{
	/* padding:0 100px; */
	text-align:center;
	/* width:50%; */
	margin: 0 auto;
}
.abt_right1 img{
	width:100%;
	animation: shake 5.5s;
	animation-iteration-count: infinite;
	/* transform:perspective(600px) translate3d(0px, 0px, 0px) scale(0.8017, 0.8017); */
	/* filter:blur(3.9333px) grayscale(0%) brightness(100%); */
}

.services_main1{}
.services_main1{
	position:relative;
}
.services_main1:after{
	position:absolute;
	content:'';
	background:#ffffff52;
	width:100%;
	height:65px;
	bottom:0px;
	left:0px;
	z-index:-1;
}
.location_map img{
	width:100%;
	/* animation: shake 5.5s; */
	/* animation-iteration-count: infinite; */
	z-index:99999;
	margin-top:-30px;
}



/*****************************************
Form
*****************************************/

.form_main{
	/* padding:50px; */
	background:#182F35;
	margin:50px 50px 0;
	border-radius:12px 12px 0px 0px;
}
.frm_padd{padding:50px;}
.frm_img{}
.frm_img img{
	width:100%;
}
.cnt_detail{}
.cnt_detail h1{
	font-size:22px;
	color:#f1f1f1;
	font-family: 'Work Sans', sans-serif;
}
.cnt_detail ul{
	padding:15px 0 0;
}
.cnt_detail ul li{
	font-size:32px;
	color:#7ae7c7;
	font-family: 'Work Sans', sans-serif;
	margin:7px 0;
	position:relative;
	padding-left:50px;
	list-style:none;
}
.cnt_detail ul li a{
	color:#fdfcfc;
	font-family: 'Work Sans', sans-serif;
}
.cnt_detail ul li i{
	position:absolute;
	left:0px;
	top:6px;
	color:#fdfcfc;
}
.frm_bg{
	background:#e8e8e8;
	padding:50px;
	margin:0 0px;
}
.scl_detail h1 {
    font-size: 20px;
    color: #182F35;
    font-family: 'Poppins', sans-serif;
	text-transform:uppercase;
	padding-top:30px;
	/* margin:10px 0 0; */
}
.scl_detail ul{
	padding:20px 0 0;
}
.scl_detail ul li{
	/* font-size:32px; */
	color:#444;
	font-family: 'Poppins', sans-serif;
	margin:0 2px;
	list-style:none;
	display:inline-block;
}
.scl_detail ul li i{
	font-size:24px;
	color:#3c5474;
	background:#f0f0f0;
	padding:12px 14px;
}






.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.large-container {
    position: static;
    max-width: 1580px;
    padding: 0px 30px;
    margin: 0 auto;
}

.testimonial-section{
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* .testimonial-section:before{ */
	/* position: absolute; */
	/* left: 20%; */
	/* top: -17%; */
	/* background-image: url(http://t.commonsupport.com/adro/images/icons/ring-circle.png); */
	/* background-repeat: no-repeat; */
	/* background-position: center; */
	/* width: 535px; */
	/* height: 456px; */
	/* content: ""; */
	/* -webkit-animation: fa-spin 25s infinite alternate; */
	/* -moz-animation: fa-spin 25s infinite alternate; */
	/* -ms-animation: fa-spin 25s infinite alternate; */
	/* -o-animation: fa-spin 25s infinite alternate; */
	/* animation: fa-spin 25s infinite alternate; */
/* } */

.testimonial-section .sec-title{
	position: relative;
	margin-bottom: 115px;
}

.testimonial-section .sec-title .title{
	margin-bottom: 20px;
}

.testimonial-section .testimonial-carousel{
	position: relative;
	max-width: 100%;
	/* margin: 0 -50px; */
}

.testimonial-block{
	position: relative;
	padding: 0 50px 50px;
}

.testimonial-block .inner-box{
	padding: 30px 30px;
	/* border: 3px solid #c8cccd; */
    /* background: #e8e8e8; */
	/* box-shadow: 0 0 50px rgba(226,222,232,0.75); */
    /* box-shadow: 0 0 10px 3px #ffffff54; */
}

.testimonial-block .text{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	color: #e1e1e1;
	font-weight: 400;
	margin-bottom: 5px;
	font-family: 'Work Sans', sans-serif;
	text-align:left;
}

.testimonial-block .info-box{
	position: relative;
	/* padding-left: 115px; */
	padding-top: 10px;
}

.testimonial-block .info-box .thumb{
	position: absolute;
	left: 0;
	top: 0;
	height: 82px;
	width: 82px;
}

.testimonial-block .info-box .thumb img{
	border: 6px solid #e5e6fa;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	width: 100%;
	box-shadow: 0 45px 45px rgba(147,147,147,0.35);
}

.testimonial-block .info-box .name{
	position: relative;
	display: block;
	font-size: 21px;
	line-height: 1.2em;
	color: #fdfdfd;
	font-weight: 700;
	margin-bottom: 10px;
	font-family: "Niramit", sans-serif;
	text-align:left;
}

.testimonial-block .info-box .designation{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #8053f7;
	font-weight: 400;
	font-family: "Muli", sans-serif;
}

.testimonial-carousel .owl-nav{
	position: absolute;
    right: 75px;
    bottom: 70px;
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev{
	position: relative;
	display: inline-block;
	height: 45px;
	width: 45px;
	line-height: 62px;
	text-align: center;
	border-radius: 50%;
	background-color:#ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	margin:0 5px;
}

.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover{
	background-color:#dc7449;
	box-shadow: -1px 2px 24px rgba(187,187,187,.75);
}

.arrow-right,
.arrow-left{
	position: relative;
	display: inline-block;
	height: 26px;
	width: 26px;
	background-image: url(../img/arrow1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover
}

.arrow-right{
	background-image: url(../img/arrow2.png);
}

.testimonial-section .thumb-layer{
    position: absolute;
    right: 30px;
    top: 120px;
}

.testimonial-section .thumb-layer .image{
	position: relative;
	margin-right: 0;
}

.testimonial-section .thumb-layer .image img{
	display: inline-block;
	max-width: 100%;
	height: auto;
}



.rev_left{
	text-align:center;
	/* padding-bottom:50px; */
	padding-top:50px;
}
.rev_left h1{
	color: #f1f1f1;
    font-size: 32px;
    font-family: 'Audiowide', serif;
    font-weight: 400;
    text-transform: uppercase;
}


/*****************************************************
Services
*****************************************************/

.services_home {
    /* border-top: 3px solid #c8cccd; */
    /* border-bottom: 3px solid #c8cccd; */
    /* background: #e8e8e8; */
    /* box-shadow: 0 0 10px 3px #ffffff54; */
    /* background: url(../img/home-bg-1.png); */
    padding: 30px 0 50px;
	display:inline-block;
}
.cmt-processbox-wrapper {
    display: -webkit-inline-block;
    display: -ms-flexbox;
    display: inline-block;
    /* position: relative; */
    /* margin: 15px -15px 0; */
	width:100%;
}
.cmt-processbox-wrapper .cmt-processbox {
    width: calc(100% / 3);
    max-width: 100%;
    padding: 0 15px;
    position: relative;
    text-align: center;
    margin-top: 10px;
}
.cmt-processbox-wrapper .cmt-processbox .cmt-box-iconbox {
    position: relative;
    display: inline-block;
    width: 100%;
}
.cmt-processbox-wrapper .cmt-processbox .cmt-box-iconbox {
    transition: all 500ms ease;
}
.cmt-processbox-wrapper .cmt-processbox .cmt-process-icon {
    display: inline-block;
    position: relative;
}
.cmt-vc_icon_element-inner img {
    height: 120px;
    width: 120px;
    /* border: 4px solid #d1d1d1; */
    /* background-color: #f1f1f1; */
    /* border-radius: 50%; */
    padding: 5px;
}
.cmt-processbox-wrapper .cmt-box-content {
    text-align: center;
    padding: 0 2px;
}
.cmt-processbox-wrapper .cmt-box-content p{
	font-family: 'Work Sans', sans-serif;
	font-size:15px;
	color:#cfd4d6;
	/* padding:0 20px; */
	padding:0 5px;
}
.cmt-processbox-wrapper .cmt-box-content .serv_btn:hover{
	background:#3c5474;
}
.cmt-processbox-wrapper .cmt-box-content .serv_btn{
	/* background: #dc7449; */
	/* background: #3c5474; */
	border: 1px solid #333d4a;
    padding: 7px 15px;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
	margin-top:5px;
	margin-bottom:15px;
	display:inline-block;
}
.cmt-processbox-wrapper .cmt-processbox .cmt-box-content .cmt-box-title h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
    color: #2e3f53;
    padding-top: 0px;
    margin-bottom: 5px;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.cmt-processbox-wrapper .cmt-processbox .cmt-box-content .cmt-box-title h5 a {
    color: #eef0f1;
    font-family: 'Work Sans', sans-serif;
	text-transform:uppercase;
}
.header_title {
    text-align: center;
    width: 100%;
    padding-bottom: 15px;
}
.header_title h1 {
    font-size: 34px;
    font-family: 'Audiowide', sans-serif;
    color: #eef0f1;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: 500;
	margin:0px;
}
.header_title p {
    font-size: 20px;
    font-family: 'Work Sans', sans-serif;
    color: #eef0f1bf;
    text-transform: capitalize;
    padding-bottom: 15px;
    font-weight: 500;
}


.mb_4{margin-bottom:40px;}


/***********************************************
services
***********************************************/

.services_inner{
	padding:40px 70px 10px;
}
.services_img{
	width:36%;
	display:inline-block;
	float:left;
	padding-right:30px;
}
.services_img img{
	width:100%;
	border-radius:10px;
}
.services_decrp{
	/* float:right; */
	/* width:64%; */
}
.services_decrp h1{
	color: #f1f1f1;
    font-size: 32px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
	margin-top:0px;
}
.services_decrp p{
	color: #f1f1f1;
    font-size: 16px;
    line-height: 32px;
    font-family: 'Work Sans', sans-serif;
}
.services_decrp h2{
	color: #f1f1f1;
    font-size: 24px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
	line-height:32px;
    /* text-transform: uppercase; */
	margin-top:0px;
	padding-top:20px;
}
.services_decrp ul {
    padding: 0px;
}
.services_decrp ul li {
    position: relative;
    padding: 5px 0 5px 25px;
    margin: 0 0 0px 0;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
    list-style: none;
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.services_decrp ul li:before {
    content: "\f192";
    position: absolute;
    top: 5px;
    left: 0;
    font-family: Font Awesome\ 5 Free;
    color: #e5af71;
	margin-top: 1px;
    font-size: 14px;
}


/************************************************
Services Tab
************************************************/

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}



/************************************************
CONDITIONS
************************************************/

.cond_main{padding:30px 0 90px;}
.cond-blk li {
    display: inline-block;
    width: 30%;
    /* box-shadow: 3px 4px 5px 0px #c5c5c57a; */
    /* background: #fff; */
	background:#112429;
	border:1px solid #7c7c7c7a;
	box-shadow:unset;
    text-align: center;
    padding: 25px 15px 20px;
    vertical-align: top;
    margin: 12px;
    min-height: 320px;
}
.cond-blk li:hover{
	background:#112429;
	border:1px solid #c8c8c8;
	box-shadow:unset;
	/* box-shadow:3px 1px 2px 0px #5a5a5a59; */
}
.cond-blk li:hover .cond-blk-more a,
.cond-blk li:hover .cond-blk-txt,
.cond-blk li:hover .cond-blk-title{
	color:#f1f1f1;
	text-decoration:none;
}

/* .cond-blk li.knee-total-knee-rep:before { */
    /* background-position: -172px -172px!important; */
/* } */
/* .cond-blk.knee-cond-blk li:before { */
    /* background: url(https://assets.yourpractice.online/2414/knee-conditions.png) 0 0 no-repeat; */
/* } */
.cond-blk.knee-cond-blk li:nth-child(1):before {
    background: url(../img/condition/1.png) 0 0 no-repeat;
    background-size: cover;
    width: 66px;
}
.cond-blk.knee-cond-blk li:nth-child(2):before {
    background: url(../img/condition/2.png) 0 0 no-repeat;
    background-size: cover;
    width: 66px;
}
.cond-blk.knee-cond-blk li:nth-child(3):before {
    background: url(../img/condition/3.png) 0 0 no-repeat;
    background-size: cover;
    width: 66px;
}
.cond-blk.knee-cond-blk li:nth-child(4):before {
    background: url(../img/condition/4.png) 0 0 no-repeat;
    background-size: cover;
    width: 66px;
}
.cond-blk.knee-cond-blk li:nth-child(5):before {
    background: url(../img/condition/5.png) 0 0 no-repeat;
    background-size: cover;
    width: 66px;
}
.cond-blk.knee-cond-blk li:nth-child(6):before {
    background: url(../img/condition/6.png) 0 0 no-repeat;
    background-size: cover;
    width: 66px;
}
.cond-blk li:before {
    width: 110px;
    height: 80px;
    margin: 0px auto 20px;
    position: relative;
    display: block;
    content: '';
    transition: 0.2s all linear;
}
.cond-blk li .cond-blk-title {
    color: #d1cfcf;
    font: normal 20px/23px 'Audiowide', sans-serif;
    text-transform: uppercase;
    /* min-height: 67px; */
}
.cond-blk li .cond-blk-title {
    color: #d1cfcf;
    font: 600 18px/23px 'Work Sans', sans-serif;
    text-transform: uppercase;
    /* min-height: 67px; */
	padding-bottom:10px;
}
.cond-blk li .cond-blk-more a {
    font: 600 15px/22px 'Work Sans', sans-serif;
    color: #adadad;
    border: 1px solid #4e4e4e;
    padding: 10px 0;
    width: 130px;
    margin: 0px auto;
    display: block;
    text-transform: uppercase;
    border-radius: 25px;
}
.cond-blk li .cond-blk-txt {
    font: normal 15px/22px 'Work Sans', sans-serif;
    color: #d1cfcf;
    padding: 0 0 10px 0;
}



.pdf_download{
	position:absolute;
	right:15px;
	top:20px;
}
.pdf_download a img{
	width:100%;
	box-shadow:0 0 #ddd;
}