@media (min-width:1200px) {
	.container {
		width: 1000px
	}
}
sub, sup {
    font-size: 50%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}

/* section.top-section{
	min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	padding: 0px;
} */
.auto-margin {
	margin-left: auto !important;
	margin-right: auto !important;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
.testimonials .slick-dots li button::before {
    font-size: 1rem;
}
.explore-more a {
	background: #d61535;
	z-index: 4;
	color: #fff;
	border-radius: 100px 100px 0 0;
	bottom: 0;
	height: 50px;
	left: 50%;
	padding-top: 10px;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	transition: background 0.2s;
	width: 100px;
}

.explore-more a i {
	font-size: 32px;
	line-height: 38px;
}

.headline {
	font-size: 40px;
	font-weight: 900;
	font-family: "Roboto", sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 0;
}
.text-block-heading {
    font-weight: 600;
    font-family: Roboto, sans-serif;
    margin-bottom: 0;
    font-size: 1.1rem;
}
.text-block-description{
	font-family: "Open Sans", sans-serif;
	letter-spacing: 0px;
	line-height: 1.42857;
	color: #222;
}
.color-danger {
	color: #d63652!important;
}

.text-left {
	text-align: left!important;
}

.m-t-10 {
	margin-top: 10px;
}

.text-panel-with-heading p {
	letter-spacing: 0;
}

.more-then-telehealth {
	padding: 70px 0px;
}

.telehealth-content p {
	letter-spacing: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.42857;
	color: #222;
}

.telehealth-content h3 {
	font-size: 25px;
	letter-spacing: 1px;
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	margin: 0;
	padding: 10px 0 20px 0;
}

.telehealth-content .wpb_content_element {
	padding: 50px 0px;
	margin-bottom: 0px;
}
.slick-slide{
	text-align:center;
}
.tile {
	display: inline-block;
	margin: 10px;
	text-align: center;
	opacity: .99;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.tile:before {
	content: '';
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	-webkit-transition-property: top, opacity;
	transition-property: top, opacity;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.tile img {
	display: block;
	max-width: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.tile .details {
	font-size: 16px;
	padding: 20px;
	color: #fff;
	position: absolute;
	bottom: 30%;
	left: 0;
	z-index: 3;
	text-align: center;
	width: 100%;
}

.tile .details span {
	display: block;
	opacity: 0;
	position: relative;
	top: 100px;
	-webkit-transition-property: top, opacity;
	transition-property: top, opacity;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.tile .details .name {
	line-height: 1.5;
	font-weight: 900;
	font-size: 26px;
	font-family: Roboto, sans-serif;
	letter-spacing: 1px;
}

.tile .details .info {
	line-height: 1.2;
	margin-top: 5px;
	font-size: 18px;
	font-weight: 600;
	color: #d63652;
	font-family: Roboto, sans-serif;
	letter-spacing: 1px;
}

@media (max-width: 768px) {
	.tile .details {
		bottom: 13%;
	}
	.tile .details .name {
		font-size: 16px;
	}
	.tile .details .info {
		font-size: 12px;
	}
}

.tile:focus:before,
.tile:focus span,
.tile:hover:before,
.tile:hover span {
	opacity: 1;
}

.tile:focus:before,
.tile:hover:before {
	top: 0%;
}

.tile:focus span,
.tile:hover span {
	top: 0;
}

.tile:focus .name,
.tile:hover .name {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.tile:focus .info,
.tile:hover .info {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.comparison {
	text-align: center;
}

.comparison table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

.comparison .highlight {
	background: #e6e6e6;
	padding: 15px 30px;
	border-radius: 5px;
}

.subheader {
	font-size: 25px;
	letter-spacing: 1px;
	font-family: Roboto, sans-serif;
	font-weight: 900;
	padding: 5px 0;
}

.comparison td,
.comparison th {
	empty-cells: show;
	padding: 15px;
}

.comparison td p,
.comparison th p {
	margin-bottom: 0;
}

.compare-heading {
	font-size: 18px;
	font-weight: bold !important;
	border-bottom: 0 !important;
	padding-top: 10px !important;
}

.comparison tbody tr:nth-child(odd) {
	display: none;
}

.comparison tr {
	border-bottom: 1px solid #CCC;
}

.comparison tr:last-child {
	border-bottom: none;
}

.comparison .tickblue {
	color: #0078C1;
}

.comparison .tickgreen {
	color: #009E2C;
}

.comparison th {
	font-weight: normal;
	padding: 0;
	border-bottom: none;
}

.comparison tr td:first-child {
	text-align: left;
}

	
@media (max-width: 767px) {
	.comparison td:first-child,
	.comparison th:first-child {
		display: none;
	}
	.comparison tr {
		border-bottom: none;
	}
	.comparison tbody tr:nth-child(odd) {
		display: table-row;
		background: #F7F7F7;
	}
	.comparison .row {
		background: #FFF;
	}
	.comparison td,
	.comparison th {}
}

@media (max-width: 639px) {
	.comparison td,
	.comparison th {
		padding: 10px 5px;
	}
	.comparison .hide-mobile {
		display: none;
	}
	.comparison .price-now span {
		font-size: 16px;
	}
	.comparison .price-small {
		font-size: 16px !important;
		top: 0;
		left: 0;
	}
	.compare-heading {
		font-size: 13px;
	}
}
.how-it-works h3.subheader {
    font-size: 22px;
}
.members-testimonials{
	background-size: 100%;
    position: relative !important;
    background-repeat: no-repeat;
	padding: 5% 0px;
}
.quote-heading .headline{
	color: #fff;
    z-index: 2;
}
.quote-text, .quote-text p {
    font-style: italic;
    font-size: 2.33rem;
    color: #fff;
    z-index: 99;
    font-weight: normal;
}
.membership-estimator{
	background-color: #e6e6e6 !important;
	padding: 3% 0px;
}

.members-overlay .vc_column-inner {
    padding-left: 0px !important;	
	padding-right: 0px !important;
}
.members-testimonials .headline{
   color: #fff;
   z-index: 2;
}
.quote-slider .slick-dots li button::before{
   font-size: 3rem;
}
.quote-container {
   display: flex;
   display: -ms-flexbox;
   flex-flow: column;
   -ms-flex-flow: column;
}
.quote-text, .quote-text p{
   font-style: italic;
   font-size: 2.33rem;
   color: #fff;
   z-index: 99;
   font-weight: normal;
   font-family: "Roboto", sans-serif;
}
.quote-auther{
   font-weight: 900;
   font-size: 2rem;
   color: #fff;
   z-index: 2;
   font-family: "Roboto", sans-serif;
}
.auther-title{
   font-weight: 400;
   font-size: 1.5rem;
   color: #fff;
   z-index: 2;
   font-style: italic;
   font-family: "Roboto", sans-serif;
}
.gr-llc-content h6 {
    font-size: 14px;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: #222 !important;
}
@media (max-width:768px){
   .members-testimonials{
      padding: 30px 0px 45px;
    }
    .quote-text, .quote-text p{
       font-size: 1.3rem;
     }
     .quote-auther{
       font-size: 1rem;
     }
     .auther-title{
        font-size: 0.9rem;
     }
}
.urgent-care-consultation{
	border-bottom: solid 1px #333;
    margin-bottom: 45px;
}
.faq-section .vc_tta-panel-heading {
    background-color: #4a4a4a !important;
    border: none !important;
}
span.vc_tta-title-text{
	color: white;
    font-size: 2.3rem;
    font-weight: 900;
    text-transform: uppercase;
	font-family: "Roboto", sans-serif;
}
.vc_tta .vc_tta-controls-icon{
	height: 20px !important;
    width: 20px !important;
}
.vc_tta-controls-icon:before{
	    border-color: #fff !important;
}
.rules-section .vc_tta-panel-heading {
    background: #313131 !important;
    border: none !important;
}
.vc_tta-panel-body {
    background: transparent !important;
    border: none !important;
    color: white !important;
}
.no-padding .vc_column-inner {
		padding-left: 0px !important;
		padding-right: 0px !important;
}

@media screen and (max-width: 639px) {
	.comparison td, .comparison th
	{
		padding: 10px 5px;
	}
	
}
@media screen and (max-width: 767px) {
	.mb-20{
		margin-bottom: 20px;
	}
	.more-then-telehealth {
		padding: 20px 0px;
	}	
	.telehealth-content .wpb_content_element {
    padding: 0px 0px;
    margin-bottom: 0px;
	}
	.headline {
		font-size: 26px;
	}
	.telehealth-content h3{
		font-size: 21px;
	}
	.covid-concerns,
	.covid-concerns .vc_column-inner{
		padding: 0px;
	}
	.text-block-heading, .text-block-description {
		font-size: 1rem;
	}
	.col-icon {
		padding: 0px 9px;
	}
	.coron-concerns-container .vc_column-inner
	{
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.no-mobile-padding .vc_column-inner {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.subheader
	{
		font-size: 18px;
	}
	.how-it-works h3.subheader
	{
		text-align: center;
	}
	
	.how-it-works .text-block-description
	{
		text-align: center;
		padding: 0px 5px;
	}
	.members-testimonials{
		background: transparent;
	}
	.members-overlay .vc_column-inner {
		padding-top: 0px !important;
	}
	.urgent-care-consultation .vc_column-inner{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	span.vc_tta-title-text
	{
		font-size: 1rem;
	}
	.vc_tta-panel-title a {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}
@media screen and (max-width: 320px) {
	.headline
	{
		font-size: 18px !important;
	}
	.quote-heading .headline{
		font-size: 26px;
	}
}


@media screen and (max-width: 360px) {
	.page-banner .headline
	{
		font-size: 22px;
	}
	
	#sidebar-wrapper .sidebar-top {
		height: 55px;
	}
}