body
{
margin:0;
font-family: 'Raleway', sans-serif;
}
@media (max-width:480px)
{
	#myCarousel
	{
		display:none;
	}
}

.navbar.navbar-default
{
	position: fixed;
    width: 100%;
    float: left;
    background: #fff;
	border-bottom:1px solid rgba(195, 192, 192, 0.24);
    z-index: 999;
	top:0;
}
/* .nav.navbar-nav.navbar-right li{padding:0px 10px;} */
.nav.navbar-nav.navbar-right li a
{
	font-size: 14px;
    color: #222222;
    line-height: 50px;
	text-transform:capitalize;
}

/* .nav.navbar-nav.navbar-right li.active{    background: rgba(109, 105, 105, 0.08);} */

.carousel-control.left{	background:none;}
.carousel-control.right{background:none;}

.item img
{
	width:100%
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(195, 194, 194, 0.4);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
/* .control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
} 
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}*/





/*---------- INDICATORS CONTROL ----------*/





/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}
.bs-slider{	padding-top:85px;}
.slide-text {
    right: 18%;
    top: 50%;
    /* right: 0; */
    margin: auto;
    position: absolute;
    text-align: left;
    padding: px 60px;
	width: 40%;
    background: rgba(35, 148, 212, 0.89);
	padding:10px 20px;
   }
 .  

.slide-text > h3 {
    
    padding: 0;
    color: #ffffff;
    font-size: 20px;
	font-weight:600;
    font-style: normal;
    line-height: 30px;
    /* margin-bottom: 30px; */
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
	text-align:left;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
	text-align:left;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.carousel-caption.animated.slider-1, .carousel-caption.animated.slider-2, .carousel-caption.animated.slider-3, .carousel-caption.animated.slider-4 {
right: -1px;
    /* font-size: 10px; */
    left: inherit;
    bottom: 83px;
    padding-bottom: 30px;
    text-align: right;
    padding: 51px 38px;
	min-width: 40%;
    border: 2px solid #fff;
}
.carousel-caption.animated.slider-1 h1, .carousel-caption.animated.slider-2 h1, .carousel-caption.animated.slider-3 h1, .carousel-caption.animated.slider-4 h1{
	font-size:29px;
	margin:0;
}
.carousel-caption.animated.slider-1
{
	    background: rgba(56, 65, 175, 0.48);
}
.carousel-caption.animated.slider-2
{
    background: rgba(13, 23, 57, 0.73);
}
.carousel-caption.animated.slider-3
{
        background: rgba(62, 77, 7, 0.72);
}
.carousel-caption.animated.slider-4
{
        background: rgba(17, 20, 37, 0.75);
}
.item
{
	    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
}




/* body section  css start */
.my-section{display:flex;}

.content-section .fd
{
	background-repeat: no-repeat;
    background-size: cover;
    width: 300px;
	background-position:100%;
    height: 100%;
}
	.half-content-sub{flex-basis: 100%;}
	
.content-section h2{  
    color: #fff;
    padding: 14px 40px;
    font-size: 30px;
    font-weight: 600;
	text-transform:uppercase;
	position:relative;
	margin:0px;
	}
	.content-section h2:after
	{
		content: '';
		position: absolute;
		border-bottom: 4px solid #fff;
		width: 100px;
		/* height: 9px; */
		bottom: 5px;
		left: 14%;
	}
	.content-section  p
	{
		font-size: 14px;
		line-height: 22px;
		color: #000
	}
.half-content {display:flex;margin-top:40px;}
.overall-section{	margin:0px;}
.content-section.right{padding:0px 40px;}
.half-content .half-content-sub:first-child{	margin:0px 12px 0px 0;}
.half-content .half-content-sub:last-child{	margin:0px 0px 0px 0px;}
.half-content .half-content-sub{position:relative;padding:10px 20px;background:#f7f7f7;border: 1px solid rgba(226, 226, 226, 0.33);}
.half-content .half-content-sub:before
{
		content: '';
		position: absolute;
		border-bottom: 4px solid #353e49;
		width: 100px;
		/* height: 9px; */
		top: 0px;
		left: 0%;
}

.overall-section.our-services h1
{
	background-repeat: no-repeat;
	background-size:cover;
	text-align: center;
    padding: 60px 0px;
	color:#fff;
}
.content-section.right.second-right h2:after{border:None;}
.content-section.right.first-right h2:after{border:None;}
.content-section.right.first-right h2{padding: 0px 0px 20px;color:#000;text-transform:capitalize;}
.content-section.right h2 span{color:#353e49;}
.content-section.right.first-right {padding-left:4%;}
.content-section.right.second-right{margin-right:5%;}
.list-content{padding-left:45px;position:relative;margin:40px 0px;}
.content-section.right.second-right h2{padding: 0px 0px 20px;color:#000;text-transform:capitalize;}
.list-content ul li{margin:15px 0px;color: #242833;
}
.list-content ul li:before
{
	content: '';
    width: 14px;
    position: absolute;
    left: -20px;
    background: #000;
    height: 4px;
	    top: 7px;
}
.partner{font-weight:600;font-style:italic;font-size:16px!important;}
.list-content ul{list-style:none;margin:0px;padding:0px;}
section{padding:120px 0px 0px;}
.half-content-sub.contacts{background:none;}
.half-content-sub.contacts:before{border:none;}
.half-content-sub.contacts h3{color:#353e49;font-weight:600;margin-top: 0;}
.half-content-sub.contacts p{    color: #323335;   font-weight: 600;}
.half-content-sub.contacts form input
{
	width:100%;
	border:1px solid #ccc;
	background:none;
	padding:18px 5px;
	margin:10px 0px;
	outline:none;
}
textarea{width:100%;height:100px;outline:none;}
.my-button{width:100%;background:#4d83a4;
	padding:18px 0px;
	text-align:center;
	padding-left:10px;
	color:#fff;
	text-transform:uppercase;
	border:none;
	}
	footer{background:#242833;}
	footer p{text-align:center;color:#fff;margin:0px;padding:20px 0px;}

	@media (min-width: 768px) and (max-width: 970px) {
    .navbar-brand img{width:100px;}
	.nav > li > a{padding: 10px 5px;}
	.nav.navbar-nav.navbar-right li a{font-size:12px;font-weight:600;}
	.bs-slider{padding-top:72px;}
	.content-section.right{padding:0px;}
	.content-section{flex-basis: 100%;}
	.carousel-caption.animated.slider-1, .carousel-caption.animated.slider-2, .carousel-caption.animated.slider-3, .carousel-caption.animated.slider-4
	{
		width:85%;
	}
	.carousel-caption.animated.slider-1 h1, .carousel-caption.animated.slider-2 h1, .carousel-caption.animated.slider-3 h1, .carousel-caption.animated.slider-4 h1 {
    font-size: 25px;
}
	}
	@media(max-width: 767px) {
	.carousel-caption.animated.slider-1, .carousel-caption.animated.slider-2, .carousel-caption.animated.slider-3, .carousel-caption.animated.slider-4
	{
		width:100%;
	}
	.carousel-caption.animated.slider-1 h1, .carousel-caption.animated.slider-2 h1, .carousel-caption.animated.slider-3 h1, .carousel-caption.animated.slider-4 h1 {
    font-size: 22px;}
	.list-content{padding-left:35px;}
	body section {padding: 75px 0px 0px;}
	div.content-section.right {padding: 10px 0 0;}
.content-section.right.first-right {padding-left: 0;}
.list-content ul li:before {left: 8px;top: inherit;margin-top: 8px;}
a.right-fixed {right: -29px;padding: 7px;border-top-right-radius: 6px;border-top-left-radius: 6px;}
.right-fixed p {font-size: 9px;margin: 0;}
	}
	
	@media (max-width: 970px){
	.content-section .fd{background:#4d83a4;background-image:none!important;width:100%;}
	.slide-text{top:25%;width:60%;}
	.content-section img{display:none;}
		.half-content.conts{display:block;}
		 .my-section{display: block;			}
		 .content-section.right{padding:10px 40px;}
		 .demo{background-repeat:no-repeat;
		 background-size:cover;
		 background-position:100%;
		 background-attachment:fixed;
		 margin:0px;}
		 .ones{background-image:linear-gradient(rgba(4, 14, 66, 0.88), rgba(0, 124, 194, 0.88)),url(../images/name_patient_services.png)	}
		 .twos{background-image:linear-gradient(rgba(112, 115, 117, 0.74), rgb(65, 45, 32)),url(../images/consultant.png);	}
		 .threes{background-image:linear-gradient(rgba(58, 51, 51, 0.7), rgba(5, 52, 88, 0.98)),url(../images/international_medical_tourism.png);	}
		 .four{background-image:linear-gradient(rgba(56, 52, 52, 0.7), rgba(78, 19, 19, 0.81)),url(../images/partner.png);}
			.overall-section{margin-bottom:0px;}
			.overall-section.our-services h1{margin:0px;}
			.content-section.right.first-right h2{color:#fff;}
			.content-section  p{color:#fff;}
			.list-content ul li{color:#fff;}
			.list-content ul li:before{background:#fff;}
			.content-section.right.second-right h2{color:#fff;}
			.content-section.right.concepts p{ color: #323335;}
			div.full-content-width{width:100%;}
			section {padding: 120px 0px 0px;}
			.carousel-caption.animated.slider-1, .carousel-caption.animated.slider-2, .carousel-caption.animated.slider-3, .carousel-caption.animated.slider-4 {right: 0;padding: 51px 15px;}
		}
		
		@media (max-width: 520px){
			.slide-text{top:15%;width:80%;left:5%;}.half-content{display:block;}.slide-text > h3{font-size:14px;padding:0px 10px;}
			.half-content .half-content-sub:first-child {margin: 0;}
			.half-content {margin-top: 0px;}
			.half-content-sub {margin-bottom: 21px !important;margin-top: 21px !important;}
			.overall-section.our-services h1 {font-size: 30px;}
			.content-section.right {padding: 10px 25px;}
			.carousel-caption.animated.slider-1 h1, .carousel-caption.animated.slider-2 h1, .carousel-caption.animated.slider-3 h1, .carousel-caption.animated.slider-4 h1 {
    font-size: 14px;
}
			}
	
	
	.full-content-width
	{
		width:80%;
	}
	.left-img-padding
	{
		padding-left: 4%;
	}
	.right-fixed {
    position: fixed;
    top: 180px;
    right: -39px;
    background: #e8e8e8;
    transform: rotate(270deg);
    padding: 10px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.right-fixed p {
    color: #4d83a4;
}
.rit-image-padding
{
	padding-right: 5%;
}
.half-content-sub.contacts img {
    width: 35%;
}	
a.navbar-brand
{
	transition: padding .3s ease-out;
}
.nav.navbar-nav.navbar-right li a
{
	transition: line-height .3s ease-out;
}
.scroll-nav a.navbar-brand {
    padding: 15px 15px;
	transition: padding .3s ease-in;
}
.scroll-nav a.navbar-brand img {
    width: 60%;
	transition: padding .3s ease-in;
}
.scroll-nav .nav.navbar-nav.navbar-right li a {
    line-height: 30px;
	transition: line-height .3s ease-in;
}   
p.con-web-link a:hover {
    color: #000;
}
p.con-web-link a:active, p.con-web-link a:visited

{
	color:#337ab7;
}