@font-face {
    font-family: 'Montserrat SemiBold';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Medium';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Light';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Black';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
        url('../fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Thin';
    src: url('../fonts/Montserrat-Thin.woff2') format('woff2'),
        url('../fonts/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

body{
 font-family: 'Montserrat';
}
a, a:hover{
text-decoration: none !important;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn-style-1 {
    background: -webkit-gradient(linear, left top, right top, from(#005d89), to(#49bce8));
    background: -webkit-linear-gradient(left, #005d89, #49a7e8, #49bce8);
    background: -o-linear-gradient(left, #005d89, #49a7e8, #49bce8);
    background: linear-gradient(to right, #005d89, #49a7e8, #49bce8);
    border: 0px;
    color: #fff !important;
    border-radius: 0px;
    font-family: 'Montserrat Medium';
    font-size: 18px;
    padding: 12px 12px;
}
.main-title {
    color: #006ead;
    text-transform: uppercase;
    font-family: 'Montserrat SemiBold';
    font-size: 2.5em;
}
/* =============================== Header css ========================*/
.search-form{
    width: 0%;
    overflow: hidden;
    position: absolute;
    transition: all .5s;
    right: 30px;
}
.search-form input.search-submit {
    display: none;
}
input.search-field {
    background: #fafafa;
    border: 1px solid #ddd;
    padding: 5px;
}
.search-li {
    position: relative;
}
.search-li.expand .search-form{
    width: 250px;
    display: inline-block;
    right: 30px;
}
.search-form span.screen-reader-text {
    display: none;
}
.top-bar ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
ul.get-contect{
  margin-bottom: 5px;
}
.top-bar ul li {
    display: inline-block;
}
.top-bar, .top-bar a {
    color: #006ead;
}
.top-bar {
    text-align: right;
    padding: 15px 0;
}
nav.navbar {
    flex-direction: column;
}
nav.navbar .container{
    flex-direction: column;
    position: relative;
    width:100%;
    max-width: 100%;
}
nav.navbar .navbar-brand {
    margin-right: 0px;
    margin-bottom: 25px;
}
.navbar-light .navbar-brand img{
    height: 80px;
}
.bg-light {
    background-color: transparent !important;
}
ul.get-contect li {
    padding-left: 35px;
}
ul.social-icon li {
    padding-left: 10px;
}
select#gtranslate_selector {
    background: -webkit-gradient(linear, left top, right top, from(#005d89), to(#49c1e8));
    background: -webkit-linear-gradient(left, #005d89, #49c1e8);
    background: -o-linear-gradient(left, #005d89, #5dc3ae);
    background: linear-gradient(to right, #005d89, #49c1e8);
    border-radius: 40px;
    color: #fff;
    border: 0px;
    padding: 10px 7px;
    width: 175px;
}
select#gtranslate_selector option {
    background: #005d89 !important;
}
.language {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
nav.navbar li a {
    display: block;
    padding: .5rem 0.8rem;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Montserrat Medium';
}
nav.navbar li.current-menu-item > a >span {
    color: #ff5722;
    border-bottom: 1px solid #006ead;
}
nav.navbar ul ul {
    display: none;
	opacity:0;
	visibility:hidden;
	transition:all 0.5s;
}
nav.navbar ul li:hover > ul {
	    display: block;
	box-shadow: 0px 0px 5px #6f6f6f;
	opacity:1;
	visibility:visible;
}
nav.navbar ul li#menu-item-552:hover > ul {
    display: block;
    width: 800px;
    
}
nav.navbar ul  > li#menu-item-552:hover > ul > li {
    width: calc(32.9% - 60px);
    display: inline-block;
    margin: 5px 30px;
}

nav.navbar ul ul {
   display: none;
    position: absolute;
    top: auto;
    left: 0;
    z-index: 99999;
    width: 180px;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    list-style: none;
    padding-left: 0px;
    min-width: 310px;
    border-bottom: 3px solid #006ead;
}
nav.navbar li {
    position: relative;
}
nav.navbar ul li#menu-item-552:hover > ul li ul{
	width: 600px !important;
    background: #006ead !important;
    box-shadow: 0px 0px 2px #000;
}
nav.navbar ul li#menu-item-552:hover > ul li ul li{
	width: 49% !important;
	display:inline-block;
}
nav.navbar ul li#menu-item-552:hover > ul li ul li a{
	color:#fff !important;
}
nav.navbar ul li#menu-item-552:hover > ul > li > a {
    padding: 5px 0px;
}
li#menu-item-614 ul.sub-menu li, li#menu-item-4444 ul.sub-menu li{
    width: 49%;
    display: inline-block;
}
li#menu-item-614 ul.sub-menu, li#menu-item-4444 ul.sub-menu{
    width: 600px;
    left: -100px;
}
/* ===================== default page css =======================*/
header.entry-header h1 {
    font-family: 'Montserrat SemiBold';
    font-size: 4em;
    text-transform: uppercase;
    margin-bottom: 40px;
}
header.entry-header {
    /**background: #006ead;
    padding: 2em 0;**/
}

/*===================== banner section ========================*/
.home-banner {
    border-radius: 20px;
    overflow: hidden;
    margin-top: 2em;
}
.home-banner .owl-stage-outer {
    border-radius: 20px;
}
.home-banner-section .col-md-5::after {
    content: '';
    position: absolute;
    width: 120%;
    height: 130%;
    background: #cceffe;
    top: -50%;
    z-index: -1;
    left: -15px;
}

.owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

.slide-progress {
  width: 0;
  height: 8px;
  background: #005d89;
  background: -webkit-gradient(linear, left top, right top, from(#005d89), to(#49c1e8));
  background: -webkit-linear-gradient(left, #005d89, #49c1e8);
  background: -o-linear-gradient(left, #005d89, #49c1e8);
  background: linear-gradient(to right, #005d89, #49c1e8);
  border-radius: 20px;
}
.slide-progress-grey {
    background: #a2def7;
    width: 100%;
    height: 8px;
    border-radius: 20px;
    position: absolute;
    z-index: -1;
}
.progress-div{
   position: absolute;
    bottom: 75px;
    left: -50%;
    width: 60%;
     z-index: 2;
}
.item-caption {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 50px;
    color: #fff;
    transform: translate(0px, -50%);
}
.know-more-sec img {
    width: 30px !important;
}

.know-more-sec {
    display: flex;
    align-items: center;
}

.know-more-sec a {
    color: #fff;
    margin-right: 20px;
}

.description {
    padding: 2em 0;
    width: 80%;
    font-size: 20px;
    line-height: 32px;
}

.item-caption h2 {
    font-family: 'Montserrat Bold';
    font-size: 2.8em;
    line-height: 1em;
}

.bookmarks ul.test {
    list-style: none;
    padding: 0px;
}
.bookmarks ul.test li span {
    width: 12px;
    height: 12px;
    background: #97defd;
    transition: all .5s;
    display: inline-block;
    border-radius: 50%;
}
.bookmarks ul.test li.active span{
    background: #3bbff4;
    width:15px;
    height: 15px;
}
.bookmarks ul.test {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.bookmarks ul.test li {
    padding: 0px 5px;
}
.bookmarks {
    position: absolute;
    bottom: 67px;
}
.treatable-condition-list {
    display: flex;
    align-items: center;
    margin-bottom: 3.5em;
}

.treatable-condition-list .item {
    margin-right:15px;
}

.item-sens {
    border: 2px solid #fff;
    border-radius: 10px;
    width: 80px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-sens img {
    height: 45px;
}
.item-sens.white img{
    height: 20px;
}
.item-sens.white{
background: #fff;
}
.item-sens.white a {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #005d89;
    font-family: 'Montserrat Medium';
}
.banner-treatable-condition h2 {
    color: #006ead;
    font-family: 'Montserrat Medium';
    text-transform: uppercase;
    margin-bottom: 1.5em;
}
.banner-treatable-condition {
    padding-top: 10vw;
    padding-left: 3vw;
}
ul.custom-list {
    list-style: none;
    padding-left: 0px;
    width: 120%;
}
ul.custom-list h4 {
    font-family: 'Montserrat SemiBold';
    font-size: 18px;
}
ul.custom-list li {
    width: 50%;
    float: left;
    padding: 0px 10px;
    margin-top: 2em;
}
ul.custom-list li p{
    margin-bottom: 0px;
}

.why-us-section .main-title {
    margin-top: 2em;
}
.treat-parent-sec{
    width: 25%;
    float: left;
    padding: 10px;
}
.treatable-box {
    text-align: center;
    background: #fff;
    height: 130px;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
}
.treatble-tab {
    background: #edf3f6;
    border-radius: 10px;
    padding: 10px;
}
.treatable-icon img {
    height: 60px;
    margin-bottom: 10px;
}
.category-name {
    font-family: 'Montserrat SemiBold';
    font-size: 12px;
}

.treatable-box-great {
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#4fb1f7), to(#7edffe));
    background: -webkit-linear-gradient(left, #4fb1f7, #7edffe);
    background: -o-linear-gradient(left, #4fb1f7, #7edffe);
    background: linear-gradient(to right, #4fb1f7, #7edffe);
    padding: 30px;
    color: #fff;
    border-radius:10px;
}
.treatable-box-great h2 {
    text-transform: uppercase;
    font-family: 'Montserrat SemiBold';
    font-size: 2.4em;
    margin-bottom: 3em;
}
.accordion .card-header:after {
    font-family: 'Font Awesome 5 Free';
  font-weight: 900;
    content: "\f068";
    float: right;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}
.home-faq-section {
    padding: 6em 0;
}
.card-header {
    background: #f9f9fa;
    border: 0px;
    color: #28a3e9;
    font-family: 'Montserrat Medium';
}

.card {
    border: 0px;
}

.card-header:before {
    content: "";
    background: #ddd;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 1px;
    left: 0px;
}
.card-header.collapsed {
    color: #006ead;
}
.card-header {
    position: relative;
}
.container .main-title {
    font-size: 2.3em;
    margin-bottom: 1em;
    margin-top: 1em;
}
.hero-list-container p {
    font-size: 14px;
    margin-bottom: 0px;
}
.book-appointment-section {
    background: #e3f6fe;
    margin-top: 6em;
}
.book-appointment-inner {
    top: -4em;
    position: relative;
}
.blue-bg {
    background: #3695eb;
    color: #fff;
}

.book-appointment-heading h4 {
    padding: 20px 0;
    margin-bottom: 0px;
    font-size: 20px;
}
.timetable-section, .working-hour-section {
    width: 50%;
    float: left;
    padding: 0px 10px 20px;
}
.btn-style-2 {
    background: #fff;
    border-radius: 0px;
}
.timetable-section h4, .working-hour-section h4, .booking-form-section h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 22px;
}
.working-hour-section table td {
    padding: 8px 6px;
}
.working-hour-section table tr {
    border-bottom: 1px solid #fff;
}
.timetable-section p {
    font-size: 13px;
    line-height: 18px;
}
.book-appointment-heading h4 i {
    margin-right: 10px;
}
.book-appointment-heading h4.grey {
    color: #526371;
}
.form-control {
    border-radius: 40px;
    background: transparent !important;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
}
.form-control::placeholder{
    color:#fff;
}
input.wpcf7-form-control.wpcf7-submit.send {
    background: url(https://www.globalstemcellcare.com/wp-content/uploads/2020/11/arrow-btn.png) #fff;
    border: 0;
    height: 34px;
    margin-top: 2px;
    background-repeat: no-repeat;
    background-position: 25px center;
	width: 100%;
	color:#000 !important;
	margin-left: 0px;
    /*padding-right: 32px;
    padding-left: 14px;*/
}
#wpcf7-f106-o2 .wpcf7-form textarea.form-control {
    height: 50px;
}
.our-history-title {
    background: -webkit-gradient(linear, left top, right top, from(#4fb1f7), to(#7edffe));
    background: -webkit-linear-gradient(left, #4fb1f7, #7edffe);
    background: -o-linear-gradient(left, #4fb1f7, #7edffe);
    background: linear-gradient(to right, #4fb1f7, #7edffe);
    color: #fff;
    width: 46%;
    height: 60%;
    position: absolute;
    top: -23px;
    padding: 20px;
    border-radius: 10px;
    padding-top: 70px;
    left: 0px;
}

.our-history-title h2 {
    text-transform: uppercase;
    font-family: 'Montserrat SemiBold';
    font-size: 2.4em;
    margin-bottom: 3em;
}
.our-hidtory-discription {
    overflow: hidden;
    margin-left: 20px;
    margin-bottom: 3em;
    color: #006ead;
}
.our-history-container .btn-group {
    width: 100%;
    margin-top: 2em;
}
.our-history-container .btn-group a {
    margin: 0px 22px;
}
.our-history-container {
    color: #016EAD;
}
.our-history-container:after {
    color: #016EAD;
    border-bottom: 2px solid #016EAD;
    padding-bottom: 2em;
    width: calc(100% - 40px);
    bottom: 0px;
    height: 2px;
    position: absolute;
    content: "";
    left: 20px;
}
.our-history-container .btn-group {
    width: 100%;
    margin-top: 3em;
}
.our-history-container h3 {
    color: #006ead;
    font-family: 'Montserrat Medium';
    margin-left: 20px;
    margin-bottom: 2em;
}
a.kapat, a.ac {
    color: #006ead;
    font-family: 'Montserrat Medium';
    margin-left: 20px;
    font-size: 20px;
}
.our-history-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -95%;
    background-position: center right !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.our-history{
    background-position: top right !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    padding: 2em 0;
}
.our-history-container {
    position: relative;
    padding-bottom: 2em;
}
.stem-cell-section .heading-section .main-title {
    color: #fff;
    margin-bottom: 0px;
}
.stem-cell-section-main {
    position: relative;
    color: #fff;
}
.stem-cell-section {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    color: #fff;
    padding: 2em 0;
    height: 82%;
    position: absolute;
    width: 100%;
}
.stem-cell-right {
    box-shadow: 0px 0px 21px #02020266;
}
.stem-cell-item {
    background: #fff;
    color: #333;
    text-align: center;
    padding: 8px;
     font-size: 12px;
}
.stem-cell-four-sec {
    column-count: 2;
    column-gap: 1em;
}
.stem-cell-boxes {
    padding-right: 0px;
    margin-bottom: 20px;
}
.stem-cell-boxes .stem-cell-item .stem-icon img {
    height: 50px;
}

.stem-cell-boxes .stem-cell-item .stem-icon {
    margin-bottom: 10px;
}
.stem-cell-boxes .stem-cell-item h4 {
    font-family: 'Montserrat SemiBold';
    font-size: 17px;
}
.pl-7 {
    padding-left: 80px;
}
.stem-cell-blue-bg {
    background: #0c578c;
    text-align: center;
    padding: 30px;
}
.stem-cell-boxes-item h4 {
    font-size: 18px;
}
.stem-icon-1 img {
    height: 55px;
}
.stem-cell-boxes-1 {
    padding: 1em;
}
.stem-icon-1 {
    margin-bottom: 15px;
}
.heading-section {
    margin-bottom: 3em;
}
.btn-style-3 {
    background: #006ead;
    width: 100%;
    border-radius: 0px;
    color: #fff !important;
    font-family: 'Montserrat Medium';
    padding: 11px;
}

.read-more-btn {
    padding: 2.5em 4em;
    background: #fff;
    margin-bottom: 4em;
}
.btn-style-4 img {
    width: 20px !important;
    display: inline-block !important;
    margin-left: 10px;
}
.btn-style-4 img {
    width: 20px !important;
    display: inline-block !important;
    margin-left: 10px;
}
.btn-style-4 {
    color: #46b6df;
    text-transform: uppercase;
    font-family: 'Montserrat Medium';
}
.blog-link {
    text-align: right;
}
.flex-post {
    display: flex;
}
.flex-post .post-date {
    width: 100px;
    min-width: 135px;
    margin-top: 6px;
    color: #46b6df;
    font-family: 'Montserrat Medium';
}
.post-content h2 {
    font-family: 'Montserrat Medium';
    font-size: 20px;
}
.item.post {
    /*height: 115px;*/
    border-bottom: 1px solid #ddd;
    margin-bottom: 26px;
    padding-bottom: 10px;
}
.blog-section .main-title {
    font-size: 3em;
}
.blog-section {
    background: #fbfbfb;
}

.blog-section .main-title {
    font-size: 3em;
    position: relative;
}

.blog-section .main-title span {
    width: 80px;
    background: #006ead;
    height: 3px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -90px;
    transform: translate(0, -50%);
}
.post-content, .post-content a {
    color: #006ead;
}
.blog-slider .owl-nav {
    position: absolute;
    top: -112px;
    right: 0px;
}
.blog-slider .owl-nav  button {
    color: #c0cde0;
    background: transparent;
    border: 0px;
}

.blog-slider .owl-nav  button img {
    height: 35px;
}
.blog-slider .owl-prev, .blog-slider .owl-next {
    background: transparent !important;
}
.blog-section {
    position: relative;
    z-index: 1;
}
.blog-section:after {
    content: "";
    background: #31609f;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}
.call-to-action-section .main-title {
    color: #fff;
    text-transform: initial;
    font-size: 2.5em;
}
.call-to-action-section {
    color: #fff;
    padding: 3em 2em;
}
a.btn-style-5 {}

.blog-section:after {content: "";background: #31609f;width: 50%;height: 100%;position: absolute;top: 0px;right: 0px;z-index: -1;}

.blog-section {
    position: relative;
    z-index: 1;
    margin-top: 2em;
}

.call-to-action-section {
    color: #fff;
    padding: 3em 2em;
}

.call-to-action-section .main-title {
    color: #fff;
    text-transform: initial;
    font-size: 2.5em;
}

.btn-style-5 {
    background: #fff;
    color: #31609f !important;
    padding: 12px 20px;
    display: block;
    margin:4em 0;
    font-size: 18px;
    font-family: 'Montserrat SemiBold';
    position: relative;
    z-index: 1;
}

a.btn-style-5:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: 2px solid #fff;
    left: 12px;
    top: 12px;
    z-index: -1;
}
.blog-slider-section {
    padding-right: 2em;
}
.morden-science-section .main-title span {
    background: #006ead;
    width: 100px;
    height: 2px;
    position: absolute;
    top: 21px;
    right: 46%;
}

.morden-science-section .main-title {
    position: relative;
}
.morden-science-section {
    background: #e7eef2;
}
.mprdern-science-cont h4 {
    color: #006ead;
    font-family: 'Montserrat SemiBold';
    font-size: 17px;
    text-transform: capitalize;
}
.modern-science-box {
    width: 49%;
    display: inline-flex;
    align-items: flex-start;
}
.modern-science-box {
    width: 49.5%;
    display: inline-flex;
    align-items: flex-start;
    padding-right: 20px;
}

.modern-science-box img {
    height: 48px;
    margin-right: 20px;
}
.morden-science-image {
    margin-top: -75px;
}
.morden-science-section {
    padding: 4em 0 3em;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.morden-science-section .main-title {
    font-size: 2.3em;
    margin-bottom: 1.6em;
    margin-top: 0px;
}
.morden-science-container .btn {
    margin-left: 4em;
    margin-top: 2em;
}
.mprdern-science-cont p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}
.modern-science-box:nth-child(1), .modern-science-box:nth-child(2) {
    margin-bottom: 32px;
}
.reatment-tagline {
    color: #fff;
    padding: 6em 20em 6em  6em;
    margin-left: -15px;
    background-position: center right !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    width: 130%;
    z-index: 1;
    position: relative;
}

.reatment-tagline h3 {
    font-size: 19px;
}
.serial-number {
    background: #6e93bf;
    color: #fff;
    font-family: 'Montserrat SemiBold';
    font-size: 56px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    margin: 0px auto;
    margin-bottom: 13px;
}

.icon-head {
    color: #6e93bf;
    font-size: 24px;
    font-family: 'Montserrat SemiBold';
}

.list-box {
    text-align: center;
}
.treatment-app-scetion {
    background: #e3f6fe;
    min-height: 500px;
    padding: 2em;
    width: 140%;
    margin-left: -38%;
    padding-left: 42%;
}
.treatment-app-scetion h2 {
    color: #006ead;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat SemiBold';
    line-height: 39px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 1em;
}

.treatment-app-scetion h2 span {
    position: absolute;
    width: 130%;
    height: 2px;
    left: -70%;
    bottom: 0px;
    background: #006ead;
}

.list-box:nth-child(odd) {
    clear: both;
}

.list-box:nth-child(1) {margin-left: 20%;}

.list-box:nth-child(3) {
    margin-left: 30%;
}
.list-box {
    width: 27%;
    display: inline-block;
    margin: 20px 10px;
}

.list-box a:hover
 .serial-number {
    background: #31609f;
}
.list-box a:hover .icon-head {
    color: #31609f;
}
.treatment-application {
    overflow: hidden;
}
.home .testimonail-section.footer {
    /*display: none;*/
}
footer {
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    padding: 4em 0 2em;
    color: #fff;
    position: relative;
}

footer a {
    color: #fff !important;
}

footer ul {
    list-style: none;
    padding-left: 0px;
}
h2.chw-title {
    font-family: 'Montserrat Medium';
    font-size: 17px;
    letter-spacing: 1px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}
.textwidget ul li {
    line-height: 27px;
    text-transform: capitalize;
    font-size: 14px;
}
.social-icon-sec {
    border-top: 1px solid #fff;
    padding-top: 15px;
    margin-top: 15px;
}
.footer-logo-section {
  /*  position: absolute;
    top: 50%;
    right: 4%;
    transform: translate(0, -50%);*/
}
.copyright-bar {
    background: #e3f6fe;
    padding: 10px;
}
footer .social-icon-sec ul li {
    display: inline-block;
    font-size: 14px;
    margin: 7px 10px;
}
.social-icon-sec ul li {
    display: inline-block;
    font-size: 20px;
    margin: 0px 10px;
}
.visible-xs{
display: none;
}

section.testimonials {
  padding: 20px 0px 80px 0px;
}
section.testimonials h3 {
  font-size: 40px;
}
@media (max-width: 639px) {
  section.testimonials h3 {
    font-size: 30px;
  }
}
section.testimonials p.text-center.gray {
  max-width: 900px;
  margin: 0 auto;
}
section.testimonials .slider-main-sec{
  padding: 20px;
  margin-bottom: -50px;
  width: 100%;
    float: right;
        order: 2;
        /*    margin-left: 10%;*/
}
section.testimonials .slider1 p {
   /* padding: 40px 20px;
    width: 80%;
    margin: 0px auto 0px;*/
}
section.testimonials .slider1 p:after {
  position: absolute;
  content: "";
  border: 15px solid transparent;
  border-top: 15px solid #f1efef;
  width: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -29px;
  height: 0;
}
section.testimonials .owl-thumbs {
  text-align: center;
  width: 315px;
  float: right;
  /* display: flex;*/
  flex-flow: row wrap;
  align-content: space-between;
  justify-content: space-between;
  position:relative;
}
section.testimonials .owl-thumbs button {
  background-color: transparent;
  border: none;
  opacity: 0.5;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 34px;
}
section.testimonials .owl-thumbs button .userimg {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  transition: 0.3s;
  border: 4px solid #d1d1d1;
  border-radius: 50%;
  position: relative;
  top: 15px;
  box-shadow: 0px 7px 8px #e5e1fc;
}
.owl-carousel .owl-item img.comma-img {
    width: 70px;
    position: absolute;
    background: #fff;
    padding: 10px;
}
.post-detail {
    border: 1px solid #006ead47;
    margin: 15px;
}
@media (max-width: 639px) {
  section.testimonials .owl-thumbs button .userimg {
    width: 80px;
    height: 80px;
  }
}
section.testimonials .owl-thumbs button .userimg img {
  width: 100%;
  border-radius: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.testimonials .owl-thumbs button.owl-thumb-item.active {
  transition: 0.3s;
  opacity: 1;
  /* order: 2; */
  /* position:absolute; */
  /* right:0px; */
  /* top: 156px; */
}

.owl-thumb-div {
    width: 35%;
    overflow: hidden;
    padding-right: 7% !important;
}

button.owl-thumb-item.btn-1.active {}
button.owl-thumb-item:nth-child(3n) {
  page-break-after: always; /* CSS 2.1 syntax */
  break-after: always; /* New syntax */
}


button.owl-thumb-item.btn-5 {
    margin-left: 50%;

}

button.owl-thumb-item.btn-1, button.owl-thumb-item.btn-3 {
    top: 100px;
    position: relative;
}
section.testimonials .owl-thumbs button.active .userimg {
    width: 130px;
    height: 130px;
}
section.testimonials .owl-dot span {
    background: #fff;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    border: 2px solid #2181b8;
    text-align: center;
    position: relative;
}

section.testimonials .owl-dot {
    margin-bottom: 0px;
    display: inline-block;
    margin: 4px;
}
section.testimonials .owl-dots {
    /* position: absolute; */
    /* left: -171px; */
    /* top: 0px; */
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.testimonials  .owl-dot.active span:after {
    content: "";
    width: 80%;
    height: 80%;
    background: #2181b8;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 1.2px;
}
.containers {
    overflow: hidden;
        max-width: 1400px;
}
section.testimonials .owl-thumb-div {
        padding: 77px 0px 180px 0px;
        background: url(https://websites4demo.com/global-stemcell/wp-content/uploads/2020/12/testimonail-bg.png);
        background-repeat: no-repeat;
        background-size: 90%100%;
        position: relative;
}
.owl-thumb-div:after {
    content: "";
    background: #dee2e6;
    width: 2px;
    height: 73%;
    position: absolute;
    right: 0px;
}
button:focus {
    outline: 0px;
}
.slider1.owl-carousel.owl-loaded.owl-drag {
    color: #006ead;
}
section.testimonials .slider-main-sec h2 {
    text-align: center;
}
section.testimonials .col-lg-12.clearfix {
    align-items: center;
    display: flex;
}
.post-detail h5, .post-detail h6 {
    padding: 5px 0px;
    width: 100%;
    margin: 0px auto 0px;
}
.post-detail h5 {
    font-weight: 600;
}
.post-detail {
    border: 1px solid #006ead73;
    margin: 15px;
    padding: 60px 20px 20px;
    min-height: 350px;
}
/*====================== treatable condition internal =======================*/
.inner-treatment-banner-section-inner{
    margin-top: 2em;
    position: relative;
}
.inner-treatment-banner-section-inner::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 150%;
    background: #cceffe;
    top: -60%;
    z-index: -1;
    left: -15px;
}
.banner-treatable-title {
    background: #006ead;
    color: #fff;
    width: 120%;
    z-index: 2;
    position: relative;
    padding: 5% 12%;
    left: -15px;
    text-align: center;
}

.banner-treatable-title h2, .banner-treatable-title h1 {
    font-family: 'Montserrat SemiBold';
    font-size: 2.6vw;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.section-1-right-content {
    padding-top: 15px;
}
.section-1-right-content-inner{
    overflow: hidden;
}
.section-1-right-content-inner h4 {
    font-family: 'Montserrat SemiBold';
    margin-bottom: 1.5em;
}
.section-1-right-content-inner p {
    font-size: 20px;
}
.section-1-left-image-inner {
    border: 2px solid #fff;
    padding: 10px;
    margin-top: -4em;
}
.treatment-section-1 {
    background: #006ead;
    color: #fff;
    margin: 8em 0 3em;
    padding-bottom: 4em;
}
.treatment-section-2, .treatment-section {
    background-size: auto 90% !important;
    background-repeat: no-repeat !important;
    background-position: top right !important;
    padding-top: 4em;
    margin-bottom: 4em;
}
.section-2-right-content-inner h1, .section-2-right-content-inner h2 {
    font-family: 'Montserrat Semibold';
    color: #006ead;
    text-transform: uppercase;
    font-size: 1.8em;
    line-height: 1.4em;
    border-bottom: 2px solid #006ead;
    padding-bottom: 10px;
}
.section-2-right-container, .treatment-inner-section {
    color: #006ead;
    font-family: 'Montserrat Medium' !important;
    font-size: 20px;
    background: #cceffe;
    padding: 4em 4em;
    width: 85%;
    margin-top: 2em;
    position: relative;
}
.section-2-right-container:before, .treatment-inner-section:before {
    content: "";
    background: #cceffe;
    left: -100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}
.treatment-section-3 {
    position: relative;
    color: #fff;
    padding: 1px;
    z-index: 1;
    margin-bottom: 4em;
}
.treatment-section-3-inner {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: #fff;
    padding: 1px;
    height: 85%;
    position: absolute;
    width: 100%;
    left: 0pc;
    z-index: -1;
}
.treatment-section-3 h2 {
    color: #fff;
    text-align: center;
}
.treatment-box.box-1 {
    padding: 2em 2em;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.treatment-box {
    background: #006ead;
    padding: 2em;
    font-family: 'Montserrat Medium';
    line-height: 1.7em;
}
.treatment-box.box-2, .treatment-box.box-3 {
    margin-bottom: 25px;
}
.treatment-box.box-4 {
    height: calc(100% - 25px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.custom-md-4 {
    width: 28%;
    padding: 0px 15px;
}

.custom-md-8 {
    width: 72%;
     padding: 0px 15px;
}
.section-4-left-content {
    color: #fff;
}
.section-4-left-content p {
    margin: 0px;
}
.treatment-section-4 {
    font-size: 18px;
}
.section-4-left-content {
    color: #fff;
    padding: 0 0 3em;
    width: 540px;
    float: right;
    padding-right: 40px;
    position: relative;
    padding-bottom: 9em;
}
.section-4-right-content {
    padding: 3em 0;
    width: 540px;
    float: left;
    padding-left: 40px;
}
ul.cell-care-treatment-list {
    list-style: none;
    font-family: 'Montserrat Medium';
    color: #404040;
    margin-bottom: 0px;
    padding-left: 0px;
}

ul.cell-care-treatment-list li::marker {
    font-size: 40px;
    color: #006ead;
    position: relative;
    top: 46px;
}

ul.cell-care-treatment-list li p {
    margin-bottom: 0px;
}

ul.cell-care-treatment-list li {
    margin-top: 40px;
    font-size: 16px;
}

ul.cell-care-treatment-list li:first-child {
    margin-top: 0px;
}

ul.cell-care-treatment-list li {
    background-repeat: no-repeat !important;
    background-position: left 6px !important;
    padding-left: 45px;
    background-size: 14px !important;
}
.section-4-left-content h2.main-title {
    font-size: 32px;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 1em;
}
.section-4-left-content{
    position: relative;
}
.section-4-left-content:after {
    content: "";
    width: 50%;
    height: 430px;
    border: 8px solid #006ead;
    position: absolute;
    top: -50px;
    left: -50px;
    z-index: 1;
}

.section-4-left-content-inner {
    background: #404040;
    position: relative;
    z-index: 33333;
    padding-top: 3em;
}

.treatment-section-5 {
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 6em 0;
    background-size: auto 80% !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
}
.treatment-section-5:before {
    content: "";
    width: 150%;
    height: 200px;
    background: #fff;
    position: absolute;
    left: -20%;
    top: -100px;
    transform: rotate(-2deg);
    z-index: 1;
}
.treatment-section-5:after {
    content: "";
    width: 150%;
    height: 200px;
    background: #fff;
    position: absolute;
    left: -20%;
    bottom: -100px;
    transform: rotate(2deg);
}
.treatment-section-5 img.pattern-2-sec {
    position: absolute;
    right: 0px;
    height: 100%;
    width: auto;
    top: 0px;
}
.treatment-section-5 .owl-nav button {
    background: transparent;
    border: 0pc;
    width: 100px;
}

.treatment-section-5 .owl-nav button img {
    width: 100%;
}

.treatment-section-5 .owl-prev {
    position: absolute;
    top: -235px;
}

.treatment-section-5 .owl-next {
    bottom: -35px;
    position: absolute;
}
.benefit-section-slider {
    height: 500px;
}
.section-5-right-content-inner h2.main-title {
    color: #fff;
    font-size: 32px;
    margin-top: 0px;
    height:70px;
}
.section-5-right-content-inner {
    min-height: 600px;
    padding-top: 5em;
    font-size: 18px;
}
.section-6-left-content-inner {
    padding-right: 20px;
}
.section-6-left-content-inner h2.main-title {
    font-size: 2em;
}
.treatment-section-6 {
    padding-bottom: 6em;
    overflow: hidden;
}
.section-6-right-content-inner:after {
    content: "";
    width: 200%;
    height: 70%;
    background: #cceffe;
    position: absolute;
    top: 50%;
    left: -20px;
    z-index: -1;
    transform: translate(0px, -50%);
}
ul.section-6-list {
    padding-left: 0px;
    list-style: none;
}

ul.section-6-list li:after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    background: #51c0ff;
    left: 0px;
    top: 4px;
    border: 3px solid #006ead;
    border-radius: 50%;
   }

ul.section-6-list li {
    position: relative;
    padding-left: 35px;
    color: #006ead;
    margin-bottom: 20px;
    font-size: 17px;
}
.custom-section-7 {
    width: 500px;
    padding: 0px 15px 0px 0px;
}

.custom-section-7-1 {
    width: calc(100% - 500px);
    padding: 0px 15px;
}
.section-7-right-content {
    width: 90%;
    padding-left: 80px;
}
.blue-itle {
    background: #cceffe;
    width: 150px;
    font-family: 'Montserrat SemiBold';
    color: #005687;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    line-height: initial;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -75px;
}

.section-7-right-content-images {
    position: relative;
}
.treatment-section-7 {
    background: #006ead;
    color: #fff;
    padding: 2em 0;
    margin-top: 2em;
}
.section-7-left-content-inner .main-title:after {
    content: "";
    width: 90%;
    height: 1px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #fff;
}
.section-7-left-content-inner .main-title {
    color: #fff;
    font-size: 1.8vw;
    text-transform: capitalize;
    font-family: 'Montserrat Medium';
    position: relative;
    padding-bottom: 10px;
}
.main-title-style-1 {
    color: #006ead;
    text-transform: uppercase;
    font-family: 'Montserrat SemiBold';
    text-align: center;
}
.main-title-style-1 span{
    display: block;
}
.font-style-1 {
    font-size: 2.8em;
}

.font-style-2 {
    font-size: 18px;
    margin-top: -10px;
}
.font-style-3 {
    font-size: 49px;
    font-family: 'Montserrat Medium';
}
.font-style-4 {
    font-size: 1.9em;
    font-family: 'Montserrat Bold';
}

.font-style-5 {
    font-family: 'Montserrat Bold';
    font-size: 1.7em;
}

.font-style-6 {
    font-size: 1.5em;
    font-family: 'Montserrat Bold';
    top: -7px;
    position: relative;
}

.font-style-4, .font-style-5 {
    line-height: 48px;
}
.how-box-inner-content {
    background: rgb(117 205 255 / 30%);
    font-family: 'Montserrat Medium';
}
.how-box.box-2, .how-box.box-1 {
    text-align: left;
}
.how-box.box-2 .how-box-inner-content, .how-box.box-1 .how-box-inner-content {
    padding: 10px 10px 10px 30px;
}
.how-box.box-3 .how-box-inner-content, .how-box.box-4 .how-box-inner-content,  .how-box.box-5 .how-box-inner-content {
    padding: 10px 30px 10px 10px;
}
.how-box {
    margin-bottom: 15px;
}
.how-box.box-1 {
    margin-top: 100px;
    width: 95%;
    display: inline-block;
}
.how-box.box-3 {
    width: 85%;
}
.how-box.box-5 {
    width: 70%;
}
.treatment-section-8 {
    padding: 4em 0;
}

.page-id-962 .font-style-4 {
    font-size: 35px;
}
.page-id-962 .font-style-5 {
    font-size: 35px;
    line-height: 32px;
    margin-bottom: 5px;
}
.page-id-998 ul.section-6-list li:nth-child(1), .page-id-998 ul.section-6-list li:nth-child(2) {
    padding-left: 0pc;
}
.page-id-998 ul.section-6-list li:nth-child(1):after, .page-id-998 ul.section-6-list li:nth-child(2):after{
   display: none;
}












ul.treatment-9-box-list {
    list-style: none;
    padding-left: 0px;
/*    column-count: 2;
  	column-gap: 30px;

  	-webkit-column-count: 2;
  	-moz-column-count:2;
  	column-count: 2;
  	-webkit-column-gap: 1em;
  	-moz-column-gap: 1em;
  	column-gap: 1em;
   	margin-top: 3em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;*/
}

ul.treatment-9-box-list li {
  
    width: 50%;
	-webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 20px;
}


ul.treatment-9-box-list li p {
    margin: 0px;
}
.treatment-section-9-inner {
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.treatment-section-9-inner {
    background-size: contain !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    height: auto;
    padding: 2em;
    position: relative;
    z-index: 1;
	background:#eef9fe !important;
	
}
.treatment-section-9-inner:after {
    content: "";
    position: absolute;
    background: transparent;
    width: 100%;
    height: 93%;
    border: 200px solid #eef9fe;
    top: 0px;
    left: 0pc;
    z-index: -1;
    border-bottom: 0px;
}
/*li.treatment-9-box-list-item:nth-child(1), li.treatment-9-box-list-item:nth-child(2), li.treatment-9-box-list-item:nth-child(3){
	float: left;
}
li.treatment-9-box-list-item:nth-child(4), li.treatment-9-box-list-item:nth-child(5), li.treatment-9-box-list-item:nth-child(6){
	text-align: right;
	float:right;
}*/
/*li.treatment-9-box-list-item:nth-child(odd){
	clear: both;
}*/

/*li.treatment-9-box-list-item.list-item-1 , li.treatment-9-box-list-item.list-item-4 {
	 width: 435px;
}
li.treatment-9-box-list-item.list-item-2 , li.treatment-9-box-list-item.list-item-5 {
    width: 282px;
}
li.treatment-9-box-list-item.list-item-3 , li.treatment-9-box-list-item.list-item-6 {
    width: 256px;
}
*/
.treatment-section-7 .treatment-section-12-inner a.nav-link.active {
}
.treatment-section-7 .treatment-section-12-inner a {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
}
ul.treatment-9-box-list li:nth-child(even) {
    text-align: left;
    float: right;
    padding-left: 2em;
}

ul.treatment-9-box-list li:nth-child(odd) {
    text-align: left;
    float: left;
    padding-right: 2em;
    clear: both;
}
.treatment-9-box-list {
    font-size: 15px;
    color: #006ead;
    font-family: 'Montserrat Medium';
}
.treatment-section-9 {
    padding: 4em 0 ;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.treatment-section-10 {
    padding: 4em 0;
}
.treatment-section-10-inner {
    height: 500px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: hidden;
}
.treatment-10-left-container ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
   	justify-content: flex-end;
    height: 100%;
    padding-left: 0px;
    width: 60%;
    background: #006ead;
    padding: 2em;
    position: relative;
    z-index: 1;
}
.treatment-10-left-container {
    height: 100%;
    width: 35%;
    color: #fff;
    position: relative;
}
.treatment-10-left-container ul:before {
    content: "";
    background: #006ead;
    width: 100%;
    height: 150%;
    position: absolute;
    opacity: 0.56;
    right: -126%;
    transform: rotate(-26deg);
    z-index: -1;
    top: -25%;
}
.treatment-10-left-container ul:after {
    content: "";
    background: #006ead;
    width: 100%;
    height: 150%;
    position: absolute;
    right: -48%;
    transform: rotate(-26deg);
    z-index: -1;
    top: -25%;
}
.treatment-section-10-container h2.main-title {
    width: 60.5%;
    float: right;
    color: #fff;
    background: #006ead;
    font-size: 20px;
    margin: 0px;
    padding: 10px 0;
    position: relative;
    z-index: 1;
    text-align: center;
}
.treatment-section-10-container h2.main-title:before {
    content: "";
    position: absolute;
    width: 30px;
    left: -14px;
    background: #006ead;
    top: -37%;
    height: 130%;
    transform: rotate(-26deg);
    z-index: -1;
 }
 .treatment-10-left-container ul li:nth-child(1) {
    width: 170%;
    margin-left: auto;
}

.treatment-10-left-container ul li:nth-child(2) {
    width: 200%;
    margin-left: auto;
}
.treatment-10-left-container ul li:nth-child(3) {
    width: 230%;
    margin-left: auto;
}
.treatment-10-left-container ul li {
    margin-bottom: 2em;
}
.treatment-10-left-container ul li:last-child {
    margin-bottom: 0px;
}
.treatment-section-11-container {
    color: #006ead;
}
.treatment-section-11-container .main-title {
    font-size: 1.6em;
}
.treatment-11-left-container ul.nav.nav-tabs {
    text-align: center;
    /*margin-top: -15em;*/
    border:0px none;
}
.treatment-11-left-container ul.nav.nav-tabs li:nth-child(1), .treatment-11-left-container ul.nav.nav-tabs li:nth-child(4) {
    margin-left: 24.2%;
}
.treatment-11-left-container ul.nav.nav-tabs li {
    position: relative;
    width: 260px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px;
    float: left;
    padding: 40px;
}
.treatment-11-left-container ul.nav.nav-tabs li .pills-image-sec {
    display: none;
}
.treatment-11-left-container ul.nav.nav-tabs li a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat SemiBold';
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
        border: 0px none;
    background: transparent;
}
.treatment-11-left-container ul.nav.nav-tabs li a h4 {
    margin-bottom: 0px;
}
.treatment-11-left-container ul.nav.nav-tabs li a:after {
	content: "";
	position: absolute;
	background: #006ead;
	width: 100%;
	height: 100%;
	transform: rotate(45deg);
	left: 0px;
	top: 0px;
	z-index: -1;
}

.treatment-11-left-container ul.nav.nav-tabs li:nth-child(2),
.treatment-11-left-container ul.nav.nav-tabs li:nth-child(3),
.treatment-11-left-container ul.nav.nav-tabs li:nth-child(4) {
	margin-top: -23%;
}
.pills-image-sec {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    position: relative;
}
.treatment-11-left-container ul.nav.nav-tabs li a .pills-image-sec:after {
    content: "";
    position: absolute;
    background: transparent;
    height: 180px;
    width: 180px;
    transform: rotate(45deg);
    z-index: -1;
    border: 2px solid #006ead;
    opacity: 0;
}
.treatment-11-left-container ul.nav.nav-tabs li:nth-child(1) a .pills-image-sec:after{
    top: -22px;
    left: -16px;
}
.treatment-11-left-container ul.nav.nav-tabs li:nth-child(2) a .pills-image-sec:after {
    top: -7px;
    left: -31px;
}
.treatment-11-left-container ul.nav.nav-tabs li:nth-child(3) a .pills-image-sec:after {
    top: -7px;
    right: -31px;
}
.treatment-11-left-container ul.nav.nav-tabs li:nth-child(4) a .pills-image-sec:after{
    bottom: -22px;
    left: -16px;
}
.treatment-11-left-container ul.nav.nav-tabs li a.active h4 {
    display: none;
}
.treatment-11-left-container ul.nav.nav-tabs li a.active .pills-image-sec{
	display: block;
}
.pills-image-sec img {
    width: 174%;
    margin-left: -37%;
    margin-top: -31%;
}
.treatment-11-left-container ul.nav.nav-tabs li a {
    transform: scale(0.9);
}

.treatment-11-left-container ul.nav.nav-tabs li a.active {
    transform: scale(1);
}
.treatment-11-left-container ul.nav.nav-tabs li a.active .pills-image-sec:after{
    opacity: 1;
}
.treatment-11-left-container .tab-content ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom:0px;
    margin-top: 1em;
}
.treatment-11-left-container .tab-content ul li {
    background: url(https://websites4demo.com/global-stemcell/wp-content/uploads/2020/12/arrow-blue.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    position: relative;
    padding-left: 32px;
    margin-bottom: 14px;
    background-size: 15px;
}
.treatment-11-left-container .tab-content h4 {
    padding-left: 30px;
    font-family: 'Montserrat SemiBold';
    text-transform: uppercase;
    color: #006ead;
}
.treatment-11-left-container {
    color: #006ead;
    margin-top: 2em;
}
.treatment-section-11 {
    padding-bottom: 4em;
    min-height: 530px;
}
.treatment-12-container {
    background: #2b2b2b;
    color: #fff;
    width: 130%;
    margin-left: -30%;
    padding-left: 30%;
    height: 100%;
}
.treatment-12-image-box img {
    position: relative;
    margin-top: -40px;
}
.treatment-12-image-box {
    margin-bottom: 30px;
    position: relative;
}
.treatment-12-description {
    width: 80%;
    margin-top: 3em;
}
.treatment-12-description ul {
    list-style: none;
    padding-left: 0px;
}
.treatment-12-description ul li {
    width: 49%;
    display: inline-block;
    padding-right: 1vw;
    margin-bottom: 2vw;
}
.treatment-12-container .main-title {
    color: #fff;
    font-size: 4em;
    padding: 20px 30px;
    display: inline-block;
    border: 6px solid #006ead;
    margin-left: -30px;
    border-top: 0px;
    border-left: 0px;
}
.treatment-12-image-box span {
    width: 60px;
    height: 162px;
    display: block;
    position: absolute;
    top: -40px;
    right: 0px;
    border-left: 6px solid #000;
    border-bottom: 6px solid #000;
}
.treatment-section-13 {
    padding: 4em 0;
	overflow:hidden;
}
.treatment-13-container {
    background: #cceffe;
    color: #006ead;
    font-family: 'Montserrat Medium';
    padding: 1.5em;
    padding-right: 5em;
    position: relative;
}
img.doctor_image_13 {
    position: absolute;
    right: -20%;
    height: 100%;
    top: 0px;
    height: 330px;
}
.treatment-13-description {
    overflow: hidden;
    margin-bottom: 10px;
}
.treatment-13-description p {
    width: 76%;
}
.treatment-13-container .main-title {
    margin-top: 0px;
}
ul.treatment-13-list {
    list-style: none;
    padding-left: 0px;
    color: #006ead;
    font-family: 'Montserrat Medium';
    font-size: 18px;
}

ul.treatment-13-list li {
    margin-bottom: 35px;
    padding-left: 50px;
    position: relative;
    line-height: 19px;
}

ul.treatment-13-list li span {
    position: absolute;
    top: 50%;
    width: 30px;
    left: 0px;
    transform: translate(0, -50%);
}

ul.treatment-13-list li span img {
    width: 100%;
}

ul.treatment-13-list li:nth-child(1) span img {
    width: 70%;
}
.treatment-14-list-box {
    background: #006ead;
    color: #fff;
    padding: 4em 2em;
}
ul.treatment-14-list {
    list-style: none;
    padding: 0px;
}
.treatment-14-list-box {
    background: #006ead;
    color: #fff;
    padding: 4em 2em;
    margin-top: -23em;
}

ul.treatment-14-list {
    list-style: none;
    padding: 0px;
    font-family: 'Montserrat Medium';
    font-size: 18px;
    margin-bottom: 0px;
}

ul.treatment-14-list li span {
    display: inline-block;
    border: 1px solid #fff;
    width: 50px;
    border-radius: 50%;
    height: 50px;
    text-align: center;
    margin-right: 10px;
    line-height: 50px;
}

ul.treatment-14-list li span img {
    height: 30px;
}
ul.treatment-14-list li {
    margin-bottom: 20px;
}
.treatment-section-14 {
    padding-bottom: 4em;
}
.treatment-section-15 {
    background: #006ead;
    color: #fff;
    position: relative;
}
.treatment-15-container {
    overflow: hidden;
    margin-bottom: 20px;
}
.treatment-15-image-box img {
    position: absolute;
    width: 100%;
    height: 110%;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0px 7px;
}

.treatment-15-image-box {
    position: relative;
    height: 100%;
    width: 100%;
    background: rgb(204 239 254 / 0.70);
    padding: 0px 7px;
}

.treatment-section-15:after {
    content: "";
    width: 50px;
    height: 130%;
    position: absolute;
    top: -15%;
    left: 0px;
    background: rgb(204 239 254 / 0.70);
}
.treatment-15-container .main-title {
    color: #fff;
    margin-bottom: 20px;
}

.treatment-15-description ul {
    list-style: none;
    padding-left: 0px;
}

.treatment-15-description ul li {
    margin-bottom: 25px;
}
.follow-up-section {
    margin: 7em 0 0;
    padding: 4em 0;
    background: rgb(188 188 188 / 15%);
    text-align: center;
}
.follow-up-section .main-title {
    margin-top: 0px;
    position: relative;
    font-size: 4em;
}
.follow-up-section .main-title span {
    color: #757575;
    font-size: 2em;
    font-family: 'Montserrat Black';
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    z-index: -1;
    opacity: 0.15;
    transform: translate(0, -50%);
}
.follow-up-section .main-title {
    margin-top: 0px;
    position: relative;
    font-size: 4em;
    margin-bottom: 0.7em;
}
.faq-section .card {
    margin-bottom: 30px;
}
.faq-section .card-header {
    padding: 0px;
    border-radius: 0px !important;
    border: 0px !important;
}
.card-body {
    background: rgb(223 223 223 / 52%);
    color: #006ead;
    font-family: 'Montserrat Medium';
    padding: 10px 20px;
}
.faq-section .card-header a{
    display: block;
    text-align: left;
    border: 0px;
    background: rgb(223 223 223 / 52%);
    border-radius: 0px;
    color: #006ead;
    padding: 10px 20px;
    font-family: 'Montserrat Medium';  
}
.faq-section .card-header a.collapsed {
    display: block;
    text-align: left;
    border: 0px;
    background: #006ead;
    border-radius: 0px;
    color: #fff;
    padding: 10px 20px;
}
.faq-section .card-header:before{
    display: none;
}
.faq-section .main-title span {
    width: 28%;
    border-bottom: 2px solid #006ead;
    display: inline-block;
    vertical-align: middle;
}
.faq-section #accordion {
    margin-top: 4em;
}
.faq-section {
    padding: 2em 0 1em;
}
.faq-section .card-header > a:before {
    float: right !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f068";
    border: 1px solid #006ead;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    padding: 0px;
    line-height: 30px;
    margin-top: -3px;
    font-size: 21px;
    margin-right: -12px;
}
.faq-section .card-header > a.collapsed:before {
    float: right !important;
    content:"\f067";
    border-color: #fff;
}

/*================= About Page Css ===================*/
.about-intro-section p {
    margin-bottom: 0px;
    font-size: 18px;
}
.about-intro-section {
    padding: 4em 0;
    text-align: center;
    color: #006ead;
}
.middle-image {
    width: 400px;
    display: inline-block;
    z-index: 1;
    position: relative;
}

.middle-image img {
    width: 100%;
}

.middle-image:after {
content: "";
width: 110%;
height: 100%;
background: #e5e5e5;
position: absolute;
left: -5%;
top: 0px;
transform: rotate(26deg);
z-index: -1;
}

.middle-image {
    margin: 4em 0;
}
.vision-mission-inner {
    background: #e3f6fe;
    padding: 1px 1em;
    color: #006ead;
}
.mission-section {
    text-align: right;
}
.vision-mission-section {
    background: rgb(200 200 200 / 0.1);
    padding: 4em 0;
}
.specialty-section {
    padding: 4em 0;
}
.specialty-container {
    background: #006ead;
    color: #fff;
    padding: 2em 1.5em;
}

.specialty-container p {
    margin: 0px;
}

.specialty-inner {
    width: 80%;
    float: right;
    margin-right: -15px;
}

.specialty-inner .main-title {
    margin: 0px;
    border: 2px solid  #006ead;
    padding: 8px 20px;
    border-right: 0px;
}
.aim-section {
    background: rgb(0 110 173 / 0.30);
    color: #006ead;
}
.aim-container {
    background: #e0e5ec;
    height: 100%;
    padding: 5vw;
    text-align: center;
}
.aim-container .main-title {
    border-bottom: 2px solid #006ead;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.aim-image {
    margin: 3em 0;
}
.aim-image {
    margin: 3em 0;
    width: 100%;
    height: calc(100% - 6em );
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.member-image {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #006ead;
    margin: 0px auto;
}

.member-image img {
    width: 100%;
}

.team-member-box {
    text-align: center;
    color: #006ead;
}
.member-name {
    font-family: 'Montserrat SemiBold';
    font-size: 22px;
    margin-top: 10px;
}
.member-designation {
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    font-family: 'Montserrat Medium';
}
.member-description {
    font-size: 14px;
    padding-top: 10px;
}
.our-team-section {
    padding: 2em 0 4em;
}
.upload-inner {
    background: #006ead;
    color: #fff;
    text-align: center;
    font-size: 30px;
    width: 80%;
    margin-left: -15px;
    padding: 1em 15px;
}

.upload-banner a {
    background-image: linear-gradient(to right, #2a8ed4 , #49c1e8);
    font-size: 24px;
    padding: 5px 20px;
    display: inline-block;
    width: auto;
}

.upload-banner {
    text-align: right;
    margin-top: 1em;
}
.upload-inner:after {
    content: "";
    width: 95%;
    height: 115%;
    border: 3px solid #006ead;
    position: absolute;
    top: -7.5%;
    left: 0px;
    z-index: -1;
    border-left: 0pc;
}
.upload-inner {
    background: #006ead;
    color: #fff;
    text-align: center;
    font-size: 30px;
    width: 80%;
    margin-left: -15px;
    padding: 1em 15px;
    position: relative;
    z-index: 1;
}
.our-team-inner .main-title {
    margin-bottom: 2em;
}


/* ========================= treatment page css =================*/
.treatable-section-inner ul.treatable-list {
    padding-left: 0px;
    list-style: none;
}
.treatable-section-inner h6 {
    font-size: 25px;
    color: #006ead;
}

.treatable-section-inner .main-title {
    margin: 0px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.treatable-section-inner .main-title:after {
    content: "";
    width: 70%;
    height: 2px;
    background: #006ead;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.treatable-section-inner ul.treatable-list {
    margin-top: 8em;
}
.treatable-section-inner ul.treatable-list li {
    display: flex;
    align-items: center;
    margin: 1em 0;
    position: relative;
}
.treatment-image img {
    max-height: 260px;
    min-height: 260px;
    width: auto;
}
.treatment-image {
    min-width: 260px;
    min-height: 260px;
    max-width: 260px;
    max-height: 260px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 5px 0;
}
.treatable-section-inner ul.treatable-list li:nth-child(odd) .treatment-image {
    order: 2;
    margin-left: 5em;
}
.treatable-section-inner ul.treatable-list li:nth-child(odd) .treatment-content{
	order: 1;
	margin-right: 5em;
}
.treatable-section-inner ul.treatable-list li:nth-child(even)  .treatment-image{
	margin-right: 5em;
}
.treatment-content h4 {
    font-family: 'Montserrat SemiBold';
}
.treatment-content {
    color: #006ead;
}
.treatable-section-inner ul.treatable-list li:nth-child(3n + 4), .treatable-section-inner ul.treatable-list li:nth-child(1){
    position: relative;
}
.treatable-section-inner ul.treatable-list li:nth-child(3n + 4):before, .treatable-section-inner ul.treatable-list li:nth-child(1):before{
    content: "";
    background:url(https://websites4demo.com/global-stemcell/wp-content/uploads/2020/12/blue-gradient.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: -80.6%;
    z-index: -1;
    top: 0px;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    background-size: auto 100% !important;
    transform: rotate(-180deg);
}
.treatable-section-inner ul.treatable-list li:nth-child(3n + 4) span, .treatable-section-inner ul.treatable-list li:nth-child(1) span {
    position: absolute;
    right: -110%;
    width: 100%;
    height: 100%;
    background: #cceffe;
    top: 0px;
}
.treatable-section-inner ul.treatable-list li:nth-child(even) span{
	left: -110%;
	right: auto;
}
.treatable-section-inner ul.treatable-list li:nth-child(odd):before {
    left: auto;
    right: -80.6%;
    background-position: left center !important;
    transform: none;
}
a.read-more-btn-1 {
    color: #006ead;
    font-family: 'Montserrat SemiBold';
    float: right;
}
.treatable-section {
    overflow: hidden;
    padding: 4em 0;
}

/* ======================== resources page css ================================*/

.news-post-section {
    position: relative;
    right: -26px;
}
.wrap {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  right: -7%;
}
.resource-news-section {
    background: #006ead;
    color: #fff;
    position: relative;
    padding: 2em;
}
.news-post-slider .news-review.slick-slide {
  width: 350px;
  /*height: 300px !important;*/
  transition: transform .4s;
  position: relative; 
}
.news-event-section {
    position: relative;
    overflow: hidden;
}

.news-review.slick-slide {
  transform: scale(0.7)  translate(640px);
  opacity: 0;
}
.news-review.slick-slide.slick-active{
 opacity: 1;   
}
.news-review.slick-slide.slick-center + .slick-slide {
  transform: scale(0.8) translate(-50px);
  z-index: 10;
}

.news-review.slick-slide.slick-center + .slick-slide + .news-review.slick-slide {
  transform: scale(0.7)  translate(-640px);
  z-index: 5;
}

.news-review.slick-slide.slick-active {
  transform: scale(0.8) translate(50px);
}

.news-review.slick-slide.slick-center {
  /* margin: 0 -10%; */
  transform: scale(1);
  z-index: 30;
}
.news-box a {
    color: #fff !important;
}
.news-post-slider .slick-center:after {
  opacity: 0;
}

.news-image {
    height: 300px;
    background-position: center center !important;
    background-size: 100% auto  !important;
    background-repeat: no-repeat !important;
    box-shadow: 0px 0px 20px #333;
}
h6.poat-title {
    font-size: 18px;
    width: 76%;
    margin-left: 10%;
    opacity: 0;
    text-align: center;
    margin-top: 10px;
}

.news-review.slick-slide.slick-active h6.poat-title {
    opacity: 1;
}

.news-review.slick-slide.slick-center h6.poat-title {
    width: 100%;
    margin-left: 0px;
    padding: 0px 20px;
}
.news-post-slider .slick-arrow {
    width: 80px;
    height: 80px;
}
.news-post-slider .slick-arrow img {
    height: 100%;
}
.news-post-section h3 {
    font-size: 2.2em;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 1em;
    width: 60%;
    float: right;
    font-family: 'Montserrat Medium';
}
.resource-news-section .main-title {
    padding: 0px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #ffffff;
    opacity: 0.46;
    font-size: 6.4em;
    text-align: center;
    margin: 0px;
    font-weight: 600;
    line-height: 1.2em;
    padding-right: 0.5em;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0, -50%) rotate(-180deg);
    height: 100%;
}
.resource-news-section .slick-dots li button:before {
    font-size: 40px;
    color: #fff;
    opacity: 0.6;
    transition: all .5s;
}

.resource-news-section .slick-dots li.slick-active button:before {
    font-size: 62px;
    color: #fff;
    opacity: 1;
}
.resource-literature-inner {
    margin-bottom: 3em;
    position: relative;
}
.resource-literature-image {
    position: relative;
    z-index: 1;
}
.resource-literature-image img {
    width: 90%;
}
.resource-literature-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ebf5fb;
    left: 0px;
    z-index: -1;
    top: 3em;
}
.resource-literature-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ebf5fb;
    left: -100%;
    z-index: -1;
    top: 3em;
}
.dots-inner img {
    width: auto;
    height: 100%;
}
.dots-inner {
    position: absolute;
    top: 0px;
    z-index: 2;
    height: 100%;
    left: 0px;
}
.resource-literature {
    padding: 4em 0px;
}
.resource-literature-container {
    color: #006ead;
    padding-right: 3em;
}
.custom-border {
    position: relative;
    z-index: 1;
}
.custom-border:after {
    content: "";
    width: 60%;
    height: 100%;
    border: 8px solid #006ead;
    position: absolute;
    top: 0px;
    right: 0px;
    border-left: 0px;
    z-index: -1;
}
.custom-border:before {
    content: "";
    width: 40%;
    height: 100%;
    border: 8px solid #ffffff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.resource-literature-container .main-title:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #006ead;
    top: 50%;
    position: absolute;
    margin-left: 15px;
}
.resource-literature-container .main-title {
    position: relative;
}
.event-box {
    position: relative;
}
.event-hover-content {
    background: #006ead;
    color: #fff;
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0px;
    top: 0px;
    padding: 20px;
    opacity: 0;
    transition: all 0.5s;
    transition-delay: 0.6s;
}
.event-review.slick-slide.slick-active .event-hover-content{
    opacity: 1;
}
.event-review.slick-slide.slick-active img{
    transform: scale(0.9);
}
.event-review.slick-slide.slick-center {
    /* margin: 0 -10%; */
    transform: scale(1);
    z-index: 30;
}
.event-review.slick-slide.slick-center + .slick-slide{
    transform: scale(0.8) translate(-270px);
    z-index: 10;
}
.event-review.slick-slide{
    transform: scale(0.8) translate(270px);
    z-index: 10;
    position: relative;
}
.event-hover-content h6 {
    font-family: 'Montserrat SemiBold';
    font-size: 24px;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
a.btn-style-6 {
    color: #fff;
}
.resource-events-container h2 {
    position: relative;
}

.resource-events-container h2  span.line {
    width: 30%;
    position: absolute;
    height: 3px;
    background: #006ead;
    top: 50%;
    margin-left: 10px;
}
.resource-events-container h2 span.circle {
    width: 20px;
    position: absolute;
    height: 20px;
    background: #fff;
    top: 50%;
    border: 3px solid #006ead;
    border-radius: 50%;
    left: 46%;
    transform: translate(0px, -50%);
}
.resource-events {
    position: relative;
    z-index: 2;
}
.resource-flowchart {
    position: relative;
    overflow: hidden;
    top: -2em;
    z-index: 1;
}
.resource-flowchart-inner {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    min-height: 890px;
    color: #006ead;
}
.flowchart-til-top{
    content: "";
    width: 130%;
    height: 400px;
    position: absolute;
    background: #fff;
    top:-225px;
    transform: rotate(-10deg);
    left: -9%;
    border: 25px solid #d0e7f5;
}
.flowchart-til-top:after {
    content: "";
    width: 100%;
    height: 10px;
    background: #fff;
    top: calc(100% + 15px);
    position: absolute;
    left: 0px;
}
.flowchart-til-bottom{
    content: "";
    width: 130%;
    height: 400px;
    position: absolute;
    background: #fff;
    bottom: -185px;
    transform: rotate(-10deg);
    left: -9%;
    border: 25px solid #d0e7f5;
}

.flowchart-til-bottom:after {
    content: "";
    width: 100%;
    height: 10px;
    background: #fff;
    bottom: calc(100% + 15px);
    position: absolute;
    left: 0px;
}
.resource-flowchart-content {
    margin-top: 240px;
}
.resource-flowchart-image {
    margin-top: 140px;
}
.resource-review-section {
    background: #006ead;
    color: #fff;
    overflow: hidden;
    padding: 4em 0;
}
.resource-review-slider .slick-list {
    width: calc(100% + 20.6vw)!important;
}
.resource-review-slider .slick-track {
    display: flex;
    align-items: center;
}
.resource-review-slider .slick-slide {
    height: 400px;
    display: flex !important;
    align-items: center;
}
.resource-review-box {
    padding: 2em;
    width: 500px!important;
    min-width: 347px!important;
    transition: all .4s;
    height: 300px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid grey;
    border: 1px solid #006ead73;
    color: #fff;
    padding: 20px;
    /*height: auto !important;*/
    background: #034e79;
}

.resource-review-review.slick-slide.slick-current.slick-active .resource-review-box {
    height: 380px !important;
    background: #006ead;
    border-right: 1px solid transparent;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 48%);
    z-index: 1;
    margin: 20px 0px 20px 20px;
}
.resource-review-item .main-title {
    color: #fff;
    font-size: 4em;
    margin-top: 0px;
}
.resource-review-slider .slick-prev {
    display: none !important;
}

.resource-review-section .navigation-section {
    position: relative;
    width: 100%;
    height: 52px;
    z-index: 1;
    margin-top: -5em;
}
#resource_review_next {
    bottom: 0px;
    top: auto;
    right: 0px;
    left: auto;
    transform: none;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 43px;
}
.resource-review-section  .navigation-section:after {
    content: "";
    top: 0px;
    width: 100%;
    height: 100%;
    background: #87aec4;
    display: block;
    right: -94%;
    position: absolute;
    z-index: -1;
}
.resource-review-slider ul.slick-dots {
    position: absolute;
    width: auto;
    right: 72px;
    bottom: 0.6em;
    z-index: 2;
}
.resource-review-slider .slick-dots li button:before {
    font-size: 50px;
    color: #cacaca;
    opacity: 1;
}
.resource-review-slider .slick-dots li.slick-active button:before {
    color: #ffea00;
    opacity: 1;
}
.custom-nav img {
    width: 100%;
}
.resource-review-box .footer-bottom {
    border-top: 1px solid #929292;
    display: flex;
    padding-top: 15px;
}
.resource-review-box .footer-bottom img {
    margin-right: 10px;
}

.resource-review-section-inner .btn-style-1 {
    background: #ffea00;
    color: #000 !important;
    min-width: 120px;
}
.therapy-protocol-inner {
    position: relative;
    z-index: 1;
    color: #006ead;
    padding: 1px;
}

.therapy-protocol-inner:before {
    content: "";
    width: 100%;
    height: 80%;
    background: #cceffe;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.therapy-protocol-box {
    background: #fff;
    text-align: center;
    height: 250px;
    box-shadow: 0px 0px 10px #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: all 0.5s;
    transform: scale(0.9);
}

.therapy-protocol-icon img {
    height: 50px;
}
.custom-5 {
    width: 20%;
    padding: 0px 5px;
}
h5.therapy-protocol-head {
    font-family: 'Montserrat Semibold';
    font-size: 16px;
    margin-top: 15px;
}
.therapy-protocol-box:hover {
    background: #006ead;
    color: #fff;
        transform: scale(1);
 
}
.therapy-protocol-box:hover a{
    color:#fff !important;
}
.therapy-arrow {
    visibility: hidden;
}
.therapy-protocol-box:hover .therapy-arrow {
    visibility: visible;
}
.therapy-arrow {
    margin-top: 10px;
}
.therapy-arrow img {
    width: 30px;
}
.faq-box {
    background: #036ba4;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-box img {
    filter: brightness(0) invert(2);
    height: 65%;
}

.faq-box span {
    display: none;
}


.faq-category ul {
    list-style: none;
    padding-left: 0px;
}

.faq-category ul {
    display: flex;
}

.faq-category ul li:nth-child(6) {
    transform: scale(0.9);
    margin-top: 2em;
    margin-right: 1em;
}

.faq-category ul li:nth-child(5) {
    transform: scale(0.80);
    margin-top: 5em;
}

.faq-category ul li:nth-child(4) {
    transform: scale(0.75);
    margin-top: 8em;
}

.faq-category ul li:nth-child(3) {
    transform: scale(0.70);
    margin-top: 14em;
}

.faq-category ul li:nth-child(2) {
    transform: scale(0.65);
    margin-top: 24em;
    left: 7em;
    position: relative;
}

.faq-category ul li:nth-child(1) {
    transform: scale(0.60);
    margin-top: 33em;
    left: 16em;
    position: relative;
}

.faq-category ul li {
    padding: 1px;
    position: relative;
    z-index: 5;
}

.faq-container {
    margin: 14em 0;
}
.physician-networks-section:before {
    content: "";
    background: #006ead;
    width: 60%;
    height: 80px;
    position: absolute;
    top: -28px;
    left: 0px;
}
.physician-networks-section:after {
    content: "";
    background: #006ead;
    width: 60%;
    height: 80px;
    position: absolute;
    bottom: -28px;
    right: 0px;
}
.physician-networks-section {
    background: #cceffe;
    color: #006ead;
    text-align: center;
    padding: 4em 0;
    position: relative;
    margin-top: 3em;
}
.physician-networks-inner a {
    color: #006ead;
    font-weight: 600;
}
.treatment-btn-scetion {
    padding: 4em 0;
}
.helpcenter-heading {
    position: absolute;
    top: 0px;
    left: 0px;
    background: none;
    z-index: 999;
    font-size: 20px;
    transform: rotate(-180deg);
    margin-bottom: 0px;
    display: flex;
    padding: 0px;
    flex-wrap: nowrap;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background: #006ead;
    color: #fff;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat SemiBold';
    text-transform: uppercase;
    font-size: 2vw;
    padding: 0px 10%;
}

.helpcenter-inner {
    position: relative;
    background: rgb(204 239 254 / 30%);
    color: #006ead;
}
.helpcenter-inner  img.heading-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 5%;
    z-index: 4444;
    border: 10px solid rgb(0 110 173 / 42%);
    border-radius: 50%;
}

.helpcenter-section {
    padding: 4em 0;
}

.help-center-list ul {
    list-style: none;
    padding: 0px;
    text-align: center;
    margin: 0px;
}

.help-center-list ul li {
    display: inline-block;
    width: 24%;
    margin: 32px 0;
}

.help-center-list ul li a {
    display: block;
}


.help-center-list ul li a .helpcenter-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.help-center-list ul li a .helpcenter-box img {
    height: 50px;
}

.help-center-list ul li a .helpcenter-box span {
    color: #006ead;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
}
.faq-box:hover {
    background: #b6e4ff;
}

.faq-box:hover img {
    display: none;
}

.faq-box:hover span {
    display: block;
    font-size: 42px;
    color: #036ba4;
    font-family: 'Montserrat Medium';
}


/* =================== Blog Page ===========================*/
.page-id-692 .blog-section:after{
	display: none;
}
.page-id-692 .blog-section {
    margin-top: 0px;
    padding: 2em 0;
}

.pagination {
    justify-content: flex-end;
}
.pagination a {
     font-family: 'Montserrat Medium';
    background: #46b6e2;
    color: #fff;
    margin: 0px 2px;
    padding: 3px 25px 0px;
    font-size: 25px;
    text-decoration: none;
}
.pagination span {
    font-family: 'Montserrat Medium';
    background: #3a92b4;
    color: #fff;
    margin: 0px 2px;
    padding: 3px 25px 0px;
    font-size: 25px;
    box-shadow: 0px 0px 7px #00000078;
}
.single-post .banner-treatable-title h2 , .single-news .banner-treatable-title h2{
    font-size: 30px;
}
#single-main {
    padding: 4em 0;
}
h1.entry-title {
    color: #006ead;
    font-family: 'Montserrat SemiBold';
}
span.author.vcard a, span.posted-on a{
    padding-left: 7px;
    color: #333;
}
time.updated {
    display: none;
}
time.entry-date.published.updated {
    display: inline-block;
}
svg.svg-icon {
    fill: #006ead;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: -4px;
}
span.posted-on {
    margin-left: 28px;
}
header.entry-header {
    font-family: 'Montserrat Medium';
    margin-bottom: 2em;
}
nav.navigation.post-navigation {
    background: #e3f6fe;
    padding: 20px;
    margin-top: 4em;
}
.nav-next{
    text-align: right;
}
.nav-next a, .nav-previous a {
    color: #006ead;
}
.nav-next, .nav-previous {
    width: 49.8%;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
}
/*================ news post page =======================*/
.news-page-slider .item.post {
    height: auto;
    padding: 10px 0px;
}
.news-page-slider {
    padding-top: 2em;
}
/*================ literature page =======================*/
.common-content-inner {
    padding: 4em 0;
}

/*================ event page =======================*/
.event-post {
    display: flex;
    align-items: center;
}
.event-post figure.post-thumbnail img {
    width: 100%;
    height: auto;
}
.event-post figure.post-thumbnail {
    min-width: 400px;
    max-width: 400px;
    margin-right: 20px;
    margin-bottom: 0px;
}
.event-post a.btn-style-6 {
    color: #006ead;
    font-family: 'Montserrat Medium';
}
main#main {
    padding: 4em 0;
}
.event-post {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.event-post h2.entry-title a {
    color: #29a1d5;
}

/*================ Reviews page =======================*/

.page-id-709 .resource-review-section {
    background: #fff;
}
.page-id-709 .resource-review-box {
    width: 100% !important;
    border: 0px;
    margin-bottom: 20px;
    height: auto !important;
    background: rgb(3 78 121 / 13%);
    color: #000;
}




/*================ Protocol page =======================*/

.page-id-715 .therapy-protocol-box {
    flex-direction: revert;
    text-align: left;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    background: transparent;
    box-shadow: 0px 0px 0px;
    border-left: 3px solid #006ebf;
    transform: scale(1);
    margin-bottom: 2em;
    padding: 10px 20px;
}
.page-id-715 .therapy-protocol-inner:before{
    display: none;
}
.page-id-715 .therapy-protocol-icon img {
    width: 50px;
    height: auto;
}
.page-id-715 .therapy-protocol-icon {
    margin-right: 20px; 
}
.page-id-715 .therapy-protocol-box:hover{
      color: #006ead;  
}
.page-id-715 .therapy-protocol-box p {
    margin-bottom: 0px;
}
.page-id-715 .therapy-protocol-section {
    padding:1em 0 4em;
    background: rgb(200 200 200 / 0.1);
}
.protocol-section-1 {
    padding: 3em 0;
}
.protocol-section-1-left-image-inner {
    padding: 15px;
    position: relative;
}
.protocol-section-1-left-image-inner:after {
    content: "";
    position: absolute;
    width: 90%;
    height: 100%;
    border: 3px solid #006ead;
    left: 0px;
    top: 0px;
    z-index: -1;
}
.page-id-715 .aim-content ul {
    padding-left: 20px;
}
.page-id-715 .aim-content {
    text-align: left;
}
.page-id-715 .aim-content ul li {
    margin-bottom: 10px;
}
/*================ Faq page =======================*/
.faq-main-section ul#myTab {
    border-width: 0px;
    display: table;
    width:100%;
}
.faq-main-section .tab-content {
    padding-top: 2em;
}

.faq-main-section .tab-content {
    padding-top: 2em;
    text-align: left;
}

.faq-main-section ul#myTab li a {
    padding: 10px 20px;
    display: block;
    border-bottom: 4px solid #e3f6fe;
    color:#212529;
}

.faq-main-section ul#myTab li a img {
    height: 43px;
    width: initial;
}

.faq-main-section ul#myTab li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.faq-main-section ul#myTab li a.active {
    border-color: #006ead;
}
.faq-list-container .card-body {
    margin-bottom: 2em;
}
.faq-main-section .card-header, .faq-main-section .card-body{
    text-align: left;
}
.faq-main-section ul#myTab li a h5 {
    font-family: 'Montserrat Medium';
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 16px;
}
.faq-main-section .card-header:before{
    display: none;
}
.faq-main-section {
    padding: 4em 0;
}


/* =================== network page ==================*/

.Map-container {
  position: relative;
}

#Map-svg {
  width: 900px;
  max-width: 100%;
  height: auto;
}

.Location-nav {
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.75);
}
.Location-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.Location-nav li {
  margin: 15px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.Location-nav li::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.75);
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.25s linear, transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.Location-nav li:hover::after {
  opacity: 1;
  transform: translateY(0);
}
.physician-networks-inner {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga" on;
    font-size: 15px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    min-height: 100%;
    background:#fff;
    padding: 4em 0;
}
.physician-networks-main-section-1 h2 {
    color: #fff;
}
.physician-networks-main-section-1 {
    background: #31609f;
    color: #fff;
    padding: 2em 0 4em;
}

/* ================ help center page =======================*/
.page-id-723 .help-center-list ul li a .helpcenter-box img {
    height: 70px;
}
.page-id-723 .help-center-list ul li a .helpcenter-box span {
    font-size: 1.5em;
}
.page-id-723 .help-center-list ul li {
    margin: 40px 3px;
}
.page-id-723 .helpcenter-inner {
    padding: 2em 0;
}

/* ================ pricing page =======================*/
.pricing-column.basic-column._2 {
    background-color: #006ead;
    background-image: radial-gradient(circle farthest-corner at 100% 0,rgba(136,199,253,.75),#006ead);
    color: #fff;
    text-align: center;
    padding-bottom: 6em;
}
.pricing-table {
    box-shadow: 0 16px 48px 0 rgba(26,39,81,.1);
    border-radius: 10px;
    text-align: center;
}
.pricing-section {
    padding: 4em 0;
}
.pricing-title {
    display: inline-block;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    color: #006ead;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.plan-features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    min-height: 100px;
    min-width: 100%;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-bottom: 1px solid rgba(155,155,189,.2);
}
.div-block-40 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.paragraph-10 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    font-weight: 500;
    text-align: left;
        margin-bottom: 0px;
}
.div-horizontal {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    min-width: 100%;
    padding: 0px 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    margin: 10px;
}
.image-30 {
    display: inline-block;
    margin-top: 0;
    margin-right: 10px;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}
.pricing-title._2 {
    color: #b5b5b5;
    font-size: 12px;
}
.pricing-title.white {
    color: #fff;
    text-align: center;
}
.pricing-title._2._3 {
    color: hsla(0,0%,100%,.55);
}
.paragraph-10._15.white2 {
    position: relative;
    width: 90%;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    color: hsla(0,0%,100%,.75);
    font-weight: 400;
    text-align: left;
}
.button-2.full-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 80px;
    margin-top: 0;
    padding-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: #e3f6fe;
    text-decoration: none;
    border-radius: 0px !important;
}
.button-2 {
    margin-top: 10px;
    padding: 15px 22px 13px;
    border-radius: 3px;
    background-color: #295fe7;
    background-image: radial-gradient(circle closest-corner at 50% 50%,transparent,hsla(0,0%,100%,.1));
    box-shadow: 0 10px 20px -5px rgba(13,67,105,.2);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #fff;
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
}
.paragraph-10._2 {
    color: #fff;
}
.text-block-23 {
    color: #333;
    font-weight: 600;
    text-decoration: none;
}
.text-block-24 {
    color: #333;
    font-weight: 600;
}
p.paragraph-10._15.inline {
    position: relative;
    padding-left: 30px;
    display: inline-block;
    margin-bottom: 0;
    padding-right: 60px;
    color: #333;
    font-size: 14px;
    text-align: left;
}
p.paragraph-10._15.inline:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    background: #51c0ff;
    left: 0px;
    top: 4px;
    border: 3px solid #006ead;
    border-radius: 50%;
}
.paragraph-10._15 {
    display: block;
    padding-top: 0;
    color: #b5b5b5;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.pricing-section-1 {
    border-top: 2px solid #ddd;
    background: #fafafa;
    padding: 1em 0 4em;
}

/* ====================== International Patients ==============================*/
.page-id-1685 .banner-treatable-title h2 {
    text-align: left;
}
.international-section-1-left-image {
    padding: 20px 0px 20px 20px;
    position: relative;
    z-index: 1;
}
.international-section-1-left-image:after {
    content: "";
    position: absolute;
    width: 90%;
    height: 100%;
    border: 3px solid #006ead;
    left: 0px;
    top: 0px;
    z-index: -1;
}
.international-patients-section-1 {
    padding: 4em 0;
}
.international-section-1-right-content-inner {
    color: #006ead;
    font-size: 18px;
}
.international-section-1-right-content-inner .main-title {
    font-size: 1.8em;
}
.international-section-1-right-content-inner ol {
    padding-left: 20px;
}
.international-section-1-right-content-inner ol li {
    margin-bottom: 10px;
}
.international-patients-section-2-pointer {
    text-align: right;
    height: 240px;
}
.half-circle {
    border-bottom-left-radius: 120px;
    border-top-left-radius: 120px;
    background: #006ead;
    height: 240px;
    width: 120px;
    position: relative;
    display: inline-block;
}
.half-circle span {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat Medium';
    font-size: 17px;
    left: 0px;
}
.half-circle:after {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    border-left: 3px dashed #006ead;
    left: -10px;
    border-bottom-left-radius: 120px;
    border-top-left-radius: 120px;
    top: -10px;
    border-radius: 50%;
}
.international-patients-section-2-content {
    text-transform: uppercase;
    color: #006ead;
    font-family: 'Montserrat Medium';
}
.number p{
    background: #006ead;
    font-family: 'Montserrat Medium';
    color: #fff;
    font-size: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top: 50px;
    left: 0px;
}
.number:before {
    content: "";
    background: #ffffff;
    font-family: 'Montserrat Medium';
    color: #fff;
    font-size: 30px;
    width: 40px;
    height: 44px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 47px;
    left: -4px;
}
.international-patients-section-2-content ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.international-patients-section-2-box span {
    background: #006ead;
    width: 35px;
    height: 35px;
    display: inline-block;
    padding: 5px;
    border-radius: 50%;
    text-align: center;
}
.international-patients-section-2-content ul li {
    margin: 15px 0;
}
.international-patients-section-2-box span img {
    height: 20px;
}
.patient-row:nth-child(odd) .col-md-6:nth-child(2) {
    order: 1;
}
.patient-row:nth-child(odd) .col-md-6:nth-child(1) {
    order: 2;
}
.patient-row:nth-child(odd) .col-md-6:nth-child(1) .international-patients-section-2-pointer {
    text-align: left;
}
.patient-row:nth-child(odd) .col-md-6:nth-child(1) .international-patients-section-2-pointer .half-circle {
    border-bottom-right-radius: 120px;
    border-top-right-radius: 120px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.patient-row:nth-child(odd) .col-md-6:nth-child(1) .international-patients-section-2-pointer .half-circle:after {
    left: auto;
    right: -10px;
    border-left: 0px;
    border-right: 3px dashed #006ead;
}
.patient-row:nth-child(odd) .col-md-6:nth-child(1) .international-patients-section-2-pointer .number p {
    left: auto;
    right: 0px;
}
.patient-row:nth-child(odd) .col-md-6:nth-child(1) .international-patients-section-2-pointer .number:before {
    left: auto;
    right: -4px;
}
.patient-row:nth-child(odd) .col-md-6:nth-child(2) .international-patients-section-2-content {
    text-align: right;
}
.patient-row:nth-child(odd) .col-md-6:nth-child(2) .international-patients-section-2-box span {
    float: right;
    top: -4px;
    position: relative;
    margin-left: 10px;
}
.international-patients-section-2 {
    background: rgb(200 200 200 / 0.1);
    padding: 1em 0 4em;
}

/*====================== Book Appointment page css ======================*/
.contact-board-section-1-content h5 {
    font-family: 'Montserrat Semibold';
}
.contact-board-section-1-content {
    text-align: left;
    padding-top: 2em;
}
.contact-board-section-1 {
    margin-bottom: 4em;
}

.contact-board-form .form-control {
    border-radius: 4px;
    background: transparent !important;
    border: 1px solid #0083ca;
    color: #0083ca !important;
    font-size: 13px;
    padding: 10px 20px;
    height: 40px;
}
.contact-board-form .form-control::placeholder{
    color: #0083ca !important;
}
.contact-board-form textarea.form-control{
    height: 200px;
}

.contact-board-form {
    text-align: left;
}
.contact-board-form label {
    color: #006ead;
    font-family: 'Montserrat Medium';
}
.contact-board-section-2 {
    margin-bottom: 4em;
    background: rgb(200 200 200 / 0.1);
}
.contact-board-form {
    background: #e3f6fe;
    width: 100%;
    height: 100%;
    padding: 20px;
}
input.wpcf7-form-control.wpcf7-submit.submit {
    background-image: linear-gradient(to right, #2a8ed4 , #49c1e8);
    border: 0px;
    color: #fff !important;
    font-family: 'Montserrat Medium';
    font-size: 24px;
    padding: 5px 20px;
}
.contact-board-section-1-content ul li .fa {
    position: absolute;
    left: 0px;
    top: 3px;
}
.contact-board-section-1-content ul li {
    padding-left: 25px;
    margin-bottom: 15px;
    position: relative;
}
.contact-board-section-1-content ul li a {
    color: #006ead;
}
.contact-board-section-1-content ul {
    padding-left: 0px;
    color: #006ead;
    list-style: none;
    font-family: 'Montserrat Medium';
    margin-bottom: 2em;
}
.contact-social-icon-sec ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.contact-social-icon-sec ul li {
    display: inline-block;
    padding-left: 0px;
}

.contact-social-icon-sec ul li a {
    background: #006ead;
    color: #fff;
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}
.page-id-1789 .contact-social-icon-sec{
    display: none;
}


/* ================= opportunities Page css ====================*/
.opportunites-box-image {
    position: relative;
    margin-bottom: 10px;
}
.opportunites-box-image:after {
    content: "";
    background: rgb(0 110 173 / 50%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 1;
    transition: all 0.5s;
}
.opportunites-box-content h4 {
    font-family: 'Montserrat Medium';
    font-size: 2em;
}
.opportunites-box-content {
    color: #006ead;
}
.opportunites-list {
    padding: 4em 0;
}
.opportunites-list .row .col-md-4:nth-child(2) {
    margin-top: 6em;
}
.opportunites-box:hover .opportunites-box-image:after {
    opacity: 0;
}

/* ================= Flow Chart Page css ====================*/
.flow-chart-section-1 .main-title {
    border-bottom: 2px solid #006ead;
    text-align: center;
    padding-bottom: 10px;
}
.flow-chart-section-1-container {
    background: rgb(201 201 201 / 15%);
    color: #006ead;
    font-size: 20px;
    padding: 2em;
    text-align: center;
    position: relative;
    z-index: 1;
}
.flow-chart-section-1-container:after {
    content: "";
    font-weight: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 156px 0 0 156px;
    border-color: transparent transparent transparent #61add8;
    opacity: 0.21;
}
.flow-chart-section-1-container:before {
    content: "";
    font-weight: 100;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 156px 156px 0;
    border-color: transparent #61add8 transparent transparent;
    opacity: 0.21;
}
.flow-chart-section-2-inner:nth-child(odd) {
    background: rgb(200 200 200 / 0.1);
}
.flow-chart-section-2-inner {
    padding: 2em 0;
}
.flow-chart-section-2-inner:nth-child(even) .row .col-md-5 {
    order: 2;
}
.flow-chart-section-2-inner:nth-child(even) .row .col-md-7 {
    order: 1;
}
.flow-chart-section-1 {
    margin-bottom: 2em;
}

/* ===================== science page css =======================*/
.science-intro-section .main-title {
    border-bottom: 2px solid #006ead;
    text-align: center;
    padding-bottom: 10px;
}
.science-intro-container{
    background: rgb(201 201 201 / 15%);
    color: #006ead;
    font-size: 20px;
    padding: 2em;
    text-align: center;
    position: relative;
    z-index: 1;
}
.science-intro-container:before {
    content: "";
    font-weight: 100;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 200px 200px 0;
    border-color: transparent #61add8 transparent transparent;
    opacity: 0.21;
}
.science-intro-container:after {
    content: "";
    font-weight: 100;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 200px 0 0 200px;
    border-color: transparent transparent transparent #61add8;
    opacity: 0.21;
}
.read-more-main {
    overflow: hidden;
}
.science-intro-container .ac, .science-intro-container .kapat{
    position: absolute;
    bottom: -50px;
    right: 59px;
}
img.intro-readmore-bg {
    width: 250px;
}

.science-intro-section-1 {
    padding: 4em 0;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.science-intro-section-1-inner {
    background: #c5eeff;
    padding: 20px;
}
.science-into-sec-1-container > div {
    overflow: hidden;
    margin-bottom: 15px;
}
.science-into-sec-1-content .main-title {
    font-size: 2.1em;
}
.science-intro-section-1-inner .row {
    padding: 1.5em 0px;
}
.science-intro-section-1-inner .row:nth-child(even) .col-md-5{
    order:1;
}
.science-intro-section-1-inner .row:nth-child(even) .col-md-7{
    order:2;
}
.science-into-sec-1-container ul {
    list-style: none;
    padding-left: 0px;
}
.science-into-sec-1-container ul li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 15px;
}
.science-into-sec-1-container ul li:before {
    content: "";
    width: 40px;
    height: 15px;
    background-size: 100% !important;
    position: absolute;
    background-repeat: no-repeat !important;
    left: 0px;
    top: 6px;
}
.treatment-15-image-box-inner {
    width: 100%;
    height: calc(100% + 50px);
    background-size: cover !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    top: -25px;
    position: relative;
}
.treatment-15-container-inner {
    margin-bottom: 20px;
}
.boxes-image{
    position: relative;
}
.boxes-image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0 110 173 / 55%);
    left: 0px;
    top: 0px;
}
.boxes-content {
    padding-top: 15px;
}
.boxes-content h3 {
    color: #006ead;
    font-family: 'Montserrat Medium';
    font-size: 24px;
}
.boxes-content-inner {
    overflow: hidden;
    margin-bottom: 10px;
    color: #006ead;
}
.adult-stem-cell-box {
    margin-bottom: 15px;
}
.adult-stem-cell .main-title {
    margin-top: 0px;
}
.adult-stem-cell {
    padding: 3em 0 4em;
}
.adult-stem-cell .main-title{
    position: relative;
    z-index: 1;
}
.adult-stem-cell .main-title span {
    display: block;
    position: absolute;
    width: 100%;
    left: 0px;
    top: -19px;
    color: #e2e2e23d;
    z-index: -1;
    font-size: 1.5em;
}
.adult-stem-cell .btn-style-1 {
    padding: 5px 10px;
}

.stem-cell-collection {
    background: #006ead;
    color: #fff;
    padding: 2em 0;
}
.stem-cell-collection .main-title {
    color: #fff;
    border-bottom: 1px solid rgb(255 255 255 / 41%);
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 30px;
}
.stem-cell-collection-inner ul {
    padding-left: 00px;
}
.stem-cell-collection-inner ul li {
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px;
}
.stem-cell-collection-inner ul li h4 {
    font-family: 'Montserrat Medium';
}
.post-treatment-care-image {
    width: 70%;
    margin: 0px auto;
    position: relative;
    padding: 20px;
    min-height: 550px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.post-treatment-care-image .main-title {
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #ffffff63;
    margin: 0px;
    font-size: 1.9em;
    padding-bottom: 15px;
    left: 0px;
    width: 100%;
    margin-bottom: 20px;
}
.post-treatment-care {
    padding: 4em 0 0em;
}
.post-care-content-1, .post-care-content-2 {
    background: rgb(255 255 255 / 74%);
    padding: 20px;
}
.post-treatment-care-inner {
    position: relative;
}
h2.post-care-heading-1 {
    position: absolute;
    top: 50%;
    background: #006ead;
    color: #fff;
    padding: 10px;
    height: 80%;
    transform: translate(0, -50%) rotate(180deg);
    left: 7.4%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-family: 'Montserrat Medium';
    cursor: pointer;
}
h2.post-care-heading-2{
    position: absolute;
    top: 50%;
    background: #006ead;
    color: #fff;
    padding: 10px;
    height: 80%;
    transform: translate(0, -50%);
    right: 7.4%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-family: 'Montserrat Medium';
    cursor: pointer;
}

.stem-cell-process ul {
    border-bottom: 0px none;
    width: 120%;
    margin-left: -10%;
    align-items: center;
    margin-top: -70px;
    margin-bottom: 40px;
    position: relative;
}
.stem-cell-process ul > li > a {
   background: #006ead;
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-family: 'Montserrat Medium';
    display: flex;
    align-items: center;
    justify-content: center;
}

.stem-cell-process ul > li {
    display: inline-block;
    padding: 0px 10px;
    width: 16.66%;
}
.stem-cell-process ul > li > a.active {
    transform: scale(1.15);
}
.stem-cell-process {
    margin: 3em 0 4em;
    background: rgb(204 239 254 / 0.70);
    padding-bottom: 1.5em;
}
.stem-cell-process .tab-content h2 {
    font-family: 'Montserrat Medium';
    color: #343a40;
}
.stem-cell-process-image .main-title {
    position: absolute;
    width: 100%;
    top: 40%;
    color: #000;
    font-size: 4em;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 54%);
}

.stem-cell-process-image {
    position: relative;
}
.treatment-concept {
    background: #cceffe;
    padding: 2em 0;
    color: #006ead;
    position: relative;
    z-index: 1;
    margin: 6em 0;
}
.treatment-concept:before {
    content: "";
    font-weight: 100;
    position: absolute;
    top: -40px;
    left: 0px;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 40px 600px;
    border-color: transparent transparent transparent #006ead;
}
.treatment-concept:after {
    content: "";
    font-weight: 100;
    position: absolute;
    bottom: -40px;
    right: 0px;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 600px 40px 0px;
    border-color: transparent #006ead transparent transparent;
}
.treatment-concept-content-section {
    overflow: hidden;
}
.atm-content-inner{
    overflow: hidden;
}
.atm-section {
    padding: 4em 0 6em;
    background: #f6f6f6;
}
.atm-content .main-title span {
    display: block;
    font-size: 22px;
}
.stem-cell-faq ul li a {
    background: #006ead;
    color: #fff;
    padding: 20px 10px;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.stem-cell-faq ul li {
    width: 100%;
}

.stem-cell-faq ul {
    border: 0px;
}

.stem-cell-faq {
    padding: 4em 0;
}
.limition-content-inner{
    overflow: hidden;
    margin-bottom: 20px;
}

.limition-content {
    position: relative;
    z-index: 1;
    padding: 20px;
    margin-left: 40px;
}

.limition-content:after {
    content: "";
    border: 6px solid #006ead;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0px;
    left: 0px;
    border-left: 0px;
}

.limition-content:before {
    content: "";
    border: 6px solid #ffffff;
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 1;
    top: 0px;
    left: 0px;
    border-right: 0px;
    border-left: 0px;
}
.limition-content-inner, .box-more, .box-less {
    position: relative;
    z-index: 2;
}
.limition-section:before {
    content: "";
    background: rgb(208 231 245 / 63%);
    position: absolute;
    width: 47%;
    height: 100%;
    top: 11%;
}
.limition-section {
    position: relative;
    z-index: 1;
    padding: 0px 0px 4em;
    overflow: hidden;
}
.type-of.stem-cell {
    background: rgb(3 136 213 / 21%);
    padding: 4em 0;
}
.type-of-stem-cell-content .main-title {
    color: #333;
    border-bottom: 2px solid #333;
    margin: 0px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.type-of-stem-cell-content {
    text-align: right;
}
.type-of-stem-cell-content-inner{
    overflow: hidden;
}
.type-of-stem-cell-list ul {
    padding-left: 0px;
    background: #404040;
    list-style: none;
    color: #fff;
    padding: 20px;
    margin-bottom: 0px;
}
.type-of-stem-cell-list ul li {
    position: relative;
    padding-left: 36px;
    margin: 19px 0px;
}
.type-of-stem-cell-list ul li:before {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 15px;
    height: 15px;
    background-size: 100% !important;
}
.type-of-stem-cell-list:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #404040;
    left: -100%;
}
.type-of-stem-cell-list {
    position: relative;
    background: #404040;
    padding-bottom: 20px;
}
.page-id-3636 .adult-stem-cell {
    background: #d8e8f15e;
    padding: 2em 0;
}
.page-id-3636 .adult-stem-cell .main-title {
    display: none;
}
.page-id-3636 .read-more-main {
    height: 100% !important;
    text-align: left;
}
.page-id-3636  .intro-readmore-bg, .page-id-3636 .ac, .page-id-3636 .kapat {
    display: none;
}
.page-id-3636 .science-intro-section {
    padding-bottom: 3em;
}
.why-stem-cell-content-inner{
    overflow: hidden;
}
.why-stem-cell {
    background: rgb(197 197 197 / 17%);
    padding: 2em 0;
}
.why-stem-cell-content:before {
    content: "";
    background: rgb(3 136 213 / 23%);
    position: absolute;
    width: 200%;
    height:100%;
    top: 0px;
    left: 0px;
    border: 5px solid #006ead;
    z-index: -1;
}
.why-stem-cell-content {
    position: relative;
    z-index: 1;
    padding: 20px;
}
.why-stem-cell-content a.ac, .why-stem-cell-content a.kapat {
    margin-left: 0px;
}
.why-stem-cell-content ul {
    padding-left: 0px;
    list-style: none;
    font-family: 'Montserrat Medium';
    margin-top: 1em;
}
.why-stem-cell .main-title {
    margin: 0px 0px 20px;
    font-size: 28px;
    color: #333;
}
.why-stem-cell-content ul li {
    margin: 10px 0;
}
/*=========second-section==========*/
.first-box {
    width: 20%;
    text-align: center;
    background: #8dc9e7;
    margin-bottom: 40px;
    background: #8dc9e7;
}
h3.stem-cell-heading {
    margin: 0px;
    color: #006ead;
    font-size: 20px;
    font-family: 'Montserrat Bold';
    padding: 10px;
}
.second-box {
     width: 100%
     margin-bottom: 40px;
    text-align: center;
    background: #8dc9e7;
}
.stem-cell-awareness {
   margin-bottom: 40px;
}
.page-id-713 header.entry-header {
    display: none;
}
.page-id-713 #main{
	background:#fafafa;
}

/* ===================================== Payment methods section ================================*/
.debit-card-payment {
    color: #fff;
    text-align: center;
    padding: 20px 10px;
    background-color: #24252b;
    border-radius: 16px;
}
.debit-card {
    padding-bottom: 20px;
    font-size: 18px;
	  font-family: 'Montserrat Bold';
}
.payment-heading {
    font-size: 40px;
	font-family: 'Montserrat Bold';
    color: white;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 30px;
}
.payment-section {
    background-color: #1a1b1f;
}
.payment-pharagraph {
    color: white;
font-family: 'Montserrat Light';
    font-size: 15px;
    padding: 50px 20px;
}
.payment-Transfers {
    padding-bottom: 60px;
}
.credit-card {
    padding-bottom: 10px;
	font-family: 'Montserrat Light';
}
.logo-section {
    color: #fff;
    font-size: 40px;
    padding-top: 20px;
}
.bank-icons {
    font-size: 40px;
}
.pricing-section-1-inner {
    text-align: center;
}
/*=================================================Important Details====================================*/
.first-deails {
    font-size: 40px;
	font-family: 'Montserrat Bold';
    padding: 50px 0px;
}
.details-pharagraph {
    font-size: 20px;
	font-family: 'Montserrat';
    padding: 50px 10px;
}
.important-details {
    text-align: center;
}
.first-note {
    font-size: 20px;
	 font-family: 'Montserrat SemiBold';
    color: #000000;
    padding-bottom: 20px;
}
.second-note {
    font-size: 15px;
    color: #94979a;
}
.important-note {
    padding: 50px 0px;
}
.second-note {
    font-size: 15px;
    color: #94979a;
    padding: 20px 20px;
}
.last-note {
    font-size: 20px;
	 font-family: 'Montserrat SemiBold';
    padding: 20px 20px;
    color: #000000;
}
.secont-last-note {
    font-size: 15px;
	  font-family: 'Montserrat';
    color: #94979a;
    padding: 20px 20px;
}
.first-section {
    border-bottom: 1px solid #94979a;
    padding-bottom: 30px;
}
.second-section {
    padding-top: 30px;
    border-bottom: 1px solid  #94979a ;
}
.question-icon {
    font-size: 40px;
}
.notepad-icon {
    font-size: 40px;
}
.debit-card-payment {
    color: #fff;
    text-align: center;
    padding: 20px 10px;
    background-color: #24252b;
    border-radius: 16px;
}
/* ==================== apply page css ==========================*/
.apply-banner h2 {
    font-family: 'Montserrat SemiBold';
    font-size: 4em;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #fff;
    height: 400px;
    display: flex;
    align-items: center;
}
.div-block-150 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.step-box {
    position: relative;
    width: 45%;
    margin: 10px 15px;
    padding: 45px 20px;
    border: 1px solid rgba(0,0,0,.09);
    text-align: center;
}
.paragraph-49 {
    position: absolute;
    left: 5%;
    top: -5%;
    right: auto;
    bottom: auto;
    display: inline-block;
    width: 1em;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 4px;
    background-color: #fff;
    color: rgba(85,85,85,.4);
    font-weight: 500;
}
.italic-text-28 {
    opacity: .85;
    color: #006ead;
    font-size: 40px;
    font-style: normal;
}
.paragraph-50, .paragraph-48, .paragraph-51, .paragraph-52 {
    font-family: 'Montserrat SemiBold';
    font-size: 20px;
}
.apply-section {
    padding: 4em 0;
}
.language a {
    padding-top: 0px !important;
}
.apply-section-inner #cf7mls-next-btn-cf7mls_step-1 {
    background: -webkit-gradient(linear, left top, right top, from(#005d89), to(#49c1e8));
    background: -webkit-linear-gradient(left, #005d89, #49c1e8);
    background: -o-linear-gradient(left, #005d89, #5dc3ae);
    background: linear-gradient(to right, #005d89, #49c1e8);
    width: calc(100% - 70px);
    margin-left: 35px;
    float: left;
    font-family: 'Montserrat SemiBold';
    text-transform: uppercase;
}
.apply-section-inner .wpcf7-form-control.wpcf7-radio label span.wpcf7-list-item-label{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    height: 120px;
    min-width: 150px;
    margin-right: 20px;
    margin-bottom: 15px;
    margin-left: 20px;
    padding: 20px 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 1.2px solid rgba(26,27,31,.15);
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 1px 1px 35px 0 rgb(198 211 255 / 15%);
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    text-align: center;
    align-items:center;
        font-family: 'Montserrat SemiBold';
}
.apply-section-inner input[type="radio"] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.apply-section-inner input[type="radio"]:checked + span {
    background-color: rgb(241, 255, 249);
    transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    border-color: rgb(54, 179, 126) !important;
}
#wpcf7-f5326-o1 p {
    font-size: 18px;
}
#wpcf7-f5326-o1 h4 {
    font-family: 'Montserrat SemiBold';
    margin-bottom: 20px;
}
.cf7mls_back.action-button, .cf7mls_next.action-button{
    font-family: 'Montserrat SemiBold';
}
#wpcf7-f5326-o1 .form-control, #wpcf7-f5326-o1 select {
    border-radius: 0px;
    background: #f3f3f3 !important;
    border: 1px solid #fff;
    color: #000000;
    font-size: 14px;
    height: 45px;
    width:100%;
}

#wpcf7-f5326-o1 .form-control::placeholder{
    color:#333;
}
#wpcf7-f5326-o1 textarea.form-control{
    height: 120px;
}
.form-group.gender input[type="radio"] {
    opacity: 1;
    padding: revert;
    z-index: 1;
    margin-top: 5px;
}
.apply-section-inner .form-group.gender .wpcf7-list-item {
    margin: 0px;
}
.apply-section-inner .form-group.gender .wpcf7-form-control.wpcf7-radio label span.wpcf7-list-item-label {
    padding: 0px !important;
    width: auto !important;
    height: auto !important;
    display: block;
    min-width: initial !important;
    border: 0px !important;
}

/* ================== patient care and service page ================== */
.custom-page .feature-content {
    height: 420px;
}
.feature-content {
    background-color: #f8f8f8;
    padding: 40px 20px;
    transition: all 300ms ease-out 0s;
        margin-bottom: 40px;
}

.our_feature .feature-icon {
    border: 5px solid #e4e4e4;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 5px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    margin: 0px auto 30px;
    padding: 0px;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    -webkit-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
    width: 100%;
    height: 150px;
     border-radius: 50%;
    height: 175px;
    width: 175px;
}
.feature-content .entry {
    height: 140px;
    text-align: center;
}
a.more-link {
    position: relative;
}
 a.feature-icon,  a.feature-icon img {
    border-radius: 50%;
    height: 175px;
    width: 175px;
}

.our_feature .feature-icon, .our_feature .feature-icon img {
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    overflow: hidden;
}
h3.feature-title a {
    color: #333;
    font-family: 'Montserrat Medium';
    font-size: 24px;
}
a.more-link {
    color: #006ead;
    font-family: 'Montserrat Medium';
}
.iframe-video h3 a {
    color: #006ead;
    font-family: 'Montserrat Medium';
    font-size: 18px;
    line-height: initial !important;
}
.video_gallery {
    padding: 4em 0;
    background: #fafafa;
}
.treament-image-sec iframe {
    height: 600px;
}
.contact-numbers {
    text-align: end;
    padding: 0em 2em;
}
.gallery-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0px 10px;
        color: #fff;
}
.gallery-slider .owl-nav .owl-prev {
    display: inline-block;
    float: left;
}
.gallery-slider .owl-nav .owl-next {
    display: inline-block;
    float: right;
}
/* ================================ Home Page video section ========================*/
.home-video-slider-2-content h3 a {
    font-family: 'Montserrat SemiBold';
    color: #6c6c6c;
    font-size: 1em;
}
.home-video-inner .owl-nav {
    display: flex;
    font-size: 30px;
}
.home-video-slider-1 iframe {
    height: 350px;
}
.heading-bg-rt {
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: left center !important;
    margin-left: -15%;
    position: relative;
    z-index: 2;
    padding-left: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    position: relative;
    margin-bottom: 20px;
}

.heading-bg-rt h2.main-title {
    color: #fff;
    margin: 0px !important;
    font-size: 3.5em;
}

.heading-bg-rt:after {
	content: "";
	background: #006ead;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: -100%;
}
.home-video-inner .owl-nav {
    display: flex;
    font-size: 30px;
    color: #006ead;
}
.home-video-inner .owl-prev, .home-video-inner .owl-next{
	padding: 10px;
}
.home-video-section {
    overflow: hidden;
    padding: 2em 0 4em;
}
/*=========================extra css ==========================*/
.page-id-721 .why-stem-cell {
    margin-bottom: 4em;
}
.page-id-721 .why-stem-cell a.btn.btn-style-1 {
    display: none;
}
.page-id-721 .limition-section {
    margin-top: 6em;
}
.pagination {
    justify-content: flex-end;
    align-items: flex-end;
    width: 33%;
}
.Patient-video-item {
    margin-bottom: 60px;
}
.treatment-section h2 {
    font-family: 'Montserrat Semibold' !important;
    color: #006ead;
    text-transform: uppercase;
    font-size: 1.8em;
    line-height: 1.4em;
    border-bottom: 2px solid #006ead;
    padding-bottom: 10px;
}
.symptoms-left > .vc_column-inner:before {
    position: absolute;
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    left: -100%;
    background-color: #404040;
	top: 0;
}
.symptoms-left .vc_column-inner, .symptoms-right .vc_column-inner {
	position: relative;
}
.symptoms-left > .vc_column-inner {
    padding-top: 0 !important;
    padding-bottom: 60px;
}
.symptoms-right > .vc_column-inner:before {
    position: absolute;
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    right: -100%;
    background: #63d2ff;
	top: 0;
}
body {
    overflow-x: hidden;
}
.symptoms-left .wpb_column {
    position: relative;
    z-index: 9;
    background-color: #404040;
    padding: 40px 0 0;
}
.section-4-left-content h2 {
    font-size: 32px;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
	font-family: 'Montserrat Semibold' !important;
    margin-bottom: 1em;
}
.treatment-diagnosis-section .vc_column-inner {
	padding: 0;
}
.treatment-diagnosis-section h2 {
    color: #fff;
    font-size: 4em;
	font-family: 'Montserrat Semibold' !important;
    padding: 20px 30px;
    display: inline-block;
    border: 6px solid #006ead;
    border-top: 0px;
    border-left: 0px;
}
.diagnosis-image:after {
    width: 60px;
    height: 173px;
    display: block;
    position: absolute;
    top: -50px;
    right: 0px;
    border-left: 6px solid #000;
    border-bottom: 6px solid #000;
	content: '';
	z-index: 10;
}
.diagnosis-image img {
    margin-top: -50px;
    position: relative;
    z-index: 9;
}
.treatment-diagnosis-section .vc_col-has-fill {
	color: #ffffff;
	font-size: 16px;
}
.treatment-diagnosis-section .vc_col-has-fill:before {
	content: '';
	display: block;
	position: absolute;
	width: 100px;
	height: 100%;
	background-color: #404040;
	left: -100px;
}
.treatment-diagnosis-section .wpb_text_column {
    padding-left: 35px;
    padding-right: 15%;
    padding-top: 20px;
}
.treatment-stem-section {
	color: #fff;
    font-size: 18px;
}
.treatment-stem-section h2 {
	color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    font-family: 'Montserrat Medium' !important;
    position: relative;
    padding-bottom: 10px;
	margin-bottom: 20px;
	text-align: center !important;
}
.treatment-stem-section h2:before {
	content: "";
	width: 80%;
	height: 1px;
	position: absolute;
	right: 10%;
	bottom: 0px;
	background: #fff;
}
.how-stem-cell-section .wpb_text_column {
	font-family: 'Montserrat Medium';
	position: relative;
}
.how-stem-cell-section .wpb_text_column:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgb(117 205 255 / 30%);
	width: 100%;
	height: 100%;
}
.how-stem-cell-section .wpb_text_column .wpb_wrapper {
	position: relative;
	z-index: 9;
}
.about-treatment-heading-section h2 {
    position: absolute;
    bottom: -90px;
    z-index: 999;
    width: 100%;
    font-family: 'Montserrat Semibold' !important;
}
.expect-treat-section h2 {
    font-family: 'Montserrat Semibold' !important;
}
.what-expect-content .wpb_text_column {
    font-size: 15px;
    color: #006ead;
    font-family: 'Montserrat Medium';
}
.improvement-left-heading, .improvement-right-content {
	font-family: 'Montserrat Medium' !important;
	font-size: 18px;
	color: #006ead;
}
.improvement-right-content {
	width: 85%;
}
.improvement-right-heading {
	font-family: 'Montserrat Semibold' !important;
	font-size: 26px;
	color: #006ead;
}
.improvement-right-image img {
	position: absolute;
	right: -130px;
	max-width: 260px;
	bottom: -120px;
	height: auto;
}
.follow-up-background {
    color: #757575;
    font-size: 100px;
    font-family: 'Montserrat Black' !important;
    opacity: 0.15;
}
.follow-up-text {
	font-family: 'Montserrat Bold' !important;
	font-size: 32px;
	color: #006ead;
	position: absolute;
	top: 90px;
	width: 100%;
}
.vip-treat-left ul {
    color: #ffffff;
    font-family: 'MONTSERRAT MEDIUM';
    list-style: none;
    padding: 0 0 0 10px;
    margin: 150px 0 0;
}
.vip-treat-left ul li {
    margin-bottom: 25px;
}
.vip-right-heading {
	background-color: #006ead;
	position: absolute;
	right: 0;
	font-family: 'Montserrat SemiBold' !important;
	color: #ffffff;
	font-size: 20px;
	padding: 10px;
	top: 0;
}
.vip-right-heading:before {
	content: "";
	position: absolute;
	width: 24px;
	left: -14px;
	background: #006ead;
	top: -14.3%;
	height: 107%;
	transform: rotate(-26deg);
	z-index: 1;
}
.vip-treatment-section {
    overflow: hidden;
}
.vip-treat-left:before {
    content: "";
    background: #006ead;
    width: 100%;
    height: 150%;
    position: absolute;
    right: -29%;
    transform: rotate(-26deg);
    z-index: 0;
    top: -25%;
}
.vip-treat-left:after {
	content: "";
	background: #006ead;
	width: 100%;
	height: 150%;
	position: absolute;
	opacity: 0.56;
	right: -53%;
	transform: rotate(-26deg);
	z-index: 0;
	top: -25%;
}
.vip-treat-left .vc_column-inner {
    position: relative;
	z-index: 9;
}
.about-treatment-inner-text {
	padding: 15px;
	margin-left: -15px;
}
.about-treatment-inner-section .wpb_column {
    padding-bottom: 0 !important;
}
@media (max-width:767px) {
	html {
		overflow-x: hidden;
	}
	.description {
		width: 100%;
	}
	.treatable-condition-list .item:nth-child(5) {
		top: -5px;
		position: relative;
	}
	.special-search-section {
		padding: 20px 0 0 0;
	}
	.treatable-all-section div#v-pills-tab {
		width: 100% !important;
		font-size: 10px;
		text-align: center;
	}
	.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
		width: 100% !important;
		padding: 10px 5px;
	}
	.alld1 {
		padding: 0;
		display: flex;
		flex-wrap: wrap;
	}
	.alld1 li {
		width: 50% !important;
	}
	.treatable-all-section .treaticon {
		margin-right: 0;
	}
}
@media (max-width: 480px) {
	.treatable-all-section .row {
		display: block;
	}
	.treatable-all-section .row .col-9, .treatable-all-section .row .col-3 {
		max-width: 100%;
	}
	.treatable-all-section div#v-pills-tab {
		width: 100% !important;
		font-size: 10px;
		text-align: center;
		display: flex !important;
		flex-wrap: nowrap !important;
		flex-direction: row !important;
		overflow-x: scroll;
		border-radius: 10px;
		margin-bottom: 20px;
	}
}