.text-center{
	text-align : center;
}
.ttm-contact marquee {
	width: 229px
}
.ttm-contact marquee a {
	color: #eceff6
}
.aboutme .ttm-team-position {
	color: #e5287c;
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
	letter-spacing: .6px
}
.achievements .featured-imagebox-post .featured-content .featured-title h5 {
	margin-top: 26px;
	margin-bottom: 4px;
	font-size: 27px;
	line-height: 32px;
	font-weight: 600
}
.achievements .featured-imagebox-post.ttm-box-view-left-image .post-desc {
	padding-top: 11px;
	font-size: 20px
}
/* Services */
#service {
	padding-top: 50px;
	padding-bottom: 50px
}
#service h4 {
	font-size: 22px
}
#service h5 {
	color: #000;
	font-size: 18px
}
#service .service-box{
	box-shadow: 0 0 10px rgb(0 0 0 / 14%);
    border: 1px solid #d3d9e9;
    padding: 11px 3px 5px;
    margin-bottom: 22px;
}
#service .service-content h2{
	font-size: 20px;
    margin-top: 11px;
    margin-bottom: 7px;
    line-height: 21px;
}
#service .service-btn{
	color: #e5287c;
    font-weight: 700;
    font-size: 14px;
    text-transform: none;
}
.service-icon img {
    width: 19%;
}
/* Services end */
.services .featured-icon-box.style1 {
	padding: 11px;
	border: 2px solid transparent;
	margin-bottom: 10px;
	background: #09103e
}
.services .featured-desc p {
	color: #fff
}
.services .featured-icon-box.style1:hover {
	border-color: #e5287c
}
.services .featured-content .featured-title h2 {
	font-size: 20px;
	color: #eceff6;
	margin-bottom: 0
}
.services .featured-icon-box.top-icon .featured-content {
	padding-top: 0
}
.icon-bar {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1
}
.icon-bar a {
	display: block;
	text-align: center;
	padding: 3px;
	transition: all .3s ease;
	color: #fff;
	font-size: 14px
}
.icon-bar a:hover {
	background-color: #000
}
.facebook {
	background: #3b5998;
	color: #fff
}
.twitter {
	background: #55acee;
	color: #fff
}
.linkedin {
	background: #007bb5;
	color: #fff
}
.youtube {
	background: #b00;
	ccolor: #fff
}
.quora {
	background: #b32a26;
	color: #fff
}
.instagram {
	background: #ea0064;
	color: #fff
}
#education {
	padding-top: 10px;
	padding-bottom: 40px
}
.flip-box {
	background-color: transparent;
	width: 300px;
	height: 200px;
	margin-bottom: 112px;
	perspective: 1000px
}
.flip-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform .8s;
	transform-style: preserve-3d
}
.flip-box:hover .flip-box-inner {
	transform: rotateY(180deg)
}
.flip-box-back,
.flip-box-front {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden
}
.flip-box-back {
	transform: rotateY(180deg)
}
.main-timeline .timeline {
	width: 100%;
	padding: 0 0 0 80px;
	margin-bottom: 40px;
	border: 3px solid #e5287c;
	border-radius: 90px;
	float: right;
	position: relative
}
.main-timeline .timeline:before {
	content: '';
	height: 115%;
	width: 10px;
	background-color: #fff;
	transform: translateY(-50%);
	position: absolute;
	left: 70px;
	top: 50%
}
.main-timeline .timeline-content {
	background-color: #e5287c;
	text-align: left;
	border-radius: 0 90px 90px 0;
	display: block;
	position: relative
}
.main-timeline .timeline-content:hover {
	text-decoration: none
}
.main-timeline .content {
	background-color: #fff;
	padding: 17px 40px 17px 80px;
	border-radius: 90px
}
.main-timeline .timeline-year {
	color: #fff;
	background-color: #1e2c66;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	line-height: 110px;
	height: 130px;
	width: 130px;
	border: 10px solid #d8dce0;
	box-shadow: 0 0 15px rgba(0, 0, 0, .5) inset;
	border-radius: 50%;
	transform: translateY(-50%);
	position: absolute;
	left: -70px;
	top: 50%
}
.main-timeline .description {
	color: #000;
	font-size: 15px;
	text-align: justify;
	margin: 0 0 5px 0
}
.main-timeline .description span {
	color: #e5287c;
	font-weight: 600;
	font-size: 16px
}
.main-timeline .timeline:nth-child(even) {
	float: left;
	padding: 0 80px 0 0
}
.main-timeline .timeline:nth-child(even):before {
	left: auto;
	right: 70px
}
.main-timeline .timeline:nth-child(even) .timeline-year {
	left: auto;
	right: -70px
}
.main-timeline .timeline:nth-child(even) .timeline-content {
	border-radius: 90px 0 0 90px;
	text-align: right
}
.main-timeline .timeline:nth-child(even) .content {
	padding: 17px 80px 17px 40px
}
@media screen and (max-width: 1200px) {
	.main-timeline .timeline-content {
		border-radius: 0 92px 92px 0
	}
	.main-timeline .timeline:nth-child(even) .timeline-content {
		border-radius: 92px 0 0 92px
	}
	.main-timeline .content {
		padding: 25px 40px 25px 80px
	}
	.main-timeline .timeline:nth-child(even) .content {
		padding: 25px 80px 25px 40px
	}
}
@media screen and (max-width: 990px) {
	.main-timeline .timeline {
		width: 61.7%
	}
}
@media screen and (max-width: 767px) {
	.main-timeline .timeline {
		width: 100%
	}
	.main-timeline .timeline:nth-child(even) {
		float: right;
		padding: 0 0 0 80px
	}
	.main-timeline .timeline:nth-child(even):before {
		left: 70px
	}
	.main-timeline .timeline:nth-child(even) .timeline-content {
		border-radius: 0 92px 92px 0;
		text-align: left
	}
	.main-timeline .timeline:nth-child(even) .timeline-year {
		left: -70px
	}
	.main-timeline .timeline:nth-child(even) .content {
		padding: 25px 40px 25px 80px
	}
}
@media screen and (max-width: 479px) {
	.main-timeline {
		padding-top: 30px
	}
	.main-timeline .timeline,
	.main-timeline .timeline:nth-child(even) {
		padding: 0;
		margin-bottom: 60px;
		border-radius: 10px
	}
	.main-timeline .timeline:before {
		display: none
	}
	.main-timeline .content,
	.main-timeline .timeline-content {
		border-radius: 0
	}
	.main-timeline .timeline-year,
	.main-timeline .timeline:nth-child(even) .timeline-year {
		top: -70px;
		left: 50%;
		transform: translateY(0) translateX(-50%) scale(.7)
	}
	.main-timeline .content,
	.main-timeline .timeline:nth-child(even) .content {
		text-align: center;
		padding: 55px 20px 20px
	}
	.main-timeline .title {
		font-size: 18px
	}
}
.events strong {
	color: #e5287c
}
#clinical-trials {
	padding-top: 40px;
	padding-bottom: 40px
}
#clinical-trials .trials-box {
	border-left: 4px solid #2e3f88;
	background: #fff;
	padding: 15px;
	transition: all .3s ease-in-out 0s;
	box-shadow: 0 0 15px rgba(0, 0, 0, .08);
	margin-bottom: 40px
}
#clinical-trials .trials-box:hover {
	border-color: #e5287c
}
#clinical-trials .trials-box .title {
	display: inline-block;
	font-size: 22px;
	color: #2e3f88;
	border-bottom: 3px solid #d9e7ed;
	padding-bottom: 6px;
	margin: 0 0 20px 0;
	transition: all .3s ease-in-out 0s
}
#clinical-trials .trials-box:hover .title {
	border-color: #e5287c
}
#clinical-trials .trials-box .description {
	font-size: 17px;
	margin: 0 0 11px 0
}
#clinical-trials .trials-box .read-more {
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	color: #e5287c;
	text-transform: capitalize;
	border: 2px solid #e5287c;
	padding: 4px 10px
}
#clinical-trials .trials-box .read-more:hover {
	color: #2e3f88
}
@media only screen and (max-width: 990px) {
	#clinical-trials .trials-box {
		margin-bottom: 30px
	}
}
.post .entry-content {
	font-size: 17px!important;
	font-family: 'Nunito Sans', sans-serif!important;
	color: #333!important
}
.post .ttm-post-featured img {
	width: 100%
}
.post .ttm-blog-classic-content h1 {
	font-size: 25px;
	line-height: 33px
}
.post .latest-thumb img {
	width: 100%
}
.post .latest-content {
	padding: 9px;
	background: #fff;
	margin-bottom: 27px
}
.post .post-meta .ttm-meta-line {
	padding-right: 10px;
	position: relative;
	color: #000f30;
	font-size: 13px
}
.post .post-title h5 a {
	margin-top: 0;
	margin-bottom: 4px;
	font-weight: 500;
	font-size: 17px
}
.post .post-title h5 {
	line-height: 21px
}
.post .ttm-btn.ttm-btn-size-sm.ttm-icon-btn-right {
	padding-right: 39px
}
.post .post-btn {
	margin-top: 10px;
	padding-top: 7px;
	border-top: 1px solid #f2f2f2
}
.post .ttm-btn.btn-inline {
	text-transform: capitalize;
	font-size: 12px;
	font-weight: 600;
	padding: 0;
	border: 1px solid transparent;
	background-color: transparent
}
#video-detail .detail-box {
	list-style: none;
	overflow: hidden;
	margin-top: 0;
	background-color: #f9fafa;
	padding: 16px 15px 20px 20px
}
#video-detail .post-meta .ttm-meta-line {
	padding-right: 10px;
	position: relative;
	color: #e5287c;
	font-size: 15px;
	font-weight: 600
}
#video-detail .video-content h1 {
	font-size: 22px;
	line-height: 33px
}
#video-detail .video-content p {
	margin-top: 12px
}
.footer-nav-menu .text-orange {
	color: #e5287c;
	font-size: 16px
}
.contact {
	margin-top: 20px
}
.contact .layer-content h3 {
	font-size: 24px;
	font-weight: 500
}
#service {
	padding-top: 50px;
	padding-bottom: 50px
}
#service h4 {
	font-size: 22px
}
#service h5 {
	color: #000;
	font-size: 18px
}
.breadcrumb-wrapper-inner span:last-child {
	color: #f3f3f3;
	letter-spacing: 1px
}
.featured-thumbnail img {
	width: 100%
}
.video-post {
	padding-top: 56.9444%;
	position: relative;
	width: 100%
}
.video-post embed,
.video-post iframe,
.video-post object {
	pointer-events: auto;
	border: medium none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}
.footer1 a {
	display: block;
	text-align: center;
	padding: 8px 9px;
	transition: all .5s ease;
	color: #fff;
	font-size: 15px;
	float: right
}
.whatsapp {
	background: #4bc75a;
	color: #fff
}
.facebook {
	background: #3b5998;
	color: #fff
}
.twitter {
	background: #00acee;
	color: #fff
}
.linkedin {
	background: #0e76a8;
	color: #fff
}
.youtube {
	background: #c4302b;
	color: #fff
}
.quora {
	background: #b32a26;
	color: #fff
}
.insta {
	background: #ea0064;
	color: #fff
}
.footer1 {
	position: fixed;
	left: 0;
	width: 100%;
	bottom: 0;
	background-color: #e5287c;
	color: #fff;
	text-align: center;
	z-index: 999
}
.video-tag {
	margin-top: 25px
}
.video-tag .tagcloud a {
	display: inline-block;
	padding: 7px 10px;
	margin: 0 5px 10px;
	border: none;
	border-radius: 0;
	font-size: 16px!important;
	background-color: #e7e8e8;
	font-weight: 500;
	-webkit-box-shadow: 0 0 10px 0 rgb(3 59 74 / 10%);
	-moz-box-shadow: 0 0 10px 0 rgba(3, 59, 74, .1);
	box-shadow: 0 0 10px 0 rgb(3 59 74 / 10%)
}
.testimonial {
	text-align: center;
	background: 0 0;
	border-left: none;
	font-size: 17px;
	line-height: 31px;
	margin: 23px 10px 18px;
	padding: 0 25px;
	border: 1px solid #2e3f88;
}
.testimonial h3 {
	padding: 15px 0 20px 0;
	margin: 0;
	font-size: 18px;
	line-height: 30px;
	font-style: italic;
	position: relative;
	color: #000
}
.testimonial .testimonial-caption h5 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: -2px
}
.testimonial .testimonial-caption label {
	font-size: 16px;
	color: #e5287c;
	line-height: 17px;
	margin: 0;
	font-weight: 600;
	margin-top: 14px
}
@media (max-width: 575px) {
	.featured-icon-box.style4 {
		box-shadow: none
	}
	.featured-title h5 {
		font-size: 16px
	}
	.featured-icon-box.style4 .featured-icon-box-inner:after {
		background-color: transparent!important
	}
	.ttm-btn.ttm-btn-size-md {
		padding: 13px 4px 13px 4px
	}
	.flip-box {
		width: 100%
	}
	.ttm-team-member-content .ttm-team-member-single-title {
		margin-top: 20px
	}
	.ttm-team-member-single-content-wrapper .ttm-team-data {
		padding-top: 14px;
		margin-top: 10px
	}
	.post .ttm-blog-classic-content h1 {
		font-size: 22px;
		line-height: 33px
	}
	#service h4 {
		font-size: 19px
	}
	.achievements .featured-imagebox-post .featured-content .featured-title h5 {
		margin-top: 3px;
		margin-bottom: 4px;
		font-size: 20px;
		line-height: 27px
	}
	.featured-imagebox-post .featured-content .featured-title h1 {
		margin-top: 3px;
		margin-bottom: 4px;
		font-size: 20px;
		line-height: 27px
	}
	.copyright {
		padding-bottom: 75px
	}
}
#appointment .title {
	font-size: 24px
}
#appointment .form-check-inline {
	margin-top: 12px;
	margin-bottom: 12px
}
#appointment label {
	font-weight: 600;
	font-size: 16px
}
#patient-form label {
	margin-top: 18px;
	font-weight: 600;
	font-size: 16px
}
#patient-form .form-head h5 {
	background: #e5287c;
	padding: 5px;
	margin-bottom: -1px;
	color: #fff;
	border: 3px solid #e5287c;
	margin-top: 14px
}
#patient-form .information-form {
	background: #fff;
	padding: 10px 15px 20px 15px;
	position: relative;
	border: 2px solid #e5287c;
	margin-bottom: -2px
}
#patient-form .treatment-ck-box label {
	margin-top: 13px
}
#patient-form .submit-btn {
	margin-top: 12px;
	text-align: center
}
#patient-form textarea.form-control {
	height: 128px
}
#payment {
	padding-top: 20px
}
#payment h2 {
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 32px
}
#payment h4 {
	margin-top: 18px;
	color: #e5287c;
	font-size: 22px
}
#payment span {
	color: #000;
	font-size: 19px
}

.ttm-box-col-wrapper .featured-thumbnail img {
    border: 2px solid #2e3f88;
}
.pink-link{
	color:#e5287c ;
}

/* immunotherapy */
.immune-content .ttm-list.ttm-list-style-icon .ttm-list-li-content {
    font-weight: 500;
}
/* Forum */
.forum-thumb img{
	border: 2px solid #e5287c;
    border-radius: 50%;
	width: 30%;
}
.forum-question{
	background: #f8f9fa;
	margin-bottom: 12px;
}
.forum-question  h4{
	font-size: 20px;
	margin-bottom: 3px;
}
.forum-question  p{
	font-size: 15px;
    line-height: 18px;
}
/* clinical trial */
#clinical-trials .ttm-list.ttm-list-style-icon .ttm-list-li-content {
    font-weight: 500;
}
#clinical-trials .ttm-list.ttm-list-style-icon li {
    margin-bottom: -6px;
}
@media (max-width: 991px){
	h5 {
		font-size: 20px !important;
		line-height: 24px;
	}
	}


	.font-25{
		font-size: 25px;
	}