/*
Orig background: #ff4d4d
bluw background: #004685

on hover original: #d63535
on hover blue: #0361a3
*/

/* CSS used here will be applied after bootstrap.css */
body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
	font-family: 'Montserrat', sans-serif;
}



.u-margin--60__top {
   /* margin-top: 60px;*/
}
.s-appbanner {
    width: 100%;
    height: 572px;
    /*background-color: #f8f8fb;*/
}
.content {
    width: 1180px;
    zoom: 1;
    margin: auto;
}
.pos {
    position: relative;
}
.u-height--100 {
    height: 100%;
}
.pure-u-1-2, .pure-u-12-24 {
    width: 50%;
    *width: 49.969%;
}
.s-appbanner__mobile {
    right: 100px;
    /*width: 380px;*/
	width: 315px;
    height: 450px;
}
.pos-v-center, .s-appbanner__mobile {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.u-margin--0 {
    margin: 0px;
}
.u-font--bold, .btn, .c-applink__input .country-code, .card-testimonial .user-name, .c-footer__title, .c-copyright {
    font-weight: 700;
}
.u-font--30 {
    font-size: 30px;
}
.u-margin--20__top {
    margin-top: 20px;
}
.u-t-c--black_1 {
    color: #414146;
}
.u-font--14 {
    font-size: 14px;
}
.u-t-c--black_1 {
    color: #414146;
}
.u-font--14 {
    font-size: 14px;
}
.u-margin--50__top {
    margin-top: 50px;
}
.u-t-c--black_1 {
    color: #414146;
}
.u-font--14 {
    font-size: 14px;
}
.c-applink {
    display: flex;
}
.u-margin--15__top {
    margin-top: 15px;
}
.c-applink__input {
    width: 316px;
    border: 1px solid #b4b4be;
    border-radius: 4px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.u-d__flex {
    display: flex;
}
input {
    line-height: normal;
}
.c-applink__input .text {
    outline: none;
    border: none;
    padding-left: 20px;
    font-size: 16px;
    flex-grow: 100;
    background-color: transparent;
}
.c-applink__input .country-code {
    vertical-align: bottom;
    border-right: 1px solid rgba(180, 180, 190, 0.3);
}
.u-d__inline-block, .c-applink__input, .c-applink__input .country-code, .c-footer__column, .s-static__card {
    display: inline-block;
}
.u-padding--15, .c-applink__input .country-code {
    padding: 15px;
}
.u-t-c--black_2, .c-applink__input .country-code {
    color: #000000;
}
.u-font--bold, .btn, .c-applink__input .country-code, .card-testimonial .user-name, .c-footer__title, .c-copyright {
    font-weight: 700;
}
.btn-primary {
    padding: 15px 30px;
    background-color: #14bef0;
}
.btn {
    cursor: pointer;
    outline: none;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    border: 0px;
    border-radius: 4px;
}
.u-margin--30__top, .s-appbanner .downloads {
    margin-top: 30px;
}
.s-appbanner .downloads .store {
    width: 130px;
    height: 40px;
}
.u-margin--15__right {
    margin-right: 15px;
}
img {
    border: 0;
}



.navbar-fixed-top .nav {
    padding: 15px 50px;
    font-size: 13px;
    letter-spacing: 1.2px;
    text-transform: capitalize;
}
/*@media (min-width: 768px)*/
.navbar-nav>li>a {
    padding-top: 12px!important;
    padding-bottom: 12px!important;
}
p.para_txt {
        font-size: 30px;
    color: #004685;
    letter-spacing: 1.35px;
    width: 90%;
}
.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
}
.navbar-inverse {
    background-color: #fff!important;
    border-color: #fff!important;
}
.navbar-inverse .navbar-toggle {
    border-color: #004685!important;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #004685!important;
}
.navbar-toggle {
    background-color: #004685!important; 
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #004685!important;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a {
    color: #777!important;
}
i.fa.fa-user-o.user_icon {
    font-size: 30px;
    color: #004685;    
	margin: 16px;
}
h1.head_txt{font-size: 26px;letter-spacing: 1.35px;}

button.btn.btn-danger {
    padding: 14px 30px;
    font-size: 21px;
    background-color: #004685;
    letter-spacing: 1px;
	/*box-shadow: inset 1px -1px 20px 0px;*/
    border-color: #004685;
}
button.btn.btn-danger:focus {
    border:none;
}
.ft-banner {
    margin: 22px;
}
.col1_detail {
    text-transform: capitalize;
}
/* Style the tab */
.tab {
  float: left;
  /*border: 1px solid #004685;*/
  background-color: #f1f1f1;
  width: 30%;
  height: 429px;border-right: none;
}
.tab:active {
   
     border: 1px solid #ccc;
 }
/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: #f6f6f6;
  color: #777;
  padding: 22px 20px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  /*background-color: #000;*/
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #fff;border: 1px solid #004685;color:#004685;border-right: #fff;
}
.tabcontent.active {
  border-right: #fff;
}

span.point:active{
	    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17.5px 0 17.5px 20px;
    border-color: transparent transparent transparent #f2f2f2;
    display: none;
    position: absolute;
    right: -20px;
	
}
h3.head_feat_txt {
    color: #777;
}
p.para_feat_txt {
    color: #004685;
    letter-spacing: 0.5px;
    font-size: 15px;
}
.feat_content {
    padding: 0px;    text-align: left;
}
.feat_image{width:40%;}
.with_contxt {
    font-size: 15px;
    letter-spacing: 1px;
}
button.arrow {
  position: relative;
  //display:block;
  height: 45px;
  width: 150px;
  margin: 10px 7px;
  padding: 5px 5px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  color: #004685;
  border: 2px #004685 solid;
  border-radius: 4px;
  text-transform: uppercase;
  outline: 0;
  overflow:hidden;
  background: none;
  z-index: 1;
  cursor: pointer;
  transition:         0.08s ease-in;
  -o-transition:      0.08s ease-in;
  -ms-transition:     0.08s ease-in;
  -moz-transition:    0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}
.arrow{
  text-align: center;
  padding-left:17px;
}

.arrow:before{
  content:"→";
  position:absolute;
  color:#004685;
  left: 83%;
  opacity: 0;
  -webkit-transition: all 250ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}

.arrow:hover:before{
  left:84%;
  opacity:1;
}

.arrow:hover {
  width:170px;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    text-align: center;
    /*background-color: #ccc;
    border: 1px solid #ddd;*/
}
.secure_head {
    letter-spacing: 1px;
    color: #000;
	font-weight:600;
	position: relative;
    top: 45px;
}
.secure_cont {
    color: #777;
}
button.btn.btn-danger:hover {
    background-color: #0361a3;
}
/*.h2secuare_head
	{background-color: #004685;
    color: #fff;
    padding: 5px 0px;
    height: 45px;}*/
.exp_txt {
    color: #777;
    padding: 35px;
}
.hori_line{border:1px solid #004685;}
/*.fade-in {
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
}*/


@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
/*---------------feature---------------------*/
/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  /*margin-left: 50px;*/
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #004685;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #004685;
  background-image: #5A55A3;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #004685;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}


.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #004685;
}
.arrow.feature{position: relative;
    //: ;
    display: block;
    height: 50px;
   width:180px;
    margin: 9px 7px;
    padding: 0px 8px;
    font-weight: 700;
    font-size: 12px;    margin-top: 25px;}
	.arrow.feature:hover{width:240px;}
/*---------------feature------------------*/	
/*---------------footer------------------*/
#myFooter {
	/*background-color: #373a48;*/
	color:#777;
}

#myFooter .footer-copyright{
	background-color: #004685;
	padding-top:3px;
	padding-bottom:3px;
	text-align: center;
}

#myFooter .footer-copyright p{
	margin:10px;
	color: #fff;
}

#myFooter ul{
	list-style-type: none;
    padding-left: 0;
    line-height: 2.7;
    font-size: 13px;

}

#myFooter h5{
	font-size: 18px;
    color: #777;
    font-weight: bold;
    /*margin-top: 30px;*/
}

#myFooter a{
	color:#777;
	text-decoration: none;
}

#myFooter a:hover, #myFooter a:focus{
	text-decoration: none;
	color:#004685;
}

#myFooter .myCols{
	text-align: left;
}

#myFooter .social-networks{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 38px;
}

#myFooter .social-networks a{
    font-size: 32px;
    margin-right: 5px;
    margin-left: 5px;
    color: #777;
    padding: 10px;
    transition: 0.2s;
}

#myFooter .social-networks a:hover{
	text-decoration: none;

}

#myFooter .facebook:hover{
	color:#0077e2;
}

#myFooter .google:hover{
	color:#ef1a1a;
}

#myFooter .twitter:hover{
	color: #00aced;
}

@media screen and (max-width: 767px){
	#myFooter {
		text-align: center;
	}
}


.content{
	flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	min-height: 200px;
}

#myFooter{
	flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}
/*-----------------footer----------------------------
/*--------------------------testinomial-------*/
.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {
	margin: 50px auto;
	padding: 0 70px;
}
.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #7AA641;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel .star-rating i {
	font-size: 18px;
	color: #ffdc12;
}
/*------------------testinomial-----------------*/















@media(min-width:768px) {
    body {
        padding-top: 100px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
	.with_contxt {
    position: relative;
    top: 50px;
    line-height: 38px;color: #777;
	}
	.col1_detail {
     margin-top: 95px;
	}
	.medkit{font-size: 25px;}
	/*.h2secuare_head
	{background-color: #004685;
    color: #fff;
    padding: 5px 0px;
    width: 35%; 
    height: 45px;}*/
	.slide_2_txt{font-size:30px;color: #000;font-weight:600;}
	
	/*div.bhoechie-tab-container {
    margin-left: 30px;
}*/
a.list-group-item {
	padding:20px;
}
.tabcontent {
    float: left;
    padding: 0px 12px;
    border: none!important;
    width: 85%;
    border-left: none;
   height: 330px;
}	
.secure_mar{margin:85px;}	
img.img_responsive_mob {
    margin-left: -130px;
}	
	
}

@media(max-width:768px) {
   .img_responsive_mob{width:100%;}
   h1.head_txt {
    font-size: 15px!important;
    letter-spacing: 1px;
}
p.para_txt {
        font-size: 18px!important;
    letter-spacing: 1px; color:#004685;font-weight: 900;
}
button.btn.btn-danger {
    padding: 14px!important;
    font-size: 13px!important;
    /*margin-top: -37px!important;*/
}
button.btn.btn-danger.mob_btn {
    margin-top: 0px;
}
.tab button {
    padding: 15px 0px;
    font-size: 9px;
    padding-left: 6px;
}
.medkit{font-size: 14px;}
.with_contxt {
    font-size:14px!important;
    letter-spacing: 1px;    margin-top: 45px;
}
.slide_2_txt{font-size:18px!important;}
div.bhoechie-tab-container {
    margin-left: 30px;
}
h3.head_feat_txt {
    font-size: 9px;font-weight: 900;
}
   /*.list-group-item {
 padding: 10px;
    font-size: 10px;
    display: flex;
}*/
.row.secure_mar {
    margin-top: 50px;
}

.col1_detail {
    text-align: center;
}









}


/*-----------------index css--------------------------*/


html, body {
  height: 100%;
  margin: 0;
}
button.btn.btn-success {
    padding: 10px 36px;
    font-size: 15px;
    background-color: #004685;
    letter-spacing: 1px;
    /* box-shadow: inset 1px -1px 20px 0px; */
    border-color: #004685;
    margin-right: 30px;
}

button.btn.btn-success:hover {
    background-color: #0361a3;
}
.icon_feat_head{font-size: 18px;font-weight: 600;/*width: 70%;*/}
p.icon_feat_para {
   font-size: 13px;
    width: 80%;
}

h5.read_more {
	color:#004685;
	font-weight: 900;text-decoration: none!important;width: 65%;
}
h5.read_more:hover {
	color:#0361a3;text-decoration-line: none!important;    
}
@media (min-width: 768px){
	
button.btn.btn-success.shadow-md.pull-right {
    margin-right: 120px;
}
	.u-margin--60__top_mob{display:none;}
/*.btn-success {}*/
img.img_responsive_mob {
	width: 600px;
    height: 445px;
}
.manage_clinicia{padding: 105px;}

.see_feat{padding: 14px 7px;font-size: 15px;}
img.img_icon {
    width: 40px;
}
.row_align{margin-left: 60px!important;}

}
@media (max-width: 768px){
/*img.img_responsive_mob {
        width: 140px!important;
    height: 112px!important;
}*/

button.btn.btn-success {
       padding: 8px;
    font-size: 12px;
   
}
h5.read_more {
	width: 100%;
}
}

@media (max-width: 768px){
button.btn.btn-danger.shadow-md.pull-right.try_now {
    padding: 6px;
    font-size: 8px;
   /* margin-top: -58px;*/
}
img.img_icon {
    width: 30px;
}
img.img_icon{display:inline;}
.icon_feat_head{display:inline;font-size: 15px;}

.top_frm_mob{margin-top: 40px;}
.u-margin--60__top{display:none;}
p.icon_feat_para {
    margin-left: 37px;
}
}

.one_screen{height: 100%;"}