/* =====================================
Template Name: 	Mediplus.
Author Name: Naimur Rahman
Website: http://wpthemesgrid.com/
Description: Mediplus - Doctor HTML Template.
Version:	1.1
========================================*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: "Poppins", sans-serif;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html,
body {
  height: 100%;
  margin: 0;
}
* {
  padding: 0;
  margin: 0;
}
body {
  margin: 0;
}
img {
  max-width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
.slicknav_menu {
  display: none;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #424646;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}
p {
  color: #757575;
  margin: 0;
  line-height: 24px;
  font-weight: 400;
}
a,
button,
input {
  font-weight: 400;
}
img,
a,
input,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #2c2d3f;
}
a,
button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 9999999;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.preloader .loader {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 45%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.preloader .loader .loader-outter {
  position: absolute;
  border: 4px solid #ffffff;
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41)
    infinite;
  animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.preloader .loader .loader-inner {
  position: absolute;
  border: 4px solid #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  left: calc(40% - 21px);
  top: calc(40% - 21px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41)
    infinite;
  animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.preloader .loader .indicator {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1.5);
  transform: translateY(-50%) scale(1.5);
}

.preloader .loader .indicator svg polyline {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.preloader .loader .indicator svg polyline#back {
  stroke: #ffffff;
}

.preloader .loader .indicator svg polyline#front {
  stroke: #1a76d1;
  stroke-dasharray: 12, 36;
  stroke-dashoffset: 48;
  -webkit-animation: dash 1s linear infinite;
  animation: dash 1s linear infinite;
}

.preloader::before,
.preloader::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  z-index: -1;
  background: #1a76d1;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.preloader::after {
  left: auto;
  right: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after,
.preloader.preloader-deactivate::before {
  width: 0;
}

.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.btn {
  color: #fff;
  padding: 13px 25px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  background: #1a76d1;
  position: relative;
  box-shadow: none;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  border: none;
  border-radius: 0;
  border-radius: 4px;
}
.btn:hover {
  color: #fff;
}
.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c2d3f;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 4px;
}
.btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.section {
  padding: 100px 0;
}
.section-title {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 250px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 24px;
  position: relative;
  color: #2c2d3f;
}
.section-title p {
  font-size: 15px;
  color: #888;
  margin-top: 15px;
}
/* Overlay */
.overlay {
  position: relative;
  z-index: 2;
}
.overlay:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #1a76d1;
  opacity: 0.8;
  z-index: -1;
}
/* Bread Crumbs */
.breadcrumbs {
  background-image: url("../img/bread-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 120px 0px;
}
.breadcrumbs .bread-inner {
  z-index: 22;
  text-align: center;
}
.breadcrumbs h2 {
  color: #fff;
  text-transform: capitalize;
  font-size: 38px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.breadcrumbs .bread-list {
  display: inline-block;
  margin-top: 20px;
}
.breadcrumbs ul li {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.breadcrumbs ul li i {
  margin: 0px 10px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.breadcrumbs ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li a:hover {
  color: #2c2d3f;
}
.breadcrumbs ul li.active a {
  color: #fff;
  display: inline-block;
}
/* Pagination CSS */
.pagination {
  text-align: left;
  margin: 50px 0 0 0;
  display: block;
}
.pagination.center {
  text-align: center;
}
.pagination .pagination-list li {
  margin-right: 5px;
  display: inline-block;
}
.pagination .pagination-list li:last-child {
  margin-right: 0px;
}
.pagination .pagination-list li a {
  background: #f6f7fb;
  color: #666;
  padding: 6px 18px;
  font-weight: 400;
  border: 1px solid #e1e1e1;
  font-size: 16px;
  border-radius: 4px;
}
.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a {
  background: #1a76d1;
  color: #fff;
  border-color: transparent;
}
.pagination .pagination-list li a i {
  font-size: 15px;
}
.pagination .pagination-list li a i {
}
.blog-grids.pagination {
  margin-top: 50px;
  text-align: center;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  position: relative;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  font-weight: 400;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
  font-weight: 400;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}
input:focus,
textarea:focus,
.nice-select:focus,
select:focus {
  border: 1px solid #1a76d1 !important;
  outline: none;
  box-shadow: none;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: inherit;
}

a:visited {
  color: inherit;
}

a:hover,
a:focus,
a:active {
  color: inherit;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Video Animations */

@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@-webkit-keyframes lineanim {
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  50.1% {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
}
@keyframes lineanim {
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  50.1% {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
}
/* =====================================
Template Name: 	Mediplus.
Author Name: Naimur Rahman
Website: http://wpthemesgrid.com/
Description: Mediplus - Doctor HTML Template.
Version:	1.1
========================================*/
/* iPad Screen */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header .nav li a {
    padding: 0;
    padding: 25px 5px !important;
    font-size: 13px;
  }
  .header .nav li .dropdown li a {
    padding: 10px 15px !important;
    font-size: 13px;
  }
  .newsletter-inner {
    display: flex;
    align-items: center;
  }
  .slider .single-slider .text {
    margin-top: 80px;
  }
}
/* Tablet Screen */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* Header Sticky */
  .section {
    padding: 70px 0px;
  }
  .section-title {
    margin-bottom: 35px;
    padding: 0px 80px;
  }
  .section-title h2 {
    font-size: 25px;
    margin-bottom: 12px;
  }
  .section-title p {
    font-size: 13px;
  }
  .btn {
    padding: 11px 20px;
    font-weight: 400;
    font-size: 13px;
  }
  .breadcrumbs {
    padding: 60px 0;
  }
  .breadcrumbs h2 {
    font-size: 32px;
    font-weight: 600;
  }
  .breadcrumbs .bread-list {
    margin-top: 5px;
  }
  .breadcrumbs ul li a {
    font-size: 14px;
    font-weight: 400;
  }
  .pagination {
    margin: 30px 0 0 0;
  }
  #scrollUp {
    bottom: 55px;
  }
  .header .header-inner .get-quote {
    margin-top: 12px;
    display: none;
    margin: 0;
  }
  .header .nav li a {
    font-size: 13px;
    font-weight: 500;
    padding: 20px 4px;
  }
  .header .nav li .dropdown {
    width: 200px;
    left: -20px;
    top: 65px;
  }
  .header .nav li .dropdown li a {
    padding: 10px 15px;
    font-size: 13px;
  }
  .header .search-form {
    top: 64px;
  }
  .header .search-form input {
    width: 260px;
    height: 45px;
    line-height: 45px;
  }
  .header .search-form button {
    height: 45px;
    line-height: 45px;
  }
  .header.style2 .single-widget {
    margin-right: 18px;
    padding-left: 36px;
  }
  .header.style2 .get-quote .btn {
    color: #fff;
    padding: 10px 18px;
    font-size: 12px;
  }
  .header.style2 .single-widget.button {
    margin: 0;
    padding: 0;
  }
  .header.style2 .single-widget h4 {
    font-size: 13px;
    font-weight: 500;
  }
  .header.style2 .single-widget p {
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 13px;
  }
  .header.style2 .single-widget i {
    top: 50%;
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 13px;
    margin-top: -12.5px;
  }
  .header.style2 .right-bar {
    padding-top: 15px;
  }
  .slider .single-slider {
    height: 380px;
  }
  .schedule {
    background: #fff;
    margin: 0;
    padding: 0;
    height: auto;
    padding: 70px 0;
    border-bottom: 1px solid #eee;
  }
  .schedule .schedule-inner {
    transform: none;
  }
  .schedule .single-schedule.last {
    margin-top: 30px;
  }
  .slider .single-slider {
    position: relative;
  }
  .slider .single-slider:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0.5;
  }
  .slider .single-slider h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
  }
  .slider .single-slider .text {
    margin-top: 80px;
  }
  .slider.index2 .single-slider .text {
    margin-top: 80px;
  }
  .slider .owl-carousel .owl-nav div {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 4px;
  }
  .Feautes.index2 {
    padding-top: 70px;
  }
  .Feautes .single-features::before {
    display: none;
  }
  .Feautes .single-features {
    text-align: center;
    position: relative;
    padding: 10px 155px;
    margin: 10px 0;
  }
  .fun-facts.section {
    padding: 70px 0;
  }
  .fun-facts .single-fun {
    margin: 20px 0;
  }
  .why-choose .choose-right {
    height: 350px;
    margin-top: 30px;
  }
  .services .single-service h4 {
    margin-bottom: 12px;
  }
  .services-details-img h2 {
    font-size: 24px;
  }
  .service-details-inner-left {
    height: 400px;
    margin-bottom: 30px;
  }
  .service-details-inner {
    width: 100%;
    margin: 0;
  }
  .service-details-inner h2 {
    font-size: 24px;
  }
  .appointment .appointment-image {
    margin-top: 20px;
  }
  .call-action .content {
    padding: 0;
    padding: 70px 0;
  }
  .call-action .content h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .services .single-service {
    margin: 15px 0;
  }
  .testimonials {
    padding-bottom: 100px;
  }
  .testimonials .owl-dots {
    transform: translateX(-18%);
  }
  .departments .department-tab .nav .list-group-item {
    margin-right: 30px;
  }
  .departments .department-tab .nav .list-group-item {
    color: #fff;
    margin-top: 0px;
    padding: 0 3px 12px 3px;
  }
  .departments .department-tab .nav .list-group-item i {
    font-size: 38px;
  }
  .departments .department-tab .nav .list-group-item .first {
    padding-top: 6px;
    font-size: 14px;
  }
  .departments .department-tab .nav .list-group-item .second {
    font-size: 13px;
    font-weight: 400;
    color: #868686;
    margin-top: 0px;
  }
  .departments .department-tab .tab-pane .department-left h3 {
    font-size: 22px;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  .departments .department-tab .tab-pane .department-left .p1 {
    margin-bottom: 12px;
  }
  .departments .department-tab .tab-pane .department-left p {
    margin-bottom: 15px;
  }
  .departments .department-right {
    margin-top: 30px;
  }

  .departments .department-right img {
    height: 100%;
    width: 100%;
  }
  .appointment.single-page {
    padding: 70px 0;
  }
  .appointment.single-page .work-hour {
    margin-top: 30px;
  }
  .blog .single-news {
    margin: 15px 0;
  }
  .news-single .single-main {
    margin-top: 0;
  }
  .newsletter .subscribe-text {
    text-align: center;
    margin-bottom: 25px;
  }
  .newsletter .subscribe-form {
    text-align: center;
  }
  .contact-us #myMap {
    height: 400px;
  }
  .contact-us .contact-us-form h2 {
    font-size: 28px;
  }
  .contact-us .single-info {
    margin: 10px 0;
  }
  .about-image {
    height: 400px;
  }
  .about-content h2 {
    line-height: 32px;
    font-size: 25px;
  }
  .about-content {
    padding-bottom: 0;
  }
  .our-mission-content {
    margin-left: 50px;
    padding-top: 0px;
  }
  .our-mission-content h2 {
    line-height: 32px;
    font-size: 25px;
  }
  .our-mission-image {
    height: 400px;
  }
  .doctor-details-area .doctor-details-right {
    padding-left: 0;
    padding-top: 40px;
  }
  .doctor-details-item .doctor-name .name {
    font-size: 24px;
  }
  .doctor-details-item .doctor-name .deg {
    font-size: 19px;
    margin: 5px 0 5px 0;
  }
  .doctor-details-item .doctor-name .degree {
    font-size: 14px;
  }
  .login .login-left {
    height: 400px;
  }
  .register .register-left {
    height: 400px;
  }
  .pf-details .date ul li {
    margin-right: 25px;
    font-size: 13px;
  }
  .pf-details .body-text h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-top: 30px;
  }
  .doctor-calendar-table table thead tr th {
    font-size: 14px;
  }
  .doctor-calendar-table table tbody tr td h3 {
    font-size: 14px;
  }
  .doctor-calendar-table table tbody tr td span.time {
    font-size: 14px;
  }
  .footer .single-footer {
    margin: 20px 0;
  }
  .footer .single-footer h2 {
    padding-bottom: 20px;
  }
  .footer .footer-top {
    padding: 65px 0px;
  }
}
/* Mobile Screen */
@media only screen and (max-width: 767px) {
  .header.sticky {
  }
  .header.sticky .header-bottom {
    position: absolute;
    z-index: 999;
    top: initial;
    left: 0;
    bottom: initial;
  }
  .header .header-inner {
    width: 100%;
    z-index: 333;
    position: absolute;
    position: relative;
    padding-bottom: 20px;
    background: #fff;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_menu {
    display: block;
    background: transparent;
    padding: 0;
  }
  .slicknav_btn {
    background: transparent;
    padding: 0;
    margin-top: -30px;
  }
  .slicknav_menu .slicknav_icon-bar {
    box-shadow: none;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_menu {
    display: block;
    background: transparent;
    padding: 0;
  }
  .slicknav_btn {
    background: transparent;
    padding: 0;
    margin-top: 28px;
  }
  .slicknav_menu .slicknav_icon-bar {
    box-shadow: none;
  }
  .slicknav_nav {
    clear: both;
    color: #2c2d3f;
    margin: 0;
    font-size: 0.875em;
    background: transparent;
  }
  .slicknav_nav li {
  }
  .slicknav_nav li a {
    color: #2c2d3f;
    transition: all 0.4s ease;
    background: none;
    padding: 4px 10px;
  }
  .slicknav_nav .slicknav_item a,
  .slicknav_nav .slicknav_parent-link a {
    padding: 0 10px;
    background: transparent;
  }
  .slicknav_nav li a i {
    display: none;
    margin: 0;
  }
  .slicknav_nav li:hover a {
    color: #1a76d1;
  }
  .slicknav_nav li .dropdown li a {
    color: #2c2d3f;
    background: transparent;
  }
  .slicknav_nav li .dropdown li a:hover {
    color: #1a76d1;
  }
  .slicknav_nav li .slicknav_item {
    background: transparent;
  }
  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 0;
    margin: 0;
    padding: 6px 0;
    font-weight: 400;
  }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #1a76d1;
    box-shadow: none;
    text-shadow: none;
  }
  .slicknav_nav .slicknav_arrow {
    color: #2c2d3f;
  }
  .slicknav_nav li:hover .slicknav_arrow {
    color: #1a76d1;
  }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  }
  .header .main-menu {
    display: none;
  }
  .header .widget-main {
    float: right;
    display: none;
  }
  .header.style2 .slicknav_btn {
    margin-top: 18px;
  }
  .header .slicknav_nav {
    margin-top: 65px;
  }
  .header.style2 .slicknav_nav {
    margin-top: 60px;
  }
  .header.style2 .header-inner {
    display: none;
  }
  .header.style2 .main-menu {
    display: none;
  }
  .header .header-inner .get-quote {
    margin: 0;
    padding: 0;
  }
  .header .header-inner .get-quote .btn {
    color: #fff;
    display: none;
    margin: 0;
    padding: 0;
  }
  .section {
    padding: 50px 0px;
  }
  .section-title {
    margin-bottom: 30px;
    padding: 0px 20px;
  }
  .section-title h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .section-title p {
    font-size: 13px;
  }

  .breadcrumbs {
    padding: 60px 0;
  }
  .breadcrumbs h2 {
    font-size: 32px;
    font-weight: 600;
  }
  .breadcrumbs .bread-list {
    margin-top: 10px;
  }
  .breadcrumbs ul li {
    font-size: 14px;
    font-weight: 400;
  }
  .breadcrumbs ul li a {
    font-size: 14px;
    font-weight: 400;
  }
  .btn {
    padding: 11px 20px;
    font-weight: 400;
    font-size: 13px;
  }
  .slider .single-slider {
    height: 380px;
  }
  .schedule {
    background: #fff;
    margin: 0;
    padding: 0;
    height: auto;
    padding: 50px 0;
    border-bottom: 1px solid #eee;
  }
  .schedule .schedule-inner {
    transform: none;
  }
  .schedule .single-schedule {
    margin: 15px 0;
  }
  .slider .single-slider {
    position: relative;
  }
  .slider .single-slider:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0.5;
  }
  .slider .single-slider h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
  }
  .slider .single-slider .text {
    margin-top: 80px;
  }
  .slider.index2 .single-slider .text {
    margin: 52px 0px;
  }
  .slider .owl-carousel .owl-nav div {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 4px;
  }
  .Feautes.index2 {
    padding-top: 50px;
  }
  .Feautes .single-features .signle-icon i {
    font-size: 42px;
    left: 50%;
    margin-left: -40px;
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
  .Feautes .single-features::before {
    display: none;
  }
  .Feautes .single-features {
    text-align: center;
    position: relative;
    padding: 0px;
    margin: 15px 0;
  }
  .Feautes .single-features h3 {
    padding-top: 105px;
    font-size: 20px;
  }
  .fun-facts.section {
    padding: 70px 0;
  }
  .fun-facts .single-fun {
    margin: 0;
    margin: 15px 0;
    position: relative;
  }
  .fun-facts .single-fun {
    margin: 35px 0;
    padding-top: 60px;
    text-align: center;
  }
  .fun-facts .single-fun i {
    left: 50%;
    margin-left: -35px;
    top: 0;
    position: absolute;
  }
  .fun-facts .single-fun .content {
    padding: 0;
  }
  .why-choose .choose-right {
    height: 350px;
    margin-top: 30px;
  }
  .call-action .content {
    padding: 0;
    padding: 70px 0;
  }
  .call-action .content h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .appointment .appointment-image {
    margin-top: 20px;
  }
  .services .single-service {
    margin: 20px 0;
  }
  .services .single-service h4 {
    margin-bottom: 15px;
  }
  .services .single-service h4 {
    margin-bottom: 10px;
  }
  .services-details-img h2 {
    font-size: 22px;
  }
  .service-details-inner-left {
    height: 300px;
    margin-bottom: 20px;
  }
  .service-details-inner {
    width: 100%;
    margin: 0;
  }
  .services-details-img {
    margin-bottom: 30px;
  }
  .service-details-inner h2 {
    font-size: 24px;
  }
  .testimonials {
    padding-bottom: 100px;
  }
  .testimonials .owl-dots {
    transform: translateX(-18%);
  }
  .departments .department-tab .nav li {
    margin: 0px 10px;
  }
  .departments .department-tab .nav .list-group-item {
    color: #fff;
    margin-top: 10px;
    padding: 0 3px 12px 3px;
  }
  .departments .department-tab .nav .list-group-item i {
    font-size: 38px;
  }
  .departments .department-tab .nav .list-group-item .first {
    padding-top: 6px;
    font-size: 14px;
  }
  .departments .department-tab .nav .list-group-item .second {
    font-size: 13px;
    font-weight: 400;
    color: #868686;
    margin-top: 0px;
  }
  .departments .department-tab .tab-pane .department-left h3 {
    font-size: 22px;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  .departments .department-tab .tab-pane .department-left .p1 {
    margin-bottom: 12px;
  }
  .departments .department-tab .tab-pane .department-left p {
    margin-bottom: 15px;
  }
  .departments .department-right {
    margin-top: 30px;
  }

  .departments .department-right img {
    height: 100%;
    width: 100%;
  }
  .appointment.single-page {
    padding: 50px 0;
  }
  .appointment.single-page .work-hour {
    margin-top: 30px;
  }
  .blog .single-news {
    margin: 15px 0;
  }
  .news-single .single-main {
    margin-top: 0px;
  }
  .news-single .single-main {
    padding: 15px;
  }
  .news-single .news-title {
    font-size: 20px;
    font-weight: 500;
  }
  .news-single .news-title a {
    font-size: 20px;
    font-weight: 500;
  }
  .news-single .meta-right {
    float: none;
    display: inline-block;
    margin-top: -6px;
    margin-left: 56px;
    float: left;
  }
  .news-single .image-gallery .single-image {
    margin: 10px 0;
  }
  .news-single .image-gallery {
    margin-bottom: 10px;
  }
  .news-single .social-share li {
    float: left;
    display: inline-block;
    margin: 5px;
  }
  .news-single .prev-next {
    float: none;
    text-align: center;
    display: inline-block;
  }
  .news-single .prev-next li {
    margin-top: 10px;
  }
  .news-single .single-comments.left .main {
    margin-left: 0px;
  }
  .news-single .single-comments .main {
    padding-left: 100px;
    position: relative;
    margin-left: 100px;
    margin: 0;
  }
  .news-single .single-comments .body {
    float: none;
    width: 100%;
  }
  .news-single .single-comments img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .news-single .blog-comments {
    padding: 15px;
  }
  .news-single .comments-form {
    padding: 15px;
  }
  .main-sidebar .single-widget {
    padding: 20px;
  }
  .newsletter .subscribe-text {
    text-align: center;
    margin-bottom: 25px;
  }
  .newsletter .subscribe-form {
    text-align: center;
  }
  .newsletter .common-input {
    height: 50px;
    width: 100%;
    margin: 0;
  }
  .newsletter .btn {
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin: 0;
    margin-top: 14px;
  }
  .error-page .error-inner h1 {
    font-size: 80px;
  }
  .error-page .error-inner h1 span {
    font-size: 17px;
  }
  .error-page .search-form input {
    width: 100%;
    display: block;
  }
  .error-page .search-form .btn {
    top: 0;
    width: 100%;
    display: block;
    margin-top: 15px;
  }
  .mail-seccess .success-inner h1 {
    font-size: 80px;
  }
  .mail-seccess .success-inner h1 span {
    font-size: 17px;
  }
  .about-image {
    height: 300px;
  }
  .about-content h2 {
    line-height: 32px;
    font-size: 20px;
  }
  .about-content {
    padding-bottom: 0;
    width: 100%;
    padding: 0;
    padding: 35px;
  }
  .our-mission-content {
    padding-bottom: 0;
    width: 100%;
    padding: 0;
    padding: 35px;
  }
  .our-mission-content h2 {
    line-height: 32px;
    font-size: 25px;
  }
  .our-mission-image {
    height: 300px;
  }
  .contact-us #myMap {
    height: 300px;
  }
  .contact-us .contact-us-form h2 {
    font-size: 25px;
  }
  .contact-us .single-info {
    margin: 10px 0;
  }
  .contact-us .contact-us-form {
    padding: 30px 30px;
  }
  .doctor-details-area .doctor-details-right {
    padding-left: 0;
    padding-top: 30px;
  }
  .doctor-details-item .doctor-details-contact {
    padding: 30px;
  }
  .doctor-details-item .doctor-name .name {
    font-size: 20px;
  }
  .doctor-details-item .doctor-name .deg {
    font-size: 18px;
    margin: 5px 0 5px 0;
  }
  .doctor-details-item .doctor-name .degree {
    font-size: 14px;
  }
  .doctor-details-item .doctor-details-biography h3 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .doctor-details-area .doctor-details-left .social li {
    display: inline-block;
    margin-right: 5px;
  }
  .doctor-details-item .doctor-details-contact h3 {
    margin-bottom: 20px;
  }
  .doctor-details-item .doctor-details-work h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .login .login-left {
    height: 300px;
  }
  .login .form .btn {
    height: 50px;
    line-height: 50px;
    padding: 0;
    padding: 0px 20px;
  }
  .login .form {
    margin-top: -25px;
  }
  .register .register-left {
    height: 300px;
  }
  .register .form .btn {
    height: 50px;
    line-height: 50px;
    padding: 0;
    padding: 0px 20px;
  }
  .register .form {
    margin-top: -25px;
  }
  .contact-us .form .btn {
    height: 50px;
    line-height: 50px;
    padding: 0;
    padding: 0px 20px;
  }
  .contact-us .form {
    margin-top: -25px;
  }
  .pf-details .date ul li {
    margin-right: 25px;
    font-size: 13px;
  }
  .pf-details .date ul li {
    margin-right: 25px;
    font-size: 13px;
    display: block;
    text-align: left;
    margin-bottom: 8px;
  }
  .pf-details .date ul li:last-child {
    margin-bottom: 0;
  }
  .pf-details .body-text h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-top: 30px;
  }
  .pf-details .image-slider .owl-nav {
    display: none;
  }
  .doctor-calendar-table table thead tr th {
    font-size: 14px;
  }
  .doctor-calendar-table table tbody tr td h3 {
    font-size: 14px;
  }
  .doctor-calendar-table table tbody tr td span.time {
    font-size: 14px;
  }
  .footer .single-footer {
    margin: 15px 0;
  }
  .footer .single-footer h2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .footer .footer-top {
    padding: 50px 0px 60px 0;
  }
  .footer .single-footer.f-link ul {
    margin-bottom: 12px;
  }
  .footer .single-footer.f-link ul li a {
    display: inline-block;
  }
  .footer .copyright {
    padding: 20px 0;
  }
}
/* Mobile Screen */
@media only screen and (max-width: 450px) {
  .section {
    padding: 50px 0px;
  }
  .section-title {
    margin-bottom: 30px;
    padding: 0px 20px;
  }
  .section-title h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .section-title p {
    font-size: 13px;
  }
  .btn {
    padding: 11px 20px;
    font-weight: 400;
    font-size: 13px;
  }
  .slider .single-slider {
    height: 380px;
  }
  .schedule {
    background: #fff;
    margin: 0;
    padding: 0;
    height: auto;
    padding: 50px 0;
    border-bottom: 1px solid #eee;
  }
  .schedule .schedule-inner {
    transform: none;
  }
  .schedule .single-schedule {
    margin: 15px 0;
  }
  .slider .single-slider {
    position: relative;
  }
  .slider .single-slider:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0.5;
  }
  .slider .single-slider h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
  }
  .slider .single-slider p {
    font-size: 13px;
  }
  .slider .single-slider .text {
    margin: 52px 0px;
  }
  .slider .single-slider .button .btn {
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .slider .single-slider .button .btn:last-child {
    margin-bottom: 0;
  }
  .slider .owl-carousel .owl-nav {
    display: none;
  }
  .Feautes .single-features .signle-icon i {
    font-size: 42px;
    left: 50%;
    margin-left: -40px;
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
  .Feautes .single-features::before {
    display: none;
  }
  .Feautes .single-features {
    text-align: center;
    position: relative;
    padding: 0px;
    margin: 15px 0;
  }
  .Feautes .single-features h3 {
    padding-top: 105px;
    font-size: 20px;
  }
  .fun-facts.section {
    padding: 70px 0;
  }
  .fun-facts .single-fun {
    margin: 0;
    margin: 15px 0;
    position: relative;
  }
  .fun-facts .single-fun {
    margin: 35px 0;
    padding-top: 60px;
    text-align: center;
  }
  .fun-facts .single-fun i {
    left: 50%;
    margin-left: -35px;
    top: 0;
    position: absolute;
  }
  .fun-facts .single-fun .content {
    padding: 0;
  }
  .why-choose .choose-right {
    height: 350px;
    margin-top: 30px;
  }
  .call-action .content {
    padding: 0;
    padding: 70px 0;
  }
  .call-action .content h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .services .single-service {
    margin: 20px 0;
  }
  .services .single-service h4 {
    margin-bottom: 15px;
  }
  .services-details-img blockquote {
    padding: 25px;
  }
  .services-details-img blockquote i {
    display: none;
  }
  .testimonials {
    padding-bottom: 100px;
  }
  .testimonials .owl-dots {
    transform: translateX(-18%);
  }
  .departments .department-tab .nav .list-group-item {
    color: #fff;
    margin: 0px 10px;
    margin-top: 10px;
    padding: 0 3px 12px 3px;
  }
  .departments .department-tab .nav .list-group-item i {
    font-size: 38px;
  }
  .departments .department-tab .nav li .first {
    padding-top: 6px;
    font-size: 14px;
  }
  .departments .department-tab .nav li .second {
    font-size: 13px;
    font-weight: 400;
    color: #868686;
    margin-top: 0px;
  }
  .departments .department-tab .tab-pane .department-left h3 {
    font-size: 22px;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  .departments .department-tab .tab-pane .department-left .p1 {
    margin-bottom: 12px;
  }
  .departments .department-tab .tab-pane .department-left p {
    margin-bottom: 15px;
  }
  .departments .department-right {
    margin-top: 30px;
  }

  .departments .department-right img {
    height: 100%;
    width: 100%;
  }
  .appointment.single-page .appointment-inner {
    padding: 25px;
  }
  .blog .single-news {
    margin: 15px 0;
  }
  .newsletter .subscribe-text {
    text-align: center;
    margin-bottom: 25px;
  }
  .newsletter .subscribe-form {
    text-align: center;
  }
  .our-mission-content {
    padding-top: 0;
  }
  .our-vision-area {
    padding-bottom: 45px;
  }
  .our-mission-content ul li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin: 5px 0;
  }
  .login .login-form {
    padding: 30px 30px;
  }
  .login .login-form h2 {
    font-size: 26px;
  }
  .login .login-form .lost-pass {
    margin-left: 0;
    display: block;
    margin-top: -10px;
  }
  .login .form .btn {
    height: 50px;
    line-height: 50px;
    padding: 0;
    padding: 0px 20px;
  }
  .register .register-form {
    padding: 30px 30px;
  }
  .register .register-form h2 {
    font-size: 26px;
  }
  .register .register-form .terms {
    margin: 0;
    display: block;
    margin-top: -10px;
  }
  .register .form .btn {
    height: 50px;
    line-height: 50px;
    padding: 0;
    padding: 0px 20px;
  }
  .contact-us .form .btn {
    height: 50px;
    line-height: 50px;
    padding: 0;
    padding: 0px 20px;
  }
  .footer .single-footer {
    margin: 20px 0;
  }
  .footer .single-footer h2 {
    padding-bottom: 20px;
  }
  .footer .footer-top {
    padding: 65px 0px;
  }
}
/* Optimized Styles for index.html - Only Used Styles */

/*
 * COLOR SCHEME - See COLOR-SCHEME.md for full documentation
 * Primary Blue: #0091db
 * Dark Blue: #006ba3
 * Light Blue: #00b4e6
 * Extra Dark Blue: #004d80
 * Primary Text: #2c2d3f
 * White: #ffffff
 */

/* Prevent scroll jolt on page load */
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

/* ========================================
   REUSABLE BUTTON STYLES
   ======================================== */

/* Blue Light-Up Button - Gradient with light sweep effect */
.btn-blue-lightup {
  display: inline-block;
  background: linear-gradient(135deg, #0091db 0%, #006ba3 100%);
  color: #fff !important;
  padding: 14px 40px;
  margin: 10px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0 10px 30px rgba(0, 145, 219, 0.4);
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  vertical-align: middle;
}

.btn-blue-lightup::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.btn-blue-lightup:hover::before {
  left: 100%;
}

.btn-blue-lightup:hover {
  background: linear-gradient(135deg, #006ba3 0%, #0091db 100%);
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 145, 219, 0.5);
}

.btn-blue-lightup:active {
  transform: translateY(-1px);
}

/* Global Smooth Scroll */
html {
  scroll-behavior: smooth;
}

/* Add spacing below header since it's fixed */
body {
  padding-top: 80px;
}

/* ========================================
   HEADER / NAVIGATION
   ======================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.header.scrolled {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.95);
}

.header .header-inner {
  padding: 15px 0;
  transition: padding 0.4s ease;
}

.header.scrolled .header-inner {
  padding: 10px 0;
}

.header .inner {
  display: flex;
  align-items: center;
}

.header .inner .row {
  width: 100%;
  display: flex;
  align-items: center;
}

.header .logo {
  padding-left: 20px;
}

.header .main-menu {
  display: flex;
  justify-content: center;
  width: 100%;
}

.header .main-menu .navigation {
  display: flex;
  justify-content: center;
}

.header .main-menu .nav.menu {
  display: flex;
  justify-content: center;
}

.header .nav.menu li a {
  position: relative;
  padding: 8px 0;
  margin: 0 18px;
  font-size: 15px;
  font-weight: 500;
  color: #2c2d3f;
  transition: all 0.3s ease;
}

.header .nav.menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #0091db;
  transition: width 0.3s ease;
}

.header .nav.menu li a:hover::after,
.header .nav.menu li.active a::after {
  width: 100%;
}

.header .nav.menu li a:hover,
.header .nav.menu li.active a {
  color: #0091db;
}

/* Dropdown Menu */
.header .nav.menu li {
  position: relative;
}

.header .nav.menu li .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 240px;
  padding: 10px 0;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1000;
  margin-top: 10px;
}

.header .nav.menu li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header .nav.menu li .dropdown li {
  display: block;
  width: 100%;
}

.header .nav.menu li .dropdown li a {
  display: block;
  padding: 12px 25px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #2c2d3f;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.header .nav.menu li .dropdown li a::after {
  display: none;
}

.header .nav.menu li .dropdown li a:hover {
  background: rgba(0, 145, 219, 0.05);
  border-left-color: #0091db;
  color: #0091db;
  padding-left: 30px;
}

.header .nav.menu li a .fa-caret-down {
  margin-left: 5px;
  font-size: 12px;
  transition: transform 0.3s ease;
}

.header .nav.menu li:hover > a .fa-caret-down {
  transform: rotate(180deg);
}

.header .get-quote {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.header .get-quote .btn-custom {
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  background: #0091db;
  color: #fff;
  border: 2px solid #0091db;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.header .get-quote .btn-custom:hover {
  background: #2c2d3f;
  color: #fff;
  border-color: #2c2d3f;
  border-radius: 50px;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(44, 45, 63, 0.3);
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-right: 20px;
}

.header-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2c2d3f;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.header-contact-item:hover {
  color: #0091db;
}

.header-contact-item i {
  font-size: 16px;
  color: #0091db;
}

/* ========================================
   HERO SECTION
   ======================================== */
.hero-modern {
  height: 100vh;
  min-height: 700px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2c2d3f 0%, #0a0b14 100%);
  overflow: hidden;
}

/* Hero Background Slideshow */
.hero-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 2s ease-in-out;
  animation: slideZoom 20s ease-in-out infinite;
}

.hero-slide.active {
  opacity: 0.25;
}

@keyframes slideZoom {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}

.hero-modern::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0, 145, 219, 0.1) 0%, transparent 100%);
  z-index: 1;
  animation: gradientShift 8s ease infinite;
}

@keyframes gradientShift {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.6; }
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 950px;
  padding: 50px;
  animation: fadeInUp 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-content h1 {
  font-size: 62px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 28px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}

.hero-content h1 .highlight {
  color: #0091db;
  position: relative;
  display: inline-block;
  animation: pulseGlow 3s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%, 100% { text-shadow: 0 0 20px rgba(0, 145, 219, 0.4); }
  50% { text-shadow: 0 0 30px rgba(0, 145, 219, 0.7), 0 0 40px rgba(0, 145, 219, 0.5); }
}

.hero-content p {
  font-size: 21px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 40px;
  line-height: 1.7;
  font-weight: 300;
}

.hero-buttons .btn {
  margin: 10px;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.hero-buttons .btn-primary-modern,
.btn-primary-modern {
  background: #0091db;
  color: #fff !important;
  border: 2px solid #0091db;
  box-shadow: 0 8px 25px rgba(0, 145, 219, 0.3);
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.hero-buttons .btn-primary-modern:hover,
.btn-primary-modern:hover {
  background: #2c2d3f;
  color: #fff;
  border-color: #2c2d3f;
  box-shadow: 0 10px 30px rgba(44, 45, 63, 0.3);
}

.hero-buttons .btn-outline-modern,
.btn-outline-modern {
  background: rgba(255, 255, 255, 0.05);
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  padding: 14px 40px;
  margin: 10px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.hero-buttons .btn-outline-modern::before,
.btn-outline-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.hero-buttons .btn-outline-modern:hover::before,
.btn-outline-modern:hover::before {
  left: 100%;
}

.hero-buttons .btn-outline-modern:hover,
.btn-outline-modern:hover {
  background: #fff !important;
  color: #2c2d3f !important;
  border-color: #fff !important;
  box-shadow: 0 15px 40px rgba(255, 255, 255, 0.3);
}

.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
  40% { transform: translateX(-50%) translateY(-10px); }
  60% { transform: translateX(-50%) translateY(-5px); }
}

.scroll-indicator i {
  font-size: 32px;
  color: rgba(255, 255, 255, 0.7);
}

/* ========================================
   CLIENT LOGOS SECTION
   ======================================== */
.clients-section {
  padding: 40px 0;
  background: #fafbfc;
  position: relative;
  border-top: 1px solid #e8eaed;
  border-bottom: 1px solid #e8eaed;
}

.clients-header {
  text-align: center;
  margin-bottom: 30px;
}

.clients-header p {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #8b92a7;
  margin: 0;
}

.clients-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px 70px;
  max-width: 1100px;
  margin: 0 auto;
}

.client-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.client-logo {
  max-width: 130px;
  max-height: 60px;
  height: auto;
  width: auto;
  filter: grayscale(100%) opacity(0.4);
  transition: all 0.3s ease;
  object-fit: contain;
}

.client-logo-wrapper:hover .client-logo {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.08);
}

/* ========================================
   SERVICES SECTION
   ======================================== */
.services-modern {
  padding: 80px 0 0 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
  position: relative;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 0;
  position: relative;
}

.section-header h2 {
  font-size: 46px;
  font-weight: 800;
  color: #2c2d3f;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.section-header h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #0091db, #00d4ff);
  border-radius: 2px;
}

.section-header p {
  font-size: 18px;
  color: #666;
  max-width: 750px;
  margin: 20px auto 0;
  line-height: 1.7;
}

.service-card-link {
  text-decoration: none;
  display: block;
  height: 100%;
  color: inherit;
}

.service-card-link:hover {
  text-decoration: none;
  color: inherit;
}

.service-card {
  background: #fff;
  border-radius: 16px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  margin-bottom: 40px;
  border: 1px solid #e8eaed;
  height: calc(100% - 40px);
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 145, 219, 0.03) 0%, rgba(0, 102, 163, 0.06) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
  pointer-events: none;
}

.service-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: linear-gradient(90deg, #0091db 0%, #00b4e6 100%);
  transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 3;
}

.service-card:hover::before {
  opacity: 1;
}

.service-card:hover::after {
  height: 5px;
}

.service-card:hover {
  transform: translateY(-12px) scale(1.01);
  box-shadow: 0 0 40px 8px rgba(0, 145, 219, 0.5);
  border-color: rgba(0, 145, 219, 0.3);
}

.service-image {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.service-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}

.service-card:hover .service-image::after {
  opacity: 1;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.service-image img:first-child {
  z-index: 1;
}

/* Progress Monitoring Slideshow */
.progress-monitoring-slideshow .progress-stage {
  opacity: 0;
  z-index: 1;
}

.progress-monitoring-slideshow .stage-0 {
  animation: progressSlideshow0 24s ease-in-out infinite;
  z-index: 2;
}

.progress-monitoring-slideshow .stage-1 {
  animation: progressSlideshow1 24s ease-in-out infinite;
}

.progress-monitoring-slideshow .stage-2 {
  animation: progressSlideshow2 24s ease-in-out infinite;
}

.progress-monitoring-slideshow .stage-3 {
  animation: progressSlideshow3 24s ease-in-out infinite;
}

@keyframes progressSlideshow0 {
  0% { opacity: 1; z-index: 2; }
  20% { opacity: 1; z-index: 2; }
  25% { opacity: 0; z-index: 1; }
  95% { opacity: 0; z-index: 1; }
  100% { opacity: 1; z-index: 2; }
}

@keyframes progressSlideshow1 {
  0% { opacity: 0; z-index: 1; }
  20% { opacity: 0; z-index: 1; }
  25% { opacity: 1; z-index: 2; }
  45% { opacity: 1; z-index: 2; }
  50% { opacity: 0; z-index: 1; }
  100% { opacity: 0; z-index: 1; }
}

@keyframes progressSlideshow2 {
  0% { opacity: 0; z-index: 1; }
  45% { opacity: 0; z-index: 1; }
  50% { opacity: 1; z-index: 2; }
  70% { opacity: 1; z-index: 2; }
  75% { opacity: 0; z-index: 1; }
  100% { opacity: 0; z-index: 1; }
}

@keyframes progressSlideshow3 {
  0% { opacity: 0; z-index: 1; }
  70% { opacity: 0; z-index: 1; }
  75% { opacity: 1; z-index: 2; }
  95% { opacity: 1; z-index: 2; }
  100% { opacity: 0; z-index: 1; }
}

.service-card:hover .service-image img {
  transform: scale(1.15);
}

.service-content {
  padding: 28px 25px 25px 25px;
  position: relative;
  z-index: 4;
}

.service-content h4 {
  font-size: 21px;
  font-weight: 700;
  color: #2c2d3f;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  position: relative;
  padding-bottom: 12px;
}

.service-content h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #0091db 0%, #0066a3 100%);
  transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.service-card:hover .service-content h4 {
  color: #0091db;
  transform: translateX(3px);
}

.service-card:hover .service-content h4::after {
  width: 60px;
}

.service-content p {
  color: #666;
  line-height: 1.8;
  margin: 0;
  font-size: 14.5px;
}

/* ========================================
   ABOUT / SPLIT SECTION
   ======================================== */
.split-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #2c2d3f 0%, #1a1b2e 100%);
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.split-section .row {
  margin-bottom: 0;
  align-items: stretch !important;
}

.split-section .col-lg-4,
.split-section .col-lg-8 {
  display: flex;
  flex-direction: column;
}

.split-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="1" height="1" fill="white" opacity="0.02"/></svg>');
  background-size: 20px 20px;
  opacity: 0.3;
}

.split-content {
  position: relative;
  z-index: 1;
  max-width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.split-content h2 {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.split-content p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  margin-bottom: 20px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin-top: 25px;
}

.feature-list li {
  padding: 14px 18px 14px 25px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  font-weight: 600;
  border-left: 3px solid transparent;
  backdrop-filter: blur(10px);
}

.feature-list li:hover {
  background: rgba(0, 145, 219, 0.2);
  border-left-color: #0091db;
  box-shadow: 0 5px 20px rgba(0, 145, 219, 0.3);
}

.feature-list li.active {
  color: #fff;
  background: rgba(0, 145, 219, 0.25);
  border-left-color: #0091db;
  box-shadow: 0 5px 20px rgba(0, 145, 219, 0.4);
}

.feature-list li i {
  margin-right: 12px;
  color: #0091db;
  font-size: 16px;
  transition: transform 0.3s ease;
}

.feature-list li:hover i,
.feature-list li.active i {
  transform: scale(1.2);
}

.video-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  transition: transform 0.4s ease;
  border: 2px solid rgba(0, 145, 219, 0.3);
  margin-bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.video-container.loading {
  animation: borderGlow 1.5s ease-in-out !important;
}

@keyframes borderGlow {
  0% {
    border-color: rgba(0, 145, 219, 0.3);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  }
  50% {
    border-color: rgba(0, 145, 219, 1);
    box-shadow: 0 20px 60px rgba(0, 145, 219, 0.6), 0 0 30px rgba(0, 145, 219, 0.8);
  }
  100% {
    border-color: rgba(0, 145, 219, 0.3);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  }
}

.video-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 70px rgba(0, 145, 219, 0.5);
  border-color: rgba(0, 145, 219, 0.6);
}

.video-container iframe {
  width: 100%;
  height: 500px;
  border: none;
  display: block;
  margin-bottom: 0;
}

/* Media Viewer Preview */
.media-viewer-preview {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.media-viewer-preview::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(to bottom, #e8e8e8 0%, #d5d5d5 100%);
  border-bottom: 1px solid #c0c0c0;
  z-index: 2;
  border-radius: 8px 8px 0 0;
}

.media-viewer-preview::after {
  content: '';
  position: absolute;
  top: 14px;
  left: 12px;
  width: 12px;
  height: 12px;
  background: #ff5f56;
  border-radius: 50%;
  box-shadow: 20px 0 0 #ffbd2e, 40px 0 0 #27c93f;
  z-index: 3;
}

.media-viewer-preview .screenshot-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: all 0.5s ease;
  background: #f5f5f5;
  padding-top: 40px;
  box-sizing: border-box;
  filter: brightness(0.95);
}

.media-viewer-preview:hover .screenshot-img {
  transform: scale(1.02);
  filter: brightness(1.1);
}

.demo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  transition: all 0.4s ease;
}

.media-viewer-preview:hover .demo-overlay {
  opacity: 1;
}

.btn-live-demo {
  background: linear-gradient(135deg, #1A76D1 0%, #0091db 100%);
  color: #fff;
  border: none;
  padding: 18px 40px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0 10px 30px rgba(26, 118, 209, 0.4);
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-live-demo:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(26, 118, 209, 0.6);
  background: linear-gradient(135deg, #0091db 0%, #1A76D1 100%);
}

.btn-live-demo i {
  font-size: 22px;
}

/* Modal Styles */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.modal-container {
  position: relative;
  width: 95%;
  height: 90%;
  max-width: 1600px;
  background: #1a1a1a;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 25px 100px rgba(0, 0, 0, 0.5);
  animation: slideUp 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-close {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(135deg, #1A76D1 0%, #0091db 100%);
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  z-index: 10001;
  transition: all 0.3s ease;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(26, 118, 209, 0.4);
}

.modal-close:hover {
  background: linear-gradient(135deg, #0091db 0%, #1A76D1 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26, 118, 209, 0.6);
}

.modal-close i {
  font-size: 16px;
}

.modal-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.media-viewer-frame {
  width: 100%;
  height: 100%;
  border: none;
}

/* Tour Controls */
.tour-controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 12px;
  align-items: center;
}

.btn-tour {
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid #1A76D1;
  color: #1A76D1;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-tour:hover {
  background: #1A76D1;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26, 118, 209, 0.4);
}

.btn-tour i {
  font-size: 16px;
}

/* Custom Tour Styling */
.tour-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tour-tooltip {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  max-width: 500px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 101;
  opacity: 1;
  transition: opacity 0.2s ease;
}

/* SVG Dark Overlay with Cutout */
.tour-dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  pointer-events: none;
}

/* Tour Highlight Box */
.tour-highlight {
  position: absolute;
  border: 4px solid #1A76D1;
  border-radius: 8px;
  background: transparent;
  box-shadow: 0 0 0 4px rgba(26, 118, 209, 0.3),
              0 0 40px rgba(26, 118, 209, 0.8);
  z-index: 99;
  pointer-events: none;
  animation: gleam 2s ease-in-out infinite;
  transition: all 0.5s ease;
  overflow: hidden;
}

/* Gleaming shine effect */
.tour-highlight::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 70%
  );
  animation: shine 3s ease-in-out infinite;
}

@keyframes gleam {
  0%, 100% {
    border-color: #1A76D1;
    box-shadow: 0 0 0 4px rgba(26, 118, 209, 0.3),
                0 0 40px rgba(26, 118, 209, 0.8);
  }
  50% {
    border-color: #00b4e6;
    box-shadow: 0 0 0 4px rgba(0, 180, 230, 0.5),
                0 0 60px rgba(0, 180, 230, 1),
                0 0 80px rgba(26, 118, 209, 0.6);
  }
}

@keyframes shine {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }
  50%, 100% {
    transform: translateX(100%) translateY(100%) rotate(45deg);
  }
}

/* Tooltip positioning classes */
.tour-tooltip.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 102;
}

.tour-tooltip.top-left {
  position: absolute;
  top: 80px;
  left: 80px;
  transform: none;
  z-index: 102;
}

.tour-tooltip.top-right {
  position: absolute;
  top: 80px;
  right: 80px;
  transform: none;
  z-index: 102;
}

.tour-tooltip.top-center {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 102;
}

.tour-tooltip.bottom-left {
  position: absolute;
  bottom: 150px;
  left: 80px;
  transform: none;
  z-index: 102;
}

.tour-tooltip.bottom-right {
  position: absolute;
  bottom: 150px;
  right: 80px;
  transform: none;
  z-index: 102;
}

.tour-tooltip.bottom-center {
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 102;
}

.tour-tooltip h3 {
  color: #1A76D1;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.tour-tooltip p {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 25px 0;
}

.tour-controls-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.tour-step-indicator {
  color: #666;
  font-size: 14px;
  font-weight: 600;
}

.tour-buttons {
  display: flex;
  gap: 10px;
}

.btn-tour-next,
.btn-tour-prev,
.btn-tour-skip {
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.btn-tour-next {
  background: #1A76D1;
  color: #fff;
}

.btn-tour-next:hover {
  background: #0091db;
  transform: translateY(-1px);
}

.btn-tour-prev {
  background: #f0f0f0;
  color: #333;
}

.btn-tour-prev:hover {
  background: #e0e0e0;
}

.btn-tour-skip {
  background: transparent;
  color: #666;
  border: 1px solid #ddd;
}

.btn-tour-skip:hover {
  border-color: #999;
  color: #333;
}


/* ========================================
   PORTFOLIO SECTION
   ======================================== */
.portfolio-modern {
  padding: 50px 0 60px 0;
  margin: 0;
  background: #fff;
  clear: both;
}

.portfolio-modern .container {
  max-width: 1200px;
}

.portfolio-modern .row {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-left: -15px;
  margin-right: -15px;
  align-items: flex-start !important;
}

.portfolio-modern .col-lg-4,
.portfolio-modern .col-md-6,
.portfolio-modern .col-12 {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: none !important;
  display: block;
  position: relative;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 0;
  height: 380px;
  cursor: pointer;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  background: #f0f0f0;
  width: 100%;
  display: block;
  text-decoration: none;
}

.portfolio-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 40px 8px rgba(0, 145, 219, 0.7);
}

.portfolio-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 145, 219, 0.25);
  backdrop-filter: blur(10px);
  padding: 20px;
  z-index: 3;
  height: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
}

.portfolio-item:hover .portfolio-header {
  height: 140px;
  background: rgba(0, 145, 219, 0.45);
}

.portfolio-header-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: calc(100% - 100px);
}

.portfolio-title {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.portfolio-description {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  line-height: 1.4;
}

.portfolio-item:hover .portfolio-description {
  opacity: 1;
}

.portfolio-logo {
  max-width: 60px;
  max-height: 60px;
  width: auto;
  height: auto;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  background: rgba(255, 255, 255, 0.9);
  padding: 8px;
  border-radius: 6px;
  object-fit: contain;
}

.portfolio-item:hover .portfolio-logo {
  opacity: 1;
}

.portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  filter: brightness(1);
}

.portfolio-item:hover img {
  transform: scale(1.15);
  filter: brightness(1.1);
}

.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: flex-end;
  padding: 35px;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 2;
}

.portfolio-item:hover .portfolio-overlay {
  opacity: 0;
}

.portfolio-info {
  transform: translateY(20px);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}

.portfolio-item:hover .portfolio-info {
  transform: translateY(0);
}

.portfolio-info h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 8px;
}

.portfolio-info p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 18px;
  font-size: 15px;
}

.portfolio-info .btn {
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  background: #fff;
  color: #0091db;
  border: 2px solid #fff;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.portfolio-info .btn:hover {
  background: transparent;
  color: #fff;
  transform: scale(1.05);
}


/* ========================================
   CTA SECTION
   ======================================== */
.cta-modern {
  padding: 100px 0;
  background: linear-gradient(135deg, #2c2d3f 0%, #0a0b14 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-modern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("img/slider3.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.cta-modern .container {
  position: relative;
  z-index: 1;
}

.cta-modern h2 {
  font-size: 44px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 25px;
  line-height: 1.3;
}

.cta-modern p {
  font-size: 19px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.cta-modern .btn-primary-modern,
.cta-modern .btn-outline-modern {
  margin: 10px;
}

.cta-modern .btn-outline-modern {
  background: rgba(255, 255, 255, 0.05);
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.cta-modern .btn-outline-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.cta-modern .btn-outline-modern:hover::before {
  left: 100%;
}

.cta-modern .btn-outline-modern:hover {
  background: #fff;
  color: #2c2d3f !important;
  border-color: #fff;
  box-shadow: 0 15px 40px rgba(255, 255, 255, 0.3);
}

/* ========================================
   FOOTER
   ======================================== */
.footer {
  background: #1c1d2f;
  color: #fff;
}

.footer-top {
  padding: 60px 0 30px;
}

.footer .single-footer h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer .single-footer p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  margin-bottom: 15px;
}

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

.footer .single-footer ul li {
  margin-bottom: 10px;
}

.footer .single-footer ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s;
  display: inline-block;
}

.footer .single-footer ul li a:hover {
  color: #1A76D1;
}

.footer .single-footer ul li i {
  margin-right: 8px;
  color: #1A76D1;
}

.footer .social-icons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}

.footer .social-icons li {
  display: flex;
}

.footer .social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #0091db;
  border-radius: 50%;
  color: #fff !important;
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
  opacity: 0.8;
  overflow: hidden;
}

.footer .social-icons li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.footer .social-icons li a i {
  font-size: 16px;
  line-height: 36px;
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

.footer .social-icons li a:hover {
  background: #0091db;
  opacity: 1;
  transform: scale(1.1);
}

.footer .social-icons li a:hover::before {
  left: 100%;
}

.copyright {
  background: #16172a;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

/* ========================================
   RESPONSIVE MEDIA QUERIES
   ======================================== */
@media (max-width: 991px) {
  .clients-grid {
    gap: 40px 50px;
  }

  .client-logo {
    max-width: 110px;
    max-height: 50px;
  }

  .header-contact {
    display: none;
  }

  .header .main-menu {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  body {
    padding-top: 70px;
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .clients-section {
    padding: 50px 0;
  }

  .clients-header {
    margin-bottom: 35px;
  }

  .clients-grid {
    gap: 35px 40px;
  }

  .client-logo {
    max-width: 100px;
    max-height: 45px;
  }

  .section-header h2 {
    font-size: 32px;
  }

  .portfolio-item {
    height: 250px;
  }
}

@media (max-width: 576px) {
  .clients-grid {
    gap: 30px;
  }

  .client-logo {
    max-width: 90px;
    max-height: 40px;
  }
}
