@import url('https://fonts.googleapis.com/css?family=Lato:300i,400,700&display=swap');

body{
	font-family: 'Lato', sans-serif;
}
.navbar-brand {
    height: auto;
}
.navbar-brand>img {
    max-width: 110px;
}
.navbar {
    border-radius: 0;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
	margin-bottom:0;
}
.navbar-nav>li>a {
    text-transform: uppercase;
    color: #8a8a8a;
}
.navbar-right {
    margin-top: 12px;
}
.bold{
	font-weight:bold;
}
.s-logo {
    text-align: center;
}
.s-logo img {
    max-width: 170px;
    margin-bottom: 30px;
}
.s-tabs {
    background: #f3f3f3;
}
.s-tabs a {
    color: #6d6d6d;
}




.mb30{
	margin-bottom:30px;
}
.login a {
    background: #07519e;
    color: #fff !important;
    padding: 10px 30px !important;
    border-radius: 30px;
    margin-top: 5px;
	border:1px solid #07519e;
}
.login a:hover {
    background: #fff;
    color: #07519e !important;
    padding: 10px 30px !important;
    border-radius: 30px;
    margin-top: 5px;
	border:1px solid #07519e;
}
.navbar-nav>li.active>a {
    color: #07519e;
}
.nav>li>a:focus, .nav>li>a:hover {
	color: #07519e !important;
    background-color: transparent;
}


.banner {
    background: url("../img/banner.png");
    padding: 12% 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
img.mobile {
    position: relative;
    bottom: -40px;
    max-width: 80%;
    display: inline-block;
}
.banner-heading {
    font-size: 38px;
    text-transform: uppercase;
    color: #07519e;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.15);
	    margin-bottom: 20px;
}
.banner-heading span {
    font-weight: 300;
    letter-spacing: 0;
}
.nmtxt {
    font-size: 16px;
}
.mb20 {
    margin-bottom: 20px;
}
.blue-btn {
    background: #07519e;
    border: none;
    color: #fff;
    padding: 12px 40px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 50px;
}
.blue-btn:hover {
    box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
}

.download {
    background: url("../img/hand.png");
    background-repeat: no-repeat;
    padding: 3% 0 10%;
    margin-top: 100px;
    background-position: left center;
    /* background-size: 18%; */
	margin-bottom: 30px;
}

.dheading {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}
.dheading span {
    font-weight: 300;
    font-size: 28px;
}

.dbtn {
    padding: 0;
    border: none;
    margin-right: 25px;
}
.dbtn:hover {
   box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
}
.sec-head {
    color: #07519e;
    font-weight: bold;
}
section.hippa {
    background: #f5f5f5;
    padding: 80px 0;
}


.note{
	background:#2c337e;
	border-radius:6px;
	padding:15px;
	margin-bottom:20px;
	color:#fff;
	text-align:center;
	font-size:16px;
}

.mb40{
	margin-bottom:40px;
}

.footer {
    padding: 28px 0;
}
.copy {
    border-top: 1px solid #ccc;
    padding-top: 15px;
}
.home-footer {
    background: #f5f5f5;
}
.inner-banner {
    background: #016ea8;
    color: #fff;
}
.main-nav .nav.navbar-nav {
    width: 100%;
    display: table;
    /* justify-content: space-between; */
}
.main-nav .navbar-nav>li {
    float: none;
    display: table-cell;
}
.main-nav .navbar-nav>li.active>a {
    background: #159ce4;
    color: #fff;
}
.main-nav .navbar-nav>li>a {
    color: #fff;
	    font-weight: 700;
    letter-spacing: 2px;
}
.main-nav .navbar-nav>li:hover>a {
    background: #159ce4;
}
.navbar-brand {
    padding: 4px 15px;
}
.header-user-section {
    float: right;
    padding: 6px 20px;
    margin: 10px 0;
    position: relative;
    padding-right: 130px;
}
.header-user-section::before {
	content:"";
	position:absolute;
	background: rgba(63,212,115,1);
background: -moz-linear-gradient(left, rgba(63,212,115,1) 0%, rgba(32,120,168,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(63,212,115,1)), color-stop(100%, rgba(32,120,168,1)));
background: -webkit-linear-gradient(left, rgba(63,212,115,1) 0%, rgba(32,120,168,1) 100%);
background: -o-linear-gradient(left, rgba(63,212,115,1) 0%, rgba(32,120,168,1) 100%);
background: -ms-linear-gradient(left, rgba(63,212,115,1) 0%, rgba(32,120,168,1) 100%);
background: linear-gradient(to right, rgba(63,212,115,1) 0%, rgba(32,120,168,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fd473', endColorstr='#2078a8', GradientType=1 );
    height: 100%;
    width: 100%;
    z-index: -2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.header-user-section::after {
	content:"";
	position:absolute;
	background: #fff;
    z-index: -1;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
}
a.user-logout {
    display: inline-block;
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    background: #797979;
    color: #fff;
    line-height: 30px;
    padding: 0 20px;
    border-radius: 20px;
}





.right-col {
    float: right;
    width: 260px;
    position: relative;
    padding: 20px;
}


.right-col::before {
	content:"";
	position:absolute;
	background: rgba(63,212,115,1);
background: -moz-linear-gradient(left, rgba(63,212,115,1) 0%, rgba(32,120,168,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(63,212,115,1)), color-stop(100%, rgba(32,120,168,1)));
background: -webkit-linear-gradient(left, rgba(63,212,115,1) 0%, rgba(32,120,168,1) 100%);
background: -o-linear-gradient(left, rgba(63,212,115,1) 0%, rgba(32,120,168,1) 100%);
background: -ms-linear-gradient(left, rgba(63,212,115,1) 0%, rgba(32,120,168,1) 100%);
background: linear-gradient(to right, rgba(63,212,115,1) 0%, rgba(32,120,168,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fd473', endColorstr='#2078a8', GradientType=1 );
    height: 100%;
    width: 100%;
    z-index: -2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.right-col::after {
	content:"";
	position:absolute;
	background: #fff;
    z-index: -1;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
}

.r-hd {
    position: relative;
    font-size: 22px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.r-hd .btn-pen {
    position: absolute;
    right: 0;
    top: 11px;
}

.cr {
    color: red;
}
.btn-link {
    padding: 0;
}

.left-col {
    margin-right: 280px;
}
.page-hd h2 {
    margin-top: 0;
}
.page-hd {
    position: relative;
}
.page-hd {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    margin-bottom: 10px;
}
.left-col {
    margin-right: 280px;
    box-shadow: 3px 3px 32px rgba(0,0,0,0.15);
    padding: 20px;
}
.btn-app {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: 2px solid #ccc;
    border-radius: 20px;
    /* box-shadow: 3px 3px 3px rgba(0,0,0,0.15); */
}
.row.fav-wrap {
    margin: 0;
}
.col-sm-12.lists {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.licon {
    position: relative;
    padding-left: 37px;
    margin-bottom: 15px;
}
.licon img {
    max-width: 22px;
    left: 0;
    top: 0;
    position: absolute;
}
.header-user-section-sm {
    float: right;
    margin-top: 28px;
}
.licon span.bold {
    min-width: 150px;
    display: inline-block;
}
h3.fav-title {
    margin-bottom: 40px;
    background: #e6e6e6;
    display: inline-block;
    padding: 10px 20px;
}
span.username-sm {
    display: inline-block;
    font-size: 22px;
    margin-right: 15px;
}
.username-sm span {
    font-weight: 700;
}
.drp {
    left: auto;
    right: 0;
    padding-bottom: 0;
}
a.user-out {
    background: #d2d2d2;
    margin-top: 10px;
}

.ptb40{padding:40px 0;}

.backgry{
	background:#f5f5f5;
}
.sub-hd {
    color: #07519e;
    font-weight: bold;
    margin-bottom: 30px;
}
.dot {
    position: relative;
	padding-left:20px;
}
.dot::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background: #929191;
    border-radius: 100%;
    left: 0;
    top: 6px;
}

.gry-txt{color:#393939;}
.pb30{padding-bottom:30px;}
.contact-form .form-control {
    min-height: 44px;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    border: 1px solid #d8d7d7;
}
.btn-blue {
    background: #07519e;
    color: #fff;
    padding: 8px;
    border-radius: 0;
}
.btn-blue:hover {
    color: #fff;
	box-shadow:3px 3px 3px rgba(0,0,0,0.15);
}
.btn-full {
    width: 100%;
}
.sm-hd {
    font-size: 22px;
    font-weight: bold;
    margin-top: 40px;
    /* margin-top: 0; */
}
.shadow {
    float: left;
    width: 100%;
    box-shadow: 3px 3px 21px rgba(0,0,0,0.15);
    margin-bottom: 50px;
}
.pr30{padding-right:30px;}
.pl30{padding-left:30px;}
.blue-txt{
	color:#07519e;
}
.testi {
    background: #f1f1f1;
    padding: 40px 15px;
    text-align: center;
	margin-bottom: 30px;
}
.user-img {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    overflow: hidden;
    margin: -90px auto 40px;
    border: 7px solid #fff;
    box-shadow: 3px 3px 14px rgba(0,0,0,0.15);
    background-position: top center !important;
}
.user-comments i.fa.fa-quote-left {
    position: relative;
    top: -7px;
    margin-right: 10px;
}
.user-comments i.fa.fa-quote-right {
    position: relative;
    top: -2px;
    margin-left: 10px;
}
.user-comments {
    margin-bottom: 30px;
	line-height: 28px;
}
.user-name {
    font-weight: bold;
    margin-bottom: 30px;
}
.user-rating i.fa.fa-star {
    color: #dfa51a;
    margin: 0 5px;
}
.cm {
    margin-top: 0;
    margin-bottom: 50px;
}
.user-comments i {
    color: #848484;
}
.bb {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.round-btn{
	background: #07519e;
    color: #fff !important;
    padding: 10px 30px !important;
    border-radius: 30px;
    margin-top: 5px;
    border: 1px solid #07519e;
}
.ddbtn img {
    max-width: 130px;
    margin-right: 15px;
	margin-top: 5px;
}
.mt30{
	margin-top:60px;
}
img.hw {
    display: inline-block;
}
.mb40{
	margin-bottom:40px;
}
.signup-form {
    box-shadow: 3px 3px 27px rgba(0,0,0,0.15);
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff;
    background: #016ea8;
    color: #fff !important;

}
.nav-tabs.nav-justified>li>a {
    font-size: 20px;
    font-weight: bold;
	padding: 15px;
	position:relative;
	border-bottom: transparent;
}
.gre-back{
	
}
.tm {
    font-size: 12px;
    font-weight: 300;
}
li.tab2 {
    overflow: hidden;
}
.ann {
    position: absolute;
    background: #eccc37;
    color: #fff;
    font-size: 8px;
    font-weight: 300;
    padding: 3px 15px;
    transform: rotate(39deg);
    top: 23px;
    right: -23px;
}
.tab-content {
    padding: 10px 30px;
    font-size: 16px;
}
.tab-content input {
    min-height: 44px;
    border-radius: 0;
    /* box-shadow: none; */
    border: 1px solid #efefef;
    box-shadow: 3px 3px 12px rgba(0,0,0,0.09);
}

button.btn.btn-sign {
    background: #2fc09c;
    width: 100%;
    padding: 12px;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
}
.tab-content h3.blue-txt {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.manage-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
#manage table.table {
    font-size: 16px;
}
#manage tr:first-child td {
    border: none;
}
#manage .modal-header {
    background: #2168d2;
    color: #fff;
}
.footer {
    padding: 28px 0;
    background: #077777;
    color: #fff;
}
.socials a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    background: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin: 0 6px;
}
.socials a:hover {
    background: #159ce4;
    color:#fff;
	text-decoration:none;
}
.footer i {
    font-size: 18px;
}

.socials i {
    font-size: 14px;
}

.mb10 {
    margin-bottom: 10px;
}
.fnav a {
    color: #fff;
    display: inline-block;
    margin-left: 14px;
}
.left-col.inpages {
    position: relative;
	width: 1000px;
}
.page-tabs {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #e8e8e8;
    width: 220px;
}
.p-right {
    margin-left: 220px;
}
.page-tabs .nav-tabs>li>a {
    margin: 0;
    border: 0 !important;
    border-radius: 0;
	position:relative;
	    color: #222;
    border-bottom: 1px solid #ccc !important;
}
.page-tabs .nav-tabs>li.active>a, .page-tabs .nav-tabs>li.active>a:focus {
    color:#fff !important;
	background:#1b8ecb;
}

.page-tabs .nav-tabs>li.active>a::after{
    content:"";
	position:absolute;
	width: 0;
	height: 0;
	top: 0;
    right: -20px;
    bottom: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #1b8ecc;
}
.nav-stacked>li+li {
    margin-top: 0px;
}
.p-right .panel {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
    box-shadow: none;
}
.edit-info {
    float: right;
    padding: 1px 5px;
    color: #222;
}
.btn-style {
    background: #50d8b0;
    color: #fff;
    padding: 10px 50px;
    border-radius: 30px;
}
.p-right .tab-content {
    padding: 0;
}

.readonly .btn-style {
    display:none;
}
.filters {
    padding: 0 12px;
}
.rec-list {
    display: flex;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.25);
	position:relative;
}
.rec-list::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    background: #f5f5f5;
    z-index: -1;
}
.rec-list h4 {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.rec-list a {
    display: inline-block;
    margin: 0 5px;
}
.social a {
    height: 30px;
    width: 30px;
    display: inline-flex;
    background: #222;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 100%;
}

.form-group.autocomplete {
    position: relative;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}


/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}



@media(max-width:767px){
	.navbar-toggle .icon-bar {
    height: 3px;
    background: #ccc;
}
.navbar-toggle {
    margin-top: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.banner {
padding: 58% 0 0;
    background-position: -39px;
}
.dbtn {
    margin-right: 1px;
}
.header-user-section-sm {
    float: right;
    margin-top: -33px;
	margin-bottom: 10px;
}
span.username-sm {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    position: relative;
    top: 5px;
}
.user-sec-sm button.btn.btn-primary.dropdown-toggle {
    padding: 3px 5px;
}

.main-nav .nav.navbar-nav {
    display: block;
	margin: 10px 0;
}
.main-nav .navbar-nav>li {
    display: block;
}
.right-col {
    float: right;
    width: 100%;
}
.left-col {
    margin-right: 0;
    box-shadow: 3px 3px 32px rgba(0,0,0,0.15);
    padding: 20px;
    float: left;
}
.mdf{
	display: flex;
    flex-wrap: wrap;
}
.right-col {
    order: 2;
	    margin-top: 30px;
}
.page-hd {
    float: left;
    width: 100%;
}
.btn-app {
    position: relative;
    float: right;
}
.l-btns {
    margin-bottom: 30px;
}
.fnav {
    text-align: center;
    margin-top: 20px;
}
.fnav a {
    margin-left: 11px;
}
footer .col-sm-6.text-left {
    text-align: center;
}
.page-tabs {
    position: relative;
    width: 100%;
}
.p-right {
    margin-left: 0;
    margin-top: 30px;
}
.page-tabs .nav-tabs>li.active>a::after {
    display:none;
}
.filters {
    padding: 1px 12px;
}
.rec-list::after {
    display:none;
}

}










