﻿/* You can add global styles to this file, and also import other style files *IAS */
/* Variables Style*/
/* Colors*/
/* Breaking Points*/
/*  Logo */
.form-hdr-text {
  color: #0f5066;
}

.text-primary {
  color: #0f5066;
}

.text-dark {
  color: #666;
}

.text-light {
  color: #838383;
}

.text-light-grey {
  color: #f5fbfb;
}

.text-success {
  color: #49b317;
}

.text-danger {
  color: #f21b17;
}

.text-warning {
  color: #f1971f;
}

.text-info {
  color: #17a3b2;
}

.btn-primary {
  border-radius: 30px;
  background-color: #0f5066;
}

.btn-primary:hover {
  background-color: #094255;
}

.btn-primary:active, .btn-primary:focus {
  background-color: #094255;
}

.gradient-primary, .navbar-header {
  background: #f0f9ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f9ff), to(#fafafa));
  background: linear-gradient(to bottom, #f0f9ff 0%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#fafafa',GradientType=0 );
}

.secondary-gradient, .carousel-directionNav a:hover, .search-container .btn:hover, .results-container .card .card-footer .btn-sm:hover, .card-map .card-header, .cb-appointment_card .btn-primary:hover, .subscription-card .btn-primary:hover {
  background: #fecc35;
  background: -webkit-gradient(linear, left top, right top, from(#fecc35), to(#fb9d23));
  background: linear-gradient(to right, #fecc35 0%, #fb9d23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecc35', endColorstr='#fb9d23',GradientType=1 );
}

.secondary-gradient:hover, .carousel-directionNav a:hover, .search-container .btn:hover, .results-container .card .card-footer .btn-sm:hover, .card-map .card-header:hover, .cb-appointment_card .btn-primary:hover, .subscription-card .btn-primary:hover {
  background: #fb9d23;
  background: -webkit-gradient(linear, left top, right top, from(#fb9d23), to(#fecc35));
  background: linear-gradient(to right, #fb9d23 0%, #fecc35 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9d23', endColorstr='#fecc35',GradientType=1 );
}

.primary-gradient, .accordion-card.card-job .card-header .btn-link, .doctor-card .card-up, .accordion-card.add-hospital .card-header .btn-link, .accordion-card.create-card .card-header .btn-link, .accordion-card.add-hospital .card-header .btn-link.collapsed, .accordion-card.create-card .card-header .btn-link.collapsed, .accordion-card.add-hospital .card-header .btn-link.collapsed:hover, .accordion-card.create-card .card-header .btn-link.collapsed:hover, .founder-card .card-up {
  background: #0f5169;
  background: linear-gradient(135deg, #0f5169 0%, #1e657f 40%, #117aa0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f5169', endColorstr='#117aa0',GradientType=1 );
}

.primary-gradient:hover, .accordion-card.card-job .card-header .btn-link:hover, .doctor-card .card-up:hover, .accordion-card.add-hospital .card-header .btn-link:hover, .accordion-card.create-card .card-header .btn-link:hover, .accordion-card.add-hospital .card-header .btn-link.collapsed:hover, .accordion-card.create-card .card-header .btn-link.collapsed:hover, .founder-card .card-up:hover {
  background: #117aa0;
  background: linear-gradient(135deg, #117aa0 0%, #1e657f 60%, #0f5169 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#117aa0', endColorstr='#0f5169',GradientType=1 );
}

.modal-hdr-gradient, .modal-header {
  background: #d41715;
  background: -webkit-gradient(linear, left top, left bottom, from(#d41715), to(#af2328));
  background: linear-gradient(to bottom, #d41715 0%, #af2328 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41715', endColorstr='#af2328',GradientType=0 );
}

/* Mixins Style */
.box-transaction, .results-container .card, .services-available .card, .timing-card .card {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear {
  clear: both;
}

.m-0 {
  margin: 0px;
}

.p-0 {
  padding: 0px;
}

body {
  font-family: 'Roboto', 'Helvetica Neue', 'Arial', sans-serif;
}

h5, h6 {
  font-weight: 400;
}

.text-italic {
  font-style: italic;
}

.text-semibold {
  font-weight: 500;
}

.text-bold,
strong {
  font-weight: 600;
}

.text-strike {
  text-decoration: line-through;
}

.text-super {
  vertical-align: super;
}

.text-sub {
  vertical-align: sub;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-nowrap {
  white-space: nowrap;
}

.clear-fix {
  clear: both;
}

/* Scrollbar Css Style */
body:not(.is-mobile) ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0);
}

body:not(.is-mobile) ::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

body:not(.is-mobile) ::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  -webkit-box-shadow: inset 0 0 0 12px rgba(0, 0, 0, 0.37);
          box-shadow: inset 0 0 0 12px rgba(0, 0, 0, 0.37);
  border-radius: 12px;
}

body:not(.is-mobile) ::-webkit-scrollbar-thumb:active {
  -webkit-box-shadow: inset 0 0 0 12px rgba(0, 0, 0, 0.54);
          box-shadow: inset 0 0 0 12px rgba(0, 0, 0, 0.54);
  border-radius: 12px;
}

/* Variables Style*/
/* Colors*/
/* Breaking Points*/
/*  Logo */
.form-hdr-text {
  color: #0f5066;
}

.text-primary {
  color: #0f5066;
}

.text-dark {
  color: #666;
}

.text-light {
  color: #838383;
}

.text-light-grey {
  color: #f5fbfb;
}

.text-success {
  color: #49b317;
}

.text-danger {
  color: #f21b17;
}

.text-warning {
  color: #f1971f;
}

.text-info {
  color: #17a3b2;
}

.btn-primary {
  border-radius: 30px;
  background-color: #0f5066;
}

.btn-primary:hover {
  background-color: #094255;
}

.btn-primary:active, .btn-primary:focus {
  background-color: #094255;
}

.gradient-primary, .navbar-header {
  background: #f0f9ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f9ff), to(#fafafa));
  background: linear-gradient(to bottom, #f0f9ff 0%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#fafafa',GradientType=0 );
}

.secondary-gradient, .carousel-directionNav a:hover, .search-container .btn:hover, .results-container .card .card-footer .btn-sm:hover, .card-map .card-header, .cb-appointment_card .btn-primary:hover, .subscription-card .btn-primary:hover {
  background: #fecc35;
  background: -webkit-gradient(linear, left top, right top, from(#fecc35), to(#fb9d23));
  background: linear-gradient(to right, #fecc35 0%, #fb9d23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecc35', endColorstr='#fb9d23',GradientType=1 );
}

.secondary-gradient:hover, .carousel-directionNav a:hover, .search-container .btn:hover, .results-container .card .card-footer .btn-sm:hover, .card-map .card-header:hover, .cb-appointment_card .btn-primary:hover, .subscription-card .btn-primary:hover {
  background: #fb9d23;
  background: -webkit-gradient(linear, left top, right top, from(#fb9d23), to(#fecc35));
  background: linear-gradient(to right, #fb9d23 0%, #fecc35 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9d23', endColorstr='#fecc35',GradientType=1 );
}

.primary-gradient, .accordion-card.card-job .card-header .btn-link, .doctor-card .card-up, .accordion-card.add-hospital .card-header .btn-link, .accordion-card.create-card .card-header .btn-link, .accordion-card.add-hospital .card-header .btn-link.collapsed, .accordion-card.create-card .card-header .btn-link.collapsed, .accordion-card.add-hospital .card-header .btn-link.collapsed:hover, .accordion-card.create-card .card-header .btn-link.collapsed:hover, .founder-card .card-up {
  background: #0f5169;
  background: linear-gradient(135deg, #0f5169 0%, #1e657f 40%, #117aa0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f5169', endColorstr='#117aa0',GradientType=1 );
}

.primary-gradient:hover, .accordion-card.card-job .card-header .btn-link:hover, .doctor-card .card-up:hover, .accordion-card.add-hospital .card-header .btn-link:hover, .accordion-card.create-card .card-header .btn-link:hover, .accordion-card.add-hospital .card-header .btn-link.collapsed:hover, .accordion-card.create-card .card-header .btn-link.collapsed:hover, .founder-card .card-up:hover {
  background: #117aa0;
  background: linear-gradient(135deg, #117aa0 0%, #1e657f 60%, #0f5169 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#117aa0', endColorstr='#0f5169',GradientType=1 );
}

.modal-hdr-gradient, .modal-header {
  background: #d41715;
  background: -webkit-gradient(linear, left top, left bottom, from(#d41715), to(#af2328));
  background: linear-gradient(to bottom, #d41715 0%, #af2328 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41715', endColorstr='#af2328',GradientType=0 );
}

/* Mixins Style */
.box-transaction, .results-container .card, .services-available .card, .timing-card .card {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/* --- toggle top area --- */
.collapse-hdrBtn {
  background: #d41715;
  position: absolute;
  right: 30px;
  z-index: 1;
  width: 35px;
  height: 30px;
  bottom: -25px;
  border: none;
  outline: none;
  border-radius: 0 0 6px 6px;
}

.collapse-hdrBtn:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #d41715;
}

.collapse-hdrBtn:hover, .collapse-hdrBtn:active {
  background: #d41715;
}

.collapse-hdrBtn:before {
  content: "\f068";
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  color: #FFF;
  position: relative;
  top: -3px;
}

.collapse-hdrBtn.collapsed:before {
  content: "\f067";
  font-family: FontAwesome;
  position: relative;
  top: -3px;
}

.hidden-top {
  background: #b02928;
  position: relative;
  min-height: 5px;
  color: #FFF;
}

.hidden-top a, .hidden-top a:hover, .hidden-top a:focus, .hidden-top a:active {
  color: #e6e6e6;
}

.hidden-top-inner ul {
  list-style: none;
  margin: 0px;
  padding: 5px 0;
}

.hidden-top-inner ul li {
  display: inline;
  margin: 0 5px 0 0;
}

.hidden-top-inner ul li i.fa {
  padding: 0 8px;
}

.hidden-top-inner ul li span, .hidden-top-inner ul li a {
  font-weight: 500;
  padding: 0 5px;
  text-decoration: none;
}

.hidden-top-inner ul li span:hover, .hidden-top-inner ul li a:hover {
  color: #FFF;
}

.hidden-top-inner ul li.social {
  display: inline;
}

.hidden-top-inner ul li.social .social-network {
  padding: 0;
  float: none;
  display: inline-block;
}

.hidden-top-inner ul li.social .social-network li a {
  font-size: 14px;
}

.hidden-top-inner .hdr-right-part {
  text-align: right;
}

@media screen and (max-width: 767.98px) {
  .hidden-top-inner .hdr-right-part {
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
  }
}

.hidden-top-inner .hdr-right-part li {
  margin: 0 10px 0 0;
}

.hidden-top-inner .hdr-right-part li .fas {
  font-size: 14px;
  margin-right: 6px;
}

@media screen and (max-width: 767.98px) {
  .hidden-top-inner .hdr-left-part {
    width: 100%;
    padding-top: 5px;
    text-align: center;
    border-bottom: 1px solid rgba(241, 151, 31, 0.4);
  }
}

@media screen and (max-width: 767.98px) {
  .hidden-top-inner .hdr-left-part .call-back {
    display: inline-block;
  }
}

.navbar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0px;
}

.navbar-header .col-md-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 575.98px) {
  .navbar-header .col-md-12 {
    padding: 0px;
  }
  .navbar-header .col-md-12 .navbar-brand img {
    width: 205px;
  }
}

.navbar-header .dropdown-toggle::after {
  font-family: FontAwesome;
  content: "\f107";
  border: none;
  vertical-align: middle;
}

.dropdown-item.active, .dropdown-item:active {
  background: #1984a9;
  color: #FFF;
}

.dropdown-item.active::after, .dropdown-item:active::after {
  display: none;
}

.main-nav .nav-item .active {
  position: relative;
}

.main-nav .nav-item .active::after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 3px;
  width: 80%;
  background: #f3332f;
  left: 10%;
}

@media screen and (max-width: 1199.98px) {
  .main-nav .nav-item .active::after {
    display: none;
  }
  
}

.main-nav .nav-item .nav-link {
  color: #167392
}

.main-nav .nav-item .nav-link:hover {
  color: black;
}

.main-nav .nav-item .nav-link.active {
  color: #f21b17;
}

.main-nav .dropdown-item:active:hover {
  color: #FFF;
}

.navbar-toggler {
  padding: 0.10rem 0.50rem;
  font-size: 1.0rem;
  top: 10px;
  position: relative;
  border-color: #0f5066;
}

@media screen and (max-width: 575.98px) {
  .navbar-toggler {
    right: 14px;
  }
}

.navbar-toggler .navbar-toggler-icon {
  position: relative;
}

.navbar-toggler .navbar-toggler-icon::after {
  font-family: FontAwesome;
  content: "\f0c9";
  position: absolute;
  top: 4px;
  left: 5px;
  color: #0f5066;
}

.nav-pills-modal {
  border-bottom: 1px solid #dadada;
}

.nav-pills-modal .nav-link {
  color: #0f5066;
}

.nav-pills-modal .nav-link:hover {
  color: #167392;
}

.nav-pills-modal .nav-link.active {
  background-color: transparent;
  color: #b02928;
  position: relative;
}

.nav-pills-modal .nav-link.active::after {
  width: 100%;
  height: 3px;
  content: "";
  position: absolute;
  bottom: 0px;
  background-color: #b02928;
  left: 0px;
}

/* Variables Style*/
/* Colors*/
/* Breaking Points*/
/*  Logo */
.form-hdr-text {
  color: #0f5066;
}

.text-primary {
  color: #0f5066;
}

.text-dark {
  color: #666;
}

.text-light {
  color: #838383;
}

.text-light-grey {
  color: #f5fbfb;
}

.text-success {
  color: #49b317;
}

.text-danger {
  color: #f21b17;
}

.text-warning {
  color: #f1971f;
}

.text-info {
  color: #17a3b2;
}

.btn-primary {
  border-radius: 30px;
  background-color: #0f5066;
}

.btn-primary:hover {
  background-color: #094255;
}

.btn-primary:active, .btn-primary:focus {
  background-color: #094255;
}

.gradient-primary, .navbar-header {
  background: #f0f9ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f9ff), to(#fafafa));
  background: linear-gradient(to bottom, #f0f9ff 0%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#fafafa',GradientType=0 );
}

.secondary-gradient, .carousel-directionNav a:hover, .search-container .btn:hover, .results-container .card .card-footer .btn-sm:hover, .card-map .card-header, .cb-appointment_card .btn-primary:hover, .subscription-card .btn-primary:hover {
  background: #fecc35;
  background: -webkit-gradient(linear, left top, right top, from(#fecc35), to(#fb9d23));
  background: linear-gradient(to right, #fecc35 0%, #fb9d23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecc35', endColorstr='#fb9d23',GradientType=1 );
}

.secondary-gradient:hover, .carousel-directionNav a:hover, .search-container .btn:hover, .results-container .card .card-footer .btn-sm:hover, .card-map .card-header:hover, .cb-appointment_card .btn-primary:hover, .subscription-card .btn-primary:hover {
  background: #fb9d23;
  background: -webkit-gradient(linear, left top, right top, from(#fb9d23), to(#fecc35));
  background: linear-gradient(to right, #fb9d23 0%, #fecc35 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9d23', endColorstr='#fecc35',GradientType=1 );
}

.primary-gradient, .accordion-card.card-job .card-header .btn-link, .doctor-card .card-up, .accordion-card.add-hospital .card-header .btn-link, .accordion-card.create-card .card-header .btn-link, .accordion-card.add-hospital .card-header .btn-link.collapsed, .accordion-card.create-card .card-header .btn-link.collapsed, .accordion-card.add-hospital .card-header .btn-link.collapsed:hover, .accordion-card.create-card .card-header .btn-link.collapsed:hover, .founder-card .card-up {
  background: #0f5169;
  background: linear-gradient(135deg, #0f5169 0%, #1e657f 40%, #117aa0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f5169', endColorstr='#117aa0',GradientType=1 );
}

.primary-gradient:hover, .accordion-card.card-job .card-header .btn-link:hover, .doctor-card .card-up:hover, .accordion-card.add-hospital .card-header .btn-link:hover, .accordion-card.create-card .card-header .btn-link:hover, .accordion-card.add-hospital .card-header .btn-link.collapsed:hover, .accordion-card.create-card .card-header .btn-link.collapsed:hover, .founder-card .card-up:hover {
  background: #117aa0;
  background: linear-gradient(135deg, #117aa0 0%, #1e657f 60%, #0f5169 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#117aa0', endColorstr='#0f5169',GradientType=1 );
}

.modal-hdr-gradient, .modal-header {
  background: #d41715;
  background: -webkit-gradient(linear, left top, left bottom, from(#d41715), to(#af2328));
  background: linear-gradient(to bottom, #d41715 0%, #af2328 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41715', endColorstr='#af2328',GradientType=0 );
}

/* Mixins Style */
.box-transaction, .results-container .card, .services-available .card, .timing-card .card {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/*Footer */
footer {
  background: #0f5066;
  padding: 0px 0 0 0;
  color: #fce5c7;
  display: block;
  clear: both;
}

footer a {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

footer a:hover {
  padding-left: 5px;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #eee;
}

footer address {
  line-height: 1.6em;
}

footer h5 a:hover, footer footer a:hover {
  text-decoration: none;
}

footer .widgetheading {
  position: relative;
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 767.98px) {
  footer .widget {
    margin-bottom: 15px;
  }
}

footer .widget .social-network {
  position: relative;
}

footer .widget .widgetheading span {
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: -1px;
  right: 0;
}

footer .widget i.fa {
  width: 24px;
}

footer ul.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer ul.link-list li {
  margin: 0;
  padding: 2px 0 2px 0;
  list-style: none;
}

footer ul.link-list li a {
  color: #fce5c7;
}

footer ul.link-list li a:hover {
  color: white;
}

#sub-footer {
  background: #b02928;
  text-shadow: none;
  color: #FFF;
  padding: 6px 0;
  margin: 20px 0 0 0;
}

#sub-footer .copyright {
  font-weight: 400;
}

#sub-footer p {
  margin: 0;
  padding: 0;
}

#sub-footer span {
  text-align: left;
  font-size: 13px;
}

ul.social-network {
  list-style: none;
  margin: 0;
  font-family: FontAwesome;
  float: right;
}

ul.social-network li {
  display: inline;
  margin-right: 0px;
}

ul.social-network li a {
  padding: 5px;
  font-weight: normal;
  background: #a61210;
  text-decoration: none;
  color: #FFF;
}

ul.social-network li a:hover {
  background: #020a0d;
}

@media screen and (max-width: 767.98px) {
  #sub-footer {
    text-align: center;
  }
  #sub-footer span {
    text-align: center;
  }
  ul.social-network {
    float: none;
    padding-top: 10px;
  }
}

/* Variables Style*/
/* Colors*/
/* Breaking Points*/
/*  Logo */
.form-hdr-text {
  color: #0f5066;
}

.text-primary {
  color: #0f5066;
}

.text-dark {
  color: #666;
}

.text-light {
  color: #838383;
}

.text-light-grey {
  color: #f5fbfb;
}

.text-success {
  color: #49b317;
}

.text-danger {
  color: #f21b17;
}

.text-warning {
  color: #f1971f;
}

.text-info {
  color: #17a3b2;
}

.btn-primary {
  border-radius: 30px;
  background-color: #0f5066;
}

.btn-primary:hover {
  background-color: #094255;
}

.btn-primary:active, .btn-primary:focus {
  background-color: #094255;
}

.gradient-primary, .navbar-header {
  background: #f0f9ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f9ff), to(#fafafa));
  background: linear-gradient(to bottom, #f0f9ff 0%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#fafafa',GradientType=0 );
}

.secondary-gradient, .carousel-directionNav a:hover, .search-container .btn:hover, .results-container .card .card-footer .btn-sm:hover, .card-map .card-header, .cb-appointment_card .btn-primary:hover, .subscription-card .btn-primary:hover {
  background: #fecc35;
  background: -webkit-gradient(linear, left top, right top, from(#fecc35), to(#fb9d23));
  background: linear-gradient(to right, #fecc35 0%, #fb9d23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecc35', endColorstr='#fb9d23',GradientType=1 );
}

.secondary-gradient:hover, .carousel-directionNav a:hover, .search-container .btn:hover, .results-container .card .card-footer .btn-sm:hover, .card-map .card-header:hover, .cb-appointment_card .btn-primary:hover, .subscription-card .btn-primary:hover {
  background: #fb9d23;
  background: -webkit-gradient(linear, left top, right top, from(#fb9d23), to(#fecc35));
  background: linear-gradient(to right, #fb9d23 0%, #fecc35 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9d23', endColorstr='#fecc35',GradientType=1 );
}

.primary-gradient, .accordion-card.card-job .card-header .btn-link, .doctor-card .card-up, .accordion-card.add-hospital .card-header .btn-link, .accordion-card.create-card .card-header .btn-link, .accordion-card.add-hospital .card-header .btn-link.collapsed, .accordion-card.create-card .card-header .btn-link.collapsed, .accordion-card.add-hospital .card-header .btn-link.collapsed:hover, .accordion-card.create-card .card-header .btn-link.collapsed:hover, .founder-card .card-up {
  background: #0f5169;
  background: linear-gradient(135deg, #0f5169 0%, #1e657f 40%, #117aa0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f5169', endColorstr='#117aa0',GradientType=1 );
}

.primary-gradient:hover, .accordion-card.card-job .card-header .btn-link:hover, .doctor-card .card-up:hover, .accordion-card.add-hospital .card-header .btn-link:hover, .accordion-card.create-card .card-header .btn-link:hover, .accordion-card.add-hospital .card-header .btn-link.collapsed:hover, .accordion-card.create-card .card-header .btn-link.collapsed:hover, .founder-card .card-up:hover {
  background: #117aa0;
  background: linear-gradient(135deg, #117aa0 0%, #1e657f 60%, #0f5169 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#117aa0', endColorstr='#0f5169',GradientType=1 );
}

.modal-hdr-gradient, .modal-header {
  background: #d41715;
  background: -webkit-gradient(linear, left top, left bottom, from(#d41715), to(#af2328));
  background: linear-gradient(to bottom, #d41715 0%, #af2328 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41715', endColorstr='#af2328',GradientType=0 );
}

/* Mixins Style */
.box-transaction, .results-container .card, .services-available .card, .timing-card .card {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a {
  background-color: inherit;
}

#heroBanner {
  background: #fefefe;
  position: relative;
  margin: 0;
  padding: 0;
}

#myCarousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
  border-bottom: #dadada 1px solid;
}

#myCarousel .carousel-item, #myCarousel .carousel-inner {
  height: 100%;
}

#myCarousel .carousel-item img, #myCarousel .carousel-inner img {
  width: 100%;
}

@media screen and (max-width: 1448.98px) {
  #myCarousel .carousel-item img, #myCarousel .carousel-inner img {
    width: 100%;
  }
}

.Carousel-caption {
  position: absolute;
  left: 80px;
  bottom: 20px;
  border-bottom: 3px solid #f1971f;
  background-color: #0f5066;
  color: #FFF;
  width: 35%;
  z-index: 8;
  padding: 20px;
  opacity: 0.9;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767.98px) {
  .Carousel-caption {
    width: 50%;
    left: 20px;
  }
}

@media screen and (max-width: 575.98px) {
  .Carousel-caption {
    width: 70%;
  }
}

.Carousel-caption h2 {
  color: #FFF;
  font-size: 26px;
  line-height: 1em;
}

.Carousel-caption p {
  margin-bottom: 20px;
}

.Carousel-caption a {
  display: inline !important;
  border-radius: 0px;
  color: #FFF;
}

.Carousel-caption a:hover {
  color: rgba(0, 0, 0, 0.87);
}

.carousel-directionNav {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.carousel-directionNav a {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  display: inline-block;
  text-align: center;
  color: #FFF;
  padding: 10px;
  font-size: 18px;
  text-shadow: none;
  cursor: pointer;
  background-color: #0f5066;
  right: 15px;
}

.carousel-directionNav a {
  opacity: 1;
}

a.carousel-nextNav {
  right: 0px;
}

a.carousel-nextNav:before {
  content: "\f105";
  color: #FFF;
}

a.carousel-prevNav {
  right: 27px;
}

a.carousel-prevNav:before {
  content: "\f104";
  color: #FFF;
}

.location {
  background: #eff1f3;
  padding: 6px 16px;
  width: 100%;
  float: left;
  font-weight: 600;
}

.location a {
  font-size: 20px;
  color: #f21b17;
  text-decoration: none;
}

@media screen and (max-width: 767.98px) {
  .location {
    text-align: center;
  }
}

/*Section: Search Area  #f9f9f9*/
section.search-area {
  background: #fff;
  padding: 20px 0;
  width: 100%;
  float: left;
  border-top: 1px solid #dadada;
}

.search-container {
  padding: 15px;
  border-radius: 10px;
  background: #e6e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-container .form-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.search-container .form-input .form-control {
  width: 100%;
  min-height: 45px;
  font-size: 15px;
  border-radius: 40px;
  padding: 4px 16px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 575.98px) {
  .search-container .form-input .form-control {
    font-size: 13px;
  }
}

.search-container .btn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 15px;
  background: #0f5066;
  color: #FFF;
  border-radius: 30px;
}

.search-container.main-search {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search-container.main-search .form-input {
  margin-right: 10px;
}

.search-container.main-search .btn-outer {
  margin-top: 5px;
}

.search-container.main-search .btn-outer .btn {
  margin-left: 0px;
}

@media screen and (max-width: 767.98px) {
  .search-container.main-search .form-input {
    margin-right: 5px;
    margin-bottom: 5px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media screen and (max-width: 575.98px) {
  .search-container.main-search .form-input {
    margin-right: 0px;
    margin-bottom: 5px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .search-container.main-search .btn-outer {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .search-container.main-search .btn-outer .btn {
    width: 100%;
  }
}

.results-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 10px;
}

.results-container .card {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  padding-bottom: 50px;
  position: relative;
  margin: 20px 2% 0 0;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
  box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
}

.results-container .card:hover {
  cursor: pointer;
  color: #0f5066;
  -webkit-box-shadow: 0 3px 8px 0 #858585;
  box-shadow: 0 3px 8px 0 #858585;
}

@media screen and (max-width: 991.98px) {
  .results-container .card {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 767.98px) {
  .results-container .card {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}

@media screen and (max-width: 575.98px) {
  .results-container .card {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    margin-right: 0;
  }
}

.results-container .card .img {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.results-container .card .img img {
  height: auto;
  width: 100%;
  max-width: 400px;
}

.results-container .card .card-content {
  padding: 16px;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}

.results-container .card .card-content .header {
  text-transform: uppercase;
}

.results-container .card .card-content .header h5 {
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
  float: left;
}

.results-container .card .card-content .header h5 span {
  width: 100%;
  padding-top: 5px;
  font-size: 12px;
  float: left;
}

.results-container .card .card-content p {
  font-style: italic;
  color: #838383;
}

.results-container .card .card-footer {
  padding: 16px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.results-container .card .card-footer .btn-sm {
  border-radius: 30px;
}

.results-container .card .card-footer .btn-sm:hover {
  border-color: #f1971f;
}

.results-container .card .card-footer .links {
  position: relative;
}

.results-container .card .card-footer .links a {
  display: inline-block;
  padding: 0 3px;
  margin-left: 3px;
  color: #838383;
  font-style: 20px;
}

.results-container .card .card-footer .links a i.fa {
  font-style: 20px;
}

.results-container .card .card-footer .links a:hover {
  color: #666;
}

@media screen and (max-width: 991.98px) {
  .results-container .card .card-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .results-container .card .card-footer .links {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
    padding-top: 5px;
  }
}

.call-back-req {
  width: 100%;
  float: left;
  padding: 40px 0;
}

.main-container-text {
  padding-top: 0px;
}

.search-area.sticky {

  top: 0;
  width: 100%;
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  z-index: 999;
  padding: 10px 0px;
  -webkit-box-shadow: 0 4px 4px -4px #898686;
  box-shadow: 0 4px 4px -4px #898686;
}

@media screen and (max-width: 767.98px) {
  .search-area.sticky {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

/* Variables Style*/
/* Colors*/
/* Breaking Points*/
/*  Logo */
.form-hdr-text {
  color: #0f5066;
}

.text-primary {
  color: #0f5066;
}

.text-dark {
  color: #666;
}

.text-light {
  color: #838383;
}

.text-light-grey {
  color: #f5fbfb;
}

.text-success {
  color: #49b317;
}

.text-danger {
  color: #f21b17;
}

.text-warning {
  color: #f1971f;
}

.text-info {
  color: #17a3b2;
}

.btn-primary {
  border-radius: 30px;
  background-color: #0f5066;
}

.btn-primary:hover {
  background-color: #094255;
}

.btn-primary:active, .btn-primary:focus {
  background-color: #094255;
}

.gradient-primary, .navbar-header {
  background: #f0f9ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f9ff), to(#fafafa));
  background: linear-gradient(to bottom, #f0f9ff 0%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#fafafa',GradientType=0 );
}

.secondary-gradient, .carousel-directionNav a:hover, .search-container .btn:hover, .results-container .card .card-footer .btn-sm:hover, .card-map .card-header, .cb-appointment_card .btn-primary:hover, .subscription-card .btn-primary:hover {
  background: #fecc35;
  background: -webkit-gradient(linear, left top, right top, from(#fecc35), to(#fb9d23));
  background: linear-gradient(to right, #fecc35 0%, #fb9d23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecc35', endColorstr='#fb9d23',GradientType=1 );
}

.secondary-gradient:hover, .carousel-directionNav a:hover, .search-container .btn:hover, .results-container .card .card-footer .btn-sm:hover, .card-map .card-header:hover, .cb-appointment_card .btn-primary:hover, .subscription-card .btn-primary:hover {
  background: #fb9d23;
  background: -webkit-gradient(linear, left top, right top, from(#fb9d23), to(#fecc35));
  background: linear-gradient(to right, #fb9d23 0%, #fecc35 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9d23', endColorstr='#fecc35',GradientType=1 );
}

.primary-gradient, .accordion-card.card-job .card-header .btn-link, .doctor-card .card-up, .accordion-card.add-hospital .card-header .btn-link, .accordion-card.create-card .card-header .btn-link, .accordion-card.add-hospital .card-header .btn-link.collapsed, .accordion-card.create-card .card-header .btn-link.collapsed, .accordion-card.add-hospital .card-header .btn-link.collapsed:hover, .accordion-card.create-card .card-header .btn-link.collapsed:hover, .founder-card .card-up {
  background: #0f5169;
  background: linear-gradient(135deg, #0f5169 0%, #1e657f 40%, #117aa0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f5169', endColorstr='#117aa0',GradientType=1 );
}

.primary-gradient:hover, .accordion-card.card-job .card-header .btn-link:hover, .doctor-card .card-up:hover, .accordion-card.add-hospital .card-header .btn-link:hover, .accordion-card.create-card .card-header .btn-link:hover, .accordion-card.add-hospital .card-header .btn-link.collapsed:hover, .accordion-card.create-card .card-header .btn-link.collapsed:hover, .founder-card .card-up:hover {
  background: #117aa0;
  background: linear-gradient(135deg, #117aa0 0%, #1e657f 60%, #0f5169 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#117aa0', endColorstr='#0f5169',GradientType=1 );
}

.modal-hdr-gradient, .modal-header {
  background: #d41715;
  background: -webkit-gradient(linear, left top, left bottom, from(#d41715), to(#af2328));
  background: linear-gradient(to bottom, #d41715 0%, #af2328 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41715', endColorstr='#af2328',GradientType=0 );
}

/* Mixins Style */
.box-transaction, .results-container .card, .services-available .card, .timing-card .card {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.tags a {
  display: inline-block;
  margin: 5px 14px 10px 0;
  padding: 5px 10px;
  color: #666;
  border: 1px solid #dadada;
}

.tags a:hover {
  background-color: #0f5066;
  border: 1px solid #0f5066;
  color: #FFF;
  text-decoration: none;
}

.post {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
  box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
  background-color: #FFF;
  padding: 12px;
}

.post h2 {
  font-size: 22px;
  color: #0f5066;
}

.post h2 p {
  margin-bottom: 20px;
}

.blog-card {
  margin-bottom: 20px;
  padding: 1px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
  box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
  background-color: #FFF;
  padding: 0px;
}

.blog-card .card-header {
  padding: 8px 16px;
  background-color: #0f5066;
  color: #FFF;
}

.blog-card .card-header .video-blog {
  float: right;
}

.blog-card .card-header .video-blog a {
  color: #FFF;
}

.blog-card .card-header .video-blog a i {
  margin-right: 5px;
}

.blog-card .card-body {
  padding: 10px;
}

.blog-card .card-body .img-content {
  float: left;
  width: 170px;
}

.blog-card .card-body .img-content .img {
  width: 170px;
  max-height: 150px;
  overflow: hidden;
  float: left;
  margin-bottom: 10px;
}

.blog-card .card-body .img-content .img-text {
  width: 100%;
  float: left;
  text-align: center;
}

.blog-card .card-body .img-content .img-text .header {
  text-transform: uppercase;
}

.blog-card .card-body .img-content .img-text .header h5 {
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
  float: left;
  font-weight: 500;
}

.blog-card .card-body .img-content .img-text .header h5 span {
  width: 100%;
  padding-top: 5px;
  font-size: 12px;
  float: left;
}

.blog-card .card-body .img-content .img-text p {
  font-style: italic;
  color: #838383;
}

.blog-card .card-body .body-content {
  padding-left: 180px;
}

.blog-card .card-body .body-content header {
  font-size: 22px;
  color: #0f5066;
  padding: 10px 0px 16px;
}

.blog-card .card-body .body-content header p {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  padding: 5px 0 0;
}

.blog-card .card-body .body-content .btn {
  float: right;
  margin-right: 10px;
}

.blog-card .card-footer {
  padding: 8px;
  width: 100%;
  float: left;
  position: relative;
  top: 0;
  right: 0px;
  padding: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-card .card-footer div {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}

.blog-card .card-footer div .btn-sm {
  margin-bottom: 10px;
}

.blog-card .card-footer .links {
  padding-bottom: 4px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 10px;
}

.blog-card .card-footer .links a {
  display: inline-block;
  padding: 0 5px;
  margin-left: 3px;
  color: #838383;
  font-style: 20px;
}

.blog-card .card-footer .links a i.fa {
  font-style: 20px;
}

.blog-card .card-footer .links a:hover {
  color: #666;
}

.blog-card .card-footer .btn-links {
  margin-bottom: 5px;
}

.blog-card .card-footer .btn-links a {
  display: inline-block;
  padding: 3px 4px;
  margin: 0 2px 5px 0;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
}

.blog-card .card-footer .btn-links a:hover {
  color: #094255;
  text-decoration: underline;
}

.blog-card h2 {
  font-size: 22px;
  color: #0f5066;
}

.blog-card h2 p {
  margin-bottom: 20px;
}

@media screen and (max-width: 575.98px) {
  .blog-card .card-header {
    text-align: center;
  }
  .blog-card .card-header .video-blog {
    width: 100%;
    padding-top: 10px;
  }
  .blog-card .card-body .img-content {
    width: 100%;
  }
  .blog-card .card-body .img-content .img {
    width: 150px;
    height: 150px;
    max-height: 150px;
    overflow: hidden;
    float: none;
    margin: 0 auto 10px;
  }
  .blog-card .card-body .body-content {
    padding-left: 0px;
    width: 100%;
    text-align: center;
  }
  .blog-card .card-body .body-content header {
    font-size: 20px;
  }
  .blog-card .card-body .body-content .btn {
    float: none;
    margin: 10px auto;
  }
}

.read-more {
  display: none;
}

.post_info {
  padding: 8px 10px;
  background-color: rgba(0, 0, 0, 0.87);
  margin-bottom: 12px;
  font-size: 13px;
  color: #FFF;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.post_info a {
  color: #FFF;
}

.post_info a:hover {
  color: #FFF;
}

.post_info a span {
  color: #FFF;
}

.post-left {
  float: left;
}

.post-left ul {
  margin-left: 0;
  padding-left: 0;
}

.post-left ul li {
  float: left;
  margin-right: 15px;
  list-style: none;
}

.post-left ul li i {
  margin-right: 4px;
}

.post-right {
  float: right;
}

#sidebar hr {
  margin: 30px 0 20px 0;
  border-top: 1px solid #dadada;
}

.comments-list {
  padding: 0;
  list-style: none;
}

.comments-list .image {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 10px 0 0;
}

.comments-list .image img {
  width: 100%;
  height: 100%;
}

.comments-list h3 {
  font-size: 14px;
  padding: 0 0 0;
  margin-bottom: 0;
  margin-top: 5px;
  text-transform: capitalize;
  letter-spacing: 0;
}

.comments-list h3 a {
  color: #838383;
}

.comments-list h3 a:hover {
  color: #0f5066;
}

.comments-list li {
  margin-bottom: 10px;
  display: table;
  width: 100%;
}

.comments-list li:last-child {
  margin-bottom: 0;
}

.comments-list small {
  color: #838383;
}

.widget-title {
  padding: 15px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #dadada;
}

.widget-title h4 {
  padding: 0;
  margin: 0;
  font-weight: 500;
  line-height: 1;
  font-size: 18px;
}

.widget {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.widget ul.catg {
  list-style: none;
  padding: 0;
}

.widget ul.catg li {
  padding: 0 0 5px 2px;
  position: relative;
}

.widget ul.catg a {
  color: #838383;
}

.widget ul.catg a:hover {
  color: #0f5066;
}

.widget ul.catg a span {
  position: absolute;
  right: 0;
}

.widget .tags a {
  background-color: #FFF;
  padding: 3px 8px;
  font-size: 14px;
  margin: 0 0 4px;
  letter-spacing: 0.4px;
  display: inline-block;
  border-color: #dadada;
}

.widget .tags a:hover {
  background-color: #0f5066;
  color: #FFF;
}

/* From tablet portrait to mobile */
@media screen and (max-width: 767.98px) {
  .post-left ul {
    margin-bottom: 0;
    line-height: 1.8;
  }
  .post-left ul li {
    float: none;
    margin-right: 0;
  }
}

.accordion-card.card-job form::-webkit-input-placeholder {
  opacity: 0.5;
}

.accordion-card.card-job form:-ms-input-placeholder {
  opacity: 0.5;
}

.accordion-card.card-job form::-ms-input-placeholder {
  opacity: 0.5;
}

.accordion-card.card-job form::placeholder {
  opacity: 0.5;
}

.accordion-card.card-job .card-header .btn-link {
  color: #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.accordion-card.card-job .card-header .btn-link:after {
  content: "";
  width: 14px;
  height: 11px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(assets/images/accordion-arrows.png) center bottom no-repeat;
  display: block;
}

.accordion-card.card-job .card-header .btn-link.collapsed {
  background: transparent;
  color: #0f5066;
}

.accordion-card.card-job .card-header .btn-link.collapsed:hover {
  background: transparent;
  color: #094255;
}

.accordion-card.card-job .card-header .btn-link.collapsed:after {
  content: "";
  width: 14px;
  height: 11px;
  position: absolute;
  right: 10px;
  top: 12px;
  background: url(assets/images/accordion-arrows.png) center top no-repeat;
  display: block;
}

.accordion-card.card-job .card-header .btn-link:hover {
  color: #FFF;
}

.post-job {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
  box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
  background-color: #FFF;
  padding: 12px;
}

.post-job h2 {
  font-size: 22px;
}

.post-job h2 p {
  margin-bottom: 20px;
}

.post-job header .figure {
  width: 100px;
  float: left;
  margin: 0 10px 10px 0;
}

.post-job header .header-text {
  padding-left: 80px;
}

.post-job header .header-text h2 {
  margin-bottom: 0px;
}

.post-job header .header-text p {
  line-height: 20px;
}

@media screen and (max-width: 767.98px) {
  .post-job header {
    text-align: center;
  }
  .post-job header .figure {
    width: 100px;
    float: none;
    margin: 10px auto;
  }
  .post-job header .header-text {
    padding: 0px 5px;
  }
  .post-job header .header-text p {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767.98px) {
  .post-job .apply-btn {
    text-align: center;
  }
}

.post-job_info {
  padding: 8px 10px;
  background-color: rgba(0, 0, 0, 0.7);
  margin-bottom: 12px;
  font-size: 13px;
  position: relative;
  color: #FFF;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.post-job_info .post-left {
  float: left;
}

.post-job_info .post-left ul {
  margin-left: 0;
  padding-left: 0;
}

.post-job_info .post-left ul li {
  float: left;
  margin-right: 20px;
  list-style: none;
  padding: 3px 0;
}

.post-job_info .post-left ul li i {
  margin-right: 4px;
}

.post-job_info .post-date {
  position: absolute;
  right: 10px;
  top: -20px;
  color: #0f5066;
}

#sidebar hr {
  margin: 30px 0 20px 0;
  border-top: 1px solid #dadada;
}

.comments-list {
  padding: 0;
  list-style: none;
}

.comments-list .image {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 10px 0 0;
}

.comments-list .image img {
  width: 100%;
  height: 100%;
}

.comments-list h3 {
  font-size: 14px;
  padding: 0 0 0;
  margin-bottom: 0;
  margin-top: 5px;
  text-transform: capitalize;
  letter-spacing: 0;
}

.comments-list h3 a {
  color: #838383;
}

.comments-list h3 a:hover {
  color: #0f5066;
}

.comments-list li {
  margin-bottom: 10px;
  display: table;
  width: 100%;
}

.comments-list li:last-child {
  margin-bottom: 0;
}

.comments-list small {
  color: #838383;
}

.widget-title {
  padding: 15px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #dadada;
}

.widget-title h4 {
  padding: 0;
  margin: 0;
  font-weight: 500;
  line-height: 1;
  font-size: 18px;
}

.widget {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.widget ul.catg {
  list-style: none;
  padding: 0;
}

.widget ul.catg li {
  padding: 0 0 5px 2px;
  position: relative;
}

.widget ul.catg a {
  color: #838383;
}

.widget ul.catg a:hover {
  color: #0f5066;
}

.widget ul.catg a span {
  position: absolute;
  right: 0;
}

.widget .tags a {
  background-color: #FFF;
  padding: 3px 8px;
  font-size: 14px;
  margin: 0 0 4px;
  letter-spacing: 0.4px;
  display: inline-block;
  border-color: #dadada;
}

.widget .tags a:hover {
  background-color: #0f5066;
  color: #FFF;
}

/* From tablet portrait to mobile */
@media screen and (max-width: 767.98px) {
  .post-left ul {
    margin-bottom: 0;
    line-height: 1.8;
  }
  .post-left ul li {
    float: none;
    margin-right: 0;
  }
}

/* Variables Style*/
/* Colors*/
/* Breaking Points*/
/*  Logo */
.form-hdr-text {
  color: #0f5066;
}

.text-primary {
  color: #0f5066;
}

.text-dark {
  color: #666;
}

.text-light {
  color: #838383;
}

.text-light-grey {
  color: #f5fbfb;
}

.text-success {
  color: #49b317;
}

.text-danger {
  color: #f21b17;
}

.text-warning {
  color: #f1971f;
}

.text-info {
  color: #17a3b2;
}

.btn-primary {
  border-radius: 30px;
  background-color: #0f5066;
}

.btn-primary:hover {
  background-color: #094255;
}

.btn-primary:active, .btn-primary:focus {
  background-color: #094255;
}

.gradient-primary, .navbar-header {
  background: #f0f9ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f9ff), to(#fafafa));
  background: linear-gradient(to bottom, #f0f9ff 0%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#fafafa',GradientType=0 );
}

.secondary-gradient, .carousel-directionNav a:hover, .search-container .btn:hover, .results-container .card .card-footer .btn-sm:hover, .card-map .card-header, .cb-appointment_card .btn-primary:hover, .subscription-card .btn-primary:hover {
  background: #fecc35;
  background: -webkit-gradient(linear, left top, right top, from(#fecc35), to(#fb9d23));
  background: linear-gradient(to right, #fecc35 0%, #fb9d23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecc35', endColorstr='#fb9d23',GradientType=1 );
}

.secondary-gradient:hover, .carousel-directionNav a:hover, .search-container .btn:hover, .results-container .card .card-footer .btn-sm:hover, .card-map .card-header:hover, .cb-appointment_card .btn-primary:hover, .subscription-card .btn-primary:hover {
  background: #fb9d23;
  background: -webkit-gradient(linear, left top, right top, from(#fb9d23), to(#fecc35));
  background: linear-gradient(to right, #fb9d23 0%, #fecc35 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9d23', endColorstr='#fecc35',GradientType=1 );
}

.primary-gradient, .accordion-card.card-job .card-header .btn-link, .doctor-card .card-up, .accordion-card.add-hospital .card-header .btn-link, .accordion-card.create-card .card-header .btn-link, .accordion-card.add-hospital .card-header .btn-link.collapsed, .accordion-card.create-card .card-header .btn-link.collapsed, .accordion-card.add-hospital .card-header .btn-link.collapsed:hover, .accordion-card.create-card .card-header .btn-link.collapsed:hover, .founder-card .card-up {
  background: #0f5169;
  background: linear-gradient(135deg, #0f5169 0%, #1e657f 40%, #117aa0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f5169', endColorstr='#117aa0',GradientType=1 );
}

.primary-gradient:hover, .accordion-card.card-job .card-header .btn-link:hover, .doctor-card .card-up:hover, .accordion-card.add-hospital .card-header .btn-link:hover, .accordion-card.create-card .card-header .btn-link:hover, .accordion-card.add-hospital .card-header .btn-link.collapsed:hover, .accordion-card.create-card .card-header .btn-link.collapsed:hover, .founder-card .card-up:hover {
  background: #117aa0;
  background: linear-gradient(135deg, #117aa0 0%, #1e657f 60%, #0f5169 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#117aa0', endColorstr='#0f5169',GradientType=1 );
}

.modal-hdr-gradient, .modal-header {
  background: #d41715;
  background: -webkit-gradient(linear, left top, left bottom, from(#d41715), to(#af2328));
  background: linear-gradient(to bottom, #d41715 0%, #af2328 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41715', endColorstr='#af2328',GradientType=0 );
}

/* Mixins Style */
.box-transaction, .results-container .card, .services-available .card, .timing-card .card {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.jumbotron-csr {
  padding: 15px;
  text-align: center;
  background: transparent;
  margin-bottom: 1rem;
}

.jumbotron-csr .display-4 {
  font-size: 2.3rem;
  color: #c95200;
}

.jumbotron-csr p {
  color: #0f5066;
  margin-bottom: 0;
}

/*carousel CSR*/
.carousel.carousel-csr {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0 50px;
}

.carousel.carousel-csr .item {
  text-align: center;
  overflow: hidden;
  min-height: 340px;
}

.carousel.carousel-csr .item a {
  color: #0f5066;
}

.carousel.carousel-csr .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #FFF;
  text-shadow: none;
  top: 15px;
  right: 15px;
}

.carousel.carousel-csr .carousel-control i {
  font-size: 20px;
  margin-right: 2px;
  color: #c95200;
}

.carousel.carousel-csr .carousel-control.left {
  left: auto;
  right: 50px;
}

.carousel.carousel-csr .carousel-control.right i {
  margin-right: -2px;
}

.carousel.carousel-csr .carousel-indicators {
  bottom: 15px;
  margin: 20px 0 0;
  padding: 0px;
}

.carousel.carousel-csr .carousel-indicators li {
  background: #e9ecef;
  border-color: transparent;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 1px 5px;
  border: 1px solid #dadada;
}

.carousel.carousel-csr .carousel-indicators li.active {
  border: none;
  background: #c95200;
}

#myCarousel.carousel-csr img {
  width: inherit;
}

.csr {
  width: 100%;
  background: #fefefe;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.csr .workers-care, .csr .employees-care, .csr .community-care, .csr .school-care, .csr .college-care {
  width: 100%;
  float: left;
  padding: 40px 10px;
  background: url(assets/images/csr/workers-care-bg.jpg) center bottom no-repeat;
  background-size: cover;
  position: relative;
  height: 400px;
  margin-bottom: 100px;
}

.csr .workers-care h1, .csr .employees-care h1, .csr .community-care h1, .csr .school-care h1, .csr .college-care h1 {
  font-weight: normal;
  color: #FFF;
  font-weight: 300;
  text-align: center;
}

.csr .workers-care h1 span, .csr .employees-care h1 span, .csr .community-care h1 span, .csr .school-care h1 span, .csr .college-care h1 span {
  font-weight: 700;
  display: block;
}

.csr .workers-care .care-image, .csr .employees-care .care-image, .csr .community-care .care-image, .csr .school-care .care-image, .csr .college-care .care-image {
  width: 350px;
  margin: auto;
  position: relative;
  top: -20px;
}

.csr .workers-care .care-image img, .csr .employees-care .care-image img, .csr .community-care .care-image img, .csr .school-care .care-image img, .csr .college-care .care-image img {
  width: 100%;
}

@media screen and (max-width: 575.98px) {
  .csr .workers-care .care-image, .csr .employees-care .care-image, .csr .community-care .care-image, .csr .school-care .care-image, .csr .college-care .care-image {
    width: 320px;
    top: -15px;
  }
}

@media screen and (max-width: 767.98px) {
  .csr .workers-care, .csr .employees-care, .csr .community-care, .csr .school-care, .csr .college-care {
    margin-bottom: 120px;
    height: 350px;
  }
  .csr .workers-care h1, .csr .employees-care h1, .csr .community-care h1, .csr .school-care h1, .csr .college-care h1 {
    font-size: 30px;
    padding: 0 8px;
  }
}

.csr .organise-camp {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #c95200;
}

.csr .organise-camp span {
  color: #156f74;
}

@media screen and (max-width: 767.98px) {
  .csr .organise-camp {
    font-size: 18px;
    padding: 10px;
  }
}

.csr .its-easy {
  color: #c95200;
}

.csr .certified-refractionist {
  text-align: center;
  color: #c95200;
}

.csr .certified-refractionist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-width: 650px;
  margin: auto;
}

.csr .certified-refractionist ul li {
  text-align: center;
  font-weight: 600;
  display: inline-block;
  width: 24%;
  padding: 10px 2px;
}

@media screen and (max-width: 767.98px) {
  .csr .certified-refractionist ul li {
    width: 48%;
  }
}

.csr .certified-refractionist ul li .equi-icons {
  width: 48px;
  height: 48px;
  background: url(assets/images/csr/equi_icons.png) no-repeat;
  display: inline-block;
  margin-bottom: 10px;
}

.csr .certified-refractionist ul li .equi-icons.certified_ico {
  background-position: left top;
}

.csr .certified-refractionist ul li .equi-icons.digital-equip_ico {
  background-position: left -55px;
}

.csr .certified-refractionist ul li .equi-icons.accurate-test_ico {
  background-position: left -114px;
}

.csr .certified-refractionist ul li .equi-icons.free_ico {
  background-position: left -170px;
}

@media screen and (max-width: 767.98px) {
  .csr .certified-refractionist p {
    padding: 0 10px;
  }
}

.csr .employees-care {
  background: url(assets/images/csr/employees-care-bg.jpg) center top no-repeat;
  background-size: cover;
}

.csr .community-care {
  background: url(assets/images/csr/community-care-bg.jpg) center top no-repeat;
  background-size: cover;
}

.csr .community-care h1 {
  font-size: 25px;
}

.csr .community-care h1 span {
  font-size: 35px;
}

@media screen and (max-width: 767.98px) {
  .csr .community-care h1 {
    font-size: 20px;
  }
}

.csr .school-care {
  background: url(assets/images/csr/school-care-bg.jpg) center top no-repeat;
  background-size: cover;
}

.csr .college-care {
  background: url(assets/images/csr/college-care-bg.jpg) center top no-repeat;
  background-size: cover;
}

.csr .collaborations {
  display: block;
}

@media screen and (max-width: 767.98px) {
  .csr .collaborations {
    display: none;
  }
}

.csr .collaborations-text {
  background: #d41715;
  color: #FFF;
  width: 100%;
  height: 200px;
  position: relative;
  margin: 100px 0;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
}

.csr .collaborations-text span {
  display: block;
  padding: 0;
  font-size: 40px;
  font-weight: 600;
}

.csr .collaborations-text::after {
  content: "";
  width: 300px;
  height: 307px;
  background: url(assets/images/csr/collaborations-img.png) center top no-repeat;
  position: absolute;
  left: 45%;
  margin-left: -150px;
  top: -50px;
  background-size: 100%;
}

.csr .collaborations-text .left, .csr .collaborations-text .right {
  width: 50%;
  padding: 0 3%;
  padding-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

/* Variables Style*/
/* Colors*/
/* Breaking Points*/
/*  Logo */
.form-hdr-text {
  color: #0f5066;
}

.text-primary {
  color: #0f5066;
}

.text-dark {
  color: #666;
}

.text-light {
  color: #838383;
}

.text-light-grey {
  color: #f5fbfb;
}

.text-success {
  color: #49b317;
}

.text-danger {
  color: #f21b17;
}

.text-warning {
  color: #f1971f;
}

.text-info {
  color: #17a3b2;
}

.btn-primary {
  border-radius: 30px;
  background-color: #0f5066;
}

.btn-primary:hover {
  background-color: #094255;
}

.btn-primary:active, .btn-primary:focus {
  background-color: #094255;
}

.gradient-primary, .navbar-header {
  background: #f0f9ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f9ff), to(#fafafa));
  background: linear-gradient(to bottom, #f0f9ff 0%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#fafafa',GradientType=0 );
}

.secondary-gradient, .carousel-directionNav a:hover, .search-container .btn:hover, .results-container .card .card-footer .btn-sm:hover, .card-map .card-header, .cb-appointment_card .btn-primary:hover, .subscription-card .btn-primary:hover {
  background: #fecc35;
  background: -webkit-gradient(linear, left top, right top, from(#fecc35), to(#fb9d23));
  background: linear-gradient(to right, #fecc35 0%, #fb9d23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecc35', endColorstr='#fb9d23',GradientType=1 );
}

.secondary-gradient:hover, .carousel-directionNav a:hover, .search-container .btn:hover, .results-container .card .card-footer .btn-sm:hover, .card-map .card-header:hover, .cb-appointment_card .btn-primary:hover, .subscription-card .btn-primary:hover {
  background: #fb9d23;
  background: -webkit-gradient(linear, left top, right top, from(#fb9d23), to(#fecc35));
  background: linear-gradient(to right, #fb9d23 0%, #fecc35 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9d23', endColorstr='#fecc35',GradientType=1 );
}

.primary-gradient, .accordion-card.card-job .card-header .btn-link, .doctor-card .card-up, .accordion-card.add-hospital .card-header .btn-link, .accordion-card.create-card .card-header .btn-link, .accordion-card.add-hospital .card-header .btn-link.collapsed, .accordion-card.create-card .card-header .btn-link.collapsed, .accordion-card.add-hospital .card-header .btn-link.collapsed:hover, .accordion-card.create-card .card-header .btn-link.collapsed:hover, .founder-card .card-up {
  background: #0f5169;
  background: linear-gradient(135deg, #0f5169 0%, #1e657f 40%, #117aa0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f5169', endColorstr='#117aa0',GradientType=1 );
}

.primary-gradient:hover, .accordion-card.card-job .card-header .btn-link:hover, .doctor-card .card-up:hover, .accordion-card.add-hospital .card-header .btn-link:hover, .accordion-card.create-card .card-header .btn-link:hover, .accordion-card.add-hospital .card-header .btn-link.collapsed:hover, .accordion-card.create-card .card-header .btn-link.collapsed:hover, .founder-card .card-up:hover {
  background: #117aa0;
  background: linear-gradient(135deg, #117aa0 0%, #1e657f 60%, #0f5169 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#117aa0', endColorstr='#0f5169',GradientType=1 );
}

.modal-hdr-gradient, .modal-header {
  background: #d41715;
  background: -webkit-gradient(linear, left top, left bottom, from(#d41715), to(#af2328));
  background: linear-gradient(to bottom, #d41715 0%, #af2328 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41715', endColorstr='#af2328',GradientType=0 );
}

/* Mixins Style */
.box-transaction, .results-container .card, .services-available .card, .timing-card .card {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.disorder-child, .disorder-elderly {
  padding: 0px;
}

.disorder-child .nav-pills, .disorder-elderly .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.disorder-child .nav-pills .nav-link, .disorder-elderly .nav-pills .nav-link {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: right;
  text-transform: uppercase;
  color: #f21b17;
  border-bottom: 1px solid rgba(21, 111, 116, 0.5);
  font-size: 13px;
  border-radius: 0;
  font-weight: 400;
}

.disorder-child .nav-pills .nav-link.active, .disorder-elderly .nav-pills .nav-link.active {
  font-weight: 600;
  color: #156f74;
  background: transparent;
  border-bottom-color: transparent;
}

@media screen and (max-width: 991.98px) {
  .disorder-child .nav-pills .nav-link, .disorder-elderly .nav-pills .nav-link {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    text-align: center;
    border-color: #156f74;
    border-radius: 30px;
    padding: 5px 10px;
    min-height: 50px;
  }
  .disorder-child .nav-pills .nav-link.active, .disorder-elderly .nav-pills .nav-link.active {
    border-color: #156f74;
  }
}

@media screen and (max-width: 767.98px) {
  .disorder-child .nav-pills .nav-link, .disorder-elderly .nav-pills .nav-link {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    text-align: center;
  }
}

@media screen and (max-width: 575.98px) {
  .disorder-child .nav-pills .nav-link, .disorder-elderly .nav-pills .nav-link {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    min-height: auto;
  }
}

.disorder-child .disorder-children-tab, .disorder-child .disorder-elderly-tab, .disorder-elderly .disorder-children-tab, .disorder-elderly .disorder-elderly-tab {
  width: 100%;
  min-height: 890px;
  height: 100%;
  padding: 10px 0px 300px 20px;
  font-size: 24px;
  text-transform: uppercase;
  background: url(assets/images/eye-disorder/child-bg.png) center bottom no-repeat;
  font-weight: 600;
  background-size: auto;
  color: #156f74;
}

.disorder-child .disorder-children-tab span.info, .disorder-child .disorder-elderly-tab span.info, .disorder-elderly .disorder-children-tab span.info, .disorder-elderly .disorder-elderly-tab span.info {
  font-size: 35px;
  border: 2px solid #f21b17;
  padding: 2px 8px;
  line-height: auto;
  color: #f21b17;
  clear: both;
  display: inline-block;
  margin: 5px 0;
}

.disorder-child .disorder-children-tab span.info.eyecare, .disorder-child .disorder-elderly-tab span.info.eyecare, .disorder-elderly .disorder-children-tab span.info.eyecare, .disorder-elderly .disorder-elderly-tab span.info.eyecare {
  margin-top: -7px;
}

.disorder-child .disorder-children-tab .search-url, .disorder-child .disorder-elderly-tab .search-url, .disorder-elderly .disorder-children-tab .search-url, .disorder-elderly .disorder-elderly-tab .search-url {
  max-width: 90%;
  margin-top: 15px;
}

.disorder-child .disorder-children-tab .search-url .form-control, .disorder-child .disorder-elderly-tab .search-url .form-control, .disorder-elderly .disorder-children-tab .search-url .form-control, .disorder-elderly .disorder-elderly-tab .search-url .form-control {
  border: 2px solid #156f74;
  border-radius: 40px 0 0 40px;
  border-right: none;
  color: #f21b17;
  font-weight: 600;
}

.disorder-child .disorder-children-tab .search-url .input-group-append span, .disorder-child .disorder-elderly-tab .search-url .input-group-append span, .disorder-elderly .disorder-children-tab .search-url .input-group-append span, .disorder-elderly .disorder-elderly-tab .search-url .input-group-append span {
  border: 2px solid #156f74;
  border-radius: 0px 40px 40px 0px;
  border-left: none;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #d41715;
  color: #FFF;
}

@media screen and (max-width: 767.98px) {
  .disorder-child .disorder-children-tab .search-url, .disorder-child .disorder-elderly-tab .search-url, .disorder-elderly .disorder-children-tab .search-url, .disorder-elderly .disorder-elderly-tab .search-url {
    max-width: 80%;
  }
}

@media screen and (max-width: 575.98px) {
  .disorder-child .disorder-children-tab .search-url, .disorder-child .disorder-elderly-tab .search-url, .disorder-elderly .disorder-children-tab .search-url, .disorder-elderly .disorder-elderly-tab .search-url {
    max-width: 90%;
  }
  .disorder-child .disorder-children-tab .search-url .form-control, .disorder-child .disorder-elderly-tab .search-url .form-control, .disorder-elderly .disorder-children-tab .search-url .form-control, .disorder-elderly .disorder-elderly-tab .search-url .form-control {
    font-size: 14px;
  }
}

@media screen and (max-width: 991.98px) {
  .disorder-child .disorder-children-tab, .disorder-child .disorder-elderly-tab, .disorder-elderly .disorder-children-tab, .disorder-elderly .disorder-elderly-tab {
    padding: 30px 0px 300px 10px;
    background-position: left bottom;
    background-size: 80%;
  }
  .disorder-child .disorder-children-tab span.info, .disorder-child .disorder-elderly-tab span.info, .disorder-elderly .disorder-children-tab span.info, .disorder-elderly .disorder-elderly-tab span.info {
    font-size: 30px;
  }
}

@media screen and (max-width: 767.98px) {
  .disorder-child .disorder-children-tab, .disorder-child .disorder-elderly-tab, .disorder-elderly .disorder-children-tab, .disorder-elderly .disorder-elderly-tab {
    min-height: auto;
    background-size: 70%;
  }
}

@media screen and (max-width: 575.98px) {
  .disorder-child .disorder-children-tab, .disorder-child .disorder-elderly-tab, .disorder-elderly .disorder-children-tab, .disorder-elderly .disorder-elderly-tab {
    background-size: 100%;
    font-size: 18px;
  }
  .disorder-child .disorder-children-tab span.info, .disorder-child .disorder-elderly-tab span.info, .disorder-elderly .disorder-children-tab span.info, .disorder-elderly .disorder-elderly-tab span.info {
    font-size: 26px;
  }
}

.disorder-child .disorder-children-tab-space, .disorder-child .disorder-elderly-tab-space, .disorder-elderly .disorder-children-tab-space, .disorder-elderly .disorder-elderly-tab-space {
  padding-left: 20px;
}

.disorder-child .disorder-elderly-tab, .disorder-elderly .disorder-elderly-tab {
  min-height: 750px;
  background: url(assets/images/eye-disorder/elderly-bg.png) center bottom no-repeat;
  color: #666433;
}

.disorder-child .disorder-elderly-tab span.info.yourHome, .disorder-elderly .disorder-elderly-tab span.info.yourHome {
  margin-top: -7px;
}

.disorder-child .disorder-elderly-tab .search-url .form-control, .disorder-elderly .disorder-elderly-tab .search-url .form-control {
  border: 2px solid #666433;
  border-right: none;
}

@media screen and (max-width: 991.98px) {
  .disorder-child .disorder-elderly-tab, .disorder-elderly .disorder-elderly-tab {
    padding: 30px 0px 300px 10px;
    background-position: left bottom;
    background-size: 80%;
  }
}

@media screen and (max-width: 767.98px) {
  .disorder-child .disorder-elderly-tab, .disorder-elderly .disorder-elderly-tab {
    min-height: auto;
    background-position: center bottom;
    background-size: 50%;
  }
}

@media screen and (max-width: 575.98px) {
  .disorder-child .disorder-elderly-tab, .disorder-elderly .disorder-elderly-tab {
    min-height: auto;
    background-position: center bottom;
    background-size: 80%;
  }
}

.disorder-elderly .nav-pills .nav-link {
  color: #666433;
  border-bottom: 1px solid rgba(102, 100, 51, 0.5);
}

.disorder-elderly .nav-pills .nav-link.active {
  color: #666433;
}

@media screen and (max-width: 991.98px) {
  .disorder-elderly .nav-pills .nav-link {
    border-color: #666433;
  }
  .disorder-elderly .nav-pills .nav-link.active {
    border-color: #666433;
  }
}

.disorder-doctors {
  width: 100%;
  float: left;
}

.disorder-doctors .results-container {
  margin-top: 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.disorder-doctors .results-container .card.card-doctor {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-right: 0;
  padding-bottom: 110px;
  margin: 0px 0 16px 0;
}

@media screen and (max-width: 767.98px) {
  .disorder-doctors .results-container .card.card-doctor {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 575.98px) {
  .disorder-doctors .results-container .card.card-doctor {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .disorder-doctors .results-container .card.card-doctor:last-child {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 991.98px) {
  .disorder-doctors {
    padding-top: 30px;
  }
}

/* Variables Style*/
/* Colors*/
/* Breaking Points*/
/*  Logo */
.form-hdr-text {
  color: #0f5066;
}

.text-primary {
  color: #0f5066;
}

.text-dark {
  color: #666;
}

.text-light {
  color: #838383;
}

.text-light-grey {
  color: #f5fbfb;
}

.text-success {
  color: #49b317;
}

.text-danger {
  color: #f21b17;
}

.text-warning {
  color: #f1971f;
}

.text-info {
  color: #17a3b2;
}

.btn-primary {
  border-radius: 30px;
  background-color: #0f5066;
}

.btn-primary:hover {
  background-color: #094255;
}

.btn-primary:active, .btn-primary:focus {
  background-color: #094255;
}

.gradient-primary, .navbar-header {
  background: #f0f9ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f9ff), to(#fafafa));
  background: linear-gradient(to bottom, #f0f9ff 0%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#fafafa',GradientType=0 );
}

.secondary-gradient, .carousel-directionNav a:hover, .search-container .btn:hover, .results-container .card .card-footer .btn-sm:hover, .card-map .card-header, .cb-appointment_card .btn-primary:hover, .subscription-card .btn-primary:hover {
  background: #fecc35;
  background: -webkit-gradient(linear, left top, right top, from(#fecc35), to(#fb9d23));
  background: linear-gradient(to right, #fecc35 0%, #fb9d23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecc35', endColorstr='#fb9d23',GradientType=1 );
}

.secondary-gradient:hover, .carousel-directionNav a:hover, .search-container .btn:hover, .results-container .card .card-footer .btn-sm:hover, .card-map .card-header:hover, .cb-appointment_card .btn-primary:hover, .subscription-card .btn-primary:hover {
  background: #fb9d23;
  background: -webkit-gradient(linear, left top, right top, from(#fb9d23), to(#fecc35));
  background: linear-gradient(to right, #fb9d23 0%, #fecc35 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9d23', endColorstr='#fecc35',GradientType=1 );
}

.primary-gradient, .accordion-card.card-job .card-header .btn-link, .doctor-card .card-up, .accordion-card.add-hospital .card-header .btn-link, .accordion-card.create-card .card-header .btn-link, .accordion-card.add-hospital .card-header .btn-link.collapsed, .accordion-card.create-card .card-header .btn-link.collapsed, .accordion-card.add-hospital .card-header .btn-link.collapsed:hover, .accordion-card.create-card .card-header .btn-link.collapsed:hover, .founder-card .card-up {
  background: #0f5169;
  background: linear-gradient(135deg, #0f5169 0%, #1e657f 40%, #117aa0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f5169', endColorstr='#117aa0',GradientType=1 );
}

.primary-gradient:hover, .accordion-card.card-job .card-header .btn-link:hover, .doctor-card .card-up:hover, .accordion-card.add-hospital .card-header .btn-link:hover, .accordion-card.create-card .card-header .btn-link:hover, .accordion-card.add-hospital .card-header .btn-link.collapsed:hover, .accordion-card.create-card .card-header .btn-link.collapsed:hover, .founder-card .card-up:hover {
  background: #117aa0;
  background: linear-gradient(135deg, #117aa0 0%, #1e657f 60%, #0f5169 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#117aa0', endColorstr='#0f5169',GradientType=1 );
}

.modal-hdr-gradient, .modal-header {
  background: #d41715;
  background: -webkit-gradient(linear, left top, left bottom, from(#d41715), to(#af2328));
  background: linear-gradient(to bottom, #d41715 0%, #af2328 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41715', endColorstr='#af2328',GradientType=0 );
}

/* Mixins Style */
.box-transaction, .results-container .card, .services-available .card, .timing-card .card {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.doctor-card {
  -webkit-box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
  box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
}

.doctor-card .card-up {
  height: 120px;
  overflow: hidden;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.doctor-card .card-up header {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0;
  text-align: center;
  color: #FFF;
}

.doctor-card .avatar {
  width: 150px;
  margin-top: -60px;
  overflow: hidden;
  border: 5px solid #FFF;
  border-radius: 50%;
  position: relative;
  z-index: 0;
}

.doctor-card .doctor-social {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  padding-top: 5px;
  position: relative;
  top: -30px;
}

.doctor-card .doctor-social a {
  display: inline-block;
  padding: 0 3px;
  margin-left: 3px;
  color: #838383;
  font-style: 20px;
}

.doctor-card .doctor-social a i.fa {
  font-style: 20px;
}

.doctor-card .doctor-social a:hover {
  color: #666;
}

.doctor-card .card-header {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 20px;
}

.doctor-card .card-header .name {
  display: block;
}

.doctor-card .card-body span {
  font-weight: 500;
}

.card-map {
  -webkit-box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
  box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
  margin-top: 20px;
}

.card-map .card-header {
  color: #FFF;
  text-align: center;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.card-map .card-header header {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0;
  text-align: center;
  color: #FFF;
}

.silder-card {
  -webkit-box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
  box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
}

.silder-card-header {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 0;
}

.silder-card .card-body span {
  font-weight: 500;
}

.hospital-slider {
  padding-bottom: 0px;
}

.services-available .card {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-bottom: 50px;
  position: relative;
  margin: 20px 2% 0 0;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
  box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
}

.services-available .card:hover {
  cursor: pointer;
  color: #0f5066;
  -webkit-box-shadow: 0 3px 8px 0 #858585;
  box-shadow: 0 3px 8px 0 #858585;
}

.services-available .card-content {
  padding: 16px;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}

.services-available .card-content .header {
  text-transform: uppercase;
}

.services-available .card-content .header h4 {
  font-size: 18px;
  margin-bottom: 10px;
  width: 100%;
  float: left;
  font-weight: 600;
}

.services-available .card-content .header h4 span {
  width: 100%;
  padding-top: 5px;
  font-size: 12px;
  float: left;
}

.services-available .card-content .header h4 span .fas {
  width: 18px;
}

.services-available .card-content p {
  font-style: italic;
  color: #838383;
}

.services-available .card-content p mdb-badge {
  width: 100%;
  float: left;
  padding: 10px;
  font-size: 14px;
  white-space: inherit;
  line-height: 20px;
}

.services-available .card-footer {
  padding: 16px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.services-available .card-footer .links a {
  display: inline-block;
  padding: 0 5px;
  margin-left: 3px;
  color: #838383;
  font-style: 20px;
}

.services-available .card-footer .links a i.fa {
  font-style: 20px;
}

.services-available .card-footer .links a:hover {
  color: #666;
}

.services-available_list {
  width: 100%;
  padding: 0;
}

.services-available_list ul {
  list-style-type: none;
  padding: 0px;
}

.services-available_list ul li {
  width: 50%;
  padding: 5px;
  float: left;
}

@media screen and (max-width: 991.98px) {
  .services-available_list ul li {
    width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .services-available_list ul li {
    width: 50%;
  }
}

.cb-appointment_card {
  margin-bottom: 16px;
}

.cb-appointment_card .btn-primary:hover {
  border-color: #f1971f;
}

.cb-appointment_card .btn-primary:active {
  background-color: #0f5066;
}

.cb-appointment_card .hosp-logo img {
  max-width: 150px;
}

.timing-card .card {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  position: relative;
  margin: 20px 0 0 0;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
  box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
}

.timing-card .card:hover {
  cursor: pointer;
  color: #0f5066;
  -webkit-box-shadow: 0 3px 8px 0 #858585;
  box-shadow: 0 3px 8px 0 #858585;
}

.timing-card .card .card-header {
  text-transform: uppercase;
}

.timing-card .card .card-header h4 {
  font-size: 18px;
  margin-bottom: 0px;
  width: 100%;
  float: left;
  font-weight: 600;
}

.timing-card .card table {
  border-collapse: collapse;
  width: 100%;
}

.timing-card .card table td, .timing-card .card table th {
  padding: 5px 8px;
  border: 1px solid #dadada;
  font-size: 14px;
}

.social-form i {
  width: 15px;
  margin-right: 3px;
}

.color-danger {
  color: #f21b17;
}

.color-success {
  color: #3d8919;
}

.map-section {
  margin-top: 20px;
  text-align: center;
}

.map-section mdb-card {
  border-radius: 6px;
  overflow: hidden;
}

.map-section .gradient-card-header {
  text-align: center;
  color: #FFF;
}

.map-section .card-header-title {
  padding-top: 10px;
}

.hosp-social-links {
  width: 100%;
  float: left;
  padding: 5px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin-bottom: 15px;
}

.hosp-social-links a {
  display: inline-block;
  padding: 0 5px;
  margin-left: 3px;
  color: #838383;
  font-style: 20px;
}

.hosp-social-links a i.fa {
  font-style: 20px;
}

.hosp-social-links a:hover {
  color: #666;
}

.results-container.results-doctorProfile, .results-container.results-hospitalProfile {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0px;
}

.results-container.results-doctorProfile .card.card-doctor-horizontal, .results-container.results-doctorProfile .card.card-hospital-horizontal, .results-container.results-hospitalProfile .card.card-doctor-horizontal, .results-container.results-hospitalProfile .card.card-hospital-horizontal {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 16px 0 0px 0;
  display: block;
  padding-bottom: 0px;
}

.results-container.results-doctorProfile .card.card-doctor-horizontal .img, .results-container.results-doctorProfile .card.card-hospital-horizontal .img, .results-container.results-hospitalProfile .card.card-doctor-horizontal .img, .results-container.results-hospitalProfile .card.card-hospital-horizontal .img {
  width: 140px;
  float: left;
  height: 140px;
  overflow: hidden;
}

.results-container.results-doctorProfile .card.card-doctor-horizontal .img img, .results-container.results-doctorProfile .card.card-hospital-horizontal .img img, .results-container.results-hospitalProfile .card.card-doctor-horizontal .img img, .results-container.results-hospitalProfile .card.card-hospital-horizontal .img img {
  width: 100%;
}

.results-container.results-doctorProfile .card.card-doctor-horizontal .header, .results-container.results-doctorProfile .card.card-hospital-horizontal .header, .results-container.results-hospitalProfile .card.card-doctor-horizontal .header, .results-container.results-hospitalProfile .card.card-hospital-horizontal .header {
  padding-top: 5px;
}

.results-container.results-doctorProfile .card.card-doctor-horizontal .header h5 a, .results-container.results-doctorProfile .card.card-hospital-horizontal .header h5 a, .results-container.results-hospitalProfile .card.card-doctor-horizontal .header h5 a, .results-container.results-hospitalProfile .card.card-hospital-horizontal .header h5 a {
  width: 95%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.results-container.results-doctorProfile .card.card-doctor-horizontal .header h5 a span, .results-container.results-doctorProfile .card.card-hospital-horizontal .header h5 a span, .results-container.results-hospitalProfile .card.card-doctor-horizontal .header h5 a span, .results-container.results-hospitalProfile .card.card-hospital-horizontal .header h5 a span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.results-container.results-doctorProfile .card.card-doctor-horizontal .card-content, .results-container.results-doctorProfile .card.card-hospital-horizontal .card-content, .results-container.results-hospitalProfile .card.card-doctor-horizontal .card-content, .results-container.results-hospitalProfile .card.card-hospital-horizontal .card-content {
  width: 38%;
  float: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
}

.results-container.results-doctorProfile .card.card-doctor-horizontal .card-content p, .results-container.results-doctorProfile .card.card-hospital-horizontal .card-content p, .results-container.results-hospitalProfile .card.card-doctor-horizontal .card-content p, .results-container.results-hospitalProfile .card.card-hospital-horizontal .card-content p {
  line-height: 20px;
}

.results-container.results-doctorProfile .card.card-doctor-horizontal .card-footer, .results-container.results-doctorProfile .card.card-hospital-horizontal .card-footer, .results-container.results-hospitalProfile .card.card-doctor-horizontal .card-footer, .results-container.results-hospitalProfile .card.card-hospital-horizontal .card-footer {
  width: 35%;
  float: right;
  position: absolute;
  top: 0;
  right: 0px;
  padding: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.results-container.results-doctorProfile .card.card-doctor-horizontal .card-footer div, .results-container.results-doctorProfile .card.card-hospital-horizontal .card-footer div, .results-container.results-hospitalProfile .card.card-doctor-horizontal .card-footer div, .results-container.results-hospitalProfile .card.card-hospital-horizontal .card-footer div {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}

.results-container.results-doctorProfile .card.card-doctor-horizontal .card-footer div .btn-sm, .results-container.results-doctorProfile .card.card-hospital-horizontal .card-footer div .btn-sm, .results-container.results-hospitalProfile .card.card-doctor-horizontal .card-footer div .btn-sm, .results-container.results-hospitalProfile .card.card-hospital-horizontal .card-footer div .btn-sm {
  margin-bottom: 10px;
}

@media screen and (max-width: 575.98px) {
  .results-container.results-doctorProfile .card.card-doctor-horizontal, .results-container.results-doctorProfile .card.card-hospital-horizontal, .results-container.results-hospitalProfile .card.card-doctor-horizontal, .results-container.results-hospitalProfile .card.card-hospital-horizontal {
    padding-bottom: 0px;
  }
  .results-container.results-doctorProfile .card.card-doctor-horizontal .img, .results-container.results-doctorProfile .card.card-hospital-horizontal .img, .results-container.results-hospitalProfile .card.card-doctor-horizontal .img, .results-container.results-hospitalProfile .card.card-hospital-horizontal .img {
    width: 110px;
    float: none;
    height: 110px;
    border-radius: 50%;
    border: 1px solid #dadada;
    margin: 20px auto 10px;
  }
  .results-container.results-doctorProfile .card.card-doctor-horizontal .card-content, .results-container.results-doctorProfile .card.card-hospital-horizontal .card-content, .results-container.results-hospitalProfile .card.card-doctor-horizontal .card-content, .results-container.results-hospitalProfile .card.card-hospital-horizontal .card-content {
    width: 100%;
    text-align: center;
  }
  .results-container.results-doctorProfile .card.card-doctor-horizontal .card-footer, .results-container.results-doctorProfile .card.card-hospital-horizontal .card-footer, .results-container.results-hospitalProfile .card.card-doctor-horizontal .card-footer, .results-container.results-hospitalProfile .card.card-hospital-horizontal .card-footer {
    width: 100%;
    float: left;
    position: relative;
  }
}

.results-container.results-doctorProfile .card.card-hospital-horizontal, .results-container.results-doctorProfile .card.card-doctor-horizontal, .results-container.results-hospitalProfile .card.card-hospital-horizontal, .results-container.results-hospitalProfile .card.card-doctor-horizontal {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.results-container.results-doctorProfile .card.card-hospital-horizontal .img, .results-container.results-doctorProfile .card.card-doctor-horizontal .img, .results-container.results-hospitalProfile .card.card-hospital-horizontal .img, .results-container.results-hospitalProfile .card.card-doctor-horizontal .img {
  height: auto;
  padding: 8px;
}

.results-container.results-doctorProfile .card.card-hospital-horizontal .card-content, .results-container.results-doctorProfile .card.card-doctor-horizontal .card-content, .results-container.results-hospitalProfile .card.card-hospital-horizontal .card-content, .results-container.results-hospitalProfile .card.card-doctor-horizontal .card-content {
  width: 70%;
  float: left;
}


.results-container.results-doctorProfile .card.card-hospital-horizontal .card-footer, .results-container.results-doctorProfile .card.card-doctor-horizontal .card-footer, .results-container.results-hospitalProfile .card.card-hospital-horizontal .card-footer, .results-container.results-hospitalProfile .card.card-doctor-horizontal .card-footer {
  width: 100%;
  float: left;
  position: relative;
  top: 0;
  right: 0px;
  padding: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.results-container.results-doctorProfile .card.card-hospital-horizontal .card-footer div, .results-container.results-doctorProfile .card.card-doctor-horizontal .card-footer div, .results-container.results-hospitalProfile .card.card-hospital-horizontal .card-footer div, .results-container.results-hospitalProfile .card.card-doctor-horizontal .card-footer div {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}

.results-container.results-doctorProfile .card.card-hospital-horizontal .card-footer div .btn-sm, .results-container.results-doctorProfile .card.card-doctor-horizontal .card-footer div .btn-sm, .results-container.results-hospitalProfile .card.card-hospital-horizontal .card-footer div .btn-sm, .results-container.results-hospitalProfile .card.card-doctor-horizontal .card-footer div .btn-sm {
  margin-bottom: 10px;
}

.results-container.results-doctorProfile .card.card-hospital-horizontal .card-footer .links, .results-container.results-doctorProfile .card.card-doctor-horizontal .card-footer .links, .results-container.results-hospitalProfile .card.card-hospital-horizontal .card-footer .links, .results-container.results-hospitalProfile .card.card-doctor-horizontal .card-footer .links {
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 10px;
}

.results-container.results-doctorProfile .card.card-hospital-horizontal .card-footer .btn-links, .results-container.results-doctorProfile .card.card-doctor-horizontal .card-footer .btn-links, .results-container.results-hospitalProfile .card.card-hospital-horizontal .card-footer .btn-links, .results-container.results-hospitalProfile .card.card-doctor-horizontal .card-footer .btn-links {
  margin-bottom: 5px;
}

.results-container.results-doctorProfile .card.card-hospital-horizontal .card-footer .btn-links a, .results-container.results-doctorProfile .card.card-doctor-horizontal .card-footer .btn-links a, .results-container.results-hospitalProfile .card.card-hospital-horizontal .card-footer .btn-links a, .results-container.results-hospitalProfile .card.card-doctor-horizontal .card-footer .btn-links a {
  display: inline-block;
  padding: 3px 4px;
  margin: 0 2px 5px 0;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
}

.results-container.results-doctorProfile .card.card-hospital-horizontal .card-footer .btn-links a:hover, .results-container.results-doctorProfile .card.card-doctor-horizontal .card-footer .btn-links a:hover, .results-container.results-hospitalProfile .card.card-hospital-horizontal .card-footer .btn-links a:hover, .results-container.results-hospitalProfile .card.card-doctor-horizontal .card-footer .btn-links a:hover {
  color: #094255;
  text-decoration: underline;
}

.lens-card-content {
  padding:2px 2px 2px 2px;
  width: 78%;
  float: left;
  text-align:left !important
}

.lens-card-name {
	float:left;width:70%;padding-left:5px;text-align:left !important;border:0px red solid
}

.lens-card-link {
	float:right;padding:0px 10px 0px 0px;border:0px red solid
}


@media screen and (max-width: 575.98px) {
  .results-container.results-doctorProfile .card.card-hospital-horizontal .img, .results-container.results-doctorProfile .card.card-doctor-horizontal .img, .results-container.results-hospitalProfile .card.card-hospital-horizontal .img, .results-container.results-hospitalProfile .card.card-doctor-horizontal .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px;
    width: 110px;
    float: none;
    height: 110px;
  }
  .results-container.results-doctorProfile .card.card-hospital-horizontal .card-content, .results-container.results-doctorProfile .card.card-doctor-horizontal .card-content, .results-container.results-hospitalProfile .card.card-hospital-horizontal .card-content, .results-container.results-hospitalProfile .card.card-doctor-horizontal .card-content {
    width: 100%;
    text-align: center;
  }

	.lens-card-content {
	  padding:2px 2px 2px 2px;
	  width: 100%;
	  float: left;
	  text-align:center !important;
	  border:0px red solid
	}
	
	.lens-card-name {
		float:left;width:35%;padding:0px;text-align:center;border:0px red solid
	}
  
}

.results-container.results-doctorProfile .card.card-doctor-horizontal .img, .results-container.results-hospitalProfile .card.card-doctor-horizontal .img {
  max-height: 130px;
}

@media screen and (max-width: 575.98px) {
  .results-container.results-doctorProfile .card.card-doctor-horizontal .img, .results-container.results-hospitalProfile .card.card-doctor-horizontal .img {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.star-rating i {
  color: #f1971f;
  font-size: 18px;
}

/* Variables Style*/
/* Colors*/
/* Breaking Points*/
/*  Logo */
.form-hdr-text {
  color: #0f5066;
}

.text-primary {
  color: #0f5066;
}

.text-dark {
  color: #666;
}

.text-light {
  color: #838383;
}

.text-light-grey {
  color: #f5fbfb;
}

.text-success {
  color: #49b317;
}

.text-danger {
  color: #f21b17;
}

.text-warning {
  color: #f1971f;
}

.text-info {
  color: #17a3b2;
}

.btn-primary {
  border-radius: 30px;
  background-color: #0f5066;
}

.btn-primary:hover {
  background-color: #094255;
}

.btn-primary:active, .btn-primary:focus {
  background-color: #094255;
}

.gradient-primary, .navbar-header {
  background: #f0f9ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f9ff), to(#fafafa));
  background: linear-gradient(to bottom, #f0f9ff 0%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#fafafa',GradientType=0 );
}

.secondary-gradient, .carousel-directionNav a:hover, .search-container .btn:hover, .results-container .card .card-footer .btn-sm:hover, .card-map .card-header, .cb-appointment_card .btn-primary:hover, .subscription-card .btn-primary:hover {
  background: #fecc35;
  background: -webkit-gradient(linear, left top, right top, from(#fecc35), to(#fb9d23));
  background: linear-gradient(to right, #fecc35 0%, #fb9d23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecc35', endColorstr='#fb9d23',GradientType=1 );
}

.secondary-gradient:hover, .carousel-directionNav a:hover, .search-container .btn:hover, .results-container .card .card-footer .btn-sm:hover, .card-map .card-header:hover, .cb-appointment_card .btn-primary:hover, .subscription-card .btn-primary:hover {
  background: #fb9d23;
  background: -webkit-gradient(linear, left top, right top, from(#fb9d23), to(#fecc35));
  background: linear-gradient(to right, #fb9d23 0%, #fecc35 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9d23', endColorstr='#fecc35',GradientType=1 );
}

.primary-gradient, .accordion-card.card-job .card-header .btn-link, .doctor-card .card-up, .accordion-card.add-hospital .card-header .btn-link, .accordion-card.create-card .card-header .btn-link, .accordion-card.add-hospital .card-header .btn-link.collapsed, .accordion-card.create-card .card-header .btn-link.collapsed, .accordion-card.add-hospital .card-header .btn-link.collapsed:hover, .accordion-card.create-card .card-header .btn-link.collapsed:hover, .founder-card .card-up {
  background: #0f5169;
  background: linear-gradient(135deg, #0f5169 0%, #1e657f 40%, #117aa0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f5169', endColorstr='#117aa0',GradientType=1 );
}

.primary-gradient:hover, .accordion-card.card-job .card-header .btn-link:hover, .doctor-card .card-up:hover, .accordion-card.add-hospital .card-header .btn-link:hover, .accordion-card.create-card .card-header .btn-link:hover, .accordion-card.add-hospital .card-header .btn-link.collapsed:hover, .accordion-card.create-card .card-header .btn-link.collapsed:hover, .founder-card .card-up:hover {
  background: #117aa0;
  background: linear-gradient(135deg, #117aa0 0%, #1e657f 60%, #0f5169 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#117aa0', endColorstr='#0f5169',GradientType=1 );
}

.modal-hdr-gradient, .modal-header {
  background: #d41715;
  background: -webkit-gradient(linear, left top, left bottom, from(#d41715), to(#af2328));
  background: linear-gradient(to bottom, #d41715 0%, #af2328 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41715', endColorstr='#af2328',GradientType=0 );
}

/* Mixins Style */
.box-transaction, .results-container .card, .services-available .card, .timing-card .card {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.hdr-right-part .login-person {
  font-weight: 500;
}

.uploadPhoto-container {
  background-color: #e9ecef;
  border-top: 1px solid #dadada;
  padding: 0px 0 20px;
}

.uploadPhoto-container .upload-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.uploadPhoto-container .upload-image .name {
  font-size: 25px;
  font-weight: 300;
  padding-left: 30px;
}

.uploadPhoto-container .upload-image .name span {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  top: -5px;
}

@media screen and (max-width: 575.98px) {
  .uploadPhoto-container .upload-image .name {
    width: 100%;
    padding: 20px 0 0;
    text-align: center;
  }
}

.uploadPhoto-container .preview {
  padding: 10px;
  position: relative;
  width: 150px;
  height: 150px;
}

@media screen and (max-width: 575.98px) {
  .uploadPhoto-container .preview {
    margin: auto;
  }
}

.uploadPhoto-container .preview .update-img-text {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  position: absolute;
  bottom: 25px;
  left: 52px;
  line-height: 18px;
}

.uploadPhoto-container .preview-img {
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
  box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
}

.uploadPhoto-container .browse-button {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  position: absolute;
  /* Tweak the position property if the element seems to be unfit */
  top: 10px;
  left: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: linear-gradient(180deg, transparent, black);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.uploadPhoto-container .browse-button:hover {
  opacity: 1;
}

.uploadPhoto-container .browse-input {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  -webkit-transform: translate(-1px, -26px);
          transform: translate(-1px, -26px);
  opacity: 0;
}

.profile-form .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.profile-form .nav-pills .nav-link {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: right;
  text-transform: uppercase;
  color: #f21b17;
  border-bottom: 1px solid rgba(21, 111, 116, 0.5);
  font-size: 13px;
  border-radius: 0;
  font-weight: 400;
}

.profile-form .nav-pills .nav-link.active {
  font-weight: 600;
  color: #156f74;
  background: transparent;
  border-bottom-color: transparent;
}

@media screen and (max-width: 767.98px) {
  .profile-form .nav-pills .nav-link {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    text-align: center;
    border-color: #156f74;
    border-radius: 30px;
    padding: 5px 20px;
    min-height: 50px;
  }
  .profile-form .nav-pills .nav-link.active {
    border-color: #156f74;
  }
  
	.lens-card-content {
	  padding:2px 2px 2px 2px;
	  width: 78%;
	  float: left;
	  border:0px red solid
	}
	
	.card.card-doctor-horizontal .lens-card-name {
		float:left;width:100%;padding:0px 0px 0px 5px;border:0px red solid;text-align:center !important
	}
	
/*
	.lens-card-name {
		float:left;width:70%;padding-left:5px;text-align:left !important;border:0px red solid
	}
*/
	
	.lens-card-link {
		float:right;padding:0px 10px 0px 0px;border:0px red solid;text-align:center !important;width:100%
	}

  
}

@media screen and (max-width: 575.98px) {
  .profile-form .nav-pills .nav-link {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    min-height: auto;
  }
}

@media screen and (max-width: 767.98px) {
  .profile-form .nav-pills {
    margin-bottom: 20px;
  }
}

.edit-form .form-edit-btn {
  position: absolute;
  right: 0;
  top: -40px;
}

.edit-form .status-btn {
  position: absolute;
  right: 55px;
  top: -40px;
}

.edit-form hr {
	width:100%;
	margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.edit-form [readonly] {
  border: transparent;
  background-color: #fefefe;
  border-bottom: 1px solid #dadada;
}

.edit-form input[type="text"][readonly],
.edit-form input[type="email"][readonly],
.edit-form input[type="tel"][readonly],
.edit-form input[type="date"][readonly],
.edit-form textarea {
  border: transparent;
  background-color: #fefefe;
  border-bottom: 1px solid #dadada;
}

.edit-form .mt-md-0 {
  margin-top: 0px;
}

@media screen and (max-width: 767.98px) {
  .edit-form .mt-sm-2 {
    margin-top: .5rem;
  }
}

@media screen and (max-width: 575.98px) {
  .edit-form .mt-xs-2 {
    margin-top: .5rem;
  }
}

.profile-form-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.profile-form-header .form-edit-ico {
  font-size: 18px;
}

.treatment-services ul {
  margin: 0;
  padding: 0;
}

.treatment-services ul li {
  list-style: none;
  width: 24%;
  display: inline-block;
  padding: 2px 1% 2px 0;
}

@media screen and (max-width: 767.98px) {
  .treatment-services ul li {
    width: 32%;
  }
}

@media screen and (max-width: 575.98px) {
  .treatment-services ul li {
    width: 49%;
  }
}

.lead-tracker-status ul {
  margin: 0;
  padding: 0;
}

.lead-tracker-status ul li {
  list-style: none;
  width: 49%;
  display: inline-block;
  padding: 4px 1% 4px 0;
}

@media screen and (max-width: 767.98px) {
  .lead-tracker-status ul li {
    width: 100%;
    padding: 4px 0;
  }
}

.schedule-table {
  width: 100%;
  overflow: auto;
}

.schedule-table .table-responsive-md {
  min-width: 780px;
}

.schedule-table table {
  margin-bottom: 0px;
}

.schedule-table th, .schedule-table td {
  vertical-align: middle;
  padding: 5px;
  text-align: center;
}

.schedule-table th {
  text-transform: uppercase;
  font-size: 12px;
  color: #838383;
  border: none;
}

.schedule-table th.table-hdr-bg {
  background-color: #094255;
  color: #FFF;
}

.schedule-table td {
  border: none;
}

.schedule-table td .form-control-sm {
  display: inline-block;
  width: 70px;
  margin-right: 5px;
}

.schedule-table td .custom-checkbox {
  display: inline-block;
  width: 20px;
}

@media screen and (max-width: 767.98px) {
  .schedule-table {
    max-width: 700px;
  }
}

.active-inactive-switch {
  width: 100%;
  display: block;
}

.active-inactive-switch .switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 105px;
  height: 30px;
  padding: 0px;
  margin: 0 10px 0px 0;
    border-radius: 18px;
	cursor: pointer;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
}

.active-inactive-switch label {
  font-weight: inherit;
}

.active-inactive-switch input[type=checkbox], .active-inactive-switch input[type=radio] {
  margin: 4px 0 0;
  line-height: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.active-inactive-switch .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.active-inactive-switch .switch-left-right .switch-input:checked ~ .switch-label {
  background: inherit;
}

.active-inactive-switch .switch-input:checked ~ .switch-label {
  background: #E1B42B;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.active-inactive-switch .switch-left-right .switch-label {
  overflow: hidden;
}

.active-inactive-switch .switch-label, .active-inactive-switch .switch-handle {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.active-inactive-switch .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 13px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.active-inactive-switch .switch-left-right .switch-input:checked ~ .switch-label:before {
  opacity: 1;
  left: 100px;
}

.active-inactive-switch .switch-input:checked ~ .switch-label:before {
  opacity: 0;
}

.active-inactive-switch .switch-left-right .switch-label:before {
  background: #eceeef;
  text-align: left;
  padding-left: 80px !important;
}

.active-inactive-switch .switch-left-right .switch-label:before, .active-inactive-switch .switch-left-right .switch-label:after {
  width: 20px;
  height: 20px;
  top: -4px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 11px 0 0 0;
  text-indent: -12px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}

.active-inactive-switch .switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaaaaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.active-inactive-switch span.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: #FFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  position: absolute;
}

.active-inactive-switch .switch-label:before, .active-inactive-switch .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  line-height: 1;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.active-inactive-switch .switch-left-right .switch-input:checked ~ .switch-label:after {
  left: 0 !important;
  opacity: 1;
  padding-left: 20px;
}

.active-inactive-switch .switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.active-inactive-switch .switch-left-right .switch-label:after {
  text-align: left;
  text-indent: 12px;
  background: #3d8919 !important;
  left: -100px !important;
  opacity: 1;
  width: 100% !important;
}

.active-inactive-switch .switch-left-right .switch-label:before {
  width: 40px;
  height: 20px;
  top: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 11px 0 0 0;
  text-indent: -46px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}

.active-inactive-switch .switch-left-right .switch-label:after {
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 11px 0 0 0;
  text-indent: -10px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}

.active-inactive-switch .switch-input:checked ~ .switch-handle {
  left: 80px;
  -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.active-inactive-switch .switch-label, .active-inactive-switch .switch-handle {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.active-inactive-switch .switch-handle {
  position: absolute;
  top: 0px;
  left: -2px;
  width: 28px;
  height: 28px;
    border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
}

.active-inactive-switch .switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
    border-radius: 6px;
	box-shadow: 0 1px rgba(0, 0, 0, 0.02) inset;
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
}

#accordion.profile-form-section {
  width: 100%;
  margin-bottom: 0px;
  margin-top: 16px;
}

#asideNav {
  padding-left: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
}

#asideNav .nav-pills .nav-link.active {
  background-color: #0f5066;
}

@media screen and (max-width: 767.98px) {
  #asideNav {
    margin-left: -10px;
  }
}

#asideNav.toggled {
  padding-left: 0px;
}

#sidebar-asideNav {
  z-index: 1000;
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  max-width: 230px;
  overflow: hidden;
  overflow-y: auto;
  background-color: #fefefe;
  padding-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 5px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767.98px) {
  #sidebar-asideNav {
    max-width: 40px;
  }
}

#asideNav.toggled #sidebar-asideNav {
  width: 100%;
}

.sidebar-nav {
  position: relative;
  top: 0;
  right: 10px;
  left: 5px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.sidebar-nav li {
  width: 100%;
  margin-bottom: 3px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #0f5066;
}

.sidebar-nav li a .nav-link {
  text-align: left;
  padding: 10px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #FFF;
  background: #333;
}

.sidebar-nav li a i {
  position: relative;
  left: 0px;
  width: 20px;
}

@media screen and (max-width: 767.98px) {
  .sidebar-nav li a span {
    display: none;
  }
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #838383;
  float: right;
  padding: 10px 15px;
  margin-right: 10px;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #333;
  background: none;
}

@media screen and (max-width: 767.98px) {
  .sidebar-nav > .sidebar-brand {
    display: none;
  }
}

#asideNav.toggled span {
  display: none;
}

#asideNav.toggled a {
  display: block;
  float: left;
}

#asideNav.toggled i {
  float: right;
}

#asideNav.toggled #sidebar-asideNav {
  width: 40px;
}

@media screen and (max-width: 767.98px) {
  #sidebar-asideNav {
    width: auto;
  }
}

.associated-hosp-card {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
  box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
  background-color: #FFF;
  padding: 12px;
}

.associated-hosp-card h2 {
  font-size: 22px;
}

.associated-hosp-card h2 p {
  margin-bottom: 20px;
}

.associated-hosp-card header .figure {
  width: 100px;
  float: left;
  margin: 0 10px 10px 0;
}

.associated-hosp-card header .header-text {
  padding-left: 80px;
}

.associated-hosp-card header .header-text h2 {
  margin-bottom: 0px;
}

.associated-hosp-card header .header-text p {
  line-height: 20px;
}

@media screen and (max-width: 767.98px) {
  .associated-hosp-card header {
    text-align: center;
  }
  .associated-hosp-card header .figure {
    width: 100px;
    float: none;
    margin: 10px auto;
  }
  .associated-hosp-card header .header-text {
    padding: 0px 5px;
  }
  .associated-hosp-card header .header-text p {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767.98px) {
  .associated-hosp-card .EditButtons {
    text-align: center;
  }
}

.associated-hosp-card:last-child {
  margin-bottom: 0px;
}

.associated-hosp-card_info {
  padding: 8px 10px;
  margin-top: 16px;
  background-color: rgba(0, 0, 0, 0.7);
  margin-bottom: 12px;
  font-size: 13px;
  position: relative;
  color: #FFF;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  clear: both;
}

.associated-hosp-card_info .post-left {
  float: left;
}

.associated-hosp-card_info .post-left ul {
  margin-left: 0;
  padding-left: 0;
}

.associated-hosp-card_info .post-left ul li {
  float: left;
  margin-right: 20px;
  list-style: none;
  padding: 3px 0;
}

.associated-hosp-card_info .post-left ul li i {
  margin-right: 4px;
}

.associated-hosp-card_info .post-date {
  position: absolute;
  right: 10px;
  top: -20px;
  color: #0f5066;
}

.schedule-table {
  margin-bottom: 10px;
}

.schedule-table table {
  border-collapse: collapse;
  width: 100%;
}

.schedule-table table td, .schedule-table table th {
  padding: 5px 8px;
  border: 1px solid #dadada;
  font-size: 14px;
}

.appointments-card, .leads-card, .profile-card {
  margin-bottom: 10px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
  box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
  background-color: #FFF;
  padding: 12px;
}

.appointments-card:last-child, .leads-card:last-child, .profile-card:last-child {
  margin-bottom: 0px;
}

.appointment-table, .leads-table, .profile-table {
  margin-bottom: 10px;
}

.appointment-table table, .leads-table table, .profile-table table {
  border-collapse: collapse;
  width: 100%;
}

.appointment-table table td, .appointment-table table th, .leads-table table td, .leads-table table th, .profile-table table td, .profile-table table th {
  padding: 5px 8px;
  border: 1px solid #dadada;
  font-size: 14px;
  text-align: left;
}

.appointment-table .hdr-label, .leads-table .hdr-label, .profile-table .hdr-label {
  float: left;
}

.appointment-table .hdr-search, .leads-table .hdr-search, .profile-table .hdr-search {
  float: right;
  margin-bottom: 10px;
}

.accordion-card.add-hospital form::-webkit-input-placeholder, .accordion-card.create-card form::-webkit-input-placeholder {
  opacity: 0.5;
}

.accordion-card.add-hospital form:-ms-input-placeholder, .accordion-card.create-card form:-ms-input-placeholder {
  opacity: 0.5;
}

.accordion-card.add-hospital form::-ms-input-placeholder, .accordion-card.create-card form::-ms-input-placeholder {
  opacity: 0.5;
}

.accordion-card.add-hospital form::placeholder, .accordion-card.create-card form::placeholder {
  opacity: 0.5;
}

.accordion-card.add-hospital .card-header .btn-link, .accordion-card.create-card .card-header .btn-link {
  color: #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.accordion-card.add-hospital .card-header .btn-link:after, .accordion-card.create-card .card-header .btn-link:after {
  content: "";
  width: 14px;
  height: 11px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(assets/images/accordion-arrows2.png) center bottom no-repeat;
  display: block;
}

.accordion-card.add-hospital .card-header .btn-link.collapsed, .accordion-card.create-card .card-header .btn-link.collapsed {
  color: #FFF;
}

.accordion-card.add-hospital .card-header .btn-link.collapsed:hover, .accordion-card.create-card .card-header .btn-link.collapsed:hover {
  color: #FFF;
}

.accordion-card.add-hospital .card-header .btn-link.collapsed:after, .accordion-card.create-card .card-header .btn-link.collapsed:after {
  content: "";
  width: 14px;
  height: 11px;
  position: absolute;
  right: 10px;
  top: 12px;
  background: url(assets/images/accordion-arrows2.png) center top no-repeat;
  display: block;
}

.accordion-card.add-hospital .card-header .btn-link:hover, .accordion-card.create-card .card-header .btn-link:hover {
  color: #FFF;
}

.doc-profile-mob {
  max-width: 86%;
}

.doc-profile-mob .post {
  margin-top: 16px;
  margin-bottom: 0px;
}

@media screen and (max-width: 575.98px) {
  .doc-profile-mob {
    max-width: 86%;
  }
}

.post-action-btns {
  float: right;
  margin-bottom: 10px;
  padding: 4px;
  border-radius: 30px;
  background-color: #e9ecef;
}

.post-action-btns .status-btn {
  float: left;
}

.post-action-btns .switch {
  border: 1px solid #dadada;
  margin: 0px 4px;
}

.testimonial-active-btn {
  float: left;
  position: relative;
}

.lead-tracker-body iframe {
  width: 100%;
  min-height: 500px;
  height: auto;
  overflow-x: hidden;
  border: none;
}

.table-responsive-leadTracker {
  min-width: 500px;
}

/* Main Style */
/* Variables Style*/
/* Colors*/
/* Breaking Points*/
/*  Logo */
.form-hdr-text {
  color: #0f5066;
}

.text-primary {
  color: #0f5066;
}

.text-dark {
  color: #666;
}

.text-light {
  color: #838383;
}

.text-light-grey {
  color: #f5fbfb;
}

.text-success {
  color: #49b317;
}

.text-danger {
  color: #f21b17;
}

.text-warning {
  color: #f1971f;
}

.text-info {
  color: #17a3b2;
}

.btn-primary {
  border-radius: 30px;
  background-color: #0f5066;
}

.btn-primary:hover {
  background-color: #094255;
}

.btn-primary:active, .btn-primary:focus {
  background-color: #094255;
}

.gradient-primary, .navbar-header {
  background: #f0f9ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f9ff), to(#fafafa));
  background: linear-gradient(to bottom, #f0f9ff 0%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#fafafa',GradientType=0 );
}

.secondary-gradient, .carousel-directionNav a:hover, .search-container .btn:hover, .results-container .card .card-footer .btn-sm:hover, .card-map .card-header, .cb-appointment_card .btn-primary:hover, .subscription-card .btn-primary:hover {
  background: #fecc35;
  background: -webkit-gradient(linear, left top, right top, from(#fecc35), to(#fb9d23));
  background: linear-gradient(to right, #fecc35 0%, #fb9d23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecc35', endColorstr='#fb9d23',GradientType=1 );
}

.secondary-gradient:hover, .carousel-directionNav a:hover, .search-container .btn:hover, .results-container .card .card-footer .btn-sm:hover, .card-map .card-header:hover, .cb-appointment_card .btn-primary:hover, .subscription-card .btn-primary:hover {
  background: #fb9d23;
  background: -webkit-gradient(linear, left top, right top, from(#fb9d23), to(#fecc35));
  background: linear-gradient(to right, #fb9d23 0%, #fecc35 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9d23', endColorstr='#fecc35',GradientType=1 );
}

.primary-gradient, .accordion-card.card-job .card-header .btn-link, .doctor-card .card-up, .accordion-card.add-hospital .card-header .btn-link, .accordion-card.create-card .card-header .btn-link, .accordion-card.add-hospital .card-header .btn-link.collapsed, .accordion-card.create-card .card-header .btn-link.collapsed, .accordion-card.add-hospital .card-header .btn-link.collapsed:hover, .accordion-card.create-card .card-header .btn-link.collapsed:hover, .founder-card .card-up {
  background: #0f5169;
  background: linear-gradient(135deg, #0f5169 0%, #1e657f 40%, #117aa0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f5169', endColorstr='#117aa0',GradientType=1 );
}

.primary-gradient:hover, .accordion-card.card-job .card-header .btn-link:hover, .doctor-card .card-up:hover, .accordion-card.add-hospital .card-header .btn-link:hover, .accordion-card.create-card .card-header .btn-link:hover, .accordion-card.add-hospital .card-header .btn-link.collapsed:hover, .accordion-card.create-card .card-header .btn-link.collapsed:hover, .founder-card .card-up:hover {
  background: #117aa0;
  background: linear-gradient(135deg, #117aa0 0%, #1e657f 60%, #0f5169 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#117aa0', endColorstr='#0f5169',GradientType=1 );
}

.modal-hdr-gradient, .modal-header {
  background: #d41715;
  background: -webkit-gradient(linear, left top, left bottom, from(#d41715), to(#af2328));
  background: linear-gradient(to bottom, #d41715 0%, #af2328 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d41715', endColorstr='#af2328',GradientType=0 );
}

/* Mixins Style */
.box-transaction, .results-container .card, .services-available .card, .timing-card .card {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #fefefe;
  font-weight: 300;
}

html {
  scroll-behavior: smooth;
}

.container-xl {
  max-width: 1600px;
}

.container-lg {
  max-width: 1400px;
  overflow: hidden;
}

.btn-success {
  background-color: #3d8919;
}

.main-content {
  position: relative;
  background: url(assets/images/pattern-bg.jpg) left top repeat;
  padding: 30px 0;
  border-top: 1px solid #dadada;
}

@media screen and (max-width: 991.98px) {
  .container {
    max-width: 100%;
  }
	.lens-card-content {
	  padding:2px 2px 2px 2px;
	  width: 100%;
	  float: left;
	  text-align:center !important ;
	  border:0px red solid
	}
	
	.card.card-doctor-horizontal .lens-card-name {
		float:left;width:100%;padding:0px 0px 0px 5px;border:0px red solid;text-align:center !important
	}
	.lens-card-link {
		float:right;padding:0px 10px 0px 0px;border:0px red solid;text-align:center !important;width:100%
	}

}

@media screen and (max-width: 1199.98px) {
  .main-nav .nav-item .active::after {
    display: none;
  }
  
	.lens-card-name {
		float:left;width:100%;padding-left:5px;text-align:center !important;border:0px red solid
	}
	
	.lens-card-link {
		float:right;padding:0px 10px 0px 0px;border:0px red solid;width:100%
	}

  
}


/*
a:hover{
    background: darken($background-color, 15%) ;
     background: lighten($background-color, 15%) ;
}

*/
.img-responsive {
  width: 100%;
}

.breadcrumb-container {
  background-color: #e9ecef;
  border-top: 1px solid #dadada;
}

.breadcrumb-container nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb-container .breadcrumb {
  margin: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.breadcrumb-container .breadcrumb .breadcrumb-item a {
  color: #0f5066;
}

.breadcrumb-container .breadcrumb-left {
  font-size: 20px;
  color: #0f5066;
}

@media screen and (max-width: 575.98px) {
  .breadcrumb-container .breadcrumb-left {
    width: 100%;
    padding-bottom: 0px;
  }
}

.accordion-card .card-header {
  padding: .30rem 0.4rem;
}

.accordion-card .card-header .btn-link {
  color: #0f5066;
  width: 100%;
  text-align: left;
  text-decoration: none;
  font-weight: 500;
}

.accordion-card .card-header .btn-link:hover {
  color: #f21b17;
  text-decoration: none;
}

.accordion-card .card-body {
  padding: 1.0rem;
  font-weight: 300;
}

.btn-rounded {
  border-radius: 20px;
}

/* --- Heading style ---*/
h4.heading {
  font-weight: 300;
}

h4.heading strong {
  font-weight: 600;
}

.heading {
  margin-bottom: 10px;
  position: relative;
  color: #0f5066;
}

.heading span {
  color: #f21b17;
  font-weight: 600;
  text-transform: uppercase;
}

.subscription-card {
  -webkit-box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
  box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
}

.subscription-card .hosp-logo {
  width: 100%;
}

.subscription-card .hosp-logo img {
  max-width: 140px;
}

.subscription-card .btn-primary:hover {
  border-color: #f1971f;
}

.subscription-card .btn-primary:active {
  background-color: #0f5066;
}

.pagination .page-link {
  border: none;
  border-radius: 5px;
  display: block;
  cursor: pointer;
}

.pagination .page-item {
  margin-right: 4px;
}

#accordion {
  margin-bottom: 20px;
}

#scrollTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #0f5066;
  color: #FFF;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#scrollTop:hover {
  background-color: #b02928;
  color: #FFF;
}

.modal-header {
  color: #FFF;
  padding: 0.5rem 1rem;
}

.modal-header .modal-title {
  font-weight: 300;
}

.modal-header .modal-title span {
  font-weight: 500;
}

.modal-header button.close {
  outline: none;
  color: #FFF;
}

.modal-header button.close:hover {
  color: darker(#0f5066, 10%);
}

.modal-body {
  background-color: #fefefe;
}

.modal-body form {
  padding: 20px 0 0;
}

.modal-body .remember-me {
  margin-bottom: 1rem;
}

.modal-footer {
  padding: 0.5rem 0.75rem;
}

.form-check.checkbox-row {
  padding-bottom: 20px;
}

.founder-card {
  -webkit-box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
  box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
}

.founder-card .card-up {
  height: 120px;
  overflow: hidden;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.founder-card .avatar {
  width: 180px;
  margin-top: -60px;
  overflow: hidden;
  border: 5px solid #FFF;
  border-radius: 50%;
}

.founder-card .card-title {
  text-align: center;
}

.founder-card .card-body span {
  font-weight: 500;
}

.results-container .card.card-doctor, .results-container .card.card-hospital {
  padding-bottom: 70px;
  position: relative;
}

.results-container .card.card-doctor .header a, .results-container .card.card-hospital .header a {
  color: inherit;
}

.results-container .card.card-doctor .card-footer, .results-container .card.card-hospital .card-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.results-container .card.card-doctor .card-footer .links, .results-container .card.card-hospital .card-footer .links {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  padding-top: 5px;
}

.results-container .card.card-doctor .img, .results-container .card.card-hospital .img {
  background-color: #e9ecef;
}

.results-container .card.card-doctor .img img, .results-container .card.card-hospital .img img {
  max-width: 100%;
  width: auto;
  height: 200px;
}

.results-container.results-doctorProfile, .results-container.results-hospitalProfile {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0px;
}

.results-container.results-doctorProfile .card.card-hospital, .results-container.results-doctorProfile .card.card-doctor, .results-container.results-hospitalProfile .card.card-hospital, .results-container.results-hospitalProfile .card.card-doctor {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  margin-right: 0;
}

@media screen and (max-width: 575.98px) {
  .results-container.results-doctorProfile .card.card-hospital, .results-container.results-doctorProfile .card.card-doctor, .results-container.results-hospitalProfile .card.card-hospital, .results-container.results-hospitalProfile .card.card-doctor {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .results-container.results-doctorProfile, .results-container.results-hospitalProfile {
    padding-bottom: 20px;
  }
}

.card-freeConsult-button {
  position: absolute;
  z-index: 99;
  right: -1px;
  bottom: 10px;
  width: auto;
  max-width: 300px;
  padding: 4px 8px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 20px 0 0 20px;
  -webkit-box-shadow: 0 4px 4px -4px #898686;
  box-shadow: 0 4px 4px -4px #898686;
}

.card-freeConsult-button .btn-outline-success {
  color: #FFF;
  border-color: #FFF;
}

.results-container-4 {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.results-container-4 .card.card-doctor {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  margin-right: 0;
  padding-bottom: 110px;
}

@media screen and (max-width: 991.98px) {
  .results-container-4 .card.card-doctor {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
  }
}

@media screen and (max-width: 767.98px) {
  .results-container-4 .card.card-doctor {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}

@media screen and (max-width: 575.98px) {
  .results-container-4 .card.card-doctor {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
  }
}

.register-features {
  width: 100%;
}

.register-features-header {
  color: #b02928;
}

.register-features figure img {
  width: 100%;
  max-width: 400px;
}

.register-features ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 10px;
  width: 100%;
  float: left;
}

.register-features ul li {
  padding: 0px 0px 10px 60px;
  width: 100%;
  float: left;
  background: url(assets/images/register-icons.png) no-repeat;
  background-size: 45px;
  margin: 8px 0;
  font-weight: 300;
  text-align: left;
  border:0px red solid
}

.register-features ul li.get-connected {
  background-position: left top;
}

.register-features ul li.webpage {
	background-position: left -110px;
}

.register-features ul li.bio-services {
  background-position: left -200px;
}

.register-features ul li.contact-details {
  background-position: left -340px;
}

.register-features ul li.website {
  background-position: left -470px;
}

.register-features ul li.location {
  background-position: left -600px;
}

@media screen and (max-width: 767.98px) {
  .register-features {
    padding-top: 30px;
  }
  .register-features figure img {
    display: none;
  }
}

.nav-tabs.profile-tabs .nav-link.active {
  color: #f21b17;
}

@media screen and (max-width: 767.98px) {
  .nav-tabs .nav-link {
    border-radius: 20px;
    margin-bottom: 5px;
  }
  .nav-tabs .nav-link.active {
    border: 1px solid #dadada;
  }
}

.tab-content-profile {
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #dadada;
  border-radius: 0 0 6px 6px;
  margin-top: -1px;
}

.seal {
  position: absolute;
  top: 30px;
  left: 40px;
  z-index: 1;
}

.seal img {
  width: 80px;
}

.card-adds {
  -webkit-box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
  box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
  margin-top: 20px;
  width: 100%;
}

.card-adds .add_full {
  text-align: center;
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.card-adds .add_full .adsbygoogle {
  margin: auto;
  width: 100%;
}

.card-adds .add_full figure {
  width: 100%;
  text-align: center;
  margin: 0px;
}

.card-adds .add_full figure img {
  width: 100%;
  margin: auto;
}

.card-adds .add_aside {
  text-align: center;
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-adds .add_aside .adsbygoogle {
  margin: auto;
}

.card-adds .add_aside figure {
  width: 100%;
  text-align: center;
  margin: 0px;
}

.card-adds .add_aside figure img {
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 767.98px) {
  .card-adds .add_aside figure img {
    max-width: 350px;
  }
}

.innerBanner {
  background: #fefefe;
  position: relative;
  margin: 0;
  padding: 0;
}

.innerBanner .banner-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
}

.innerBanner .banner-image img {
  width: 100%;
}

/*carousel Profile*/
.carousel.carousel-testimonial {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 40px;
}

.carousel.carousel-testimonial .item {
  color: #838383;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  min-height: 340px;
}

.carousel.carousel-testimonial .item a {
  color: #0f5066;
}

.carousel.carousel-testimonial .img-box {
  width: 130px;
  height: 130px;
  border: 1px solid #dadada;
  margin: 0 auto;
  border-radius: 50%;
}

.carousel.carousel-testimonial .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.carousel.carousel-testimonial .testimonial {
  padding: 30px 0 10px;
}

.carousel.carousel-testimonial .overview {
  text-align: center;
  padding-bottom: 5px;
}

.carousel.carousel-testimonial .overview b {
  color: #333;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px;
}

.carousel.carousel-testimonial .star-rating i {
  font-size: 18px;
  color: #f1971f;
}

.carousel.carousel-testimonial .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #838383;
  text-shadow: none;
  top: 4px;
}

.carousel.carousel-testimonial .carousel-control i {
  font-size: 20px;
  margin-right: 2px;
}

.carousel.carousel-testimonial .carousel-control.left {
  left: auto;
  right: 40px;
}

.carousel.carousel-testimonial .carousel-control.right i {
  margin-right: -2px;
}

.carousel.carousel-testimonial .carousel-indicators {
  bottom: 15px;
  margin: 20px 0 0;
  padding: 0px;
}

.carousel.carousel-testimonial .carousel-indicators li, .carousel.carousel-testimonial .carousel-indicators li.active {
  width: 11px;
  height: 11px;
  margin: 1px 5px;
  border-radius: 50%;
}

.carousel.carousel-testimonial .carousel-indicators li {
  background: #e9ecef;
  border-color: transparent;
}

.carousel.carousel-testimonial .carousel-indicators li.active {
  border: none;
  background: #838383;
}

/* Services Profile */
.profile-services {
  width: 100%;
}

.profile-services .header {
  padding: 10px 0;
}

.profile-services_list {
  width: 100%;
  padding: 0;
}

.profile-services_list ul {
  padding: 0px 0;
  margin: 0;
  list-style-type: square;
}

.profile-services_list ul li {
  width: 49%;
  padding: 5px 5px 5px 15px;
  display: inline-block;
}

.profile-services_list ul li a {
  font-size: 12px;
}

@media screen and (max-width: 575.98px) {
  .profile-services_list ul li {
    width: 100%;
  }
}

.form-adv-search .label {
  color: #666;
  font-weight: 400;
}

.checkbox-group .form-check-inline {
  width: 18%;
}

@media screen and (max-width: 991.98px) {
  .checkbox-group .form-check-inline {
    width: 30%;
  }
}

@media screen and (max-width: 575.98px) {
  .checkbox-group .form-check-inline {
    width: 45%;
  }
}

.support-form {
  position: fixed;
  z-index: 99;
  width: 300px;
  background: #FFF;
  left: 20px;
  bottom: 0px;
  z-index: 1000;
  border: 1px solid #dadada;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
  box-shadow: 0 2px 4px 0 rgba(133, 133, 133, 0.5);
}

.support-form:hover {
  bottom: 0px;
}

.support-form .button-help {
  width: 90px;
  background: #03a9f4;
  font-size: 16px;
  padding: 10px;
  color: #FFF;
  border-radius: 30px;
  position: absolute;
  top: -60px;
  text-align: center;
  width: auto;
}

.support-form .button-help.collapsed .close-ico {
  display: none;
}

.support-form .button-help .close-ico {
  margin: 2px 0 2px 5px;
}

.support-form p {
  margin: 0;
  padding: 15px;
}

.support-form p.message {
  padding-top: 20px;
  font-weight: 500;
}

.support-form form {
  padding: 0 15px 15px 15px;
}

.help-img {
  width: 100%;
  max-width: 500px;
}

.left-zero {
	left:0px
}

/*# sourceMappingURL=styles.css.map */