
@font-face {
	font-family: 'Lato-Regular';
	src:  url('../fonts/Lato/Lato-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Lato-Bold';
	src:  url('../fonts/Lato/Lato-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'ProzaLibre-Regular';
	src:  url('../fonts/proza-libre/ProzaLibre-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Raleway-Regular';
	src:  url('../fonts/Raleway/Raleway-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Merriweather-Regular';
	src:  url('../fonts/Merriweather-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Merriweather-Bold';
	src:  url('../fonts/Merriweather-Bold.ttf') format('truetype');
}

/*04/22/21 vania*/
.select2-container--default .select2-selection--single {
    background-color: #fff!important;
    border: 1px solid #f2f2f2!important;
    border-radius: 0px!important;
    height: 3em!important;
    align-items: center!important;
    display: flex!important;
    margin-bottom: 20px!important;
}
/*end*/

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #805bda;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  top: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {top: 0; opacity: 0;} 
  to {top: 30px; opacity: 1;}
}

@keyframes fadein {
  from {top: 0; opacity: 0;}
  to {top: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {top: 30px; opacity: 1;} 
  to {top: 0; opacity: 0;}
}

@keyframes fadeout {
  from {top: 30px; opacity: 1;}
  to {top: 0; opacity: 0;}
}

.button-radius{
	background: #12c7d9!important;
    border-radius: 30px;
}

.presc-bg{
	background-image: url('../images/asset19.png');
	background-size: cover;
}

.input_presc{
	background: #fff!important;
	border: 0px solid #fff!important;
	border-bottom: 2px solid #e9ecef!important;
	border-radius: 0px;
	margin-bottom: 30px;
}

.title_page{
	font-family: 'Merriweather-Bold';
	font-size: 25px;
	color: #805bda;
}

.subtitle_page{
	font-family: 'Lato-Regular';
	font-size: 16px;
	margin-bottom: 30px;
	margin-top: -10px;
}


/*Header Menu*/
.nav-menu{
	color: #12cbdd!important;
	text-align: left;
	margin-top: 10px;
}

.sidenav{
	padding: 0px 50px;
}

.bg-header{
	background-image: url('../images/main/PRESCRIBDWEBSITE-12.png');
	background-size: cover;
	background-position: center;
}

.p-header{
	margin-left: -50px;
}

.logo-img{
	width: 50px;
	margin-left: -60px;
	margin-bottom: 30px;
}

.button-flex{
	display: inline-flex!important;
}

.btn-login {
	background: #12cbdd;
	color: #fff!important;
	padding: 8px 19px!important;
	border-radius: 20px;
	font-size: 12px;
	margin-top: 50px;
}

.btn-register{
	background: #fff;
	color: #12cbdd!important;
	padding: 8px 12px!important;
	border-radius: 20px;
	font-size: 12px;
	margin-top: 50px;
}

.btn-get-started{
	background: #805bda;
	color: #fff!important;
	padding: 8px 40px;
	border-radius: 20px;
	border-color: #805bda;
}

.p-header{
	padding: 5rem!important;
}

.header-title{
	font-family: 'Merriweather-Bold';
	font-size: 50px;
	color: #fff;
	line-height: 60px;
	margin-bottom: 20px;
}

.header-subtitle{
	font-family: 'Lato-Regular';
	font-size: 20px;
	color: #fff;
	margin-top: 30px;
}

/*About*/

.about-padding{
	padding-top: 200px;
	padding-bottom: 150px;
}

.about-img{
	width: 100%;
}

.about-content h3{
	font-family: 'Merriweather-Bold';
	color: #805bda;
	font-size: 40px;
	margin-bottom: 30px;
	margin-top: 60px;
}

.about-content{
	padding-left: 20px;
}

.about-content p{
	font-family: 'Lato-Regular';
	font-size: 14px;
	color: #000;
}

.btn-readmore{
	background: #897eff;
	color: #fff!important;
	padding: 8px 40px;
	border-radius: 20px;
	border-color: #897eff;
	margin-top: 30px;
}

/*Important*/

.important-padding{
	/*padding-bottom: 200px;*/
}

.important-content h3{
	font-family: 'Merriweather-Bold';
	color: #805bda;
	font-size: 40px;
	margin-bottom: 30px;
	margin-top: 50px;
}

.important-content{
	padding-right: 50px;
	text-align: right;
	padding-top: 100px;
}

.important-content p{
	font-family: 'Lato-Regular';
	font-size: 14px;
	color: #000;
}

.important-img{
	width: 100%;
}

/*How it works*/

.how-title h3{
	font-family: 'Merriweather-Bold';
	color: #805bda;
	text-align: center;
	margin-bottom: 50px;
	font-size: 40px;
}

.how-padding{
	padding-top: 50px;
	padding-bottom: 100px;
}

.how-content{
	text-align: center;
	padding-top: 20px
}

.row-table{
	flex: 1;
	padding-top: 15px;
	margin: 20px 20px 10px;
	border-radius: 20px;
	-webkit-box-shadow: 0px -2px 31px 4px rgba(128,91,218,0.18); 
	box-shadow: 0px -2px 31px 4px rgba(128,91,218,0.18);
}

.row-same-height{
	display: flex;
	width: 100%;
}

.how-content h3{
	font-family: 'Lato-Bold';
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.how-content p{
	font-family: 'Lato-Regular';
	font-size: 14px;
}

/*Medical Care*/

.bg-medical{
	background-image: url('../images/PRESCRIBDWEBSITE-27.png');
	background-size: cover;
	background-position: center;
}

.medical-content{
	text-align: center;
	padding: 0px 150px;
}

.medical-content h3{
	font-family: 'Merriweather-Bold';
	color: #fff;
	font-size: 30px;
	margin-bottom: 20px;
}

.medical-content p{
	font-family: 'Lato-Regular';
	font-size: 16px;
	color: #fff;
	margin-bottom: 50px;
}

.medical-padding{
	padding-top: 100px;
	padding-bottom: 100px;
}

.btn-medical-login{
	background: #12cbdd;
	color: #fff!important;
	padding: 10px 60px;
	border-radius: 25px;
}

.btn-medical-register{
	background: #12cbdd;
	color: #fff!important;
	padding: 10px 60px;
	border-radius: 25px;
}

/*Meet the Doctor*/

.doctor-content{
	-webkit-box-shadow: 0px -2px 31px 4px rgb(128 91 218 / 18%);
	box-shadow: 0px -2px 31px 4px rgb(128 91 218 / 18%);
	padding: 30px;
	text-align: center;
	border-radius: 20px;
	margin-bottom: 20px;
}

.doctor-content h3{    
	font-family: 'Lato-Bold';
	color: #805bda;
	font-size: 25px;
	margin-top: 20px;
}

.doctor-padding{
	padding-top: 100px;
	padding-bottom: 100px;
}

.meet-doctor{
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 200px;
}

.meet-doctor h3{
	font-family: 'Merriweather-Bold';
	color: #805bda;
	margin-bottom: 20px;
	font-size: 40px;
}

.meet-doctor p{
	font-family: 'Lato-Regular';
	font-size: 14px;
}

.btn-doctor-readmore{
	background: #897eff;
	color: #fff!important;
	padding: 8px 40px;
	border-radius: 20px;
	border-color: #897eff;
	margin-top: 30px;
}

/*Patients*/

.patients-img{
	width: 100%;
}

/*Contact Us*/

.contact-padding{
	padding-top: 100px;
	padding-bottom: 100px;
}

.contact-img{
	width: 100%;
}

.contact-form{
	padding-left: 40px;
}

.contact-form h3{
	font-family: 'Merriweather-Bold';
	color: #805bda;
	margin-bottom: 40px;
	font-size: 40px;
}

.contact-input{
	border: 0px solid #fff;
	border-bottom: 2px solid gray;
	border-radius: 0px;
	margin-bottom: 40px;
}

.btn-send{
	background: #897eff;
	color: #fff!important;
	padding: 8px 40px;
	border-radius: 20px;
	border-color: #897eff;
	margin-top: 20px;
}

/*Footer*/

.footer-img{
	width: 200px;
}

.footer-content{
	padding-right: 200px;
}

.footer-content p{
	font-family: 'Lato-Regular';
	font-size: 14px;
	margin-top: 20px;
}

.footer-links-title h3{
	font-family: 'Lato-Bold';
	color: #805bda;
	font-size: 18px;
}

.footer-links a{
	font-family: 'Lato-Regular';
	color: #54585c;
	font-size: 16px;
	display: flex;
	margin-bottom: 10px;
}

/*Testimonial*/

.gtco-testimonials {
	position: relative;
	margin-top: 30px;
}
@media (max-width: 767px) {
	.gtco-testimonials {
		margin-top: 20px;
	}
}
.gtco-testimonials h2 {
	font-size: 30px;
	text-align: center;
	color: #333333;
	margin-bottom: 50px;
}
.gtco-testimonials .owl-stage-outer {
	padding: 30px 0;
}
.gtco-testimonials .owl-nav {
	display: none;
}
.gtco-testimonials .owl-dots {
	text-align: center;
}
.gtco-testimonials .owl-dots span {
	position: relative;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	display: block;
	background: #fff;
	border: 2px solid #01b0f8;
	margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
	box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
	background: #01b0f8;
	box-shadow: none;
	height: 12px;
	width: 12px;
	margin-bottom: -1px;
}
.gtco-testimonials .card {
	background: #fff;
	box-shadow: 0 8px 30px -7px #897eff;
	margin: 0 20px;
	padding: 100px 10px;
	border-radius: 20px;
	border: 0;
}
.gtco-testimonials .card .card-img-top {
	max-width: 100px;
	border-radius: 50%;
	margin: 15px auto 0;
	box-shadow: 0 8px 20px -4px #95abbb;
	width: 100px;
	height: 100px;
}
.gtco-testimonials .card h5 {
	color: #01b0f8;
	font-size: 21px;
	line-height: 1.3;
}
.gtco-testimonials .card h5 span {
	font-size: 18px;
	color: #666666;
}
.gtco-testimonials .card p {
	font-size: 18px;
	color: #555;
	padding-bottom: 15px;
}
.gtco-testimonials .active {
	opacity: 0.5;
	transition: all 0.3s;
}
.gtco-testimonials .center {
	opacity: 1;
}
.gtco-testimonials .center h5 {
	font-size: 24px;
}
.gtco-testimonials .center h5 span {
	font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
	max-width: 100%;
	height: 120px;
	width: 120px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	outline: 0;
}

.testi-img{
	width: 100%;
}

.testi-title{
	font-family: 'Merriweather-Bold';
	color: #805bda;
	margin-bottom: 20px;
	font-size: 40px;
}

/*mobile*/
@media only screen and (max-width : 399px) {

	.mobile-img{
		width: 44px;
		margin-left: 0px;
		margin-top: 18px;
		margin-bottom: 18px;
	}

	.navbar-dark .navbar-toggler {
		color: #805bda;
		border-color: #805bda;
		background: #805bda;
	}

	.btn-register {
		background: #fff;
		color: #12cbdd!important;
		padding: 8px 12px!important;
		border-radius: 20px;
		font-size: 12px;
		margin-top: 20px;
		margin-bottom: 30px;
		/* width: 100%; */
	}

	.btn-login {
		background: #12cbdd;
		color: #fff!important;
		padding: 8px 19px!important;
		border-radius: 20px;
		font-size: 12px;
		margin-top: 30px;
	}

	.medical-content {
		text-align: center;
		padding: 0px 20px;
	}

	.header-title {
		font-family: 'Merriweather-Bold';
		font-size: 40px;
		color: #fff;
		line-height: 60px;
		margin-bottom: 20px;
	}

	.about-padding {
		padding-top: 100px;
		padding-bottom: 50px;
	}

	.about-content h3 {
		font-family: 'Merriweather-Bold';
		color: #805bda;
		font-size: 40px;
		margin-bottom: 30px;
		margin-top: 60px;
		text-align: center;
	}

	.about-content p {
		font-family: 'Lato-Regular';
		font-size: 14px;
		color: #000;
		text-align: center;
	}

	.important-content {
		padding-right: 0px;
		text-align: right;
		padding-top: 0px;
		text-align: center;
	}

	.important-content p {
		font-family: 'Lato-Regular';
		font-size: 14px;
		color: #000;
		margin-bottom: 50px;
	}

	.important-padding {
		padding-bottom: 50px;
	}

	.row-same-height {
		display: flex;
		width: auto; 
	}

	.btn-medical-login {
		background: #12cbdd;
		color: #fff!important;
		padding: 10px 60px;
		border-radius: 25px;
		margin-bottom: 10px;
	}

	.meet-doctor {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 0px;
	}

	.meet-doctor p {
		font-family: 'Lato-Regular';
		font-size: 14px;
		margin-bottom: 50px;
	}

	.gtco-testimonials h2 {
		font-size: 30px;
		text-align: center;
		color: #333333;
		margin-bottom: 50px;
		margin-top: 50px;
	}

	.contact-form {
		padding-left: 0px;
	}

	.btn-send {
		background: #897eff;
		color: #fff!important;
		padding: 8px 40px;
		border-radius: 20px;
		border-color: #897eff;
		margin-top: 20px;
		margin-bottom: 50px;
	}

	.footer-content {
		padding-right: 0px;
		text-align: center;
	}

	.footer-links-title h3 {
		font-family: 'Lato-Bold';
		color: #805bda;
		font-size: 18px;
		text-align: center;
		margin-top: 50px;
	}

	.footer-links a {
		font-family: 'Lato-Regular';
		color: #54585c;
		font-size: 16px;
		display: flow-root;
		margin-bottom: 10px;
		text-align: center!important;
	}

	.footer-padding{
		padding-bottom: 50px;
	}

	.sidenav {
		padding: 0px 30px;
	}
}

/*iphone 7 and up*/
@media only screen and (max-width : 550px) {
	.mobile-img{
		width: 44px;
		margin-left: 0px;
		margin-top: 18px;
		margin-bottom: 18px;
	}

	.navbar-dark .navbar-toggler {
		color: #805bda;
		border-color: #805bda;
		background: #805bda;
	}

	.btn-register {
		background: #fff;
		color: #12cbdd!important;
		padding: 8px 12px!important;
		border-radius: 20px;
		font-size: 12px;
		margin-top: 20px;
		margin-bottom: 30px;
		/* width: 100%; */
	}

	.btn-login {
		background: #12cbdd;
		color: #fff!important;
		padding: 8px 19px!important;
		border-radius: 20px;
		font-size: 12px;
		margin-top: 30px;
	}

	.medical-content {
		text-align: center;
		padding: 0px 20px;
	}

	.header-title {
		font-family: 'Merriweather-Bold';
		font-size: 40px;
		color: #fff;
		line-height: 60px;
		margin-bottom: 20px;
	}

	.about-padding {
		padding-top: 100px;
		padding-bottom: 50px;
	}

	.about-content h3 {
		font-family: 'Merriweather-Bold';
		color: #805bda;
		font-size: 40px;
		margin-bottom: 30px;
		margin-top: 60px;
		text-align: center;
	}

	.about-content p {
		font-family: 'Lato-Regular';
		font-size: 14px;
		color: #000;
		text-align: center;
	}

	.important-content {
		padding-right: 0px;
		text-align: right;
		padding-top: 0px;
		text-align: center;
	}

	.important-content p {
		font-family: 'Lato-Regular';
		font-size: 14px;
		color: #000;
		margin-bottom: 50px;
	}

	.important-padding {
		padding-bottom: 50px;
	}

	.row-same-height {
		display: flex;
		width: auto; 
	}

	.btn-medical-login {
		background: #12cbdd;
		color: #fff!important;
		padding: 10px 60px;
		border-radius: 25px;
		margin-bottom: 10px;
	}

	.meet-doctor {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 0px;
	}

	.meet-doctor p {
		font-family: 'Lato-Regular';
		font-size: 14px;
		margin-bottom: 50px;
	}

	.gtco-testimonials h2 {
		font-size: 30px;
		text-align: center;
		color: #333333;
		margin-bottom: 50px;
		margin-top: 50px;
	}

	.contact-form {
		padding-left: 0px;
	}

	.btn-send {
		background: #897eff;
		color: #fff!important;
		padding: 8px 40px;
		border-radius: 20px;
		border-color: #897eff;
		margin-top: 20px;
		margin-bottom: 50px;
	}

	.footer-content {
		padding-right: 0px;
		text-align: center;
	}

	.footer-links-title h3 {
		font-family: 'Lato-Bold';
		color: #805bda;
		font-size: 18px;
		text-align: center;
		margin-top: 50px;
	}

	.footer-links a {
		font-family: 'Lato-Regular';
		color: #54585c;
		font-size: 16px;
		display: flow-root;
		margin-bottom: 10px;
		text-align: center!important;
	}

	.footer-padding{
		padding-bottom: 50px;
	}

	.sidenav {
		padding: 0px 30px;
	}
}

/* Ipad */
@media only screen and (max-width : 992px) {
	.mobile-img{
		width: 70px;
		margin: 10px 0px;
	}

	.navbar-dark .navbar-toggler {
		color: #805bda;
		/* border-color: #805bda; */
		border-color: #805bda;
		background: #805bda;
	}
}