@charset "utf-8";

/* Fonts */
/* @import "../font/font.css"; */
@import "../fontawesome/all.css";
/* Bootstrap */
@import "../bootstrap/css/bootstrap.min.css";
/* Owl Carousel */
@import "../owlcarousel/css/owl.carousel.min.css";
@import "../owlcarousel/css/owl.theme.default.min.css";
/* Fancybox */
@import "../fancybox/css/jquery.fancybox.min.css";
/* aos animataion */
@import "../aos/css/aos.css";
/* Waves*/
@import "../waves/css/waves.css";
:root {
	--danger: #f82d30;
	--primary: #025EC1;
	--white: #FFFFFF;
	--theme: #1F2327;
	--secondary: #3E3E3E;
	--dark: #474747;
    --success:#1DC865;
    --light:#F9F9F9;
    
    --fontWeight300: 300;    
    --fontWeight400: 400;    
    --fontWeight500: 500;
    --fontWeight600: 600;
    --fontWeight700: 700;

	--font-NotoSans: 'Noto Sans', sans-serif;
	--font-NotoSerif: 'Noto Serif', serif;
}
body {
    font-family: var(--font-NotoSans);
}
a {
    text-decoration: none;
    color: var(--primary);
}
.section {padding-top: 100px;padding-bottom: 100px;}
@media (min-width: 1366px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1314px;
    }
}
@media (min-width: 1460px){
    .container-fluid {
        padding-right: 60px;
        padding-left: 60px;
    }
}
@media (min-width: 1560px){
    .container-fluid {
        padding-right: 80px;
        padding-left: 80px;
    }
}
@media (min-width: 1600px){
    .container-fluid {
        padding-right: 100px;
        padding-left: 100px;
    }
}
.btn-white {
    background-color: var(--white) !important;
}
.btn {
    padding: 18.5px 40px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: var(--fontWeight600);
    line-height: normal;
    border: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn:hover {
    -webkit-ttransform: translateY(-6px);
    transform: translateY(-6px);
}
.btn-primary {
    color: var(--white);
    background-color: var(--primary);
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active,
.btn-primary:hover {
    color: var(--white);
    background-color: var(--theme);
}
.btn-secondary {
    color: var(--white);
    background-color: var(--theme);
}
.btn-primary-light-cricle {
    width: 56px;
    height: 56px;
    color: var(--primary);
    background-color: rgb(2 94 193 / 10%) !important;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50rem;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-primary-light-cricle:active,
.btn-primary-light-cricle:hover {
    color: var(--white);
    background-color: var(--primary) !important;
}
.btn-primary-light-cricle i {
    font-size: 18px;
    position: relative;
    right: -2px;
}
.btn-primary-light {
    background: rgba(2, 94, 193, 0.10);
}
.btn-primary-light:hover {
    color: var(--white);
    background: var(--primary);
}
.btn-link {
    color: var(--primary);
    text-decoration: none;
    font-size: 15px;
    font-weight: var(--fontWeight600);
}
.btn-link:active,
.btn-link:hover {
    color: var(--theme);
}
.btn-light:active,
.btn-light:hover {
    background-color: var(--white) !important;
}
/* header */
.header .headerTop {
    background-color: var(--primary);
}
.htRNav,
.htLNav {
    height: 40px;
    display: flex;
    align-items: center;
}
.htRNav > a,
.htLNav > a {
    font-size: 14px;
    color: var(--white);
    font-weight: var(--fontWeight600);
    position: relative;
}
.htLNav > a:not(:last-child) {
    margin-right: 15px;
}
.htLNav > a > i {
    margin-right: 5px;
}
.htRNav > a:not(:last-child) {
    margin-right: 25px;
}
.htRNav > a:not(:first-child):before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    top: 8px;
    left: -15px;
    background-color: var(--white);
    border-radius: 50rem;
    opacity: 0.5;
}
.header .navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.header .navbar-brand {
    width: 180px;
    height: 180px;
    background-color: var(--white);
    border-radius: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
    z-index: 9;
    margin-right: 0;
    margin-bottom: -90px;
    -webkit-box-shadow: 0 20px 20px rgba(3, 0, 71, 0.03);
    box-shadow: 0 20px 20px rgba(3, 0, 71, 0.03);
}
.header .navbar-brand > img {
    max-width: 100px;
    position: relative;
    top: -8px;
}
.navbar .navbar-nav li a {
    color: var(--secondary);
    font-size: 15px;
    font-weight: 500;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--primary);
}
.header .navbar-nav .nav-item .dropdown-menu {
    border-radius: 0;
    border: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header .navbar-nav .nav-item .dropdown-menu .dropdown-item {position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;}
.header .navbar-nav .nav-item .dropdown-menu .dropdown-item:before {
    content: "";
    width: 13px;
    height: 1px;
    background: var(--primary);
    position: absolute;
    left: 8px;
    top: 21px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover:before {
    opacity: 1;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }
    .header .navbar-nav .nav-item .dropdown-menu {
        opacity: 0;
        display: block !important;
        visibility: hidden;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        border-radius: 0px 0px 16px 16px;
        box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.06);
    }
    .header .navbar-nav .nav-item .dropdown-menu {
        -webkit-box-shadow: 0 8px 12px rgb(0 0 0 / 10%);
        box-shadow: 0 8px 12px rgb(0 0 0 / 10%);
    }
    .header .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);        
    }
    .navbarLeft .dropdown-menu > li > a {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 992px) {    
    .header .navbar-collapse.navbarLeft {
        display: block;
        flex-basis: 0;
        flex-grow: unset;
        padding: 60px 20px 10px 20px;
        width: 300px;
        position: absolute;
        top: 0;
        right: 0;
        background: var(--danger) !important;
        z-index: 9;
        height: 100vh !important;
        min-height: 100vh;
        transform: translateX(300px);
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    .header .navbar-collapse.navbarLeft.show:before {
        content: "Stavya Spine";
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        position: absolute;
        top: 16px;
        left: 25px;
        font-size: 20px;
    }
    /* Hide scrollbar */
    .header .navbar-collapse.navbarLeft .navbar-nav {
        overflow: auto;
        height: calc(100vh - 60px);
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .header .navbar-collapse.navbarLeft .navbar-nav::-webkit-scrollbar {
        display: none;
    }  
    /* /Hide scrollbar */
    .header .navbar-collapse.navbarLeft.show {
        transform: translateX(0);
    }
    .nav-item.dropdown > .dropdown-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .nav-item.dropdown > .dropdown-toggle:after {
        font-size: 20px;
    }
    .nav-item.dropdown > .dropdown-toggle.show:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .header .navbar-nav .nav-item .dropdown-menu {background: var(--danger) !important;}
    .navbar-expand-lg .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active, 
    .navbar-nav .nav-link.show,
    .navbar .navbar-nav li a {
        color: var(--white);
    }
}
.navbarLeft .dropdown-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;   
}
.dropdown-item.active, .dropdown-item:active,
.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
    color: var(--secondary);
    color: var(--primary) !important;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}
/* sticky */
.header.sticky {    
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--white);
    z-index: 9;

    box-shadow: 0 2px 12px rgba(3, 0, 71, 0.03);
    -webkit-box-shadow: 0 2px 12px rgba(3, 0, 71, 0.03);
}
.header.sticky .headerTop {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.animated {
	animation-duration: .6s;
	animation-fill-mode: both;
}
.slideInDown {
	animation-name: bm;
}
@-webkit-keyframes bm {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
		-moz-transform: translate3d(0,-100%,0);
		-ms-transform: translate3d(0,-100%,0);
		-o-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);        
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-moz-keyframes bm {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
		-moz-transform: translate3d(0,-100%,0);
		-ms-transform: translate3d(0,-100%,0);
		-o-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);        
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@-o-keyframes bm {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
		-moz-transform: translate3d(0,-100%,0);
		-ms-transform: translate3d(0,-100%,0);
		-o-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);        
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes bm {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
		-moz-transform: translate3d(0,-100%,0);
		-ms-transform: translate3d(0,-100%,0);
		-o-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);        
		visibility: visible;
	}
	to {
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
	}
}
/* /sticky */
/* navIcon */
#navIcon {
    width: 26px;
    height: 26px;
    position: relative;
    cursor: pointer;
    border: none;
    
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#navIcon:focus {
    outline: none;
    box-shadow: none;
}
#navIcon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    border-radius: 6px;
    opacity: 1;
    left: 0;
    
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#navIcon span:nth-child(1) {top: 0;}
#navIcon span:nth-child(2), #navIcon span:nth-child(3) {top: 9px;}
#navIcon span:nth-child(4) {top: 18px;}
#navIcon.open span:nth-child(1) {top: 18px;width: 0%;left: 50%;}
#navIcon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#navIcon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#navIcon.open span:nth-child(4) {top: 18px;width: 0%;left: 50%;}
/* /navIcon */
/* /header */
/* animation */
/* Pop */
@-webkit-keyframes hvrPop {
    50% {
      -webkit-transform: scale(1.12);
      transform: scale(1.12);
    }
  }
  @keyframes hvrPop {
    50% {
      -webkit-transform: scale(1.21);
      transform: scale(1.12);
    }
  }
  .hvrPop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvrPop:hover, .hvrPop:focus, .hvrPop:active {
    -webkit-animation-name: hvrPop;
    animation-name: hvrPop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
  @-webkit-keyframes hvrBuzz {
    50% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    100% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
  }
  @keyframes hvrBuzz {
    50% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    100% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
  }
  .hvrBuzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvrBuzz:hover, .hvrBuzz:focus, .hvrBuzz:active {
    -webkit-animation-name: hvrBuzz;
    animation-name: hvrBuzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
.borderAni {
    border-radius: 100%;
    border-radius: 68% 32% 64% 36% / 59% 59% 41% 41%;
    animation: borderAni 6s linear infinite;
}
@keyframes borderAni {
    0%,
    100% {border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;}
    14% {border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;}
    28% {border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;}
    42% {border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;}
    56% {border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;}
    70% {border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;}
    84% {border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;}
}
/* animation */
/* ellipsis */
.ellipsisL1 {
    display: inline-block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .ellipsisL2 {
    display: inline-block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .ellipsisL3 {
    display: inline-block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .ellipsisL4 {
    display: inline-block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  /* /ellipsis */
/* slider */
.hSItems {
    height: calc(100vh - 130px);
    position: relative;
}
.hSItems::before {
   content: "";
   width: 100%;
   height: 100%;
   background: linear-gradient(90deg, #F0F7FF 21.86%, rgba(240, 247, 255, 0.00) 102.35%);
   position: absolute;
   top: 0;
   left: 0;
}
.hSItems .hsCont {
    max-width: 690px;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}
.hSItems .hsCont span {
    color: var(--dark);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.hSItems .hsCont h2 {
    color: var(--theme);
    font-family: var(--font-NotoSerif);
    font-size: 60px;
    font-weight: var(--fontWeight700);
    line-height: 1.2;
    margin-bottom: 30px;
}
.hSItems .hsCont p {
    color: var(--dark);
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 40px;
    max-width: 580px;
}
.hSItems > .slideBg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hSlider .owl-dots {
    counter-reset: my-awesome-counter;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 20px;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}
.hSlider .owl-dots .owl-dot {
    counter-increment: my-awesome-counter;
}
.hSlider .owl-dots .owl-dot > span {
    width: 60px;
    height: 60px;
    stroke-width: 1.5px;
    border: 1px solid rgba(2, 94, 193, 0.20);
    background: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hSlider .owl-dots .owl-dot > span::before {
    content: "0" counter(my-awesome-counter);
    color: var(--primary);
    font-family: var(--font-NotoSerif);
    font-size: 20px;
    font-weight: var(--fontWeight400);
    line-height: 1;
}
.hSlider .owl-dots .owl-dot.active > span {
    background: rgba(2, 94, 193, 0.20) !important;
}
/* /slider */
/* mazorX */
.mazorX {
    background-image: url(../../images/mazorXBg.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto;
}
.title {
    margin-bottom: 40px;
}
.title > .titL {
    font-size: 14px;
    padding: 4.5px 15px;
    border-radius: 6px;
    display: inline-flex;
    background: rgba(2, 94, 193, 0.08);
    color: var(--primary);
    margin-bottom: 10px;
    font-weight: var(--fontWeight500);
    text-transform: uppercase;
}
.title h2 {
    font-size: 34px;
    line-height: 42px;
    font-style: normal;
    color: var(--secondary);
    font-weight: var(--fontWeight700);
    font-family: var(--font-NotoSerif);
}
.title .tImg {
    position: relative;
    z-index: 2;
    display: inline-block;
}
.title .tImg > img {
    position: absolute;
    left: -20px;
    bottom: -3px;
    z-index: -1;
}
.title h3 {
    color: var(--secondary);
    font-family: var(--font-NotoSerif);
    font-weight: var(--fontWeight700);
    font-size: 22px;
    font-style: normal;
    line-height: 34px;
}
p {
    font-size: 15px;
    line-height: 26px;
    color: var(--dark);
    margin-bottom: 1.75rem;
    font-weight: var(--fontWeight400);
}
.title.titleWhite .titL  {
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
}
.title.titleWhite p,
.title.titleWhite h2,
.title.titleWhite h3 {
    color: var(--white);
}
.iList {
    list-style: none;
    padding: 0;
}
.iList > li {
    position: relative;
    color: var(--dark);
    font-size: 15px;
    font-weight: var(--fontWeight600);
    padding-left: 30px;
}
.iList > li:not(:last-child) {
    margin-bottom: 20px;
}
.iList > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url(../../images/icons/listIcn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
/* /mazorX */
/* mazorXIntro */
.mXIInner {
    padding: 60px 60px 130px;
    border-radius: 16px;
    border: 1px solid #EFEFEF;
    background: var(--white);;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.02);
}
.workList .wlItems {
    position: relative;
}
.mazorXIntro .workList .wlItems:not(:last-child):before {
    content: "";
    width: 80px;
    height: 34px;
    background-image: url(../../images/icons/rArrow.svg);
    position: absolute;
    top: 30px;
    right: -17%;
}
.mazorXIntro .wlItems .wliIcn {
    border-radius: 16px;
    border: 1px solid rgba(2, 94, 193, 0.10);
    background: var(--white);;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}
.wlItems .wliCon {
    text-align: center;
}
.wlItems .wliCon h5 {
    color: var(--secondary);
    font-size: 17px;
    font-weight: var(--fontWeight700);
}
.mXIView {
    text-align: center;
    margin-top: -120px;
    position: relative;
    z-index: 2;
}
.mXIView .mXIVThumb > .mXIVIcn {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    border-radius: 50rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.mXIView .mXIVThumb > .mXIVIcn i {
    font-size: 26px;
    position: relative;
    right: -2px;
    color: var(--primary);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.mXIView .mXIVThumb > .mXIVIcn:hover {
    background-color: var(--primary);
}
.mXIView .mXIVThumb > .mXIVIcn:hover i {
    color: var(--white);
}
.mXIView .mXIVThumb > .mXIVImg {
    max-width: 1000px;
    width: 96%;
    height: 440px;
    object-fit: cover;
    border-radius: 16px;
}
/* /mazorXIntro */
/* oArm */
.oArm {
    background-image: url(../../images/oArmLBg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto;
    background-color: var(--light);
}
.oArmIntro .workList .wlItems:not(:last-child):before {
    content: "";
    width: 80px;
    height: 34px;
    background-image: url(../../images/icons/gArrow.svg);
    position: absolute;
    top: 50px;
    right: -12%;
}
.oArmIntro .wlItems .wliIcn {
    border-radius: 50rem;
    background: var(--light);
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}
/* /oArm */
/* transforming */
.transforIntro .workList .wlItems:not(:last-child):before {
    content: "";
    width: 80px;
    height: 34px;
    background-image: url(../../images/icons/rArrow.svg);
    position: absolute;
    top: 50px;
    right: -12%;
}
.transforIntro .wlItems .wliIcn {
    border-radius: 50rem;
    background: var(--primary);
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    position: relative;
}
.transforIntro .wlItems .wliIcn:before {
    content: "";
    border-radius: 50rem;
    border: 4px solid var(--primary);
    width: 120px;
    height: 120px;
    position: absolute;
    top: -5px;
    left: -15px;
    opacity: 0.1;
}
/* /transforming */
/* /whatSpine */
.whatSpineInner {
    background-color: #F5F5F5;
    border-radius: 16px;
    /* background-image: url(../../images/icons/spineLine.svg), url(../../images/icons/spineFill.png); */
    /* background-repeat: no-repeat; */
    /* background-position: left top, right center; */
    /* background-size: auto; */
    padding-bottom: 277px;
    position: relative;
    overflow: hidden;
}
.whatSpineInner > div {
    position: relative;
    z-index: 4;
}
.whatSpineInner:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../../images/icons/spineLine.svg);
    position: absolute;
    top: 0;
    left: 0;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto;
}
.whatSpineInner:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../../images/icons/spineFill.png);
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto;
}
.wsList .wsItems {
    position: relative;
}
.whatSpineInner .wsList .wsItems:not(:last-child)::before {
    content: "";
    width: 82px;
    height: 13px;
    background-image: url(../../images/icons/wArrow.svg);
    position: absolute;
    top: 50%;
    right: -12%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wsList .wsItems .wsliIcn {margin-bottom: 30px;}
.wsList .wsItems .wsliCon span {
    width: 50px;
    height: 50px;
    border-radius: 50rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);;
    font-weight: var(--fontWeight600);
    filter: drop-shadow(0px 0px 44px rgba(0, 0, 0, 0.05));
    margin-bottom: 20px;
}
.wsList .wsItems .wsliCon h5 {
    color: var(--secondary);;
    text-align: center;
    font-size: 18px;
    font-weight: var(--fontWeight700);
    font-family: var(--font-NotoSerif);
}
.whatSpine .mXIView {
    margin-top: -250px;
}
.whatSpine .mXIView .mXIVThumb > .mXIVImg {
    height: 600px;
}
/* /whatSpine */
/* aboveStavya */
.aboveStavya {
    background: #F8FAFA;
}
.bRound {
    border-radius: 16px !important;
}
/* /aboveStavya */
/* aboveStavya */
.mvList .mvlItems {
    display: flex;
}
.mvList .mvlItems .mvIIcn {
    padding-right: 25px;
}
.mvList .mvlItems .mvICon h5 {
    color: var(--secondary);;
    font-size: 18px;
    font-weight: 500;
}
/* /aboveStavya */
/* ourServies */
.ourServies {
    padding-top: 150px;
    padding-bottom: 150px;
}
.serviceList {
    counter-reset: my-awesome-counter;
}
.serviceList .serItems {
    counter-increment: my-awesome-counter;
}
.serviceList .serItems::before {
    content: "0" counter(my-awesome-counter);
    color: var(--theme);
    font-family: var(--font-NotoSerif);
    font-size: 70px;
    font-weight: var(--fontWeight400);
    line-height: 1;
    opacity: .1;
    position: absolute;
    top: 10px;
    right: 30px;
}
.serviceList .serItems .serIInner {
    border-radius: 16px;
    background: #F3F5F7;
    padding: 25px;
}
.serviceList .serItems .serIInner h4 {
    color: var(--theme);
    font-family: var(--font-NotoSerif);
    font-size: 18px;
    font-weight: var(--fontWeight700);
    margin-top: 30px;
    margin-bottom: 15px;
}
.ourServies .ourSL {
    top: 110px
}
/* /ourServies */
/* achievements */
.achievements {
    position: relative;
}
.achievements:before {
    content: "";
    border-radius: 16px;
    background: #F8FAFA;
    max-width: 1314px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.achievements .container > div {
    position: relative;
    z-index: 3;
}
/* /achievements */
.reVideo .mXIView .mXIVThumb > .mXIVImg {
    height: 600px;
}
.custReiew {
    background: #F9F9F9;
}
.crSlider {
    width: 100%;
    border-radius: 16px;
    background: var(--primary);
    position: relative;
    padding: 120px 40px 40px 40px;
}
.crSlider:before {
    content: "";
    width: 49px;
    height: 42px;
    background-image: url(../../images/icons/quoteIcn.svg);
    position: absolute;
    top: 50px;
    left: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.crsItems p {
    color: var(--white);
    font-size: 18px;
    font-weight: var(--fontWeight400);
    line-height: 30px;
}
.crsItems h3 {
    color: var(--white);;
    font-size: 24px;
    font-weight: var(--fontWeight600);
    margin: 0;
}
.crsItems p small {
    font-size: 16px;
    font-weight: 500;
    opacity: .8;
}
/* accordion */
.accordion-item {
    border: 0;
}
.accordion-button {
    color: var(--secondary);;
    font-size: 18px;
    font-weight: 500;
    border: 0 !important;
    border-radius: 16px !important;
}
.accordion-button:focus {
    background: #F5F5F5;
    box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
    border-radius: 16px 16px 0 0 !important;
    background: #F5F5F5;
    box-shadow: none;
}
.accordion-collapse {
    background: #F5F5F5;
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
}
.accordion-button:hover {
    background: #f5f5f5;
}
.accordion-button::after {
    content: "\f067";
    font-family: 'Font Awesome 5 Free';
    font-weight: var(--fontWeight900);
    font-size: 15px;
    background: none !important;
    width: auto;
    height: auto;
}
.accordion-button:not(.collapsed)::after {
    content: "\f068";
}
/* /accordion */
/* inner page */
.innerBanner {
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.innerBanner:before {
    content: "";
    opacity: 0.9;
    background: #024B9A;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.ibTitle {
    position: relative;
    z-index: 3;
}
.ibTitle p {
    color: var(--white);
    font-size: 18px;
    font-weight: var(--fontWeight600);
    margin-bottom: 15px;
    font-family: var(--font-NotoSerif);
}
.ibTitle h1 {
    color: var(--white);
    font-size: 34px;
    font-weight: var(--fontWeight700);
    font-family: var(--font-NotoSerif);
}
.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "-");
    color: var(--white);
}
.breadcrumb .breadcrumb-item, 
.breadcrumb .breadcrumb-item a {
    color: var(--white);
    font-size: 15px;
    font-weight: var(--fontWeight400);
}
.breadcrumb .breadcrumb-item.active {
    opacity: .5;
}
.benefits {
    background-color: var(--light);
}
.beniList .beItems:not(:last-child) {margin-bottom: 50px;}
.beniList .beItems .beIL .beILImg {
    border-radius: 16px;
    background: var(--white);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}
.beniList .beItems .beIR > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-family: var(--font-NotoSerif);
    background: rgba(2, 94, 193, 0.10);
    border: 1px solid rgba(2, 94, 193, 0.10);
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    font-size: 35px;
    color: var(--primary);
    font-weight: var(--fontWeight300);
}
.beniList .beItems .beIR > h5 {
    font-family: var(--font-NotoSerif);
    margin-bottom: 20px;
    color: var(--theme);
    font-size: 26px;
    font-weight: var(--fontWeight600);
}
.beniList .beItems:nth-child(even) .beIL {
    order: 2;
}
.quote > span {
    font-size: 14px;
    padding: 4.5px 15px;
    border-radius: 6px;
    display: inline-flex;
    background: rgba(2, 94, 193, 0.08);
    color: var(--primary);
    margin-bottom: 15px;
    text-transform: uppercase;
}
.quote h3 {
    color: var(--theme);
    font-family: var(--font-NotoSerif);
    font-size: 26px;
    font-weight: var(--fontWeight700);
    line-height: 42px;
}
.quote h3 > span {
    color: var(--primary);
}
.prepTitle {
    border-radius: 16px;
    background: #01264D;
    background-image: url(../../images/prePattern.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 220px;
}
.prepList {
    margin-top: -180px;
}
.pelIBox {
    border-radius: 16px;
    background: var(--white);;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
    padding: 20px;
    text-align: center;
}
.pelIBox .pelIBImg {
    height: 136px;
}
.pelIBox .pelIBImg > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pelIBox h5 {
    color: var(--primary);
    font-family: var(--font-NotoSerif);
    font-size: 22px;
    font-weight: var(--fontWeight600);
    margin-top: 20px;
    margin-bottom: 20px;
}
.pelIBox p {
    color: var(--dark);
    text-align: center;
    font-feature-settings: 'dlig' on;
    font-family: Noto Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: var(--fontWeight400);
    line-height: 24px;
}
.osList .oslItems .oslIImg {
    border-radius: 16px;
    overflow:hidden ;
}
.osList .oslItems .oslIImg > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.osList .oslItems:hover .oslIImg > img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.osList .oslItems > h4 {
    color: var(--theme);
    font-family: var(--font-NotoSerif);
    font-size: 18px;
    font-weight: var(--fontWeight700);
    margin-top: 15px;
    margin-bottom: 5px;
}
.consultation {
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}
.consultation::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(31, 35, 39, 0.86);
    position: absolute;
    top: 0;
    left: 0;
}
.consultation .container {
    position: relative;
    z-index: 3;
}
.ourBlogs {
    background-color: #F6F6F6;
}
.obList .oblItems {
    border-radius: 16px;
    background: var(--white);
    padding: 15px;
}
.obList .oblItems .oblImg {
    height: 190px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.obList .oblItems .oblImg > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.oblLable {
    display: inline-flex;
    align-items: center;
    padding: 4.5px 10px;
    border-radius: 3px;
    background: #085CA8;
    color: var(--white);;
    font-size: 10px;
    font-weight: var(--fontWeight600);
    text-transform: uppercase;
    letter-spacing: .5px;
}
.obList .oblItems:hover .oblImg > img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.obList .oblItems .oblImg > .oblLable {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 4;
}
.obList .oblItems .oblCon {
    padding: 20px 10px;
}
.obList .oblItems .oblCon h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 24px;
}
.obList .oblItems .oblCon h3 a {
    color: var(--theme);
    font-size: 18px;
    font-weight: var(--fontWeight700);
    font-family: var(--font-NotoSerif);
}
.obList .oblItems .oblCon .oblCcom > div {
    color: #777;
    font-size: 14px;
    font-weight: var(--fontWeight400);
}
.obList .oblItems .oblCon .oblCcom > div:not(:last-child) {
    padding-right: 15px;
}
.obList .oblItems .oblCon .oblCcom > div > i {
    margin-right: 8px;
}
.techTabNav {
    border-bottom: 1px solid #EAEAEA;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(249, 249, 249, 0.40) 100%);
    padding-top: 25px;
    padding-bottom: 25px;
}
.techTabNav .nav a.nav-link {
    color: var(--theme);
    font-size: 17px;
    font-weight: 500;
    border-radius: 12px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.techTabNav .nav a.nav-link.active {
    color: var(--primary);
    background: rgba(53, 126, 205, 0.10);
}
.techTabNav .nav a.nav-link:hover {
    color: var(--primary);
    background: rgba(53, 126, 205, 0.05);
}
@media (min-width: 576px) {
    .flex-sm-fill {flex: 1 !important;}
}
.technolList {
    margin-top: 60px;
}
.technolList .tlLItems .tlLIInner {
    border-radius: 16px;
    background: var(--light);
    padding: 50px 20px;
}
.technolList .tlLItems .tlLIInner h4 {
    color: var(--theme);
    font-size: 26px;
    font-weight: var(--fontWeight600);
    margin-bottom: 30px;
    font-family: var(--font-NotoSerif);
}
.technolList .tlLItems .tlLIInner .tlLIImg {
    border-radius: 16px;
    background: var(--white);
    padding: 20px;
    margin-bottom: 30px;
}
.technolList .tlLItems .tlLIInner .tlLIImg img {
    max-width: 265px;
}
.technolList .tlLItems .tlLIInner p {
    margin: 0;
}
.classBox {
    border-radius: 16px;
    background: rgba(2, 94, 193, 0.08);
    padding: 50px 30px;
    position: relative;
    display: flex;
}
.classBox .cbNum {
    color: var(--primary);
    font-size: 90px;
    font-weight: var(--fontWeight400);
    line-height: 1;
    position: absolute;
    top: -50px;
    right: 40px;
    font-family: var(--font-NotoSerif);
}
.classBox .classBIcn {
    max-width: 70px;
    flex: 0 0 70px;
}
.classBox .classBCon h4 {
    color: var(--theme);
    font-family: var(--font-NotoSerif);
    font-size: 26px;
    font-weight: var(--fontWeight600);
    margin-bottom: 30px;
}
.classBox .classBCon p {
    margin-bottom: 1.25rem;
}
.classBox .classBCon p:last-child {
    margin-bottom: 0;
}
.itsList .itsItems .itsIInner {
    position: relative;
    padding: 20px 40px 40px 40px;
    display: flex;
    align-items: center;
}
.itsList .itsItems .itsIInner:before, 
.itsList .itsItems .itsIInner:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}
.itsList .itsItems .itsIInner:before {
    width: 40%;
    height: 1px;
    background: #E0E0E0;
}
.itsList .itsItems .itsIInner:after {
    width: 1px;
    height: 60%;
    background: #E0E0E0;
}
.itsList .itsItems .itsIInner > p {
    color: var(--dark);
    font-size: 18px;
    font-weight: var(--fontWeight600);
}
.medicalTList {
    counter-reset: my-awesome-counter;
}
.medicalTList .mtItems {
    padding-left: 176px;
    counter-increment: my-awesome-counter;
    position: relative;
}
.medicalTList .mtItems:not(:last-child) {
    margin-bottom: 40px;
}
.medicalTList .mtItems:before {
    content: "";
    position: absolute;
    top: 28px;
    left: 0;
    width: 20px;
    height: 1px;
    background: #BABABA;
}
.medicalTList .mtItems:after {
    content: "0" counter(my-awesome-counter);
    font-family: var(--font-NotoSerif);
    position: absolute;
    top: -6px;
    left: 60px;
    font-weight: 600;
    line-height: 1;
    font-size: 65px;
    color: transparent;
    -webkit-text-stroke: 1px #BABABA;
}
.medicalTList .mtItems h3 {
    color: #1F2327;
    font-family: var(--font-NotoSerif);
    font-size: 20px;
    font-weight: 700;
}
.medicalTList .mtItems p {
    color: #1F2327;
}
/* /inner page */
/* footer */
.fKknock {
    border-radius: 16px;
    background: var(--primary);
    padding: 80px 40px;
    margin-bottom: -100px;
    position: relative;
    z-index: 3;
}
.fBottom {
    position: relative;
    background-image: url(../../images/footerBg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.fBottom::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(34, 39, 43, 0.98) 0%, rgba(34, 39, 43, 0.96) 99%);
    position: absolute;
    top: 0;
    left: 0;
}
.fBottom .container {
    position: relative;
    z-index: 3;
}
.fcInfo {
    padding-top: 180px;
    padding-bottom: 80px;
}
.sMedia {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.sMedia a {
    width: 38px;
    height: 38px;
    font-size: 16px;
    color: var(--primary);
    background: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50rem;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.sMedia a:hover {
    color: var(--white);
    background: var(--primary);
}
.sMedia a:not(:last-child) {
    margin-right: 15px;
}
.ftLink {
    margin-bottom: 20px;
}
.ftLink a {
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.ftLink a:not(:last-child) {
    margin-right: 25px;
}
.ftLink a:not(:first-child):before {
    width: 6px;
    height: 6px;
    content: "";
    background: var(--white);
    border-radius: 50rem;
    position: absolute;
    left: -17px;
    top: 8px;
    opacity: .3;
}
.fsLink a {
    color: var(--white);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.26px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.fsLink a:not(:last-child) {
    margin-right: 25px;
}
.fsLink a:not(:first-child):before {
    content: "|";
    color: var(--white);
    font-size: 13px;
    font-weight: var(--fontWeight300);
    opacity: .3;
    position: absolute;
    top: -1px;
    left: -18px;
}
.fsLink a:hover,
.ftLink a:hover {
    color: var(--primary);
}
.fLine {
    height: 1px;
    opacity: 0.2;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, var(--white) 46.35%, rgba(255, 255, 255, 0.00) 100%);
}
.fmInfo {
    padding-top: 80px;
    padding-bottom: 80px;
}
.fBoxL p {
    color: #E9E9E9;
    margin-top: 30px;
    font-weight: var(--fontWeight300);
}
.fTitle {
    color: var(--white);
    font-size: 16px;
    font-weight: var(--fontWeight700);
    text-transform: uppercase;
    margin-bottom: 30px;
}
.flList {
    list-style: none;
}
.commList li:not(:last-child),
.flList li:not(:last-child) {
    margin-bottom: 12px;
}
dl, ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flList li a {
    color: #E9E9E9;
    font-size: 14px;
    font-style: normal;
    font-weight: var(--fontWeight300);
    line-height: 24px;
}
.commList li {
    padding-left: 30px;
    position: relative;
}
.commList li i {
    position: absolute;
    color: #E9E9E9;
    top: 6px;
    left: 0;
}
.commList li a,
.commList li span {
    color: #E9E9E9;
    font-size: 14px;
    font-weight: var(--fontWeight300);
    line-height: 24px;
}
.fbInfo {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--theme);
    text-align: center;
    color: var(--white);
    padding-top: 25px;
    padding-bottom: 25px;
}
.fbiTop {
    font-size: 16px;
    font-weight: var(--fontWeight600);
    text-transform: uppercase;
    margin-bottom: 6px;
}
.fbiBot {
    text-align: center;
    font-size: 14px;
    font-weight: var(--fontWeight400);
}
/* /footer */
/* scroll */
#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: var(--secondary);
    display: none;
    color: var(--light);
    z-index: 9;

    -webkit-border-radius: 50rem;
    -moz-border-radius: 50rem;
    border-radius: 50rem;
}
#scroll i {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    position: absolute;top: 50%;left: 50%;}
/* /scroll */
/* media */
@media (min-width: 480px) {
}
@media (min-width: 575px) {
}
@media (min-width: 640px) {
}
@media (min-width: 768px) {
    .serviceList .serItems .serIInner {
        height: 100%;
    }
    .serviceList .serItems:nth-child(odd) {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        margin-bottom: 25px;
    }   
    .serviceList .serItems:nth-child(even) {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        margin-top: 25px;
    }

    .beniList .beItems:nth-child(odd) .beIR {
        padding-left: 3rem;
    }
    .beniList .beItems:nth-child(even) .beIR {
        padding-right: 3rem;
        text-align: right;
    }
    .technolList .tlLItems:nth-child(odd) {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    .technolList .tlLItems:nth-child(even) {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}
@media (min-width: 992px) {
    .ourServies .ourSL {
        position: -webkit-sticky!important;
        position: sticky!important;
    }
    .crSlider {
        width: 120%;
    }
    .innerBanner {
        min-height: 340px;
    }

}
@media (min-width: 1200px) {
}
@media (min-width: 1366px) {
}
@media (min-width: 1420px) {
}
@media (max-width: 1600px) {
    .whatSpineInner:after {
        opacity: 0.4;
    }
}
@media (max-width: 1420px) {
    .header .navbar-brand {
        width: 160px;
        height: 160px;
    }
}
@media (max-width: 1366px) { 
    .header .navbar-brand {
        width: 150px;
        height: 150px;
        margin-bottom: -80px;
    }
    .header .navbar-brand > img {
        max-width: 80px;
    }
    .navAppointment.btn {
        padding: 16px 24px;
        font-size: 14px;
    }
    .whatSpineInner:after {
        opacity: 0.2;
    }
    .ourServies {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
@media (max-width: 1200px) { 
    .header .navbar-brand {
        width: 140px;
        height: 140px;
        margin-bottom: -70px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.45rem;
        padding-left: 0.45rem;
    }
    .whatSpineInner .wsList .wsItems:not(:last-child)::before {display: none;}
}
@media (max-width: 1170px) { 
    .hSlider .owl-dots {
        top: unset;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 30px;
        left: 50%;
        flex-direction: row;
    }
    .hSlider .owl-dots .owl-dot > span {
        width: 40px;
        height: 40px;
    }
    .hSlider .owl-dots .owl-dot > span::before {
        font-size: 16px;
    }
    .hSItems {
        height: 640px;
    }
    .mazorXIntro .workList .wlItems:not(:last-child):before {
        width: 60px;
        right: -15%;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    .transforIntro .workList .wlItems:not(:last-child):before {
        right: -5%;
        width: 70px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    .ourServies {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .fBottom .container {
        max-width: 100%;
    }
}
@media (max-width: 992px) { 
    .htRNav, .htLNav {
        justify-content: center;
    }
    #navIcon {
        position: absolute;
        top: 13px;
        right: 15px;
        margin-top: 5px;
        z-index: 99;
    }
    #navIcon.open span {
        background: var(--white);
    }
    .navAppointment.btn {
        padding-top: 12px;
        padding-bottom: 12px;
        margin-right: 50px;
        position: absolute;
        right: 15px;
        top: 8px;
    }
    .hSItems {
        height: 560px;
    }
    .hSItems .hsCont h2 {
        font-size: 45px;
    }
    .mXIInner {
        padding-left: 30px;
        padding-right: 30px;
    }
    .mazorXIntro .workList .wlItems:not(:last-child):before {
        width: 50px;
        right: 0%;
    }
    .ourServies,
    .section {
        padding-top: 80px;
        padding-bottom: 80px;
    }    
    .transforIntro .workList .wlItems:not(:last-child):before,
    .oArmIntro .workList .wlItems:not(:last-child):before {
        right: 20%;
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    .whatSpine .mXIView {
        margin-top: -50px;
    }
    .innerBanner {
        padding: 80px 10px 60px 10px;
    }
    .ibTitle h1 {
        font-size: 28px;
    }
    .quote h3 {
        font-size: 22px;
        line-height: 36px;
    }
    .prepList {
        margin-top: -80px;
    }
}
@media (max-width: 768px) { 
    .reVideo .mXIView .mXIVThumb > .mXIVImg,
    .whatSpine .mXIView .mXIVThumb > .mXIVImg,
    .mXIView .mXIVThumb > .mXIVImg {
        height: 340px;
    }
    .mXIView .mXIVThumb > .mXIVIcn {
        width: 80px;
        height: 80px;
    }
    .mXIView .mXIVThumb > .mXIVIcn i {
        font-size: 22px;
    }
    .title h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .btn {
        padding: 16px 30px;
    }
    .btn-primary-light-cricle {
        width: 52px;
        height: 52px;
        padding: 8px;
    }
    .mXIInner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .mazorXIntro .workList .wlItems:not(:last-child):before {
        right: 20%;
        top: 25%;
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    .fmInfo,
    .ourServies,
    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .serviceList .serItems .serIInner {
        margin-bottom: 20px;
    }
    .crSlider {
        padding: 100px 20px 30px 20px;
    }
    .fcInfo {
        padding-top: 160px;
        padding-bottom: 50px;
    }
    .quote h3 {
        font-size: 20px;
        line-height: 32px;
    }
    .beniList .beItems .beIR {
        order: 1;
        margin-bottom: 30px;
    }
    .beniList .beItems .beIL {
        order: 2;
    }
    .techTabNav .nav a.nav-link {
        font-size: 15px;
        border-radius: 12px;
        margin-left: 2px;
        margin-right: 2px;
    }
    .technolList .tlLItems .tlLIInner {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .medicalTList .mtItems {
        padding-left: 120px;
    }
    .medicalTList .mtItems:before {
        top: 20px;
    }
    .medicalTList .mtItems:after {
        left: 40px;
        font-size: 50px;
    }
}
@media (max-width: 640px) { 
    .htLNav > a:nth-child(2) {
        margin-right: 0 !important;
    }
    .header .navbar-brand {
        width: 130px;
        height: 130px;
        margin-bottom: -70px;
    }
    .header .navbar-brand > img {
        max-width: 70px;
    }
    .crSlider:before {
        top: 38px;
    }
    .crsItems p {
        font-size: 16px;
        line-height: 26px;
    }
    .crsItems h3 {
        font-size: 20px;
    }
    .fKknock {
        padding: 50px 30px;
    }
    .medicalTList .mtItems {
        padding-left: 0;
        padding-top: 60px;
    }
}
@media (max-width: 575px) { 
    .htLNav > a:not(:last-child) {
        margin-right: 10px;
    }
    .header .navbar-brand {
        width: 120px;
        height: 120px;
        margin-bottom: -60px;
    }
    .navAppointment.btn {
        padding: 10px 14px;
        margin-right: 44px;
        top: 10px;
    }
    .hSItems .hsCont h2 {
        font-size: 35px;
    }
    .reVideo .mXIView .mXIVThumb > .mXIVImg,
    .whatSpine .mXIView .mXIVThumb > .mXIVImg,
    .mXIView .mXIVThumb > .mXIVImg {
        height: 240px;
    }
    .mXIView .mXIVThumb > .mXIVIcn {
        width: 60px;
        height: 60px;
    }
    .mXIView .mXIVThumb > .mXIVIcn i {
        font-size: 20px;
    }
    .fcInfo {
        padding-top: 150px;
        padding-bottom: 40px;
    }
    .classBox .cbNum {
        font-size: 70px;
        top: -40px;
        right: 30px;
    }
}
@media (max-width: 480px) { 
    .htRNav > a, .htLNav > a {
        font-size: 12px;
    }
    .htLNav > a > i {
        margin-right: 2px;
    }
    .classBox {
        padding: 40px 20px;
        flex-direction: column;
    }
}
/* /media */
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: -5px;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
}
#accordion .panel-title a{
    display: block;
    padding: 15px 70px 15px 20px;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #e6720d;
    border-bottom: 1px solid #1d2e3b;
    position: relative;
}
#accordion .panel-title a.collapsed{ color: #1d2e3b; }
#accordion .panel-title a.collapsed:hover{ color: #e6720d; }
#accordion .panel-title a:before,
#accordion .panel-title a:after{
    content: "";
    width: 3px;
    height: 10px;
    background: #e6720d;
    font-size: 15px;
    position: absolute;
    top: 20px;
    right: 35px;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out 0s;
}
#accordion .panel-title a:after{
    right: 29px;
    transform: rotate(45deg);
}
#accordion .panel-title a.collapsed:before{
    transform: rotate(45deg);
    background: #1d2e3b;
}
#accordion .panel-title a.collapsed:after{
    transform: rotate(-45deg);
    background: #1d2e3b;
}
#accordion .panel-title a.collapsed:hover:before,
#accordion .panel-title a.collapsed:hover:after{ background: #e6720d; }
#accordion .panel-body{
    padding: 10px 20px;
    background: #1d2e3b;
    border-top: none;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
}
/* Ensure the grandchild menu closes when hovering out of the parent or child */
/* Ensure the grandchild menu closes when hovering out of the parent or child */
/* Parent dropdown hover */
.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Ensure child menus open on hover */
.nav-item.dropdown > .dropdown-menu > .dropdown-item.dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateX(0); /* Position adjustment */
}

/* Hide grandchild menus when not hovering */
.nav-item.dropdown > .dropdown-menu > .dropdown-item.dropdown:not(:hover) > .dropdown-menu,
.dropdown-item.dropdown > .dropdown-menu > .dropdown-item.dropdown:not(:hover) > .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
}

/* Grandchild menu hidden by default */
.dropdown-item.dropdown > .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 100%;
    transform: translateX(0);
    transition: all 0.3s ease-in-out;
}


