@font-face {
  font-family: Roboto-Regular;
  src: url(../font/roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family:Amazon-Ember-Bold;
  src: url(../font/amazon/Amazon-Ember-Bold.ttf);
}
@font-face {
  font-family: Amazon-Ember-Light;
  src: url(../font/amazon/Amazon-Ember-Light.ttf);
}
@font-face {
  font-family:Amazon-Ember-Regular;
  src: url../img/Amazon-Ember-Regular.ttf);
}
.mp-5 {
    padding: 3rem!important;
}
p{
	text-align:justify;
	font-size:18px;
	font-family:Amazon-Ember-Light;
}
h1, h2, h3, h4, h5{
	font-family:Amazon-Ember-Regular;
}

.MainHeading h3,{
	font-family:Amazon-Ember-Regular;
}
.TopSocial{
	height: 14px;
	margin-right: 25px;
	margin-top: 6px;
}
.TopSocial li:nth-child(3) img, .TopSocial li:nth-child(4) img{
	height:23px;
}
.navbar-dark .navbar-brand {
    bottom: 0;
    position: absolute;
}
.navbar {
    position: relative;
    height: 50px;
}
.HeaderBorder{
	width:100%;
	height:1px;
	background:#ddd;
}
.TopSocial li{
	list-style:none;
	float:right;
	margin-left:15px;
	text-align:right;
	font-family:Roboto-Regular;
	font-size: 17px;
}
.TopSocial li a{
	text-decoration:none;
}
.TopSocial li a i{
	font-size:22px;
	color:#000;
}
.TopSearch {
  height: 35px;
  font-size: 18px;
  display: inline-block;
  font-family:Roboto-Regular;
  font-weight: 100;
  border: none;
  outline: none;
  color: #555;
  padding: 3px;
  padding: 4px 32px 23px 27px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}
.TopSearch::placeholder {
	letter-spacing:2px;
	margin-top:2px;
	margin-bottom:0px;
	font-size:16px;
	font-family:Roboto-Regular;
}
.TopSearch:focus:hover {
  border-bottom: 1px solid #BBB;
}

.TopSearch:focus {
  width: 40%;
  z-index: 1;
  border-bottom: 1px solid #BBB;
  cursor: text;
  top: -4px;
}
.TopSearchButton {
  height: 22px;
  width: 35px;
  display: inline-block;
  color:red;
  float: right;
  background: url(../img/search-icon.png) center center no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity .4s ease;
}
.logo{
	width:65%;
	background:#fff;
}
.TopSearchButton:hover {
  opacity: 0.8;
}
.navbar.navbar-dark .navbar-toggler-icon{
	background-repeat:no-repeat;
}
.navbar-toggler-icon{
	background: #77bce7;
	width:35px;
	height:35px;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
/* .dropdown-toggle:hover {
    color: rgba(255,255,255,.75)!important;
} */
.CustHoverMenu ul li a{
	color:#fff!important;
}
.CustHoverMenu ul li a:hover{
	background:#5fa5d1e3;
	color:#fff!important;
}
.CustHoverMenu ul{
	background:#77bce7;
}
.CustNavItem a{
	color:#fff!important;
}

.CustHoverMenu a:hover{
	color:#3b3a3a!important;
}
.CustHoverMenu a{
	position:relative;
	color:#3b3a3a!important;
}
.CustHoverMenu div{
	background:#77bce7;
	color:#fff;
    width: 180px;
	min-width:100px;
    border-radius: inherit;
}
.CustHoverMenu .dropdown-item  a{
	color:#fff!important;
   
}
.CustNav li{
	margin-left:10px;
	
}
.CustNav li a{
	font-size:17px;
	font-family:Roboto-Regular;
}
.CustNav li a:after{
	content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #77bce7;
    transition: width .3s;
}
.CustNav li a:hover::after{
	width:90%;
}

.navbar{
	box-shadow:none;
}
.CustNavItem a{
	color:#3b3a3a!important;
}
.dropdown-toggle::after{
	border:none;
}
.dropdown-toggle i{
	font-size:11px!important;
	vertical-align: .255em;
}
.CustCaption{
	left: 4%;
    top: 75px;
	text-align:left;
}
.CustHeading{
	font-size: 55px;
    font-weight: 500;
	width: 67%;
	font-family: Amazon-Ember-Bold;
}
.carousel-indicators .active {
    opacity: 1;
	background-color:#77bce7;
}
.BorderBottom{
	width:6%;
	height:8px;
	background:#77bce7;
	margin:auto;
	border-radius:6px;
	-webkit-box-shadow: 0px 7px 5px 0px rgba(209,209,209,1);
	-moz-box-shadow: 0px 7px 5px 0px rgba(209,209,209,1);
	box-shadow: 0px 7px 5px 0px rgba(209,209,209,1);
}
.BorderBottomWhite{
	width:6%;
	height:8px;
	background:#fff;
	margin:auto;
	border-radius:6px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(191,191,191,1);
-moz-box-shadow: 0px 3px 5px 0px rgba(191,191,191,1);
box-shadow: 0px 3px 5px 0px rgba(191,191,191,1);
}
.fa-camera, .fa-envelope, .fa-file-alt{
	font-size:100px;
	color:#ddd;
}
.fa-camera:hover{
	color:#ea23cb;
}
.AppImg{
	margin-top: 23%!important;
}
.CustFooter{
	background:#f1f1f1!important;
}
.CustFooter h6{
	color:#77bce7;
}
.CustFooter p, .CustFooter p a{
	color:#3a3a3a;
}
.CustFooter p a:hover{
	color:#77bce7;
	margin-left:2px;
}
footer.page-footer .footer-copyright{
	background:#f1f1f1;
	color:#3a3a3a;
}
.footerlogo{
	width:30%;
}
.footerSocial{
	margin: 12px 0 0 -45px;
}
.footerSocial li{
	list-style:none;
	float:left;
	margin-left:10px;
	width:30px;
	height:30px;
	text-align:center;
	border-radius:50%;
	background:linear-gradient(to bottom, #77bce7 0%, #90cd8c 100%);
}
.footerSocial li span{
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    transition: all 0.6s ease-in;
}
 .footerSocial li span:hover{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: all 0.6s ease-in;
} 
.footerSocial li span i{
	margin-top:8px;
}
.footerTermList {
	float:right;
}
.footerTermList li{
	list-style:none;
	margin-left:10px;
	float:left;
	color:#a2a2a2;
	
}
.footerTermList li a{
	color:#a2a2a2;
}
/* Ou Panel of online */

.TestimonialImgCircle{
	width: 100px;
    margin-top: 23px;
}
.TestimonialImgCircle:hover{
	opacity:0.8;
}

/* Ou Panel of online */

.CustAppReview img{
	margin:auto;
}
.curve{
	background:url('../img/bgpanel.png');
	background: url(../img/bgpanel.png);
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: top;
}
.CustBgImg{
	position: relative;
    width: 65%;
}
.CustTestimonial{
	position: absolute;
    left: 31%;
    width: 42%;
    top: 13%;
}
.WhiteColor{
	color:#fff;
}

/* Make the container relative */
.swap-on-hover__back-image{
	display:none;
}
.swap-on-hover {
  position: relative;	
	margin:  0 auto;
	max-width: 80px;
}

.swap-on-hover img {
  position: absolute;
  top:0;
  left:0;
	overflow: hidden;
	/* Sets the width and height for the images*/
	width: 80px;
}

.swap-on-hover .swap-on-hover__front-image {
  z-index: 9999;
  transition: opacity .5s linear;
  cursor: pointer;
}

.swap-on-hover:hover > .swap-on-hover__front-image{
  opacity: 0;
}
.swap-on-hover:hover > .swap-on-hover__back-image{
  display:block;
}
.CustCardBody{
	position: absolute;
    top: 70px;
}
.send{
	top: 19px!important;
}
.fa-chevron-left{
	font-size: 22px;
    color: #000;
    background: #ddd;
    border-radius: 50%;
    width: 30px;
	padding: 5px 9px;
    height: 30px;
	
 -webkit-box-shadow: -3px 6px 5px 0px rgba(224,224,224,1);
-moz-box-shadow: -3px 6px 5px 0px rgba(224,224,224,1);
box-shadow: -3px 6px 5px 0px linear-gradient(to bottom, #000000 0%, #ffffff 100%);
 
}

.fa-chevron-right{
	font-size: 22px;
    color: #fff;
   background: #77bce7;
    border-radius: 50%;
    width: 30px;
    height: 30px;
	padding: 5px 9px;
 -webkit-box-shadow: -3px 6px 5px 0px rgba(224,224,224,1);
-moz-box-shadow: -3px 6px 5px 0px rgba(224,224,224,1);
box-shadow: -3px 6px 5px 0px linear-gradient(to bottom, #000000 0%, #ffffff 100%);
   
}
#section-linetriangle-1 p, #section-linetriangle-2 p, #section-linetriangle-3 p, #section-linetriangle-4 p, #section-linetriangle-5 p{
	color:#fff;
	text-align:center;
}
#section-linetriangle-1, #section-linetriangle-2, #section-linetriangle-3, #section-linetriangle-4, #section-linetriangle-5{
	width:70%;
}
#section-linetriangle-1 p:nth-child(2),  #section-linetriangle-2 p:nth-child(2), #section-linetriangle-3 p:nth-child(2), #section-linetriangle-4 p:nth-child(2), #section-linetriangle-5 p:nth-child(2) {
	margin-top: -6px;
    font-size: 16px;
    font-weight: bold;
	text-align:center;
	color:#fff;

}
#section-linetriangle-1 p:nth-child(3),  #section-linetriangle-2 p:nth-child(3), #section-linetriangle-3 p:nth-child(3), #section-linetriangle-4 p:nth-child(3), #section-linetriangle-5 p:nth-child(3) {
	margin-top: -12px;
    font-size: 14px;
    font-weight: 500;
	color:#fff;
	text-align:center;
}
.testimonial{
	width: 80%;
    margin: 0 auto;
}
.TestimonialNameText{
	position: absolute;
    left: 69%;
    top: 66%;
    font-size: 20px;
}
.TestimonialCompanyText{
	position: absolute;
    left: 77%;
    top: 71%;
    font-size: 12px;
}
/*Tabs CSS*/

/* Default tab style */

.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
	font-size: 1.25em;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}

.tabs nav a span {
	vertical-align: middle;
	font-size: 0.75em;
}

.tabs nav li.tab-current img {
	color: #74777b;
	width:125px;
}
.tab-current:active{
	opacity:0.7;
}

.tabs nav a:focus {
	outline: none;
}


/* Content */
.content-wrap {
	position: relative;
}

.content-wrap div {
	display: none;
	margin: 0 auto;
	padding: 1em;
	max-width: 1200px;
	text-align: center;
}

.content-wrap div.content-current {
	display: block;
}
.content-current p:nth-child(1){
	    color: #fff;
        text-align: center;

}
.content-current p:nth-child(2){
	      margin-top: -6px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}


.content-current p:nth-child(3){
	margin-top: -12px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;

}


/*****************************/
/* Triangle and line */
/*****************************/

.tabs-style-linetriangle nav a {
	overflow: visible;
	border-top: 1px solid rgb(255, 255, 255);
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.tabs-style-linetriangle nav a span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1em;
}

.tabs-style-linetriangle nav li.tab-current a:after, 
.tabs-style-linetriangle nav li.tab-current a:before {
	position: absolute;
    top:0;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
}

.tabs-style-linetriangle nav li.tab-current a:after {
	margin-left: -10px;
	border-width: 10px;
	border-top-color: #e7ecea;
}

.tabs-style-linetriangle nav li.tab-current a:before {
	margin-left: -11px;
	border-width: 11px;
	border-top-color: rgba(0,0,0,0.2);
}
@media screen and (max-width: 58em) {
	.tabs-style-linetriangle nav {
		font-size: 0.6em;
	}
}

/*  Media Query */
@media(max-width:1024px){
	.MobLineHide {
		display: none;
	}
}
@media (min-width:767px) and (max-width:1024px){
	.AppImg {
		margin-top: 30%!important;
	}
}

@media (min-width:479px) and (max-width:768px){
	.AppImg {
		margin-top: 45%!important;
	}
}

@media (min-width:479px){
	.MobFixed, .MobAppWorkSlider{
		display:none;
	}
	.TopSocialmobile, .doctorpromob, .slidermob{
		display:none;
	}
}

@media (max-width:360px){
	.TopSearch:focus {
		width: 120%!important;
	}
}


@media (max-width:480px){
	.MobLineHide{
		display:none;
	}
	.CustCaption{
		left: 0;
		top: 0;
		text-align:left;
	}	
	.CustHeading{
		line-height:1.6;
		font-size: 15px!important;
		text-align:center;
		margin: 20px;
	}
	.Custindicators{
		top: 116px;
	}
	h2, h3{
		font-size: 20px!important;
	}
	.BorderBottom, .BorderBottomWhite{
		width: 25%;
	}
	.CustCardBody, .swap-on-hover img, .TestimonialNameText, .TestimonialCompanyText {
		position: inherit;
		top:0px!important;
	}
	.AppImg {
		margin-top: 8%!important;
	}
	.AppImg div{
		text-align:center!important;
	}
	.AppImg div img{
		text-align:center!important;
		width: 80%;
	}
	
	p{
		font-size:14px;
	}
	
	.CustHoverMenu{
		padding:0px;
	}
	
	.MobFixed{
		display:block;
		z-index: 11111;
	}
	.MobFixed .MobLeft{
		background:#7fd283;
		color:#fff;
		padding: 15px 0 0 0;
	}
	.MobFixed .MobLeft p{
		text-align:center;
	}
	.MobFixed .MobRight{
		color:#fff;
		background:#5bbeeb;
		padding: 15px 0 0 0;
	}
	.MobFixed .MobRight p{
		text-align:center;
	}
	.deskAppWork, .doctorprodesk, .sliderdesk{
		display:none;
	}
	.MobAppWorkSlider{
		display:block;
		margin-top:25px;
	}
	.TopSocialmobile{
		display:block;
		right: -172px;
		position: inherit;
	}
	.TopSearchButton{
		right: 0;
		position: inherit;
	}
	.TopSocialdesktop{
		display:none;
	}
	.TopSocial li{
		margin-left: 8px;
	}
	#section-linetriangle-1, #section-linetriangle-2, #section-linetriangle-3, #section-linetriangle-4, #section-linetriangle-5 {
		width: 100%;
	}
	.mp-5 {
		padding: 0rem!important;
	}
	.MobLeft{
		text-align:left;
	}
	.MobRight, .MobRight p{
		text-align:right;
	}
	.footerSocial {
		margin: auto;
		width: 75%;
	}
	.MobFooterDownload p{
		width: 50%;
		float: left;
	}
	.MobRow{
	    margin-bottom: -35px;	
	}
	.MobFooterTop{
		margin-top: 20px;
	}
	
	.navbar-dark .navbar-brand {
    bottom: 0;
    position: inherit;
	}
	.navbar {
		position: relative;
		height: auto;
	}
	.TopSocial{
		margin-right: 0;
		float: left;
		right: 68px;
		position: absolute;
		top: 32px;
	}
	.TopSearch:focus {
		width: 140%;
		z-index: 1;
		border-bottom: 1px solid #BBB;
		cursor: text;
		top: 25px;
		padding: 0px 20px;
	}
	.tabs nav li.tab-current img {
		color: #74777b;
		width: 90px;
	}
	
}


/*  Media Query */

.MobFooterDownload p img{
	width:100%;
}
.mt{
	margin-top:90px;
	text-align:center;
}

.card-shadow{
	box-shadow: none;
}
.card-shadow .card-img-top{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}




