@charset "UTF-8";

/* CSS Document */
/*------------------------------------------------------------------

Template Name:      Cardiology | Free Bootstrap Responsive Website Templates
Version:            1.0.0
Last change:        17/12/2016


------------------------------------------------------------------
[CSS Table of contents]

1.  Body / Typography
2.  Form Elements
3.  Buttons
4.  General / Elements
        4.1 Section space
        4.2 Margin space
        4.3 Padding space
        4.4 Background color
        4.5 Features
        4.6 Bullets
        4.7 Call to actions
        4.8 Img hover effect
        4.9 Icon
        -----------------------
5. Header / Navigations
        5.1 Header Regular
        5.2 Header Transparent
        5.3 Navigation Regular
        5.4 Page Header

        -----------------------
6. Slider
        6.1 Slider
        -----------------------
7. Content
8. Footers
9. Pages
    9.1  Service
    9.2  Service Single / sidebar with sidenav
    9.3  Testimonial
    9.4 Contact us
    ------------------------------------
10.Blog
    10.2 Blog
    10.2 Blog Single
    ------------------------------------
11.Sidebar
    11.1 Widget
    11.2 Sidenav
    ------------------------------------
13. Media Queries
------------------------------------------------------------------*/

/*     brand Colors              */
:root {
  --primary-color: #23657B;
  --text-color: #2e3433;
  --text-white-color: #FFF;
  --text-light-color: #3C4858;
  --text-dark-color: #181B1A;
  /*--primary-color: #3293b3;
  --secondary-color: #086788;
  --light-gray: #f8f9fa;
  --background-gray: #EEEEEE;
  --light-blue: #03bae4;
  --dark-blue: #086788;
  --dark-purple: #89229b;
  --white-primary: #3C4858;*/
}

.text-color {
  color: var(--text-color);
}


body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  color: #839290;
  line-height: 1.6;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Adamina', serif;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  color: var(--text-color);
  font-weight: 400;
}

h1 {
  font-size: 30px
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
  line-height: 35px;
}

h4 {
  font-size: 14pt;
}

h5 {
  font-size: 14px;
}

p {
  margin: 0 0 20px;
  color: var(--text-color);
  font-weight: 300;
}

p:last-child {
  margin-bottom: 0px;
}

ul, ol {
  margin: 0;
  color: var(--text-color);
  font-weight: 300;
}

ul li, ol li {
  line-height: 1.9;
}

a {
  color: #8d9393;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

a:focus, a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

strong {
  font-weight: 600;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-28 {
  font-size: 28px;
}

.font-weight-500 {
  font-weight: 500;
}

.listnone {
  list-style: none;
}

.lead {
  font-family: 'Adamina', serif;
  font-size: 21px;
  line-height: 28px;
  color: #484d55;
  text-align: justify;
}

.italic {
  font-style: italic;
}

.small {
  font-size: 14px;
}

.justify {
  text-align: justify;
}

.lead-justify {
  font-size: 21px;
  text-align: justify;
}

*, *::before, *::after {
  transition: all .3s ease-in-out;
}

/*---------------- title class ------------*/
.title {
  color: #333333;
}

.heading-title {
  color: #2f2f2f;
}

.text-white {
  color: #fff;
}

.text-white-bold {
  color: var(--text-white-color);
  font-weight: bold;
}

.text-blue {
  color: var(--primary-color);
  font-weight: 200;
}

.text-blue2 {
  color: var(--primary-color);
  font-weight: 500;
}

.text-black {
  color: #000;
  font-weight: 200;
}

/*----------------- template button --------------*/
.btn {
  display: inline-block;
  padding: 12px 23px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  line-height: 1.42857143;
  text-align: center;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*--------- btn default --------*/
.btn-default {
  color: #fff;
  background-color: #ec6051;
}

.btn-default:hover {
  color: #fff;
  background-color: var(--primary-color);
}

.btn-default.focus, .btn-default:focus {
  color: #fff;
  background-color: var(--primary-color);
}

.btn-default[disabled] {
  background: #ccc !important;
}

.btn-default[disabled]:hover {
  background: #ccc !important;
}

/*--------- btn primary --------*/
.btn-primary {
  background-color: #ec6051;
  color: #fff;
}

.btn-primary:hover {
  background-color: #d75648;
  color: #fff;
}

.btn-primary.focus, .btn-primary:focus {}

/*--------- btn outline --------*/
.btn-outline {}

.btn-outline:hover {}

.btn-outline.focus, .btn-outline:focus {}

.btn-white {
  background-color: #fff;
  color: var(--primary-color);
  border: 3px solid #fff;
}

.btn-white:hover {
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
}

.btn-white.focus, .btn-white:focus {
  background-color: transparent;
  border: 3px solid #fff;
  color: var(--primary-color);
}

/*--------- btn link --------*/
.btn-link {
  color: #ec6051;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 14px;
}

.btn-link:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.btn-link-href {
  color: #ec6051;
  text-decoration: underline;
  font-size: 17px;
}

.btn-link-href:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

/*--------- btn size --------*/
.btn-lg {
  font-size: 14px;
  padding: 20px 30px;
}

.btn-sm {
  font-size: 14px;
  padding: 10px 14px;
}

.btn-xs {
  font-size: 12px;
  padding: 6px 8px;
}

/*--------- selection --------*/
::selection {
  background: #ffecb3;
  color: #333;
}

/*-------------- Template Form Inputs ------------*/
.control-label {
  color: #839290;
  text-transform:
}

.form-control {
  width: 100%;
  height: 54px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  border: 2px solid #dfe2e5;
  background-image: none;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
  margin-bottom: 10px;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  background-color: #eaeaea;
}

.textarea.form-control {
  background-color: #fff;
  height: auto;
}

.required {
  color: red
}

.input-group-addon {
  color: #fff;
  text-align: center;
  background-color: #ec6051;
}

/*-----------------------------------
space css class
-----------------------------------*/
/*---------------
 Section Space

 * Section space help to create top bottom space.
 *

-----------------*/
.section-space10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-space15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.section-space20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-space30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-space40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-space60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-space80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-space100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*----------------
margin space
-----------------*/
.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

/*---------------
padding space
-----------------*/
.no-padding {
  padding-right: 0;
  padding-left: 0;
}

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

.no-pdr {
  padding-right: 0;
}

.pinside10 {
  padding: 10px;
}

.pinside20 {
  padding: 20px;
}

.pinside30 {
  padding: 30px;
}

.pinside40 {
  padding: 40px;
}

.pinside50 {
  padding: 50px;
}

.pinside60 {
  padding: 60px;
}

.pinside80 {
  padding: 80px;
}

.pdt5 {
  padding-top: 5px;
}

.pdt8 {
  padding-top: 8px;
}

.pdt10 {
  padding-top: 10px;
}

.pdt12 {
  padding-top: 12px;
}

.pdt15 {
  padding-top: 15px;
}

.pdt20 {
  padding-top: 20px;
}

.pdt25 {
  padding-top: 25px;
}

.pdt30 {
  padding-top: 30px;
}

.pdt40 {
  padding-top: 40px;
}

.pdt60 {
  padding-top: 60px;
}

.pdt80 {
  padding-top: 80px;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdb20 {
  padding-bottom: 20px;
}

.pdb25 {
  padding-bottom: 25px;
}

.pdb30 {
  padding-bottom: 30px;
}

.pdb40 {
  padding-bottom: 40px;
}

.pdb60 {
  padding-bottom: 60px;
}

.pdb80 {
  padding-bottom: 80px;
}

.pdl10 {
  padding-left: 10px;
}

.pdl20 {
  padding-left: 20px;
}

.pdl30 {
  padding-left: 30px;
}

.pdl40 {
  padding-left: 40px;
}

.pdl60 {
  padding-left: 60px;
}

.pdl80 {
  padding-left: 80px;
}

.pdr10 {
  padding-right: 10px;
}

.pdr20 {
  padding-right: 20px;
}

.pdr30 {
  padding-right: 30px;
}

.pdr40 {
  padding-right: 40px;
}

.pdr60 {
  padding-right: 60px;
}

.pdr80 {
  padding-right: 80px;
}

/*-----------------------------------------
 background & block color
------------------------------------------*/
.bg-light {
  background-color: #f5f7f7;
}

.bg-instagram {
  background-color: #f5f7f7;
}

.bg-primary {
  background-color: var(--primary-color);
}

.bg-default {}

.bg-white {
  background-color: #fff;
}

.outline {}

.section-title {}

.content {
  padding-bottom: 20px;
  padding-top: 50px;
}

.primary-sidebar {}

.secondary-sidebar {}

/*-------------- Bullet point -------------*/
.bullet {
  position: relative;
  padding-left: 15px;
  color: #3fb9ab;
  line-height: 32px;
}

.bullet-angle-right li:before {
  font: var(--fa-font-solid);
  display: block;
  position: absolute;
  left: 0;
  width: 13px;
  font-size: 14px;
  color: #3fb9ab;
  content: "\f105";
}

/*----------------- Image Hover Effect ---------------*/
img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  line-height: normal;
  vertical-align: middle;
}

.imghover {
  display: block;
  position: relative;
  max-width: 100%;
}

.imghover::before, .imghover::after {
  display: block;
  position: absolute;
  content: '';
  text-align: center;
  opacity: 0;
}

.imghover::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.imghover::after {
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: -25px 0 0 -25px;
  font-size: 36px;
}

.imghover:hover::before, .imghover:hover::after {
  opacity: 1;
}

.imghover:hover::before {
  background: rgba(39, 36, 36, .55);
}

.imghover:hover::after {
  color: #FFFFFF;
}

/*--------------- Features block class --------------*/
.feature {}

.feature-icon {
  font-size: 32px;
  color: var(--primary-color);
  margin-bottom: 20px;
}

/*-------- feature icon left --------*/
.feature-left {}

.feature-left .feature-icon {
  float: left;
}

.feature-left .feature-content {
  padding-left: 60px;
}

/*-------- feature inner padding --------*/
.feature-inner {}

.feature-outline {}

/*---------------- Thumbnail Block ------------*/
.thumbnail-block {}

.thumbnail-img {}

.thumbnail-content {}

.thumbnail-inner {}

.thumbnail-outline {}

.logo {}

/*------------------ top herder  with circle icons----------------*/
.top-header {
  margin: 20px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: var(--text-color);
}

.top-link {
  margin-top: 9px;
  text-align: right;
}

.top-link i {
  margin-right: 12px;
  border: 2px solid var(--primary-color);
  width: 36px;
  height: 36px;
  border-radius: 100%;
  text-align: center;
  color: var(--primary-color);
  padding-top: 7px;
}

.top-link span {
  color: var(--primary-color);
  text-align: center;
}

/*.top-link span {
  color: #000;
  text-align: center;
  font-weight: 500;
}

.top-link span i{
  color: #000;
  border: 2px solid #000;
  font-weight: 300;
}*/
.top-link ul li a {}

/*------------------ top herder  with square icons----------------*/
.top-link-square {
  margin-top: 5px;
  text-align: right;
}

.top-link-square i {
  margin-right: 12px;
  border: 2px solid var(--primary-color);
  width: 38px;
  height: 38px;
  text-align: center;
  color: var(--primary-color);
  padding-top: 8px;
}

/*------------------ Navigation ----------------*/
.header {
  background-color: var(--primary-color);
  -webkit-transition: background-color .8s ease-out;
  -moz-transition: background-color .8s ease-out;
  -o-transition: background-color .8s ease-out;
  transition: background-color .8s ease-out;
  position: relative;
  font-family: 'Roboto', sans-serif;
  z-index: 9;
}

.navigation {}

#navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*#navigation:after,
#navigation > ul:after {content: "."; display: block; clear: both;
visibility: hidden; line-height: 0; height: 0;}*/
#navigation #menu-button {
  display: none;
}

#navigation {
  background: transparent;
}

#navigation>ul>li {
  float: left;
}

#navigation.align-center>ul {
  font-size: 0;
  text-align: center;
}

#navigation.align-center>ul>li {
  display: inline-block;
  float: none;
}

#navigation.align-center ul ul {
  text-align: left;
}

#navigation.align-right>ul>li {
  float: right;
}

#navigation>ul>li>a {
  padding: 18px 5px;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  /*text-transform: uppercase;*/
  font-weight: 600;
  letter-spacing: 0.15px;
}

#navigation>ul>li>a:hover {
  color: #000;
  padding: 18px 5px;
}

#navigation>ul>li.has-sub>a {
  padding-right: 30px;
}

/*#navigation > ul > li.has-sub > a:after {position: absolute; top: 22px; right: 11px; width: 8px; height: 2px;
  display: block; background: #dddddd; content: '';}*/
#navigation>ul>li.has-sub>a:before {
  position: absolute;
  right: 14px;
  font: var(--fa-font-solid);
  content: "\f107";
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#navigation>ul>li:before {
  position: absolute;
  right: 0px;
  top: 15px;
  color: #000;
  font: var(--fa-font-solid);
  content: "|";
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#navigation>ul>li:last-child:before {
  content: " ";
}

/*#navigation > ul > li.has-sub:hover > a:before {top: 23px; height: 0;}*/
#navigation ul ul {
  position: absolute;
  left: -9999px;
}

#navigation.align-right ul ul {
  text-align: right;
}

#navigation ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#navigation li:hover>ul {
  left: auto;
}

#navigation.align-right li:hover>ul {
  left: auto;
  right: 0;
}

#navigation li:hover>ul>li {
  height: 35px;
}

#navigation ul ul ul {
  margin-left: 100%;
  top: 0;
}

#navigation.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#navigation ul ul li a {
  border-bottom: 10px solid rgba(150, 150, 150, 0.15);
  padding: 15px 10px;
  width: 305px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  background: var(--primary-color);
  /*z-index: 0;
  text-transform: uppercase;*/
}

#navigation ul ul li:last-child>a, #navigation ul ul li.last-item>a {
  border-bottom: 0;
}

#navigation ul ul li:hover>a, #navigation ul ul li a:hover {
  color: #000;
}

#navigation ul ul li.has-sub>a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}

#navigation.align-right ul ul li.has-sub>a:after {
  right: auto;
  left: 11px;
}

#navigation ul ul li.has-sub>a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#navigation.align-right ul ul li.has-sub>a:before {
  right: auto;
  left: 14px;
}

#navigation ul ul>li.has-sub:hover>a:before {
  top: 17px;
  height: 0;
}

#navigation.small-screen {
  width: 100%;
}

#navigation.small-screen ul {
  width: 100%;
  display: none;
}

#navigation.small-screen.align-center>ul {
  text-align: left;
}

#navigation.small-screen ul li {
  width: 100%;
  border-top: 1px solid rgba(120, 120, 120, 0.2);
}

#navigation.small-screen ul ul li, #navigation.small-screen li:hover>ul>li {
  height: auto;
}

#navigation.small-screen ul li a, #navigation.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
}

#navigation.small-screen>ul>li {
  float: none;
}

#navigation.small-screen ul ul li a {
  padding-left: 25px;
}

#navigation.small-screen ul ul ul li a {
  padding-left: 35px;
}

#navigation.small-screen ul ul li a {
  color: #fff;
  background: none;
}

#navigation.small-screen ul ul li:hover>a, #navigation.small-screen ul ul li.active>a {
  color: #fff;
}

#navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}

#navigation.small-screen>ul>li.has-sub>a:after, #navigation.small-screen>ul>li.has-sub>a:before, #navigation.small-screen ul ul>li.has-sub>a:after, #navigation.small-screen ul ul>li.has-sub>a:before {
  display: none;
}

#navigation.small-screen #menu-button {
  display: block;
  padding: 17px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

#navigation.small-screen #menu-button:after {
  position: absolute;
  top: 22px;
  right: 17px;
  display: block;
  height: 8px;
  width: 20px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

#navigation.small-screen #menu-button:before {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: #fff;
  content: '';
}

#navigation.small-screen #menu-button.menu-opened:after {
  top: 23px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#navigation.small-screen #menu-button.menu-opened:before {
  top: 23px;
  background: #fff;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#navigation.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid rgba(120, 120, 120, 0.2);
  height: 50px;
  width: 50px;
  cursor: pointer;
}

#navigation.small-screen .submenu-button.submenu-opened {
  background: #19978a;
}

#navigation.small-screen ul ul .submenu-button {
  height: 34px;
  width: 34px;
}

#navigation.small-screen .submenu-button:after {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: '';
}

#navigation.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}

#navigation.small-screen .submenu-button.submenu-opened:after {
  background: #fff;
}

#navigation.small-screen .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  content: '';
}

#navigation.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}

#navigation.small-screen .submenu-button.submenu-opened:before {
  display: none;
}

#navigation.small-screen.select-list {
  padding: 5px;
}

.navigation-search {}

.navigation-search i {
  color: #fff;
  margin-top: 17px;
  float: right;
}

/*-------------- page header ------------*/
.page-header {
  background: linear-gradient(rgba(128, 153, 151, 0.7), rgba(128, 153, 151, 0.7)), rgba(128, 153, 151, 0.7) url(../images/page-header.jpg) no-repeat center;
  background-size: cover;
  margin: 0;
}

.page-caption {
  padding: 105px 0;
}

.page-title {
  color: #fff;
}

.page-containt {
  font-size: 14px;
  color: #fff;
}

/*-------------- breadcrumb ------------*/
.breadcrumb {}

.breadcrumb>.active {}

/*-------------- slider ------------*/
.intro-section {
  background: linear-gradient(rgba(128, 153, 151, 0.7), rgba(128, 153, 151, 0.7), rgba(128, 153, 151, 0.7)), url(../images/28q.jpg) no-repeat top;
  background-size: cover;
}

.intro-caption {
  color: #fff;
  padding-top: 150px;
  padding-bottom: 150px;
  font-size: 18px;
}

.intro-title {
  font-size: 52px;
  color: #fff;
  line-height: 58px;
}

/*-------------- cta ------------*/
.cta {}

.cta-text {
  font-size: 24px;
}

/*-------------Contact Us-------------*/
.contact-info {}

.contact-info-title {
  font-size: 18px;
  color: #333;
}

.contact-info ul {
  padding-left: 0px;
}

.contact-info li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}

.contact-info li i {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  font-size: 18px;
  text-align: center;
  color: #90d7d6;
}

.map {
  height: 400px;
}

/*-------------- align ------------*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 0px 0 0px 0px;
}

.alignleft {
  float: left;
  margin: 0px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.contant {}

.sidebar {
  margin-bottom: 50px;
}

/*-------------- blog css  ------------*/
/*-----blog post listing-----*/
.post-block {}

.post-holder {}

.post-header {
  position: relative;
}

.post-title {}

.post-img {}

.post-sticky {
  background: url(../images/sticky-sign.png) no-repeat;
  position: absolute;
  right: 30px;
  top: 15px;
  width: 30px;
  height: 30px;
}

.post-meta {
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 500;
  color: #a3aca9;
}

.post-meta i {
  color: var(--primary-color);
  font-size: 12px;
  margin-right: 7px
}

.meta-date {
  color: #a3aca9;
}

.meta-author {}

.meta-comment {}

.meta-cat {
  color: #a3aca9;
}

.meta-date, .meta-author, .meta-comment, .meta-cat {
  display: inline-block;
}

.meta-link {
  color: #909090;
}

.meta-tags {}

.post-content {}

.post-meta span {
  margin-right: 0px;
}

.post-meta span:after {
  margin-left: 5px;
  margin-right: 15px;
  color: #b0b0b0;
  content: "-";
}

.post-meta span:last-child:after {
  margin-left: 0px;
  margin-right: 0px;
  content: "";
}

.meta-doctor {
  color: var(--primary-color);
}

blockquote {
  font-size: 18px;
  padding-left: 0px;
  font-style: italic;
  color: var(--text-color);
  border-left: 6px solid #ec6051;
  padding: 35px 40px;
}

blockquote p {}

.name {
  color: #333;
  font-size: 18px;
}

.related-post {}

/*----- prev-next-----*/
.post-navigation {
  border-bottom: 1px solid #f0f6f6;
  padding-bottom: 40px;
  margin-bottom: 39px;
}

.nav-links {}

.nav-previous {}

.prev-link {
  margin-bottom: 10px;
  display: block;
  color: #839290;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.nav-next {}

.next-link {
  margin-bottom: 10px;
  display: block;
  color: #839290;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

/*-------------- sidebar csss ------------*/
/*----- widget -----*/
.widget {
  padding: 30px;
  background-color: #f3f6f6;
  margin-bottom: 50px;
}

.widget ul li a {
  padding-left: 15px;
  line-height: 14px;
  color: #2e3233;
  font-size: 14px;
}

.widget-title {}

.widget-search {}

.widget-categories {}

.widget-categories ul {}

.widget-categories ul li {}

.widget-categories ul li a {}

.post-list {
  margin-bottom: 30px;
}

.widget-link {}

.widget-link:hover {}

.post-image {}

.post-containt {}

.widget-recent-post {}

.widget-recent-post ul {
  padding-left: 0px;
}

.widget-recent-post ul li {}

.widget-recent-post ul li a {}

.recent-block {}

.recent-title {
  font-size: 16px;
  line-height: 24px;
}

.related-title {
  font-size: 16px;
  line-height: 20px
}

.widget-tags {}

.widget-tags a {
  text-transform: uppercase;
  padding: 7px 18px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  background-color: #c6caca;
  border-radius: 4px;
}

.widget-tags a:hover {
  background-color: #ec6051;
  color: #fff;
}

.widget-text {}

.widget-follwus {}

.widget-contact {}

/*----- Author Post -----*/
.author-post {
  border-bottom: 1px solid #f0f6f6;
  padding-bottom: 40px;
  margin-bottom: 39px;
}

.author-img {}

.author-img img {
  width: 150px;
  margin: 0 auto;
}

.author-bio {}

.author-meta {
  font-size: 12px;
  color: var(--primary-color);
}

.author-name {}

.author-header {
  float: left;
}

.author-content {}

.author-social {
  text-align: right;
}

.author-link {}

/*----- Comment Post -----*/
.comments-area {}

.comments-title {}

.comment-list {}

.comment {}

.comment-body {
  margin-top: 20px;
}

.comment-author {}

.comment-author img {
  float: left;
}

.comment-info {
  padding-left: 150px;
}

.comment-header {}

.user-title {}

.comment-meta {}

.comment-meta-date {
  text-transform: uppercase;
  color: #bbc2c3;
  font-size: 13px;
}

.comment-content {}

.reply {}

.childern {
  padding-left: 100px;
}

/*----- Leave Reply -----*/
.leave-comments {}

/********** Extra Plugin CSS - Back to top **********/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 25px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(236, 96, 81, 100) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.no-touch .cd-top:hover {
  background-color: var(--primary-color);
  opacity: 1;
}

/* service section */
.service-block {
  position: relative;
}

.service-img {
  background: linear-gradient(rgba(235, 246, 245, 0.9), rgba(235, 246, 245, 0.9), rgba(235, 246, 245, 0.9)), url(../images/309.jpg) no-repeat center;
  background-size: auto;
  ;
}

.service-caption {
  background-color: #90d7d6;
  padding-left: 10px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 12px;
}

.service-title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
}

/* testimonial section */
.testimonial-info {
  padding-left: 60px;
  padding-bottom: 25px;
}

.testimonial-icon {
  font-size: 32px;
  color: #ec6051;
  float: left;
}

.testimonial-content {
  font-style: italic;
  font-family: 'Adamina', serif;
  font-size: 18px;
  color: var(--text-color);
}

.testimonial-img {}

.testimonial-text {
  font-family: 'Roboto', sans-serif;
  color: var(--primary-color);
}

.testimonial-meta {
  text-transform: uppercase;
  color: #a4a8ab;
  font-size: 12px;
  font-weight: 400;
}

/*-------------Pagination-------------*/
.st-pagination {}

.st-pagination .pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  border: 2px solid transparent;
  background-color: #c8c8c8;
  font-weight: 700;
  border-radius: 4px;
  text-transform: uppercase;
  margin-right: 5px;
  margin-bottom: 5px;
}

.st-pagination .pagination>li>a:focus, .st-pagination .pagination>li>a:hover, .st-pagination .pagination>li>span:focus, .st-pagination .pagination>li>span:hover {
  z-index: 2;
  color: #fff;
  background-color: #ec6051;
  border-color: transparent;
  border-radius: 4px;
}

.st-pagination .pagination>li:first-child>a, .st-pagination .pagination>li:first-child>span {
  margin-left: 0;
  border-radius: 4px;
}

.st-pagination .pagination>li:last-child>a, .st-pagination .pagination>li:last-child>span {
  border-radius: 4px;
}

.st-pagination .pagination>.active>a, .st-pagination .pagination>.active>a:focus, .st-pagination .pagination>.active>a:hover, .st-pagination .pagination>.active>span, .st-pagination .pagination>.active>span:focus, .st-pagination .pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #ec6051;
  border-radius: 4px;
}

/*-------------- other css ------------*/
hr {
  border-width: thin;
  border-bottom: #f0f6f6;
  margin-bottom: 18px;
  margin-top: 18px;
}

/*-------------- home page css ------------*/
.cta-call {
  border-radius: 4px;
}

.cta-call i {
  float: left;
  font-size: 40px;
  color: #fff;
  border: 3px solid #fff;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin-right: 30px;
  text-align: center;
  padding-top: 13px;
}

.cta-title {
  font-size: 24px;
  margin-top: 6px;
}

.cta-num {
  font-size: 20px;
  margin-bottom: 0;
}

.cta-btn {
  margin-top: 14px;
  text-align: right;
}

.doctor-img {}

.doctor-img img {
  border-bottom: 0px solid var(--primary-color);
}

.doctor-bio {}

.doctor-bio i {
  color: var(--primary-color);
  font-size: 8px;
}

/*-------------- side nav css ------------*/
.sidenav {}

.sidenav ul {}

.sidenav ul li {
  background-color: #ec6051;
  padding: 26px 15px;
  line-height: 1;
  border-bottom: 1px solid #da5547;
}

.sidenav ul li:hover {
  background-color: #da5547;
  border-bottom: 1px solid #da5547;
}

.sidenav ul li.active {
  background-color: #da5547;
  border-bottom: 1px solid #da5547;
}

.sidenav ul li a {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.sidenav ul li a:before {
  font: var(--fa-font-solid);
  color: #fff;
  float: right;
  content: "\f105";
  width: 13px;
  font-size: 18px;
}

.opening-time {
  line-height: 30px;
}

/*-------------- contact us css -------------*/
.widget-contact li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.widget-contact li i {
  padding-right: 10px;
  padding-top: 4px;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  font-size: 18px;
  text-align: center;
  color: var(--primary-color);
}

.widget-contact address {
  display: flex;
}

.widget-contact address i {
  margin-right: 17px;
  margin-top: 5px;
  color: var(--primary-color);
}

.solcial-link {
  font-size: 22px;
}

/*--------Pre Loader-----------*/
div#preloader {
  position: fixed;
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
  background: #fff;
  z-index: 999999999999999999999;
}

.preload-logo {
  margin-top: 0px;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  color: #212124;
  margin-top: 15px;
  float: left;
  width: 100%;
}

.preloader-container {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 3;
  text-align: center;
}

.back-logo {
  z-index: -1;
  color: #efefef;
  position: absolute;
  font-size: 85px;
  text-align: center;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  margin: -19px 0 0 0;
}

.preload-gif {
  margin-top: 10px;
  opacity: .6;
}

/*--------Pre Loader 2 Bouncing ball-----------*/
.text1 {
  color: #fbae17;
  display: inline-block;
  margin-top: 150px;
  margin-left: 5px;
}

.bounceball {
  position: relative;
  display: inline-block;
  height: 37px;
  width: 50px;
}

.bounceball::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--primary-color);
  transform-origin: 50%;
  animation: bounce 500ms alternate infinite ease;
}

@keyframes bounce {
  0% {
    top: 100px;
    height: 50px;
    border-radius: 60px 60px 20px 20px;
    transform: scaleX(2);
  }

  35% {
    height: 50px;
    border-radius: 50%;
    transform: scaleX(1);
  }

  100% {
    top: 0;
  }
}

/*------- contact form on home page      ----*/
.containerblah {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .containerblah {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .containerblah {
    width: 100%;
    /*--(top, right, bottom, and left). */
    padding: 0px 15px 0px 15px;
  }
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 45px;
  z-index: 4;
}

.lightbox-all-devices {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: opacity .3s;
  visibility: hidden;
}

.lightbox-all-devices img {
  max-width: auto;
  max-height: 80%;
  width: auto;
  height: 100%;
  transform: scale(0.95);
  transition: transform .3s;
}

.lightbox-all-devices:target {
  outline: none;
  visibility: visible;
  cursor: default;
  opacity: 1;
}

.lightbox-all-devices:target img {
  transform: scale(1);
}

/*Light box is visible on on screen with min-width 1200px, so this will make it invisible in screen less than 1200px */
.lightbox-only-desktop {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: opacity .3s;
  visibility: hidden;
}

@media (min-width: 1200px) {
  .containerblah {
    width: 100%;
  }

  .lightbox-only-desktop {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    transition: opacity .3s;
    visibility: hidden;
  }

  .lightbox-only-desktop img {
    max-width: auto;
    max-height: 80%;
    width: auto;
    height: 100%;
    transform: scale(0.95);
    transition: transform .3s;
  }

  .lightbox-only-desktop:target {
    outline: none;
    visibility: visible;
    cursor: default;
    opacity: 1;
  }

  .lightbox-only-desktop:target img {
    transform: scale(1);
  }
}

.homecontactcontainer {
  width: 100%;
  position: relative;
  margin: 25px 0 25px 0;
}

/* conatiner for carousel  sections */
/* carousel  sections */
/* Carousel Fixed Height
  Limit height on a carousel using inline background style
  */
.slider-size {
  height: 600px;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
  width: 100%; // Add this
}

.container-carousel {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 99%;
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 5;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* Header Parallax Element Style*/
.parallax-window {
  min-height: 400px;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
}

/* Image for Parallax Section */
.parallax-window-img {
  background-image: url(../images/33.jpg);
}

/* Google maps sections */
.mapoverlay {
  background: transparent;
  position: relative;
  width: 100%;
  height: 500px;
  /* your iframe height */
  top: 500px;
  /* your iframe height */
  margin-top: -500px;
  /* your iframe height */
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/*-------------responsive video ----*/
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/*-------------- mobile media css ------------*/
@media screen and (max-width: 320px) {
  #navigation.small-screen ul li {
    border-top: 1px solid transparent;
  }

  #navigation>ul>li:before {
    content: "";
  }

  /*----- intro section -----*/
  .intro-caption {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .intro-title {
    font-size: 32px;
  }

  .navbar-brand {
    float: none;
  }

  /*----- cta -----*/
  .cta-text {
    margin-bottom: 30px;
    text-align: center;
  }

  .childern {
    padding-left: 0px;
  }
}

/* Custom sizes (768px to 1024px) */
@media screen and (max-width: 768px) {
  #navigation.small-screen ul li {
    border-top: 1px solid transparent;
  }

  #navigation>ul>li:before {
    content: "";
  }

  .navbar-brand {
    float: none;
  }

  .childern {
    padding-left: 0px;
  }

  #navigation.small-screen .submenu-button {
    height: 50px;
    width: 46px;
  }

  .widget-tags a {
    padding: 7px 7px;
    font-size: 10px;
    line-height: 8px;
  }
}

.links {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-bottom: #fbae17 0.125em solid;
}

.links:hover {
  color: #fbae17;
}

underlinet-text {
  font-weight: 600;
  text-decoration: none;
  border-bottom: #fbae17 0.125em solid;
}
