/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

/*
THEME: Medic | Medical HTML Template
VERSION: 1.0.0
AUTHOR: Themefisher

HOMEPAGE: https://themefisher.com/products/medic-medical-template/
DEMO: https://demo.themefisher.com/themefisher/medic/
GITHUB: https://github.com/themefisher/Medic-Bootstrap-Medical-Template

WEBSITE: https://themefisher.com
TWITTER: https://twitter.com/themefisher
FACEBOOK: https://www.facebook.com/themefisher
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700|Source+Sans+Pro:400,600,700");
body {
  line-height: 1.4;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
}

p {
  font-family: "Source Sans Pro", sans-serif;
  color: #848484;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

/*=== MEDIA QUERY ===*/
body {
  font-size: 15px;
  color: #777777;
  line-height: 1.8em;
  font-weight: 400;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", sans-serif;
}

.page-wrapper {
  overflow: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}

input, button, select, textarea {
  font-family: "Roboto", sans-serif;
}

p {
  position: relative;
  line-height: 1.8em;
}

.section-title h3 {
  font-size: 40px;
  line-height: 50px;
  color: #222222;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
}
.section-title span {
  color: #222222;
  font-weight: 400;
}
.section-title p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #777777;
  font-family: "Roboto", sans-serif;
}

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

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.anim-3, .anim-3-all * {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.anim-5, .anim-5-all * {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.anim-7, .anim-7-all * {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}

.btn-style-one {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 27px;
  padding: 8px 36px;
  background: #48bdc5;
  border: 1px solid #48bdc5;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-style-one:hover {
  color: #48bdc5;
  border: 1px solid #48bdc5;
  background: #ffffff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-style-two {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  line-height: 27px;
  padding: 8px 36px;
  background: #f4f4f4;
  border: 1px solid #ececec;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-style-two:hover {
  color: #ffffff;
  border: 1px solid #48bdc5;
  background: #48bdc5;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.section {
  padding: 100px 0;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.bg-gray {
  background: #fafafa;
}

.logo {
  display: inline-block;
}

.single-page-header {
  background-image: url("../images/about/about-header.jpg");
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}
.single-page-header:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.header-top {
  background: #ffffff;
  border-bottom: 1px solid #ececec;
}
.header-top .top-left h6 {
  font-size: 15px;
  line-height: 26px;
  color: #777777;
  font-weight: 400;
  padding: 14px 0px;
  font-family: "Roboto", sans-serif;
}
.header-top .top-left .contact-links li {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #b2b2b7;
  margin-right: 40px;
  font-family: "Open Sans", sans-serif;
}
.header-top .top-right .social-links {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .header-top .top-right .social-links {
    padding-left: 0;
  }
}
.header-top .top-right .social-links li {
  display: inline-block;
}
.header-top .top-right .social-links li i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: -1px;
  font-size: 16px;
  color: #777777;
  text-align: center;
  border: 1px solid #ececec;
  transition: 0.3s;
}
.header-top .top-right .social-links li:hover i {
  color: #7b64cb;
  border-color: #7b64cb;
}

.header-uper {
  padding: 40px 0px;
}
.header-uper .contact-info {
  float: left;
}
@media (max-width: 991px) {
  .header-uper .contact-info {
    text-align: center;
  }
  .header-uper .contact-info .item {
    margin: 0 20px;
  }
}
.header-uper .contact-info .item {
  position: relative;
  display: inline-block;
  padding-left: 70px;
  margin-right: 40px;
}
.header-uper .contact-info .item .icon-box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  text-align: center;
  line-height: 57px;
  border: 1px solid #5ec5cc;
}
.header-uper .contact-info .item .icon-box i:before {
  color: #5ec5cc;
  font-size: 22px;
}
.header-uper .contact-info .item strong {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #222222;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
}
.header-uper .contact-info .item span {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #777777;
  font-family: "Roboto", sans-serif;
}
.header-uper .right-side .link-btn {
  margin-left: 20px;
  margin-top: 5px;
}

.navbar {
  margin-bottom: 0;
  background: #48bdc5;
  border: none;
  border-radius: 0;
}
@media (max-width: 991px) {
  .navbar .navbar-nav {
    padding: 15px 0;
  }
}
.navbar .navbar-nav li > .nav-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 18px !important;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .navbar .navbar-nav li > .nav-link {
    padding: 6px 18px !important;
    text-align: center;
  }
}
.navbar .navbar-nav li > .nav-link:hover {
  color: #fff;
  opacity: 0.7;
}
.navbar .navbar-nav li.active > a {
  background: transparent;
  font-weight: 600;
  text-decoration: underline;
}
.navbar .navbar-nav li.active > a:hover {
  background: transparent;
}

.dropdown-toggle::after {
  border: 0;
  margin-left: 6px;
  vertical-align: 1px;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 11px;
  width: auto;
}

@media (min-width: 1200px) {
  .navbar .dropdown-menu {
    display: block;
    transition: 0.2s;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
    border: 0;
    background-color: white;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
  }
  .navbar .dropdown-menu .dropdown-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 8px;
  }
}
.dropdown-menu {
  padding: 0 20px 0 5px;
  min-width: auto;
}
@media (max-width: 991px) {
  .dropdown-menu {
    padding: 0;
  }
}
.dropdown-menu li:first-child {
  margin-top: 10px;
}
.dropdown-menu li:last-child {
  margin-bottom: 10px;
}
.dropdown-menu .dropdown-item {
  color: #333;
  font-size: 16px;
  transition: 0.3s;
}
.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
  background-color: transparent;
  color: #333;
}
.dropdown-menu .dropdown-item.active {
  text-decoration: underline;
  font-weight: 500;
}
.dropdown-menu .dropdown-item:hover {
  opacity: 0.7;
}

.dropdown-submenu a.dropdown-toggle {
  color: #333;
}
.dropdown-submenu a.dropdown-toggle::after {
  margin-left: 7px;
  vertical-align: 0.255em !important;
  transform: scale(1.3);
}
.dropdown-submenu .dropdown-menu {
  transform: initial;
  top: -15px;
}
@media (max-width: 991px) {
  .dropdown-submenu .dropdown-menu {
    margin: 0 10px !important;
  }
}
.dropdown-submenu.dropright .dropdown-menu {
  left: calc(100% + 10px);
  margin-left: 0;
}
.dropdown-submenu.dropleft .dropdown-menu {
  left: auto;
  right: 100%;
  margin-right: 0;
}

@media (max-width: 991px) {
  .dropdown-item {
    text-align: center;
  }
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: #cef4f7;
  border-radius: 0;
  padding-left: 8px;
  padding-right: 8px;
  margin: 6px auto;
}

button:focus {
  outline: 0;
}

.accordion-section .accordion-holder {
  margin-top: 60px;
}
.accordion-section .accordion-holder .card {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-section .accordion-holder .card .card-header {
  background: #fff;
  padding: 0;
  border-radius: 0;
}
.accordion-section .accordion-holder .card .card-header .card-title {
  margin-bottom: 0;
}
.accordion-section .accordion-holder .card .card-header h4 {
  position: relative;
}
.accordion-section .accordion-holder .card .card-header h4 a {
  font-weight: bold;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  display: block;
  background: #48bdc5;
  color: #fff;
  padding: 20px 30px;
  transition: all 0.3s ease;
}
.accordion-section .accordion-holder .card .card-header h4 a:before {
  content: "\f077";
  position: absolute;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.accordion-section .accordion-holder .card .card-header h4 a.collapsed {
  background: #fff;
  color: #000;
}
.accordion-section .accordion-holder .card .card-header h4 a.collapsed:before {
  content: "\f078";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.accordion-section .accordion-holder .card .card-header h4 a.collapsed:hover {
  color: #48bdc5;
}
.accordion-section .accordion-holder .card .card-body {
  padding: 20px 30px;
}

.hero-slider {
  height: 80vh;
}
.hero-slider .slider-item {
  height: 80vh;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.hero-slider .slider-item:focus {
  outline: 0;
}
.hero-slider .slider-item:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
}
.hero-slider .content {
  position: relative;
  z-index: 2;
}
.hero-slider .content.style h2 {
  font-size: 60px;
}
@media (max-width: 767px) {
  .hero-slider .content.style h2 {
    font-size: 30px;
  }
}
.hero-slider .content.style .offer-text {
  letter-spacing: 7px;
  font-size: 15px;
  margin-bottom: 5px;
}
.hero-slider .content.style .tag-text {
  font-size: 20px;
  font-weight: normal;
}
.hero-slider .content.style .btn-main {
  border-radius: 3px;
  padding: 16px 50px;
  font-weight: 700;
}
.hero-slider .content h2 {
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #fff;
}
.hero-slider .content p {
  font-size: 26px;
  color: #fff;
}
.hero-slider .content .btn-white {
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.1s ease;
}
.hero-slider .content .btn-white:hover {
  background: #fff;
  color: #000;
}
.hero-slider .slick-dots {
  bottom: 20px;
}
.hero-slider .slick-dots li {
  margin: 0 3px;
}
.hero-slider .slick-dots li button:before {
  font-size: 15px;
}
.hero-slider .slick-dots li.slick-active button:before {
  color: #fff;
}
.hero-slider .slick-prev {
  left: 20px;
  z-index: 100;
}
.hero-slider .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.hero-slider .slick-next {
  right: 20px;
  z-index: 100;
}
.hero-slider .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.cta {
  padding: 40px 0;
}
.cta .cta-block {
  border-radius: 4px;
  overflow: hidden;
}
.cta .cta-block .emmergency {
  background: #48bdc5;
}
.cta .cta-block .emmergency a {
  color: #fff;
  font-size: 30px;
}
.cta .cta-block .emmergency p {
  padding-top: 20px;
}
.cta .cta-block .top-doctor {
  background: #5bc4cb;
}
.cta .cta-block .top-doctor .btn-main {
  margin-top: 10px;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  transition: all 0.3s ease;
}
.cta .cta-block .top-doctor .btn-main:hover {
  background: #fff;
  color: #48bdc5;
}
.cta .cta-block .working-time {
  background: #6fcbd1;
}
.cta .cta-block .working-time ul {
  margin: 0;
  padding: 0;
}
.cta .cta-block .working-time ul li {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 5px 0;
}
.cta .cta-block .working-time ul li span {
  float: right;
}
.cta .cta-block .working-time ul li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.cta .cta-block .item {
  padding: 45px 30px;
}
.cta .cta-block .item i, .cta .cta-block .item h2, .cta .cta-block .item p {
  transition: all 0.2s ease;
  color: #fff;
}
.cta .cta-block .item i {
  font-size: 30px;
  margin-bottom: 20px;
}
.cta .cta-block .item h2 {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 25px;
  margin-bottom: 30px;
}
.cta .cta-block .item p {
  font-size: 16px;
  line-height: 25px;
}

.map {
  position: relative;
}
.map #map {
  height: 400px;
  color: white;
}

.contact .contact-form .form-control {
  margin-bottom: 30px;
}
.contact .address-block .media {
  display: flex;
}
@media (max-width: 767px) {
  .contact .address-block .media {
    flex-wrap: wrap;
    text-align: center;
  }
  .contact .address-block .media:last-child {
    margin-bottom: 30px;
  }
}
.contact .address-block .media i {
  color: #48bdc5;
  font-size: 30px;
  margin-right: 35px;
  width: 40px;
  display: block;
}
@media (max-width: 767px) {
  .contact .address-block .media i {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.contact .address-block .media .media-body h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.contact .address-block .media .media-body p {
  line-height: 25px;
}
.contact .address-block .media:not(:last-child) {
  margin-bottom: 20px;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
  padding: 15px 20px;
  font-size: 14px;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #48bdc5;
}
.form-control.main {
  padding: 20px;
}

.feature-section {
  position: relative;
}
.feature-section .image-content .section-title {
  margin-bottom: 20px;
}
.feature-section .image-content .section-title h3 {
  position: relative;
  padding-bottom: 15px;
}
.feature-section .image-content .section-title p {
  margin-bottom: 40px;
}
.feature-section .image-content .item {
  position: relative;
  margin-top: 40px;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .feature-section .image-content .item {
    padding: 0;
  }
}
.feature-section .image-content .icon-box {
  height: 50px;
  margin-bottom: 20px;
}
.feature-section .image-content .item h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: #222222;
  font-family: "Roboto", sans-serif;
}
.feature-section .image-content .item p {
  font-size: 15px;
  line-height: 28px;
}
.feature-section .contact-info .item {
  position: relative;
  display: inline-block;
  margin: -2px;
  padding: 22px 67px 20px 105px;
}
.feature-section .contact-info .item:nth-child(1) {
  background: #8383d1;
}
.feature-section .contact-info .item:nth-child(2) {
  background: #7491ce;
}
.feature-section .contact-info .item:nth-child(3) {
  background: #6fb4d0;
}




}
/*# sourceMappingURL=style.css.map */
