



.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}
.justify{ text-align: justify;}
.sub-banner{background:#02adc6;}
.main-title h2{ color: #02adc6;}
.main-title h2 span{ color: #000000;}
div.static a{  position: fixed;
	  bottom: 0;
	  right: 0;
	  width: 48px; color: #000000;
		display: inline-block;
		margin-left: 12px;
		margin-right: 26px;
		padding-top: 0;
		margin-bottom: 150px;
		border-radius: 25px;
		font-size: 13px;
		line-height: 32px; z-index: 1001;    
		color: rgba(0, 0, 0, 0.6);
			
	}
div.static a img{ width:60px;}

.title-main h3 {font-size: 30px;
                font-weight: 600;
			    font-family: 'Raleway', sans-serif;
			    margin-bottom: 10px;}

.title-main h4 {font-weight: 600;
    font-size: 28px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 10px;}

.detail ul { margin-bottom: 20px;}

.detail ul li {font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;}

.video { margin-bottom: 50px;}

.request-button{background-color: #02adc6; padding: 10px 20px; border-radius: 20px; width: 200px; color: #fff; text-align: center; margin-top: 20px;}
/* vishsl */
.mt-2{
	margin-top: 20px;
	margin-bottom: 30px;
}
.mb-2{
	margin-top: 50px;
}
.mt-1{
	margin-top: 20px;
	
}
.mt-4{
	margin-top: 70px;
}

.tc{
	text-align: center;
}

/* siderbar start */
.sidebar-contact{
	position:fixed;
	top:60%;
	left:-350px;
	transform:translateY(-50%);
	width:350px;
	height:auto;
	padding:40px;
	background:#fff;
	box-shadow: 0 20px 50px rgba(0,0,0,.5);
	box-sizing:border-box;
	transition:0.5s;
	z-index: 10000;
	border-radius: 15px;
  }
  .sidebar-contact.active{
	left:0;
  }
  .sidebar-contact input,
  .sidebar-contact textarea{
	width:100%;
	height:36px;
	padding:5px;
	margin-bottom:10px;
	box-sizing:border-box;
	border:1px solid rgba(0,0,0,.5);
	outline:none;
  }
  .sidebar-contact h2{
	margin:0 0 20px;
	padding:0;
  }
  .sidebar-contact textarea{
	height:60px;
	resize:none;
  }
  .sidebar-contact input[type="submit"]{
	background:#00bcd4;
	color:#080808;
	cursor:pointer;
	border:none;
	font-size:18px;
  }
  .toggle{
	position:absolute;
	height:55px;
	width:130px;
	text-align:center;
	cursor:pointer;
	background:#00bcd4;
	top:10;
	right:-90px;
	line-height:48px;
	rotate: 90deg;
	font-size: 20px;
	color: #f2efef;
	border-radius: 15px;
  }
  .toggle:before{
	content:'';
	font-family:fontAwesome;
	font-size:18px;
	color:#fff;
  }
  
  .toggle.active::before{
	content:'Hide ';
  }
  @media(max-width:768px)
  {
	.sidebar-contact{
	  width:100%;
	  height:100%;
	  left:-100%;
	}
	.sidebar-contact .toggle{
	  top:50%;
	  transform:translateY(-50%);
	  transition:0.5s;
	}
	.sidebar-contact.active .toggle
	{
	  top:0;
	  right:0;
	  transform:translateY(0);
	}
	.scroll{
	  width:100%;
	  height:100%;
	  overflow-y:auto;
	}
	.content{
	  padding:50px 50px;
	}
  }

  /* right sidebar start */
  
	.sidebar-panel{
		position:fixed;
		top:60%;
		right:-350px;;
		transform:translateY(-50%);
		width:350px;
		height:auto;
		padding:40px;
		background:#fff;
		box-shadow: 0 20px 50px rgba(0,0,0,.5);
		box-sizing:border-box;
		transition:0.5s;
		z-index: 10000;
		border-radius: 15px;
	  }
	  .sidebar-panel.active{
		left: 0d;
	  }
	  .sidebar-panel input,
	  .sidebar-panel textarea{
		width:100%;
		height:36px;
		padding:5px;
		margin-bottom:10px;
		box-sizing:border-box;
		border:1px solid rgba(0,0,0,.5);
		outline:none;
	  }
	  .sidebar-panel h2{
		margin:0 0 20px;
		padding:0;
	  }
	  .sidebar-panel textarea{
		height:60px;
		resize:none;
	  }
	  .sidebar-panel input[type="submit"]{
		background:#00bcd4;
		color:#080808;
		cursor:pointer;
		border:none;
		font-size:18px;
	  }
	  .button{
		position:absolute;
		height:55px;
		width:130px;
		text-align:center;
		cursor:pointer;
		background:#00bcd4;
		top:10;
		left:-90px;
		float: right;
		line-height:48px;
		rotate: 90deg;
		font-size: 20px;
		color: #f2efef;
		border-radius: 15px;
	  }
	  .button:before{
		content:'';
		font-family:fontAwesome;
		font-size:18px;
		color:#fff;
	  }
	  
	  .button.active::before{
		content:'Hide ';
	  }
	  @media(max-width:768px)
	  {
		.sidebar-panel{
		  width:100%;
		  height:100%;
		  left:-100%;
		}
		.sidebar-panel .button{
		  top:50%;
		  transform:translateY(-50%);
		  transition:0.5s;
		}
		.sidebar-panel.active .button
		{
		  top:0;
		  right:0;
		  transform:translateY(0);
		}
		.scroll{
		  width:100%;
		  height:100%;
		  overflow-y:auto;
		}
		.content{
		  padding:0px 0px;
		}
	  }
	

	  .border1{border: 1px solid #c3f2f8; padding: 20px;  margin-top: 20px;}

	  @media(max-width:768px)
{
	
	.border1 h3{font-size: 19px;}

}
/* tarun css */
.single-service {
    margin: 30px 0;
    position: relative;
    
}
.single-service h4 {
color: #02adc6;
    
}


.services .single-service i {
    font-size: 45px;
    color: #1a76d1;
    position: absolute;
    left: 0;
    transition: all 0.4s ease;
}

.services .single-service h4 {
    text-transform: capitalize;
    margin-bottom: 25px;
    color: #2C2D3F;
}
.services .single-service p {
    color: #868686;
}

.icofont-prescription:before {
    content: "\ec30";
}

/* tarun */


.uk-container {
    /* display: flow-root; */
    /* box-sizing: content-box; */
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    /* padding-right: 15px; */
}






.uk-text-lead {
    font-size: 20px;
    line-height: 1.5;
    color: #404040;
    font-family: Raleway;
    font-weight: 400;
}
/* w3 */
.jumbotron {
    background-color: #02adc6;
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
  }

  .bg-grey {
    background-color: #f6f6f6;
  }
  .logo-small {
    color: #02adc6;
    font-size: 50px;
  }
  .logo {
    color: #02adc6;
    /* font-size: 200px; */
  }
  .glyphicon {
    /* font-size: 20px; */
    margin-bottom: 20px;
    color: #02adc6;
	background-color: currentColor;
  }
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #02adc6;
  }
  .carousel-indicators li {
    border-color: #02adc6;
  }
  .carousel-indicators li.active {
    background-color: #02adc6;
  }
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }
  .panel {
    /* border: 1px solid #f4511e;  */
    border-radius:0 !important;
    transition: box-shadow 0.5s;
  }
  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
    border: 1px solid #02adc6;
    background-color: #fff !important;
    color: #02adc6;
  }
  .panel-heading {
    color: #fff !important;
    background-color: #02adc6 !important;
    padding: 11px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .panel-footer {
    background-color: white !important;
  }
  .panel-footer h3 {
    font-size: 32px;
  }
  .panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: #02adc6;
    color: #fff;
  }
  .navbar {
    margin-bottom: 0;
    background-color: #02adc6;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
    color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #02adc6 !important;
    background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #02adc6;
  }
  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;}

/* tarun */

h3{
    font-size: 25px !important;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.4em !important;
}

p {
    font-size: 18px;
    margin: 0 0 10px !important;
    font-weight: 300;
} 

 small {
    font-size: 75%;
    color: #777;
    font-weight: 400;
}

.title{
    color: #3c4858;
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 25px;
    min-height: 32px;
}
 .title h3{
    font-size: 25px;
    font-weight: 300;
}

.card {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: rgba(0,0,0,.87);
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.card.card-plain {
    background: transparent;
    /* box-shadow: none; */
}
.card .card-header {
    border-radius: 3px;
    padding: 1rem 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -30px;
    border: 0;
    background: linear-gradient(60deg,#eee,#bdbdbd);
}

.card-plain .card-header:not(.card-avatar) {
    margin-left: 0;
    margin-right: 0;
}

.card .card-body{
    padding: 15px 30px;
}

.card .card-header-primary {
    background: linear-gradient(60deg,#ab47bc,#7b1fa2);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(156,39,176,.6);
}

.card .card-header-danger {
    background: linear-gradient(60deg,#02adc6,#02adc6);
    /* box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px#02adc6; */
}


.card-nav-tabs .card-header {
    margin-top: -30px!important;
}

.card .card-header .nav-tabs {
    padding: 0;
}

.nav-tabs {
    border: 0;
    border-radius: 3px;
    padding: 0 15px;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-item .nav-link.active {
    background-color: hsla(0,0%,100%,.2);
    transition: background-color .3s .2s;
}

.nav-tabs .nav-item .nav-link{
    border: 0!important;
    color: #fff!important;
    font-weight: 500;
}

.nav-tabs .nav-item .nav-link {
    color: #fff;
    border: 0;
    margin: 0;
    border-radius: 3px;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 15px;
    background-color: transparent;
    transition: background-color .3s 0s;
}

.nav-link{
    display: block;
}

.nav-tabs .nav-item .material-icons {
    margin: -1px 5px 0 0;
    vertical-align: middle;
}

.nav .nav-item {
    position: relative;
}
.tab-content{
  margin-bottom: 230px;
}