/*

Template 2098 Health

http://www.tooplate.com/view/2098-health

*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');

body {
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}


/*---------------------------------------
   TYPOGRAPHY
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
  line-height: inherit;
}

h1,h2,h3,h4 {
  letter-spacing: -1px;
}

h5 {
  font-weight: 500;
}

h1 {
  font-size: 5em;
}

h2 {
  font-size: 3em;
  padding-bottom: 10px;
}

h3 {
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 0;
}

h4 {
  font-size: 1.8em;
  padding-bottom: 2px;
}

h6 {
  letter-spacing: 0;
  font-weight: normal;
}

p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}


/*---------------------------------------
   GENERAL
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #252525;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}


a:hover, a:active, a:focus {
  color: #902836;
  outline: none;
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #000000;
}

.section-title {
  padding-bottom: 20px;
}

.section-title h2 {
  margin-top: 0;
}

.section-btn {
  background: #a5c422;
  border: 0;
  border-radius: 3px;
  color: #ffffff;
  font-size: inherit;
  font-weight: 500;
  padding: 14px 20px;
  transition: transform 0.1s ease-in;
  transform: translateX(0);
}

.section-btn:hover {
  transform: translateY(-5px);
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.border-top {
  border-top: 1px solid #f2f2f2;
  margin-top: 4em;
  padding-top: 2.5em;
}

.btn-gray {
  background: #393939;
}

.btn-blue {
  background: #4267b2;
}

.news-thumb {
  background: #ffffff;
  border-radius: 10px;
  padding-top: 1em;
  margin-bottom: 20px;
}
.news-thumb img {
  border-radius: 10px 10px 0 0;
}

.news-info {
  padding: 30px;
  text-align: left;
}
.news-info span {
  display: block;
  letter-spacing: 0.5px;
}

.author {
  border-top: 1px solid #f0f0f0;
  padding-top: 1.5em;
  margin-top: 2em;
}
.author img,
.author .author-info {
  display: inline-block;
  vertical-align: top;
}
.author-info h5 {
  margin-bottom: 0;
}
.author img {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}


/*#about, */
#team, #news,
#news-detail {
  position: relative;
  /*padding-top: 100px;*/
  padding-bottom: 50px;
}

#news, #service {
  text-align: center;
}

#google-map {
  line-height: 0;
  margin: 0;
  padding: 0;
}


/*---------------------------------------
     PRE LOADER
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 3px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #575757;
  border-top-color: #ffffff;
  animation: spinner .9s linear infinite;
}

@-webkit-keyframes spinner {
  to { transform: rotate(360deg); }
}

@keyframes spinner {
  to { transform: rotate(360deg); }
}


@keyframes spinner {
  to {transform: rotate(360deg);}
}



/*---------------------------------------
    MENU
-----------------------------------------*/

header {
  background: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  height: 45px;
}

header .col-md-8 {
  padding-right: 0;
}

header p,
header span {
  font-size: 12px;
  line-height: 24px;
  padding-top: 12px;
}

header a,
header span {
  color: #747474;
}

header span {
  font-weight: 500;
  display: inline-block;
  padding: 11px 15px;
}

header span.date-icon {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  padding-right: 19px;
  padding-left: 19px;
}

header span i {
  color: #6c6c6c;
  margin-right: 5px;
}



/*---------------------------------------
    MENU
-----------------------------------------*/

.navbar-default {
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,.075);
  border: none;
  margin-bottom: 0;
  padding: 0;
}

.navbar-default .navbar-brand {
  display: flex;
  align-items: center;
  color: #555555;
  padding-left: 0;
}
.navbar-default .navbar-brand img{
  width: 13vw;
  height: auto;
  max-height: 25px;
  padding-right: 15px;
}
.navbar-default .navbar-brand .fa {
  color: #a5c422;
}

.navbar-default .navbar-nav li.appointment-btn {
  margin: 3px 0 0 20px;
}

.navbar-default .navbar-nav li.appointment-btn a {
  background: #a5c422;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 600;
  padding-top: 12px;
  padding-bottom: 12px;
}

.navbar-default .navbar-nav li.appointment-btn a:hover {
  background: #4267b2;
  color: #ffffff !important;
}

.navbar-default .navbar-nav li a {
  color: #555555;
  font-size: 12px;
  font-weight: 500;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.navbar-default .navbar-nav > li a:hover {
  color: #393939 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #555555;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #393939;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #393939;
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-nav li.dropdown:hover > .dropdown-menu {
  position: absolute;
  display: block;
  top: 33px;
}

.navbar-default .navbar-nav>.open>a{
  background-color: white;
}
.navbar-default .navbar-nav>.open>a:hover {
   background-color: white;
}



.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 10px 0;
  min-width: 180px;
  z-index: 1000;
}

.dropdown-menu li a {
  display: block;
  padding: 8px 20px;
  color: #555;
  font-size: 12px;
  text-decoration: none;
}

.navbar-nav li a {
  position: relative;
  display: inline-block;
}

.navbar-nav li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  height: 4px;
  width: 90%;
  background: #ed1c24;
  transform: translateX(-50%) skew(135deg);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.navbar-nav li a:hover::after,
.navbar-nav li.active > a::after {
  opacity: 1;
}

.dropdown-menu li a {
  position: relative;
  display: block;
}

.dropdown-menu li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  height: 2px;
  width: 90%;
  background: #ed1c24;
  transform: translateX(-50%) skew(135deg);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.dropdown-menu li a:hover::after {
  opacity: 1;
}


/*---------------------------------------
    HOME
-----------------------------------------*/

#home h1 {
  color: #ffffff;
  padding-bottom: 10px;
  margin-top: 0;
}

#home h3 {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  line-height: inherit;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
}

.slider .owl-dots {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  display: flex;
  justify-content: center;
  pointer-events: auto;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  border: 2px solid #d9d9d9;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ed1c24;
  border-color: transparent;
}

.slider .caption .caption-inner cite strong{
font-size: 13px;
line-height: 20px;
color: #6c6c6c;
margin-top: 0;
font-weight: 500;
}

.about-info .animated ol li strong{
  font-size: 13px;
  line-height: 20px;
  color: black;
  margin-top: 0;
  font-weight: 600;
}

.slider .item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.slider .item {
  position: relative;
}


.slider .caption {
  position: absolute;
  top: 15%;
  left: 90%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1140px;
  pointer-events: none;
}


.slider .caption-inner {
  width: 55%;
  max-width: 80%;
  color: #222;
  text-align: left;
  pointer-events: auto;
}

/* Text */
.slider .caption-inner cite {
  letter-spacing: 1px;
  font-size: 30px;
  line-height: 36px;
  color: #222;
  font-weight: 300;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .slider .caption {
    top: 15%;
    width: 80%;
  }
  .slider .caption-inner cite {
    font-size: 18px;
    line-height: 30px;
    width: 400px;
  }
}

@media (max-width: 768px) {
  .slider .caption {
    top: 60%;
    left: 55%;
    transform: translateX(-50%);
  }
  .slider .caption-inner cite {
    font-size: 20px;
    line-height: 26px;
  }
  .slider .caption-inner {
    width: 95%;
    max-width: 100%;
    color: #222;
    text-align: left;
    pointer-events: auto;
  }
}

@media (max-width: 480px) {
  .slider .caption {
    top: 44%;
    left: 55%;
    transform: translateX(-50%);
  }
  .slider .caption-inner cite {
    font-size: 18px;
    line-height: 22px;
  }
  .slider .caption-inner {
    width: 95%;
    max-width: 100%;
    color: #222;
    text-align: left;
    pointer-events: auto;
  }
}

.slider .caption .col-md-offset-1.col-md-10 {
  padding: 20px 30px;
  border-radius: 6px;
  display: inline-block;
}

.slider .owl-carousel .item {
  max-width: 1140px; /* Bootstrap container max width */
  margin: 0 auto;
  border-radius: 6px;
}

/*---------------------------------------
    ABOUT
  background-size: cover;
  background: url('../images/about-bg.jpg') no-repeat top center;
-----------------------------------------*/

/*#about {*/
/*  padding-top: 150px;*/
/*  padding-bottom: 150px;*/
/*}*/

.profile img,
.profile figcaption {
  display: inline-block;
  vertical-align: top;
  margin-top: 1em;
}
.profile img {
  border-radius: 100%;
  width: 65px;
  height: 65px;
  margin-right: 1em;
}
.profile figcaption h3 {
  margin-top: 0;
}

#about h6 {
  color: #858585;
  margin: 0;
}



/*---------------------------------------
    TEAM MEMBERS
-----------------------------------------*/

.team-thumb {
  background-color: #f9f9f9;
  border-radius: 0 0 10px 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.team-info {
  padding: 20px 30px 0 30px;
}

.team-contact-info {
  border-top: 1px solid #e9e9e9;
  padding-top: 1.2em;
  margin-top: 1.5em;
}

.team-contact-info .fa {
  margin-right: 5px;
  display: inline-block;
}

.team-contact-info p {
  margin-bottom: 2px;
}

.team-contact-info a {
  color: #757575;
}

.team-thumb .social-icon li {
  font-weight: 500;
}

.team-thumb .social-icon li a {
  background: #ffffff;
  border-radius: 100%;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 2px 0 2px;
}

.team-thumb .social-icon {
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s 0.2s;
  text-align: center;
  position: relative;
  top: 0;
}

.team-thumb:hover .social-icon {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateY(0px);
  top: -22em;
}



/*---------------------------------------
   SERVICE
-----------------------------------------*/

#service {
  background: #a5c422;
}

#service h2,
#service h4 {
  color: #ffffff;
}

#service p {
  color: #d9d9d9;
}

#service .service-thumb {
  padding: 0 22px;
}

#service .fa {
  font-size: 50px;
  margin-bottom: 10px;
  background: #ffffff;
  color: #a5c422;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 100%;
}


/*---------------------------------------
    NEWS
-----------------------------------------*/

#news, #news-detail {
  background: rgb(249, 249, 249);
}
#news-detail blockquote {
  margin: 30px 0;
}

.news-detail-thumb .news-image img {
  border-radius: 10px;
}

.news-detail-thumb h3 {
  margin-bottom: 8px;
}

.news-image img {
  width: 100%;
}

.news-detail-thumb ul {
  margin: 32px 12px 22px 0;
}

.news-detail-thumb ul li {
  list-style: circle;
  font-weight: normal;
  padding: 6px 12px 6px 0;
}

.news-sidebar {
  margin-top: 16px;
}

.news-social-share {
  text-align: center;
  padding-top: 22px;
}

.news-social-share .btn {
  border-radius: 100px;
  border: none;
  font-size: 10px;
  font-weight: 600;
  margin: 2px 6px;
  padding: 8px 14px;
}

.news-social-share .btn-primary {
  background: #3b5998;
}

.news-social-share .btn-success {
  background: #1da1f2;
}

.news-social-share .btn-danger {
  background: #dd4b39;
}

.news-social-share a .fa {
  padding-right: 4px;
}

.recent-post {
  padding-top: 2px;
  padding-bottom: 18px;
}

.recent-post .media img {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-right: 5px;
}

.recent-post .media-heading {
  font-size: 16px;
  font-weight: 500;
  line-height: inherit;
  margin-top: 5px;
}

.news-categories {
  margin-top: 8px;
}

.news-categories li a {
  color: #2b2b2b;
}

.news-ads {
  background: #ffffff;
  border-right: 4px solid #2b2b2b;
  padding: 42px;
  text-align: center;
  margin: 26px 0 26px 0;
}

.news-ads.sidebar-ads {
  border-left: 4px solid #2b2b2b;
  border-right: 0;
}

.news-ads h4 {
  font-size: 18px;
}

.news-tags h4 {
  padding-bottom: 6px;
}

.news-categories li,
.news-tags li {
  list-style: none;
  display: inline-block;
  margin: 4px;
}

.news-tags li a {
  background: #393939;
  border-radius: 50px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  float: left;
  min-width: 30px;
  padding: 6px 12px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.news-tags li a:hover {
  background: #4267b2;
}


.news-thumb img {
  height: 200px;
  object-fit: cover;
  margin: 20px auto 10px auto;
  display: block;
}

.news-info {
  padding: 15px 20px;
  height: 35vh;
  text-align: left;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.news-info span {
  font-size: 13px;
  color: #999;
  margin-bottom: 8px;
}

.news-info h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #6c6c6c;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.2;
  overflow: hidden;
  height: 57px;
}

.news-info p {
  font-size: 14px;
  color: #444;
}

.news-info a:hover, a:active, a:focus {
  color: #902836;
  outline: none;
}

/*---------------------------------------
    APPOINTMENT
-----------------------------------------*/

/*#appointment {*/
/*  padding-top: 100px;*/
/*}*/

#appointment label {
  color: #393939;
  font-weight: 500;
}

#appointment .form-control {
  background-color: #f9f9f9;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
  transition: all ease-in-out 0.4s;
}

#appointment .form-control.is-invalid {
  border: 1px solid #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

#appointment .form-control.is-valid {
  background-color: #d4edda;
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

#appointment .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

#appointment .col-md-6,
#appointment .col-sm-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#appointment .appointment-img {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

#appointment input,
#appointment select {
  height: 45px;
}

#appointment button#cf-submit {
  background: #a5c422;
  color: #ffffff;
  font-weight: 600;
  height: 55px;
}

#appointment button#cf-submit:hover {
  background: #393939;
  color: #ffffff;
}

@media (max-width: 767px) {
  #appointment .col-md-6,
  #appointment .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  #appointment {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
  border: 1px solid #ced4da !important;
}

input.is-valid:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #d4edda inset !important;
  box-shadow: 0 0 0 1000px #d4edda inset !important;
  border-color: #28a745 !important;
}

input.is-invalid:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f8d7da inset !important;
  box-shadow: 0 0 0 1000px #f8d7da inset !important;
  border-color: #dc3545 !important;
}




/*---------------------------------------
   FOOTER
-----------------------------------------*/

footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

footer h4 {
  padding-bottom: 5px;
}

footer a {
  color: #555555;
}

.contact-info {
  padding-top: 10px;
}

.contact-info p{
  text-decoration: none;
}

.contact-info .fa {
  background: #393939;
  border-radius: 100%;
  color: #ffffff;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 2px;
}

.latest-stories {
  margin-bottom: 20px;
}

.stories-image,
.stories-info {
  display: inline-block;
  vertical-align: top;
}

.stories-image img {
  width: 100%;
  height: 65px;
  object-fit: cover;
}

.footer-news-image {
  display: block;
  width: 65px;
  height: 65px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.stories-info {
  margin-left: 15px;
}

.stories-info h5 {
  margin-bottom: 2px;
}

.stories-info span {
  color: #858585;
  font-size: 12px;
}

.opening-hours p {
  line-height: 18px;
}

.opening-hours span {
  font-weight: 500;
  display: inline-block;
  padding-left: 10px;
}

.copyright-text p,
.footer-link a {
  color: #858585;
  font-size: 12px;
  font-weight: 500;
}

.footer-link a {
  font-size: 12px;
  display: inline-block;
  padding: 0 10px;
  margin-top: 4px;
}

.angle-up-btn {
  position: relative;
  bottom: 4em;
  display: block;
}

.angle-up-btn a {
  background: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  font-size: 20px;
  color: #393939;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  transition: transform 0.1s ease-in;
  transform: translateX(0);
}

.angle-up-btn a:hover {
  background: #4267b2;
  color: #ffffff;
  transform: translateY(-5px);
}

.stories-info h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.footer-link ul.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-link ul.footer-nav li a {
  color: #858585;
  font-size: 12px;
  padding: 0 10px;
  text-decoration: none;
  font-weight: 500;
}

.footer-link ul.footer-nav li a:hover {
  color: #222;
}

.footer-link ul.footer-nav {
  justify-content: flex-end;
}
/*---------------------------------------
   SOCIAL ICON
-----------------------------------------*/

.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  border-radius: 100px;
  color: #464646;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.social-icon li a:hover {
  background: #4267b2;
  color: #ffffff;
}


/*---------------------------------------
   RESPONSIVE STYLES
-----------------------------------------*/

@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 4em;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.5em;
  }

  header {
    height: inherit;
  }
  header span.date-icon {
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
  header span.email-icon {
    padding-top: 0;
  }

  .navbar-default .navbar-nav li a {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .slider .item {
    background-position: center;
  }

  header {
    padding-bottom: 10px;
  }
  header .text-align-right {
    text-align: left;
  }
  header span {
    padding-top: 12px;
    padding-left: 0;
    padding-bottom: 0;
  }
}


@media only screen and (max-width: 767px) {
  .slider .item {
    width: 100%;
    height: 350px;
  }

  .navbar-nav li.dropdown > .dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    background: #fff;
    display: block;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
  }
  .navbar-default .navbar-nav li.appointment-btn {
    margin-left: 15px;
  }
  .navbar-default .navbar-nav li a {
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .navbar-default .navbar-brand img{
    width: 40vw;
  }

  .news-sidebar {
    margin-top: 2em;
  }

  #appointment-form {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  footer {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .footer-thumb {
    padding-bottom: 10px;
  }

  .border-top {
    text-align: center;
  }

  .copyright-text {
    margin-top: 10px;
  }

  .angle-up-btn {
    bottom: 10em;
  }
  .footer-link ul.footer-nav {
    justify-content: center;
  }
}

@media only screen and (max-width: 639px) {
  h1 {
    font-size: 3em;
    line-height: 1.2em;
  }
  h2 {
    font-size: 2.1em;
  }
  h4 {
    font-size: 1.4em;
  }

  #home h3 {
    font-size: 11px;
    letter-spacing: 1px;
  }
  .slider .item {
    width: 100%;
    height: 318px;
  }

}
/*NEWS BLOCK*/

.news-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 20px;
}

.news-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  border-radius: 10px 10px 0 0;
}

.theme-news .news-item h2 {
  font-size: 14px;
  line-height: 16px;
  color: #6c6c6c;
  text-transform: uppercase;
  margin-bottom: 10px;
  max-width: 200px;
}

.news-date {
  font-size: 13px;
  color: #999;
  margin-bottom: 8px;
}

.news-text {
  font-size: 14px;
  line-height: 1.4;
  color: #444;
  max-width: 220px;
}


.animated .news-info .intro{
  overflow: hidden;
  height: 150px;
}

.animated .news-info .intro>p{
  margin: 0;
}

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

#romb {
  position: absolute;
  background: url(./rombs.svg) no-repeat;
  height: 20px;
  right: 6px;
  top: 13px;
  width: 34px;
  z-index: 11185;
  background-size: contain;
}
.romb{
  margin-left: 15px;
}

/*SOLUTION*/

.solutions-content {
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

.solutions-content h2 {
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #333;
  font-weight: 600;
}

.solutions-content h3 {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #333;
}

.solutions-content p {
  margin-bottom: 15px;
}

.solutions-content p strong {
  color: #222;
}

.solutions-content h2 + p {
  margin-top: 10px;
}


.solutions-section {
  padding: 60px 0;
}

.solutions-section .section-title h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
  align-items: stretch;
}

.solution-box {
  background: #e6f4e6;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  text-align: left;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
}


.solution-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 15px;
}

.solution-box h3 {
  font-size: 20px;
  margin-bottom: 10px;
  height: 2em;
}

.solution-intro {
  color: #444;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.solution-btn {
  display: inline-block;
  bottom: 0;
  padding: 10px 18px;
  background: #4CAF50;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  margin-top: auto;
}

.solution-btn:hover {
  background: #3e8e41;
}
/*solution details*/

.solution-details {
  padding-top: 60px;
  padding-bottom: 60px;
}

.solution-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: left;
}

.solution-img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 25px;
}

.solution-text p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 18px;
  text-align: justify;
  text-indent: 2em;
}


/* .mce-content-body  ir WYSIWYG konteineris*/

.mce-content-body {
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.mce-content-body  h1 {
  font-size: 30px;
  line-height: 20px;
  height: 48px;
  text-transform: uppercase;
  padding: 15px 0 0 1em;
  background: url(./rombs.svg) no-repeat 0 0;
  background-size: .7em;
}

.mce-content-body  h3 {
  font-size: 30px;
  line-height: 20px;
  height: 48px;
  text-transform: uppercase;
  padding: 15px 0 0 1em;
  background: url(./rombs_h3.svg) no-repeat 0 0;
  background-size: .7em;
}

.mce-content-body ul li {
  list-style: none;
  background: url(./rombs.svg) no-repeat 0 0;
  background-size: .5em;
  padding: 0 0 0 1em;
  line-height: 20px;
  font-size: 14px;
  font-weight: 300;
}
.mce-content-body h2 strong
{
  font-size: 40px;
  color: #0a3942;
  font-weight: 400;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  line-height: 1.2;
}
.mce-content-body ul {
  text-align: justify;
}
.about-info .animated ol li {
  text-align: justify;
  margin-bottom: 2px;
}

/*privacy-Cookie-policy*/

#cookie-policy {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 20px 0;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.15);
  z-index: 9999;
  transition: transform .4s ease, opacity .4s ease;
  transform: translateY(0);
  opacity: 1;
}

#cookie-policy.closed {
  transform: translateY(100%);
  opacity: 0;
}

#cookie-policy .container {
  max-width: 1140px;
}

#cookie-policy-close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
#cookie-policy .container{
  padding: 0;
}

.privacy_policy .about-info .animated p,
.privacy_policy .about-info .mce-content-body p{
  text-align: justify;
  text-indent: 2em;
}

.cookie_policy .about-info .animated p,
.cookie_policy .about-info .mce-content-body p{
  text-align: justify;
  text-indent: 2em;
}

#about .about-info .animated p,
#about .about-info .mce-content-body p{
  text-align: justify;
  text-indent: 2em;
}

#about .about-info .mce-content-body .contacts p,
#about .about-info .mce-content-body .contacts p{
  text-indent: 0;
}
/*Language switch*/

.lang-switch {
  font-size: 12px;
  font-weight: 500;
}

.lang-switch a {
  color: #555;
  text-decoration: none;
}

.lang-switch a:hover {
  color: #902836;
}

.lang-switch .active {
  font-weight: 700;
  color: #393939;
}


.news-inside-image {
  max-width: 100%;
  height: auto;
}


@media (min-width: 769px) {

  .news-inside-image {
    width: 655px;
  }

  img.news-inside-image[src*="373.jpg"],
  img.news-inside-image[src*="374.jpg"]{
    width: 200px;
  }

}

@media (max-width: 768px) {

  .news-inside-image {
    width: 100%;
  }

  img.news-inside-image[src*="373.jpg"],
  img.news-inside-image[src*="374.jpg"] {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
}

