html {
  font-size: 13px;
  max-width: 100%;
  height: 100%; }
  @media only screen and (min-width: 768px) {
    html {
      font-size: 14px; } }
  @media only screen and (min-width: 992px) {
    html {
      font-size: 15px; } }
  @media only screen and (min-width: 1200px) {
    html {
      font-size: 16px; } }

body {
  overflow-x: hidden;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  color: #484848;
  position: relative;
  max-width: 100%; }

.noscroll {
  overflow-y: hidden; }

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #9c3234; }

::selection {
  color: #fff;
  background: #9c3234; }

@media only screen and (max-width: 719px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; } }

a, button {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  a:active, a:focus, a:visited, a:hover, button:active, button:focus, button:visited, button:hover {
    text-decoration: none;
    outline: none; }

strong {
  font-weight: 600; }

.clear {
  clear: both; }

ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0; }

p {
  margin: 0;
  line-height: 1.6;
  font-weight: 300;
  color: #484848;
  letter-spacing: .4px; }

textarea {
  resize: vertical;
  min-height: 80px; }

.nowrap {
  white-space: nowrap; }

.logo {
  width: 223px;
  margin: auto;
  display: block; }

.banner {
  width: 440px; }

.red-text {
  color: #E31E24 !important; }

.erasfont {
  font-family: "ITC Eras Medium";
  font-size: 41px;
  font-weight: 700; }

.text-black {
  color: #000; }

.impactfont {
  font-family: "impact", sans-serif; }

.black-text {
  color: #4d4d4d;
  font-size: 70px; }

.line-four {
  font-size: 26px;
  color: #000; }

.blue-text {
  color: #02A1BA;
  font-size: 54px; }

.secondary-color {
  color: #26779B; }

.align-super {
  vertical-align: super; }

.cr li a {
  color: #02A1BA;
  font-size: 20px; }

#selectBox {
  background: #f9f6c8; }

.first-section .offer-links {
  font-size: 18px;
  color: #26779B !important; }
  .first-section .offer-links a {
    font-size: 20px;
    font-weight: bold; }
.first-section .line {
  display: block;
  height: 45px;
  width: 5px;
  border-right: 3px solid #484848; }

.last-section {
  background: url("../images/section-bg.png");
  height: 321px;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  /* For IE10 */
  /* CAROUSEL STARTS */
  /* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */ }
  .last-section select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none; }
  .last-section select::-ms-expand {
    display: none; }
  .last-section .trusted-net-partner-txt {
    font-size: 25px;
    padding-left: 90px; }
  .last-section .count {
    font-size: 22px; }
  .last-section .line {
    font-size: 23px; }
  .last-section .figure-caption {
    padding-top: 15px; }
  .last-section .figure img {
    width: auto;
    height: 48px;
    margin: auto;
    display: block; }
  .last-section select {
    border: 1px solid #707070;
    border-radius: 1rem; }
    .last-section select:after {
      margin-right: 20px; }
  .last-section .feedback-slider-item img {
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%; }
  .last-section .feedback-slider-item {
    position: relative;
    padding: 80px 40px 5px 40px;
    margin-top: -50px; }
  .last-section .customer-name {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500; }
  .last-section .feedback-slider-item p {
    font-size: 14px; }
  .last-section .feedback-slider-item:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    top: 103px;
    background-color: #f6f6f63d;
    border: 1px solid rgba(251, 90, 13, 0.1);
    border-radius: 10px;
    z-index: -1; }

.text-below-banner-img {
  font-size: 20px; }

#medicallist {
  position: absolute;
  width: 450px;
  background: #f9f6c8eb;
  padding: 30px;
  z-index: 9999;
  top: -65px; }
  #medicallist span {
    background: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 20px;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 180px; }
  #medicallist .close {
    font-size: 15px; }

#medicallist-mobile {
  position: absolute;
  width: auto;
  background: #f9f6c8eb;
  padding: 30px;
  z-index: 9999;
  top: -65px; }
  #medicallist-mobile span {
    background: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 20px;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 45%; }
  #medicallist-mobile .close {
    font-size: 15px; }

header {
  padding: 10px;
  color: #26779B; }
  header img {
    padding: 3px;
    margin-right: 10px;
    width: 35px; }
    @media (max-width: 767px) {
      header img {
        padding: 5px;
        margin-right: 5px;
        width: 30px; } }
  @media (max-width: 767px) {
    header span {
      font-size: 13px;
      font-weight: 500; } }
  header .mail {
    border: 2px solid #02a1ba; }

.main-heading {
  font-size: 32px;
  font-family: 'roboto';
  font-weight: 500;
  color: #E31E24; }
  @media (max-width: 767px) {
    .main-heading {
      font-size: 18px; } }
  .main-heading .g-font {
    font-family: 'GothamBoldItalic';
    font-style: italic;
    font-weight: 700;
    font-size: 40px; }
    @media (max-width: 767px) {
      .main-heading .g-font {
        font-size: 28px; } }

.navbar-nav .nav-link {
  color: #26779B;
  font-size: 23px;
  font-weight: 700; }
.navbar-nav .active {
  color: #E31E24; }
.navbar-nav .round-btn {
  background: #f8f2fa;
  border: 1px solid #26779B;
  border-radius: 50px;
  padding: 0px;
  font-size: 20px;
  margin-top: 9px; }
  @media (max-width: 767px) {
    .navbar-nav .round-btn {
      background: #26779B;
      /* border: 1px solid #fff;
       width:auto;*/ } }

#myTabs li {
  padding: 0px 8px;
  border-radius: 35px;
  border: 2px solid #26779B;
  margin-right: 10px; }
  @media (max-width: 767px) {
    #myTabs li {
      width: 100%;
      margin-bottom: 10px; } }
  #myTabs li a {
    color: #26779B;
    font-size: 20px;
    font-weight: 700; }
    @media (max-width: 767px) {
      #myTabs li a {
        font-size: 15px; } }
  #myTabs li:active {
    border: 1px solid #26779B; }
#myTabs .active {
  color: #E31E24; }

.search-filter select, .search-filter .form-control {
  height: 30px;
  margin-left: -4px;
  -webkit-appearance: menulist-button;
  color: #26779B;
  border: 2px solid #26779B;
  text-align: center;
  /* border-right: 0px; */
  border-radius: 0px;
  width: auto;
  font-weight: 900;
  font-size: 14px;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif; }
  .search-filter select:focus-visible, .search-filter .form-control:focus-visible {
    border-color: #26779B; }
  @media (max-width: 767px) {
    .search-filter select, .search-filter .form-control {
      width: 100%;
      margin-bottom: 10px;
      font-size: 15px; } }
.search-filter:invalid {
  color: green; }
.search-filter .btn-primary {
  color: #fff;
  background-color: #26779B;
  border-color: #26779B;
  padding: 0px 12px;
  height: 30px;
  border-radius: 15px;
  margin-top: -4px;
  font-weight: 900; }
  @media (max-width: 767px) {
    .search-filter .btn-primary {
      margin-top: 10px; } }
  .search-filter .btn-primary:active, .search-filter .btn-primary:focus, .search-filter .btn-primary:visited, .search-filter .btn-primary:hover {
    background-color: #26779B !important;
    border-color: #26779B !important; }

.main-nav li {
  margin-right: 15px; }

.category-name {
  font-size: 25px;
  font-weight: 900; }

.bg-secondary {
  background: #26779B !important; }
  .bg-secondary p {
    font-size: 28px;
    font-weight: 700; }

.doctor-profile {
  padding: 20px;
  position: relative; }
  @media (max-width: 767px) {
    .doctor-profile {
      padding: 5px 0px;
      margin-bottom: 25px; } }
  .doctor-profile span {
    display: inline-block;
    padding: 1px 2px;
    color: #26779B;
    font-size: 13px; }
    .doctor-profile span i {
      font-size: 22px;
      font-weight: 700; }
    @media (max-width: 767px) {
      .doctor-profile span {
        padding: 1px 3px; } }
  .doctor-profile .dr-name {
    border: 3px solid #26779B;
    text-align: center;
    color: #26779B;
    padding: 15px 20px;
    border-radius: 40px; }
    @media (max-width: 767px) {
      .doctor-profile .dr-name {
        padding: 15px 12px 15px 12px; } }
    .doctor-profile .dr-name h2 {
      font-size: 20px; }
      @media (max-width: 767px) {
        .doctor-profile .dr-name h2 {
          font-size: 20px; } }
  .doctor-profile .req-call-icon {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px; }
    @media (max-width: 767px) {
      .doctor-profile .req-call-icon {
        width: 35px;
        right: -4px;
        top: -10px; } }
  .doctor-profile .profile-icon {
    position: absolute;
    left: 45%;
    top: -6px;
    width: 30px;
    transition: transform .2s; }
    .doctor-profile .profile-icon:hover {
      transform: scale(2.5); }
    @media (max-width: 767px) {
      .doctor-profile .profile-icon {
        left: 45%;
        top: -14px;
        width: 25px; } }
  .doctor-profile .profile-text {
    position: absolute;
    left: 45%;
    top: 22px;
    font-size: 9px;
    color: #26779B;
    font-weight: 700; }
    @media (max-width: 767px) {
      .doctor-profile .profile-text {
        left: 45%;
        top: 10px; } }
  .doctor-profile .doctor-photo {
    width: 65px;
    height: 65px;
    border-radius: 50px;
    position: absolute;
    top: -32px;
    left: 41%;
    display: none; }
  .doctor-profile .doctor-time-table {
    border: 1px solid #dee2e6;
    background: #fff;
    position: absolute;
    z-index: 9999;
    /* height: 44px; */
    margin-top: 10px;
    width: 60%;
    border: 2px solid #26779B;
    border-image: url("../images/time-border-img.png") 30 round; }
    .doctor-profile .doctor-time-table td {
      padding: 0px;
      width: 100px; }
    .doctor-profile .doctor-time-table th {
      padding: 5px 20px; }
  .doctor-profile .doctor-rate-table {
    margin-top: 10px;
    position: absolute;
    background: #fff;
    z-index: 999;
    left: 185px;
    width: 75%; }
    @media (max-width: 767px) {
      .doctor-profile .doctor-rate-table {
        left: 80px;
        width: 133%; } }
    .doctor-profile .doctor-rate-table span {
      border: 0px;
      color: #26779B;
      padding: 0px 4px;
      font-size: 15px; }
    .doctor-profile .doctor-rate-table img {
      width: 15px; }
    .doctor-profile .doctor-rate-table tbody {
      border: 1px solid #26779B; }
    .doctor-profile .doctor-rate-table td {
      border: 2px solid #26779B;
      padding: 0px;
      height: 15px; }
  .doctor-profile #doctorTabs li {
    border: 2px solid #26779B;
    border-radius: 20px;
    display: inline-block;
    padding: 1px 23px;
    color: #26779B;
    margin-right: 4px; }
    .doctor-profile #doctorTabs li a {
      color: #26779B; }
  .doctor-profile #doctorTabs .time a {
    color: #fff; }

.doctor-profile-section .checked {
  color: #26779B; }
.doctor-profile-section .label {
  font-weight: 600; }
.doctor-profile-section .empty-star {
  color: #26779B; }
.doctor-profile-section .doctor-photo {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin: auto; }
  @media (max-width: 767px) {
    .doctor-profile-section .doctor-photo {
      width: 50px;
      height: 50px; } }
.doctor-profile-section .req-call-icon-dp {
  width: 75px; }
  @media (max-width: 767px) {
    .doctor-profile-section .req-call-icon-dp {
      width: 50px; } }
.doctor-profile-section .req-call-icon {
  width: 40px;
  right: -4px; }
  @media (max-width: 767px) {
    .doctor-profile-section .req-call-icon {
      width: 30px; } }
.doctor-profile-section .profile-icon {
  position: absolute;
  left: 20px;
  top: -3px;
  width: 30px; }
  @media (max-width: 767px) {
    .doctor-profile-section .profile-icon {
      left: 10px;
      top: -16px;
      width: 25px; } }
.doctor-profile-section .profile-text {
  position: absolute;
  left: 23px;
  top: 26px;
  font-size: 9px;
  color: #26779B;
  font-weight: 700; }
  @media (max-width: 767px) {
    .doctor-profile-section .profile-text {
      left: 11px;
      top: 9px; } }
.doctor-profile-section .dr-desc .dr-name {
  color: #26779B;
  font-size: 20px;
  font-weight: 600; }
.doctor-profile-section .offer-links {
  font-size: 18px;
  color: #26779B !important; }
.doctor-profile-section .line {
  display: block;
  height: 45px;
  width: 5px;
  border-right: 3px solid; }
.doctor-profile-section .wnt-to-buy-btn {
  border-radius: 50px;
  margin: auto;
  color: #fff;
  background-color: #E31E24;
  border-color: #26779B;
  text-transform: uppercase; }
.doctor-profile-section .wnt-second-opinion-btn {
  border-radius: 50px;
  margin: auto;
  color: #26779B;
  background-color: #eee;
  border-color: #26779B;
  font-weight: 500; }
.doctor-profile-section .doctor-profile {
  padding: 25px 10px; }
  @media (max-width: 767px) {
    .doctor-profile-section .doctor-profile {
      padding: 5px 0px;
      margin-bottom: 15px; } }

.show-fees {
  color: #000;
  border: 1px solid #26779B;
  width: 100px;
  margin-top: 1px;
  padding: 6px;
  position: absolute;
  z-index: 9999;
  background: #fff; }
/* 
#modalRequestToCallForm, #fess-model, #time-model {
  top: 40% !important; }
  #modalRequestToCallForm .modal-content, #fess-model .modal-content, #time-model .modal-content {
    border-radius: 10%;
    border: 1px solid #26779B;
    width: 400px; }
    @media (max-width: 767px) {
      #modalRequestToCallForm .modal-content, #fess-model .modal-content, #time-model .modal-content {
        width: auto; } }
  #modalRequestToCallForm .modal-title, #fess-model .modal-title, #time-model .modal-title {
    font-size: 20px;
    color: #26779B; }
  #modalRequestToCallForm .form-control, #fess-model .form-control, #time-model .form-control {
    display: inline-block;
    width: 80%;
    height: 7px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #fff;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-left: 5px; }
  #modalRequestToCallForm input, #fess-model input, #time-model input {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: double;
    background-color: #eee;
    border-bottom: 1px solid !important; }
  #modalRequestToCallForm .no-outline:focus, #fess-model .no-outline:focus, #time-model .no-outline:focus {
    outline: none; } */

.btn-primary {
  color: #fff;
  background-color: #26779B;
  border-color: #26779B; }

.profile-doctor-rate-table {
  width: 100%;
  margin: 0px 0px;
  border: 0px; }
  @media (max-width: 767px) {
    .profile-doctor-rate-table {
      width: 100%; } }
  .profile-doctor-rate-table td {
    padding: 1px;
    font-size: 17px; }
    @media (max-width: 767px) {
      .profile-doctor-rate-table td {
        font-size: 11px; } }

.cat li, .cat1 li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

.gallery-title {
  font-size: 36px;
  color: #42B32F;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px; }

.gallery-title:after {
  content: "";
  position: absolute;
  width: 7.5%;
  left: 46.5%;
  height: 45px;
  border-bottom: 1px solid #5e5e5e; }

.filter-button {
  font-size: 18px;
  border: 1px solid #42B32F;
  border-radius: 5px;
  text-align: center;
  color: #42B32F;
  margin-bottom: 0px; }

.filter-button:hover {
  font-size: 18px;
  border: 1px solid #42B32F;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #42B32F; }

.btn-default:active .filter-button:active {
  background-color: #42B32F;
  color: white; }

.port-image {
  width: 100%; }

.gallery_product {
  margin-bottom: 30px; }

.photos .filter-button1, .photos .filter-button, .photos .filter-button2 {
  background: #fff;
  border: 1px solid #000;
  padding: 5px 10px;
  border-radius: 30px;
  color: #000; }
.photos .active {
  background: #26779B;
  border: 1px solid #26779B;
  padding: 5px 10px;
  border-radius: 30px;
  color: white; }
.photos .item img {
  border: 1px solid #26779B; }

.banner-blue {
  background: #26779B;
  padding: 20px 20px;
  color: #fff; }

#video-block {
  height: 280px; }

#video-block.block-height {
  height: auto; }

#gallery-block.block-height {
  height: auto; }

.list-doctor {
  padding: 10px;
  border: 2px solid #26779B;
  border-radius: 10px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@media (min-width: 1366px) {
  main {
    width: 1366px;
    display: block;
    margin: auto; } }
@media (max-width: 768px) {
  .black-text {
    color: #4d4d4d;
    font-size: 40px; }

  .blue-text {
    color: #02A1BA;
    font-size: 35px; }

  .line-four {
    font-size: 17px;
    color: #000; }

  .first-section .offer-links a {
    font-size: 15px;
    font-weight: bold; }

  .text-below-banner-img {
    font-size: 15px; }

  .last-section {
    background: none;
    height: 260px; }

  .last-section1 {
    background-color: #26779B; }
    .last-section1 .trusted-net-partner-txt {
      font-size: 25px; }
    .last-section1 .count {
      font-size: 22px; }
    .last-section1 .line {
      font-size: 23px; }
    .last-section1 .figure-caption {
      padding-top: 15px; }
    .last-section1 .figure img {
      width: auto;
      height: 48px;
      margin: auto;
      display: block; } }
.review {
  padding: 20px;
  border: 2px solid #26779B;
  position: relative; }
  .review .pen-img {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px; }
  .review a {
    font-weight: bold; }

.searchbar {
  width: 310px;
  height: 30px;
  background-color: #fff;
  border-radius: 30px;
  padding: 0px;
  border: 2px solid #26779B;
  margin: 0px auto;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .searchbar {
      margin: 10px 0px; } }

.search_input {
  border: 0;
  outline: 0;
  background: none;
  width: 0;
  caret-color: transparent;
  line-height: 15px;
  transition: width 0.4s linear; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff; }

.searchbar > .search_input {
  padding: 3px 10px;
  width: auto;
  caret-color: #E31E24;
  transition: width 0.4s linear; }

.searchbar > .search_icon {
  background: white;
  color: #26779B; }

.search_icon {
  height: 26px;
  width: 26px;
  float: right;
  margin-right: 5px;
  display: flex;
  margin-top: 0px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
  text-decoration: none; }

.mcc-popup {
  width: 190px;
  color: #26779B;
  margin: auto;
  border: 1px solid #26779B;
  padding: 10px;
  border-radius: 5px; }

@media only screen and (max-width: 767px) {
  .dr-slider .container, .dr-slider .container-fluid {
    padding-left: 30px;
    padding-right: 30px; } }
@media only screen and (max-width: 767px) {
  .dr-slider .row {
    margin-left: -30px;
    margin-right: -30px; } }
@media only screen and (max-width: 767px) {
  .dr-slider .col, .dr-slider .col-1, .dr-slider .col-10, .dr-slider .col-11, .dr-slider .col-12, .dr-slider .col-2, .dr-slider .col-3, .dr-slider .col-4, .dr-slider .col-5, .dr-slider .col-6, .dr-slider .col-7, .dr-slider .col-8, .dr-slider .col-9, .dr-slider .col-auto, .dr-slider .col-lg, .dr-slider .col-lg-1, .dr-slider .col-lg-10, .dr-slider .col-lg-11, .dr-slider .col-lg-12, .dr-slider .col-lg-2, .dr-slider .col-lg-3, .dr-slider .col-lg-4, .dr-slider .col-lg-5, .dr-slider .col-lg-6, .dr-slider .col-lg-7, .dr-slider .col-lg-8, .dr-slider .col-lg-9, .dr-slider .col-lg-auto, .dr-slider .col-md, .dr-slider .col-md-1, .dr-slider .col-md-10, .dr-slider .col-md-11, .dr-slider .col-md-12, .dr-slider .col-md-2, .dr-slider .col-md-3, .dr-slider .col-md-4, .dr-slider .col-md-5, .dr-slider .col-md-6, .dr-slider .col-md-7, .dr-slider .col-md-8, .dr-slider .col-md-9, .dr-slider .col-md-auto, .dr-slider .col-sm, .dr-slider .col-sm-1, .dr-slider .col-sm-10, .dr-slider .col-sm-11, .dr-slider .col-sm-12, .dr-slider .col-sm-2, .dr-slider .col-sm-3, .dr-slider .col-sm-4, .dr-slider .col-sm-5, .dr-slider .col-sm-6, .dr-slider .col-sm-7, .dr-slider .col-sm-8, .dr-slider .col-sm-9, .dr-slider .col-sm-auto, .dr-slider .col-xl, .dr-slider .col-xl-1, .dr-slider .col-xl-10, .dr-slider .col-xl-11, .dr-slider .col-xl-12, .dr-slider .col-xl-2, .dr-slider .col-xl-3, .dr-slider .col-xl-4, .dr-slider .col-xl-5, .dr-slider .col-xl-6, .dr-slider .col-xl-7, .dr-slider .col-xl-8, .dr-slider .col-xl-9, .dr-slider .col-xl-auto {
    padding-left: 30px;
    padding-right: 30px; } }
@media only screen and (min-width: 1200px) {
  .dr-slider .container-fluid {
    padding-left: 120px;
    padding-right: 120px; } }
@media only screen and (min-width: 1400px) {
  .dr-slider .container-fluid {
    padding-left: 130px;
    padding-right: 130px; } }
@media only screen and (min-width: 1600px) {
  .dr-slider .container-fluid {
    padding-left: 150px;
    padding-right: 150px; } }

#demo .carousel-control-prev {
  left: -37px; }
  @media (max-width: 767px) {
    #demo .carousel-control-prev {
      left: -35px;
      display: none; } }
#demo .carousel-control-next {
  right: -47px; }
  @media (max-width: 767px) {
    #demo .carousel-control-next {
      right: -35px;
      display: none; } }
#demo .carousel-control-next, #demo .carousel-control-prev {
  color: #fff;
  opacity: 1;
  top: 50%;
  height: 50px;
  width: 50px; }
  #demo .carousel-control-next:hover, #demo .carousel-control-prev:hover {
    color: #fff; }
  #demo .carousel-control-next span, #demo .carousel-control-prev span {
    background: #26779bad;
    padding: 5px;
    border-radius: 10px;
    font-size: 15px; }
    @media (max-width: 767px) {
      #demo .carousel-control-next span, #demo .carousel-control-prev span {
        background-color: #26779B; } }
  #demo .carousel-control-next .carousel-control-next-icon, #demo .carousel-control-next .carousel-control-prev-icon, #demo .carousel-control-prev .carousel-control-next-icon, #demo .carousel-control-prev .carousel-control-prev-icon {
    width: 30px;
    height: 40px;
    position: relative; }
    @media (max-width: 767px) {
      #demo .carousel-control-next .carousel-control-next-icon, #demo .carousel-control-next .carousel-control-prev-icon, #demo .carousel-control-prev .carousel-control-next-icon, #demo .carousel-control-prev .carousel-control-prev-icon {
        width: 20px;
        height: 30px; } }
    #demo .carousel-control-next .carousel-control-next-icon .fa-chevron-right, #demo .carousel-control-next .carousel-control-prev-icon .fa-chevron-right, #demo .carousel-control-prev .carousel-control-next-icon .fa-chevron-right, #demo .carousel-control-prev .carousel-control-prev-icon .fa-chevron-right {
      top: 14px;
      position: absolute;
      right: 8px; }
      @media (max-width: 767px) {
        #demo .carousel-control-next .carousel-control-next-icon .fa-chevron-right, #demo .carousel-control-next .carousel-control-prev-icon .fa-chevron-right, #demo .carousel-control-prev .carousel-control-next-icon .fa-chevron-right, #demo .carousel-control-prev .carousel-control-prev-icon .fa-chevron-right {
          top: 9px;
          right: 3px; } }
    #demo .carousel-control-next .carousel-control-next-icon .fa-chevron-left, #demo .carousel-control-next .carousel-control-prev-icon .fa-chevron-left, #demo .carousel-control-prev .carousel-control-next-icon .fa-chevron-left, #demo .carousel-control-prev .carousel-control-prev-icon .fa-chevron-left {
      top: 12px;
      position: absolute;
      left: 8px; }
      @media (max-width: 767px) {
        #demo .carousel-control-next .carousel-control-next-icon .fa-chevron-left, #demo .carousel-control-next .carousel-control-prev-icon .fa-chevron-left, #demo .carousel-control-prev .carousel-control-next-icon .fa-chevron-left, #demo .carousel-control-prev .carousel-control-prev-icon .fa-chevron-left {
          top: 8px;
          left: 4px; } }

.doctor-list-slider {
  padding-right: 10px; }

.top-contact li {
  font-weight: 700; 
  font-size: 20px;
    float: right;
}

.logo {
  width: 140px; }

.px-30 {
  padding: 0px 30px; }
  @media (max-width: 767px) {
    .px-30 {
      padding: 0px 0px; } }

@media (max-width: 767px) {
  .border-right-0 {
    border-right: 1px solid #26779B !important; }

  .main-nav {
    background: #26779B;
    padding: 10px; }
    .main-nav .nav-link {
      color: #fff;
      font-size: 15px; }
      .main-nav .nav-link .fa-chevron-down {
        font-size: 12px; }

  .logo {
    width: 90px; }

  #myTabs > :first-child {
    width: 70%;
    margin: auto;
    margin-bottom: 15px; }

  #myTabs li {
    width: 43%;
    margin: auto;
    margin-bottom: 15px;
    text-align: center; } }
@media (min-width: 767px) {
  #demo .carousel-item {
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden; } }
#demo .carousel-item::-webkit-scrollbar-track {
  border: 1px solid black;
  border-radius: 20px;
  background-color: #F5F5F5; }
#demo .carousel-item::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5; }
#demo .carousel-item::-webkit-scrollbar-thumb {
  background-color: #26779B; }

.dr-availability {
  position: absolute;
  left: 15px;
  top: 10px;
  width: 12px;
  color: #26779B; }
  .dr-availability img {
    height: 45px; }
  @media (max-width: 767px) {
    .dr-availability {
      left: -6px;
      top: 0px;
      width: 15px; } }
  .dr-availability:hover {
    color: red; }

.dr-availability-2 {
  position: absolute;
  left: 2px;
  top: 23px;
  width: 12px;
  z-index: -1111;
  color: #26779B; }
  .dr-availability-2 img {
    height: 55px; }
  @media (max-width: 767px) {
    .dr-availability-2 {
      left: -16px;
      top: 9px;
      width: 15px; } }
  .dr-availability-2:hover {
    color: red; }

#vouchers-block .category {
  text-transform: capitalize;
  font-weight: 700;
  color: #9A9A9A; }
#vouchers-block .nav-item .nav-link,
#vouchers-block .nav-tabs .nav-link {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s; }
#vouchers-block .now-ui-icons {
  display: inline-block;
  font: normal normal normal 14px/1 'Nucleo Outline';
  font-size: inherit;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
@-webkit-keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes nc-icon-spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }
@keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
#vouchers-block .now-ui-icons.objects_umbrella-13:before {
  content: "\ea5f"; }
#vouchers-block .now-ui-icons.shopping_cart-simple:before {
  content: "\ea1d"; }
#vouchers-block .now-ui-icons.shopping_shop:before {
  content: "\ea50"; }
#vouchers-block .now-ui-icons.ui-2_settings-90:before {
  content: "\ea4b"; }
#vouchers-block .nav-tabs {
  border: 0;
  padding: 15px 0.7rem; }
#vouchers-block .nav-tabs > .nav-item > .nav-link {
  background: #fff;
  border: 1px solid #000;
  padding: 5px 5px;
  border-radius: 30px;
  color: #000;
  margin-right: 8px;
  font-size: 15px; }
#vouchers-block .nav-tabs > .nav-item > .nav-link:hover {
  background-color: transparent; }
#vouchers-block .nav-tabs > .nav-item > .nav-link.active {
  background-color: #26779B;
  border-radius: 30px;
  color: #FFFFFF;
  border-color: #26779B; }
#vouchers-block .nav-tabs > .nav-item > .nav-link i.now-ui-icons {
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-right: 3px; }
#vouchers-block .nav-tabs.nav-tabs-neutral > .nav-item > .nav-link {
  color: #FFFFFF; }
#vouchers-block .nav-tabs.nav-tabs-neutral > .nav-item > .nav-link.active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF; }
#vouchers-block .now-ui-icons {
  display: inline-block;
  font: normal normal normal 14px/1 'Nucleo Outline';
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
@media screen and (max-width: 768px) {
  #vouchers-block {
   /* .nav-tabs {
        display: inline-block;
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
        text-align: center;
    }
*/ }
    #vouchers-block .nav-tabs .nav-item > .nav-link {
      margin-bottom: 5px; } }
#vouchers-block .h-600 {
  height: 550px;
  overflow: hidden; }
#vouchers-block .h-600-auto {
  height: auto;
  overflow-y: scroll;
  overflow-x: hidden; }

.carousel-control-prev {
  left: -20px; }

.carousel-control-prev-icon {
  background-color: #26779B; }

.carousel-control-next {
  right: -26px; }

.carousel-control-next-icon {
  background-color: #26779B; }

@media (max-width: 767px) {
  .coupons .fa-arrow-circle-left {
    margin-bottom: 15px; } }
.coupons .tab-content {
  margin-top: 20px; }
.coupons .icon-wrap {
  background-color: #26779b;
  padding: 20px; }
.coupons .nav-tabs {
  border-bottom: 0px;
  margin: 30px 0px; }
  .coupons .nav-tabs .nav-link {
    border: 0px;
    color: #26779B;
    text-align: center;
    font-weight: 700; }
  .coupons .nav-tabs .active {
    color: red !important; }
.coupons .yellowcolor {
  color: yellow; }
.coupons h2 {
  background-color: #26779B;
  color: #FFF;
  Padding: 10px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .coupons h2 {
      font-size: 20px; } }
.coupons .list-style-type-decimal {
  list-style-type: decimal;
  padding-left: 20px; }
  .coupons .list-style-type-decimal li {
    margin-bottom: 20px;
    font-size: 19px; }
    @media (max-width: 767px) {
      .coupons .list-style-type-decimal li {
        font-size: 14px; } }
.coupons .buy-btn {
  border-radius: 50px; }
  .coupons .buy-btn a {
    color: #fff !important; }
.coupons .doctor-photo {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin: auto;
  display: block; }
.coupons .req-call-icon-dp {
  width: 55px; }
.coupons .h700 {
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden; }
.coupons .doctor-list, .coupons .related-coupons, .coupons .available-similar-dr-list {
  height: 70px; }
.coupons .dis-btn:disabled,
.coupons .dis-btn[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  cursor: not-allowed; }
@media (max-width: 767px) {
  .coupons #tabs-1 .nav-item, .coupons #tabs-2 .nav-item, .coupons #tabs-3 .nav-item, .coupons #tabs-4 .nav-item {
    width: 50%;
    margin-bottom: 10px; } }
@media (max-width: 767px) {
  .coupons #tabs-1 .nav-link:last-child, .coupons #tabs-2 .nav-link:last-child, .coupons #tabs-3 .nav-link:last-child, .coupons #tabs-4 .nav-link:last-child {
    padding: 5px 5px; } }
.coupons #tabs-1 .nav-link, .coupons #tabs-2 .nav-link, .coupons #tabs-3 .nav-link, .coupons #tabs-4 .nav-link {
  padding: 5px 5px;
  border-radius: 35px;
  border: 2px solid #26779B !important;
  margin-right: 12px; }
  @media (max-width: 767px) {
    .coupons #tabs-1 .nav-link, .coupons #tabs-2 .nav-link, .coupons #tabs-3 .nav-link, .coupons #tabs-4 .nav-link {
      height: 54px;
      padding: 15px 5px; } }

.coupons-row .related-coupons {
  height: 130px; }
  @media (max-width: 767px) {
    .coupons-row .related-coupons {
      height: 80px; } }

.logininform .login {
  margin: 0px auto 0 auto;
  background: #fff;
  border-radius: 4px; }
.logininform .legend {
  position: relative;
  width: 100%;
  display: block;
  background: #26779b;
  padding: 15px;
  color: #fff;
  font-size: 20px; }
  .logininform .legend:after {
    content: "";
    background-size: 100px 100px;
    background-repeat: no-repeat;
    background-position: 152px -16px;
    opacity: 0.06;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute; }
.logininform .input {
  position: relative;
  width: 90%;
  margin: 15px auto; }
  .logininform .input span {
    position: absolute;
    display: block;
    color: #d4d4d4;
    left: 10px;
    top: 8px;
    font-size: 20px; }
  .logininform .input input {
    width: 100%;
    padding: 10px 5px 10px 40px;
    display: block;
    border: 1px solid #504d4d;
    border-radius: 4px;
    transition: 0.2s ease-out;
    color: #000;
    background: #eee; }
    .logininform .input input:focus {
      padding: 10px 5px 10px 10px;
      outline: 0;
      border-color: #26779b; }
.logininform .submit {
  display: block;
  margin: 0 auto -15px auto;
  background: #26779b;
  /* border-radius: 100%; */
  border: 1px solid #26779b;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0px 0px 0px 7px #fff;
  transition: 0.2s ease-out; }
  .logininform .submit:hover, .logininform .submit:focus {
    background: #ff7052;
    color: #fff;
    outline: 0; }
.logininform .feedback {
  position: absolute;
  bottom: -70px;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #2ecc71;
  padding: 10px 0;
  font-size: 12px;
  display: none;
  opacity: 0; }
  .logininform .feedback:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(46, 204, 113, 0);
    border-bottom-color: #2ecc71;
    border-width: 10px;
    margin-left: -10px; }
.logininform ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */ }
.logininform :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000; }
.logininform ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000; }

#doctor-profile-videos-tabs h4 {
  font-size: 18px;
  margin-top: 35px;
  position: relative;
  color: #333; }
  #doctor-profile-videos-tabs h4:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    left: 0;
    top: -10px;
    background: #333; }

.hover-category-prev {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1; }

.hover-category-next {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1; }

#demo .carousel-control-prev:hover .hover-category-prev {
  visibility: visible; }

#demo .carousel-control-next:hover .hover-category-next {
  visibility: visible; }

footer a {
  color: #fff; }

@media (max-width: 767px) {
  #panel {
    display: none; } }
#daily-deals-slider .carousel-control-next, #daily-deals-slider .carousel-control-prev, #discount-coupon-slider .carousel-control-next, #discount-coupon-slider .carousel-control-prev, #health-package-slider .carousel-control-next, #health-package-slider .carousel-control-prev, #promotional-coupon-slider .carousel-control-next, #promotional-coupon-slider .carousel-control-prev {
  height: 50px;
  width: 50px;
  top: 50%; }
#daily-deals-slider .carousel-control-next, #discount-coupon-slider .carousel-control-next, #health-package-slider .carousel-control-next, #promotional-coupon-slider .carousel-control-next {
  right: -60px; }
  @media (max-width: 767px) {
    #daily-deals-slider .carousel-control-next, #discount-coupon-slider .carousel-control-next, #health-package-slider .carousel-control-next, #promotional-coupon-slider .carousel-control-next {
      right: -25px; } }
#daily-deals-slider .carousel-control-prev, #discount-coupon-slider .carousel-control-prev, #health-package-slider .carousel-control-prev, #promotional-coupon-slider .carousel-control-prev {
  left: -60px; }
  @media (max-width: 767px) {
    #daily-deals-slider .carousel-control-prev, #discount-coupon-slider .carousel-control-prev, #health-package-slider .carousel-control-prev, #promotional-coupon-slider .carousel-control-prev {
      left: -25px; } }

/*# sourceMappingURL=style.css.map */
