:root{
  --base-text-color:#4d4d4f;
  --base-primary:#28328c;
  --base-secoundary:#dc3545;
}
.fw-300{font-weight:300}
.fw-400{font-weight:400}
.fw-500{font-weight:500}
.fw-600{font-weight:600}
.fw-700{font-weight:700}
.fw-800{font-weight:800}
.fw-900{font-weight:900}

/* Typography
============================*/
.fs-48{font-size:calc(34px + (48 - 34) * ((100vw - 300px) / (1920 - 300)))}
.fs-45{font-size:calc(32px + (45 - 32) * ((100vw - 300px) / (1920 - 300)))}
.fs-42{font-size:calc(30px + (42 - 30) * ((100vw - 300px) / (1920 - 300)))}
.fs-40{font-size:calc(28px + (40 - 28) * ((100vw - 300px) / (1920 - 300)))}
.fs-38{font-size:calc(28px + (38 - 28) * ((100vw - 300px) / (1920 - 300)))}
.fs-35{font-size:calc(26px + (35 - 26) * ((100vw - 300px) / (1920 - 300)))}
.fs-32{font-size:calc(24px + (32 - 24) * ((100vw - 300px) / (1920 - 300)))}
.fs-30{font-size:calc(22px + (30 - 22) * ((100vw - 300px) / (1920 - 300)))}
.fs-28{font-size:calc(22px + (28 - 22) * ((100vw - 300px) / (1920 - 300)))}
.fs-26{font-size:calc(22px + (26 - 22) * ((100vw - 300px) / (1920 - 300)))}
.fs-24{font-size:calc(20px + (24 - 20) * ((100vw - 300px) / (1920 - 300)))}
.fs-23{font-size:calc(18px + (23 - 18) * ((100vw - 300px) / (1920 - 300)))}
.fs-22{font-size:calc(18px + (22 - 18) * ((100vw - 300px) / (1920 - 300)))}
.fs-21{font-size:calc(18px + (21 - 18) * ((100vw - 300px) / (1920 - 300)))}
.fs-20{font-size:calc(18px + (20 - 18) * ((100vw - 300px) / (1920 - 300)))}
.fs-18{font-size:calc(16px + (18 - 16) * ((100vw - 300px) / (1920 - 300)))}
.fs-16{font-size:calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)))}
.fs-15{font-size:calc(14px + (15 - 14) * ((100vw - 300px) / (1920 - 300)))}
.fs-14{font-size:calc(13px + (14 - 13) * ((100vw - 300px) / (1920 - 300)))}
.fs-12{font-size:calc(12px + (12 - 12) * ((100vw - 300px) / (1920 - 300)))}

a{transition: 0.5s all ease-in-out;}
.main_title strong {
	color: var(--base-primary);
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}

[data-loader="circle-side"] {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-animation: circle infinite .95s linear;
  -moz-animation: circle infinite .95s linear;
  -o-animation: circle infinite .95s linear;
  animation: circle infinite .95s linear;
  border: 2px solid #3f4079;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.body_freeze {
  overflow: hidden !important;
}

/*-------- 1.1 Typography --------*/
/* rem reference
10px = 0.625rem
12px = 0.75rem
14px = 0.875rem
16px = 1rem (base)
18px = 1.125rem
20px = 1.25rem
24px = 1.5rem
30px = 1.875rem
32px = 2rem
36px= 2.571428571rem
42px= 3rem
48px= 3.428571429rem
64px= 4.57142857rem
72px= 5.142857143rem
*/
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-family: "Poppins", Helvetica, sans-serif;
  color: #555;
}

main {
  background: #f0f7fd;
  position: relative;
  z-index: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}

p {
  margin-bottom: 30px;
}

hr {
  margin: 15px 0 30px 0;
  border-color: #ededed !important;
  opacity: 1;
}

hr.double {
  margin: 15px 0 30px 0;
  border-color: #ededed !important;
  opacity: 1;
  border-width: 2px;
}

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

p {
  margin-bottom: 25px;
}

p.lead {
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
}

strong {
  font-weight: 600;
}

.yog-btn {
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	font-style: normal;
	padding: 18px 35px;
	border: none;
	border-radius: 50px;
	transition: all .3s;
	z-index: 1;
	color: #fff;
	background-color: var(--base-primary);
}
.yog-btn:hover {
	color: #fff;
	background-color: var(--base-secoundary);
}
.yog-btn .yog-btn-content-wrapper {
	display: flex;
	justify-content: center;
}
.yog-btn .yog-button-icon {
	position: relative;
	overflow: hidden;
	margin-left: 15px;
}
.yog-btn .yog-button-icon::before {
	content: '\e8a7';
	font-family: fontello;
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: auto;
	transform: scale(.26) translate(-45px,50px);
	transition: transform 0.4s ease-in-out;
}
.yog-btn-global:hover .yog-button-icon::before {
	transform: scale(1) translate(0,0);
}
.yog-btn .yog-button-icon svg {
	width: 1em;
	height: auto;
	transition: all 0.4s ease-in-out;
}
.yog-btn:hover .yog-button-icon svg {
	transform: scale(.26) translate(45px,-50px);
}
 



.main_title {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .main_title {
    /* For less than 767px */
    margin-bottom: 15px;
  }
}
.main_title h2 {
  font-weight: 300;
  letter-spacing: -1px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .main_title h2 {
    /* For less than 767px */
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .main_title h2 {
    /* For less than 575px */
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .main_title h1 {
    /* For less than 767px */
    font-size: 32px;
    font-size: 2rem;
  }
}
.main_title p {
  font-weight: 300;
  font-size: 20px;
  color: #777;
}
@media (max-width: 767px) {
  .main_title p {
    /* For less than 767px */
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0;
  }
}
@media (max-width: 575px) {
  .main_title p {
    /* For less than 575px */
    font-size: 16px;
    font-size: 1rem;
  }
}

.main_title_2 {
  text-align: center;
  margin-bottom: 30px;
}
.main_title_2 h3 {
  font-weight: 300;
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0;
  text-transform: uppercase;
}
.main_title_2 p {
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  color: #777;
}

.main_title_3 {
  background-color: #3f4079;
  background-color: #3f4079;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .main_title_3 {
    /* For less than 991px */
    margin-bottom: 30px;
  }
}
.main_title_3 h3 {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 5px 0 0 0;
  position: relative;
  color: #fff;
}
.main_title_3 h3 strong {
  background-color: var(--base-secoundary);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  line-height: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.main_title_3 h3:before, .main_title_3 h3:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 54px;
  bottom: -42px;
  display: block;
  z-index: 9;
}
@media (max-width: 991px) {
  .main_title_3 h3:before, .main_title_3 h3:after {
    /* For less than 991px */
    display: none;
  }
}
.main_title_3 h3:before {
  left: 25%;
  background: url(../images/shapes/arrow_left.png) no-repeat 0 0;
}
.main_title_3 h3:after {
  right: 25%;
  background: url(../images/shapes/arrow_right.png) no-repeat 0 0;
}

.main_title_4 {
  background-color: #3f4079;
  background-color: #3f4079;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .main_title_4 {
    /* For less than 991px */
    margin-bottom: 30px;
  }
}
.main_title_4 h3 {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}
.main_title_4 h3 i {
  position: relative;
  top: 1px;
  margin-right: 5px;
}

/*-------- 1.2 Buttons --------*/
/*General links color*/
a {
  color: var(--base-secoundary);
  text-decoration: none;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  outline: none;
}
a:hover, a:focus {
  color: #333;
  text-decoration: none;
  outline: none;
}

a.btn_1,
.btn_1 {
  border: none;
  color: #fff;
  background: var(--base-secoundary);
  cursor: pointer;
  padding: 7px 20px;
  display: inline-block;
  outline: none;
  font-size: 14px;
  font-size: 0.875rem;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  font-weight: 500;
}
a.btn_1.medium,
.btn_1.medium {
  padding: 12px 45px;
  font-size: 16px;
  font-size: 1rem;
}
a.btn_1.full-width,
.btn_1.full-width {
  display: block;
  text-align: center;
  padding: 12px 45px;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
}
a.btn_1:hover,
.btn_1:hover {
  background: #74d1c6;
}
a.btn_1.outline,
.btn_1.outline {
  background: transparent;
  border: 2px solid var(--base-secoundary);
  color: var(--base-secoundary);
}
a.btn_1.outline:hover,
.btn_1.outline:hover {
  background: var(--base-secoundary);
  color: #fff;
}

/*-------- 1.3 Structure --------*/
/* Header */
header {
  background-color: #fff;
  border-bottom: 1px solid transparent;
}
header.header_sticky {
  width: 100%;
  z-index: 999;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.header_sticky.sticky {
  border-bottom: 1px solid #ededed;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
header.header_map {
  width: 100%;
  border-bottom: 1px solid #ededed;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
header.static {
  position: static;
  border-bottom: 1px solid #ededed;
  z-index: 999;
  position: relative;
}

ul#top_access {
  float: right;
  position: relative;
  top: 3px;
  margin: -1px 0 0 0;
}
@media (max-width: 991px) {
  ul#top_access {
    /* For less than 991px */
    right: 45px;
    top: 2px;
  }
}
ul#top_access li {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-left: 15px;
}
ul#top_access li i {
  font-size: 34px;
  font-size: 2.125rem;
}
/* ul#top_access li a {
  color: #3f4079;
} */
ul#top_access li a:hover {
  color: #333;
}
ul#top_access li#user {
  position: relative;
  padding: 10px 0 0 60px;
  font-weight: 500;
}
ul#top_access li#user figure {
  position: absolute;
  left: 15px;
  top: 0;
  width: 35px;
  height: 35px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
ul#top_access li#user figure img {
  width: auto;
  height: 35px;
}
@media (max-width: 991px) {
  ul#top_access li#user figure {
    /* For less than 991px */
    text-indent: 0;
    top: -2px;
    right: 0;
    left: auto;
  }
}
@media (max-width: 991px) {
  ul#top_access li#user {
    /* For less than 991px */
    text-indent: -9999px;
    padding: 0;
    margin: 2px 10px 0 0;
  }
}

/* logo home with h1 */
#logo_home h1 {
  margin: 0;
  padding: 0;
  line-height: 1;
}
#logo_home h1 a {
  width: 163px;
  height: 36px;
  display: block;
  background: url(../images/logo.png) no-repeat 0 0;
  background-size: 163px 36px;
  text-indent: -9999px;
}
 
/* Addtional links / Footer */
ul#additional_links {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #999;
}
ul#additional_links li {
  display: inline-block;
  margin-right: 15px;
}
ul#additional_links li:first-child {
  margin-right: 20px;
}
ul#additional_links li:last-child:after {
  content: "";
}
ul#additional_links li a {
  opacity: 0.5;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul#additional_links li a:hover {
  opacity: 1;
}
ul#additional_links li:after {
  content: "|";
  font-weight: 300;
  position: relative;
  left: 10px;
}

/* Wow on scroll event */
.wow {
  visibility: hidden;
}

/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/
/*-------- 2.1 Home--------*/
.hero_home {
	height: 450px;
	width: 100%;
	display: table;
	overflow: hidden;
	position: relative;
	background: #3f4079d6;
}
@media (max-width: 767px) {
  .hero_home {
    /* For less than 767px */
    height: 450px;
  }
}
/* .hero_home.version_1 {
  background: #3f4079 url(../img/hero_home_bg_1.svg) no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} */
@media (max-width: 767px) {
  .hero_home.version_1 {
    /* For less than 767px */
    height: 450px;
  }
}
.hero_home.version_1 .content {
  background-color: #363768;
  background-color: rgba(63, 64, 121, 0);
}
.hero_home.version_2 {
  background: none;
  position: relative;
  overflow: hidden;
  height: 500px;
  display: block;
}
.hero_home.version_2:before {
  background: #3f4079 url(../images/background/home_1_bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  animation: pop-in 3s 0.3s cubic-bezier(0, 0.5, 0, 1) forwards;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .hero_home.version_2 {
    /* For less than 767px */
    height: 450px;
  }
}
.hero_home.version_2 .content {
  background-color: #3e3f77;
  background-color: rgba(63, 64, 121, 0.9);
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 991px) {
  .hero_home.version_2 .content {
    /* For less than 991px */
    padding: 0 10%;
  }
}
@media (max-width: 767px) {
  .hero_home.version_2 .content {
    /* For less than 767px */
    padding: 0 15px;
  }
}
.hero_home.version_3 {
  background: #3f4079 url(../images/background/hero_home_bg_1.svg) no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 767px) {
  .hero_home.version_3 {
    /* For less than 767px */
    height: 450px;
  }
}
.hero_home.version_3 .content {
  background-color: #363768;
  background-color: rgba(63, 64, 121, 0);
  padding: 0 25%;
}
@media (max-width: 991px) {
  .hero_home.version_3 .content {
    /* For less than 991px */
    padding: 0 10%;
  }
}
@media (max-width: 767px) {
  .hero_home.version_3 .content {
    /* For less than 767px */
    padding: 0 15px;
  }
}
.hero_home.version_3 .content p {
  margin: 0 0 45px 0;
}
.hero_home .content {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  background-color: #3e3f77;
  background-color: rgba(63, 64, 121, 0.9);
}
@media (max-width: 991px) {
  .hero_home .content {
    /* For less than 991px */
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .hero_home .content {
    /* For less than 767px */
    font-size: 16px;
    font-size: 1rem;
    padding: 0 15px;
  }
}
.hero_home .content h3 {
  margin: 0 0 0 0;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  .hero_home .content h3 {
    /* For less than 767px */
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media (max-width: 575px) {
  .hero_home .content h3 {
    /* For less than 575px */
    font-size: 32px;
    font-size: 2rem;
  }
}

/* Animations hero */
@keyframes pop-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* Delay */
.hero_home .content h3.animated, #hero_video .content h3.animated {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
}
.hero_home .content p.animated, #hero_video .content p.animated {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
}
.hero_home .content form.animated, #hero_video .content form.animated {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
}
.hero_home .content .btn_1.animated, #hero_video .content .btn_1.animated {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
}

/* Home kenburns slider */
.vegas-content {
  display: table;
  width: 100%;
}

.hero_home.hero_kenburns .content {
  padding: 0;
  vertical-align: middle;
  text-align: center;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  background-color: #3d3e76;
  background-color: rgba(63, 64, 121, 0.8);
}
@media (max-width: 991px) {
  .hero_home.hero_kenburns .content {
    /* For less than 991px */
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .hero_home.hero_kenburns .content {
    /* For less than 767px */
    font-size: 16px;
    font-size: 1rem;
    padding: 0 15px;
  }
}
.hero_home.hero_kenburns .content h3 {
  margin: 0 0 0 0;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  .hero_home.hero_kenburns .content h3 {
    /* For less than 767px */
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media (max-width: 575px) {
  .hero_home.hero_kenburns .content h3 {
    /* For less than 575px */
    font-size: 32px;
    font-size: 2rem;
  }
}

#custom-search-input {
  margin: 0;
  top: 0;
  padding: 0;
  width: 650px;
  margin: auto;
  position: relative;
}
@media (max-width: 991px) {
  #custom-search-input {
    /* For less than 991px */
    width: auto;
  }
}
#custom-search-input .search-query {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.35);
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  color: #333;
}
#custom-search-input .search-query:focus {
  outline: none;
}
@media (max-width: 575px) {
  #custom-search-input .search-query {
    /* For less than 575px */
    padding-left: 15px;
  }
}
#custom-search-input ul {
  text-align: center;
  margin-top: 25px;
}
#custom-search-input ul li {
  display: inline-block;
  margin-right: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
}
#custom-search-input ul li input[type="radio"] {
  display: none;
}
#custom-search-input ul li input[type="radio"]:checked + label, #custom-search-input ul li input[type="radio"]:checked + label:hover {
  background-color: #74d1c6;
  color: #fff;
}
#custom-search-input ul li input[type="radio"]:hover + label {
  background-color: var(--base-secoundary);
  color: #fff;
}
#custom-search-input ul li label {
  display: inline-block;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 10px 6px 10px;
  line-height: 1;
  text-shadow: none;
  min-width: 80px;
  text-align: center;
  cursor: pointer;
}
#custom-search-input ul li:last-child {
  margin-right: 0;
}
#custom-search-input input[type='submit'] {
  position: absolute;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: 0;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  top: 0;
  border: 0;
  padding: 0 25px;
  height: 50px;
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-color: #74d1c6;
}
#custom-search-input input[type='submit']:hover {
  background-color: var(--base-secoundary);
}
@media (max-width: 575px) {
  #custom-search-input input[type='submit'] {
    /* For less than 575px */
    text-indent: -999px;
    background: #74d1c6 url(../images/icons/search.svg) no-repeat center center;
  }
}

.box_feat {
	background-color: #fff;
	padding: 30px 20px 20px 20px;
	text-align: center;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 30px 0px rgb(226, 236, 244);
	margin-bottom: 25px;
}
.appointment-icons img {
	width: 130px;
}
.box_feat h3 {
	text-transform: uppercase;
	font-size: 21px;
	font-size: 18px;
	margin-top: 25px;
	color: var(--base-secoundary);
}
.appointment-title {
	text-transform: uppercase;
	color: var(--base-primary);
}
.box_feat span {
	position: absolute;
	top: 50%;
	right: -37px;
	margin: -42px 0 0 0;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #ededed;
	background: #fff url(../images/icons/arrow-gray-1.svg) no-repeat center center;
	display: block;
	z-index: 9;
}
@media (max-width: 991px) {
  .box_feat span {
    /* For less than 991px */
    top: 100%;
    left: 50%;
    margin: -20px 0 0 -35px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.list_title {
  background-color: #3f4079;
  color: #fff;
  margin-bottom: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 30px 0;
  text-align: center;
}
.list_title i {
  font-size: 42px;
  font-size: 2.625rem;
  margin-bottom: 15px;
  display: inline-block;
}
@media (max-width: 575px) {
  .list_title i {
    /* For less than 575px */
    display: none;
  }
}
.list_title h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  color: #74d1c6;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .list_title {
    /* For less than 575px */
    text-align: left;
    padding: 15px;
  }
}

.list_home ul {
  text-align: left;
}
.list_home ul li a {
  background-color: #fff;
  padding: 10px;
  display: block;
  margin-bottom: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  font-weight: 500;
  color: #555;
}
.list_home ul li a strong {
  background-color: #f8f8f8;
  color: #999;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  padding: 6px;
  display: inline-block;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.list_home ul li a:after {
  font-family: 'ElegantIcons';
  content: "\24";
  right: 15px;
  top: 15px;
  position: absolute;
  color: var(--base-secoundary);
}
.list_home ul li a:hover {
  background-color: var(--base-secoundary);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}
.list_home ul li a:hover:after {
  color: #fff;
}

/*Carousel home page*/
#reccomended, #staff {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #reccomended, #staff {
    /* For less than 767px */
    margin: 0 0 15px 0;
  }
}
#reccomended .item .title, #staff .item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 9;
}
#reccomended .item .title h4, #staff .item .title h4 {
  background-color: #3f4079;
  background-color: #3f4079;
  display: inline-block;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  color: #fff;
  padding: 10px 15px;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  opacity: 0;
}
#reccomended .item .title h4 em, #staff .item .title h4 em {
  display: block;
  font-size: 13px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
  margin-top: 3px;
}
#reccomended .item a, #staff .item a {
  position: relative;
  display: block;
}
#reccomended .item a .views, #staff .item a .views {
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: #3f4079;
  background-color: #3f4079;
  color: #fff;
  box-sizing: border-box;
  padding: 3px 6px 4px 5px;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  opacity: 0;
}
#reccomended .item a .views i, #staff .item a .views i {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  margin-right: 3px;
  position: relative;
  top: 1px;
}

#reccomended .owl-item, #staff .owl-item {
  opacity: 0.5;
  transform: scale(0.85);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(0.85, 0.85);
  transition: all 0.3s ease-in-out 0s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

#reccomended .owl-item.active.center, #staff .owl-item.active.center {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: scale(1);
}

#reccomended .owl-item.active.center .item .title h4, #staff .owl-item.active.center .item .title h4,
#reccomended .owl-item.active.center .item .views, #staff .owl-item.active.center .item .views {
  opacity: 1;
}

.owl-theme .owl-dots {
  margin-top: 25px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--base-secoundary) !important;
}

a.box_cat_home {
  background-color: #fff;
  display: block;
  padding: 25px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  color: #999;
}
a.box_cat_home i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--base-secoundary);
  opacity: 0;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
a.box_cat_home h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 10px;
}
a.box_cat_home:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
a.box_cat_home:hover i {
  opacity: 1;
}
a.box_cat_home ul {
  margin: 20px -15px -25px -15px;
  padding: 10px;
  border-top: 1px solid #ededed;
}
a.box_cat_home ul li {
  display: inline-block;
}
a.box_cat_home ul li:first-child {
  float: left;
}
a.box_cat_home ul li:last-child {
  float: right;
}
a.box_cat_home ul li strong {
  margin-right: 5px;
  font-weight: 600;
}

#app_section {
  background: #3f4079 url(../images/background/app_bg.svg) repeat fixed;
  padding: 90px 0 60px 0;
  color: #fff;
}
@media (max-width: 991px) {
  #app_section {
    /* For less than 991px */
    padding: 60px 0 35px 0;
  }
}
#app_section .app_buttons {
  position: relative;
}
#app_section .app_buttons svg {
  width: 70px;
  height: 70px;
  position: absolute;
  left: -65px;
  top: -55px;
}
@media (max-width: 767px) {
  #app_section .app_buttons svg {
    /* For less than 767px */
    display: none;
  }
}
#app_section .app_buttons svg .draw-arrow {
  stroke-width: 4;
  stroke: #fff02a;
  fill: none;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-iteration-count: once;
  -webkit-animation-iteration-count: once;
  -moz-animation-iteration-count: once;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
}
#app_section .app_buttons svg .draw-arrow.tail-1 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
}
#app_section .app_buttons svg .draw-arrow.tail-2 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
}
#app_section small {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  opacity: 0.6;
}
#app_section h3 {
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
}
#app_section h3 strong {
  color: #fff02a;
}
#app_section p {
	margin-bottom: 30px;
}
.country-code {
	padding: 12px 10px;
	border: 1px solid #fff;
	border-radius: 5px 0 0 5px;
}
.app-link input {
	padding: 12px 10px;
	border: 1px solid #fff;
	background: transparent;
	border-left: none;
	border-radius: 0 5px 5px 0;
	color: #fff;
}
.app-link input:focus-visible {
	outline: none;
}
.app-link button {
	background: var(--bs-blue);
	color: #fff;
	border: none;
	padding: 14px;
	margin-left: 15px;
	border-radius: 5px;
	font-size: 16px;
  transition: 0.5s all ease-in-out;
}
.app-link button:hover {
	background: var(--base-secoundary)
}
 .app-image { 
	z-index: 1;
}
.app-shape1 {
	position: absolute;
	top: 3%;
	width: 100%;
	left: -60px;
	z-index: 0;
	opacity: 0.2;
}
.app-shape2 {
	position: absolute;
	bottom: 0;
	right: -60px;
	opacity: 0.2;
}
.app-shape3 {
	position: absolute;
	top: 0;
	left: -64px;
}
.app-shape4 {
	position: absolute;
	top: -24px;
	right: -44px;
	filter: brightness(0) invert(1);
}


.round-anim-shape {
	animation: animationglob 30s cubic-bezier(1, 0.99, 0.03, 0.01) infinite
}
.moving-anim-shape {
  animation: moving 9s linear infinite;
}
.updown-anim-shap {
	animation: itupdown 0.8s infinite alternate;
}

@media (max-width: 575px) {
  #app_section p {
    /* For less than 575px */
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}

.animated .draw-arrow {
  animation-name: draw;
  -webkit-animation-name: draw;
  -moz-animation-name: draw;
}

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
/* Home video background*/
.header-video {
  position: relative;
  overflow: hidden;
  background: #000;
}
@media (max-width: 991px) {
  .header-video {
    /* For less than 991px */
    height: 450px !important;
  }
}

#hero_video {
  position: relative;
  background-size: cover;
  color: #fff;
  width: 100%;
  display: table;
  height: 100%;
  z-index: 99;
}
#hero_video .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 10%;
}
@media (max-width: 767px) {
  #hero_video .content {
    /* For less than 767px */
    padding: 0 15px;
  }
}
#hero_video .content h3 {
  color: #fff;
  font-size: 3.8rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 767px) {
  #hero_video .content h3 {
    /* For less than 767px */
    font-size: 1.4rem;
  }
}
@media (max-width: 575px) {
  #hero_video .content h3 {
    /* For less than 575px */
    font-size: 1.8rem;
  }
}
#hero_video .content p {
  font-weight: 300;
  font-size: 1.5rem;
}
#hero_video .content p strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  #hero_video .content p {
    /* For less than 767px */
    padding: 0;
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  #hero_video .content p {
    /* For less than 575px */
    font-size: 1.2rem;
  }
}

video {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	height: 450px;
	object-fit: cover;
}
iframe {
  height: 100%;
  width: 100%;
}

.teaser-video {
  width: 100%;
  height: auto;
}

.header-video--media {
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  #hero_video {
    background: #3f4079 url(../images/background/hero_bg_1.svg) repeat fixed;
  }

  .header-video {
    background: none;
  }
}
/*-------- 2.2 Listing --------*/
#results {
  padding: 20px 0;
  color: #fff;
  background: #3f4079;
}
@media (max-width: 767px) {
  #results {
    /* For less than 767px */
    padding: 10px 0;
  }
}
#results.is_stuck {
  z-index: 99;
}
#results h4 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  #results h4 {
    /* For less than 767px */
    display: none;
  }
}

.search_bar_wrapper {
  background-color: #3f4079;
  padding: 15px;
  margin: 0 -15px 0 -15px;
}

.search_bar_list {
  position: relative;
}
.search_bar_list input[type='text'] {
  border: 0;
  height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding-left: 15px;
}
.search_bar_list input[type='text']:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search_bar_list input[type='submit'] {
  position: absolute;
  right: -1px;
  color: #fff;
  font-weight: 600;
  top: 0;
  border: 0;
  padding: 0 15px;
  height: 40px;
  cursor: pointer;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-color: #74d1c6;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search_bar_list input[type='submit']:hover {
  background-color: var(--base-secoundary);
}

.box_list {
  background-color: #fff;
  display: block;
  position: relative;
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .box_list {
    /* For less than 991px */
    min-height: inherit;
  }
}
.box_list figure {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 260px;
}
@media (max-width: 767px) {
  .box_list figure {
    /* For less than 767px */
    height: 280px;
  }
}
.box_list figure .preview {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 2;
}
.box_list figure .preview span {
  background-color: #fcfcfc;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  color: #222;
  font-size: 0.75rem;
  padding: 5px 15px;
}
.box_list figure:hover .preview {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.box_list figure a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box_list figure a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.box_list .wrapper {
  padding: 25px;
}
.box_list .wrapper h3 {
  font-size: 1.25rem;
  margin-top: 0;
}
@media (max-width: 767px) {
  .box_list .wrapper p {
    /* For less than 767px */
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.box_list small {
  text-transform: uppercase;
  color: #999;
  font-weight: 600;
}
.box_list ul {
  width: 100%;
  padding: 20px 15px;
  border-top: 1px solid #ededed;
}
@media (max-width: 991px) {
  .box_list ul {
    /* For less than 991px */
    position: static;
  }
}
.box_list ul li {
  display: inline-block;
  color: #999;
  font-weight: 500;
}
.box_list ul li i {
  margin-right: 5px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .box_list ul li:first-child {
    /* For less than 767px */
    display: none;
  }
}
.box_list ul li:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .box_list ul li:nth-child(2) {
    /* For less than 767px */
    display: inline-block;
  }
}
.box_list ul li a {
  color: #999;
  font-weight: 500;
}
.box_list ul li a:hover {
  color: var(--base-secoundary);
}
.box_list ul li:last-child {
  margin-right: 0;
  float: right;
}
.box_list ul li:last-child a {
  background: #fff;
  border: 2px solid var(--base-secoundary);
  color: var(--base-secoundary);
  padding: 5px 20px;
  font-weight: 500;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.box_list ul li:last-child a:hover {
  background: var(--base-secoundary);
  color: #fff;
}
.box_list.home ul li:first-child, .box_list.home ul li:nth-child(2), .box_list.home ul li:last-child {
  display: inline-block;
}

a.wish_bt {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 9px 10px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.wish_bt:after {
  font-family: 'ElegantIcons';
  content: "\e030";
}
a.wish_bt:hover:after {
  content: "\e089";
  color: var(--base-secoundary);
}

.strip_list {
  margin-bottom: 25px;
  background-color: #fff;
  padding: 20px 15px 15px 115px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.strip_list a.wish_bt {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #555;
}
.strip_list a.wish_bt:hover:after {
  color: var(--base-secoundary);
}
@media (max-width: 767px) {
  .strip_list {
    /* For less than 767px */
    padding: 20px 15px 15px 90px;
  }
}
.strip_list figure {
  width: 80px;
  height: 80px;
  position: absolute;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  left: 15px;
  top: 15px;
}
.strip_list figure img {
  width: auto;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 767px) {
  .strip_list figure img {
    /* For less than 767px */
    height: 60px;
  }
}
@media (max-width: 767px) {
  .strip_list figure {
    /* For less than 767px */
    width: 60px;
    height: 60px;
  }
}
.strip_list h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 0;
  display: inline-block;
  margin-right: 10px;
}
.strip_list p {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .strip_list p {
    /* For less than 767px */
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.strip_list small {
  color: #999;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
.strip_list ul {
  border-top: 1px solid #ededed;
  margin: 15px -15px -15px -115px;
  padding: 20px 15px;
}
@media (max-width: 767px) {
  .strip_list ul {
    /* For less than 767px */
    margin: 15px -15px -15px -90px;
  }
}
.strip_list ul li {
  display: inline-block;
  margin-right: 5px;
  font-weight: 500;
}
.strip_list ul li a {
  color: #999;
  cursor: pointer;
}
.strip_list ul li a:hover {
  color: var(--base-secoundary);
}
.strip_list ul li:first-child:after {
  content: '|';
  font-weight: 400;
  margin-left: 8px;
  color: #ccc;
}
.strip_list ul li:last-child {
  float: right;
  margin-right: 0;
}
.strip_list ul li:last-child a {
  border: 2px solid var(--base-secoundary);
  color: var(--base-secoundary);
  cursor: pointer;
  padding: 5px 20px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.strip_list ul li:last-child a:hover {
  background-color: var(--base-secoundary);
  color: #fff !important;
}
@media (max-width: 991px) {
  .strip_list ul li:first-child {
    /* For less than 991px */
    display: none;
  }
}

.rating i {
  color: #ddd;
  font-size: 13px;
  font-size: 0.8125rem;
}
.rating i.voted {
  color: #FFC107;
}
.rating small {
  margin-bottom: 0;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
}
.rating small a {
  color: #999;
  text-decoration: underline;
}

/*-------- 2.3 Map listing --------*/
.infoBox {
  padding-right: 50px !important;
}
.infoBox > img {
  position: absolute !important;
  right: 60px !important;
  top: 10px !important;
  z-index: 9999999;
}

.marker_info {
  width: 200px;
  padding: 20px 15px 15px 15px;
  height: 250px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #fefefe;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 99999;
  font-family: "Poppins", Helvetica, sans-serif;
}
.marker_info figure {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin: auto;
  margin-bottom: 10px;
  position: relative;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.marker_info figure img {
  width: auto;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.marker_info h3 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 10px 0;
}
.marker_info h3 a {
  color: var(--base-secoundary);
}
.marker_info h3 a:hover {
  color: #333;
}
.marker_info small {
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #999;
  font-weight: 600;
}
.marker_info span {
  display: block;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 10px;
}
.marker_info:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-right-color: rgba(255, 255, 255, 0.9);
  border-width: 10px;
  margin-top: -10px;
}

.btn_infobox_get_directions:before,
.btn_infobox_phone:before {
  font-family: 'ElegantIcons';
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  position: relative;
  left: 0;
  top: 2px;
  color: var(--base-secoundary);
  margin-right: 8px;
}

.btn_infobox_get_directions {
  border: none;
  display: block;
  font-weight: 500;
  color: #555;
  background: none;
  cursor: pointer;
  outline: none;
  font-size: 12px;
  font-size: 0.75rem;
}
.btn_infobox_get_directions:before {
  content: "\e081";
}

.btn_infobox_phone {
  border: none;
  display: block;
  font-weight: 500;
  color: #555;
  background: none;
  cursor: pointer;
  font-size: 12px;
  font-size: 0.75rem;
  outline: none;
}
.btn_infobox_phone:before {
  content: "\e090";
}

.full-height {
  height: 100%;
}
@media (max-width: 991px) {
  .full-height {
    /* For less than 991px */
    height: auto;
  }
}

.row-height {
  height: 100%;
  min-height: 100%;
}
@media (max-width: 991px) {
  .row-height {
    /* For less than 991px */
    height: auto;
  }
}

.map-right {
  height: 100%;
  min-height: 100%;
  padding: 0px;
}
@media (max-width: 991px) {
  .map-right {
    /* For less than 991px */
    height: 400px;
  }
}

#map_listing {
  height: 100%;
  width: 100%;
}
#map_listing.normal_list {
  height: 495px;
  width: auto;
  border: 3px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 25px;
}

.content-left {
  height: 100%;
  min-height: 100%;
  overflow-y: scroll;
  padding-top: 55px;
  background-color: #f0f7fd;
}

.search_bar {
  margin-bottom: 15px;
  position: relative;
}
.search_bar input[type='submit'] {
  position: absolute;
  right: 8px;
  top: 2px;
  text-indent: -9999px;
  border: 0;
  width: 35px;
  height: 35px;
  background: url(../images/icons/search.svg) no-repeat center right;
  cursor: pointer;
}

.filters_listing {
  border-bottom: 1px solid #e1e8ed;
  padding: 15px 0;
}
.filters_listing.map_listing {
  border-bottom: none;
}
.filters_listing ul {
  margin: 0;
}
.filters_listing ul li {
  margin-right: 10px;
}
.filters_listing ul li h6 {
  font-size: 12px;
  font-size: 0.75rem;
  color: #999;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .filters_listing ul li h6 {
    /* For less than 767px */
    display: none;
  }
}
.filters_listing ul li:first-child {
  float: left;
}
.filters_listing ul li:nth-child(2) {
  float: right;
  margin-right: 0;
}
@media (max-width: 767px) {
  .filters_listing ul li:nth-child(2) {
    /* For less than 767px */
    float: left;
  }
}
.filters_listing ul li:nth-child(3) {
  float: right;
}
@media (max-width: 767px) {
  .filters_listing ul li:nth-child(3) {
    /* For less than 767px */
    float: left;
    clear: both;
  }
}

.layout_view {
  background-color: #fff;
  border: 1px solid #e1e8ed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 8px 5px 8px;
  margin-bottom: 5px;
}
.layout_view a {
  color: #3f4079;
}
.layout_view a.active {
  color: #ccc;
  cursor: default;
}
.layout_view a:hover {
  color: var(--base-secoundary);
}

.switch-field {
  overflow: hidden;
}
.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.switch-field input:checked + label {
  background-color: #3f4079;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.switch-field label {
  float: left;
  display: inline-block;
  min-width: 70px;
  background-color: #fff;
  color: #3f4079;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  text-shadow: none;
  padding: 10px 15px 8px 15px;
  line-height: 1;
  border: 1px solid #e1e8ed;
  border-right: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.switch-field label:first-of-type {
  border-radius: 3px 0 0 3px;
}
.switch-field label:last-of-type {
  border-radius: 0 3px 3px 0;
  border: 1px solid #e1e8ed;
}
.switch-field label:hover {
  cursor: pointer;
  color: var(--base-secoundary);
}

.sbHolder {
  background-color: #fff;
  border: 1px solid #e1e8ed;
  height: 32px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  min-width: 160px;
}

.sbSelector {
  display: block;
  height: 32px;
  left: 0;
  line-height: 32px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 100%;
}

.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
  color: #555;
  outline: none;
  text-decoration: none;
  color: #3f4079;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
}

.sbToggle {
  position: absolute;
  display: block;
  height: 32px;
  outline: none;
  right: 0;
  top: 0;
  width: 35px;
  text-align: center;
  line-height: 32px;
}
.sbToggle:after {
  font-family: 'ElegantIcons';
  font-size: 14px;
  content: "\43";
  color: #3f4079;
  text-align: center;
}

.sbHolderDisabled {
  background-color: #ededed;
  border: solid 1px #ededed;
}

.sbOptions {
  background-color: #fff;
  border: solid 1px #ededed;
  list-style: none;
  left: -1px;
  right: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 40px;
  z-index: 10;
  font-size: 12px;
  font-size: 0.75rem;
}

.sbOptions li {
  padding: 0 7px;
  float: none !important;
  border-bottom: solid 1px #ededed;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}

.sbOptions li:last-child {
  border-bottom: none;
  float: none !important;
  margin: 0;
  padding-left: 10px;
}

.sbOptions li:hover {
  color: var(--base-secoundary);
}

.sbOptions a {
  display: block;
  outline: none;
  padding: 7px 0 7px 3px;
  text-transform: capitalize;
}

.sbOptions a:link,
.sbOptions a:visited {
  color: #555;
  text-decoration: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: var(--base-secoundary);
}

.sbOptions li.last a {
  border-bottom: none;
}

.sbOptions .sbDisabled {
  border-bottom: dotted 1px #fff;
  color: #999;
  display: block;
  padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup {
  border-bottom: dotted 1px #fff;
  color: #555;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px;
}

.sbOptions .sbSub {
  padding-left: 17px;
}

/* Cluster styles */
.cluster img {
  display: none !important;
}

.cluster-visible {
  text-align: center;
  font-size: 15px !important;
  color: #fff !important;
  font-weight: 500;
  border-radius: 50%;
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
  background-color: #3f4079 !important;
  background-image: none !important;
}

.cluster-visible:before {
  border: 7px solid #3f4079;
  opacity: 0.2;
  box-shadow: inset 0 0 0 4px #3f4079;
  content: '';
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: cluster-animation 2.5s infinite;
}

@keyframes cluster-animation {
  0%,100% {
    transform: scale(1.3) rotate(0deg);
  }
  50% {
    transform: scale(1.5) rotate(90deg);
  }
}
/*-------- 2.4 Detail page  --------*/
#breadcrumb {
  background-color: #3f4079;
  padding: 25px 0;
  line-height: 1;
  color: #fff;
}
@media (max-width: 767px) {
  #breadcrumb {
    /* For less than 767px */
    padding: 15px 0;
  }
}
#breadcrumb ul {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
}
#breadcrumb ul li {
  display: inline-block;
  padding-right: 8px;
  margin-right: 3px;
  position: relative;
}
#breadcrumb ul li a {
  color: #fff;
}
#breadcrumb ul li a:hover {
  color: #74d1c6;
}
#breadcrumb ul li:after {
  content: "\e9ee";
  font-family: "fontello";
  position: absolute;
  right: 0;
  top: 0;
}
#breadcrumb ul li:last-child {
  opacity: 0.7;
}
#breadcrumb ul li:last-child:after {
  content: '';
  margin-right: 0;
}

.tabs_styled_2 .nav-tabs .nav-item.show .nav-link,
.tabs_styled_2 .nav-tabs .nav-link.active {
  color: #333;
  background-color: #fff;
  border-color: #e1e8ed;
  border-bottom: 1px solid transparent;
}
@media (max-width: 767px) {
  .tabs_styled_2 .nav-tabs .nav-item.show .nav-link,
  .tabs_styled_2 .nav-tabs .nav-link.active {
    /* For less than 767px */
    border: 1px solid transparent;
  }
}
.tabs_styled_2 .nav-tabs .nav-link:focus,
.tabs_styled_2 .nav-tabs .nav-link.active:hover {
  border-color: #e1e8ed;
  border-bottom: 1px solid transparent;
}
@media (max-width: 767px) {
  .tabs_styled_2 .nav-tabs .nav-link:focus,
  .tabs_styled_2 .nav-tabs .nav-link.active:hover {
    /* For less than 767px */
    border: 1px solid transparent;
  }
}
.tabs_styled_2 .nav-tabs .nav-link:hover {
  border-color: transparent;
}
@media (max-width: 767px) {
  .tabs_styled_2 .nav-item {
    /* For less than 767px */
    display: block;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #e1e8ed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
}
.tabs_styled_2 .nav-tabs .nav-link {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .tabs_styled_2 .nav-tabs .nav-link {
    /* For less than 767px */
    margin-right: 0;
    padding: 0.5rem;
  }
}
.tabs_styled_2 .nav-tabs {
  border-bottom: 1px solid #e1e8ed;
}
.tabs_styled_2 .tab-pane {
  background-color: #fff;
  padding: 30px 30px 20px 30px;
  border: 1px solid #e1e8ed;
  border-top: none;
}
.tabs_styled_2 .tab-pane hr {
  margin: 30px -30px 30px -30px;
}

.indent_title_in {
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .indent_title_in {
    /* For less than 767px */
    padding-left: 0;
  }
}
.indent_title_in i {
  font-size: 40px;
  position: absolute;
  left: 0;
  color: #3f4079;
  top: 0;
}
@media (max-width: 767px) {
  .indent_title_in i {
    /* For less than 767px */
    position: static;
  }
}
.indent_title_in h3 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 21px;
}
.indent_title_in p {
  color: #999;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.wrapper_indent {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .wrapper_indent {
    /* For less than 767px */
    padding-left: 0;
  }
}

ul.list_edu {
  margin-bottom: 0;
  line-height: 1.8;
}
ul.list_edu li:before {
  font-family: fontello;
  content: "\ea3e";
  margin-right: 8px;
  color: #ccc;
}
ul.list_edu li strong {
  font-weight: 500;
}

#review_summary {
  text-align: center;
  background-color: #3f4079;
  color: #fff;
  padding: 27px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  #review_summary {
    /* For less than 991px */
    margin-bottom: 15px;
  }
}
#review_summary strong {
  font-size: 3rem;
  line-height: 1;
}
#review_summary small {
  display: block;
}

.reviews-container .progress {
  margin-bottom: 10px;
}
.reviews-container .progress-bar {
  background-color: #74d1c6;
}
.reviews-container .review-box {
  position: relative;
  margin-bottom: 25px;
  padding-left: 100px;
  min-height: 100px;
}
@media (max-width: 767px) {
  .reviews-container .review-box {
    /* For less than 767px */
    padding-left: 0;
  }
}
.reviews-container .rev-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.reviews-container .rev-thumb img {
  width: 80px;
  height: auto;
}
@media (max-width: 767px) {
  .reviews-container .rev-thumb {
    /* For less than 767px */
    position: static;
    margin-bottom: 10px;
  }
}
.reviews-container .rev-content {
  position: relative;
  padding: 25px 25px 0 25px;
  border: 1px solid #ededed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.reviews-container .rev-info {
  font-size: 0.75rem;
  font-style: italic;
  color: #777;
  margin-bottom: 10px;
}

#calendar {
  padding: 0;
  margin-bottom: 30px;
}
#calendar .datepicker.datepicker-inline,
#calendar .datepicker.datepicker-inline table {
  width: 100%;
}

.datepicker thead tr th.prev:hover,
.datepicker thead tr th.next:hover {
  color: var(--base-secoundary);
}

.datepicker .disabled.disabled-date.day,
.datepicker .disabled.disabled-date.day:hover {
  background-color: #eb525b !important;
  color: #fff !important;
}

.datepicker .day:hover {
  background: #8ec549 !important;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.datepicker .active.day:hover {
  background: #333 !important;
  color: #fff;
}

ul.legend li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  padding-left: 30px;
}
ul.legend li strong {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: -2px;
}
ul.legend li:first-child strong {
  background-color: #8ec549;
}
ul.legend li:last-child strong {
  background-color: #eb525b;
}

ul.time_select.version_2 li {
  float: left;
  width: 50%;
}
ul.time_select li input[type="radio"] {
  display: none;
  cursor: pointer;
}
ul.time_select li input[type="radio"]:checked + label {
  background-color: #333;
  color: #fff;
}
ul.time_select li label {
  display: inline-block;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #f8f8f8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 10px 6px 10px;
  line-height: 1;
  min-width: 100px;
  margin: 5px;
  text-align: center;
  cursor: pointer;
}
ul.time_select li label:hover {
  background-color: var(--base-secoundary);
  color: #fff;
}

ul.treatments {
  margin-bottom: 45px;
}
ul.treatments li {
  border-bottom: 1px dotted #ddd;
  width: 45%;
  float: left;
  margin: 15px;
}
@media (max-width: 991px) {
  ul.treatments li {
    /* For less than 991px */
    width: auto;
    float: none;
  }
}

input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 35px;
  height: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  padding-top: 3px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input[type=checkbox].css-checkbox:hover + label.css-label {
  background-position: 0 -28px;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -56px;
}

label.css-label {
  background-image: url(../images/icons/checkbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  display: block;
}
label.css-label strong {
  float: right;
}

#sidebar_detail {
  position: relative;
  top: -240px;
}
#sidebar_detail #map {
  width: 100%;
  height: 350px;
  text-align: center;
  background-color: #fff;
  border: 5px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
}
#sidebar_detail h4 {
  text-transform: uppercase;
  color: #6d7b84;
  font-size: 18px;
  font-size: 1.125rem;
}

.box_profile {
  background-color: #fff;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e1e8ed;
  padding: 0 25px 25px 25px;
  margin-bottom: 35px;
}
.box_profile figure {
  margin: -1px -26px 25px -26px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .box_profile figure {
    /* For less than 991px */
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 25px auto;
  }
}
.box_profile .rating {
  margin-bottom: 20px;
  display: inline-block;
}
.box_profile small {
  text-transform: uppercase;
  color: #999;
  font-weight: 600;
}
.box_profile h1 {
  font-size: 21px;
  font-size: 1.3125rem;
}
.box_profile p {
  color: #999;
}
.box_profile ul.statistic {
  padding-bottom: 5px;
}
.box_profile ul.statistic li {
  display: inline-block;
  background-color: #74d1c6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: normal;
  color: #fff;
  padding: 3px 10px;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  min-width: 95px;
}
.box_profile ul.contacts {
  text-align: left;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 25px;
  margin: 0 -25px 25px -25px;
}
@media (max-width: 991px) {
  .box_profile ul.contacts {
    /* For less than 991px */
    text-align: center;
  }
}
.box_profile ul.contacts li {
  margin-bottom: 15px;
}
.box_profile ul.contacts li h6 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 3px;
}
.box_profile ul.contacts li:last-child {
  margin-bottom: 0;
}

/*Version 3*/
.profile {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .profile {
    /* For less than 767px */
    padding-top: 0;
  }
}
.profile .rating {
  margin-bottom: 15px;
  display: inline-block;
}
.profile small {
  text-transform: uppercase;
  color: #999;
  font-weight: 600;
}
.profile h1 {
  font-size: 24px;
  font-size: 1.5rem;
}
.profile p {
  color: #999;
}
.profile ul.statistic {
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.profile ul.statistic li {
  display: inline-block;
  background-color: #74d1c6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  color: #fff;
  padding: 8px 10px 5px 10px;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  min-width: 95px;
  text-align: center;
}
.profile ul.contacts {
  margin: 25px 0 0 0;
}
.profile ul.contacts li {
  margin-bottom: 15px;
}
.profile ul.contacts li h6 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 3px;
}
.profile ul.contacts li:last-child {
  margin-bottom: 0;
}

.booking .title {
  background-color: #3f4079;
  color: #fff;
  margin: -30px -30px 30px -30px;
  padding: 20px 30px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.booking .title h3 {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0;
  color: #fff;
}
.booking .title small {
  font-size: 13px;
  font-size: 0.8125rem;
}
.booking hr {
  margin-top: 15px !important;
}
.booking ul.treatments {
  margin: 15px 0 0 0;
}
.booking ul.treatments li {
  border-top: 1px dotted #ddd;
  border-bottom: none;
  width: 100%;
  margin: 0;
  padding: 12px 0 5px 0;
}
@media (max-width: 991px) {
  .booking ul.treatments li {
    /* For less than 991px */
    width: auto;
    float: none;
  }
}

#secondary_nav {
  background-color: #373869;
  background-color: rgba(63, 64, 121, 0.05);
  background-color: #3f4079;
  position: relative;
  bottom: -3px;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 15px;
}
#secondary_nav.is_stuck {
  z-index: 99999999 !important;
  width: 100% !important;
  bottom: inherit;
  left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#secondary_nav ul {
  margin: 0;
}
#secondary_nav ul li {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  margin-right: 25px;
}
@media (max-width: 767px) {
  #secondary_nav ul li {
    /* For less than 767px */
    margin-right: 15px;
  }
}
#secondary_nav ul li:last-child {
  display: none;
  margin-right: 0;
}
@media (max-width: 991px) {
  #secondary_nav ul li:last-child {
    /* For less than 991px */
    display: inline-block;
  }
}
#secondary_nav ul li a {
  color: #74d1c6;
}
#secondary_nav ul li a:hover {
  color: #fff;
}
#secondary_nav ul li a.active {
  color: #fff;
}

#section_1, #section_2, #section_3 {
  padding-bottom: 30px;
}

/*-------- 2.5 Login/register --------*/
#login {
  width: 400px;
  margin: 60px auto;
  color: #fff;
}
@media (max-width: 767px) {
  #login {
    /* For less than 767px */
    width: 100%;
    margin: 30px 0;
  }
}
#login h1 {
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
  margin: 0 0 30px 0;
  color: #fff;
}
@media (max-width: 767px) {
  #login h1 {
    /* For less than 767px */
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.divider {
  text-align: center;
  height: 1px;
  margin: 30px 0;
  background-color: #e1e8ed;
}
.divider span {
  position: relative;
  top: -20px;
  background-color: #fff;
  display: inline-block;
  padding: 10px;
  font-style: italic;
}

.link_bright a {
  color: var(--base-secoundary);
}
.link_bright a:hover {
  color: #fff02a;
}

#login-2 {
  width: 650px;
  margin: 60px auto;
  color: #fff;
}
#login-2 .box_form {
  padding: 30px 0 0 0;
}
@media (max-width: 767px) {
  #login-2 .box_form {
    /* For less than 767px */
    padding: 20px 20px 0 20px;
  }
}
#login-2 .forgot {
  display: inline-block;
  margin-top: 5px;
}
@media (max-width: 767px) {
  #login-2 {
    /* For less than 767px */
    width: 100%;
    margin: 0;
  }
}
#login-2 h1 {
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
  margin: 0 0 30px 0;
  color: #fff;
}

.box_login {
  width: 50%;
  float: left;
  border-right: 1px solid #e1e8ed;
  padding: 15px 25px;
}
@media (max-width: 767px) {
  .box_login {
    /* For less than 767px */
    width: 100%;
    border-right: 0;
    padding: 0;
  }
}
.box_login.last {
  border-right: 0;
}

a.social_bt {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  min-width: 200px;
  margin-bottom: 15px;
  display: block;
  padding: 12px;
  line-height: 1;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
a.social_bt:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}
a.social_bt.facebook:before, a.social_bt.google:before, a.social_bt.linkedin:before {
  font-family: 'ElegantIcons';
  position: absolute;
  left: 12px;
  top: 10px;
  font-size: 1rem;
  color: #fff;
}
a.social_bt.facebook {
  background-color: #3B5998;
}
a.social_bt.facebook:before {
  content: "\e093";
}
a.social_bt.google {
  background-color: #DC4E41;
}
a.social_bt.google:before {
  content: "\e096";
  top: 12px;
}
a.social_bt.linkedin {
  background-color: #0077B5;
}
a.social_bt.linkedin:before {
  content: "\e09d";
}

#register {
  margin: 60px auto;
  color: #fff;
}
#register h1 {
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
  margin: 0 0 30px 0;
  color: #fff;
}

.checkbox_2 {
  position: relative;
  display: block;
}
.checkbox_2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 2px solid #e1e8ed;
  background: transparent;
}
.checkbox_2 input[type=checkbox]:focus + label:before {
  background-color: #e53c78;
  background-color: rgba(231, 78, 132, 0.2);
}
.checkbox_2 label:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  opacity: 0;
  background: var(--base-secoundary);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.checkbox_2 input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.checkbox_2 input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.checkbox-holder span {
  position: relative;
  display: inline-block;
  margin: 2px 0 0 30px;
}

/*Password strength */
#pass-info {
  width: 100%;
  margin-bottom: 15px;
  color: #555;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 5px 0 3px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#pass-info.weakpass {
  border: 1px solid #FF9191;
  background: #FFC7C7;
  color: #94546E;
}
#pass-info.stillweakpass {
  border: 1px solid #FBB;
  background: #FDD;
  color: #945870;
}
#pass-info.goodpass {
  border: 1px solid #C4EEC8;
  background: #E4FFE4;
  color: #51926E;
}
#pass-info.strongpass {
  border: 1px solid #6ED66E;
  background: #79F079;
  color: #348F34;
}
#pass-info.vrystrongpass {
  border: 1px solid #379137;
  background: #48B448;
  color: #CDFFCD;
}

#hero_register {
  background: #3f4079 url(../images/background/hero_bg_1.svg) repeat fixed;
  color: #fff;
}
#hero_register h1 {
  color: #fff;
}
@media (max-width: 767px) {
  #hero_register h1 {
    /* For less than 767px */
    font-size: 32px;
    font-size: 2rem;
  }
}

.box_feat_2 {
  position: relative;
  padding-left: 60px;
}
.box_feat_2 h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff02a;
}
.box_feat_2 i {
  font-size: 46px;
  font-size: 2.875rem;
  margin-bottom: 10px;
  color: #74d1c6;
  position: absolute;
  left: 0;
  top: 0;
}

/*-------- 2.6 404 page --------*/
#error_page {
  width: 100%;
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #3f4079 url(../images/background/hero_bg_1.svg) repeat fixed;
  color: #fff;
}
#error_page h2 {
  font-size: 140px;
  font-size: 8.75rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}
#error_page h2 i {
  color: #fff02a;
}
@media (max-width: 767px) {
  #error_page h2 {
    /* For less than 767px */
    font-size: 72px;
    font-size: 4.5rem;
  }
}
#error_page p {
  font-size: 21px;
  font-size: 1.3125rem;
}
@media (max-width: 767px) {
  #error_page {
    /* For less than 767px */
    padding: 0;
    height: 450px;
  }
}

.search_bar_error {
  position: relative;
  margin-bottom: 60px;
}
.search_bar_error input[type='text'] {
  border: 0;
  height: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding-left: 15px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.35);
}
.search_bar_error input[type='submit'] {
  position: absolute;
  right: 0;
  color: #fff;
  font-weight: 600;
  top: 0;
  border: 0;
  padding: 0 25px;
  height: 50px;
  cursor: pointer;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-color: #74d1c6;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search_bar_error input[type='submit']:hover {
  background-color: var(--base-secoundary);
}

/*-------- 2.7 Contact page --------*/
#contact_info {
  margin: 35px 0 0 0;
}
@media (max-width: 767px) {
  #contact_info {
    /* For less than 767px */
    margin: 0 0 35px 0;
  }
}
#contact_info h3 {
  font-size: 18px;
  font-size: 1.125rem;
}
#contact_info h4 {
  font-size: 14px;
  font-size: 0.875rem;
}
#contact_info ul li {
  margin-bottom: 15px;
}
#contact_info ul li strong {
  display: block;
  font-weight: 500;
}

#map_contact {
  width: 100%;
  height: 500px;
}
@media (max-width: 767px) {
  #map_contact {
    /* For less than 767px */
    height: 350px;
  }
}

.error_message {
  font-weight: 500;
  color: #f26c4f;
  display: inline-block;
  margin-bottom: 10px;
}

/*-------- 2.8 Booking page/confirm --------*/
.form_title {
  position: relative;
  padding-left: 55px;
  margin-bottom: 10px;
}
.form_title h3 {
  margin: 0;
  padding: 0;
  font-size: 21px;
  font-size: 1.3125rem;
}
.form_title h3 strong {
  background-color: var(--base-secoundary);
  text-align: center;
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 42px;
  text-align: center;
  position: absolute;
  left: 0;
  top: -5px;
}
.form_title p {
  color: #999;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
}

.cards {
  margin-top: 28px;
}
@media (max-width: 991px) {
  .cards {
    /* For less than 991px */
    display: none;
  }
}

.step {
  padding: 20px 0 0 55px;
  margin: 0 0 0 0;
}
@media (max-width: 991px) {
  .step {
    /* For less than 991px */
    padding-left: 0;
  }
}

.box_general_3.cart label {
  font-weight: 500;
}

.message {
  background-color: #f8f8f8;
  padding: 15px;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.message p {
  margin: 0;
}

.summary ul {
  margin: 0 0 15px 0;
  padding: 0;
}
.summary ul li {
  margin-bottom: 10px;
}
.summary ul li strong {
  font-weight: 500;
}

ul.treatments.checkout {
  margin: 0;
  padding: 0;
}
ul.treatments.checkout li {
  margin-bottom: 8px;
}
ul.treatments.checkout li strong {
  font-weight: 500;
}
ul.treatments.checkout li.total {
  text-transform: uppercase;
  color: #3f4079;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
}

#confirm {
  text-align: center;
}

@-webkit-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-ms-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
@-ms-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
.inlinesvg .svg svg {
  display: inline;
}

.icon--order-success svg path {
  -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards;
}

.icon--order-success svg circle {
  -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
  animation: checkmark-circle 0.6s ease-in-out backwards;
}

/*-------- 2.9 Pricing page --------*/
.pricing_head {
  padding: 100px 0 120px 0;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .pricing_head {
    /* For less than 767px */
    padding: 80px 0;
  }
}
.pricing_head h1 {
  color: #fff;
  font-weight: 500;
  font-size: 38px;
  font-size: 2.375rem;
}
.pricing_head p {
  font-weight: 300;
  font-size: 21px;
  font-size: 1.3125rem;
}

.margin_tabs {
  margin-top: -97px;
}
@media (max-width: 991px) {
  .margin_tabs {
    /* For less than 991px */
    margin-top: -70px;
  }
}
@media (max-width: 767px) {
  .margin_tabs {
    /* For less than 767px */
    margin-top: -50px;
  }
}

.tabs {
  position: relative;
  width: 100%;
  overflow: visible;
  padding-bottom: 35px;
}
.tabs nav {
  text-align: center;
  overflow: hidden;
}
.tabs nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.tabs nav ul li {
  margin: 0 -4px 0 0;
  display: block;
  display: inline-block;
  background-color: #f0f7fd;
  width: 33%;
  text-align: left;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .tabs nav ul li {
    /* For less than 991px */
    text-align: center;
  }
}
.tabs nav ul li a {
  padding: 25px 35px 25px 90px;
  color: #555;
  display: block;
  font-size: 21px;
  font-size: 1.3125rem;
  white-space: nowrap;
  position: relative;
  font-weight: 500;
}
@media (max-width: 991px) {
  .tabs nav ul li a {
    /* For less than 991px */
    padding: 15px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.tabs nav ul li a i {
  position: absolute;
  left: 35px;
  top: 25px;
  font-size: 38px;
  font-size: 2.375rem;
}
@media (max-width: 991px) {
  .tabs nav ul li a i {
    /* For less than 991px */
    display: none;
  }
}
.tabs nav ul li a em {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 767px) {
  .tabs nav ul li a em {
    /* For less than 767px */
    display: none;
  }
}
.tabs nav ul li:first-child {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  -ms-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
  border-right: 2px solid #ddd;
}
.tabs nav ul li:last-child {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  -ms-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
  border-left: 2px solid #ddd;
}
.tabs nav ul li.tab-current {
  background-color: #fff;
  z-index: 100;
}
.tabs nav ul li.tab-current:after {
  right: auto;
  left: 100%;
  width: 4000px;
}
.tabs nav ul li.tab-current a {
  color: #222;
}
.tabs nav ul li.tab-current a i {
  color: #3f4079;
}

/* Content */
.content section {
  padding: 60px 0 0 0;
  display: none;
  max-width: 1230px;
  margin: 0 auto;
}
.content section:before, .content section:after {
  content: '';
  display: table;
}
.content section.content-current {
  display: block;
}

.content section:after {
  clear: both;
}

.no-js .content section {
  display: block;
  padding-bottom: 2em;
  border-bottom: 1px solid #e2e2e2;
}

.box_pricing {
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #ededed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
@media (max-width: 767px) {
  .box_pricing {
    /* For less than 767px */
    padding: 15px;
  }
}
.box_pricing hr {
  margin: 25px -30px;
}
@media (max-width: 767px) {
  .box_pricing hr {
    /* For less than 767px */
    margin: 25px -15px;
  }
}
.box_pricing ul {
  list-style: disc;
  padding: 0 0 0 20px;
  margin: 0 0 30px 0;
}
.box_pricing a {
  background-color: #3f4079;
  display: block;
  color: #fff;
  padding: 10px;
  font-weight: 500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.box_pricing a:hover {
  background-color: var(--base-secoundary);
  color: #fff;
}
.box_pricing .price {
  text-align: center;
  font-weight: 500;
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 20px;
  color: #3f4079;
}
.box_pricing .price sup {
  font-size: 16px;
  font-size: 1rem;
}
.box_pricing .price em {
  font-size: 16px;
  font-size: 1rem;
  color: #555;
  font-weight: 400;
}

.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  position: absolute;
  top: 19px;
  right: -21px;
}
.ribbon span.top_selling {
  background: #00dfaa;
}
.ribbon span.top_selling::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #008a69;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #008a69;
}
.ribbon span.top_selling::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #008a69;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #008a69;
}

/*-------- 2.10 Submit review --------*/
.box_general_3.write_review h1 {
  font-weight: 500;
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 20px;
}
.box_general_3.write_review label {
  font-weight: 500;
}

.rating {
  display: inline-block;
  position: relative;
}

.rating-input {
  display: none;
}

.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star {
  background-position: 0 0;
}

.rating-star,
.rating:hover .rating-star {
  cursor: pointer;
  float: right;
  display: block;
  margin-right: 3px;
  width: 37px;
  height: 37px;
  background: url(../images/shapes/stars.svg) 0 -38px;
}

.fileupload {
  position: relative;
  width: 320px;
}

input[type=file] {
  background-color: #fff;
  border: 1px solid #e1e8ed;
  padding: 5px;
  height: auto;
  color: #999;
  border-radius: 3px;
}

input[type=file]::-webkit-file-upload-button, input[type=file].invalid::-webkit-file-upload-button, input[type=file].valid::-webkit-file-upload-button {
  color: #fff;
  font-size: 13px;
  border: 0;
  border-radius: 3px;
  padding: 8px 10px 8px 38px;
  background: #3f4079 url(../images/icons/camera.svg) 8px center no-repeat;
  outline: none;
}

/*-------- 2.11 Home with map --------*/
.hero_map {
  width: 100%;
  height: 600px;
  position: relative;
}
@media (max-width: 767px) {
  .hero_map {
    /* For less than 767px */
    height: 550px;
  }
}
.hero_map .search_wp {
  width: 100%;
  position: absolute;
  bottom: 15px;
}
@media (max-width: 991px) {
  .hero_map .search_wp {
    /* For less than 991px */
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .hero_map .search_wp {
    /* For less than 767px */
    position: relative;
    bottom: 140px;
  }
}
.hero_map .search_wp #custom-search-input ul li label {
  background-color: #3f4079;
  color: #fff;
}

.cta_subscribe h3 {
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.cta_subscribe p {
  font-size: 16px;
  font-size: 1rem;
}
.cta_subscribe .block_1 {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #3f4079;
  color: #fff;
}
@media (max-width: 767px) {
  .cta_subscribe .block_1 {
    /* For less than 767px */
    padding: 60px 15px;
  }
}
.cta_subscribe .block_2 {
  padding: 60px;
  background-color: #4a4b8e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .cta_subscribe .block_2 {
    /* For less than 767px */
    padding: 60px 15px;
  }
}
.cta_subscribe a.btn_1,
.cta_subscribe .btn_1 {
  border: none;
  color: #fff;
  width: 180px;
  background: #74d1c6;
  outline: none;
  cursor: pointer;
  display: inline-block;
  margin: 15px auto 0;
  text-decoration: none;
  padding: 15px 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-size: 0.875rem;
}
.cta_subscribe a.btn_1:hover,
.cta_subscribe .btn_1:hover {
  background-color: #fff;
  color: var(--base-secoundary);
}

/*-------- 2.12 About --------*/
a.box_feat_about {
  text-align: center;
  background: #fff;
  padding: 40px 30px 30px 30px;
  display: block;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
  -moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
  box-shadow: 0px 3px 0px 0px #f0f2f4;
  color: #555;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
@media (max-width: 767px) {
  a.box_feat_about {
    /* For less than 767px */
    padding: 20px 20px 0 20px;
  }
}
a.box_feat_about:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 3px 0px 0px #ebedef;
  -moz-box-shadow: 0px 3px 0px 0px #ebedef;
  box-shadow: 0px 3px 0px 0px #ebedef;
}
a.box_feat_about i {
  font-size: 70px;
  font-size: 4.375rem;
  color: #3f4079;
  margin-bottom: 10px;
}
a.box_feat_about h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

.about-review {
  margin-bottom: 30px;
  border: 1px solid #e1e8ed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 25px;
  min-height: 260px;
}
@media (max-width: 767px) {
  .about-review {
    /* For less than 767px */
    min-height: inherit;
  }
}
.about-review .user_review {
  padding-left: 60px;
  position: relative;
  padding-top: 10px;
}
.about-review .user_review figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.about-review .user_review figure img {
  width: auto;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-review .user_review h4 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
  color: #777;
}
.about-review .user_review span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #999;
  font-weight: normal;
}
.about-review .rating {
  color: #222;
  margin-bottom: 10px;
}
.about-review .rating i {
  color: #999;
}
.about-review .rating .voted {
  color: #FFC107;
}

/*============================================================================================*/
/* 3.  COMMON */
/*============================================================================================*/
/*-------- 3.1 Misc --------*/
.bg_color_1 {
  background-color: #fff;
}

.bg_color_2 {
  background: #3f4079 url(../images/background/hero_bg_1.svg) repeat fixed;
}

.form-control, .form-select {
  font-size: 14px;
  font-size: 0.875rem;
  min-height: 40px;
  border-color: #e1e8ed;
}

.form-group {
  margin-bottom: 1rem;
}

label {
  margin-bottom: .5rem;
}

#booking .loader {
  position: absolute;
  right: 15px;
  top: 13px;
  color: #fff;
}

.box_form {
  background-color: #fff;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 25px;
  color: #555;
}
.box_form label {
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 3px;
}
.box_form .form-group {
  margin-bottom: 25px;
}

.box_general {
  background-color: #fff;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
  color: #555;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.box_general hr {
  margin-left: -30px;
  margin-right: -30px;
}

.box_general_2 {
  background-color: #fff;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 25px;
  border: 1px solid #e1e8ed;
}
.box_general_2 hr {
  margin-left: -30px;
  margin-right: -30px;
}

.box_general_3 {
  background-color: #fff;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 1px solid #e1e8ed;
}
.box_general_3 hr {
  margin: 30px -30px 30px -30px;
}
.map-inner iframe {
	height: 350px;
}
/* Checkbox style */
.container_check {
  display: block;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 30px;
  line-height: 1.4;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.container_check input:checked ~ .checkmark {
  background-color: #3f4079;
  border: 1px solid transparent;
}
.container_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #e1e8ed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.container_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container_check input:checked ~ .checkmark:after {
  display: block;
}

/*Show/hide password*/
.my-toggle {
  background: transparent;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #888;
  cursor: pointer;
  font-size: 10px;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  margin-right: 5px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
}
.my-toggle:hover, .my-toggle:focus {
  background-color: #eee;
  color: #555;
  outline: transparent;
}

.hideShowPassword-wrapper {
  width: 100% !important;
}

/*-------- 3.2 List --------*/
ul.bullets {
  line-height: 1.8;
  margin-bottom: 0;
}
ul.bullets li {
  position: relative;
  padding-left: 20px;
}
ul.bullets li:before {
  font-style: normal;
  font-weight: normal;
  font-family: 'ElegantIcons';
  font-size: 14px;
  content: "\5c";
  color: #ccc;
  position: absolute;
  left: 0;
  top: 0;
}

.box_faq {
  position: relative;
  padding-left: 50px;
}
.box_faq h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
.box_faq i {
  font-size: 36px;
  font-size: 2.25rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #999;
}

/*-------- 3.3 Spacing --------*/
.add_bottom_15 {
  margin-bottom: 15px;
}

.add_bottom_30 {
  margin-bottom: 30px;
}

.add_bottom_45 {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .add_bottom_45 {
    /* For less than 767px */
    margin-bottom: 30px;
  }
}

.add_bottom_60 {
  margin-bottom: 60px;
}

.add_bottom_75 {
  margin-bottom: 75px;
}

.add_top_20 {
  margin-top: 20px;
}

.add_top_30 {
  margin-top: 30px;
}

.add_top_60 {
  margin-top: 60px;
}

.more_padding_left {
  padding-left: 40px;
}

.nomargin_top {
  margin-top: 0;
}

.nopadding {
  margin: 0 !important;
  padding: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.margin_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .margin_60 {
    /* For less than 767px */
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.margin_60_35 {
  padding-top: 60px;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .margin_60_35 {
    /* For less than 767px */
    padding-top: 30px;
    padding-bottom: 5px;
  }
}

.margin_120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .margin_120 {
    /* For less than 991px */
    padding-top: 60px;
    padding-bottom: 35px;
  }
}

.margin_120_95 {
  padding-top: 120px;
  padding-bottom: 95px;
}
@media (max-width: 991px) {
  .margin_120_95 {
    /* For less than 991px */
    padding-top: 60px;
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .margin_120_95 {
    /* For less than 767px */
    padding-top: 30px;
    padding-bottom: 5px;
  }
}

/*-------- 3.4 Scroll top button --------*/
#toTop {
  width: 40px;
  height: 40px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 10px;
  line-height: 20px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  display: none;
  color: #fff;
  font-size: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  z-index: 99;
}
#toTop:before {
  font-family: "fontello";
  content: "\e899";
}

/*-------- 3.5 Community badges --------*/
.box_badges {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 25px 5px 25px;
  position: relative;
  margin-bottom: 30px;
}
.box_badges h3 {
  font-size: 21px;
  font-size: 1.3125rem;
}
.box_badges ul li {
  display: inline-block;
  background-color: #74d1c6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  line-height: normal;
  color: #fff;
  padding: 3px 10px;
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  min-width: 120px;
  margin-bottom: 5px;
}

#badge_level_1,
#badge_level_2,
#badge_level_3,
#badge_level_4,
#badge_level_5,
#badge_level_6 {
  width: 100px;
  height: 100px;
  margin: 0 auto 25px;
  position: relative;
}

.disabled_badge {
  opacity: 0.8;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.disabled_badge:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  opacity: 1;
}
.disabled_badge i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -45px;
  z-index: 9;
  width: 40px;
  height: 40px;
  color: rgba(0, 0, 0, 0.6);
  text-indent: 0;
  font-size: 40px;
  font-size: 2.5rem;
}
.disabled_badge i:before {
  margin: 0;
}
.disabled_badge:hover i {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.badge_list_1 {
  position: relative;
  top: -2px;
  margin-left: 10px;
}

/*-------- 3.6 Pagination --------*/
.page-item.active .page-link {
  background-color: #3f4079;
  border-color: #3f4079;
}

.page-item.disabled .page-link {
  color: #999;
  border-color: #e1e8ed;
}

.page-link {
  color: var(--base-secoundary);
  border: 1px solid #e1e8ed;
}
.page-link:focus, .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: var(--base-secoundary);
  border-color: var(--base-secoundary);
}

/*-------- 3.7 Cookie bar --------*/
#cookie-bar {
  background: rgba(0, 0, 0, 0.8);
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 15px 0;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  padding: 2px 10px;
  margin-left: 8px;
}
@media (max-width: 767px) {
  #cookie-bar a {
    /* For less than 767px */
    display: block;
    max-width: 150px;
    margin: auto;
    margin-bottom: 5px;
  }
}
#cookie-bar .cb-enable {
  background: #74d1c6;
}
#cookie-bar .cb-enable:hover {
  background: #fff;
  color: #74d1c6;
}
#cookie-bar .cb-disable {
  background: #990000;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: var(--base-secoundary);
}
#cookie-bar .cb-policy:hover {
  background: #fff;
  color: var(--base-secoundary);
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
@media (max-width: 767px) {
  #cookie-bar {
    /* For less than 767px */
    padding: 5px 0;
  }
}

/*-------- 3.8 Date dropper/time dropper --------*/
.form-control:disabled#booking_date,
.form-control[readonly]#booking_date,
.form-control:disabled#booking_time,
.form-control[readonly]#booking_time {
  background-color: #fff;
  opacity: 1;
}

div.datedropper, .td-wrap {
  font-family: "Poppins", Helvetica, sans-serif !important;
}

div.datedropper .picker .pick-lg ul.pick-lg-b li.pick-v:hover {
  text-decoration: none !important;
}

div.datedropper.primary:before,
div.datedropper.primary .pick-submit,
div.datedropper.primary .pick-lg-b .pick-sl:before,
div.datedropper.primary .pick-m,
div.datedropper.primary .pick-lg-h {
  background-color: var(--base-secoundary) !important;
}

div.datedropper.primary .pick-y.pick-jump,
div.datedropper.primary .pick li span,
div.datedropper.primary .pick-lg-b .pick-wke,
div.datedropper.primary .pick-btn {
  color: #fd4741;
}

/*-------- 3.9 Faq --------*/
.box_style_cat {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e1e8ed;
  margin-bottom: 25px;
}

ul#cat_nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#cat_nav li {
  border-bottom: 1px solid #e1e8ed;
}
ul#cat_nav li i {
  font-size: 16px;
  font-size: 1rem;
  margin: 1px 10px 0 0;
  float: left;
}
ul#cat_nav li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
ul#cat_nav li a {
  position: relative;
  color: #555;
  display: block;
  padding: 15px 10px;
}
ul#cat_nav li a:after {
  font-family: "fontello";
  content: "\e89b";
  position: absolute;
  right: 15px;
  top: 15px;
}
ul#cat_nav li a span {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #999;
}
ul#cat_nav li a:hover, ul#cat_nav li a#active, ul#cat_nav li a.active {
  color: var(--base-secoundary);
}
ul#cat_nav li:first-child a:hover, ul#cat_nav li:first-child a#active, ul#cat_nav li:first-child a.active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
ul#cat_nav li:last-child a:hover, ul#cat_nav li:last-child a#active, ul#cat_nav li:last-child a.active {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.card {
  border: 0;
  margin-bottom: 5px;
}
.card .card-header {
  background-color: #fff;
  border-bottom: 1px solid #e1e8ed;
  padding: 20px;
}

.card-body {
  padding-bottom: 0;
}

.card-header h5 {
  font-size: 16px;
  font-size: 1rem;
}
.card-header h5 a {
  border: 0;
  display: block;
  color: #999;
}
.card-header h5 a i.indicator {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  float: right;
  color: var(--base-secoundary);
}



/*==============================================
                 Start My CSs 
================================================*/
.top-header {
	border-bottom: 1px solid var(--bs-gray-400);
}
.head-social li {
	margin-right: 11px;
	position: relative;
}
.head-social li::after {
	background: var(--bs-gray-400);
	width: 1px;
	height: 42px;
	position: absolute;
	right: 0;
	top: -13px;
	content: "";
}
.head-social i {
	font-size: 15px;
	width: 30px;
	display: inline-block;
	color: var(--base-primary);
	transition: 0.5s all ease-in-out;
}
.head-social i {
	color: var(--base-primary);
}
.head-social i:hover {
	color: var(--base-secoundary);
}
.head-mailid-icon {
	color: var(--base-primary);
	font-size: 16px;
  transition: 0.5s all ease-in-out;
}
.header-mailid-info li:hover span {
	color: var(--base-secoundary);
}
.head-mailid-details {
	color: var(--base-text-color);
	font-size: 15px;
}
.login-icon, .signup-icon {
	color: var(--base-primary);
	font-size: 16px;
}
.head-mailid-details:hover {
	color: var(--base-secoundary);
}
.top-header-right li {
	margin-left: 10px;
	padding-left: 8px;
}
.top-header-right li::before {
	content: "";
	background: var(--bs-gray-400);
	width: 1px;
	height: 51px;
	position: absolute;
	left: 0;
	top: -13px;
}
.user-icon {
	color: var(--base-primary);
	font-size: 16px;
}
.user-dropdown::before {
	content: "";
	background: var(--bs-gray-400);
	width: 1px;
	height: 44px;
	position: absolute;
	left: 0;
	top: -13px;
}
/* .login-icon {
	background-image: url(../assets/images/icons/login_signup.png) !important;
	background: no-repeat;
	background-size: 68px 64px;
	align-items: center;
	display: inline-block;
	height: 32px;
	justify-content: center;
	margin-bottom: 0;
	width: 31px;
	background-position: 0px -1px;
	transition: 0.5s all ease-in-out;
  opacity: 0.3;
}
.header-login:hover .login-icon {
	background-position: 0px -35px;
  opacity:1
}
.signup-icon {
	background-image: url(../assets/images/icons/login_signup.png) !important;
	background: no-repeat;
	background-size: 68px 64px;
	align-items: center;
	display: inline-block;
	height: 32px;
	justify-content: center;
	margin-bottom: 0;
	width: 31px;
	background-position: -37px -1px;
	transition: 0.5s all ease-in-out;
  opacity: 0.3;
}
.header-signup:hover .signup-icon {
	background-position: -37px -32px;
  opacity:1
} */
.user-name {
	color: var(--base-text-color);
}
.login-title:hover {
	color: var(--base-secoundary);
}
.login-title {
	color: var(--base-text-color);
}
.header-user-dropdown {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.21);
}
.user-image-wrapper {
	border-bottom: 1px solid var(--bs-gray-400);
}
.user-image img {
	width: 35px;
	height: 35px;
	object-fit: cover;
	border-radius: 50%;
}

.user-dropdown .dropdown-toggle, .user-dropdown .dropdown-toggle:active {
	background: transparent;
	border: none;
	padding: 0;
}

.user-dropdown .dropdown-toggle::after {
	border-top: .3em solid #333
}
.header-user-dropdown .dropdown-item {
	color: var(--base-text-color);
	font-size: 15px;
}
.header-user-dropdown .dropdown-item:hover {
	color: var(--base-secoundary);
	padding-left: 20px;
}
/*================== Middle header =============*/
.header-city-search .dropdown-toggle {
	padding: 8px 15px 8px 30px;
	border: 1px solid var(--bs-gray-400);
}
.search-dropdown-icon {
	position: absolute;
	left: 6px;
	top: 10px;
	z-index: 1;
}
.header-search {
	display: grid;
	grid-template-columns: 230px auto;
}
.dropdown.bootstrap-select.header-find-doctor {
	width: 100% !important;
  left: -17px;
}
.bs-container.dropdown.bootstrap-select.header-find-doctor {
	width: 316px !important;
}
.header-find-doctor .dropdown-toggle {
	background: #fff;
	border: 1px solid var(--bs-gray-400);
	padding: 8px 15px 8px 32px;
}
.find-doctor-icon {
	position: absolute;
	left: -6px;
	top: 10px;
	z-index: 1;
}
.head-contact-icon {
	width: 30px;
	height: 30px;
	border: 1px solid var(--base-primary);
	color: var(--base-primary);
	align-items: center;
	text-align: center;
	display: grid;
	border-radius: 50%;
	margin-right: 5px;
	transition: 0.5s all ease-in-out;
}
/*================== Middle header =============*/
.header-menu {
	border-top: 1px solid var(--bs-gray-400);
	padding: 15px 0;
}
#appoinment-button {
	text-align: right;
	position: relative;
	top: 3px;
}
.appoinment-btn {
	background: var(--base-primary);
	padding: 14px 20px 14px 3px;
	border-radius: 26px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	position: relative;
}
.appoinment-btn:hover {
	color: #fff;
}
.appoinment-btn::before {
	content: "";
	position: absolute;
	left: -11px;
	top: 8px;
	width: 35px;
	height: 35px;
	margin-top: 0;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 5px 5px 0px rgba(7, 204, 236, 0.3);
	box-shadow: inset 0px 5px 5px 0px rgba(15, 42, 189, 0.3);
	-webkit-transition: inherit;
	transition: inherit;
}
.appoinment-icon {
	left: -9px;
	top: -1px;
	width: 26px;
	height: 26px;
	line-height: 30px;
	border-radius: 50%;
	background-color: var(--base-primary);
	font-size: 17px;
	transition: inherit;
	display: inline-block;
	text-align: center;
	font-weight: 600;
	position: relative;
	color: #fff;
}
.appoinment-icon::before {
	top: 3px !important;
	position: relative;
}
.appoinment-btn:hover .appoinment-icon, .appoinment-btn:hover::before {
	-webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
	animation: shake 1.05s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

/*====================== Hero Taps PAnels =============*/
.taps-details {
	display: grid;
	grid-template-columns: 21% 21% 21% 21% 172px;
	background: rgba(0, 0, 0, 0.58);
	padding: 15px;
	margin: 1px 0px 0 0;
	border-radius: 2px;
} 
.tap-nav button.active {
	background: rgba(0, 0, 0, 0.58)!important;
	color: #fff;
	border-radius: 2px 2px 0 0;
}
.tap-nav button {
	color: #fff;
}
.hero-taps-nav li button:hover {
	color: var(--bs-cyan);
}
.tabs-select {
	width: 100% !important;
	border-radius: 0 !important;
	border-right: 1px solid #000;
}
.tabs-select button {
	border-radius: 0 !important;
	padding: 11px;
}
.search-button button {
	width: 100%;
	background: var(--base-primary);
	color: #fff;
	padding: 9px;
	border: transparent;
}
.bs-container.tabs-select.dropup {
	width: 260px !important;
}
/*================== Categoery Section =============*/ 
.section-padding {
	padding: 70px 0 60px;
}
.clinic-service-items {
	padding: 15px 0;
	transition: 0.5s all ease-in-out;
}
.clinic-service-items:hover {
	transform: translateY(-10px);
}
.categories-box {
	transition: all 0.5s linear;
	padding: 20px;
	height: 100%;
	border-radius: 15px;
}

.categories-box:hover {
	background-color: var(--base-primary);
	box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.1);
}
.categories-image {
	height: 120px;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.categories-image::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	background-color: #fff;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	z-index: -1;
	opacity: 0;
	transition: all 0.5s linear;
}
.categories-box:hover .categories-image {
	-webkit-animation: toTopFromBottom 0.3s forwards;
	-moz-animation: toTopFromBottom 0.3s forwards;
	animation: toTopFromBottom 0.3s forwards;
}
.categories-box.text-center:hover .categories-image::after {
	opacity: 1;
}
.categories-inner-image .categories-icon{width: 50px !important;}
.categories-title {
	color: var(--base-primary);
}
.categories-box:hover .categories-title, .categories-box:hover .categories-text {
	color: var(--bs-white);
}
.categories-text {
	transition: 0.5s all ease-in-out;
}


@-webkit-keyframes toTopFromBottom {
	49% {-webkit-transform: translateY(-100%);	}
	50% {opacity: 0;	-webkit-transform: translateY(100%);}
	51% {opacity: 1;}
}

@-moz-keyframes toTopFromBottom {
	49% {-moz-transform: translateY(-100%);}
	50% {opacity: 0;	-moz-transform: translateY(100%);	}
	51% {opacity: 1;	}
}

@keyframes toTopFromBottom {
	49% {transform: translateY(-100%);}
	50% {opacity: 0;transform: translateY(100%);}
	51% {opacity: 1;	}
}

@media only screen and (min-width:1200px){
  .categories-section .container-fluid {
    width: 1280px;
  }
  .categories-grid {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
  }
  .categories-col {
    width: 100%;
    border: 1px solid var(--bs-gray-400);
    border-right: none;
    padding: 0;
    overflow: hidden;
  }
  .categories-col:last-child {
    border-right: 1px solid var(--bs-gray-400);
  }
}
/*================== Categoery Section =============*/ 
.consult-items .categories-box {
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgb(226, 236, 244);
	height: 220px;
}
.consult-items .categories-box:hover {
	background-color: var(--base-primary);
	height: 258px;
}
.categories-inner-image{
	background: #f0f7fd;
	padding: 16px;
	border-radius: 50%;
}
.sonsult-text {
	color: var(--base-primary);
	transition: 0.5s all ease-in-out;
}
.consult-items:hover .sonsult-text {
	color: var(--bs-white);
}
.counsult-now-link {
	background: var(--base-primary);
	padding: 10px 5px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	margin: 0;
	border-radius: 5px;
	transition: 0.5s all ease-in-out;
}
.consult-items:hover .counsult-now-link {
	background: var(--bs-white);
	color: var(--base-secoundary)
}
.counsult-now-link {
	background: var(--base-primary);
	padding: 10px 5px;
	color: #fff;
	margin: 0;
	border-radius: 5px;
	transition: 0.5s all ease-in-out;
	opacity: 0;
	margin-bottom: 0;
	position: relative;
	bottom: -70px;
}
.consult-items:hover .counsult-now-link {
	background: var(--bs-white);
	color: var(--base-secoundary);
	opacity: 1;
	bottom: 12px;
}
.owl-carousel.crousel-arrow .owl-prev, .owl-carousel.crousel-arrow .owl-next {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	background-color: #fff !important;
	color: var(--base-text-color) !important;
	font-size: 1.5em !important;
	width: 45px;
	height: 45px;
	border-radius: 100% !important;
	font-weight: bold;
	padding: 15px !important;
	text-align: center;
	box-shadow: 0px 0px 7px 0px rgb(245, 248, 250);
	border: 4px solid #f0f7fd !important;
	transition: 0.5s all ease-in-out;
}
.owl-carousel.crousel-arrow .owl-prev:hover, .owl-carousel.crousel-arrow .owl-next:hover {
	background: var(--base-secoundary) !important;
	color: #fff !important;
}
.owl-carousel.crousel-arrow .owl-prev{left:-30px;}
.owl-carousel.crousel-arrow .owl-next{right:-30px;}
.round-bg-text {
	background-color: #fff;
	border-radius: 28px;
	padding: 14px;
	text-align: center;
	color: var(--bs-blue);
	box-shadow: 0px 0px 30px 0px rgb(226, 236, 244);
}
.line-btn {
	font-size: 14px;
	font-weight: 600;
	line-height: 0.8;
	text-transform: uppercase;
	color: var(--base-secoundary);
	position: relative;
}
.line-btn:hover {
	color: var(--base-primary);
}
.line-btn::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: var(--base-secoundary);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.line-btn:hover::before {
	background-color: var(--base-primary);
	width: 45px;
}
/* Responsive design custom css */
@media only screen and (max-width:480px){
  .owl-theme .owl-dots .owl-dot{display:none;}
  .owl-carousel.crousel-arrow .owl-prev, .owl-carousel.crousel-arrow .owl-next{width:30px; height:30px; font-size:14px !important; top:45%; box-shadow:0px 0px 0px 0px #000;}
  .owl-carousel.crousel-arrow .owl-prev{left:0px;}
.owl-carousel.crousel-arrow .owl-next{right:0px;}

}
@media only screen and (min-width:1200px){
  .item.consult-items {
    height: 280px;
    padding-top: 20px;
  }
  .consult-slider .owl-dots, .clinic-consultation-slider .owl-dots {
    display: none;
  }
}


.clinic-service-wrap {
	padding: 20px 20px 45px;
	background-color: transparent;
	position: relative;
	z-index: 1;
	transition: all .5s ease-in-out;
}
.clinic-service-wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #f0f7fd;
	clip-path: polygon(5.592% .486%,5.592% .486%,5.013% .617%,4.455% .784%,3.921% .988%,3.415% 1.225%,2.939% 1.495%,2.495% 1.795%,2.086% 2.124%,1.715% 2.48%,1.384% 2.863%,1.096% 3.269%,.548% 4.107%,.548% 96.637%,1.096% 97.476%,1.096% 97.476%,1.313% 97.786%,1.556% 98.084%,1.822% 98.368%,2.112% 98.638%,2.423% 98.892%,2.756% 99.13%,3.109% 99.352%,3.48% 99.555%,3.87% 99.74%,4.276% 99.906%,5.373% 100.325%,40.789% 100.375%,40.789% 100.375%,47.309% 100.383%,53.25% 100.386%,58.596% 100.384%,63.329% 100.378%,67.431% 100.367%,70.886% 100.353%,73.675% 100.334%,75.78% 100.312%,77.186% 100.287%,77.873% 100.258%,77.873% 100.258%,78.776% 100.146%,79.619% 100%,80.403% 99.819%,81.129% 99.604%,81.798% 99.353%,82.412% 99.066%,82.972% 98.742%,83.48% 98.38%,83.936% 97.981%,84.342% 97.543%,84.342% 97.543%,84.434% 97.414%,84.548% 97.235%,84.681% 97.01%,84.831% 96.747%,84.992% 96.451%,85.162% 96.128%,85.336% 95.785%,85.513% 95.427%,85.687% 95.061%,85.855% 94.693%,85.855% 94.693%,86.388% 93.549%,86.871% 92.612%,87.349% 91.851%,87.863% 91.235%,88.459% 90.733%,89.181% 90.314%,90.07% 89.948%,91.172% 89.605%,92.531% 89.252%,94.189% 88.859%,94.189% 88.859%,95.184% 88.611%,96.061% 88.356%,96.829% 88.085%,97.498% 87.794%,98.081% 87.474%,98.588% 87.12%,99.028% 86.725%,99.415% 86.281%,99.757% 85.782%,100.066% 85.222%,100.548% 84.233%,100.548% 4.107%,100% 3.269%,100% 3.269%,99.783% 2.958%,99.541% 2.66%,99.274% 2.376%,98.985% 2.107%,98.673% 1.852%,98.341% 1.614%,97.988% 1.393%,97.616% 1.189%,97.227% 1.004%,96.82% .838%,95.724% .419%,50.987% .386%,50.987% .386%,43.747% .387%,36.853% .39%,30.401% .395%,24.486% .402%,19.202% .411%,14.646% .422%,10.911% .435%,8.094% .45%,6.289% .467%,5.592% .486%);
}
.clinic-service-btn {
	position: absolute;
	bottom: -6px;
	right: -8px;
	background-color: #f0f7fd;
	color: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s ease-in-out;
	transform: rotate(16deg);
}
.hover-btn:hover .clinic-service-btn {
	color: #fff;
	background-color: var(--base-secoundary);
}
.clinic-service-image img {
	border-radius: 30px;
	margin-bottom: 25px;
	width: 100%;
}
.clinic-read-more {
	overflow: hidden;
	display: inline-flex;
	color: var(--base-text-color);
}

.clinic-read-more::before {
	content: '\e8a9';
	font-family: fontello;
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(.26) translate(-55px,50px);
	transition: transform .4s ease-in-out,opacity .4s ease-in-out;
}
.hover-btn:hover .clinic-read-more::before {
	transform: scale(1) translate(1px,0);
	color: #fff;
}
.hover-btn:hover .clinic-button-icon {
	transform: scale(.26) translate(45px,-50px);
}
.clinic-button-icon {
	display: inline-block;
	transition: transform .4s ease-in-out,opacity .4s ease-in-out;
}
.clinic-service-title {
	color: var(--base-primary);
	border-bottom: 1px solid var(--bs-gray-400);
	height: 109px;
  transition: 0.5s all ease-in-out;
}
.clinic-service-wrap:hover .clinic-service-title {
	color: var(--base-secoundary);
	padding-left: 10px;
}
.clinic-service-text {
	color: var(--base-text-color);
}



/*============== Health Experts Slider Section ===================*/
.clinic-service-wrap.health-wrapper {
	border-radius: 30px;
	overflow: hidden;
}
.clinic-service-wrap.health-wrapper::before {
	display: none;
}
.health-wrapper a {
	display: grid;
	grid-template-columns: 270px auto;
}
.experts-image {
	border-radius: 30px;
	overflow: hidden;
} 
.experts-image img {
	width: 300px;
	object-fit: cover;
	height: 300px;
  transition: 0.5s all ease-in-out;
}
.health-expert-item:hover img {
	transform: scale(1.1) rotate(5deg);
}
.experts-details {
	padding: 25px 20px 25px 25px;
}
.experts-details::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #fff;
	clip-path: polygon(0 0,92.788% 0,92.788% 0,93.958% .111%,95.067% .432%,96.101% .947%,97.046% 1.636%,97.887% 2.483%,98.608% 3.471%,99.195% 4.581%,99.632% 5.797%,99.906% 7.101%,100% 8.475%,100% 69.209%,100% 69.209%,99.712% 72.951%,98.915% 75.734%,97.709% 77.731%,96.191% 79.118%,94.463% 80.067%,92.622% 80.755%,90.769% 81.354%,89.003% 82.039%,87.422% 82.985%,86.127% 84.364%,86.127% 84.364%,85.148% 86.19%,84.436% 88.183%,83.86% 90.259%,83.285% 92.334%,82.577% 94.323%,81.602% 96.14%,80.226% 97.702%,78.316% 98.922%,75.737% 99.716%,72.356% 100%,0 100%);
}

.clinic-service-btn.experts-btn-bottom {
	bottom: 5px;
	right: 10px;
	width: 50px;
	height: 50px;
	background: var(--base-primary);
}
.experts-btn-bottom i {
	color: #fff;
}
.experts-title {
	color: var(--base-primary);
	position: relative;
}
.experts-dec {
	color: var(--bs-gray-800);
	border-bottom: 1px solid var(--bs-gray-400);
	transition: 0.5s all ease-in-out;
}
.health-wrapper:hover .experts-dec {
	color: var(--base-secoundary);
	border-bottom: 1px solid transparent;
}
.experts-dec::after {
	content: "";
	position: absolute;
	width: 0%;
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: #3368c6;
	transition: all .6s ease-in-out;
}
.health-wrapper:hover .experts-dec::after {
	width: 100%;
}
.doctor-name {
	font-size: 15px;
	color: var(--bs-black);
	padding-top: 16px;
}

/*----------------------------------------*/
/*   Testimonials Slider Section
/*----------------------------------------*/
.testimonials-details {
	padding: 50px 40px;
	text-align: center;
	position: relative;
}
.testimonials-details::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f0f7fd;
	clip-path: polygon(6.726% 100%,93.274% 100%,93.274% 100%,94.364% 99.896%,95.399% 99.594%,96.364% 99.111%,97.245% 98.464%,98.029% 97.668%,98.701% 96.741%,99.249% 95.698%,99.657% 94.556%,99.912% 93.332%,100% 92.042%,100% 28.912%,100% 28.912%,99.732% 25.399%,98.988% 22.786%,97.863% 20.91%,96.447% 19.608%,94.835% 18.717%,93.119% 18.071%,91.39% 17.508%,89.742% 16.865%,88.268% 15.977%,87.061% 14.682%,87.061% 14.682%,86.147% 12.968%,85.483% 11.096%,84.946% 9.146%,84.409% 7.198%,83.749% 5.331%,82.839% 3.624%,81.556% 2.158%,79.775% 1.012%,77.369% .266%,74.215% 0,6.726% 0,6.726% 0,5.636% .104%,4.601% .406%,3.636% .889%,2.755% 1.536%,1.971% 2.332%,1.299% 3.259%,.751% 4.302%,.343% 5.444%,.088% 6.668%,0 7.958%,0 92.042%,0 92.042%,.088% 93.332%,.343% 94.556%,.751% 95.698%,1.299% 96.741%,1.971% 97.668%,2.755% 98.464%,3.636% 99.111%,4.601% 99.594%,5.636% 99.896%,6.726% 100%);
	z-index: -1;
}
.icon-quote-left-1.quota-shape {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	background: var(--base-primary);
	color: #fff;
	border-radius: 50%;
	padding: 10px;
}
.testi-star span {
	color: var(--base-primary);
	font-size: 17px;
}
.auther-text p{font-size: 16px;color: var(--base-text-color);}
.auther-image {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
}
.auther-title.fs-16.fw-500 {
	color: var(--base-secoundary);
}
.testimonials-slider .owl-nav {
	display: block !important;
}




/*----------------------------------------*/
/*   Blog
/*----------------------------------------*/
.blog-image-wrap {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
}
.blog-image-area {
	position: relative;
	display: block;
  overflow: hidden;
	clip-path: polygon( 6.726% 0%,93.274% 0%,93.274% 0%,94.364% 0.119%,95.399% 0.464%,96.364% 1.015%,97.245% 1.755%,98.029% 2.664%,98.701% 3.723%,99.249% 4.915%,99.657% 6.219%,99.912% 7.617%,100% 9.091%,100% 66.97%,100% 66.97%,99.732% 70.984%,98.988% 73.969%,97.863% 76.111%,96.447% 77.599%,94.835% 78.618%,93.119% 79.355%,91.39% 79.998%,89.742% 80.733%,88.268% 81.747%,87.061% 83.227%,87.061% 83.227%,86.147% 85.185%,85.483% 87.323%,84.946% 89.551%,84.409% 91.777%,83.749% 93.91%,82.839% 95.86%,81.556% 97.535%,79.775% 98.844%,77.369% 99.696%,74.215% 100%,6.726% 100%,6.726% 100%,5.636% 99.881%,4.601% 99.536%,3.636% 98.985%,2.755% 98.245%,1.971% 97.336%,1.299% 96.277%,0.751% 95.085%,0.343% 93.781%,0.088% 92.383%,0% 90.909%,0% 9.091%,0% 9.091%,0.088% 7.617%,0.343% 6.219%,0.751% 4.915%,1.299% 3.723%,1.971% 2.664%,2.755% 1.755%,3.636% 1.015%,4.601% 0.464%,5.636% 0.119%,6.726% 0% );
}
.blog-image-area img {
	position: relative;
	width: 100%;
	border-radius: 30px;
  transition: all 0.5s ease 0s;
}
.blog-box:hover .blog-image-area img {
	transform: scale(1.05);
}
.blog-link-btn .clinic-service-btn {
	bottom: 7px;
	right: 3px;
	background: #fff;
	width: 42px;
	height: 42px;
	box-shadow: 0px 1px 7px 0px #00000029;
}
.blog-subtitle {
	position: absolute;
	top: 20px;
	left: 25px;
	z-index: 1;
}
.blog-subtitle a {
	padding: 5px 15px;
	background-color: #ffffffc9;
	border-radius: 15px;
	font-size: 14px;
	color: var(--bs-black);
}
.blog-subtitle a:hover {
	background: var(--base-secoundary);
	color: #fff;
}
.blog-post-logo {
	padding: 20px 25px 10px 0;
}
.blog-date-info i {
	font-size: 20px;
	color: var(--base-primary);
}
.post-date {
	font-size: 15px;
	font-weight: 500;
	color: var(--base-text-color);
}
.blog-link-btn i {
	color: var(--base-primary);
}
.blog-post-title{
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: var(--base-primary);
	overflow: hidden;
}
.blog-box:hover .blog-post-title {
	color: var(--base-secoundary);
}


/*==================== Footer Section ======================*/
.footer-section{
	background-color: #00367B;
	padding: 70px 0 0;
}
.footer-top {
	overflow: hidden;
}
.footer-details-top {
	border-bottom: 1px solid #82a6d5;
	margin-bottom: 35px;
}
.footer-left-shape {
	position: absolute;
	top: 0;
	right: 0;
}
.footer-right-shape {
	position: absolute;
	top: 0;
	left: 0;
}
.footer-container{z-index: 1;}
.about-logo img {
	filter: brightness(0) invert(1);
}
.footer-widget-socials span {
	color: #fff;
	width: 35px;
	display: inline-block;
	height: 35px;
	border-radius: 5px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 35px;
	font-size: 15px;
	margin-left: 10px;
	transition: 0.5s all ease-in-out;
}
.footer-widget-socials span:hover {
	background: #fff;
	border-radius: 50%;
	color: var(--base-primary);
}
.widget_title::after {
	background: linear-gradient(to right, #FFF, transparent);
	content: "";
	width: 50px;
	height: 2px;
	position: absolute;
	bottom: -8px;
	left: 0;
	transition: 0.5s all ease-in-out;
}
.footer-widget:hover .widget_title::after {
	width: 80px
}
.footer-about-text {
	color: #dde1e6;
	width: 90%;
	text-align: justify;
}
.footer-widget-links a {
	color: #dde1e6;
	font-size: 14px;
	margin-bottom: 10px;
	display: inline-block;
  position: relative;
}

.footer-widget-links a:hover {
	padding-left: 8px;
	color: var(--bs-info);
}
.footer-menu li a::before {
	content: "\39";
	font-family: ElegantIcons;
	transition: 0.5s all ease-in-out;
	font-size: 15px;
}
.footer-menu li a:hover::before {
	opacity: 0;
}
.footer-menu li a::after {
	transition: 0.5s all ease-in-out;
	opacity: 0;
	content: "\24";
	font-family: ElegantIcons;
	font-size: 0;
	position: absolute;
	left: 4px;
	top: 3px;
}
.footer-menu li a:hover::after {
	opacity: 1;
	font-size: 15px;
}
.footer-info, .info-box_link {
	color: #dde1e6;
	display: flex;
	align-items: center;
}
.footer-contact-icon {
	color: var(--bs-gray-100);
	font-size: 25px;
	margin-right: 10px;
}
.info-box_link:hover {
	color: var(--bs-info);
}
.copyright-wrap {
	background: #002d66;
}
.copyright-text{
	color: #fff;
	font-size: 15px;
}
.copyright-text a {
	color: var(--bs-info);
}
.copyright-widget-link a {
	color: #fff;
	margin-left: 12px;
	padding-left: 10px;
  position: relative;
}
.copyright-widget-link a:hover {
	color: var(--bs-info)
}
.copyright-widget-link a:first-child {
	margin-left: 0;
	padding-left: 0
}
.copyright-widget-link a::before {
	content: "/";
	font-size: 15px;
	position: absolute;
	left: -5px;
}
.copyright-widget-link a:first-child::before {
display: none;
}
/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/
/* pulse effect animation */
@-webkit-keyframes rr-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes rr-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes rr-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes rr-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes rr-pulse-2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes rr-pulse-2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes rr-pulse-2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes rr-pulse-2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes rr-shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@-moz-keyframes rr-shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@-ms-keyframes rr-shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes rr-shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@-webkit-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-moz-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-ms-keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@-webkit-keyframes rr-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rr-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rr-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rr-rotate-center {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rr-mobile-view {
  0%, 10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes rr-mobile-view {
  0%, 10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-ms-keyframes rr-mobile-view {
  0%, 10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes rr-mobile-view {
  0%, 10% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 60% {
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
    transform: translateY(-57%);
  }
  90%, 100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes rr-svg-line {
  100% {
    stroke-dashoffset: 350;
  }
}
@-moz-keyframes rr-svg-line {
  100% {
    stroke-dashoffset: 350;
  }
}
@-ms-keyframes rr-svg-line {
  100% {
    stroke-dashoffset: 350;
  }
}
@keyframes rr-svg-line {
  100% {
    stroke-dashoffset: 350;
  }
}
@-webkit-keyframes rr-border-loader {
  0% {
    stroke-dashoffset: -356px;
    stroke-dasharray: 356px, 366px;
  }
  95% {
    stroke-dashoffset: 0;
    stroke-dasharray: 356px, 366px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 366px;
  }
}
@-moz-keyframes rr-border-loader {
  0% {
    stroke-dashoffset: -356px;
    stroke-dasharray: 356px, 366px;
  }
  95% {
    stroke-dashoffset: 0;
    stroke-dasharray: 356px, 366px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 366px;
  }
}
@-ms-keyframes rr-border-loader {
  0% {
    stroke-dashoffset: -356px;
    stroke-dasharray: 356px, 366px;
  }
  95% {
    stroke-dashoffset: 0;
    stroke-dasharray: 356px, 366px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 366px;
  }
}
@keyframes rr-border-loader {
  0% {
    stroke-dashoffset: -356px;
    stroke-dasharray: 356px, 366px;
  }
  95% {
    stroke-dashoffset: 0;
    stroke-dasharray: 356px, 366px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 366px;
  }
}
@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes scrollText-2 {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes animationglob {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes img-border {
  0% {
    -webkit-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    -moz-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  }
  100% {
    -webkit-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
    -moz-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
    border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
  }
}
@keyframes rr-hotspot {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  to {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes rr-hotspot-2 {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  to {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes rrupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes itupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

