/*
Theme Name: Awake Spin Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: awake spin
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,portfolio
Version: 2.4.1738648085
Updated: 2025-02-04 05:48:05

*/
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
	 scroll-behavior: smooth;
}
body {
   font-family: "Kumbh Sans";
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
}
h2 {
    font-family: Nunito;
    line-height: 46px;
    font-weight: 700;
    font-style: normal;
    color: #222222;
    font-size: 40px;
}
p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
	color: #6C6868;
}
:root  {
/*     --main-bg-color:  #1fb9b9; */
/* 	   --main-bg-color:#d01a24; */
	 --main-bg-color: #ff0000;
	--Secondary-color: #848484;
	--main-theme-color:  #083097;
}
/* === WebKit Browsers (Chrome, Safari, Edge) === */
::-webkit-scrollbar-track {
  border-radius: 7px;
  background-color: lightgray;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--main-bg-color);
  border-radius: 7px;
}

/* === Firefox Browsers === */
* {
  scrollbar-width: thin; /* can be 'auto', 'thin', or 'none' */
  scrollbar-color: var(--main-bg-color) lightgray; /* thumb color, then track color */
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a , a:hover{
	text-decoration: none;
	color: inherit;
}
.awake-container {
    max-width: 85%;
    margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
.go-home a {
    color: var(--main-bg-color);
    font-size: 70px;
}

.go-home {border-bottom: 2px solid var(--main-bg-color);margin-bottom: 20px;padding-bottom: 20px;}
/* Slider */

.slick-slide {
    margin: 0px 5px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* site css start */
.header-menu ul {
    display: flex;
    justify-content: end;
    gap: 40px;
}
.header-hamburger {
	cursor: pointer;
	text-align: right;
}
.header-hamburger svg {
    fill: var(--main-bg-color);
}
/* sidebar menu */
.sidenav {
    height: 100%;
    width: 0px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    background: #ffffff;
    overflow-x: hidden;
    padding: 70px 0 0 0;
    transition: all 0.5s;
    box-shadow: 0 0 10px #dfdfdf;
}
section.video-header:after {
    content: '';
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.1) 0px, rgba(255, 255, 255, 0.2) 359px, rgba(0, 0, 0, 0.3) 604px);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.sidenav .current-menu-item a {
    color: var(--main-bg-color); !important;
    font-weight: bold;
}

.sidenav .menu-item a {
	text-transform:capitalize;
}
.sidenav a {
    padding: 0 0 0 20px;
	 font-weight: 400;
    font-size: 18px;
    display: block;
    text-decoration: none;
    color: var(--main-bg-color);
	
}

.sidenav a:hover {
      color: #000000;
}
.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 40px;
    color: #000000;
}

.sidenav .contact-btn a {
    padding: 10px;
    margin-left: 15px;
}
.current-menu-item a {
    font-weight: 700 !important;
    color: var(--main-bg-color) !important;
}
header.awake-header {
    background: #ffffff;
    padding: 0;
    width: 100%;
    box-shadow: 0px 6px 15px 0px rgb(0 0 0 / 6%);
    position: relative;
    z-index: 99;
}

.header-menu li a {
    color: #222222;
    font-size: 15px;
    font-weight: 600;
	text-transform: uppercase;
}
section.hero-banner {
	position: relative;
}
/* section.hero-banner:before {
    content: '';
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
*/
section.hero-banner img {
    width: 100%;
	
}
.hero-cnt {
    position: absolute;
    top: 20%;
    left: 8%;
    transform: translateY(-50%);
    text-align: left;
    width: 100%;
    z-index: 3;
}
.hero-cnt {
    color: #222222;
/*     text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3); */
}
.main-text {
    font-family: "Nunito", serif;
    font-size: 80px;
    line-height: 90px;
    font-weight: 700;
    color: #222222;
}
.hero-inner {
    margin: 0;
}
.spine-tagline {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 50px;
    font-weight: 400;
    max-width: 600px;
	color: #222222;
}
.site-btns a {
    display: block;
    padding: 15px 10px;
    width: 185px;
	text-align: center;
}
.banner-buttons {
    display: flex;
    justify-content: start;
    gap: 20px;
}
.site-btns.cntct-us a {
    background: var(--main-bg-color);
	border: 2px solid var(--main-bg-color);
	color: #ffffff;
}
.site-btns.book-apt a {
    background: var(--Secondary-color);
    border: 2px solid var(--Secondary-color);
    color: #ffffff;
}
.carousel-control-next, .carousel-control-prev {
	z-index: 4;
}
section.about-us {
    padding: 80px 0 80px;
}
.introduce {
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #222222;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: 0.6px;
}
.doted-line{
	margin-bottom: 20px;
}
.doted-line span {
    width: 8px;
    height: 8px;
    background: var(--main-bg-color);
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
}


.doted-line span:last-child {
    width: 50px;
    border-radius: 30px;
}
p.spacial-left {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}
.why-box p {
    font-size: 16px;
    line-height: 26px;
    color: #999999;
}


figure {
    margin: 0;
}
.about-inner h2 {
font-family: Nunito;
    line-height: 46px;
    font-weight: 700;
    font-style: normal;
    color: #222222;
    font-size: 40px;
}

section.abt-video {
    position: relative;
    padding: 200px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    overflow: hidden;
}

section.abt-video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 185, 185, 0.7);
    z-index: 1; 
}

section.abt-video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://vaidy.themeht.com/wp-content/uploads/2023/04/project-img-02.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0.5; 
    z-index: -1;
}
.video-btn {
    position: relative;
	text-align: center;
	    z-index: 9;

}
.video-btn {
  position: relative;
}
.video-btn .play-btn {
/*   animation: ripple-white 1s linear infinite; */
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
}
.video-btn .play-btn i {
  font-size: 24px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.2s ease-out !important;
  transform: translate3d(-50%, -50%, 0);
/* 	color: var(--main-bg-color); */
	color: #ffffff;
}
@-webkit-keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 15px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 15px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3),
      0 0 0 30px rgba(255, 255, 255, 0.3), 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3),
      0 0 0 30px rgba(255, 255, 255, 0.3), 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 15px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 15px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3),
      0 0 0 30px rgba(255, 255, 255, 0.3), 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3),
      0 0 0 30px rgba(255, 255, 255, 0.3), 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
section.why-choose {
    padding: 80px 0 130px;
}
.why-box {
    padding: 25px;
/*     border: 1px solid #eeeeee; */
    border-radius: 8px;
    background: #ffffff;
    height: 100%;
}
.why-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sticky-intro {
    position: sticky;
    top: 160px;
}
.why-box h3 {
font-family: Nunito;
    line-height: 32px;
    font-weight: 700;
    font-style: normal;
    color: #222222;
    font-size: 22px;
}
.awake-btns a {
    background:   transparent;
    border: 2px solid var(--main-bg-color);
    color: var(--main-bg-color);
    padding: 15px 30px;
	    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.awake-btns a:hover{
	background: var(--main-bg-color);
	color: #ffffff;
}
.mb-50 {
	margin-bottom: 50px;
}
.video-box {
    position: relative;
}
section.about-saran {
    padding: 20px 0 20px;
}
.meet-subintro {
	    font-family: Nunito;
    margin-bottom: 35px;
	color: var(--main-bg-color);
	font-size: 22px;
	font-weight: 700;
}
.video-img {
    position: relative;
	z-index: -1;
}
.video-img:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 77;
    width: 100%;
    height: 90%;
	background-image: -webkit-linear-gradient(bottom, rgb(33 37 41 / 50%) 40%, transparent);
}
.review-play-btn {
    position: absolute;
    top: 4%;
    left: 4%;
    z-index: 2;
}
section.video-reviews {
    padding: 80px 0 80px;
    background:  #F8F8FF;
}
.review-play-btn .video-btn .play-btn {
    width: 50px;
    height: 50px;
    line-height: 20px;
    border: 2px solid #ffffff;
}
.review-play-btn .video-btn .play-btn i {
    font-size: 22px;
}
.item-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 30px 22px;
    z-index: 5;
    color: #ffffff;
}
.item-meta  .item--title {
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 20px;
	    font-weight: 600;
}
.item-meta  .item--author {
font-weight: 600;
    color: #ffffff;
	
}
.video-area {
    margin-bottom: 60px;
}
.pre-footer {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 0 40px 0;
/*     background: var(--main-bg-color); */
	background: #222222;
}
.pre-footer-text {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2;
    font-family: Nunito;
    color: #ffffff;
    text-align: center;
    max-width: 80%;
    margin: 0 auto 30px;
}
.site-btns.book-apt.text-center a {
    text-align: center;
    display: inline-block;
}
.awake-top-footer {
    padding: 80px 0 35px;
}
.footer-logo img {
    max-width: 230px;
}
.footer-logo-inner-menu {
    max-width: 200px;
}


.footer-logo {
    margin-bottom: 0;
	text-align: center;
}
.address-line {
    margin-bottom: 20px;
}
footer.site-footer .footer-social i {
/*     color: #c2cbcb; */
	color: #222222;
}
footer.site-footer .footer-social i:hover {
    color:var(--main-bg-color);
}
footer.site-footer .address-line a {
/* 	color: #c2cbcb; */
	color: #222222;
}
footer.site-footer .address-line a:hover {
    color: var(--main-bg-color);
}
.footer-menus li a:hover{
	color: var(--main-bg-color);
}
.address-line a {
    display: flex;
    align-items: start;
	color: #222222;
    font-size: 15px;
    line-height: 28px;
	    gap: 15px;
}
.address-line a:hover {
	color:  var(--main-bg-color);
}
.address-line i {
    padding-top: 8px;
}
.footer-social {
    display: flex;
   
    font-size: 18px;
	    gap: 14px;
}
.footer-social i {
	 color: #222222:
}
.footer-social i:hover{
	color: var(--main-bg-color);
}
#menu-home-bita li:last-child a:hover{
	color: #ffffff !important;
}
.aps-buttons {
    display: flex;
    gap: 15px;
}
.footer-label {
    font-size: 24px;
    color: #222222;
    clear: both;
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 600;
    font-family: 'Nunito';
}
.footer-menus li a {
    font-size: 16px;
/*     color: #c2cbcb; */
	color: #222222;
    display: inline-block;
    position: relative;
}
.footer-menus p {
    font-size: 16px;
/*     color: #c2cbcb; */
	color: #222222;
    display: inline-block;
    position: relative;
}
.footer-menus li {
    margin-bottom: 15px;
}
.bottom-footer-inner {
    border-top: 1px solid #DCE1EC;
    padding: 20px 0;
}
.bottom-footer-inner {
    border-top: 1px solid #DCE1EC;
    padding: 20px 0;
}

.row.bottom-footer-inner p {
    text-align: right;
/*     color: #c2cbcb; */
	color : #222222;
    font-size: 16px;
    margin-bottom: 0;
}

.row.bottom-footer-inner p a {
/*     color: #c2cbcb; */
	color: #222222;
}
.term-link {
/*     color: #c2cbcb; */
	color: #222222;
    font-size: 16px;
    margin-bottom: 0;
    padding-right: 20px;
    border-right: 1px solid #415674;
    margin-right: 20px;
}
.term-link:hover{
	color: #c2cbcb;
}
.term-link:last-child {
    border-right: 0;
	margin-right: 0;
	padding-right: 0;
}
header.fix-header {
    position: fixed;
    background: #ffffff;
	z-index: 99;
	top: 0;
}
header.fix-header .header-menu li a {
    color: #000000;
}
.feed-back-inner {
    position: relative;
    overflow: hidden;
    border-radius: 11px;
}

.feed-back-inner:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 77;
    width: 100%;
    height: 90%;
   background-image: -webkit-linear-gradient(bottom, rgb(33 37 41 / 50%) 40%, transparent);
}
.single-feedback:hover img {
	transform: scale(1.1);
	transition: 2s ease;
}
.single-feedback {
    position: relative;
}
.feed-back-inner {
    z-index: 1;
}
.single-story.text-side-side {
    padding: 0% 10% 7% 8%;
    background: #FDF4EB;
    height: 100%;
    display: flex;
    align-items: end;
}
.single-story.text-side-side a {
    font-family: 'Nunito';
    font-size: 18px;
    font-weight: 500;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    display: flex;
    align-items: center;
    gap: 6px;
}
.single-story.text-side-side a:hover span {
    margin-left: 15px;
    margin-left: 15px;
    transition: .2s ease-out;
}
section.google-reviews {
    padding: 80px 0 80px;
}
.sidebar-logo {
    max-width: 180px;
    margin: 0 0 40px 20px;
}
.sidenav .footer-social a {
    width: 40px;
    height: 40px;
    border: 1px solid #1fb9b9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 0;
}
.sidenav .footer-social {
    padding-left: 20px;
}
/* video player */
/**Typeo CSS End**/
.video-custom {
 position: relative;
}

.video-custom .poster-img {
 display: block;
	position: relative;
	z-index: 2;
}

.video-custom video {
 position: absolute;
 left: 0px;
 top: 0px;
 display: block;
 width: 100%;
 height: 100%;
 opacity: 0;
}

.video-custom .play-btn, .video-custom .pause-btn {
 position: absolute;
 left: 0px;
 right: 0px;
 bottom: 0px;
 top: 0px;
 margin: auto;
 width: 90px;
 height: 90px;
 border-radius: 100%;
 background-color: transparent;
 z-index: 3;
 cursor: pointer;
 transition: 0.5s all;
 overflow: hidden;
 border: 2px solid #ffffff;
}

.video-custom .pause-btn {
 display: none;
}

.video-custom .play-btn i {
 width: 0;
 height: 0;
 border-style: solid;
 border-top: 15px solid transparent;
 border-bottom: 15px solid transparent;
 border-left: 18px solid #ffffff;
 border-right: 0;
 position: absolute;
 left: 0px;
 right: 0px;
 bottom: 0px;
 top: 0px;
 margin: auto;
}

.pause-btn i {
 position: absolute;
 left: -3px;
 right: 0px;
 bottom: 0px;
 top: 2px;
 margin: auto;
 width: 16px;
 height: 24px;
 flex-flow: row wrap;
}

.pause-btn i:before {
 content: '';
 width: 4px;
 height: 100%;
 background-color: var(--main-bg-color);
 display: inline-block;
}

.pause-btn i:after {
 content: '';
 width: 4px;
 height: 100%;
 margin-left: 8px;
 background-color: var(--main-bg-color);
 display: inline-block;
}

.playvideo .video-custom img {
 opacity: 0;
}

.playvideo .video-custom video {
 opacity: 1;
}

.video-custom .vplay {
 display: none;
}

.video-custom:hover .vplay + .pause-btn {
 display: block;
}

/***Volume Control***/
html:not(.playvideo) .sound-ctrl {
 display: none;
}

.sound-ctrl {
    position: absolute;
    z-index: 2;
    right: 14px;
    bottom: 31px;
    cursor: pointer;
    background: var(--main-bg-color);
    padding: 10px;
    border-radius: 8px;
}

.sound-ctrl .on-button {
 display: none;
}

.sound-ctrl img {
 opacity: 0;
}

.sound-ctrl .off-button, .sound-ctrl .on-button {
 position: absolute;
 left: 0px;
 top: 0px;
 font-size: 0px;
 background-color: transparent;
 border: none;
 width: 100%;
 height: 100%;
 padding: 0px;
 cursor: pointer;
}

.soundctrlshow .on-button {
 display: block;
}

.soundctrlshow .off-button {
 display: none;
}

.playvideo .video-custom .sound-ctrl img {
 opacity: 1;
}
.sound-ctrl .off-button, .sound-ctrl .on-button {
	overflow: hidden;
}
.soundctrlshow .on-button:before {
    content: '';
    position: absolute;
    left: 12px;
    top: -16px;
    z-index: 10;
    width: 4px;
    height: 96px;
    background-color: #fff;
    transform: rotate(45deg);
}
.video-custom {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    border: 15px solid #ffffff;
}
section.about-me-video {
    padding: 0 0 20px;
}
.awake-counter {
/*     max-width: 800px; */
    margin: 60px auto 0;
}
.counter-border {
    border-right: 1px solid #000000;
}


.counter-number {
    color: #858484;
    font-size: 60px;
    font-family: Nunito;
    font-weight: 700;
    line-height: 1;
}

.single-counter {
    text-align: center;
}
.counter-text {
    color: #999999;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
}
.counter-number.afterk1:after {
	content: 'K+';
}
.counter-number.after2:after {
	content: '+';
}
.spine-video-reviews {
    max-width: 70%;
    margin: 0 auto;
}

/* jayant */

section.page-breadcrumb {
    background: no-repeat;
    background-size: cover;
    color: #ffffff;
background-position: center;
    padding: 250px 0;
}
.surgery-image img {
    width: 100%;
}
.breadcrumb-links {
    font-size: 20px;
}

.breadcrumb-links a {
/*     font-size: 20px; */
    color: #ffffff;
    font-weight: bold;
    padding-right: 4px;
}

.breadcrumb-text {
    padding-top: 0;
}

.breadcrumb-text h1 {
    font-size: 60px;
}

section.top-section {
    padding: 100px 0;
}

section.top-section .inner-column {
    text-align: center;
    background: #f4f4f4;
    padding: 20px;
    border-radius: 20px;
}

section.top-section .top-icon {
    margin-bottom: 20px;
}

section.top-section .icon-circle {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    padding: 20px;
}

section.top-section .heading {
    margin-bottom: 10px;
}

section.top-section .inner-column i {
    font-size: 50px;
}
/* .video-custom .play-btn, .video-custom .pause-btn {
 animation: ripple-white 1s linear infinite;
} */
section.recent-posts {
    padding: 130px 0 80px;
}
section.recent-posts .about-inner {
    max-width: 400px;
}
.blog-thumb {
    border-radius: 11px;
    overflow: hidden;
}
.blog-thumb img { 
	width: 100%;
	height: 100%;
    object-fit cover; transition: 0.2s ease;
}
.blog-thumb img:hover {
    transform: scale(1.1);
}
.blog-intro h3 {
    font-size: 20px;
    line-height: 1.4;
    font-family: 'Nunito';
    font-weight: 600;
    margin-bottom: 10px;
}
.blog-short-intro {
    margin-bottom: 40px;
}
.read-blog-btn a {
  display: inline-block;
    text-transform: uppercase;
    color: var(--main-bg-color);
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    transition: all 600msease 0s;
    z-index: 9;
    position: relative;
    letter-spacing: 0.6px;
}
.read-blog-btn a:hover {
  color: var(--Secondary-color);
}
.single-blog {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e7e7e7;
}
.single-blog:last-child{
	border-bottom: 0;
}
.scroll-top a {
    position: fixed;
    bottom: 6%;
    right: 3%;
    z-index: 999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--Secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: bold;
}
.scroll-top {
	opacity : 0;
	transition: 0.1s ease;
}
.scroll-top.show-button {
    opacity: 1;
}
/* Dropdown manu */
ul.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #222222;
    min-width: 220px;
    z-index: 999;
}
.header-menu li {
    position: relative;
}
.about-grid-img {
    margin-bottom: 30px;
}
.blog-date i {
    margin-right: 7px;
}

.blog-date {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 500;
}
.header-menu li:hover > ul.sub-menu {
    display: block;
}

ul.sub-menu li {
    border-bottom: 1px solid #ffffff;
    padding: 10px;
}

ul.sub-menu li:last-child {
    border-bottom: none;
}

ul.sub-menu li a {
    font-size: 14px;
    color: #ffffff !important;
    text-decoration: none;
}

ul.sub-menu li a:hover {
    color: #ffffff;
	opacity: 0.8;
}
header.fix-header .logo img {
    max-width: 100px;
}
.site-btns a {
    border-radius: 8px;
}
.awake-btns a {
	 border-radius: 8px;
}
.w-85 {
	width: 85%;
}
.video-box {
    border-radius: 8px;
	overflow: hidden;
}
.download-form input {
    border: 1px solid #eeeeee;
    padding: 10px 10px 10px 15px;
    width: 100%;
    height: 60px;
    color: #999999;
    border-radius: 8px;
    background: #ffffff;
    margin-bottom: 15px;
}
.download-form p {
	margin-bottom: 0;
	line-height: 1.8;
}
.download-text-inner {
    margin-bottom: 20px;
}
input.wpcf7-form-control.wpcf7-submit {
    background: var(--main-bg-color);
    color: #ffffff;
    border: 0;
    width: 100%;
    max-width: 200px;
    border-radius: 8px;
}
textarea {
    border: 1px solid #eeeeee;
    padding: 10px 10px 10px 15px;
    width: 100%;
    height: 120px;
    color: #999999;
    border-radius: 8px;
    background: #ffffff;
    margin-bottom: 15px;
}
.book-cover {
    margin-bottom: 10px;
}

.book-cover img {
    border: 10px solid #ffffff;
    
}
section.testimonials {
    padding: 80px 0 40px;
	position: relative;
	background: transparent;
}
section.testimonials {
    margin-top: -300px;
}
.reviews-host img {
    margin-bottom: 50px;
}
section.testimonials:before {
    content: '';
    background: #222222;
    width: 100%;
    height: 70%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
} 
section.testimonials .awake-container {
    position: relative;
    z-index: 3;
}
.quote-icon {
    color: #ffffff;
    font-size: 50px;
}

.single-testionial p {
    color: #ffffff;
}
ul.slick-dots button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    font-size: 0;
    border: 0;
}
ul.slick-dots li.slick-active button {
/*     background: var(--main-bg-color); */
	background: #e50914;
}
.single-testionial {
    height: 400px !important;
    overflow-y: auto;
	padding-right: 5%;
}
.single-testionial {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.single-testionial::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}
section.testimonials ul.slick-dots {
    position: absolute;
    right: 0;
    top: 0;
}
ul.slick-dots li.slick-active:before {
    content: '';
    height: 18px;
    width: 18px;
    border: 1px solid #fff;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    background: transparent;
    left: -5px;
}
ul.slick-dots li {
    margin-bottom: 0;
    position: relative;
	line-height: 20px;
}
.flx-row {
    display: flex;
    justify-content: space-between;
}

.spine-logo {
    max-width: 188px;
}
.reviews-host img {
    max-width: 425px;
}
.pre-footer .site-btns.book-apt a {
    background: #e50914;
}
.Patent-name {
    color: #ffffff;
}
.hero-cnt {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.carousel-item.active .hero-cnt {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s; /* Delay effect */
}
.header-text {
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
}
.header-text:nth-child(1) {
    padding-left: 0;
}
.pre-head-inner {
    background: var(--Secondary-color);
    color: #ffffff;
    border-radius: 0 0 5px 5px;
    padding: 5px 20px;
}
.header-text {
    border-right: 1px solid #ffffff;
}
.header-text:last-child {
	border-right: 0;
}
.header-text a i {
    margin-right: 7px;
}
.header-social-media {
    display: flex;
    justify-content: end;
    gap: 15px;
}
.mb-60 {
    margin-bottom: 60px;
}
.counter-icon svg {
    fill: #000000;
    width: 50px;
    height: auto;
    margin: 0 auto;
}
section.feed-backs .counter-number {
	color: #000000;
}
.counter-icon {
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
}
.counter-inner {
    position: relative;
}

.counter-icon-bg {
    position: absolute;
}
.bg-inner {
    padding-left: 15%;
    padding-top: 15%;
}
.counter-icon {
    padding-left: 4%;
}
.after-plus:after {
    content: '+';
}
section.feed-backs .counter-number {
    font-size: 40px;
    font-weight: 700;
	line-height: 40px;
}
section.feed-backs .bg-inner h6 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    margin-top: 8px;
	color: #000000;
}
section.feed-backs .awake-container {
    position: relative;
	z-index: 2;
}
section.about-me {
    padding: 130px 0 80px;
/*     background: #F8F8FF; */
}


.about-me-img img {
    border-radius: 8px;
}
.mission-column {
    box-shadow: 2px 1px 5px 0px rgba(0, 22, 86, 0.06), 8px 4px 9px 0px rgba(0, 22, 86, 0.05), 17px 9px 12px 0px rgba(0, 22, 86, 0.03), 31px 15px 14px 0px rgba(0, 22, 86, 0.01), 49px 24px 15px 0px rgba(0, 22, 86, 0);
    padding: 24px;
    border-radius: 8px;
    background: #ffffff;
}
.mission-column p {
    font-size: 16px;
    line-height: 1.6;
}
.missions {
    margin-bottom: 60px;
}
section.about-me .about-inner {
    padding-right: 10%;
}
.pre-header {
    background: #ffffff;
}
.video-custom {
    max-width: 1040px;
    margin: 0 auto;
}
.another-videos {
    max-width: 1040px;
    margin: 15px auto 0;
}
section.why-choose .about-inner h2 {
    max-width: 390px;
}
section.our-services {
    background: #ffffff;
    padding: 80px 0 80px;
}
/* .single-surgery {
    box-shadow: 0 5px 22px 0px rgba(15, 53, 103, 0.05);
} */
.surgery-info {
    padding: 10px 30px 30px 30px;
    position: relative;
    background: #ffffff;
}
.surgery-name {
    padding-top: 15px;
    margin: 8px 10px 10px 0px;
    border-top: 1px solid #eeeeee;
}
.surgery-name h3 {
    font-size: 22px;
    line-height: 32px;
}
.surgery-name h3 {
    font-size: 22px;
    line-height: 32px;
    color: #222222;
    font-weight: 700;
     font-family: Nunito;
}
.surgery-name p {
    margin-bottom: 15px;
}
.single-tag {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.single-tag i {margin-right: 8px;color: var(--main-bg-color);}
.surgery-btn a {
    display: inline-block;
    text-transform: uppercase;
    color: var(--main-bg-color);
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    transition: all 600ms ease 0s;
    z-index: 9;
    position: relative;
    letter-spacing: 0.6px;
}
.surgery-btn a:hover{
	color: #222222;
}
.surgery-name h3 {
    min-height: 70px;
}
section.feed-backs ul.slick-dots li button {
    display: inline-block;
    font-size: 0;
    background: #222222;
    border: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    outline: 0;
}
section.feed-backs ul.slick-dots li.slick-active button {
    background: #e50914;
}

section.feed-backs ul.slick-dots li {
    display: inline-block;
    padding-right: 10px;
}

section.feed-backs ul.slick-dots {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	bottom: 0;
}
section.recent-posts {
    background: #ffffff;
}
.text-right {
    text-align: right;
}
.feed-back-slider{
    padding-bottom: 60px;
}
.logo {
    padding: 12px 0;
}
.awake-v2-pre-header {
    padding: 10px 0;
}
.video-custom {
    border-radius: 8px;
    overflow: hidden;
}
header.fix-header .pre-header {
    display: none;
}
section.feed-backs {
    position: relative;
}

section.feed-backs:after {
    content: '';
    background-image: -webkit-linear-gradient(bottom, rgb(255 255 255 / 50%) 40%, transparent);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slick-arrow {
    background: var(--main-bg-color);
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	border: 0;
}
button.slick-prev.slick-arrow {
    left: 0;
    transform: translate(-65px, -50%);
}
button.slick-next.slick-arrow {
    right: 0;
    transform: translate(65px, -50%);
}
section.download-book {
    padding: 130px 0 130px;
}
.ebook-container {
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border-radius: 8px;
}
.download-form {
    padding: 40px;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #eeeeee;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.04);
	display: flex;
    align-items: center;
}
.footer-logo img {
    background: #ffffff;
    padding: 15px;
    border-radius: 0 0 4px 4px;
}
.aps-buttons img {
    border: 1px solid #c2cbcb;
    border-radius: 8px;
}
/* .main-text {
    max-width: 702px;
} */
.book-image {
    display: block;
    text-align: center;
}
.footer-logo {
    position: relative;
    bottom: 60px;
}
.book-image img {
/*     aspect-ratio: 1 / 1.3; */
    object-fit: cover;
	height: 100%;
	width: 100%;
}
.book-image {
    height: 100%;
}
.mission-column {
    height: 100%;
}
/* sidebar form */

.sidebar-contact {
    position: fixed;
    top: 70%;
    right: -349px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 15px;
    background: #fff;
    box-shadow: 0 20px 50px rgb(0 0 0 / 50%);
    box-sizing: border-box;
    transition: 0.5s;
	z-index: 999;
}
.sidebar-contact.active{
  right:0;
}
.sidebar-contact input, .sidebar-contact textarea {
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .5);
    outline: none;
    font-size: 12px;
    border-radius: 8px;
}
.sidebar-contact textarea.wpcf7-form-control.wpcf7-textarea {
    height: 70px;
}
.stickey-form p {
    line-height: 1;
    margin-bottom: 0;
}
.sidebar-contact h2{
  margin:0 0 20px;
  padding:0;
}
.toggle {
    position: absolute;
    height: 70px;
    width: 48px;
    text-align: center;
    cursor: pointer;
    background: var(--main-bg-color);
    top: 0;
    left: -48px;
    line-height: 48px;
    z-index: 99;
	font-family: Nunito;
}
.toggle:after {
    content: 'Book Appointment';
    background: var(--main-bg-color);
    width: 48px;
    position: absolute;
    bottom: -130px;
    left: 0;
    color: #fff;
    writing-mode: vertical-rl;
    padding: 14px 0 7px;
    min-height: 134px;
    font-weight: 500;
    transform: rotate(180deg);
	font-family: Nunito;
}
.toggle:before {
    content: '\f003';
    font-family: fontAwesome;
    font-size: 18px;
    color: #fff;
}
.toggle.active:before {
    content: '\f00d';
}
.sidebar-contact h2 {
    font-size: 20px;
    line-height: 1.5;
}
.sidebar-contact .wpcf7-not-valid-tip {
    font-size: 10px;
}
.surgery-image {
    overflow: hidden;
    transition: 2s ease;
}

.surgery-image:hover img {
    transform: scale(1.2);
    transition: 2s ease;
}
.mt-300 {
	margin-top: 300px;
}
.sidebar-contact {
    display: none;
    transition: 2s ease;
}

.sidebar-contact.show-form {
    display: block;
}
.reviews-host {
    position: relative;
}
.Patent-name {
    font-size: 22px;
}
.hero-bg-video video {
    width: 100%;
}
#menu-home-bita li:last-child a {
    border: 2px solid var(--main-bg-color);
	background: var(--main-bg-color);
    color: #ffffff !important;
    padding: 15px 15px;
    border-radius: 8px;
}
#menu-home-bita li:last-child a:hover{
	background : var(--main-bg-color);
	color: #ffffff;
}
.awake-v2-pre-header a:hover{
	color: var(--main-bg-color) !important;
	
}
.header-menu li a:hover {
	color: var(--main-bg-color) !important;
}
.item--inner.h-btn-sidebar span {
    width: 100%;
    height: 4px;
    background: var(--main-bg-color);
    transition: 2s ease;
    display: block;
}
.item--inner.h-btn-sidebar {
    width: 37px;
	  height: 23px;
	    position: relative;
    cursor: pointer;
	transition: .2s ease;
}
.item--inner.h-btn-sidebar:hover span:nth-child(2) {
    width: 100%;
	transition: .2s ease;
}
.header-toggle {
    display: inline-block;
    position: relative;
	  
}
.item--inner.h-btn-sidebar span:nth-child(2) {
    margin: 4px 0 4px auto;
    width: 70%;
	height: 7px;
}
/* new sidebar */
/* Button styles */
.item--inner.h-btn-sidebar {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 30px;
}

/* Overlay */
/* Sidebar */
.awake-sidebar {
    position: fixed;
    top: 0;
    right: -300px; /* Sidebar starts hidden */
    width: 300px;
    height: 100%;
    background: white;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    z-index: 1000;
}

/* Close button */
.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 50px;
    cursor: pointer;
    color: black;
}
.sidebar-inner.home-bita-sidebar {
    padding: 50px 20px;
}
header.v2-header {
    position: absolute;
/*     border-bottom: 1px solid #FFFFFF30; */
	z-index: 99;
}
#menu-home-bita li a {
    color: #ffffff;
}

/* Show overlay moving from right to left, then sidebar */
.overlay.active {
    right: 0;
}

.awake-sidebar.active {
    right: 0;
}

.video-layer-content {
    position: absolute;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
}

section.video-header {
    position: relative;
}
.home-new .why-box{
	transition: all 240ms linear 0ms;
	background-color: #f9f9f9;
}
.home-new .why-box:hover {
    background-image: url(/wp-content/uploads/2025/02/fancybox-shape1.png);
    background-color: #111;
}
.home-new .why-box:hover h3{
	color: #ffffff;
}
.home-new .why-box:hover  p {
	color: #ffffff;
}
.home-new .why-icon {
    box-shadow: 0 10px 60px rgba(0, 0, 0, 7%);
    background: #ffffff;
    border-radius: 8px;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    transform: translateY(-40px);
}
.home-new .why-box {
    position: relative;
    padding: 105px 30px 20px;
}
.home-new .why-icon {
    overflow: hidden;
	border-radius: 8px;
}
.home-new .why-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
}

.home-new .why-box:hover .why-icon img {
    filter: grayscale(0%);
}
.mb-60 {
	margin-bottom: 60px;
}
section.why-choose.home-new {
    padding: 130px 0 130px;
}
.single-textreview {
    padding: 44px 50px 60px;
    background: #ffffff;
}
section.homenew-testimonials {
    position: relative;
}
section.homenew-testimonials .awake-container {
    position: relative;
    z-index: 2;
}
.single-textreview {
    padding: 44px 50px 60px;
    background: #ffffff;
}
section.homenew-testimonials {
    padding: 130px 0 80px;
}
.testimonial-mein-video {
    margin-bottom: 60px;
}
.testimonial-mein-video .video-custom {
    box-shadow: none;
    border: 0;
    border-radius: 0;
}
.about-inner {
    margin-bottom: 40px;
}
.section-bg-img {position: absolute;bottom: 0;z-index: 1;left: 0;width: 100%;}
.section-bg-img:after {
    content: '';
    background: rgb(255 255 255 / 90%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
section.homenew-testimonials .quote-icon {
    color: #eee;
    position: absolute;
    top: 6%;
    z-index: 1;
    opacity: 0.7;
}

.single-textreview {
    position: relative;
}
.single-textreview p {
    position: relative;
    z-index: 2;
    height: 180px;
    overflow-y: auto;
}
.client-name {
    display: flex;
    align-items: center;
    gap: 10px;
}
span.name {
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 2px;
}
.single-textreview {
    position: relative;
    height: 100%;
}


.namequote {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--main-bg-color);;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.homenew-testimonials ul.slick-dots {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}
ul.slick-dots li button {
        background: rgb(255 10 10 / 70%);
}
ul.slick-dots li.slick-active:before {
	border: 2px solid var(--main-bg-color);
}
/* section.about-spine {
    background-color: #F2F6FF;
    padding: 175px 0 115px;
    position: relative;
    background-size: cover;
    background-image: url(/wp-content/uploads/2025/02/about-bg-section1.png);
    background-repeat: no-repeat;
    background-size: cover;
} */
section.about-spine  {
	 padding: 130px 0 130px;
    position: relative;
}
.spine-video-box {
    position: relative;
}
.spine-video-img img {
    position: relative;
}
.spine-video-img img:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 9;
    width: 100%;
    height: 90%;
    background-image: -webkit-linear-gradient(bottom, rgb(33 37 41 / 50%) 40%, transparent);
}
.spine-video-img {
    border-radius: 8px;
    overflow: hidden;
}
.spine-video-img img {
    width: 100%;
}
.spine-video-box .review-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}
.spine-video-after {
    background: #ffffff;
    padding-top: 18px;
}
section.about-spine .spine-video-box .review-play-btn {
    top: 0;
    left: 0;
    transform: translate(-85px, -82px);
}
section.about-spine .review-play-btn .video-btn .play-btn {
    border: 2px solid #d01a24;
}
section.about-spine .video-btn .play-btn i {
	    color: #d01a24;
}
.spi-web {
    position: relative;
}

.spine-video-after {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    overflow: hidden;
    max-width: 220px;
    transform: translate(-45%, -50%);
}
.section-bg-img video {
    width: 100%;
}
.page-template-home-beta section.our-services {
    padding: 130px 0 130px;
}
.awake-v2-pre-header {
    margin: 0;
    background: rgb(208 26 36 / 2%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.pre-header-social a {
    color: #ffffff;
    border: 1px solid #ffffff;
	color: #ffffff !important;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 13px;
}
.pre-header-social a:hover {
	 border: 1px solid var(--main-bg-color);
}

.awake-v2-pre-header a {
    color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
}
.pre-header-address {
    text-align: center;
}
.pre-header-social {
    display: flex;
    justify-content: start;
    gap: 15px;
}
a.call-me {
    justify-content: end;
}
.pre-header-address i {
    border: 1px solid #ffffff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
}

.pre-header-address a {
    display: flex;
    align-items: center;
	    gap: 9px;
}
.pre-header-address {
    display: flex;
    justify-content: center;
}
.pre-header-address a:hover i {
	    border: 1px solid var(--main-bg-color);
}
.awake-v2-pre-header a:hover {
    color: #ffffff;
}
.single-logo img {
    max-width: 180px;
}
.videos-logos {
    position: absolute;
    top: 80%;
    width: 100%;
	z-index: 1;
}
.single-logo {
    text-align: center;
}
/* section.video-header:before {
    content: '';
    background: hsl(0deg 0% 0% / 0%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
} */
.page-template-home-beta  section.our-serv {
    padding: 130px 0 130px;
}
section.our-serv {
	 padding: 130px 0 80px;
}
.before-border {
    position: relative;
    padding-left: 60px;
}
.before-border:before {
    content: '';
    background: #999999;
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    max-height: 190px;
}
.inner-serv {
    background: #ffffff;
    border: 1px solid #dfdfdf;
    padding: 20px;
	border-radius: 8px;
}
.intro-row {
    margin-bottom: 80px;
}
.testimonial-inputs .about-inner {
    margin-bottom: 0;
}
.scrolling-testimonials {
    padding: 40px;
}
.scrolling-testimonials {
    padding: 40px;
    max-height: 740px;
       cursor: grab;
    overflow-y: auto;
    -ms-overflow-style: none;
	 scrollbar-width: none;
}

.scrolling-testimonials::-webkit-scrollbar {
    display: none;
}
.single-scrolling-review {
    margin-bottom: 40px;
}
h4.reviewer-name {
    font-size: 16px;
    border-bottom: 1px solid #222222;
    display: inline-block;
}

h3.serv-title {
    font-family: Nunito;
    line-height: 32px;
    font-weight: 700;
    font-style: normal;
    color: #222222;
    font-size: 22px;
}
.inner-serv p {
    color: #6C6868;

    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inner-serv a {
    display: flex;
    align-items: center;
    gap: 10px;

}
section.our-serv .about-inner {
    padding-right: 20px;
}
section.our-serv .slick-track {
    padding: 14px 0;
}
.inner-serv a:hover{
	color: var(--main-bg-color);
}
section.our-serv button.slick-prev.slick-arrow {
    top: 0;
    right: 6%;
    transform: translate(0px, -60px);
    left: inherit;
}
section.our-serv button.slick-next.slick-arrow {
    top: 0;
    right: 3%;
    transform: translate(10px, -60px);
    left: inherit;
}
section.new-saran-reviews .half-slider {
    max-width: 100%;
    margin: 0 auto;
}
/* center bog slider */
/* section.new-saran-reviews .slick-slide {
    transition: transform 0.3s ease;
    opacity: 0.2;
transform: scale(1.3);
	
} section.new-saran-reviews .slick-track {
    padding: 100px 0;
}

.video-box.slide.slick-slide.slick-current.slick-active.slick-center {
    position: relative;
    z-index: 12;
}
.container-full {
    width: 100%;
    padding: 0;
}
section.new-saran-reviews .slick-center {
    opacity: 1;
    transform: scale(1.7);
}
section.new-saran-reviews .slick-slide {
    margin: 0 40px;
}
section.new-saran-reviews {
    width: 100%;
    overflow-x: hidden;
    padding: 20px 0 80px;
} */
.half-slider {
    max-width: 100%;
    margin: 0 auto;
}

.half-slider .slick-slide {
    transition: transform 0.3s ease;
    padding: 0 10px; /* Adds spacing between slides */
}

.half-slider .slick-current {
    transform: scale(1);
}

.half-slider .slick-slide:not(.slick-current) {
    opacity: 0.7;
    transform: scale(0.9);
}

.new-abume img {
    max-width: 600px;
}
section.new-saran-reviews {
        padding: 130px 0 230px;
}
.story-text {
    background: var(--main-bg-color);
    color: #ffffff;
    border-radius: 11px;
    padding: 60px;
}

.story-text h2 {
    color: #ffffff;
}

.story-text p {
    color: #ffffff;
}

section.aloke-story {
    padding: 0 0 130px;
}

section.aloke-story .row {
    align-items: center;
}
.testi-image {position: relative;}

.testimonial-inputs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	    z-index: 1;
}
.testi-image img {
    position: relative;
}
.alok-testimonials {
    margin-bottom: 80px;
}
.testi-image:after {
    content: "";
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.text-side {
    background: url(/wp-content/uploads/2025/02/light_med_pattern-scaled.webp) no-repeat;
    background-size: cover;
    position: relative;
}
.text-side:after {
    content: '';
    background: rgb(255 255 255 / 80%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.scrolling-testimonials {
    position: relative;
    z-index: 1;
}
.inner-serb-img img {
    max-width: 80px;
}


.testi-image img {
	    object-fit: cover;
	width: 100%;
    aspect-ratio: 1 / 1;
}
.inner-serb-img {
    margin-bottom: 20px;
}
section.spine-band {
/*     background: url(/wp-content/uploads/2025/02/Frame-32-scaled.webp) no-repeat; */
	    background: url(/wp-content/uploads/2025/03/home_surgery_section.png) no-repeat;
    padding: 130px 0 130px;
    background-size: cover;
    background-attachment: fixed;
	position: relative;
	    background-position-y: 80px;
}
section.spine-band .awake-container {
    position: relative;
    z-index: 1;
}
.awake-btns.white-btn a {
    border: 2px solid #ffffff;
    color: #ffffff;
}
.awake-btns.white-btn a:hover {
    background: var(--main-bg-color);
    color: #ffffff;
    border: 2px solid var(--main-bg-color);
}
.keeping-text {
    display: flex;
    justify-content: end;
}


.keeping {
    color: #ffffff;
    font-family: "Kumbh Sans";
    font-weight: 300;
    text-transform: uppercase;
    font-size: 72px;
    line-height: 1.2;
    text-align: center;
	display: inline-block;
}
.hero-list li {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
}

.hero-list li i {
    margin-right: 10px;
}
ul.sub-menu li:last-child a {
    border: 0 !important;
    padding: 0 !important;
	background: !important;
}
ul.sub-menu li:last-child a:hover {
    border: 0 !important;
    padding: 0 !important;
	background: transparent !important;
	color: var(--main-bg-color) !important;
}
section.serv-colm .row {
    align-items: center;
}
section.serv-colm  .about-inner {
    margin: 0 5%;
}
.list-text {
    margin-bottom: 8px;
    line-height: 1;
}

.list-text i {
    margin-right: 10px;
}
.serv-list {
    margin: 15px 0;
}
.awake-main-header.fix-header {
    position: fixed;
    background: #ffffff;
    top: 0;
    
}
.awake-main-header.fix-header #menu-home-bita li a {
	color: #000000;
}
section.blogs {
    padding: 130px 0 60px;
}
.single-post-inner {
    margin-bottom: 80px;
}
.big-post-data {
    background: #ffffff;
    box-shadow: 0 0 10px #e7e7e7;
    padding: 45px;
    max-width: 70%;
    margin-left: auto;
    position: absolute;
    top: 80%;
    right: 5%;
}
.single-post-inner {
    margin-bottom: 240px;
}
.post-inner {
    position: relative;
}
.flex-row {
    gap: 25px;
}
.flex-row i {
    margin-right: 6px;
    color: var(--main-bg-color);
}
.sidebar-box {
    border: 1px solid rgba(88, 86, 233, .15);
    border-radius: 5px;
    padding: 30px 40px 40px;
	margin-bottom: 40px;
}
.sidebar-label {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: bold;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 8px;
}
.sidebar-search {
    margin-bottom: 30px;
}
.sidebar-search form {
    display: flex;
}
input.search-field {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 12px;
    border: 1px solid #dfdfdf;
    border-radius: 8px 0 0 8px;
}
.sidebar-search button {
    background:var(--main-bg-color);
    border: 0;
    color: #ffffff;
    font-weight: 700;
    padding: 0 30px;
    border-radius: 0 8px 8px 0;
}
.sidebar-label i {
    margin-right: 8px;
	color: var(--main-bg-color);
}
.sidebar-box  li a {
    font-size: 16px;
}
.sidebar-box  li a:hover {
    color: var(--main-bg-color);
}
.subscribe-area {
    padding: 80px 0 130px;
}
.subscribe-inner {
    background: #222222;
    border-radius: 30px;
    padding: 90px;
    text-align: center;
}
.subscribe-inner input#email {
    width: 100%;
    height: 60px;
    padding-left: 15px;
	    border-radius: 8px 0 0 8px;
	border: 0;
}
.subscribe-form {
    display: flex;
}
.subscribe-form input[type="submit"] {
    background: var(--main-bg-color);
    border: 0;
    color: #ffffff;
    font-weight: 700;
    padding: 0 30px;
    border-radius: 0 8px 8px 0;
	border: 0;
}
.sidebar {
    position: sticky;
    top: 130px;
}
.awake-main-header.fix-header #menu-home-bita li:last-child a {
	color: #ffffff;
}
a.continue-reading {
    color: var(--main-bg-color);
}

.single-scrolling-review p {
    margin-bottom: 4px;
}
/* .inner-serb-img {
    align-items: center;
    background-color: transparent;
    border-radius: 10px;
    display: inline-flex;
    height: 80px;
    justify-content: center;
    margin: 30px 0 35px 21px;
    transform: rotate(45deg);
    width: 80px;
} */
/* .inner-serb-img img {
    transform: rotate(-45deg);
} */
section.new-saran-reviews {
    position: relative;
}
.more-read {
    color: #6C6868;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.inner-surgery-detals.red-column  .more-read  {
	color: #ffffff;
}
section.new-saran-reviews button.slick-prev.slick-arrow {
    bottom: 0;
    transform: translate(0px, 100px);
    left: 47%;
    top: inherit;
}
section.new-saran-reviews button.slick-next.slick-arrow {
    right: 47%;
    transform: translate(0px, 100px);
    bottom: 0;
    top: inherit;
}
.top-surgery {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 50px;
    border-radius: 20px;
    min-height: 670px;
    max-width: 500px;
    margin: 0 auto;
	background: #ffffff;
}
.inner-surgery-detals.image-column video {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}
.inner-surgery-detals {
    max-height: 310px;
}
section.aloke-story .slick-slide {
    margin: 0px 20px;
}


section.our-services {
    background: #f4f4f4;
}
.spacer {
    display: block;
    height: 10px;
}
.testi-image {
    border-radius: 8px;
    overflow: hidden;
}
section.new-saran-reviews .video-img {
    border-radius: 8px;
    overflow: hidden;
}
.top-inner-surgery h2 {
    font-size: 24px;
    line-height: 1.3;
}
.or-serv-icon img {
    max-width: 30px;
}


.inner-surgery-detals {
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    padding: 25px;
    border-radius: 30px;
}
.inner-surgery-detals h3 {
    font-size: 18px;
    line-height: 1.5;
	    min-height: 55px;
}
.inner-surgery-detals p {
    font-size: 15px;
    line-height: 1.5;
}
.or-serv-icon {
    background-color: #eeeff8;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.inner-surgery-detals.red-column {
    background: var(--main-bg-color);
}
.top-inner-surgery p i {
    margin-right: 6px;
	color: var(--main-bg-color);
}
.red-column .or-serv-icon {
	background-color: #ffffff;
}
.inner-surgery-detals.red-column h3 {
    color: #ffffff;
}
.inner-surgery-detals.image-column {
    height: 100%;
    padding: 0;
    overflow: hidden;
    border: 3px solid #d01a24;
}
.inner-surgery-detals.image-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-surgery-detals.red-column p {
    color: #ffffff;
}
.top-inner-surgery {
    text-align: center;
}
.bottom-surgery-detals {
    position: absolute;
    bottom: 4%;
    z-index: 1;
}
.new-surgery-area {
    position: relative;
}
.reviewer-name i {
    margin-right: 8px;
}
.ready-banner {
        background-position: center top 18% !important;
    background-size: cover !important;
    background: url(/wp-content/uploads/2025/02/About-section.webp) no-repeat;
    position: relative;
    border-radius: 20px;
    padding: 60px;
	overflow: hidden;
}
.ready-banner:after {
    content: '';
    background: rgb(208 26 36 / 80%);
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.hero-list li svg {
    max-width: 20px;
    max-height: 20px;
    margin-right: 10px;
}


.ready-banner .row {
    position: relative;
    z-index: 1;
}
.ready-banner h2 {
    margin-bottom: 20px;
}

.ready-banner .introduce {
    line-height: 1.5;
}
.page-template-testimonial section.homenew-testimonials {
    padding: 130px 0 0;
}
.page-template-testimonial  section.aloke-story {
    padding: 80px 0 130px;
}
/* section.aloke-story .spine-video-box.slide.slick-slide.slick-current.slick-active {
    transform: scale(1.5);
    margin : 0 90px;
}
section.aloke-story .slick-track {
    padding: 125px 0;
	height: auto;
	display: flex;
} */
/* .spine-storys-reviews .spine-video-box {
    transition: transform 0.3s ease-in-out;
}
.spine-storys-reviews .slick-slide.slick-current {
    transform: scale(1.3);
    z-index: 2;
	margin: 0 50px;
}
.spine-storys-reviews .slick-slide:not(.slick-current) {
 transform: scale(0.8);
    opacity: 0.7;
}
section.aloke-story  .slick-track {
    padding: 90px 0;
}
.slick-track {
    height: 100% !important;
    display: flex;
    justify-content: center;
}
 */
.image-section {
    position: relative;
}
.front-image {
/*     max-width: 90%; */
    overflow: hidden;
    border-radius: 8px;
    margin-left: auto;
}
.back-image {
    max-width: 80%;
    position: absolute;
    top: 10%;
    z-index: -1;
    overflow: hidden;
    border-radius: 8px;
}
.page-template-dr-alok-sharan section.about-saran {
    padding: 130px 0 130px;
}
section.section-faqs {
    padding: 20px 0 130px;
}
        .faq-item { border-bottom: 1px solid #ddd; padding: 10px 0; }
        .faq-question { 
            cursor: pointer; 
            font-weight: bold; 
            display: flex; 
            align-items: center; 
            justify-content: space-between;
            padding: 10px;
        }
        .faq-toggle {
            font-size: 18px; 
            font-weight: bold; 
            margin-left: auto; /* Pushes the button to the right */
        }
        .faq-answer { 
            display: none; 
        }
.faq-question {
    background: #d01a24;
    color: #ffffff;
    border-radius: 8px;
}


.faq-answer li {
    margin-bottom: 20px;
    position: relative;
    display: flex;
	align-items: start;
    gap: 20px;
    
}

.faq-answer li:before {
    content: '';
    background: #d01a24;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    min-width: 15px;
    margin-top: 7px;
}
/* tabs */
section.tabs-area {
    padding: 90px 0;
}
ul.count-2 {
    column-count: 2;
}
.tab-content {
    border-radius: 11px;
    border-top-left-radius: 0;
}
.tab-container {
    width: 100%;
    margin: 20px auto;
}

.tabs {
    display: flex;
}

.tab-link {
    padding: 10px 20px;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    outline: none;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    font-size: 18px;
    transition: background-color 0.3s ease;
	border: 1px solid #dfdfdf;
	border-bottom: 0;
	color: #162E59;
	    font-weight: 600;
}
.tab-link.active {
    background-color: #fff;
    border-bottom: 2px solid white;
    color: var(--main-bg-color);
    border-top: 3px solid var(--main-bg-color);
}

.tab-content {
    display: none;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.tab-content.active {
    display: block;
}
.blue-text h2 {
    color: #162E59;
}

span.thin {
    font-weight: 400;
}
.another-info {
    max-width: 80%;
    margin: 0 auto;
}
.visivilty-box {
    text-align: center;
}

.visivilty-box p {
    font-size: 26px;
    line-height: 1.5;
    color: #09465F;
    font-weight: 600;
}
.visivilty-box img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-bottom: 15px;
}
.welcome-text.smart-text p span {
    font-size: 50px;
    color: #163300;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
}
section.more-products {
    background: #F8FBFF;
    padding: 130px 0;
}
.signle-product {
    background: #FFFFFF;
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: hidden;
}
section.welcome-area.smart-section {
    padding: 60px 0;
}
.res-links h3 {
    color: #162E59;
    font-size: 28px;
    line-height: 46px;
    font-weight: 600;
}
.res-links li a {
    color: #0B39F2;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    text-decoration: underline;
}
.res-links li a:hover {
    font-weight: 500;
}
.res-links:last-child {
    border-bottom: 0;
}
.res-links {
    border-bottom: 1px solid #dfdfdf;
    padding: 40px 0;
}
.res-links.pdf-download li a {
    color: #162E59;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #dfdfdf;
    display: block;
}

.res-links.pdf-download li {
    padding: 7px 0;
}

.res-links.pdf-download li a i {
    color: #C74343;
    padding-right: 15px;
}

.video-area {
    position: relative;
    max-width: 80%;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

section.video-section {
    padding: 60px 0;
}

.v-image {
    position: relative;
}

.v-image:after {
    content: '';
    display: block;
    background: linear-gradient(180deg, #DD8E44, #DD4653);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
	 border-radius: 20px;
}
.eco-play-icon.product-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.modal-video video {
    width: 100%;
}
.raduis-20 {
    border-radius: 8px;
}
.meeter-icon {
    display: none;
}
.meeter-features li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
}
.meeter-features li {
    display: flex;
}
.meeter-features li i {
    margin-right: 8px;
}
.signle-product {
    background: #eeeff8;
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: hidden;
}
.mb-40 {
    margin-bottom: 40px;
}
.flx-column {
    display: flex;
    align-items: start;
    gap: 25px;
}
.box-number {
    background: #d01a24;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    line-height: 1;
    font-weight: 200;
}
.metter-title h2 {
    font-size: 28px;
}
.list-text {
    line-height: 1.2;
    margin-bottom: 15px;
}
.minimally-image img {
    width: 100%;
}
.iframe-area {
	padding: 130px 0 130px;
}
.iframe-area iframe {
    width: 100%;
}
section.our-cources {
    padding: 130px 0130px;
}
.faq-answer {
    background: #eeeff8;
    padding: 50px;
}
/* Hamburger icon */
.sidebar-hamburger {
    font-size: 24px;
    cursor: pointer;
    padding: 15px;
    background: var(--main-bg-color);
    color: #ffffff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sidebar button.close-btn {
    font-size: 74px;
    color: var(--main-bg-color);
    font-weight: 400;
    right: 5%;
    top: 5%;
}


/* Overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
	z-index: 99;
}
.mennu-inner {
    gap: 25px;
}


/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    right: -50%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255,1);
    box-shadow: -3px 0 5px rgba(0, 0, 0, 0.2);
    transition: right 0.4s ease-in-out;
    padding: 20px;
	z-index: 100;
	backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
}

/* Close button */
.close-btn {
    font-size: 24px;
    border: none;
    background: none;
    cursor: pointer;
    float: right;
}
.sidebar ul {
    list-style: none;
    padding: 0;
}
.sidebar ul li {
    margin: 15px 0;
}
.sidebar ul li a {
    text-decoration: none;
    color: black;
    font-size: 18px;
}
.side-menu-inner {
    padding-bottom: 35px;
}
.inner-serv p {
    min-height: 85px;
}
.blog-sidebar {
    position: sticky;
    top: 160px;
}
.subscribe-inner.ready-banner .about-inner {
    position: relative;
    z-index: 2;
}
.subscribe-inner.ready-banner form {
    position: relative;
    z-index: 2;
}
section.page-breadcrumb {
    position: relative;
}

section.page-breadcrumb:after {
	    content: '';
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.1) 0px, rgba(255, 255, 255, 0.2) 350px, rgba(0, 0, 0, 0.3) 450px);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
section.page-breadcrumb .awake-container {
    position: relative;
    z-index: 1;
}
/* Active classes */
.overlay.active {
    opacity: 1;
    visibility: visible;
}

.sidebar.active {
    right: 0;
}
.sidebar-menu-box {
    padding: 5% 10% 5%;
}
.sidebar-menu-label {
    color: #222222;
    font-size: 26px;
    font-weight: 700;
}
.sidebar ul li a:before {
    content: "-";
    margin-right: 5px;
}

.sidebar ul li a {
    transition: 0.5s ease;
}

.sidebar ul li a:hover {
    color: var(--main-bg-color);
    margin-left: 8px;
}
.new-animated-grid img {
    width: 100%;
	border-radius: 8px;
}
.exp-box {
    background: var(--main-bg-color);
    padding: 20px;
    border-radius: 8px;
    color: #ffffff;
    margin-bottom: 0;
	text-align: center;
}
.exp-img-box{
	 border-radius: 8px;
    color: #ffffff;
    margin-bottom: 0;
	text-align: center;
}

.exp-box img{
	height:100%;
	object-fit:cover;
}
.bottom-img {
    border-style: solid;
    --border-style: solid;
    border-width: 15px 5px 15px 15px;
    --border-top-width: 15px;
    --border-right-width: 5px;
    --border-bottom-width: 15px;
    --border-left-width: 15px;
    border-color: #FFFFFF;
    --border-color: #FFFFFF;
    --border-radius: 20px 20px 20px 20px;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0;
    --margin-right: -10px;
    position: relative;
    left: -60px;
}
.full-height-img {
    border-radius: 8px;
}
.exp-box p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.exp-box {
    border-left: 15px solid #ffffff;
    max-width: 336px;
}
.bottom-img {
    border-radius: 8px;
    background: #ffffff;
}
.exp-icon i {
    color: #222222;
}
section.my-publications .spine-video-box {
    margin: 0 20px;
}

.exp-icon {
    background: #ffffff;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}
.year {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}
.about-spine .exp-box,
.about-spine .full-height-img,
.about-spine .bottom-img {
    opacity: 0;
    transform: scale(0.8); /* Start small */
    transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

/* Step-by-step delay for smooth appearance */
.about-spine.in-view .exp-box {
	height: 200px;
    opacity: 1;
    transform: scale(1); /* Grows to full size */
    transition-delay: 0.2s;
}

.about-spine.in-view .full-height-img {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.4s;
}

.about-spine.in-view .bottom-img {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.6s;
}
.inner-serb-img {
    width: 60px;
    height: 60px;
}

.inner-serb-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.sidebar-menu-label i {
    color: var(--main-bg-color);
    margin-right: 7px;
}
/* books */
section.my-publications {
    padding: 130px 0 130px;
}
.spine-book-img img {
	height: 421px;
	object-fit: cover;
}
.popup-boox-img img {
    border: 15px solid #ffffff;
    box-shadow: 0 0 10px #e7e7e7;
    width: 100%;
}
.spine-book-img:after {
    content: '';
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	border-radius: 8px;
}
.single-benifit {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.5;
}

.single-benifit {
    display: flex;
    gap: 20px;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
    font-family: inherit;
    color: #6C6868;
}

.single-benifit span {
    font-size: 24px;
    color: #d01a24;
	font-weight: 700;
}
.new-show {
    position: relative;
}

.new-show:after {
    content: '';
    background: linear-gradient(rgb(208 26 36 / 80%), rgb(208 26 36 / 80%)), 
                url('https://aqlix.awakespinalfusion.com/wp-content/uploads/2025/02/About-section.webp');
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: -1;
    max-height: 60%;
    max-width: 90%;
    left: 5%;
    border-radius: 0 0 20px 20px;
}
.doted-line.text-white span {
    background: #ffffff;
}
/* section.aloke-story.new-show {
    transform: translateY(-20%);
} */
button.publication-type {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid var(--main-bg-color);
    background: transparent;
    border-radius: 8px;
    padding: 15px;
    font-size: 20px;
    color: var(--main-bg-color);
	font-weight: 500;
}

button.publication-type:hover {
    background: var(--main-bg-color);
    color: #ffffff;
}

button.publication-type.active {}

button.publication-type.active {
    background: var(--main-bg-color);
    color: #ffffff;
}
.tab-content, .sub-tab-content {
    display: none;
}

.tab-content.active, .sub-tab-content.active {
    display: block;
}

.publication-type.active, .sub-tab.active {
    background-color: var(--main-bg-color);
    color: #ffffff;
}
button.sub-tab {
    background: transparent;
    border: 1px solid var(--main-bg-color);
	border-radius: 8px;
	padding: 10px;
	color: #000000;
}
.nested-inner {
    background: #f4f4f4;
    padding: 25px;
}
.bg-light {
    background-color: #f4f4f4 !important;
}
.sub-tabs {
    margin-bottom: 20px;
}
.publication-tabsdata-side .tab-content {
	border-radius: 8px;
}
.nested-inner li {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: start;
    gap: 8px;
    font-size: 16px;
    line-height: 1.5;
}
.nested-inner li:before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    color: #000000;
}
.nested-inner h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.nested-inner {
    max-height: 600px;
    overflow-y: auto;
}
.publication-tabs-side {
    position: sticky;
    top: 180px;
}
.sidebar{
		overflow-y:scroll;
	}
	.sidebar::-webkit-scrollbar { 
    display: none;  
}
.go-home {
    text-align: center;
}
.popup-box-cnt h2 {
    font-size: 20px;
    line-height: 1.5;
}
.card-img {
    background: #e7e7e7;
    height: 200px;
    overflow: hidden;
}
.card-img img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: contain;
}
h5.card-title {
    font-size: 18px;
    line-height: 1.5;
}
.exp-img-box {
    padding-left: 14px;
}
p.slide-bann {
    font-size: 22px;
}
.results-count {
    text-align: center;
}

.results-count h5 {
    font-size: 37px;
    text-transform: capitalize;
}
.spacil-check {
    border: 1px solid #e7e7e7;
    padding: 10px 17px;
    border-radius: 8px;
    display: inline-block;
    width: calc(50% - 20px);
    float: left;
    margin: 10px;
}

.spacil-check i {
    color: #ff0000;
}
.all-spacial:after{
	content: '';
	display: block;
	clear: both;
}
a.call-me {
    font-weight: 600;
}
.tab-content .metter-title {
    margin-bottom: 40px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 40px;
}
.another-infom.during-cnt {
    padding: 80px 0 0;
}
.surgery-name p {
    min-height: 52px;
}
.spacial-padding {
    padding: 80px 0 50px;
}
.flx {
    display: flex;
    gap: 10px;
    align-items: start;
}
.flx i {
    padding-top: 7px;
}
.meeter-text.no-effect .metter-title {
    padding: 0;
    border: 0;
    margin: 0;
}
a.call-me i {
    border: 1px solid #ffffff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
}

a.call-me {
    display: flex;

    align-items: center;
	    gap: 9px;
}
a.call-me:hover i{
	border: 1px solid var(--main-bg-color);
}
p.flx-text i {
    color: #000000;
    padding-top: 8px;
}

p.flx-text {
    display: flex;
    gap: 8px;
}
.exp-img-box.exp-box.no-bg {
    background: transparent;
    padding: 0;
}
p.spacial-left i {
    color: #000000;
}
section.ready-to.new-mb {
    margin-bottom: 80px;
}
.term-link:hover{
	color: var(--main-bg-color);
}
.single-blog {
    padding-top: 0;
    margin-top: 0;
}
.single-blog {
	padding-left: 0;
}
.nested_points{
	padding-left:24px;
}
.no-border{
	border-bottom: 0px;
}
.saran-intro {
    max-width: 1440px;
    margin: 0 auto;
}
.mb-20 {
    margin-bottom: 20px;
}
section.about-saran .v2-about-data.sticky-intro {
    padding-left: 6%;
}
.video-custom {
    border: 10px solid #000000;
}
.single-surgery {
    border-radius: 8px;
    overflow: hidden;
}
.video-custom video::-webkit-media-controls {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-custom.playing video::-webkit-media-controls {
    opacity: 1;
}
.post-thumnail img {
    border-radius: 8px;
}
.big-post-data {
    border-radius: 8px;
}
.front-image img {
	 border-radius: 8px;
}
.spine-book-img img {
	border-radius: 8px;
}
.another-infom {
    margin-bottom: 80px;
}
.all-detail-cnt li:before {
    content: '';
    background: #f00;
    border-radius: 50%;
}
.all-detail-cnt p,
.all-detail-cnt li,
.all-detail-cnt a,
.all-detail-cnt span,
.all-detail-cnt strong {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: rgb(108, 104, 104);
}

/* contact form section start */
section.contact-form {
    padding: 0 0 70px;
}

section.contact-form iframe {
	border-radius:20px;
}

section.contact-form .contact-inner-right input {
    border: 1px solid #eeeeee;
    padding: 10px 10px 10px 15px;
    width: 100%;
    height: 60px;
    color: #999999;
    border-radius: 8px;
    background: #ffffff;
    margin-bottom: 15px;
}
section.contact-form .contact-inner-right input.wpcf7-form-control.wpcf7-submit {
    background: var(--main-bg-color);
    color: #ffffff;
    border: 0;
    width: 100%;
    max-width: 200px;
    border-radius: 8px;
}

section.contact-form .contact-inner-right h3 {
    padding-bottom: 20px;
}
section.contact-form .contact-inner-right p {
    margin-bottom: 0;
}
button.sub-tab {
  appearance: none; /* Reset browser styling */
  -webkit-appearance: none; /* Safari-specific */
}
.info-blog {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
}
.info-blog i {
	color: var(--main-bg-color); 
}
.info-blog .blog-date {
    margin-bottom: 0;
}
.results-count.mb-5.text-left {
    text-align: left;
}
.blog-thumb {
    max-width: 347px;
    max-height: 374px;
}

.blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
span.page-numbers.current {
    color: var(--main-bg-color);
}
.paginations.text-center {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.revw-box {
    background: var(--main-bg-color);
    color: #ffffff;
    padding: 25px;
    border-radius: 8px;
}

.revw-box p {
    color: #ffffff;
    font-weight: 600;
}
.reviewinner ul li {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    gap: 10px;
}
.revw-box.conclusion p {
    font-size: 16px;
    font-weight: 500;
}
.reviewinner ul li i {
    padding-top: 4px;
}
.revw-box {
    height: 100%;
}
/* footer tabs */
  .useful-links-tabs {
    margin-bottom: 20px;
  }

  .useful-links-tabs .tabs-nav {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }

 .useful-links-tabs .tab-btn {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    transition: background 0.2s;
    margin-right: 40px;
    font-weight: 500;
	 font-family: 'Nunito';
}
.tabs-content li {
    display: inline-block;
    position: relative;
    padding-right: 32px;
    font-size: 16px;
	color: #222222;
}
.useful-links-tabs .tab-panel li:before {
    content: '';
    background: #f00;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}
  .useful-links-tabs .tab-btn.active {
    color: var(--main-bg-color);
  }

  .useful-links-tabs .tabs-content {
    border-top: 0;
    padding-top: 20px;
  }

  .useful-links-tabs .tab-panel {
    display: none;
  }

  .useful-links-tabs .tab-panel.active {
    display: block;
  }

  .useful-links-tabs .tab-panel ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

  .useful-links-tabs .tab-panel li {
    margin-bottom: 6px;
  }

  .useful-links-tabs .tab-panel li a {
    text-decoration: none;
    color: #333;
    transition: color 0.2s;
  }

  .useful-links-tabs .tab-panel li a:hover {
    color: #cf142b;
  }
.footer-tabs-area {
    margin: 80px 0 0;
}
.useful-links-tabs .tab-btn.active:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
}

button.tab-btn.active {
    position: relative;
}
.useful-links-tabs .tabs-content {
  display: none;
}
.footer-logo {
		display: none;
	}
.aps-buttons a {
    max-width: 200px;
}
.footer-logo-inner-menu {
	margin-bottom: 20px;
}
.footer-tabs-area {
    border-top: 1px solid #e7e7e7;
    padding-top: 80px;
}
footer.site-footer {
    position: relative;
    background-color: #f4f4f4;
    z-index: 1;
}

footer.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/wp-content/uploads/2025/02/light_med_pattern-scaled.webp') repeat;
    background-size: cover;
    opacity: 0.2; /* Adjust opacity as needed */
    z-index: 0;
    pointer-events: none;
}
@media only screen and (max-width: 1700px) { 
.scrolling-testimonials {
    max-height: 670px;
}
}
@media only screen and (max-width: 1650px) {
	.blog-thumb {
    max-width: 280px;
    max-height: 280px;
}
	section.page-breadcrumb {
    padding: 200px 0;
}
	.scrolling-testimonials {
    max-height: 600px;
}
	.page-template-home-beta section.our-serv {
    padding: 100px 0 100px;
}
	section.new-saran-reviews {
    padding: 100px 0 180px;
}
	section.spine-band {
    padding: 100px 0 100px;
}
	section.about-spine {
    padding: 100px 0 100px;
}
	.page-template-home-beta section.our-services {
    padding: 100px 0 100px;
}
	.page-template-home-beta section.our-services {
    padding: 100px 0 100px;
}
	section.homenew-testimonials {
    padding: 100px 0 60px;
}
section.aloke-story {
    padding: 0 0 100px;
}	
	section.recent-posts {
    padding: 100px 0 60px;
}
	section.our-serv {
    padding: 100px 0 60px;
}
	.surgery-info {
    padding: 10px 20px 20px 30px;
}
	.new-show:after {
    max-height: 85%;
}
	section.aloke-story {
    padding: 0 0 100px;
}
	section.recent-posts {
    padding: 100px 0 60px;
}
	.page-template-dr-alok-sharan section.about-saran {
    padding: 100px 0 100px;
}
	section.my-publications {
    padding: 100px 0 80px;
}
	section.our-serv {
    padding: 100px 0 60px;
}
	section.our-services {
    padding: 100px 0 100px;
}
	.spacial-padding {
    padding: 100px 0 60px;
}
	.page-template-testimonial section.homenew-testimonials {
    padding: 100px 0 0;
}
	.page-template-testimonial section.aloke-story {
    padding: 100px 0 100px;
}
	section.ready-to.new-mb {
    margin-bottom: 60px;
}
	section.tabs-area {
    padding: 100px 0;
}
	section.blogs {
    padding: 100px 0 40px;
}
	.iframe-area {
    padding: 100px 0 100px;
}
	section.our-cources {
    padding: 100px 0 100px;
}
	.books .book-title {
    font-size: 16px;
}
	.books .book-author strong {
    font-size: 14px;
    line-height: 1.2;
}
	.go-home i{
	font-size:34px;
 }
	.sidebar-menu-box {
    padding: 2% 5% 2%;
}
	.sidebar-menu-label {
    font-size: 20px;
}
	.sidebar ul li a {
    font-size: 16px;
}
	.sidebar ul li {
    margin: 8px 0;
}
	.side-menu-inner {
    padding-bottom: 20px;
}
	
}
@media only screen and (max-width: 1441px) {
	
	.main-text {
    font-size: 50px;
    line-height: 60px;
}
	.main-text {
    max-width: 600px;
}
	.spine-tagline {
    max-width: 500px;
}
	.paginations.text-center {
    margin-top: 60px;
}
}
@media only screen and (max-width: 1367px) {
	.footer-label {
    font-size: 20px;
		        max-width: 186px;
}
	section.contact-form .contact-inner-right input {
    height: 45px;
    margin-bottom: 10px;
}
	section.top-section {
    padding: 80px 0;
}
	section.contact-form {
    padding: 0 0 70px;
}
	.another-infom {
    margin-bottom: 60px;
}
	.scrolling-testimonials {
    max-height: 540px;
}
	.sidebar{ 
    padding: 10px;
}
.single-logo img {
    max-width: 130px;
}
.sidebar ul li a {
        font-size: 14px;
    }
    .sidebar-menu-label {
        font-size: 18px;
    }
.go-home {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
	    .main-text {
        font-size: 50px;
        line-height: 60px;
    }
	p.slide-bann {
    font-size: 18px;
}
	.hero-list li {
		font-size: 18px;
	}
	.pre-header-social {
    gap: 6px;
}
	section.blogs .recent-blogs-list .blog-thumb img {
    max-height: 230px !important;
}
	
	.header-menu li a {
    font-size: 14px;
}
	
	.awake-v2-pre-header a {
    font-size: 14px;
}
/* 	jayant */
	
.header-social-media a {
    font-size: 14px;
}
	.header-text {
    font-size: 12px;
}
    .main-text {
        max-width: 520px;
    }
	.logo img {
    max-width: 120px;
}
	.page-template-home-beta section.our-serv {
    padding: 80px 0 80px
}
	.page-template-awake-spinal-fusion section.our-serv {
		80px 0 20px
	}
	    .page-template-awake-spinal-fusion .intro-row {
        margin-bottom: 20px;
    }
	section.new-saran-reviews {
    padding: 80px 0 160px;
}
	section.spine-band {
    padding: 80px 0 80px
}
	section.about-spine {
    padding: 80px 0 80px
}
	.page-template-home-beta section.our-services {
    padding: 80px 0 80px
}
	.page-template-home-beta section.our-services {
    padding: 80px 0 80px
}
	section.homenew-testimonials {
    padding: 80px 0 60px;
}
section.aloke-story {
    padding: 0 0 80px
}	
	section.recent-posts {
    padding: 80px 0 60px;
}
	section.our-serv {
    padding: 80px 0 60px;
}
	.surgery-info {
    padding: 10px 20px 20px 30px;
}
	section.aloke-story {
    padding: 60px 0 60px
}
	section.recent-posts {
    padding: 80px 0 60px;
}
	.page-template-dr-alok-sharan section.about-saran {
    padding: 100px 0 80px
}
	section.my-publications {
    padding: 80px 0 60px;
}
	section.our-serv {
    padding: 80px 0 60px;
}
	section.our-services {
    padding: 80px 0 80px
}
	.spacial-padding {
    padding: 80px 0 80px
}
	.page-template-testimonial section.homenew-testimonials {
    padding: 80px 0 0;
}
	.page-template-testimonial section.aloke-story {
    padding: 80px 0 80px
}
	section.ready-to.new-mb {
    margin-bottom: 60px;
}
	section.tabs-area {
    padding: 80px 0;
}
	section.blogs {
    padding: 80px 0 40px;
}
	.iframe-area {
    padding: 80px 0 80px
}
	section.our-cources {
    padding: 80px 0 80px;
}
	p.spacial-left {
    font-size: 16px;
}
	p {
    font-size: 16px;
}
	.page-template-home-beta section.our-serv {
		padding: 80px 0;
	}
	.inner-serv p {
    min-height: 135px;
}
.surgery-name h3 {
    font-size: 18px;
    line-height: 1.5;
}
.surgery-name h3 {
    min-height: auto;
}
.surgery-name p {
    min-height: 72px;
}
	.blog-intro h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
	    .new-show:after {
        max-height: 100%;
			border-radius : 20px;
    }
	.video-custom {
    max-width: 900px;
}
	h5.card-title {
    font-size: 15px;
    line-height: 1.5;
}
	section.new-saran-reviews button.slick-next.slick-arrow {
    right: 46%;
}
	section.new-saran-reviews button.slick-prev.slick-arrow {
    left: 46%;
}
	.new-abume img {
    max-width: 100%;
}
	.address-line a {
    font-size: 14px;
    line-height: 24px;
}
	.footer-menus li a {
    font-size: 14px;
}
	.footer-menus p {
    font-size: 14px;
}
	.footer-menus li {
    margin-bottom: 10px;
}
	.address-line {
    margin-bottom: 10px;
}
	.intro-row {
    margin-bottom: 60px;
}
	.single-benifit {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
	.single-blog:last-child {
   margin: 0;
    padding: 0;
}
	.subscribe-area {
    padding: 80px 0 80px;
}
	section.our-serv {
    padding: 80px 0 80px;
}
	section.all-lectures.py-5 {
    padding: 40px 0 10px !important;
}
	    .page-template-awake-spine-lecture section.our-serv {
        padding: 80px 0 10px;
    }
	.page-template-why-go-with-awake-spine-surgery section.our-serv {
         padding: 80px 0 10px;
    }
	.page-template-lumbar-fusion .intro-row {
        margin-bottom: 20px;
    }
	.page-template-laminectomy-discectomy .intro-row {
        margin-bottom: 20px;
    }
	.page-template-acdf .intro-row {
        margin-bottom: 20px;
    }
	.page-template-lumbar-fusion .intro-row {
        margin-bottom: 20px;
    }
	.blog-thumb {
    max-width: 347px;
    max-height: 374px;
}
	.blog-thumb {
        max-width: 230px;
        max-height: 230px;
    }
	section.our-serv button.slick-prev.slick-arrow {
    right: 7%;
}
}

@media only screen and (max-width: 1300px) {  
    section.new-saran-reviews button.slick-prev.slick-arrow {
        left: 45%;
    }
	section.new-saran-reviews button.slick-next.slick-arrow {
        right: 45%;
    }
}
@media only screen and (max-width: 1181px) { 
	    section.spine-band .about-inner {
        margin-bottom: 0;
    }
    .surgery-info {
        padding: 20px;
    }
	.mb-mobile-0 {
		margin-bottom: 0;
	}
	.about-inner.mb-mobile-0 {
    margin-bottom: 0;
}
.awake-container {
    max-width: 90%;
}
	.pre-header-social a {
    width: 25px;
    height: 25px;
}
	.awake-v2-pre-header a {
        font-size: 12px;
    }
	.pre-header-address i {
    width: 25px;
    height: 25px;
    font-size: 12px;
}
	a.call-me i { 
	  width: 25px;
    height: 25px;
    font-size: 12px;
	}
	.main-text {
        font-size: 40px;
        line-height: 1.1;
    }
	p.slide-bann {
        font-size: 14px;
        margin-bottom: 10px;
    }
	.hero-list li {
        font-size: 14px;
        margin-bottom: 10px;
    }
	    .main-text {
        max-width: 100%;
    }
	.spine-tagline {
		margin-bottom: 20px;
	}
	section.video-header {
    height: 650px;
}
	.hero-bg-video video {
    height: 650px;
    object-fit: cover;
    object-position: center;
}
.videos-logos .w-75 {
    width: 100% !important;
}
	.before-border {
    padding-left: 30px;
}
	section.our-serv .about-inner {
    padding-right: 10px;
}
	section.our-serv button.slick-prev.slick-arrow {
    right: 10%;
}
	.front-image {
    text-align: center;
    margin-bottom: 40px;
}
	.sidebar.active {
    width: 80%;
}
	.sidebar button.close-btn {
    top: 2%;
}
	section.new-saran-reviews button.slick-next.slick-arrow {
        right: 42%;
    }
	section.new-saran-reviews button.slick-prev.slick-arrow {
        left: 42%;
    }
	.about-inner h2 {
    line-height: 1.1;
    font-size: 30px;
}
.single-surgery {
    margin-bottom: 15px;
}
.testimonial-inputs {
    width: 100%;
}
section.homenew-testimonials {
        padding: 80px 0 0;
    }
	.new-animated-grid {
    margin-bottom: 30px;
}
	section.about-spine.in-view p.spacial-left.mb-50 {
    margin-bottom: 0;
}
    button.slick-next.slick-arrow {
        left: inherit;
        transform: translate(0, 70px);
        top: inherit;
        bottom: 0;
        right: 41%;
    }
	button.slick-prev.slick-arrow {
    left: 41%;
    transform: translate(0, 70px);
    top: inherit;
	bottom: 0;
}
	section.recent-posts .about-inner {
    max-width: 100%;
}
	.footer-inner {
    margin-bottom: 40px;
}
	.footer-tabs-area {
    margin: 40px 0 0;
    padding-top: 40px;
}
.footer-label {
    font-size: 20px;
    margin: 0 0 10px;
}

	.row.bottom-footer-inner p {
    font-size: 12px;
}
	.term-link {
    font-size: 12px;
}
	.breadcrumb-text h1 {
    font-size: 35px;
}
	section.aloke-story {
        padding: 40px 40px 140px;
    }
	.about-inner {
    margin-bottom: 60px;
}
	.blog-thumb{
    min-height: 150px;
}
	.our-blogs-list {
    margin-bottom: 60px;
}
		section.page-breadcrumb:after {
    background: rgb(0 0 0 / 40%);
}
.all-detail-cnt h2 { font-size: 30px; }
.all-detail-cnt h3 { font-size: 26px; }
.all-detail-cnt h4 { font-size: 22px; }
.all-detail-cnt h5 { font-size: 18px; }
.all-detail-cnt h6 { font-size: 16px; }
	.all-detail-cnt p,
.all-detail-cnt li,
.all-detail-cnt a,
.all-detail-cnt span,
.all-detail-cnt strong {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: rgb(108, 104, 104);
}
	.post-navigation {
    margin: 60px 0;
}
	.all-detail-cnt li:before {
    top: 4px;
    width: 16px;
    height: 16px;
}
	    section.our-cources {
        padding: 60px 0 60px;
    }
	section.our-serv {
        padding: 60px 0 60px;
    }
	    .page-template-awake-spine-lectures .intro-row {
        margin-bottom: 0;
    }
	     .page-template-awake-spine-lectures .about-inner {
        margin-bottom: 0;
    }
	.page-template-awake-spine-lectures p.spacial-left.mb-50 {
        margin-bottom: 40px;
    }
	.contact-inner-left {
    margin-bottom: 60px;
}
	    section.aloke-story.new-show {
        padding: 40px 40px 40px;
    }
	section.aloke-story.new-show section.aloke-story .slick-slide {
    margin: 0px 10px;
}
	    .page-template-dr-alok-sharan section.my-publications {
        padding: 80px 0 100px;
    }
	    section.about-spine {
        padding: 60px 0 20px;
    }
	section.aloke-story.margin-mobile {
    padding-bottom: 130px;
}
	section.tabs-area .row.g-0.align-items-center.mb-60 {
    margin-bottom: 0;
}
	 .blog-sidebar {
    position: static;
    top: 0;
}
.subscribe-area {
        padding: 20px 0 40px;
    }
	.sidebar-box {
    margin-bottom: 10px;
}
		.footer-logo {
		display: block;
	}
	.footer-logo-inner-menu {
    display: none;
}
	.footer-logo {
    bottom: 0px;
		position: static;
		margin-bottom: 40px;
}
	.awake-top-footer {
    padding: 50px 0 35px;
}
}
@media(max-width:1025px) {
	.order-mobile {
    flex-wrap: wrap-reverse;
}
	.minimally-image {
    margin: 5%;
}
    .surgery-name h3 {
        min-height: 80px;
    }
	    button.slick-next.slick-arrow {
        right: 43%;
    }
	button.slick-prev.slick-arrow {
        left: 43%;
    }
	.margin-mobile button.slick-next.slick-arrow {
        right: 42%;
    }
	   .margin-mobile button.slick-prev.slick-arrow {
        left: 43%;
    }
}
/***Volume Control***/
@media(max-width:800px) {
 .video-custom {
  width: calc(100% - 20px);
 }

}
@media only screen and (max-width: 767px) { 
	section.serv-colm.about-spacing.ref-spacing {
    padding: 60px 0;
}
	    .spacial-padding {
        padding: 40px 0 40px;
    }
	.concut-box.text-center.w-75 {
    width: 100% !important;
}
	.row.intro-row.mobile-mb-0 {
    margin-bottom: 0;
}
	p.spacial-left.mb-0 {
    margin-bottom: 0;
    padding-bottom: 0;
}
	.blog-thumb {
        max-width: 100%;
        max-height: 100%;
    }

	.tabs-content li {
    display: block;
}
	.footer-logo-inner-menu {
    display: none;
}
	.footer-inner.last-one {
    margin-bottom: 0;
}
	.useful-links-tabs .tabs-nav {
    display: block;
  }
	.useful-links-tabs .tab-btn.active:after {
		display: none;
	}
  .useful-links-tabs .tab-btn {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    position: relative;
    background: #f7f7f7;
    border: 1px solid #ddd;
    font-weight: bold;
    padding: 10px 15px;
  }
 .useful-links-tabs .tabs-content {
    display: block !important; /* Always show container */
  }

  .useful-links-tabs .tab-panel {
    display: none;
    padding: 0 15px 10px;
  }

  .useful-links-tabs .tab-panel.active {
    display: block;
  }
	.margin-mobile button.slick-next.slick-arrow {
        right: 40%;
    }
	   .margin-mobile button.slick-prev.slick-arrow {
        left: 40%;
    }
	section.new-saran-reviews button.slick-next.slick-arrow {
    transform: translate(0px, 60px);
}
	section.new-saran-reviews button.slick-prev.slick-arrow {
		 transform: translate(0px, 60px);
	}

	.before-border:before {
		width: 0;
	}
	    .before-border {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
	section.about-saran .v2-about-data.sticky-intro {
    padding-left: 0;
}
.awake-container {
    max-width: 90%;
}
	.before-border {
		border: 0;
	}
	.row.bottom-footer-inner p {
    text-align: center;
    font-size: 12px;

}
	.row.bottom-footer-inner {
    text-align: center;
}
	section.recent-posts {
    padding: 50px 0 20px;
}
	.footer-address {
    margin-bottom: 30px;
}
	.blog-thumb {
    margin-bottom: 20px;
}
	.ready-banner {
    text-align: center;
}
	.awake-btns.white-btn.text-right {
    text-align: center;
    margin-top: 30px;
}
section.homenew-testimonials {
    padding: 40px 0 30px;
}
	.videos-logos {
    position: relative;
    top: -8px;
    width: 100%;
    background: #000000;
}
header.v2-header {
    position: relative;
    z-index: 99;
}
	.awake-v2-pre-header {
   display: none;
}
#menu-home-bita li:last-child a {
    border: 0;
    color: #ffffff !important;
    padding: 10px 10px;
    font-size: 12px;
}
	.mennu-inner {
    gap: 8px;
}
	.video-layer-content {
    top: 50%;
    z-index: 9;
}
	    section.video-header {
        height: 400px;
    }
	.hero-bg-video video {
		height: 400px;
	}
	.single-logo img {
    max-width: 100%;
}
	section.video-header:after {
		display: none;
	}
section.video-header {

    background: #000000;
}
	    .main-text {
        font-size: 35px;
        line-height: 1.2;
    }
	.spine-tagline {
    font-size: 16px;
    line-height: 1.5;
}
	.videos-logos .row.w-75.mx-auto {
    width: 100% !important;
}
	.video-cnt {
    padding: 40px 0 0 0;
}
	section.our-serv {
    padding: 60px 0 60px;
}
	section.about-saran {
    padding: 20px 0 20px;
}
	section.new-saran-reviews {
    padding: 20px 0 100px;
}
	.about-inner h2 {
    line-height: 1.1;
    font-size: 30px;
}
	h2 {
    line-height: 1.1;
    font-size: 30px;
}
	section.our-serv {
    padding: 60px 0 60px;
}
	section.about-saran {
    padding: 20px 0 20px;
}
	section.about-spine {
    padding: 60px 0 20px;
}
.new-animated-grid {
    margin-bottom: 40px;
}
	section.our-serv button.slick-prev.slick-arrow {
    right: 10%;
}
	section.new-saran-reviews button.slick-next.slick-arrow {
    right: 41%;
}
	section.new-saran-reviews button.slick-prev.slick-arrow {
    left: 41%;
}
	.front-image {
    margin-bottom: 30px;
}
	.page-template-home-beta section.our-serv {
        padding: 125px 0 40px;
    }
	section.spine-band {
        padding: 60px 0 40px;
    }
	    .page-template-home-beta section.our-services {
        padding: 60px 0 50px;
    }
	.slick-arrow {
		width: 30px;
		height: 30px;
		font-size: 16px;
	}
	.sidebar-hamburger {
		width: 30px;
		height: 30px;
		font-size: 16px;
	}
	.scrolling-testimonials {
    padding: 25px;
}
	.page-template-home-beta section.aloke-story {
        padding: 0 0 100px;
    }
	section.page-breadcrumb {
        padding: 130px 0;
        object-position: center;
        background-position: center;
    }
	    .page-template-dr-alok-sharan section.about-saran {
        padding: 60px 0 60px;
    }
	.sticky-intro {
    padding-bottom: 10px;
}
	button.publication-type {
    font-size: 18px;
}
	.publication-tabs-side {
    padding-bottom: 20px;
}
	button.sub-tab {
    font-size: 12px;
    margin-bottom: 6px;
}

	.breadcrumb-links {
    font-size: 12px;
}
	 .page-template-lumbar-fusion .about-inner,
.page-template-laminectomy-discectomy .about-inner,
.page-template-acdf .about-inner {
    margin-bottom: 0;
}
	p.spacial-left.mb-50 {
    margin-bottom: 40px;
}
	.intro-row {
        margin-bottom: 40px;
    }
	.another-infom .w-75 {
    width: 100% !important;
}
	.video-custom .play-btn, .video-custom .pause-btn {
    width: 35px;
    height: 35px;
}
	.video-custom {
    border: 2px solid #000000;
}
	    .page-template-testimonial section.aloke-story {
        padding: 0 0 60px;
    }
	    .page-template-testimonial section.homenew-testimonials {
        padding: 60px 0 0;
    }
	.alok-testimonials {
    margin-bottom: 15px;
}
	    section.tabs-area {
        padding: 50px 0 20px;
    }
	.tab-link {
    font-size: 14px;
}
	.single-blog {
    padding: 20px;
}
	.single-blog:last-child {
	 padding: 20px;	
	}
	    section.blogs {
        padding: 60px 0 40px;
    }
	.ready-banner {
    padding: 45px 25px;
}
	.subscribe-form input[type="submit"] {
    padding: 0 20px;
}
	.big-post-data {
    box-shadow: 0;
    padding: 25px;
    max-width: 100%;
    position: static;
}
.single-post-inner {
    margin-bottom: 60px;
    border-bottom: 1px solid #ff0000;
    padding-bottom: 60px;
}
    p.spacial-left {
        padding-bottom: 30px;
    }
	    .about-inner {
        margin-bottom: 20px;
    }
	section.about-spine.in-view p.spacial-left {
    margin-bottom: 0;
}
	button.slick-prev.slick-arrow {
		left: 40%;
	}
	button.slick-next.slick-arrow {
		right: 40%;
	}
	.go-home a {
    font-size: 30px;
}
	.sidebar button.close-btn {
    font-size: 40px;
    right: 15px;
    top: 0;
		line-height: 1;
}
	p.spacial-left.mb-10 {
    margin-bottom: 10px;
    padding-bottom: 0;
}
	p.spacial-left.mb-20 {
    margin-bottom: 20px;
    padding-bottom: 0;
}
	    .page-template-press section.page-breadcrumb {
        background-position: left;
    }
	.page-template-awake-spine-lectures section.page-breadcrumb {
        background-position: left;
    }
	section.aloke-story.new-show .about-inner {
    margin-bottom: 40px;
}
	section.recent-posts .col-lg-7 {
    padding-top: 30px;
}
.single-benifit {
    padding-top: 30px;
}
section.recent-posts.benifit-section p.spacial-left.mb-50 {
    margin-bottom: 30px;
}
	    section.recent-posts.benifit-section .col-lg-7 {
        padding-top: 0;
    }
	    button.sub-tab {
        display: block;
        width: 100%;
    }
	.page-template-lumbar-fusion p.spacial-left.mb-50 {
    margin-bottom: 0;
}
	p.spacial-left.mb-50 {
    padding-bottom: 0;
}
	.another-infom p.text-center {
    text-align: left !important;
}
	.another-infom p.text-center.w-75.mx-auto {
    text-align: left !important;
}
	section.aloke-story.margin-mobile {
    padding-bottom: 100px;
}
	section.about-spacing.ref-spacing {
    padding: 60px 0;
}
}