/*
* Clinica Multi-Purpose Medical HTML Template
* Build Date: January 2016
* Author: ThemeAtelier
* Copyright (C) 2016 ThemeAtelier
*/
/* ------------------------------------- */
/* TABLE OF CONTENTS
/* -------------------------------------
    1. IMPORT GOOGLE FONTS
    2. GENERAL
		- 2-1 COLORS AND BACKGROUNDS
		- 2-3 PADDINGS
		- 2-4 MARGINS
		- 2-5 BUTTONS
		- 2-6 SECTION TITLES
		- 2-7 PRELOADER
	3. HEADER
		- 3-1 HEADER V1
		- 3-2 STICKY NAVIGATION
		- 3-3 MAINMENU AREA
		- 3-4 MOBILE MENU
		- 3-5 HEADER V2
	4. HERO SECTIONS
		- 4-1 HERO SECTION V1
		- 4-2 HERO SECTION V2
	5. SERIVCE SECTION
	6. VIDEO INTRO SECTION
	7. BEST-DOCTORS SECTION
		- 7-1 BEST-DOCTORS SECTION V2
	8. CALL-TO-ACTION SECTION
	9. BLOG
	10. CONTACT-INFO SECTION
	11. FOOTER SECTION
	12. DOCTORS PAGE
		- 12-1 BREADCRUMB SECTION
		- 12-2 DOCTORS WIDGET FILTER
		- 12-3 DOCTORS LIST
		- 12-4 PAGENATION
	13. DOCTORS DETAIL PAGE
	14. APPOINMENT PAGE
	15. DEPPERTMENT PAGE
	16. ARTICLE PAGE
	17. SINGLE BLOG PAGE
	18. CONTACT PAGE
		18-1 CONTACT CALL TO ACTION
		- 18-1 CONTACT DOCTORS CUROSEL
	19. 404 PAGE
  20. FOOTER
	------------------------------------- */
/*  ----------------------------------------------------
1. IMPORT GOOGLE FONTS
-------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,400i,600,700");
/*  ----------------------------------------------------
2. GENERAL
-------------------------------------------------------- */
body {
  font-size: 16px;
  color: #121212;
  line-height: 1.7em;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4c4c4c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
h1 {
  font-size: 54px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 20px;
}
p {
  font-size: 14px;
}
a,
input,
button {
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  color: #121212;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #51a9f1;
}
.bestdoctor-footer a i,
.article-content a i,
.footer-widget .footer-social li a i,
.single-service-box a i,
.footer-widget li a i {
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input:focus {
  border: 1px solid #51a9f1;
}
img {
  max-width: 100%;
  height: auto;
}
.parallax-bg {
  position: relative;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.img-full {
  width: 100%;
}
/* - 2-1 COLORS AND BACKGROUNDS */
.page-content {
  background: #f8f8f8;
}
.section-light {
  background: #ffffff;
}
.section-blue {
  background: #51a9f1;
}
.section-gray {
  background: #fafafa;
}
.section-dark {
  background: #121212;
}
.section-blue h1,
.section-blue h2,
.section-blue h3,
.section-blue h4,
.section-blue h5,
.section-blue h6,
.section-blue p,
.section-blue a,
.section-blue li {
  color: #ffffff;
}
.section-light h1,
.section-light h3,
.section-light h4,
.section-light h5,
.section-light h6 {
  color: #333333;
}
.color-blue {
  color: #51a9f1;
}
/* - 2-2 OVERLAY AND OFACITYS */
.gredient-overlay {
  background: -webkit-linear-gradient(
    344deg,
    rgb(59, 123, 214) 0%,
    rgb(11, 195, 250) 40%,
    rgb(59, 123, 214) 100%
  );
  background: -o-linear-gradient(
    344deg,
    rgb(59, 123, 214) 0%,
    rgb(11, 195, 250) 40%,
    rgb(59, 123, 214) 100%
  );
  background: -ms-linear-gradient(
    344deg,
    rgb(59, 123, 214) 0%,
    rgb(11, 195, 250) 40%,
    rgb(59, 123, 214) 100%
  );
  background: -moz-linear-gradient(
    344deg,
    rgb(59, 123, 214) 0%,
    rgb(11, 195, 250) 40%,
    rgb(59, 123, 214) 100%
  );
  background: linear-gradient(
    106deg,
    rgb(59, 123, 214) 0%,
    rgb(11, 195, 250) 40%,
    rgb(59, 123, 214) 100%
  );
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.bg-overlay {
  background: #333333;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.opacity-5 {
  opacity: 0.5;
}
.opacity-6 {
  opacity: 0.6;
}
/* - 2-3 PADDINGS */
.padding-none {
  padding: 0px;
}
.pt215 {
  padding-top: 215px;
}
.pb215 {
  padding-bottom: 215px;
}
.pt140 {
  padding-top: 140px;
}
.pb100 {
  padding-bottom: 100px;
}
.pt180 {
  padding-top: 180px;
}
.pt125 {
  padding-top: 125px;
}
.pb125 {
  padding-bottom: 125px;
}
.pt100 {
  padding-top: 100px;
}
.pt60 {
  padding-top: 60px;
}
.pb60 {
  padding-bottom: 60px;
}
.pt40 {
  padding-top: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb200 {
  padding-bottom: 200px;
}
/* - 2-4 MARGINS */
.mt0 {
  margin-top: 0px !important;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb100 {
  margin-bottom: 100px;
}
/* - 2-5 BUTTONS */
.btn-mat {
  padding: 12px 15px;
  text-transform: uppercase;
  color: #ffffff;
  background: #51a9f1;
  border: 1px solid transparent;
  box-shadow: 2.5px 4.33px 10px 0px rgba(0, 0, 0, 0.2);
}
.btn-mat:hover {
  background: #ffffff;
  border: 1px solid #51a9f1;
}
.service-btn {
  border: 1px solid #ffffff;
  padding: 12px 35px;
  text-transform: uppercase;
  color: #ffffff;
}
.service-btn:hover {
  font-weight: 700;
  background: #ffffff;
  color: #51a9f1;
  box-shadow: 2.5px 4.33px 10px 0px rgba(0, 0, 0, 0.078);
}
.section-service-btn {
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 15px;
  text-transform: uppercase;
  padding: 12px 40px;
}
.section-service-btn:hover {
  background: #ffffff;
  color: #51a9f1;
}
.primary-btn {
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 30px;
  background: #51a9f1;
  font-weight: 700;
  border: 2px solid transparent;
  box-shadow: 2.5px 4.33px 10px 0px rgba(0, 0, 0, 0.078);
}
.primary-btn:hover {
  background: transparent;
  color: #51a9f1;
  border: 2px solid #e5e6e8;
}
/* - 2-6 SECTION TITLES */
.section-title img {
  margin-bottom: 20px;
}
.section-title i {
  margin-bottom: 25px;
  font-size: 70px;
}
.section-title h2 {
  text-transform: uppercase;
  margin-bottom: 25px;
}
.section-title p {
  margin-bottom: 0px;
}
/* - 2-7 PRELOADER */
.preloader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #51a9f1;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  position: relative;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -20px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/*  ----------------------------------------------------
3. HEADER
-------------------------------------------------------- */
/* - 3-1 HEADER V1 */

.header-top {
  padding-top: 20px;
  padding-bottom: 20px;
}
.search-form {
  position: relative;
  z-index: 999;
}
.search-form input[type="text"] {
  border: medium none;
  color: #4c4c4c;
  height: 40px;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.search-form button {
  height: 40px;
  width: 40px;
  border: none;
  background: #ffffff;
  color: #51a9f1;
}
.header-logo {
  font-size: 28px;
  text-transform: uppercase;
  position: relative;
  z-index: 999;
}
/* - 3-2 STICKY NAVIGATION */
.header-area .header-top {
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
}
.header-area {
  /*animation:300ms ease-in-out 0s normal none 1 running fadeInUp;*/
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-area.is_stuck {
  /*animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;*/
  position: fixed;
  width: 100%;
  z-index: 999;
}
.is_stuck .header-top {
  padding-top: 15px;
  padding-bottom: 0px;
}
.is_stuck .mainmenu ul li a {
  padding: 15px 0px;
}
/* - 3-3 MAINMENU AREA */
.mainmenu ul {
  margin: 0px;
  padding: 0px;
  line-height: 1em;
}
.mainmenu ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.mainmenu ul li a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  padding: 20px 0;
  text-transform: uppercase;
}

.mainmenu ul li:hover a {
  color: #ffffff;
}
.mainmenu ul li ul.sub-menu {
  background: #fff;
  border: 1px solid #e8e8e9;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  opacity: 0;
  position: absolute;
  width: 205px;
  z-index: -99;
}
.mainmenu ul li ul.sub-menu,
.mainmenu ul li .mega-menu {
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
}
.mainmenu ul li:hover ul.sub-menu,
.mainmenu ul li:hover .mega-menu {
  opacity: 1;
  z-index: 9999;
  transform: scaleY(1);
}
.mainmenu ul li ul.sub-menu li {
  margin-right: 0;
  width: 100%;
}
.mainmenu ul li ul.sub-menu li a {
  color: #4c4c4c;
  font-size: 13px;
  font-weight: normal;
  padding: 8px 10px;
  text-transform: none;
}
.mainmenu ul li:hover ul.sub-menu li a:hover {
  color: #51a9f1;
  padding-left: 15px;
}
.mainmenu ul li .mega-menu {
  background: #ffffff;
  border: 1px solid #e8e8e9;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  padding: 15px;
  position: absolute;
  top: 100%;
  width: 480px;
  opacity: 0;
  z-index: -99;
}
.mainmenu ul li .mega-menu span {
  float: left;
  width: 50%;
}
.mainmenu ul li .mega-menu span a.mega-menu-title {
  color: #4c4c4c;
  font-size: 12px !important;
  font-weight: bold;
  margin-bottom: 8px;
  padding-bottom: 5px;
  padding-top: 0;
  text-transform: uppercase;
}
.mainmenu ul li .mega-menu span a {
  font-size: 13px;
  font-weight: 400;
  padding: 7px 0;
  text-transform: none;
  color: #4c4c4c;
}
.mainmenu ul li .mega-menu span a.mega-menu-title:hover {
  padding-left: 0px;
}
.mainmenu ul li .mega-menu span a:hover {
  color: #51a9f1;
  padding-left: 5px;
}
.mobile-menu {
  display: none;
}
/* - 3-4 MOBILE MENU */
a.meanmenu-reveal {
  display: none;
}
.mobile-menu-area {
  padding: 0px 0 0;
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 10px;
}
.header-area-v2 .mobile-menu-area {
  top: 15px;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 1.375em;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  float: right;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #0c1923;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%;
  border-top: 1px solid#efefef;
}
.mean-container .mean-nav ul li a {
  background: #ffffff;
  color: #4c4c4c;
  display: block;
  float: left;
  font-size: 12px;
  margin: 0;
  padding: 1em 5%;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 90%;
  font-weight: 700;
}
.mean-container .mean-nav ul li li a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  padding: 1em 10%;
  text-shadow: none !important;
  visibility: visible;
  width: 80%;
  font-weight: normal;
  text-transform: capitalize;
  color: #444;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: 0;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
  background: #efefef;
  color: #51a9f1;
}
.mean-container .mean-nav ul li a.mean-expand {
  width: 26px;
  height: 15px;
  margin-top: 1px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  border: 0 !important;
  background: #ffffff;
}
.mean-container .mean-nav ul li:hover a.mean-expand {
  background: #efefef;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #ffffff;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-remove {
  display: none !important;
}
/* - 3-5 HEADER V2 */
.header-area-v2 {
  background: transparent;
}
.header-area-v2 .header-top {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fff;
}
.header-area-v2 .mainmenu ul li a {
  color: #333333;
  font-family: "Montserrat", sans-serif;
  padding: 30px 0px;
}
.header-area-v2 .mainmenu ul li a:hover {
  color: #51a9f1;
}
.header-area-v2 .mainmenu ul li ul.sub-menu li a,
.header-area-v2 .mainmenu ul li .mega-menu span a {
  text-align: left;
}
.header-area-v2 .mainmenu ul li .mega-menu {
  right: 0;
}
.header-area-v2 .logo {
  margin-top: 15px;
  position: relative;
  z-index: 999;
}
.header-area-v2 .logo a {
  color: #51a9f1;
  font-size: 28px;
}
.header-area-v2.sticky .logo {
  margin-top: 7px;
}
.header-area-v2.sticky .mainmenu ul li a {
  padding-bottom: 22px;
  padding-top: 22px;
}
.header-area-v2.sticky .mainmenu ul li .mega-menu span a {
  padding: 8px 0;
}
/*  ----------------------------------------------------
4. HERO SECTIONS
-------------------------------------------------------- */
/* - 4-1 HERO SECTION V1 */
.hero {
  position: relative;
}
.hero-logo {
  margin-bottom: 30px;
}
.hero-services {
  position: relative;
  bottom: -120px;
}
.single-service {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.hero-services .single-service:nth-child(2) {
  border-top: 30px solid #44a3f1;
  margin-top: -36px;
  box-shadow: 0px 8px 8px 6px rgba(0, 0, 0, 0.078);
  z-index: 1;
  position: relative;
}
.single-service:nth-child(2) a.service-btn {
  font-weight: 700;
  background: #ffffff;
  color: #51a9f1;
  box-shadow: 2.5px 4.33px 10px 0px rgba(0, 0, 0, 0.078);
  padding: 15px 55px;
}
.single-service img {
  margin-bottom: 15px;
}
.single-service i {
  font-size: 74px;
  color: #ffffff;
  margin-bottom: 10px;
}
.single-service h6 {
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #ffffff;
}
.single-service p {
  margin-bottom: 25px;
  color: #ffffff;
}
.single-service:nth-child(1) {
  background: #51a9f1;
}
.single-service:nth-child(2) {
  background: #44a3f1;
}
.single-service:nth-child(3) {
  background: #389df1;
}
.hero-parallax {
  background-repeat: no-repeat;
}
/* - 4-2 HERO SECTION V2 */
.intro-text {
  padding-right: 100px;
  padding-top: 100px;
}
.intro-text h1 {
  margin-bottom: 20px;
}
.intro-text p {
  font-size: 20px;
  margin-bottom: 20px;
}
.section-blue .btn-intro {
  background: #ffffff;
  color: #51a9f1;
  padding: 12px 40px;
  border-radius: 15px;
  text-transform: uppercase;
}
.section-blue .btn-intro:hover {
  background: #51a9f1;
  color: #ffffff;
}
.quick-appoinment-form {
  padding: 50px 30px;
}
.quick-appoinment-form h6 {
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
}
.quick-appoinment-form h6:after {
  background: #f8f8f8;
  width: 150px;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
}
.quick-appoinment-form .form-group {
  margin-bottom: 10px;
}
.quick-appoinment-form .form-control {
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  text-align: center;
}
.quick-appoinment-form .form-button input[type="submit"] {
  padding: 12px 50px;
  margin-top: 20px;
  border-radius: 10px;
  background: transparent;
  color: #51a9f1;
  border: 1px solid #51a9f1;
  text-transform: uppercase;
}
.quick-appoinment-form .form-button input[type="submit"]:hover {
  background: #51a9f1;
  color: #ffffff;
}
.loader-img {
  margin: 0 auto;
  width: 32px;
}
.loader-img2 {
  margin: 0 auto 10px;
  width: 32px;
}
#loading_image,
#loading_imgcont {
  display: none;
}
/*  ----------------------------------------------------
5. SERIVCE SECTION
-------------------------------------------------------- */
.single-service-box {
  padding-top: 40px;
  padding-bottom: 40px;
}
.single-service-box:nth-child(odd) {
  padding-right: 50px;
  border-right: 1px solid #e5e6e8;
  border-bottom: 2px solid #e5e6e8;
}
.single-service-box:nth-child(even) {
  padding-left: 50px;
  border-left: 1px solid #e5e6e8;
  border-bottom: 2px solid #e5e6e8;
}
.single-service-box:nth-last-of-type(-n + 2) {
  border-bottom: none;
}
.single-service-box:hover h6,
.single-service-box:hover a {
  color: #51a9f1;
}
.single-service-box h6 {
  margin-bottom: 25px;
  text-transform: uppercase;
  webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-service-box p {
  margin-bottom: 25px;
}
.single-service-box a {
  text-transform: uppercase;
  font-weight: 700;
}
.single-service-box a:hover i {
  padding-left: 5px;
}
/*  ----------------------------------------------------
6. VIDEO INTRO SECTION
-------------------------------------------------------- */
.video-intro {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.video-intro:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 80%);
}
.video-intro a {
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.play-icon {
  border: 1px solid #fff;
  width: 80px;
  height: 80px;
  line-height: 90px;
  text-align: center;
  margin: 20px auto;
  border-radius: 50%;
}
.video-intro a i {
  font-size: 35px;
}
/*  ----------------------------------------------------
7. BEST-DOCTORS SECTION
-------------------------------------------------------- */
.bestdoctor-box {
  margin-top: 15px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.039);
  webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: #ffffff;
}
.bestdoctor-box:hover {
  box-shadow: 2.5px 4.33px 10px 0px rgba(0, 0, 0, 0.078);
}
.bestdoctor-content {
  padding: 20px 25px;
}
.doc-specialist {
  font-size: 18px;
  margin-bottom: 15px;
}
.accept {
  color: #79d600;
}
.dont-accept {
  color: #ff6161;
}
.bestdoctor-content a {
  text-transform: uppercase;
}
.bestdoctor-content a h6 {
  webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 10px;
}
.bestdoctor-box a:hover,
.bestdoctor-box a h6:hover {
  color: #51a9f1;
}
.bestdoctor-box:hover a,
.bestdoctor-box:hover a h6 {
  color: #51a9f1;
}
.bestdoctor-footer {
  padding-top: 20px;
  border-top: 1px solid #efefef;
}
.bestdoctor-footer p {
  margin-bottom: 15px;
}
.bestdoctor-footer a {
  font-weight: 700;
}
.bestdoctor-footer a:hover i {
  padding-left: 5px;
}
/* - 7-1 BEST-DOCTORS SECTION V2 */
.bestdoctor-box-v2 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.bestdoctor-box-v2 img {
  webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.bestdoctor-box-v2:hover img {
  border-radius: 0px 0px 100px 100px;
}
.bestdoctor-info {
  padding-top: 40px;
  padding-bottom: 45px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.bestdoctor-info p {
  margin-bottom: 20px;
}
.bestdoctor-info a {
  text-transform: uppercase;
}
.see-detail {
  position: absolute;
  bottom: -20px;
  opacity: 0;
  transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.bestdoctor-box-v2:hover .see-detail {
  bottom: 30px;
  opacity: 1;
}
.best-doctor-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  overflow: hidden;
}
.best-doctor-footer .bestd-list-item {
  list-style: none;
  text-transform: uppercase;
  margin-right: 30px;
  float: left;
  color: #ffffff;
  display: inline-block;
}
.best-doctor-footer .bestd-list-item:last-child {
  border-right: 0px;
}
.best-doctor-footer .bestd-list-item span {
  text-transform: capitalize;
}
/*  ----------------------------------------------------
8. CALL-TO-ACTION SECTION
-------------------------------------------------------- */
.call-to-item {
  position: relative;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
.call-to-content h1 {
  margin-bottom: 25px;
}
.call-to-content p {
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 1.7em;
}
/*  ----------------------------------------------------
9. BLOG
-------------------------------------------------------- */
.article-box {
  margin-top: 15px;
  margin-bottom: 15px;
}
.article-thumb {
  position: relative;
}
.article-date {
  position: absolute;
  background: #51a9f1;
  top: -20px;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.article-box:hover .article-date {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transform: translateY(20px);
  opacity: inherit;
}
.article-date a {
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px;
}
.article-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: rgba(255, 255, 255, 0.5);
}
.article-meta a {
  color: #4c4c4c;
}
.article-meta a i {
  color: #51a9f1;
}
.article-content h6 {
  webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-top: 25px;
  margin-bottom: 20px;
}
.article-content p {
  margin-bottom: 25px;
}
.article-content a {
  text-transform: uppercase;
  font-weight: bold;
}
.article-content a:hover i {
  padding-left: 5px;
}
.article-box:hover h6,
.article-box:hover .article-content a {
  color: #51a9f1;
}
.article-full {
  margin-top: 0px;
  margin-bottom: 30px;
}
/*  ----------------------------------------------------
10. CONTACT-INFO SECTION
-------------------------------------------------------- */
.contact-info h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 30px;
}
.contact-detail {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.contact-detail li {
  padding-left: 45px;
  margin-bottom: 15px;
  position: relative;
}
.contact-detail li:last-child {
  margin-bottom: 0px;
}
.contact-detail li i {
  position: absolute;
  top: 5px;
  font-size: 20px;
  left: 0px;
}
.map {
  width: 100%;
  height: 250px;
  float: right;
}
.opening-hours-wrap {
  padding-left: 90px;
}
.opening-hours {
  padding: 0;
  margin: 0;
  list-style: none;
}
.opening-hours li {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #7cbbee;
}
.opening-hours li:last-child {
  margin-bottom: 0px;
}
/*  ----------------------------------------------------
11. FOOTER SECTION
-------------------------------------------------------- */
.footer-widget h6 {
  margin-bottom: 35px;
  text-transform: uppercase;
}
.footer-widget p {
  margin-bottom: 15px;
}
.footer-widget .footer-social {
  text-align: left;
  margin: 0;
  margin-top: 40px;
  padding: 0;
}
.footer-social li {
  display: inline;
}
.footer-widget .footer-social li a {
  display: inline-block;
  width: 38px;
  height: 38px;
  font-size: 20px;
  border: 1px solid #51a9f1;
  color: #51a9f1;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 5px;
  border-radius: 2px;
  line-height: 38px;
  text-align: center;
}
.footer-widget .footer-social li a i,
.footer-widget .footer-social li a:hover i {
  margin-right: 0px;
}
.footer-widget .footer-social li a:hover,
.footer-widget .footer-social li a:hover i {
  background: #51a9f1;
  color: #ffffff;
}
.footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget li a {
  margin-bottom: 10px;
}
.footer-widget li:last-child a {
  margin-bottom: 0px;
}
.footer-widget li a i {
  color: #51a9f1;
  margin-right: 8px;
}
.footer-widget li a:hover i {
  margin-right: 5px;
}
.footer p {
  margin: 0px;
}
.footer a {
  color: #51a9f1;
}
.scrollup {
  background: #51a9f1;
  border-radius: 2px;
  bottom: 30px;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 20px;
  height: 40px;
  line-height: 35px;
  position: fixed;
  right: 50px;
  text-align: center;
  width: 38px;
  z-index: 9;
  border: 1px solid transparent;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scrollup:hover {
  background: #fafafa;
  color: #333333;
  border: 1px solid #51a9f1;
}
/*  ----------------------------------------------------
12. DOCTORS PAGE
-------------------------------------------------------- */
/* - 12-1 BREADCRUMB SECTION */
.breadcrumb-section {
  background: #389df1;
  padding-top: 30px;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.breadcrumb-margin {
  padding-top: 175px;
}

.breadcrumb-section h6 {
  display: inline-block;
  color: #ffffff;
}
.breadcrumb-section .breadcrumb {
  background: transparent;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
.breadcrumb-section .breadcrumb a {
  color: #ffffff;
}
.breadcrumb-section .breadcrumb > .active {
  color: #ffffff;
}
/* - 12-2 DOCTORS WIDGET FILTER */
.doctors-filter-head {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #efefef;
}
.doctors-filter-head h6 {
  display: inline-block;
}
.doctors-filter-head a {
  float: right;
  text-transform: uppercase;
  font-weight: 700;
}
.single-filter {
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-bottom: 1px solid #efefef;
}
.single-filter:last-child {
  border: none;
}
.single-filter h4 {
  text-transform: uppercase;
  font-size: 14px;
  color: #4c4c4c;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.single-filter p {
  margin: 0px;
}
.widget-search {
  margin-bottom: 10px;
}
.widget-search input[type="text"] {
  width: 80%;
  margin-right: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border: none;
  height: 38px;
  padding: 5px;
  color: #4c4c4c;
  font-size: 16px;
  font-style: italic;
}
.widget-search input[type="text"]:focus {
  border: 1px solid #51a9f1;
}
.widget-search button {
  width: 38px;
  height: 38px;
  background: #ffffff;
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  color: #51a9f1;
  font-size: 16px;
}
.single-filter .doctor-stutus {
  margin-bottom: 20px;
}
.single-filter .doctor-stutus:last-child {
  margin-bottom: 0px;
}
.doctor-stutus input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.doctor-stutus span {
  position: relative;
  top: -5px;
}
.single-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-filter ul li a {
  margin-bottom: 8px;
}
.single-filter ul li a:hover {
  padding-left: 5px;
}
.view-all {
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
/* - 12-3 DOCTORS LIST */
.filter-shorter {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 22px;
}
.filter-shorter p {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  margin: 0px;
  display: inline-block;
}
.filter-shorter button {
  padding: 15px 40px;
  color: #51a9f1;
  border: 1px solid #51a9f1;
  border-radius: 0px;
  z-index: 0;
}
.filter-shorter button:hover,
.filter-shorter .open > .dropdown-toggle.btn-default:focus {
  background: #51a9f1;
  color: #fff;
  border: 1px solid #51a9f1;
}
.hrdoctor-box {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* - 12-4 PAGENATION */
.cl-pagenation {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}
.cl-pagenation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  overflow: hidden;
}
.cl-pagenation ul li {
  display: inline;
}
.cl-pagenation ul li a {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  font-weight: 600;
  top: 8px;
  position: relative;
}
.cl-pagenation ul li.active a {
  color: #51a9f1;
}
.cl-pagenation ul li.pagenation-btn a {
  background: #f8f8f8;
  text-transform: uppercase;
  padding: 10px 25px;
  top: 0;
  position: inherit;
  font-weight: 400;
}
.cl-pagenation ul li.pagenation-btn a:hover {
  color: #ffffff;
  background: #51a9f1;
}
.cl-pagenation ul li:first-child {
  float: left;
}
.cl-pagenation ul li:last-child {
  float: right;
}
/*  ----------------------------------------------------
13. DOCTORS DETAIL PAGE
-------------------------------------------------------- */
.relative-image-box {
  position: relative;
}
.relative-image-box img {
  position: absoute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.specility {
  padding-top: 0px;
  padding-bottom: 10px;
}
.specility p {
  margin: 0px;
}
.specility p span {
  text-transform: uppercase;
  color: #4c4c4c;
}
.bestdoctor-box:hover a.btn-mat {
  color: #ffffff;
}
.bestdoctor-box a.btn-mat:hover {
  color: #51a9f1;
}
.profile-boxes {
  background: #ffffff;
  padding: 25px;
}
.single-box {
  margin-top: 22px;
  margin-bottom: 22px;
}
.single-box h6 {
  margin-bottom: 35px;
  text-transform: uppercase;
}
.map-profile {
  height: 90px;
  margin-bottom: 30px;
}

/*  ----------------------------------------------------
14. APPOINMENT PAGE
-------------------------------------------------------- */
.form-control {
  height: 40px;
  border: 1px solid #e0e0e0;
  margin-bottom: 25px;
  border-radius: 0px;
}
.big-forms textarea.form-control {
  height: auto;
}
.big-forms label {
  font-weight: 400;
  color: #4c4c4c;
  text-transform: uppercase;
  display: block;
}
.big-forms label span {
  color: #ff6161;
}
.big-forms .form-control::-webkit-input-placeholder {
  font-style: italic;
}
.big-forms .form-control:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
.big-forms .form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
.big-forms .form-control:-ms-input-placeholder {
  font-style: italic;
}
.big-forms .btn-mat {
  display: block;
  width: 100%;
}
.big-forms .btn-mat:hover {
  color: #51a9f1;
}
.big-forms .radio {
  margin-top: 38px;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 5px;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #3197ee;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #3197ee;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
.checkbox label,
.radio label {
  padding-left: 0px;
  text-transform: inherit;
  color: #999999;
  display: inline-block;
  margin-right: 20px;
}
/*  ----------------------------------------------------
15. DEPPERTMENT PAGE
-------------------------------------------------------- */
.single-depertment-item {
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}
.depertment-content {
  position: absolute;
  left: 0;
  bottom: -115px;
  background: rgba(81, 169, 241, 0.8);
  padding: 15px;
  padding-bottom: 0px;
  width: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.single-depertment-item:hover .depertment-content {
  bottom: 0px;
  background: transparent;
}
.depertment-content h6 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.depertment-content p {
  color: #ffffff;
  margin-bottom: 30px;
}
.single-depertment-item:before {
  position: absolute;
  background: rgba(81, 169, 241, 0.8);
  content: "";
  width: 100%;
  height: 0%;
  bottom: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.single-depertment-item:hover:before {
  height: 100%;
}
/*  ----------------------------------------------------
16. ARTICLE PAGE
-------------------------------------------------------- */
#featuredpost-slide .carousel-control.left,
#featuredpost-slide .carousel-control.right {
  background: none;
  color: #999999;
}
#featuredpost-slide .carousel-control.left:hover,
#featuredpost-slide .carousel-control.right:hover {
  color: #51a9f1;
}
#featuredpost-slide .carousel-control.left {
  margin-left: -130px;
  margin-top: -75px;
}
#featuredpost-slide .carousel-control.right {
  margin-right: -130px;
  margin-top: -75px;
}

.featured-blog-carosel {
  position: relative;
}
.featured-blog-carosel.owl-theme .owl-nav .owl-prev,
.featured-blog-carosel.owl-theme .owl-nav .owl-next {
  background: none;
  color: #999999;
  font-size: 72px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
}
.featured-blog-carosel.owl-theme .owl-nav .owl-prev:hover,
.featured-blog-carosel.owl-theme .owl-nav .owl-next:hover {
  color: #44a3f1;
}
.featured-blog-carosel.owl-theme .owl-nav .owl-prev {
  left: -70px;
}
.featured-blog-carosel.owl-theme .owl-nav .owl-next {
  right: -70px;
}
.featured-post-content {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.featured-post-content h6 {
  text-transform: uppercase;
  color: #51a9f1;
  margin-bottom: 15px;
}
.featured-post-content p {
  margin-bottom: 35px;
}
.featured-post-content a {
  text-transform: uppercase;
  font-weight: 700;
}
.all-blogs .article-box {
  margin-top: 25px;
  margin-bottom: 25px;
}
.cl-pagenation.page-content ul li.pagenation-btn a {
  background: #ffffff;
}
.cl-pagenation.page-content ul li.pagenation-btn a:hover {
  background: #51a9f1;
}
/*  ----------------------------------------------------
17. SINGLE BLOG PAGE
-------------------------------------------------------- */
.tagcloud a {
  border: 1px solid #efefef;
  padding: 2px 10px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}
.tagcloud a:hover {
  background: #51a9f1;
  color: #ffffff;
}
.post-title {
  margin-top: 25px;
  margin-bottom: 20px;
}
blockquote {
  border-color: #51a9f1;
  font-style: italic;
  font-size: 14px;
}
.comment-box {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.comment-box textarea,
.comment-box input {
  margin-bottom: 20px;
}
.comment-box h6 {
  border-bottom: 1px solid #e5e6e8;
  margin-bottom: 35px;
  padding-bottom: 10px;
}
.avater {
  display: inline-block;
  float: left;
  padding-right: 10px;
}
.comment-text {
  margin-top: 10px;
}
.comment_content {
  padding-left: 80px;
}
.single_comment {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e6e8;
}
.in-reply {
  margin-left: 80px;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
/*  ----------------------------------------------------
18. CONTACT PAGE
-------------------------------------------------------- */
.directory-title {
  margin-bottom: 50px;
}
.phonedirectory ul {
  margin: 0px;
  padding: 0;
  list-style: none;
}
.phonedirectory ul li {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}
.phonedirectory ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: none;
}
.contact-map-wrap {
  width: 445px;
  float: right;
  position: relative;
}
.contact-map-wrap .map {
  width: 100%;
  height: 305px;
}
.btn-direction {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(68, 163, 241, 0.9);
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.btn-direction h6 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
/* - 18-1 CONTACT CALL TO ACTION */
.contact-call-to h2 {
  margin-top: 6px;
  font-size: 30px;
}
.contact-call-to a {
  font-weight: 700;
}
/* - 18-1 CONTACT DOCTORS CUROSEL */
.owl-doctor {
  position: relative;
}
.owl-doctor.owl-theme .owl-nav .owl-prev,
.owl-doctor.owl-theme .owl-nav .owl-next {
  background: none;
  color: #999999;
  font-size: 72px;
  position: absolute;
  top: 45%;
}
.owl-doctor.owl-theme .owl-nav .owl-prev:hover,
.owl-doctor.owl-theme .owl-nav .owl-next:hover {
  color: #44a3f1;
}
.owl-doctor.owl-theme .owl-nav .owl-prev {
  left: -70px;
}
.owl-doctor.owl-theme .owl-nav .owl-next {
  right: -70px;
}
/*  ----------------------------------------------------
19. 404 PAGE
-------------------------------------------------------- */
.four-zero-page h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #51a9f1;
}
.four-zero-page h1 {
  margin-bottom: 10px;
  font-size: 150px;
  text-transform: uppercase;
  color: #51a9f1;
}
.four-zero-page h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
}
.error-page-search {
  position: relative;
  border: 1px solid #51a9f1;
  z-index: 1;
}
.four-zero-page input {
  width: 100%;
}
.four-zero-page button {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #51a9f1;
}

/* FAQ */
.photoholder {
  position: absolute;
  right: 0;
  display: none;
}
.panel {
  width: 100%;
}
.glyphicon.glyphicon-one-fine-dot:before {
  content: "\25cf";
  font-size: 1.5em;
  color: #51a9f1;
}
.timeline {
  position: relative;
  width: 100%;
  float: left;
  position: relative;
  padding: 0 0 10px 0;
  margin-top: 0;
  margin-top: 4px;
}
.timeline .line {
  position: absolute;
  width: 1px;
  display: block;
  top: 0px;
  bottom: 0px;
  margin-left: 30px;
  background: #e5e6e8;
}
.timeline .separator {
  border-top: 1px solid #0039a6;
  padding: 5px;
  padding-left: 40px;
  font-style: italic;
  font-size: 0.9em;
  margin-left: 30px;
}
.timeline .line::before {
  top: -2px;
}
.timeline .line::after {
  bottom: -2px;
}
.timeline .line::before,
.timeline .line::after {
  content: "";
  position: absolute;
  left: -6px;
  width: 0;
  height: 0;
  display: block;
  border-radius: 50%;
  background: #0039a6;
}
.timeline .panel {
  position: relative;
  margin: 10px 0px 0px 40px;
  clear: both;
  margin: 0 auto;
  padding: 10px 0px 0 40px;
  background: none;
}
.timeline .panel::before {
  position: absolute;
  display: block;
  top: 8px;
  left: -24px;
  content: "";
  width: 0px;
  height: 0px;
  border: inherit;
  border-width: 12px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.timeline .panel .panel-heading.icon * {
  font-size: 14px;
  vertical-align: middle;
  line-height: 40px;
}
.timeline .panel > .panel-heading .icon {
  position: absolute;
  left: 11px;
  /*display: block;*/
  width: 40px;
  height: 40px;
  padding: 0px;
  border-radius: 50%;
  text-align: center;
  float: left;
}
.timeline .panel-outline {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.timeline .panel-outline .panel-body {
  padding: 10px 0px;
}
.panel-default {
  border: 0;
}
.timeline .panel-heading {
  padding: 0px;
}
.timeline .panel-heading a {
  background: #f5f5f5;
  padding: 15px 15px;
  border: 1px solid rgba(0, 0, 0, 0.078);
  border-radius: 5px;
  display: block;
  padding-right: 40px;
  font-size: 18px;
  box-shadow: 2.5px 4.33px 10px 0px rgba(0, 0, 0, 0.078);
  position: relative;
}
.timeline .panel-heading a:after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 22px;
  color: #51a9f1;
  transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}
.timeline .panel-heading a.collapsed:after {
  content: "";
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
  border-bottom: 0;
}
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*  ----------------------------------------------------
20. FOOTER
-------------------------------------------------------- */
.footer {
  color: #ccc;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 25px;
  right: 25px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  z-index: 1000;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.whatsapp-float:hover {
  background-color: #1ebe5d;
  color: white;
  text-decoration: none;
}

.popup-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-content {
  background: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  text-align: center;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);

  /* fallback por si flex falla */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  color: #666;
}

.popup-content h3 {
  font-size: 28px;
  margin-bottom: 30px;
  color: #333;
}

.popup-content a.btn {
  font-size: 20px;
  padding: 14px 20px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

