@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
/* All Fonts */
/* All Color */
/*!
Theme Name: meditrust
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: meditrust
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

meditrust is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
     ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/*---------------------------- Start of Reset Code ----------------*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
input,
select,
optgroup,
textarea {
  color: #00aeef;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin: 0;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

blockquote {
  line-height: 25px;
  letter-spacing: 0.2px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #333333;
  text-align: center;
  border: 0;
  padding: 30px 0;
}

blockquote i {
  font-size: 70px;
  color: #00aeef;
  margin-bottom: 30px;
  display: block;
  text-align: center;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  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-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%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          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/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #616161;
  font-weight: 400;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  display: none;
}

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

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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 #333333;
  border-radius: 2px;
  background: #333333;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #00aeef;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #333333;
}

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: #333333;
  border-radius: 0;
  padding: 10px;
}

select {
  border: 1px solid #868585;
}

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,
textarea.form-control:focus {
  border-color: #00aeef;
  -webkit-box-shadow: 0 0px 0px #00aeef inset, 0 0 0px #00aeef;
          box-shadow: 0 0px 0px #00aeef inset, 0 0 0px #00aeef;
}

textarea {
  width: 100%;
}

select:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #ddd !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #868585;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a:focus,
a:active {
  color: #00aeef;
  text-decoration: none;
}

a:focus {
  outline: none;
}

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

.modal {
  z-index: 999999;
}

/*--------------------------------------------------------------
## 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 {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          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);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Common CSS code
--------------------------------------------------------------*/
/* text selector */
::-moz-selection {
  background: #00aeef;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #00aeef;
  color: #fff;
  text-shadow: none;
}

::-webkit-input-placeholder {
  color: #616161;
}

:-ms-input-placeholder {
  color: #616161;
}

::-ms-input-placeholder {
  color: #616161;
}

::placeholder {
  color: #616161;
}

/*---------------------------- End of Reset Code ----------------*/
/*------------------------------------------------------------
## Medical Button Style
--------------------------------------------------------------*/
a.medical-btn-larg {
  display: inline-block;
  background: #2c3e50;
  font-size: 16px;
  font-weight: 600;
  margin-top: 35px;
  padding: 12px 33px;
  border-radius: 3px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.medical-btn-larg:hover {
  color: #fff;
  background: #00aeef;
}

a.btn-small {
  display: inline-block;
  background: #00aeef;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 3px;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.btn-small:hover {
  color: #fff;
  background: #2c3e50;
}

a.btn-ellips {
  display: inline-block;
  background: #00aeef;
  text-align: center;
  padding: 10px 35px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.btn-ellips i {
  margin-left: 5px;
}

a.btn-ellips:hover {
  background: #2c3e50;
}

a.btn-bordered {
  display: inline-block;
  background: transparent;
  font-size: 14px;
  color: #00aeef;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 3px;
  border: 1px solid #00aeef;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.btn-bordered:hover {
  background: #00aeef;
  color: #fff;
}

/*------------------------------------------------------------
## Global Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Default Padding and Margin
--------------------------------------------------------------*/
.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.margin-top-large {
  margin-top: 120px;
}

.margin-top-middle {
  margin-top: 70px;
}

.margin-top-small {
  margin-top: 35px;
}

.margin-bottom-large {
  margin-bottom: 140px;
}

.margin-bottom-middle {
  margin-bottom: 70px;
}

.margin-bottom-small {
  margin-bottom: 35px;
}

.padding-top-large {
  padding-top: 140px;
}

.padding-top-middle {
  padding-top: 70px;
}

.padding-top-small {
  padding-top: 35px;
}

.padding-bottom-large {
  padding-bottom: 140px;
}

.padding-bottom-middle {
  padding-bottom: 70px;
}

.padding-bottom-small {
  padding-bottom: 35px;
}

/*--------------------------------------------------------------
## Medical Header title Style
--------------------------------------------------------------*/
.title-middle {
  text-align: center;
}

.title-middle h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  color: #333333;
  margin-bottom: 15px;
}

.title-middle p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  line-height: 27px;
}

/*--------------------------------------------------------------
## Top Menu
--------------------------------------------------------------*/
.top-menu-1x {
  padding: 20px 0;
  background: #f9f9f9;
}

.top-menu-1x .social-link ul {
  margin: 10px 0 0 0;
  padding: 0;
}

.top-menu-1x .social-link ul li {
  list-style: none;
  display: inline-block;
}

.top-menu-1x .social-link ul li a i {
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #eee;
  color: #868585;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top-menu-1x .social-link ul li:hover a i {
  color: #00aeef;
}

.top-menu-1x .top-menu-right ul {
  margin: 13px 0 0 0;
  padding: 0;
}

.top-menu-1x .top-menu-right ul li {
  list-style: none;
  display: inline-block;
  margin-right: 45px;
}

.top-menu-1x .top-menu-right ul li i {
  margin-right: 7px;
}

.top-menu-1x button.search {
  float: right;
  background: #fff;
  margin-left: 20px;
  height: 50px;
  width: 50px;
  outline: none;
  cursor: pointer;
  border: 1px solid #eee;
}

.top-menu-1x button.search i {
  color: #00aeef;
}

.top-menu-2x {
  background: #f9f9f9;
  padding: 20px 0;
}

.top-menu-2x .top-menu-left ul {
  margin: 13px 0 0 0;
  padding: 0;
}

.top-menu-2x .top-menu-left ul li {
  list-style: none;
  display: inline-block;
  margin-right: 50px;
}

.top-menu-2x .top-menu-left ul li i {
  margin-right: 7px;
  color: #9f9f9f;
}

.top-menu-2x .top-menu-right button.search {
  background: #fff;
  margin-right: 20px;
  height: 50px;
  width: 50px;
  outline: none;
  cursor: pointer;
  border: 1px solid #eee;
}

.top-menu-2x .top-menu-right button.search i {
  color: #00aeef;
}

.top-menu-2x .top-menu-right a {
  float: right;
  font-weight: 500;
  padding: 12px 20px;
}

/*-- Search start --*/
.site-search {
  text-align: center;
  background: rgba(51, 51, 51, 0.9);
  position: absolute;
  z-index: 9999;
  width: 97%;
  top: 20px;
}

.site-search .search-box {
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.site-search .search-box.open {
  height: 74px;
}

.site-search input[type="text"] {
  background: none;
  border: none;
  color: #fff;
  margin: 25px 0;
  padding: 0 20px 0 0;
  width: 100%;
  outline: 0;
  text-align: center;
}

.site-search input::-webkit-input-placeholder {
  color: #868585;
}

.site-search input:-ms-input-placeholder {
  color: #868585;
}

.site-search input::-ms-input-placeholder {
  color: #868585;
}

.site-search input::placeholder {
  color: #868585;
}

.site-search .close {
  color: rgba(221, 221, 221, 0.25);
  cursor: pointer;
  font-size: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-search .close:hover {
  color: #fff;
}

/*--------------------------------------------------------------
## Main Menu
--------------------------------------------------------------*/
.main-menu {
  padding: 15px 0;
}

.navbar-light .navbar-brand {
  padding-left: 0;
}

.btco-hover-menu {
  z-index: 999;
  background-color: transparent !important;
}

.main-menu .navbar-nav .nav-link {
  color: #333333;
  padding-left: 35px;
  font-weight: 500;
  opacity: 1;
  text-transform: uppercase;
  z-index: 9999;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-light .navbar-nav .active > .nav-link {
  font-weight: 500;
  color: #00aeef;
}

.btco-hover-menu .collapse ul > li:hover > a,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  background: transparent;
  color: #00aeef;
}

ul.dropdown-menu:hover {
  background: #fff;
  top: 100%;
  opacity: 1;
}

.btco-hover-menu .collapse ul ul ul, .btco-hover-menu .collapse ul ul ul.dropdown-menu {
  background: #fff;
  margin-left: 0;
}

.btco-hover-menu .collapse ul ul, .btco-hover-menu .collapse ul ul.dropdown-menu {
  background: #fff;
  margin-left: 0;
  padding-top: 19px;
}

.btco-hover-menu .collapse ul ul, .btco-hover-menu .collapse ul ul.dropdown-menu li {
  padding-left: 10px;
}

.btco-hover-menu ul.main-menu-nav {
  margin-left: 0;
}

ul.main-menu-nav li ul.dropdown-menu li ul.dropdown-menu {
  padding-top: 0;
  margin-left: 0;
}

ul.main-menu-nav li ul.dropdown-menu li a i {
  float: right;
  padding-top: 3px;
}

.dropdown-menu li {
  border-bottom: 1px solid #eee;
}

.dropdown-menu li:last-child {
  border-bottom: 0 solid #eee;
}

ul.main-menu-nav li.dropdown a i {
  padding-left: 3px;
  font-weight: 700;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-item {
  color: #333333;
  font-weight: 500;
  padding: 8px 25px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #00aeef;
}

/*---------------------------------------------------------------
		main slider
---------------------------------------------------------------*/
.owl-carousel {
  z-index: 0;
}

.item {
  position: relative;
}

.item img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.animate-out {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

/************************************************
            Overlay text On main slider 
*************************************************/
.hvrbox,
.hvrbox * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hvrbox {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: -8px;
}

.hvrbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.hvrbox .hvrbox-layer_bottom {
  display: block;
}

.hvrbox .hvrbox-layer_top {
  opacity: 1;
  /* if 0 then hover after text showing */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
  opacity: 1;
}

.overlay-text {
  position: absolute;
  bottom: 39%;
  left: 50%;
}

.overlay-text h2 {
  font-size: 60px;
  font-weight: 700;
  margin: 20px 0;
  color: #2c3e50;
}

.overlay-text h2 span {
  color: #00aeef;
}

.overlay-text p {
  color: #333333;
  font-size: 18px;
  line-height: 35px;
}

/************************************************
            Schedule Section
*************************************************/
.schedule-section-1x {
  margin-top: -170px;
  position: relative;
}

.schedule-section-1x .opening-time {
  background: #00aeef;
  padding: 40px 60px 25px 60px;
  text-align: center;
}

.schedule-section-1x .opening-time h3 {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.schedule-section-1x .opening-time ul.time-nav-tab {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.schedule-section-1x .opening-time ul.time-nav-tab .nav-link {
  background-color: #00aeef;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 10px 15px;
  border-radius: 1px;
  border: 1px solid #fff;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  text-transform: uppercase;
}

.schedule-section-1x .opening-time ul.time-nav-tab .active {
  background-color: #fff !important;
  color: #00aeef;
}

.schedule-section-1x .opening-time .time-tab-content ul {
  margin: 17px 0 0 0;
  padding: 0;
}

.schedule-section-1x .opening-time .time-tab-content ul li {
  list-style: none;
  line-height: 45px;
  color: #fff;
  border-bottom: 1px dashed #fff;
}

.schedule-section-1x .opening-time .time-tab-content ul li:last-child {
  border-bottom: 0;
}

.schedule-section-1x .special-offer {
  background: #2c3e50;
  padding: 40px 40px 25px 40px;
  color: #fff;
  text-align: center;
}

.schedule-section-1x .special-offer h3 {
  font-size: 25px;
  font-weight: 500;
  color: #00aeef;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.schedule-section-1x .special-offer .offer-name {
  font-size: 15px;
  padding-top: 35px;
}

.schedule-section-1x .special-offer .offer-sticker {
  display: inline-block;
  text-align: center;
}

.schedule-section-1x .special-offer .offer-sticker .offer-content {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 7px;
  background: #00aeef;
}

.schedule-section-1x .special-offer .offer-sticker .offer-content strong {
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  padding-top: 13px;
  text-align: center;
  border: 1px dashed #fff;
}

.schedule-section-1x .special-offer .offer-sticker .offer-content strong b {
  font-size: 35px;
  font-weight: 600;
}

.schedule-section-1x .special-offer .offer-sticker .offer-content strong b sup {
  font-size: 14px;
  font-weight: 600;
}

.schedule-section-1x .special-offer .offer-sticker .offer-content strong span {
  font-weight: 600;
  background: transparent;
}

.schedule-section-1x .special-offer .price {
  padding-top: 35px;
}

.schedule-section-1x .special-offer .price del {
  font-size: 15px;
  margin-right: 5px;
}

.schedule-section-1x .special-offer .price span {
  font-size: 25px;
  font-weight: 500;
  color: #00aeef;
}

.schedule-section-1x .special-offer .countdown-timer {
  text-align: center;
  font-weight: 500;
  margin-top: 30px;
}

.schedule-section-1x .special-offer .countdown-timer .countdown-single {
  display: inline-block;
  color: #00aeef;
  padding-top: 15px;
}

.schedule-section-1x .special-offer .countdown-timer .countdown-single span {
  background: #2f475f;
  padding: 8px 12px;
}

.schedule-section-1x .special-offer .countdown-timer .countdown-single:last-child {
  margin-right: 0;
}

.schedule-section-1x .special-offer .countdown-timer p {
  margin-top: 15px;
  color: #ddd;
}

.schedule-section-1x .appoinment {
  background: #00aeef;
  padding: 40px 60px 25px 60px;
}

.schedule-section-1x .appoinment h3 {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.schedule-section-1x .appoinment .single-input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 4px;
  /* Removes the spin button */
  /* Always display the drop down caret */
}

.schedule-section-1x .appoinment .single-input i {
  color: #fff;
  margin-right: 15px;
  margin-top: 6px;
}

.schedule-section-1x .appoinment .single-input input.form-control {
  height: 30px;
  border: 0;
  background: #00aeef;
  color: #fff;
  border-bottom: 1px dashed #fff;
}

.schedule-section-1x .appoinment .single-input input::-webkit-input-placeholder {
  color: #fff !important;
}

.schedule-section-1x .appoinment .single-input input:-ms-input-placeholder {
  color: #fff !important;
}

.schedule-section-1x .appoinment .single-input input::-ms-input-placeholder {
  color: #fff !important;
}

.schedule-section-1x .appoinment .single-input input::placeholder {
  color: #fff !important;
}

.schedule-section-1x .appoinment .single-input input[type="date"] {
  width: 163px;
  background: url("../images/down-arrow.png") 93% 50% no-repeat;
}

.schedule-section-1x .appoinment .single-input input[type="number"]::-webkit-inner-spin-button,
.schedule-section-1x .appoinment .single-input input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

.schedule-section-1x .appoinment .single-input input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.schedule-section-1x .appoinment a.btn-appoinment {
  background: #2c3e50;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 7px 12px;
  border: 0;
  border-radius: 2px;
  margin-left: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.schedule-section-1x .appoinment a.btn-appoinment:hover {
  color: #00aeef;
}

/************************************************
            About Section
*************************************************/
.about-section-1x {
  padding: 120px 0;
}

.about-section-1x .about-section-left {
  position: relative;
  padding-top: 70px;
}

.about-section-1x .about-section-left img {
  -o-object-fit: cover;
     object-fit: cover;
}

.about-section-1x .about-section-left .image-title {
  position: absolute;
  text-align: center;
  background: #2c3e50;
  padding: 20px 0;
  width: 100%;
}

.about-section-1x .about-section-left .image-title h3 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}

.about-section-1x .about-section-right {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 174, 239, 0.9)), to(rgba(0, 174, 239, 0.9))), url(../images/about-right.png);
  background: linear-gradient(rgba(0, 174, 239, 0.9), rgba(0, 174, 239, 0.9)), url(../images/about-right.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: none;
  height: 375px;
  margin-top: 70px;
}

.about-section-1x .about-section-right .about-history {
  text-align: center;
  color: #fff;
  padding: 52px 25px;
}

.about-section-1x .about-section-right .about-history i {
  font-size: 60px;
}

.about-section-1x .about-section-right .about-history h3 {
  padding-top: 25px;
  padding-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
}

.about-section-1x .about-section-right .about-history a {
  padding-top: 35px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: block;
}

.about-section-1x .border-right {
  border-right: 1px solid #fff;
}

/************************************************
            Service Section
*************************************************/
.service-section-1x {
  padding: 120px 0 90px 0;
  background: #f9f9f9;
}

.service-section-1x .single-service {
  background: #fff;
  text-align: center;
  padding: 40px 0;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);
          box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-section-1x .single-service i {
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 25px;
  color: #00aeef;
}

.service-section-1x .single-service h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
}

.service-section-1x .single-service:hover {
  background: #00aeef;
}

.service-section-1x .single-service:hover i,
.service-section-1x .single-service:hover h3 {
  color: #fff;
}

.service-section-1x .green i {
  color: #7fc540;
}

.service-section-1x .violet i {
  color: #6e80fe;
}

.service-section-1x .pink i {
  color: #f26c4f;
}

.service-section-1x .blue i {
  color: #00aeef;
}

.service-section-1x .orange i {
  color: #ffb606;
}

.service-section-1x .pearl i {
  color: #8781bd;
}

.service-section-1x .yellow i {
  color: #cece50;
}

.service-section-1x .purple i {
  color: #ce5077;
}

/************************************************
            Department section 
*************************************************/
.department-section-1x {
  padding: 120px 0;
}

.department-section-1x .department-left h2 {
  font-size: 30px;
  font-weight: 600;
  color: #333333;
  line-height: 40px;
  padding-bottom: 20px;
}

.department-section-1x .department-left ul {
  margin: 30px 0;
  padding: 0;
}

.department-section-1x .department-left ul li {
  list-style: none;
  line-height: 45px;
}

.department-section-1x .department-left ul li i {
  color: #00aeef;
  padding-right: 15px;
}

.department-section-1x .department-right .single-department {
  padding: 30px 0px;
  text-align: center;
  border: 1px solid #eee;
  margin-bottom: 30px;
  border-radius: 2px;
}

.department-section-1x .department-right .single-department img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100px;
  margin-bottom: 20px;
}

.department-section-1x .department-right .single-department h3 {
  font-size: 25px;
  font-weight: 500;
  color: #333333;
}

/************************************************
            Counter 
*************************************************/
.counter-section-1x {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 174, 239, 0.85)), to(rgba(0, 174, 239, 0.85))), url(../images/counter-bg.png);
  background: linear-gradient(rgba(0, 174, 239, 0.85), rgba(0, 174, 239, 0.85)), url(../images/counter-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: none;
  padding: 100px 0;
}

.counter-section-1x .single-counter {
  color: #fff;
  text-align: center;
  padding: 60px 0;
  border: 1px dashed #fff;
}

.counter-section-1x .single-counter i {
  font-size: 50px;
  font-weight: 700;
}

.counter-section-1x .single-counter span {
  display: block;
  font-size: 60px;
  margin: 40px 0;
}

.counter-section-1x .single-counter h6 {
  font-size: 25px;
  font-weight: 500;
}

/************************************************
            Doctors slider 
*************************************************/
.doctors-section-1x {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 249, 249, 0.5)), to(rgba(249, 249, 249, 0.5))), url(../images/doctors-bg.png);
  background: linear-gradient(rgba(249, 249, 249, 0.5), rgba(249, 249, 249, 0.5)), url(../images/doctors-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0 90px 0;
}

.doctors-section-1x .single-doctor {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.doctors-section-1x .single-doctor .hvrbox {
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);
          box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);
}

.doctors-section-1x .single-doctor img {
  height: 320px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.doctors-section-1x .single-doctor .doctor-details {
  position: absolute;
  width: 100%;
  padding: 13px 0 13px 30px;
  margin-top: -8px;
  bottom: -1px;
  background: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.doctors-section-1x .single-doctor .doctor-details a {
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  margin-top: 10px;
  display: block;
}

.doctors-section-1x .single-doctor:hover .doctor-details {
  background: #2c3e50;
  color: #fff;
}

.doctors-section-1x .single-doctor:hover .doctor-details a {
  color: #fff;
}

/************************************************
            image hover style
*************************************************/
.single-gallery .hvrbox .hvrbox-layer_top,
.single-doctor .hvrbox .hvrbox-layer_top {
  opacity: 0;
  /* if 0 then hover after text showing */
  background: rgba(0, 174, 239, 0.85);
}

.single-gallery .hvrbox:hover .hvrbox-layer_top,
.single-gallery .hvrbox.active .hvrbox-layer_top,
.single-doctor .hvrbox:hover .hvrbox-layer_top,
.single-doctor .hvrbox.active .hvrbox-layer_top {
  opacity: 1;
}

.single-gallery .hvrbox-text,
.single-doctor .hvrbox-text {
  text-align: center;
  display: inline-block;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-gallery .hvrbox-text ul,
.single-doctor .hvrbox-text ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
}

.single-gallery .hvrbox-text ul li,
.single-doctor .hvrbox-text ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.single-gallery .hvrbox-text ul li a i,
.single-doctor .hvrbox-text ul li a i {
  font-size: 20px;
  color: #fff;
  height: 45px;
  width: 45px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding-top: 11px;
}

/************************************************
           Gallery Section
*************************************************/
.gallery-section-1x {
  padding: 120px 0;
}

.gallery-section-1x .single-gallery {
  border: 1px solid #fff;
  margin-bottom: -8px;
}

.gallery-section-1x .single-gallery .hvrbox-text h3 {
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 10px;
  text-align: center;
}

/************************************************
           Testimonial Section
*************************************************/
.testimonial-section-1x {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 174, 239, 0.9)), to(rgba(0, 174, 239, 0.9))), url(../images/testimonial-bg.png);
  background: linear-gradient(rgba(0, 174, 239, 0.9), rgba(0, 174, 239, 0.9)), url(../images/testimonial-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 120px 0;
  height: 721px;
}

.slick-slider {
  height: 170px;
}

.slick-slide img {
  display: block;
  border-radius: 50%;
  height: 125px;
  width: 125px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slick-slide img .slider-content {
  visibility: hidden;
}

.slider-content {
  padding: 0 150px;
  text-align: center;
  color: #fff;
}

.slider-content i {
  font-size: 30px;
  margin: 30px 0 15px 0;
}

.slider-content p {
  font-size: 20px;
  line-height: 30px;
}

.slider-content h3 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
}

.slider-content h4 {
  font-size: 16px;
  margin-top: 15px;
}

.slick-current img {
  height: 150px;
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slick-current .slider-content {
  visibility: visible;
}

ul.slick-dots {
  list-style: none;
  text-align: center;
  padding: 0;
  width: 100%;
  margin: 50px 0 0 0;
}

ul.slick-dots li {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

ul.slick-dots li button {
  border: 1px solid #fff;
  border-radius: 50%;
  background: #00aeef;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

ul.slick-dots li.slick-active button {
  background: #fff;
}

/************************************************
           Blog Section
*************************************************/
.blog-section-1x {
  padding: 120px 0 90px 0;
}

.blog-section-1x .single-blog {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);
          box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);
}

.blog-section-1x .single-blog img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-section-1x .single-blog .blog-content {
  padding: 30px;
}

.blog-section-1x .single-blog .blog-content a {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-section-1x .single-blog .blog-content a:hover {
  color: #00aeef;
}

.blog-section-1x .single-blog .blog-content span {
  font-size: 15px;
  font-weight: 300;
}

.blog-section-1x .single-blog .blog-content span i {
  color: #9f9f9f;
  margin-right: 5px;
}

.blog-section-1x .single-blog .blog-content p {
  margin: 15px 0 0 0;
}

.blog-section-1x .single-blog .blog-content a.read-more {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: #00aeef;
  margin-top: 20px;
  margin-bottom: 0;
}

/************************************************
           Footer Section
*************************************************/
.footer-section-1x {
  background: #25272e;
}

.footer-section-1x .footer-top {
  padding: 120px 0;
}

.footer-section-1x .footer-top .footer-top-left .single-link h3 {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}

.footer-section-1x .footer-top .footer-top-left .single-link h3:before {
  position: absolute;
  content: "";
  width: 55px;
  border-bottom: 3px solid #00aeef;
  top: 35px;
  left: 0;
}

.footer-section-1x .footer-top .footer-top-left .single-link ul {
  margin: 40px 0 0 0;
  padding: 0;
}

.footer-section-1x .footer-top .footer-top-left .single-link ul li {
  list-style: none;
  line-height: 30px;
}

.footer-section-1x .footer-top .footer-top-left .single-link ul li a {
  color: #e0e0e0;
}

.footer-section-1x .footer-top .footer-top-left .single-link ul li a:hover {
  color: #00aeef;
}

.footer-section-1x .footer-top .footer-top-left .footer-social-link {
  margin-top: 30px;
}

.footer-section-1x .footer-top .footer-top-left .footer-social-link h3 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}

.footer-section-1x .footer-top .footer-top-left .footer-social-link ul {
  margin: 30px 0 0 0;
  padding: 0;
}

.footer-section-1x .footer-top .footer-top-left .footer-social-link ul li {
  display: inline-block;
  list-style: none;
  background: #202126;
}

.footer-section-1x .footer-top .footer-top-left .footer-social-link ul li i {
  height: 40px;
  width: 40px;
  color: #fff;
  padding-top: 11px;
  text-align: center;
}

.footer-section-1x .footer-top .footer-top-left .footer-social-link ul li:hover i {
  color: #00aeef;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-section-1x .footer-top .footer-top-left .footer-subscriber {
  margin-top: 65px;
}

.footer-section-1x .footer-top .footer-top-left .footer-subscriber input.form-control {
  height: 70px;
  padding: 25px;
  background: #202126;
  color: #8f9095;
  border: 1px solid #202126;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  z-index: 0;
}

.footer-section-1x .footer-top .footer-top-left .footer-subscriber button.btn-subscriber {
  width: 90px;
  height: 70px;
  background: #00aeef;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  cursor: pointer;
}

.footer-section-1x .footer-top .footer-top-right img {
  height: auto;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-section-1x .footer-top .footer-top-right ul {
  margin: 30px 0 0 0;
  padding: 0;
}

.footer-section-1x .footer-top .footer-top-right ul li {
  list-style: none;
  color: #e0e0e0;
  padding-bottom: 11px;
}

.footer-section-1x .footer-top .footer-top-right ul li i {
  color: #fff;
  margin-right: 15px;
  margin-top: 7px;
}

.footer-section-1x .footer-top .footer-top-right ul li p {
  line-height: 27px;
  color: #e0e0e0;
}

.footer-section-1x .footer-bottom {
  color: #e0e0e0;
  padding: 50px 0;
  border-top: 1px solid #303239;
}

.footer-section-1x .footer-bottom a {
  color: #e0e0e0;
}

.footer-section-1x .footer-bottom a:hover {
  color: #00aeef;
}

.footer-section-1x .footer-bottom ul {
  margin: 0;
  padding: 0;
}

.footer-section-1x .footer-bottom ul li {
  list-style: none;
  display: inline-block;
  margin-left: 30px;
}

.footer-section-1x .footer-bottom ul li a {
  color: #e0e0e0;
}

.footer-section-1x .footer-bottom ul li a:hover {
  color: #00aeef;
}

/************************************************
           Back to Top
*************************************************/
.backtotop {
  position: relative;
  background: #00aeef;
  font-size: 16px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 7px 12px;
  color: #fff;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.backtotop:hover {
  background: #2c3e50;
}

/************************************************
           About Us Page
*************************************************/
/****Banner Top****/
.page-banner .overlay-text {
  position: relative;
  margin-top: 8.5%;
  left: 0;
}

.page-banner .hvrbox img {
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-banner .hvrbox .hvrbox-layer_top {
  background: rgba(0, 0, 0, 0.6);
}

.page-banner .overlay-text h3 {
  font-size: 35px;
  color: #fff;
  font-weight: 700;
}

.page-banner ol.breadcrumb {
  background: transparent;
  color: #fff;
  padding: 10px 0 0 0;
  margin: 0;
}

.page-banner ol.breadcrumb li a {
  color: #fff;
}

.page-banner ol.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #fff;
  content: "/";
}

.page-banner ol.breadcrumb li.active {
  color: #fff;
}

.banner-under-menu {
  margin-top: -30px;
}

.banner-under-menu .featured-sticker {
  top: -30px;
}

/**** About-section 2x ****/
.about-section-2x {
  padding: 120px 0;
}

.about-section-2x .right-section img {
  height: auto;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-section-2x .left-section h2 {
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 20px;
}

.about-section-2x .left-section h2 span {
  color: #00aeef;
}

.about-section-2x .left-section h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 20px;
}

.about-section-2x .left-section p {
  margin-bottom: 10px;
}

.about-section-2x .left-section .btn-small {
  margin: 30px 20px 0 0;
}

.about-section-2x .left-section .btn-bordered {
  margin: 30px 0 0 0;
}

.about-section-2x .counter-section-2x {
  margin-top: 30px;
  padding-left: 35px;
}

.about-section-2x .counter-section-2x .single-counter {
  display: block;
  text-align: left;
}

.about-section-2x .counter-section-2x .single-counter strong {
  display: block;
  font-weight: 400;
  font-size: 25px;
  color: #00aeef;
  margin-bottom: 15px;
}

.about-section-2x .counter-section-2x .single-counter i {
  font-size: 30px;
  color: #00aeef;
}

/**** Service section 2x ****/
.service-section-2x {
  padding: 120px 0 40px 0;
  background: #f9f9f9;
}

.service-section-2x .single-service {
  padding: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 15px 0 rgba(46, 61, 73, 0.03);
          box-shadow: 0 0 15px 0 rgba(46, 61, 73, 0.03);
}

.service-section-2x .single-service i {
  font-size: 27px;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-section-2x .single-service h3 {
  font-size: 27px;
  font-weight: 500;
  color: #333333;
  margin: 25px 0 30px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-section-2x .single-service:hover i,
.service-section-2x .single-service:hover h3 {
  color: #00aeef;
}

/**** image Descripton Image ****/
.no-padding-right {
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0;
}

.negative-margin-right {
  margin-right: -100px !important;
}

.negative-margin-left {
  margin-left: -100px !important;
}

.image-description-1x {
  padding: 120px 0 70px 0;
}

.image-description-1x .description-left {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 174, 239, 0.9)), to(rgba(0, 174, 239, 0.9)));
  background: linear-gradient(rgba(0, 174, 239, 0.9), rgba(0, 174, 239, 0.9));
  padding: 40px 40px 35px 40px;
  margin: 45px 0;
  color: #fff;
  z-index: 1;
  position: absolute;
}

.image-description-1x .description-left h2 {
  font-size: 30px;
  font-weight: 700;
}

.image-description-1x .description-left h5 {
  margin-bottom: 30px;
}

.image-description-1x .description-left p {
  margin-bottom: 15px;
}

.image-description-1x .violet {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(110, 128, 254, 0.9)), to(rgba(110, 128, 254, 0.9)));
  background: linear-gradient(rgba(110, 128, 254, 0.9), rgba(110, 128, 254, 0.9));
}

.image-description-1x .pink {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 146, 139, 0.9)), to(rgba(251, 146, 139, 0.9)));
  background: linear-gradient(rgba(251, 146, 139, 0.9), rgba(251, 146, 139, 0.9));
}

.image-description-1x .descriptive-image img {
  position: relative;
  height: 100%;
  margin: auto;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 45px;
}

.image-description {
  padding: 120px 0 70px 0;
}

.image-description .description-left {
  text-align: justify;
  padding: 40px 40px 35px 40px;
  margin: 45px 0;
  color: #fff;
  z-index: 1;
}

.image-description .description-left h2 {
  font-size: 30px;
  font-weight: 700;
}

.image-description .description-left h5 {
  margin-bottom: 30px;
}

.image-description .description-left p {
  margin-bottom: 15px;
}

.image-description .descriptive-image img {
  height: 100%;
  margin: auto;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 45px;
}

/************************************************
           Service Page
*************************************************/
/**** Service section 3x ****/
.service-section-3x {
  padding: 120px 0 90px 0;
}

.service-section-3x .title-left h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333333;
  text-transform: capitalize;
}

.service-section-3x .single-service {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);
          box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);
}

.service-section-3x .single-service img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-section-3x .single-service .single-service-content {
  padding: 30px;
}

.service-section-3x .single-service .single-service-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.service-section-3x .single-service .single-service-content a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-top: 20px;
  text-transform: capitalize;
}

.service-section-3x .single-service .single-service-content:hover h3,
.service-section-3x .single-service .single-service-content:hover a {
  color: #00aeef;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/************************************************
           Doctors Grid Gallery Page
*************************************************/
.doctors-title-left h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333333;
  text-transform: capitalize;
}

/**** Doctor Social link ****/
.social-link ul {
  margin: 0;
  padding: 0;
}

.social-link ul li {
  list-style: none;
  display: inline-block;
  margin-left: 25px;
}

.social-link ul li:first-child {
  margin-left: 0;
}

.social-link ul .facebook i {
  color: #3b5998;
}

.social-link ul .pinterest i {
  color: #c92228;
}

.social-link ul .instagram i {
  color: #fb3958;
}

.social-link ul .twitter i {
  color: #3cbee3;
}

.social-link ul .google-plus i {
  color: #e13928;
}

/**** doctors gallery 2x ****/
.doctors-section-2x {
  padding: 120px 0 75px 0;
}

.doctors-section-2x .doctors-header {
  margin-bottom: 50px;
}

.doctors-section-2x .doctors-header .doctors-search-bar-right select {
  height: 50px;
  color: #616161;
  padding: 0 15px;
  border-radius: 0;
  border-color: #f2f0f0 !important;
  margin-top: 1px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.doctors-section-2x .doctors-header .doctors-search-bar-right .styleSelect {
  overflow: hidden;
  background: url("../images/down-arrow-3.png") no-repeat 93% #fff;
}

.doctors-section-2x .single-doctor {
  -webkit-box-shadow: 0 10px 75px 0 rgba(46, 61, 73, 0.07);
          box-shadow: 0 10px 75px 0 rgba(46, 61, 73, 0.07);
  margin-bottom: 30px;
}

.doctors-section-2x .single-doctor img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.doctors-section-2x .single-doctor .doctors-description {
  padding: 20px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.doctors-section-2x .single-doctor .doctors-description .media .doctors-title a {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.doctors-section-2x .single-doctor .doctors-description .media .doctors-title a:hover {
  color: #00aeef;
}

.doctors-section-2x .single-doctor .doctors-description .media .doctors-title h4 {
  font-size: 15px;
}

.doctors-section-2x .single-doctor .doctors-description .media .media-body .social-link ul {
  float: right;
  margin: 30px 0 0 0;
}

/************************************************
           Doctors masonary portfolio 
*************************************************/
.tile {
  display: none;
}

.tile img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#doctor-portfolio {
  margin: 1rem 0;
  clear: both;
}

/************************************************
           Single Doctor Page
*************************************************/
/***** Doctors schedule section *****/
.schedule-section-2x {
  padding: 120px 0;
  background: #f9f9f9;
}

.schedule-section-2x .doctors-schedule-tab ul.schedule-nav {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.schedule-section-2x .doctors-schedule-tab ul.schedule-nav .nav-link {
  background-color: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  padding: 15px 50px;
  border-radius: 1px;
  border: 1px solid #fff;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  text-transform: capitalize;
}

.schedule-section-2x .doctors-schedule-tab ul.schedule-nav .active {
  background-color: #00aeef;
  color: #fff;
}

.schedule-section-2x .doctors-schedule-tab .schedule-tab {
  margin-top: 30px;
}

.schedule-section-2x .doctors-schedule-tab .schedule-tab .single-schedule {
  padding: 30px;
  text-align: center;
  -webkit-box-shadow: 0 10px 75px 0 rgba(46, 61, 73, 0.07);
          box-shadow: 0 10px 75px 0 rgba(46, 61, 73, 0.07);
}

.schedule-section-2x .doctors-schedule-tab .schedule-tab .single-schedule .single-schedule-top h3 {
  font-size: 20px;
  font-weight: 600;
  color: #00aeef;
  margin-bottom: 10px;
}

.schedule-section-2x .doctors-schedule-tab .schedule-tab .single-schedule .single-schedule-top h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

.schedule-section-2x .doctors-schedule-tab .schedule-tab .single-schedule .single-schedule-bottom {
  padding: 25px 0 0 0;
  border-top: 1px solid #eee;
}

.schedule-section-2x .doctors-schedule-tab .schedule-tab .single-schedule .single-schedule-bottom p {
  font-weight: 500;
  margin-bottom: 15px;
}

.schedule-section-2x .doctors-schedule-tab .schedule-tab a.btn-round {
  display: block;
  text-align: center;
  margin-top: -20px;
}

.schedule-section-2x .doctors-schedule-tab .schedule-tab a.btn-round i {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #00aeef;
  color: #fff;
  padding-top: 11px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.schedule-section-2x .doctors-schedule-tab .schedule-tab a.btn-round:hover i {
  background: #2c3e50;
}

.schedule-section-2x .doctors-schedule-tab .schedule-tab .no-schedule {
  padding: 30px 0;
  text-align: center;
  border: 1px solid #eee;
}

.schedule-section-2x .doctors-schedule-tab .schedule-tab .no-schedule h3 {
  font-size: 20px;
  font-weight: 500;
  color: #00aeef;
  margin-bottom: 10px;
}

/***** Single Doctors details  *****/
.single-doctor-details-1x {
  padding: 120px 0 0 0;
}

.single-doctor-details-1x .doctors-details-title h3 {
  font-size: 25px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 30px;
}

.single-doctor-details-1x .doctor-details-left .doctors-image img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-doctor-details-1x .doctor-details-left .doctors-image .social-link {
  background: #f9f9f9;
  text-align: center;
  padding: 30px 0;
}

.single-doctor-details-1x .doctor-details-left .doctors-education {
  padding: 75px 0;
}

.single-doctor-details-1x .doctor-details-left .doctors-education ul {
  padding: 0;
  margin: 30px 0 0 0;
}

.single-doctor-details-1x .doctor-details-left .doctors-education ul li {
  list-style: none;
}

.single-doctor-details-1x .doctor-details-left .doctors-education ul li .single-education {
  padding-bottom: 40px;
}

.single-doctor-details-1x .doctor-details-left .doctors-education ul li .single-education h4 {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}

.single-doctor-details-1x .doctor-details-left .doctors-education ul li .single-education h5 {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin: 12px 0 15px 0;
}

.single-doctor-details-1x .doctor-details-left .doctors-education ul li .single-education h6 {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}

.single-doctor-details-1x .doctor-details-right .personal-info h3 {
  font-size: 25px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
}

.single-doctor-details-1x .doctor-details-right .personal-info h4 {
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.single-doctor-details-1x .doctor-details-right .biography {
  padding: 20px 0 0 0;
}

.single-doctor-details-1x .doctor-details-right .biography h3 {
  font-size: 17px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 25px;
}

.single-doctor-details-1x .doctor-details-right .biography p {
  margin-bottom: 10px;
}

.single-doctor-details-1x .doctor-details-right .contact {
  padding: 20px 0 0 0;
}

.single-doctor-details-1x .doctor-details-right .contact h3 {
  font-size: 17px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 25px;
}

.single-doctor-details-1x .doctor-details-right .contact i {
  margin: 0 20px 20px 0;
  color: #9f9f9f;
}

.single-doctor-details-1x .doctor-details-right .contact a.btn-small {
  margin-top: 30px;
}

.single-doctor-details-1x .doctor-details-right .award-prize {
  padding: 75px 0 0 0;
}

.single-doctor-details-1x .doctor-details-right .award-prize .single-award {
  margin-top: 30px;
}

.single-doctor-details-1x .doctor-details-right .award-prize .single-award h4 {
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}

.single-doctor-details-1x .doctor-details-right .award-prize .single-award h5 {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 15px;
}

.single-doctor-details-1x .doctor-details-right .award-prize .single-award h6 {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

/************************************************
           Blog Page
*************************************************/
.blog-list-1x {
  padding: 120px 0;
}

.blog-list-1x .blog-list-left .single-blog {
  margin-bottom: 65px;
  border-bottom: 1px solid #eee;
}

.blog-list-1x .blog-list-left .single-blog .img {
  height: auto;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-list-1x .blog-list-left .single-blog .blog-header ul {
  margin: 30px 0;
  padding: 0;
}

.blog-list-1x .blog-list-left .single-blog .blog-header ul li {
  display: inline-block;
  list-style: none;
  font-size: 15px;
  margin-right: 10px;
}

.blog-list-1x .blog-list-left .single-blog .blog-header ul li i {
  color: #9f9f9f;
  margin-right: 5px;
}

.blog-list-1x .blog-list-left .single-blog .blog-header ul li:last-child {
  float: right;
  margin-right: 0;
}

.blog-list-1x .blog-list-left .single-blog a.blog-title {
  display: block;
  font-size: 25px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 25px;
  @transition-time (0.3s);
}

.blog-list-1x .blog-list-left .single-blog a.blog-title:hover {
  color: #00aeef;
}

.blog-list-1x .blog-list-left .single-blog .blog-footer {
  margin: 40px 0 30px 0;
}

.blog-list-1x .blog-list-left .single-blog .blog-footer .footer-read-more a.blog-read-more {
  font-size: 14px;
  font-weight: 600;
  color: #00aeef;
  text-transform: capitalize;
  @transition-time (0.3s);
}

.blog-list-1x .blog-list-left .single-blog .blog-footer .social-link {
  text-align: right;
}

.blog-list-1x .blog-list-left .blog-pagination {
  text-align: center;
}

.blog-list-1x .blog-list-left .blog-pagination nav ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
}

.blog-list-1x .blog-list-left .blog-pagination nav ul .page-link {
  color: #616161;
}

.blog-list-1x .blog-list-left .blog-pagination nav ul .page-item.active .page-link {
  background-color: #00aeef;
  color: #fff;
  border-color: #00aeef;
  border-radius: 0;
}

.blog-list-1x .blog-list-left .blog-pagination nav ul .page-item:last-child .page-link {
  border-radius: 0;
}

.blog-list-1x .blog-list-right .blog-search {
  background: #f9f9f9;
  padding: 50px;
  margin-bottom: 30px;
}

.blog-list-1x .blog-list-right .blog-search input[type="text"] {
  background: transparent;
  height: 45px;
  border: 1px solid #eeeff1;
  border-radius: 22px;
  padding-left: 30px;
}

.blog-list-1x .blog-list-right .blog-search .btn-search {
  background: #00aeef;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  border: 0;
  outline: none;
  margin: 3px 0 0 -42px;
}

.blog-list-1x .blog-list-right .blog-search .btn-search img {
  margin-top: -3px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-list-1x .blog-list-right .recent-popular-post {
  background: #f9f9f9;
  padding: 0 30px;
}

.blog-list-1x .blog-list-right .recent-popular-post ul.recent-popular-nav {
  margin: 0;
  padding: 30px 0;
  border-bottom: 0;
}

.blog-list-1x .blog-list-right .recent-popular-post ul.recent-popular-nav li {
  padding: 0;
}

.blog-list-1x .blog-list-right .recent-popular-post ul.recent-popular-nav li .nav-link {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  padding: 0;
  border: 0;
}

.blog-list-1x .blog-list-right .recent-popular-post ul.recent-popular-nav li .active {
  background-color: transparent;
  color: #00aeef;
  border: 0;
}

.blog-list-1x .blog-list-right .recent-popular-post .recent-popular-tab {
  border-top: 1px solid #eee;
  padding-bottom: 30px;
}

.blog-list-1x .blog-list-right .recent-popular-post .recent-popular-tab .recent-post .media {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}

.blog-list-1x .blog-list-right .recent-popular-post .recent-popular-tab .recent-post .media img {
  height: 90px;
  width: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 30px;
}

.blog-list-1x .blog-list-right .recent-popular-post .recent-popular-tab .recent-post .media a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-list-1x .blog-list-right .recent-popular-post .recent-popular-tab .recent-post .media a:hover {
  color: #00aeef;
}

.blog-list-1x .blog-list-right .recent-popular-post .recent-popular-tab .recent-post .media p {
  font-size: 15px;
  font-weight: 300;
}

.blog-list-1x .blog-list-right h2 {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.blog-list-1x .blog-list-right .category-link {
  margin-top: 30px;
  padding: 30px;
  background: #f9f9f9;
}

.blog-list-1x .blog-list-right .category-link ul {
  margin: 0;
  padding: 0;
}

.blog-list-1x .blog-list-right .category-link ul li {
  list-style: none;
  padding-bottom: 20px;
}

.blog-list-1x .blog-list-right .category-link ul li span {
  float: right;
}

.blog-list-1x .blog-list-right .tag-link {
  margin-top: 30px;
  padding: 30px;
  background: #f9f9f9;
}

.blog-list-1x .blog-list-right .tag-link a {
  display: inline-block;
  padding: 5px 28px;
  background: #fff;
  border-radius: 30px;
  margin: 0 10px 15px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-list-1x .blog-list-right .tag-link a:hover {
  background: #00aeef;
  color: #fff;
}

.blog-list-1x .blog-list-right .blog-subscriber {
  margin-top: 30px;
  padding: 30px;
  background: #f9f9f9;
}

.blog-list-1x .blog-list-right .blog-subscriber p {
  padding-bottom: 20px;
}

.blog-list-1x .blog-list-right .blog-subscriber input[type="text"] {
  background: transparent;
  height: 45px;
  border: 1px solid #eeeff1;
  border-bottom-left-radius: 22px;
  border-top-left-radius: 22px;
  padding-left: 30px;
}

.blog-list-1x .blog-list-right .blog-subscriber .btn-search {
  background: #00aeef;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 11px 18px;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #00aeef;
}

.blog-list-1x .blog-list-right .twitter-feed {
  margin-top: 30px;
  padding: 30px;
  background: #f9f9f9;
}

.blog-list-1x .blog-list-right .twitter-feed ul {
  margin: 0;
  padding: 0;
}

.blog-list-1x .blog-list-right .twitter-feed ul li {
  list-style: none;
  font-size: 15px;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.blog-list-1x .blog-list-right .twitter-feed ul li i {
  color: #9f9f9f;
  margin-right: 15px;
}

.blog-list-1x .blog-list-right .twitter-feed ul li a {
  color: #00aeef;
}

.blog-list-1x .blog-list-right .twitter-feed ul li span {
  display: block;
}

.blog-list-1x .blog-list-right .twitter-feed ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

/************************************************
           404 Page
*************************************************/
.error-page-1x {
  padding: 120px 0;
}

.error-page-1x .error-page-details {
  text-align: center;
}

.error-page-1x .error-page-details img {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.error-page-1x .error-page-details h3 {
  font-size: 25px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 20px;
}

.error-page-1x .error-page-details h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 50px;
}

/************************************************
           Contact Us Page
*************************************************/
#map {
  overflow: hidden;
  width: 100%;
  height: 250px;
  margin-top: 30px;
}

.contact-page-1x {
  padding: 120px 0;
}

.contact-page-1x h2 {
  font-size: 25px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 50px;
}

.contact-page-1x .contact-form {
  padding: 50px;
  -webkit-box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);
          box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);
}

.contact-page-1x .contact-form .single-input {
  margin-bottom: 4px;
  /* Removes the spin button */
  /* Always display the drop down caret */
}

.contact-page-1x .contact-form .single-input i {
  color: #00aeef;
  margin-right: 15px;
  margin-top: 6px;
}

.contact-page-1x .contact-form .single-input textarea.form-control,
.contact-page-1x .contact-form .single-input input.form-control {
  height: 30px;
  border: 0;
  color: #333333;
  margin: -20px 0 50px 0;
  padding: 0 0 15px 30px;
  border-bottom: 1px dashed #868585;
}

.contact-page-1x .contact-form .single-input textarea.form-control {
  height: auto;
}

.contact-page-1x .contact-form .single-input input[type="time"],
.contact-page-1x .contact-form .single-input input[type="date"] {
  background: url("../images/down-arrow-2.png") 100% 50% no-repeat;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  color: #616161;
}

.contact-page-1x .contact-form .single-input input[type="number"]::-webkit-inner-spin-button,
.contact-page-1x .contact-form .single-input input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

.contact-page-1x .contact-form .single-input input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.contact-page-1x .contact-form .single-input select {
  border: 0;
  border-bottom: 1px dashed #616161;
  background: transparent;
}

.contact-page-1x .contact-form a.btn-small, .contact-page-1x .contact-form button.btn-small {
  padding: 12px 36px;
  font-weight: 600;
  font-size: 14px;
}

.contact-page-1x .contact-form a.btn-small i, .contact-page-1x .contact-form button.btn-small i {
  margin-left: 7px;
}

.contact-page-1x .contact-address {
  background: #f9f9f9;
  padding: 50px;
}

.contact-page-1x .contact-address ul {
  margin: 30px 0 0 0;
  padding: 0;
}

.contact-page-1x .contact-address ul li {
  list-style: none;
  margin-bottom: 10px;
}

.contact-page-1x .contact-address ul li i {
  color: #00aeef;
  margin-right: 15px;
  margin-top: 8px;
}

.contact-page-1x .contact-address ul li .media {
  line-height: 27px;
}

/************************************************
           Pricing Page
*************************************************/
.pricing-plan-1x {
  padding: 120px 0 90px 0;
}

.pricing-plan-1x .single-pricing {
  position: relative;
  text-align: center !important;
  -webkit-box-shadow: 0 10px 75px 0 rgba(46, 61, 73, 0.07);
          box-shadow: 0 10px 75px 0 rgba(46, 61, 73, 0.07);
  margin: 70px 0 30px 0;
}

.pricing-plan-1x .single-pricing img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pricing-plan-1x .single-pricing .pricing-header {
  margin-top: 0;
  color: #fff;
  position: absolute;
  top: 7%;
  left: 24%;
}

.pricing-plan-1x .single-pricing .pricing-header h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

.pricing-plan-1x .single-pricing .pricing-header h4 {
  font-size: 14px;
}

.pricing-plan-1x .single-pricing .pricing-header span {
  font-size: 40px;
  font-weight: 700;
}

.pricing-plan-1x .single-pricing ul {
  margin: 35px 0 0 0;
  padding: 0 10px 35px 10px;
}

.pricing-plan-1x .single-pricing ul li {
  display: block;
  line-height: 45px;
}

.pricing-plan-1x .single-pricing ul li i {
  color: #00aeef;
  margin-right: 20px;
}

.pricing-plan-1x .single-pricing ul li .fa-times {
  color: #616161;
}

.pricing-plan-1x .single-pricing a.btn-ellips {
  margin: 40px 0 50px 0;
}

.pricing-plan-1x .single-pricing.green {
  border-bottom: 3px solid #00B499;
}

.pricing-plan-1x .single-pricing.active {
  border-bottom: 3px solid #B695C0;
}

.pricing-plan-1x .violet a.btn-ellips {
  background: #6e80fe;
}

.pricing-plan-1x .violet a.btn-ellips:hover {
  background: #2c3e50;
}

.pricing-plan-1x .pink a.btn-ellips {
  background: #fb928c;
}

.pricing-plan-1x .pink a.btn-ellips:hover {
  background: #2c3e50;
}

.pricing-plan-1x .btn-ellips.green {
  background: #00B499;
}

.pricing-plan-1x .btn-ellips.green:hover {
  background: #2c3e50;
}

.pricing-plan-1x .active {
  margin-top: 0;
}

/************************************************
           Blog Single Page
*************************************************/
.blog-details-1x {
  padding: 120px 0 0 0;
}

.blog-single-left-content .blog-single-body img {
  height: auto;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 40px;
}

.blog-single-left-content .blog-single-body p {
  margin-bottom: 25px;
}

.blog-single-left-content .blog-single-body .blog-single-footer {
  margin: 40px 0 0 0;
}

.blog-single-left-content .blog-single-body .blog-single-footer .footer-comment-area ul {
  margin: 0;
  padding: 0;
}

.blog-single-left-content .blog-single-body .blog-single-footer .footer-comment-area ul li {
  display: inline-block;
}

.blog-single-left-content .blog-single-body .blog-single-footer .footer-comment-area ul li a {
  display: block;
  background: #00aeef;
  color: #fff;
  padding: 10px 12px;
  margin-right: 10px;
}

.blog-single-left-content .blog-single-body .blog-single-footer .footer-comment-area ul li a i {
  color: #fff;
  margin-right: 10px;
}

.blog-single-left-content .blog-single-body .blog-single-footer .social-link {
  text-align: right;
}

.blog-single-left-content .blog-author {
  margin: 25px 0 75px 0;
  padding: 30px 20px;
  border: 1px solid #eee;
}

.blog-single-left-content .blog-author .media img {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 20px;
}

.blog-single-left-content .blog-author .media .media-body h5 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}

.blog-single-left-content .blog-author .media .media-body p {
  font-size: 15px;
  margin: 15px 0;
}

.blog-single-left-content .comment-form h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 30px;
}

.blog-single-left-content .comment-form input[type="text"],
.blog-single-left-content .comment-form input[type="email"],
.blog-single-left-content .comment-form textarea {
  margin-bottom: 30px;
}

.blog-single-left-content .comment-section {
  margin: 50px 0 0 0;
}

.blog-single-left-content .comment-section h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 30px;
}

.blog-single-left-content .comment-section .media {
  margin-bottom: 30px;
  padding: 45px 35px;
  border: 1px solid #eee;
}

.blog-single-left-content .comment-section .media img {
  height: 110px;
  width: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 30px;
}

.blog-single-left-content .comment-section .media .media-body p {
  font-size: 15px;
  margin-bottom: 25px;
}

.blog-single-left-content .comment-section .media .media-body h4 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
}

.blog-single-left-content .comment-section .media .media-body h5 {
  font-size: 16px;
  font-weight: 400;
  color: #00aeef;
}

.blog-single-left-content .comment-section .media .media-body h5 span {
  float: right;
}

.blog-single-left-content .comment-section .media .media-body h5 span a {
  color: #00aeef;
}

.blog-single-left-content .comment-section .media .media-body h5 span a i {
  margin-left: 10px;
}

.blog-single-left-content .comment-section .media .media {
  margin: 30px 0;
}

.related-post h3 {
  font-size: 36px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 70px;
}

/************************************************
           Comming Soon Page
*************************************************/
.comming-soon-banner .hvrbox img {
  height: 100vh;
}

.comming-soon-banner .hvrbox .hvrbox-layer_top {
  background: rgba(42, 59, 83, 0.95);
}

.comming-soon-banner .overlay-text {
  position: absolute;
  width: 100%;
  margin-top: 11%;
  top: 30%;
  margin-top: 0;
}

.comming-soon-banner .overlay-text .countdown-timer ul {
  margin: 0;
  padding: 0;
}

.comming-soon-banner .overlay-text .countdown-timer ul li {
  list-style: none;
  display: inline-block;
  font-size: 55px;
  font-weight: 700;
  color: #fff;
  margin-right: 50px;
}

.comming-soon-banner .overlay-text .countdown-timer ul li span {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}

.comming-soon-banner .overlay-text .countdown-timer ul li:nth-child(1) {
  color: #00aeef;
}

.comming-soon-banner .overlay-text .countdown-timer ul li:nth-child(2) {
  color: #02e4b7;
}

.comming-soon-banner .overlay-text .countdown-timer ul li:nth-child(3) {
  color: #fb928b;
}

.comming-soon-banner .overlay-text .countdown-timer ul li:nth-child(4) {
  color: #ffc107;
}

.comming-soon-banner .overlay-text .countdown-timer ul li:last-child {
  margin-right: 0;
}

.comming-soon-banner .overlay-text h3 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin: 100px 0 50px 0;
}

.comming-soon-banner .overlay-text .subscribe-form {
  border-bottom: 1px dashed #fff;
}

.comming-soon-banner .overlay-text .subscribe-form i {
  color: #fff;
  margin-top: 17px;
  margin-bottom: 10px;
}

.comming-soon-banner .overlay-text .subscribe-form .input-group input[type="email"] {
  height: 50px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 17px;
}

.comming-soon-banner .overlay-text .subscribe-form .input-group a.btn-small {
  background: transparent;
  padding: 0;
}

.comming-soon-banner .overlay-text .subscribe-form .input-group a.btn-small:hover i {
  color: #00aeef;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/************************************************
           Appointment Section 2x
*************************************************/
.appointment-button {
  margin-top: -62px;
}

.appointment-button a.btn-small {
  padding: 15px 30px;
  border-radius: 0;
}

.appointment-button a.btn-small i {
  margin-top: 3px;
  margin-left: 3px;
}

.appointment-card {
  padding: 0;
  border: 0;
}

.appointment-section-2x {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 62, 80, 0.9)), to(rgba(44, 62, 80, 0.9))), url(../images/slider-2.png);
  background: linear-gradient(rgba(44, 62, 80, 0.9), rgba(44, 62, 80, 0.9)), url(../images/slider-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}

.appointment-section-2x .single-input {
  margin-bottom: 4px;
  /* Removes the spin button */
  /* Always display the drop down caret */
}

.appointment-section-2x .single-input i {
  color: #fff;
  margin-right: 15px;
  margin-top: 6px;
}

.appointment-section-2x .single-input input.form-control {
  height: 30px;
  border: 0;
  background: transparent;
  color: #fff;
  margin: -20px 0 50px 0;
  padding: 0 0 15px 30px;
  border-bottom: 1px dashed #868585;
}

.appointment-section-2x .single-input input::-webkit-input-placeholder {
  color: #fff !important;
}

.appointment-section-2x .single-input input:-ms-input-placeholder {
  color: #fff !important;
}

.appointment-section-2x .single-input input::-ms-input-placeholder {
  color: #fff !important;
}

.appointment-section-2x .single-input input::placeholder {
  color: #fff !important;
}

.appointment-section-2x .single-input input[type="date"] {
  background: url("../images/down-arrow.png") 100% 50% no-repeat;
}

.appointment-section-2x .single-input input[type="number"]::-webkit-inner-spin-button,
.appointment-section-2x .single-input input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

.appointment-section-2x .single-input input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.appointment-section-2x a.btn-small {
  float: right;
  padding: 15px 36px;
  font-weight: 600;
  font-size: 14px;
}

.appointment-section-2x a.btn-small i {
  margin-right: 7px;
}

/************************************************
           Job Board page
*************************************************/
.job-board-1x {
  padding: 120px 0 90px 0;
}

.job-board-1x .single-job {
  padding: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);
          box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);
}

.job-board-1x .single-job h2 {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.job-board-1x .single-job h2 span {
  float: right;
  font-size: 12px;
  color: #00aeef;
  border: 1px solid #efefef;
  padding: 6px 15px;
  text-transform: capitalize;
}

.job-board-1x .single-job p {
  margin-bottom: 10px;
}

.job-board-1x .single-job p img {
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
}

.job-board-1x .single-job a {
  display: inline-block;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #00aeef;
  padding: 2px 12px;
  border-radius: 3px;
  border: 1px solid #eee;
  text-transform: capitalize;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.job-board-1x .single-job a:hover {
  background: #00aeef;
  color: #fff;
}

.cta-1x {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 174, 239, 0.9)), to(rgba(0, 174, 239, 0.9))), url(../images/slider-2.png);
  background: linear-gradient(rgba(0, 174, 239, 0.9), rgba(0, 174, 239, 0.9)), url(../images/slider-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}

.cta-1x .cta-left {
  color: #fff;
}

.cta-1x .cta-left h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cta-1x .cta-right a.medical-btn-larg {
  float: right;
  margin-top: 30px;
}

.cta-1x .cta-right a.medical-btn-larg:hover {
  background: #fff;
  color: #00aeef;
}

/************************************************
           Job Single page
*************************************************/
.job-single-1x {
  padding: 120px 0 0 0;
}

.job-single-1x .job-features {
  padding: 0 40px;
  border: 1px solid #f6f7f9;
}

.job-single-1x .job-features img {
  display: inline-block;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 40px 15px 40px 0;
}

.job-single-1x .job-features hr {
  margin: 0;
  background-color: #f6f7f9;
}

.job-single-1x h3 {
  font-size: 25px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 25px;
}

.job-single-1x .job-single-content {
  margin-top: 50px;
  padding: 40px;
  border: 1px solid #f6f7f9;
}

.job-single-1x .job-single-content .job-requirements {
  padding-top: 50px;
}

.job-single-1x .job-single-content .job-requirements ul {
  margin: 25px 0 0 20px;
  padding: 0;
}

.job-single-1x .job-single-content .job-requirements ul li {
  line-height: 35px;
}

.job-single-1x .job-single-content .job-skils {
  padding-top: 50px;
}

.job-single-1x .job-single-content .job-skils ul {
  margin: 25px 0;
  padding: 0;
}

.job-single-1x .job-single-content .job-skils ul li {
  display: inline-block;
  list-style: none;
  margin-right: 15px;
  font-size: 15px;
  background: #f5f5f5;
  padding: 6px 25px;
  border-radius: 25px;
  margin-bottom: 10px;
}

.job-single-1x .job-single-content .job-skils ul li:last-child {
  margin-right: 0;
}

.job-single-1x .job-single-content .apply-job {
  padding-top: 50px;
}

.job-single-1x .job-single-content .apply-job a.medical-btn-larg {
  background: #00aeef;
  font-size: 14px;
  margin-top: 0;
}

.job-single-1x .job-single-content .apply-job a.medical-btn-larg:hover {
  background: #2c3e50;
}

/************************************************
           All Events page
*************************************************/
.trapezoid {
  position: absolute;
  border-bottom: 10px solid #00aeef;
  border-left: 23px solid transparent;
  border-right: 16px solid transparent;
  height: 34px;
  width: 130px;
  top: -34px;
}

.featured-sticker-triangle {
  position: absolute;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 100px solid #00aeef;
  margin-left: 22px;
}

.featured-sticker-triangle span {
  color: #fff;
  left: -18px;
  position: absolute;
  -webkit-transform: rotate(-66deg);
          transform: rotate(-66deg);
  font-size: 12px;
  font-weight: 600;
  top: -75px;
}

.all-events-1x {
  padding: 120px 0 90px 0;
}

.all-events-1x .events-single {
  background: #fff;
  -webkit-box-shadow: 0 10px 75px 0 rgba(46, 61, 73, 0.07);
          box-shadow: 0 10px 75px 0 rgba(46, 61, 73, 0.07);
  margin-bottom: 30px;
}

.all-events-1x .events-single img {
  width: 100%;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
}

.all-events-1x .events-single b {
  position: absolute;
  top: 196px;
  right: 15px;
  background: #02b3e4;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 20px 25px;
}

.all-events-1x .events-single .events-single-content {
  padding: 30px;
}

.all-events-1x .events-single .events-single-content a {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.all-events-1x .events-single .events-single-content a:hover {
  color: #00aeef;
}

.all-events-1x .events-single .events-single-content ul {
  margin: 25px 0 0 0;
  padding: 0;
}

.all-events-1x .events-single .events-single-content ul li {
  display: inline-block;
  list-style: none;
  font-size: 15px;
  margin-right: 20px;
}

.all-events-1x .events-single .events-single-content ul li i {
  color: #9f9f9f;
  margin-right: 7px;
}

.all-events-1x .events-single .events-single-content ul li:last-child {
  margin-right: 0;
}

.all-events-1x .events-single .events-single-content a.btn-small {
  display: inline-block;
  background: #f9f9f9;
  color: #00aeef;
  font-size: 16px;
  font-weight: 600;
  padding: 7px 18px;
  margin: 30px 0 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.all-events-1x .events-single .events-single-content a.btn-small:hover {
  background: #00aeef;
  color: #fff;
}

/************************************************
           Single Events page
*************************************************/
.events-banner .hvrbox img {
  height: 500px;
}

.events-banner .overlay-text {
  margin-top: 9%;
}

.events-banner .overlay-text h4 {
  font-size: 16px;
  font-weight: 500;
  color: #00aeef;
  margin-bottom: 20px;
}

.events-banner .overlay-text h5 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 20px 0 0 0;
}

.events-banner .overlay-text h5 i {
  margin-right: 10px;
}

.events-banner .overlay-text a {
  font-size: 15px;
  margin-top: 38px;
}

.events-banner .overlay-text .countdown-timer ul {
  margin: 50px 0 0 0;
  padding: 0;
}

.events-banner .overlay-text .countdown-timer ul li {
  width: 150px;
  list-style: none;
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}

.events-banner .overlay-text .countdown-timer ul li span {
  font-size: 16px;
}

.events-banner .overlay-text .countdown-timer ul li:nth-child(1) {
  color: #00aeef;
}

.events-banner .overlay-text .countdown-timer ul li:nth-child(2) {
  color: #02e4b7;
}

.events-banner .overlay-text .countdown-timer ul li:nth-child(3) {
  color: #fb928b;
}

.events-banner .overlay-text .countdown-timer ul li:nth-child(4) {
  color: #a557f5;
}

.events-banner .overlay-text .countdown-timer ul li:last-child {
  margin-right: 0;
}

.featured-sticker {
  position: absolute;
  top: -60px;
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-left: 120px solid #0591c5;
  border-bottom: 60px solid transparent;
}

.featured-sticker span {
  font-size: 12px;
  font-weight: 500;
  top: 10px;
  color: #fff;
  left: -110px;
  position: absolute;
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
}

.about-section-2x .right-section a {
  margin: 30px 20px 0 0;
}

.about-section-2x .right-section a.btn-bordered {
  padding: 9px 20px;
}

.event-speakers {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 41, 62, 0.95)), to(rgba(33, 41, 62, 0.95))), url(../images/speaker-bg.jpg);
  background: linear-gradient(rgba(33, 41, 62, 0.95), rgba(33, 41, 62, 0.95)), url(../images/speaker-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0 90px 0;
}

.event-speakers .title-middle p,
.event-speakers .title-middle h2 {
  color: #fff;
}

.clients-slider-1x {
  background: #f9f9f9;
  padding: 120px 0;
}

.clients-slider-1x .clients-logo-slider img {
  width: auto;
  height: auto;
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: auto;
  margin-right: auto;
}

.clients-slider-1x .clients-logo-slider img:hover {
  opacity: 0.5;
}

.clients-slider-1x a.btn-small {
  margin-top: 70px;
}

/************************************************
           Home three page
*************************************************/
.top-menu-3x {
  background: #f9f9f9;
}

.top-menu-3x .top-menu-left ul {
  margin: 25px 0 0 0;
  padding: 0;
}

.top-menu-3x .top-menu-left ul li {
  list-style: none;
  display: inline-block;
  font-size: 18px;
  margin-right: 83px;
}

.top-menu-3x .top-menu-left ul li span {
  color: #00aeef;
  font-weight: 500;
}

.top-menu-3x .top-menu-left ul li i {
  margin-right: 10px;
}

.top-menu-3x .top-menu-left ul li:last-child {
  margin-right: 0;
}

.top-menu-3x .top-menu-right {
  float: right;
}

.top-menu-3x .top-menu-right .btn-appoinment-large {
  max-width: 344px;
  background-image: url(../images/appointment-btn-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 27px 46px 23px 94px;
}

.top-menu-3x .top-menu-right button.search {
  background: #2c3e50;
  height: 75px;
  width: 75px;
  border: 0;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  margin-left: -4px;
}

.top-menu-3x .top-menu-right button.search i {
  color: #00aeef;
  font-size: 20px;
}

.top-menu-3x .site-search {
  width: 97.3%;
  top: 0px;
}

.main-slider-left .hvrbox {
  height: 800px;
}

.main-slider-left .hvrbox img {
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-slider-left .overlay-text {
  position: absolute;
  left: auto;
  bottom: 29%;
}

.chossing-section-1x {
  padding: 120px 0;
}

.chossing-section-1x .chossing-section-left {
  background: #ddd;
}

.chossing-section-1x .chossing-section-left .single-choose {
  background: #00aeef;
  text-align: center;
  color: #fff;
  padding: 60px 0;
}

.chossing-section-1x .chossing-section-left .single-choose i {
  font-size: 30px;
  margin-bottom: 20px;
}

.chossing-section-1x .chossing-section-left .single-choose a {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.chossing-section-1x .chossing-section-left .bg-deep {
  background: #109fd5;
}

.chossing-section-1x .chossing-section-right img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 390px;
}

.blog-section-2x {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), url(../images/blog-bg.png);
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../images/blog-bg.png);
  background-repeat: repeat;
  padding: 120px 0 90px 0;
}

.blog-section-2x h4 {
  font-size: 36px;
  font-weight: 700;
  color: #333333;
  text-transform: capitalize;
  margin-bottom: 74px;
}

.blog-section-2x .single-blog {
  position: relative;
  margin-bottom: 30px;
}

.blog-section-2x .single-blog .media img {
  width: 200px;
  height: 198px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-section-2x .single-blog .media span {
  position: absolute;
  display: inline-block;
  bottom: 0;
  background: rgba(0, 174, 239, 0.8);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 22px;
  text-align: center;
}

.blog-section-2x .single-blog .media .media-body {
  padding: 30px;
}

.blog-section-2x .single-blog .media .media-body a {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-section-2x .single-blog .media .media-body a:hover {
  color: #00aeef;
}

.blog-section-2x .single-blog .media .media-body a:before {
  position: absolute;
  content: '';
  border: 1px solid #00aeef;
  width: 45px;
  top: 40px;
}

.blog-section-2x .single-blog:hover .media-body a {
  color: #00aeef;
}

.blog-section-2x .video-1x {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../images/blog-14.png);
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/blog-14.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 193px 0;
  margin-top: 116px;
}

.blog-section-2x .video-1x .video-content {
  text-align: center;
}

.blog-section-2x .video-1x .video-content a.btn-circle {
  display: inline-block;
  background: #00aeef;
  height: 40px;
  width: 40px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding-top: 7px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-section-4x {
  padding: 120px 0;
  background: #f9f9f9;
}

.service-section-4x .service-left img {
  height: 448px;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-section-4x .service-right {
  background: #fff;
}

.service-section-4x .service-right .nav-pills .nav-link {
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 13px 30px;
  margin-bottom: 5px;
  background-color: #f9f9f9;
  color: #333333;
  margin-left: 15px;
  text-transform: uppercase;
}

.service-section-4x .service-right .nav-pills .nav-link.active,
.service-section-4x .service-right .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00aeef;
}

.service-section-4x .service-right .tab-content .tab-pane {
  text-align: center;
  padding: 103px 40px 130px 40px;
}

.service-section-4x .service-right .tab-content .tab-pane i {
  font-size: 30px;
  color: #00aeef;
  margin-bottom: 25px;
}

.service-section-4x .service-right .tab-content .tab-pane h3 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 40px;
}

.service-section-4x .service-right .tab-content .tab-pane h3:before {
  content: '';
  position: absolute;
  top: 40px;
  left: 42.5%;
  width: 55px;
  border: 1px solid #00aeef;
}

.service-section-4x .service-right .tab-content .tab-pane h3:after {
  content: '';
  position: absolute;
  top: 36px;
  left: 48.7%;
  width: 10px;
  height: 10px;
  background: #00aeef;
  border-radius: 50%;
}

/************************************************
           Home Four page
*************************************************/
.blog-section-3x {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 249, 249, 0.9)), to(rgba(249, 249, 249, 0.9))), url(../images/blog-bg.png);
  background: linear-gradient(rgba(249, 249, 249, 0.9), rgba(249, 249, 249, 0.9)), url(../images/blog-bg.png);
  background-repeat: repeat;
}

.blog-section-3x .single-blog {
  background: #f9f9f9;
  -webkit-box-shadow: 0 0 15px 0 rgba(46, 61, 73, 0.03);
          box-shadow: 0 0 15px 0 rgba(46, 61, 73, 0.03);
}

.counter-section-2x {
  background: #fff;
  padding: 120px 0 90px 0;
}

.counter-section-2x .single-counter {
  border: 0;
  padding: 0;
  margin-bottom: 30px;
}

.counter-section-2x .single-counter i {
  color: #333333;
}

.counter-section-2x .single-counter span {
  font-size: 40px;
  font-weight: 700;
  color: #333333;
  margin: 45px 0 22px 0;
}

.counter-section-2x .single-counter h6 {
  color: #616161;
  font-weight: 500;
  font-size: 24px;
}

.counter-section-2x .pink i {
  color: #f5989d;
}

.counter-section-2x .orange i {
  color: #ffb606;
}

.counter-section-2x .green i {
  color: #7fc540;
}

.counter-section-2x .violet i {
  color: #6e80fe;
}

.testimonial-section-2x {
  background: #f9f9f9;
  padding: 120px 0 390px 0;
}

.testimonial-section-2x .single-testimonial {
  text-align: center;
  padding: 20px 0 65px 0;
}

.testimonial-section-2x .single-testimonial img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 25px;
}

.testimonial-section-2x .single-testimonial h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-top: 15px;
}

.testimonial-section-2x .single-testimonial h4 {
  font-size: 16px;
  font-weight: 300;
  color: #616161;
  margin-top: 8px;
}

.testimonial-section-2x ul.slick-dots {
  margin-top: 40px;
}

.testimonial-section-2x ul.slick-dots li button {
  border: 1px solid #00aeef;
  background: #fff;
  height: 14px;
  width: 14px;
}

.testimonial-section-2x ul.slick-dots li.slick-active button {
  background: #00aeef;
}

.testimonial-section-2x .slick-current {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9))), url(../images/testimonial-bg-2.png);
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../images/testimonial-bg-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 15px 0 rgba(46, 61, 73, 0.03);
          box-shadow: 0 0 15px 0 rgba(46, 61, 73, 0.03);
}

.testimonial-section-2x .slick-current img {
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.testimonial-section-2x .slick-current .slider-content {
  visibility: visible;
}

.white-bg {
  background: #fff;
}

.service-section-5x {
  background-color: rgba(250, 250, 250, 0.98);
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0 90px 0;
}

.service-section-5x .single-service {
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-box-shadow: 0 0 15px 0 rgba(46, 61, 73, 0.03);
          box-shadow: 0 0 15px 0 rgba(46, 61, 73, 0.03);
}

.service-section-5x .single-service i {
  font-size: 50px;
  color: #00aeef;
  margin-bottom: 15px;
}

.service-section-5x .single-service h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 17px;
}

.service-section-5x .orange,
.service-section-5x .pink,
.service-section-5x .green {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.service-section-5x .pearl,
.service-section-5x .blue,
.service-section-5x .violet {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.service-section-5x .green i {
  color: #7fc540;
}

.service-section-5x .violet i {
  color: #6e80fe;
}

.service-section-5x .pink i {
  color: #f26c4f;
}

.service-section-5x .blue i {
  color: #00aeef;
}

.service-section-5x .orange i {
  color: #ffb606;
}

.service-section-5x .pearl i {
  color: #8781bd;
}

.about-us-2x .about-us-left h2 {
  font-size: 31px;
  font-weight: 700;
  color: #333333;
  line-height: 43px;
  margin-bottom: 20px;
}

.about-us-2x .about-us-left h2 span {
  color: #00aeef;
}

.about-us-2x .about-us-left .btn-small {
  margin-top: 50px;
  font-size: 14px;
  font-weight: 500;
}

.about-us-2x .about-us-right img {
  height: 717px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-us-2x .make-difference-right,
.about-us-2x .make-difference-left {
  padding: 20% 10% 10% 10%;
}

.about-us-2x .make-difference-right p,
.about-us-2x .make-difference-left p {
  text-align: justify;
}

.service-section-6x {
  clear: both;
}

.service-section-6x .single-service {
  padding: 70px 50px 70px 100px;
  border-bottom: 1px solid rgba(240, 240, 241, 0.3);
}

.service-section-6x .single-service h3 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.service-section-6x .single-service p {
  color: #fff;
}

.service-section-6x .single-service a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-top: 30px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-section-6x .single-service a i {
  margin-right: 5px;
}

.service-section-6x .violet {
  background: #6e80fe;
}

.service-section-6x .ash {
  background: #f9f9f9;
}

.service-section-6x .ash h3 {
  color: #333333;
}

.service-section-6x .ash p {
  color: #616161;
}

.service-section-6x .ash a {
  color: #333333;
}

.service-section-6x .blue {
  background: #00aeef;
}

.top-menu-4x {
  padding: 15px 0 40px 0;
}

.top-menu-4x .top-menu-logo img {
  -o-object-fit: cover;
     object-fit: cover;
}

.top-menu-4x .top-menu-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.top-menu-4x .top-menu-time img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
}

.top-menu-4x .top-menu-time i {
  margin-right: 15px;
  font-size: 34px;
  color: #B695C0;
}

.top-menu-4x .top-menu-time h3 {
  font-size: 14px;
  font-weight: 600;
  color: #00aeef;
  margin-bottom: 5px;
}

.top-menu-4x .top-menu-time h4 {
  font-size: 14px;
  font-weight: 500;
  color: #8a8a8a;
}

.top-menu-4x .phone, .top-menu-4x .email {
  border-right: 1px solid #ececec;
}

.main-menu-2x {
  background: transparent;
  position: relative;
  margin-top: -30px;
  z-index: 1;
}

.main-menu-2x .main-menu {
  padding: 0;
  background: #00aeef;
}

.main-menu-2x .navbar-nav .nav-link {
  color: #fff;
  padding: 17px;
}

.main-menu-2x .navbar-light .navbar-nav .active > .nav-link {
  color: #fff;
}

.main-menu-2x .navbar-light .collapse ul > li:hover > a, .main-menu-2x .navbar-light .navbar-nav .nav-link:focus, .main-menu-2x .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

.main-menu-2x .btco-hover-menu .collapse ul ul.dropdown-menu li a {
  color: #333333;
}

.main-menu-2x .btco-hover-menu .collapse ul ul.dropdown-menu li a:hover {
  color: #00aeef;
}

.main-menu-2x .appointment-button {
  position: absolute;
  margin-top: 0;
  right: 0;
}

.main-menu-2x .appointment-button a.btn-small {
  background: #25272e;
  padding: 17px 30px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.main-menu-2x .appointment-button a.btn-small:hover {
  color: #00aeef;
}

.main-menu-2x .btco-hover-menu .collapse ul ul,
.main-menu-2x .btco-hover-menu .collapse ul ul.dropdown-menu {
  padding-top: 0;
}

.slider-2x {
  margin-top: -30px;
  z-index: 0;
}

.about-section-3x {
  padding: 120px 0 90px 0;
}

.about-section-3x .about-us-left h4 {
  font-size: 14px;
  font-weight: 700;
  color: #00aeef;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.about-section-3x .about-us-left h3 {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 25px;
}

.about-section-3x .about-us-left p {
  margin-bottom: 15px;
}

.about-section-3x .single-feature {
  background: #ddd;
  text-align: center;
  border-radius: 3px;
  padding: 30px 20px;
  margin-bottom: 30px;
}

.about-section-3x .single-feature h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
}

.about-section-3x .single-feature h3 i {
  margin-right: 5px;
}

.about-section-3x .single-feature p {
  color: #fff;
}

.about-section-3x .violet {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(111, 128, 255, 0.95)), to(rgba(111, 128, 255, 0.95))), url(../images/feature-1.png);
  background: linear-gradient(rgba(111, 128, 255, 0.95), rgba(111, 128, 255, 0.95)), url(../images/feature-1.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.about-section-3x .red {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 146, 139, 0.95)), to(rgba(251, 146, 139, 0.95))), url(../images/feature-2.png);
  background: linear-gradient(rgba(251, 146, 139, 0.95), rgba(251, 146, 139, 0.95)), url(../images/feature-2.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.about-section-3x .blue {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 191, 243, 0.95)), to(rgba(0, 191, 243, 0.95))), url(../images/feature-3.png);
  background: linear-gradient(rgba(0, 191, 243, 0.95), rgba(0, 191, 243, 0.95)), url(../images/feature-3.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.about-section-3x .green {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(130, 202, 156, 0.95)), to(rgba(130, 202, 156, 0.95))), url(../images/feature-4.png);
  background: linear-gradient(rgba(130, 202, 156, 0.95), rgba(130, 202, 156, 0.95)), url(../images/feature-4.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.service-section-7x {
  background: #f9f9f9;
  padding: 120px 0 90px 0;
}

.service-section-7x .single-service {
  position: relative;
  background: #fff;
  padding: 45px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);
          box-shadow: 0 3px 35px 0 rgba(46, 61, 73, 0.06);
  border-bottom: 3px solid #00aeef;
}

.service-section-7x .single-service i {
  background: #f3eff9;
  font-size: 40px;
  color: #00aeef;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 45px;
}

.service-section-7x .single-service i:after {
  content: '';
  background: url(../images/service-dot.png);
  height: 69px;
  width: 232px;
  position: absolute;
  right: 50px;
  top: 60px;
}

.service-section-7x .single-service h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 10px;
}

.service-section-7x .green {
  border-bottom: 3px solid #7fc540;
}

.service-section-7x .green i {
  color: #7fc540;
}

.service-section-7x .violet {
  border-bottom: 3px solid #6e80fe;
}

.service-section-7x .violet i {
  color: #6e80fe;
}

.service-section-7x .pink {
  border-bottom: 3px solid #f26c4f;
}

.service-section-7x .pink i {
  color: #f26c4f;
}

.service-section-7x .orange {
  border-bottom: 3px solid #ffb606;
}

.service-section-7x .orange i {
  color: #ffb606;
}

/******************** Color Switcher *****************/
button.ColorSwitcher__control {
  display: initial;
}

.contact-top-container {
  padding-right: 0;
  padding-left: 0;
}

button.btn-small {
  background-color: #B695C0;
  color: white;
  cursor: pointer;
  border: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button.btn-small:hover {
  background-color: #00B499;
}

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

.break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
}

a.white-color {
  color: white;
}

.primary-question {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(182, 149, 192, 0.95)), to(rgba(182, 149, 192, 0.95))), url(../images/feature-1.png) !important;
  background: linear-gradient(rgba(182, 149, 192, 0.95), rgba(182, 149, 192, 0.95)), url(../images/feature-1.png) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #B695C0 !important;
}

.green-call {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 180, 153, 0.95)), to(rgba(0, 180, 153, 0.95))), url(../images/feature-2.png) !important;
  background: linear-gradient(rgba(0, 180, 153, 0.95), rgba(0, 180, 153, 0.95)), url(../images/feature-2.png) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #00B499 !important;
}

.green-lost {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 180, 153, 0.95)), to(rgba(0, 180, 153, 0.95))), url(../images/feature-3.png) !important;
  background: linear-gradient(rgba(0, 180, 153, 0.95), rgba(0, 180, 153, 0.95)), url(../images/feature-3.png) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #00B499 !important;
}

.primary-heart {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(182, 149, 192, 0.95)), to(rgba(182, 149, 192, 0.95))), url(../images/feature-4.png) !important;
  background: linear-gradient(rgba(182, 149, 192, 0.95), rgba(182, 149, 192, 0.95)), url(../images/feature-4.png) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #B695C0 !important;
}

.more-details {
  padding-top: 30px;
}

.more-details h4 {
  color: #00B499;
}

.btn-more {
  color: white !important;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */