/* Sass Document */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
body {
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
a {
	display: inline-block;
	color: #333;
	text-decoration: none;
}
.navigation {
	height: 80px;
	background: #ffffff;
	box-shadow: 2px 2px 2px #ccc;
}
nav ul li a:not(:only-child)::after, nav ul li a:visited:not(:only-child)::after {
	padding-left: 4px;
	content: url(../images/down.png) !important;
}
.input-data{
    background: none;
    border: none;
    border-bottom: solid 1px #d5d5d5;
    padding: 5px;
    width: 222px;
    color: #a6a6a6;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
}
.form-group {
    margin-bottom: 1rem;
    margin: 20px 0px;
}
label {
    display: block!important;
    margin-bottom: .5rem;
}
.submit-btn {
    width: 210px;
    height: 45px;
    border: none;
    margin-right: 0px !important;
    color: white;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 0px;
    background-image: linear-gradient(102deg, #46bcc2, #44bbc1 21%, #283479 49%, rgb(91, 195, 201));
    background-image: -o-linear-gradient(348deg, #245aac, #2b7cab 21%, #439c81 49%, rgba(100, 217, 59, 0.63));
    background-image: linear-gradient(102deg, #46bcc2, #44bbc1 21%, #283479 49%, rgb(91, 195, 201));
	cursor: pointer;
}

.logo {
	position: absolute;
	padding-left: 20px;
	float: left;
	line-height: 80px;
	text-transform: uppercase;
	font-size: 1.4em;
}
.logo img {
	width: 300px;
}
.nav-main {
	float: right;
}
.nav-container {
	max-width: 1000px;
	margin: 0 auto;
}
nav {
	float: left;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul li {
	float: left;
	position: relative;
}
.contact-us {
	float: left;
	width: 100%
}
.dash::after {
	content: '';
	border: 2px solid #44bbc1;
	width: 90px;
	display: block;
	margin: 0 auto;
	top: 15px;
	position: relative;
}
nav ul li a, nav ul li a:visited {
	display: block;
	padding: 0 20px;
	line-height: 80px;
	background: #ffffff;
	color: #1b1b1b;
	text-decoration: none;
	font-weight: 600;
}
nav ul li a:hover, nav ul li a:visited:hover {
	color: #48b9c0;
}
nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
	padding-left: 4px;
	content: " Ã¢â€“Â¾";
}
nav ul li ul li {
	min-width: 190px;
}
nav ul li ul li a {
	padding: 15px;
	line-height: 20px;
}
.nav-dropdown {
	position: absolute;
	display: none;
	z-index: 1;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
.better-health img {
	width: 450px;
}
ul.why-my3c {
	list-style: none;
	padding: 0;
}
ul.why-my3c li {
	margin: 10px 0px;
	font-size: 0.9rem;
}
/* Mobile navigation */
.nav-mobile {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background: #ffffff;
	height: 80px;
	width: 80px;
}
ul.app-download {
	margin: 0 10px;
	padding: 0;
	display: inline-block;
	float: left;
	line-height: 80px;
}
.app-download li {
	display: inline-block;
	margin: 0px;
}
.wrapper {
	float: left;
	width: 100%;
	background: #fff;
}
.banner {
	background: #48b9c0;
	float: left;
	width: 100%;
	background-size: contain;
}
.banner-text {
	float: left;
	width: 100%;
}
.better-health {
	float: left;
	width: 100%;
}
header {
	float: left;
	width: 100%;
	position: fixed;
	z-index: 999;
}
.text-content {
	float: left;
	width: 100%;
}
.text-content p {
	font-size: 23px;
}
.contact-us-wrapper {
	float: left;
	width: 100%;
}
#map {
	width: 100%;
	height: 300px;
}
.banner-contact {
	float: left;
	width: 100%;
	position: relative;
}
.m-80 {
	margin-top: 80px;
}
.py-50 {
	padding: 50px 0;
}
.marker {
	background-image: url('../images/location-marker.png');
	background-size: cover;
	width: 20px;
	height:32px;
	cursor: pointer;
	z-index: 9;
}
.overlay
{
	position: absolute;
    background: rgba(0, 0, 0, 0.30);
    top: 0;
    bottom: 0;
    width: 100%;
}
.mapboxgl-popup {
	max-width: 200px;
	z-index: 9;
	
}
.mapboxgl-popup-content {
	text-align: center;
	font-family: 'Montserrat', sans-serif !important;
}
.hs-contact-container {
    margin: auto;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    margin-bottom: -90px;
    border-radius: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.09);
}
.mapboxgl-popup-content h3
{
	font-size:20px;
}
.mc-wrapper
{
	float: left;
    width: 100%;
}
.about-text {
	float: left;
	width: 100%;
}
.about-text h2 {
	font-weight: 700;
	margin-bottom: 1rem;
	text-transform: uppercase;
}
.about-text h4 {
	text-transform: capitalize;
}
.about-text p {
	line-height: 27px;
	font-size: 16px;
	font-weight: 500;
	padding-top: 0px;
}
.about-us {
	background: #fff;
	float: left;
	width: 100%
}
.services {
	background: #e7f5fa;
	float: left;
	width: 100%;
}
ul.services-point {
	padding: 0 20px;
	line-height: 45px;
	font-size: 20px;
	font-weight: 500;
	list-style-image: url(../images/icon-doctor.png);
}
.office {
    float: left;
    width: 100%;
}
.contact-details {
    background: #fff;
    padding: 30px;
}
ul.solutions-point {
	padding: 0 20px;
	line-height: 45px;
	font-size: 20px;
	font-weight: 500;
	list-style-image: url(../images/arrow.png);
}
.services-icon {
	float: left;
	width: 100%;
}
.img-banner img {
	width: 400px;
}
.explore {
	float: left;
	width: 100%;
	position: relative;
	margin: 15px 0px;
}
.explore a {
	color: #48b9c0;
	display: inline-block;
	background: #fff;
	padding: 5px 30px;
	font-size: 18px;
	font-weight: 600;
	position: relative;
}
.explore :before {
	content: url(../images/line-top.png);
	position: absolute;
	top: -10px;
	left: -10px;
}
.explore :after {
	content: url(../images/line-down.png);
	position: absolute;
	bottom: -18px;
	right: -10px;
}
.read-more {
	float: left;
	width: 100%;
	position: relative;
	margin: 15px 0px;
}
.read-more a {
	color: #ffffff;
	display: inline-block;
	background: #339ad3;
	padding: 5px 20px;
	font-size: 14px;
	font-weight: 600;
	border: 2px solid #339ad3;
	position: relative;
}
.read-more :before {
	content: url(../images/line-top-re-mo.png);
	position: absolute;
	top: -10px;
	left: -10px;
}
.read-more :after {
	content: url(../images/line-down-re-mo.png);
	position: absolute;
	bottom: -18px;
	right: -10px;
}
.img-banner-solution {
	padding: 100px 0;
}
.img-banner-solution img {
	width: 600px;
}
.solutions {
	width: 100%;
	float: left;
}
.headline {
	float: left;
	width: 100%;
	text-align: center;
	padding: 50px;
}
.headline h2 {
	font-weight: bold;
	text-transform: uppercase;
}
.headline h2::after {
	border: 1px solid #000;
	display: block;
	width: 200px;
	content: '';
	margin: 0 auto;
}
.blog-box {
	float: left;
	width: 100%;
	padding: 20px 20px 20px 20px;
	background: #fff;
	box-shadow: 0px 2px 17px 1px #ccc;
}
.app-images {
	float: left;
	width: 100%;
}
.app-images span {
	margin: 10px;
}
ul.download-app {
	padding: 0 20px;
	line-height: 42px;
	font-size: 16px;
	font-weight: 500;
	list-style-image: url(../images/arrow.png);
}
.blog {
	float: left;
	width: 100%;
	background: #e7f5fa;
	padding: 50px 0;
}
ul.footer-menu {
	float: left;
	width: 100%;
	list-style: none;
}

footer {
	float: left;
	width: 100%;
	border-top: 2px solid #ccc;
	padding: 20px 0;
}
.about-us-main {
	float: left;
	width: 100%;
}
.about-us-sec {
	float: left;
	padding: 20px 0;
	width: 100%;
}
.about-us-sec h3 {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.doctor-health h2 {
	font-size: 45px;
	font-weight: bold;
	color: #fff;
}
.text-content h3 {
	font-weight: 700;
}
ul.service-doctor {
	float: left;
	width: 100%;
	line-height: 45px;
	color: #fff;
	list-style: url(../images/check.png);
	font-size: 25px;
	margin-top: 20px;
}
.banner-doctor {
	background: #6cccf3;
	float: left;
	width: 100%;
	background-size: contain;
}
#contact_btn-sec {
	position: fixed;
	right: 0px;
	top: 40%;
	transition: all 0.5s;
	z-index: 999;
}
#contact_btn_mob {
	display: none;
}
.app-images span {
	text-align: center;
	width: 40%;
	float: left;
}
.text-content h4 {
	line-height: 35px;
}
.download-app-scetion {
	background: #f5f5f5;
	float: left;
	width: 100%;
}
.footer-menu ul li a:hover {
	color: #000
}
#contact_btn_mob {
    display: none;
}
#contactForm {
    display: none;
    border: 6px solid #2a3478;
    padding: 2em;
    width: 400px;
    text-align: center;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 798px) {
.nav-mobile {
	display: block;
}
.nav-main {
	width: 100%;
	padding: 85px 0 15px;

}
nav ul {
	display: none;
}
nav ul li {
	float: none;
}
nav ul li a {
	padding: 15px;
	line-height: 20px;
}
nav ul li ul li a {
	padding-left: 30px;
}
.nav-dropdown {
	position: static;
	box-shadow: none;
}
}

@media screen and (min-width: 799px) {
.nav-list {
	display: block !important;
}
}
#nav-toggle {
	position: absolute;
	left: 25px;
	top: 25px;
	cursor: pointer;
	padding: 10px 35px 16px 0px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 2px;
	width: 35px;
	background: #000000;
	position: absolute;
	display: block;
	content: "";
	transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
	top: -10px;
}
#nav-toggle span:after {
	bottom: -10px;
}
#nav-toggle.active span {
	background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
	top: 0;
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
}
.contact-form {
    width: 100%;
    padding: 5px 11px;
    margin: 8px 0;
    font-size: 12px;
}
#contact_btn {
	position: fixed;
	right: 0px;
	top: 30%;
	transition: all 0.5s;
	z-index: 1000;
	font-size: smaller;
	float: left;
	width: 300px;
	background: #fff;
	padding: 15px;
	border: 3px solid #2a3478;
}
.submitBtn {
	width: 100%;
}

@media(max-width: 650px) {
.better-health img {
	width: auto;
}
#contact_btn_mob {
	display: none;
}
.py-50 {
	padding: 20px 0;
}
.text-content p {
	font-size: 15px;
}
.doctor-health h2 {
	font-size: 35px;
	font-weight: bold;
	color: #fff;
}
#contact_btn_mob {
	position: fixed;
	bottom: 0;
	transition: all 0.5s;
	z-index: 999;
	display: block;
	text-align: center;
	width: 55%;
	background: #ffcc33;
	height: 40px;
	margin: 0px 85px;
	border-radius: 16px 16px 0px 0px;
	padding: 10px;
	color: #000;
	font-size: 19px;
	font-weight: 600;
	text-decoration: none;
}
#contact_btn-sec {
	display: none;
}
#contact_btn {
	display: none;
}
.img-banner-solution {
	padding: 20px 0;
}
}
@media(max-width: 480px) {
.logo {
	float: left;
}
.logo img {
	width: 200px;
}
ul.app-download {
	display: none;
}
nav {
	float: left;
	width: 100%;
}
}
