:root {
  --color1: #049ae5;
  --color2: #049ae5;  
  --color3: #049ae5;
}

/*COMMON*/
.btn-primary {
  color: #fff;
  background-color: var(--swiper-theme-color1);
  border-color: var(--swiper-theme-color1);
}

.hidden {
    display: none !important;
}


/*/////////  COMMON ////////*/


/* SCREENSHOTS */

#get_images {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: none;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#get_images:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0cf;
  border-radius: 10rem;
  z-index: -2;
}
#get_images:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #008fb3;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
#get_images:hover {
  color: #fff;
}
#get_images:hover:before {
  width: 100%;
}


.get-images-block{
  position:fixed; 
  bottom: 50px;     
  right: 120px;      
  width:100px;   
  height:45px;   
  z-index:19;    
}


.screenshot-content {
      background-color: #fff;
  /* окно будет находится по центру по горизонтали и с отступом сверху в 100 px */
  margin: 50px auto; 
  padding: 20px;
  width: 50%; 
  font-size: 20px;
  height: 90%;
  /* разнесем текст и кнопоку по краям окна */
  display: block;
  justify-content: space-between;
  overflow-y: scroll;
  overflow-x: unset;
}


.screenshot-block {
      display: none; /* скрыт по умолчанию */
  /* темный фон при открытии модалки должен быть на всю страницу */
  position: fixed; 
  z-index: 20; /* поверх всех элементов */
  left: 0;
  top: 0;
  width: 100vw; /* полная ширина */
  height: 100vh; /* полная высота */
  background-color: rgba(0,0,0,0.7); /* цвет фона - прозрачный черный */
}

#result > canvas {
    width: 100% !important;
    height: 100% !important;
}


.screenshot-close {
    float: right;
}


.screenshot-save {
    text-align: center;
}

.screenshot-clear {
    margin-left: 20px;
    border: 1px solid #049ae5;
    border-radius: 50px;
    padding: 0 30px;
    font-size: 14px;
    height: 50px;
    line-height: 46px;
    font-weight: 700;
    color: #049ae5;
}

.screenshot-description {
    position: fixed;
    bottom: 50px;
    background: #fff;
    width: 50%;
    margin-left: -20px;
    height: 50px;
}

.screenshot-description p {
    margin-top: 10px;
}


@media (max-width: 767px) {
  
  .screenshot-content {
    width: 90%;
  }
  
  .screenshot-description {
      width: 90%;
  }
  
}


/*//////////////// SCREENSHOTS ////////////////////*/



/*LAW TOOLTIP */

/* Контейнер подсказок */
.law-tooltip {
    position: relative;
    display: inline-block;
    float: right;
    z-index: 19;
 
}

/* Текст подсказки */
.law-tooltip .law-tooltiptext {
    visibility: hidden;
    width: 700px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 18;
    top: 95%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    right: 10px;
    max-height: 400px;
    overflow-y: scroll;
    max-width: 700px;

}

.law-tooltiptext::-webkit-scrollbar {
  width: 6px;               /* ширина всей полосы прокрутки */
}

.law-tooltiptext::-webkit-scrollbar-track {
  background: #44423e;        /* цвет зоны отслеживания */
}

.law-tooltiptext::-webkit-scrollbar-thumb {
  background-color: #000000;    /* цвет бегунка */
  border-radius: 20px;       /* округлось бегунка */
  border: 3px solid #000000;  /* отступ вокруг бегунка */
}


.slaw-tooltiptext {
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: hsl(0 0% 50%);
  /* postcss-scrollbar will add the -webkit version automatically! */
}

.law-tooltip p {
    float: right;
}

.law-tooltip i {
    float: right;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    opacity: 0.2;
    z-index: 15;
    position: relative;
    text-align: center;
    padding-top: 5px;
    font-size: 20px;
}

.law-tooltip i:hover {
    opacity: 1;
}


.law-tooltip-block {
    position: absolute;
    top: 90px;
    z-index: 15;
}

/* Подсказка стрелка */
.law-tooltip .law-tooltiptext::after {
/*
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
*/
}

/* Отображение текста подсказки при наведении курсора мыши на контейнер подсказки */
.law-tooltip:hover .law-tooltiptext {
  visibility: visible;
  opacity: 1;
}


/*/////////////  LAW TOOLTIP //////////// */


/*  ===== COLOR BLOCK
*   =========================================
*   Базовый контейнер выдвижной панели */

#color-block .color-select {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0px 5px;
}

#color-block .color-select:hover {
    cursor: pointer;
}

#color-select-1 {
    background: #049ae5;
}

#color-select-2 {
    background: #0e618b;
}

#color-select-3 {
    background: #2bbbad;
}

#color-select-4 {
    background: #83b81d;
}

#color-select-5 {
    background: #dd6149;
}

#color-select-6 {
    background: #dc2f2f;
}

#color-select-7 {
    background: #212849;
}

#top-box {
    display: none;
}

#color-block .top-panel {
    background: #39464e;
    position: fixed;
   
   /* 
      background: var(--swiper-theme-color1);
      position: absolute;
    */
    top: -250px;
    left: 0;
    width: 100%;
    height: 250px;
    padding: 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: top 400ms cubic-bezier(0.17,0.04,0.03,0.94);
    z-index: 20;
}
/* Блок сообщения */
#color-block .message {
    color: #fff;
    font-weight: 300;
    position: relative;
    padding: 3em 2em;
    margin: 0 auto;
    max-width: 980px;
    display: flex;
}
/* Заголовок 1 уровня */
#color-block .message h1 {
    color: #fff
}
/* Заголовок 2 уровня */
#color-block .message h2 {
    color: #888
}
#color-block .message p {
    margin: 1em 0
}
#color-block .message a {
    text-decoration: none;
    color: #748b74
}
#color-block .message a:hover {
    color: #95984b
}
/* Переключатель панели */
#color-block label.btn {
    display: block;
    /*position: absolute;*/
    position: fixed;
    right: 50px;
    top: 0;
    cursor: pointer;
    background: #2bbbad;
    width: 50px;
    border-radius: 0 0 5px 5px;
    padding: 8px 5px;
    color: #FFF;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    transition: all 400ms cubic-bezier(0.17,0.04,0.03,0.94);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    z-index: 19
}
/* Переключатель при наведении */
#color-block label.btn:hover {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}
/* Стрелка переключателя вниз */
#color-block label.btn:after {
    content: '\f078';
    font: normal 18px/1 FontAwesome;
    text-decoration: inherit
}
/* Активация панели */
#color-block .open:checked ~ .top-panel {
    top: 0
}

#color-block .open:checked ~ label.btn {
    top: 250px
}
/* Смещение контейнера контента страницы */
#color-block .open:checked ~ .container {
    margin-top: 300px
}
/* Цвет переключателя при клике */
#color-block .open:checked + label.btn {
    background: #dd6149
}
/* Стрелка переключателя вверх*/
#color-block .open:checked + label.btn:after {
    content: '\f077';
    font: normal 18px/1 FontAwesome
}
/* Контейнер контента */
#color-block .container {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    transition: margin 400ms cubic-bezier(0.17,0.04,0.03,0.94);
    padding: 5em 3em
}


article ul {
  list-style-type: disc !important;
  margin: revert !important;
  padding: revert !important;
}
article p {
    font-size: revert;
    font-weight: revert;
    line-height: revert;
    margin: revert;
}
article span {
    display: revert;
}
article iframe {
    max-width: 100%;
}
/* -----------------------------------------------------------------------------------

/*-----------------------------------------------------------------------------------

    Template Name: Medical - Medical and Health Bootstrap Template
    Author URL: https://graygrids.com
    Description:
    Author: GrayGrids
    Version: 1.0

-----------------------------------------------------------------------------------

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

----------------------------------------------------------------------------------- */

/*COMMON*/
.btn-primary {
  color: #fff;
  background-color: var(--color1);
  border-color: var(--color1);
}

.btn-primary:hover{
    background-color: var(--color2);
    border-color: var(--color2);
}

/*/////////  COMMON ////////*/


/*FEEDBACK BLOCK*/


#box_modal {
    display: none;
    position: fixed;
    z-index: 22;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.7);
}

#feedback-submit {
    width: auto !important;
}

.feedback-block {
    display: none;
    position: fixed;
    z-index: 21;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.7);
}

.modal-block {
    margin: auto;
    position: relative;
    height: fit-content;
    width: 600px;
    display: block;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: $modal-delay;
    background: #fff;
    color: #000;
    overflow: hidden;
    padding: 15px;
    border-radius: 7px;
    text-align: left;
}

#feedback-block div {
    text-align: center;
}

#feedback-block input {
    width: 80%;
}

#feedback-block textarea {
    width: 80%;
    resize: none;
}

/*//////////////// FEEDBACK BLOCK /////////////////*/




/*Drag and Drop*/


.box {
  border: 3px solid #666;
  border-radius: .5em;
  padding: 10px;
}

.box.over {
  border: 3px dotted #ff0000;
  padding: 10px;
  cursor: move;
}

[draggable] {
  user-select: none;
}

/*/////////// Drag and Drop /////////////////*/

























.parent-div {
    position: relative;
}

.features-area {
  overflow: hidden;
}

.section-arrow-up {
    z-index: 15;
    opacity: 0.2;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    top: 75px;
    padding: 5px 0px 0px 6px;
}

.section-arrow-up:hover {
  opacity: 1;
}

.section-arrow-up::before {

}

.section-arrow-down {
    z-index: 15;
    opacity: 0.2;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    top: 110px;
    padding: 5px 0px 0px 6px;
}

.section-arrow-down:hover {
  opacity: 1;
}

.section-arrow-down::before {


}


.section-arrow-next {
    background: #fff;
    position: absolute;
    top: 40px;
    right: 0px;
    z-index: 15;
    opacity: 0.2;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding-left: 10px;
}

.section-arrow-next:hover {
  opacity: 1;
}

.section-arrow-prev > .lni-chevron-left:before{
  font-size: 24px;
  font-weight: 700;
}

.section-arrow-prev {
    background: #fff;
    position: relative;
    top: 40px;
    left: 0px;
    z-index: 13;
    opacity: 0.2;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0px 0px 0px 5px;
}

.section-arrow-prev:hover {
  opacity: 1;
}

.section-arrow-next > .lni-chevron-right:before{
  font-size: 24px;
  font-weight: 700;
}

.navbar-brand {
  max-width: 20%;
  display: inline-flex;
}

.container-nav {
  max-width: 90%;
  margin: auto;
}

.call-action-area {
  padding: 50px;
  width: 100%;
}


/* ABOUT2 */

.message-box h4 {
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 5px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 17px;
  color: #0071d1;
}

.message-box h2 {
  font-weight: bold;
  font-size: 34px;
}

.message-box .lead {
  padding-top: 10px;
  font-size: 16px;
  font-style: normal;
  color: #999;
  padding-bottom: 0;
  font-weight: 400;
}

.message-box p {
  margin-bottom: 15px;
}

.post-media {
  position: relative;
}

.service-widget h3 {
  font-size: 16px;
  color: #ffffff;
  padding: 12px 0 12px;
  margin: 0;
  background: #049ae5;
  text-align: center;
}

.post-media img {
  width: 100%;
}

/* LINE ICONS */

.lni-stethoscope:before {
  content: "\ea01";
}

.lni-chevron-left::before {
  content: "<";
}

.lni-chevron-right::before {
  content: ">";
}

/* SERVICE */

/* ===========================
    1. COMMON css 
=========================== */

body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #56566a;
}

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

a:focus, input:focus, textarea:focus, button:focus {
  text-decoration: none;
  outline: none;
}

a:focus, a:hover {
  text-decoration: none;
}

i, span, a {
  display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #212849;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #56566a;
  margin: 0px;
}

@media (max-width: 767px) {
  p {
    font-size: 15px;
    line-height: 25px;
  }
  h3 {
    font-size: initial;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 27px;
  }
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/* ===== All Button Style ===== */

.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid var(--color1);
  padding: 0 30px;
  font-size: 14px;
  height: 50px;
  line-height: 46px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: var(--color1);
  font-family: "Open Sans", sans-serif;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: uppercase;
  border-radius: 50px;
}

@media (max-width: 767px) {
  .main-btn {
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .main-btn {
    padding: 0 30px;
    height: 50px;
    line-height: 48px;
  }
}

.main-btn::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color2);
  z-index: -1;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  border-radius: 50px;
}

.main-btn:hover {
  color: #fff;
  border-color: var(--color2);
}

.main-btn:hover::before {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.main-btn.main-btn-2 {
  background-color: #fff;
  color: var(--color1);
  border-color: #fff;
  border-radius: 50px;
}

.main-btn.main-btn-2::before {
  display: none;
}

.main-btn.main-btn-2:hover {
  background-color: var(--color1);
  border-color: var(--color1);
  color: #fff;
}

/* ===== All Section Title Style ===== */

.section-title .sub-title {
  font-size: 18px;
  color: var(--color1);
  text-transform: uppercase;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .section-title .sub-title {
    font-size: 16px;
  }
}

.section-title .title {
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title .title {
    font-size: 40px;
    line-height: 55px;
  }
}

@media (max-width: 767px) {
  .section-title .title {
    font-size: 28px;
    line-height: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title .title {
    font-size: 36px;
    line-height: 50px;
  }
}

.section-title.section-title-two .sub-title, .section-title.section-title-two .title {
  color: #fff;
}

/* ===== All Pagination Style ===== */

.pagination .page-item {
  margin: 0 10px;
}

@media (max-width: 767px) {
  .pagination .page-item {
    margin: 0 5px;
  }
}

.pagination .page-item a {
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  color: #56566a;
  border: 2px solid rgba(4, 154, 229, 0.1);
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 700;
}

@media (max-width: 767px) {
  .pagination .page-item a {
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 36px;
  }
}

.pagination .page-item a i {
  font-size: 18px;
}

.pagination .page-item a.active, .pagination .page-item a:hover {
  background-color: #049ae5;
  color: #fff;
  -moz-box-shadow: 0px 6px 9px 0px rgba(4, 154, 229, 0.4);
  box-shadow: 0px 6px 9px 0px rgba(4, 154, 229, 0.4);
}

/* ===== All Preloader Style ===== */

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .ytp-spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  border-color: #049ae5 #049ae5 #ddd;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #ddd;
  -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #ddd;
  -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

/* ===========================
      3.SLIDER css 
=========================== */


.slider-active {
  width: 100%;
}

.slider-active .slick-arrow {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  z-index: 5;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

.slider-active .slick-arrow.next {
  left: auto;
  right: 0px;
}
.slick-arrow.next {
  width: auto;
}
.slider-active .slick-arrow i {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #efefef;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  color: #049ae5;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-active .slick-arrow i {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.slider-active .slick-arrow i:hover {
  background-color: #049ae5;
  color: #fff;
}

.slider-active:hover .slick-arrow {
  left: 30px;
  opacity: 1;
}

.slider-active:hover .slick-arrow.next {
  left: auto;
  right: 30px;
}

.slider-active .slick-dots {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
}

.slider-active .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.slider-active .slick-dots li button {
  font-size: 0;
  width: 13px;
  height: 13px;
  background-color: #efefef;
  border: 0;
  border-radius: 50%;
}

.slider-active .slick-dots li.slick-active button {
  background-color: #049ae5;
}

.single-slider {
  position: relative;
}

.single-slider .slider-image {
  height: 600px;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-slider .slider-image {
    height: 700px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider .slider-image {
    height: 650px;
  }
}

@media (max-width: 767px) {
  .single-slider .slider-image {
    height: 600px;
  }
}

.single-slider .slider-image img {
  height: 800px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.single-slider .slider-content {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 9;
}

.single-slider .slider-content .slider-sub-title {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  color: #049ae5;
  text-transform: uppercase;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider .slider-content .slider-sub-title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .single-slider .slider-content .slider-sub-title {
    font-size: 18px;
  }
}

.single-slider .slider-content .slider-sub-title.sub-title {
  color: #fff;
}

.single-slider .slider-content .slider-title {
  font-size: 60px;
  color: #212849;
  font-weight: 700;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider .slider-content .slider-title {
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  .single-slider .slider-content .slider-title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-slider .slider-content .slider-title {
    font-size: 40px;
  }
}

.single-slider .slider-content .slider-title.title {
  color: #fff;
}

.single-slider .slider-content .main-btn {
  margin-top: 50px;
  height: 60px;
  line-height: 60px;
}

.single-slider .slider-content .main-btn i {
  margin-left: 5px;
}

.kenburns {
  -moz-animation: kenburns 10s;
  -o-animation: kenburns 10s;
  animation: kenburns 10s;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

@keyframes kenburns {
  from {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2) rotate(0.1deg);
    -moz-transform: scale(1.2, 1.2) rotate(0.1deg);
    -ms-transform: scale(1.2, 1.2) rotate(0.1deg);
    -o-transform: scale(1.2, 1.2) rotate(0.1deg);
    transform: scale(1.2, 1.2) rotate(0.1deg);
  }
}

/* ==== INDEX 2 ==== */

.slider-two {
  position: relative;
}

.slider-two::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(4, 154, 229, 0.9);
}

.slider-two-active .slick-arrow {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  z-index: 5;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

.slider-two-active .slick-arrow.next {
  left: auto;
  right: 0px;
}

.slider-two-active .slick-arrow i {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #efefef;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  color: #049ae5;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-two-active .slick-arrow i {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.slider-two-active .slick-arrow i:hover {
  background-color: #049ae5;
  color: #fff;
}

.slider-two-active:hover .slick-arrow {
  left: 30px;
  opacity: 1;
}

.slider-two-active:hover .slick-arrow.next {
  left: auto;
  right: 30px;
}

.single-slider-two {
  padding-top: 235px;
  padding-bottom: 235px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-slider-two {
    padding-top: 160px;
    padding-bottom: 180px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider-two {
    padding-top: 160px;
    padding-bottom: 180px;
  }
}

@media (max-width: 767px) {
  .single-slider-two {
    padding-top: 140px;
    padding-bottom: 150px;
  }
}

.single-slider-two .single-slider-content .slider-title {
  font-size: 72px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-slider-two .single-slider-content .slider-title {
    font-size: 62px;
  }
}

@media (max-width: 767px) {
  .single-slider-two .single-slider-content .slider-title {
    font-size: 34px;
  }
}

.single-slider-two .single-slider-content .text {
  color: #fff;
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-slider-two .single-slider-content .text {
    font-size: 18px;
    line-height: 27px;
  }
}

@media (max-width: 767px) {
  .single-slider-two .single-slider-content .text {
    font-size: 15px;
    line-height: 24px;
  }
}

.single-slider-two .single-slider-content .main-btn {
  line-height: 60px;
  height: 60px;
}

@media (max-width: 767px) {
  .single-slider-two .single-slider-content .main-btn {
    height: 45px;
    line-height: 45px;
  }
}

.single-slider-two .single-slider-content .main-btn i {
  margin-right: 10px;
}

.single-slider-two .slider-hero {
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-slider-two .slider-hero {
    width: 45%;
  }
}



/* ===========================
     6.DEPARTMENT css 
=========================== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .department-area {
    padding-top: 95px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .department-area {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}

.department-tab .nav .nav-item {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .department-tab .nav .nav-item {
    width: 19%;
  }
}

.department-tab .nav .nav-item a {
  text-align: center;
  border: 1px solid #ddd;
  padding: 30px 5px;
  width: 165px;
  height: 165px;
  position: relative;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .department-tab .nav .nav-item a {
    width: 130px;
    height: 130px;
    padding: 12px 5px;
  }
}

@media (max-width: 767px) {
  .department-tab .nav .nav-item a {
    width: auto;
    height: auto;
    padding: 8px 5px;
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .department-tab .nav .nav-item a {
    width: 95px;
    height: 95px;
    padding: 12px 5px;
  }
}

.department-tab .nav .nav-item a::before {
  position: absolute;
  content: '';
  bottom: -16px;
  left: 50%;
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  width: 30px;
  height: 30px;
  border-right: 1px solid #049ae5;
  border-bottom: 1px solid #049ae5;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: #ecf2ff;
}

@media (max-width: 767px) {
  .department-tab .nav .nav-item a::before {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .department-tab .nav .nav-item a::before {
    width: 20px;
    height: 20px;
    bottom: -11px;
    display: block;
  }
}

.department-tab .nav .nav-item a i {
  font-size: 70px;
  color: #212849;
  line-height: 60px;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .department-tab .nav .nav-item a i {
    font-size: 50px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .department-tab .nav .nav-item a i {
    font-size: 26px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .department-tab .nav .nav-item a i {
    font-size: 30px;
    line-height: 20px;
  }
}

.department-tab .nav .nav-item a span {
  font-size: 20px;
  font-weight: 500;
  color: #212849;
  display: block;
  margin-top: 15px;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .department-tab .nav .nav-item a span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .department-tab .nav .nav-item a span {
    font-size: 12px;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .department-tab .nav .nav-item a span {
    font-size: 15px;
    margin-top: 5px;
  }
}

.department-tab .nav .nav-item a:hover, .department-tab .nav .nav-item a.active {
  border-color: #049ae5;
  background-color: #ecf2ff;
}

.department-tab .nav .nav-item a:hover i, .department-tab .nav .nav-item a.active i {
  color: #049ae5;
}

.department-tab .nav .nav-item a:hover span, .department-tab .nav .nav-item a.active span {
  color: #049ae5;
}

.department-tab .nav .nav-item a:hover::before, .department-tab .nav .nav-item a.active::before {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .department-tab .tab-content {
    margin-top: 30px;
  }
}

.department-tab .tab-content .tab-pane .department-content {
  border: 5px solid rgba(4, 154, 229, 0.72);
  padding: 15px 30px 55px;
}

@media (max-width: 767px) {
  .department-tab .tab-content .tab-pane .department-content {
    padding: 0 20px 30px;
  }
}

.department-tab .tab-content .tab-pane .department-content .department-image img {
  width: 100%;
}

.department-tab .tab-content .tab-pane .department-content .department-info-text .sub-title {
  font-size: 18px;
  font-weight: 500;
  color: #049ae5;
  text-transform: uppercase;
  padding-left: 70px;
  position: relative;
}

@media (max-width: 767px) {
  .department-tab .tab-content .tab-pane .department-content .department-info-text .sub-title {
    font-size: 16px;
  }
}

.department-tab .tab-content .tab-pane .department-content .department-info-text .sub-title::before {
  position: absolute;
  content: '';
  width: 60px;
  height: 2px;
  background-color: #049ae5;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.department-tab .tab-content .tab-pane .department-content .department-info-text .title {
  font-size: 30px;
  font-weight: 700;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .department-tab .tab-content .tab-pane .department-content .department-info-text .title {
    font-size: 22px;
  }
}

.department-tab .tab-content .tab-pane .department-content .department-info-text .text {
  margin-top: 25px;
}

.department-tab .tab-content .tab-pane .department-content .department-info-text .main-btn {
  margin-top: 25px;
}


/* ===========================
     8.TEAM css 
=========================== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-area {
    padding-top: 95px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .team-area {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}

.single-team {
  border: 5px solid rgba(4, 154, 229, 0.1);
  padding: 55px 45px;
  background-color: #fff;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-team {
    padding: 45px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-team {
    padding: 45px 20px;
  }
}

@media (max-width: 767px) {
  .single-team {
    padding: 45px 20px;
  }
}

.single-team .team-image img {
  border-radius: 50%;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-team .team-image img {
    width: 180px;
  }
}

@media (max-width: 767px) {
  .single-team .team-image img {
    width: 180px;
  }
}

.single-team .team-content {
  margin-top: 35px;
}

.single-team .team-content .team-name a {
  font-size: 20px;
  color: #212849;
  font-weight: 700;
  margin-bottom: 5px;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-team .team-content .team-name a:hover {
  color: #049ae5;
}

.single-team .team-content span {
  font-size: 15px;
  color: #56566a;
  margin-bottom: 20px;
}

.single-team .team-content .social {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.single-team .team-content .social li {
  display: inline-block;
  margin: 0 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-team .team-content .social li {
    margin: 0 7px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-team .team-content .social li {
    margin: 0 7px;
  }
}

@media (max-width: 767px) {
  .single-team .team-content .social li {
    margin: 0 7px;
  }
}

.single-team .team-content .social li a {
  width: 35px;
  height: 35px;
  line-height: 38px;
  text-align: center;
  font-size: 15px;
  background-color: #efefef;
  color: #a1a1a1;
  border-radius: 50%;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-team .team-content .social li a:hover {
  -moz-box-shadow: 0px 8px 16px 0px rgba(4, 154, 229, 0.45);
  box-shadow: 0px 8px 16px 0px rgba(4, 154, 229, 0.45);
  background-color: #049ae5;
  color: #fff;
}

.single-team:hover {
  border-color: #fff;
  -moz-box-shadow: 0px 0px 16px 0px rgba(4, 154, 229, 0.21);
  box-shadow: 0px 0px 16px 0px rgba(4, 154, 229, 0.21);
}

.team-active .slick-arrow {
  position: absolute;
  top: 50%;
  left: -70px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-active .slick-arrow {
    left: -40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-active .slick-arrow {
    left: -50px;
  }
}

@media (max-width: 767px) {
  .team-active .slick-arrow {
    left: -50px;
  }
}

.team-active .slick-arrow.next {
  left: auto;
  right: -70px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-active .slick-arrow.next {
    right: -40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-active .slick-arrow.next {
    right: -50px;
  }
}

@media (max-width: 767px) {
  .team-active .slick-arrow.next {
    right: -50px;
  }
}

.team-active .slick-arrow i {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #efefef;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  color: #049ae5;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-active .slick-arrow i {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-active .slick-arrow i {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .team-active .slick-arrow i {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.team-active .slick-arrow i:hover {
  background-color: #049ae5;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-area-tow {
    padding-top: 95px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .team-area-tow {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}

/* ==== INDEX 2 ===== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .doctors-two-are {
    padding-top: 95px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .doctors-two-are {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}

.doctors-active .slick-arrow {
  position: absolute;
  top: 50%;
  left: -70px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .doctors-active .slick-arrow {
    left: -40px;
  }
}

.doctors-active .slick-arrow.next {
  left: auto;
  right: -70px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .doctors-active .slick-arrow.next {
    right: -40px;
  }
}

.doctors-active .slick-arrow i {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #efefef;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  color: #049ae5;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .doctors-active .slick-arrow i {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.doctors-active .slick-arrow i:hover {
  background-color: #049ae5;
  color: #fff;
}

.single-doctors .doctors-image img {
  width: 100%;
}

.single-doctors .doctors-content {
  border: 2px solid rgba(4, 154, 229, 0.1);
  border-top: 0;
  padding-bottom: 40px;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-doctors .doctors-content .main-btn {
  border-color: rgba(4, 154, 229, 0.18);
  margin-top: -25px;
  position: relative;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
}

.single-doctors .doctors-content .main-btn:hover {
  -moz-box-shadow: 0px 6px 20px 0px rgba(4, 154, 229, 0.18);
  box-shadow: 0px 6px 20px 0px rgba(4, 154, 229, 0.18);
}

.single-doctors .doctors-content .doctors-name a {
  font-size: 20px;
  font-weight: 700;
  color: #212849;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-top: 20px;
}

.single-doctors .doctors-content .doctors-name a:hover {
  color: #049ae5;
}

.single-doctors .doctors-content .sub-title {
  font-size: 14px;
  color: #56566a;
}

.single-doctors .doctors-content .social {
  margin-top: 25px;
}

.single-doctors .doctors-content .social li {
  display: inline-block;
  margin: 0 5px;
}

.single-doctors .doctors-content .social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #efefef;
  color: #a1a1a1;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-doctors .doctors-content .social li a:hover {
  color: #fff;
  background-color: #049ae5;
  -moz-box-shadow: 0px 8px 16px 0px rgba(4, 154, 229, 0.45);
  box-shadow: 0px 8px 16px 0px rgba(4, 154, 229, 0.45);
}

.single-doctors:hover .doctors-content {
  border-color: #fff;
  -moz-box-shadow: 0px 0px 16px 0px rgba(4, 154, 229, 0.21);
  box-shadow: 0px 0px 16px 0px rgba(4, 154, 229, 0.21);
}


/* ===========================
    12. PAGE BANNER css 
=========================== */

.page-content {
  position: relative;
  z-index: 5;
  padding-top: 60px;
  padding-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .page-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.page-content .page-title {
  font-size: 72px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .page-content .page-title {
    font-size: 62px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-content .page-title {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .page-content .page-title {
    font-size: 30px;
  }
}

.page-content ul li {
  display: inline-block;
  position: relative;
}

.page-content ul li + li {
  margin-left: 30px;
}

.page-content ul li + li::before {
  position: absolute;
  content: "\ea46";
  font-family: lineicons;
  color: #fff;
  left: -24px;
  top: 3px;
}

.page-content ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 767px) {
  .page-content ul li a {
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-content ul li a {
    font-size: 18px;
  }
}

/* ===========================
    13. ABOUT PAGE css 
=========================== */

.about-page {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-page {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .about-page {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.about-page .about-shape-left {
  position: absolute;
  bottom: 130px;
  left: 0;
  max-width: 130px;
  z-index: -1;
}

@media only screen and (min-width: 1400px) {
  .about-page .about-shape-left {
    max-width: none;
  }
}

.about-page .about-shape-right {
  position: absolute;
  top: 215px;
  right: 0;
  max-width: 200px;
  z-index: -1;
}

@media only screen and (min-width: 1400px) {
  .about-page .about-shape-right {
    max-width: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-features {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .about-features {
    padding-bottom: 30px;
  }
}

.single-about-features .features-icon i {
  font-size: 60px;
  color: #049ae5;
  width: 95px;
  height: 95px;
  line-height: 91px;
  border: 2px solid #ddd;
  border-radius: 10px;
  text-align: center;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-about-features .features-icon i {
    width: 75px;
    height: 75px;
    line-height: 71px;
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .single-about-features .features-icon i {
    width: 75px;
    height: 75px;
    line-height: 71px;
    font-size: 40px;
  }
}

.single-about-features .features-content {
  padding-left: 20px;
}

.single-about-features .features-content .features-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-about-features .features-content .features-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .single-about-features .features-content .features-title {
    font-size: 20px;
  }
}

.single-about-features .features-content .text {
  font-size: 16px;
  line-height: 28px;
}

.single-about-features:hover .features-icon i {
  border-color: #049ae5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-page-content {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .about-page-content {
    padding-top: 0;
  }
}

.about-page-content .text {
  margin-bottom: 5px;
}

.about-page-content ul li {
  width: 50%;
  float: left;
  font-size: 16px;
  color: #212849;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .about-page-content ul li {
    width: 100%;
    float: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-page-content ul li {
    width: 50%;
    float: left;
  }
}

.about-page-content ul li i {
  margin-right: 5px;
  color: #049ae5;
  font-size: 18px;
}

.about-page-content .main-btn {
  margin-top: 35px;
}

.about-image-tow {
  position: relative;
}

.about-image-tow::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background-color: rgba(4, 154, 229, 0.3);
  width: 100%;
  height: 100%;
}

.about-image-tow img {
  width: 100%;
}

.about-image-tow .about-video {
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 50%;
  color: #fff;
  background-color: #049ae5;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.about-image-tow .about-video:hover {
  color: #049ae5;
  background-color: #fff;
}

@media (max-width: 767px) {
  .about-image-tow .about-video {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

/* ===========================
    14. COUNTER css 
=========================== */

.counter-area {
  background-color: #212849;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .counter-area {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.single-counter .counter-icon {
  width: 120px;
  height: 120px;
  line-height: 110px;
  text-align: center;
  background-image: url(../images/dots-2.png);
  background-repeat: repeat;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-counter .counter-icon {
    width: 95px;
    height: 95px;
    line-height: 95px;
  }
}

.single-counter .counter-icon::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #212849;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.single-counter .counter-icon i {
  font-size: 60px;
  color: #fff;
  position: relative;
  z-index: 5;
  line-height: 125px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-counter .counter-icon i {
    font-size: 40px;
    line-height: 95px;
  }
}

.single-counter .counter-content {
  padding: 75px 30px 30px;
  background-image: url(../images/dots-2.png);
  background-repeat: repeat;
  position: relative;
  margin-top: -60px;
}

.single-counter .counter-content::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  -moz-transform: scaleX(0.96) scaleY(0.94);
  -ms-transform: scaleX(0.96) scaleY(0.94);
  -o-transform: scaleX(0.96) scaleY(0.94);
  transform: scaleX(0.96) scaleY(0.94);
  background-color: #212849;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-counter .counter-content::before {
    -moz-transform: scaleX(0.97) scaleY(0.94);
    -ms-transform: scaleX(0.97) scaleY(0.94);
    -o-transform: scaleX(0.97) scaleY(0.94);
    transform: scaleX(0.97) scaleY(0.94);
  }
}

.single-counter .counter-content .count {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  position: relative;
  z-index: 5;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-counter .counter-content .count {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-counter .counter-content .count {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .single-counter .counter-content .count {
    font-size: 50px;
  }
}

.single-counter .counter-content .sub-title {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 5;
}

/* ===========================
 15. VAIDEO APPOINTMENT css 
=========================== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-appointment {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .video-appointment {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.video-icon {
  position: relative;
  z-index: 5;
}

.video-icon a {
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  font-size: 40px;
  color: #049ae5;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.video-icon a:hover {
  color: #fff;
  background-color: #049ae5;
}

@media (max-width: 767px) {
  .video-icon a {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 30px;
  }
}

.make-appointment {
  position: relative;
  z-index: 5;
}

.make-appointment .appointment-content {
  background-color: #fff;
  padding: 40px 45px;
}

@media (max-width: 767px) {
  .make-appointment .appointment-content {
    padding: 25px 30px;
  }
}

.make-appointment .appointment-content .appointment-title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #212849;
  line-height: 48px;
}

@media (max-width: 767px) {
  .make-appointment .appointment-content .appointment-title {
    font-size: 28px;
    line-height: 38px;
  }
}

.make-appointment .appointment-content .appointment-items {
  margin-top: 35px;
  position: relative;
}

.make-appointment .appointment-content .appointment-items .items-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.make-appointment .appointment-content .appointment-items .items-icon i {
  font-size: 24px;
  color: #212849;
}

@media (max-width: 767px) {
  .make-appointment .appointment-content .appointment-items .items-icon i {
    font-size: 18px;
  }
}

.make-appointment .appointment-content .appointment-items .items-content {
  padding-left: 30px;
}

.make-appointment .appointment-content .appointment-items .items-content .items-title {
  color: #212849;
  font-size: 24px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .make-appointment .appointment-content .appointment-items .items-content .items-title {
    font-size: 18px;
  }
}

.make-appointment .appointment-btn .main-btn {
  width: 100%;
  height: 70px;
  line-height: 68px;
}

/* ==== INDEX 2 ==== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-two-area {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .appointment-two-area {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}

.appointment-two {
  padding: 52px 30px 60px;
  -moz-box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.2);
}

@media (max-width: 767px) {
  .appointment-two {
    padding: 42px 20px 50px;
  }
}

.appointment-two .appointment-two-title .title {
  font-size: 30px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .appointment-two .appointment-two-title .title {
    font-size: 20px;
  }
}

.appointment-two .appointment-two-form .single-appointment-form {
  margin-top: 30px;
  position: relative;
}

.appointment-two .appointment-two-form .single-appointment-form .nice-select {
  background: none;
  width: 100%;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #ddd;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .appointment-two .appointment-two-form .single-appointment-form .nice-select {
    height: 50px;
    padding: 0 20px;
  }
}

.appointment-two .appointment-two-form .single-appointment-form .nice-select:focus {
  border-color: #049ae5;
}

.appointment-two .appointment-two-form .single-appointment-form .nice-select::after {
  width: 10px;
  height: 10px;
  border-color: #56566a;
  right: 23px;
}

.appointment-two .appointment-two-form .single-appointment-form .nice-select .current {
  line-height: 60px;
  font-size: 15px;
  color: #56566a;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 767px) {
  .appointment-two .appointment-two-form .single-appointment-form .nice-select .current {
    line-height: 50px;
    font-size: 14px;
  }
}

.appointment-two .appointment-two-form .single-appointment-form .nice-select .list {
  margin-top: 3px;
  border-radius: 0;
  width: 100%;
}

.appointment-two .appointment-two-form .single-appointment-form .nice-select .list .option {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  min-height: 35px;
}

.appointment-two .appointment-two-form .single-appointment-form input {
  width: 100%;
  height: 60px;
  border: 1px solid #ddd;
  padding: 0 30px;
  color: #56566a;
  font-size: 16px;
  border-radius: 0;
  border-radius: 50px;
}

.appointment-two .appointment-two-form .single-appointment-form input:focus {
  border-color: #049ae5;
}

@media (max-width: 767px) {
  .appointment-two .appointment-two-form .single-appointment-form input {
    height: 50px;
    font-size: 14px;
    padding: 0 20px;
  }
}

.appointment-two .appointment-two-form .single-appointment-form input::placeholder {
  opacity: 1;
  color: #56566a;
}

.appointment-two .appointment-two-form .single-appointment-form input::-ms-input-placeholder {
  opacity: 1;
  color: #56566a;
}

.appointment-two .appointment-two-form .single-appointment-form input::-moz-placeholder {
  opacity: 1;
  color: #56566a;
}

.appointment-two .appointment-two-form .single-appointment-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #56566a;
}

.appointment-two .appointment-two-form .single-appointment-form .input-group-append {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}

.appointment-two .appointment-two-form .single-appointment-form .input-group-append .btn.btn-outline-secondary {
  border-radius: 0;
  border: 0;
  width: 60px;
  height: 60px;
  color: #56566a;
}

.appointment-two .appointment-two-form .single-appointment-form .icons {
  position: absolute;
  top: 17px;
  right: 20px;
  font-size: 16px;
  color: #56566a;
}

.appointment-two .appointment-two-form .single-appointment-form .main-btn {
  border-radius: 50px;
}

.appointment-two .appointment-two-form .single-appointment-form .main-btn::before {
  border-radius: 50px;
}

.appointment-two .appointment-two-form .single-appointment-form .main-btn:hover {
  -moz-box-shadow: 0px 6px 20px 0px rgba(4, 154, 229, 0.65);
  box-shadow: 0px 6px 20px 0px rgba(4, 154, 229, 0.65);
}

/* ===========================
     16. DEPARTMENT css 
=========================== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .department-page {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .department-page {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.single-department {
  border: 5px solid rgba(4, 154, 229, 0.1);
  padding: 33px 20px;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-department .department-icon i {
  width: 115px;
  height: 115px;
  line-height: 115px;
  text-align: center;
  background-color: rgba(4, 154, 229, 0.35);
  color: #049ae5;
  font-size: 60px;
  border-radius: 50%;
}

.single-department .department-content {
  padding-top: 35px;
}

.single-department .department-content .department-title a {
  font-size: 24px;
  font-weight: 700;
  color: #212849;
  margin-bottom: 15px;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-department .department-content .department-title a:hover {
  color: #049ae5;
}

.single-department .department-content .text {
  margin-bottom: 25px;
}

.single-department .department-content .main-btn {
  border-radius: 50px;
  border: 2px solid rgba(4, 154, 229, 0.2);
}

.single-department .department-content .main-btn i {
  margin-left: 5px;
}

.single-department:hover {
  border-color: #fff;
  -moz-box-shadow: 0px 0px 16px 0px rgba(4, 154, 229, 0.21);
  box-shadow: 0px 0px 16px 0px rgba(4, 154, 229, 0.21);
}

.department-btn .main-btn {
  width: 160px;
}

/* ===========================
 17. DEPARTMENT DETAILS css 
=========================== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .department-details-page {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .department-details-page {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

.department-details .details-thumb img {
  width: 100%;
}

.department-details .details-title {
  margin-top: 25px;
}

.department-details .details-title .title {
  font-size: 50px;
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .department-details .details-title .title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .department-details .details-title .title {
    font-size: 28px;
  }
}

.department-details .details-content {
  margin-top: 25px;
}

.department-details .details-image img {
  width: 100%;
  margin-top: 30px;
}

.department-details .details-list ul li {
  font-size: 18px;
  color: #212849;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .department-details .details-list ul li {
    font-size: 16px;
  }
}

.department-details .details-list ul li i {
  color: #049ae5;
  margin-right: 8px;
}

.department-sidebar .sidebar-title {
  background-color: #049ae5;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 30px;
}

.department-sidebar .sidebar-title .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .department-sidebar .sidebar-title .title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .department-sidebar .sidebar-title .title {
    font-size: 18px;
  }
}

.sidebar-department-list {
  background-color: #fff;
  -moz-box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.2);
  border-radius: 5px;
  overflow: hidden;
}

.sidebar-department-list .department-list {
  padding: 0 30px;
}

@media (max-width: 767px) {
  .sidebar-department-list .department-list {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sidebar-department-list .department-list {
    padding: 0 30px;
  }
}

.sidebar-department-list .department-list ul li a {
  font-size: 16px;
  color: #56566a;
  line-height: 65px;
  border-bottom: 1px solid #ddd;
  display: block;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sidebar-department-list .department-list ul li a.active, .sidebar-department-list .department-list ul li a:hover {
  color: #049ae5;
  padding-left: 5px;
}

.sidebar-department-list .department-list ul li a i {
  margin-right: 8px;
}

.sidebar-department-list .department-list ul li:last-child a {
  border-bottom: 0;
}

.sidebar-department-appointment {
  background-color: #fff;
  -moz-box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.2);
  border-radius: 5px;
  overflow: hidden;
}

.sidebar-department-appointment .department-appointment {
  padding: 0 30px 30px;
}

@media (max-width: 767px) {
  .sidebar-department-appointment .department-appointment {
    padding: 0 20px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sidebar-department-appointment .department-appointment {
    padding: 0 30px 30px;
  }
}

.sidebar-department-appointment .department-appointment .single-department-form {
  margin-top: 30px;
  position: relative;
}

.sidebar-department-appointment .department-appointment .single-department-form input, .sidebar-department-appointment .department-appointment .single-department-form textarea {
  width: 100%;
  height: 55px;
  padding-left: 45px;
  padding-right: 30px;
  background-color: #fafafa;
  border: 1px solid #ddd;
}

.sidebar-department-appointment .department-appointment .single-department-form input:focus, .sidebar-department-appointment .department-appointment .single-department-form textarea:focus {
  border-color: #049ae5;
}

.sidebar-department-appointment .department-appointment .single-department-form input::placeholder, .sidebar-department-appointment .department-appointment .single-department-form textarea::placeholder {
  opacity: 1;
  color: #56566a;
}

.sidebar-department-appointment .department-appointment .single-department-form input::-ms-input-placeholder, .sidebar-department-appointment .department-appointment .single-department-form textarea::-ms-input-placeholder {
  opacity: 1;
  color: #56566a;
}

.sidebar-department-appointment .department-appointment .single-department-form input::-moz-placeholder, .sidebar-department-appointment .department-appointment .single-department-form textarea::-moz-placeholder {
  opacity: 1;
  color: #56566a;
}

.sidebar-department-appointment .department-appointment .single-department-form input::-webkit-input-placeholder, .sidebar-department-appointment .department-appointment .single-department-form textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #56566a;
}

.sidebar-department-appointment .department-appointment .single-department-form textarea {
  height: 125px;
  resize: none;
  padding-top: 15px;
}

.sidebar-department-appointment .department-appointment .single-department-form i {
  position: absolute;
  top: 19px;
  left: 20px;
  font-size: 16px;
  color: #56566a;
}

.sidebar-department-appointment .department-appointment .single-department-form .main-btn {
  width: 160px;
  height: 55px;
}

.sidebar-department-download {
  background-color: #fff;
  -moz-box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.2);
  border-radius: 5px;
  overflow: hidden;
}

.sidebar-department-download .department-download {
  padding: 0 30px;
}

@media (max-width: 767px) {
  .sidebar-department-download .department-download {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sidebar-department-download .department-download {
    padding: 0 30px;
  }
}

.sidebar-department-download .department-download ul li {
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
}

.sidebar-department-download .department-download ul li:last-child {
  border-bottom: 0;
}

.sidebar-department-download .department-download ul li a {
  display: block;
  color: #56566a;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sidebar-department-download .department-download ul li a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .sidebar-department-download .department-download ul li a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sidebar-department-download .department-download ul li a {
    font-size: 16px;
  }
}

.sidebar-department-download .department-download ul li a:hover {
  color: #049ae5;
}

.sidebar-department-download .department-download ul li a i {
  margin-right: 8px;
  color: #049ae5;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sidebar-department-download .department-download ul li a i {
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  .sidebar-department-download .department-download ul li a i {
    margin-right: 5px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sidebar-department-download .department-download ul li a i {
    margin-right: 8px;
  }
}

.sidebar-department-download .department-download ul li a span {
  float: right;
}

/* ===========================
      17. DOCTORS css 
=========================== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .doctors-head {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .doctors-head {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

.doctors-head .doctors-content .doctors-name {
  font-size: 50px;
  font-weight: 700;
  color: #212849;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .doctors-head .doctors-content .doctors-name {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .doctors-head .doctors-content .doctors-name {
    font-size: 28px;
  }
}

.doctors-head .doctors-content .sub-title {
  font-size: 24px;
  font-weight: 500;
  color: #049ae5;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .doctors-head .doctors-content .sub-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .doctors-head .doctors-content .sub-title {
    font-size: 18px;
  }
}

.doctors-head .doctors-content .text {
  margin-bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .doctors-area {
    padding-top: 45px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .doctors-area {
    padding-top: 35px;
    padding-bottom: 80px;
  }
}

/* ===========================
  18. DOCTORS DETAILS css 
=========================== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .doctors-details-page {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .doctors-details-page {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.doctors-details .doctors-thumb {
  margin-right: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .doctors-details .doctors-thumb {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .doctors-details .doctors-thumb {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .doctors-details .doctors-thumb {
    margin-right: 0;
  }
}

.doctors-details .doctors-thumb img {
  width: 100%;
}

.doctors-details .doctors-thumb .social {
  background-color: #049ae5;
  padding: 20px 0;
}

.doctors-details .doctors-thumb .social ul li {
  display: inline-block;
  margin: 0 12px;
}

@media (max-width: 767px) {
  .doctors-details .doctors-thumb .social ul li {
    margin: 0 6px;
  }
}

.doctors-details .doctors-thumb .social ul li a {
  font-size: 18px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .doctors-details .doctors-thumb .social ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

.doctors-details .doctors-thumb .social ul li a:hover {
  background-color: #fff;
  color: #049ae5;
}

.doctors-details .doctors-info .doctors-name {
  font-size: 50px;
  font-weight: 700;
  color: #212849;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .doctors-details .doctors-info .doctors-name {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .doctors-details .doctors-info .doctors-name {
    font-size: 26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .doctors-details .doctors-info .doctors-name {
    font-size: 30px;
  }
}

.doctors-details .doctors-info .sub-title {
  font-size: 18px;
  font-weight: 500;
  color: #049ae5;
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .doctors-details .doctors-info .sub-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .doctors-details .doctors-info .sub-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .doctors-details .doctors-info .sub-title {
    font-size: 16px;
  }
}

.doctors-details .doctors-info .text {
  margin-bottom: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .doctors-details .doctors-info .text {
    margin-bottom: 25px;
  }
}

.doctors-details .doctors-info .doctors-education .education-title {
  font-size: 35px;
  font-weight: 700;
  color: #212849;
  margin-bottom: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .doctors-details .doctors-info .doctors-education .education-title {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .doctors-details .doctors-info .doctors-education .education-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.doctors-details .doctors-info .doctors-education .education-info {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .doctors-details .doctors-info .doctors-education .education-info {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .doctors-details .doctors-info .doctors-education .education-info {
    margin-top: 10px;
  }
}

.doctors-details .doctors-info .doctors-education .education-info .info-left {
  color: #212849;
  font-size: 16px;
  max-width: 180px;
  width: 100%;
}

.doctors-details .doctors-info .doctors-education .education-info .info-left span {
  float: right;
}

@media (max-width: 767px) {
  .doctors-details .doctors-info .doctors-education .education-info .info-left span {
    float: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .doctors-details .doctors-info .doctors-education .education-info .info-left span {
    float: right;
  }
}

.doctors-details .doctors-info .doctors-education .education-info .info-right {
  color: #56566a;
  font-size: 16px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .doctors-details .doctors-info .doctors-education .education-info .info-right {
    padding-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .doctors-details .doctors-info .doctors-education .education-info .info-right {
    padding-left: 15px;
  }
}

.doctors-details .doctors-content {
  margin-top: 45px;
}

/* ===========================
  18. APPIONTMENT PAGE css 
=========================== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two-page {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .about-two-page {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-page {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .appointment-page {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

.appointment-page-form {
  position: relative;
  z-index: 5;
  background-color: #fff;
  padding: 45px;
}

@media (max-width: 767px) {
  .appointment-page-form {
    padding: 25px;
  }
}

.appointment-page-form .appointment-form-area .single-form {
  margin-top: 30px;
  position: relative;
}

.appointment-page-form .appointment-form-area .single-form .nice-select {
  background: none;
  width: 100%;
  height: 60px;
  border-radius: 0;
  border: 1px solid #ddd;
}

.appointment-page-form .appointment-form-area .single-form .nice-select:focus {
  border-color: #049ae5;
}

.appointment-page-form .appointment-form-area .single-form .nice-select::after {
  width: 10px;
  height: 10px;
  border-color: #56566a;
  right: 23px;
}

.appointment-page-form .appointment-form-area .single-form .nice-select .current {
  line-height: 60px;
  font-size: 15px;
  color: #56566a;
  font-family: "Open Sans", sans-serif;
}

.appointment-page-form .appointment-form-area .single-form .nice-select .list {
  margin-top: 3px;
  border-radius: 0;
  width: 100%;
}

.appointment-page-form .appointment-form-area .single-form .nice-select .list .option {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  min-height: 35px;
}

.appointment-page-form .appointment-form-area .single-form input, .appointment-page-form .appointment-form-area .single-form textarea {
  width: 100%;
  height: 60px;
  border: 1px solid #ddd;
  padding: 0 20px;
  color: #56566a;
  font-size: 16px;
  border-radius: 0;
}

.appointment-page-form .appointment-form-area .single-form input:focus, .appointment-page-form .appointment-form-area .single-form textarea:focus {
  border-color: #049ae5;
}

.appointment-page-form .appointment-form-area .single-form input::placeholder, .appointment-page-form .appointment-form-area .single-form textarea::placeholder {
  opacity: 1;
  color: #56566a;
}

.appointment-page-form .appointment-form-area .single-form input::-ms-input-placeholder, .appointment-page-form .appointment-form-area .single-form textarea::-ms-input-placeholder {
  opacity: 1;
  color: #56566a;
}

.appointment-page-form .appointment-form-area .single-form input::-moz-placeholder, .appointment-page-form .appointment-form-area .single-form textarea::-moz-placeholder {
  opacity: 1;
  color: #56566a;
}

.appointment-page-form .appointment-form-area .single-form input::-webkit-input-placeholder, .appointment-page-form .appointment-form-area .single-form textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #56566a;
}

.appointment-page-form .appointment-form-area .single-form textarea {
  height: 160px;
  resize: none;
  padding-top: 15px;
}

.appointment-page-form .appointment-form-area .single-form .icons {
  position: absolute;
  top: 17px;
  right: 20px;
  font-size: 16px;
  color: #56566a;
}

.appointment-page-form .appointment-form-area .single-form .input-group-append {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}

.appointment-page-form .appointment-form-area .single-form .input-group-append .btn.btn-outline-secondary {
  border-radius: 0;
  border: 0;
  width: 60px;
  height: 60px;
  color: #56566a;
}

.appointment-page-form .appointment-form-area .single-form .main-btn {
  width: 100%;
  height: 60px;
  line-height: 60px;
}

.appointment-video {
  position: relative;
  z-index: 5;
}

.appointment-video a {
  font-size: 30px;
  color: #049ae5;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.appointment-video a:hover {
  color: #fff;
  background-color: #049ae5;
}

/* ===========================
  19. BLOG PAGE css 
=========================== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-page {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .blog-page {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

.single-blog-post .blog-post-thumb {
  overflow: hidden;
}

.single-blog-post .blog-post-thumb a {
  display: block;
}

.single-blog-post .blog-post-thumb a img {
  width: 100%;
}

.single-blog-post .blog-post-content {
  background-color: #f6f9ff;
  padding: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-blog-post .blog-post-content {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .single-blog-post .blog-post-content {
    padding: 20px;
  }
}

.single-blog-post .blog-post-content .post-content {
  padding-bottom: 30px;
}

.single-blog-post .blog-post-content .post-content .blog-title a {
  font-weight: 700;
  font-size: 30px;
  color: #212849;
  margin-bottom: 20px;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  line-height: 45px;
}

@media (max-width: 767px) {
  .single-blog-post .blog-post-content .post-content .blog-title a {
    font-size: 20px;
    line-height: 30px;
  }
}

.single-blog-post .blog-post-content .post-content .blog-title a:hover {
  color: #049ae5;
}

.single-blog-post .blog-post-content .post-content .text {
  margin-bottom: 25px;
}

.single-blog-post .blog-post-content .post-content .main-btn i {
  margin-left: 5px;
  font-size: 18px;
}

.single-blog-post .blog-post-content .post-meta {
  padding-top: 15px;
  border-top: 1px solid #ddd;
}

.single-blog-post .blog-post-content .post-meta ul li {
  display: inline-block;
  margin-top: 15px;
  margin-right: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-blog-post .blog-post-content .post-meta ul li {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .single-blog-post .blog-post-content .post-meta ul li {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-blog-post .blog-post-content .post-meta ul li {
    margin-right: 15px;
  }
}

.single-blog-post .blog-post-content .post-meta ul li:last-child {
  margin-right: 0;
}

.single-blog-post .blog-post-content .post-meta ul li .admin .thumb img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  padding: 2px;
  background-color: #fff;
  -moz-box-shadow: 0px 6px 9px 0px rgba(4, 154, 229, 0.35);
  box-shadow: 0px 6px 9px 0px rgba(4, 154, 229, 0.35);
}

@media (max-width: 767px) {
  .single-blog-post .blog-post-content .post-meta ul li .admin .thumb img {
    width: 35px;
    height: 35px;
  }
}

.single-blog-post .blog-post-content .post-meta ul li .admin .content {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .single-blog-post .blog-post-content .post-meta ul li .admin .content {
    padding-left: 10px;
  }
}

.single-blog-post .blog-post-content .post-meta ul li .admin .content a {
  font-size: 16px;
  color: #212849;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .single-blog-post .blog-post-content .post-meta ul li .admin .content a {
    font-size: 14px;
  }
}

.single-blog-post .blog-post-content .post-meta ul li .admin .content a:hover {
  color: #049ae5;
}

.single-blog-post .blog-post-content .post-meta ul li .meta-items {
  font-size: 14px;
  color: #56566a;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-blog-post .blog-post-content .post-meta ul li .meta-items:hover {
  color: #049ae5;
}

.single-blog-post .blog-post-content .post-meta ul li .meta-items i {
  margin-right: 5px;
  color: #049ae5;
}

.single-blog-post .post-thumb-active a {
  position: relative;
}

.single-blog-post .post-thumb-active a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(4, 154, 229, 0.25);
  top: 0;
  left: 0;
}

.single-blog-post .post-thumb-active .slick-arrow {
  position: absolute;
  top: 50%;
  left: 30px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}

.single-blog-post .post-thumb-active .slick-arrow.next {
  left: auto;
  right: 30px;
}

.single-blog-post .post-thumb-active .slick-arrow i {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #efefef;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  color: #049ae5;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-blog-post .post-thumb-active .slick-arrow i {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.single-blog-post .post-thumb-active .slick-arrow i:hover {
  background-color: #049ae5;
  color: #fff;
}

.blog-sidebar .sidebar-title {
  background-color: #049ae5;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 30px;
}

.blog-sidebar .sidebar-title .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-sidebar .sidebar-title .title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar .sidebar-title .title {
    font-size: 18px;
  }
}

.sidebar-blog-about {
  background-color: #fff;
  -moz-box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.2);
}

.sidebar-blog-about .about-card-image .cover-image img {
  width: 100%;
}

.sidebar-blog-about .about-card-image .cover-author {
  margin-top: -55px;
  position: relative;
  z-index: 5;
}

.sidebar-blog-about .about-card-image .cover-author img {
  width: 110px;
  height: 110px;
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.sidebar-blog-about .about-card-content {
  padding: 30px 20px;
}

@media (max-width: 767px) {
  .sidebar-blog-about .about-card-content {
    padding: 20px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sidebar-blog-about .about-card-content {
    padding: 30px 20px;
  }
}

.sidebar-blog-about .about-card-content .title {
  font-size: 16px;
  font-weight: 700;
  color: #212849;
  margin-bottom: 10px;
}

.sidebar-blog-about .about-card-content .text {
  font-size: 14px;
  margin-bottom: 8px;
}

.sidebar-blog-about .about-card-content img {
  margin-bottom: 15px;
}

.sidebar-blog-about .about-card-content .social li {
  display: inline-block;
  margin: 0 3px;
}

.sidebar-blog-about .about-card-content .social li a {
  font-size: 16px;
  color: #a1a1a1;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sidebar-blog-about .about-card-content .social li a:hover {
  color: #049ae5;
}

.sidebar-blog-category {
  background-color: #fff;
  -moz-box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.2);
  border-radius: 5px;
  overflow: hidden;
}

.sidebar-blog-category .blog-category {
  padding: 0 30px;
}

@media (max-width: 767px) {
  .sidebar-blog-category .blog-category {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sidebar-blog-category .blog-category {
    padding: 0 30px;
  }
}

.sidebar-blog-category .blog-category ul li a {
  display: block;
  font-size: 16px;
  color: #56566a;
  line-height: 65px;
  border-bottom: 1px solid #ddd;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sidebar-blog-category .blog-category ul li a span {
  float: right;
}

.sidebar-blog-category .blog-category ul li a:hover {
  color: #049ae5;
}

.sidebar-blog-category .blog-category ul li:last-child a {
  border-bottom: 0;
}

.sidebar-blog-post {
  background-color: #fff;
  -moz-box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.2);
  border-radius: 5px;
  overflow: hidden;
}

.sidebar-blog-post .blog-post {
  padding: 0 30px;
}

@media (max-width: 767px) {
  .sidebar-blog-post .blog-post {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sidebar-blog-post .blog-post {
    padding: 0 30px;
  }
}

.sidebar-blog-post .blog-post ul li {
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
}

.sidebar-blog-post .blog-post ul li .single-post .post-thumb a img {
  width: 60px;
  height: 65px;
  object-fit: cover;
  object-position: center;
}

.sidebar-blog-post .blog-post ul li .single-post .post-content {
  padding-left: 20px;
}

.sidebar-blog-post .blog-post ul li .single-post .post-content .post-title a {
  font-size: 16px;
  font-weight: 500;
  color: #212849;
  margin-bottom: 5px;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  line-height: 28px;
}

.sidebar-blog-post .blog-post ul li .single-post .post-content span {
  font-size: 15px;
  color: #56566a;
  font-size: 14px;
}

.sidebar-blog-post .blog-post ul li .single-post:hover .post-content .post-title a {
  color: #049ae5;
}

.sidebar-blog-post .blog-post ul li:last-child {
  border-bottom: 0;
}

.sidebar-blog-appointment {
  background-color: #fff;
  -moz-box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.2);
  border-radius: 5px;
  overflow: hidden;
}

.sidebar-blog-appointment .blog-appointment {
  padding: 0 30px 30px;
}

@media (max-width: 767px) {
  .sidebar-blog-appointment .blog-appointment {
    padding: 0 20px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sidebar-blog-appointment .blog-appointment {
    padding: 0 30px 30px;
  }
}

.sidebar-blog-appointment .blog-appointment .single-blog-form {
  margin-top: 30px;
  position: relative;
}

.sidebar-blog-appointment .blog-appointment .single-blog-form input, .sidebar-blog-appointment .blog-appointment .single-blog-form textarea {
  width: 100%;
  height: 55px;
  padding-left: 45px;
  padding-right: 30px;
  background-color: #fafafa;
  border: 1px solid #ddd;
}

.sidebar-blog-appointment .blog-appointment .single-blog-form input:focus, .sidebar-blog-appointment .blog-appointment .single-blog-form textarea:focus {
  border-color: #049ae5;
}

.sidebar-blog-appointment .blog-appointment .single-blog-form input::placeholder, .sidebar-blog-appointment .blog-appointment .single-blog-form textarea::placeholder {
  opacity: 1;
  color: #56566a;
}

.sidebar-blog-appointment .blog-appointment .single-blog-form input::-ms-input-placeholder, .sidebar-blog-appointment .blog-appointment .single-blog-form textarea::-ms-input-placeholder {
  opacity: 1;
  color: #56566a;
}

.sidebar-blog-appointment .blog-appointment .single-blog-form input::-moz-placeholder, .sidebar-blog-appointment .blog-appointment .single-blog-form textarea::-moz-placeholder {
  opacity: 1;
  color: #56566a;
}

.sidebar-blog-appointment .blog-appointment .single-blog-form input::-webkit-input-placeholder, .sidebar-blog-appointment .blog-appointment .single-blog-form textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #56566a;
}

.sidebar-blog-appointment .blog-appointment .single-blog-form textarea {
  height: 125px;
  resize: none;
  padding-top: 15px;
}

.sidebar-blog-appointment .blog-appointment .single-blog-form i {
  position: absolute;
  top: 19px;
  left: 20px;
  font-size: 16px;
  color: #56566a;
}

.sidebar-blog-appointment .blog-appointment .single-blog-form .main-btn {
  width: 160px;
  height: 55px;
}

/* ===========================
  19. BLOG PAGE css 
=========================== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-page {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .blog-page {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

.blog-details .blog-details-thum img {
  width: 100%;
}

.blog-details .blog-details-content {
  margin-top: 25px;
}

.blog-details .blog-details-content .blog-details-title {
  font-size: 30px;
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-details .blog-details-content .blog-details-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .blog-details .blog-details-content .blog-details-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details .blog-details-content .blog-details-title {
    font-size: 24px;
  }
}

.blog-details .blog-details-content .post-meta {
  padding-top: 5px;
}

.blog-details .blog-details-content .post-meta ul li {
  display: inline-block;
  margin-top: 15px;
  margin-right: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-details .blog-details-content .post-meta ul li {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .blog-details .blog-details-content .post-meta ul li {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details .blog-details-content .post-meta ul li {
    margin-right: 15px;
  }
}

.blog-details .blog-details-content .post-meta ul li:last-child {
  margin-right: 0;
}

.blog-details .blog-details-content .post-meta ul li .admin .thumb img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  padding: 2px;
  background-color: #fff;
  -moz-box-shadow: 0px 6px 9px 0px rgba(4, 154, 229, 0.35);
  box-shadow: 0px 6px 9px 0px rgba(4, 154, 229, 0.35);
}

@media (max-width: 767px) {
  .blog-details .blog-details-content .post-meta ul li .admin .thumb img {
    width: 35px;
    height: 35px;
  }
}

.blog-details .blog-details-content .post-meta ul li .admin .content {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .blog-details .blog-details-content .post-meta ul li .admin .content {
    padding-left: 10px;
  }
}

.blog-details .blog-details-content .post-meta ul li .admin .content a {
  font-size: 16px;
  color: #212849;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .blog-details .blog-details-content .post-meta ul li .admin .content a {
    font-size: 14px;
  }
}

.blog-details .blog-details-content .post-meta ul li .admin .content a:hover {
  color: #049ae5;
}

.blog-details .blog-details-content .post-meta ul li .meta-items {
  font-size: 14px;
  color: #56566a;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.blog-details .blog-details-content .post-meta ul li .meta-items:hover {
  color: #049ae5;
}

.blog-details .blog-details-content .post-meta ul li .meta-items i {
  margin-right: 5px;
  color: #049ae5;
}

.blog-details .blog-details-content .text {
  margin-top: 30px;
  line-height: 28px;
}

.blog-details .blog-details-content .blockquote {
  background-color: #049ae5;
  margin-bottom: 0;
  padding: 30px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .blog-details .blog-details-content .blockquote {
    padding: 20px;
  }
}

.blog-details .blog-details-content .blockquote p {
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
  color: #fff;
}

@media (max-width: 767px) {
  .blog-details .blog-details-content .blockquote p {
    font-size: 16px;
  }
}

.blog-details .blog-details-content .blockquote p i {
  font-size: 30px;
  position: relative;
  opacity: 0.17;
  top: 8px;
  left: 5px;
}

.blog-details .blog-details-content .blog-details-image img {
  width: 100%;
  margin-top: 30px;
}

.blog-tag-share {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.blog-tag-share .blog-tag span {
  font-size: 16px;
  color: #212849;
  margin-right: 5px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .blog-tag-share .blog-tag span {
    font-size: 14px;
  }
}

.blog-tag-share .blog-tag ul li {
  display: inline-block;
}

.blog-tag-share .blog-tag ul li a {
  font-size: 16px;
  color: #56566a;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .blog-tag-share .blog-tag ul li a {
    font-size: 14px;
  }
}

.blog-tag-share .blog-tag ul li a:hover {
  color: #049ae5;
}

.blog-tag-share .blog-share ul li {
  display: inline-block;
  margin-right: 18px;
}

.blog-tag-share .blog-share ul li:last-child {
  margin-right: 0;
}

.blog-tag-share .blog-share ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #efefef;
  text-align: center;
  border-radius: 50%;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #049ae5;
}

.blog-tag-share .blog-share ul li a:hover {
  background-color: #049ae5;
  color: #fff;
}

.blog-comment .comment-title .title {
  font-size: 24px;
  font-weight: 700;
  color: #212849;
}

.blog-comment .comment-items {
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px;
}

.blog-comment .comment-items .single-comment {
  margin-top: 25px;
}

.blog-comment .comment-items .single-comment .comment-thumb img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  padding: 4px;
  background-color: #fff;
  -moz-box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.08);
}

.blog-comment .comment-items .single-comment .comment-content {
  padding-left: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-comment .comment-items .single-comment .comment-content {
    padding-left: 0;
    padding-top: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-comment .comment-items .single-comment .comment-content {
    padding-left: 25px;
    padding-top: 0;
  }
}

.blog-comment .comment-items .single-comment .comment-content .author-name {
  font-size: 16px;
  color: #212849;
  font-weight: 700;
  margin-bottom: 5px;
}

.blog-comment .comment-items .single-comment .comment-content span {
  font-family: "Open Sans", sans-serif;
  color: #049ae5;
  margin-bottom: 15px;
  font-size: 14px;
}

.blog-comment .comment-items .single-comment .comment-content .replay {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 500;
  color: #049ae5;
  font-size: 16px;
}

@media (max-width: 767px) {
  .blog-comment .comment-items .single-comment .comment-content .replay {
    position: relative;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .blog-comment .comment-items .single-comment .comment-content .replay {
    position: absolute;
    margin-top: 0;
  }
}

.blog-comment .comment-items .single-comment .comment-content .replay i {
  margin-right: 5px;
}

.blog-comment .comment-items .comment-replay {
  padding-left: 100px;
}

@media (max-width: 767px) {
  .blog-comment .comment-items .comment-replay {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-comment .comment-items .comment-replay {
    padding-left: 100px;
  }
}

.blog-comment .comment-form .single-comment-form {
  margin-top: 30px;
}

.blog-comment .comment-form .single-comment-form input, .blog-comment .comment-form .single-comment-form textarea {
  width: 100%;
  height: 60px;
  border: 1px solid #ddd;
  background-color: #fafafa;
  padding: 20px;
  font-size: 16px;
  color: #56566a;
}

.blog-comment .comment-form .single-comment-form input::placeholder, .blog-comment .comment-form .single-comment-form textarea::placeholder {
  opacity: 1;
  color: #56566a;
}

.blog-comment .comment-form .single-comment-form input::-ms-input-placeholder, .blog-comment .comment-form .single-comment-form textarea::-ms-input-placeholder {
  opacity: 1;
  color: #56566a;
}

.blog-comment .comment-form .single-comment-form input::-moz-placeholder, .blog-comment .comment-form .single-comment-form textarea::-moz-placeholder {
  opacity: 1;
  color: #56566a;
}

.blog-comment .comment-form .single-comment-form input::-webkit-input-placeholder, .blog-comment .comment-form .single-comment-form textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #56566a;
}

.blog-comment .comment-form .single-comment-form input:focus, .blog-comment .comment-form .single-comment-form textarea:focus {
  border-color: #049ae5;
}

.blog-comment .comment-form .single-comment-form textarea {
  height: 190px;
  resize: none;
  padding-top: 15px;
}

.blog-comment .comment-form .single-comment-form .main-btn {
  width: 165px;
  height: 60px;
}

/* ===========================
     20. CONTACT css 
=========================== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-page {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .contact-page {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

.form-group {
  margin: 0;
}

.form-message.success, .form-message.error {
  font-size: 16px;
  color: #333;
  background: #ddd;
  padding: 10px 15px;
  margin-left: 15px;
  margin-top: 15px;
}

.form-message.success.form-message.error, .form-message.error.form-message.error {
  color: #f00;
}

.contact-form .single-contact-form {
  margin-top: 30px;
  position: relative;
}

.contact-form .single-contact-form input, .contact-form .single-contact-form textarea {
  width: 100%;
  height: 60px;
  border: 1px solid #ddd;
  background-color: #fafafa;
  padding: 20px;
  font-size: 16px;
  color: #56566a;
}

.contact-form .single-contact-form input::placeholder, .contact-form .single-contact-form textarea::placeholder {
  opacity: 1;
  color: #56566a;
}

.contact-form .single-contact-form input::-ms-input-placeholder, .contact-form .single-contact-form textarea::-ms-input-placeholder {
  opacity: 1;
  color: #56566a;
}

.contact-form .single-contact-form input::-moz-placeholder, .contact-form .single-contact-form textarea::-moz-placeholder {
  opacity: 1;
  color: #56566a;
}

.contact-form .single-contact-form input::-webkit-input-placeholder, .contact-form .single-contact-form textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #56566a;
}

.contact-form .single-contact-form input:focus, .contact-form .single-contact-form textarea:focus {
  border-color: #049ae5;
}

.contact-form .single-contact-form textarea {
  height: 190px;
  resize: none;
  padding-top: 15px;
}

.contact-form .single-contact-form i {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #56566a;
  font-size: 16px;
}

.contact-form .single-contact-form .main-btn {
  width: 165px;
  height: 60px;
}

.contact-form .single-contact-form .list-unstyled li {
  font-size: 13px;
  margin-left: 2px;
  margin-top: 5px;
  color: #f00;
}

.contact-info {
  padding: 50px 30px 55px;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.2);
}

@media (max-width: 767px) {
  .contact-info {
    padding: 40px 20px 45px;
  }
}

.contact-info .info-title {
  font-size: 24px;
  color: #212849;
  font-weight: 700;
  padding-bottom: 15px;
  line-height: 36px;
}

.contact-info .single-info {
  position: relative;
  margin-top: 15px;
}

.contact-info .single-info .info-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.contact-info .single-info .info-icon i {
  font-size: 16px;
  color: #212849;
}

.contact-info .single-info .info-content {
  padding-left: 25px;
}

.contact-info .social {
  margin-top: 40px;
}

.contact-info .social li {
  display: inline-block;
  margin-left: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-info .social li {
    margin-left: 12px;
  }
}

@media (max-width: 767px) {
  .contact-info .social li {
    margin-left: 10px;
  }
}

.contact-info .social li:first-child {
  margin-left: 0;
}

.contact-info .social li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #efefef;
  border-radius: 50%;
  font-size: 18px;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #049ae5;
}

@media (max-width: 767px) {
  .contact-info .social li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.contact-info .social li a:hover {
  -moz-box-shadow: 0px 8px 16px 0px rgba(4, 154, 229, 0.43);
  box-shadow: 0px 8px 16px 0px rgba(4, 154, 229, 0.43);
  background-color: #049ae5;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-map {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .contact-map {
    margin-top: 80px;
  }
}

.contact-map .gmap_canvas iframe {
  width: 100%;
  height: 480px;
  -moz-box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.2);
  padding: 8px;
}

/* ===========================
     21. CONTACT css 
=========================== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-area {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .faq-area {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

.faq-content .faq-collapse .accordion .card {
  margin-top: 30px;
  margin-bottom: 0;
  border: 2px solid rgba(4, 154, 229, 0.2);
  border-radius: 0;
  -moz-box-shadow: 0px 8px 16px 0px rgba(4, 154, 229, 0.1);
  box-shadow: 0px 8px 16px 0px rgba(4, 154, 229, 0.1);
}

.faq-content .faq-collapse .accordion .card .card-header {
  padding: 25px 30px;
  background: none;
  border-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-content .faq-collapse .accordion .card .card-header {
    padding: 15px 20px;
  }
}

@media (max-width: 767px) {
  .faq-content .faq-collapse .accordion .card .card-header {
    padding: 15px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-content .faq-collapse .accordion .card .card-header {
    padding: 25px 30px;
  }
}

.faq-content .faq-collapse .accordion .card .card-header a {
  font-size: 18px;
  color: #212849;
  display: block;
  position: relative;
  padding-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-content .faq-collapse .accordion .card .card-header a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .faq-content .faq-collapse .accordion .card .card-header a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-content .faq-collapse .accordion .card .card-header a {
    font-size: 16px;
  }
}

.faq-content .faq-collapse .accordion .card .card-header a i {
  font-size: 16px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  background-color: #049ae5;
  border-radius: 50%;
  color: #fff;
  -moz-transform: rotate(90deg) translate(-50%, 0%);
  -ms-transform: rotate(90deg) translate(-50%, 0%);
  -o-transform: rotate(90deg) translate(-50%, 0%);
  transform: rotate(90deg) translate(-50%, 0%);
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  top: 50%;
  right: 0;
}

.faq-content .faq-collapse .accordion .card .card-header a.collapsed i {
  background-color: rgba(4, 154, 229, 0.5);
  color: #049ae5;
  -moz-transform: rotate(0) translateY(-50%);
  -ms-transform: rotate(0) translateY(-50%);
  -o-transform: rotate(0) translateY(-50%);
  transform: rotate(0) translateY(-50%);
}

.faq-content .faq-collapse .accordion .card .card-body {
  padding: 0 30px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-content .faq-collapse .accordion .card .card-body {
    padding: 0 20px 15px;
  }
}

@media (max-width: 767px) {
  .faq-content .faq-collapse .accordion .card .card-body {
    padding: 0 20px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-content .faq-collapse .accordion .card .card-body {
    padding: 0 30px 25px;
  }
}

.faq-call {
  position: relative;
  margin-left: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-call {
    margin-left: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-call {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .faq-call {
    margin-left: 0;
  }
}

.faq-call .faq-call-image {
  position: relative;
}

.faq-call .faq-call-image img {
  width: 100%;
}

.faq-call .faq-call-image::before {
  position: absolute;
  content: '';
  background-color: rgba(4, 154, 229, 0.45);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.faq-call .faq-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 50px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .faq-call .faq-content {
    padding: 0 25px;
  }
}

.faq-call .faq-content i {
  font-size: 90px;
  color: #fff;
  line-height: 80px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-call .faq-content i {
    font-size: 70px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .faq-call .faq-content i {
    font-size: 50px;
    line-height: 45px;
    margin-bottom: 30px;
  }
  .opening_hours {
      display: none;
  }
  .about-bg {
      display: none;
  }
}

.faq-call .faq-content .faq-title {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-call .faq-content .faq-title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .faq-call .faq-content .faq-title {
    font-size: 28px;
  }
}

.faq-call .faq-content .main-btn {
  line-height: 60px;
  height: 60px;
  border-radius: 50px;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .faq-call .faq-content .main-btn {
    line-height: 50px;
    height: 50px;
  }
}

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








/* ===========================
   11. Call TO ACTION css 
=========================== */

.call-action {
  position: relative;
  z-index: 5;
}

.call-action {
  border: 5px solid var(--color4);
  padding: 0 30px 30px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .call-action {
    padding: 0 20px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .call-action {
    padding: 0 30px 30px;
  }
}

.call-action .action-content {
  padding-right: 50px;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .call-action .action-content {
    padding-right: 0;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .call-action .action-content {
    padding-top: 30px;
  }
}

.call-action .action-content .action-title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .call-action .action-content .action-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .call-action .action-content .action-title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .call-action .action-content .action-title {
    font-size: 28px;
  }
}

.call-action .action-btn {
  padding-top: 30px;
}

#control-2 .main-btn {
    color: #fff;
    border: 1px solid #fff !important;
}

#control-2 {
	width: 100%;
	background: var(--color1);
	padding-top: 49px;
	padding-bottom: 46px;
}

#control-2 .cta_title
{
	font-size: 36px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.2;
}

#control-2 .cta_text
{
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 2;
	margin-top: -1px;
}

#control-2 .cta_phone
{
	height: 59px;
	padding-left: 24px;
	padding-right: 25px;
	line-height: 59px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background: var(--color4);
	border-radius: 19px;
	white-space: nowrap;
}




/* SERVICE TIME */

#dopinfo-1 .one{
    background: var(--color3);
}

#dopinfo-1 .middle{
    background: var(--color2);
}

#dopinfo-1 .three{
    background: var(--color1);
}


.time-table-section {
  padding: 50px 0px;
}

.service-time.one {
  position: relative;
  z-index: 1;
}

.service-time {
  float: left;
  width: 100%;
  min-height: 350px;
  /*margin-top: -350px;*/
  padding: 50px;
  color: #fff;
  position: relative;
}

.info-icon {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 75px;
  line-height: normal;
  margin-bottom: 20px;
}

.service-time h3 {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  margin: -5px 0 15px 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
}

.service-time p {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 14px;
  color: #fff;
}

.service-time ul li {
  float: left;
  width: 100%;
  font-size: 14px;
  border-bottom: dashed 1px #fff;
  padding-bottom: 10px;
  padding-top: 10px;
}

.service-time.middle::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: transparent;
  position: absolute;
  bottom: 0px;
  z-index: 0;
  border-bottom: solid transparent 65px;
  border-right: solid #a0cff7 70px;
  left: -70px;
}


/* DOPINFO 2 */

.homepage-boxes {
  padding: 110px 0;
}

/*
# Opening Hours
--------------------------------*/
.opening-hours,
.emergency-box,
.appointment-box,
.contact-info {
  position: relative;
  padding: 32px;
  border-radius: 20px;
  border: 2px solid #dde4ea;
}

.opening-hours {
  border-color: var(--color1);
}

.opening-hours h2,
.emergency-box h2,
.appointment-box h2,
.contact-info h2 {
  position: absolute;
  top: -24px;
  left: -2px;
  height: 48px;
  padding-right: 16px;
  background: #fff;

  font-size: 24px;
  font-weight: 600;
  color: #404040;
}

.opening-hours ul {
  list-style: none;
}

.opening-hours ul li {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #828282;
}

.opening-hours ul li span {
  display: inline-block;
  margin-left: 5px;
}

/*
# Emergency
--------------------------------*/
.emergency-box {
  padding: 16px;
}

.emergency-box p {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 13px;
  font-style: italic;
  color: #828282;
}

.emergency-box .call-btn {
  max-width: 220px;
  margin: 24px auto !important;
}

/*
# Make an Appointment
--------------------------------*/
.appointment-box {
  padding: 16px;
}

.appointment-box form {
  margin-top: 24px;
}

.appointment-box form select,
.appointment-box form input[type="text"],
.appointment-box form input[type="number"] {
  display: block;
  width: calc(50% - 5px);
  padding: 12px 16px ;
  margin-bottom: 10px;
  border: 0;

  font-size: 12px;
  font-style: italic;
  color: #828282;
  background: #f0f4f8;
  outline: none;
}

.appointment-box form input[type="submit"] {
  margin-top: 16px;
}

/* /////// DOPINFO 2////////////*/


/* DOPINFO 3*/

#dopinfo-3 h4 {
  color: #fff;
}

#dopinfo-3 p {
  color: #fff;
}

.sf-box-warp:nth-child(1) .sf-box {
  background: var(--color3);
}

.sf-box-warp:nth-child(2) .sf-box {
  background: var(--color2);
}

.sf-box-warp:nth-child(3) .sf-box {
  background: var(--color1);
}

.sf-box {
  padding: 110px 50px 95px;
  height: 100%;
}

.sf-box i {
  float: left;
  font-size: 80px;
  line-height: 80px;
}

.sf-box .sfb-content {
  padding-left: 125px;
}

.sf-box .sfb-content h4 {
  margin-bottom: 18px;
}

.sf-box .sfb-content p {
  margin-bottom: 0px;
}


/* ///////////  DOPINFO 3 ///////////*/



/* DOPINFO 4 */

#dopinfo-4 {
  padding: 30px 0px;
}

#dopinfo-4 .get {
  padding: 60px 0 70px 0;
}

#dopinfo-4 .get .section-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 45px;
}

#dopinfo-4 .get-item-icon {
  color: var(--color1);
  float: left;
  border: 1px solid;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  line-height: 58px;
  text-align: center;
  font-size: 30px;
  margin-right: 20px;
}

#dopinfo-4 .get-item-title {
  font-size: 16px;
  color: #4c7284;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}

#dopinfo-4 .get-item-text {
  color: #4c7284;
  font-size: 13px;
  margin: 0;
  padding-left: 84px;
}

/*///////// DOPINFO 4 /////////////*/


/* DOPINFO 5*/



.tipsfaq {
  background: url(/templates/alekstom-rsp/assets/images/bg_pattern_faq.png);
  padding: 70px 0;
}


.panel-group .panel {
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.panel-group .panel-heading {
  background: none;
  padding: 0;
}

.panel-group .panel-heading h4 a {
  width: 100%;
  display: inline-block;
  padding: 14px 15px;
  border: 2px solid transparent;
  font-weight: 600;
  font-size: 18px;
  background: var(--color1);
  color: #fff;
  position: relative;
}

.panel-group .panel-heading h4 a:after {
  position: absolute;
  right: 9px;
  top: 9px;
  font-family: FontAwesome;
  content: '\f106';
  background: #f1f8f9;
  color: var(--color1);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  line-height: 27px;
  font-weight: 400;
}

.panel-group .panel-heading h4 a i {
  position: relative;
  color: #fff;
  width: 30px;
}

.panel-group .panel-heading h4 a.collapsed {
  background: #fff;
  color: #233a46;
}

.panel-group .panel-heading h4 a.collapsed:after {
  background: #e4edee;
  color: #fff;
  content: '\f107';
  line-height: 30px;
}

.panel-group .panel-heading h4 a.collapsed:hover {
  border: 2px solid var(--color1);
  color: var(--color1);
}

.panel-group .panel-heading h4 a.collapsed:hover:after {
  background: var(--color1);
  color: #fff;
}

.panel-group .panel-heading h4 a.collapsed i {
  color: var(--color1);
}

.panel-group .panel-body {
  border: none !important;
  background: #fff;
  font-size: 13px;
  padding: 20px;
  text-align: justify;
  line-height: 24px;
}

.dopinfo-5-block {
  display: inline-flex;
  width: 100%;
}


.help {
  color: var(--color1);
  border: 2px solid var(--color1);
  border-radius: 50%;
  width: 37px;
  height: 37px;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  cursor: pointer;
  display: inline-block;
}

.help:hover {
  background: var(--color1);
  color: #fff;
}

.help-green {
  color: var(--color1);
  border: 2px solid var(--color1);
}

.help-green:hover {
  background: var(--color1);
  color: #fff;
}

.help-red {
  background: #f9755f;
  color: #fff;
  border-color: #f9755f;
}

.help-red:hover {
  background: #d03f30;
  border-color: #d03f30;
}

.help-sm {
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 22px;
  border-width: 1px;
}

.help .t-tooltip-text {
  color: #4c7284;
  line-height: 14px;
  text-align: left;
}


.t-tooltip {
  position: relative;
}

.t-tooltip-text {
  position: absolute;
  z-index: 1;
  bottom: 100%;
  width: 272px;
  left: 50%;
  margin-left: -136px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms;
}

.t-tooltip-text-body {
  position: relative;
  background: #fff;
  text-align: left;
  padding: 20px;
  border: 2px solid var(--color1);
  border-radius: 3px;
  font-size: 11px;
}

.t-tooltip-text-body:after, .t-tooltip-text-body:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.t-tooltip-text-body:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}

.t-tooltip-text-body:before {
  border-color: rgba(0, 172, 219, 0);
  border-top-color: var(--color1);
  border-width: 11px;
  margin-left: -11px;
}

.t-tooltip-text-hover {
  position: relative;
  width: 100%;
  background: transparent;
  height: 12px;
  left: 0;
}

.t-tooltip-text .btn-sm {
  padding: 4px 24px;
  font-size: 16px;
  margin-top: 15px;
}

.t-left .t-tooltip-text {
  left: auto;
  right: 50%;
  margin-right: -21px;
}

.t-left .t-tooltip-text-body:after, .t-left .t-tooltip-text-body:before {
  left: 93%;
}

.t-tooltip:hover .t-tooltip-text {
  visibility: visible;
  opacity: 1;
}

#dopinfo-5 .section-title {
  color: var(--color1);
  margin-bottom: 35px;
  text-transform: uppercase;
}


#dopinfo-5 .booking-form-item {
  margin-bottom: 15px;
}

#dopinfo-5 .booking-form-item input, .booking-form-item textarea {
  width: 100%;
  border: 2px solid #e4edee;
    border-radius: 5px;
    padding: 15px;
    outline: none;
}

#dopinfo-5 .booking-form-item input.error, .booking-form-item textarea.error {
  border-color: #f9755f !important;
}

#dopinfo-5 .booking-form-item textarea {
  height: 120px;
  border: 2px solid #e4edee;
    border-radius: 5px;
    padding: 15px;
    outline: none;
}

#dopinfo-5 .booking-form-item .help.help-red {
  position: absolute;
  right: 30px;
  top: 13px;
  display: none;
}

#dopinfo-5 .booking-form-item .help-block {
  position: absolute;
  right: 23px;
  background: #d03f30;
  color: #fff;
  padding: 20px;
  top: -60px;
  margin: 0;
  border-radius: 3px;
  font-size: 13px;
  display: none;
  z-index: 1;
}

#dopinfo-5 .booking-form-item .help-block:after {
  top: 100%;
  right: 12px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(208, 63, 48, 0);
  border-top-color: #d03f30;
  border-width: 8px;
}

#dopinfo-5 .booking-form-item:before {
  position: absolute;
  font-family: 'FontAwesome';
  content: '';
  z-index: 1;
  font-size: 17px;
  left: 30px;
  top: 14px;
  color: var(--color1);
}

#dopinfo-5 .booking-form-item.has-error:before {
  color: #f9755f;
}

#dopinfo-5 .booking-form-item.has-error .help.help-red {
  display: block;
}

#dopinfo-5 .booking-form-item.name:before {
  content: "\f007";
}

#dopinfo-5 .booking-form-item.name input {

  border: 2px solid #e4edee;
    border-radius: 5px;
    padding: 15px;
    outline: none;
    padding-left: 40px;
}

#dopinfo-5 .booking-form-item.phone:before {
  content: "\f095";
}

#dopinfo-5 .booking-form-item.phone input {

  border: 2px solid #e4edee;
    border-radius: 5px;
    padding: 15px;
    outline: none;
    padding-left: 40px;
}

#dopinfo-5 .booking-form-item.email:before {
  content: "\f0e0";
}

#dopinfo-5 .booking-form-item.email input {

  border: 2px solid #e4edee;
    border-radius: 5px;
    padding: 15px;
    outline: none;
    padding-left: 40px;
}

#dopinfo-5 .booking-form-item.date:before {
  content: "\f133";
}

#dopinfo-5 .booking-form-item.date input {

  border: 2px solid #e4edee;
    border-radius: 5px;
    padding: 15px;
    outline: none;
    padding-left: 40px;
}

#dopinfo-5 .booking-form-item.time-f:before {
  content: "\f017";
}

#dopinfo-5 .booking-form-item.time-f input {

  border: 2px solid #e4edee;
    border-radius: 5px;
    padding: 15px;
    outline: none;
    padding-left: 40px;
}

#dopinfo-5 .booking-form-item.f-doctor:before {
  content: "\f0f0";
  top: 15px;
}

#dopinfo-5 .booking .help {
  float: right;
}

#dopinfo-5 .booking .latest-row {
  margin-top: 40px;
}

/*/////////// DOPINFO 5 ///////////*/


/* ===========================
     7.APPOINTMENT WORKING css 
=========================== */

.appointment-working {
  position: relative;
  background-color: var(--color1);
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--color4);
    outline: 0;
    box-shadow: 0 0 0 0.2rem var(--color4);
}

.color-3 {
    background: var(--color2) !important ;
    border: var(--color2) !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-working {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .appointment-working {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

.appointment-working::before {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  background-image: url(../images/shape-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-working::before {
    width: 100%;
    height: 50%;
  }
}

@media (max-width: 767px) {
  .appointment-working::before {
    width: 100%;
    height: 53%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .appointment-working::before {
    width: 100%;
    height: 56%;
  }
}

.appointment-working .working-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 47.5%;
  height: 100%;
  background-color: var(--color5);
}

@media only screen and (min-width: 1400px) {
  .appointment-working .working-bg {
    width: 48%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-working .working-bg {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .appointment-working .working-bg {
    width: 100%;
    height: 47%;
    top: auto;
    bottom: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .appointment-working .working-bg {
    height: 43.5%;
  }
}

#textarea_message {
  margin-top: 20px;
  resize: none;
}

.appointment-area {
  position: relative;
  z-index: 5;
}

.appointment-area .appointment-form .single-appointment-form {
  margin-top: 30px;
  position: relative;
}

.appointment-area .appointment-form .single-appointment-form input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-size: 15px;
  color: #fff;
  border: 1px solid #ddd;
  background-color: transparent;
  border-radius: 50px;
}

.appointment-area .appointment-form .single-appointment-form2 input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-size: 15px;
  color: #000;
  border: 1px solid #ddd;
  background-color: transparent;
  border-radius: 50px;
}

.appointment-area .appointment-form .single-appointment-form2 textarea {
  height: 180px;
  margin-top: 30px;
  resize: none;
}

.appointment-area .appointment-form .single-appointment-form input::placeholder {
  opacity: 1;
  color: #fff;
}

.appointment-area .appointment-form .single-appointment-form input::-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

.appointment-area .appointment-form .single-appointment-form input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.appointment-area .appointment-form .single-appointment-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

.appointment-area .appointment-form .single-appointment-form .input-group-append {
  position: absolute;
  top: 0;
  right: 0;
}

.appointment-area .appointment-form .single-appointment-form .input-group-append .btn.btn-outline-secondary {
  border-radius: 0;
  border: 0;
  width: 50px;
  height: 50px;
  color: #fff;
}

.appointment-area .appointment-form .single-appointment-form .nice-select {
  background: none;
  width: 100%;
  height: 50px;
  border-radius: 50px;
}

.appointment-area .appointment-form .single-appointment-form .nice-select:focus {
  border-color: #fff;
}

.appointment-area .appointment-form .single-appointment-form .nice-select::after {
  width: 8px;
  height: 8px;
  border-color: #fff;
}

.appointment-area .appointment-form .single-appointment-form .nice-select .current {
  line-height: 50px;
  font-size: 15px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

.appointment-area .appointment-form .single-appointment-form .nice-select .list {
  margin-top: 0;
  border-radius: 0;
  width: 100%;
}

.appointment-area .appointment-form .single-appointment-form .nice-select .list .option {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  min-height: 35px;
}

.appointment-area .appointment-form .single-appointment-form .main-btn {
  border-radius: 50px;
}

.appointment-area .appointment-form .single-appointment-form .main-btn:hover {
  border-color: #fff;
}

/*FEEDBACK 2*/

.subscribe-banner {
  background: url("/templates/lightmode1/assets/images/feedback-2-bg.png") no-repeat center;
  background-size: cover;
  text-align: center;
}

.feedback2-bg {
  padding: 80px 0;
  background: var(--color2);
}

.subscribe-banner h2 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}

.subscribe-banner input[type="email"] {
  width: 100%;
  padding: 8px 24px;
  border: 0;
  margin-top: 24px;
  font-size: 12px;
  font-style: italic;
  color: #404040;
  background: #fff;
  text-align: left;
}

.subscribe-banner textarea {
  width: 100%;
  padding: 8px 24px;
  border: 0;
  margin-top: 24px;
  font-size: 12px;
  font-style: italic;
  color: #404040;
  background: #fff;
  text-align: left;
  resize: none;
}




.subscribe-banner input[type="submit"] {
  margin-top: 32px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

/* /////////// FEEDBACK 2 //////////*/



/* FEEDBACK 3*/

#feedback-3 .site-btn {
  display: inline-block;
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  min-width: 175px;
  padding: 18px 15px;
  padding-top: 18px;
  padding-right: 15px;
  padding-bottom: 18px;
  padding-left: 15px;
  border-radius: 5px;
  background:var(--color3);
  cursor: pointer;
  text-align: center;

}

#feedback-3 .newsletter-section {
  background: var(--color1);
  padding-top: 57px;
  padding-bottom: 40px;
}

.banner-text h4 {
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
}

.banner-text p {
  font-size: 12px;
  font-style: italic;
  color: #fff;
}

.newsletter-form {
  position: relative;
}

.newsletter-form input {
  width: 100%;
  height: 60px;
  border: none;
  background: #fff;
  border-radius: 5px;
  font-size: 12px;
  padding-left: 35px;
  padding-right: 166px;
}

.newsletter-form .site-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.newsletter-form ::-webkit-input-placeholder {
  font-style: italic;
}

.newsletter-form :-ms-input-placeholder {
  font-style: italic;
}

.newsletter-form ::-ms-input-placeholder {
  font-style: italic;
}

.newsletter-form ::placeholder {
  font-style: italic;
}


/*////////// FEEDBACK 3 ////////////*/


/* FEEDBACK 4 */

#feedback-4  {
  padding: 50px 0;
  background: var(--color1) !important;
  color: #fff;
}

#feedback-4  .container {
  padding: 0 100px;
}

#feedback-4 .section-title {
  text-align: center;
  color: #fff;
}

#feedback-4  .section-subtitle {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

#feedback-4  textarea {
  height: 192px;
}

#feedback-4  .latest-row .booking-form-item {
  text-align: center;
}

#feedback-4 form {
  display: contents;
}

#feedback-4 .bg-dark {
  background: var(--color3) !important;
}

#feedback-4 .main-btn:hover {
    border-radius: 1px solid #fff !important;
}

.booking {
  padding: 70px 0;
  background: url('../images/book_bg.jpg') center center no-repeat;
  background-size: cover;
}

.booking-form-item {
  margin-bottom: 15px;
}

.booking-form-item input, .booking-form-item textarea {
  width: 100%;
  border: 2px solid #e4edee;
    border-radius: 5px;
    padding: 15px;
    outline: none;
}

.booking-form-item input.error, .booking-form-item textarea.error {
  border-color: #f9755f !important;
}

.booking-form-item textarea {
  height: 120px;
  border: 2px solid #e4edee;
    border-radius: 5px;
    padding: 15px;
    outline: none;
}

.booking-form-item .help.help-red {
  position: absolute;
  right: 30px;
  top: 13px;
  display: none;
}

.booking-form-item .help-block {
  position: absolute;
  right: 23px;
  background: #d03f30;
  color: #fff;
  padding: 20px;
  top: -60px;
  margin: 0;
  border-radius: 3px;
  font-size: 13px;
  display: none;
  z-index: 1;
}

.booking-form-item .help-block:after {
  top: 100%;
  right: 12px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(208, 63, 48, 0);
  border-top-color: #d03f30;
  border-width: 8px;
}

.booking-form-item:before {
  position: absolute;
  font-family: 'FontAwesome';
  content: '';
  z-index: 1;
  font-size: 17px;
  left: 30px;
  top: 14px;
  color: var(--color1);
}

.booking-form-item.has-error:before {
  color: #f9755f;
}

.booking-form-item.has-error .help.help-red {
  display: block;
}

.booking-form-item.name:before {
  content: "\f007";
}

.booking-form-item.name input {

  border: 2px solid #e4edee;
    border-radius: 5px;
    padding: 15px;
    outline: none;
    padding-left: 40px;
}

.booking-form-item.phone:before {
  content: "\f095";
}

.booking-form-item.phone input {

  border: 2px solid #e4edee;
    border-radius: 5px;
    padding: 15px;
    outline: none;
    padding-left: 40px;
}

.booking-form-item.email:before {
  content: "\f0e0";
}

.booking-form-item.email input {

  border: 2px solid #e4edee;
    border-radius: 5px;
    padding: 15px;
    outline: none;
    padding-left: 40px;
}

.booking-form-item.date:before {
  content: "\f133";
}

.booking-form-item.date input {

  border: 2px solid #e4edee;
    border-radius: 5px;
    padding: 15px;
    outline: none;
    padding-left: 40px;
}

.booking-form-item.time-f:before {
  content: "\f017";
}

.booking-form-item.time-f input {

  border: 2px solid #e4edee;
    border-radius: 5px;
    padding: 15px;
    outline: none;
    padding-left: 40px;
}

.booking-form-item.f-doctor:before {
  content: "\f0f0";
  top: 15px;
}

.booking .help {
  float: right;
}

.booking .latest-row {
  margin-top: 40px;
}

/*/////////  FEEDBACK 4 /////////*/


/* FOOTER 1 */

#footer-1 .footer-logo a {
    display: inline-flex;
}

#footer-1 .footer-logo img {
    height: 70px;
}

#footer-1 .footer-logo span {
    color: #fff;
}

#footer-1 .footer-logo a {
    color: #fff;
}

#footer-1 .contact-content a{
    color: #fff;
}

/* ///////////// FOOTER 1 /////////// */


/* ===========================
      12. FOOTER css 
=========================== */

.footer-area {
  background-color: #212849;
  padding-top: 100px;
  margin-top: -100px;
  position: relative;
}

.footer-area::after {
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  height: 60px;
  background-image: url(../images/footer-shape.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}

.footer-widget {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .footer-widget {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.footer-title .title {
  font-size: 24px;
  color: #fff;
}

@media (max-width: 767px) {
  .footer-title .title {
    font-size: 20px;
  }
}

.footer-contact .single-f-contact {
  margin-top: 20px;
}

.footer-contact .single-f-contact .contact-icon i {
  color: #fff;
  font-size: 42px;
  line-height: 36px;
}

.footer-contact .single-f-contact .contact-content {
  padding-left: 20px;
}

.footer-contact .single-f-contact .contact-content p {
  color: #fff;
}

.footer-departments .footer-department-link ul {
  width: 50%;
}

.footer-departments .footer-department-link ul li a {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .footer-departments .footer-department-link ul li a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-departments .footer-department-link ul li a {
    font-size: 16px;
  }
}

.footer-departments .footer-department-link ul li a:hover {
  color: #049ae5;
}

.footer-news .single-f-news {
  margin-top: 30px;
}

.footer-news .single-f-news .news-thumb a img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center center;
}

.footer-news .single-f-news .news-content {
  padding-left: 25px;
}

.footer-news .single-f-news .news-content .news-title a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  line-height: 28px;
}

@media (max-width: 767px) {
  .footer-news .single-f-news .news-content .news-title a {
    font-size: 14px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-news .single-f-news .news-content .news-title a {
    font-size: 16px;
    line-height: 28px;
  }
}

.footer-news .single-f-news .news-content span {
  font-size: 15px;
  color: #fff;
  font-style: italic;
}

.footer-news .single-f-news:hover .news-content .news-title a {
  color: #049ae5;
}

.footer-logo-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .footer-logo-area {
    padding-top: 10px;
    padding-bottom: 60px;
  }
}

.footer-logo {
  padding-right: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-logo {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .footer-logo {
    padding-right: 0;
  }
}

.footer-logo .text {
  color: #fff;
  padding-top: 30px;
}

.footer-subscribe .subscribe-form {
  position: relative;
}

.footer-subscribe .subscribe-form input {
  width: 100%;
  height: 70px;
  border-radius: 50px;
  background-color: rgba(4, 154, 229, 0.35);
  border: 0;
  padding: 0 30px;
  color: #fff;
}

@media (max-width: 767px) {
  .footer-subscribe .subscribe-form input {
    height: 55px;
  }
}

.footer-subscribe .subscribe-form input::placeholder {
  opacity: 1;
  color: #fff;
}

.footer-subscribe .subscribe-form input::-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

.footer-subscribe .subscribe-form input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.footer-subscribe .subscribe-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

.footer-subscribe .subscribe-form .main-btn {
  width: 210px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50px;
}

.footer-subscribe .subscribe-form .main-btn::before {
  border-radius: 50px;
}

@media (max-width: 767px) {
  .footer-subscribe .subscribe-form .main-btn {
    position: relative;
    left: 0;
    right: auto;
    margin-top: 10px;
    height: 55px;
    line-height: 55px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-subscribe .subscribe-form .main-btn {
    position: absolute;
    left: auto;
    right: 0;
    margin-top: 0;
  }
}

.copyright-content {
  padding: 30px 0;
}

.copyright-content .text {
  color: #fff;
  font-size: 18px;
}

@media (max-width: 767px) {
  .copyright-content .text {
    font-size: 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .copyright-content .text {
    font-size: 16px;
  }
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  -moz-transform: rotate(-90deg) translate(50%, 100%);
  -ms-transform: rotate(-90deg) translate(50%, 100%);
  -o-transform: rotate(-90deg) translate(50%, 100%);
  transform: rotate(-90deg) translate(50%, 100%);
}

.back-to-top i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #049ae5;
  color: #fff;
  text-align: center;
  font-size: 18px;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.back-to-top span {
  font-size: 14px;
  text-transform: uppercase;
  color: #049ae5;
  font-weight: 500;
  margin-left: 10px;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.back-to-top:hover i {
  background-color: #00aaff;
  color: #fff;
}

.back-to-top:hover span {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}


/* FOOTER 2*/


/*********************************
12. Footer
*********************************/

#footer-2 ul {
 padding: 0px;
}

#footer-2 a {
  color: #878787;
  font-size: 14px;
}

#footer-2 a:hover {
  color: #00abff;
}

#footer-2 .footer_logo a:hover {
  display: inline-flex;
}

#footer-2 .footer_logo a {
  display: inline-flex;
}
.footer
{
	display: block;
	position: relative;
	background: #26292d;
}
.footer_content
{
	padding-top: 94px;
	padding-bottom: 51px;
}
.footer_about {
	padding-top: 19px;
}

.footer_about img
{
    height: 40px;
    margin: auto;
}

.footer_logo a > div:first-child
{
	font-size: 30px;
	font-weight: 700;
	line-height: 0.75;
	color: #FFFFFF;
}
.footer_logo a > div:first-child span
{
	color: #57ccc3;
	margin-left: 7px;
}
.footer_logo a > div:last-child
{
	font-size: 12px;
	color: #969696;
	font-weight: 500;
	line-height: 0.75;
	margin-top: 6px;
}
.footer_about_text
{
	margin-top: 42px;
}
.footer_about_text p
{
	color: #868686;
}
.footer_title
{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.2;
}
.footer_contact
{
	padding-top: 40px;
}
.contact_list
{
	margin-top: 44px;
}
.contact_list li
{
	font-size: 15px;
	font-weight: 500;
	color: #878787;
}
.contact_list li:not(:last-child)
{
	margin-bottom: 12px;
}
.footer_location
{
	padding-top: 40px;
}
.locations_list
{
	max-width: 180px;
	margin-top: 42px;
}
.locations_list li
{
	line-height: 1.6;
}
.locations_list li:not(:last-child)
{
	margin-bottom: 19px;
}
.location_title
{
	font-size: 15px;
	font-weight: 500;
	color: #57ccc3;
}
.location_text
{
	margin-top: 13px;
}
.opening_hours
{
	left: -32px;
	width: calc(100% + 67px);
	padding-left: 32px;
	padding-right: 35px;
	padding-top: 38px;
	padding-bottom: 40px;
	border: solid 2px #4d5157;
}
.opening_hours_list
{
	margin-top: 44px;
}
.opening_hours_list li
{
	white-space: nowrap;
}
.opening_hours_list li:not(:last-child)
{
	margin-bottom: 9px;
}
.footer_bar
{
	width: 100%;
	background: #181a1d;
}
.footer_bar_content
{
	height: 49px;
}
.copyright
{
	font-size: 12px;
	font-weight: 500;
	color: #646464;
}
.footer_nav ul li:not(:last-child)
{
	margin-right: 29px;
}
.footer_nav ul li a
{
	font-size: 12px;
	font-weight: 500;
	color: #818181;
}
.footer_nav ul li a:hover
{
	color: #57ccc3;
}

/*////////  FOOTER 2 ////////*/


/*FOOTER 3*/

.site-footer {
  position: relative;
  padding: 48px 0;
  background: url("/templates/lightmode1/assets/images/footer-3-bg.png") no-repeat center #fff;
  background-size: cover;
  font-size: 14px;
  color: #828282;
}

.footer-widgets h2 {
  display: flex;
  align-items: center;
  min-height: 50px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
  color: #404040;
}

.foot-about p {
  font-size: 14px;
  line-height: 2;
}

.foot-about p.copyright {
  margin-top: 24px;
  font-size: 12px;
  font-weight: 500;
}

.foot-contact ul {
  list-style: none;
}

.foot-contact ul li {
  margin-bottom: 5px;
  font-weight: 500;
}

.foot-contact ul li span {
  display: inline-block;
  color: #404040;
}

.foot-contact ul li span {
  width:64px;
}

.foot-links ul {
  list-style: none;
  column-count: 2;
  column-gap: 10px;
}

.foot-links ul li {
  margin-bottom: 5px;
}

.foot-links ul li a {
  color: #828282;
}



/* ////////// FOOTER 3 ///////////*/




/* FOOTER 4*/

#footer-4 .footer-copyright a {
    color: var(--color1);
}

#footer-4 .footer-copyright a:hover {
    color: #fff;
}

#footer-item-3 a {
        color: var(--color2);
}

#footer-item-3 a:hover {
        color: #fff;
}

#footer-4 .footer-item-2 a:hover {
        color: var(--color1);
}

#footer-4 .logo img {
    margin: auto;
    height: 60px;
    width: auto;
}

#footer-4  {
  position: relative;
  background: #26292d;
}

#footer-4 li  {
    color: #fff;
}

#footer-4 li a  {
    color: #fff;
}

#footer-4 li a:hover  {
    color: var(--color1);
}

#footer-4 .tweet a  {
    color: var(--color1);
}

#footer-4 .tweet a:hover  {
    color: #fff;
}

#footer-4 .footer a {
  color: #13cfd7;
}

#footer-4 .footer a:hover, .footer a:focus {
  color: #00dba5;
}

#footer-4 .footer-title {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#footer-4 .footer-title i {
  margin-right: 5px;
}

#footer-4 .footer-title-line {
  border-bottom: 1px solid #acb8bc;
}

#footer-4 .footer-title-line i {
  color: #acb8bc;
}

#footer-4 .footer-item {
  padding: 70px 30px 25px;
}

#footer-4 .footer-item-1 {
  padding-right: 15px;
  padding-left: 15px;
}

#footer-4 .footer-item-2 {
  padding-left: 15px;
}

#footer-4 .footer-item-3 {
  padding: 70px 30px 110px;
  background: var(--color3);
}

#footer-4 .footer-item-3 i {
  margin-right: 8px;
}

#footer-4 .footer-item-3-phone {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}

#footer-4 .footer-item-3-phone i {
  color: #fff;
}

#footer-4 .footer-item-3-location {
  font-size: 13px;
  color: #acb8bc;
  margin-bottom: 20px;
}

#footer-4 .footer-item-3-mail {
  font-size: 13px;
  margin-bottom: 20px;
}

#footer-4 .footer-item-3-mail i {
  color: #acb8bc;
}

#footer-4 .footer-item-3-socials {
  margin-top: 50px;
}

#footer-4 .footer-item-3-socials a {
  background: #00acdb;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 33px;
  margin-right: 3px;
}

#footer-4 .footer-item-3-socials a:hover {
  background: #00dba5;
  color: #fff;
}

#footer-4 .footer-item-3-socials a i {
  margin: 0;
}

#footer-4 .footer-item-4 {
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0;
}

#footer-4 .footer-copyright {
  color: #acb8bc;
  font-size: 13px;
  padding: 0 25px;
  color: #416373;
}

#footer-4 .footer-copyright div {
  border-top: 1px solid var(--color3);
  padding: 10px 0;
}

.tweet {
  font-size: 12px;
  margin-bottom: 15px;
}

.tweet-text {
  color: #acb8bc;
}

.tweet-date {
  color: #416373;
}

.opening-left {
  width: 42%;
  margin-left: 7%;
  float: left;
  color: #acb8bc;
  font-size: 13px;
  line-height: 25px;
}

.opening-right {
  width: 51%;
  float: left;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
}


/*/////////// FOOTER 4 /////////////*/



/* FOOTER 5 */

#footer-5 h5 {
  color: #000;
}

#footer-5 .logo {
  height: 60px;
  width: auto;
  margin: auto;
}

#footer-5 li a {
    color: #6c757d;
}

#footer-5 li a:hover {
    color: var(--color1);
}

/*////////// FOOTER 5 ////////////*/



/* FOOTER 6*/

.contrast-2 {
  background-color: #3e454c !important;
  color: #fff !important;
}

#footer-6 p {
  color: #fff;
}

#footer-6 a {
  color: #fff;
}

#footer-6 a:hover {
  color: var(--color1);
}


#footer-6 {
  padding: 20px 0;
  padding: 2.5em 0 0.5em;
  background-color: #1e8ba0;
  border-top: 3px solid var(--color1);
  background: #3e454c;
}

#footer-6 p {
  line-height: 0.8em;
  margin-bottom: 0.5em;
}

.prefooter-menu {
  display: inline-flex;
}

.prefooter-menu li {
  list-style-type: none;
  margin: 0px 20px;
}

.footer-top {
  background: #2b3138;
  position: relative;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  padding: 10px 0 10px;
}

.footer-top-imgbox {
  text-align: center;
}

.footer-top img {
  max-height: 60px;
}

.footer-top-textbox {
  padding: 10px 0 10px;
}

#footer-banners {
  background: #2b3138;
  padding: 20px 0px;
}

.footer-middle {
  margin-top: 50px;
}

.footer-middle-btn {
  background-color: #3e454c !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

.footer-middle-btn:hover {
  background-color: #fff !important;
  color: #3e454c !important;
  border: 1px solid #fff !important;
}

#footer-6 input.bg-dark-input, textarea.bg-dark-input {
  border: 1px solid #fff;
  background-color: #3e454c;
  padding: 0.4em 0.93333333em;
  margin-bottom: 1.86666666em;
  width: 100%;
  border-radius: 0.26666666em;
  color: #fff;
}

#footer-6 .h-em-10 {
  height: 10em;
}

#footer-6 ul {
  list-style-type: disc;
}

#footer {
    margin: 50px 0px;
}

#footer-6 .footer-middle-btn {
  background-color: #3e454c !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 5px;
  padding: 5px 0px;
}

#footer-6 .footer-middle-btn:hover {
  background-color: #fff !important;
  color: #3e454c !important;
  border: 1px solid #fff !important;
}

.phone_apps {
  padding: 5px 0;
  border: 1px solid #e2eaf1;
  border-radius: 5px;
}

.phone_app:first-child {
  border-right: 1px solid #e2eaf1;
}


.phone_app a {
  font-size: 80%;
  line-height: 1.2;
  display: block;
  padding: 2px 10px;
  color: #fff;
}

.phone_app_android {
  
}

.phone_app_iphone {
  
}

.phone_app a:hover {
  color: rgba(255,255,255, 0.5);
}

.phone_app i {
  font-size: 22px;
  color: #037dd1;
  margin-top: -2px;
}



/*//////// FOOTER 6 ////////*/



/* HEADER 1 */

#header-1 .header-top-mail {
    color: #fff;
}


/* ===========================
    2.HEADER css 
=========================== */

.header-top {
  background-color: var(--color1);
}

.header-top .header-info ul li {
  font-size: 16px;
  color: #fff;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top .header-info ul li {
    font-size: 13px;
  }
}

.header-top .header-info ul li + li {
  margin-left: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-top .header-info ul li + li {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top .header-info ul li + li {
    margin-left: 15px;
  }
}

.header-social a {
  color: #fff;
  font-size: 16px;
}

.header-top .header-info ul li i {
  margin-right: 5px;
  font-size: 16px;
}

.header-top .header-info ul li i.fa-mobile {
  font-size: 18px;
}

.header-top .header-social ul li {
  display: inline-block;
}

.header-top .header-social ul li + li {
  margin-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-top .header-social ul li + li {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top .header-social ul li + li {
    margin-left: 5px;
  }
}

@media (max-width: 767px) {
  .header-top .header-social ul li + li {
    margin-left: 8px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-top .header-social ul li + li {
    margin-left: 20px;
  }
}

.header-top .header-social ul li a {
  font-size: 14px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top .header-social ul li a {
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .header-top .header-social ul li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-top .header-social ul li a {
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.header-top .header-social ul li a:hover {
  background-color: #fff;
  color: var(--color1);
}

.navigation {
  padding: 25px 0;
}

.navigation .navbar {
  padding: 0;
  position: relative;
  background-color: #fff;
}

.navigation .navbar .navbar-brand {
  padding: 0;
}

.navigation .navbar .navbar-brand img {
  background-color: #fff;
  position: relative;
  z-index: 10;
  height: 70px;
  margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navigation .navbar .navbar-brand img {
    width: 140px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .navbar .navbar-brand img {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .navigation .navbar .navbar-brand img {
    width: 120px;
  }
}

.navigation .navbar .navbar-toggler {
  padding: 0;
}

.navigation .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  display: block;
  margin: 5px 0;
  background-color: #212849;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .navbar .navbar-collapse {
    position: absolute;
    top: 160%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    padding: 8px 15px;
    -moz-box-shadow: 0px 8px 16px 0px rgba(4, 154, 229, 0.1);
    box-shadow: 0px 8px 16px 0px rgba(4, 154, 229, 0.1);
  }
}

@media (max-width: 767px) {
  .navigation .navbar .navbar-collapse {
    position: absolute;
    top: 175%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    padding: 8px 15px;
    -moz-box-shadow: 0px 8px 16px 0px rgba(4, 154, 229, 0.1);
    box-shadow: 0px 8px 16px 0px rgba(4, 154, 229, 0.1);
  }
}

.navigation .navbar .navbar-nav .nav-item {
  position: relative;
}

.navigation .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  color: #777;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  padding: 15px 18px;
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navigation .navbar .navbar-nav .nav-item a {
    padding: 15px 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .navbar .navbar-nav .nav-item a {
    display: block;
    padding: 5px 0;
  }
}

@media (max-width: 767px) {
  .navigation .navbar .navbar-nav .nav-item a {
    display: block;
    padding: 5px 0;
  }
}

.navigation .navbar .navbar-nav .nav-item a.active {
  color: var(--color1);
}

.navigation .navbar .navbar-nav .nav-item .sub-menu {
  min-width: 230px;
  border-top: 2px solid var(--color1);
  position: absolute;
  top: 110%;
  left: 0;
  background-color: #fff;
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  padding: 7px 0;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .navbar .navbar-nav .nav-item .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -moz-transition: all none ease-out 0s;
    -ms-transition: all none ease-out 0s;
    -o-transition: all none ease-out 0s;
    transition: all none ease-out 0s;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border-top: 0;
  }
}

@media (max-width: 767px) {
  .navigation .navbar .navbar-nav .nav-item .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -moz-transition: all none ease-out 0s;
    -ms-transition: all none ease-out 0s;
    -o-transition: all none ease-out 0s;
    transition: all none ease-out 0s;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border-top: 0;
  }
}

.navigation .navbar .navbar-nav .nav-item .sub-menu li a {
  padding: 8px 20px;
  display: block;
  text-transform: inherit;
  font-weight: 400;
  white-space: break-spaces;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .navbar .navbar-nav .nav-item .sub-menu li a {
    border-bottom: 1px solid rgba(4, 154, 229, 0.2);
  }
}

@media (max-width: 767px) {
  .navigation .navbar .navbar-nav .nav-item .sub-menu li a {
    border-bottom: 1px solid rgba(4, 154, 229, 0.2);
  }
}

.navigation .navbar .navbar-nav .nav-item .sub-menu li a.active, .navigation .navbar .navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: var(--color1);
}

.navigation .navbar .navbar-nav .nav-item:hover > a {
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: var(--color1);
}

.navigation .navbar .navbar-nav .nav-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.navigation .navbar .navbar-btn {
  margin-left: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navigation .navbar .navbar-btn {
    margin-left: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .navbar .navbar-btn {
    position: absolute;
    top: -5px;
    right: 55px;
  }
}

@media (max-width: 767px) {
  .navigation .navbar .navbar-btn {
    position: absolute;
    top: -5px;
    right: 55px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .navigation .navbar .navbar-btn .main-btn {
    padding: 0 20px;
    font-size: 14px;
    height: 45px;
    line-height: 41px;
  }
}

.navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  -moz-box-shadow: 0px 8px 16px 0px rgba(4, 154, 229, 0.1);
  box-shadow: 0px 8px 16px 0px rgba(4, 154, 229, 0.1);
  -moz-animation: sticky 0.5s;
  -o-animation: sticky 0.5s;
  animation: sticky 0.5s;
}

.navigation.sticky .navbar .navbar-brand {
  margin-top: 0;
}

.navigation.sticky .navbar .navbar-brand img {
  background-color: transparent;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation.sticky .navbar .navbar-collapse {
    top: 150%;
  }
}

@media (max-width: 767px) {
  .navigation.sticky .navbar .navbar-collapse {
    top: 170%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation.sticky .navbar .navbar-btn {
    position: absolute;
    top: -5px;
    right: 55px;
  }
}

@media (max-width: 767px) {
  .navigation.sticky .navbar .navbar-btn {
    position: absolute;
    top: -5px;
    right: 55px;
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.navigation-two .navbar-btn .main-btn {
  border-radius: 50px;
  -moz-box-shadow: 0px 6px 20px 0px rgba(4, 154, 229, 0.65);
  box-shadow: 0px 6px 20px 0px rgba(4, 154, 229, 0.65);
}

.navigation-two .navbar-btn .main-btn::before {
  border-radius: 50px;
}

.sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 8px;
    font-size: 16px;
    color: #212849;
    background: none;
    border: 0;
  }
}

@media (max-width: 767px) {
  .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 8px;
    font-size: 16px;
    color: #212849;
    background: none;
    border: 0;
  }
}



/*//////// HEADER 1  //////////*/


/*HEADER 2*/

#header-2  .navbar-header {
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
}

#header-2 .navbar-brand img {
    max-height: 35px;
}

#header-2 .navbar-brand {
    max-width: 80%;
}

#header-2 .logo {
  max-width: 20%;
}

#header-2 .main_nav {
  margin: auto;
}

#header-2 .main-btn > a {
  color: #fff;
}


.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 100;
	background: #FFFFFF;
}
.header_content
{
	width: 100%;
	height: 117px;
	padding-left: 50px;
	padding-right: 50px;
}
.header.scrolled .header_content
{
	height: 75px;
	box-shadow: 0px 5px 15px rgba(87,204,195,0.15);
}
.logo a > div:first-child
{
	font-size: 30px;
	font-weight: 700;
	line-height: 0.75;
	color: #353535;
}
.logo a > div:first-child span
{
	color: var(--color1);
	margin-left: 7px;
}
.logo a > div:last-child
{
	font-size: 12px;
	color: #969696;
	font-weight: 500;
	line-height: 0.75;
	margin-top: 6px;
}
.main_nav
{
	margin-left: 226px;
}
.main_nav ul li a
{
	font-size: 15px;
	font-weight: 600;
	color: #404040;
	white-space: nowrap;
}
.main_nav ul li a:hover,
.main_nav ul li.active a
{
	color: var(--color1);
}
.main_nav ul li:not(:last-child)
{
	margin-right: 33px;
}
.work_hours
{
	font-size: 15px;
	font-weight: 600;
	color: #404040;
	margin-right: 26px;
	white-space: nowrap;
}
.header_phone
{
	height: 46px;
	border-radius: 20px;
	background: var(--color1);
	padding-left: 40px;
	padding-right: 36px;
	line-height: 46px;
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	margin-right: 12px;
}
.header_phone::selection
{
	background: rgba(64,64,64,0.75);
}
.header_button
{
	margin-right: 16px;
}
.social ul li
{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #e6ebf1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.social ul li:hover
{
	background: var(--color1);
}
.social ul li:hover a i
{
	color: #FFFFFF;
}
.social ul li:not(:last-of-type)
{
	margin-right: 15px;
}
.social ul li a
{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 34px;
	text-align: center;
}
.social ul li a i
{
	font-size: 16px;
	color: #404040;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger
{
	display: none;
	cursor: pointer;
	border: solid 1px transparent;
	border-radius: 7px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger:hover
{
	border: solid 1px rgba(0,0,0,0.05);
}
.hamburger i
{
	font-size: 20px;
	color: #404040;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
}

/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	top: 0;
	right: -350px;
	width: 350px;
	height: 100vh;
	background: var(--color1);
	z-index: 102;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
}
.menu.active
{
	right: 0;
}
.menu_overlay
{
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(255,255,255,0.75);
	z-index: 101;
	visibility: hidden;
	opacity: 0;
}
.menu_overlay.active
{
	visibility: visible;
	opacity: 1;
}
.menu_close_container
{
	position: absolute;
    top: 41px;
    left: 28px;
    width: 18px;
    height: 18px;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    z-index: 1;
}
.menu_close
{
    width: 100%;
    height: 100%;
    transform-style: preserve-3D;
}
.menu_close div
{
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    top: 8px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.menu_close div:last-of-type
{
    -webkit-transform: rotate(90deg) translateX(-2px);
    -moz-transform: rotate(90deg) translateX(-2px);
    -ms-transform: rotate(90deg) translateX(-2px);
    -o-transform: rotate(90deg) translateX(-2px);
    transform: rotate(90deg) translateX(-2px);
    transform-origin: center;
}
.menu_close:hover div
{
    background: #1befc5;
}
.menu_nav
{
	margin-top: 75px;
}
.menu_nav ul li:not(:last-child)
{
	margin-bottom: 1px;
}
.menu_nav ul li a
{
	font-size: 24px;
	font-weight: 500;
	color: rgba(255,255,255,0.75);
}
.menu_nav ul li a:hover
{
	color: #1befc5;
}
.menu_social
{
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.menu_social ul li:hover
{
	background: #404040;
}
.menu_social ul li:hover a i
{
	color: #FFFFFF;
}
.menu_extra
{
	margin-top: 50px;
}
.menu_extra > div:not(:last-child)
{
	margin-bottom: 5px;
}
.menu_link,
.menu_link a
{
	font-size: 13px;
	font-weight: 500;
	color: rgba(255,255,255,0.75);
}
.menu_link a:hover
{
	color: #FFFFFF;
}


/* //////// HEADER 2   ///////////*/




/* HEADER 3 */

#header-3 .logo-header {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;

}

#header-3 .header-section-h3 >.container {
  padding-top: 24px;
  padding-bottom: 35px;
}

#header-3 .main-btn {
  color: #fff;
}

.header-3-info1 {
  padding: 20px 0px 0px 0px;
}

.site-logo {
  display: inline-block;
}

#header-3 .site-logo img {
  max-height: 50px;
  margin-bottom: 20px;
  margin-right: 10px;
}

#header-3 i {
  font-size: 40px;
  color: var(--color1);
}

.nav-switch {
  display: none;
}

.main-menu {
  list-style: none;
  display: inline-block;
  padding-top: 10px;
  float: right;
}

.main-menu li {
  display: inline;
}

.main-menu li a {
  display: inline-block;
  font-size: 16px;
  color: #2d2d2d;
  position: relative;
  padding: 5px 17px;
  border-radius: 5px;
  margin-left: 15px;
  font-weight: 500;
}

.main-menu li a:hover {
  color: var(--color1);
}

.main-menu li.active a {
  background: var(--color1);
  color: #fff;
}

.main-menu li.active a:hover {
  color: #fff;
}

#header-3 .header-info {
  padding-top: 46px;
  padding-bottom: 7px;
  border-top: 1px solid #dce1e5;
  background: #eff2f4;
}

.hi-item {
  margin-bottom: 30px;
}

.hi-item .hs-icon {
  float: left;
  margin-right: 22px;
}

.hi-item .hi-content {
  padding-left: 40px;
}

.hi-item .hi-content a {
  color: #000;
}


.hi-item .hi-content p {
  font-size: 16px;
  color: #8e8e8e;
  margin-bottom: 0;
}


/*///////// HEADER 3 ////////////*/



/* HEADER 4  */

#header-4 span {
  color: #455f68;
}

#header-4 .navbar-nav {
  display: flex;
  flex-direction: row;
}

.top-bar {
  background: #f1f8f9;
  font-size: 13px;
  padding: 12px 0;
}

.top-bar i {
  color: #acb8bc;
}

.top-bar-adress i {
  margin-right: 5px;
}

.top-bar-mail {
  float: right;
  margin-right: 10px;
}

.top-bar-mail a {
   color: var(--color1); 
}

.top-bar-mail i {
  margin-right: 5px;
}

.top-bar-social {
  float: right;
  margin-left: 20px;
}

.top-bar-social i {
  position: relative;
  font-size: 18px;
  margin-left: 13px;
  top: 2px;
}

.top-bar-social i:hover {
  color: var(--color1);
}

/* ---------------------------------------
   4 HEADER           
----------------------------------------- */

#header-4 .header {
  background: #f1f8f9;
  padding: 12px 0 30px 0;
  top: auto;
  position: relative;
}

#header-4 .header-logo {
  height: 45px;
  font-size: 30px;
}

#header-4 .header-button {
  background: var(--color1);
  color: #ffffff;
  border: none;
  border-radius: 20px;
  transition: all 300ms;
  padding: 7px 23px;
}

#header-4 .header-button > a {
  color: #fff;
}

#header-4 .header-button > a :hover {
  color: var(--color1);
}

#header-4 .plus {
  color: #fff !important;
}

.mobile-bar {
  display: none;
}

#header-4 .header-button:hover {
  background: #fff;
  color: var(--color1);
  border: 1px solid var(--color1);
}

#header-4 .header-button:hover a {
  color: var(--color1);
}

.mobile-bar-cont {
  overflow: hidden;
  float: left;
}

.header-logo img {
  position: relative;
  width: auto;
  height: 60px;
  margin-right: 7px;
  top: 1px;
  margin-bottom: 35px;
}

.header-logo span {
    line-height: 1.2;
    font-weight: 700;
}

.header-phone {
  float: right;
  border: 1px solid #e4edee;
  font-size: 18px;
  padding: 7px 23px;
  border-radius: 20px;
  margin-right: 15px;
  margin-top: 7px;
}

.header-phone i {
  color: var(--color1);
  margin-right: 5px;
  font-size: 22px;
  position: relative;
  top: 2px;
  left: -7px;
}

.header-phone a {
    color: var(--color1);
}

.header-button {
  float: right;
  margin-top: 7px;
}

.header-button .btn {
  padding: 9px 23px;
}

.header-button .plus {
  line-height: 0;
  font-size: 22px;
  position: relative;
  top: 2px;
  left: -7px;
}

/* ---------------------------------------
   5 MAIN MENU           
----------------------------------------- */

#header-4 .top-menu {
  background: #ffffff;
  border-top: 1px solid #e4edee;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  z-index: 111;
  width: 100%;
}

.top-menu-logo {
  height: 45px;
  font-size: 24px;
  float: left;
  position: relative;
  top: -2px;
  margin-right: 20px;
  display: none;
}

.top-menu-logo img {
  position: relative;
  width: 25px;
  height: 60px;
  margin-right: 7px;
  top: 1px;
}

.top-menu .navbar-nav li a {
  padding: 14px 20px;
  font-size: 15px;
  color: #455f68;
  font-weight: 500;
  border-bottom: 3px solid transparent;
  transition: all 300ms;
}

.top-menu .navbar-nav li a:hover, .top-menu .navbar-nav li a:focus {
  background: var(--color1);
  color: #fff !important;
}

.top-menu .navbar-nav li.active > a {
  border-bottom-color: var(--color1);
}

.top-menu .navbar-nav li.open a {
  border-bottom: 3px solid transparent;
}

.top-menu ul.dropdown-menu {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  border: none;
  border-top: 4px solid var(--color1);
  padding: 25px 30px 25px 40px;
  border-radius: 0 0 2px 2px;
}

.top-menu ul.dropdown-menu li a {
  background: transparent;
  padding: 4px 0px;
  font-size: 14px;
  position: relative;
  color: #455f68;
}

.top-menu ul.dropdown-menu li a:hover, .top-menu ul.dropdown-menu li a:focus {
  background: transparent;
  color: var(--color1);
  text-decoration: underline;
}

.top-menu ul.dropdown-menu li a:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color1);
}

.top-menu ul.dropdown-menu.with-bg {
  background: url('../images/menubg.jpg') no-repeat #ffffff;
  background-size: contain;
  background-position: right top;
  padding-right: 300px;
}

.smartposition #top-menu {
  position: fixed;
  top: 0;
}

.smartposition .top-menu .navbar-nav {
  float: left;
}

.smartposition .top-menu-logo {
  display: block;
  float: none;
}

.smartposition #totop {
  display: block;
}

@media (max-width: 768px) {
  .smartposition .top-menu-logo {
    display: none;
  }
}


@media only screen and (max-width: 575px) {

  #header-4 .top-bar-social {
      float: right;
  }
  
  #header-4 .top-bar-mail {
      float: left;
  }
  
  
  #header-4 .header-logo {
      height: auto !important;
      text-align: center;
  }
  
  #header-4 .header-button {
      float: none;
      margin: auto;
      width: max-content;
      margin-top: 10px;
  }
  
  #header-4 .header-phone {
      float: none;
      margin: auto;
      width: max-content;
      margin-top: 10px;
  }
  
  
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
  
  #header-4 .header-logo {
      height: auto !important;
  }
  
  }


/*////////// HEADER 4 ///////////*/


/* HEADER 5 */
/*
.navbar {
  height: 82px;
}

.sticky {
  position: fixed;
  top: 0 !important;
  width: 100%;
  z-index: 9;
  background: #fff;
  transition:top 1.5s linear;
  box-shadow:0px 10px 20px 0px rgb(0 0 0 / 10%);
}

*/

#header-5 .logo-header {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 700;
}

#header-5 .link-dark a {
    color: #1a1e21!important;;
}

#header-5 {
  transition:all 1s linear;
  padding: 10px 0px;
}

#header-5 .navbar-brand {
  width: 100%;
  max-width: 100%;
}


#header-5 .navbar-brand img {
  width: auto;
  max-height: 60px;
}

#header-5 .header-top-div {
  display: contents;
  padding: 0px 20px;
}

#header-5 .logo-div {
  padding-left: 30px;
}


/*//////// HEADER 5 ///////////*/


/* INTRO 1*/


#intro-1 .appointment-form {
  float: left;
  width: 100%;
  background: #fff;
  min-height: 425px;
  box-shadow: 0 0 50px -22px rgba(0,0,0,0.3);
  padding: 40px;
}

#intro-1 .appointment-form h3 {
  float: left;
  margin: 0;
  background: linear-gradient(to right, var(--color1) 0%, var(--color2) 100%);
  width: 100%;
  color: #fff;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 600;
}

#intro-1 .appointment-form .form {
  float: left;
  width: 100%;
}

#intro-1 .appointment-form .form form {
  float: left;
  width: 100%;
  margin: 0;
}

#intro-1 .form-group {
  float: left;
  width: 100%;
  margin: 0;
}

#intro-1 .form-group input, .form-group select {
  float: left;
  width: 100%;
  border-radius: 0;
  border: solid #ccc 1px;
  padding: 8px 15px;
  font-weight: 400;
  font-size: 13px;
  margin: 12px 0 0;
  box-shadow: none;
  color: #333;
  height: 44px;
}

#intro-1 .center {
  float: left;
  width: 100%;
  justify-content: center;
  display: flex;
}

#intro-1 .form-group button {
  background: linear-gradient(to right, var(--color1) 0%, var(--color2) 100%);
  border: none;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #fff;
  padding: 8px 30px;
  border-radius: 50px;
  transition: ease all 1s;
  font-weight: 600;
}



@media only screen and (max-width: 575px) {

  #intro-1 .single-slider .slider-content .content  {
          text-align: center;
          margin: 20px 0px;
  }
      
  #intro-1 .appointment-form {
      padding: 0px;
  }
  
  }
  
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
      
      #intro-1 .single-slider .slider-content .content  {
          text-align: center;
          margin: 20px 0px;
      }
        
    }
    
   @media only screen and (min-width: 768px) and (max-width: 992px) {
      
      #intro-1 .single-slider .slider-content .content  {
          text-align: center;
          margin: 20px 0px;
      }
        
    }
    
  /*///////// INTRO 1 //////////*/  
  
#intro-3 .appointment-form {
  float: left;
  width: 100%;
  background: #fff;
  min-height: 425px;
  box-shadow: 0 0 50px -22px rgba(0,0,0,0.3);
  padding: 40px;
}

#intro-3 .appointment-form h3 {
  float: left;
  margin: 0;
  background: linear-gradient(to right, var(--color1) 0%, var(--color2) 100%);
  width: 100%;
  color: #fff;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 600;
}

#intro-3 .appointment-form .form {
  float: left;
  width: 100%;
}

#intro-3 .appointment-form .form form {
  float: left;
  width: 100%;
  margin: 0;
}

#intro-1 .form-group {
  float: left;
  width: 100%;
  margin: 0;
}

#intro-3 .form-group input, .form-group select {
  float: left;
  width: 100%;
  border-radius: 0;
  border: solid #ccc 1px;
  padding: 8px 15px;
  font-weight: 400;
  font-size: 13px;
  margin: 12px 0 0;
  box-shadow: none;
  color: #333;
  height: 44px;
}

#intro-3 .center {
  float: left;
  width: 100%;
  justify-content: center;
  display: flex;
}

#intro-3 .form-group button {
  background: linear-gradient(to right, var(--color1) 0%, var(--color2) 100%);
  border: none;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #fff;
  padding: 8px 30px;
  border-radius: 50px;
  transition: ease all 1s;
  font-weight: 600;
}


/* ===== INDEX 2 ===== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .department-two-area {
    padding-top: 95px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .department-two-area {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}

.single-department-two .department-thumb a {
  display: block;
}

.single-department-two .department-thumb a img {
  width: 100%;
}

.single-department-two .department-content {
  border: 5px solid var(--color4);
  border-top: 0;
  padding: 35px 25px;
  background-color: #fff;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .single-department-two .department-content {
    padding: 25px 15px;
  }
}

.single-department-two .department-content .department-title a {
  font-size: 24px;
  font-weight: 700;
  color: #212849;
  margin-bottom: 25px;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-department-two .department-content .department-title a:hover {
  color: #049ae5;
}

.single-department-two .department-content .text {
  margin-bottom: 25px;
}

.single-department-two .department-content .main-btn {
  border-color: var(--color1);
}

.single-department-two .department-content .main-btn:hover {
  -moz-box-shadow: 0px 6px 20px 0px  var(--color1);
  box-shadow: 0px 6px 20px 0px  var(--color1);
}

.single-department-two:hover .department-content {
  border-color: #fff;
  -moz-box-shadow: 0px 0px 16px 0px  var(--color4);
  box-shadow: 0px 0px 16px 0px  var(--color4);
}


.gj-picker-bootstrap {
  border: 0;
  border-radius: 0;
  padding: 4px;
  -moz-box-shadow: 0px 0px 22px 0px rgba(4, 154, 229, 0.2);
  box-shadow: 0px 0px 22px 0px rgba(4, 154, 229, 0.2);
}

.gj-picker-bootstrap div[role="navigator"] {
  height: 40px;
  line-height: 40px;
}

.gj-picker-bootstrap div[role="navigator"] i {
  font-size: 16px;
  color: #212849;
}

.gj-picker-bootstrap div[role="navigator"] div[role="period"] {
  font-weight: 500;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #212849;
}

.gj-picker-bootstrap table tr th div {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-weight: 500;
  font-size: 16px;
}

.gj-picker-bootstrap table tr td div {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #212849;
}

.gj-picker-bootstrap table tr td.focused div {
  background: #049ae5;
  border-radius: 0;
  color: #fff;
}

.gj-picker-bootstrap table tr td.gj-cursor-pointer div {
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.gj-picker-bootstrap table tr td.gj-cursor-pointer div:focus, .gj-picker-bootstrap table tr td.gj-cursor-pointer div:hover {
  background: #049ae5;
  border-radius: 0;
  color: #fff;
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
  background: #049ae5;
  border-radius: 0;
  color: #fff;
}

.gj-picker-bootstrap table tr td.disabled div {
  color: #ddd;
}

.gj-picker-bootstrap table tr td.other-month div {
  color: #ddd;
}

.gj-picker-bootstrap table tr td.today div {
  font-weight: 700;
  color: #212849;
}

.working-area {
  position: relative;
  z-index: 5;
  padding-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .working-area {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .working-area {
    padding-left: 0;
    padding-top: 50px;
    padding-right: 70px;
  }
}

@media (max-width: 767px) {
  .working-area {
    padding-left: 0;
    padding-top: 50px;
    padding-right: 0;
  }
}

.working-area .working-content .single-work-time p {
  color: #fff;
  margin-top: 30px;
}

.working-area .working-content .single-work-time p .time {
  margin-left: 30px;
}

.working-area .working-content .single-work-time p .closed {
  margin-left: 90px;
  text-transform: uppercase;
}

.working-area .working-content .single-work-time .number {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.working-area .working-content .single-work-time .number i {
  color: #049ae5;
  margin-right: 5px;
}

.working-area .working-content .single-work-time .main-btn {
  margin-top: 85px;
}

.single-testimonial-two .testimonial-content .text p {
    font-size: 20px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 15px;
  }
  
  
/* ===========================
  9.VIDEO TESTIMONIAL css 
=========================== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-testimonial {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .video-testimonial {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

.video-area {
  position: relative;
  z-index: 5;
}

.video-area a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 25px;
  color:  var(--color1);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  position: relative;
  z-index: 5;
}

.video-area a::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -moz-animation: video-zoom 3s infinite;
  -o-animation: video-zoom 3s infinite;
  animation: video-zoom 3s infinite;
  z-index: -1;
}

@keyframes video-zoom {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.testimonial-area {
  position: relative;
  z-index: 5;
  margin-right: 20px;
}

.testimonial-active {
  background-color:  var(--color1);
  padding: 25px 30px;
}

.testimonial-active .slick-dots {
  width: 40px;
  padding: 5px 0 16px;
  background-color: #fff;
  border-radius: 50px;
  border: 2px solid  var(--color1);
  text-align: center;
  position: absolute;
  top: 50%;
  right: -20px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testimonial-active .slick-dots li button {
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #a1bdff;
  padding: 0;
  border: 0;
  cursor: pointer;
}

.testimonial-active .slick-dots li.slick-active button {
  background-color:  var(--color1);
}

.single-testimonial .text {
  font-size: 24px;
  font-style: italic;
  color: #fff;
  line-height: 36px;
}

@media (max-width: 767px) {
  .single-testimonial .text {
    font-size: 18px;
    line-height: 30px;
  }
}

.single-testimonial .testimonial-name {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 5px;
  margin-top: 25px;
}

.single-testimonial span {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-two-area {
    padding-top: 95px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .testimonial-two-area {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}

.testimonial-two-active .slick-dots {
  width: 40px;
  padding: 5px 0 16px;
  background-color: #fff;
  border-radius: 50px;
  border: 2px solid  var(--color1);
  text-align: center;
  position: absolute;
  top: 50%;
  right: -20px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .testimonial-two-active .slick-dots {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: auto;
    right: auto;
    width: auto;
    padding: 0 13px 10px;
    bottom: -20px;
  }
}

@media (max-width: 767px) {
  .testimonial-two-active .slick-dots li {
    display: inline-block;
    margin: 0 3px;
  }
}

.testimonial-two-active .slick-dots li button {
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color:  var(--color2);
  padding: 0;
  border: 0;
  cursor: pointer;
}

.testimonial-two-active .slick-dots li.slick-active button {
  background-color: var(--color1);
}

.single-testimonial-two {
  border: 5px solid  var(--color4);
  padding: 40px;
  position: relative;
  margin-right: 210px;
  background-color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-testimonial-two {
    margin-right: 110px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial-two {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .single-testimonial-two {
    margin-right: 0;
    padding: 20px;
  }
}

.single-testimonial-two .testimonial-content {
  max-width: 520px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-testimonial-two .testimonial-content {
    max-width: 465px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial-two .testimonial-content {
    max-width: 420px;
  }
}

#news-2 a {
    color: var(--color1);
}

.single-testimonial-two .testimonial-content i {
  font-size: 60px;
  line-height: 50px;
  color: var(--color1);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 10px;
}

.single-testimonial-two .testimonial-content .text {
  font-size: 20px;
  font-style: italic;
  line-height: 40px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-testimonial-two .testimonial-content .text {
    font-size: 18px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial-two .testimonial-content .text {
    font-size: 18px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .single-testimonial-two .testimonial-content .text {
    font-size: 16px;
    line-height: 27px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-testimonial-two .testimonial-content .text {
    font-size: 18px;
    line-height: 36px;
  }
}

.single-testimonial-two .testimonial-content .testimonial-name {
  font-size: 16px;
  font-weight: 700;
  color: #212849;
  padding-bottom: 5px;
}

.single-testimonial-two .testimonial-content span {
  color: #56566a;
  font-size: 15px;
}

.single-testimonial-two .testimonial-image {
  position: absolute;
  bottom: -30px;
  right: -80px;
  max-width: 400px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-testimonial-two .testimonial-image {
    max-width: 380px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial-two .testimonial-image {
    right: 0;
    max-width: 230px;
  }
}

@media (max-width: 767px) {
  .single-testimonial-two .testimonial-image {
    position: relative;
    right: 0;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-testimonial-two .testimonial-image {
    max-width: 100%;
  }
}

.single-testimonial-two .testimonial-image img {
  width: 100%;
}


/* ===========================
     10.BLOG css 
=========================== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area {
    padding-top: 95px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .blog-area {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}

.single-blog .blog-thumb {
  overflow: hidden;
}

.single-blog .blog-thumb a {
  display: block;
}

.single-blog .blog-thumb a img {
  width: 100%;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-blog .blog-content {
  padding: 25px 20px;
  border: 5px solid  var(--color4);
  border-top: 0;
  background-color: #fff;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-blog .blog-content .sub-title {
  font-size: 14px;
  font-weight: 400;
  color:  var(--color1);
  font-family: "Open Sans", sans-serif;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-blog .blog-content .sub-title {
    font-size: 16px;
  }
}

.single-blog .blog-content .title a {
  font-size: 20px;
  font-weight: 700;
  color: #212849;
  margin-top: 13px;
  line-height: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-blog .blog-content .title a {
    font-size: 24px;
    line-height: 36px;
  }
}

.single-blog .blog-content .more {
  font-size: 14px;
  text-transform: uppercase;
  color:  var(--color1);
  font-weight: 500;
  margin-top: 15px;
}

.single-blog .blog-content .more i {
  margin-right: 5px;
}

.single-blog:hover .blog-thumb a img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.single-blog:hover .blog-content {
  border-color: #fff;
  -moz-box-shadow: 0px 0px 16px 0px  var(--color3);
  box-shadow: 0px 0px 16px 0px  var(--color3);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-tow-area {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .blog-tow-area {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.blog-tow-area .section-title {
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-tow-area .section-title {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .blog-tow-area .section-title {
    padding-bottom: 70px;
  }
}

.blog-tow-active .slick-arrow {
  width: auto;
  position: absolute;
  z-index: 5;
  left: -365px;
  bottom: 110px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-tow-active .slick-arrow {
    left: -305px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-tow-active .slick-arrow {
    left: 15px;
    top: -60px;
    bottom: auto;
  }
}

@media (max-width: 767px) {
  .blog-tow-active .slick-arrow {
    left: 15px;
    top: -60px;
    bottom: auto;
  }
}

.blog-tow-active .slick-arrow.next {
  left: -290px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-tow-active .slick-arrow.next {
    left: -240px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-tow-active .slick-arrow.next {
    left: 90px;
  }
}

@media (max-width: 767px) {
  .blog-tow-active .slick-arrow.next {
    left: 90px;
  }
}

.blog-tow-active .slick-arrow i {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #efefef;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  color:  var(--color1);
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-tow-active .slick-arrow i {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.blog-tow-active .slick-arrow i:hover {
  background-color:  var(--color1);
  color: #fff;
}


/*NEWS 4*/

.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 45%;
  position: relative;
  display: block; }

#news-4 p a {
    color:  var(--color1);
}

.blog-entry {
  background: #fff;
  border: 1px solid var(--color4); }
  @media (min-width: 768px) {
    .blog-entry {
      margin-bottom: 30px; } }
  @media (max-width: 767.98px) {
    .blog-entry {
      margin-bottom: 30px; } }
  .blog-entry .text {
    position: relative;
    border-top: 0;
    border-radius: 2px;
    width: 55%; }
    .blog-entry .text .heading {
      font-size: 20px;
      margin-bottom: 16px; }
      .blog-entry .text .heading a {
        color: #39345a; }
        .blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
          color:  var(--color1); }
    .blog-entry .text .read {
      color: #39345a;
      font-size: 14px; }
  .blog-entry .meta > div {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 15px; }
    .blog-entry .meta > div a {
      color: #bbb7d6;
      font-size: 15px; }
      .blog-entry .meta > div a:hover {
        color: #9d97c3; }

/* ///////// NEWS 4 ////////////*/




/*********************************
8. CTA
*********************************/

.cta
{
	width: 100%;
	background: var(--color1);
	padding-top: 49px;
	padding-bottom: 46px;
}
.cta_title
{
	font-size: 36px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.2;
}
.cta_text
{
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 2;
	margin-top: -1px;
}
.cta_phone
{
	height: 59px;
	padding-left: 24px;
	padding-right: 25px;
	line-height: 59px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background: var(--color3);
	border-radius: 19px;
	white-space: nowrap;
}




/* OPENSPACE 3*/

#openspace-3 .site-btn {
  display: inline-block;
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  min-width: 175px;
  padding: 18px 15px;
  padding-top: 18px;
  padding-right: 15px;
  padding-bottom: 18px;
  padding-left: 15px;
  border-radius: 5px;
  background: var(--color3);
  cursor: pointer;
  text-align: center;

}


.newsletter-section {
  background: var(--color1);
  padding-top: 57px;
  padding-bottom: 40px;
}

.banner-text h4 {
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
}

.banner-text p {
  font-size: 12px;
  font-style: italic;
  color: #fff;
}

.newsletter-form {
  position: relative;
}

.newsletter-form input {
  width: 100%;
  height: 60px;
  border: none;
  background: #fff;
  border-radius: 5px;
  font-size: 12px;
  padding-left: 35px;
  padding-right: 166px;
}

.newsletter-form .site-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.newsletter-form ::-webkit-input-placeholder {
  font-style: italic;
}

.newsletter-form :-ms-input-placeholder {
  font-style: italic;
}

.newsletter-form ::-ms-input-placeholder {
  font-style: italic;
}

.newsletter-form ::placeholder {
  font-style: italic;
}

/*///////  OPENSPACE 3 //////////*/

/* OPENSPACE 4 */

#openspace-4 .clients {
  padding: 70px 0;
  text-align: center;
}

#openspace-4 .clients .section-subtitle {
  font-weight: 700;
  margin-bottom: 30px;
}

#openspace-4 .clients-container {
  position: relative;
}

#openspace-4 .clients-item img {
  max-width: 100%;
}

#openspace-4 .owl-clients {
  display: inline-flex;
}

/*////////// OPENSPACE 4 //////////*/


/* ===========================
    4.FEATURES  css 
=========================== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-area {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .features-area {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.single-features {
  border: 5px solid rgba(4, 154, 229, 0.1);
  padding: 25px 15px 25px;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-features {
    padding: 40px 10px 35px;
  }
}

@media (max-width: 767px) {
  .single-features {
    padding: 40px 10px 35px;
  }
}

.single-features .features-icon i {
  font-size: 85px;
  line-height: 80px;
  color: var(--color1);
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-features .features-content {
  margin-top: 35px;
}

.single-features .features-content .features-title a {
  font-weight: 700;
  font-size: 24px;
  color: #212849;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-features .features-content .features-title a {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .single-features .features-content .features-title a {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-features .features-content .features-title a {
    font-size: 24px;
  }
}

.single-features .features-content .text {
  margin-top: 20px;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-features .features-content .more {
  color: var(--color1);
  font-size: 15px;
  font-weight: 700;
  margin-top: 20px;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-features .features-content .more i {
  font-size: 13px;
}

.single-features.active, .single-features:hover {
  background-color: var(--color1);
}

.single-features.active .features-icon i, .single-features:hover .features-icon i {
  color: #fff;
}

.single-features.active .features-content .features-title a, .single-features:hover .features-content .features-title a {
  color: #fff;
}

.single-features.active .features-content .text, .single-features.active .features-content .more, .single-features:hover .features-content .text, .single-features:hover .features-content .more {
  color: #fff;
}


/* SERVICE 2 */

#service .lni {
    font-size: 68px;
}


.services {
  width: 100%;
  /*background: url(../images/service-bg.png);*/
  /*padding: 75px 0;*/
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  float: left;
  width: 100%;
}

.inner-services {
  float: left;
  width: 100%;
  margin: 30px 0;
}

.serv {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  margin: 25px 0px;
}

.serv:hover {
  opacity: 0.6;
  background: var(--color2);
}

.icon-service {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.icon-service img {
  width: 60px;
  margin: auto;
}

.serv h4 {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  padding: 0;
  margin: 5px 0 0;
  float: left;
  width: 100%;
}

.serv p {
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  margin-top: 5px;
  color: #fff;
}

.appointment-form {
  float: left;
  width: 100%;
  background: #fff;
  min-height: 425px;
  box-shadow: 0 0 50px -22px rgba(0,0,0,0.3);
  padding: 40px;
}

.appointment-form h3 {
  float: left;
  margin: 0;
  background: linear-gradient(to right, var(--color1) 0%, var(--color2) 100%);
  width: 100%;
  color: #fff;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 600;
}

.appointment-form .form {
  float: left;
  width: 100%;
}

.appointment-form .form form {
  float: left;
  width: 100%;
  margin: 0;
}

.form-group {
  float: left;
  width: 100%;
  margin: 0;
}

.form-group input, .form-group select {
  float: left;
  width: 100%;
  border-radius: 0;
  border: solid #ccc 1px;
  padding: 8px 15px;
  font-weight: 400;
  font-size: 13px;
  margin: 12px 0 0;
  box-shadow: none;
  color: #333;
  height: 44px;
}

.center {
  float: left;
  width: 100%;
  justify-content: center;
  display: flex;
}

.form-group button {
  background: linear-gradient(to right, var(--color1) 0%, var(--color2) 100%);
  border: none;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #fff;
  padding: 8px 30px;
  border-radius: 50px;
  transition: ease all 1s;
  font-weight: 600;
}

.service-overlay {
  width: 100%;
  height: 100%;
  padding: 75px;
  background: linear-gradient(to right, var(--color1) 20%, var(--color2) 100%);
}


/*///////////// SERVICE 2 /////////////////// */

/* SERVICE 3 */

#service .lni {
    padding-right: 20px;
}

.ftco-services .nav-link-wrap {
  background: var(--color1); }
  @media (min-width: 768px) {
    .ftco-services .nav-link-wrap {
      margin-top: -40px; } }
  @media (max-width: 767.98px) {
    .ftco-services .nav-link-wrap {
      background: var(--color1);
      margin-top: 30px; } }

.ftco-services .nav-pills p {
  margin-bottom: 0; }

.ftco-services .nav-pills .nav-link {
  float: left;
  border-radius: 0;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  font-weight: 400;
  position: relative; }
  .ftco-services .nav-pills .nav-link:after {
    position: absolute;
    top: 20px;
    bottom: 10px;
    right: 0;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fafafa transparent transparent;
    opacity: 0; }
  .ftco-services .nav-pills .nav-link span {
    font-size: 24px;
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.6); }
  .ftco-services .nav-pills .nav-link.active, .ftco-services .nav-pills .nav-link:hover {
    color: #fff;
    font-size: 20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: transparent;
    font-weight: 700; }
    .ftco-services .nav-pills .nav-link.active:after, .ftco-services .nav-pills .nav-link:hover:after {
      opacity: 1; }
    .ftco-services .nav-pills .nav-link.active span, .ftco-services .nav-pills .nav-link:hover span {
      color: #fff; }
    @media (max-width: 767.98px) {
      .ftco-services .nav-pills .nav-link.active:after, .ftco-services .nav-pills .nav-link:hover:after {
        opacity: 0; } }
  @media (max-width: 767.98px) {
    .ftco-services .nav-pills .nav-link {
      display: block;
      width: 100%; } }

.ftco-services .tab-content .tab-pane .icon {
  font-size: 100px;
  color: var(--color1);
  line-height: 1.2; }

.ftco-services .tab-content .tab-pane h2 {
  font-size: 28px; }

.ftco-section-2 {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: hidden; }

.services-wrap {
  display: block;
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 1px;
  padding: 30px 40px 30px 50px; }
  .services-wrap:first-child {
    margin-top: 1px; }
  .services-wrap:after {
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: rgba(255, 255, 255, 0.8); }
  .services-wrap h2 {
    color: var(--color1);
    font-size: 24px; }
  .services-wrap p {
    color: #7782aa;
    margin-bottom: 0; }
  .services-wrap .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px; }
    .services-wrap .icon span {
      font-size: 20px;
      color: #73b0f2; }
      .services-wrap .icon span:first-child {
        opacity: 0; }
      .services-wrap .icon span:last-child {
        opacity: 1; }
  .services-wrap:hover {
    margin-left: -100px; }
    .services-wrap:hover .icon span:first-child {
      opacity: 1;
      margin-left: 5px; }
    .services-wrap:hover .icon span:last-child {
      opacity: 0; }

/* ///////// SERVICE 3  //////////// */




/* SERVICE 4*/

#service-4 .lni {
    font-size: 68px;
    color: var(--color1);
}

#service-4 {
  margin-top: 10px;
  margin-bottom: 50px;
}

#service-4 .services-box {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
}

#service-4 .services-box:hover {
  background: #e1e1e1;
  transition: 0.7s;
}

#service-4 .services-div {
  padding: 10px;
}

/*//////// SERVICE 4 //////////*/



/* SERVICE 5*/

#service-5 .lni {
    font-size: 68px;
    padding-right: 25px;
    color: var(--color1);
}


#service-5 .time-table-section {
  padding: 50px 0px;
}

#service-5 .service-time.one {
  position: relative;
  z-index: 1;
}

#service-5 .service-time {
  float: left;
  width: 100%;
  min-height: 350px;
  /*margin-top: -350px;*/
  padding: 50px;
  color: #fff;
  position: relative;
}

#service-5 .info-icon {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 75px;
  line-height: normal;
  margin-bottom: 20px;
}

#service-5 .service-time h3 {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  margin: -5px 0 15px 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
}

#service-5 .service-time p {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 14px;
  color: #fff;
}

#service-5 .service-time ul li {
  float: left;
  width: 100%;
  font-size: 14px;
  border-bottom: dashed 1px #fff;
  padding-bottom: 10px;
  padding-top: 10px;
}

#service-5 .service-time.middle::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: transparent;
  position: absolute;
  bottom: 0px;
  z-index: 0;
  border-bottom: solid transparent 65px;
  border-right: solid #a0cff7 70px;
  left: -70px;
}

/*/////// SERVICE 5 ////////*/


/*********************************
6. Intro
*********************************/

#welcome-1 .gj-picker-bootstrap table tr td.gj-cursor-pointer div:focus, .gj-picker-bootstrap table tr td.gj-cursor-pointer div:hover {
    background: var(--color1);
    border-radius: 0;
    color: #fff;
}

.intro
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 89px;
	padding-bottom: 90px;
}
.intro_content
{
	padding-top: 30px;
}
.milestones
{
	margin-top: 85px;
}
.milestone_counter
{
	font-size: 36px;
	font-weight: 700;
	color: var(--color1);
	line-height: 0.75;
}
.milestone_text
{
	font-size: 18px;
	font-weight: 600;
	color: #404040;
	line-height: 1.5;
	margin-top: 5px;
}
.intro_form_container
{
	width: 100%;
	background: #FFFFFF;
	padding-left: 33px;
	padding-right: 34px;
	padding-bottom: 63px;
	padding-top: 136px;
	box-shadow: 0px 25px 38px rgba(0,0,0,0.2);
}
.intro_form_title
{
	position: absolute;
	top: 0;
	left: 0;
	width: 336px;
	height: 80px;
	background: var(--color1);
	line-height: 80px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
}
.intro_form
{
	width: 100%;
}
.intro_input
{
	width: calc((100% - 15px) / 2);
	height: 62px;
	background: transparent;
	border: solid 2px #e6ebf1;
	margin-bottom: 18px;
	padding-left: 25px;
	outline: none;
	font-size: 15px;
	color: #404040;
	font-weight: 500;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.intro_select
{
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #a09f9f !important;
	cursor: pointer;
}
.intro_select.selected
{
	font-size: 15px !important;
	color: #404040 !important;
	font-weight: 500 !important;
	font-style: normal !important;
}
.intro_select option
{
	color: #404040;
}
.intro_input:focus,
.intro_input:hover
{
	border: solid 2px var(--color1);
}
.intro_input::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #a09f9f !important;
}
.intro_input:-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #a09f9f !important;
}
.intro_input::-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #a09f9f !important;
} 
.intro_input:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #a09f9f !important;
}
.intro_input::input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #a09f9f !important;
}
.intro_button
{
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	border: solid 2px transparent;
	cursor: pointer;
}
.intro_button:hover
{
	background: transparent;
	border: solid 2px #fd556d;
	color: #fd556d;
}
	


/* ===========================
    5.ABOUT css 
=========================== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area {
    padding-top: 0;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .about-area {
    padding-top: 0;
    padding-bottom: 80px;
  }
}

.about-image {
  position: relative;
}

.about-image::before {
  position: absolute;
  content: '';
  width: 183px;
  height: 183px;
  background-image: url(../images/dots.png);
  background-repeat: repeat;
  top: -50px;
  left: -50px;
  z-index: -1;
  -moz-animation: up-down 3s infinite;
  -o-animation: up-down 3s infinite;
  animation: up-down 3s infinite;
}

.about-image img {
  width: 100%;
}

@keyframes up-down {
  0% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.about-content .text {
  margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-content .text {
    margin-top: 10px;
  }
}

.about-content .about-form {
  position: relative;
  margin-top: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-content .about-form {
    margin-top: 25px;
  }
}

.about-content .about-form input {
  width: 100%;
  height: 65px;
  border: 2px solid var(--color1);
  padding: 0 30px;
  border-radius: 50px;
}

.about-content .about-form input::placeholder {
  opacity: 1;
  color: #56566a;
}

.about-content .about-form input::-ms-input-placeholder {
  opacity: 1;
  color: #56566a;
}

.about-content .about-form input::-moz-placeholder {
  opacity: 1;
  color: #56566a;
}

.about-content .about-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #56566a;
}

.about-content .about-form .main-btn {
  border-radius: 50px;
  position: absolute;
  top: 7px;
  right: 7px;
}

.about-content .about-form .main-btn:hover {
  -moz-box-shadow: 0px 11px 20px 0px rgba(4, 154, 229, 0.4);
  box-shadow: 0px 11px 20px 0px rgba(4, 154, 229, 0.4);
}

.about-content .about-form .main-btn::before {
  border-radius: 50px;
}

@media (max-width: 767px) {
  .about-content .about-form .main-btn {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    margin-top: 7px;
  }
}

/* ==== INDEX 2 ==== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two-area {
    padding-top: 0px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .about-two-area {
    padding-top: 0px;
    padding-bottom: 80px;
  }
}

.about-two-image {
  margin-right: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two-image {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .about-two-image {
    margin-right: 0;
  }
}

.about-two-image img {
  padding: 6px;
  background-color: #fff;
  width: 100%;
  -moz-box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.35);
  box-shadow: 0px 0px 20px 0px rgba(4, 154, 229, 0.35);
}

.about-two-content > .text {
  margin-top: 25px;
}

.about-two-content .about-list {
  position: relative;
  margin-top: 20px;
}

.about-two-content .about-list .list-icon {
  position: absolute;
  top: 3px;
  left: 0;
}

.about-two-content .about-list .list-icon i {
  font-size: 18px;
  color: #049ae5;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-two-content .about-list .list-icon i {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .about-two-content .about-list .list-icon i {
    font-size: 16px;
  }
}

.about-two-content .about-list .list-content {
  padding-left: 25px;
}

.about-two-content .about-list .list-content p {
  font-size: 18px;
  color: #212849;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-two-content .about-list .list-content p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .about-two-content .about-list .list-content p {
    font-size: 16px;
  }
}



.service-widget h3 {
    font-size: 16px;
    color: #ffffff;
    padding: 12px 0 12px;
    margin: 0;
    background: var(--color1);
    text-align: center;
}



/* WELCOME 4*/


#welcome-4 {
  position: relative;
}

#welcome-4 .section-title {
  color: var(--color1);
  margin-bottom: 35px;
  text-transform: uppercase;
  font-weight: 100;
}

#welcome-4 .about-text {
  padding: 90px 15px 55px;
}

#welcome-4 .about-bg {
  background: url('/templates/pmod/assets/images/welcome-3.jpg') center center no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

#welcome-4 a {
    color: var(--color1);
}

/*///////// WELCOME 4 //////////*/
