/*---------- IbnSino HTML Template ------*/
/*---------- TABLE OF CONTENTS ----------*/
/*

These are css styles, others're attached

1. index.html
2. index2.html
3. index2.html
4. about.html
5. blog-grid.html
6. blog-grid_left.html
7. departments-3_column.html
8. departments-details_right.html
9. cases-3_columns.html
10. doctors-single_right.html
11. shop.html
12. faqs.html
...
// responsive
*/
/**************************************************/
/* containers */
/**************************************************/
.container {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.container.container_left-sidebar {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.container_left-sidebar > .sidebar {
  position: relative;
  z-index: 10;
  max-width: 370px;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.container.container_left-sidebar > .article {
  max-width: 700px;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.container.container_right-sidebar {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.container_right-sidebar > .article {
  max-width: 700px;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.container.container_right-sidebar > .sidebar {
  position: relative;
  z-index: 10;
  max-width: 370px;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 1200px) {
  .container_right-sidebar > .article,
.container_left-sidebar > .article {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    margin-bottom: 100px;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .container_right-sidebar > .sidebar,
.container_left-sidebar > .sidebar {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    max-width: 700px !important;
  }
}
@media (max-width: 767.98px) {
  .container_left-sidebar > .sidebar,
.container_right-sidebar > .sidebar {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 370px !important;
    width: 100%;
  }
}
.g-width-50 {
  width: 50px;
}

.g-width-160 {
  width: 160px;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

body,
html {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  color: #475b6f;
}

img,
a,
svg,
label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  color: inherit;
}

::-moz-selection {
  background-color: #54C2B0;
  color: #ffffff;
}

::selection {
  background-color: #54C2B0;
  color: #ffffff;
}

ul,
ol {
  list-style: none;
}

.page {
  overflow: hidden;
  background-color: #ffffff;
}

.section-title {
  text-transform: uppercase;
  font-family: "Oswald", Arial, sans-serif;
  color: #54C2B0;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -1.2px;
}
@media (max-width: 991px) {
  .section-title {
    font-size: 2rem;
  }
}

.section-title_60 {
  font-size: 60px;
}

.section-title_white {
  color: #ffffff !important;
}

.section-title_white > span {
  color: #ffffff !important;
}

.section-title > span {
  letter-spacing: -1.6px;
  line-height: 0.8;
  font-family: "Oswald", Arial, sans-serif;
  color: #3DA8DE;
}

.relative {
  position: relative;
  z-index: 10;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  text-decoration: none !important;
}

/**************************************************/
/* svg icons */
/**************************************************/
.cls-1 {
  fill: #54C2B0;
  fill-rule: evenodd;
}

.cls-2 {
  fill: #fff;
  fill-rule: evenodd;
}

.cls-3 {
  fill: #333333;
  fill-rule: evenodd;
}

.cls-4 {
  fill: #3774c2;
  fill-rule: evenodd;
  opacity: 0.1;
}

.cls-5 {
  fill: #3774c2;
  fill-rule: evenodd;
}

/**************************************************/
/* btn styles */
/**************************************************/
.btn {
  display: inline-block;
  font-size: 0.8em;
  display: inline-block;
  background: none;
  font-weight: bold;
  color: #54C2B0;
  border: 1px solid #54C2B0;
  border-radius: 8px;
  padding: 0.4rem 1rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-transform: none;
}
@media (max-width: 991px) {
  .btn {
    padding: 0.3rem 1rem;
    font-size: 0.9em;
  }
}
.btn:hover {
  text-decoration: none;
  color: #54C2B0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  box-shadow: 0 12px 20px #9fddd3;
  background: #3ca796;
  color: white;
  border-color: #54C2B0;
}

.btn.btn-lg {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 16px;
  padding: 1rem 2.3rem;
}

.btn_blue {
  padding: 1rem 2.3rem;
  border-color: #3DA8DE;
  background-color: #3DA8DE;
  color: white;
  overflow: hidden;
  transition: 0.3s ease;
  position: relative;
}
@media (max-width: 991px) {
  .btn_blue {
    padding: 0.7rem 1.4rem;
    font-size: 0.9em;
  }
}
.btn_blue:hover {
  background-color: #3DA8DE;
  box-shadow: 0 12px 20px #69bce5;
  color: white;
}
.btn.call {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 16px;
}
.btn.call:after {
  content: "";
  background: url("../images/call-to-action.png") center center no-repeat;
  background-size: contain;
  width: 24px;
  height: 16px;
  margin-left: 12px;
  display: inline-block;
  position: relative;
  top: 3px;
  animation: animate_call_to_action 550ms infinite ease alternate-reverse;
}

@keyframes animate_call_to_action {
  from {
    transform: translateX(-20%);
    opacity: 0.1;
  }
  to {
    transform: translateX(50%);
    opacity: 1;
  }
}
.btn-2 {
  width: 155px;
  border-radius: 8px;
  font-size: 14px;
  padding: 12.5px 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
  -webkit-box-shadow: 8px 18px 30px rgba(31, 61, 157, 0.2) !important;
  box-shadow: 8px 18px 30px rgba(31, 61, 157, 0.2) !important;
}

.btn-2_blue {
  color: #ffffff;
  background-color: #3DA8DE;
}

.btn-2_blue:hover {
  background-color: #54C2B0;
  -webkit-box-shadow: 8px 18px 30px rgba(242, 34, 131, 0.2) !important;
  box-shadow: 8px 18px 30px rgba(242, 34, 131, 0.2) !important;
  color: #ffffff;
}

.btn-2_pink {
  padding: 25px 40px;
  -webkit-box-shadow: 8px 18px 30px rgba(242, 34, 131, 0.2) !important;
  box-shadow: 8px 18px 30px rgba(242, 34, 131, 0.2) !important;
}

.btn-2 > .fa {
  margin-left: 10px;
}

.btn-play {
  color: #3DA8DE;
  background-color: #ffffff;
  padding: 17px;
  border-radius: 50%;
  position: relative;
  -webkit-animation: playBtn 2s infinite linear;
  animation: playBtn 2s infinite linear;
  -webkit-box-shadow: 0px 0px 15px white;
  box-shadow: 0px 0px 15px white;
}

.btn-play:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: playBtn 2s infinite linear;
  animation: playBtn 2s infinite linear;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-box-shadow: 0px 0px 15px white !important;
  box-shadow: 0px 0px 15px white !important;
}

.btn-play:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  width: 140%;
  height: 140%;
}

.btn-video {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 16px;
}

.btn-video-outer {
  width: 220px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 35px;
  background-color: #54C2B0;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn-video-outer > .btn-video {
  font-size: 20px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn-video-outer > .btn-video > .btn-play {
  color: #54C2B0;
  margin: 0;
  margin-right: 25px;
  margin-left: -15px;
  padding: 20px;
}

.btn-video-outer:hover {
  border-color: #54C2B0;
  background-color: #ffffff;
}

.btn-video-outer:hover > .btn-video {
  color: #54C2B0;
}

.btn-video > .btn-play {
  margin-bottom: -10px;
  margin-right: 25px;
  color: #333333;
}

/**************************************************/
/* animations */
/**************************************************/
@-webkit-keyframes bannerScale {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes bannerScale {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@-webkit-keyframes navbarShowAnimation {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes navbarShowAnimation {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes animatePinkShadow {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 34, 131, 0.48);
    box-shadow: 0 0 0 0 rgba(242, 34, 131, 0.48);
  }
  to {
    -webkit-box-shadow: 8.135px 18.271px 51px 0px rgba(242, 34, 131, 0.48);
    box-shadow: 8.135px 18.271px 51px 0px rgba(242, 34, 131, 0.48);
  }
}
@keyframes animatePinkShadow {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 34, 131, 0.48);
    box-shadow: 0 0 0 0 rgba(242, 34, 131, 0.48);
  }
  to {
    -webkit-box-shadow: 8.135px 18.271px 51px 0px rgba(242, 34, 131, 0.48);
    box-shadow: 8.135px 18.271px 51px 0px rgba(242, 34, 131, 0.48);
  }
}
@-webkit-keyframes animateBlueShadow {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(31, 61, 157, 0.48);
    box-shadow: 0 0 0 0 rgba(31, 61, 157, 0.48);
  }
  to {
    -webkit-box-shadow: 8.135px 18.271px 51px 0px rgba(31, 61, 157, 0.48);
    box-shadow: 8.135px 18.271px 51px 0px rgba(31, 61, 157, 0.48);
  }
}
@keyframes animateBlueShadow {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(31, 61, 157, 0.48);
    box-shadow: 0 0 0 0 rgba(31, 61, 157, 0.48);
  }
  to {
    -webkit-box-shadow: 8.135px 18.271px 51px 0px rgba(31, 61, 157, 0.48);
    box-shadow: 8.135px 18.271px 51px 0px rgba(31, 61, 157, 0.48);
  }
}
@keyframes animateWhatsApp {
  from {
    box-shadow: 0 2px 10px #3DA8DE;
  }
  to {
    box-shadow: 0 4px 10px #3DA8DE;
  }
}
@-webkit-keyframes playBtn {
  50% {
    -webkit-box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
    box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
    box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
  }
}
@keyframes playBtn {
  50% {
    -webkit-box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
    box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
    box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
  }
}
@-webkit-keyframes faqsCardsItemShow {
  from {
    opacity: 0.7;
    margin-left: -100px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    margin-left: 0px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes faqsCardsItemShow {
  from {
    opacity: 0.7;
    margin-left: -100px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    margin-left: 0px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/**************************************************/
/* circle style */
/**************************************************/
.circle-blue {
  z-index: 1;
  width: 605px;
  height: 605px;
  border-radius: 50%;
  background-color: #3DA8DE;
}

.circle-pink {
  z-index: 2;
  width: 146px;
  height: 146px;
  border-radius: 50%;
  background-color: #54C2B0;
  -webkit-box-shadow: 20px 20px 51px rgba(242, 34, 131, 0.48);
  box-shadow: 20px 20px 51px rgba(242, 34, 131, 0.48);
  animation: 1s animatePinkShadow linear alternate-reverse infinite;
}

/**************************************************/
/* .to-top */
/**************************************************/
.to-top {
  display: none;
  border-radius: 8px;
  background-color: #3DA8DE;
  -webkit-box-shadow: 8.135px 18.271px 51px 0px rgba(31, 61, 157, 0.4);
  box-shadow: 8.135px 18.271px 51px 0px rgba(31, 61, 157, 0.4);
  position: fixed;
  right: 80px;
  bottom: 50px;
  width: 50px;
  height: 52px;
  z-index: 20;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  cursor: pointer;
}

.to-top > .fa {
  display: block;
  width: 100%;
  line-height: 45px;
  text-align: center;
  font-size: 24px;
}

.to-top:hover {
  background-color: #54C2B0;
  -webkit-box-shadow: 8.135px 18.271px 51px 0px rgba(242, 34, 131, 0.4);
  box-shadow: 8.135px 18.271px 51px 0px rgba(242, 34, 131, 0.4);
}

@media only screen and (max-width: 1199.98px) {
  .to-top {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 10px;
  }

  .to-top > .fa {
    line-height: 35px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/**************************************************/
/* .preloader */
/**************************************************/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000000000000000100;
  background-color: #fff;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.loader {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: linear-gradient(45deg, transparent, transparent 40%, #54C2B0);
  -webkit-animation: animateLoader 2s infinite linear;
  animation: animateLoader 2s infinite linear;
}

@-webkit-keyframes animateLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animateLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loader:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  bottom: 6px;
  right: 6px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1000;
}

.loader:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background: linear-gradient(45deg, transparent, transparent 40%, #54c2b0);
  border-radius: 50%;
  z-index: 1000;
  z-index: 1;
}

.preloader-text {
  margin-top: 30px;
  position: relative;
  font-size: 40px;
  font-family: sans-serif;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #54c2b0;
}

@-webkit-keyframes animatePreloaderText {
  0% {
    text-shadow: 0;
  }
  50% {
    text-shadow: 0 0 20px #54c2b0;
  }
  100% {
    text-shadow: 0;
  }
}
@keyframes animatePreloaderText {
  0% {
    text-shadow: 0;
  }
  50% {
    text-shadow: 0 0 20px #54C2B0;
  }
  100% {
    text-shadow: 0;
  }
}
/**************************************************/
/* .searchBox */
/**************************************************/
.searchBox {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: -120%;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}

.searchBox-close {
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 40px;
  font-weight: 900;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

.searchBox > form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.searchBox > form input {
  max-width: 785px;
  width: 90%;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
  border-bottom: 2px solid #ffffff;
  margin-right: 10px;
  background-color: transparent;
  color: #ffffff;
  font-size: 24px;
  height: 60px;
}

.searchBox > form input::-webkit-input-placeholder {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: -15px;
}

.searchBox > form input:-ms-input-placeholder {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: -15px;
}

.searchBox > form input::-ms-input-placeholder {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: -15px;
}

.searchBox > form input::placeholder {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: -15px;
}

.searchBox > form button {
  cursor: pointer;
  padding: 0 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  width: 175px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 2px solid #ffffff;
  background-color: transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.searchBox > form button > svg > path {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.searchBox > form button:hover {
  background-color: #ffffff;
  color: #333333;
}

.searchBox > form button:hover > svg > path {
  fill: #333333;
}

@media (max-width: 1199.98px) {
  .searchBox > form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .searchBox > form > input {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .searchBox > form > input::-webkit-input-placeholder {
    text-align: center;
    font-size: 16px;
  }

  .searchBox > form > input:-ms-input-placeholder {
    text-align: center;
    font-size: 16px;
  }

  .searchBox > form > input::-ms-input-placeholder {
    text-align: center;
    font-size: 16px;
  }

  .searchBox > form > input::placeholder {
    text-align: center;
    font-size: 16px;
  }
}
/**************************************************/
/* .popup-form */
/**************************************************/
.popup-form {
  position: fixed;
  left: 0;
  top: -200%;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  height: 500px;
  background-color: rgba(51, 51, 51, 0.7);
  overflow-y: auto;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}

.popup-form > .inner-block {
  position: relative;
  border-radius: 8px;
  max-width: 740px;
  width: 100%;
  height: 500px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

.popup-form > .inner-block > #popup-form-close {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 30px;
  font-weight: 900;
  color: #b3b3b3;
  cursor: pointer;
  line-height: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.popup-form > .inner-block > #popup-form-close:hover {
  color: #333333;
}

.popup-form > .inner-block > .img {
  overflow: hidden;
  max-width: 340px;
  width: 100%;
  width: 100%;
  height: 100%;
  background-color: magenta;
}

.popup-form > .inner-block > .img > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% center;
  object-position: 0% center;
}

.popup-form > .inner-block > form {
  max-width: 400px;
  width: 100%;
  padding: 50px;
}

.popup-form > .inner-block > form > .section-title {
  font-size: 40px;
  color: #333333;
  margin-bottom: 35px;
}

.popup-form > .inner-block > form > .input-box {
  position: relative;
  width: 100%;
  height: 35px;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-bottom: 2px solid rgba(51, 51, 51, 0.3);
}

.popup-form > .inner-block > form > .input-box > label {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #7f7f7f;
  font-size: 18px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.popup-form > .inner-block > form > .input-box > input {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
}

.popup-form > .inner-block > form > .input-box:hover > label,
.popup-form > .inner-block > form > .input-box:focus > label {
  top: -10px;
  font-size: 14px;
}

.popup-form > .inner-block > form > .select-box {
  position: relative;
  width: 100%;
  height: 35px;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-bottom: 2px solid rgba(51, 51, 51, 0.3);
}

.popup-form > .inner-block > form > .select-box > .fa {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #333333;
  font-size: 20px;
  line-height: 10px;
}

.popup-form > .inner-block > form > .select-box > select {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  padding-right: 20px;
}

.popup-form > .inner-block > form > .select-box > select > option {
  line-height: 2;
  background-color: #ffffff;
}

.popup-form > .inner-block > form > .select-box:hover {
  border-bottom-color: #333333;
}

.popup-form > .inner-block > form > .btn {
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  .popup-form > .inner-block {
    height: initial;
    max-width: 300px;
  }

  .popup-form > .inner-block > .img {
    display: none;
  }

  .popup-form > .inner-block > form {
    padding: 50px 15px;
  }
}
/**************************************************/
/* .bg-text */
/**************************************************/
.bg-text,
.bg-text_dark {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 230px;
  line-height: 230px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.03);
}

.bg-text_dark {
  color: rgba(0, 0, 0, 0.03);
}

/**************************************************/
/* .my-pagination */
/**************************************************/
.my-pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.my-pagination > li {
  width: 50px;
  height: 50px;
  background-color: transparent;
  color: #333333;
  overflow: hidden;
}

.my-pagination > li:first-child,
.my-pagination > li:last-child {
  margin: 0 10px;
}

.my-pagination > li:first-child:hover:not(.disabled),
.my-pagination > li:last-child:hover:not(.disabled) {
  -webkit-box-shadow: 8px 18px 51px 0px rgba(31, 61, 157, 0.2);
  box-shadow: 8px 18px 51px 0px rgba(31, 61, 157, 0.2);
}

.my-pagination > li.dotted > p,
.my-pagination > li > span,
.my-pagination > li > a {
  border-radius: 8px;
  font-size: 20px;
  font-weight: 900;
  height: 100%;
  display: block;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #333333;
}

.my-pagination > li > a:hover {
  color: #54C2B0;
}

.my-pagination > li > span {
  line-height: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #3DA8DE;
}

.my-pagination > li > span:hover {
  color: #ffffff;
  background-color: #3DA8DE;
}

.my-pagination > li.disabled > span {
  cursor: auto;
  background-color: #f2f2f2;
  border: 1px solid #dfdfdf;
  color: #333333;
}

.my-pagination > li.active > a {
  color: #54C2B0;
}

/**************************************************/
/* .main-blog */
/**************************************************/
.main-blog {
  position: relative;
  overflow: hidden;
}

.main-blog__bg {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main-blog__bg > .icon:first-child {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  max-width: 700px;
  width: 100%;
}

.main-blog__bg > .icon:first-child img {
  width: 100%;
}

.main-blog__bg > .icon:last-child {
  position: absolute;
  bottom: -20px;
  left: -90px;
  z-index: 2;
  max-width: 1000px;
  width: 100%;
}

.main-blog__bg > .icon:last-child img {
  width: 100%;
}

.main-blog > .container {
  position: relative;
  z-index: 10;
}

/**************************************************/
/* .my-pagination-2 */
/**************************************************/
.my-pagination-2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.my-pagination-2 > li {
  text-transform: uppercase;
  width: 170px;
  height: 50px;
}

.my-pagination-2 > li > .link-center {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  color: #333333;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.my-pagination-2 > li > .link-center:hover {
  color: #54C2B0;
}

.my-pagination-2 > li > a:not(.link-center) {
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  color: #3DA8DE;
  border-radius: 8px;
  border: 1px solid #3DA8DE;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.my-pagination-2 > li > a:not(.link-center) > span {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
}

.my-pagination-2 > li > a:not(.link-center) > .fa {
  margin-top: -5px;
}

.my-pagination-2 > li > a:not(.link-center):hover {
  color: #ffffff;
  border-color: #3DA8DE;
  background-color: #3DA8DE;
  -webkit-box-shadow: 8px 18px 51px 0px rgba(31, 61, 157, 0.3);
  box-shadow: 8px 18px 51px 0px rgba(31, 61, 157, 0.3);
}

.my-pagination-2 > li.disabled > a {
  color: #333333 !important;
  background-color: #f2f2f2 !important;
  border-color: #e6e6e6 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.my-pagination-2 > li.disabled > a:hover {
  cursor: default !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/**************************************************/
/* .header-top */
/**************************************************/
.header-top {
  z-index: 11;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  height: 120px;
}
@media (max-width: 991px) {
  .header-top {
    height: auto;
    padding-top: 90px;
    display: none;
  }
}
.header-top .header-top__logo .logo-icon {
  max-width: 72px;
}
.header-top .header-top__logo .logo-text {
  max-width: 200px;
}
@media (max-width: 991px) {
  .header-top .header-top__logo {
    display: none;
  }
}

.header-top-buttons {
  align-items: center;
  display: flex;
}
.header-top-buttons .btn {
  margin-left: 0.2rem;
  height: auto;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1.2em;
  padding: 0.85rem 2rem;
  font-size: 1em;
  margin-left: 1rem;
}

.header-top_blue {
  background-color: #3DA8DE;
}

.header-top .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-top__call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-top__call-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 40px;
}
@media (max-width: 991px) {
  .header-top__call-item {
    display: none;
  }
}

.header-top__call-item:last-child {
  margin-right: 0;
}

.header-top__call-item svg {
  margin-right: 12.5px;
  margin-top: -2px;
}

.header-top__call-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  line-height: 1.5;
}

.header-top__call-text p {
  color: #54C2B0;
  font-size: 13.5px;
  margin: 0;
}

.header-top__call-text > a {
  margin-top: -3px;
  color: #54C2B0;
  font-size: 17.5px;
  font-weight: 700;
  text-decoration: none;
}

.header-top__call-text:last-child p:last-child {
  font-size: 16px;
}

/**************************************************/
/* .header-middle */
/**************************************************/
.btn.clinicas {
  background: #54C2B0;
  color: white;
}

.header-middle {
  position: relative;
  z-index: 99;
  width: 100%;
  box-shadow: 0 -4px 20px rgba(61, 168, 222, 0.21);
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
.header-middle.pfix {
  background: white;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}
.header-middle .container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.header-middle .navbar {
  width: 100%;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.header-middle .navbar.hide {
  display: none;
}
.header-middle .navbar .nav-mobile-only {
  display: none;
}
@media (max-width: 991px) {
  .header-middle .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: block;
    padding: 2rem;
    padding-top: 80px;
    z-index: -1;
  }
  .header-middle .navbar .nav-mobile-only {
    display: block;
    padding: 1rem 0;
  }
  .header-middle .navbar .header-top-buttons .btn {
    margin-left: 0;
    margin-bottom: 1.2rem;
  }
  .header-middle .navbar .navbar__menu {
    display: block;
    margin-bottom: 2rem;
  }
  .header-middle .navbar .navbar__menu-item {
    margin-right: 0;
    display: block;
  }
  .header-middle .navbar .navbar__menu-item > a {
    display: block;
    color: white;
    padding: 1rem 0;
  }
}

.header-middle .navbar-icon {
  width: 25px;
  height: 17px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .header-middle .navbar-icon {
    display: flex;
  }
}

.header-middle .navbar-icon:hover span:before {
  width: 25px;
}

.header-middle .navbar-icon:hover span:after {
  width: 15px;
}

.header-middle .navbar-icon span {
  display: block;
  width: 40px;
  height: 3px;
  border-radius: 3px;
  background-color: #9a9a9a;
  position: relative;
}

.header-middle .navbar-icon span:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 15px;
  height: 3px;
  border-radius: 3px;
  background: #9a9a9a;
  margin-top: -7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-middle .navbar-icon span:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 3px;
  border-radius: 3px;
  background: #9a9a9a;
  margin-top: 7px;
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}

.header-middle .navbar-logo {
  display: none;
}
@media (max-width: 991px) {
  .header-middle .navbar-logo {
    display: inline-block;
    padding: 0.4rem 0;
  }
  .header-middle .navbar-logo .g-width-50 {
    max-width: 40px;
  }
  .header-middle .navbar-logo .g-width-160 {
    max-width: 130px;
  }
}

.header-middle .navbar__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-middle .navbar__menu-item {
  margin-right: 37px;
  position: relative;
  cursor: pointer;
}

.header-middle .navbar__menu-item:hover > .navbar__menu-link {
  color: #54C2B0 !important;
}

.header-middle .navbar__menu-item:hover > .navbar__submenu {
  display: block;
}

.header-middle .navbar__menu-item > a {
  display: block;
  font-weight: 700;
  font-size: 0.85em;
  text-transform: uppercase;
  height: 55px;
  line-height: 55px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .header-middle .navbar__menu-item > a {
    font-size: 0.85em;
    height: auto;
    line-height: normal;
  }
}
.header-middle .navbar__menu-item > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -17%;
  width: 0%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
  border-bottom-color: #54C2B0;
}
.header-middle .navbar__menu-item > a.active {
  color: #54C2B0 !important;
}
.header-middle .navbar__menu-item > a:hover {
  color: #54C2B0 !important;
}
.header-middle .navbar__menu-item > a:hover:after {
  opacity: 1;
  width: 137%;
}
.header-middle .navbar__submenu {
  display: none;
  -webkit-animation: navbarShowAnimation 0.6s ease-in-out !important;
  animation: navbarShowAnimation 0.6s ease-in-out !important;
  position: absolute;
  left: -17%;
  top: 70px;
  width: 280px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.97);
  padding-top: 13px;
  padding-bottom: 10px;
  list-style: none;
  overflow: hidden;
}
.header-middle .navbar__submenu-link {
  font-weight: 700;
  font-size: 15px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 48px;
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #333333;
  position: relative;
}

.header-middle .navbar__right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-middle .navbar__search {
  margin-top: 3px;
  width: 65px;
  text-align: center;
}

.header-middle .navbar__search svg {
  cursor: pointer;
}

.header-middle .navbar__search svg path {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header-middle .navbar__search svg:hover > path {
  fill: #54C2B0 !important;
}

.header-middle .navbar__bag {
  position: relative;
}

.header-middle .navbar__bag > .checkBox {
  position: absolute;
  top: 57px;
  left: 0;
  border-radius: 8px;
  width: 300px;
  padding: 20px;
  background-color: #ffffff;
  overflow: auto;
  display: none;
}

.header-middle .navbar__bag > .checkBox > .products {
  border-bottom: 1px solid #e6e6e6;
}

.header-middle .navbar__bag > .checkBox > .products > .products-item {
  height: 90px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-middle .navbar__bag > .checkBox > .products > .products-item > .img {
  border: 1px solid #e6e6e6;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  max-width: 90px;
  height: 90px;
  overflow: hidden;
}

.header-middle .navbar__bag > .checkBox > .products > .products-item > .img > img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}

.header-middle .navbar__bag > .checkBox > .products > .products-item > .text {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-middle .navbar__bag > .checkBox > .products > .products-item > .text > .name {
  font-size: 18px;
  color: #333333;
}

.header-middle .navbar__bag > .checkBox > .products > .products-item > .text > .price {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #333333;
}

.header-middle .navbar__bag > .checkBox > .products > .products-item > .fa-remove {
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-middle .navbar__bag > .checkBox > .products > .products-item > .fa-remove:hover {
  color: #54C2B0;
}

.header-middle .navbar__bag > .checkBox > .products-total {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-middle .navbar__bag > .checkBox > .products-total > span {
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}

.header-middle .navbar__bag > .checkBox > .products-total > span > span {
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}

.header-middle .navbar__bag > .checkBox > .btn {
  width: 100%;
  text-align: center;
}

.header-middle .navbar__bag > svg {
  padding-top: 2px;
  margin-right: 8px;
  cursor: pointer;
}

.header-middle .navbar__bag > svg path {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header-middle .navbar__bag > svg:hover > path {
  fill: #54C2B0 !important;
}

.header-middle .navbar__bag-count {
  position: absolute;
  top: 0;
  left: 19px;
  padding: 4px;
  font-size: 8px;
  background-color: #54C2B0;
  border-radius: 50%;
  color: #ffffff;
}

.header-middle .navbar__bag-price {
  display: inline-block;
  font-weight: 700;
}

/**************************************************/
/* .header-bottom */
/**************************************************/
.header-bottom {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header-bottom__banner .slide-item {
  width: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 991px) {
  .header-bottom__banner .slide-item {
    background-size: 285% auto;
    background-position: bottom center;
    background-color: #d3f0ff;
  }
}
.header-bottom__banner .slide-item .container {
  padding-top: 1rem;
  padding-bottom: 4.5rem;
  min-height: 690px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .header-bottom__banner .slide-item .container {
    min-height: 0;
    padding: 7rem 1rem 320px;
  }
}
.header-bottom__banner .slide-item > img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 25%;
  object-position: center 25%;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.header-bottom__banner .slide-item__title {
  margin-left: -2px;
  text-transform: uppercase;
  font-size: 3.2rem;
  margin: 0 0 2rem 0;
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 900;
  line-height: 1.3em;
  letter-spacing: 0px;
  width: 100%;
  color: #3DA8DE;
}
@media (max-width: 991px) {
  .header-bottom__banner .slide-item__title {
    text-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    font-size: 2.3em;
  }
}
.header-bottom__banner .slide-item__title span {
  font-family: "Oswald", Arial, sans-serif;
  font-size: inherit;
  color: #54C2B0;
}
.header-bottom__banner .slide-item__subtitle {
  margin: 2rem 0;
  font-size: 1.15rem;
  font-weight: normal;
}
@media (max-width: 991px) {
  .header-bottom__banner .slide-item__subtitle {
    font-size: 1em;
  }
}
.header-bottom__banner .slide-item__block {
  opacity: 0;
  -webkit-transform: translateX(150px);
  transform: translateX(150px);
  -webkit-transition: all 1s ease-in-out 0.7s;
  transition: all 1s ease-in-out 0.7s;
  width: 530px;
  max-width: 90%;
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.header-bottom__banner .slide-item ul {
  margin: 0.2rem 0 2rem 0;
  font-size: 1em;
  font-weight: normal;
}
@media (max-width: 991px) {
  .header-bottom__banner .slide-item ul {
    font-size: 0.9em;
    margin-right: 3.3rem;
  }
}
.header-bottom__banner .slide-item ul li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0.2rem 0;
}
.header-bottom__banner .owl-dots {
  position: relative;
  top: -332px;
  margin: 0 auto;
  max-width: 1120px;
  text-align: left;
}
.header-bottom__banner .owl-dots .owl-dot {
  padding: 0;
}
.header-bottom__banner .owl-dots .owl-dot span {
  min-width: 10px;
  height: 10px;
}
.header-bottom__banner .owl-dots .owl-dot.active span {
  width: 47px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #54C2B0 !important;
}

.header-bottom__banner-2 {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
}

.header-bottom__banner-2 .slide-item {
  height: 900px;
  padding-top: 310px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.header-bottom__banner-2 .slide-item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 61, 157, 0.5);
}

.header-bottom__banner-2 .slide-item > img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 25%;
  object-position: center 25%;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.header-bottom__banner-2 .slide-item .container {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  z-index: 10;
}

.header-bottom__banner-2 .slide-item__title {
  margin-left: -2px;
  text-transform: uppercase;
  font-size: 78px;
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0px;
  width: 100%;
  color: #ffffff;
}

.header-bottom__banner-2 .slide-item__title span {
  font-weight: 900;
  font-family: "Oswald", Arial, sans-serif;
  color: #ffffff;
}

.header-bottom__banner-2 .slide-item__subtitle {
  margin-top: 22px;
  margin-bottom: 34px;
  font-weight: 100;
  font-size: 25px;
  color: #ffffff;
}

.header-bottom__banner-2 .slide-item__block {
  opacity: 0;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  -webkit-transition: all 1s ease 0.2s;
  transition: all 1s ease 0.2s;
}

.header-bottom__banner-2 .owl-item.active .slide-item > img {
  -webkit-animation: bannerScale 5s linear 1s;
  animation: bannerScale 5s linear 1s;
}

.header-bottom__banner-2 .owl-item.active .slide-item__block {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.header-bottom__banner-2 > .owl-dots {
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
  z-index: 10;
}

.header-bottom__banner-2 > .owl-dots > .owl-dot span {
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  margin-right: 5px;
  background-color: #ffffff !important;
  cursor: pointer;
}

.header-bottom__banner-2 > .owl-dots > .owl-dot.active span {
  width: 47px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-bottom__banner-2 > .owl-nav {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-bottom__banner-2 > .owl-nav > button {
  overflow: hidden;
  border-radius: 8px !important;
  width: 49px;
  height: 49px;
  border: 1px solid #3DA8DE !important;
  background-color: #ffffff !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-bottom__banner-2 > .owl-nav > button:hover {
  background-color: #3DA8DE !important;
}

.header-bottom__banner-2 > .owl-nav > button:hover span {
  color: #ffffff;
}

.header-bottom__banner-2 > .owl-nav > button span {
  line-height: 20px;
  font-weight: 900;
  margin-top: -5px;
  font-size: 30px;
  color: #3DA8DE;
}

/**************************************************/
/* services */
/**************************************************/
.services {
  margin-top: -90px;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
  width: 100%;
  z-index: 11;
}
@media (max-width: 991px) {
  .services {
    margin-top: 1rem;
  }
}

.services > .container {
  position: relative;
  padding: 0;
}

.services__items.owl-carousel .owl-dots.disabled {
  display: block !important;
}
.services__items.owl-carousel .owl-item {
  padding: 1rem;
  padding-bottom: 2rem;
}

.services__outer-item {
  height: 225px;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: default;
  text-align: center;
  border: 0 solid #3DA8DE;
  border-top-width: 6px;
  border-bottom-width: 6px;
  background: white;
  color: #3DA8DE;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .services__outer-item {
    padding: 0.2rem;
  }
}

.services__item-icon {
  margin: 0.2rem 0 1rem;
  height: 52px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services__item-icon img {
  width: auto !important;
  max-width: 62px;
  display: inline-block !important;
  max-height: 50px;
}
.services__item-icon svg {
  display: block;
}

.services__item-title {
  font-size: 1.6rem;
  font-family: "Oswald", Arial, sans-serif;
  margin-bottom: 0.5rem;
}

.services__item-text {
  font-weight: 300;
  font-size: 13px;
  color: #333;
}

.services .owl-dots {
  position: relative;
  margin-top: 1px;
  left: 0;
  top: 0;
  text-align: center;
}
.services .owl-dots .owl-dot span {
  margin: 0 0.2rem;
}
.services .owl-dots .owl-dot.active span {
  width: 22px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #54C2B0 !important;
}

/**************************************************/
/* .about */
/**************************************************/
.about {
  position: relative;
  padding: 3rem 0;
  z-index: 9;
}

.about__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.about__bg > .icon {
  position: absolute;
  right: -20px;
  top: -24px;
}

.about .container {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about__our-misson-text {
  position: absolute;
  top: 337px;
  left: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 325px;
  flex: 0 0 325px;
  max-width: 325px;
  width: 100%;
  padding: 47px 40px 46px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #3DA8DE;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 6;
}

.about__our-misson-text > .icon {
  padding-top: 2px;
  margin-left: 1px;
}

.about__our-misson-text > .title {
  text-transform: uppercase;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 32.5px;
  font-weight: 700;
  margin-top: 12px;
  color: #ffffff;
  letter-spacing: 0px;
}

.about__our-misson-text > .text {
  font-size: 15.5px;
  margin-top: 6px;
  line-height: 1.5;
  color: #ffffff;
}

.about__our-misson-img {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 -12px 20px #f1faff;
}

.about__our-misson-img:after {
  content: "";
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.about__our-misson-img img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.about__our-misson-img:hover > img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.about__text {
  max-width: 545px;
  padding-top: 20px;
}
.about__text h4 {
  padding-left: 1px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 6.5px;
  color: #333333;
}
.about__text > .section-title {
  font-size: 3rem;
  line-height: 1.4em;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  .about__text > .section-title {
    font-size: 1.8rem;
    text-align: center;
  }
}
.about__text > h2 {
  margin-top: 30px;
  font-size: 25px;
  line-height: 1.4;
  color: #333333;
}
.about__text > p {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin-top: 35px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 22px;
}
.about footer {
  text-align: center;
}
.about__items {
  list-style-type: none;
  padding: 0;
  margin: 1rem 0 2.4rem;
}
.about__items li {
  padding: 0;
  margin: 0 0 3rem 0;
  border-radius: 0;
  font-size: 1.1em;
  display: flex;
}
@media (max-width: 991px) {
  .about__items li {
    display: block;
    text-align: center;
  }
}
.about__items li figure {
  border-radius: 0;
  padding: 0;
  margin: 0;
  padding-left: 1rem;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .about__items li figure {
    margin-bottom: 1rem;
  }
  .about__items li figure img {
    width: 80px;
  }
}
.about__items li figure img {
  display: inline-block;
  width: 65px;
  height: auto;
}
.about__items li p {
  display: block;
  width: 70%;
  margin: 0;
}
@media (max-width: 991px) {
  .about__items li p {
    width: auto;
  }
}
.about__items li p b {
  font-weight: bold;
  color: #3DA8DE;
}

/**************************************************/
/* .why-choose-us */
/**************************************************/
.why-choose-us {
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
}
@media (max-width: 991px) {
  .why-choose-us {
    padding-top: 420px;
  }
}
.why-choose-us > .container {
  z-index: 4;
  min-height: 495px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.why-choose-us__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.why-choose-us__bg > svg {
  position: absolute;
  top: -5px !important;
  left: -75px;
  height: 87%;
}
.why-choose-us__bg .popimage {
  position: absolute;
  top: 20%;
  right: 0%;
  width: 450px;
  height: 450px;
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .why-choose-us__bg .popimage {
    top: -4%;
    right: -1%;
  }
}
.why-choose-us__bg .popimage img {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  min-width: 101%;
  min-height: 101%;
  width: 120%;
  height: auto;
  max-width: 200%;
  max-height: 200%;
  transform: translate(-50%, -50%);
}
.why-choose-us__bg > .circle-blue {
  position: absolute;
  left: 55%;
  margin-top: -10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 500px;
  opacity: 0.1;
  z-index: 2;
  width: 820px;
  height: 820px;
}
.why-choose-us__bg > .circle-pink {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 700px;
  top: 425px;
  z-index: 2;
}

.why-choose-us > .container > h5 {
  font-weight: 500;
  font-size: 19px;
}

.why-choose-us > .container .section-title {
  margin-top: 19px;
}

.why-choose-us .difference {
  margin-top: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 680px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.why-choose-us .difference__item {
  margin-bottom: 1rem;
  max-width: 300px;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #475b6f;
}
.why-choose-us .difference__item-content {
  padding-top: 5px;
  font-size: 0.9em;
  line-height: 1.5em;
}
.why-choose-us .difference__item-number {
  margin-right: 1rem;
  min-height: 65px;
  min-width: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #b987bb;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 38px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.why-choose-us .difference__item-title {
  font-weight: bold;
  margin: 0.3rem 0;
  line-height: 1.2em;
  font-size: 1.4rem;
}
/**************************************************/
/* .other-services */
/**************************************************/
.other-services {
  position: relative;
  overflow: hidden;
  padding-top: 6rem;
  padding-bottom: 6rem;
  z-index: 10;
}
@media (max-width: 991px) {
  .other-services {
    padding: 3rem 0;
  }
}
.other-services .container {
  position: relative;
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.other-services .section-title {
  margin-bottom: 2rem;
}
.other-services p {
  color: inherit;
  font-size: 13px;
}

.other-services__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}

.other-services__bg > img {
  opacity: 1;
  z-index: 8;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.other-services__bg .icon {
  z-index: 9;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 947px;
  width: 100%;
}

.other-services__bg .icon > img {
  width: 100%;
  height: 100%;
}

.other-services__bg-2 {
  z-index: 9;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(242, 242, 242, 0.9);
}

.other-services__cards {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  height: 100%;
}
@media (max-width: 991px) {
  .other-services__cards {
    display: block;
  }
}
.other-services__cards > .card-item {
  border-radius: 8px;
  -webkit-box-flex: 0;
  max-width: 450px;
  width: 100%;
  padding: 2rem 2rem;
  text-align: center;
  margin: 0 1rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 9.548px 10.239px 35px rgba(0, 0, 0, 0.06);
  box-shadow: 9.548px 10.239px 35px rgba(0, 0, 0, 0.06);
}
@media (max-width: 991px) {
  .other-services__cards > .card-item {
    margin: 0 0;
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
.other-services__cards > .card-item :hover {
  border-color: #54C2B0;
}
.other-services__cards > .card-item > .title {
  margin-top: 2rem;
  font-size: 25px;
  font-weight: 900;
  color: #333333;
}
.other-services__cards > .card-item > .section-title {
  margin: 1rem 0;
  font-size: 55px;
  color: #333333;
  line-height: 1.5;
  color: #54C2B0;
}
.other-services__cards > .card-item > .section-title span {
  color: #9a9a9a;
  font-size: 14px;
  font-family: "Roboto", Arial, sans-serif;
  text-transform: none;
  letter-spacing: normal;
}
.other-services__cards > .card-item .btn-wrapper {
  text-align: center;
  padding-top: 0.95rem;
  padding-bottom: 1rem;
}
.other-services__cards > .card-item p {
  margin-bottom: 0;
}
.other-services__cards > .card-item .lists {
  margin: 0 0 2rem 0;
  margin: 0;
  padding: 0;
  text-align: left;
}
.other-services__cards > .card-item .lists li {
  margin-bottom: 0.2rem;
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.other-services__cards > .card-item .lists li:before {
  content: "";
  display: inline-block;
  background: #54C2B0;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  margin-right: 0.2rem;
  position: relative;
  top: -2px;
}
.other-services__cards > .card-item .section-title small {
  font-size: 0.5em;
  color: #333333;
  font-family: inherit;
  opacity: 0.4;
  position: relative;
  top: -10px;
  margin-right: 0rem;
}

/**************************************************/
/* .form */
/**************************************************/
.form {
  position: relative;
  overflow: hidden;
  z-index: 10;
  padding-top: 160px;
}

.form__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.form__bg > .circle-blue {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  margin-right: 440px;
  top: 227px;
  z-index: 2;
  width: 573px;
  height: 573px;
}

.form__bg > .circle-pink {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  margin-right: 550px;
  top: 185px;
  z-index: 3;
  width: 144px;
  height: 144px;
}

.form__bg > img {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  margin-right: 315px;
  top: 62px;
  z-index: 4;
}

.form__bg > .icon {
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 1;
  max-width: 923px;
  width: 100%;
}

.form__bg > .icon > img {
  width: 100%;
  height: 100%;
}

.form .container {
  position: relative;
  z-index: 10;
  padding-bottom: 160px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.form__block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 570px;
  flex: 0 0 570px;
  max-width: 570px;
  padding-left: 2px;
}

.form__block > .subtitle {
  margin-top: 28px;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  letter-spacing: -0.3px;
}

.form__block textarea,
.form__block-input {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#efefef), to(#fff));
  background-image: linear-gradient(to top right, #efefef, #fff);
  display: inline-block;
  max-width: 276px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 276px;
  flex: 0 0 276px;
  margin-bottom: 20px;
  padding: 24px 26px;
  font-size: 20px;
  outline: none;
  color: #333333;
  font-weight: 600;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.form__block textarea:focus,
.form__block textarea:hover,
.form__block-input:focus,
.form__block-input:hover {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#fff), to(#fff));
  background-image: linear-gradient(to top right, #fff, #fff);
}

.form__block textarea:focus,
.form__block-input:focus {
  border-color: #54C2B0;
}

.form__block textarea::-webkit-input-placeholder,
.form__block-input::-webkit-input-placeholder {
  color: #cccccc;
}

.form__block textarea:-ms-input-placeholder,
.form__block-input:-ms-input-placeholder {
  color: #cccccc;
}

.form__block textarea::-ms-input-placeholder,
.form__block-input::-ms-input-placeholder {
  color: #cccccc;
}

.form__block textarea::placeholder,
.form__block-input::placeholder {
  color: #cccccc;
}

.form__block > form {
  margin-left: -1px;
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form__block > form > textarea {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100% !important;
  resize: none;
  height: 210px;
  margin-bottom: 22px;
}

.form__block > form > .btn {
  padding-left: 77px;
  padding-right: 77px;
}

.form__block > form > label {
  font-size: 17px;
}

/**************************************************/
/* .faq */
/**************************************************/
.faq {
  padding: 6rem 0;
  background-color: #f2f2f2;
  position: relative;
}
@media (max-width: 991px) {
  .faq {
    padding: 2rem 0;
    padding-bottom: 0;
  }
}
.faq .section-title {
  margin-bottom: 3rem;
}
.faq .faq__content {
  max-width: 50%;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .faq .faq__content {
    max-width: 100%;
  }
}
.faq .faq__content .accardion {
  margin: 1rem 0 1.2rem;
  padding: 0;
}
.faq .faq__content .accardion__item {
  width: 100%;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #f0f0f0;
  background-color: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  padding: 1rem 0.2rem;
}
.faq .faq__content .accardion__item:hover {
  border-color: #54C2B0;
}
.faq .faq__content .accardion__item-title {
  padding: 0.4rem 1rem;
  margin: 0;
  position: relative;
  font-size: 17px;
  color: #2e8274;
  padding-right: 3rem;
}
.faq .faq__content .accardion__item-title:after {
  position: absolute;
  right: 12px;
  top: 8px;
  content: "";
  display: inline-block;
  height: 13px;
  width: 13px;
  border-right: 3px solid #54C2B0;
  border-bottom: 3px solid #54C2B0;
  transform: rotate(45deg);
}
.faq .faq__content .accardion__ite {
  margin-right: 10px;
  font-weight: 900;
  color: #54C2B0;
}
.faq .faq__content .accardion__item-title .fa {
  position: absolute;
  right: 20px;
  top: 10px;
}
.faq .faq__content .accardion__item-text {
  display: none;
  font-size: 14px;
  line-height: 1.4em;
  padding: 0.2rem 2rem;
}
.faq .faq__content .accardion__item-text p {
  margin-bottom: 1rem;
}
.faq .faq__content .accardion__item-text ul {
  margin-left: 1rem;
}
.faq .faq__content .accardion__item-text ul li {
  margin: 0 0 1rem 0;
}
.faq .faq__content .accardion__item:nth-child(2) .accardion__item-text {
  display: block;
}
.faq .faq__img {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50%;
  max-width: 50%;
  width: auto;
  margin-left: 40px;
  max-height: 100%;
}
.faq .faq__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
@media (max-width: 991px) {
  .faq .faq__img {
    margin-top: 3rem;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    position: relative;
    left: 0;
  }
}

/**************************************************/
/* .testimonials */
/**************************************************/
.testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonials__img {
  max-width: 50%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.testimonials__img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.testimonials__content {
  padding: 160px 75px 270px;
  max-width: 50%;
  width: 100%;
}

.testimonials__content-carousel {
  margin-top: 50px;
}

.testimonials__content-carousel-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 790px;
  flex: 0 0 790px;
  max-width: 790px;
}

.testimonials__content-carousel-item q {
  font-style: italic;
  font-size: 19px;
  line-height: 40px;
  letter-spacing: -0.15px;
}

.testimonials__content-carousel-item h2 {
  margin-top: 30px;
  font-size: 21.5px;
}

.testimonials__content-carousel-item h4 {
  margin-top: 13px;
  font-size: 17.3px;
  color: #3DA8DE;
}

.testimonials__content-carousel .owl-nav {
  position: absolute;
  bottom: -115px;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testimonials__content-carousel .owl-nav button {
  overflow: hidden;
  border-radius: 8px !important;
  width: 49px;
  height: 49px;
  border: 1px solid #3DA8DE !important;
  background-color: #ffffff !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.testimonials__content-carousel .owl-nav button:hover {
  background-color: #3DA8DE !important;
}

.testimonials__content-carousel .owl-nav button:hover span {
  color: #ffffff;
}

.testimonials__content-carousel .owl-nav button span {
  line-height: 20px;
  font-weight: 900;
  margin-top: -5px;
  font-size: 30px;
  color: #3DA8DE;
}

.testimonials__content-carousel .owl-dots {
  height: 50px;
  position: absolute;
  bottom: -110px;
  left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials__content-carousel .owl-dots > .owl-dot {
  margin-right: 2px;
}

.testimonials__content-carousel .owl-dots > .owl-dot:last-child {
  margin-right: 0;
}

.testimonials__content-carousel .owl-dots > .owl-dot:last-child > span {
  margin-right: 0;
}

.testimonials__content-carousel .owl-dot span {
  min-width: 10px;
  height: 10px;
}

.testimonials__content-carousel .owl-dot.active span {
  width: 48px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #54C2B0 !important;
}

/**************************************************/
/* .emergency-call */
/**************************************************/
.emergency-call {
  padding-top: 160px;
  padding-bottom: 140px;
  background-color: #f4f4f4;
}

.emergency-call .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.emergency-call .container > h2 {
  text-align: center;
  font-weight: 400;
  color: #333333;
  text-transform: uppercase;
  font-size: 27px;
}

.emergency-call .container > .call {
  margin-top: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.emergency-call .container > .call > .icon {
  background-color: #54C2B0;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 8.135px 18.271px 51px 0px rgba(242, 34, 131, 0.5);
  box-shadow: 8.135px 18.271px 51px 0px rgba(242, 34, 131, 0.5);
}

.emergency-call .container > .call > .icon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  background-color: rgba(242, 34, 131, 0.4);
  border-radius: 50%;
  z-index: -1;
}

.emergency-call .container > .call > a {
  font-family: "Oswald", Arial, sans-serif;
  color: #54C2B0;
  font-size: 64px;
}

.emergency-call__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.emergency-call__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 370px;
  flex: 0 0 370px;
  max-width: 370px;
  margin-bottom: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.emergency-call__item > .icon {
  margin-right: 25px;
  min-width: 100px;
  height: 100px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3DA8DE;
  border: 9px solid #3DA8DE;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 8.135px 18.271px 51px 0px rgba(31, 61, 157, 0.5);
  box-shadow: 8.135px 18.271px 51px 0px rgba(31, 61, 157, 0.5);
}

.emergency-call__item > .icon:before {
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 118px;
  height: 118px;
  background-color: #3DA8DE;
  opacity: 0.4;
  z-index: -1;
}

.emergency-call__item > .content {
  margin-top: 12px;
}

.emergency-call__item > .content h1 {
  color: #333333;
  font-size: 21.5px;
}

.emergency-call__item > .content p {
  letter-spacing: -0.3px;
  color: #333333;
  margin-top: 8px;
  line-height: 1.5;
}

/**************************************************/
/* .specialists */
/**************************************************/
.specialists {
  position: relative;
}

.specialists__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.specialists__bg > .icon {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  max-width: 824px;
  width: 100%;
}

.specialists__bg > .icon img {
  width: 100%;
}

.specialists .container {
  position: relative;
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 170px;
}

.specialists__carousel {
  padding: 0 !important;
  margin-top: 60px;
  max-width: 1200px;
  width: 100%;
}

.specialists__carousel .owl-nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
  padding: 10px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.specialists__carousel .owl-nav button {
  overflow: hidden;
  border-radius: 8px !important;
  width: 49px;
  height: 49px;
  border: 1px solid #3DA8DE !important;
  background-color: #ffffff !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.specialists__carousel .owl-nav button:hover {
  background-color: #3DA8DE !important;
}

.specialists__carousel .owl-nav button:hover span {
  color: #ffffff !important;
}

.specialists__carousel .owl-nav button span {
  line-height: 20px;
  font-weight: 900;
  margin-top: -5px;
  font-size: 30px;
  color: #3DA8DE;
}

.specialists__carousel .owl-dots {
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.specialists__carousel .owl-dot {
  margin-right: 2px;
}

.specialists__carousel .owl-dot:last-child {
  margin-right: 0;
}

.specialists__carousel .owl-dot:last-child > span {
  margin-right: 0;
}

.specialists__carousel .owl-dot span {
  min-width: 10px;
  height: 10px;
}

.specialists__carousel .owl-dot.active span {
  width: 48px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #54C2B0 !important;
}

.specialists__item {
  padding-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.specialists__item > .inner-block {
  position: relative;
  z-index: 1;
  max-width: 260px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  border-radius: 8px;
  padding-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.specialists__item > .inner-block:hover {
  -webkit-box-shadow: 0px 18px 32px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 18px 32px 0px rgba(0, 0, 0, 0.1);
}

.specialists__item > .inner-block > .img {
  overflow: hidden;
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.specialists__item > .inner-block > .name {
  color: #333333;
  margin-top: 25px;
  font-size: 17.5px;
  text-align: center;
}

.specialists__item > .inner-block > .proffesia {
  margin-top: 8px;
  text-align: center;
  color: #3DA8DE;
  font-weight: 600;
}

.specialists__item > .inner-block > .work-date {
  width: 100%;
  padding: 10px 43px;
}

.specialists__item > .inner-block > .work-date li {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
}

.specialists__item > .inner-block > .btn-2 {
  position: absolute;
  bottom: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 20;
}

/**************************************************/
/* .latest-news */
/**************************************************/
.latest-news {
  position: relative;
  background-color: #f4f4f4;
}

.latest-news__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.latest-news__bg > .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  max-width: 882px;
  width: 100%;
}

.latest-news__bg > .icon img {
  width: 100%;
}

.latest-news .container {
  position: relative;
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 190px;
}

.latest-news__carousel {
  padding: 0 !important;
  margin-top: 70px;
  max-width: 1200px;
  width: 100%;
}

.latest-news__carousel .owl-nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -70px;
  padding: 10px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.latest-news__carousel .owl-nav button {
  overflow: hidden;
  border-radius: 8px !important;
  width: 49px;
  height: 49px;
  border: 1px solid #3DA8DE !important;
  background-color: #ffffff !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.latest-news__carousel .owl-nav button:hover {
  background-color: #3DA8DE !important;
}

.latest-news__carousel .owl-nav button:hover span {
  color: #ffffff;
}

.latest-news__carousel .owl-nav button span {
  line-height: 20px;
  font-weight: 900;
  margin-top: -5px;
  font-size: 30px;
  color: #3DA8DE;
}

.latest-news__carousel .owl-dots {
  position: absolute;
  left: 50%;
  bottom: -38px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.latest-news__carousel .owl-dot {
  margin-right: 2px;
}

.latest-news__carousel .owl-dot:last-child {
  margin-right: 0;
}

.latest-news__carousel .owl-dot:last-child > span {
  margin-right: 0;
}

.latest-news__carousel .owl-dot span {
  min-width: 10px;
  height: 10px;
}

.latest-news__carousel .owl-dot.active span {
  width: 48px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #54C2B0 !important;
}

.latest-news__item {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.latest-news__item > .inner-block {
  background-color: #ffffff;
  z-index: 1;
  max-width: 350px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding-bottom: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.latest-news__item > .inner-block:hover {
  -webkit-box-shadow: 0px 18px 32px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 18px 32px 0px rgba(0, 0, 0, 0.1);
}

.latest-news__item > .inner-block > .img {
  position: relative;
  width: 100%;
  height: 260px;
}

.latest-news__item > .inner-block > .img > .date {
  position: absolute;
  left: 37px;
  bottom: -20px;
  margin-top: 25px;
  font-size: 12px;
  font-weight: 100;
  text-align: center;
  border-radius: 20px;
  padding: 8px 15px;
  color: #ffffff;
  background-color: #3DA8DE;
}

.latest-news__item > .inner-block > .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.latest-news__item > .inner-block > .title {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 55px;
  color: #333333;
  font-weight: 700;
  font-size: 21px;
}

.latest-news__item > .inner-block > .text {
  color: #333333;
  padding: 25px 40px 15px;
  font-size: 15px;
  line-height: 1.8;
}

.latest-news__item > .inner-block > .read-more-2 {
  font-size: 14px;
  margin-left: 38px;
}

/**************************************************/
/* .footer */
/**************************************************/
.footer__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.footer__bg > .icon1 {
  position: absolute;
  left: -10px;
  bottom: -10px;
  width: 100%;
  max-width: 976px;
}

.footer__bg > .icon1 > img {
  width: 100%;
  height: 100%;
}

.footer__bg > .icon {
  opacity: 0.025;
  position: absolute;
  left: -37px;
  bottom: 0px;
  width: 100%;
  max-width: 1570px;
}

.footer__bg > .icon > img {
  width: 100%;
  height: 100%;
}

.footer .container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .container > div {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer .container > div > .footer__top-blocks {
  width: 100%;
  height: 100%;
}

.footer .container > div > .footer__top-blocks a {
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer .container > div > .footer__top-blocks a:hover {
  color: #54C2B0;
}

.footer .container > div > .footer__top-blocks > .title {
  margin-left: 1px;
  margin-top: 3px;
  margin-bottom: 38px;
  padding-bottom: 10px;
  font-size: 38px;
  font-family: "Oswald", Arial, sans-serif;
  position: relative;
  width: 100%;
}

.footer .container > div > .footer__top-blocks > .title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 3px;
  width: 62px;
  background-color: #3DA8DE;
}

.footer .container > div > .footer__top-blocks .content .content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}

.footer .container > div > .footer__top-blocks .content .content-item > .icon {
  width: 40px;
  min-width: 40px;
}

.footer .container > div > .footer__top-blocks .content .content-item:first-child .text a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

.footer .container > div > .footer__top-blocks .content .content-item .location {
  font-size: 13px;
  margin-bottom: 20px;
  color: #ffffff;
  border-radius: 20px;
  padding: 10px 25px;
  display: inline-block;
  background-color: #3DA8DE;
}

.footer .container > div > .footer__top-blocks .content .content-item .location > .fa {
  margin-left: 5px;
}

.footer .container > div > .footer__top-blocks .content .work-date > li {
  font-size: 16px;
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.footer .container > div:last-child > .footer__top-blocks {
  margin-bottom: 50px;
}

.footer .container > div:last-child > .footer__top-blocks:nth-child(1) .content .text {
  font-size: 15.5px;
  margin-bottom: 14px;
  line-height: 1.5;
}

.footer .container > div:last-child > .footer__top-blocks:nth-child(1) .content form {
  width: 235px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 80px;
}

.footer .container > div:last-child > .footer__top-blocks:nth-child(1) .content form input {
  border-radius: 8px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
  padding: 10px 45px 10px 12px;
  outline: none;
  border: none;
  font-size: 17px;
}

.footer .container > div:last-child > .footer__top-blocks:nth-child(1) .content form input:hover,
.footer .container > div:last-child > .footer__top-blocks:nth-child(1) .content form input:focus,
.footer .container > div:last-child > .footer__top-blocks:nth-child(1) .content form input:active {
  outline: 1px solid #54C2B0;
}

.footer .container > div:last-child > .footer__top-blocks:nth-child(1) .content form button {
  cursor: pointer;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 1px;
  right: 1px;
  border-radius: 8px;
  background-color: #54C2B0;
  outline: none;
  border: none;
}

.footer .container > div:last-child > .footer__top-blocks:nth-child(1) .content form button .fa {
  font-size: 20px;
  color: #ffffff;
}

.footer .container > div:last-child > .footer__top-blocks:nth-child(1) .content form label {
  font-size: 15.5px;
  position: relative;
  top: 15px;
  left: 0;
}

.footer .container > div:last-child > .footer__top-blocks:nth-child(1) .content .socials {
  margin-top: 20px;
}

.footer .container > div:last-child > .footer__top-blocks:nth-child(1) .content .socials > a {
  display: inline-block;
  height: 30px;
  width: 20px;
  margin-right: 12px;
}

.footer .container > div:last-child > .footer__top-blocks:nth-child(1) .content .socials > a .fa {
  display: block;
  text-align: left;
  line-height: 30px;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer .container > div:last-child > .footer__top-blocks:nth-child(1) .content .socials > a .fa:hover {
  color: #54C2B0;
}

.footer .container > div:last-child > .footer__top-blocks:nth-child(2) .content .menu {
  padding-top: 2px;
}

.footer .container > div:last-child > .footer__top-blocks:nth-child(2) .content .menu > li {
  height: 48px;
}

.footer .container > div:last-child > .footer__top-blocks:nth-child(2) .content .menu > li > a {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  display: block;
}

.footer .container > div:last-child > .footer__top-blocks:nth-child(2) .content .menu > li > a .fa {
  margin-right: 10px;
}

.footer__logo {
  text-align: center;
  margin-bottom: 20px;
}
.footer__logo img {
  max-width: 100%;
  display: block;
  height: auto;
}

.footer__top {
  position: relative;
  padding-top: 160px;
  border-bottom: 1px solid #25315c;
  font-size: 14px;
}

.footer__bottom {
  position: relative;
  padding: 1rem 1rem;
  border-top: 1px solid #DDD;
}
.footer__bottom p {
  padding: 0;
  margin: 0;
  color: #475b6f;
  text-align: center;
  font-size: 0.8em;
}

/**************************************************/
/* .header-bottom-2 */
/**************************************************/
.header-bottom-2 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 750px;
  z-index: 10;
}

.header-bottom-2__banner {
  z-index: 9;
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
}

.header-bottom-2__banner .slide-item {
  height: 900px;
  padding-top: 310px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.header-bottom-2__banner .slide-item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 61, 157, 0.5);
}

.header-bottom-2__banner .slide-item > img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 25%;
  object-position: center 25%;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.header-bottom-2__banner .slide-item .container {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  z-index: 10;
}

.header-bottom-2__banner .slide-item__title {
  margin-left: -2px;
  text-transform: uppercase;
  font-size: 78px;
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0px;
  width: 100%;
  color: #ffffff;
}

.header-bottom-2__banner .slide-item__title span {
  font-weight: 900;
  font-family: "Oswald", Arial, sans-serif;
  color: #ffffff;
}

.header-bottom-2__banner .slide-item__subtitle {
  margin-top: 22px;
  margin-bottom: 34px;
  font-weight: 100;
  font-size: 25px;
  color: #ffffff;
}

.header-bottom-2__banner .slide-item__block {
  opacity: 0;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  -webkit-transition: all 1s ease 0.2s;
  transition: all 1s ease 0.2s;
}

.header-bottom-2__banner .owl-item.active .slide-item > img {
  -webkit-animation: bannerScale 5s linear 1s;
  animation: bannerScale 5s linear 1s;
}

.header-bottom-2__banner .owl-item.active .slide-item__block {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.header-bottom-2__banner > .owl-dots {
  position: absolute;
  top: 75%;
  left: 50%;
  -webkit-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
  z-index: 10;
}

.header-bottom-2__banner > .owl-dots > .owl-dot span {
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  margin-right: 5px;
  background-color: #ffffff !important;
  cursor: pointer;
}

.header-bottom-2__banner > .owl-dots > .owl-dot.active span {
  width: 47px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-bottom-2__banner > .owl-nav {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-bottom-2__banner > .owl-nav > button {
  overflow: hidden;
  border-radius: 8px !important;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5) !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-bottom-2__banner > .owl-nav > button:hover {
  background-color: #3DA8DE !important;
}

.header-bottom-2__banner > .owl-nav > button:hover span {
  color: #ffffff;
}

.header-bottom-2__banner > .owl-nav > button span {
  line-height: 20px;
  font-weight: 900;
  margin-top: -5px;
  font-size: 30px;
  color: #3DA8DE;
}

/**************************************************/
/* .benefits-form */
/**************************************************/
.header-bottom-2 > .container {
  position: absolute;
  bottom: -160px;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  z-index: 10;
}

.header-bottom-2 > .container .benefits-form {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px;
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 20px 51px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 51px 0px rgba(0, 0, 0, 0.05);
}

.header-bottom-2 > .container .benefits-form > div {
  max-width: 480px;
  width: 100%;
}

.header-bottom-2 > .container .benefits-form__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-bottom-2 > .container .benefits-form__benefits-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-bottom-2 > .container .benefits-form__benefits-item > .icon {
  background-color: #3DA8DE;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 25px;
  position: relative;
  animation: animateBlueShadow 1s infinite linear alternate-reverse;
}

.header-bottom-2 > .container .benefits-form__benefits-item > .icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background-color: rgba(31, 61, 157, 0.1);
  z-index: -1;
}

.header-bottom-2 > .container .benefits-form__benefits-item > .text {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
}

.header-bottom-2 > .container .benefits-form__form > .section-title {
  font-size: 40px;
  margin-bottom: 20px;
}

.header-bottom-2 > .container .benefits-form__form > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-bottom-2 > .container .benefits-form__form > form > .btn,
.header-bottom-2 > .container .benefits-form__form > form > .input-box {
  outline: none;
  height: 42px;
  border-radius: 8px;
  width: 235px;
  margin-bottom: 10px;
  padding: 6px 12px;
  letter-spacing: initial;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header-bottom-2 > .container .benefits-form__form > form > .btn:nth-last-child(1),
.header-bottom-2 > .container .benefits-form__form > form > .btn:nth-last-child(2),
.header-bottom-2 > .container .benefits-form__form > form > .input-box:nth-last-child(1),
.header-bottom-2 > .container .benefits-form__form > form > .input-box:nth-last-child(2) {
  margin-bottom: 0;
}

.header-bottom-2 > .container .benefits-form__form > form > .input-box {
  background-color: #fafafa;
  border: 2px solid #e6e6e6;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}

.header-bottom-2 > .container .benefits-form__form > form > .input-box:hover {
  background: #fff;
}

.header-bottom-2 > .container .benefits-form__form > form > .input-box:focus {
  background: #fff;
  border-color: #54C2B0;
}

/**************************************************/
/* .our-departments */
/**************************************************/
.our-departments {
  position: relative;
  padding-top: 285px;
  padding-bottom: 90px;
  overflow: hidden;
}

.our-departments__bg {
  background-color: #fafafa;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.our-departments__bg > .icon:first-child {
  position: absolute;
  right: -10px;
  top: -24px;
  width: 100%;
  max-width: 1201px;
}

.our-departments__bg > .icon:last-child {
  position: absolute;
  left: -10px;
  bottom: -24px;
  width: 100%;
  max-width: 1201px;
}

.our-departments > .container {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.our-departments > .container > .section-title {
  margin-bottom: 60px;
}

.our-departments__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.our-departments__inner-item {
  max-width: 268px;
  width: 100%;
  height: 280px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 8px;
  border: 1px solid transparent;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-bottom: 30px;
  padding: 30px;
}

.our-departments__inner-item:hover {
  border: 1px solid #3774c2;
  -webkit-box-shadow: 0px 18px 32px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 18px 32px 0px rgba(0, 0, 0, 0.1);
}

.our-departments__inner-item > .text {
  font-size: 16px;
  color: #333333;
}

/**************************************************/
/* .about-2 */
/**************************************************/
.about {
  padding: 3rem 0 6.5rem;
}
.about .container-fluid {
  max-width: 1400px;
}
.about .row {
  align-items: center;
}
.about .title-block {
  padding: 2rem 0;
}
.about .title-block p {
  font-family: "Oswald", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 3rem;
  letter-spacing: -0.02em;
}
@media (max-width: 991px) {
  .about .title-block p {
    padding-left: 2rem;
    font-size: 2.4rem;
  }
}
.about img {
  display: block;
  max-width: 100%;
}

.about .about-first-sec {
  padding-bottom: 6.1rem;
  padding-bottom: 6.1rem;
}

.about .title-block p strong {
  color: #3da8de;
  font-family: inherit;
}

.about-2 {
  position: relative;
  height: 900px;
  width: 100%;
  z-index: 10;
  background-image: url(./../images/jpg/about-us-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.about-2 > .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 61, 157, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-2 > .video > a {
  margin-top: 230px;
}

.about-2 > .container {
  z-index: 15px;
  position: relative;
  top: 500px;
}

.about-2 > .container > .about-2-card {
  border-radius: 8px;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background-image: linear-gradient(to left, #3DA8DE 250px, #ffffff 1px);
  -webkit-box-shadow: 0px 20px 51px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 51px 0px rgba(0, 0, 0, 0.1);
}

.about-2 > .container > .about-2-card > .text {
  padding-top: 20px;
  padding-left: 20px;
  max-width: 550px;
}

.about-2 > .container > .about-2-card > .text > h4 {
  padding-left: 1px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 6.5px;
  color: #333333;
  margin-bottom: 35px;
}

.about-2 > .container > .about-2-card > .text > h1 {
  margin-bottom: 35px;
}

.about-2 > .container > .about-2-card > .text > p {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 35px;
}

.about-2 > .container > .about-2-card > .text > .signature {
  width: 100%;
  margin-top: 35px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-2 > .container > .about-2-card > .text > .signature > img {
  margin-right: 28px;
}

.about-2 > .container > .about-2-card > .text > .signature > h4 {
  font-size: 19px;
  padding-top: 20px;
}

.about-2 > .container > .about-2-card > .text > .signature > h4 span {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #333333;
}

.about-2 > .container > .about-2-card > .img {
  position: relative;
  border-radius: 8px;
  max-width: 418px;
  width: 100%;
  max-height: 559px;
  overflow: hidden;
}

.about-2 > .container > .about-2-card > .img > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.about-2 > .container > .about-2-card > .img:hover > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/**************************************************/
/* .other-services-2 */
/**************************************************/
.other-services-2 {
  position: relative;
  padding-top: 380px;
  padding-bottom: 190px;
}

.other-services-2__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  background-color: #fafafa;
}

.other-services-2__bg .icon {
  position: absolute;
  right: -14px;
  bottom: -10px;
  max-width: 1216px;
  width: 100%;
}

.other-services-2__bg .icon > img {
  width: 100%;
  height: 100%;
}

.other-services-2 .container {
  position: relative;
  z-index: 15;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.other-services-2__card {
  margin-top: 50px;
  border-radius: 8px;
  width: 100%;
  height: 580px;
  background-image: linear-gradient(to right, #3DA8DE 340px, #ffffff 1px);
  -webkit-box-shadow: 0px 20px 51px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 51px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

.other-services-2__card > .img {
  position: absolute;
  left: 50px;
  top: 50px;
  border-radius: 8px;
  max-width: 555px;
  width: 100%;
  height: 595px;
  overflow: hidden;
}

.other-services-2__card > .img > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.other-services-2__card > .img:hover > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.other-services-2__card > .content {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 100;
  width: 520px;
  height: 530px;
  padding-left: 75px;
}

.other-services-2__card > .content .other-services-2__carousel-item {
  max-width: 345px;
}

.other-services-2__card > .content .other-services-2__carousel-item > .title {
  margin-top: 20px;
  font-size: 36px;
  font-weight: 600;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #333333;
}

.other-services-2__card > .content .other-services-2__carousel-item > .subtitle {
  margin-top: 20px;
  font-size: 17px;
  color: #333333;
  line-height: 1.5;
}

.other-services-2__card > .content .other-services-2__carousel-item > .lists {
  margin-top: 20px;
  font-weight: 600;
  color: #333333;
  list-style: none;
}

.other-services-2__card > .content .other-services-2__carousel-item > .lists li {
  line-height: 36px;
  font-size: 20px;
}

.other-services-2__card > .content .other-services-2__carousel-item > .lists li i.fa {
  color: #3DA8DE;
  margin-right: 7px;
}

.other-services-2__card > .content .owl-nav {
  position: absolute;
  right: 0;
  bottom: -102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.other-services-2__card > .content .owl-nav button {
  border-radius: 0;
  margin: 0;
  overflow: hidden;
  width: 77px;
  height: 77px;
  background-color: #3DA8DE !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.other-services-2__card > .content .owl-nav button:hover {
  background-color: #54C2B0 !important;
  opacity: 1 !important;
}

.other-services-2__card > .content .owl-nav button span {
  font-size: 30px;
  color: #ffffff;
}

.other-services-2__card > .content .owl-nav button:last-child {
  border-bottom-right-radius: 8px;
  background-color: #3259d7 !important;
}

.other-services-2__card > .content .owl-nav button:last-child:hover {
  background-color: #54C2B0 !important;
  opacity: 1 !important;
}

.other-services-2__card > .content > .btn {
  position: absolute;
  right: 154px;
  bottom: 0;
  border-radius: 0;
  height: 77px;
  line-height: 77px;
  padding: 0;
  width: 351px;
  text-align: center;
  font-size: 24px;
  text-transform: capitalize;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

/**************************************************/
/* .appointments-2 */
/**************************************************/
.appointments-2 {
  position: relative;
  overflow: hidden;
  z-index: 10;
  padding: 3.5rem 0;
  background-image: url("./../images/jpg/appointments-2.jpg");
  background-position: 42% center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.appointments-2__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(31, 61, 157, 0.5);
}

.appointments-2 .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.appointments-2 .container .online-appointments {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 550px;
  flex: 0 0 550px;
  max-width: 550px;
  width: 100%;
}

.appointments-2 .container .online-appointments .appointments-text {
  max-width: 550px;
  width: 100%;
  color: #ffffff;
  font-size: 19px;
  margin-top: 25px;
  line-height: 1.8;
}

.appointments-2 .container .company-numbers {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 550px;
  flex: 0 0 550px;
  max-width: 550px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.appointments-2 .container .company-numbers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.appointments-2 .container .company-numbers__item > .number {
  border-radius: 8px;
  color: #ffffff;
  background-color: #54C2B0;
  width: 132px;
  min-width: 132px;
  height: 87px;
  line-height: 87px;
  text-align: center;
  font-size: 56px;
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1.3px;
  margin-right: 29px;
  margin-left: -1px;
  animation: 1s animatePinkShadow linear alternate-reverse infinite;
}

.appointments-2 .container .company-numbers__item > .content h3 {
  margin-top: 2px;
  margin-bottom: 10px;
  letter-spacing: -1px;
  line-height: 1.5;
  font-size: 23px;
  color: #ffffff;
  font-weight: 900;
  text-transform: capitalize;
}

.appointments-2 .container .company-numbers__item > .content p {
  font-size: 15.5px;
  line-height: 1.5;
  color: #ffffff;
}

/**************************************************/
/* .why-choose-us-2 */
/**************************************************/
.why-choose-us-2 {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 45px;
}

.why-choose-us-2 > .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-choose-us-2 > .container .section-title {
  margin-bottom: 60px;
}

.why-choose-us-2__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.why-choose-us-2__item {
  margin-bottom: 60px;
  max-width: 370px;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.why-choose-us-2__item:nth-last-child(1),
.why-choose-us-2__item:nth-last-child(2) {
  margin-bottom: 0px;
}

.why-choose-us-2__item-content {
  padding-top: 5px;
}

.why-choose-us-2__item-number {
  margin-right: 30px;
  min-height: 87px;
  min-width: 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #54C2B0;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 48px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.why-choose-us-2__item-number:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(242, 34, 131, 0.4);
  width: 126%;
  height: 126%;
  z-index: -1;
  animation: animatePinkShadow 1s linear alternate-reverse infinite;
}

.why-choose-us-2__item-title {
  color: #333333;
  font-weight: 900;
  font-size: 23.5px;
  letter-spacing: -1px;
}

.why-choose-us-2__item-text {
  color: #333333;
  margin-top: 10px;
  line-height: 26px;
  font-size: 15px;
}

/**************************************************/
/* .our-numbers */
/**************************************************/
.our-numbers {
  position: relative;
  z-index: 10;
  background-image: url("./../images/jpg/our-numbers-bg.jpg");
  background-position: 42% center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 540px;
  padding-top: 110px;
  padding-bottom: 80px;
}

.our-numbers__bg {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 61, 157, 0.5);
}

.our-numbers .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.our-numbers .container > div {
  max-width: 550px;
  width: 100%;
}

.our-numbers__items {
  max-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.our-numbers__items > .item {
  width: 270px;
  color: #ffffff;
  margin-bottom: 30px;
}

.our-numbers__items > .item > h1 {
  font-family: "Oswald", Arial, sans-serif;
  letter-spacing: -2px;
  font-size: 80px;
}

.our-numbers__items > .item > h1 > span {
  font-size: 80px;
  font-family: "Oswald", Arial, sans-serif;
  letter-spacing: -2px;
}

.our-numbers__items > .item h4 {
  font-size: 26px;
  font-weight: 500;
}

.our-numbers__img {
  position: relative;
  max-height: 500px;
  overflow: hidden;
  border-radius: 8px;
}

.our-numbers__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.our-numbers__img:hover > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/**************************************************/
/* .specialists-2 */
/**************************************************/
.specialists-2 {
  position: relative;
  padding-top: 180px;
  padding-bottom: 190px;
  overflow: hidden;
}

.specialists-2__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.specialists-2__bg > .icon {
  position: absolute;
  left: -10px;
  bottom: -24px;
  width: 100%;
  max-width: 1201px;
}

.specialists-2__bg > .icon > img {
  width: 100%;
  height: 100%;
}

.specialists-2 > .container {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.specialists-2 > .container > .section-title {
  text-align: center;
  margin-bottom: 60px;
}

.specialists-2 > .container > .specialists-2__card {
  padding: 50px;
  border-radius: 8px;
  width: 100%;
  background-image: linear-gradient(to right, #3DA8DE 320px, #ffffff 1px);
  -webkit-box-shadow: 0px 20px 51px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 51px 0px rgba(0, 0, 0, 0.1);
}

.specialists-2 > .container > .specialists-2__card .specialists-2__carousel-item {
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffffff;
}

.specialists-2 > .container > .specialists-2__card .specialists-2__carousel-item > div {
  max-height: 600px;
  max-width: 520px;
  width: 100%;
}

.specialists-2 > .container > .specialists-2__card .specialists-2__carousel-item > .img {
  position: relative;
  overflow: hidden;
  max-width: 520px;
  width: 100%;
  border-radius: 8px;
}

.specialists-2 > .container > .specialists-2__card .specialists-2__carousel-item > .img > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.specialists-2 > .container > .specialists-2__card .specialists-2__carousel-item > .img:hover > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.specialists-2 > .container > .specialists-2__card .specialists-2__carousel-item > .content {
  padding-top: 20px;
  padding-left: 35px;
  padding-right: 50px;
}

.specialists-2 > .container > .specialists-2__card .specialists-2__carousel-item > .content table {
  width: 100%;
  color: #333333;
  font-size: 20px;
  line-height: 1.5;
}

.specialists-2 > .container > .specialists-2__card .specialists-2__carousel-item > .content table > thead td > .title {
  font-size: 30px;
  padding-bottom: 30px;
}

.specialists-2 > .container > .specialists-2__card .specialists-2__carousel-item > .content table > tbody tr {
  vertical-align: top;
}

.specialists-2 > .container > .specialists-2__card .specialists-2__carousel-item > .content table > tbody tr > th {
  padding-bottom: 10px;
  width: 45%;
  text-align: left;
  font-weight: 900;
}

.specialists-2 > .container > .specialists-2__card .specialists-2__carousel-item > .content table > tbody tr > td {
  width: 50%;
  padding-bottom: 10px;
}

.specialists-2 > .container > .specialists-2__card .specialists-2__carousel-item > .content table > tbody tr > td a {
  line-height: 2;
  font-size: 20px;
  margin-right: 10px;
  color: #333333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.specialists-2 > .container > .specialists-2__card .specialists-2__carousel-item > .content table > tbody tr > td a:hover {
  color: #54C2B0;
}

.specialists-2 > .container > .specialists-2__card .specialists-2__carousel-item > .content table > tbody tr > td table {
  width: 100%;
}

.specialists-2 > .container > .specialists-2__card .specialists-2__carousel-item > .content table > tbody tr > td table td {
  width: 50%;
}

.specialists-2 > .container > .specialists-2__card .specialists-2__carousel-item > .content table > tfoot td > .btn {
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.specialists-2 > .container > .specialists-2__card .specialists-2__carousel > .owl-dots {
  position: absolute;
  left: 50%;
  bottom: -130px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.specialists-2 > .container > .specialists-2__card .specialists-2__carousel > .owl-dots .owl-dot {
  margin-right: 2px;
}

.specialists-2 > .container > .specialists-2__card .specialists-2__carousel > .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.specialists-2 > .container > .specialists-2__card .specialists-2__carousel > .owl-dots .owl-dot:last-child > span {
  margin-right: 0;
}

.specialists-2 > .container > .specialists-2__card .specialists-2__carousel > .owl-dots .owl-dot > span {
  width: 10px;
  min-width: 10px;
  height: 10px;
}

.specialists-2 > .container > .specialists-2__card .specialists-2__carousel > .owl-dots .owl-dot.active span {
  width: 48px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #54C2B0 !important;
}

/**************************************************/
/* .our-clients */
/**************************************************/
.our-clients {
  position: relative;
  z-index: 10;
  background-image: url("./../images/jpg/our-clients-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 125px;
  padding-bottom: 140px;
}

.our-clients__bg {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 61, 157, 0.5);
}

.our-clients > .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.our-clients > .container > .section-title {
  text-align: center;
}

.our-clients__carousel {
  width: 100%;
  text-align: center;
}

.our-clients__carousel-item {
  background-image: url("./../../images/icons/qu.png");
  background-position: center top;
  background-repeat: no-repeat;
  height: 330px;
  padding-top: 64px;
  max-width: 792px;
}

.our-clients__carousel-item > .text {
  line-height: 1.5;
  color: #ffffff;
  font-size: 26px;
}

.our-clients__carousel-item > .title {
  margin-top: 30px;
  color: #ffffff;
  font-size: 22px;
}

.our-clients__carousel-item > .subtitle {
  font-size: 18px;
  color: #ffffff;
  margin-top: 5px;
}

.our-clients__carousel .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.our-clients__carousel > .owl-dots {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

.our-clients__carousel > .owl-dots > .owl-dot span {
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  margin-right: 5px;
  background-color: #ffffff !important;
  cursor: pointer;
}

.our-clients__carousel > .owl-dots > .owl-dot.active span {
  width: 47px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.our-clients__carousel > .owl-nav {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.our-clients__carousel > .owl-nav > button {
  overflow: hidden;
  border-radius: 8px !important;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5) !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.our-clients__carousel > .owl-nav > button:hover {
  background-color: #3DA8DE !important;
}

.our-clients__carousel > .owl-nav > button:hover span {
  color: #ffffff;
}

.our-clients__carousel > .owl-nav > button span {
  line-height: 20px;
  font-weight: 900;
  margin-top: -5px;
  font-size: 30px;
  color: #3DA8DE;
}

/**************************************************/
/* .latest-news-2 */
/**************************************************/
.latest-news-2 {
  position: relative;
  z-index: 10;
  background-color: #fafafa;
  padding: 120px 0 145px;
}

.latest-news-2__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.latest-news-2__bg > .icon {
  position: absolute;
  bottom: -20px;
  right: -14px;
  max-width: 1201px;
  width: 100%;
}

.latest-news-2__bg > .icon img {
  width: 100%;
}

.latest-news-2 > .container {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}

.latest-news-2 > .container > .section-title {
  text-align: center;
  margin-bottom: 60px;
}

.latest-news-2__carousel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.latest-news-2__carousel-item {
  max-width: 570px;
  width: 100%;
  height: 400px;
}

.latest-news-2__carousel-item > .latest-news-2__card {
  position: relative;
  height: 100%;
  width: 100%;
}

.latest-news-2__carousel-item > .latest-news-2__card > .img {
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-radius: 8px;
  max-width: 244px;
  width: 244px;
  height: 360px;
  z-index: 11;
}

.latest-news-2__carousel-item > .latest-news-2__card > .img > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.latest-news-2__carousel-item > .latest-news-2__card > .content {
  border-radius: 8px;
  position: absolute;
  right: 0;
  top: 0;
  height: 360px;
  width: 100%;
  max-width: 528px;
  background-color: #ffffff;
  padding: 50px 50px 50px 240px;
  background-image: linear-gradient(to right, #3DA8DE 105px, #ffffff 1px);
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.latest-news-2__carousel-item > .latest-news-2__card > .content > .date {
  font-size: 14px;
  color: #ffffff;
  background-color: #3DA8DE;
  border-radius: 20px;
  padding: 7px 12px;
}

.latest-news-2__carousel-item > .latest-news-2__card > .content > .title {
  margin-top: 35px;
  font-size: 24px;
  color: #333333;
}

.latest-news-2__carousel-item > .latest-news-2__card > .content > .text {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}

.latest-news-2__carousel > .owl-stage-outer > .owl-stage > .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 50px;
}

.latest-news-2__carousel > .owl-nav {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 1330px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 10px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.latest-news-2__carousel > .owl-nav button {
  margin: 0 !important;
  overflow: hidden;
  border-radius: 8px !important;
  width: 49px;
  height: 49px;
  border: 1px solid #3DA8DE !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #ffffff;
}

.latest-news-2__carousel > .owl-nav button span {
  display: block;
  display: inline;
  line-height: 20px;
  font-size: 20px;
  color: #3DA8DE;
  font-size: 30px;
}

.latest-news-2__carousel > .owl-nav button:hover {
  -webkit-box-shadow: 8.135px 18.271px 51px 0px rgba(31, 61, 157, 0.5);
  box-shadow: 8.135px 18.271px 51px 0px rgba(31, 61, 157, 0.5);
  background-color: #3DA8DE !important;
}

.latest-news-2__carousel > .owl-nav button:hover span {
  color: #ffffff;
}

.latest-news-2__carousel > .owl-dots {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.latest-news-2__carousel > .owl-dots .owl-dot {
  margin-right: 2px;
}

.latest-news-2__carousel > .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.latest-news-2__carousel > .owl-dots .owl-dot:last-child > span {
  margin-right: 0;
}

.latest-news-2__carousel > .owl-dots .owl-dot > span {
  width: 10px;
  min-width: 10px;
  height: 10px;
}

.latest-news-2__carousel > .owl-dots .owl-dot.active span {
  width: 48px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #54C2B0 !important;
}

/**************************************************/
/* .emergency-call-2 */
/**************************************************/
.emergency-call-2 {
  z-index: 10;
  position: relative;
  background-image: url("./../images/jpg/emergency.jpg");
  background-position: center 70%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.emergency-call-2__bg {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 61, 157, 0.5);
}

.emergency-call-2 > .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.emergency-call-2 > .container h3 {
  font-weight: 400;
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 35px;
}

.emergency-call-2 > .container > .call {
  margin-top: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.emergency-call-2 > .container > .call > .icon {
  background-color: #54C2B0;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 8.135px 18.271px 51px 0px rgba(242, 34, 131, 0.5);
  box-shadow: 8.135px 18.271px 51px 0px rgba(242, 34, 131, 0.5);
  animation: 1s animatePinkShadow linear alternate-reverse infinite;
}

.emergency-call-2 > .container > .call > .icon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  background-color: rgba(242, 34, 131, 0.4);
  border-radius: 50%;
  z-index: -1;
}

.emergency-call-2 > .container > .call > a {
  color: #ffffff;
  font-size: 28px;
}

/**************************************************/
/* .header-bottom-3 */
/**************************************************/
.header-bottom-3 {
  background-color: #ffffff;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 750px;
  z-index: 10;
}

.header-bottom-3__banner {
  overflow: hidden;
}

.header-bottom-3__banner .slide-item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-bottom-3__banner .slide-item > .content {
  position: absolute;
  top: 85px;
  left: 0;
  height: 580px;
  max-width: 50%;
  width: 100%;
  background-color: #3DA8DE;
  z-index: 2;
  border-radius: 0 8px 8px 0;
}

.header-bottom-3__banner .slide-item > .content > .bg-text,
.header-bottom-3__banner .slide-item > .content > .bg-text_dark {
  position: absolute;
  right: -40px;
}

.header-bottom-3__banner .slide-item > .content h5 {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
}

.header-bottom-3__banner .slide-item__text {
  position: absolute;
  right: 15px !important;
  top: 0;
  padding-top: 140px;
  max-width: 570px;
  width: 100%;
  height: 100%;
}

.header-bottom-3__banner .slide-item__title {
  margin-top: 25px;
  width: 100%;
  text-transform: uppercase;
  font-size: 60px;
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0px;
  width: 100%;
  color: #ffffff;
}

.header-bottom-3__banner .slide-item__title span {
  font-weight: 900;
  font-family: "Oswald", Arial, sans-serif;
  color: #54C2B0;
}

.header-bottom-3__banner .slide-item__subtitle {
  margin-top: 22px;
  margin-bottom: 34px;
  font-weight: 100;
  font-size: 25px;
  color: #ffffff;
}

.header-bottom-3__banner .slide-item > .img {
  border-bottom-left-radius: 8px;
  position: absolute;
  right: 0;
  top: 0;
  height: 750px;
  width: 100%;
  max-width: 54%;
  overflow: hidden;
  z-index: 1;
}

.header-bottom-3__banner .slide-item > .img > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 30%;
  object-position: center 30%;
}

.header-bottom-3__banner > .owl-stage-outer > .owl-stage > .owl-item {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-bottom-3__banner > .owl-stage-outer > .owl-stage > .owl-item .slide-item > .content > .slide-item__text {
  opacity: 0;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.header-bottom-3__banner > .owl-stage-outer > .owl-stage > .owl-item.active .slide-item > .content > .slide-item__text {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.header-bottom-3__banner > .owl-stage-outer > .owl-stage > .owl-item.active .slide-item > .img > img {
  -webkit-animation: bannerScale 5s linear 1s;
  animation: bannerScale 5s linear 1s;
}

.header-bottom-3__banner .owl-nav {
  position: relative;
  top: -180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  padding: 10px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 20;
}

.header-bottom-3__banner .owl-nav button {
  margin: 0 !important;
  overflow: hidden;
  border-radius: 8px !important;
  width: 49px;
  height: 49px;
  border: 1px solid #3DA8DE !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #ffffff;
}

.header-bottom-3__banner .owl-nav button span {
  display: block;
  display: inline;
  line-height: 20px;
  font-size: 20px;
  color: #3DA8DE;
  font-size: 30px;
}

.header-bottom-3__banner .owl-nav button:first-child {
  background-color: #ffffff;
}

.header-bottom-3__banner .owl-nav button:first-child span {
  color: #3DA8DE;
}

.header-bottom-3__banner .owl-nav button:last-child {
  background-color: #3DA8DE;
}

.header-bottom-3__banner .owl-nav button:last-child span {
  color: #ffffff;
}

.header-bottom-3__banner .owl-nav button:hover:first-child,
.header-bottom-3__banner .owl-nav button:hover:last-child {
  border-color: #54C2B0 !important;
  background-color: #54C2B0;
}

.header-bottom-3__banner .owl-nav button:hover:first-child span,
.header-bottom-3__banner .owl-nav button:hover:last-child span {
  color: #ffffff;
}

.header-bottom-3__banner .owl-dots {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-75%);
  transform: translateX(-75%);
  top: -230px;
  text-align: center;
}

.header-bottom-3__banner .owl-dots .owl-dot span {
  min-width: 10px;
  height: 10px;
}

.header-bottom-3__banner .owl-dots .owl-dot.active span {
  width: 48px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #54C2B0 !important;
}

/**************************************************/
/* .our-departments-2 */
/**************************************************/
.our-departments-2 {
  position: relative;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 140px;
  overflow: hidden;
}

.our-departments-2 > .bg-text,
.our-departments-2 > .bg-text_dark {
  position: absolute;
  top: 20px;
  right: 0;
}

.our-departments-2 > .container {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.our-departments-2 > .container > .section-title {
  margin-bottom: 60px;
}

.our-departments-2 .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.our-departments-2__inner-item {
  position: relative;
  z-index: 2;
  max-width: 270px;
  width: 100%;
  height: 280px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 8px;
  border: 1px solid transparent;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-bottom: 30px;
  padding: 30px;
}

.our-departments-2__inner-item:hover {
  border: 1px solid #3774c2;
  -webkit-box-shadow: 0px 18px 32px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 18px 32px 0px rgba(0, 0, 0, 0.1);
}

.our-departments-2__inner-item > .text {
  font-size: 16px;
  color: #333333;
}

.our-departments-2 .owl-nav {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 1330px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 10px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.our-departments-2 .owl-nav button {
  margin: 0 !important;
  overflow: hidden;
  border-radius: 8px !important;
  width: 49px;
  height: 49px;
  border: 1px solid #3DA8DE !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #ffffff;
}

.our-departments-2 .owl-nav button span {
  display: block;
  display: inline;
  line-height: 20px;
  font-size: 20px;
  color: #3DA8DE;
  font-size: 30px;
}

.our-departments-2 .owl-nav button:hover {
  -webkit-box-shadow: 8.135px 18.271px 51px 0px rgba(31, 61, 157, 0.5);
  box-shadow: 8.135px 18.271px 51px 0px rgba(31, 61, 157, 0.5);
  background-color: #3DA8DE !important;
}

.our-departments-2 .owl-nav button:hover span {
  color: #ffffff;
}

.our-departments-2 .owl-dots {
  position: absolute;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.our-departments-2 .owl-dots .owl-dot span {
  min-width: 10px;
  height: 10px;
}

.our-departments-2 .owl-dots .owl-dot.active span {
  width: 48px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #54C2B0 !important;
}

/**************************************************/
/* .about-3 */
/**************************************************/
.about-3 {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fafafa;
}

.about-3 > .bg-text,
.about-3 > .bg-text_dark {
  position: absolute;
  top: 0;
  left: -20px;
}

.about-3 > .container {
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-3 > .container > .content {
  max-width: 550px;
  width: 100%;
}

.about-3 > .container > .content > h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 6.5px;
  color: #333333;
}

.about-3 > .container > .content > h1 {
  margin-top: 20px;
}

.about-3 > .container > .content > h2 {
  margin-top: 20px;
  font-size: 25px;
  line-height: 1.4;
  color: #333333;
}

.about-3 > .container > .content > p {
  margin-top: 20px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 20px;
}

.about-3 > .container > .content > .signature {
  margin-top: 20px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-3 > .container > .content > .signature > img {
  margin-right: 28px;
}

.about-3 > .container > .content > .signature > h4 {
  font-size: 19px;
  padding-top: 20px;
}

.about-3 > .container > .content > .signature > h4 span {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #333333;
}

.about-3 > .container > .video {
  position: relative;
  height: 500px;
  max-width: 550px;
  width: 100%;
  border-radius: 8px;
}

.about-3 > .container > .video > .btn-video-outer {
  position: absolute;
  left: -28px;
  top: 80%;
  z-index: 2;
}

.about-3 > .container > .video > .img {
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  height: 100%;
  width: 100%;
}

.about-3 > .container > .video > .img > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.about-3 > .container > .video > .img:hover > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/**************************************************/
/* .why-choose-us-3 */
/**************************************************/
.why-choose-us-3 {
  position: relative;
  height: 770px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ffffff));
  background-image: linear-gradient(to bottom, #fafafa, #ffffff);
}

.why-choose-us-3 > .bl-left {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  max-width: 50%;
  height: 610px;
  z-index: 2;
  border-radius: 0 8px 8px 0;
  background-color: #3DA8DE;
  overflow: hidden;
}

.why-choose-us-3 > .bl-left > .bg-text,
.why-choose-us-3 > .bl-left > .bg-text_dark {
  position: absolute;
  top: -50px;
  left: -100px;
  width: 150%;
}

.why-choose-us-3 > .bl-left > .content {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 100px;
  height: 100%;
  width: 100%;
  max-width: 570px;
}

.why-choose-us-3 > .bl-left > .content > .section-title > span {
  color: #ffffff;
}

.why-choose-us-3 > .bl-left > .content > .items {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.why-choose-us-3 > .bl-left > .content > .items > .item {
  width: 270px;
  color: #ffffff;
  margin-bottom: 30px;
}

.why-choose-us-3 > .bl-left > .content > .items > .item > h1 {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 60px;
}

.why-choose-us-3 > .bl-left > .content > .items > .item > h1 > span {
  font-size: 60px;
  font-family: "Oswald", Arial, sans-serif;
}

.why-choose-us-3 > .bl-left > .content > .items > .item h4 {
  font-size: 20px;
  font-weight: 500;
}

.why-choose-us-3 > .bl-right {
  position: absolute;
  right: 0;
  top: 0;
  max-height: 770px;
  height: 100%;
  width: 54%;
  z-index: 1;
}

.why-choose-us-3 > .bl-right > .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.why-choose-us-3 > .bl-right > .img > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% center;
  object-position: 0% center;
}

/**************************************************/
/* .other-services-3 */
/**************************************************/
.other-services-3 {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}

.other-services-3 > .bg-text,
.other-services-3 > .bg-text_dark {
  position: absolute;
  right: -25px;
  top: 30px;
}

.other-services-3 .container {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.other-services-3__cards {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.other-services-3__cards > .card-item {
  border-radius: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
  max-width: 350px;
  width: 100%;
  padding: 50px 20px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 9.548px 10.239px 35px rgba(0, 0, 0, 0.06);
  box-shadow: 9.548px 10.239px 35px rgba(0, 0, 0, 0.06);
}

.other-services-3__cards > .card-item:hover {
  border-color: #54C2B0;
  -webkit-box-shadow: 15.657px 23.213px 51px rgba(242, 34, 131, 0.2);
  box-shadow: 15.657px 23.213px 51px rgba(242, 34, 131, 0.2);
}

.other-services-3__cards > .card-item > .title {
  margin-top: 30px;
  font-size: 23px;
  letter-spacing: -1px;
  font-weight: 900;
  color: #333333;
}

.other-services-3__cards > .card-item > .subtitle {
  margin-top: 25px;
  font-size: 13.5px;
  color: #333333;
  line-height: 1.5;
}

.other-services-3__cards > .card-item > .lists {
  font-weight: 600;
  color: #333333;
  margin-top: 20px;
  padding-left: 10px;
  list-style: none;
  text-align: left;
}

.other-services-3__cards > .card-item > .lists li {
  line-height: 36px;
  font-size: 15.5px;
  letter-spacing: -0.15px;
}

.other-services-3__cards > .card-item > .lists li i.fa {
  color: #3DA8DE;
  margin-right: 7px;
}

/**************************************************/
/* .specialists-3 */
/**************************************************/
.specialists-3 {
  position: relative;
  background-color: #ffffff;
}

.specialists-3 > .bg-text,
.specialists-3 > .bg-text_dark {
  position: absolute;
  top: 90px;
  right: -50px;
}

.specialists-3 .container {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

.specialists-3 .container .section-title {
  margin-left: -5px;
}

.specialists-3__carousel {
  padding: 0 !important;
  margin-top: 50px;
  max-width: 1200px;
  width: 100%;
}

.specialists-3__carousel .owl-nav {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 1330px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.specialists-3__carousel .owl-nav button {
  margin: 0 !important;
  overflow: hidden;
  border-radius: 8px !important;
  width: 49px;
  height: 49px;
  border: 1px solid #3DA8DE !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #ffffff;
}

.specialists-3__carousel .owl-nav button span {
  display: block;
  display: inline;
  line-height: 20px;
  font-size: 20px;
  color: #3DA8DE;
  font-size: 30px;
}

.specialists-3__carousel .owl-nav button:hover {
  -webkit-box-shadow: 8.135px 18.271px 51px 0px rgba(31, 61, 157, 0.5);
  box-shadow: 8.135px 18.271px 51px 0px rgba(31, 61, 157, 0.5);
  background-color: #3DA8DE !important;
}

.specialists-3__carousel .owl-nav button:hover span {
  color: #ffffff;
}

.specialists-3__carousel .owl-dots {
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.specialists-3__carousel .owl-dot {
  margin-right: 2px;
}

.specialists-3__carousel .owl-dot:last-child {
  margin-right: 0;
}

.specialists-3__carousel .owl-dot:last-child > span {
  margin-right: 0;
}

.specialists-3__carousel .owl-dot span {
  min-width: 10px;
  height: 10px;
}

.specialists-3__carousel .owl-dot.active span {
  width: 48px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #54C2B0 !important;
}

.specialists-3__item {
  padding-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.specialists-3__item > .inner-block {
  position: relative;
  z-index: 1;
  max-width: 250px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  border-radius: 8px;
  padding-bottom: 15px;
}

.specialists-3__item > .inner-block > .img {
  overflow: hidden;
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.specialists-3__item > .inner-block > .name {
  margin-top: 25px;
  font-size: 17.5px;
  text-align: center;
}

.specialists-3__item > .inner-block > .proffesia {
  margin-top: 8px;
  text-align: center;
  color: #3DA8DE;
  font-weight: 600;
}

.specialists-3__item > .inner-block > .work-date {
  width: 100%;
  padding: 10px 43px;
}

.specialists-3__item > .inner-block > .work-date li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
}

.specialists-3__item > .inner-block > .btn-2 {
  position: absolute;
  bottom: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 20;
}

/**************************************************/
/* .latest-news-3 */
/**************************************************/
.latest-news-3 {
  position: relative;
  z-index: 10;
  padding: 140px 0 135px;
}

.latest-news-3 > .bg-text_dark {
  position: absolute;
  right: -70px;
  top: 40px;
}

.latest-news-3 > .container {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}

.latest-news-3 > .container > .section-title {
  text-align: center;
  margin-bottom: 60px;
}

.latest-news-3__carousel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.latest-news-3__carousel-item {
  max-width: 570px;
  width: 100%;
  height: 400px;
}

.latest-news-3__carousel-item > .latest-news-3__card {
  position: relative;
  height: 100%;
  width: 100%;
}

.latest-news-3__carousel-item > .latest-news-3__card > .img {
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-radius: 8px;
  max-width: 244px;
  width: 244px;
  height: 360px;
  z-index: 11;
}

.latest-news-3__carousel-item > .latest-news-3__card > .img > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.latest-news-3__carousel-item > .latest-news-3__card > .content {
  border-radius: 8px;
  position: absolute;
  right: 0;
  top: 0;
  height: 360px;
  width: 100%;
  max-width: 528px;
  background-color: #ffffff;
  padding: 50px 50px 50px 240px;
  background-image: linear-gradient(to right, #3DA8DE 105px, #ffffff 1px);
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.latest-news-3__carousel-item > .latest-news-3__card > .content > .date {
  font-size: 14px;
  color: #ffffff;
  background-color: #3DA8DE;
  border-radius: 20px;
  padding: 7px 12px;
}

.latest-news-3__carousel-item > .latest-news-3__card > .content > .title {
  margin-top: 35px;
  font-size: 24px;
  color: #333333;
}

.latest-news-3__carousel-item > .latest-news-3__card > .content > .text {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}

.latest-news-3__carousel > .owl-stage-outer > .owl-stage > .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 50px;
}

.latest-news-3__carousel .owl-nav {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 1330px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 10px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.latest-news-3__carousel .owl-nav button {
  margin: 0 !important;
  overflow: hidden;
  border-radius: 8px !important;
  width: 49px;
  height: 49px;
  border: 1px solid #3DA8DE !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #ffffff;
}

.latest-news-3__carousel .owl-nav button span {
  display: block;
  display: inline;
  line-height: 20px;
  font-size: 20px;
  color: #3DA8DE;
  font-size: 30px;
}

.latest-news-3__carousel .owl-nav button:hover {
  -webkit-box-shadow: 8.135px 18.271px 51px 0px rgba(31, 61, 157, 0.5);
  box-shadow: 8.135px 18.271px 51px 0px rgba(31, 61, 157, 0.5);
  background-color: #3DA8DE !important;
}

.latest-news-3__carousel .owl-nav button:hover span {
  color: #ffffff;
}

.latest-news-3__carousel > .owl-dots {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.latest-news-3__carousel > .owl-dots .owl-dot {
  margin-right: 2px;
}

.latest-news-3__carousel > .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.latest-news-3__carousel > .owl-dots .owl-dot:last-child > span {
  margin-right: 0;
}

.latest-news-3__carousel > .owl-dots .owl-dot > span {
  width: 10px;
  min-width: 10px;
  height: 10px;
}

.latest-news-3__carousel > .owl-dots .owl-dot.active span {
  width: 48px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #54C2B0 !important;
}

/**************************************************/
/* .medical-center */
/**************************************************/
.medical-center {
  position: relative;
  height: 750px;
  background-color: #ffffff;
}

.medical-center > .bl-left {
  position: absolute;
  left: 0;
  top: 0;
  height: 770px;
  width: 54%;
  z-index: 1;
}

.medical-center > .bl-left > .img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 0 8px 8px 0;
}

.medical-center > .bl-left > .img > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% center;
  object-position: 0% center;
}

.medical-center > .bl-right {
  position: absolute;
  top: 85px;
  right: 0;
  height: 580px;
  max-width: 50%;
  width: 100%;
  background-color: #3DA8DE;
  z-index: 2;
  border-radius: 8px 0 0 8px;
}

.medical-center > .bl-right > .bg-text,
.medical-center > .bl-right > .bg-text_dark {
  position: absolute;
  top: -50px;
  left: 0;
}

.medical-center > .bl-right > .content {
  position: absolute;
  left: 15px;
  top: 0;
  padding-top: 100px;
  padding-left: 70px;
  height: 100%;
  width: 100%;
  max-width: 570px;
}

.medical-center > .bl-right > .content > .section-title > span {
  color: #ffffff;
}

.medical-center > .bl-right > .content > .medical-center__form {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.medical-center > .bl-right > .content > .medical-center__form > .input-box {
  position: relative;
  width: 235px;
  height: 42px;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.medical-center > .bl-right > .content > .medical-center__form > .input-box > label {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.medical-center > .bl-right > .content > .medical-center__form > .input-box > input {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 20px;
  color: #ffffff;
}

.medical-center > .bl-right > .content > .medical-center__form > .input-box:hover {
  border-bottom-color: white;
}

.medical-center > .bl-right > .content > .medical-center__form > .input-box:hover > label {
  top: -10px;
  font-size: 14px;
}

.medical-center > .bl-right > .content > .medical-center__form > .select-box {
  position: relative;
  width: 235px;
  height: 42px;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.medical-center > .bl-right > .content > .medical-center__form > .select-box > .fa {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 20px;
  line-height: 10px;
}

.medical-center > .bl-right > .content > .medical-center__form > .select-box > select {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  font-size: 20px;
  color: #ffffff;
  padding-right: 20px;
}

.medical-center > .bl-right > .content > .medical-center__form > .select-box > select > option {
  line-height: 2;
  background-color: #3DA8DE;
}

.medical-center > .bl-right > .content > .medical-center__form > .select-box:hover {
  border-bottom-color: white;
}

/**************************************************/
/* .our-clients-2 */
/**************************************************/
.our-clients-2 {
  background-color: #ffffff;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 750px;
  z-index: 10;
}

.our-clients-2__carousel {
  position: relative;
  overflow: hidden;
}

.our-clients-2__carousel .slide-item {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.our-clients-2__carousel .slide-item > .content {
  position: absolute;
  top: 85px;
  right: 0;
  height: 580px;
  max-width: 50%;
  width: 100%;
  background-color: #3DA8DE;
  z-index: 2;
  border-radius: 8px 0 0 8px;
}

.our-clients-2__carousel .slide-item > .content > .bg-icon {
  position: absolute;
  right: 11px;
  bottom: -50px;
  max-width: 515px;
  width: 100%;
}

.our-clients-2__carousel .slide-item__text {
  position: absolute;
  left: 15px;
  top: 0;
  padding-top: 100px;
  padding-left: 100px;
  max-width: 570px;
  width: 100%;
  height: 100%;
}

.our-clients-2__carousel .slide-item__text > .section-title {
  color: #ffffff;
  margin-bottom: 50px;
}

.our-clients-2__carousel .slide-item__text > .section-title > span {
  color: #54C2B0;
}

.our-clients-2__carousel .slide-item__text > .text {
  color: #ffffff;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 100;
}

.our-clients-2__carousel .slide-item__text > .profession {
  margin-top: 10px;
  font-weight: 100;
  font-size: 16px;
  color: #ffffff;
}

.our-clients-2__carousel .slide-item > .img {
  border-radius: 0 8px 8px 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 750px;
  width: 100%;
  max-width: 54%;
  overflow: hidden;
  z-index: 1;
}

.our-clients-2__carousel .slide-item > .img > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 30%;
  object-position: center 30%;
}

.our-clients-2__carousel > .owl-stage-outer > .owl-stage > .owl-item {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.our-clients-2__carousel > .owl-stage-outer > .owl-stage > .owl-item .slide-item > .content > .slide-item__text {
  opacity: 0;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.our-clients-2__carousel > .owl-stage-outer > .owl-stage > .owl-item.active .slide-item > .content > .slide-item__text {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.our-clients-2__carousel > .owl-stage-outer > .owl-stage > .owl-item.active .slide-item > .img > img {
  -webkit-animation: bannerScale 5s linear 1s;
  animation: bannerScale 5s linear 1s;
}

.our-clients-2__carousel > .owl-nav {
  position: relative;
  top: -180px;
  left: 50%;
  width: 100px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 10px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.our-clients-2__carousel > .owl-nav button {
  display: block;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 8px !important;
  width: 49px;
  height: 49px;
  border: 1px solid #3DA8DE !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.our-clients-2__carousel > .owl-nav button span {
  display: block;
  display: inline;
  line-height: 20px;
  color: #3DA8DE;
  font-size: 30px;
}

.our-clients-2__carousel > .owl-nav button:first-child {
  background-color: #3DA8DE;
}

.our-clients-2__carousel > .owl-nav button:first-child span {
  color: #ffffff;
}

.our-clients-2__carousel > .owl-nav button:last-child {
  background-color: #ffffff;
}

.our-clients-2__carousel > .owl-nav button:last-child span {
  color: #3DA8DE;
}

.our-clients-2__carousel > .owl-nav button:hover:first-child,
.our-clients-2__carousel > .owl-nav button:hover:last-child {
  border-color: #54C2B0 !important;
  background-color: #54C2B0;
}

.our-clients-2__carousel > .owl-nav button:hover:first-child span,
.our-clients-2__carousel > .owl-nav button:hover:last-child span {
  color: #ffffff;
}

.our-clients-2__carousel > .owl-dots {
  width: 200px;
  z-index: 20;
  position: relative;
  left: 60%;
  -webkit-transform: translateX(-60%);
  transform: translateX(-60%);
  top: -230px;
}

.our-clients-2__carousel > .owl-dots .owl-dot span {
  min-width: 10px;
  height: 10px;
}

.our-clients-2__carousel > .owl-dots .owl-dot.active span {
  width: 48px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #54C2B0 !important;
}

/**************************************************/
/* .header-bottom-4 */
/**************************************************/
.header-bottom-4 {
  background-color: #ffffff;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  z-index: 10;
}

.header-bottom-4 > img {
  position: absolute;
  top: -150px;
  left: 0;
  height: 500px;
  width: 100%;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.header-bottom-4__bg {
  position: absolute;
  top: -150px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 500px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(transparent), to(transparent));
  background-image: linear-gradient(to right, #ffffff, transparent, transparent);
  overflow: hidden;
  z-index: 2;
}

.header-bottom-4__bg > .icon {
  max-width: 530px;
  width: 40%;
  top: 0;
  left: 0;
  z-index: 3;
}

.header-bottom-4__bg > .icon > img {
  width: 100%;
}

.header-bottom-4 > .container {
  z-index: 5;
  display: block;
  position: relative;
  padding-top: 125px;
  height: 100%;
}

.header-bottom-4 > .container > .section-title {
  width: 100%;
}

.header-bottom-4 > .container > .breadcrumb {
  width: 100%;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.header-bottom-4 > .container > .breadcrumb > .breadcrumb-item {
  font-weight: 600;
  font-size: 20px;
}

.header-bottom-4 > .container > .breadcrumb > .breadcrumb-item a {
  color: #3DA8DE;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-bottom-4 > .container > .breadcrumb > .breadcrumb-item a:hover {
  color: #54C2B0;
}

.header-bottom-4 > .container > .breadcrumb > .breadcrumb-item.active {
  color: #333333;
}

/**************************************************/
/* .about-4 */
/**************************************************/
.about-4 {
  position: relative;
  padding-top: 160px;
  padding-bottom: 140px;
}

.about-4__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.about-4__bg > .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  max-width: 882px;
  width: 100%;
}

.about-4__bg > .icon img {
  width: 100%;
}

.about-4 > .container {
  position: relative;
  z-index: 2;
}

.about-4 > .container > .content {
  width: 100%;
}

.about-4 > .container > .content > .video {
  float: left;
  position: relative;
  height: 590px;
  max-width: 570px;
  width: 100%;
  margin-right: 50px;
  margin-bottom: 50px;
  border-radius: 8px;
}

.about-4 > .container > .content > .video > .btn-video-outer {
  position: absolute;
  left: -28px;
  top: 80%;
  z-index: 2;
}

.about-4 > .container > .content > .video > .img {
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  height: 100%;
  width: 100%;
}

.about-4 > .container > .content > .video > .img > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.about-4 > .container > .content > .video > .img:hover > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.about-4 > .container > .content > .content-right > h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 6.5px;
  color: #333333;
}

.about-4 > .container > .content > .content-right > h2 {
  margin-top: 20px;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2;
  color: #333333;
}

.about-4 > .container > .content > .content-right > p {
  margin-top: 30px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #333333;
  margin-bottom: 20px;
}

/**************************************************/
/* .medical-center-2 */
/**************************************************/
.medical-center-2 {
  padding-top: 220px;
}

.medical-center-2 .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.medical-center-2 .container > .img {
  position: relative;
  height: 450px;
  max-width: 520px;
  width: 100%;
  margin-right: 30px;
  overflow: hidden;
  border-radius: 8px;
}

.medical-center-2 .container > .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.medical-center-2 .container > .img:hover > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.medical-center-2 .container > .content {
  width: 100%;
  max-width: 550px;
}

.medical-center-2 .container > .content > .section-title {
  margin-top: 20px;
}

.medical-center-2 .container > .content > .text {
  margin-top: 25px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #333333;
}

.medical-center-2 .container > .content > .list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  height: 150px;
}

.medical-center-2 .container > .content > .list li {
  width: 270px;
  color: #333333;
  line-height: 25px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

.medical-center-2 .container > .content > .list li > .fa {
  margin-right: 10px;
}

/**************************************************/
/* .form */
/**************************************************/
.form-2 {
  position: relative;
  overflow: hidden;
  min-height: 1065px;
  z-index: 10;
  padding-top: 145px;
}

.form-2__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.form-2__bg > .circle-blue {
  position: absolute;
  left: 232px;
  top: 227px;
  z-index: 2;
  width: 573px;
  height: 573px;
}

.form-2__bg > .circle-pink {
  position: absolute;
  left: 340px;
  top: 185px;
  z-index: 3;
  width: 144px;
  height: 144px;
}

.form-2__bg > img {
  position: absolute;
  left: 306px;
  top: 62px;
  z-index: 4;
}

.form-2__bg > .icon {
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 1;
  max-width: 923px;
  width: 100%;
}

.form-2__bg > .icon > img {
  width: 100%;
  height: 100%;
}

.form-2 .container {
  position: relative;
  z-index: 10;
  padding-bottom: 145px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.form-2__block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 570px;
  flex: 0 0 570px;
  max-width: 570px;
  padding-left: 2px;
}

.form-2__block > .subtitle {
  margin-top: 28px;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  letter-spacing: -0.3px;
}

.form-2__block textarea,
.form-2__block-input {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#efefef), to(#fff));
  background-image: linear-gradient(to top right, #efefef, #fff);
  display: inline-block;
  max-width: 276px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 276px;
  flex: 0 0 276px;
  margin-bottom: 20px;
  padding: 24px 26px;
  font-size: 20px;
  outline: none;
  color: #333333;
  font-weight: 600;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.form-2__block textarea:focus,
.form-2__block textarea:hover,
.form-2__block-input:focus,
.form-2__block-input:hover {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#fff), to(#fff));
  background-image: linear-gradient(to top right, #fff, #fff);
}

.form-2__block textarea:focus,
.form-2__block-input:focus {
  border-color: #54C2B0;
}

.form-2__block > form {
  margin-left: -1px;
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-2__block > form > textarea {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100% !important;
  resize: none;
  height: 210px;
  margin-bottom: 22px;
}

.form-2__block > form > .btn {
  padding-left: 77px;
  padding-right: 77px;
}

.form-2__block > form > label {
  font-size: 17px;
}

/**************************************************/
/* .latest-news-4 */
/**************************************************/
.latest-news-4 {
  position: relative;
  padding-top: 160px;
  padding-bottom: 140px;
}

.latest-news-4 > .container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.latest-news-4 > .container > .item {
  background-color: #ffffff;
  z-index: 1;
  max-width: 350px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding-bottom: 45px;
  margin-bottom: 80px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}

.latest-news-4 > .container > .item > .img {
  position: relative;
  width: 100%;
  height: 260px;
}

.latest-news-4 > .container > .item > .img > .date {
  position: absolute;
  left: 37px;
  bottom: -20px;
  margin-top: 25px;
  font-size: 12px;
  font-weight: 100;
  text-align: center;
  border-radius: 20px;
  padding: 8px 15px;
  color: #ffffff;
  background-color: #3DA8DE;
}

.latest-news-4 > .container > .item > .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.latest-news-4 > .container > .item > .title {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 40px;
  color: #333333;
  font-weight: 900;
  font-size: 21px;
}

.latest-news-4 > .container > .item > .text {
  color: #333333;
  padding: 5px 40px 0px;
  font-size: 15px;
  line-height: 1.8;
}

.latest-news-4 > .container > .item > .read-more-2 {
  font-size: 14px;
  padding: 0 40px;
}

.latest-news-4 > .container > .item:hover {
  -webkit-box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.1);
}

.latest-news-4 > .container_left-sidebar > .article,
.latest-news-4 > .container_right-sidebar > .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.latest-news-4 > .container_left-sidebar > .article > .item,
.latest-news-4 > .container_right-sidebar > .article > .item {
  z-index: 1;
  width: 100%;
  max-width: 330px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding-bottom: 45px;
  margin-bottom: 80px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}

.latest-news-4 > .container_left-sidebar > .article > .item > .img,
.latest-news-4 > .container_right-sidebar > .article > .item > .img {
  position: relative;
  width: 100%;
  height: 260px;
}

.latest-news-4 > .container_left-sidebar > .article > .item > .img > .date,
.latest-news-4 > .container_right-sidebar > .article > .item > .img > .date {
  position: absolute;
  left: 37px;
  bottom: -20px;
  margin-top: 25px;
  font-size: 12px;
  font-weight: 100;
  text-align: center;
  border-radius: 20px;
  padding: 8px 15px;
  color: #ffffff;
  background-color: #3DA8DE;
}

.latest-news-4 > .container_left-sidebar > .article > .item > .img > img,
.latest-news-4 > .container_right-sidebar > .article > .item > .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.latest-news-4 > .container_left-sidebar > .article > .item > .title,
.latest-news-4 > .container_right-sidebar > .article > .item > .title {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 40px;
  color: #333333;
  font-weight: 900;
  font-size: 21px;
}

.latest-news-4 > .container_left-sidebar > .article > .item > .text,
.latest-news-4 > .container_right-sidebar > .article > .item > .text {
  color: #333333;
  padding: 5px 40px 0px;
  font-size: 15px;
  line-height: 1.8;
}

.latest-news-4 > .container_left-sidebar > .article > .item > .read-more-2,
.latest-news-4 > .container_right-sidebar > .article > .item > .read-more-2 {
  font-size: 14px;
  padding: 0 40px;
}

.latest-news-4 > .container_left-sidebar > .article > .item:hover,
.latest-news-4 > .container_right-sidebar > .article > .item:hover {
  -webkit-box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.1);
}

.latest-news-4 > .container_left-sidebar > .article > .item-2,
.latest-news-4 > .container_right-sidebar > .article > .item-2 {
  z-index: 1;
  width: 100%;
  max-width: 770px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  margin-bottom: 80px;
  border-radius: 8px;
  padding-bottom: 45px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}

.latest-news-4 > .container_left-sidebar > .article > .item-2 > .img,
.latest-news-4 > .container_right-sidebar > .article > .item-2 > .img {
  position: relative;
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}

.latest-news-4 > .container_left-sidebar > .article > .item-2 > .img > img,
.latest-news-4 > .container_right-sidebar > .article > .item-2 > .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.latest-news-4 > .container_left-sidebar > .article > .item-2 > .date,
.latest-news-4 > .container_right-sidebar > .article > .item-2 > .date {
  margin-left: 40px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 100;
  border-radius: 20px;
  padding: 8px 15px;
  color: #ffffff;
  background-color: #3DA8DE;
  text-align: center;
}

.latest-news-4 > .container_left-sidebar > .article > .item-2 > .comments,
.latest-news-4 > .container_right-sidebar > .article > .item-2 > .comments {
  font-size: 16px;
  color: #333333;
}

.latest-news-4 > .container_left-sidebar > .article > .item-2 > .title,
.latest-news-4 > .container_right-sidebar > .article > .item-2 > .title {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  color: #333333;
  font-weight: 900;
  font-size: 21px;
}

.latest-news-4 > .container_left-sidebar > .article > .item-2 > .text,
.latest-news-4 > .container_right-sidebar > .article > .item-2 > .text {
  color: #333333;
  padding: 5px 40px 0px;
  font-size: 15px;
  line-height: 1.8;
}

.latest-news-4 > .container_left-sidebar > .article > .item-2 > .read-more-2,
.latest-news-4 > .container_right-sidebar > .article > .item-2 > .read-more-2 {
  font-size: 14px;
  padding: 0 40px;
}

.latest-news-4 > .container_left-sidebar > .article > .item-2:hover,
.latest-news-4 > .container_right-sidebar > .article > .item-2:hover {
  -webkit-box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.1);
}

.latest-news-4 > .container_left-sidebar > .article > .single-card,
.latest-news-4 > .container_right-sidebar > .article > .single-card {
  overflow: hidden;
  background-color: #ffffff;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .img,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .img {
  width: 100%;
  height: 470px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 30px;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .img > img,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .date,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .date {
  margin-right: 10px;
  font-size: 12px;
  font-weight: 100;
  border-radius: 20px;
  padding: 8px 15px;
  color: #ffffff;
  background-color: #3DA8DE;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .comments,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .comments {
  font-size: 16px;
  color: #333333;
  line-height: 42px;
  padding: 6px;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .title,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .title {
  margin-top: 20px;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .text,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .text {
  font-size: 17px;
  color: #333333;
  line-height: 2;
  margin-bottom: 50px;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .blog,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .blog {
  background-color: #3DA8DE;
  padding: 45px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .blog > .icon,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .blog > .icon {
  margin-top: 30px;
  margin-right: 40px;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .blog > .content,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .blog > .content {
  color: #ffffff;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .blog > .content > .text,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .blog > .content > .text {
  font-size: 18px;
  line-height: 2;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .blog > .content > .author,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .blog > .content > .author {
  font-size: 22px;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .share,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .share {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .share > h4,
.latest-news-4 > .container_left-sidebar > .article > .single-card > .share > a,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .share > a {
  line-height: 20px;
  font-size: 20px;
  color: #333333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-right: 24px;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .share > a:last-child,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .share > a:last-child {
  margin-right: 0;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .share > a:hover,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .share > a:hover {
  color: #54C2B0;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .single-card__comments > .title,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .single-card__comments > .title {
  color: #333333;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 45px;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .single-card__comments > .single-card__comments-items,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .single-card__comments > .single-card__comments-items {
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #d9d9d9;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .single-card__comments > .single-card__comments-items > .item,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .single-card__comments > .single-card__comments-items > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .single-card__comments > .single-card__comments-items > .item > .img,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .single-card__comments > .single-card__comments-items > .item > .img {
  margin-right: 40px;
  height: 99px;
  min-width: 99px;
  width: 99px;
  overflow: hidden;
  border-radius: 50%;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .single-card__comments > .single-card__comments-items > .item > .img > img,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .single-card__comments > .single-card__comments-items > .item > .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .single-card__comments > .single-card__comments-items > .item > .content > .date-reply,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .single-card__comments > .single-card__comments-items > .item > .content > .date-reply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .single-card__comments > .single-card__comments-items > .item > .content > .date-reply > .date,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .single-card__comments > .single-card__comments-items > .item > .content > .date-reply > .date {
  font-size: 14px;
  color: #333333;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .single-card__comments > .single-card__comments-items > .item > .content > .date-reply > .reply,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .single-card__comments > .single-card__comments-items > .item > .content > .date-reply > .reply {
  color: #333333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 14px;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .single-card__comments > .single-card__comments-items > .item > .content > .date-reply > .reply > .fa,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .single-card__comments > .single-card__comments-items > .item > .content > .date-reply > .reply > .fa {
  margin-right: 5px;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .single-card__comments > .single-card__comments-items > .item > .content > .date-reply > .reply:hover,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .single-card__comments > .single-card__comments-items > .item > .content > .date-reply > .reply:hover {
  color: #54C2B0;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .single-card__comments > .single-card__comments-items > .item > .content > .name,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .single-card__comments > .single-card__comments-items > .item > .content > .name {
  color: #333333;
  font-size: 22px;
  margin-bottom: 10px;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .single-card__comments > .single-card__comments-items > .item > .content > .text,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .single-card__comments > .single-card__comments-items > .item > .content > .text {
  font-size: 15.5px;
  color: #333333;
  line-height: 1.5;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .single-card__post-comment,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .single-card__post-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #d9d9d9;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .single-card__post-comment > input,
.latest-news-4 > .container_left-sidebar > .article > .single-card > .single-card__post-comment > textarea,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .single-card__post-comment > input,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .single-card__post-comment > textarea {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 100%;
  width: 100%;
  height: 200px;
  color: #333333;
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px 25px;
  font-weight: 600;
  resize: none;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .single-card__post-comment > input::-webkit-input-placeholder,
.latest-news-4 > .container_left-sidebar > .article > .single-card > .single-card__post-comment > textarea::-webkit-input-placeholder,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .single-card__post-comment > input::-webkit-input-placeholder,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .single-card__post-comment > textarea::-webkit-input-placeholder {
  color: #b2b2b2;
  font-weight: 400;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .single-card__post-comment > input:-ms-input-placeholder,
.latest-news-4 > .container_left-sidebar > .article > .single-card > .single-card__post-comment > textarea:-ms-input-placeholder,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .single-card__post-comment > input:-ms-input-placeholder,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .single-card__post-comment > textarea:-ms-input-placeholder {
  color: #b2b2b2;
  font-weight: 400;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .single-card__post-comment > input::-ms-input-placeholder,
.latest-news-4 > .container_left-sidebar > .article > .single-card > .single-card__post-comment > textarea::-ms-input-placeholder,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .single-card__post-comment > input::-ms-input-placeholder,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .single-card__post-comment > textarea::-ms-input-placeholder {
  color: #b2b2b2;
  font-weight: 400;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .single-card__post-comment > input::placeholder,
.latest-news-4 > .container_left-sidebar > .article > .single-card > .single-card__post-comment > textarea::placeholder,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .single-card__post-comment > input::placeholder,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .single-card__post-comment > textarea::placeholder {
  color: #b2b2b2;
  font-weight: 400;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .single-card__post-comment > input:hover,
.latest-news-4 > .container_left-sidebar > .article > .single-card > .single-card__post-comment > textarea:hover,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .single-card__post-comment > input:hover,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .single-card__post-comment > textarea:hover {
  background-color: #ffffff;
  border-color: #54C2B0;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .single-card__post-comment > input,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .single-card__post-comment > input {
  max-width: 340px;
  line-height: 1;
  height: initial;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .single-card__post-comment > button,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .single-card__post-comment > button {
  margin-right: 20px;
  margin-bottom: 20px;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .single-card__post-comment > label,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .single-card__post-comment > label {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-right: auto;
  font-size: 16px;
  color: #b3b3b3;
  margin-bottom: 20px;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .also-like,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .also-like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .also-like > .title,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .also-like > .title {
  width: 100%;
  color: #333333;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 45px;
  text-transform: capitalize;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .also-like > .item,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .also-like > .item {
  background-color: #ffffff;
  z-index: 1;
  max-width: 330px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding-bottom: 45px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .also-like > .item > .img,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .also-like > .item > .img {
  position: relative;
  width: 100%;
  height: 260px;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .also-like > .item > .img > .date,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .also-like > .item > .img > .date {
  position: absolute;
  left: 37px;
  bottom: -20px;
  margin-top: 25px;
  font-size: 12px;
  font-weight: 100;
  text-align: center;
  border-radius: 20px;
  padding: 8px 15px;
  color: #ffffff;
  background-color: #3DA8DE;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .also-like > .item > .img > img,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .also-like > .item > .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .also-like > .item > .title,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .also-like > .item > .title {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 40px;
  color: #333333;
  font-weight: 900;
  font-size: 21px;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .also-like > .item > .text,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .also-like > .item > .text {
  color: #333333;
  padding: 5px 40px 0px;
  font-size: 15px;
  line-height: 1.8;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .also-like > .item > .read-more-2,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .also-like > .item > .read-more-2 {
  font-size: 14px;
  padding: 0 40px;
}

.latest-news-4 > .container_left-sidebar > .article > .single-card > .also-like > .item:hover,
.latest-news-4 > .container_right-sidebar > .article > .single-card > .also-like > .item:hover {
  -webkit-box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.1);
}

/**************************************************/
/* blog sidebar */
/**************************************************/
.sidebar > .blog-sidebar .blog-sidebar-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.sidebar > .blog-sidebar > div {
  width: 100%;
  padding: 40px 50px;
  border: 1px solid #e6e6e6;
  margin-bottom: 50px;
  border-radius: 8px;
  background-color: #ffffff;
}

.sidebar > .blog-sidebar > div:last-child {
  margin-bottom: 0;
}

.sidebar > .blog-sidebar > .categories {
  width: 100%;
}

.sidebar > .blog-sidebar > .categories > .lists > .item > a {
  color: #333333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  padding-bottom: 15px;
  text-transform: capitalize;
}

.sidebar > .blog-sidebar > .categories > .lists > .item.active > a,
.sidebar > .blog-sidebar > .categories > .lists > .item:hover > a {
  color: #54C2B0;
}

.sidebar > .blog-sidebar > .categories > .lists > .item:last-child > a {
  margin-bottom: 0px;
}

.sidebar > .blog-sidebar > .instagram > .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.sidebar > .blog-sidebar > .instagram > .items > .item {
  max-width: 80px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 20px;
  border: 2px solid transparent;
}

.sidebar > .blog-sidebar > .instagram > .items > .item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.sidebar > .blog-sidebar > .instagram > .items > .item:hover {
  border-color: #54C2B0;
}

.sidebar > .blog-sidebar > .follow > .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.sidebar > .blog-sidebar > .follow > .socials > a {
  width: 57px;
  height: 57px;
  background-color: transparent;
  color: #aeaeae;
  border: 1px solid #aeaeae;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 50px;
  line-height: 55px;
  text-align: center;
  font-size: 20px;
}

.sidebar > .blog-sidebar > .follow > .socials > a:hover {
  border-color: #54C2B0;
  background-color: #54C2B0;
  color: #ffffff;
}

.sidebar > .blog-sidebar > .feeds > .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.sidebar > .blog-sidebar > .feeds > .lists > .item {
  max-width: 300px;
}

.sidebar > .blog-sidebar > .feeds > .lists > .item > a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sidebar > .blog-sidebar > .feeds > .lists > .item > a > .img {
  max-width: 80px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 2px solid transparent;
}

.sidebar > .blog-sidebar > .feeds > .lists > .item > a > .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.sidebar > .blog-sidebar > .feeds > .lists > .item > a > .content {
  padding: 10px;
}

.sidebar > .blog-sidebar > .feeds > .lists > .item > a > .content > .time {
  margin-top: 10px;
  color: #333333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sidebar > .blog-sidebar > .feeds > .lists > .item > a:hover > .content > .time,
.sidebar > .blog-sidebar > .feeds > .lists > .item > a:hover > .content > .title {
  color: #54C2B0;
}

@media (max-width: 767.98px) {
  .sidebar > .blog-sidebar > div {
    padding: 30px 15px;
    margin-bottom: 30px;
  }
}
/**************************************************/
/* .departments-3 */
/**************************************************/
.departments-3 > .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.departments-3 > .container > .departments-3__items {
  padding-top: 160px;
  padding-bottom: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.departments-3 > .container > .departments-3__items > .item {
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  max-width: 31.5%;
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 40px;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 80px;
}

.departments-3 > .container > .departments-3__items > .item:hover {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
}

.departments-3 > .container > .departments-3__items > .item > .img {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.departments-3 > .container > .departments-3__items > .item > .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.departments-3 > .container > .departments-3__items > .item > .title {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1;
  color: #333333;
}

.departments-3 > .container > .departments-3__items > .item > .text {
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}

.departments-3 > .container > .departments-3__items > .item-icon {
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  max-width: 31.5%;
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 40px;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 80px;
}

.departments-3 > .container > .departments-3__items > .item-icon:hover {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
}

.departments-3 > .container > .departments-3__items > .item-icon > .img {
  position: relative;
  width: 100%;
  height: 260px;
  z-index: 1;
}

.departments-3 > .container > .departments-3__items > .item-icon > .img > img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.departments-3 > .container > .departments-3__items > .item-icon > .img > .icon {
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -62.5px;
  height: 125px;
  width: 125px;
  background-color: #3DA8DE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.departments-3 > .container > .departments-3__items > .item-icon > .title {
  margin-top: 90px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1;
}

.departments-3 > .container > .departments-3__items > .item-icon > .text {
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}

.departments-3 > .container > .departments-3__item-1 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.departments-3 > .container > .departments-3__item-1 > .item {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.departments-3 > .container > .departments-3__item-1 > .item:last-child {
  margin-bottom: 0;
}

.departments-3 > .container > .departments-3__item-1 > .item:hover {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
}

.departments-3 > .container > .departments-3__item-1 > .item > .img {
  max-height: 470px;
  height: 100%;
  max-width: 630px;
  width: 100%;
  overflow: hidden;
}

.departments-3 > .container > .departments-3__item-1 > .item > .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.departments-3 > .container > .departments-3__item-1 > .item > .content {
  position: relative;
  max-width: 500px;
  width: 100%;
  padding: 130px 50px 50px;
  overflow: hidden;
}

.departments-3 > .container > .departments-3__item-1 > .item > .content > .departments-3__item-bg-text {
  position: absolute;
  top: 40px;
  left: -10px;
  line-height: 1;
  z-index: 1;
  color: #f2f2f2;
  font-size: 100px;
  font-weight: 900;
  font-family: "Roboto Black";
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.departments-3 > .container > .departments-3__item-1 > .item > .content > .title {
  position: relative;
  z-index: 2;
  line-height: 1;
  color: #3DA8DE;
  font-weight: 600;
  font-size: 45px;
  margin-left: -3px;
}

.departments-3 > .container > .departments-3__item-1 > .item > .content > .text {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.7;
  color: #333333;
}

.departments-3 > .container > .article {
  width: 100%;
  max-width: 800px;
}

.departments-3 > .container > .article > .departments-3__single {
  padding-bottom: 150px;
  padding-top: 160px;
  width: 100%;
}

.departments-3 > .container > .article > .departments-3__single > .title {
  font-size: 45px;
  margin-bottom: 40px;
  font-weight: 500;
  color: #333333;
  margin-left: -3px;
}

.departments-3 > .container > .article > .departments-3__single > .img {
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
  height: 590px;
  margin-bottom: 35px;
}

.departments-3 > .container > .article > .departments-3__single > .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.departments-3 > .container > .article > .departments-3__single > .text {
  font-size: 15px;
  color: #333333;
  line-height: 1.8;
}

.departments-3 > .container > .article > .departments-3__single > .lists {
  margin-top: 30px;
  margin-bottom: 30px;
}

.departments-3 > .container > .article > .departments-3__single > .lists > .list-title {
  font-size: 16px;
  font-weight: 700;
}

.departments-3 > .container > .article > .departments-3__single > .lists > .list-item {
  position: relative;
  min-height: 35px;
  line-height: 35px;
  margin-left: 35px;
  padding-left: 30px;
}

.departments-3 > .container > .article > .departments-3__single > .lists > .list-item > .fa {
  position: absolute;
  left: 0;
  top: 8px;
}

.departments-3 > .container > .article > .departments-3__single > .prices {
  margin-top: 65px;
  padding-top: 45px;
  padding-bottom: 65px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.departments-3 > .container > .article > .departments-3__single > .prices > .title {
  font-size: 32px;
  color: #333333;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 50px;
}

.departments-3 > .container > .article > .departments-3__single > .prices > .prices-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.departments-3 > .container > .article > .departments-3__single > .prices > .prices-block > .item {
  border-radius: 8px;
  max-width: 48%;
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 50px 40px 40px;
  margin-bottom: 30px;
}

.departments-3 > .container > .article > .departments-3__single > .prices > .prices-block > .item:first-child {
  margin-right: 30px;
}

.departments-3 > .container > .article > .departments-3__single > .prices > .prices-block > .item > .title {
  line-height: 1;
  font-size: 28px;
  margin-bottom: 20px;
}

.departments-3 > .container > .article > .departments-3__single > .prices > .prices-block > .item > .lists > .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.departments-3 > .container > .article > .departments-3__single > .prices > .prices-block > .item > .lists > .list-item > .text {
  line-height: 35px;
  height: 35px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
}

.departments-3 > .container > .article > .departments-3__single > .prices > .prices-block > .item > .lists > .list-item > .text::after {
  overflow: hidden;
  content: ".............................................................";
}

.departments-3 > .container > .article > .departments-3__single > .prices > .prices-block > .item > .lists > .list-item > .price {
  color: #3DA8DE;
  font-family: "Roboto Black";
  font-size: 16px;
  font-weight: 900;
  text-align: left;
}

.departments-3 > .container > .article > .departments-3__single > .doctors-department {
  width: 100%;
  margin-top: 60px;
  padding-bottom: 65px;
  border-bottom: 1px solid #e6e6e6;
}

.departments-3 > .container > .article > .departments-3__single > .doctors-department > .title {
  font-size: 32px;
  color: #333333;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 50px;
}

.departments-3 > .container > .article > .departments-3__single > .doctors-department > .doctors-department__carousel {
  width: 100%;
}

.departments-3 > .container > .article > .departments-3__single > .doctors-department > .doctors-department__carousel .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.departments-3 > .container > .article > .departments-3__single > .doctors-department > .doctors-department__carousel .owl-item > .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.departments-3 > .container > .article > .departments-3__single > .doctors-department > .doctors-department__carousel .owl-item > .item > .img {
  max-width: 417px;
  width: 100%;
  height: 490px;
  border-radius: 8px;
  overflow: hidden;
}

.departments-3 > .container > .article > .departments-3__single > .doctors-department > .doctors-department__carousel .owl-item > .item > .img > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.departments-3 > .container > .article > .departments-3__single > .doctors-department > .doctors-department__carousel .owl-item > .item > .content {
  margin-left: 40px;
  max-width: 400px;
  width: 100%;
  padding: 20px 5px;
}

.departments-3 > .container > .article > .departments-3__single > .doctors-department > .doctors-department__carousel .owl-item > .item > .content > .name {
  font-size: 22px;
  color: #333333;
  line-height: 1;
}

.departments-3 > .container > .article > .departments-3__single > .doctors-department > .doctors-department__carousel .owl-item > .item > .content > .profession {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}

.departments-3 > .container > .article > .departments-3__single > .doctors-department > .doctors-department__carousel .owl-item > .item > .content > .text {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.5;
  color: #333333;
}

.departments-3 > .container > .article > .departments-3__single > .doctors-department > .doctors-department__carousel .owl-item > .item > .content > .lists {
  margin-bottom: 30px;
}

.departments-3 > .container > .article > .departments-3__single > .doctors-department > .doctors-department__carousel .owl-item > .item > .content > .lists > .list-item {
  font-size: 16px;
  color: #333333;
  line-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.departments-3 > .container > .article > .departments-3__single > .doctors-department > .doctors-department__carousel .owl-item > .item > .content > .lists > .list-item > .que {
  width: auto;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.departments-3 > .container > .article > .departments-3__single > .doctors-department > .doctors-department__carousel .owl-item > .item > .content > .lists > .list-item > .que::after {
  content: ".....................................................................................................................................................................................";
}

.departments-3 > .container > .article > .departments-3__single > .doctors-department > .doctors-department__carousel .owl-item > .item > .content > .lists > .list-item > .ans {
  width: auto;
  white-space: nowrap;
  text-align: left;
  font-size: 16px;
  color: #333333;
}

.departments-3 > .container > .article > .departments-3__single > .doctors-department > .doctors-department__carousel > .owl-nav {
  position: absolute;
  top: -90px;
  right: 0;
  width: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.departments-3 > .container > .article > .departments-3__single > .doctors-department > .doctors-department__carousel > .owl-nav button {
  display: block;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 8px !important;
  width: 50px;
  height: 50px;
  border: 1px solid #999999;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #ffffff;
}

.departments-3 > .container > .article > .departments-3__single > .doctors-department > .doctors-department__carousel > .owl-nav button span {
  display: block;
  display: inline;
  line-height: 20px;
  color: #999999;
  font-size: 30px;
}

.departments-3 > .container > .article > .departments-3__single > .doctors-department > .doctors-department__carousel > .owl-nav button:hover {
  border-color: #54C2B0;
  background-color: #54C2B0;
}

.departments-3 > .container > .article > .departments-3__single > .doctors-department > .doctors-department__carousel > .owl-nav button:hover span {
  color: #ffffff;
}

.departments-3 > .container > .article > .departments-3__single > .department-faq {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 65px;
  padding-bottom: 35px;
}

.departments-3 > .container > .article > .departments-3__single > .department-faq > .title {
  font-size: 32px;
  color: #333333;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 50px;
}

.departments-3 > .container > .article > .departments-3__single > .department-faq > .department-accardion > .item {
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 18px 0 18px 17px;
}

.departments-3 > .container > .article > .departments-3__single > .department-faq > .department-accardion > .item > .item-title {
  padding: 10px 25px 10px 10px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}

.departments-3 > .container > .article > .departments-3__single > .department-faq > .department-accardion > .item > .item-title .fa {
  position: absolute;
  right: 20px;
  top: 10px;
}

.departments-3 > .container > .article > .departments-3__single > .department-faq > .department-accardion > .item > .item-text {
  display: none;
  font-size: 17px;
  line-height: 1.5;
  padding-left: 35px;
  padding-right: 35px;
  letter-spacing: -0.5px;
}

.departments-3 > .container > .article > .departments-3__single > .department-faq > .department-accardion > .item:nth-child(2) {
  border-color: #54C2B0;
}

.departments-3 > .container > .article > .departments-3__single > .department-faq > .department-accardion > .item:nth-child(2) .item-text {
  display: block;
}

.departments-3 > .container > .article > .departments-3__single > .department-cases {
  margin-top: 65px;
  width: 100%;
}

.departments-3 > .container > .article > .departments-3__single > .department-cases > .title {
  font-size: 32px;
  color: #333333;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 50px;
}

.departments-3 > .container > .article > .departments-3__single > .department-cases .department-cases__carousel {
  max-width: 100%;
}

.departments-3 > .container > .article > .departments-3__single > .department-cases .department-cases__carousel .owl-item {
  opacity: 0.5;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.departments-3 > .container > .article > .departments-3__single > .department-cases .department-cases__carousel .owl-item.active {
  opacity: 1;
}

.departments-3 > .container > .article > .departments-3__single > .department-cases .department-cases__carousel .owl-item > .item {
  padding-bottom: 50px;
  max-width: 270px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.departments-3 > .container > .article > .departments-3__single > .department-cases .department-cases__carousel .owl-item > .item > .img {
  width: 100%;
  height: 195px;
}

.departments-3 > .container > .article > .departments-3__single > .department-cases .department-cases__carousel .owl-item > .item > .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.departments-3 > .container > .article > .departments-3__single > .department-cases .department-cases__carousel .owl-item > .item > .icon {
  position: absolute;
  top: 220px;
  right: 10px;
  width: 57px;
  height: 48px;
}

.departments-3 > .container > .article > .departments-3__single > .department-cases .department-cases__carousel .owl-item > .item > .icon > img {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.departments-3 > .container > .article > .departments-3__single > .department-cases .department-cases__carousel .owl-item > .item > .name {
  margin-top: 20px;
  font-size: 18px;
  color: #333333;
  line-height: 1;
}

.departments-3 > .container > .article > .departments-3__single > .department-cases .department-cases__carousel .owl-item > .item > .profession {
  font-size: 16px;
  color: #333333;
}

.departments-3 > .container > .article > .departments-3__single > .department-cases .department-cases__carousel .owl-item > .item > .text {
  display: block;
  color: #333333;
  line-height: 1.5;
  font-size: 14px;
}

.departments-3 > .container > .article > .departments-3__single > .department-cases .department-cases__carousel > .owl-nav {
  position: absolute;
  top: -90px;
  right: 0;
  width: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.departments-3 > .container > .article > .departments-3__single > .department-cases .department-cases__carousel > .owl-nav button {
  display: block;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 8px !important;
  width: 50px;
  height: 50px;
  border: 1px solid #999999;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #ffffff;
}

.departments-3 > .container > .article > .departments-3__single > .department-cases .department-cases__carousel > .owl-nav button span {
  display: block;
  display: inline;
  line-height: 20px;
  color: #999999;
  font-size: 30px;
}

.departments-3 > .container > .article > .departments-3__single > .department-cases .department-cases__carousel > .owl-nav button:hover {
  border-color: #54C2B0;
  background-color: #54C2B0;
}

.departments-3 > .container > .article > .departments-3__single > .department-cases .department-cases__carousel > .owl-nav button:hover span {
  color: #ffffff;
}

.departments-3 > .container > .article > .departments-3__single > .department-cases .department-cases__carousel > .owl-dots {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  text-align: center;
}

.departments-3 > .container > .article > .departments-3__single > .department-cases .department-cases__carousel > .owl-dots .owl-dot span {
  min-width: 10px;
  height: 10px;
}

.departments-3 > .container > .article > .departments-3__single > .department-cases .department-cases__carousel > .owl-dots .owl-dot.active span {
  width: 48px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #54C2B0 !important;
}

.departments-3 > .container > .sidebar {
  padding-top: 160px;
  padding-bottom: 140px;
  max-width: 270px;
  width: 100%;
}

.departments-3 > .container_no-sidebar > .article {
  max-width: 100% !important;
  width: 100%;
}

.departments-3 > .container_no-sidebar > .article > .departments-3__single > .img {
  display: none;
}

.departments-3 > .container_no-sidebar > .article > .departments-3__single > .doctors-department > .doctors-department__carousel .owl-item > .item > .content {
  max-width: 750px;
  width: 100%;
}

/**************************************************/
/* departments sidebar */
/**************************************************/
.sidebar > .departments-sidebar {
  margin-top: 95px;
  z-index: 20;
  max-width: 100%;
}

.sidebar > .departments-sidebar > div {
  margin-bottom: 40px;
}

.sidebar > .departments-sidebar > div > .title {
  font-size: 18px;
  color: #333333;
  line-height: 1;
  text-transform: uppercase;
}

.sidebar > .departments-sidebar > .departments-blog > .lists > .list-item {
  margin-bottom: 5px;
}

.sidebar > .departments-sidebar > .departments-blog > .lists > .list-item > a {
  display: block;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #e6e6e6;
  padding-left: 20px;
  padding-right: 20px;
  color: #333333;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebar > .departments-sidebar > .departments-blog > .lists > .list-item > a.active,
.sidebar > .departments-sidebar > .departments-blog > .lists > .list-item > a:hover {
  background-color: #3DA8DE;
  color: #ffffff;
  border-color: #3DA8DE;
}

.sidebar > .departments-sidebar > .departments-blog > .lists > .list-item:last-child {
  margin-bottom: 0;
}

.sidebar > .departments-sidebar > .work-hours {
  padding: 30px 25px 30px 25px;
  background-color: #3DA8DE;
  border-radius: 8px;
  color: #ffffff;
}

.sidebar > .departments-sidebar > .work-hours > .title {
  color: #ffffff;
}

.sidebar > .departments-sidebar > .work-hours > .lists {
  margin: 0;
  margin-top: 15px;
}

.sidebar > .departments-sidebar > .work-hours > .lists > .list-item {
  font-size: 14px;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sidebar > .departments-sidebar > .work-hours > .lists > .list-item > .date {
  width: auto;
  overflow: hidden;
  white-space: nowrap;
}

.sidebar > .departments-sidebar > .work-hours > .lists > .list-item > .date::after {
  content: ".......................................................................................................................................................................................................................................................................................................";
  overflow: hidden;
}

.sidebar > .departments-sidebar > .work-hours > .lists > .list-item > .time {
  white-space: nowrap;
  text-align: right;
}

.sidebar > .departments-sidebar > .appointment {
  padding: 35px 30px;
  background-color: #f7f7f7;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
}

.sidebar > .departments-sidebar > .appointment > .appointment-form {
  width: 100%;
}

.sidebar > .departments-sidebar > .appointment > .appointment-form > input {
  width: 100%;
  height: 40px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  margin-bottom: 10px;
  border-radius: 8px;
}

.sidebar > .departments-sidebar > .appointment > .appointment-form > input::-webkit-input-placeholder {
  color: #b2b2b2;
}

.sidebar > .departments-sidebar > .appointment > .appointment-form > input:-ms-input-placeholder {
  color: #b2b2b2;
}

.sidebar > .departments-sidebar > .appointment > .appointment-form > input::-ms-input-placeholder {
  color: #b2b2b2;
}

.sidebar > .departments-sidebar > .appointment > .appointment-form > input::placeholder {
  color: #b2b2b2;
}

.sidebar > .departments-sidebar > .appointment > .appointment-form > textarea {
  border-radius: 8px;
  width: 100%;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  padding: 10px;
  font-size: 14px;
  resize: none;
  height: 150px;
  margin-bottom: 10px;
}

.sidebar > .departments-sidebar > .appointment > .appointment-form > button {
  width: 100%;
  text-align: center;
}

/**************************************************/
/* cases */
/**************************************************/
.case > .container {
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.case > .container .case__controls-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.case > .container .case__controls-item {
  font-size: 18px;
  color: #333333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-right: 30px;
  cursor: pointer;
}

.case > .container .case__controls-item.active,
.case > .container .case__controls-item:hover {
  color: #54C2B0;
}

.case > .container .case__cards {
  margin-top: 50px;
}

.case > .container .case__cards-item {
  margin-left: 10px;
  margin-right: 10px;
  width: 100%;
  max-width: 31.5%;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding-bottom: 20px;
  margin-bottom: 50px;
  border: 1px solid #e4e4e4;
  background-color: #ffffff;
}

.case > .container .case__cards-item > .img {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.case > .container .case__cards-item > .img.img_2 {
  max-height: 550px;
  height: 100%;
}

.case > .container .case__cards-item > .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.case > .container .case__cards-item > .img::after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  background-color: rgba(31, 61, 157, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}

.case > .container .case__cards-item > .img > .h-line {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-280%) translateY(-50%);
  transform: translateX(-280%) translateY(-50%);
  height: 2px;
  width: 30px;
  background-color: #ffffff;
  z-index: 2;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}

.case > .container .case__cards-item > .img > .v-line {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-280%);
  transform: translateX(-50%) translateY(-280%);
  height: 30px;
  width: 2px;
  background-color: #ffffff;
  z-index: 2;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}

.case > .container .case__cards-item > .img:hover > .h-line,
.case > .container .case__cards-item > .img:hover > .v-line {
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}

.case > .container .case__cards-item > .img:hover::after {
  width: 90%;
  height: 90%;
  opacity: 1;
}

.case > .container .case__cards-item > .name {
  margin: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 900;
  color: #333333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.case > .container .case__cards-item > .profession {
  color: #333333;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.case > .container .case__cards-item > .category {
  color: #ffffff;
  background-color: #3DA8DE;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 16px;
  margin: 20px;
}

.case > .container .case__cards-item:hover {
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}

.case > .container .case__cards-item:hover > .name {
  color: #54C2B0;
}

.case > .container .case__detail {
  width: 100%;
}

.case > .container .case__detail > .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  text-transform: capitalize;
  color: #3DA8DE;
  text-align: center;
}

.case > .container .case__detail > .img-comp-container {
  margin-top: 50px;
  border-radius: 8px;
  position: relative;
  height: 500px;
  width: 100%;
  overflow: hidden;
}

.case > .container .case__detail > .img-comp-container .before,
.case > .container .case__detail > .img-comp-container .after {
  position: absolute;
  bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  padding: 7px 17px;
  border-radius: 20px;
  background-color: #ffffff;
  z-index: 10;
  width: 100px;
  text-align: center;
}

.case > .container .case__detail > .img-comp-container .before {
  left: 20px;
}

.case > .container .case__detail > .img-comp-container .after {
  right: 20px;
}

.case > .container .case__detail > .img-comp-container > .img-comp-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.case > .container .case__detail > .img-comp-container > .img-comp-img > img {
  display: block;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.case > .container .case__detail > .img-comp-container .img-comp-slider {
  position: absolute;
  top: 0;
  z-index: 9;
  cursor: ew-resize;
  width: 5px;
  height: 100%;
  background-color: #ffffff;
  opacity: 1;
}

.case > .container .case__detail > .img-comp-container .img-comp-slider:before,
.case > .container .case__detail > .img-comp-container .img-comp-slider:after {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 30px;
  background-color: #ffffff;
  text-align: center;
  color: #333333;
}

.case > .container .case__detail > .img-comp-container .img-comp-slider:before {
  content: "\f104";
  left: -20px;
}

.case > .container .case__detail > .img-comp-container .img-comp-slider:after {
  content: "\f105";
  right: -20px;
}

.case > .container .case__detail > .img-mobile {
  display: none;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 100px;
}

.case > .container .case__detail > .img-mobile > .img-mobile__carousel {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
}

.case > .container .case__detail > .img-mobile > .img-mobile__carousel .img-mobile__item {
  max-width: 100%;
  width: 100%;
  height: 400px;
}

.case > .container .case__detail > .img-mobile > .img-mobile__carousel .img-mobile__item > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.case > .container .case__detail > .img-mobile > .img-mobile__carousel > .owl-nav {
  margin: 0;
  padding: 0;
  height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case > .container .case__detail > .img-mobile > .img-mobile__carousel > .owl-nav > button {
  margin: 0;
  max-width: 120px;
  width: 20%;
  background-color: rgba(0, 0, 0, 0);
  font-size: 50px;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.case > .container .case__detail > .img-mobile > .img-mobile__carousel > .owl-nav > button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.case > .container .case__detail .doctor-history {
  margin-top: 90px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case > .container .case__detail .doctor-history > div {
  max-width: 550px;
  width: 100%;
}

.case > .container .case__detail .doctor-history > .doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case > .container .case__detail .doctor-history > .doctor > div {
  max-width: 47%;
  width: 100%;
}

.case > .container .case__detail .doctor-history > .doctor > .img {
  height: 370px;
  overflow: hidden;
  border-radius: 8px;
}

.case > .container .case__detail .doctor-history > .doctor > .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.case > .container .case__detail .doctor-history > .doctor > .content {
  padding: 30px 20px;
}

.case > .container .case__detail .doctor-history > .doctor > .content > .property {
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  margin: 0;
}

.case > .container .case__detail .doctor-history > .doctor > .content > .value {
  margin-top: 8px;
  color: #333333;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 30px;
}

.case > .container .case__detail .doctor-history > .history {
  padding-top: 56px;
}

.case > .container .case__detail .doctor-history > .history > .title {
  font-size: 22px;
  line-height: 22px;
  color: #333333;
}

.case > .container .case__detail .doctor-history > .history > .text {
  font-size: 15px;
  color: #333333;
  line-height: 1.5;
}

.case > .container .case__detail .photogallery {
  margin-top: 90px;
}

.case > .container .case__detail .photogallery > .title {
  margin: 0 0 30px 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  color: #333333;
  text-transform: capitalize;
}

.case > .container .case__detail .photogallery-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case > .container .case__detail .photogallery-item {
  position: relative;
  max-width: 31%;
  width: 100%;
  height: 295px;
  border-radius: 8px;
  overflow: hidden;
}

.case > .container .case__detail .photogallery-item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.case > .container .case__detail .photogallery-item::after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  background-color: rgba(31, 61, 157, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}

.case > .container .case__detail .photogallery-item > .h-line {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-280%) translateY(-50%);
  transform: translateX(-280%) translateY(-50%);
  height: 2px;
  width: 30px;
  background-color: #ffffff;
  z-index: 2;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}

.case > .container .case__detail .photogallery-item > .v-line {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-280%);
  transform: translateX(-50%) translateY(-280%);
  height: 30px;
  width: 2px;
  background-color: #ffffff;
  z-index: 2;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}

.case > .container .case__detail .photogallery-item:hover > .h-line,
.case > .container .case__detail .photogallery-item:hover > .v-line {
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}

.case > .container .case__detail .photogallery-item:hover::after {
  width: 90%;
  height: 90%;
  opacity: 1;
}

.case > .container .case__detail .testimonial {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case > .container .case__detail .testimonial > .content {
  max-width: 450px;
  width: 100%;
}

.case > .container .case__detail .testimonial > .content > .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  color: #333333;
  text-transform: capitalize;
}

.case > .container .case__detail .testimonial > .content > .icon {
  margin-top: 25px;
  margin-bottom: 30px;
  width: 52px;
  height: 42px;
}

.case > .container .case__detail .testimonial > .content > .icon > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.case > .container .case__detail .testimonial > .content > .text {
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  color: #333333;
}

.case > .container .case__detail .testimonial > .content > .name {
  margin-top: 30px;
  font-size: 22px;
  line-height: 18px;
  color: #333333;
}

.case > .container .case__detail .testimonial > .content > .subname {
  line-height: 1.5;
  font-size: 16px;
  color: #3DA8DE;
  font-weight: 600;
}

.case > .container .case__detail .testimonial > .video {
  border-radius: 8px;
  max-width: 650px;
  width: 100%;
  height: 435px;
  position: relative;
}

.case > .container .case__detail .testimonial > .video > .btn-video-outer {
  position: absolute;
  left: -30px;
  top: 25px;
  z-index: 3;
}

.case > .container .case__detail .testimonial > .video > .img {
  border-radius: 8px;
  z-index: 2;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.case > .container .case__detail .testimonial > .video > .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.case > .container .my-pagination {
  margin-bottom: 0;
}

.case > .container .my-pagination-2 {
  margin-top: 90px;
  margin-bottom: 0 !important;
}

/**************************************************/
/* doctors */
/**************************************************/
.doctors > .container {
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.doctors > .container > .doctors__controls > .doctors__controls-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.doctors > .container > .doctors__controls > .doctors__controls-lists > .doctors__controls-item {
  font-size: 18px;
  color: #333333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-right: 30px;
  cursor: pointer;
}

.doctors > .container > .doctors__controls > .doctors__controls-lists > .doctors__controls-item.active,
.doctors > .container > .doctors__controls > .doctors__controls-lists > .doctors__controls-item:hover {
  color: #54C2B0;
}

.doctors > .container > .doctors__cards {
  margin-top: 50px;
}

.doctors > .container > .doctors__cards > .doctors__cards-item {
  width: 100%;
  max-width: 31.5%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid #e4e4e4;
  background-color: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 8px;
  margin-bottom: 70px;
  overflow: hidden;
}

.doctors > .container > .doctors__cards > .doctors__cards-item > a {
  display: block;
}

.doctors > .container > .doctors__cards > .doctors__cards-item > a > .img {
  width: 100%;
  height: 340px;
  overflow: hidden;
}

.doctors > .container > .doctors__cards > .doctors__cards-item > a > .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.doctors > .container > .doctors__cards > .doctors__cards-item > a > .content {
  display: block;
  padding: 40px 40px 0px 40px;
}

.doctors > .container > .doctors__cards > .doctors__cards-item > a > .content > .name {
  color: #333333;
  font-size: 22px;
  font-weight: 900;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.doctors > .container > .doctors__cards > .doctors__cards-item > a > .content > .profession {
  color: #333333;
  font-size: 16px;
  line-height: 16px;
}

.doctors > .container > .doctors__cards > .doctors__cards-item > a > .content > .text {
  border-top: 1px solid #333333;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  font-weight: 500;
}

.doctors > .container > .doctors__cards > .doctors__cards-item > .socials {
  padding: 0 40px 40px;
}

.doctors > .container > .doctors__cards > .doctors__cards-item > .socials > a {
  display: inline-block;
  height: 30px;
  margin-right: 10px;
}

.doctors > .container > .doctors__cards > .doctors__cards-item > .socials > a > .fa {
  display: block;
  color: #333333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 20px;
  text-align: left;
  line-height: 30px;
}

.doctors > .container > .doctors__cards > .doctors__cards-item > .socials > a > .fa:hover {
  color: #54C2B0;
}

.doctors > .container > .doctors__cards > .doctors__cards-item:hover {
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}

.doctors > .container > .doctors__cards > .doctors__cards-item:hover > a > .content > .name {
  color: #3DA8DE;
}

.doctors > .container > .my-pagination {
  margin: 0;
}

.doctors > .container.container_left-sidebar,
.doctors > .container.container_right-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.doctors > .container.container_left-sidebar > .article,
.doctors > .container.container_right-sidebar > .article {
  max-width: 800px;
  width: 100%;
}

.doctors > .container.container_left-sidebar > .article > .doctors-block,
.doctors > .container.container_right-sidebar > .article > .doctors-block {
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 490px;
}

.doctors > .container.container_left-sidebar > .article > .doctors-block > .img,
.doctors > .container.container_right-sidebar > .article > .doctors-block > .img {
  overflow: hidden;
  max-width: 400px;
  height: 490px;
  width: 100%;
  border-radius: 8px;
}

.doctors > .container.container_left-sidebar > .article > .doctors-block > .img > img,
.doctors > .container.container_right-sidebar > .article > .doctors-block > .img > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.doctors > .container.container_left-sidebar > .article > .doctors-block > .content,
.doctors > .container.container_right-sidebar > .article > .doctors-block > .content {
  width: 100%;
  max-width: 470px;
  padding: 50px;
}

.doctors > .container.container_left-sidebar > .article > .doctors-block > .content table,
.doctors > .container.container_right-sidebar > .article > .doctors-block > .content table {
  width: 100%;
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
}

.doctors > .container.container_left-sidebar > .article > .doctors-block > .content table > thead td > .title,
.doctors > .container.container_right-sidebar > .article > .doctors-block > .content table > thead td > .title {
  font-size: 30px;
}

.doctors > .container.container_left-sidebar > .article > .doctors-block > .content table > thead td > .profession,
.doctors > .container.container_right-sidebar > .article > .doctors-block > .content table > thead td > .profession {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #333333;
  padding-bottom: 30px;
}

.doctors > .container.container_left-sidebar > .article > .doctors-block > .content table > tbody tr,
.doctors > .container.container_right-sidebar > .article > .doctors-block > .content table > tbody tr {
  vertical-align: top;
}

.doctors > .container.container_left-sidebar > .article > .doctors-block > .content table > tbody tr > th,
.doctors > .container.container_right-sidebar > .article > .doctors-block > .content table > tbody tr > th {
  padding-bottom: 10px;
  width: 45%;
  text-align: left;
  font-weight: 900;
}

.doctors > .container.container_left-sidebar > .article > .doctors-block > .content table > tbody tr > td,
.doctors > .container.container_right-sidebar > .article > .doctors-block > .content table > tbody tr > td {
  width: 50%;
  padding-bottom: 10px;
}

.doctors > .container.container_left-sidebar > .article > .doctors-block > .content table > tbody tr > td a,
.doctors > .container.container_right-sidebar > .article > .doctors-block > .content table > tbody tr > td a {
  line-height: 2;
  font-size: px;
  margin-right: 10px;
  color: #333333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.doctors > .container.container_left-sidebar > .article > .doctors-block > .content table > tbody tr > td a:hover,
.doctors > .container.container_right-sidebar > .article > .doctors-block > .content table > tbody tr > td a:hover {
  color: #54C2B0;
}

.doctors > .container.container_left-sidebar > .article > .doctors-block > .content table > tbody tr > td table,
.doctors > .container.container_right-sidebar > .article > .doctors-block > .content table > tbody tr > td table {
  width: 100%;
}

.doctors > .container.container_left-sidebar > .article > .doctors-block > .content table > tbody tr > td table td,
.doctors > .container.container_right-sidebar > .article > .doctors-block > .content table > tbody tr > td table td {
  width: 50%;
}

.doctors > .container.container_left-sidebar > .article > .doctors-block > .content table > tfoot td > .btn,
.doctors > .container.container_right-sidebar > .article > .doctors-block > .content table > tfoot td > .btn {
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.doctors > .container.container_left-sidebar > .article > .doctors-text,
.doctors > .container.container_right-sidebar > .article > .doctors-text {
  margin-top: 45px;
  padding-bottom: 50px;
  border-bottom: 1px solid #d9d9d9;
}

.doctors > .container.container_left-sidebar > .article > .doctors-text > .text,
.doctors > .container.container_right-sidebar > .article > .doctors-text > .text {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}

.doctors > .container.container_left-sidebar > .article > .doctors-text > .list-title,
.doctors > .container.container_right-sidebar > .article > .doctors-text > .list-title {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
}

.doctors > .container.container_left-sidebar > .article > .doctors-text > .list,
.doctors > .container.container_right-sidebar > .article > .doctors-text > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 130px;
}

.doctors > .container.container_left-sidebar > .article > .doctors-text > .list > .list-item,
.doctors > .container.container_right-sidebar > .article > .doctors-text > .list > .list-item {
  width: 370px;
  height: 32px;
  font-size: 16px;
  padding-left: 35px;
  line-height: 32px;
  text-transform: capitalize;
}

.doctors > .container.container_left-sidebar > .article > .doctors-text > .list > .list-item > .fa,
.doctors > .container.container_right-sidebar > .article > .doctors-text > .list > .list-item > .fa {
  margin-right: 15px;
}

.doctors > .container.container_left-sidebar > .article > .doctors-testimonials,
.doctors > .container.container_right-sidebar > .article > .doctors-testimonials {
  margin-top: 70px;
}

.doctors > .container.container_left-sidebar > .article > .doctors-testimonials > .title,
.doctors > .container.container_right-sidebar > .article > .doctors-testimonials > .title {
  margin-bottom: 55px;
  line-height: 32px;
  font-size: 32px;
  font-weight: 500;
}

.doctors > .container.container_left-sidebar > .article > .doctors-testimonials > .doctors-testimonials__carousel .item,
.doctors > .container.container_right-sidebar > .article > .doctors-testimonials > .doctors-testimonials__carousel .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.doctors > .container.container_left-sidebar > .article > .doctors-testimonials > .doctors-testimonials__carousel .item > .img,
.doctors > .container.container_right-sidebar > .article > .doctors-testimonials > .doctors-testimonials__carousel .item > .img {
  max-width: 170px;
  width: 100%;
  max-height: 170px;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}

.doctors > .container.container_left-sidebar > .article > .doctors-testimonials > .doctors-testimonials__carousel .item > .img > img,
.doctors > .container.container_right-sidebar > .article > .doctors-testimonials > .doctors-testimonials__carousel .item > .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.doctors > .container.container_left-sidebar > .article > .doctors-testimonials > .doctors-testimonials__carousel .item > .content,
.doctors > .container.container_right-sidebar > .article > .doctors-testimonials > .doctors-testimonials__carousel .item > .content {
  max-width: 600px;
  width: 100%;
}

.doctors > .container.container_left-sidebar > .article > .doctors-testimonials > .doctors-testimonials__carousel .item > .content > .text,
.doctors > .container.container_right-sidebar > .article > .doctors-testimonials > .doctors-testimonials__carousel .item > .content > .text {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}

.doctors > .container.container_left-sidebar > .article > .doctors-testimonials > .doctors-testimonials__carousel .item > .content > .name,
.doctors > .container.container_right-sidebar > .article > .doctors-testimonials > .doctors-testimonials__carousel .item > .content > .name {
  margin-top: 30px;
  line-height: 22px;
  font-size: 22px;
}

.doctors > .container.container_left-sidebar > .article > .doctors-testimonials > .doctors-testimonials__carousel .item > .content > .profession,
.doctors > .container.container_right-sidebar > .article > .doctors-testimonials > .doctors-testimonials__carousel .item > .content > .profession {
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}

.doctors > .container.container_left-sidebar > .article > .doctors-testimonials > .doctors-testimonials__carousel > .owl-nav,
.doctors > .container.container_right-sidebar > .article > .doctors-testimonials > .doctors-testimonials__carousel > .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
  width: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.doctors > .container.container_left-sidebar > .article > .doctors-testimonials > .doctors-testimonials__carousel > .owl-nav button,
.doctors > .container.container_right-sidebar > .article > .doctors-testimonials > .doctors-testimonials__carousel > .owl-nav button {
  display: block;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 8px !important;
  width: 50px;
  height: 50px;
  border: 1px solid #999999;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #ffffff;
}

.doctors > .container.container_left-sidebar > .article > .doctors-testimonials > .doctors-testimonials__carousel > .owl-nav button span,
.doctors > .container.container_right-sidebar > .article > .doctors-testimonials > .doctors-testimonials__carousel > .owl-nav button span {
  display: block;
  display: inline;
  line-height: 20px;
  color: #999999;
  font-size: 30px;
}

.doctors > .container.container_left-sidebar > .article > .doctors-testimonials > .doctors-testimonials__carousel > .owl-nav button:hover,
.doctors > .container.container_right-sidebar > .article > .doctors-testimonials > .doctors-testimonials__carousel > .owl-nav button:hover {
  border-color: #54C2B0;
  background-color: #54C2B0;
}

.doctors > .container.container_left-sidebar > .article > .doctors-testimonials > .doctors-testimonials__carousel > .owl-nav button:hover span,
.doctors > .container.container_right-sidebar > .article > .doctors-testimonials > .doctors-testimonials__carousel > .owl-nav button:hover span {
  color: #ffffff;
}

.doctors > .container.container_left-sidebar > .sidebar,
.doctors > .container.container_right-sidebar > .sidebar {
  max-width: 270px;
  width: 100%;
}

/**************************************************/
/* doctors sidebar */
/**************************************************/
.sidebar > .doctors-sidebar > div {
  margin-bottom: 40px;
}

.sidebar > .doctors-sidebar > div > .title {
  font-size: 18px;
  color: #333333;
  line-height: 1;
  text-transform: uppercase;
}

.sidebar > .doctors-sidebar > .work-hours {
  padding: 30px 25px 30px 25px;
  background-color: #3DA8DE;
  border-radius: 8px;
  color: #ffffff;
}

.sidebar > .doctors-sidebar > .work-hours > .title {
  color: #ffffff;
}

.sidebar > .doctors-sidebar > .work-hours > .lists {
  margin: 0;
  margin-top: 15px;
}

.sidebar > .doctors-sidebar > .work-hours > .lists > .list-item {
  font-size: 14px;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sidebar > .doctors-sidebar > .work-hours > .lists > .list-item > .date {
  width: auto;
  overflow: hidden;
  white-space: nowrap;
}

.sidebar > .doctors-sidebar > .work-hours > .lists > .list-item > .date::after {
  content: "..........................................................................................................................................................................................................................................................................................................................................";
  overflow: hidden;
}

.sidebar > .doctors-sidebar > .work-hours > .lists > .list-item > .time {
  white-space: nowrap;
  text-align: right;
}

.sidebar > .doctors-sidebar > .appointment {
  padding: 35px 30px;
  background-color: #f7f7f7;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
}

.sidebar > .doctors-sidebar > .appointment > .appointment-form {
  width: 100%;
}

.sidebar > .doctors-sidebar > .appointment > .appointment-form > input {
  width: 100%;
  height: 40px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  margin-bottom: 10px;
  border-radius: 8px;
}

.sidebar > .doctors-sidebar > .appointment > .appointment-form > input::-webkit-input-placeholder {
  color: #b2b2b2;
}

.sidebar > .doctors-sidebar > .appointment > .appointment-form > input:-ms-input-placeholder {
  color: #b2b2b2;
}

.sidebar > .doctors-sidebar > .appointment > .appointment-form > input::-ms-input-placeholder {
  color: #b2b2b2;
}

.sidebar > .doctors-sidebar > .appointment > .appointment-form > input::placeholder {
  color: #b2b2b2;
}

.sidebar > .doctors-sidebar > .appointment > .appointment-form > textarea {
  border-radius: 8px;
  width: 100%;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  padding: 10px;
  font-size: 14px;
  resize: none;
  height: 150px;
  margin-bottom: 10px;
}

.sidebar > .doctors-sidebar > .appointment > .appointment-form > button {
  width: 100%;
  text-align: center;
}

/**************************************************/
/* shop */
/**************************************************/
.shop > .container {
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
}

.shop > .container > .shop-cart {
  width: 100%;
}

.shop > .container > .shop-cart > .responsive-table {
  overflow-x: auto;
}

.shop > .container > .shop-cart > .responsive-table > table {
  min-width: 100%;
  text-align: center;
}

.shop > .container > .shop-cart > .responsive-table > table > thead {
  background-color: #f7f7f7;
}

.shop > .container > .shop-cart > .responsive-table > table > thead > tr > th.title {
  text-align: left;
}

.shop > .container > .shop-cart > .responsive-table > table > tbody tr {
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}

.shop > .container > .shop-cart > .responsive-table > table > tbody tr th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 30px;
  min-width: 600px;
}

.shop > .container > .shop-cart > .responsive-table > table > tbody tr th > .img {
  width: 110px;
  height: 110px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  margin-right: 30px;
}

.shop > .container > .shop-cart > .responsive-table > table > tbody tr th > .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.shop > .container > .shop-cart > .responsive-table > table > tbody tr th > .text {
  font-size: 18px;
  margin-top: 15px;
  line-height: 1.5;
}

.shop > .container > .shop-cart > .responsive-table > table > tbody tr td {
  padding: 30px;
}

.shop > .container > .shop-cart > .responsive-table > table > tbody tr td.price,
.shop > .container > .shop-cart > .responsive-table > table > tbody tr td.total {
  font-size: 18px;
  font-weight: 600;
  color: #3DA8DE;
}

.shop > .container > .shop-cart > .responsive-table > table > tbody tr td.count-add > .count-product {
  height: 48px;
  border: 1px solid #e6e6e6;
  background-color: #fcfcfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shop > .container > .shop-cart > .responsive-table > table > tbody tr td.count-add > .count-product > span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  height: 100%;
  line-height: 50px;
}

.shop > .container > .shop-cart > .responsive-table > table > tbody tr td.count-add > .count-product > span.control {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
}

.shop > .container > .shop-cart > .responsive-table > table > tbody tr td.count-add > .count-product > span.control:hover {
  cursor: pointer !important;
  color: #54C2B0;
}

.shop > .container > .shop-cart > .responsive-table > table > tbody tr td.count-add > .count-product > span.value {
  font-size: 18px;
  padding: 0 10px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shop > .container > .shop-cart > .responsive-table > table > tbody tr td > .fa {
  font-size: 18px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #b3b3b3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.shop > .container > .shop-cart > .responsive-table > table > tbody tr td > .fa:hover {
  color: #54C2B0;
}

.shop > .container > .shop-cart > .responsive-table > table > tfoot > tr {
  border-bottom: 1px solid #e6e6e6;
}

.shop > .container > .shop-cart > .responsive-table > table > tfoot > tr > td {
  padding: 30px 0;
}

.shop > .container > .shop-cart > .responsive-table > table > tfoot > tr > td > a {
  min-width: 120px;
  border-radius: 8px;
  padding: 15px 25px;
  border: 1px solid #e6e6e6;
  background-color: #f7f7f7;
  color: #333333;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shop > .container > .shop-cart > .responsive-table > table > tfoot > tr > td > a:hover {
  color: #ffffff;
  background-color: #3DA8DE;
}

.shop > .container > .shop-cart > .responsive-table > table > tfoot > tr > td:first-child {
  text-align: left;
}

.shop > .container > .shop-cart > .responsive-table > table > tfoot > tr > td:last-child {
  text-align: right;
}

.shop > .container > .shop-cart > .responsive-table > table > tfoot > tr > td:last-child a:first-child {
  margin-right: 10px;
}

.shop > .container > .shop-cart > .cupon {
  margin-top: 50px;
  max-width: 600px;
  width: 100%;
  float: left;
}

.shop > .container > .shop-cart > .cupon > .title {
  line-height: 1;
  font-size: 18px;
}

.shop > .container > .shop-cart > .cupon > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.shop > .container > .shop-cart > .cupon > form > input {
  height: 45px;
  width: 270px;
  margin-right: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background-color: #f7f7f7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  line-height: 1;
  padding: 0 20px;
  color: #333333;
  margin-bottom: 20px;
}

.shop > .container > .shop-cart > .cupon > form > input:focus,
.shop > .container > .shop-cart > .cupon > form > input:hover {
  border-color: #3DA8DE;
  background-color: #ffffff;
}

.shop > .container > .shop-cart > .cupon > form > button {
  font-size: 18px;
  text-align: center;
  width: 160px;
  height: 45px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  background-color: #f7f7f7;
  color: #333333;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.shop > .container > .shop-cart > .cupon > form > button:focus,
.shop > .container > .shop-cart > .cupon > form > button:hover {
  color: #ffffff;
  background-color: #3DA8DE;
}

.shop > .container > .shop-cart > .check {
  margin-top: 50px;
  float: right;
  max-width: 370px;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 50px;
}

.shop > .container > .shop-cart > .check > .subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}

.shop > .container > .shop-cart > .check > .subtotal > span {
  font-size: 20px;
  line-height: 20px;
}

.shop > .container > .shop-cart > .check > .subtotal > span > span {
  font-size: 20px;
  line-height: 20px;
}

.shop > .container > .shop-cart > .check > .subtotal > span:first-child {
  color: #333333;
}

.shop > .container > .shop-cart > .check > .subtotal > span:last-child {
  color: #3DA8DE;
}

.shop > .container > .shop-cart > .check > .shipping > span {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 20px;
}

.shop > .container > .shop-cart > .check > .shipping > table {
  width: 100%;
  margin-left: 20px;
}

.shop > .container > .shop-cart > .check > .shipping > table tr th {
  width: 60%;
}

.shop > .container > .shop-cart > .check > .shipping > table tr th input {
  cursor: pointer;
}

.shop > .container > .shop-cart > .check > .shipping > table tr th #free:checked ~ label span.dot,
.shop > .container > .shop-cart > .check > .shipping > table tr th #standart:checked ~ label span.dot,
.shop > .container > .shop-cart > .check > .shipping > table tr th #express:checked ~ label span.dot {
  background-color: #333333;
}

.shop > .container > .shop-cart > .check > .shipping > table tr th > label {
  cursor: pointer;
}

.shop > .container > .shop-cart > .check > .shipping > table tr th > label > .dot {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 0 0 2px #333333;
  box-shadow: 0 0 0 2px #333333;
  margin-right: 10px;
}

.shop > .container > .shop-cart > .check > .shipping > table tr th > label > .text {
  font-weight: 100;
  font-size: 20px;
  line-height: 1.25;
  color: #333333;
}

.shop > .container > .shop-cart > .check > .shipping > table tr td {
  width: 40%;
  text-align: right;
}

.shop > .container > .shop-cart > .check > .shipping > table tr td > .text {
  font-size: 20px;
  line-height: 1.25;
  color: #333333;
  text-align: right !important;
}

.shop > .container > .shop-cart > .check > .shipping > table tr td > .text > span {
  font-size: 20px;
  line-height: 1.25;
  color: #333333;
}

.shop > .container > .shop-cart > .check > .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0;
  padding: 30px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.shop > .container > .shop-cart > .check > .total > span {
  font-size: 20px;
  line-height: 20px;
}

.shop > .container > .shop-cart > .check > .total > span > span {
  font-size: 20px;
  line-height: 20px;
}

.shop > .container > .shop-cart > .check > .total > span:first-child {
  color: #333333;
}

.shop > .container > .shop-cart > .check > .total > span:last-child {
  color: #3DA8DE;
}

.shop > .container > .shop-cart > .check > a {
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 46px;
  background-color: #3DA8DE;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #3DA8DE;
  border-radius: 8px;
  font-weight: 700;
}

.shop > .container > .shop-cart > .check > a:hover {
  color: #3DA8DE;
  background-color: #ffffff;
}

.shop > .container > .product {
  width: 100%;
}

.shop > .container > .product > .single-product {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shop > .container > .product > .single-product > div {
  max-width: 550px;
  width: 100%;
}

.shop > .container > .product > .single-product > .carousels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.shop > .container > .product > .single-product > .carousels > .image-carousel {
  width: 100%;
  height: 570px;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
}

.shop > .container > .product > .single-product > .carousels > .thumbs-carousel {
  position: relative;
  max-width: 495px;
  width: 100%;
}

.shop > .container > .product > .single-product > .carousels > .thumbs-carousel .owl-stage-outer {
  z-index: 2;
}

.shop > .container > .product > .single-product > .carousels > .thumbs-carousel .owl-stage-outer .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.shop > .container > .product > .single-product > .carousels > .thumbs-carousel .owl-stage-outer .owl-item > .thumbs-carousel__item {
  max-width: 110px;
  width: 100%;
  height: 110px;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shop > .container > .product > .single-product > .carousels > .thumbs-carousel .owl-stage-outer .owl-item > .thumbs-carousel__item:hover {
  opacity: 1;
}

.shop > .container > .product > .single-product > .carousels > .thumbs-carousel .owl-nav {
  z-index: 1;
  position: absolute;
  top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shop > .container > .product > .single-product > .carousels > .thumbs-carousel .owl-nav > button {
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 30px;
  font-weight: 900;
}

.shop > .container > .product > .single-product > .carousels > .thumbs-carousel .owl-nav > button:hover {
  color: #54C2B0;
  background-color: transparent;
}

.shop > .container > .product > .single-product > .carousels > .thumbs-carousel .owl-nav > button:first-child {
  margin-left: -30px;
}

.shop > .container > .product > .single-product > .carousels > .thumbs-carousel .owl-nav > button:last-child {
  margin-right: -30px;
}

.shop > .container > .product > .single-product > .content {
  padding-top: 30px;
  padding-left: 30px;
}

.shop > .container > .product > .single-product > .content > .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop > .container > .product > .single-product > .content > .rating > .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop > .container > .product > .single-product > .content > .rating > .stars > .fa-star {
  margin-right: 3px;
  color: #ffcb05;
}

.shop > .container > .product > .single-product > .content > .rating > .text {
  color: #333333;
}

.shop > .container > .product > .single-product > .content > .title {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
}

.shop > .container > .product > .single-product > .content > .price {
  margin-top: 20px;
  font-size: 20px;
  color: #3DA8DE;
  font-weight: 600;
}

.shop > .container > .product > .single-product > .content > .instock {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}

.shop > .container > .product > .single-product > .content > .instock > .fa {
  margin-right: 5px;
  font-size: 10px;
  font-weight: 100;
  padding: 5px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #3DA8DE;
}

.shop > .container > .product > .single-product > .content > .text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}

.shop > .container > .product > .single-product > .content > .count-add {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop > .container > .product > .single-product > .content > .count-add > .count-product {
  margin-right: 10px;
  height: 48px;
  border: 1px solid #e6e6e6;
  background-color: #fcfcfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shop > .container > .product > .single-product > .content > .count-add > .count-product > span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  height: 100%;
  line-height: 50px;
}

.shop > .container > .product > .single-product > .content > .count-add > .count-product > span.control {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
}

.shop > .container > .product > .single-product > .content > .count-add > .count-product > span.control:hover {
  cursor: pointer !important;
  color: #54C2B0;
}

.shop > .container > .product > .single-product > .content > .count-add > .count-product > span.value {
  font-size: 18px;
  padding: 0 10px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shop > .container > .product > .single-product > .content > .count-add > button {
  height: 50px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 160px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #389633;
  border: 2px solid #389633 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  cursor: pointer;
}

.shop > .container > .product > .single-product > .content > .count-add > button:hover {
  color: #389633;
  background-color: #ffffff;
}

.shop > .container > .product > .single-product > .content > .about {
  margin-top: 50px;
  max-width: 300px;
  width: 100%;
}

.shop > .container > .product > .single-product > .content > .about tr {
  height: 40px;
  line-height: 40px;
}

.shop > .container > .product > .description {
  margin-top: 80px;
  padding-bottom: 80px;
  border-bottom: 2px solid #e6e6e6;
}

.shop > .container > .product > .description > .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 70px;
  width: 100%;
  padding: 10px 50px;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}

.shop > .container > .product > .description > .head > h1 {
  width: 160px;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}

.shop > .container > .product > .description > .head > .name {
  color: #3DA8DE;
}

.shop > .container > .product > .description > .text {
  margin-top: 40px;
  font-size: 15.5px;
  line-height: 1.5;
}

.shop > .container > .product > .description > .list {
  max-width: 570px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100px;
}

.shop > .container > .product > .description > .list > .list-item {
  height: 30px;
  line-height: 30px;
}

.shop > .container > .product > .description > .list > .list-item > .fa {
  margin-right: 5px;
}

.shop > .container > .relatives {
  margin-top: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.shop > .container > .relatives > .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shop > .container > .relatives > .head > .title {
  line-height: 24px;
  font-size: 24px;
  font-weight: 700;
}

.shop > .container > .relatives > .head > .allCard {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}

.shop > .container > .relatives > .head > .allCard:hover {
  color: #54C2B0;
}

.shop > .container > .relatives > .relatives__carousel {
  margin-top: 30px;
}

.shop > .container > .relatives > .relatives__carousel .owl-stage-outer {
  position: relative;
  z-index: 2;
}

.shop > .container > .relatives > .relatives__carousel .owl-stage-outer .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.shop > .container > .relatives > .relatives__carousel .owl-stage-outer .owl-item > .relatives__card-item {
  max-width: 270px;
  width: 100%;
}

.shop > .container > .relatives > .relatives__carousel .owl-stage-outer .owl-item > .relatives__card-item > .img {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 270px;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.shop > .container > .relatives > .relatives__carousel .owl-stage-outer .owl-item > .relatives__card-item > .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.shop > .container > .relatives > .relatives__carousel .owl-stage-outer .owl-item > .relatives__card-item > .img > .icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(31, 61, 157, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shop > .container > .relatives > .relatives__carousel .owl-stage-outer .owl-item > .relatives__card-item > .img > .icon > svg {
  text-align: center;
}

.shop > .container > .relatives > .relatives__carousel .owl-stage-outer .owl-item > .relatives__card-item.new {
  position: relative;
}

.shop > .container > .relatives > .relatives__carousel .owl-stage-outer .owl-item > .relatives__card-item.new:before {
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 4px;
  content: "new";
  font-size: 16px;
  line-height: 16px;
  padding: 7px 15px;
  text-transform: uppercase;
  background-color: #3DA8DE;
  color: #ffffff;
}

.shop > .container > .relatives > .relatives__carousel .owl-stage-outer .owl-item > .relatives__card-item.sale {
  position: relative;
}

.shop > .container > .relatives > .relatives__carousel .owl-stage-outer .owl-item > .relatives__card-item.sale:before {
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 4px;
  content: "sale";
  font-size: 16px;
  line-height: 16px;
  padding: 7px 15px;
  text-transform: uppercase;
  background-color: #54C2B0;
  color: #ffffff;
}

.shop > .container > .relatives > .relatives__carousel .owl-stage-outer .owl-item > .relatives__card-item > .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shop > .container > .relatives > .relatives__carousel .owl-stage-outer .owl-item > .relatives__card-item > .content > .text {
  margin-top: 15px;
}

.shop > .container > .relatives > .relatives__carousel .owl-stage-outer .owl-item > .relatives__card-item > .content > .text > .name {
  font-size: 18px;
  line-height: 18px;
  color: #333333;
}

.shop > .container > .relatives > .relatives__carousel .owl-stage-outer .owl-item > .relatives__card-item > .content > .text .price {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #3DA8DE;
}

.shop > .container > .relatives > .relatives__carousel .owl-stage-outer .owl-item > .relatives__card-item > .content > .basket {
  background-color: #389633;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.shop > .container > .relatives > .relatives__carousel .owl-stage-outer .owl-item > .relatives__card-item > .content > .basket:hover {
  background-color: #ffffff;
  border-color: #389633;
  cursor: pointer;
}

.shop > .container > .relatives > .relatives__carousel .owl-stage-outer .owl-item > .relatives__card-item > .content > .basket:hover > svg > path {
  fill: #389633;
}

.shop > .container > .relatives > .relatives__carousel .owl-stage-outer .owl-item > .relatives__card-item:hover > .img > .icon {
  opacity: 1;
}

.shop > .container > .relatives > .relatives__carousel .owl-nav {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -5%;
  right: -5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 110%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shop > .container > .relatives > .relatives__carousel .owl-nav > button {
  width: 40px;
  font-weight: 900;
  font-size: 30px;
  background-color: transparent !important;
  color: #333333;
}

.shop > .container > .relatives > .relatives__carousel .owl-nav > button:hover {
  color: #3DA8DE;
}

.shop > .container > .my-pagination-2 {
  margin-top: 90px;
}

.shop > .container.container_left-sidebar,
.shop > .container.container_right-sidebar {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shop > .container.container_left-sidebar > .article,
.shop > .container.container_right-sidebar > .article {
  max-width: 800px;
  width: 100%;
}

.shop > .container.container_left-sidebar > .article > .shop-block > .shop-block__header,
.shop > .container.container_right-sidebar > .article > .shop-block > .shop-block__header {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shop > .container.container_left-sidebar > .article > .shop-block > .shop-block__header > h1,
.shop > .container.container_right-sidebar > .article > .shop-block > .shop-block__header > h1 {
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  line-height: 45px;
  font-weight: 500;
}

.shop > .container.container_left-sidebar > .article > .shop-block > .shop-block__header > form > .select-box,
.shop > .container.container_right-sidebar > .article > .shop-block > .shop-block__header > form > .select-box {
  width: 270px;
  height: 45px;
  border-radius: 8px;
  position: relative;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
}

.shop > .container.container_left-sidebar > .article > .shop-block > .shop-block__header > form > .select-box > select,
.shop > .container.container_right-sidebar > .article > .shop-block > .shop-block__header > form > .select-box > select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  height: 45px;
}

.shop > .container.container_left-sidebar > .article > .shop-block > .shop-block__header > form > .select-box > .fa,
.shop > .container.container_right-sidebar > .article > .shop-block > .shop-block__header > form > .select-box > .fa {
  position: absolute;
  right: 10px;
  top: 12px;
}

.shop > .container.container_left-sidebar > .article > .shop-block > .shop-block__card,
.shop > .container.container_right-sidebar > .article > .shop-block > .shop-block__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.shop > .container.container_left-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item,
.shop > .container.container_right-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item {
  max-width: 31.5%;
  width: 100%;
  margin-bottom: 65px;
}

.shop > .container.container_left-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item > .img,
.shop > .container.container_right-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item > .img {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 260px;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.shop > .container.container_left-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item > .img > img,
.shop > .container.container_right-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item > .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.shop > .container.container_left-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item > .img > .icon,
.shop > .container.container_right-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item > .img > .icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(31, 61, 157, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shop > .container.container_left-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item > .img > .icon > svg,
.shop > .container.container_right-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item > .img > .icon > svg {
  text-align: center;
}

.shop > .container.container_left-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item.new,
.shop > .container.container_right-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item.new {
  position: relative;
}

.shop > .container.container_left-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item.new:before,
.shop > .container.container_right-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item.new:before {
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 4px;
  content: "new";
  font-size: 16px;
  line-height: 16px;
  padding: 7px 15px;
  text-transform: uppercase;
  background-color: #3DA8DE;
  color: #ffffff;
}

.shop > .container.container_left-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item.sale,
.shop > .container.container_right-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item.sale {
  position: relative;
}

.shop > .container.container_left-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item.sale:before,
.shop > .container.container_right-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item.sale:before {
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 4px;
  content: "sale";
  font-size: 16px;
  line-height: 16px;
  padding: 7px 15px;
  text-transform: uppercase;
  background-color: #54C2B0;
  color: #ffffff;
}

.shop > .container.container_left-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item > .content,
.shop > .container.container_right-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item > .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shop > .container.container_left-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item > .content > .text,
.shop > .container.container_right-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item > .content > .text {
  margin-top: 15px;
}

.shop > .container.container_left-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item > .content > .text > .name,
.shop > .container.container_right-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item > .content > .text > .name {
  font-size: 18px;
  line-height: 18px;
  color: #333333;
}

.shop > .container.container_left-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item > .content > .text .price,
.shop > .container.container_right-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item > .content > .text .price {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #3DA8DE;
}

.shop > .container.container_left-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item > .content > .basket,
.shop > .container.container_right-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item > .content > .basket {
  background-color: #389633;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.shop > .container.container_left-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item > .content > .basket:hover,
.shop > .container.container_right-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item > .content > .basket:hover {
  background-color: #ffffff;
  border-color: #389633;
  cursor: pointer;
}

.shop > .container.container_left-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item > .content > .basket:hover > svg > path,
.shop > .container.container_right-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item > .content > .basket:hover > svg > path {
  fill: #389633;
}

.shop > .container.container_left-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item:hover > .img > .icon,
.shop > .container.container_right-sidebar > .article > .shop-block > .shop-block__card > .shop-block__card-item:hover > .img > .icon {
  opacity: 1;
}

.shop > .container.container_left-sidebar > .article > .shop-block > .my-pagination,
.shop > .container.container_right-sidebar > .article > .shop-block > .my-pagination {
  margin-bottom: 0;
}

.shop > .container.container_left-sidebar > .sidebar,
.shop > .container.container_right-sidebar > .sidebar {
  max-width: 270px;
  width: 100%;
}

.shop > .container.shop-checkout {
  padding-top: 160px;
  padding-bottom: 160px;
}

.shop > .container.shop-checkout > .article {
  max-width: 700px;
  width: 100%;
}

.shop > .container.shop-checkout > .article > .form-block .form-group {
  margin-bottom: 20px;
}

.shop > .container.shop-checkout > .article > .form-block .form-group.form-textarea {
  margin-top: 70px;
  margin-bottom: 0;
}

.shop > .container.shop-checkout > .article > .form-block .form-group.form-textarea > label {
  font-weight: 600 !important;
  color: #333333;
}

.shop > .container.shop-checkout > .article > .form-block .form-group.form-textarea > textarea {
  height: 220px !important;
  resize: none;
  font-size: 16px;
  padding: 15px;
  color: #333333;
  border-radius: 8px;
}

.shop > .container.shop-checkout > .article > .form-block .form-group.form-textarea > textarea::-webkit-input-placeholder {
  font-weight: 400 !important;
  color: #333333;
}

.shop > .container.shop-checkout > .article > .form-block .form-group.form-textarea > textarea:-ms-input-placeholder {
  font-weight: 400 !important;
  color: #333333;
}

.shop > .container.shop-checkout > .article > .form-block .form-group.form-textarea > textarea::-ms-input-placeholder {
  font-weight: 400 !important;
  color: #333333;
}

.shop > .container.shop-checkout > .article > .form-block .form-group.form-textarea > textarea::placeholder {
  font-weight: 400 !important;
  color: #333333;
}

.shop > .container.shop-checkout > .article > .form-block .form-group > label > span {
  color: #54C2B0;
}

.shop > .container.shop-checkout > .article > .form-block .form-group > .form-check {
  margin-top: 70px;
  padding: 0;
}

.shop > .container.shop-checkout > .article > .form-block .form-group > .form-check > #shipToDifferent:checked ~ label .icon .fa {
  display: block;
}

.shop > .container.shop-checkout > .article > .form-block .form-group > .form-check > label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop > .container.shop-checkout > .article > .form-block .form-group > .form-check > label > .icon {
  display: inline-block;
  margin-right: 5px;
  width: 23px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.shop > .container.shop-checkout > .article > .form-block .form-group > .form-check > label > .icon > .fa {
  display: none;
  color: #333333;
}

.shop > .container.shop-checkout > .article > .form-block .form-group > .form-check > label > span {
  font-size: 18px;
  line-height: 1;
  color: #333333;
  font-weight: 600;
}

.shop > .container.shop-checkout > .article > .form-block .form-group > .select-box {
  position: relative;
  background-color: #fafafa;
}

.shop > .container.shop-checkout > .article > .form-block .form-group > .select-box > .fa {
  position: absolute;
  right: 10px;
  top: 15px;
}

.shop > .container.shop-checkout > .article > .form-block .form-group > .select-box > select {
  background-color: transparent !important;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.shop > .container.shop-checkout > .article > .form-block .form-group .form-control {
  height: 50px;
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  color: #333333;
}

.shop > .container.shop-checkout > .article > .form-block .form-group .form-control:hover {
  border-color: #3DA8DE;
}

.shop > .container.shop-checkout > .article > .form-block .form-group .form-control:focus {
  border-color: #3DA8DE;
  background-color: #ffffff;
}

.shop > .container.shop-checkout > .sidebar {
  max-width: 370px;
  width: 100%;
}

/**************************************************/
/* shop sidebar */
/**************************************************/
.sidebar > .shop-sidebar > .shop-sidebar__search {
  height: 45px;
  width: 100%;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  margin-bottom: 40px;
}

.sidebar > .shop-sidebar > .shop-sidebar__search > input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px 50px 10px 10px;
  font-size: 16px;
  background-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.sidebar > .shop-sidebar > .shop-sidebar__search > button {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  color: #333333;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}

.sidebar > .shop-sidebar > .shop-sidebar__search > button:hover,
.sidebar > .shop-sidebar > .shop-sidebar__search > button:focus,
.sidebar > .shop-sidebar > .shop-sidebar__search > button:active {
  border-color: #54C2B0;
  color: #54C2B0;
}

.sidebar > .shop-sidebar > div > .title {
  font-size: 26px;
  font-weight: 500;
  color: #333333;
  line-height: 26px;
  margin-bottom: 20px;
}

.sidebar > .shop-sidebar > .shop-sidebar__categories {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e9e9e9;
}

.sidebar > .shop-sidebar > .shop-sidebar__categories > .list > .list-item {
  height: 40px;
  line-height: 40px;
}

.sidebar > .shop-sidebar > .shop-sidebar__categories > .list > .list-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  color: #333333;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.sidebar > .shop-sidebar > .shop-sidebar__categories > .list > .list-item > a > .text {
  position: relative;
  padding-left: 10px;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.sidebar > .shop-sidebar > .shop-sidebar__categories > .list > .list-item > a > .text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 19.5px;
  height: 1px;
  width: 5px;
  background-color: #333333;
}

.sidebar > .shop-sidebar > .shop-sidebar__categories > .list > .list-item > a > .count {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sidebar > .shop-sidebar > .shop-sidebar__categories > .list > .list-item > a:hover {
  color: #54C2B0;
}

.sidebar > .shop-sidebar > .shop-sidebar__categories > .list > .list-item > a:hover > .text {
  padding-left: 30px;
}

.sidebar > .shop-sidebar > .shop-sidebar__categories > .list > .list-item > a:hover > .text:before {
  background-color: #54C2B0;
}

.sidebar > .shop-sidebar > .shop-sidebar__categories > .list > .list-item.active > a {
  color: #54C2B0;
}

.sidebar > .shop-sidebar > .shop-sidebar__categories > .list > .list-item.active > a .text {
  padding-left: 30px;
}

.sidebar > .shop-sidebar > .shop-sidebar__categories > .list > .list-item.active > a .text:before {
  background-color: #54C2B0;
}

.sidebar > .shop-sidebar > .shop-sidebar__filter-price {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e9e9e9;
}

.sidebar > .shop-sidebar > .shop-sidebar__filter-price > .filter-price {
  padding-top: 50px;
  padding: 50px 10px 0;
  position: relative;
  width: 100%;
}

.sidebar > .shop-sidebar > .shop-sidebar__filter-price > .filter-price > .show-range {
  position: relative;
  z-index: 1;
  height: 6px;
}

.sidebar > .shop-sidebar > .shop-sidebar__filter-price > .filter-price > .show-range > .track {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #e6e6e6;
}

.sidebar > .shop-sidebar > .shop-sidebar__filter-price > .filter-price > .show-range > .range {
  position: absolute;
  z-index: 2;
  bottom: 0;
  top: 0;
  left: 25%;
  right: 25%;
  border-radius: 5px;
  background-color: #3DA8DE;
}

.sidebar > .shop-sidebar > .shop-sidebar__filter-price > .filter-price > .show-range > .thumb {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 20px;
  height: 20px;
  background-color: #3DA8DE;
  border-radius: 50%;
  border: 3px solid #ffffff;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 0 0 0 rgba(31, 61, 157, 0.1);
  box-shadow: 0 0 0 0 rgba(31, 61, 157, 0.1);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  cursor: pointer !important;
}

.sidebar > .shop-sidebar > .shop-sidebar__filter-price > .filter-price > .show-range > .thumb.left {
  left: 25%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sidebar > .shop-sidebar > .shop-sidebar__filter-price > .filter-price > .show-range > .thumb.right {
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  right: 25%;
}

.sidebar > .shop-sidebar > .shop-sidebar__filter-price > .filter-price > .show-range > .thumb.hover {
  -webkit-box-shadow: 0 0 0 5px rgba(31, 61, 157, 0.1);
  box-shadow: 0 0 0 5px rgba(31, 61, 157, 0.1);
}

.sidebar > .shop-sidebar > .shop-sidebar__filter-price > .filter-price > .show-range > .thumb.active {
  -webkit-box-shadow: 0 0 0 10px rgba(31, 61, 157, 0.2);
  box-shadow: 0 0 0 10px rgba(31, 61, 157, 0.2);
}

.sidebar > .shop-sidebar > .shop-sidebar__filter-price > .filter-price > .show-range > .thumb > .range-value {
  position: absolute;
  top: -30px;
  left: -50%;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}

.sidebar > .shop-sidebar > .shop-sidebar__filter-price > .filter-price > input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 6px;
  width: 100%;
}

.sidebar > .shop-sidebar > .shop-sidebar__filter-price > .filter-price > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 20px;
  height: 20px;
  border: none;
  background-color: red;
  -webkit-appearance: none;
  appearance: none;
}

.sidebar > .shop-sidebar > .shop-sidebar__new-arrivals > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}

.sidebar > .shop-sidebar > .shop-sidebar__new-arrivals > .list > .list-item {
  max-width: 320px;
  width: 100%;
  margin-bottom: 20px;
}

.sidebar > .shop-sidebar > .shop-sidebar__new-arrivals > .list > .list-item:last-child {
  margin-bottom: 0;
}

.sidebar > .shop-sidebar > .shop-sidebar__new-arrivals > .list > .list-item > a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar > .shop-sidebar > .shop-sidebar__new-arrivals > .list > .list-item > a > .img {
  width: 70px;
  height: 70px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
}

.sidebar > .shop-sidebar > .shop-sidebar__new-arrivals > .list > .list-item > a > .img > img {
  -o-object-fit: cover;
  object-fit: cover;
}

.sidebar > .shop-sidebar > .shop-sidebar__new-arrivals > .list > .list-item > a > .content {
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sidebar > .shop-sidebar > .shop-sidebar__new-arrivals > .list > .list-item > a > .content > .name {
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  color: #333333;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.sidebar > .shop-sidebar > .shop-sidebar__new-arrivals > .list > .list-item > a > .content > .price {
  font-weight: 600;
  font-size: 16px;
  color: #3DA8DE;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.sidebar > .shop-sidebar > .shop-sidebar__new-arrivals > .list > .list-item > a:hover > .content > .name,
.sidebar > .shop-sidebar > .shop-sidebar__new-arrivals > .list > .list-item > a:hover > .content > .price {
  color: #54C2B0;
}

.sidebar > .checkout-sidebar {
  width: 100%;
}

.sidebar > .checkout-sidebar > div {
  background-color: #fafafa;
  border-radius: 8px;
  padding: 50px;
}

.sidebar > .checkout-sidebar > div > .yourOrder > .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sidebar > .checkout-sidebar > div > .yourOrder > .product > span {
  font-size: 20px;
  line-height: 20px;
}

.sidebar > .checkout-sidebar > div > .yourOrder > .product > span > span {
  font-size: 20px;
  line-height: 20px;
  color: #333333;
}

.sidebar > .checkout-sidebar > div > .yourOrder table {
  width: 100%;
}

.sidebar > .checkout-sidebar > div > .yourOrder table tr th {
  text-align: left;
  width: 60%;
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

.sidebar > .checkout-sidebar > div > .yourOrder table tr td {
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  text-align: right;
}

.sidebar > .checkout-sidebar > div > .yourOrder table tr td span {
  font-weight: 600;
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
}

.sidebar > .checkout-sidebar > div > .yourOrder > .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0;
  padding: 30px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.sidebar > .checkout-sidebar > div > .yourOrder > .total > span {
  font-size: 20px;
  line-height: 20px;
}

.sidebar > .checkout-sidebar > div > .yourOrder > .total > span > span {
  font-size: 20px;
  line-height: 20px;
}

.sidebar > .checkout-sidebar > div > .yourOrder > .total > span:first-child {
  color: #333333;
}

.sidebar > .checkout-sidebar > div > .yourOrder > .total > span:last-child {
  color: #3DA8DE;
}

.sidebar > .checkout-sidebar > div > .radioBoxes table tr td {
  padding-bottom: 10px;
}

.sidebar > .checkout-sidebar > div > .radioBoxes table tr td input {
  cursor: pointer;
}

.sidebar > .checkout-sidebar > div > .radioBoxes table tr td #cashOnDelivery:checked ~ label span.dot,
.sidebar > .checkout-sidebar > div > .radioBoxes table tr td #paypal:checked ~ label span.dot,
.sidebar > .checkout-sidebar > div > .radioBoxes table tr td #direct:checked ~ label span.dot,
.sidebar > .checkout-sidebar > div > .radioBoxes table tr td #cheque:checked ~ label span.dot {
  background-color: #333333;
}

.sidebar > .checkout-sidebar > div > .radioBoxes table tr td > label {
  cursor: pointer;
}

.sidebar > .checkout-sidebar > div > .radioBoxes table tr td > label > .dot {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 0 0 2px #333333;
  box-shadow: 0 0 0 2px #333333;
  margin-right: 10px;
}

.sidebar > .checkout-sidebar > div > .radioBoxes table tr td > label > .text {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  color: #333333;
}

.sidebar > .checkout-sidebar > div > .radioBoxes table tr td > label > .subtext {
  display: block;
  font-weight: 100;
  font-size: 18px;
  line-height: 1;
  color: #333333;
  margin-left: 30px;
}

.sidebar > .checkout-sidebar > div > .radioBoxes > .chek-term-condition {
  border-top: 1px solid #d9d9d9;
  padding-top: 30px;
}

.sidebar > .checkout-sidebar > div > .radioBoxes > .chek-term-condition > #chekTermCondition:checked ~ label .icon .fa {
  display: block;
}

.sidebar > .checkout-sidebar > div > .radioBoxes > .chek-term-condition > label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar > .checkout-sidebar > div > .radioBoxes > .chek-term-condition > label > .icon {
  display: inline-block;
  margin-right: 5px;
  margin-left: -2px;
  width: 23px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sidebar > .checkout-sidebar > div > .radioBoxes > .chek-term-condition > label > .icon > .fa {
  display: none;
  color: #333333;
}

.sidebar > .checkout-sidebar > div > .radioBoxes > .chek-term-condition > label > span {
  font-size: 13px;
  color: #333333;
  font-weight: 600;
  word-spacing: -1px;
}

.sidebar > .checkout-sidebar > div > .radioBoxes > .chek-term-condition > label > span > a {
  font-size: 13px;
  color: #333333;
  font-weight: 600;
  color: #3DA8DE !important;
}

.sidebar > .checkout-sidebar > div > .radioBoxes > .chek-term-condition > label > span > a:hover {
  text-decoration: underline !important;
}

.sidebar > .checkout-sidebar > div > .radioBoxes > .chek-term-condition > label > span > a span {
  color: #54C2B0;
}

.sidebar > .checkout-sidebar > div > .radioBoxes > button {
  margin-left: -2px;
  margin-top: 30px;
  border-radius: 8px;
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  background-color: #3DA8DE;
  border: 2px solid #3DA8DE;
  line-height: 46px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebar > .checkout-sidebar > div > .radioBoxes > button:hover {
  color: #3DA8DE;
  background-color: #ffffff;
}

/**************************************************/
/* .faqs */
/**************************************************/
.faqs > .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 160px;
  padding-bottom: 145px;
}

.faqs > .container > .article {
  max-width: 800px;
  width: 100%;
}

.faqs > .container > .article .faqs__controls {
  padding-bottom: 30px;
}

.faqs > .container > .article .faqs__controls-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.faqs > .container > .article .faqs__controls-item {
  font-size: 18px;
  color: #333333;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-right: 30px;
  cursor: pointer;
}

.faqs > .container > .article .faqs__controls-item.active,
.faqs > .container > .article .faqs__controls-item:hover {
  color: #54C2B0;
}

.faqs > .container > .article .faqs__cards {
  margin-bottom: 40px;
}

.faqs > .container > .article .faqs__cards-item {
  display: none;
  width: 100%;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 18px 0 18px 17px;
}

.faqs > .container > .article .faqs__cards-item.show {
  display: block;
  -webkit-animation: faqsCardsItemShow 0.5s ease-in;
  animation: faqsCardsItemShow 0.5s ease-in;
}

.faqs > .container > .article .faqs__cards-item-title {
  padding: 10px 25px 10px 10px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}

.faqs > .container > .article .faqs__cards-item-title .fa {
  position: absolute;
  right: 20px;
  top: 10px;
}

.faqs > .container > .article .faqs__cards-item-text {
  display: none;
  font-size: 17px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  padding-left: 40px;
  padding-right: 35px;
  letter-spacing: -0.5px;
}

.faqs > .container > .article .faqs__cards-item:nth-child(2) {
  border-color: #54C2B0;
}

.faqs > .container > .article .faqs__cards-item:nth-child(2) .faqs__cards-item-text {
  display: block;
}

.faqs > .container > .sidebar {
  max-width: 270px;
  width: 100%;
  padding-top: 75px;
}

.faqs > .container > .sidebar > div > .title {
  font-size: 18px;
  color: #333333;
  line-height: 1;
}

.faqs > .container > .sidebar > .appointment {
  margin-bottom: 40px;
  padding: 35px 30px;
  background-color: #f7f7f7;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  text-transform: uppercase;
}

.faqs > .container > .sidebar > .appointment > .appointment-form {
  width: 100%;
}

.faqs > .container > .sidebar > .appointment > .appointment-form > input {
  width: 100%;
  height: 40px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  margin-bottom: 10px;
  border-radius: 8px;
}

.faqs > .container > .sidebar > .appointment > .appointment-form > input::-webkit-input-placeholder {
  color: #b2b2b2;
}

.faqs > .container > .sidebar > .appointment > .appointment-form > input:-ms-input-placeholder {
  color: #b2b2b2;
}

.faqs > .container > .sidebar > .appointment > .appointment-form > input::-ms-input-placeholder {
  color: #b2b2b2;
}

.faqs > .container > .sidebar > .appointment > .appointment-form > input::placeholder {
  color: #b2b2b2;
}

.faqs > .container > .sidebar > .appointment > .appointment-form > textarea {
  border-radius: 8px;
  width: 100%;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  padding: 10px;
  font-size: 14px;
  resize: none;
  height: 150px;
  margin-bottom: 10px;
}

.faqs > .container > .sidebar > .appointment > .appointment-form > button {
  width: 100%;
  text-align: center;
}

.faqs > .container > .sidebar > .follow {
  padding: 30px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  text-transform: capitalize;
}

.faqs > .container > .sidebar > .follow > .title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.faqs > .container > .sidebar > .follow > .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faqs > .container > .sidebar > .follow > .socials > a {
  width: 57px;
  height: 57px;
  background-color: transparent;
  color: #aeaeae;
  border: 1px solid #aeaeae;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 50px;
  line-height: 55px;
  text-align: center;
  font-size: 20px;
}

.faqs > .container > .sidebar > .follow > .socials > a:hover {
  border-color: #54C2B0;
  background-color: #54C2B0;
  color: #ffffff;
}

/**************************************************/
/* contact */
/**************************************************/
.contact > .contact-map {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 690px;
}

.contact > .contact-map > .container > .contact-map__card {
  position: absolute;
  z-index: 20;
  top: 100px;
  max-width: 340px;
  width: 100%;
  background-color: #3DA8DE;
  border-radius: 8px;
  overflow: hidden;
}

.contact > .contact-map > .container > .contact-map__card > .img {
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.contact > .contact-map > .container > .contact-map__card > .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.contact > .contact-map > .container > .contact-map__card > .content {
  padding: 40px;
}

.contact > .contact-map > .container > .contact-map__card > .content > .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact > .contact-map > .container > .contact-map__card > .content > .number > a {
  cursor: pointer !important;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact > .contact-map > .container > .contact-map__card > .content > .number > a:hover {
  color: #54C2B0;
}

.contact > .contact-map > .container > .contact-map__card > .content > .email,
.contact > .contact-map > .container > .contact-map__card > .content > .adress {
  margin: 0;
  display: inline-block;
  line-height: 1.5;
  font-weight: 100;
  font-size: 18px;
  color: #ffffff;
  margin-top: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact > .contact-map > .container > .contact-map__card > .content > .email:hover {
  cursor: pointer;
  color: #54C2B0;
}

.contact > .contact-map > .container > .contact-map__card > .content > .btn {
  margin-top: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.contact > .contact-map-2 {
  position: relative;
  z-index: 2;
}

.contact > .contact-map-2 > .container {
  margin-bottom: 20px;
}

.contact > .contact-map-2 > .container > .contact-map__card-2 {
  position: relative;
  top: -120px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.contact > .contact-map-2 > .container > .contact-map__card-2 > img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.contact > .contact-map-2 > .container > .contact-map__card-2 > .blue {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(31, 61, 157, 0.9);
}

.contact > .contact-map-2 > .container > .contact-map__card-2 > .content {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 70px 100px;
}

.contact > .contact-map-2 > .container > .contact-map__card-2 > .content > .locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact > .contact-map-2 > .container > .contact-map__card-2 > .content > .locations > .item {
  max-width: 230px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
}

.contact > .contact-map-2 > .container > .contact-map__card-2 > .content > .locations > .item > .icon {
  margin-bottom: 10px;
}

.contact > .contact-map-2 > .container > .contact-map__card-2 > .content > .locations > .item > .tel {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact > .contact-map-2 > .container > .contact-map__card-2 > .content > .locations > .item > .tel:hover {
  color: #54C2B0;
}

.contact > .contact-map-2 > .container > .contact-map__card-2 > .content > .locations > .item > .adress {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 100;
  color: #ffffff;
}

.contact > .contact-map-2 > .container > .contact-map__card-2 > .content > .locations > .item > .email {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 100;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact > .contact-map-2 > .container > .contact-map__card-2 > .content > .locations > .item > .email:hover {
  color: #54C2B0;
}

.contact > .contact-map-2 > .container > .contact-map__card-2 > .content > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact > .contact-map-2 > .container > .contact-map__card-2 > .content > form > .form-row {
  width: 100%;
}

.contact > .contact-map-2 > .container > .contact-map__card-2 > .content > form > .form-row > .form-group > .form-control {
  height: 60px;
  padding: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact > .contact-map-2 > .container > .contact-map__card-2 > .content > form > .form-row > .form-group > .form-control::-webkit-input-placeholder {
  font-weight: 100;
}

.contact > .contact-map-2 > .container > .contact-map__card-2 > .content > form > .form-row > .form-group > .form-control:-ms-input-placeholder {
  font-weight: 100;
}

.contact > .contact-map-2 > .container > .contact-map__card-2 > .content > form > .form-row > .form-group > .form-control::-ms-input-placeholder {
  font-weight: 100;
}

.contact > .contact-map-2 > .container > .contact-map__card-2 > .content > form > .form-row > .form-group > .form-control::placeholder {
  font-weight: 100;
}

.contact > .contact-map-2 > .container > .contact-map__card-2 > .content > form > .form-row > .form-group > .form-control:hover {
  border-color: #54C2B0;
}

.contact > .contact-map-2 > .container > .contact-map__card-2 > .content > form > .form-row > .form-group > .form-control:focus {
  border-color: #54C2B0;
  background-color: rgba(0, 0, 0, 0.2);
}

.contact > .contact-map-2 > .container > .contact-map__card-2 > .content > form > .form-row > .form-group:first-child {
  height: 160px;
}

.contact > .contact-map-2 > .container > .contact-map__card-2 > .content > form > .form-row > .form-group:first-child > textarea {
  height: 100%;
  resize: none;
}

.contact > .contact-map-2 > .container > .contact-map__card-2 > .content > form > .btn {
  padding: 0;
  height: 60px;
  line-height: 58px;
  width: 220px;
}

.contact > .contact-map-2 > .container > .contact-map__card-2 > .content > form > label {
  margin: 15px 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 100;
}

.contact > .container {
  padding-top: 15px;
  padding-bottom: 145px;
}

.contact > .container.container_right-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact > .container.container_right-sidebar > .article {
  padding-top: 85px;
  max-width: 700px;
  width: 100%;
}

.contact > .container.container_right-sidebar > .article > .title {
  font-size: 30px;
  line-height: 1;
  color: #333333;
  margin-bottom: 35px;
}

.contact > .container.container_right-sidebar > .article > form > .form-row > .form-group > .form-control {
  height: 70px;
  padding: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  color: #333333;
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact > .container.container_right-sidebar > .article > form > .form-row > .form-group > .form-control::-webkit-input-placeholder {
  font-weight: 100;
}

.contact > .container.container_right-sidebar > .article > form > .form-row > .form-group > .form-control:-ms-input-placeholder {
  font-weight: 100;
}

.contact > .container.container_right-sidebar > .article > form > .form-row > .form-group > .form-control::-ms-input-placeholder {
  font-weight: 100;
}

.contact > .container.container_right-sidebar > .article > form > .form-row > .form-group > .form-control::placeholder {
  font-weight: 100;
}

.contact > .container.container_right-sidebar > .article > form > .form-row > .form-group > .form-control:hover {
  border-color: #54C2B0;
}

.contact > .container.container_right-sidebar > .article > form > .form-row > .form-group > .form-control:focus {
  border-color: #54C2B0;
  background-color: #ffffff;
}

.contact > .container.container_right-sidebar > .article > form > .form-row > .form-group:first-child {
  height: 355px;
}

.contact > .container.container_right-sidebar > .article > form > .form-row > .form-group:first-child > textarea {
  height: 100%;
  resize: none;
}

.contact > .container.container_right-sidebar > .article > form > .btn {
  padding: 0;
  height: 70px;
  line-height: 68px;
  width: 230px;
  margin-right: 20px;
}

.contact > .container.container_right-sidebar > .article > form > label {
  color: #333333;
  font-size: 16px;
  font-weight: 100;
}

.contact > .container.container_right-sidebar > .sidebar {
  max-width: 370px;
  width: 100%;
}

.apps {
  display: block;
  padding: 2rem 0 4rem 0;
}
.apps .container {
  align-items: center;
  justify-content: center;
}
.apps h1.section-title {
  font-size: 2rem;
  margin: 2rem 0;
  text-align: center;
  color: #333;
  margin-right: 3rem;
}
@media (max-width: 991px) {
  .apps h1.section-title {
    margin-right: 0;
  }
}
.apps a {
  display: inline-block;
  margin: 1rem 0.3rem;
}
.apps a img {
  max-width: 168px;
  height: auto;
}
.apps a.google img {
  max-width: 197px;
}
@media (max-width: 991px) {
  .apps a img {
    max-width: 120px;
  }
  .apps a.google img {
    max-width: 135px;
  }
}

.safety {
  display: flex;
  padding: 0.2rem 1rem;
}
.safety p {
  display: inline-block;
  max-width: 200px;
  color: #54C2B0;
  margin: 0;
}
.safety figure {
  margin: 0;
  margin-right: 1rem;
}
.safety figure img {
  max-width: 40px;
  opacity: 0.4;
}

.main-footer {
  border-top: 3px solid #3DA8DE;
  padding: 0;
}
.main-footer h3 {
  font-size: 0.9em;
  text-transform: none;
  font-weight: bold;
  margin: 1rem 0 1rem;
  text-transform: uppercase;
}
.main-footer .container {
  display: block;
}
.main-footer > .container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.main-footer .footer-brand {
  display: flex;
  margin: 1rem 0 0.5rem;
  align-items: center;
}
.main-footer p.subbrand {
  font-size: 0.9em;
  margin-bottom: 2rem;
  padding-left: 2rem;
}
.main-footer h2 {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 1.3em;
  margin: 1rem 0;
  color: #54C2B0;
}
.main-footer .social {
  text-align: left;
  margin: 0.2rem 0 2rem 0;
}
.main-footer .social a {
  margin-right: 1rem;
}
.main-footer .social a img {
  max-width: 32px;
  height: auto;
  display: inline-block;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .main-footer .social {
    text-align: center;
  }
  .main-footer .social a {
    margin: 0 1rem;
  }
}
.main-footer .fsection {
  max-width: 25%;
  padding: 0 1rem;
}
.main-footer .app {
  margin: 0 0 1rem 0;
}
.main-footer .app .app__box {
  display: flex;
}
.main-footer .app .app__box a {
  display: inline-block;
}
.main-footer .contact a {
  display: block;
  font-size: 1.4rem;
  color: #54C2B0;
  font-weight: bold;
}
.main-footer .contact .phone1 {
  margin-bottom: 2rem;
}
.main-footer .contact .phone1 a {
  display: inline-block;
  font-family: "Oswald", Arial, sans-serif;
}
.main-footer .footer-bar {
  padding: 2rem 0;
  margin-top: 3rem;
  border-top: 1px solid #ddd;
}
.main-footer .footer-bar .text-right {
  text-align: right;
}
.main-footer .footer-bar p {
  font-size: 13px;
  letter-spacing: normal;
  margin: 0 0 0.4rem 0;
}
.main-footer .footer-bar .links {
  padding: 1rem 0 0;
  font-size: 1em;
}
.main-footer .footer-bar .links a {
  color: #54C2B0;
}
.main-footer .footer-bar .links a:hover {
  text-decoration: underline;
}
.main-footer .methods__wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.main-footer .methods__wrap span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 4px;
  width: 50px;
  height: 40px;
  margin: 0 0.2rem 0.2rem 0;
}
.main-footer .methods__wrap img {
  max-width: 45px;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}

.work-us {
  padding: 0 1.3rem;
}
.work-us__title h3 {
  font-size: 1.3em;
  font-family: "Oswald", Arial, sans-serif;
  margin: 0 0 1rem 0;
  line-height: 1.3em;
}
.work-us__title h3 span {
  display: block;
}
.work-us .btn {
  font-size: 1.1em;
  padding: 0.55rem 1rem;
}

.whatsapp {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 2rem;
  z-index: 91919;
  animation: show_whats_app 750ms;
}
.whatsapp a {
  height: 3rem;
  width: 3rem;
  display: flex;
  animation: pulse_whats_app 500ms infinite ease alternate-reverse;
  align-items: center;
  justify-content: center;
  background: #2bb741;
  border-radius: 50%;
  transition: 0.2s all ease;
}
.whatsapp a img {
  width: 1.6rem;
  display: inline-block;
}
.whatsapp a:hover {
  box-shadow: 0 4px 20px #7ce08c;
  border: 3px solid #2bb741;
  transform: scale(1.1);
  transition: 0.2s all ease;
  animation: none;
}

@keyframes pulse_whats_app {
  from {
    box-shadow: 0 2px 6px #2bb741;
    border: 3px solid #2bb741;
    transform: scale(1);
  }
  to {
    box-shadow: 0 4px 20px #80e190;
    border: 3px solid #26a23a;
    transform: scale(1.1);
  }
}
@keyframes show_whats_app {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
#modal-fale-conosco .modal-footer {
  display: flex;
  justify-content: space-between;
}
#modal-fale-conosco .btn.btn-primary {
  background: #54C2B0;
  color: white;
  border-color: #54C2B0;
  font-size: 1.2em;
  letter-spacing: normal;
}
#modal-fale-conosco .alert-warning a {
  color: #54C2B0;
  font-weight: bold;
}

.modal .modal-header {
  padding: 1rem;
}
.modal .modal-header .modal-title {
  font-size: 18px;
  font-weight: bold;
  color: #54C2B0;
}
.modal .modal-header .close {
  border: 1px solid #ddd;
  border-radius: 30px;
  height: 30px;
  width: 30px;
  padding: 0;
  margin: 0;
}

.clinicas-list__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
}
.clinicas-list .cname {
  font-size: 1.1em;
  color: #3DA8DE;
  margin: 0 0 0.2rem 0;
}
.clinicas-list figure {
  width: 50px;
  height: auto;
  margin: 0;
  margin-right: 1rem;
  display: inline-block;
  font-size: 9px;
}
.clinicas-list figure img {
  max-width: 45px;
  height: auto;
  display: inline-block;
  max-height: 45px;
}
.clinicas-list p {
  margin: 0;
  line-height: 1.5em;
  font-size: 11px;
}
.clinicas-list a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.easy_checkout .header-top {
  border-bottom: 1px solid #ddd;
  margin-bottom: 4rem;
}

.easy_checkout .middle .container {
  display: block;
}
.easy_checkout .middle .group {
  margin: 1.4rem 0 2rem 0;
  padding: 2rem 2rem;
  background: white;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  border-left: 5px solid transparent;
  border-radius: 10px;
}
.easy_checkout .middle .group h2 {
  display: flex;
  align-items: center;
  margin: 0 0 2rem 0;
  padding: 0;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 1.4em;
  color: #9a9a9a;
  text-transform: uppercase;
}
.easy_checkout .middle .group .ball {
  display: inline-block;
  margin-right: 1rem;
  height: 2.4rem;
  width: 2.4rem;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9a9a9a;
  border-radius: 50%;
  color: white;
}
.easy_checkout .middle .group.current {
  border-left: 5px solid #54C2B0;
}
.easy_checkout .middle .group.current h2 {
  color: #54C2B0;
}
.easy_checkout .middle .group.current .ball {
  background: #54C2B0;
}
.easy_checkout .middle .form-group {
  position: relative;
  color: #888;
  font-size: 1em;
  font-weight: 300;
  padding-bottom: 1.4rem;
}
.easy_checkout .middle .form-group .help-block {
  color: #000;
  font-size: 11px;
  margin-top: 0.3rem;
  position: absolute;
  margin: 0;
  right: 0;
  font-weight: normal;
  color: #111;
  bottom: 0;
}
.easy_checkout .middle .form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  border-color: #54C2B0;
}
.easy_checkout .middle .form-control.error {
  border-color: red;
}
.easy_checkout .middle .u-has-error-v1 .form-control {
  border-color: red;
}
.easy_checkout .middle .toggle-passfield {
  display: inline-block;
  border: 0;
  background: none;
  padding: 6px;
  cursor: pointer;
  color: #9a9a9a;
}
.easy_checkout .middle .toggle-passfield:hover {
  color: black;
}
.easy_checkout .middle .toggle-passfield .fa-eye-slash {
  display: none;
}
.easy_checkout .middle .toggle-passfield.checked .fa-eye-slash {
  display: inline-block;
}
.easy_checkout .middle .toggle-passfield.checked .fa-eye {
  display: none;
}
.easy_checkout .middle .form-group .field-wrap {
  position: relative;
}
.easy_checkout .middle .form-group .toggle-passfield {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
}
.easy_checkout .middle a {
  color: #54C2B0;
  text-decoration: underline;
}
.easy_checkout .middle img.cielo {
  max-width: 90px;
  height: auto;
  display: inline-block;
}
.easy_checkout .middle .new-account {
  padding: 2rem 1rem;
}
.easy_checkout .middle .new-account footer {
  padding-top: 2rem;
}
.easy_checkout .middle .btn.btn-primary {
  text-transform: uppercase;
  font-size: 1em;
  padding: 0.7rem 2.3rem;
  color: white;
  background: #54C2B0;
}
.easy_checkout .middle .already {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 1rem;
  margin: 0 0 1rem 0;
}
.easy_checkout .middle .already .btn {
  margin-left: 1rem;
}
.easy_checkout .middle .plans {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.easy_checkout .middle .plan {
  padding-right: 1rem;
}
.easy_checkout .middle .plan label {
  width: 240px;
  border-radius: 6px;
  padding: 0.7rem;
  font-size: 14px;
  cursor: pointer;
  padding-left: 3rem;
  border: 2px solid #eee;
  position: relative;
  transition: 0.3s all ease;
}
.easy_checkout .middle .plan label input {
  position: absolute;
  left: 0;
  top: 0;
  margin: 1rem;
}
.easy_checkout .middle .plan label.checked {
  transition: 0.3s all ease;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  border-color: #54C2B0;
}
.easy_checkout .middle .plan p {
  margin: 0;
  font-weight: bold;
}
.easy_checkout .middle .plan small {
  font-size: 0.8em;
}
.easy_checkout .middle .plan .price {
  font-weight: normal;
}
.easy_checkout .middle .plan .price strong {
  font-size: 1.25em;
  color: #54C2B0;
}

.login-page {
  margin: 0 auto;
  padding: 4rem 0;
  margin: auto;
  min-height: 40vh;
  background: #c4ebff;
}
.login-page .login-box {
  max-width: 550px;
  padding: 2rem;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 100%;
  margin: 0 auto;
}
.login-page .btn {
  width: 100%;
  font-size: 16px;
  margin: 2rem 0 1rem;
}
.login-page .h2 {
  font-family: "Oswald", Arial, sans-serif;
  margin: 0 0 2rem 0;
  color: #3DA8DE;
}
.login-page .form-control {
  padding: 1.2rem;
}
.login-page .remember {
  text-align: center;
}
.login-page .remember a {
  text-decoration: underline;
  color: #3DA8DE;
  font-weight: bold;
}
.login-page .create-label {
  text-align: center;
}
.login-page .create-label a {
  font-weight: bold;
  color: #54C2B0;
  text-decoration: underline;
  text-align: center;
}

.thanks-ok {
  padding: 5rem 0;
  display: block;
  text-align: center;
}
.thanks-ok figure {
  text-align: center;
}
.thanks-ok h1 {
  font-size: 2em;
}
.thanks-ok img {
  max-width: 120px;
}