/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Lato:400,300,700,900');
/* === fontawesome === */
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');
/*@import url("http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css");*/
/*==========================================================================
  General
  ========================================================================== */
  *{ margin:0px; padding:0px;}
body {
	color:#000000;
	background: #f2f2f2;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 300;
	text-shadow: none; font-family: 'Roboto Condensed', sans-serif;
}

p{ /* font-weight:400;*/ }
.clear {
	clear: both;
}
header {
	clear: both;
	position:fixed;
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Roboto Condensed', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color:#F16325;
}

::-webkit-scrollbar {
  width: 14px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #000; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}



h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	margin: 0 0 20px 0;
}
h1 { font-size: 40px; line-height: 30px;}
h2 { font-size: 22px; /*font-weight:300;*/ text-transform:uppercase; margin: 0 0 5px 0 }
h3 { font-size: 24px;}
h4 { font-size: 20px; margin: 0 0 5px 0 ; text-transform:uppercase; margin: 0 0 5px 0}
h5 { font-size: 16px; font-family: 'Roboto Condensed', sans-serif; /*font-weight:300;*/ text-transform:uppercase; margin: 0 0 5px 0}
h6{font-size: 30px; color:#0c99c8; text-transform: uppercase; letter-spacing:1px;}
.txt-light { font-weight: 300; }
.txt-regular { font-weight: 400; }
.txt-bold { font-weight: 700; }
.txt-uppercase { text-transform: uppercase; }
.reguler{font-weight:100; text-transform:uppercase; line-height: 33px;}
.light{font-weight:100; color:#0c99c8;}
.padding-all{ padding:2% 3%;}
.padding-lr{ padding:0% 3%;}
.padding-20px{ padding:20px;}
.line_height{
	line-height:22px;
}
blockquote {
	font-family: Georgia, serif;
}
.orange{
	font-weight:100; 
	color:#fb6e1f;}
span.txt-news { text-transform: uppercase; font-weight: 300; color:#000000; font-size:16px;}

blockquote.bigquote {
	border: none;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1em;
}

.text-bold {
	font-weight: 900;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

.t-inherit{
	text-transform:inherit;
}
small {
	font-size: 70%;
	font-weight: 100;
}

a:hover {
	text-decoration: none;
}

:focus {
	outline: none;
}

.color-white.txt-shadow {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.t-uppercase {
	text-transform: uppercase;
}

/*==========================================================================
  Misc & Adjust 
 ========================================================================== */
.row {
	/*z-index: 9999;*/
}

.big {
	font-size: 20pt;
	font-weight: 300;
}


.blink:hover {
	opacity: 0.9;
}

.half-offset {
	margin-bottom: 75px !important;
}

.no-offset {
	margin: 0 !important;
	padding: 0;
}

/*.content,.container {
	overflow: hidden;
}*/

.cont{
	overflow: hidden;
}

.trans {
	border: 0 !important;
	background: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.nobg {
	background: 0;
	border: 0;
}

#carousel-example .item img {
    width:100%;
}

.noborder {
	border: 0 !important;
}

.color-white {
	color: #fff;
}
.color-red {
	color: #B30002;
}

.theme-bg {
	background-color: #ff7701 !important;
}

.normalize-font-top {
	padding-top: 25px;
}



/* --- float --- */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* --- align --- */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}

/* ---- padding ---- */
/* top */
.mar-all{
	margin:0;
}
.pad-top0 {
	padding-top: 0;
}
.pad-top5 {
	padding-top: 5px;
}

.pad-top10 {
	padding-top: 10px;
}

.pad-top15 {
	padding-top: 15px;
}
.pad-top20 {
	padding-top: 20px;
}
.pad-top25 {
	padding-top: 25px;
}
.pad-top30 {
	padding-top: 30px;
}
.pad-top35 {
	padding-top: 35px;
}
.pad-top40 {
	padding-top: 40px;
}
/* bottom */
.pad-bot0 {
	padding-bottom: 0;
}
.pad-bot5 {
	padding-bottom: 5px;
}

.pad-bot10 {
	padding-bottom: 10px;
}

.pad-bot15 {
	padding-bottom: 15px;
}
.pad-bot20 {
	padding-bottom: 20px;
}
.pad-bot25 {
	padding-bottom: 25px;
}
.pad-bot30 {
	padding-bottom: 30px;
}
.pad-bot35 {
	padding-bottom: 35px;
}
.pad-bot40 {
	padding-bottom: 40px;
}


/* ---- margin --- */
.mar-left5 { margin-left: 5px; }
.mar-left10 { margin-left: 10px; }
.mar-left15 { margin-left: 15px; }
.mar-left20 { margin-left: 20px; }
.mar-left25 { margin-left: 25px; }
.mar-left30 { margin-left: 30px; }

.mar-right_journey0 { margin-right: 0px; }
.mar-right0 { margin-right: 0px; }
.mar-right5 { margin-right: 5px; }
.mar-right10 { margin-right: 10px; }
.mar-right15 { margin-right: 15px; }
.mar-right20 { margin-right: 20px; }
.mar-right25 { margin-right: 25px; }
.mar-right30 { margin-right: 30px; }

/* top */
.mar-top0 {
	margin-top: 0;
}
.mar-top5 {
	margin-top: 5px;
}

.mar-top10 {
	margin-top: 10px;
}

.mar-top15 {
	margin-top: 15px;
}
.mar-top20 {
	margin-top: 20px;
}
.mar-top25 {
	margin-top: 25px;
}
.mar-top30 {
	margin-top: 30px;
}
.mar-top35 {
	margin-top: 35px;
}
.mar-top40 {
	margin-top: 40px;
}


/* bottom */
.mar-bot0 {
	margin-bottom: 0;
}
.mar-bot5 {
	margin-bottom: 5px;
}

.mar-bot10 {
	margin-bottom: 10px;
}

.mar-bot15 {
	margin-bottom: 15px;
}
.mar-bot20 {
	margin-bottom: 20px;
}
.mar-bot25 {
	margin-bottom: 25px;
}
.mar-bot30 {
	margin-bottom: 30px;
}
.mar-bot35 {
	margin-bottom: 35px;
}
.mar-bot40 {
	margin-bottom: 40px;
}

.mar-top-2-40 {
	margin-top: 180px;
}

.mar-top-2-80 {
	margin-top: 120px;
}


/*===========================
  --- Sections ----
=========================== */

section.section {
	margin:0;
	/*padding: 40px 0 20px 0;*/
}

.bg-white {
	background-color: #fff;
}

/* --- section heading --- */
.section-header {
	text-align: center;
}
.section-header h2.section-heading {
	text-transform: uppercase;
	font-weight: 300; font-size:36px; width:100%;
}

.section-header h2.section-heading span{
	font-weight: 700; color:#fb6e1f;
}

.section-header h2.section-heading span.color{
	font-weight: 700; color:#0c99c8;
}

/* ==========================
 --- Parallax ---
============================= */

#parallax1{	
	background-image: url(../img/parallax/img1.jpg); background:#f2f2f2;
}

#parallax3{	
	background-image: url(../img/parallax/img1.jpg); background:#0c99c8;
}

#parallax2{	
	background-image: url(../img/parallax/img2.jpg) ; background-repeat:no-repeat;
}
#testimonials{	
	background-image: url(../img/parallax/img3.jpg);  background:#000000;
}
/*===========================
  --- Header & menu ----

.navbar {
	line-height: 100px;
	height: 100px;
	background-color: rgba(0,0,0,0.3);
	display: block;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 0;
	padding-bottom:0;
}

.navbar .navbar-collapse {
	margin-bottom: 0;
	padding-bottom:0;
}

.nav li {
	height: 100%;
	line-height: 100%;
	margin-bottom: 0;
	padding-bottom:0;
}

.nav>li>a {
	font-family: 'Roboto Condensed', sans-serif;
	display: table-cell;
	height: 100%;
	line-height: 100%;
	vertical-align: middle;
	color: #000000;
	font-weight: 300;
	font-size: 17px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.nav>li>a:hover {
	color: #000000;
	background: none;
}

.navbar-nav {
	float: right;
	margin-bottom: 0;
	padding-bottom:0;	
}

.navbar .navbar-nav > .active > a {
	color: #000000;
}
.navbar .navbar-nav > .active > a {
	padding-bottom: 22px;
}

h1 a.navbar-brand {
	font-size: 24px;
	color: #000000;
	font-weight: 900;
	text-shadow: none;
}

.navbar-brand {
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	line-height: 90px;
}

.navbar-brand img {
	vertical-align: middle;
}

.navbar-toggle {
	padding: 0;
	margin: 0;
	width: 80px;
}

.navbar-collapse.in {
	margin-top: -5px !important;
}


=========================== */
/*===========================
  --- Featured section ----
=========================== */

section.featured {
	padding: 0;
	background: #70B9B0;
	color: #fdfdfd;
}

section.featured h2.slogan {
	color: #fff;
	font-size: 48px;
	font-weight: 900;
}
  
 /* inner heading */
section.featured.inner {
	background: #eee;
	padding: 150px 0 50px;
}
  
  
/* --- Flexslider --- */
.flexslider {
	margin: 0;
	background: 0;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.flex-control-paging li a {
	width: 8px;
	height: 8px;
}

.flex-control-paging li a.flex-active {
	background: #fff;
}

.flex-control-nav {
	bottom: -25px;
}

.flexslider .slides img {
	width: auto;
	display: inline;
}

.flex-direction-nav a {
	display: block;
	width: 50px;
	height: 98px;
	margin: -29px -20px 0;
	position: absolute;
	top: 30%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	right: -70px;
	background: url(../img/arrow_large_right.png) no-repeat top left;
}

.flex-direction-nav .flex-prev {
	left: -70px;
	background: url(../img/arrow_large_left.png) no-repeat top left;
}

.flex-direction-nav a.flex-next:before {
	content: none !important;
}

/* removing default arrows */
.flex-direction-nav a:before {
	content: none !important;
}

/* --- Revolution slider --- */

.featured .fullwidthbanner ul {
	list-style: none;
	padding:0;
}

.tp-rightarrow.large {
	margin-left: 0;
}

.tp-leftarrow.default {
	width: 49px !important;
	height: 98px !important;
	background: url(../img/arrow_small_left.png) no-Repeat top left;
}

.tp-rightarrow.default {
	width: 49px !important;
	height: 98px !important;
	background: url(../img/arrow_small_right.png) no-Repeat top left;
}

.fullwidthbanner-container {
	padding-top: 100px;
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 650px !important;
	overflow: hidden;
}

.fullwidthbanner {
	height: 650px;
}

.tp-bullets.simplebullets.round .bullet {
	background: url(../img/bullets-new.png) no-repeat top left;
}  

.tp-caption.large_bold_white {
	font-size:60px;
	line-height:60px;
	font-weight:800;
	font-family:"Open Sans";
	color: #fff;
	text-decoration:none;
	background-color:transparent;
	text-shadow:none;
	margin:0px;
	padding:1px 4px 0px;
	border-width:0px;
	border-color:rgb(255, 214, 88);
	border-style:none;
}
.tp-caption.small_thin_white {
	font-size:18px;
	line-height:26px;
	/*font-weight:300;*/
	font-family:"Open Sans";
	color: #fff;
	text-decoration:none;
	background-color:transparent;
	padding:1px 4px 0px;
	text-shadow:none;
	margin:0px;
	border-width:0px;
	border-color:rgb(255, 214, 88);
	border-style:none;
}


.fullwidthbanner a.btn {
	color: #fff;
}

/*==========================
About
=========================== */

.member-photo {
	box-sizing:border-box;
	-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;	
	margin: 0 0 20px 0;
}
.member-photo img {
	-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;	
}

.team-detail h4 {
	text-transform:uppercase; background: transparent url("../images/line.gif") repeat-x scroll center bottom;  padding: 10px 0px;
}

.team-detail span{ padding:0 15px; color:#000000; float:none; /*font-weight:400;*/}
.team-detail.size{ font-size:14px; color:#000000; margin:-10px 0 0;}
.navbar-default{ background:#FFF!important;}
.navbar .navbar-collapse ul.nav { background:#FFF!important;margin-top:0px;}
.size{ font-size:14px; color:#000000; /*font-weight:400;*/}

/*===========================
  Portfolio
============================ */
nav#filter a {
	background-color: #EEE;
	color:#555;
}
nav#filter a:hover, nav#filter a.current {
	background-color: #44BCDD;
	color:#fff;
}

/* ------- */

.isotopeWrapper article{
    margin-bottom: 30px;
}

#portfolio img  {
	width:100%;
}

#portfolio article p {
	margin-bottom:1.45em;/*set next row on the baseline*/
}
nav#filter {
	margin-bottom:1.5em;
}

nav#filter li {
	display:inline-block;
	margin:0 0 0 5px;
}
nav#filter a {
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
}


.portfolio-items article img {width:100%;} 

.portfolio-item {
	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.portfolio-item img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;

}
.portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
	left: 0;
	top: 0;
	color: rgba(220, 220, 220);
}


.portfolio-item:hover .portfolio-desc {
	padding-top: 20%;
	height: 100%;
    transition: all 200ms ease-in-out 0s;
	opacity: 1;
}

.portfolio-item .portfolio-desc a {
	color: #fff;
}
.portfolio-item .portfolio-desc a:hover {
	/*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
	text-decoration: none;
}
.portfolio-item .portfolio-desc .folio-info {
	top:-20px;
	padding: 30px;
	height: 0;
    opacity: 0;
    position: relative;
}

.portfolio-item:hover .folio-info{
	height: 100%;
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
	top:5px;
}



.portfolio-item .portfolio-desc .folio-info h5 {
	text-transform: uppercase;
}
.portfolio-item .portfolio-desc .folio-info p {
	color: #ffffff;
	font-size: 12px;
}


/*===========================
  --- Testimonial ----
=========================== */
#testimonals {
	padding-top: 20px;
	padding-bottom:40px;
	position:relative;
	margin-top:50px;
}
.testimonial i {
	color: #fff;
}
.testimonial span.author {
	color: #fff;
	font-weight: 700;
}

.testimonial h5 {
	color: #fff;
	font-size: 18px;
	font-family: Georgia, sans-serif;
	line-height: 1.5em;
}	

/*===========================
  --- Contact ----
=========================== */

.validation {
	display:none;
	margin: 0 0 20px;
	/*font-weight:400;*/
	font-size:13px;
}

#sendmessage {
	border:1px solid #fff;
	display:none;
	text-align:center;
	padding:15px 12px 15px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;
}

#sendmessage.show,.show  {
	display:block;
}

#contact-form {
	position: relative;
	z-index: 999;
}

#contact-form input[type=text],#contact-form input[type=email], .contactForm textarea {
	width: 100%;
	background: rgba(227, 231, 228, 1);
	font-family: 'Open Sans', sans serif;
	border: 0;
	font-size:14px;
	text-align: left;
	vertical-align: middle;
	padding:0 10px;
}
#contact-form input[type=text]:focus,#contact-form input[type=email]:focus, .contactForm textarea:focus {
	background: rgba(101, 106, 100, 1);
	color: #eff1ef;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}
#contact-form input[type=text],#contact-form input[type=email] {
	height: 60px;
	margin-bottom:30px;
}
#contact-form input[type=submit] {
	color: #fff;
	width: 185px;
	height: 60px;
	text-shadow: none;
	font-size: 14px;
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
	display: block;
	border: 0;
	text-transform: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#contact-form input[type=submit]:hover, #contact-form input[type=submit]:active {
	background: #43413e !important;
}
#contact-form textarea {
	padding-top: 1em;
}

textarea.form-control {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

div.cform-response-output {
	max-width: 60%;
	text-align: center;
	margin-left: 40% !important;
	margin-top: 0.5em !important;
	padding: 0.5em !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.cform-not-valid-tip {
	color: #888;
	border: 1px dotted #ad3729 !important;
	width: 100% !important;
	left: 0 !important;
	padding: 0.5em !important;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* google map */
#map {
	height: 500px;
}


/*====================
  Clients
==================== */
#clients img {
	opacity: 0.7;
}

#clients img:hover {
	opacity: 1;
}


/*=========================
  Footer
 ================= */

section#footer {
	background: #242424;
	margin: 0;
}

section#footer .copyright {
	text-align: center;
}

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}

/* footer menu */
ul.footer-menu {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.footer-menu li {
	display: inline;
	margin: 0 5px;
}

a.scrollup{
	height:32px;
	width:32px;
	color:#fff;
	font-size:18px;
	line-height:32px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	/*z-index:9999;*/
	opacity:1;
}
a.scrollup:hover{
	opacity:1;
	color:#fff;
}

.fa-chevron-up:before{ color:#FFF;}
/*===========================
  --- Template Components ----
=========================== */

/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, 
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}


/* stats */
.stats .icon {
	margin: 0 0 20px 0;
}

.stats strong.number {
	font-size: 38px;
}

.stats span.text {
	font-weight: 700;
	font-size: 24px;
}

/* buttons */
.btn {
	border: 0;
}

.btn.bold {
	font-weight: 600;
}

.btn-cta {
	color: #ffffff;
	border-bottom: 4px solid;
}
.btn-cta:hover {
	color: #ffffff;
}

.btn-cta {
	border-bottom: 2px solid;
}
.btn-cta.btn-lg {
	border-bottom: 4px solid;
}
.pro_height{
	height:301px;	
}


/* ========================================
Media queries
========================================= */
@media (max-width: 767px) {
	.pro_height{
		height:auto !important;
	}
	.product_height{
		height:auto !important;
	}
	.navbar-nav .open .dropdown-menu{
		box-shadow:0 6px 12px rgba(0, 0, 0, 0.176);
	}
	.navbar-collapse {
		padding-left:0;
		padding-right:0;
	}
	.navbar.navbar-fixed-top {
		background-color:rgba(0,0,0,1);
	}
	.navbar .navbar-collapse ul.nav {
		background-color: #444;
		width: 100%;
		float: none;
		margin:0;
		padding:0;
	}
	.navbar .navbar-collapse ul.nav li {
		/*border-bottom: 1px solid #999;*/
	}
	section.featured {
		padding-top: 0;
	}
	
	.team-member,.col-lg-4 {
		margin-bottom: 30px;
	}
	
	.stats .col-md-3 {
		margin-bottom: 30px;
	}
}

@media (min-width: 959px) and (max-width: 1199px) {
	.navbar-nav {
		margin-top: 20px;
	}
	.pro_height{
	height:352px;	
}
}

@media only screen and (min-device-width : 979px) and (max-device-width : 1024px)  {

	.navbar-nav {
		margin-top: 20px;
	}
}


@media only screen and (min-width: 768px) and (max-width: 959px) {

	.navbar-nav {
		margin-top: 20px;
	} 
	
}



.carousel-inner > .item > img {
    height: auto!important;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 0;
}

.carousel{margin-bottom:0px!important;}



.btn {
    padding: 5px 20px !important;
    border: 0px none;
    letter-spacing: 1px;
    text-transform: uppercase;    
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
 
.btn-primary {
    background: #0099cc;
    color: #ffffff;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background:#33a6cc url(../images/btnBg.gif) center top repeat-x;
}
 
.btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}

.btn-warning.raised {
    box-shadow: 0 3px 0 0 #b87430!important;  background:url(../images/btnBg.gif) center top repeat-x;
}

.btn-success.raised{
    box-shadow: 0 0px 0 0 #b87430!important;  background:url(../images/btnBg.gif) center top repeat-x;
}

.btn-lg {
    border-radius: 5px!important;
    padding: 10px 40px!important;
}
.btn-lg_2 {
    border-radius: 5px!important;
    padding: 10px 66px !important;
}
.btn-sm {
    border-radius:5px!important;
}


.btn-info.gradient {
	background: -moz-linear-gradient(top,  #5fd4e8 50%, #31cde8 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#5fd4e8), color-stop(50%,#31cde8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5fd4e8 50%,#31cde8 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5fd4e8 50%,#31cde8 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5fd4e8 50%,#31cde8 50%); /* IE10+ */
	background: linear-gradient(to bottom,  #5fd4e8 50%,#31cde8 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fd4e8', endColorstr='#31cde8',GradientType=0 ); /* IE6-9 */
}


.btn-success.outline {
/*	border: 2px solid #ffffff!important;*/
	color: #ffffff!important;
}


.thumbBg{background:#f2f2f2;}

.thumbnail {
    background-color:transparent!important;
    border: 0px solid #ddd!important;
    border-radius: 0px!important;
    display: block;
    line-height: 1.42857;
    margin-bottom: 10px!important;
    padding:0px!important;
    transition: all 0.2s ease-in-out 0s;
}

.thumbnail, .img-thumbnail {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075)!important;
}
/*.fa{ float:left;}*/
.fa{ color:#036;}

.footer{
padding-top:12px;
padding-bottom:12px; margin:0 0 24px;
}
.footer ul li{
list-style: none;
padding:0;
margin:0 0 0px;
line-height:20px;
}
.footer ul{
padding:0;
margin:0 0 24px;
}
.footer ul li a{
color:#000000;
font-size:13px;  /*font-weight:400; */line-height:24px;
}
.footer ul li a:hover{
color:#999;
text-decoration:none;
}

.border-right, .border-left, .border-both {
position: relative;
}
.border-left:before, .border-right:after {
border-right: 1px solid #dddddd;
bottom: 10px;
content: "";
height: 221px;
position: absolute;
top: 0;
width: 0;
}
.border-left:before { left: 0px; }
.border-right:after { right: -1px; }

.logo{
	margin:0;
	float:left;
}
.navbar-nav {
margin-top:27px;
}
.navbar-brand {
float: none!important;
}
.top {
background:#f2f2f2;
color:#333;
}
.top ul{
position:relative;
margin-bottom: 4px;
margin-top: 4px;
font-size:13px;
}
.top li{
display:inline;
color:#8a98a8;
padding: 1px 8px;
}
.top li a{
color: #000000;
display: inline-block;
position: relative;
}
.top li a:hover{
color:#999;
text-decoration:none;
}
.free-signup a{
background: none repeat scroll 0 0 #8a98a8;
border-radius: 72px;
color: #fff !important;
padding:0 18px;
}

.credit-health h2{
color:#fff;
}
.credit-health h2{
color: #fff;
font-size: 22px;
line-height: 30px;
margin: 10px 0; text-transform:none;
}
.credit-health h3{
color:#fff;
font-size:18px;
line-height: 30px;
margin: 10px 0; float:right;
}
.credit-health h3 span{
background: none repeat scroll 0 0 #000000;
border-radius: 45px;
line-height: 24px; font-size:16px;
padding: 7px 13px;
}
.credit-health_txt{
	background: #f2f2f2 none repeat scroll 0 0;
    font-size: 18px;
    margin: -11px auto 0;
    max-width: 299px;
    min-height: 64px;
    padding: 6px 11px;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 991px) {
  .navbar-nav.navbar-right:last-child {
    	margin-right: 0;
	}
	.navbar-nav {
    margin--top: 0;
}
  .content,.container {
	overflow: hidden;
}
   .mar-right0{
	margin-right:-15px;
	}
.mar-right_journey0{
	margin-right:-10px;
}	
   .btn {
    padding: 5px 14px!important;
    
}
   
   .credit-health_txt{
	margin: -11px auto 20px;
	}
   .credit-health h2{
	   text-align:center;
}
.credit-health h3{
text-align:center;
	float:none;
}
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        margin-top: 5px;
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 0 0px 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px; border-bottom: 1px solid #ddd;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
	.navbar-collapse.collapse {
    overflow-y: scroll !important;
	}
	.dropdown-menu {
		position: static;
		float: none;
		border:none;
	}
    .collapsing {
        overflow: hidden!important;
    }
	nav.sticky .navbar-nav{
	margin-top:0;
}
	.img-responsive{ max-width:75%!important;}
	.sidebar-offcanvas{ display:none!important;}
	.sidebar-offcanvas-1{ display:bolck!important;}
}
@media (max-width: 485px) {
.txt-num{
	display:table;
	margin:0 auto;
}	
}

.breadcrumb {background:#FFFFFF; border: 0px solid rgba(245, 245, 245, 1); border-radius: 0px; display: block; text-transform:uppercase; font-size: 12px; font-weight:100; padding: 6px 15px!important; margin-bottom:0px;}
.breadcrumb li {font-size: 12px; text-transform:uppercase;}
.breadcrumb a {color:#0c99c8;}
.breadcrumb a:hover {color: rgba(42, 100, 150, 1);}
.breadcrumb>.active {color:#000000 rgba(153, 153, 153, 1);}
.breadcrumb>li+li:before {color: rgba(103, 121, 143, 1); content: ">"; font-size: 12px;}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus{ background:#FFF; color:#0c99c8; text-shadow: 0 0px 0 ; border-color: #ffffff; border-bottom:1px solid #ccc;}
a.list-group-item{ text-transform:uppercase; font-size:15px; /*font-weight:400;*/letter-spacing:1px;}
.list-group-item{ border-bottom:1px solid #ccc!important;  margin-bottom:0px; border:none;}
.list-group {
    border-radius: 0px!important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075); 
}
.list-group-item:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 0; border-bottom:1px;
}
.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; border-bottom:1px solid #C00;
}
.parent {
    display:table;
    border:0px solid gray;
    height:100px;
    width:auto;
}
.child {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.child img {

}

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px)  {
	
}
@media screen and (max-width: 767px) {
	.pro_height{
		height:auto !important;
	}
	.product_height{
		height:auto !important;
	}
	.row-offcanvas {
		position: relative;
		-webkit-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out;
	}
	.btn {
		padding: 5px 14px!important;
		white-space:pre-wrap;
	}
  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}

.btn-warning.outline2 {
    border: 1px solid #0c99c8;
    color: #0c99c8; background:none;
	
}

.btn-warning2:hover, .btn-warning2:focus, .btn-warning2:active, .btn-warning2.active, .open > .dropdown-toggle.btn-warning2 {
    background:transparent!important;
}



.btn:hover{ text-decoration:underline;}




/*.owl-item{ width:20%!important;}*/

.owl-item element.style{ width:none!important;}
.carousel-indicators li{ background:#d9d9d9; border:none;}
.carousel-indicators .active{ background:#0c99c8;}
.maxWidth{ max-width:235px; padding:20px 0; margin:auto; background:#FFF;}		
.size30{ font-size:30px; /*font-weight:300;*/}

.size18{ font-size:18px; /*font-weight:300;*/}

    span.customSelect { 
	 font-family: 'Roboto Condensed', sans-serif;
    background:#fff  url(../images/selectBg.png) right center no-repeat;
    color:#555; font-size:14px; color:#000000;
	height:40px;
    padding:8px 9px;
    width:250px;
}



#intro {
background-image: url(../images/ninestars.jpg);
background-size: cover;
}
#intro .slogan {
padding: 85px 60px;
text-align:left;
}

.size48{ font-size:48px; /*font-weight:300;*/ color:#0c99c8; }
.size22{ font-size:22px; font-weight:300; color:#000000;}
.size22 span{color:#0c99c8;}


.marg{margin-top:136px;}


.list-group-padding {
    background: none repeat scroll 0 0 #fff;
    padding: 6px 18px;
}

.list-group-item:last-child {
	border-bottom: none !important; background:#FFF;
}

i.health-report-icons {
    color: #0c99c8;
    width: 22px;
}

.textf{ border-left:0px; padding-left:0px!important;}

.highlight{ color:#0c99c8;}
select::-ms-expand {
    display: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	 
	background: url("../images/select-arrow.png") no-repeat scroll 94% center #fafafa!important;
	/*border: 0 none !important;*/
	color: #8a98a8;
	padding: 8px 0px;
	text-indent:0px;
	text-overflow: "";
	width: 99.9%;
	cursor: pointer;
}

.date-form { margin: 10px; }
label.control-label span { cursor: pointer; }
.navbar-default{border-color:transparent!important;}



/*---------------------------------*/
.form-control_01{
	background:#dedddd;
	border-radius:0 5px 5px 0 !important;
	border:none!important;
}

.input-group-addon_01{
	background:#dedddd;
	border-radius:5px 0 0 5px!important;
	border:none!important;
	padding:10px 0 10px 20px !important;		
}
.login_btn{
	font-size: 18px !important;
    font-weight: bold !important;
    padding: 10px 44px !important;
	letter-spacing:0.3px !important;
}
.F_Password{
	color:#5496c6;
    display:block;
    font-size:14px;
    margin-top:13px;
}
.img_pad{
	padding:0 16px 0  0;
	border-right:1px solid #b1b1b1 !important;
}
.font_48{
	font-size:48px;
}

.max-height_3000 {
    min-height: 3984px;
}
.max-height_1000{
	min-height:1109px;
}
.textAlign-center{
	display:inline-block;
    text-align:center;
    width:100%;
}
.img_left{
	float:left;
}
.img_right{
	float:right;
}
.para_width{
	width:60%;
}
.mbot_20{
	margin-bottom:20px;
}
.formInput{
	background:#FFFFFF !important;
	border-top:1px solid #ccc !important;
}
.paddingTop_2{
	padding-top:2%;
}
.max-height_532{
	min-height:532px;
}
.cont_width{
	width:856px;
	margin:0 auto;
}
.product_height{
	padding:0 10px;
	height:190px;
}
.font_S{
	font-size:16px;
}
.M_bot_h4{
	margin-bottom:0;
}
.slideForm{
	width:345px;
	position:fixed;
	right:0;
	z-index:9999px;
}
.doc_para{
	float:left;
	width:19%;
	text-align:center;
	padding-top:13px;
        padding-left:15px;
}
.doc_title{
	font-size:19px;
}
.input_doc{
	background:#fafafa;
	border-radius:4px;
	-moz-box-shadow:0px 1px 2px #B5B3B6 inset;
   	-webkit-box-shadow:0px 1px 2px #B5B3B6 inset;
   	box-shadow:0px 1px 2px #B5B3B6 inset;
	color:#67798f;
	font-size:14px;
	padding:7px 11px;
	margin-bottom:17px;
}
.input_doc select{
	background: #FAFAFA url("../images/select-arrow.png") no-repeat scroll 99% center !important;
	-moz-appearance: none;
	-webkit-appearance:none;
	-o-appearance:none;
	padding:0;
}

.input_doc input, .input_doc select, .input_doc textarea{
	border:none;
	background:none;
	width:100%;
}
@media screen and (max-width: 991px) {
.pro_height{
	height:224px;	
}
.product_height{
	height:auto !important;
}
.max-height_3000 {
    min-height: auto;
	margin-bottom:5px;
}
.max-height_1000{
		min-height:auto;
}
.cont_width{
	width:100%;
}
.max-height_532{
	min-height:auto;
}
.mbot_20{
	margin-bottom:20px;
}
.mar-top-2-40 {
    margin-top:0px;
}
.border-left::before, .border-right::after {
    border-right: none;
}
.mar-left10 {
    margin-left:0;
	margin-right:5px;
}
.navbar .navbar-collapse ul.nav{
    margin-top:0px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.176);}

nav.sticky .navbar-nav{
	margin-top:0px !important;
}
.doc_para{
	float:left;
	width:33%;
	text-align:left;
	padding-top:13px;
}
}
@media screen and (max-width: 720px) {
.font_S{
	font-size:12px;
}
}
@media screen and (max-width: 1199px) {
.para_pad{
	padding-right:0px !important;
}
.product_height{
	height:352px;
}
.btn {
    padding: 5px 14px!important;   
}
.border-left::before, .border-right::after {
    border-right: none;
}
.img_left{
	float:none !important;
}
.img_right{
	float:none !important;
}
.para_width{
	width:100%;
}
.img_AD_300{
	display:none;	
}	
}
@media screen and (max-width: 600px) {

.font_48{
	font-size:37px;
	line-height:35px;
}
.img_Apply{
	width:100%;
	height:100%;
}
.img_AD_300{
	display:table;	
	text-align:center;
}
.team-member, .col-lg-4{
	margin-bottom: 10px;
}
.M_bot_h4{
	margin-bottom:4px;
}
.doc_para{
	float:left;
	width:100%;
	text-align:left;
	padding-top:13px;
}
}
@media screen and (max-width: 480px) {
.img_plan{
	width:100%;
	height:100%;
}
}
@media screen and (max-width: 728px) {
.img_AD_728{
	display:none;	
}
}
@media (min-width: 320px) and (max-width: 390px) {
	.login_btn{
	font-size: 18px !important;
    font-weight: bold !important;
    padding: 7px 42% !important;
	letter-spacing:0.3px !important;
}
.F_Password {
		margin-top:0;
		margin-bottom:7px;
	}
}
@media screen and (max-width: 500px) {
.creditScroll{
	width:500px;
	overflow-x:scroll;
	-webkit-overflow-scrolling: touch;
}		
}
/*---------------------------------*/
/*---------------- Sticky Menu -----------------*/
nav {	
	height: 103px;
	color: #fff;
	/*set animation*/
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
nav.sticky {
	position: fixed;
	height: 60px; 
	width: 100%;
	text-align: left;
}
nav.sticky .navbar-nav{
	margin-top:5px;
}

@media (max-width: 480px) {
nav{
	height: auto;
	color: #fff;
	/*set animation*/
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
nav.sticky {
	position: fixed;
	height: 60px; 
	width: 100%;
	text-align: left;
}
.marg {
    margin-top: 125px;
}
}


.search_btn {
    background: #1a9fcb none repeat scroll 0 0 !important;
    border: 2px solid #1a9fcb !important;
    border-radius: 5px !important;
    margin-left: -4px !important;
}
.search_input{
	background:#fafafa !important;
	border:1px solid #ccc !important;
	height:35px !important;
	width:100% !important;
}
.fa-search::before {
    color: #fff !important;
    content: "";
}
.navbar-form{
	padding:0 !important;
}
@media (max-width: 768px) {
.navbar-form{
	padding:10px 15px !important;
}
}
.width_144{
	width:144px;
}
.para_pad{
	padding-right:20px;
}
.textArea_height{
	height:100px !important;
	vertical-align:top !important;
}
.input_icon{
	vertical-align:top !important;
	padding:12px 16px !important;
}
.form_border_bot{
	border-bottom: 1px solid #ccc !important;
}

/*
.nav-tabs{
	border-bottom: none !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	border:none;
	color:#fb6e1f;
	font-size:16px;
	text-transform:uppercase;
}
.nav-tabs > li > a{
	border:none;
	color:#8a98a8;
	font-size:16px;
	text-transform:uppercase;
}
.nav > li > a{
	padding-left:0;
	padding-right:20px;
}
.nav > li > a:hover{
	border:none;
	color:#fb6e1f !important;
	background:none;
}

*/


.cont_left{
	float:left;
	padding:0 10px 0 0;
	position:relative;
}
.cont_right{
	float:left;
	padding:0 10px 0 0;
	position:relative;	
}
.h_iframe        {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:400px;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%; border:none;}
/*---------------- Sticky Menu -----------------*/
/*----------------Drop down menu-----------------*/
.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
.comments {
    width: 80%;
    overflow: auto;
    margin-left: 10%;
}

.doc_header{
	font-size:28px;
}

/*-------- table -----------*/

.rwd-table {
  margin:0 0 2%;
  width: 100%;
}
.rwd-table tr {
  border:1px solid #c6c6c6;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
  
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}
.dis_info_header{
	background:#fc7c23;
	text-align:center;
	color:#ffffff;
	font-size:18px;
	border-radius:3px 3px  0 0;
	padding:8px;
	letter-spacing:0.3px;
	margin:0;
}
.rwd-table {
  background: #f7f7f7;
  color: #67798f;
  overflow: hidden;
  font-size:14px;
  letter-spacing:0.3px;
}
.rwd-table tr {
   border:1px solid #c6c6c6;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
  border-left:1px solid #c6c6c6;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
	 padding: 5px 1% !important;
  }
}
.rwd-table th, .rwd-table td:before {
  	color: #67798f;
}

@media (max-width: 479px) {
  .rwd-table th, .rwd-table td {
	 border-left:none !important;
  }
  .rwd-table td:before {
 	width:40%;
}
}

.customer-navigation li > a{
    padding: 10px 10px;
    text-transform: uppercase;
}

.wlcm_pop{ /* background:url(../images/pop-bg.png);*/ width:256px; height:200px;}

.wlcm_pop p a{ text-decoration:none; width:247px;  color: #67798F; font-size: 16px; text-transform:uppercase; line-height:46px; text-indent:10px; border-bottom:1px solid #ededed; display: inline-block; margin-left:6px;background-color: #ffffff;box-shadow: 5px 5px 5px #cccccc;}
.wlcm_pop p a:hover{ text-decoration:none; width:247px;  color: #fff; font-size: 16px; text-transform:uppercase; line-height:46px; text-indent:10px; border-bottom:1px solid #ededed; background:#67798F; display: inline-block;  }

.wlcm_pop p.setting{ padding-top:13px;}
.wlcm_pop p a.border-none{ border-bottom:0px solid #ededed;}


#my_tooltip{position: absolute; margin:0px -275px;}

.border_h { border-bottom: 1px solid; }

.half { width: 48%; float: left; }
.half_margin { margin-right: 4%; }
.acc_head {
    cursor: pointer;
}

.pagination-row{ width:90%; text-align:right; margin: 0 auto 0 auto; display: table; height:auto; float: right;}
a.pagination {color: #67798f; font-size: 14px; border:1px solid #dad9d9; border-right:0px solid #dad9d9;  padding:.5% 1.5%; text-decoration:none;   }
a.pagination:hover {color: #fff; font-size: 14px; border:1px solid #dad9d9; border-right:0px solid #dad9d9; padding:.5% 1.5%; text-decoration:none; background:#008bcb; }
a.paginationn {border:1px solid #dad9d9; border-right:1px solid #dad9d9;  padding:.5% 1.5%; text-decoration:none;   }

.max-height_510 {
    min-height: 560px;
}

.marg_top65{margin-top:65px;}
.no_pad{padding: 0;}
.text-underline{text-decoration: underline;}
.simple_hide{display: none;}

.reset-success {
    border: 1px solid rgba(0, 153, 38, 0.67);
    border-width: 4px 0px 0px 1px;
    box-shadow: 4px 4px 2px rgba(51, 51, 51, 0.15);
    padding: 10px;
  }
  .reset-success i{
    font-size: 50px;
    color: #009926;
  }
  .success-email{
    color: #009926;
  }
  .reset-text{
    margin-top: 10px;
    border: 1px solid rgba(51, 51, 51, 0.15);
    border-width: 1px;
    box-shadow: 4px 4px 2px rgba(51, 51, 51, 0.15);
    padding: 10px;
  }
  .reset-text i{
    font-size: 40px;
    color: #0088cc;
    margin-right: 10px;
  }
  .reset-text img{
      width: 40px;
  }
  .pincode-select2 {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100%;
   }
  .select2-container .selection .select2-selection{
      height:38px;
  }
   .select2-container .selection .select2-selection span{
      height: 38px;
      padding-top: 4px;
  }
  
  /*Login UI*/
    .profile .button.blue {
        background-color: #2196F3;
        color: #fff;
    }

    .profile .button.raised {
        transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        transition-delay: 0.2s;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    }

    .profile .button.raised:active {
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
        transition-delay: 0s;
    }
    .profile .button {
        display: inline-block;
        position: relative;
/*            width: 150px;
        height: 42px;
        line-height: 42px;*/
        padding: 5px 40px;
        border-radius: 2px;
        font-size: 0.9em;
        background-color: #fff;
        color: #646464;
    }

    .profile .button > paper-ripple {
        border-radius: 2px;
        overflow: hidden;
    }

    .login_head {
        position: relative;
        padding: 12px 5px;
        z-index: 1;
    }
    .login_head span {
        font-size: 30px;
        /*font-family: 'Courgette', cursive;*/
    }
    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px white inset;
    }
        
    .login-bg {
      margin: 0;
      padding: 0;
      background:#3498db;
    }
    .cs-loader {
      position: absolute;
/*      margin-left: 100px;
      margin-top: 10px;*/
      top: 133px;
      left: 0;
      /*height: 100%;*/
      width: 100%;
    }

    .cs-loader-inner {
      transform: translateY(-50%);
      top: 50%;
      position: absolute;
      width: 100%;
      color: #25A6E1;
      /*padding: 0 100px;*/
      text-align: center;
    }

    .cs-loader-inner .label {
      font-size: 25px;
      opacity: 0;
      display:inline-block;
      color: #2196F3;
      padding: 0.2em;
    }

    @keyframes lol {
      0% {
        opacity: 0;
        transform: translateX(-300px);
      }
      33% {
        opacity: 1;
        transform: translateX(0px);
      }
      66% {
        opacity: 1;
        transform: translateX(0px);
      }
      100% {
        opacity: 0;
        transform: translateX(300px);
      }
    }

    @-webkit-keyframes lol {
      0% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
      }
      33% {
        opacity: 1;
        -webkit-transform: translateX(0px);
      }
      66% {
        opacity: 1;
        -webkit-transform: translateX(0px);
      }
      100% {
        opacity: 0;
        -webkit-transform: translateX(300px);
      }
    }

    .cs-loader-inner .label:nth-child(6) {
      -webkit-animation: lol 3s infinite ease-in-out;
      animation: lol 3s infinite ease-in-out;
    }

    .cs-loader-inner .label:nth-child(5) {
      -webkit-animation: lol 3s 100ms infinite ease-in-out;
      animation: lol 3s 100ms infinite ease-in-out;
    }

    .cs-loader-inner .label:nth-child(4) {
      -webkit-animation: lol 3s 200ms infinite ease-in-out;
      animation: lol 3s 200ms infinite ease-in-out;
    }

    .cs-loader-inner .label:nth-child(3) {
      -webkit-animation: lol 3s 300ms infinite ease-in-out;
      animation: lol 3s 300ms infinite ease-in-out;
    }

    .cs-loader-inner .label:nth-child(2) {
      -webkit-animation: lol 3s 400ms infinite ease-in-out;
      animation: lol 3s 400ms infinite ease-in-out;
    }

    .cs-loader-inner .label:nth-child(1) {
      -webkit-animation: lol 3s 500ms infinite ease-in-out;
      animation: lol 3s 500ms infinite ease-in-out;
    }

    .login-box, .register-box {
        /*width: 420px;*/
        margin: 7% auto;
    }
    .login-logo, .register-logo {
        font-size: 35px;
        text-align: center;
        margin-bottom: 25px;
        font-weight: 300;
    }
    .login-box-body, .register-box-body {
        background: #fff;
        padding: 20px;
        border-top: 0;
        color: #666;
    }
    .login-box-msg, .register-box-msg {
        margin: 0;
        text-align: center;
        padding: 0 20px 20px 20px;
    }
    .has-feedback {
        position: relative;
    }
    .form-group {
        margin-bottom: 15px;
    }
    .has-feedback .form-control {
        padding-right: 42.5px;
    }
    .form-control {
        border-radius: 0 !important;
        box-shadow: none;
        border-color: #d2d6de !important;
    }
    .form-control {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px !important;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff !important;
        background-image: none;
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        border-bottom: 1px solid #d2d6de !important;
        border-right: 1px solid #d2d6de !important;
        border-top: 1px solid #d2d6de !important;
        border-left: 1px solid #d2d6de !important;
  }

  #congomodal .modal-body {
    padding: 20px;
    background: #f16536;
}

.modal-body  h3, .modal-body  h1 {
	color: #fff;
}

.contain-congo {
  font-family: 'Roboto Condensed', sans-serif;
  background: #3da1d1;
  color: #fff;
  overflow: hidden;
}

.congrats {
  padding: 20px 10px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.congrats h1 {
  transform-origin: 50% 50%;
  font-size: 50px;
  font-family: 'Roboto Condensed', sans-serif;
  cursor: pointer;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.blob {
  height: 50px;
  width: 50px;
  color: #ffcc00;
  position: absolute;
  top: 45%;
  left: 45%;
  overflow: overlay;
  z-index: 1;
  font-size: 30px;
  display: none;  
}

.call-us-place{
    display: inline-block;
    float: right;
    margin: 4px 0px;
}

.number-cont{
    padding: 4px;
    margin-left: 4px;
    background: #f16536;
    color: #fff;
    border-radius: 14px;
}

#get-testimonial .testimonial-head {
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    background: #e86334;
    font-weight: initial;
}

#get-testimonial .testimonial-head  i {
    color:#fff;
}

#get-testimonial .modal-content {
    border-radius: 0px;
}

#get-testimonial .modal-body {
    padding:20px;
    background: #fff;
}

#get-testimonial .modal-body img {
    margin-bottom: 14px;
    width: 100px;

}

.review-submit {
        background: #e86234;
        color: #fff;
        transition:0.5s;
    }
    
    .review-submit:hover, .review-submit:focus {
        background:#fff;
        color:  #e86234;
        border:1px solid #e86234;
    }
.custom-checks {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  transition:0.5s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checks input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


.testimonail-check {
  position: absolute;
  top: 0;
  left: 0;
  transition:0.5s;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 2px solid #e86334;
  border-radius: 50%;
}

.custom-checks:hover input ~ .testimonail-check {
  background-color: #ccc;
}

.custom-checks input:checked ~ .testimonail-check {
  background-color: #e86334;
}

.testimonail-check:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checks input:checked ~ .testimonail-check:after {
  display: block;
}

.custom-checks .testimonail-check:after {
 	top: 7px;
	left: 7px;
        transition:0.5s;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}



@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 800px) 
{
	.congrats h1 {
		font-size: 30px;
	}

	.congrats h3 {
		font-size: 20px;
	}
      
        .call-us-place{
            text-align: center;
            display:block;
            float:none;
        }
        
        .testimonail-question li span:last-child{
            float:unset;
            display: block;
        }
        
        .testimonail-question li span:first-child{
            margin-left: 10px;
            margin-bottom: 8px;
            display: block;
        }
        
        .contact-container{
            width:100%;
        }
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 780px) {
    
    .credit-health h2{
        font-size: 16px;
        
    }
    
    .credit-health h3 {
        margin: 8px auto;
    }
    
    .credit-health h3 span {
        font-size:14px;
        padding: 0px 8px;
    }
    
    .contact-container{
            width:100%;
        }
    
}