@font-face {
	font-family: 'MyriadPro-Light';
	src: url('/font/MyriadPro-Light.eot');
	src: url('/font/MyriadPro-Light.eot?#iefix') format('embedded-opentype'),
	     url('/font/MyriadPro-Light.woff') format('woff'),
	     url('/font/MyriadPro-Light.ttf') format('truetype');
}

body {
  background-color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x:hidden;
  width: 100%;
}

.white_background {
  background-color: #fff;
}

.error {
  color: #b94a48;
}

a {
	text-decoration: none !important;
	color: #542437;
}


a:hover {
  color: #A60000;
}

.capitalize {
 text-transform: uppercase;
}

#create_account_spinner {
  display: none;
}

.myriadpro-light {
  font-family: MyriadPro-Light, Georgia, 'Times new roman', 'Helvetica Neue';
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}

.museoslab-500 {
  font-family: MuseoSlab-500, Georgia, 'Times new roman', 'Helvetica Neue';
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}

.merriweather_sans {
  font-family: 'Merriweather Sans', sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}

.logo-text {
  font-size: 50px;
  color: #542437;
  display:block;
  margin-top:25px;
}

.lybrate_logo {
	width: 154px;
	height: 38px;
	margin-top: 20px;
	display: block;
}

#top_nav {
	margin-bottom: 20px;
	background-color: #fff;
}

#top_nav a {
	color: #542437;
}

#top_nav a:hover {
	color: #A60000;
}

#top_nav .active {
  border: 1px solid #eee;
  padding: 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}


.white {
	color: #fff !important;
}

#top_nav li {
	font-size: 13px;
	height: 18px;
	line-height: 85px;
	margin-right:20px;
	font-weight: bold;
}

#pitch_nav {
	height: 80px;
	color: #fff;
}

.pitch_nav_line, .pitch_nav_line_center {
  /*font-weight: bold;*/
  font-size: 36px;
  line-height: 80px;
}

.black_bg {
  background: url(/img/black_bg.png) repeat;	
}

.pricing {
 background: #F0F0ED;
}

.light_gray_bg {
  background: url(/img/light_gray_bg.png) repeat;	
}

.dark_gray_bg {
  background: url(/img/dark_gray_bg.png) repeat 0 0;
  overflow: hidden;	
  display:block;
}

.orange_bg {
  background: url(/img/orange_bg.jpg) repeat 0 0;
  overflow: hidden;	
  display:block;
}


.essential_features {
}


.pricing_plan {
  	text-align: center;
	position: relative;
	text-decoration: none;
	margin-top:40px;
	margin-right: 0px;
	margin-left:auto !important;
}

.pricing_plan .plan_name {
  background: #fff;
  padding-top:20px;
  height:30px;
  line-height: 30px;
  text-rendering: optimizelegibility;
  font-size: 26px;
  font-weight: bold;
}

.pricing_plan.starter .plan_name {
  -webkit-border-radius: 10px 0px 0px 0px;
  -moz-border-radius: 10px 0px 0px 0px;
  border-radius: 10px 0px 0px 0px;
}

.pricing_plan.starter .plan_details {
  -webkit-border-radius: 0px 0px 0px 10px;
  -moz-border-radius: 0px 0px 0px 10px;
  border-radius: 0px 0px 0px 10px;
}

.pricing_plan.grande .plan_name {
  -webkit-border-radius: 0px 10px 0px 0px;
  -moz-border-radius: 0px 10px 0px 0px;
  border-radius: 0px 10px 0px 0px;
}

.pricing_plan.grande .plan_details {
  -webkit-border-radius: 0px 0px 10px 0px;
  -moz-border-radius: 0px 0px 10px 0px;
  border-radius: 0px 0px 10px 0px;
}

.plan_details {
  background-color: #fff;
}

.pricing_plan .price_group .price .value sup {
  font-size: 22px;
  line-height: 22px;
  font-weight: normal;
  position: absolute;
  top: 10px;
  left: -30px;
  color: #000;
}

.pricing_plan .price_group .price .value {
 font-size: 52px;
 line-height: 52px;
 font-weight: bold;
 margin-bottom: 5.5px;
 position: relative;
 display: inline-block;
 color: #000;
 text-align: center;
}

.pricing_plan.medio .plan_name {
	height: 90px !important;
	margin-top: -20px;
	padding-top: 40px;
}

.pricing_plan.medio .plan_name {
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  background-color: #99B34C;
  color: #fff;
  border-left: 1px solid #bfd57d;
  border-right: 1px solid #bfd57d;
  border-top: 1px solid #bfd57d;
}

.pricing_plan a:hover {
  color: #000;
}

.pricing_plan a {
  color: #000;
}

.pricing_plan.medio a:hover {
  color: #fff;
}

.pricing_plan.medio a {
	color: #fff;
}

.pricing_plan.medio .plan_details {
  margin-top: -50px;
  padding-bottom: 20px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  background-color: #99B34C;
  border-left: 1px solid #bfd57d;
  border-right: 1px solid #bfd57d;
  border-bottom: 1px solid #bfd57d;
}

.pricing_plan.medio .price_group .price sup {
  color: #fff;
}

.pricing_plan.medio .price_group .price .value {
  color: #fff;
  margin-top: -10px;
}

.pricing_plan.medio .price_group .price .period {
  color: #fff;
}

.pricing_plan .price_group .price .value .popular {
  position: absolute;
  font-weight: bold;
  font-size: 12px;
  line-height: 11px;
  padding: 3px;
  top: -10px;
  right: -50px;
  background: #1E4561 !important;
  color: #fff;
  height: 15px;
  line-height: 15px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}

.pricing_plan .plan_name .popular {
  position: relative;
  font-weight: bold;
  font-size: 12px;
  line-height: 11px;
  padding: 3px;
  top: -30px;
  right: 0px;
  background: #1E4561;
  color: #fff;
  height: 15px;
  line-height: 15px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}

.pricing_plan .price_group .price .period {
  font-size: 13px;
  font-weight: normal;
  position: relative;
  width: auto;
  color: #000;
}

.pricing_plan .price_group .description {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 20px;
margin-top: 20px;
margin-left: 25px;
margin-right: 25px;
padding-bottom: 20px;
font-size: 16px;
color: #000;
height: 80px;
text-align: left;
}

.pricing_plan.medio .price_group .description {
border-top: 1px solid #a6c549;
}


.pricing_plan .price_group .features {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 20px;
margin-top: 20px;
padding-bottom: 20px;
margin-left: 25px;
margin-right: 25px;
font-size: 16px;
color: #000;
height: 100px;
line-height: 20px;
}

.pricing_plan .price_group .features .essential {
  border-top: 1px solid rgba(0,0,0,0.1);
  margin-top: 10px;
  padding-top: 10px;
}

.pricing_plan.medio .price_group .features {
border-top: 1px solid #a6c549;
}

.pricing_plan .price_group .plan_signup {
  position: relative;
  margin-top: 40px;
  height: 50px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.price_group {
 padding-top: 20px;
}

.dayfree {
  font-weight: normal;
  font-size: 22px;
  display:block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #542437;
}

.h_center {
  text-align: center;	
}

.pricing_feature {
  /*background: #A61D00;*/
  color: #fff;
  /*border: 1px solid #d5bf9a;*/
  margin-bottom:20px;
  text-align: center;
  height: 280px;
  max-width: 370px;
  margin: 0 auto;
}

.feature_image {
	background-color: #fff;
	height: 208px;
	padding: 5px;
	margin: 5px;
	display: block;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px 5px 5px 5px;
	  -moz-border-radius: 5px 5px 5px 5px;
	  border-radius: 5px 5px 5px 5px;
}

.pricing_feature .caption {
	/*font-weight: bold;*/
	  font-size: 22px;
	  margin-top: 5px;
	  color: #542437;
	padding: 5px;
	line-height: 24px;
}

.questions {
  border-right: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 20px;
  padding-right: 40px;
}

.question {
  font-weight: bold;
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
  display: block;
}

.answer {
  font-weight: normal;
  font-size: 14px;
  margin-top: 10px;
  color: #999;
  display: block;
}


.heading {
  font-weight: normal;
  font-size: 22px;
  display:block;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #542437;
}

.pricing_signup {
  padding-left: 20px;
}

.pricing_signup .form_wrapper {
  background-color: #F0F0ED;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  display: block;
}

.pricing_signup .form_wrapper .signup_form {
  padding-left: 20px;
  padding-top: 20px;
  color: #542437;
  padding-bottom: 30px;
}

.reg_no {
margin-top: -5px;
margin-bottom: 10px;
display: block;
padding-right: 50px;
cursor: pointer;
font-size: 12px;
}


#footer {
  padding-top: 50px;
  color: #999;
}

#footer a {
  color: #fff;
}


#footer h5 {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}

#footer p {
  color: #999;
  font-size: 12px;
}

#footer .email {
  font-size: 16px;
  color: #fff;
}

#footer .email:hover {
  color: #E04F48;
}

.footer_signup_button {
  margin-top: 40px;
}

#footer .big {
  font-size: 26px;
  color: #fff;
  font-weight: normal;
}

.bottom_divider {
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: none;
  margin: 44px 0 20px 0;
  display: block;
}

#footer .rights {
  margin-bottom: 20px;
}

.red_square_bg {
	background: url(/img/red_square_bg.png) top left repeat;
}

.orange_square_bg {
	background: url(/img/orange_square_bg.png) top left repeat;
}

#home_top_pitch {
	height: 400px;
}

.four04 {
  margin-top: 20px;
  min-height: 400px;
  padding-bottom: 20px;
}

.four04 .four04_body {
color: #fff;
}

.top_promotion {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #99B34C;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  display: none;
  background: transparent;
}

.top_promotion a {
  color: #fff !important;
}

#outer_div {
  position: relative;
  height: 400px;
}

#home_top_pitch .homepage-top {
  position: absolute;
  display: block;
  width: 50%;
  height: 400px;
  background: url(/img/homepage-top.png) top left no-repeat;
  right: 0px;
  -webkit-transition: bottom 1s ease, opacity 1s ease;
  -moz-transition: bottom 1s ease, opacity 1s ease;
  -o-transition: bottom 1s ease, opacity 1s ease;
  transition: bottom 1s ease, opacity 1s ease;
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

#home_top_pitch .homepage-top .homepage-badge {
  width: 190px;
  height: 190px;
  background: url(/img/homepage-badge.png) top left no-repeat;
  position: relative;
  top: 0px;
  float: right;
  background-size: 80%;
}

.home_pitch_nav_line {
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  margin-top: 80px;
}

#home_top_pitch .home_pitch_small_line {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: normal;
  margin-top: 40px;
  text-transform: uppercase;
}

#quotes_block .doc-quotes {
  margin: 0px;
  height: 65px;
  position: relative;
}	

#quotes_block .quotes {
  text-align: center;
  width: 100%;
  height: 65px;
  line-height: 30px;
  position: relative;
  left: 0px;
}

#quotes_block .quotes .quote {
  font-size: 18px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  display: block;
  color: #cccccc;
}

.logo_color {
	color: #542239;
}

.s_20px {
  font-size: 20px;
}

.grayC {
  color: #999999;	
}

.lh_130 {
  line-height: 130%;
}

.smart_nav .four_features {
  margin-top:30px;
}

.smart_nav .four_features .text_1 {
  color: #E04F48;
}

.smart_nav .four_features .text_2 {
  color: #006363;
}

.smart_nav .four_features .text_3 {
  color: #679B00;
}

.smart_nav .four_features .text_4 {
  color: #679B00;
}

.p5px {
  padding-left: 5px;
  padding-right: 5px;
}

.p15px {
  padding-left: 15px;
  padding-right: 15px;
}

.smart_nav .four_features .icon_main {
  width: 100px;
  height: 100px;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
}

.smart_nav .four_features .icon_1 {
  background: url(/img/better_icon.png) no-repeat;
}

.smart_nav .four_features .icon_2 {
  background: url(/img/free_icon.png) no-repeat;
}

.smart_nav .four_features .icon_3 {
  background: url(/img/simple_icon.png) no-repeat;
}

.smart_nav .four_features .icon_4 {
  background: url(/img/side_icon.png) no-repeat;
}

.smart_nav .four_features .desc {
  margin-bottom:30px;
}



.s_28px {
  font-size: 26px;
}

.mb20px {
  margin-bottom:20px;
}

.app_experience {
  background: url(/img/temp.png) repeat 0;
}

.app_experience .mtitle {
  margin-top: 10px;
}

.app_experience .stitle {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 300px;
}

.app_experience_bottom .app_image {
  height: 400px;
  width: 100%;
  margin-top: -280px;
  background-size: 684px 400px;
  background-position: center;
  background-image: url(/img/iphone-android-2.png);
  background-repeat: no-repeat;
  display: inline-block;
}

.android_app_blocker {
  height: 373px;
  width: 100%;
  background-size: 297px 373px;
  background-position: center;
  background-image: url(/img/android_app_blocker.png);
  background-repeat: no-repeat;
  display: inline-block;
}

.iphone_app_blocker {
  height: 373px;
  width: 100%;
  background-size: 297px 373px;
  background-position: center;
  background-image: url(/img/iphone_app_blocker.png);
  background-repeat: no-repeat;
  display: inline-block;
}

.bottom_wrapper {
	margin-bottom: 20px;
}

.get_the_app {
	margin-top: 20px;
	margin-bottom: 10px;
}

.mobile_browser_blocker .subheading {
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 16px;
}

.app_experience_bottom .magical {
  margin-top: 20px;
}

.c_red {
  color: #E04F48 !important;
}

.mt20px {
  margin-top: 20px;
}

.app_desc {
  margin-top: 40px;
  margin-bottom: 20px;
}

.app_desc_wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.app_desc_wrapper .icon_main {
  display: inline-block;
  vertical-align: middle;
  width: 46px;
  height: 46px;
}

.app_desc_wrapper .icon_1 {
  background: url(/img/mobile_icon.png) no-repeat;
}

.app_desc_wrapper .icon_2 {
  background: url(/img/work_pleasure_icon.png) no-repeat;
}

.s_desc {
  margin-bottom: 50px;
}

.feature_desc {
  position: relative;	
}

.feature_desc .features .icon_main {
  width: 70px;
  height: 65px;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
}

.feature_desc .features .icon_1 {
  background: url(/img/calendar_icon.png) no-repeat;
}

.feature_desc .features .icon_2 {
  background: url(/img/treatment_icon.png) no-repeat;
}

.feature_desc .features .icon_3 {
  background: url(/img/reminder_icon.png) no-repeat;
}

.feature_desc .features .icon_4 {
  background: url(/img/dashboard_icon.png) no-repeat;
}

#bottom_pitch {
  color: #fff;
  height: 80px;
}

#bottom_pitch .pitch_nav_line {
  font-weight: bold;
  font-size: 30px;
}

#bottom_pitch .signup_button {
  margin-top: 25px;
  font-weight: bold;
}

.feature_desc .features .p_left_right {
  padding-left: 20px;
  padding-right: 20px;
}

.signup {
  padding-bottom: 40px;
  margin-top: -20px;
}

.signup .pitch_nav_line_center {
  font-size: 28px;
  /*font-weight: bold;*/
}

.signup .subheading {
  font-size: 18px;
  /*font-weight: bold;*/
  margin-top: -20px;
}

.signup .signup_form {
  background-color: #fff;
  margin-top: 20px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid #eee;
}

.login_form {
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 310px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 10px;
}

.clinic_info_update, .verify_mobile {
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 310px;
  margin: 0 auto;
  padding: 10px;
}

.clinic_info_update {
  text-align: left;
}

.login_footer {
  margin-top: 10px;
  font-size: 14px;
}

.signup .signup_text {
  background-color: #fff;
  margin-top: 20px;
  padding-left: 30px;
  padding-top: 10px;
  margin-left: 0px;
  padding-right: 20px;
}

.signup .signup_text ul {
  margin-top: -10px;
  padding-right: 20px;
  color: #999999;
  margin-bottom: 20px;
}

.signup .signup_text li {
  margin-bottom: 5px;
}

.signup .signup_form input[type="text"], .signup .signup_form input[type="password"], .signup .signup_form select {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 80%;
}

.signup .signup_form #name, .signup .signup_form #mobile {
  width: 76%;
}

.pricing_signup .signup_form #name, .pricing_signup .signup_form #mobile {
  width: 55%;
  margin-bottom: 5px;	
}

.signup_text .heading {
  font-size: 18px;
}

.signup_form .signup_button {
  /*margin-top: -20px;*/
  text-transform: uppercase;
}

.pricing_signup .signup_form .signup_button {
  /*margin-top: -30px;*/
  text-transform: uppercase;
}



.equal_height {
  overflow: hidden;
  float: left;
  width: 100%;
  background-color: #fff;
  padding-bottom: 20px;
  margin-top: 20px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.white_round {
  background-color: #fff;
  padding-bottom: 20px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  width: 90%;
  margin: 0 auto;
}

.signup_header {
  display: block;
  margin-bottom: 20px;
  float: none;
  margin-right: 0 auto;
  margin-left: 0 auto;
}

.center_logo {
	background: url(/img/lybrate-logo-new.png) no-repeat;
	width: 154px;
	height: 38px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

.signup_phone {
  color: #fff;
  margin-top: 20px;
}

.signup .mobile_verify_heading {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.signup .mobile_verify_input {
  margin-top: 10px;
}

.signup .help_text a {
	color: #542437;
	font-weight: bold;
}

.signup .help_text a:hover {
	color: #A60000;
}

#mobile_verify_sending, #change_mobile_number, #changing_mobile {
  display: none;
} 

#forgot_password_sending, #forgot_password_form {
  display: none;
}

#alertMessageHP {
  position:fixed;
  top: 60px;
  text-align:center;
  z-index:10;
  margin: 0 auto;
}

.alert-success {
  background-color: #98b34c;
  display: inline-block;
  color: #fff;
  text-shadow: none;
  border: none;
}

.alert button .close {
  color: #fff !important;
  opacity: 1;
  text-shadow: none;
}

.alert-error {
  background-color: #E04F48;
  display: inline-block;
  color: #fff;
  text-shadow: none;
}

.signup .logout {
  margin-top: 20px;
  margin-bottom: -10px;
}

.signup .clinic_heading {
  padding-top: 10px;
  font-size: 18px;
  margin-bottom: 10px;
}

.signup .clinic_explain {
  line-height: 16px;
}

.signup #clinicError {
  margin-bottom: 5px;
  font-size: 85%;
}

.plain_content ol.nested {
  counter-reset: item;
}

.plain_content li.nested {
  display: block;
  margin-top: 10px;
}

.plain_content li.nested:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

.plain_content ol li.mfirst:before {
  font-weight: bold;
}

.plain_content .main_block {
  margin-top: 10px;
}

.outer_star {
  position: relative;
  top: -150px;
  right: 40px;	
}

.star12 {
  background: url(/img/star.png) no-repeat center;
  display: block;
  width: 190px;
  height: 190px;
  background-size: 95px 95px;
  position: absolute;
  right: 0px;
  bottom: 170px;
}

.star12 .coming {
  font-size: 14px;
  top: 75px;
  display: block;
  position: relative;
  line-height: 14px;
  color: #fff;
}

blockquote {
  border-left: none;
}

.fb_footer {
  padding-top: 10px; 
}

.fb_footer a {
  color: #E04F48 !important;
}

.fb_footer a:hover {
  color: #fff !important;	
}

#duration {
  margin-top: 20px;
  width: 94%;
}

#duration a.left {
  border-right: none;
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  margin-right: -4px;
}

#duration a.right {
  border-left: none;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  margin-left: -4px;
}

#duration a.middle.selected {
  border: 1px solid;
}

#duration a.middle {
  border-right: none;
  border-left: none;
}

#duration a.selected {
  background: #E04F48;
  border-color: #c32821;
  cursor: default;
}

#duration a.selected span {
  color: #fff;
}

#duration a span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 4px;
}

#duration a {
  background-color: #FBFBFB;
  background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 50%,#dddddd 100%);
  background: -moz-linear-gradient(top, #ffffff 0%,#ffffff 50%,#dddddd 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#ffffff 50%,#dddddd 100%);
  background: linear-gradient(top, #ffffff 0%,#ffffff 50%,#dddddd 100%);
  border: solid 1px #ddd;
  cursor: pointer;
  color: #585858;
  display: inline-block;
  height: 35px;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
  text-decoration: none;
  width: 120px;
  line-height: 35px;
}

.android_download {
  margin-top: -20px;
  margin-bottom: 10px;
}

.prepend_input {
  width: 170px !important;
}

#pitch_multiple_nav {
  height: 100px;
  color: #fff;
}

.pitch_multiple_line {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 40px;
}

.pitch_multiple_line .second_line {
  font-size: 65%;
}

.inactive_title {
  display: none;
}

.white_rounded {
  background: #fff;
  margin-bottom: 40px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding: 15px;
  padding-top: 30px;
  margin-top: 30px;
}

.announcement .title {
  font-size: 24px;
  line-height: 30px;
}

.announcement .date {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #843856;
}

.main_article img {
  margin-right: 3px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.main_article img.nomargin {
  margin: 0;
}

.main_article img.half {
  width: auto;
  height: 427px;
}

.main_article img.border_1px {
  border: 1px solid #ccc;
}

.main_article .sub_heading {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  display: inline-block;
}

.article_footer {
  margin-top: 10px;
  vertical-align: top;
}

.article_footer a {
  vertical-align: top;
}

.announcements_back {
  margin-top: 20px;
}

.reasons h3 {
  font-weight: normal;
  line-height: 1.2em;
  /*color: #D62323*/
}

.reasons .testimonial {
  margin-top: 80px;
}

.reasons .testimonial .image {
  display: block;
  float: left;
  margin-left: 20px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.reasons .drkushal {
  background: url(/img/drkushal.png) no-repeat;
}

.reasons .drhiten {
  background: url(/img/drhiten.png) no-repeat;
}

.reasons .drsamuel {
  background: url(/img/drsamuel.jpg) no-repeat;
}

.reasons .drjimesh {
  background: url(/img/drjimesh.jpg) no-repeat;
}

.reasons .drjai {
  background: url(/img/drjai.jpg) no-repeat;
}

.reasons .drhimanjai {
  background: url(/img/drhimanjai.png) no-repeat;
}

.reasons .draseem {
  background: url(/img/draseem.jpg) no-repeat;
}

.reasons .drsudhir {
  background: url(/img/drsudhir.jpg) no-repeat;
}
.reasons .pic {
  margin-top: 30px;
}

.reasons .pic .daily_appointment {
  background: url(/img/daily_appointment.png) no-repeat;
  display: block;
  height: 379px;
  background-size: 323px 379px;
}

.reasons .single_page_view {
  display: block;
  background: url(/img/single-page-view.png) no-repeat;
  width: 760px;
  height: 600px;
  background-size: 760px 600px;
  margin-top: 30px;
  border: 3px solid rgba(0,0,0,0.1);
}

.reasons .single_page_view_2 {
  display: block;
  background: url(/img/single-page-view-2.png) no-repeat;
  width: 395px;
  height: 105px;
  background-size: 395px 105px;
  border: 3px solid rgba(0,0,0,0.1);
}

.reasons .single_page_view_3 {
  display: block;
  background: url(/img/single-page-view-3.png) no-repeat;
  width: 290px;
  height: 90px;
  background-size: 290px 90px;
  border: 3px solid rgba(0,0,0,0.1);
}

.reasons .lybrate-calendar-1 {
  display: block;
  background: url(/img/lybrate-calendar-1.png) no-repeat;
  width: 712px;
  height: 556px;
  background-size: 100%;
  border: 3px solid rgba(0,0,0,0.1);
}

.reasons .lybrate-calendar-2 {
  display: block;
  background: url(/img/mailer/cons_calendar.png) no-repeat;
  width: 380px;
  height: 299px;
  background-size: 100%;
  border: 3px solid rgba(0,0,0,0.1);
}

.reasons .lybrate-calendar-3 {
  display: block;
  background: url(/img/lybrate-calendar-3.png) no-repeat;
  width: 380px;
  height: 299px;
  background-size: 100%;
  border: 3px solid rgba(0,0,0,0.1);
}

.reasons .mtop {
  margin-top: 30px;
}
.another_reason {
  float: right;
  margin-top: 20px;
  margin-right: 10px;
}

.reasons .detailed_treatment_record_1 {
  display: block;
  background: url(/img/detailed-treatment-record-1.png) no-repeat;
  width: 677px;
  height: 585px;
  background-size: 100%;
  border: 3px solid rgba(0,0,0,0.1);  
}

.reasons .detailed_treatment_record_2 {
  display: block;
  background: url(/img/detailed-treatment-record-2.png) no-repeat;
  width: 273px;
  height: 350px;
  background-size: 100%;
  border: 3px solid rgba(0,0,0,0.1);  
}

.reasons .detailed_treatment_record_3 {
  display: block;
  background: url(/img/detailed-treatment-record-3.png) no-repeat;
  width: 273px;
  height: 350px;
  background-size: 100%;
  border: 3px solid rgba(0,0,0,0.1);  
}

.reasons .never_overpay_1 {
  display: block;
  background: url(/img/never-overpay-1.png) no-repeat;
  width: 490px;
  height: 225px;
  background-size: 100%;
  border: 3px solid rgba(0,0,0,0.1);  
}

.reasons .never_overpay_2 {
  display: block;
  background: url(/img/never-overpay-2.png) no-repeat;
  width: 220px;
  height: 200px;
  background-size: 100%;
  border: 3px solid rgba(0,0,0,0.1);  
}

.reasons .never_overpay_3 {
  display: block;
  background: url(/img/never-overpay-3.png) no-repeat;
  width: 220px;
  height: 200px;
  background-size: 100%;
  border: 3px solid rgba(0,0,0,0.1);  
}

.reasons .never_overpay_4 {
  display: block;
  background: url(/img/never-overpay-4.png) no-repeat;
  width: 414px;
  height: 225px;
  background-size: 100%;
  border: 3px solid rgba(0,0,0,0.1);  
}

.reasons .mistake_proof_1 {
  display: block;
  background: url(/img/mistake-proof-1.png) no-repeat;
  width: 547px;
  height: 480px;
  background-size: 100%;  
  border: 3px solid rgba(0,0,0,0.1); 
}

.reasons .personal_connection_1 {
  display: block;
  background: url(/img/personal_connection_1.png) no-repeat;
  width: 323px;
  height: 379px;
  background-size: 100%; 
}

.another_reason_bottom {
  float: right;
  margin-right: 10px; 
}

.another_reason:hover > .right_arrow {
  border-left : 10px solid #A60000;
}

.right_arrow {
  border-top : 10px solid transparent;
  border-bottom : 10px solid transparent;
  border-left : 10px solid #E04F48;
  width:0;
  height:0;
  display: inline-block;
  vertical-align: middle;
}

.right_arrow:hover {
  border-left : 10px solid #A60000;
}

.more_reasons {
  border-left: 1px solid rgba(0,0,0,0.1);
}

.nav-contact {
  color: #595959;
  opacity: 0.8;
}

#reasons_block {
  line-height: 30px;
  font-size: 20px;
  padding: 10px;
  background-color: #99B34C;
  color: #fff;
}

#reasons_block a {
  color: #fff;
}

#reasons_block a:hover {
  color: #A60000 !important;  
}

.help_text {
  margin-top: -10px;
  margin-bottom: 5px;
  line-height: 16px;
}

@media (min-width: 768px) and (max-width: 979px) {

.pricing_plan .price_group .price .period {
  height: 50px;	
}
	
.pricing_signup .signup_form #name, .pricing_signup .signup_form #mobile  {
  width: 120px;	
}
	
.container {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.pricing_plan .price_group .price .value sup {
  top: 10px;
}

.pricing_plan .price_group .plan_signup {
  position: relative;
  margin-top: 70px;
  height: 50px;
}

.pricing_plan {
    margin-left:auto !important;
  }

input[type="text"], input[type="password"]  {
width: 150px;
}

.pricing_signup .signup_form #speciality {
  width: 165px;
}

#practice {
	width: 150px;
}

.signup .signup_form select {
  width: 80% !important;
}

.pricing_form_button {
	font-size: 13px;
}

#footer .big {
  font-size: 22px;
  color: #fff;
  font-weight: normal;
}

.footer_signup_button {
	font-size: 12px !important;
}

.home_pitch_nav_line {
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  margin-top: 80px;
}

#bottom_pitch .pitch_nav_line {
  font-weight: bold;
  font-size: 22px;
}

#bottom_pitch .signup_button {
  margin-top: 25px;
}

.star12 {
  bottom: 200px;
  right: -110px;
  width: 95px;
  height: 95px;
}

.star12 .coming {
  top: 30px;
}

.outer_star {
  right: 200px;
}

.prepend_input {
  width: 115px !important;
}

}

@media (max-width: 767px) {
  body {
    padding-left: 0px;
    padding-right: 0px;
  }

.pricing_plan.starter .plan_name, .pricing_plan.primo .plan_name, .pricing_plan.medio .plan_name, .pricing_plan.grande .plan_name {
	-webkit-border-radius: 10px 10px 0px 0px;
	  -moz-border-radius: 10px 10px 0px 0px;
	  border-radius: 10px 10px 0px 0px;
}


.pricing_plan.starter .plan_details, .pricing_plan.primo .plan_details, .pricing_plan.medio .plan_details, .pricing_plan.grande .plan_details {
	-webkit-border-radius: 0px 0px 10px 10px;
	  -moz-border-radius: 0px 10px 10px 10px;
	  border-radius: 0px 0px 10px 10px;
}

.pricing_plan {
	padding-left: 10px;
	padding-right: 10px;
}

.pitch_nav_line {
  font-size: 20px;
  line-height: 20px;
  margin-top: 20px;
  display:block;
}

.pitch_nav_line_center {
  font-size: 20px;
  line-height: 20px;
  margin-top: 20px;
  display:block;
}

.app_experience .pitch_nav_line_center {
  font-size: 24px;
  line-height: 24px;
  margin-top: 20px;
  display:block;
}

.app_experience .stitle {
 margin-top: 10px;
 margin-bottom: 150px;
}

.smart_nav .pitch_nav_line_center {
  font-size: 28px;
  display:block;
  line-height: 28px;
}

.s_28px {
  font-size: 20px;
}

#quotes_block .quotes .quote {
  font-size: 14px;
  line-height: 25px;
  margin-top: 20px;
}

#quotes_block {
	height: 100px !important;
}

.feature_image {
	width:60%;
	text-align: center;
	margin-right: auto !important;
	margin-left: auto !important;
}

#footer, .pitch_nav_line, .questions, #top_nav, .pricing_signup  {
	padding-left: 20px;
	padding-right: 20px;
}

.lybrate_logo {
	float:none;
	margin: 0 auto;
	margin-top: 20px;
}

.nav_links_phone {
  margin-top: 10px;
}

.nav_links_phone_item {
  padding-left: 10px;
}

.nav_links_phone_item_number {
  padding-top: 20px;
}

#bottom_pitch .pitch_nav_line {
  font-weight: bold;
  font-size: 22px;
  line-height: 40px;
  height: 80px !important;
}

#bottom_pitch {
  height: auto;
  /*padding-bottom: 20px;*/
}
  
#bottom_pitch .signup_button {
  margin-left: 40px;
  margin-top: -20px;
}

.home_pitch_nav_line {
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  margin-top: 30px;
  padding-left: 10px;
}

.signup .pitch_nav_line_center {
  font-size: 22px;
  /*font-weight: bold;*/
  line-height: 28px;
}

.signup .subheading {
  margin-top: 10px;
}

.signup .signup_form, .signup .signup_text  {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
  width: 98%;
}

.signup .signup_text {
  padding-bottom: 10px;
}

.equal_height {
  border-radius: 0px;
  background-color: transparent;
  margin-top: 0px;
}

.white_round {
  margin-left: 10px auto;
  margin-right: 10px auto;
  width: 90%;
  margin-top: 20px;
}

.plain_content .main_block {
  padding-left: 20px;
  padding-right: 20px;
}

.feature_desc .pitch_nav_line_center {
  margin-bottom: 20px;
}

.login_form, .clinic_info_update, .verify_mobile {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  width: 210px;
}

#home_top_pitch .homepage-top {
  width: 400px;
  height: 210px;
  background-size: 400px 210px;
  margin-top: 10px;
  left: 50%;
  right: auto;
  margin-left: -200px;
}

.app_experience_bottom .app_image {
  height: 200px;
  width: 100%;
  margin-top: -130px;
  background-size: 342px 200px;
}

.top_promotion {
  bottom: 0px;
}

.star12 {
  top: -220px;
  left: 65%;
}

.container {
  width: auto;
}

#home_top_pitch .homepage-top .homepage-badge {
  background-size: 50%;
}

.prepend_input {
    width: 170px;
}

.pitch_multiple_line {
  padding-left: 10px;
}

.reasons .testimonial {
  margin-top: 30px;
}

.testimonial [class*="span"]:first-child {
  height: 120px;
}

.testimonial [class*="span"]:last-child {
  margin-top: -30px;
  padding-left: 30px;
}

.another_reason_bottom {
  float: left; 
}

}

@media (min-width: 1200px) {
  .pricing_plan {
    margin-left:auto !important;
  }

#home_top_pitch .homepage-top {
  width: 45%;
}

.star12 {
  top: -370px;
  left: 73%;
}

}

@media (max-width: 480px) {

	
  .pricing_signup .signup_form #name, .pricing_signup .signup_form #mobile  {
  width: 175px;	
  }
  
  .s_28px {
    font-size: 22px;
  }
  
  #bottom_pitch .pitch_nav_line {
    font-size: 20px;
    line-height: 20px;
  }

  #home_top_pitch .homepage-top {
    background-size: 320px 168px;
    width: 320px;
    height: 168px;
    margin-left: -160px;
    bottom: -20px;
  }
  
  #home_top_pitch .homepage-top .homepage-badge {
  background-size: 50%;
}
  
  .app_experience_bottom .app_image {
    margin-top: -100px;
  }
  
  
  #home_top_pitch {
    height: 420px;
  }
  
  .top_promotion {
    bottom: -20px;
    height: 40px;
    line-height: 20px;
  }
  
  .app_experience .stitle {
    margin-bottom: 120px;
  }
  
  #quotes_block .quotes .quote {
    font-size: 14px;
  }
  
  #quotes_block .doc-quotes {
    height: 85px;
  }
  
  .star12 {
    top: -240px;
    left: 82%;
    width: 95px;
    height: 95px;
  }

  .star12 .coming {
    top: 30px;	
  }
  
  .pitch_multiple_line {
    font-size: 24px;
    line-height: 26px;
  }
  
}

.btn-custom {
  	background-color: hsl(126, 47%, 16%) !important;
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#308639", endColorstr="#153b19");
	  background-image: -khtml-gradient(linear, left top, left bottom, from(#308639), to(#153b19));
	  background-image: -moz-linear-gradient(top, #308639, #153b19);
	  background-image: -ms-linear-gradient(top, #308639, #153b19);
	  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #308639), color-stop(100%, #153b19));
	  background-image: -webkit-linear-gradient(top, #308639, #153b19);
	  background-image: -o-linear-gradient(top, #308639, #153b19);
	  background-image: linear-gradient(#308639, #153b19);
	  border-color: #153b19 #153b19 hsl(126, 47%, 11%);
	  color: #fff !important;
	  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
	  -webkit-font-smoothing: antialiased;
}

.btn-signup {
 	background-color: hsl(3, 68%, 39%) !important;
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d83d35", endColorstr="#a7261f");
	  background-image: -khtml-gradient(linear, left top, left bottom, from(#d83d35), to(#a7261f));
	  background-image: -moz-linear-gradient(top, #d83d35, #a7261f);
	  background-image: -ms-linear-gradient(top, #d83d35, #a7261f);
	  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d83d35), color-stop(100%, #a7261f));
	  background-image: -webkit-linear-gradient(top, #d83d35, #a7261f);
	  background-image: -o-linear-gradient(top, #d83d35, #a7261f);
	  background-image: linear-gradient(#d83d35, #a7261f);
	  border-color: #a7261f #a7261f hsl(3, 68%, 35.5%);
	  color: #fff !important;
	  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.23);
	  -webkit-font-smoothing: antialiased;
	  font-size: 22px;
}



.ly-color-white {
  color: white !important;
}