/*
Awesome Template
http://www.templatemo.com/preview/templatemo_450_awesome
*/
@font-face {
  font-family: 'BarlowBold';
  src: url('../fonts/Barlow-Bold.eot?#iefix') format('embedded-opentype'),url('../fonts/Barlow-Bold.woff') format('woff'), url('../fonts/Barlow-Bold.ttf')  format('truetype'), url('../fonts/Barlow-Bold.svg#Barlow-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BarlowMedium';
  src: url('../fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'),url('../fonts/Barlow-Medium.woff') format('woff'), url('../fonts/Barlow-Medium.ttf')  format('truetype'), url('../fonts/Barlow-Medium.svg#Barlow-Medium') format('svg');
   font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BarlowLight';
  src: url('../fonts/Barlow-Light.eot?#iefix') format('embedded-opentype'),url('../fonts/Barlow-Light.woff') format('woff'), url('../fonts/Barlow-Light.ttf')  format('truetype'), url('../fonts/Barlow-Light.svg#Barlow-Light') format('svg');
   font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BarlowRegular';
  src: url('../fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'),url('../fonts/Barlow-Regular.woff') format('woff'), url('../fonts/Barlow-Regular.ttf')  format('truetype'), url('../fonts/Barlow-Regular.svg#Barlow-Regular') format('svg');
   font-weight: normal;
  font-style: normal;
  
}
body
	{
 		background: #fff;
 		color: #ffffff;
		font-family: 'BarlowMedium';
		overflow-x: hidden; /* prevent horizontal scrollbar from appearing */
		-webkit-font-smoothing: antialiased;
	}
	
a {
	color: #47C6F8;
}
	
a:hover {
	color: #0FF;
}

/* start h2 */
h2
	{
		text-align: center;
		font-size: 40px;
		padding-bottom: 40px;
	}	
h2 span
	{
		color: #BF1E2E;
		font-family:BarlowBold;
	}
/* end h2 */
h3,h4,h5,h6{
	color:#5E5E5E;
}
p{
	color:#5E5E5E;
	font-size:16px;
	line-height:25px;
	font-family:BarlowRegular;
}
a:focus{
	outline:none !important;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
	color:#777;
}
/* start about team service portfolio contact */
#about, #team, #service,
#portfolio, #contact
	{
		padding-top: 60px;
		padding-bottom: 40px;
	}
/* end about team service portfolio contact */

/* start preloader */
.preloader
	{
		position: fixed;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		z-index: 99999;
  		display: -webkit-box;
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-flex-flow: row nowrap;
  		    -ms-flex-flow: row nowrap;
  		        flex-flow: row nowrap;
  		-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;
  		background: none repeat scroll 0 0 #ffffff;
	}
.sk-spinner-wave.sk-spinner 
	{
  		width: 50px;
  		height: 30px;
  		text-align: center;
  		font-size: 10px; 
  	}
.sk-spinner-wave div 
	{
  		background-color: #333;
  		height: 100%;
  		width: 6px;
  		display: inline-block;
         -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
                 animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
         
    }
.sk-spinner-wave .sk-rect2 
	{
          -webkit-animation-delay: -1.1s;
                  animation-delay: -1.1s; 
      }
.sk-spinner-wave .sk-rect3 
	{
          -webkit-animation-delay: -1s;
                  animation-delay: -1s; 
     }
.sk-spinner-wave .sk-rect4 
	{
          -webkit-animation-delay: -0.9s;
                  animation-delay: -0.9s;
     }
.sk-spinner-wave .sk-rect5 
	{
          -webkit-animation-delay: -0.8s;
                  animation-delay: -0.8s; 
     }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }
/* end preloader */

/* start header */
header
	{
		min-height: 20px;
		padding-top: 7px;
		padding-bottom: 10px;
		background:#eeeeee;
	}
header .fa
	{
		color: #BF1E2E;
	}
header span
	{
		padding-right: 10px;
		padding-left: 4px;
	}
header a
	{
		color: #999;
	}
header .social-icon
	{
		text-align: right;
	}
header .social-icon li a
	{
		border: none;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
	}
/* end header */

/* start nagivation */
.navbar-default
	{
		background: #fff;
		border: none;
		box-shadow: none;
		margin: 0 !important;
	}
/* .navbar-default .navbar-brand
	{
		font-weight: 500;
		font-size: 30px;
		height: 70px;
		line-height: 40px;
		padding: 12px 0px 0px 12px;
	} */
.navbar-default .navbar-nav li a
	{
		font-size: 13px;
		height: 70px;
		line-height: 31px;
		padding: 20px 8px 15px;
		-webkit-transition: .5s all ease;
		transition: .5s all ease;
	}

.navbar-default .navbar-nav > li > a.current { 
	color: #BF1E2E; 
}
.templatemo-nav {
	border-radius: 0;	
	width: 100%;
	z-index: 1000;
	border-bottom: 2px solid #eee;
}
.sticky {	
	position: fixed;
	left: 0;
	top: 0;	
	width:100% !important;
	z-index:999999;
	/* animation:slide-down 1s; */
}

.sticky_nav {	
	position: fixed;
	left: 0;
	top: 42px;	
	animation:slide-down 1s;
}
.sticky_r {	
	animation:slide-up 0.5s;
}

.sticky_nav_r {	
	animation:slide-up 0.5s;
}
.navbar-brand > img{
	width:250px;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    } 
    100% {
        transform: translateY(0);
    } 
}
@keyframes slide-up {
    0% {
        transform: translateY(15%);
    } 
    100% {
        transform: translateY(0%);
    } 
}
/* end navigation */

/* start home */
#home
	{
		background: url('../images/home-bg.jpg') no-repeat;
		background-size: cover;
		padding-top: 160px;
		padding-bottom: 100px;
		min-height: 650px;
	}
#home h1
	{
		font-weight: BarlowLight;
		font-size: 70px;
		padding-bottom: 10px;
	}
#home h1 span
	{
		color: #BF1E2E;
		font-family:BarlowBold;
	}
#home .btn
	{
		background: transparent;
		border-radius: 2px;
		color: #fff;
		font-size: 16px;
		font-family:BarlowBold;
		margin-top: 20px;
		width: 180px;
		height: 60px;
		padding-top: 18px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#home .btn:hover
	{
		background: #BF1E2E;
		border-color: transparent;
	}
.element {
	height: 60px;
	font-size: 16px;
}
/* end home */

/* start about */
#about .media-heading-wrapper
	{
		padding-bottom: 32px;
	}
#about .media-heading-wrapper .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 24px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		margin-bottom: 20px;
		font-family:BarlowBold;
	}
#about .media-heading-wrapper h3
	{
		font-size: 18px;
		font-family:BarlowBold;
		padding-top: 20px;
		padding-left: 52px;
	}
/* end about */

/* start team */
#team .team-wrapper
	{
		background: #404040;
		padding-bottom: 10px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		position: relative;
	}
#team .team-wrapper:hover
	{
		cursor: pointer;
		opacity: 0.4;
		bottom: 4px;
	}
#team .team-wrapper .team-des
	{
		padding: 20px;
	}
#team .team-wrapper .team-des span
	{
		color: #BF1E2E;
		display: block;
		font-family:BarlowBold;
		padding-bottom: 12px;
	}
/* end team */

/* start service */
#service .col-md-4
	{
		padding: 40px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#service .col-md-4:hover
	{
		background: #505050;
	}
#service .active
	{
		background: #505050;
		padding: 40px;
	}
#service .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 50px;
		width: 100px;
		height: 100px;
		line-height: 100px;
		text-align: center;
	}
#service h4
	{
		color: #BF1E2E;
		font-weight: 600;
		padding-top: 10px;
		padding-bottom: 14px;
	}
/* end service */

/* start portfolio */
#portfolio
	{
		padding-bottom: 80px;
	}
#portfolio .col-md-3
	{
		padding: 0px;
	}
	.portfolio-thumb, 
	.portfolio-overlay {
		max-width: 450px;
	}
#portfolio .portfolio-thumb
	{
		overflow: hidden;
		padding: 0;
		margin: 0 auto;
	}
#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #BF1E2E;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;	
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 20px 10px 20px 20px;
		margin-left: auto;
		margin-right: auto;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#portfolio .portfolio-thumb .portfolio-overlay h4
	{
		font-family:BarlowBold;
		padding-bottom: 10px;
	}
#portfolio .portfolio-thumb .portfolio-overlay .btn
	{
		background: none;
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-family:BarlowBold;
	}
#portfolio .portfolio-thumb:hover .portfolio-overlay
	{
		cursor: pointer;
		opacity: 0.8;
	}
/* end portfolio */

/* start contact */
#contact
	{
		background: #202020;
	}
#contact .form-control
	{
		background: transparent;
		border: 1px solid #BF1E2E;
		border-radius: 2px;
		box-shadow: none;
		color: #fff;
		margin-top: 6px;
		margin-bottom: 16px;
	}
#contact label
	{
		font-family:BarlowMedium;
	}
#contact input
	{
		height: 50px;
	}
#contact input[type="submit"]
	{
		background: #BF1E2E;
		font-family:BarlowBold;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#contact input[type="submit"]:hover
	{
		background: transparent;
	}
#contact address
	{
		border-bottom: 1px solid #505050;
		padding-top: 30px;
	}
#contact address .address-title
	{
		font-family:BarlowBold;
		font-size: 20px;
		padding-bottom: 10px;
	}
#contact address span
	{
		display: block;
		padding-bottom: 30px;
	}
#contact address .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-right: 10px;
		margin-bottom: 10px;
	}
/* end contact */

/* start copyright */
#copyright
	{
		padding: 20px;
	}
#copyright p
	{
		font-weight: 400;
		margin:0px;
	}
/* end copyright */

/* start social icon */
.social-icon
	{
		position: relative;
		padding: 0;
		margin: 0;
	}
.social-icon h4
	{
		display: inline-block;
		padding-right: 20px;
	}
.social-icon li
	{
		display: inline-block;
		list-style: none;
	}
.social-icon li a
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		margin-right: 10px;
	}
.social-icon li a:hover
	{
		background: #BF1E2E;
		border-color: transparent;
	}
/* end social icon */

/* end 360 media quires */


/*custom css*/

.navbar-brand{
	height:70px;
}
.header_info,.header_info a {
	color:#5E5E5E;
	font-size:16px;
	font-weight:medium;
}
.header_right{
	float:right;
}
.header_info a:hover {
	color:#BF1E2E;
}
.header_language {
	color:#BF1E2E;
	font-size:16px;
	font-weight:medium;
	margin-left:20px;
}
.red_clr{
	color:#BF1E2E;
}
.owl-item img {
	width:100%;
}
.mt-40{
	margin-top:40px;
}
.mb-40{
	margin-bottom:40px;
}
.mb-20{
	margin-bottom:20px;
}
.mt-20 {
	margin-top:20px;
}
.mt-10 {
	margin-top:10px;
}
.mt-0 {
	margin-top:0px;
}
.mb-0{
	margin-bottom:0;
}
.bold{
	font-family:BarlowBold;
}
.fs-16{
	font-size:16px;
}
.fs-20{
	font-size:20px;
}
.fs-25{
	font-size:25px;
}
.fs-30{
	font-size:30px;
}

.line-height-47{
	line-height:47px;
}
.line-height-35{
	line-height:35px;
}
.line-height-32{
	line-height:32px;
}
.line-height-25{
	line-height:25px;
}

.fw_regular{
	font-family:BarlowRegular;
}
.why_amexcare{
	line-height:47px;
}
.desc {
	line-height:25px;
}
.heading{
	font-size:25px;
	line-height:35px;
}
#why_amexcare{
	padding-top:40px;
	padding-bottom:70px;
}
#how_it_work{
	background:url('../images/bg_how_it_wrks.png');
	background-size:cover;
	background-repeat:no-repeat;
	padding-top:40px;
	padding-bottom:70px;
}

.square_red{
	list-style:none;
	padding-left: 0px;
}
ul.square_red li::before {
	content:" ■ ";
	color:#BF1E2E;
	margin-right:10px;
	font-size:12px;
}
ul.square_red li {
	color:#5E5E5E;
	font-size:16px;
	line-height:25px;
	font-family:BarlowRegular;
}
.wdth_100{
	width:100%;
}
#claim_management {
	padding-top:40px;
	padding-bottom:70px;
	background:#fffAFA;
}
#coverage_analysis {
	padding-top:50px;
	padding-bottom:50px;
}
#patient{
	background-image:url("../images/hospitalbackground.png");
	padding-top:40px;
	padding-bottom:70px;
	background-size:cover;
	background-repeat:no-repeat;
}
#getintouch{
	background:#989898;
	padding-top:40px;
	padding-bottom:70px;
}

#contact_us{
	background:#F9F9F9;
	padding-top:40px;
	padding-bottom:70px;
}
#advantage_amexcare{
	background:#fff;
	padding-top:50px;
	padding-bottom:50px;
}
#advantage_amexcare_sec{
	cursor:pointer;
}
.heading_red{
	color:#BF1E2E !important;
}
.clr_white{
	color:#fff !important;
}
.center_content{
	width:55%;
	margin:0px auto;
	text-align:center;
}
.btn_getin_touch{
	color:#fff;
	background:#BF1E2E;
	border-radius:50px;
	padding:10px 20px;
	border:none;
	margin-top:20px;
}

.btn_submit{
	color:#fff;
	background:#BF1E2E;
	padding:10px 40px;
	border:1px solid #5E5E5E;
	margin-top:20px;
	margin-bottom:20px;
}

.btn_getin_touch:hover{
	color:#fff;
	background:#5E5E5E;
	text-decoration: none;
}
.btn_submit:hover{
	color:#fff;
	background:#707070;
}
#contact_info {
	background:#989898;
	color:#fff;
	padding:10px;
}
#contact_info a{
	color:#fff;
}
#contact_info a:hover{
	color:#fff;
	text-decoration:underline;
}
#footer_info{
	padding-top:40px;
	padding-bottom:40px;
}
.navbar-default .navbar-nav > li > a:hover{
	color:#BF1E2E;
}
.tp-caption.WebProduct-Button, .WebProduct-Button{
	background-color:#BF1E2E;
	color:#fff;
}
.contact_img{
	width:100%;
}
.contact_form{
	background:#fff;
	padding:10px 30px !important;
	-webkit-box-shadow: 0 8px 6px -10px black;
    -moz-box-shadow: 0 8px 6px -10px black;
	box-shadow: 0 8px 6px -10px black;
}
label{
	color:#B2B2B2;
}
.has-float-label .form-control:placeholder-shown:not(:focus) + * {
    font-size: 114%;
	top:8px;
}
.form-control {
	border:none;
	border-radius:0px;
	border-bottom:1px solid #B1B1B1;
	box-shadow:none !important;
	-webkit-box-shadow:none !important;
	padding-left:0px;
}
.has-float-label label, .has-float-label > span{
	left:0px;
}
textarea{
	 resize: none;
}
.navbar-right {
    float: right !important;
}
.parsley-errors-list > li {
    font-size: 12px;
    list-style: none;
    color: #fc5454;
    margin-top: 5px;
}
.error{
	color: #fc5454;
}
.success{
	color: #4caf50;
}
.has-float-label .form-control:placeholder-shown:not(:focus) + *{
	opacity:2;
    font-size: 90%;
	font-family:BarlowMedium;
}
.parsley-required{
	 color: #fc5454;
}
.parsley-errors-list{
	padding:0px;
}
.form-control:focus{
	border-color:#B1B1B1; !important;
}
a.language {
	color:#BF1E2E;
}
a.language:hover {
	color:#BF1E2E;
	text-decoration:underline;
}

@media only screen and (min-width: 1440px){
	.container{
		width:1250px;
	}
}
@media only screen and (max-width: 1440px){
	.header_contact_info{
		width:31% !important;
	}
}
@media only screen and (max-width: 1366px){
	/* .navbar-right{ */
		/* margin-right: -115px; */
	/* } */
	.header_contact_info{
		width:32% !important;
	}
}
@media only screen and (max-width: 1280px){
	
	
	/* .navbar-right{ */
		/* margin-right: -75px; */
	/* } */
	.header_language{
		font-size:13px;
	}
	.navbar-default .navbar-nav li a {
		font-size: 12px;
	}
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
	#portfolio .portfolio-thumb .portfolio-overlay {
		padding: 0px 8px;
	}
	.navbar-default .navbar-nav li a{
		padding:20px 6px 15px;
	}
	.navbar-default .navbar-nav li a{
		height:66px;
		font-size:13px;
	}
	.navbar-brand{
		height:66px;
	}
	.header_info, .header_info a {
		font-size:13px !important;
	}
	.header_language{
		font-size:12px !important;
	}
	/* .navbar-right { */
		/* margin-right: -130px; */
	/* } */
	.navbar-brand > img {
		width:200px;
	} 
	
	.navbar-header{
		width:200px;
	}
	.navbar-default .navbar-nav li a{
		font-size:11px;
	}
	.has-float-label .form-control:placeholder-shown:not(:focus) + *{
		font-size: 70%;
	}
	
}
@media only screen and (max-width: 1080px){
	.navbar-right{
		/* margin-right: -75px; */
	}
	.navbar-default .navbar-nav li a{
		font-size:12px;
	}
	.header_language{
		font-size:10px !important;
	}
	.navbar-default .navbar-nav li a {
		font-size: 11px;
	}
}
@media only screen and ( max-width: 1024px ){
	.navbar-default .navbar-nav li a{
		font-size:12px;
		padding-top: 20px;
	}
	.navbar-right{
		/* margin-right: -45px; */
	}
	.navbar-default .navbar-nav li a {
		font-size: 11px;
	}
	.has-float-label label, .has-float-label > span{
		font-size:69%;
	}
}
/* start 980 media quires */
@media only screen and ( max-width: 980px ) {
	
	#team .team-wrapper
		{
			margin-top: 40px;
		}
	#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #BF1E2E;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 40px 10px 20px 20px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
	.navbar-right{
		margin-right: -45px;
	}
	.navbar-default .navbar-nav li a{
		font-size:9px;
		padding-top: 20px;
	}
	

}
/* end 360 media quires */

/* start 768 media quires */
@media only screen and ( max-width: 767px ) {
	.header_contact_info {
		width: 100% !important;
	}
	#home
		{
			min-height: 300px;
			padding-top: 80px;
			padding-bottom: 60px;
		}
	#home h1
		{
			font-size: 52px;
		}

	/* .templatemo-nav { */
		/* position: fixed; */
    	/* top: 0; */
	/* } */
	/* header { */
		/* margin-top: 70px; */
	/* } */
	header .social-icon {
		text-align: left;
	}
	.navbar-toggle {
		margin-top: 15px;
	}
	.navbar-collapse {
		max-height: 300px;
		overflow-y: auto;
	}
	.navbar-default .navbar-nav li a {
		height: 45px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 35px;
	}
	
	.header_language {
		text-align:center;
	}
	.header_right{
		float:none !important;
		text-align:center;
	}
	.navbar-right{
		margin-right:0px;
		width: 100%;
	}
	.navbar-default .navbar-nav li a{
		font-size:12px;
		padding-top: 20px;
	}
}
@media only screen and ( max-width: 414px ) {
	.navbar-toggle{
		margin-right:35px;
	}
	.header_info, .header_info a{
		font-size: 12px;
	}
	#advantage_amexcare_sec{
		font-size:12px;
	}
	#contact_info p,#copyright p{
		font-size:12px;
	}
	#why_amexcare,#how_it_work,#claim_management,#coverage_analysis,#patient,#contact_us{
		padding-top:20px;
	}
}
/* end 768 media quires */

/* start 360 media quires */
@media only screen and ( max-width: 360px ) {
	header .social-icon
		{
			text-align: left;
		}
	#home
		{
			min-height: 200px;
			padding-top: 60px;
			padding-bottom: 40px;
		}
	#home h1
		{
			font-size: 32px;
		}
		
	element {

	}
	header {

		/* margin-top: 120px; */

	}
	.navbar-brand{
		height:66px;
	}
	.header_info, .header_info a{
		font-size: 11px;
	}
	#contact_info p,#copyright p{
		font-size:10px;
	}
}

img.coverage-img{
	position: relative;
	top: 30px;
}




@media only screen and (max-width: 350px){
    .navbar-brand > img {
        width: 200px !important;
    }
    
    /* header{ */
        /* margin-top: 66px; */
    /* } */
	.header_info, .header_info a{
		font-size: 9px;
	}
}
