@media (min-width: 768px) {
  header .intro-text .intro-lead-in {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 50px;
  }
  header .intro-text .intro-heading {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    line-height: 63px;
    margin-bottom: .7%;
  }
}
@media (max-width: 767px) {
	header .intro-text span{
		letter-spacing: -1px;
		background: rgb(0, 0, 0); /* fallback color */
		background: rgba(0, 0, 0, 0.7);
		padding: -10%;
		line-height: 126%;
		font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 30px;
		margin-bottom: 25px;
	}
	header .intro-text {
	  padding-top: 200px;
	  padding-bottom: 60px;
		font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
	}
	header .intro-heading {
		font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 20px;
	}
	header .intro-lead-in {
		font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 15px;
	}
}
@media (min-width: 768px) {
	header .intro-text span{
	   letter-spacing: -1px;  
	   background: rgb(0, 0, 0); /* fallback color */
	   background: rgba(0, 0, 0, 0.7);
	   padding: .55%; 
	  line-height: 0px;
	}
	header .intro-text {
	  padding-top: 100px;
	  padding-bottom: 50px;
		font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
	}
}
section {
	/*padding: 50px;*/
	margin: 50px 0;
}
.carousel-left{
	background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
	background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat:repeat-x;
}
.carousel-right{
	background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
	background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat:repeat-x;
}
 
.text2{
	margin-top: 30px;
	margin-bottom: 30px;
	color: #000000;
}
.padTB{
	padding-bottom: 30px;
	padding-top: 30px;
}
/******Images Zoom Hover Effects CSS  *******/
@import url(https://fonts.googleapis.com/css?family=Poppins:300,700);
.snip1581 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 8px;
  min-width: 250px;
  max-width: 310px;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.snip1581 * {
  -webkit-transition: all  1.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1581 img {
  max-width: 100%;
  vertical-align: top;
}
.snip1581 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.snip1581 h3 {
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 3px 0;
}
.snip1581 .title1 {
  font-weight: 700;
}
.snip1581 .title2 {
  color: #a58e7c;
  font-weight: 300;
}
.snip1581 .title3 {
  font-weight: 700;
  font-size: 25px;
}
.snip1581 a {

  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1581:hover img,
.snip1581.hover img {
  -webkit-transform: scale(1.3) rotate(5deg);
  transform: scale(1.3) rotate(5deg);
}
/***** End of the images  Hover CSS   ******/
.bg_image{
	background: url(../pics/doctor_bg-300x148.jpg) center no-repeat;
    background-size: cover;
	background-color: #fff;
    float: left;
    width: 100%;
    position: relative;
}
.padbtn{
	padding: 20px 10px;
}
.ltr_spacing {
    letter-spacing: 1.5px;
    padding: 13px 14px;
    margin: 0 0 10px 14px;
}
/**** Curaisal CSS ******/
.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
	left: -12px;
    height: 40px;
	width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
	right: -12px;
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
    background: #cecece;
    border-color: #cecece;
}
.carousel-indicators .active {
background: #1eb1e5;
border-color: #1eb1e5;
}
/*** End of Curaisal CsS ******/
.cont_bg{
	
}
@media only screen 
  and (min-device-width: 400px) 
  and (max-device-width: 990px) 
  {
  {
	margin: 0px auto;
}
}



/**Membership Css****/
.bg_member{
	background: url(../pics/headers/2.jpg) center no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
    position: relative;
}
/** End of the member ship CSs ****/
.padtb10{
	padding-bottom: 10px;
	padding-top: 10px;
}
/** Pricing table CSS**/
.panel {

    transition: padding 0.5s;
    -moz-transition: padding 0.5s; /* Firefox 4 */
    -webkit-transition: padding 0.5s; /* Safari and Chrome */
    -o-transition: padding 0.5s; /* Opera */
    -ms-transition:padding 0.5s; /* IE9 (maybe) */     
  
}

.panel:hover {
	
}
/** End Pricing table CSS**/
.pad{
	padding: 30px 0px;
}
.margin{
		margin: 30px 0px;

}
.bg_employ{
	background: url(../pics/headers/chronic.jpeg) center no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
	height: 300px;
    position: relative;
}
.padtb20{
	padding-top: 30px;
	padding-bottom: 10px;
}
/******/
.padicon{
	padding-top: 30px;
	padding-bottom: 20px;
}
.bg_supprt{
	background: url(../pics/headers/support.jpg) center no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
    position: relative;
}
.bg_member2{
	background: url(../pics/headers/members.png) center no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
	height:300px;
    position: relative;
}
.bg_provider{
	background: url(../pics/headers/providers.png) center no-repeat;
    background-size: cover;
    float: left;
	height:300px;
    width: 100%;
    position: relative;
}
.bg_partner{
	background: url(../pics/headers/employers.png) center no-repeat;
    background-size: cover;
    float: left;
	height:300px;
    width: 100%;
    position: relative;
}
.bg_abt{
	background: url(../pics/headers/og/header-bg-white-2.png) center no-repeat;
    background-size: cover;
    float: left;
	height:250px;
    width: 100%;
    position: relative;
	/*border-radius: 0px 0px 100% 100%;*/
}
.bg_news {
    background: url(../pics/headers/og/news.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg_blog {
    background: url(../pics/headers/og/blog.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg_healthplan{
	background: url(../pics/backgrounds/home-banner-doctor-3.jpg) center no-repeat;
    background-size: cover;
	height:300px;
    float: left;
    width: 100%;
    position: relative;
}
.bg_familiar{
	background: url(../pics/backgrounds/bnr-2-2.jpg) center no-repeat;
    background-size: cover;
    float: center;
	height:300px;
	width: 90%;
	border-radius:30px;
    position: relative;
}
.bg_broker{
	background: url(../pics/backgrounds/relationship-2.png) center no-repeat;
    background-size: cover;
    float: center;
	height:300px;
	width: 100%;
    position: relative;
}
.bg_medicare{
	background: url(../pics/backgrounds/doc-3.jpg) center no-repeat;
    background-size: cover;
    float: center;
	height:300px;
	width: 100%;
    position: relative;
}
/**********/
.btn_style{
	 margin-bottom: 40px;
	 font-size: 25px; font-family: 'Montserrat', sans-serif;
	 font-weight: 100;
	 background-color: #520000;
}
/*************/
.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;

	border: 1px solid #ccc;
}

	.flip-container:hover .flipper,  
  .flip-container.hover .flipper {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

@media (min-width: 768px) {
	.flip-container, .front, .back {
			width: 376px;
		height: 121px;
		border-radius: 10px;
	}
}
@media (max-width: 768px) {
	.flip-container, .front, .back {
			width: 340px;
		height: 121px;
		border-radius: 10px;
	}
}

.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;

	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
  
  -o-transition: 0.6s;
	-o-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

.front {
	z-index: 0;
}

.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	z-index: 0;
}

.front .name {
	font-size: 2em;
	display: inline-block;
	background: rgba(33, 33, 33, 0.9);
	color: #f8f8f8;
	font-family: Courier;
	padding: 5px 10px;
	border-radius: 5px;
	bottom: 60px;
	left: 25%;
	position: absolute;
	text-shadow: 0.1em 0.1em 0.05em #333;

	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

.back-logo {
	position: absolute;
	top: 40px;
	left: 90px;
	width: 160px;
	height: 117px;
	background: url(http://davidwalsh.name/demo/logo.png) 0 0 no-repeat;
}

.back-title {
	font-weight: bold;
	color: #00304a;
	position: absolute;
	top: 180px;
	left: 0;
	right: 0;
	text-align: center;
	text-shadow: 0.1em 0.1em 0.05em #acd7e5;
	font-family: Courier;
	font-size: 2em;
}


.back p {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 20px;
  font-family: arial;
  line-height: 2em;
}
/***************/
 .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0px;
		padding-bottom: 10px;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }
.iconstyle{
	float: left;
    background-color: #fff;
    color: #000;
   padding: 7px 12px;
}
.textpad{
	padding: 0px 43px;
}
.panel-title>a:hover{
	color: #520000;
}
.panel-title>a .more-less:hover{
	color: #520000;
}
.footer-bottom > span{
	color: #ffffff;
} 
.signup:hover{
	background-color: #7A0000 !important;
	color: #fff !important;
}
.row1>a:hover{
background-color: #7A0000!important;
color: white;
}
.btn_stly{
	padding-bottom: 10px !important; 
	padding-left: 10px !important; 
	padding-right: 10px !important;
	color: white !important; 
	margin-left: 10px !important;
	margin-right: 10px !important;
	border-radius: 3px;
}
.btn2_stly{
	padding-bottom: 10px !important; 
	padding-left: 10px !important; 
	padding-right: 5px !important;
	color: white !important; 
	margin-right: 15px !important;
}

@media only screen and (max-device-width: 990px) and (min-device-width: 400px)

{
.resposive_img{
	margin-left: 50% !important;
}

}
@media only screen and (max-device-width: 1200px) and (min-device-width: 992px)

{
.btn_stly{
	padding-bottom: 9px !important;
    padding-right: 5px !important;
    color: white !important;
    margin-right: 2px !important;
}
.btn2_stly{
	padding-bottom: 10px !important; 
	padding-left: 10px !important; 
	padding-right: 5px !important;
	color: white !important; 
	margin-right: 15px !important;
}
}
.logo_respon{
	margin-top: -11px!important;
}
@media only screen and (max-device-width: 768px) and (min-device-width: 425px){
.logo_respon{
	margin-bottom: -10px!important;
}
.mar_l{
	margin-left: 0px !important;
} 
}
@media only screen and (max-device-width: 375px){
.logo_respon{
	margin-top: -15px!important;
}
}
/** Urgent Page Css Starts**/
.bg_urgent{
	background: url(../pics/headers/urgent.jpg) center no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
    position: relative;
}
/**Urgent page CSS Ends **/
.bg_chronic{
	background: url(../pics/headers/chronic.jpeg) center no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
    position: relative;
}
.r_pad{
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.bg_benifits{
	background: url(../pics/bg_img1.jpg) center no-repeat !important;
    background-size: cover;
    float: left;
    width: 100%;
    position: relative;
}
.padBotom{
	padding-bottom: 40px;
}
.mar_l{
	margin-left: 35px !important;
} 
.img_hover:hover{
	-webkit-transform: scale(1.3) rotate(5deg);
  transform: scale(1.3) rotate(5deg);
}
.bg_Specialist{
	background: url(../pics/headers/specialist.jpg) center no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
    position: relative;
}
/******* ToolTip CSS*******/
.tooltip1 {
    position: relative;
    display: inline-block;
}

.tooltip1 .tooltiptext {
    visibility: hidden;
    width: 170px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip1:hover .tooltiptext {
    visibility: visible;
}
.white_clr{
	color: #ffffff!important;
}
.tooltip1 a {
	color: #ffffff!important;
}

.bg_special{
	background: url(../pics/headers/specialist.jpg) center no-repeat !important;
    background-size: cover;
    float: left;
    width: 100%;
    position: relative;
}
/* Coronavirus CSS */
.bg_covid{
	background: url(../pics/headers/covid19.png) center no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
    position: relative;
}