@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.0/css/font-awesome.css');
body {overflow-x: hidden !important; margin: 0; padding: 0;}
.body_freeze {  overflow: hidden !important;}
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; overflow-x: hidden;}
main { background: #f1f3ff; 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;}
hr.double {  margin: 15px 0 30px 0;  border-color: #ededed;  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;}
.main_title {  text-align: center;  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;  font-size: 36px;  margin: 0;  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: 1.2rem;
  }
}
.main_title p {
  font-weight: 300;
  font-size: 20px;
  color: #777;
  padding: 0 10%;
}
@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:#1d2869;
  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(../img/arrow_left.png) no-repeat 0 0;
}
.main_title_3 h3:after {
  right: 25%;
  background: url(../img/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: #08197f;
  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:#d81730;
  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: #9e0015;
}
a.btn_1.outline,
.btn_1.outline {
  background: transparent;
  border: 2px solid#1d2869;
  color:#1d2869;
}
a.btn_1.outline:hover,
.btn_1.outline:hover {
  background:#1d2869;
  color: #fff;
}

/*-------- 1.3 Structure --------*/
/* Header */
header {
  background-color: #fff;
  min-height: 55px;
  padding: 5px 0;
  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: 9999;
}
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;
  }
}
@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: 50px; */
  display: block;
  /* background: url(../img/logo.png) no-repeat 0 0;
  background-size: 163px 50px; 
  text-indent: -9999px;*/
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* #logo_home h1 a {
    background-image: url(../img/logo_2x.png);
    background-size: 163px 36px;
  } */
}
/* Footer */
footer {
  background-color: #313c4e;
  color: #555;
}
footer h5 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  footer h5 {
    /* For less than 767px */
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  footer ul {
    /* For less than 767px */
    margin-bottom: 35px;
  }
}
footer ul li {
  margin-bottom: 10px;
}
footer ul li a {
  -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;
  display: inline-block;
  position: relative;
  color: #fff;
}
footer ul li a:hover {
  color:#1d2869;
}
footer ul li a i {
  margin-right: 10px;
  color: #fff;
}
footer ul.links li a:hover {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0);
}
footer ul.links li a:hover:after {
  opacity: 1;
}
footer ul.links li a:after {
  font-family: 'ElegantIcons';
  content: "\24";
  position: absolute;
  margin-left: 5px;
  top: 1px;
  opacity: 0;
  -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;
}
footer ul.contacts li a i {
  margin-right: 10px;
  color:#1d2869;
}
footer #copy {
  text-align: center;
  font-size: 13px; margin:10px 0;
  font-size: 0.8125rem;
  color: #fff;
}
@media (max-width: 767px) {
  footer #copy {
    /* For less than 767px */
    text-align: center;
    margin-bottom:0;
  }
}

.follow_us ul {
  margin: 0;
}
.follow_us ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  font-size: 1rem;
}
.follow_us ul li a i {
  color: #fff;
}
.follow_us ul li a i:hover {
  color:#1d2869;
}

/* 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: 68vh;
  width: 100%;
  display: table;
}
@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; */
  background: #28328c url(../img/bg2.jpg);
  position: relative; background-position:center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero_home.version_1::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
   background: #000; opacity: 0.4;}

@media (max-width: 767px) {
  .hero_home.version_1 {
    /* For less than 767px */
    height: 350px;
   
  }
  .hero_home.version_1 { background-position: right;}
}
.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(http://via.placeholder.com/1600x1067.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(../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_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 {
  width: 100%;
  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 40px 0 !important;
  font-size: 60px;
  font-size: 2.75rem;
  font-weight: bold;
  /* text-transform: uppercase; */
  color: #fff;
}
@media (max-width: 767px) {
  .hero_home .content h3 {  font-size: 26px !important; font-size: 2.625rem; text-align: left;}
}

/* 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;
}

#custom-search-input {
  margin: 0;
  top: 0;
  padding: 0;
  width: 680px;
  margin: auto;
  position: relative;
}
@media (max-width: 991px) {
  #custom-search-input {
    /* For less than 991px */
    width: auto;
  }
}
#custom-search-input .search-query {
  width: 60%;
  height: 45px;
  padding-left: 20px;
  border: 0;
  -webkit-border-radius:3px 0 0 3px ;
  -moz-border-radius:  3px 0 0 3px;
  -ms-border-radius:  3px 0 0 3px;
  border-radius:  3px 0 0 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: 13px;
  /* font-size: 1rem; */
  color: #333;
}
#custom-search-input .city-select { width: 24.5%;height: 47px;border: 0; border-radius: 0; padding-left: 10px;margin-top: -1px;
font-weight: 500; font-size: 13px; color: #333; border-left:1px solid #ccc;}
#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: 0 10px;
  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:#1d2869;
  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'] {
  -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;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  top: 0;
  border: 0;
  padding: 0 25px;
  height: 40px;
  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: #d81730;
}
#custom-search-input input[type='submit']:hover {
  background-color: #0084c6;
}
@media (max-width: 575px) {
  #custom-search-input input[type='submit'] {
    /* For less than 575px */
    text-indent: -999px;
    background: #0084c6 url(../img/search.svg) no-repeat center center;
  }
}

.box_feat {
  background-color: #fff;
  padding: 165px 45px 20px 45px;
  text-align: center;
  position: relative;
  -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);
  margin-bottom: 25px;
}
.box_feat h3 {
  text-transform: uppercase;
  font-size: 21px;
  font-size: 1.3125rem;
  margin-top: 25px;
  color:#1d2869;
}
.box_feat#icon_1 {
  background: #fff url(../img/icon-home-1.svg) no-repeat center 45px;
}
.box_feat#icon_2 {
  background: #fff url(../img/icon-home-2.svg) no-repeat center 45px;
}
.box_feat#icon_3 {
  background: #fff url(../img/icon-home-3.svg) no-repeat center 45px;
}
.box_feat span {
  position: absolute;
  top: 50%;
  right: -48px;
  margin: -42px 0 0 0;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ededed;
  background: #fff url(../img/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:#1d2869;
}
.list_home ul li a:hover {
  background-color:#1d2869;
  -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:#1d2869 !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:#1d2869;
  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(../img/hero_bg_1.svg) repeat fixed;
  padding: 90px 0 30px 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: 60px;
}
@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 {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.4;
}

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(../img/hero_bg_1.svg) repeat fixed;
  }

  .header-video {
    background: none;
  }
}
/*-------- 2.2 Listing --------*/
#results {
  padding: 10px 0;
  color: #fff;
  background: #1d2869;
}
@media (max-width: 767px) {
  #results {
    /* For less than 767px */
    padding: 10px 0;
  }
}
#results.is_stuck {
  z-index: 999 !important;
}
#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='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:#1d2869;
}

.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;
  height: 260px; max-width: 100%; width: 100%; object-fit: cover;
}
.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%; overflow: hidden;
  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 {
    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:#1d2869;
} */
/* .box_list ul li:last-child {
  margin-right: 0;
  float: right;
} */
.box_list ul li {
  margin-right: 0;
  float: left;
}
/* .box_list ul li:last-child a {
  background: #fff;
  border: 2px solid#1d2869;
  color:#1d2869;
  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 a {
  background: #fff;
  border: 2px solid#1d2869;
  color:#1d2869;
  padding: 8px 20px;
  font-weight: 500; display: block;
  line-height: 1; text-align:center; 
  -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 a:hover {
  background:#1d2869;
  color: #fff;
}
/* .box_list ul li:last-child a:hover {
  background:#1d2869;
  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;
} */
.box_list.home ul li { width: 46%; margin: 0 5px;
  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:#1d2869;
}

.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:#1d2869;
}
@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:#1d2869;
}
.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#1d2869;
  color:#1d2869;
  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:#1d2869;
  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:#1d2869;
}
.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:#1d2869;
  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: #f5f8fa;
}

.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(../img/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:#1d2869;
}

.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:#1d2869;
}

.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:#1d2869;
}

.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:#1d2869;
}

.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: #1d2869;
  padding: 15px 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: 0.88rem;
  padding: 0.75rem 1rem;
  /* 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;*/
  border-color: #ededed;
}

.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: 20px 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;
}

.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:#1d2869;
}

.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:#1d2869;
  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(../img/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: #1d2869;
  color: #fff;
  margin: -30px -30px 30px -30px;
  padding: 12px 25px;
  text-align: center;
  text-transform: uppercase;
  -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: 24px !important;
  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:#1d2869;
}
.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:#1d2869;
  -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(../img/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(../img/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:#1d2869;
}

/*-------- 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 p { font-size: 16px; line-height: 1.8;}
#contact_info p i { font-weight: bold; line-height: 2;}
#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:#1d2869;
  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 {display: flex; flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 10px;
}
.summary ul li strong { width:60%; flex: 0 0 60%; padding-left: 8px; text-align: right;
  font-weight: 500;
}

ul.treatments.checkout {
  margin: 0;
  padding: 0;
}
ul.treatments.checkout li {display: flex; flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 8px;
}
ul.treatments.checkout li:first-child {border-top: 0;}
ul.treatments.checkout li strong { width:60%; flex: 0 0 60%; padding-left: 8px; text-align: right;  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: #f5f8fa;
  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;
  border-color: #ededed;
}
@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:#1d2869;
  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(../img/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(../img/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:#1d2869;
}

/*-------- 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; */
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  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(../img/hero_bg_1.svg) repeat fixed;
}

.form-control {
  font-size: 14px;
  font-size: 0.875rem;
  min-height: 40px;
  border-color: #cecfd0;
}

#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;
}

/* 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: #08197f;
  border-color: #08197f;
  color: #fff;
}

.page-item.disabled .page-link {
  color: #999;
  border-color: #e1e8ed;
}

.page-link {
  color: #08197f;
  border: 1px solid #e1e8ed;
}
.page-link:focus, .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #08197f;
  border-color: #08197f;
}

/*-------- 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:#1d2869;
}
#cookie-bar .cb-policy:hover {
  background: #fff;
  color:#1d2869;
}
#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:#1d2869 !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 {    font-weight: bold;  color:#1d2869;}
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:#1d2869;
}
/*updated*/
.h-div {text-align: center; padding: 15px; background: #fff;}
.test-box { overflow: hidden; margin-bottom: 30px;}
.lists-div {background: #0167a5; padding: 15px;}
.lists-div tr { color: #fff;}
.lists-div tr td { border: 0;border-bottom: 1px dashed rgba(255, 255, 255, 0.5);}
.lists-div tr:last-child td {border: 0;}
.lists-div tr td:first-child { width: 60%;}
.lists-div tr td:last-child { width: 40%;}
.lists-div tr td a { display:block; color: #fff; text-align: center; padding: 6px 15px;background: rgb(183,51,137);
background: -moz-linear-gradient(-45deg,  rgba(183,51,137,1) 0%, rgba(112,52,186,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(183,51,137,1) 0%,rgba(112,52,186,1) 100%);
background: linear-gradient(135deg,  rgba(183,51,137,1) 0%,rgba(112,52,186,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b73389', endColorstr='#7034ba',GradientType=1 );
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.315);}
.test-bg { background: url(../img/bg_2.png); background-attachment: fixed; background-size: cover;}
.top { background: #fff; border-bottom:1px solid #eee;}
.top .top-list { list-style: none; margin: 5px 0; padding-left: 0;}
.top .top-list li { display: inline-block; color: #fff; margin-right: 15px;}
.top .top-list li i { margin-right: 5px;}
.top .top-list li a {color: #000; font-size: 12px;}
.top .top-list.right { float: right;}
.home .list-unstyled li { display: block; width: 100% !important;}
.home .list-unstyled { margin: 0; min-height: 175px;}
.form-section { display: none;}
.form-section.current { display: inherit;}
.btn-info, .btn-blue { margin-top: 10px;}
.btn-blue { float: right;}
.btn-blue { background: #3f4079; color: #fff;}
.btn-blue:hover { background: #000; color: #fff;}
.add-input {height: 19px; background: #17a2b8; text-align: center; color: #fff; border-radius: 3px;
   display: block; margin-top: 26px; border: 0;}
.delete {height: 19px; background: #17a2b8; text-align: center; color: #fff; border-radius: 3px;
   display: block; margin-top: 2px; border: 0; width: 20px;}   
.add-input-area { display: flex;}   
.btnhide { display: none;}
.g-btn {background: rgb(119,23,94);
background: -moz-linear-gradient(-45deg,  rgba(119,23,94,1) 1%, rgba(56,113,237,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(119,23,94,1) 1%,rgba(56,113,237,1) 100%);
background: linear-gradient(135deg,  rgba(119,23,94,1) 1%,rgba(56,113,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77175e', endColorstr='#3871ed',GradientType=1 );
color: #fff; border-radius: 2px; font-weight: bold;}
.g-btn:hover { color: #fff;}
.bp-btn { float: right; position: relative; margin: 30px 5px 0; display: inline-flex; clear: both;}
.bp-btn a { color:#000; border-radius:2px; padding:10px 15px; text-align: center; text-transform: uppercase;
 transition:all linear 0.3s; -webkit-transition:all linear 0.3s; border:1px solid #000;}
.bp-btn a:hover { color: #ffffff; background: crimson; border: 1px solid #e61a33;}
.pstyle { font-size: 16px; line-height: 1.6;}
.top p {  margin: 0; line-height: 2;}
.top p a { color:#828282;line-height: 1;}
.top p i { font-size: 22px;}
.banner-ft li { transition: all ease-in-out 0.3s; min-width: 164px;}
.banner-ft li img {max-width: 60px; width: 100%; margin: 35px 10px 10px;}
.banner-ft li:hover { transform: translateY(10px);}
#logo_home img { max-width: 150px; max-height:100px; }
.banner-ft li span { display: block;}
.first-sec { background: #FFF;}
.first-sec .main_title { text-align: left;}
.first-sec .main_title h2 { margin-bottom: 30px;}
.first-sec .main_title p { padding: 0;}
.first-sec .main_title h2 strong { color:#0084c6;}
.btn-main { border-radius: 45px; padding: 1em 3em; background-color: #d81730; color: #fff; text-align: center;
line-height: 1.25; font-size: 16px; font-weight: 700;display: inline-block;}
.btn-main:hover { color: #fff; background-color:rgb(9, 7, 124);}
.packs { max-width: 900px; width: 100%;}
.home-package { background: #f0f0f5;}
.p-head { background: #28328c; padding: 0; border: 1px solid #ccc;}
.p-single { margin:0 0 30px; border-radius:4px 4px 0 0; overflow: hidden; border:1px solid #f0f0f5;
   box-shadow: 0 6px 9px 0 hsla(0,0%,86%,.46); position: relative;}
.p-head h4 { color: #fff; font-size: 18px; margin: 0;}
.p-head p { color: #fff; margin-bottom: 0; margin-top: 15px; font-size: 12px;}
.p-body { background: #fff; padding: 15px;}
.p-body .icon-left { max-width: 30px; height: 30px; display:inline; margin-right: 10px; float: left;}
.sec-content {display:block; padding: 0; clear: both; overflow: hidden;}
.sec-content-ul { list-style: none; padding: 0; margin-bottom: 0; float: left; width: 80%;}
.sec-content-ul li { line-height: 1.6; font-size: 14px;}
.sec-content.mini .sec-content-ul li { font-size: 12px;}
.sec-content.mini { border: 0;}
.p-footer { padding: 15px; background: #ecf5f8; height: 52px; position: absolute; bottom: 0; width: 100%;}
.btn-border { border-radius: 2px; padding: 5px 8px; background: transparent; color: #163fbb; border:1px solid #163fbb;}
.tag {color: #fff; border-radius: 2px; padding: 5px; background: #047904;}
.price { margin: 0 5px; font-weight:bold; font-size: 16px; }
.third-sec { background: #fff;}
.info h2 { line-height: 1.5; font-size: 36px;}
.info ul { list-style: none; margin-bottom:15px; padding: 0; overflow: hidden;}
.info ul li {font-size: 16px; position: relative; line-height:2;}
.info ul li::before {content: '\f00c'; font-family: FontAwesome; padding-right: 8px; color: #d81730; }
.pic-middle img { max-width: 500px; width: 100%; margin:0 auto;}
.c-logo img { height: 100px; width: 100%; max-width: 100%; object-fit: contain;}
.c-logo { border:1px solid #ddd; padding: 5px;}
.img-logo {max-width: 165px; width: 100%; margin: 0 auto;}
.app { max-width: 100%; width: 100%;}
footer p { color: #fff;}
.footer-grid { max-width: 1100px; width: 100%; padding:50px 0 20px;}
.top-list li a:hover { color:#e61a33;}
.top-list li img { margin-right: 5px; max-width: 16px; width: 100%;}
.main-menu img { margin-right: 5px; max-width: 16px; width: 100%;}
.app-download-sec { background: #fff;}
.app-download-sec .app img { max-width: 180px; width: 100%;}
.app-download-sec .info h2 { line-height: 1.5; font-size: 33px;}
.app-download-sec .pic-middle img { max-width: 300px; width: 100%; margin: 0 auto; display: block;}
.intrinsic { position: relative; height: 0; padding-bottom: 54%; }
.intrinsic iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.carousel {margin: 30px auto;	padding: 0 70px;}
.carousel .item {color: #353535;	font-size: 14px; text-align: center; overflow: hidden; min-height: 180px;}
.carousel .item .img-box {width: 135px; height: 135px;margin: 0 auto;padding: 5px;border: 1px solid #ddd;
  	border-radius: 50%;}
.carousel .img-box img {width: 100%;height: 100%;display: block;border-radius: 50%;}
.carousel .testimonial {	padding: 30px 0 10px; font-size: 18px; line-height: 1.6;}
.carousel .overview {		font-style: italic;}
.carousel .overview b {	text-transform: uppercase;	color: #7AA641;}
.carousel .carousel-control {	width: 40px; height: 40px; margin-top: -20px; top: 50%;	background: none;}
.carousel-control i { font-size: 68px; line-height: 42px; position: absolute; display: inline-block;
	color: rgba(0, 0, 0, 0.8); text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;}
.carousel .carousel-indicators { bottom: -40px;}
.carousel-indicators li, .carousel-indicators li.active { width: 15px; height: 10px; margin: 1px 3px; border-radius: 50%;
   box-sizing: border-box;}
.carousel-indicators li {	background: #999;	border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);}
.carousel-indicators li.active {		background: #555;			box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);}
.testimonial { background:#f1f3ff; }
.lab-slide { background: #fff;}
.lab-slide .main_title h2 { text-align: left; margin-bottom: 15px; font-size: 28px;}
.btn-link { color: #d81730; font-size: 16px; padding: 5px 15px;}
.lab-slide .main_title { margin-bottom: 25px;}
.ft-footer { padding: 15px 0; background: #252e3e;}
.footer-icon { border-right: 1px solid rgb(145, 145, 145); padding:0 15px;}
.ft-footer .col-md-4:last-child .footer-icon { border: 0;}
.footer-icon img { float: left; margin-right: 10px;}
.footer-icon h3 { color: #fff;}
.footer-icon p { color: #fff; font-size: 12px; margin-bottom: 0;}
.fixed-popup { border-radius: 2px 2px 0 0; position: fixed; top: 48%; right: -76px; z-index: 1000; display: flex !important; 
   transform: rotateZ(-90deg); overflow: hidden; transition: all linear 0.3s; -webkit-transition: all linear 0.3s;} 
.fixed-popup a { color: #fff; background:#d81730; padding: 10px 40px; font-size: 16px; text-transform: uppercase; display: block;}
.fixed-popup:hover a { background: #0083c3; }
.cat-content { position: relative; overflow: hidden; border-radius: 3px; height: 124px;}
.cat-content img { max-width: 100%; width: 100%; height: 124px; object-fit: cover; position: absolute; top:0; 
  left:0; z-index: 1;}
.cat-content .inner-cat-content { max-width: 100%; width: 100%; height: 100%; background: rgba(0,0,0,0.6);
position: absolute; top: 0; left: 0; text-align: center; z-index: 2; display: table;}
.cat-content .inner-cat-content h2 { color: #fff; display: table-cell; vertical-align: middle; margin:0; font-size: 20px;}
.v-packages { background: #f1f3ff;}
.clients { background: #fff; }
@media screen and (min-width:768px){
   .category-doc .container { max-width: 1200px; width: 100%;}
   .v-packages .container { max-width: 1200px; width: 100%;} 
  #contact-popup, .contact-popup {padding: 0 !important; }
  .inner-popup { padding:15px 30px;}
  .float-right { float: right; }
  .hide-laptop {display: none;}
  #logo_home img {  margin: 0;}
  .mb-md-0 {margin-bottom: 0 !important;}
  .close-mobile-only-sort {display: none;}
}
.checkup-visual-containers { overflow: hidden; border:1px solid #dfdfe5; border-radius: 3px; margin-bottom: 15px;
  position: relative; height: 270px; transition: all linear 0.3s; -webkit-transition: all linear 0.3s; }
.checkup-visual-containers img { max-width: 100%; width: 100%; height: 180px; object-fit: cover;
   position: absolute; top: 34%; left: 0; z-index: 1;transition: all linear 0.1s; -webkit-transition: all linear 0.1s;}
.checkup-visual-containers .text-info { position: absolute; top:0; left: 0; z-index: 2; width: 100%; height: 100%; 
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
 padding: 15px;}
.checkup-visual-containers .text-info h3 { font-size: 15px; text-transform: uppercase; margin-bottom: 3px;}
.checkup-visual-containers .text-info h3 strong { font-size: 20px; padding: 6px 0;display: inline-block;}
.checkup-visual-containers:hover { transform: scale(1.1,1.1); box-shadow:0 14px 12px -14px #000;}
.checkup-visual-containers:hover img {transform: scale(1.2,1.2);}
.checkup-visual-containers p { margin: 3px 0;}
#contact-popup, .contact-popup { max-width: 600px !important; width: 100%; display: none;}
.img-popup { max-width: 100%; width: 100%; object-fit: cover; height: 100%;}
.inner-popup h4 { text-align: center; margin-bottom:30px;}
.bottom-sec {background: #fff; padding: 12px 0 6px; width: 100%;}
.division {border: 1px solid #ccc; overflow: hidden; padding: 15px; border-radius: 4px; transition: all linear 0.3s;
   box-shadow: 0px 8px 8px 0 #dadada; background: #fff;}
.division:hover {transform: translateY(-30px); box-shadow: 0px 8px 8px 0 #afafaf}
.division img { float: none; margin: 0 auto 10px;max-width: 60px; width: 100%; text-align: center; display: block;}
.division h4 {color: #000; font-size: 14px; margin: 0; font-weight: 600; line-height: 1.8; text-align: center;}
.fixed-popup img { display: none;}
@media screen and (max-width: 768px){
  .top .top-list.right { float: none;}
  .top { text-align: center; display: none;}
  .bp-btn { float: none; margin: 8px 5px 0; right: 10px;}
  .bp-btn a { padding:4px 8px; }
  #custom-search-input .search-query {width: 100%; margin-bottom: 2px;}
  #custom-search-input .city-select { width: 100%; margin-bottom: 2px;}
  #custom-search-input input[type='submit'] { text-indent: inherit; position: static; width: 100%; background: #d81730;border-radius: 30px;
    margin-top: 15px;}
  .hero_home.version_1 {background-attachment: fixed;}
  .main_title * {text-align: center;}
  .btn-main { margin: 20px auto; display:table !important;}
  .info * { text-align: center;}
  footer { padding: 10px 20px;}
  .app-download { text-align: center;}
  .app-download .app { max-width: 200px; width: 100%; margin: 12px auto;}
  #copy { text-align: center;}
  .hidden-xs { display: none;}
  .bp-btn { display:none;}
  .bottom-sec { height: auto;}
  .info ul li { text-align: left; padding-left: 30px;}
  .app-download-sec .app img { margin:20px auto; display: block;}
  .footer-icon { padding:15px 0; border:0;}
  /* .fixed-popup img { display: block; max-width: 48px;}
  .fixed-popup span {display: none;} */
  /* .fixed-popup { right: 10px !important; transform: rotate(0); top: auto; bottom: 10vh; z-index: 99;}
  .fixed-popup a { background: transparent; padding: 0;} */
  .mb-xs-3 { margin-bottom: 10px;}
  .search-view-profile {  margin: 15px auto; max-width: 125px !important; display: block;}
  .text-xs-center { text-align: center !important;}
  .swiper-button-next , .swiper-button-prev { display: none;}
  .hide-mobile {display: none;}
  header.header_sticky.sticky { width: 100vw;}
  .rv-container { padding: 15px 20px !important;}
}
.search-form-main { border-top: 1px solid #eee; background: #fff; padding: 15px 0;}
.search-sub-form .btn { height: 40px; }
.search-sub-form i { position: absolute; top:10px; left:5px;}
.search-sub-form .form-control { padding-left: 30px;}
.result-form p { font-size: 14px; margin-bottom: 0; line-height:1.8; }
.result-form .form-control { height: 27px; border-radius: 2px; padding: 0 5px; min-height: auto; line-height: 1;
   color: #fff; border:0; background: #2c3a8c;}
.result-form .form-control option { color: #fff;}
.search-result {background: #f0f0f5; padding: 30px 0;}
.white-box { margin-bottom: 15px; padding:0 0 15px 0; border: 1px solid #e6e6e6; background: #fff; 
  border-radius: 3px;}
.white-box .head-title { border-bottom: 1px solid #ccc; padding:15px;}
.white-box .head-title h3 { margin:0; font-size: 16px; font-weight: bold;}
.white-box .inner-content { padding: 15px;}
.white-box .inner-content h4 { margin:0; padding:0 0 10px; font-size: 16px;}
.white-box hr { margin: 10px 0 10px 0; border-color: #dedede;}
.search-list { list-style:none; padding:0; margin:0; overflow:hidden;}
.search-list > li { margin:0 0 15px;}
.search-single { background: #fff; padding: 15px; /*box-shadow: 0 1px 4px 1px hsla(0,0%,42.7%,.14); */
   border: 1px solid #e6e6e6; border-radius: 3px; overflow: hidden;}
.search-view-profile { overflow: hidden; max-width:100%; width: 100%; border-radius: 5px;  height: 145px;}
.search-view-profile img { height: 100%; max-width:100%; width: 100%; object-fit: cover;border:1px solid #ddd;}
.search-single .search-view-details h4 a {color: #313131; overflow: hidden; white-space: nowrap;width: 100%; 
text-overflow: ellipsis;}
.search-single .search-view-details .degree { margin-bottom: 10px; width: 94%; overflow: hidden; -webkit-line-clamp: 2; display: -webkit-box;
text-overflow: ellipsis; -webkit-box-orient: vertical;}
.search-single .search-view-details .designation { color:#505050; font-weight: bold; margin-bottom: 8px;}
.search-single .search-view-details .location {margin-bottom: 8px;font-weight: 600;}
.search-single .search-view-details .location i { margin-right: 5px;color:#b10017;}
.clinic-name a {width: 100%; text-overflow: ellipsis; overflow: hidden; color:#b10017;}
.clinic-name { margin-bottom: 5px;}
.mini-gallery { overflow: hidden; margin-bottom: 0; list-style: none;}
.mini-gallery li { margin:5px; display: inline-block;}
.mini-gallery li .single-pic { max-width: 40px; height: 40px; overflow: hidden; border-radius: 2px; border:1px solid #e6e6e6;}
.mini-gallery li .single-pic img { max-width: 100%; width: 100%; height: 40px; object-fit: cover;}
.search-view-info ul { list-style: none; overflow: hidden; margin-bottom: 0; padding: 0;} 
.search-view-info ul li { line-height: 1.8; padding: 5px 0;}
.search-view-info ul li i { color: #b90018; margin-right: 5px;}
.doctor-available { margin-bottom: 5px;}
.related-links { list-style: none; padding: 0; margin: 0; overflow: hidden;}
.related-links li a { padding: 7px 15px 7px 10px; display: block; color: #0083c5; }
.related-links li a i { margin-right: 8px; color:#a9a9a9;transition: all linear 0.3s;}
.related-links li a:hover i { margin-right: 15px;}
.search-single .btn { font-size: 14px;}
.search-single .btn:focus { box-shadow: none !important; color:#fff;}
.doctor-profile {padding: 30px 0;}
.main-profile { padding: 15px;}
.search-view-profile-lg { overflow: hidden; max-width:100%; width: 100%; height: 188px; margin-bottom: 15px; border-radius: 3px;}
.search-view-profile-lg img { max-width:100%; width: 100%; height: 188px; object-fit: cover;}
.main-profile h4 a { color:#0083c5; }
.main-profile p { color: #000; margin-bottom: 8px;}
.tag-grey { padding: 5px 10px; border-radius: 3px; background:#e4e4e4; line-height: 1.6; margin-right: 3px;}
.main-profile .designation { margin: 10px 0;  display: inline-block; line-height: 2;}
.main-profile .location i { margin-right: 5px;color:#0083c5; }
.search-view-details .exp { color: #000; font-weight: bold; margin: 13px 0; display: flex;}
.main-profile .fee { font-size: 16px;}
.main-profile .rate { font-size: 14px; display: flex; align-items: center;margin-bottom: 5px;}
.main-profile .rate span {font-size: 14px; color: #505050;}
.main-profile .rate span.checked {color: orange;}
.main-profile .fa-l { font-size: 18px; margin-right: 10px; color: #0083c5;}
.doctor-profile p {color: #000; line-height: 1.6;}
.points { padding-left:40px; list-style: none;  overflow: hidden; margin-bottom: 10px;}
.points li { margin:5px 0;}
.pi i {color:#0083c5; width: 30px; height: 30px; border-radius: 50%; border:1px solid #0083c5; text-align: center;
line-height: 2; font-size: 14px;}
.pi h4 { padding-bottom: 5px !important; color: #000;}
.pi .points:last-child { margin-bottom: 0;}
.tabs_styled_2 .nav-tabs { border-bottom: 1px solid #e1e8ed; background: #f1f1f1;}
.tabs_styled_2 .nav.nav-tabs > li.nav-item:first-child  > .nav-link.active { border-left: 0;}
.tabs_styled_2 .nav-item .nav-link {color: #0083c5; border-radius: 0;}
.clinic-list { list-style: none; overflow: hidden; padding: 0; margin: 0;}
.clinic-list li .search-single.clinic { border: 0; border-bottom: 1px solid #e6e6e6 !important;}
.tabs_styled_2 li:last-child .search-single.clinic { border-bottom: 0 !important;}
.btn i { margin-right: 10px;}
.clinic-list-container .clinic-list .search-single h4 { font-size: 1.3rem;}
.expeience-list { padding: 15px 15px 0;}
.expeience-list h4 { font-size: 20px; margin: 10px 0;}
.box-border { border:1px solid #eee; padding: 10px 15px; margin-bottom: 18px;}
.box-border h5 { font-size: 18px; line-height: 1.6; margin-bottom: 5px;}
h5 strong {color: #0083c5;}
.display-block { display: block;}
.box-border label { line-height: 2.5;}
.issues option { height: 50px;}
.ui-autocomplete { max-height: 150px; overflow-y: auto; overflow-x: hidden; z-index:1000 !important;}
.review-list { padding: 0 15px;}
.review-list ul { list-style: none; margin: 0; padding: 0; overflow: hidden;}
.review-list ul li { display: block; width: 100%; border-bottom: 1px solid #ccc;}
.review-list ul li .review-single .review-profile-pic { border-radius: 50%; width: 50px; height: 50px; background:#91f0ff;
   text-align: center; margin: 0; display: table;}
.review-list ul li .review-single .review-profile-pic h4 { display: table-cell; vertical-align: middle;}
.review-list .review-profile-info h4 { font-size: 16px;}
.recommendation { font-size: 16px; margin:5px 0;}
.tags-all span { padding: 2px 4px; text-align: center; border-radius: 3px; line-height: 1.6; background-color: #d8f2fc;
  border: 1px solid #b3e2f4; margin: 5px 2px; white-space: nowrap;display: inline-block;}  
.tags-all { margin-bottom: 5px;}
.descp { margin-bottom: 5px;}
.review-single { padding: 20px 0;}
.review-list ul li:last-child { border:0;}
.time-review-single { font-size: 12px; color:#6b6b6b !important; text-align: right; margin-bottom: 5px; line-height: 1.8;}
.rate span { color: #0083c5; font-size: 20px; font-weight: 500;}
.cart .btn > img { max-width: 27px; width: 100%; margin-right: 10px;}
.cart h5 {font-size: 14px; margin: 0;}
.cart .btn-outline-info { border:1px solid #ccc; border-radius: 3px;}
.cart .dropdown-menu {min-width: 295px; width: 100%; left: auto !important; right:0; padding:0;
  transform: translate3d(0px, 41px, 0px) !important;}
.cart > a:focus { box-shadow: none !important; }
/* .cart { text-align: center;} */
.cart .dropdown-header { padding: 20px; color: #000; font-size: 18px; font-weight:500; border-bottom:1px solid #dedede;}
.item-package { padding:8px 20px;}
.item-package .delete { background:#fff;}
.item-package .delete a { color:#000; line-height:1;}
.item-package .price-item {text-align:right; margin-bottom:5px; padding:0 10px;}
.cart .dropdown-menu li {border-bottom:1px solid #eee;}
.cart .dropdown-menu li:last-child { border:0}
.item-package h5 { margin:0; line-height: 1.5;}
.item-package .prep { font-size:12px; color:#797979; margin-bottom:5px;}
.btn-proceed { padding:5px;}
.btn-proceed a {margin-top:0;}
.dropdown-main { max-height:300px; overflow-y:auto;}
.path-banner { padding:20px 0;}
.info-pb { display:table; height:100%;}
.middle {display:table-cell; vertical-align:middle;}
.info-pb h2 {color:#263077; margin:5px 0 15px;}
.path-banner p { font-size:16px; color:#000;}
.package-tags {list-style:none; margin-bottom:0; }
.package-tags li { display:inline-flex;}
.package-tags li a { padding:8px 15px; border-radius:3px; text-align:center; box-shadow:0 2px 4px 0 rgba(45,45,50,.06);
color:#787887; margin:8px 5px; background:#fff;}
.popular-package-section { padding:40px 0; background:#fff;}
.popular-package-section .popular-packages { max-width:1200px; width:100%;}
.popular-package-section .title { margin-bottom:30px;}
.popular-tests-section {padding:40px 0;}
.popular-tests-section .popular-tests { max-width:1200px; width:100%;}
.popular-tests-section .title { margin-bottom:30px;}
.med-tests {border:1px solid #ddd; padding: 10px; overflow: hidden; background: #fff; min-height: 122px; box-shadow: 0px 2px 4px 0 #ccc;
transition: all linear 0.3s; -webkit-transition: all linear 0.3s; }
.med-tests h5 { margin:0 0 5px; color: #000; font-size: 14px; white-space: nowrap; overflow: hidden; width: 100%; text-overflow: ellipsis;}
.med-tests .icon-med { margin-right: 10px; margin-bottom: 5px; float: left;}
.med-tests .icon-med img { max-width: 30px; width: 100%;}
.med-tests p { margin-bottom: 0; line-clamp: 2; -webkit-line-clamp:2; display: -webkit-box; -webkit-box-orient: vertical;
   overflow: hidden; text-overflow: ellipsis; min-height: 38px; font-size: 12px;}
.popular-tests-section { position: relative;}
.med-test-info {float: right;clear: right; width: 88%;}
.med-tests:hover { box-shadow: none; border:1px solid #17a2b8; background: #17a2b8}
.med-tests:hover * {color: #fff;}
.med-tests:hover a.btn-info { background:#d81730; border-color:#d81730;}
.med-tests:hover .icon-med img { filter: invert(100%) brightness(100%);}
.test-profile-section { padding: 30px 0;background: #fff;}
.test-profile-pic img { max-width: 100%; width: 100%;}
.test-profile-pic { overflow: hidden;}
.test-profile-section .container { max-width: 1200px; width: 100%;}
.test-profile-info { padding: 0 15px;}
.add-to-cart-sec { padding: 15px 0;}
.add-to-cart-sec p { margin-bottom: 8px;}
.test-profile-info p {font-size: 13px; line-height: 1.6; color: #000;}
.test-profile-info h4 {font-size: 16px; color:#e61a33;}
.test-profile-info ul { list-style-type: circle; padding-left: 30px;}
.test-profile-info ul li {color: #000;}
.cart-full-preview {background: #fff; border:1px solid #ddd;}
.cart-full-preview h5 {font-size: 14px; margin: 0; color:#000;}
.cart-full-preview .btn-outline-info { border:1px solid #ccc; border-radius: 3px;}
.cart-full-preview .cart-header { padding: 20px; color: #000; font-size: 18px; font-weight:500; border-bottom:1px solid #dedede;}
.item-package { padding:8px 20px;}
.item-package .delete { background:#fff;}
.item-package .delete a { color:#000; line-height:1;}
.item-package .price-item {text-align:right; margin-bottom:5px; padding:0 10px;}
.cart-full-preview .dropdown-menu li {border-bottom:1px solid #eee;}
.cart-full-preview .dropdown-menu li:last-child { border:0}
.cart-ul { margin-bottom: 0;}
.checkout-section { padding: 60px 0 100px; }
.stepwizard-step p { margin-top: 10px;}
.stepwizard-row { display: table-row;}
.stepwizard {  display: table;  width: 100%;  position: relative;}
.stepwizard-step button[disabled] { opacity: 1 !important; filter: alpha(opacity=100) !important;}
.stepwizard-row:before { top: 14px; bottom: 0; position: absolute; content: " "; width: 100%; height: 1px;
   background-color: #0083c3; z-index: 0;}
.stepwizard-step { display: table-cell; text-align: center; position: relative;}
.btn-circle {width: 30px; height: 30px; text-align: center; padding: 6px 0; font-size: 12px; line-height: 1.428571429;
border-radius: 15px;}
.has-error .form-control { border:1px solid #c00;}
.form-wizard .has-error .form-control p { display: inline; color: #000;}
.nextBtn { max-width: 150px; width: 100%;}
.stepwizard .btn-default { background: #ccc;}
.stepwizard .btn-primary { background: #0062cc !important;}
.stepwizard-step:before { content: ''; position: absolute; top:0 ;left: 0; width: 100%; height: 100%; }
.stepwizard-step { position: relative;}
.stepwizard .btn-primary i, .stepwizard .btn-default i { margin: 0;}
.form-wizard .control-label {color: #000;}
.otp-header { font-size: 16px; margin-bottom: 15px;}
.otp-section { margin-bottom:30px; border:1px solid #ddd;margin-top: 50px; padding:15px 30px;}
.btn-login { max-width:250px; margin:0 auto;}
.text-bold {font-weight: bold; font-size: 18px; color: #000;}
.test-profile-info .title {color:#1d2869; margin-bottom: 15px;}
.date-slot {padding: 0 8px;}
.setup-content .white-box { padding:25px;}
.timeslot .btn-group { display: inline-block;}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) { border-radius: 2px;}
.timeslot .btn-group .btn { margin: 5px 0 !important; font-size: 14px !important; color: #28328c; border:1px solid #28328c;
background: #fff; border-radius: 2px !important; min-width: 155px;}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
  color: #fff; background-color: #28328c; border-color: #28328c;}
.timeslot h6 { margin: 30px 0 10px;}
.rv-container { max-width: 680px; margin:40px auto; background: #fff; padding: 50px 60px;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);border-radius: 5px;}
.review-form { /*background:#f0f0f5;*/ overflow: hidden;background: #28378f url(../img/hero_bg_1.svg) repeat fixed;}
.btn-outline-info:focus, .btn-outline-info.focus {box-shadow: none !important;}
.rv-container label {width: 100%; display: block; margin-bottom: 10px;}
.fstChoiceItem {font-size: .9em !important;}
.fstMultipleMode .fstControls {width: 100% !important; }
.fstElement { width: 100%;}
.fstResultItem { font-size: 0.9em !important; }
.fstMultipleMode .fstQueryInput { font-size: 14px !important;}
.display-block { width: 100%;}
.review-form .form-control {border-color:#a2a2a2;}
.review-form label { color:#000;}
.font-lg h2 {font-size: 48px; font-weight: bold;}
.font-lg {height: 100%;}
.app-download-sec .info { text-align: center; padding:50px 30px 30px; background-color:#0e1b8a; min-height: 310px;}
.app-download-sec .info * {color: #fff;}
.app-download-sec .info p {margin-bottom: 10px;}
.app-download-sec .info h2 { line-height: 1.5; font-size: 24px;}
.app-download-sec .col-md-4:nth-child(1) .info {background-color:#42B3E5;}
.app-download-sec .col-md-4:nth-child(2) .info {background-color:#0384CE;}
.app-download-sec .col-md-4:nth-child(3) .info {background-color:#3156A3;}
.app-download-sec .col-md-4 .info a {background-color:transparent; border: 1px solid #fff; border-radius: 0; color: #fff;}
.app-download-sec a {margin-top: 30px;}
.text-links {text-align: center; border-top: 1px solid rgb(223, 223, 223); border-bottom: 1px solid rgb(223, 223, 223); background: #fff;}
.text-links ul {list-style: none; margin-bottom: 0; padding: 0;}
.text-links ul li {display: inline-flex; margin-right: 30px;}
.text-links ul li a {padding: 15px 15px; text-align: center; color: #000;}
.text-links ul li a.active { border-bottom: 3px solid #ad0016; color: #d81730; font-weight: bold;}
.login-sec {padding: 0; background: #fff;}
.login-sec form {padding: 30px; border: 1px solid #eee; border-radius: 4px;}
.login-sec form p a{text-align: right; color:#f01414;}
.hr-container {-js-display: flex; display: -webkit-box; display: -ms-flexbox;display: -webkit-flex;display: flex; justify-content: center;
  line-height: 0;  margin-top: 0.5em;  margin-bottom: 0.5em;  width: 100%!important; padding: 20px 0;}
.hr-inline { -webkit-box-flex: 1; width: 20%; -webkit-flex: 1;  -ms-flex: 1;  flex: 1;  height: 1px;  background: #D8D8D8; 
  width: initial !important; border: 0; margin-top: auto; margin-bottom: auto;}
.hr-text { color: #D4D4D4; width: initial !important; padding-left: 5px; padding-right: 5px;}
.connect-facebook-btn { width: 100%; height: 45px; font-size: 14px; background-color: #3B5A97;  color: #FFF;
  text-align: center;  vertical-align: middle;  box-sizing: border-box;  line-height: 24px;  padding-right: 35px;  border-radius: 3px;}
.connect-facebook-btn .facebookIcon img { height: 29px;}
.facebookIcon { position: relative; bottom: 3px; left: 0; float: left;}
@media screen and (max-width:768px){
  .hidden-xs {display: none !important;}
  .bottom-sec .division {margin: 15px 0; border: 0; padding: 5px;}
  .app-download-sec .info {margin-bottom: 15px;}
  #custom-search-input .form-control {margin:3px 0; border-radius:2px !important;}
  .font-lg h2 { font-size: 26px; font-weight: bold;}
  .info h2 { line-height: 1.2; font-size: 28px; margin-bottom: 30px;}
  .carousel { margin: 30px auto; padding: 0 45px;}
  .testimonial h2 {font-size: 24px; text-align: center;}
  footer .ft-footer {display: ;}
  footer .footer-grid:first-child {display: ;}
  .footer-grid { padding: 0 !important; }
  .only-mobile {display: block !important;}
  .for-desktop {display: none;}
  #results {width: 100%;    z-index: 5555 !important;}
  .search-top .custom-control {margin-top: 8px;}
  .compare-page .tab-section .nav-tabs .nav-link {width: 100%; margin: 3px 5px;}
  .compare-page .nav-tabs .nav-item {width: 100%;}
  .empty {display: none !important;}
  h4.only-mobile {font-size: 16px; color: #fff; margin:3px 0; display: block;}
  .carousel .testimonial { font-size: 14px;}
  .cat-icon h4 { font-size: 14px;}
}

#custom-search-input.form-row [class*="col-"] {padding-left: 2px; padding-right: 2px;}
.revw-slider-sec {padding:50px 0; position: relative;}
.rating-star-all .checked { color: orange;}
.doc-pic {overflow: hidden; border: 1px solid #ccc; height: 100px;}
.doc-pic img {max-width:100%; width: 100%; height: 100%; object-fit: cover;}
.single-review-display {padding:15px; border: 1px solid #ccc; background: #fff;}
.single-review-display p {margin-bottom: 8px;}
.single-review-display h4 {font-size: 18px; color: #000; font-weight: bold;}
.srd-footer h4 {font-weight: 400; font-size: 15px;}
:focus {outline: 0;}
.revw-slider-sec .title {color: #000;}
.blog-content {margin-bottom: 15px; overflow: hidden; transition: all linear 0.3s; border: 1px solid #eee; background: #fff;
   padding: 5px;    box-shadow: 0 0 20px 0 #ccc;}
.blog-content .blog-pic-mini {height: 180px; max-width: 100%; width: 100%; overflow: hidden;}
.blog-content .blog-pic-mini img {max-width: 100%; width: 100%; height: 100%; object-fit: cover;}
.blog-content .blog-info-mini { padding:15px;}
.blog-content .blog-info-mini h4 {font-size: 18px; margin: 8px 0;}
.blog-content:hover {box-shadow: 0 0 50px 0 #ccc;}
.category-doc {padding: 40px 0;     background: #fff;}
.result-form select option {color: #fff;}
.filter-ratings .checked { color: orange;}
.cat-box .related-links li a {opacity: 0.7; color: #000;font-weight: 500; }
.cat-box .related-links li.active a {opacity: 1; font-weight: 800;}
.cat-box .related-links li.active a i {color: #000;}
.result-form .custom-select { height: 31px; border-radius: 2px; padding: 0 5px; min-height: auto; line-height: 1; color: #fff; border: 0;
  background-color: #2c3a8c;background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");}
.btn-primary { background: #d81730;border-color: #d81730; color: #fff;}
.btn-primary:hover {background: #b30017; border-color: #b30017; color: #fff;}
.search-top h4 {font-size: 18px; color: #000; margin-bottom: 5px;}
.search-top p {font-size: 14px;}
.search-view-info .rate .filter-ratings span {font-size: 14px;color: #696969;}
.search-view-info .rate .filter-ratings span.checked { color: orange;}
.search-view-info .rate {display: flex;align-items: center;padding: 0;}
.only-mobile, .close-mobile-only {display: none;}
@media screen and (max-width:768px){
  .sorting-mobile { position: fixed; display: none; bottom: 0; left: 0; right: 0; margin: 0 auto; z-index: 10000; background: #1d2869;
     padding: 30px 15px; transition: all linear 0.3s;}
  .text-xs-left { text-align: left !important;}
  .result-form .custom-select { font-size: 12px;}
  .show {display: block !important;}
  .hide {display: none !important;}
  .sort-button {display: block; width: 100%; color: #fff;font-size: 15px; border-left: 0 solid #ccc;}
  .filter-button {display: block; width: 100%; color: #fff;font-size: 15px;}
  .sort-button:focus, .filter-button:focus, .search-button:focus {color: #fff;} 
  .search-button {display: block; width: 100%; color: #fff;font-size: 15px; border-left: 1px solid #ccc;}
  .sidebar-mobile { position: fixed !important; top:54px; left: 0;background: #fff; display: none; padding: 0 20px 20px; z-index:999;max-width: 280px;
     height: 100vh; overflow-y: auto !important; box-shadow: 0 0 50px 0 #383838; transition: all linear 0.3s;}
  .sidebar-mobile .white-box {border: 0;}
  .close-mobile-only { position: absolute; right: 15px; display: block; color: #000; top: 5px; font-size: 20px;}
  .close-mobile-only-sort { position: absolute; right: 15px; display: block; color: #fff; top: 5px; font-size: 20px;}
  .search-single .btn {margin-bottom: 10px;}
  .hide{display: none;}
  .tab-section .nav-tabs .nav-link { padding: 10px 10px !important; font-size: 15px !important;}
  .sticky-header {position: static !important;display: none;}
  #sticky-wrapper {display: none;}
  .search-form-main {display: none; position: fixed; top:50%; left: 0; right: 0; z-index: 5555; transform: translateY(-50%);box-shadow: 0 0 50px 0 #b3b3b3;
    padding: 30px 15px;}
  .search-sub-form {position: relative;}
  .search-form-main .close-mobile-only-sort { color: #1d2869; font-size: 16px;}
  .white-sec-box {display: flex;}
  .white-sec-box h4 {margin:0 15px 0 0;}
}

@media screen and (min-width:769px){
  #results-sticky-wrapper {display: none;}
  /* .search-result { border-top: 6px solid #1d2869;} */
  .sidebar-mobile {display: none;}
  .sticky-header {z-index: 2222 !important;}
  .grey-box .accordion {height: 230px; overflow-y: auto;}
  .sticky { position: -webkit-sticky;  position: sticky;  top: 65px; z-index: 1111;}
  h4.only-mobile {display:none;}
  .rounded-right-30 {border-top-right-radius: 30px !important; border-bottom-right-radius: 30px !important; border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important;}
  .rounded-left-30 {border-top-left-radius: 30px !important; border-bottom-left-radius: 30px !important;border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important;}
  .btn-block {width: 100%;}
  .only-mobile {display: none !important;}
}
.button-list {text-align: center;}
.no-transition { -webkit-transition: height 0.001s; -moz-transition: height 0.001s; -ms-transition: height 0.001s;
  -o-transition: height 0.001s;  transition: height 0.001s;}
.example-pagi .pagination>li>a { border-radius: 50% !important;margin: 0 5px;}
.tab-section .nav-tabs .nav-item.show .nav-link, .tab-section .nav-tabs .nav-link.active {color: #ffffff;background-color: #1d2869;
  border-color: #1d2869 #1d2869 #1d2869;}
.tab-section .nav-tabs .nav-link {padding: 15px 20px; font-size: 16px; margin: 0 5px 0 0; color: #787887; background: #fff;}
#result {padding: 10px 0; color: #fff; background: #1d2869;}
.grey-box {background: #f7f7f7; border: 1px solid #ccc; padding: 15px; text-align: center; min-height: 78px; width: 100%;}
.grey-box h4 {font-size: 16px;}
.dark-sec {background-color: #1d2869; padding: 8px 15px;}
.dark-sec h4 {color:#fff; margin: 5px 0; font-size: 18px;}
.dark-sec .form-check-label {color: #fff; font-size: 16px;}
.dark-sec form {margin: 5px;}
.list-hospital-ul li {margin: 6px 0;}
.list-hospital-ul li strong {margin-right: 5px;}
.survey-ul {margin-bottom: 0; padding: 0;}
.survey-ul li {display: flex; padding: 14px 0; justify-content: space-between; align-items: center;}
.circle-perc {width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.circle-perc p {color: #fff;}
.circle-perc.green {background: rgb(30, 133, 4);}
.circle-perc.blue {background:#0c6dff;}
.circle-perc.red {background:#c00;}
.clinic .search-view-profile {margin-bottom:8px; text-align: center;}
.clinic .search-view-profile img { height: 90px; max-width: 100px; width: 100%; margin: 0 auto;}
.clinic .search-view-details h4 a {font-size: 20px; color: #000; font-weight: 600;}
.clinic .filter-ratings {display: flex; align-items: center; justify-content: center;}
.clinic .rating-sec p {font-size: 13px;}
.clinic .rating-sec i {font-size: 14px;}
.clinic .search-view-info h4 { color:#1d2869;}
.clinic .search-view-info .availablity { font-size: 16px;}
.clinic .search-view-info .availablity span {background-color:#d2f0ff; border-radius: 3px; padding: 8px;}
.treatment-cost-sec {padding: 30px;}
.treatment-cost-sec h4 {font-size: 22px; margin-bottom: 20px;}
.treatment-cost-sec thead th {background: #0083c5; color: #fff; text-align: center;}
.like-dislike {display: flex; align-items: center;}
.like-dislike .like-btn, .like-dislike .dislike-btn {border: 0; margin:0 2px;}
.grey-circle {border-radius: 50%; width: 60px; height: 60px; text-align: center; display: flex; align-items: center; background: #d1f0ff;
   justify-content: center;}
.grey-circle p {font-weight: bold; color: #29576d;}
.btn-warning { color: #ffffff; background-color: #3a9fff; border-color: #3a9fff;}
.btn-warning:hover {color: #ffffff; background-color: #5197ff; border-color: #4c94ff;}
.grey-box .card-header {padding:10px 5px;}
.grey-box .card-header h5 a i.indicator { font-size: 18px; float: left; color: #0c6dff; margin-right: 10px;}
.card-header h5 a { color: #1d2869; text-align: left;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #d4d4d4 !important; background: #fff !important; font-weight: normal; color: #000000;}
.ui-icon {  width: 16px; height: 16px; float: left; margin-top: 3px !important; margin-right: 5px; color: #000;}
.ui-accordion .ui-accordion-content { padding: 1em 1.2em !important; text-align: left;}
.ui-state-active .ui-icon, .ui-button:active .ui-icon { filter: invert(1);}
.ui-accordion .ui-accordion-header {border:0 !important; background: transparent !important;}
.bg-bkg {background-size:cover; background-position: center; min-height: 350px; display: flex; align-items: center;background-position-y: -52px;
   background-attachment: fixed; position: relative;}
.bg-bkg:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.658);}
.bg-bkg h2 {font-size: 46px; font-weight: bold; color: #fff;}
.bg-bkg p {font-size: 20px; color: #fff;}
.ab-sec p {font-size: 16px;}
.bg-bkg2 {text-align: center; padding: 80px 0; background-attachment: fixed; background-size: cover; background-position: center; position: relative;}
.bg-bkg2:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:rgb(0 0 0 / 29%); opacity: 0.4;}
.bg-bkg2 h2 {color: #fff;}
.bg-bkg2 .container {position: relative; z-index: 11;}
.rating {margin: 0 auto;display: inline-block; position: relative;}
.rating:not(:checked) > input {position:absolute;top:-9999px;clip:rect(0,0,0,0);}
.rating:not(:checked) > label {float:right;width:1.23em;padding:0 .1em;overflow:hidden;white-space:nowrap;cursor:pointer;font-size: 16px;
line-height:1.2;color:#969696;}
.rating:not(:checked) > label:before {content: '\f005';font-family: "Font Awesome 5 Free"; font-weight: 400;}
.rating > input:checked ~ label {color: gold;}
.rating:not(:checked) > label:hover,.rating:not(:checked) > label:hover ~ label {color: gold;}
.rating > input:checked + label:hover,.rating > input:checked + label:hover ~ label,.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,.rating > label:hover ~ input:checked ~ label {color: #ea0;}
.rating > label:active {position:relative;top:2px;left:2px;}
.rating > label { margin: 1px 2px;}
.rating > input:checked ~ label:before {content: '\f005'; font-family: "Font Awesome 5 Free"; font-weight: 900;}
.vc-sec {background: #fff; padding: 15px;}
.vc-sec thead {background:#1d2869;}
.vc-sec thead th {color: #fff; text-align: center; font-weight: 600;}
.vc-sec tbody tr td:first-child {font-weight: 600; background: #37a3ff; color: #fff;}
.vc-sec .table-bordered td, .table-bordered th { border: 1px solid #dee2e6; font-size: 16px;}
#gi .grey-box {text-align:left; height: 100%; position: relative;}
.ratings-greybox .checked { color: orange;}
.white-sec-box {background: #1d2869; border: 1px solid #7b81a5; padding:12px 15px; width: 100%; height: 100%;}
.white-sec-box p {font-size: 16px; color: #fff;}
.hospital-single .dark-sec {background: #0d1544; height: 100%;border: 1px solid #8394a0;}
.sticky-header2 { position: sticky;position: -webkit-sticky; }
#spe .grey-box {text-align:left;height: 100%; position: relative;}
.hospital-single .dark-sec h4 { color: #fff; margin: 5px 0; font-size: 14px;} 
.sticky:before,.sticky:after { content: ''; display: table;}
.grey-box .btn-link { position: absolute; top: 0; right: 0; padding: 3px; color: #000;}
.lined .nav-link { border: none;  border-bottom: 3px solid transparent;}
.lined .nav-link:hover {  border: none;  border-bottom: 3px solid transparent;}
.lined .nav-link.active { background: none; color: #555; border-color: #d81730;}
.cat-icon {text-align: center; margin-bottom: 30px;}
.cat-icon img {max-width: 40px; width: 100%; height: 40px; object-fit: contain;}
.cat-icon h4 {margin:10px 0 5px; font-size: 18px; font-weight: bold;}
.cat-icon p { margin: 0; font-size: 14px; color: #616161;}
.p-head img {max-width: 100%; width: 100%; height: 150px; object-fit: cover;}
.category-doc {position: relative;}
.p-single .sec-content h4 {font-size: 16px; min-height: 32px;}
.ft-footer h4 {margin:10px 0; color: #fff; text-transform: uppercase;}
.ft-footer img {max-width: 100%; width: 100%;}
.ft-footer h4 strong {font-size: 30px; display: block;}
.bottom-sec {padding: 20px 0;}
.bg-background {background-image: url(../img/students-lecture-hall.jpg); background-size: cover; position: relative;}
.bg-background:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  background: #d81730; z-index:1;
   opacity: 0.9;}
.bg-background .container {position: relative; z-index: 5;}
.bg-background .container h2 {position: relative; z-index: 5; color: #fff;}
.title-5 {font-size: 20px;}
.menu { width: 250px; font-family: Verdana, Geneva, sans-serif; font-weight: 400; font-size: 15px; line-height: 15px;
  padding: 0 0 0 4px; margin: 0;right: 0 !important; left: 0 !important;   margin:0 auto !important;/*
  transform: translateY(15px) !important; */}
.menu a, .menu a:link, .menu a:visited, .menu a:focus, span {  color: #000; text-decoration: none;}
.menu a:hover { color: #227087; text-decoration: none;}
.menu > li { display: block; text-align: center; margin-left: -4px; border-left: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1);}
.menu > li > a { padding:20px 18px;  display: block; width: 100%; text-align: left;}
.menu > li:hover > a { color: #227087;}
.menu > li:hover { background-color: #fff;}
/* Megadrop width dropdown */
.menu > li > .megadrop {  opacity: 0;  visibility: hidden;  position: absolute;  list-style: none; top: 0px; left: 185px;
  min-height: 100%; text-align: left; padding: 0; z-index: 99;width: 77%; overflow: hidden;}
.menu > li:hover .megadrop {  opacity: 1;  visibility: visible;  margin-top: 0px;}
.menu ul li:hover:after { color: #227087;}
.menu .col ul { padding: 0; margin: 0;}
.menu .col ul li { padding: 0; list-style: none; font-size: 11px;}
.menu .col ul li a {  display: block;  padding: 0 0 15px 0;  color: #227087;}
.menu .col ul li a:hover { color: #111;  text-decoration: underline;}
.menu > li > ul li ul, .menu li >ul li, .menu > li > .megadrop, .menu > li > ul, .menu > li {  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;  -webkit-transition: all 0.2s ease-in-out;  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-outs;}
.megadrop ol li a {padding: 7px 15px !important;}
.fixed-popup span {color: #fff;}
@media screen and (max-width:768px){
  .menu {display: none; width: 100vw;}
  .main-menu > ul > li:hover .menu { display: block;}
  .menu > li > a { max-width: 100vw;font-weight: 600;}
  .menu > li > .megadrop {position: static; width: 100%; display: none; }
  .menu > li:hover .megadrop { display:block;opacity: 1;visibility: visible;}
  .form_title h3 {  font-size: 1.1rem;}
  .bg-bkg h2 { font-size: 28px;}
  .bg-bkg { min-height: 240px;}
  .bg-bkg2 h2 { font-size: 20px;}
  .bg-bkg2 { padding: 40px 0;}
  .test-profile .pic { height: auto;}
  .test-profile-info .title { font-size: 26px;}
  .login-sec { padding: 0 0 80px;}
  * {border: 0 solid #ccc;}
  .search-single .search-view-details h4 a {color: #313131; overflow: hidden; white-space:normal; text-overflow: ellipsis;}
  .only-mobile {display: block;}
  #logo_home img { max-width: 50px; width: 100%;}
}
.social-ul .fab { padding:10px; font-size: 16px; width:35px; text-align: center; text-decoration: none; margin: 5px 2px; border-radius: 50%;}
.fab:hover { opacity: 0.7;}
.fa-facebook { background: #3B5998; color: white;}
.fa-twitter { background: #55ACEE; color: white;}
.fa-linkedin { background: #007bb5; color: white;}
.fa-youtube { background: #bb0000; color: white;}
.fa-instagram { background: #125688; color: white;}
.fa-pinterest { background: #cb2027; color: white;}
.social-ul li {float: left;}
.btn-info { color: #fff; background-color: #d81730; border-color: #d81730;}
.btn-info:hover { color: #fff; background-color: #b50219; border-color: #b10017;}
.search-form-main { border-top: 1px solid #0b113a;  background: #1d2869;  padding: 15px 0;  border-bottom: 1px solid #0a1038;}
.search-form-main .btn-info { color: #fff; background-color: #b10017; border-color: #b10017;}
.btn-primary2 { color: #fff; background-color: #1d2869;  border-color: #1d2869;}
.btn-primary2:hover { color: #fff;  background: #091241;}
.test-profile .pic {margin-bottom: 20px; overflow: hidden; height: 400px;}
.test-profile .pic img {max-width: 100%; width: 100%; min-height: 100%;}
.add-to-cart-sec h4 {font-size: 18px; font-weight: bold;}
button:focus {border: 0; outline: none; box-shadow: none;}
@media screen and (min-width:991px) and (max-width:768px){
  .bp-btn { padding-right: 38px;}
}
.ft-clg-box {height: 320px; border: 1px solid #ccc; overflow: hidden;}
.ft-clg-box a {width: 100%; height: 100%; display: block;}
.ft-clg-box a img {max-width: 100%; width: 100%; height: 100%; object-fit: contain;}
#bCarousel{
	margin:0;
	padding:0;
}

@media screen and (max-width:767px){
	
#bCarousel img{
	width:100%;
}
#bCarousel .content{
	padding:10px 0;
	color:#fff !important;
	font-size:20px;
	font-weight:bold;
	background:#09F;
}
#bCarousel .carousel-indicators { bottom: 50px;}
}

@media screen and (min-width:768px){
#bCarousel img{
	height:400px;
	width:100%;
}
#bCarousel .content{
	padding:10px 0;
	color:#fff !important;
	font-size:2rem;
	font-weight:bold;
	background:#09F;
}
#bCarousel .carousel-indicators { bottom: 50px;}
}

.vis_div{
    background:#fff;
    color:#1d2869;
    padding:10px 0;
    text-align:center;
    margin-bottom:20px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

@media only screen and (min-width:992px) {
    section.front-gallery {
        padding-bottom: 0
    }
}

.gallery__item {
    display: block;
    height: 306px;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    outline: 0;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

.gallery__item img {
    -webkit-transition: -webkit-transform .6s;
    height: 100%;
    object-fit: cover;
    transition: -webkit-transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

.gallery .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 61, 144, .15);
    z-index: 1;
    -webkit-transition: background .6s;
    -o-transition: background .6s;
    transition: background .6s
}

.gallery__item::before {
    content: "";
    display: block;
    /*padding-top: 100%*/
}

.gallery__description {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background: #003d90;
    padding: 23px 30px 23px 30px;
    min-width: 230px;
    -webkit-clip-path: polygon(90% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(90% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.gallery__item:hover {
    -webkit-transform: scale(.93);
    -ms-transform: scale(.93);
    transform: scale(.93)
}

.gallery__item:hover .overlay {
    background: rgba(0, 61, 144, .3)
}

.gallery__item:hover .gallery__description {
    opacity: 1
}

.gallery__item:hover img {
    -webkit-transform: scale(1.17);
    -ms-transform: scale(1.17);
    transform: scale(1.17);
    z-index: -1
}

.gallery--tile {
    width: calc(100% - 10px);
    margin: 35px auto 0 auto
}

@media only screen and (min-width:768px) {
    .gallery--tile {
        width: calc(100% - 30px)
    }
}

.gallery--tile .gallery__item {
    border: 10px solid #fff
}

@media only screen and (min-width:768px) {
    .gallery--tile .gallery__item {
        border: 15px solid #fff
    }
}

.gallery--grid {
    margin: 35px -10px 0 -10px
}

@media only screen and (min-width:768px) {
    .gallery--grid {
        margin: 35px -15px 0 -15px
    }
}

.gallery--grid .gallery__item {
    border: 10px solid #fff
}

@media only screen and (min-width:768px) {
    .gallery--grid .gallery__item {
        border: 15px solid #fff
    }
}

.gallery__item--size-1::before {
    padding-top: 85.71429%
}

.gallery__item--size-2::before {
    padding-top: 84.07777%
}

.gallery__item--size-3::before {
    padding-top: 42.03889%
}
