@charset "utf-8";
/* CSS Document */
a{
	-webkit-transition: all 0.3s ease-in-out;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.3s ease-in-out;/* Firefox 4-15 */
	-o-transition: all 0.3s ease-in-out;/* Opera 10.5-12.00 */
	transition: all 0.3s ease-in-out;/* Firefox 16+, Opera 12.50+ */
}
a:hover{
	-webkit-transition: all 0.3s ease-in-out;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.3s ease-in-out;/* Firefox 4-15 */
	-o-transition: all 0.3s ease-in-out;/* Opera 10.5-12.00 */
	transition: all 0.3s ease-in-out;/* Firefox 16+, Opera 12.50+ */
}
.inner_pg_wrap {
	padding: 40px 0;
}
.inner_baner_pdf {
	background: url(images/bg-agriment.jpg) no-repeat center bottom;
	padding: 120px 0 60px;
	background-size: cover;
	text-align: center;
}
.inner_baner_pdf h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 600;
	margin: 0;
}
.inner_baner {
	background: url(images/bg-agriment.jpg) no-repeat center bottom;
	padding: 200px 0 100px;
	background-size: cover;
	text-align: center;
}
.inner_baner h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 600;
	margin: 0;
}
.inner_pg_wrap h3 {
	margin: 0 0 20px;
	font-size: 30px;
	line-height: 34px;
	color: #333;
}
.inner_pg_wrap h4 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 24px;
	color: #333;
}
.inner_pg_wrap p
 {
	padding-bottom: 3px;
	font-size:16px;
	padding-top: 37px;
}
.inner_pg_wrap p a{
	background:#000;
	color:#fff;
	padding: 10px;
    border-radius: 6px;
}
.faqsec .panel-group .panel {
	margin-bottom: 10px !important;
}
.faqsec .panel-group .panel-body {
	border-radius: 0;
}
.video {
	position: relative;
	z-index: 10;
}
.bg-video {
	z-index: -1;
}
.zm_alr_login_dialog {
	display: none;
}
.careersb {
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.hedlogin2 a, .moinfo2 a {
	display: inline-block !important;
	white-space: nowrap !important;
}
.title1{
	text-align:center;
	margin-bottom:30px;
}
.ourtm_sec{
	background:#f1f1f1;
	padding:40px 0;
}
.round-img{
	text-align:center;
}
.round-img a{
	border-radius:100%;
	overflow:hidden;
	display:inline-block;
	padding:3px;
	border:3px solid #333;
	background:#fff;
}
.round-img a img{
	padding:0;
	width:125px;
}
.ourtm_wrp .single-team-area:hover .round-img a{
	border-color:#2098d1;
	background:#2098d1;
}
.ourtm_wrp .tlp-team a, .ourtm_wrp .layout4 .designation{
  color: #333 !important;
}
.ourtm_wrp .tlp-team .layout4 .tpl-social a{
  border: 1px solid #333;
}
.ourtm_wrp .tlp-team .layout4 .tpl-social a:hover .fa, .ourtm_wrp .tlp-team .layout4 .tpl-social a:hover, .ourtm_wrp .single-team-area:hover .tpl-social a{
	background:#2098d1;
	color:#fff;
	border-color:#2098d1;
}
.ourtm_wrp .single-team-area:hover .tpl-social a .fa{
	color:#fff;
}
.ourptnr_sec{
	padding:40px 0;
}
.ourptnr_inr{
	text-align:center;
	padding:3px;
	border:1px solid #f1f1f1;
	border-radius:4px;
}
.ourptnr_tit{
	margin:10px 0;
}
.advsr_sec{
	padding:40px 0;
	background:#f9f9f9;
}
.advsr_inr{
	border-radius:4px;
	padding:10px;
	overflow:hidden;
	border:1px solid #ccc;
}
.advsr_img a{
	display:block;
}
.advsr_img a img{
	padding:0;
}
.mdcl_sec{
	padding:30px 0 20px;
}
.mdcl_inr, .inva_inr{
	display:table;
	width:100%;
	padding:10px;
	border:1px solid #f1f1f1;
	border-radius:4px;
	margin-bottom:15px;
}
.mdcl_img, .mdcl_con, .inva_img, .inva_con{
	display:table-cell;
	vertical-align:middle;
}
.mdcl_con, .inva_con{
	padding-left:10px;
}
.mdcl_img, .inva_img{
	width:90px;
}
.mdcl_img img, .inva_img img{
	width:90px;
	padding:3px;
	border:3px solid #333;
	border-radius:100%;
	-webkit-transition: all 0.3s ease-in-out;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.3s ease-in-out;/* Firefox 4-15 */
	-o-transition: all 0.3s ease-in-out;/* Opera 10.5-12.00 */
	transition: all 0.3s ease-in-out;/* Firefox 16+, Opera 12.50+ */
}
.inva_sec{
	padding:0 0 30px;
}
.mdcl_con h3, .inva_con h3{
	font-size:20px;
}
.inva_sec .title1, .mdcl_sec .title1{
	margin-bottom:10px;
	text-align:left;
}
.advsr_img a img{
	width:100%;
}
.mdcl_inr:hover .mdcl_img img, .inva_inr:hover .inva_img img{
	border-color:#2098d1;
	background:#2098d1;
	-webkit-transition: all 0.3s ease-in-out;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.3s ease-in-out;/* Firefox 4-15 */
	-o-transition: all 0.3s ease-in-out;/* Opera 10.5-12.00 */
	transition: all 0.3s ease-in-out;/* Firefox 16+, Opera 12.50+ */
}
.dwn_aro{
	display:inline-block;
	cursor:pointer;
	height:46px;
	width:46px;
	border-radius:100%;
	background:0 0;
	-webkit-transition: all 0.3s ease-in-out;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.3s ease-in-out;/* Firefox 4-15 */
	-o-transition: all 0.3s ease-in-out;/* Opera 10.5-12.00 */
	transition: all 0.3s ease-in-out;/* Firefox 16+, Opera 12.50+ */
}
.dwn_aro:hover{
	background:#fff;
	-webkit-transition: all 0.3s ease-in-out;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.3s ease-in-out;/* Firefox 4-15 */
	-o-transition: all 0.3s ease-in-out;/* Opera 10.5-12.00 */
	transition: all 0.3s ease-in-out;/* Firefox 16+, Opera 12.50+ */
}
.team-member{
	text-align:center;
}
.team-member .round-img{
	margin-bottom:15px;
}
.ss-social-sharing a {
	text-indent: -99999px;
	border-radius: 4px;
}




 @media only screen and (min-width: 992px) and (max-width:1169px) {
.download-app h2 {
	font-size: 30px !important;
	line-height: 34px !important;
}
.download-app-area, .download-app-area h3 {
	text-align: center;
}
.title h4 {
	margin: 0 0 76px;
}
.inner_baner h2 {
	font-size: 40px;
}
.inner_baner {
	padding: 220px 0 100px;
}
.title {
	padding: 6.11% 0 !important;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
.title h4 {
	margin: 0 0 30px;
}
.header.open {
	height: inherit;
}
.step-area .step-section ul li {
	flex: 1 0 50% !important;
}
.title .wrapper h1 {
	font-size: 30px !important;
	padding: 20px 0 !important;
}
.title h4 span {
	font-size: 20px !important;
}
.title h4 {
	font-size: 26px !important;
	margin: 0 0 20px !important;
}
.services {
	padding: 60px 0 20px !important;
}
.apple-app, .google-app {
	width: 160px !important;
}
.download-app h2 {
	font-size: 24px !important;
	line-height: 28px !important;
}
.download-app ul li {
	font-size: 18px !important;
	line-height: 32px !important;
}
.fa.fa-check {
	font-size: 18px !important;
}
.download-app-area, .download-app-area h3 {
	text-align: center !important;
}
.when-col1 {
	width: 33% !important;
}
.help-condition .left-1 {
	width: 100% !important;
	margin-bottom: 20px;
}
.help-condition .right-1 {
	width: 100% !important;
}
.help-condition .right-1 a {
	display: inline-block !important;
	margin: 0 !important;
}
.help-condition ul li {
	padding-bottom: 10px !important;
}
.help-condition .right-1 p {
	margin-bottom: 10px !important;
}
.pricing-section .smaller {
	width: 48% !important;
	height: 195px !important;
}
.fb-like.fb_iframe_widget > span, .fb-like.fb_iframe_widget > span > iframe {
	width: 100px !important;
}
.hed-right ul {
	text-align: center !important;
}
.hed-right ul li {
	display: inline-block !important;
	float: none !important;
	margin: 0 10px !important;
	vertical-align: middle !important;
}
.hed-right {
	position: relative !important;
	width: 100% !important;
}
.header-social {
	position: absolute;
	right: 0;
	top: -9px;
}
.logo img {
	margin-top: 0 !important;
}
.hed-mid {
	margin-top: 5px !important;
}
.hed-right {
	padding: 2px 0 10px !important;
}
.page-id-6 .blog-text {
	margin-top: -22% !important;
}
.carrfrom {
	width: 50% !important;
	padding-bottom: 30px !important;
}
.careersb {
	height: inherit !important;
	margin-top: 126px !important;
	padding-bottom: 60px !important;
}
.carfromarea {
	height: inherit !important;
}
#popup1 {
	width: 80% !important;
	height: 300px !important;
	overflow: auto;
}
.help-condition-col1 {
	width: 50% !important;
}
.inner_baner h2 {
	font-size: 34px;
}
.inner_baner {
	padding: 200px 0 80px;
}
.title {
	padding: 0 !important;
}
}
@media screen and (max-width: 767px) {
.left-1:after, .left-1:before {
	content: '';
	clear: both;
	display: table;
}
.help-condition .left-1 {
	margin-bottom: 20px !important;
}
.help-condition .right-1 a {
	display: inline-block !important;
	margin: 0 !important;
}
.help-condition ul li {
	padding-bottom: 10px !important;
}
.help-condition .right-1 p {
	margin-bottom: 10px !important;
}
.how-it-work-section .wrapper {
	padding: 0 !important;
}
.pricing-section h2 {
	padding: 0 0 20px !important;
}
.pricing-section .wrapper {
	padding: 40px 0 !important;
}
.get-doctor-section {
	padding: 20px 0 0 !important;
}
.get-doctor-section h2 {
	line-height: 28px;
	padding: 0 !important;
}
.get-doctor-section p {
	margin-bottom: 0 !important;
}
.video-text1-area {
	padding-bottom: 30px !important;
}
.footer-col {
	margin: 0 !important;
	padding: 10px !important;
	/*text-align: left !important;*/
}
.social-icon {
	width: 100% !important;
}
.social-icon ul li {
	margin: 0 10px 0 0 !important;
}
.fb_iframe_widget span {
	width: 100% !important;
}
.footer-bottom p {
	padding: 0 10px !important;
}
.quote h4 {
	font: 400 20px/24px Galano Grotesque Regular !important;
	padding: 0 !important;
}
.consec_text {
	padding: 20px 0 0 !important;
}
.press-section.no-bot-padding h2 {
	padding: 0 !important;
}
.iconbox1, .iconbox2 {
	width: 100% !important;
}
.iconbox1 > p, .iconbox2 > p {
	display: none !important;
}
.about-us-banner {
	height: 200px !important;
}
.page-id-6 .blog-text h2 {
	font-size: 24px !important;
}
.page-id-6 .blog-text {
	margin-top: -116px !important;
}
.faq-banner-new, .health-resources-banner {
	height: 200px !important;
}
/*.page-id-219 .blog-text h2 {

  margin-top: -205px !important;

}*/
page-id-219 .blog-text h2 {
	margin: 22px 0 0 0 !important;
}
.blog-text {
	margin-top: 60px !important;
}
.healthcontent h2 {
	font: 32px Galano Grotesque SemiBold !important;
}
.healthcontent p a {
	font: 16px/24px Galano Grotesque Regular !important;
}
.entry-content, .post-thumbnail {
	top: 0 !important;
}
.page.page-id-22 .med-section {
	margin-top: 0 !important;
}
.careersb h3 {
	font-size: 30px !important;
}
.carrfrom {
	width: 99% !important;
	padding-bottom: 30px !important;
}
.careersb {
	height: inherit !important;
	margin: 0 !important;
	padding: 40px 0 0;
}
.carfromarea {
	height: inherit !important;
}
.contact-banner {
	padding: 0 !important;
	height: 200px !important;
}
.page-id-16 .blog-text h2 {
	margin-top: 10px !important;
}
.frm-holders textarea {
	width: 66% !important;
}
.social-area {
	margin-top: 0 !important;
	padding: 20px 0 !important;
}
.frm-holders {
	margin: 0 !important;
}
#popup1 {
	width: 80% !important;
	height: 200px !important;
	overflow: auto;
}
.help-condition-col1 {
	width: 100% !important;
}
.inner_baner h2 {
	font-size: 30px;
}
.inner_baner {
	padding: 50px 0;
}
.inner_pg_wrap h3 {
	font-size: 26px;
	line-height: 30px;
}
.header{
	display:none;
}
.home .header{
	display:block;
}
.page.page-id-22 .entry-content, .post-thumbnail {
  top: 0 !important;
}
.page.page-id-22 .content-area {
  top: 0;
}
.med-app{
	display:none;
}
.d_appsec{
	text-align:center;
}
.inner_pg_wrap {
    padding: 40px 10px;
}
}
