@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
  /*--pri-color: #23a76b;
  --sec-color: #005826;*/
  --pri-color: #254f8c;
  --sec-color: #4ac2be;
  --borderColor: #0001;
  --site-Radius: 6px;
}

body,
html {
  scroll-behavior: smooth;
}
.company_modal .modal-content {
  border-color:transparent;
}
.company_modal h3{
  font-size:26px;
}
.maincats,
.subcats {
  display: flex;
  flex-wrap: wrap;
}
.maincats {
  margin-bottom: 15px;
  padding: 8px 0;
/*  border-top: 1px solid #0002;*/
  border-bottom: 1px solid #0002;
}
.maincats a {
  display: inline-block;
  padding: 8px 14px;
}
.maincats a:not(:last-child),
.subcats a:not(:last-child) {
  margin-right: 8px;
}
.maincats a.active, 
.maincats a:hover {
  background-color: var(--pri-color);
  color:#fff;
  border-radius: 3px;
}
.subcats {
  margin-bottom: 30px;
}
.subcats a {
  padding: 8px 14px;
  background-color: #0001;
  border: 1px solid #0001;
  border-radius: 3px;
  font-size: 80%;
  color:#444;
}
.subcats a.active, .subcats a:hover {
  background-color: var(--sec-color);
  border-color:var(--sec-color);
  color:#fff;
}
.set_select2 .select2-container {
    max-width: 100% !important;
    width: 100% !important;
}
.top_part div>img, .v_level div>img {
    margin-right: 4px;
    width: 18px;
}
/*Gallery*/
.detail-img {
    margin: 10px 0;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
}
.gallery img {
    width: 32%;
    margin: 5px;
    object-fit: cover;
    display: block !important;
    cursor: pointer;
    max-height: 200px;
}
body,
html,
::placeholder {
  font-family: 'Poppins', sans-serif;
}
/*Dashboard Css*/

#sidebar {
  background-color: #fff;
}
#sidebar .user {
  background-color: #f7f7f7;
  border: 1px solid #0002;
  text-align: center;
  padding: 1rem 0;
  position: relative;
  border-radius: 6px 6px 0 0;
  border-bottom: 0;
}



#sidebar .user p {
  font-family: var(--font-family-Roboto);
}

#sidebar .list-unstyled.components {
  margin: 0;
  border: 1px solid #0002;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0 0 6px 6px;
}

.gimg{
  margin: 10px 5px;
  border: 1px solid #CCC;
  display: inline-block;
  position: relative;
  width: 160px;
  height: 150px;
  background-color: #fff;
}
.gimg img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.gimg a{
  color: firebrick;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  padding: 3px 10px;
  background: rgba(255, 255, 255, 0.62);
} 

#sidebar ul li {
  width: 100%;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 14px;
  display: block;
  border-bottom: 1px solid #0002;
  border-left: 4px solid transparent;
  color: #000000;
  font-family: var(--font-family-Roboto);
}

#sidebar ul li:last-child a {
  border-bottom: 0;
}

#sidebar ul li a:hover {
  color: var(--pri-color);
  background: #fff;
  border-bottom: 1px solid var(--pri-color);
  border-left-color: var(--pri-color);
}
/*Multi select Bootstrap*/
.multi__select .btn-group button {
    width: 100%;
    text-align: left;
    display: block;
    background-color: #ebebeb;
    font-size: 14px;
}
.multi__select .btn-group {
    width: 100%;
}
.multi__select .multiselect-container>li {
  padding: 0 10px;
}
.multi__select .multiselect-container>li>a>label{
  padding: 5px 12px;
  font-size: 14px;
}
.multi__select .multiselect-container {
  padding-top: 10px;
  padding-bottom: 10px;
  /*box-shadow: 0 0 10px 0 #ebebeb;*/
  width: 100%;
}
.multi__select .multiselect-container>li:not(:last-child) label{
  margin-bottom: 4px;
}
.multi__select .multiselect-container>li.active label{
  background-color: #ebebeb;
}
.multi__select .multiselect-container>li a label{
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-radius: 4px;
}
.multi__select .multiselect-container>li>a>label>input[type=checkbox]:not(:checked),
.multi__select .multiselect-container>li>a>label>input[type=radio]:not(:checked){
  visibility: hidden;
}
.multi__select .multiselect-container>li>a>label>input[type=radio],
.multi__select .multiselect-container>li>a>label>input[type=checkbox] {
  order: 2;
  margin-bottom: 0;
}
/*Multi select Bootstrap End*/
.custom-search-input-2 .select2-container {
    width: 100% !important;
}
.social_links a{
  font-size: 32px;
}
.social_links a:not(:last-child) {
  margin-right: 5px;
}
.fs-12{
  font-size: 12px;
}


.f__gorup {
  position: relative;
  margin-bottom: 20px;
}
.f__gorup input,
.f__gorup textarea {
  max-width: 100%;
  padding: 8px 10px;
  border: 1px solid #0002;
  border-radius: 4px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}
.f__gorup input::placeholder,
.f__gorup textarea::placeholder{
	opacity:0
}
.f__gorup label:not(.error) {
  position: absolute;
  left: 12px;
  top: 9px;
  font-size: 14px;
  color: #777;
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
  margin-bottom: 0;
}
.f__gorup input:focus {
  border-color: var(--pri-color);
  outline: none;
}
.f__gorup input:focus + label:not(.error),
.f__gorup input:not(:placeholder-shown) + label:not(.error),
.f__gorup textarea:focus + label:not(.error),
.f__gorup textarea:not(:placeholder-shown) + label:not(.error) {
  top: -6px;
  font-size: 12px;
  color: var(--pri-color);
  background-color: #ffffff;
  padding: 0 4px;
  border-radius: 4px;
  left: 8px;
}
.f__gorup .iti__selected-flag {
    height: 40px;
}


/* animation */
.animate-bounce {
  animation: bounce 1s infinite;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }

  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

/* tailwind css */
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cursor-pointer {
  cursor: pointer;
}

.text-\[15px\] {
  font-size: 13px;
}

.min-h-\[auto\] {
  min-height: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.w-full {
  width: 100%;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.float-left {
  float: left;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.justify-center {
  justify-content: center;
}

.items-center {
  align-items: center;
}

.h-full {
  height: 100%;
}

.flex {
  display: flex;
}

.rounded-e {
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}

.right-0 {
  right: 0px;
}

.left-0 {
  left: 0px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.capitalize {
  text-transform: capitalize;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.text-\[\#333\] {
  color: #333;
}

.read-more:after {
  content: "\f106";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  font-weight: 900;
  animation: bounce 1s infinite;
  margin-left: 4px;
  color: var(--sec-color);
}

.read-more:not(.less):after {
  content: "\f107";
}

.not-italic {
  font-style: normal;
}

.leading-tight {
  line-height: 1.25;
}

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: .75rem;
  line-height: 1rem;
}

.bg-gray-100 {
  background-color: rgb(243 244 246);
}

.bg-gray-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}

.bg-gray-400\/25 {
  background-color: rgb(156 163 175 / 0.25);
}

.text-gray-600 {
  color: rgb(75 85 99);
}

.font-semibold {
  font-weight: 600;
}

.gap-8 {
  gap: 2rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.main_title_2 span em {
  background-color: var(--pri-color);
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

#carousel .owl-item,
#carousel .owl-item.active.center,
.reccomended .slick-slide,
.reccomended .slick-slide.active.slick-center {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

#results_map_view,
#search_mobile {
  z-index: 9999999999999999 !important;
}

.marker_info,
body,
html,
button,
input {
  font-family: 'Poppins', sans-serif;
}

.header {
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
}

.mob_menu,
.mob_menu ul {
  margin-bottom: 0;
}

.site_breadcrumb li {
  text-transform: capitalize;
}
/*faqs*/
.site_faqs .accordion-item
{
  border: 0;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}
.site_faqs .accordion-item .accordion-header button
{
  background-color: #0001;
  border-bottom: 1px solid #ededed;
  padding: 20px;
  border-radius: 6px 6px 0 0;
  box-shadow: none;
}
.site_faqs .accordion-button:not(.collapsed) {
  color: var(--pri-color);
}
.site_faqs .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23254f8c'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
.site_faqs .accordion-item .accordion-header button:focus{
  border-color: transparent;
  box-shadow: none;
}
label.error {
  color: #C70003;
  margin-bottom: 0;
  margin-top: 4px;
}

/*faqs*/
.terms-and-conditions h2,
.stactic_pages .mian-content h2{
  font-size: 26px;
}
.stactic_pages .mian-content h3{
  font-size: 22px;
}
.stactic_pages p{
  margin-bottom: 20px;
}

/*Loader*/
.form_loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffffffde;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  display: none;
}

.form_loader .d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.loader_site {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--sec-color);
  --_m:
    conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  to {
    transform: rotate(1turn)
  }
}

/*Loader end*/
.mob_menu .dropdown-menu {
  padding-left: 20px;
}

.mob_menu li a {
  color: #222;
  display: inline-block;
  font-size: 14px;
}

.mob_menu li a {
  padding-bottom: 10px;
}

.contain-header {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 3px 4px rgb(0 0 0 / 7%);
}

.contain-header .icon-menu {
  color: #555;
}

.box_detail img {
  max-width: 350px;
  max-height: 250px;
  width: auto !important;
}

.popularservices .slick-track,
.category_viewslider .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.popularservices .slick-list {
  margin: 0 -12px;
}

/* .category_viewslider .slick-list {
  margin:0 -6px;
} */
.popularservices .slick-prev:before,
.popularservices .slick-next:before {
  font: normal normal normal 14px/1 FontAwesome;
  color: #2229;
  font-size: 20px;
}

.fw-600 {
  font-weight: 600;
}

.popularservices .slick-prev,
.category_viewslider .slick-prev {
  z-index: 99;
}

.popularservices .slick-next,
.popularservices .slick-prev {
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  width: 32px;
  height: 32px;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .04), 0 1px 2px 0 rgba(0, 0, 0, .16);
  justify-content: center;
  align-items: center;
}

.popularservices .slick-prev:before {
  content: "\f104";
}

.popularservices .slick-next:before {
  content: "\f105";
}

.popularservices .slick-slide {
  padding: 0 12px;
}

.category_viewslider .slick-slide {
  padding: 0 6px;
}

.popularservices .slick-prev {
  left: 0
}

.category_viewslider .slick-prev {
  left: 0;
}

.popularservices .slick-next {
  right: 0;
}

.category_viewslider .slick-next {
  right: -8px;
}

.category_viewslider .slick-prev:before,
.category_viewslider .slick-next:before {
  color: #555;
}

.sec_bx {
  text-align: center;
  padding: 40px 20px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border-radius: 6px;
  background-color: #fff;
}

.service__content h4 {
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: 500;
}

.service__content p {
  margin-top: 0;
  margin-bottom: 0;
}

.header.full-header.sticky .main-menu div>ul>li>a:not(.btn_add) {
  color: #444;
}

.contact_us_page .btn_add {
  min-width: 150px;
  display: inline-flex;
  min-height: 42px;
  justify-content: center;
  align-items: center;
}

.btn:focus {
  box-shadow: none;
}
.s_between .form-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s_between {
  background-color: #fcfcfc;
  border: 1px solid #00000015;
  border-radius: var(--site-Radius);
  padding: 15px
}

.s_between {
  background-color: #d6d8d942;
}

.s_between h6 {
  font-weight: 600;
  margin-bottom: 16px;
}

.s_between:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .s_between h6 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .s_between {
    padding: 30px;
   
  }
  .section_08 .sec_bx_hvr {
    position: relative;
    z-index: 1;
  }

  .section_08 .sec_bx {
    transition: transform .4s ease 0s;
  }

  .section_08 .sec_bx_hvr::before,
  .section_08 .sec_bx::before,
  .section_08 .sec_bx_hvr::after,
  .section_08 .sec_bx::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .section_08 .sec_bx_hvr::before {
    opacity: .4;
  }

  .section_08 .sec_bx::before {
    opacity: .2;
  }

  .section_08 .sec_bx_hvr:hover:before {
    opacity: .4;
    transition-delay: .05s;
    transform: translateY(-5px) rotate(4deg) scale(1.05);
  }
  .section_08 .sec_bx::before,
  .section_08 .sec_bx_hvr::before,
  .section_08 .sec_bx_hvr::after{
    transform: translateY(0px) rotate(0deg) scale(1);
    border-radius: 6px;
    transition: .4s ease 0s;
  }
  .section_08 .sec_bx_hvr::after {
    pointer-events: none;
    opacity: .6;
  }

  .section_08 .sec_bx::after {
    background-color: #FFFFFF;
    border-radius: 6px;
  }

  .section_08 .sec_bx_hvr:hover:after {
    opacity: .6;
    transition-delay: .1s;
    transform: translateY(-10px) rotate(-3deg) scale(1.05);
  }

  .section_08 .sec_bx:hover {
    transform: translateY(-10px);
    box-shadow: 0 0.889em 0.889em -0.6em rgba(14, 85, 167, 1);
  }

  .header:not(.contain-header) {
    padding-right: 20px;
  }

  .popularservices .slick-prev {
    left: -15px;
  }

  .popularservices .slick-next {
    right: -15px;
  }

  .footer_top_cities::before {
    content: attr(aria-label);
    padding-right: 6px;
    font-weight: 600;
  }

  .my_row .col-lg-2 {
    width: auto;
  }

  .my_row .col-lg-2:not(:last-child) {
    flex: 1;
  }

  .main-menu {
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: flex-end;
  }

  .main-menu:hover {
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }

  .main-menu ul,
  .main-menu ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
  }

  .main-menu div>ul>li>a:not(.btn_add) {
    position: relative;
    margin: 0;
    padding: 24px 10px;
    display: block;
    white-space: nowrap;

    font-size: 0.875rem;
    font-weight: 500;
  }

  .header.full-header .main-menu div>ul>li>a:not(.btn_add) {
    color: #fff;
  }

  .main-menu div>ul>li>a:not(.btn_add):hover {
    color: var(--pri-color) !important;
  }


  .main-menu>ul>li span:hover>a {
    opacity: 0.7;
  }

  header.sticky .main-menu>ul>li>a,
  .header.contain-header .main-menu div>ul>li>a:not(.btn_add) {
    color: #444;
  }

  header.sticky .main-menu>ul>li span:hover>a {
    opacity: 1;
  }

  .main-menu ul ul {
    position: absolute;
    z-index: 99;
    visibility: hidden;
    right: -100px;
    top: 100%;
    margin: 0;
    display: block;
    padding: 0;
    background: #fff;
    min-width: 300px;
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
    transform: scale(0.4);
    transform-origin: 10% top;
    opacity: 0;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
  }

  .main-menu ul ul:before,
  .main-menu ul ul:after {
    right: 15%;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    margin-left: -7px;
  }

  .main-menu ul ul:before {
    border: 7px solid transparent;
    border-bottom-color: #fff;
    /* bottom: 99%; */
    top: -14px;
    z-index: 99;
  }

  .main-menu ul ul:after {
    border: 7px solid transparent;
    border-bottom-color: #0001;
    /* bottom: 100%; */
    top: -15px;
    z-index: 1;
  }

  .main-menu ul ul li {
    display: block;
    height: auto;
    padding: 0;
  }

  .main-menu ul ul li a {
    font-size: 0.8125rem;
    color: #555;
    border-bottom: 1px solid #ededed;
    display: block;
    padding: 15px 10px;
    line-height: 1;
  }

  .main-menu ul li:hover>ul {
    padding: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .main-menu ul ul li:first-child a:hover {
    -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;
  }

  .main-menu ul ul li:last-child a {
    border-bottom: none;
  }

  .main-menu ul ul li:last-child a:hover {
    -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;
  }

  .main-menu ul ul li:hover>a {
    background-color: #f9f9f9;
    padding-left: 15px;
  }
}

.main-menu ul ul.second_level_right {
  left: auto;
  right: 3px;
}

.main-menu ul ul.second_level_right:before {
  right: 15%;
  left: auto;
}

.main-menu ul ul li span a {
  font-weight: 400 !important;
}

.main-menu ul ul li span a:hover {
  background-color: #f9f9f9;
  padding-left: 18px;
  opacity: 1;
}

.main-menu ul ul li span a:after {
  font-family: ElegantIcons;
  content: "\35";
  float: right;
  font-size: 1rem;
  margin-top: -2px;
}

.main-menu ul ul ul {
  position: absolute;
  border-top: 0;
  z-index: 1;
  height: auto;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  min-width: 190px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.main-menu ul ul ul.third_level_left {
  right: 100%;
  left: auto;
}

.main-menu ul ul ul li a {
  border-bottom: 1px solid #ededed !important;
}

.main-menu ul ul ul li:last-child a {
  border-bottom: none !important;
}

.main-menu ul ul ul:before {
  border-width: 0;
  margin-left: 0;
}

@media only screen and (max-width: 991px) {
  nav#menu {
    display: none !important;
  }

  .mm-menu {
    background: #fff;
  }

  .main-menu {
    top: 0;
    right: 0;
    float: none;
  }

  ul.mm-listview {
    line-height: 25px;
  }

  ul.mm-listview li a {
    color: #ccc;
    display: block;
  }
}

.closebt,
.custom-search-input-2.inner .nice-select:after {
  right: 15px;
}

.custom-search-input-2 {
  justify-content: center;
}

.main_title_2 p,
.main_title_3 p {
  line-height: 1.4;
  font-weight: 300;
}

#menu.fake_menu {
  display: none !important;
  visibility: hidden !important;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  /* background: #f8f8f8; */
  font-size: 0.875rem;
  line-height: 1.5;
  color: #555;
  padding: 0px;
  margin: 0px;
}

.btn_infobox_get_directions:hover,
a.btn_infobox_phone:hover,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}

.add_bottom_30,
.step,
p {
  margin-bottom: 30px;
}

.btn-normal {
  text-transform: capitalize;
  display: inline-block;
  font-size: 14px;
  border-radius: 4px;
  line-height: normal;
  padding: 8px 20px;
  color: #fff;
  border: 1px solid transparent
}

#hero_video .wrapper p strong,
.hero_single .wrapper p strong,
.hero_single.version_2 .wrapper p strong,
.hero_single.version_4 .wrapper p strong,
.hero_single.version_5 .wrapper p strong,
strong {
  font-weight: 600;
}

label {
  margin-bottom: 4px;
  display: block;
}

hr {
  margin: 30px 0;
  border-color: rgba(0, 0, 0, 0.03);
  opacity: .1;
}

ol,
ul {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}
.stactic_pages ul {
  list-style: disc;
  padding-left: 30px;
}
.stactic_pages ol{
  list-style: decimal;
  padding-left: 30px;
}
.stactic_pages li{
  margin-bottom: 10px;
}
.main_title,
.main_title_2 {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}

h1.main_title_in {
  font-size: 1.625rem;
  margin: 0 0 25px;
}

.main_title span {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin: auto auto 20px;
  opacity: 1;
  background-color: #999;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.main_title_3 a:after,
a {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main_title.animated span {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.main_title_2 span {
  width: 120px;
  height: 2px;
  background-color: #e1e1e1;
  display: block;
  margin: auto;
}

.main_title_2 span em {
  width: 60px;
  height: 2px;
  display: block;
  margin: auto;
}

.main_title_2 h2 {
  margin: 25px 0 0;
}

.main_title_2 p {
  font-size: 1.2rem;
}

.main_title_3 {
  position: relative;
  border-left: 2px solid #e1e1e1;
  padding-left: 15px;
}

.main_title_3 span {
  width: 2px;
  height: 30px;
  position: absolute;
  left: -2px;
  top: 0;
  display: block;
}

.main_title_3 h2,
.main_title_3 h3 {
  font-size: 1.625rem;
  margin: 0;
  display: inline-block;
}

.main_title_3 p {
  font-size: 1.125rem;
  margin-bottom: 20px;
}

.main_title_3 a {
  display: inline-block;
  right: 0;
  bottom: 0;
  position: absolute;
}

.main_title_3 a:after {
  font-family: ElegantIcons;
  content: "\24";
  font-size: 1.3125rem;
  transition: 0.3s ease-in-out;
  position: relative;
  top: 5px;
  margin-left: 4px;
}

a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
  outline: 0;
}

.btn_1,
.btn_add,
a.btn_1,
a.btn_add {
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  outline: 0;
  text-decoration: none;
}
.btn:focus{
  box-shadow: none;
}
a:focus,
a:hover {
  color: #111;
  text-decoration: none;
  outline: 0;
}

.get_listed {
  background-color: #f5f5f557;
}

.btn_1,
a.btn_1 {
  border: none;
  padding: 15px 30px;
  color: #fff;
  text-align: center;
  line-height: 1;
  transition: 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.get_listed .btn_1,
.custom_btn .btn_1 {
  padding: 12px 30px;
}


.all_stars {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 0;
  justify-content: flex-end;
}

.all_stars>input {
  display: none
}

.all_stars>label {
  position: relative;
  width: 1em;
  font-size: 30px;
  font-weight: 300;
  color: #a6a6a6;
  cursor: pointer
}

.all_stars>label::before {
  content: "\2605";
  position: absolute;
  opacity: 0;
  color: #FFD600;
}

.all_stars>label:hover:before,
.all_stars>label:hover~label:before {
  opacity: 1 !important
}

.all_stars>input:checked~label:before {
  opacity: 1
}

.btn_home_align,
ul.counter li {
  text-align: right;
}

.btn_1:hover,
a.btn_1:hover {
  background-color: var(--sec-color);
  color: #fff;
}

.btn_1.full-width,
a.btn_1.full-width {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}

.btn_1.full-width.purchase:hover,
a.btn_1.full-width.purchase:hover {
  background-color: #32a067;
  color: #fff !important;
}

.btn_1.full-width.wishlist,
a.btn_1.full-width.wishlist {
  border-color: #555;
  color: #555;
}

.btn_1.full-width.wishlist:hover,
a.btn_1.full-width.wishlist:hover {
  color: #fff !important;
  background-color: #555;
  border-color: #555;
}

.btn_1.medium,
a.btn_1.medium {
  font-size: 1rem;
  padding: 18px 40px;
}

.btn_1.rounded,
a.btn_1.rounded {
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  border-radius: 25px !important;
}

.btn_1.outline,
a.btn_1.outline {
  border: 2px solid transparent;
  padding: 11px 40px;
  background: 0 0;
}

.btn_1.outline:hover,
a.btn_1.outline:hover {
  color: #fff;
}

#custom-search-input .search-query:focus,
.btn_1.outline:focus,
.btn_infobox_get_directions:focus,
a.btn_1.outline:focus,
a.btn_infobox_phone:focus {
  outline: 0;
}

.btn_add,
a.btn_add {
  border: none;
  color: #fff;
  transition: 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  padding: 10px;
  background-color: var(--pri-color);
}

.btn_map_in,
.closebt,
a.btn_map_in {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

a.btn_filt,
a.btn_filt_map,
a.btn_map {
  padding: 8px 12px 8px 10px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
  line-height: 1;
  font-size: 0.75rem;
  font-weight: 600;
}

.btn_add:hover,
a.btn_add:hover {
  background-color: var(--sec-color);
  color: #fff;
  opacity: 1 !important;
}

.follow_us ul li a i:hover,
footer ul li a:hover,
footer ul.links li a:hover:after {
  opacity: 1;
}

.closebt {
  transition: 0.3s ease-in-out;
  position: absolute;
  font-size: 1.5rem;
  top: 10px;
  color: #fff;
  opacity: 0.6;
  width: 30px;
  height: 30px;
}

.closebt:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
}

a.btn_map {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

a.btn_map:before {
  font-family: ElegantIcons;
  content: "\e081";
  display: inline-block;
  margin-right: 5px;
}

a.btn_filt,
a.btn_filt_map {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
}

a.btn_filt:before,
a.btn_filt_map:before {
  font-family: ElegantIcons;
  content: "\67";
  display: inline-block;
  margin-right: 5px;
  font-size: 0.8125rem;
}

.btn_map_in,
a.btn_map_in {
  border: none;
  outline: 0;
  text-decoration: none;
  padding: 15px 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 1;
  transition: 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

#filters,
header.header.sticky,
header.header_in {
  border-bottom: 1px solid #ededed;
}

.btn_map_in:hover,
a.btn_map_in:hover {
  background: #0054a6;
  color: #fff;
}

#custom-search-input input[type="submit"]:hover,
#newsletter input[type="submit"]:hover,
.custom-search-input-2 input[type="submit"]:hover,
.custom-search-input-2 button.w-full.btn-submit-new:hover,
.hero_single.version_4 .wrapper input[type="submit"],
.search_mob_wp input[type="submit"] {
  color: #fff;
  background-color: #005826;
}

header.header .logo_sticky,
header.header.sticky .logo_normal,
header.contain-header .logo_normal {
  display: none;
}

header.contain-header .logo_sticky {
  display: block;
}

a.box_cat_home ul li,
header.header.sticky .logo_sticky {
  display: inline-block;
}

header.header_in {
  padding: 10px 0;
  background-color: #fff;
  position: relative;
}

header.header_in.is_sticky,
header.header_in.map_view {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.sticky ul#top_menu li a.login:before,
.sticky ul#top_menu li a.wishlist_bt_top:before,
.strip.list_view a.wish_bt:hover:after,
.strip.map_view a.wish_bt:hover:after,
header.header_in ul#top_menu li a {
  color: #444;
}

.sub_header_in {
  padding: 20px 0;
}

.sub_header_in.sticky_header {
  margin-top: 58px;
}

.sub_header_in h1 {
  color: #fff;
  margin: 0;
  font-size: 1.625rem;
}

ul#top_menu {
  float: right;
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 0.8125rem;
}

ul#top_menu li {
  float: left;
  margin: 0 0 0 0;
  line-height: 1;
}

ul#top_menu li:last-child {
  margin-right: 0;
  position: relative;
  top: 0;
}

.box_1 h3,
.call_section h2,
.grid-gallery ul li figcaption a,
.secondary_nav ul li a.active,
ul#top_menu li a,
ul.share-buttons li a:hover {
  color: #fff;
}

ul#top_menu li a:hover {
  color: #fff;
  opacity: 0.7;
}

ul#top_menu li a.login,
ul#top_menu li a.wishlist_bt_top {
  display: block;
  width: 22px;
  height: 23px;
  position: relative;
  top: 5px;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#newsletter input[type="submit"],
footer ul li a {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

ul#top_menu li a.login:before,
ul#top_menu li a.wishlist_bt_top:before {
  font-family: Glyphter;
  font-size: 1.3125rem;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  line-height: 1;
}

ul#top_menu li a.login,
ul#top_menu li a.wishlist_bt_top {
  text-indent: -9999px;
  overflow: hidden;
}

ul#top_menu li a.wishlist_bt_top:before {
  content: "\0043";
}

ul#top_menu li a.login:before {
  content: "\0042";
}

header.header_in .hamburger-inner,
header.header_in .hamburger-inner::after,
header.header_in .hamburger-inner::before,
header.sticky .hamburger-inner,
header.sticky .hamburger-inner::after,
header.sticky .hamburger-inner::before {
  background-color: #444;
}

#logo,
.filters_listing ul li:first-child,
.filters_listing.version_2 ul li:first-child,
.filters_listing.version_3 ul li:first-child {
  float: left;
}

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

main.pattern {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.slect_div .select2-container--default .select2-selection--single {
  border-radius: var(--site-Radius) var(--site-Radius) 0 0;
  border-color: #fff;
  border-bottom-color: #ddd;
}
.slect_div2 .select2-container--default .select2-selection--single{
  border-radius: 0;
  border-color: #fff;
}
.custom-search-input-2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
#slt_b_cat-error {
  color: #ffb9b9;
  text-align: left;
}
.my_row .select2-container--default .select2-selection--single, 
.my_row .select2-container--default .select2-selection--multiple {
  border-color: #d2d8dd;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder, 
.my_row .select2-container--default .select2-search--inline .select2-search__field::placeholder, 
.my_row .select2-container--default .select2-search--inline .select2-search__field, 
.slt_list_level{
  color: #777 !important;
  font-size: 14px;
}
@media (min-width: 576px) {
  .my_row .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 38px;
  }
  .my_row .set_select2 .select2-container--default .select2-selection--multiple {
      min-height: 40px;
  }
  .my_row .select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 9px;
  }
  .my_row .custom-search-input-2 .select2-container--default .select2-selection--single .select2-selection__arrow, 
  .my_row .select2-container--default .select2-selection--single, 
  .my_row .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
  }
  .collapse.dont-collapse-sm {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
  }
  .slect_div .select2-container--default .select2-selection--single {
    border-radius: var(--site-Radius) 0 0 var(--site-Radius);
    border-right-color: #ddd;
  }
  .custom-search-input-2 .select2-container .select2-selection--single {
    height: 100%;
  }
  .custom-search-input-2 .select2-container--default .select2-selection--single .select2-selection__rendered{
      line-height: 47px;
      text-align: left;
  }
  .slect_div {
    position: relative;
  }
  #slt_b_cat-error {
    position: absolute;
    bottom: -30px;
  }

}

.layer,
.leaflet-zoom-anim .leaflet-zoom-hide,
.wow {
  visibility: hidden;
}

footer {
  border-top: 1px solid #ededed;
  background-color: #fff;
  float: left;
  width: 100%;
}

footer h4 {
  margin: 0 0 15px;
  font-size: 1.125rem;
  font-weight: 700;
}

#search_mobile .form-group,
.box_detail ul li,
.filter_type ul li,
.leaflet-bottom .leaflet-control-scale,
footer ul li,
ul.info_booking li {
  margin-bottom: 5px;
}

footer ul li a {
  transition: 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  color: #555;
}
footer ul li.social_links a {
  opacity: .9;
}
footer ul li.social_links a:hover{
  opacity: 1;
}
footer ul li.social_links a.fa-facebook{
  color: #316FF6;
}
footer ul li.social_links a.fa-square-x-twitter {
  color: #000;
}
footer ul li.social_links a.fa-instagram {
  color: #800080;
}
footer ul li.social_links a.fa-linkedin {
  color: #0077B5;
}
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:after {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  margin-left: 5px;
  opacity: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  font-weight: 900;
  font-size: 11px;
}

footer ul.contacts li {
  position: relative;
  margin-bottom: 10px;
}

.box_detail ul,
.filter_type ul li:last-child,
.secondary_nav ul,
.step .tab-content.checkout .nice-select,
footer ul.contacts li:last-child {
  margin-bottom: 0;
}

footer ul.contacts li i {
  /* position: absolute;
  top: 0;
  left: 0;
  line-height: 1; */
  font-size: 1.125rem;
  margin-right: 10px;
}

.mob-accordion .accordion-header h4 {
  padding: 0;
  font-size: 14px;
}

.mob-accordion .accordion-header h4:focus {
  box-shadow: none;
}

.mob-accordion .accordion-header h4,
.mob-accordion .accordion-item {
  background-color: transparent;
}

.mob-accordion .accordion-item {
  border: 0;
}

.mob-accordion .accordion-header h4>h6 {
  margin-right: 10px;
  color: #fff;
}

.mob-accordion .accordion-button {
  box-shadow: none;
  color: #333;
}

.mob-accordion .accordion-button::after {
  margin-left: 0;
  background-size: 12px;
  width: 12px;
  height: 12px;
}

.mob-accordion .accordion-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 6px;
}

.mob-accordion .accordion-body ul li:not(:last-child) {
  margin-bottom: 4px;
}

.mob-accordion .accordion-body ul li a {
  /* color:#fff8; */
  font-size: 14px;
}

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

.navbar-collapse.collapse {
  visibility: visible;
}

#newsletter .loader {
  position: absolute;
  right: -20px;
  top: 11px;
  color: #444;
  font-size: 0.75rem;
}

#newsletter .form-group,
.sign-in-wrapper .form-group,
.hero_single,
.jarallax,
.styled-select,
ul#additional_links li:after {
  position: relative;
}

#newsletter h6 {
  margin: 15px 0;
}

#newsletter input[type="email"] {
  border: 0;
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-left: 15px;
  font-size: 0.875rem;
  background-color: rgba(0, 0, 0, 0.06);
}

#newsletter input[type="email"]:focus {
  border: 0;
  box-shadow: none;
}

#newsletter input[type="submit"] {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  top: 0;
  border: 0;
  padding: 0 12px;
  height: 40px;
  line-height: 42px;
  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;
  transition: 0.3s ease-in-out;
  outline: 0;
}

.follow_us {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
}

.follow_us h5 {
  font-size: 1rem;
  margin-top: 35px;
}

.follow_us ul li {
  display: inline-block;
  margin-right: 5px;
  font-size: 1.25rem;
}

.follow_us ul li a i {
  color: #555;
  opacity: 0.6;
}

ul#footer-selector {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul#footer-selector li {
  float: left;
  margin-right: 10px;
}

ul#additional_links {
  margin: 0;
  color: #555;
  font-size: 0.8125rem;
  text-align: center;
}

.box_list ul li,
.category_filter .container_radio,
.strip ul:not(.listing_tags) li,
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 span {
  color: #555;
  opacity: 0.8;
}

ul#additional_links li a {
  color: #555;
  opacity: 0.8;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#carousel .owl-item.active.center .item .title h4,
#carousel .owl-item.active.center .item .views,
.reccomended .slick-slide.slick-active.slick-center .item .title h4,
.reccomended .slick-slide.slick-active.slick-center .item .views,
.container_radio input:checked~.checkmark:after,
.grid-gallery ul li figure:focus figcaption,
.grid-gallery ul li figure:hover figcaption,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup,
.leaflet-fade-anim .leaflet-tile-loaded,
.opened,
a.box_cat_home:hover i,
ul#additional_links li a:hover {
  opacity: 1;
}

ul#additional_links li:after {
  content: "|";
  font-weight: 300;
  left: 10px;
}

.blogs .slick-list {
  margin: 0 -15px;
}

.blogs .slick-slide {
  padding: 0 15px;
}

.styled-select {
  width: 100%;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  border: none;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding-right: 35px;
}

.box_contacts a,
.pac-item-query,
.styled-select#lang-selector {
  color: #555;
}

.styled-select#lang-selector:after {
  font-family: ElegantIcons;
  content: "\e0e2";
  color: #555;
  position: absolute;
  right: 10px;
  top: 0;
}

.styled-select#currency-selector:after {
  font-family: ElegantIcons;
  content: "\33";
  color: #555;
  position: absolute;
  right: 10px;
  top: 0;
}

.styled-select select {
  background: 0 0;
  width: 110%;
  padding-left: 10px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 30px;
  color: #555;
  font-size: 0.75rem;
  margin: 0;
  font-weight: 500;
  -moz-appearance: window;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: 0;
}

.styled-select select:focus {
  color: #555;
  outline: 0;
  box-shadow: none;
}

.styled-select select::-ms-expand {
  display: none;
}

.hero_single {
  width: 100%;
  text-align: center;
  margin: 0;
  color: #fff;
}

.hero_single .wrapper {
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

#error_page,
.hero_single.short {
  height: 600px;
}

.hero_single .wrapper h1,
.hero_single .wrapper h3 {
  color: #fff;
  font-size: 3.25rem;
  margin: 0;
  text-transform: capitalize;
  font-weight: 600;
}

@media (max-width: 767px) {
  .main_title_3 {
    border-left: none;
    padding-left: 0;
  }

  .main_title_3 span {
    display: none;
  }

  .hero_single .wrapper h3,
  .main_title_3 h2,
  .main_title_3 h3 {
    font-size: 1.3125rem;
  }

  .main_title_3 p {
    font-size: 0.875rem;
  }

  .main_title_3 a {
    top: -10px;
  }

  .btn_home_align {
    text-align: center;
    margin-bottom: 15px;
  }

  a.btn_filt,
  a.btn_filt_map {
    text-indent: -999px;
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
  }

  a.btn_filt:before,
  a.btn_filt_map:before {
    text-indent: 1px;
    position: absolute;
    left: 3px;
    top: 4px;
    font-size: 1.3125rem;
    font-weight: 400;
  }
}

.hero_single .wrapper p {
  font-weight: 300;
  margin: 10px 0 0;
  padding: 0 20%;
  font-size: 1.5rem;
  line-height: 1.4;
}

.hero_single.version_2 {
  height: 450px;
  /* background: url() center center/cover no-repeat #222; */

  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.call_section.pattern .wrapper,
.hero_single.jarallax .wrapper,
.hero_single.version_2 .wrapper,
.hero_single.version_3 .wrapper {
  background-color: rgba(0, 0, 0, 0.6);
}

.hero_single.version_2 .wrapper h3,
.hero_single.version_2 .wrapper h1,
.hero_single.version_4 .wrapper h3 {
  font-size: 2.625rem;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .hero_single .wrapper p {
    padding: 0;
    font-size: 1.125rem;
  }
}

.hero_single.version_2 .wrapper p,
.hero_single.version_4 .wrapper p {
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.2125rem;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}

.hero_single.version_3 {
  height: 450px;
  /* background: url(../img/home_section_1.jpg) center center/cover no-repeat #222;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; */
}

.hero_single.version_4 {
  height: 620px;
  /* background: url(../img/pattern_1.svg) center bottom repeat-x #004dda; */
}

.hero_single.version_4 .wrapper {
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), transparent);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
}

@media (max-width: 767px) {

  .hero_single.version_2 .wrapper p,
  .hero_single.version_4 .wrapper p {
    padding: 0;
    font-size: 0.875rem;
  }

  .hero_single.version_4 .wrapper h3 {
    font-size: 1.625rem;
    margin-top: 30px;
  }
}

.hero_single.version_4 .wrapper input[type="submit"]:hover,
.hero_single.version_5 .wrapper input[type="submit"]:hover,
.search_bar_error input[type="submit"]:hover,
.search_mob_wp input[type="submit"]:hover {
  background-color: #32a067;
  color: #fff;
}

.hero_single.version_5 {
  height: 640px;
  /* background: url(../img/pattern_2.svg) center center fixed #004dda; */
}

.hero_single.version_5 .wrapper {
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), transparent);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
  text-align: left;
}

.hero_single.version_5 .wrapper h3 {
  font-size: 2.25rem;
  text-shadow: none;
}

@media (max-width: 767px) {
  .hero_single.version_5 {
    height: 550px;
  }

  .hero_single.version_5 .wrapper h3 {
    font-size: 1.625rem;
    margin-top: 20px;
  }
}

.hero_single.version_5 .wrapper p {
  font-weight: 400;
  margin: 5px 0 20px;
  padding: 0;
  font-size: 1.3125rem;
  text-shadow: none;
}

a.box_cat_home ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hero_single.version_5 .wrapper .custom-search-input-2 {
  background: 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.add_bottom_10,
.box_account .form_container .form-group,
.custom-search-input-2.inner-2 .form-group,
.hero_single.version_5 .wrapper .form-group,
.leaflet-bottom .leaflet-control,
.search_mob_wp .form-control,
.step .tab-content.checkout .form-group,
.step .tab-content.checkout .social_bt {
  margin-bottom: 10px;
}

.hero_single.version_5 .wrapper input[type="submit"] {
  color: #222;
  margin-top: 10px;
  background-color: #005826;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.hero_kenburns,
.hero_single.jarallax {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0;
  color: #fff;
  height: 620px;
}

.hero_kenburns .wrapper,
.hero_single.jarallax .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}

.hero_kenburns .wrapper h3,
.hero_single.jarallax .wrapper h3 {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 2.625rem;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}

.hero_kenburns .wrapper p,
.hero_single.jarallax .wrapper p {
  font-weight: 400;
  margin: 5px 0 20px;
  padding: 0;
  font-size: 1.5rem;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}

#custom-search-input input[type="submit"],
.custom-search-input-2 input[type="submit"],
.custom-search-input-2 button.w-full.btn-submit-new {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0 25px;
  height: 49px;
  color: #fff;
  cursor: pointer;
  outline: 0;
}

.jarallax {
  z-index: 0;
}

.jarallax>.jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#custom-search-input {
  padding: 0;
  width: 600px;
  margin: 20px auto 0;
  position: relative;
}

#custom-search-input .search-query {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 1rem;
  color: #333;
}

#results.map_view,
#results_map_view {
  padding: 10px 0;
  margin: 0 -15px;
}

#custom-search-input input[type="submit"] {
  position: absolute;
  transition: 0.3s ease-in-out;
  right: -1px;
  font-weight: 600;
  font-size: 0.875rem;
  top: 0;
  border: 0;
  -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;
}

/* .custom-search-input-2 {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
} */
.custom-search-input-2 input,
.custom-search-input-2 select {
  border: 0;
  height: 49px;
  padding-left: 15px;
  font-weight: 400;
  font-size: 15px;
}

.custom-search-input-2 input {
  border-radius: 3px 0 0 3px;
  border-right: 1px solid #d2d8dd;
}

.custom-search-input-2 select {
  border-radius: 0;
}

.custom-search-input-2 input:hover,
.custom-search-input-2 select:hover,
.custom-search-input-2 select:focus,
.custom-search-input-2 input:focus {
  border-color: #f1f1f1;
}

.custom-search-input-2 input::placeholder,
.custom-search-input-2 select {
  color: #808080;
}

.listing_tags {
  display: flex;
  flex-wrap: wrap;
}

.box_list ul,
.strip ul:not(.listing_tags),
a.box_cat_home ul {
  border-top: 1px solid #ededed;
}

.listing_tags:not(.listing_tags_nw) li:not(:last-child) {
  margin-right: 12px;
}

.listing_tags li {
  display: inline-flex;
  align-items: center;
}

.custom-search-input-2 input:focus,
.custom-search-input-2.inner input:focus {
  box-shadow: none;
  /* border-right: 1px solid #d2d8dd; */
}

#other_addr_c,
.booking .custom-select-form select,
.booking select,
.custom-select-form select,
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle,
.no-csspointerevents .nice-select .list,
.secondary_nav ul li:last-child {
  display: none;
}

.booking .nice-select .current,
.custom-search-input-2 .nice-select .current {
  font-weight: 500;
  color: #6f787f;
}

.custom-search-input-2 .form-group,
.filters_listing ul,
.filters_listing.version_2 ul {
  margin: 0;
}

.mob_btn {
  border-color: var(--pri-color);
}

.btn-submit-new,
.mob_btn {
  background-color: var(--pri-color) !important;
}

.btn-submit-new:hover,
.mob_btn:hover {
  background-color: var(--sec-color) !important;
  border-color: var(--sec-color);
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}

.secondary-bg-color {
  background-color: #005826 !important;
}

.secondary-border-color {
  border-color: #005826;
}

.custom-search-input-2 input[type="submit"],
.custom-search-input-2 button.w-full.btn-submit-new {
  transition: 0.3s ease-in-out;
  font-weight: 600;
  font-size: 0.875rem;
  border: 0;
  -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;
}

.custom-search-input-2.inner input[type="submit"],
a.grid_item figure img {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_logo img {
  max-width: 140px;
  display: block;
}

.main_categories a>img {
  max-height: 40px;
}

.contentimg {
  position: relative;
}

.scedual-online .row {
  align-items: center;
}

.contentimg h2 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  position: absolute;
  width: 80%;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(50px);
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.main-content .row {
  display: flex;
  align-items: center;
}

.main-content h3 {
  font-size: 26px;
}

.first-design {
  padding-bottom: 90px;
}

.label-frame.bg-primary {
  /*background: #23a76b !important;*/
  background: var(--pri-color) !important;
  padding: 28px;
  /* text-align: center; */
  margin-bottom: 25px;
}

.label-frame.bg-primary h3 {
  color: #fff;
  font-size: 32px;
}

.label-frame.bg-primary p {
  color: #fff;
  font-size: 17px;
  margin-bottom: 0;
}

.main-content h2,
.main-content h3,
.main-content h4,
.main-content p {
  margin-top: 0;
}

.flex-1 {
  flex: 1 1;
}

.w-auto.flex-1 {
  max-width: 100%;
}

.fa-star.filled {
  color: #fdcf00;
}

.fa-star:not(.filled) {
  color: #dbdbdb;
}

.main-content h2,
.main-content h3 {
  font-weight: 700;
  margin-bottom: 5px;
}

.main-content h4 {
  font-weight: 600;
  margin-bottom: 6px;
}

.main-content ul,
.main-content ol {
  padding-left: 36px;
}

.main-content li {
  margin-bottom: 4px;
}

.main-content ul {
  list-style: disc;
}

.main-content ol {
  list-style: decimal;
}

.main-content p {
  margin-bottom: 15px;
}

.first-design .contentText h2 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
}

.first-design .find-affordable,
.find-affordable {
  padding: 15px;
  margin: 10px 0;
  border-left: 5px solid transparent;
}

.first-design .find-affordable h3,
.find-affordable h3 {
  font-size: 20px;
  line-height: normal;
}

.first-design .find-affordable h3 {
  color: var(--sec-color);
  font-weight: 700;
}

.find-affordable h3 {
  font-size: 35px;
}

.scedual-online {
  position: relative;
  margin-bottom: 35px;
}

.scedual-online ul {
  padding: 0;
  list-style: none;
  color: #fff;
  margin: 0;
}

.scedual-online ul li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  margin-right: 8px;
}

.schedulcall label {
  color: #fff;
}

.testimonials {
  padding: 40px 0;
  background-color: aliceblue;
}

.testimonials-heading {
  margin-top: 0;
  font-size: 28px;
  margin-bottom: 1rem;
}

.testimonials .testi_slide {
  display: flex !important;
}

.autor_name {
  flex: 0 0 15%;
  display: flex;
  align-items: flex-end;
  font-weight: 600;
}

.autor_comment p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.testimonials .slick-dots li {
  display: inline-block;
  margin: 5px;
  position: relative;
  z-index: 1;
  padding: 0;
  font-size: 0;
  width: 16px;
  height: 4px;
  cursor: pointer;
  border-radius: 3px;
  background-color: #9b9b9b;
}

.testimonials .slick-dots li button:before {
  display: none;
}

.faqs-sec {
  padding-bottom: 50px;
}

.faqs-h4 {
  text-align: center;
  font-size: 24px;
}

.faqs-sec h3 {
  font-size: 18px;
}

.list_articles ul li a,
.top_cate li a {
  text-transform: capitalize;
}

#filters h6,
#hero_video,
#results h4,
#results_map_view h4,
.accordion_2 .card-header h5,
.main_categories ul li a h3,
a#filters_col_bt,
a.grid_item.small .info h3 {
  font-size: 1rem;
}

.main_categories ul li a h3 {
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
}

.custom-search-input-2.map_view {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.custom-search-input-2.map_view input,
/*.pagination li:first-child,*/
.step .nav-tabs .nav-link,
.step.first h3:before,
.step.last h3:after,
input.qtyminus:focus,
input.qtyplus:focus {
  border: none;
}

.custom-search-input-2.map_view input[type="submit"] {
  margin: 20px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.custom-search-input-2.inner {
  margin-top: 0;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.custom-search-input-2.inner input {
  border: 0;
  height: 40px;
  padding-left: 15px;
  border-right: 1px solid #d2d8dd;
  font-weight: 500;
}

.custom-search-input-2.inner .nice-select {
  height: 40px;
  line-height: 38px;
}

.custom-search-input-2.inner i {
  height: 38px;
  line-height: 38px;
  padding-right: 10px;
}

.custom-search-input-2.inner input[type="submit"] {
  position: absolute;
  transition: 0.3s ease-in-out;
  width: inherit;
  right: 1px;
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  top: 0;
  border: 0;
  height: 40px;
  cursor: pointer;
  outline: 0;
  -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;
  text-indent: -999px;
  background: url("../../public/images/search.svg") center center no-repeat #005826;
}

.custom-search-input-2.inner input[type="submit"]:hover,
.reviews-container .progress-bar {
  background-color: #32a067;
}

.custom-search-input-2.inner-2 {
  margin: 0 0 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: 0 0;
}

.custom-search-input-2.inner-2 .nice-select,
.custom-search-input-2.inner-2 input {
  border: 1px solid #ededed;
}

.custom-search-input-2.inner-2 input[type="submit"],
.main_categories ul {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.custom-search-input-2.inner-2 input[type="submit"] {
  border-radius: 3px;
  margin-top: 10px;
}

.custom-search-input-2.inner-2 i {
  padding-right: 10px;
  line-height: 48px;
  height: 48px;
  top: 1px;
}

ul.counter {
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
}

ul.counter li {
  padding: 0 10px;
  display: inline-block;
  font-size: 1.125rem;
  border-right: 1px solid #fff;
}

ul.counter li:last-child {
  border-right: none;
  text-align: left;
}

.main_categories {
  margin-top: -42px;
  margin-bottom: 25px;
  position: relative;
}

.main_categories ul {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
  text-align: center;
  padding: 15px 0;
  width: 90%;
  margin: auto;
  display: flex;
}

a.grid_item,
a.grid_item figure {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}

.strip,
a.box_cat_home {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.main_categories ul li {
  display: inline-block;
  width: 20%;
  /* float: left; */
  /* border-right: 1px solid #d2d8dd; */
  position: relative;
}

.main_categories ul li:not(:last-child)::after {
  content: '';
  width: 1px;
  position: absolute;
  right: 0;
  height: 55%;
  background-color: #d2d8dd;
  top: 28%;
}

.main_categories ul li:last-child {
  border-right: none;
}

.container_check input:checked~.checkmark:after,
.leaflet-control-layers label,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.main_categories ul li a,
.no-csspointerevents .nice-select.open .list,
a.btn_search_mobile.map_view {
  display: block;
}

.main_categories ul li a i {
  font-size: 1.625rem;
  display: inline-block;
}

.header-video {
  position: relative;
  overflow: hidden;
  background: #000;
  height: 600px !important;
}

.rating__bar .progress-bar {
  background-color: #facc15;
}

.rating__bar {
  height: 10px;
}

/* .main_review_bx .review_bx{
  padding-top: 20px;
} */
.main_review_bx .review_bx:not(:last-child) {
  border-bottom: 1px solid #0001;
  padding-bottom: 20px;
}

@media (max-width: 991px) {

.gallery img{
  width: 100%;
}
  header.header_in {
    padding: 12px 0 5px;
  }

  header.header_in ul#top_menu {
    position: absolute;
    right: 15px;
    float: none;
  }

  header.header_in #logo a {
    z-index: 9;
    position: relative;
  }

  .sub_header_in.sticky_header {
    margin-top: 48px;
  }


  ul#top_menu li a.login,
  ul#top_menu li a.wishlist_bt_top {
    top: 2px;
  }


  ul#additional_links {
    float: none;
    margin-top: 10px;
  }

  .custom-search-input-2 input[type="submit"],
  .hero_single.version_4 .wrapper input[type="submit"] {
    margin: 20px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }

  .hero_single.version_5 .wrapper input[type="submit"] {
    margin: 20px 0 0;
  }

  #custom-search-input {
    width: auto;
  }

  .custom-search-input-2 {
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .custom-search-input-2 input,
  .custom-search-input-2.inner input {
    border: none;
  }

  .custom-search-input-2 input:focus,
  .custom-search-input-2.inner input:focus {
    border-right: none;
  }

  .custom-search-input-2 .form-group {
    margin-bottom: 5px;
  }

  /* .custom-search-input-2 i {
    padding-right: 10px;
  } */
  .custom-search-input-2.inner {
    display: none;
    margin: 0 0 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .header-video {
    height: 620px !important;
  }
}

#hero_video {
  position: relative;
  background-size: cover;
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 99;
  text-align: center;
  display: table;
}

#hero_video .wrapper {
  display: table-cell;
  vertical-align: middle;
}

#hero_video .wrapper h3 {
  color: #fff;
  font-size: 2.625rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .hero_single.version_5 .wrapper p {
    padding: 0;
    font-size: 0.875rem;
  }

  .hero_kenburns .wrapper h3,
  .hero_single.jarallax .wrapper h3 {
    font-size: 1.625rem;
    margin-top: 30px;
  }

  .hero_kenburns .wrapper p,
  .hero_single.jarallax .wrapper p {
    padding: 0;
    font-size: 1rem;
  }

  ul.counter {
    display: none;
  }

  .main_categories ul {
    width: 100%;
  }

  #hero_video .wrapper h3 {
    font-size: 1.625rem;
    margin-top: 60px;
  }
}

#hero_video .wrapper p {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.4;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}

.header-video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
  width: 100%;
}

#carousel .item a,
#results,
#results_map_view,
.filters_listing,
.score span,
.strip,
.strip figure,
a.box_cat_home,
a.box_news,
a.grid_item figure {
  position: relative;
}

#hero_video iframe,
#map_right_listing {
  height: 100%;
  width: 100%;
}

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

@media (max-width: 1024px) {

  /* #hero_video {
     background: url(../img/home_section_1.jpg) 0 0 / cover #ccc;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
  }*/
  #hero_video>div {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .header-video {
    background: 0 0;
  }
}

a.grid_item {
  display: block;
  margin-bottom: 30px;
  border-radius: 3px;
  height: 200px;
}

@media (max-width: 991px) {
  a.grid_item {
    height: 180px;
  }
}

@media (max-width: 767px) {
  #hero_video .wrapper p {
    padding: 0;
    font-size: 0.875rem;
  }

  a.grid_item {
    height: 150px;
  }
}

a.grid_item .info {
  position: absolute;
  width: 100%;
  z-index: 9;
  display: block;
  padding: 25px 25px 10px;
  color: #fff;
  left: 0;
  bottom: 0;
  background: 0 0;
  background: -webkit-linear-gradient(top, transparent, #000);
  background: linear-gradient(to bottom, transparent, #000);
  box-sizing: border-box;
}

a.grid_item .info small {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 0.6875rem;
  line-height: 1;
  padding: 3px 5px 2px;
}

a.grid_item .info h3 {
  color: #fff;
  font-size: 1.3125rem;
}

a.grid_item .info p {
  color: #fff;
  margin-bottom: 0;
  font-size: 0.9375rem;
}

a.grid_item figure {
  border-radius: 3px;
  width: 100%;
  height: 100%;
}

a.box_cat_home,
a.box_news figure {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 767px) {
  a.grid_item .info {
    padding: 15px 15px 0;
  }

  a.grid_item figure {
    height: 150px;
  }

  a.grid_item figure img {
    width: 100%;
  }
}

a.grid_item figure img {
  transition: 0.3s ease-in-out;
  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);
}

.box_list figure a:hover img,
.strip figure a:hover img,
.strip.list_view figure a:hover img,
.strip.map_view figure a:hover img,
a.grid_item:hover figure img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

a.grid_item.small {
  height: 170px;
}

.new__card {
  padding-bottom: 20px;
}

.card__left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.listing_image,
.listing_image img.img-fluid {
  height: 100%;
}
.listing_image img.img-fluid {
  object-fit: cover;
}
.card__left_v2 .listing_type span{
  font-size: 14px;
}
.card__left_v2 .listing_type{
  position: absolute;
  left: 5px;
  top: 5px;
  background-color: #0005;
  padding: 2px 10px;
  border-radius: 4px;
}
.card__left:not(.card__left_v2){
  padding: 10px 0;
}
.listing_phone {
  margin-bottom: 8px;
}

.listing_rating .stars i.fa-solid {
  color: #F7B706;
  font-size: 14px;
}

.box_detail-content .stars i.fa-solid {
  color: #F7B706;
}

.listing_rating .stars {
  margin-bottom: 8px;
}

.listing_logo:not(.listing_logo_v2) {
  background: #fff;
  padding: 5px 8px;
  margin: 5px 0 5px;
  border-radius: 5px;
}
.listing_image {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.listing_image img{
  height: 100%;
}
.listing_image::before {
  content: '';
  position: absolute;
  left:0;
  width: 100%;
  height: 100%;
  top:0;
  background-color: #0006;
  border-radius: 10px 0 0 10px;
}
.listing_type,
.listing_logo,
.listing_web {
  z-index: 2;
}
.listing_type span,
.listing_web,
.listing_web span,
.listing_phone a,
.listing_nv a,
.location_listing address {
  font-size: 13px;
}
.listing_phone a:hover{
  background-color: var(--sec-color);
}
.listing_logo img.img-fluid {
  height: 45px;
  width: 150px;
  object-fit: contain;
}

.listing_web {
  margin-top: 5px;
}
.listing_web_v2 {
  margin-bottom: 5px;
}
.listing_web:not(.listing_web_v2){
  color: aliceblue;
}
.listing_web .fa-globe {
  margin-right: 5px;
}

.listing_web:not(.listing_web_v2) a {
  color: #fff;
}

.card__right,
.feature_card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
  border: 1px solid #d1d1d1;
}
.card__right {
  padding: 12px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feature_body {
  padding: 15px;
}
.feature_title a{
  font-size: 18px;
  color:#1b1a1a;
  font-weight: 600;
}
.feature_card {
  border-radius: 10px;
}
.feature_card_img img{
  max-height: 250px;
  object-fit: cover;
}
.feature_card_img img{
  border-radius: 10px 10px 0 0;
}
.card__right_inner {
  max-width: 100%;
}

.card__inner_right {
  text-align: center;
  max-width: 100%;
}

.card__right h2 a,
.card__right h3 a 
{
  color: #1b1a1a;
}
.card__right h2 a:hover,
.card__right h3 a:hover
{
  color: var(--pri-color);
}
.head_with_label {
  display: flex;
}

.head_with_label h2,
.head_with_label h3 {
  font-size: 18px;
}
.main_banner h1{
  line-height: normal;
}
.min-h50{
  min-height: 39px;
}
.head_with_label label {
  background: transparent;
  color: #b5b1b1;
  padding: 1px 6px;
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  margin-left: 6px;
  height: 24px;
  border: 1px solid #b5b1b1;
  display: none;
}

.listing_tags_nw a,
.listing_cate_nw span,
.com_detail_cate li {
  line-height: 20px;
  background-color: #f5f6f8;
  padding: 2px 8px;
  border-radius: 5px;
  color: #003544;
  text-transform: capitalize;
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.listing_tags li:not(:last-child) a {
  margin-right: 8px;
}

.listing_phone a,
.listing_nv a:hover {
  color: #fff;
}

.listing_phone a,
.listing_nv a {
  border-radius: 5px;
  padding: 5px 8px;
  min-width: 140px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  min-height: 40px;
}

.listing_nv span {
  background-color: #fd0f0f;
  font-size: 12px;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  padding: 0 2px;
  position: relative;
  margin-bottom: 8px;
}

.listing_nv span::after {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fd0f0f;

}

.listing_nv a {
  background-color: #f5f6f8;
}

.listing_stars>div {
  justify-content: center;
}

.listing_count span {
  background: #f5f6f8;
  color: #000;
  padding: 1px 15px;
  border-radius: 24px;
  font-size: 13px;
}

.service__icon img {
  max-width: 65px;
}

.service__icon {
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  a.grid_item.small {
    height: 130px;
  }
}

@media (max-width: 991px) {
  a.grid_item.small {
    height: 180px;
  }
}

@media (max-width: 767px) {
  a.grid_item.small {
    height: 150px;
  }

  a.grid_item.small figure {
    height: 150px !important;
  }
}

a.grid_item.small .info {
  padding: 35px 15px 0;
}

a.grid_item.small figure img {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: auto;
}

#carousel,
.reccomended {
  margin-top: 40px;
}

.reccomended .item {
  margin: 0 15px;
}

#carousel .owl-item,
.reccomended .slick-slide {
  opacity: 0.5;
  transform: scale(0.85);
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(0.85, 0.85);
  transition: 0.3s ease-in-out;
  overflow: hidden;
}

.app_icons,
.app_icons span img {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#carousel .owl-item.active.center,
.reccomended .slick-slide.slick-active.slick-center {
  opacity: 1;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: scale(1);
}

.strip figure a img,
a.box_news figure img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 50%;
}

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

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  outline: 0 !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 13px !important;
  height: 13px !important;
}

.app_icons {
  margin-bottom: 10px;
  transition: 0.3s ease-in-out;
}

.app_icons span img {
  transition: 0.3s ease-in-out;
}

a.box_news figure img,
a.box_news:hover h4 {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.app_icons span img:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

a.box_news {
  display: block;
  padding-left: 230px;
  color: #555;
  margin-bottom: 30px;
  min-height: 150px;
}

a.box_news figure {
  width: 200px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
}

a.box_news figure img {
  width: 250px;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  transition: 0.3s ease-in-out;
  backface-visibility: hidden;
}

.strip figure a img,
a.box_news:hover img {
  -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);
}

a.box_news figure figcaption {
  background-color: #005826;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  color: #fff;
  width: 60px;
  height: 60px;
  padding: 15px;
  line-height: 1;
}

a.box_news figure figcaption strong {
  display: block;
  font-size: 1.3125rem;
}

a.box_news h4 {
  font-size: 1.125rem;
  margin-bottom: 10px;
}

a.box_news:hover img {
  transform: translate(-50%, -50%) scale(1);
}

a.box_news:hover h4 {
  transition: 0.3s ease-in-out;
}

a.box_news ul {
  margin: 0;
  padding: 10px 0 0;
}

a.box_news ul li {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  color: #999;
  font-size: 0.75rem;
  margin-right: 5px;
}

a.box_news ul li:last-child {
  margin-right: 0;
}

a.box_news ul li:last-child:after {
  content: "";
  margin: 0;
}

a.box_news ul li:after {
  content: "-";
  margin: 0 0 0 10px;
}

a.box_cat_home {
  background-color: #fff;
  display: block;
  padding: 25px 15px;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 25px;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  color: #999;
}

.strip.map_view a.wish_bt,
a.box_feat {
  color: #555;
}

a.box_cat_home i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1.125rem;
  opacity: 0;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.top_cate li {
  margin-bottom: 8px;
}

.top_cate li a {
  display: inline-flex;
  transition: 0.3s ease-in-out;
}

.top_cate li a span:after {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  opacity: 0;
  transition: 0.5s;
  margin-left: 5px;
  font-weight: 900;
  font-size: 11px;
}

.top_cate li a:hover {
  color: #555;
  transform: translate(5px, 0);
}

.top_cate li a span:hover:after {
  left: 5px;
  opacity: 1;
}

.top_cate_main {
  padding: 30px 0;
}

.top_cate_main:nth-child(even) {
  background-color: #f7f3f9;
}

.top_cate_main:nth-child(odd) {
  background-color: #d5d5d521;
}


a.box_cat_home img {
  display: block;
  margin: auto;
  max-width: 100%;
  /* max-height: 90px;
  min-height: 90px;
  object-fit: cover;
  -o-object-fit: cover; */
  width: 55px;
}

a.box_cat_home h3 {
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  overflow: hidden;
}

a.box_cat_home:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 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 ul {
  margin: 20px -15px -25px;
  padding: 10px;
  text-align: center;
}

.box_list figure small,
.strip figure small {
  padding: 7px 10px 4px;
  background-color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}

/* .strip figure > img{
  width: 100%;
  padding: 0px 70px;
  height: auto;
} */
a.box_cat_home ul li strong {
  margin-right: 5px;
  font-weight: 600;
  color: #777;
}

a.box_feat {
  text-align: center;
  background: #fff;
  padding: 40px 30px 30px;
  display: block;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-box-shadow: 0 3px 0 0 #f0f2f4;
  -moz-box-shadow: 0 3px 0 0 #f0f2f4;
  box-shadow: 0 3px 0 0 #f0f2f4;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}

a.box_feat:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 3px 0 0 #ebedef;
  -moz-box-shadow: 0 3px 0 0 #ebedef;
  box-shadow: 0 3px 0 0 #ebedef;
}

a.box_feat i {
  font-size: 4.375rem;
  color: #32a067;
  margin-bottom: 10px;
}

.box_faq h4,
a.box_feat h3,
a.box_topic h3,
section#description h4,
section#reviews h4 {
  font-size: 1.125rem;
}

#carousel .item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 9;
}

#carousel .item .title h4 {
  background-color: #0054a6;
  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: 1rem;
  opacity: 0;
}

#carousel .item .title h4 em {
  display: block;
  font-size: 0.8125rem;
  font-weight: 300;
  margin-top: 3px;
}

#carousel .item a {
  display: block;
}

#results {
  padding: 20px 0;
  color: #fff;
}

#results.is_stuck {
  z-index: 99;
  padding: 10px 0;
}

#results h4 {
  color: #fff;
  margin: 12px 0 0;
  padding: 0;
  line-height: 1;
}

#results.map_view h4 {
  margin: 3px 0 0;
}

#results_map_view {
  color: #fff;
}

#results_map_view h4 {
  color: #fff;
  margin: 3px 0 0;
  padding: 0;
  line-height: 1;
}

#filters h6,
.add_bottom_15,
.distance,
.strip .wrapper p,
a.boxed_list i {
  margin-bottom: 15px;
}

#filters {
  background-color: #fff;
}

#filters ul li small {
  font-weight: 600;
  float: right;
  position: relative;
  top: 4px;
}

.filters_listing.version_3,
.map_view#filters {
  margin: 0 -15px;
}

.distance span {
  font-weight: 600;
}

.rangeslider__handle {
  border: 2px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.strip,
.tools_map {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.box_list,
.strip {
  background-color: #fff;
  display: block;
}

.filters_listing .row {
  align-items: center;
}

.filters_listing,
.main_breadcrumb {
  padding: 6px 0;
  background: #f5f5f557;
  border-bottom: 1px solid #ededed;
}

.filters_listing ul li,
.filters_listing.version_2 ul li,
.filters_listing.version_3 ul li,
.strip.list_view .score,
.strip.map_view .score,
ul.hotel_facilities li img {
  margin-right: 10px;
}

.strip.list_view .score {
  margin-right: 0;
}

ul.hotel_facilities li img {
  display: inline-block;
}

.filters_listing ul li:nth-child(2) {
  float: right;
  margin-right: 0;
}

.filters_listing ul li:nth-child(3),
.filters_listing.version_2 ul li:nth-child(2),
.filters_listing.version_3 ul li:nth-child(2) {
  float: right;
  margin-right: 0;
}

.filters_listing ul li:nth-child(4),
.nice-select.right,
ul.menu_list li h6 span {
  float: right;
}

.filters_listing.version_2 ul li:nth-child(3),
.leaflet-right .leaflet-control {
  float: right;
  margin-right: 10px;
}

.filters_listing.version_3 ul {
  margin: 2px 0 0;
}

.tools_map {
  border-radius: 3px;
  font-size: 1.4375rem;
}

.tools_map a {
  color: rgba(0, 0, 0, 0.5);
  margin: 0 3px;
}

.box_detail ul li i,
.b_score.score span {
  margin-right: 8px;
}

.tools_map i {
  font-weight: 500;
  line-height: 1;
}

.score strong {
  background-color: #32a067;
  color: #fff;
  line-height: 1;
  -webkit-border-radius: 5px 5px 0 5px;
  -moz-border-radius: 5px 5px 0 5px;
  -ms-border-radius: 5px 5px 0 5px;
  border-radius: 5px 5px 0 5px;
  padding: 10px;
  display: inline-block;

}

.score:not(.b_score) strong {
  margin-right: 8px;
}

.score span {
  display: inline-block;
  top: 7px;
  font-size: 0.75rem;
  text-align: left;
  line-height: 1.1;
  font-weight: 500;
}

.b_score.score span {
  text-align: right;
}

.cat_star i,
.rating i {
  margin-right: 2px;
}

.top_cate_main .top_cate li a {
  color: #555;
}

.score span em {
  display: block;
  font-weight: 400;
  font-size: 0.6875rem;
}

.strip {
  margin-bottom: 20px;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.strip a.wish_bt {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  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;
}

.strip a.wish_bt:after {
  font-family: ElegantIcons;
  content: "\e012";
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.strip a.wish_bt.liked:after {
  content: "\e078";
  color: #005826;
}

.strip a.wish_bt:hover.liked:after {
  color: #005826;
}

.strip a.wish_bt:hover:after {
  content: "\e078";
  color: #fff;
}

/* .strip figure {
  margin-bottom: 0;
  max-height: 150px;
  min-height: 150px;
  display:flex;
  justify-content: center;
  align-items: center;
} */
/* .strip:not(.list_view) figure img{
  max-height: 120px;
  object-fit: contain;
  min-height: 120px;
} 
.strip:not(.list_view) figure{
  margin-top: 0;
  padding-top: 15px;
}*/
.strip.grid figure {
  margin: 0
}

.strip figure small {
  position: absolute;
  left: 20px;
  top: 22px;
  color: #fff;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
}

.states_cities .margin_80:not(:first-child) {
  padding-top: 0;
}

/* .states_cities .margin_80_55:first-child .add_bottom_30 {
  margin-bottom: 0;
} */
.box_list figure .read_more,
.strip figure .read_more {
  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: 0.6s;
  transition: 0.6s;
  z-index: 2;
}

.strip figure a img,
.strip.list_view figure a img {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.box_list figure .read_more span,
.strip figure .read_more span {
  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 10px;
}

.box_list figure:hover .read_more,
.strip figure:hover .read_more {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.strip figure a img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  backface-visibility: hidden;
  width: 100%;
  transition: 0.3s ease-in-out;
}

.animated .box_1,
.box_list figure a img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.strip .wrapper {
  padding: 15px;
}

.strip .wrapper h3 {
  font-size: 1.25rem;
  margin: 0;
}

.strip .wrapper h3 a {
  color: #333;
}

.strip .wrapper small {
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 0.8125rem;
}

.footer_top_cities {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.footer_top_cities li::before {
  content: "|";
}
.footer_top_cities li {
  display: flex;
}
.footer_top_cities li a {
  color: #555;
  text-transform: capitalize;
}

.footer_top_cities li a {
  padding: 0 6px;
}

.btn-green {
  color: #fff;
}

.bg_video {
  position: relative;
  display: flex;
}

.bg_video h1,
.bg_video p {
  color: #fff;
}

.bg_video h1 {
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 0;
}

.bg_video p {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}

.textwhite {
  color: #fff;
}

.bg_video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0004;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.bg_video video {
  height: 600px;
  object-fit: cover;
}

.bg_video .wrapper {
  position: absolute;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.btn-green:active,
.btn-green:hover,
.btn-green:focus {
  background-color: #005826;
  color: #fff;
}

.strip:not(.grid) ul:not(.listing_tags) {
  padding: 20px 15px 17px 20px;
}

.strip.grid {
  /* min-height: 427px; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* .category_viewslider .w90{
  width: 95% !important;
  margin-left:  auto  !important;
  margin-right:  auto  !important;
} */
.strip.grid .row {
  align-items: center;
  min-height: 101px;
}

.strip.grid ul {
  padding: 20px 0 0;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
}

.box_list ul,
.strip.list_view ul:not(.listing_tags) {
  padding: 20px 15px 20px 30px;
  margin-bottom: 0;
}

.strip.list_view ul:not(.listing_tags) {
  padding: 0;
  padding-top: 16px;
  display: flex;
  justify-content: flex-end;
}

.box_list ul li .score,
.strip ul li .score {
  margin-top: -10px;
}

.strip ul li .score {
  margin-top: 0;
}

/* .strip ul li:first-child {
  font-size: 0.8125rem;
  margin-top: -4px;
} 
.strip ul li:first-child i {
  font-size: 1.25rem;
  position: relative;
  top: 4px;
}*/
.box_list ul li:last-child,
.strip ul li:last-child {
  margin-right: 0;
  /* float: right; */
}

/* .strip ul li:first-child {
  margin-right: auto;
} */
.strip.list_view {
  min-height: 290px;
}

.strip.list_view .row {
  align-items: center;
}

.strip.list_view a.wish_bt {
  background-color: rgba(0, 0, 0, 0.1);
  color: #555;
  top: 25px;
  right: 25px;
}

.box_list a.wish_bt,
.strip.map_view a.wish_bt {
  right: 15px;
  top: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

.strip.list_view figure {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  /* min-height: 200px; */
  -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;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.strip.list_view figure small {
  right: 30px;
  top: 30px;
  left: inherit;
}

.strip.list_view figure a img {
  /* height: 360px; */
  /* width: auto; */
  /* height: 100%; */
  max-width: none;
  transition: 0.3s ease-in-out;
}

.strip.list_view .wrapper {
  padding: 16px;
  min-height: 235px;
}

.strip.map_view {
  min-height: 120px;
  margin-bottom: 20px;
}

.strip.map_view a.address:before {
  content: "\e081";
}

.strip.map_view figure {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  min-height: inherit;
  height: 185px;
  -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;
}

.strip.map_view figure small {
  right: 20px;
  top: 20px;
  left: inherit;
}

.strip.map_view figure a img {
  height: 210px;
  width: auto;
  max-width: none;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.strip.map_view .wrapper {
  padding: 20px 20px 0;
  min-height: 110px;
}

.strip.map_view .wrapper small {
  line-height: 1.3;
  margin-top: 5px;
}

.strip.map_view ul {
  padding: 20px 5px 15px 15px;
  margin-bottom: 0;
}

a.address {
  display: inline-block;
  font-weight: 500;
  color: #999;
  line-height: 1;
}

#error_page h2 i,
.grid-gallery ul li figcaption a:focus,
.grid-gallery ul li figcaption a:hover,
.rating .voted {
  color: #005826;
}

.cat_star i {
  color: #dada09;
}

a.address:before {
  font-family: ElegantIcons;
  content: "\e01c";
  margin-right: 5px;
  display: inline-block;
}

.loc_closed,
.loc_open {
  position: relative;
  top: -2px;
  font-size: 0.6875rem;
  font-weight: 600;
  padding: 2px 8px;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.loc_open {
  color: #32a067;
  border: 1px solid #32a067;
}

.loc_closed {
  color: #eb5c65;
  border: 1px solid #eb5c65;
}

.box_list a.wish_bt,
.box_list figure small {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  line-height: 1;
}

.rating {
  color: #ccc;
}

.box_list {
  position: relative;
  margin: 0 0 30px;
  min-height: 310px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.layer,
.map-right,
.row-height {
  min-height: 100%;
}

.box_list a.wish_bt {
  z-index: 1;
  padding: 9px 10px;
  display: inline-block;
  color: #555;
  border-radius: 3px;
}

.box_list a.wish_bt:after {
  font-family: ElegantIcons;
  content: "\e030";
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.box_list a.wish_bt.liked:after {
  content: "\e089";
}

.box_list a.wish_bt:hover:after {
  content: "\e089";
  color: #999;
}

.box_list figure {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  min-height: 310px;
}

.box_list figure small {
  right: 20px;
  top: 20px;
  color: #ccc;
  font-weight: 600;
  border-radius: 3px;
  z-index: 9;
}

.box_list figure a img {
  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);
  backface-visibility: hidden;
  height: 350px;
  width: auto;
  max-width: none;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.box_list .wrapper {
  padding: 30px 30px 20px;
  min-height: 245px;
}

.box_list .wrapper h3 {
  font-size: 1.25rem;
  margin-top: 0;
}

.box_list small {
  text-transform: uppercase;
  color: #999;
  font-weight: 600;
}

#list_sidebar .box_list,
#list_sidebar .box_list figure {
  min-height: 330px;
}

#list_sidebar .box_list figure a img {
  height: 350px;
}

#list_sidebar .box_list .wrapper {
  min-height: 265px;
}

.quick-contact {
  border: 1px solid #ddd;
  padding: 30px;
  border-radius: 10px;
  margin: 20px 0;
}

.quick-contact h3 {
  font-size: 30px;
}

.quick-contact p {
  margin-top: 0;
  margin-bottom: 0;
}

.quick-contact .col-md-3 > a,
.find-affordable a {
  padding: 21px;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border-radius: 6px;
  background-color: var(--sec-color);
}

.find-affordable a {
  display: inline-block;
  min-width: 20%;
}

/* Blog Page Grid new Css */
.blog_grid {
  position: relative;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  margin-bottom: 35px;
  background-color: #fff;
}

.blog_grid_img {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  border-radius: 12px 12px 0 0;
}

.blog_grid_img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
  opacity: 1;
  top: 0;
  background-image: linear-gradient(180deg, rgba(41, 167, 68, .1) 80%, rgba(0, 0, 0, .4) 100%)
}

.blog_grid_img img {
  border-radius: 12px 12px 0 0;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  border-radius: 12px 12px 0 0;
  float: left;
  width: 100%;
}

.blog_grid_content {
  padding: 24px;
  padding-top: 22px;
}

.blog_grid_content h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}

.blog_grid_content p {
  margin-bottom: 20px;
  font-size: 15px;
}

.blog_grid_content a {
  font-weight: 600;
}

.blog_grid_content a.read_more {
  display: inline-flex;
  align-items: center;
}

.blog_grid_content a i {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  vertical-align: middle;
}

.blog_grid_img .post_date {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 9;
  font-size: 13px;
  padding: 2px 8px;
}

.blog_grid:hover .blog_grid_img img {
  transform: scale(1.5) rotate(10deg);
  -moz-transform: scale(1.5) rotate(10deg);
  -ms-transform: scale(1.5) rotate(10deg);
  -webkit-transform: scale(1.5) rotate(10deg);
}

.blog_grid:hover .blog_grid_img::before {
  background-image: linear-gradient(180deg, rgba(41, 167, 68, .1) 80%, rgba(41, 167, 68, .4) 100%)
}

.blog_grid_content a:hover {
  color: #29a744;
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
}

.blog_grid_content a.read_more:hover i {
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  transform: translateX(30%);
  -webkit-transform: translateX(30%);
}

.finance-online h2 {
  font-size: 50px;
  text-transform: uppercase;
  line-height: 55px;
  margin-bottom: 0;
}

.finance-online img {
  max-width: 75%;
}

.finance-online h3 {
  margin-bottom: 0;
}

.finance-online,
.find-affordable {
  margin-bottom: 35px;
  margin-top: 32px;
}

.schedulcall a {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  margin-left: 20px;
}

.schedulcall label {
  display: inline-block;
}

.schedual-icon a {
  color: #fff;
  font-weight: bold;
  padding: 15px 15px;
  display: block;
  font-size: 26px;
  text-align: center;
}

.filters_listing .site_breadcrumb .breadcrumb-item,
.filters_listing .site_breadcrumb .breadcrumb-item a,
.main_breadcrumb .site_breadcrumb .breadcrumb-item a,
.main_breadcrumb .site_breadcrumb .breadcrumb-item+.breadcrumb-item::before,
.filters_listing .site_breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: #555;
}

.layout_view button {
  cursor: pointer;
}

.layout_view {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0 6px;
}

.layout_view i {
  font-size: 18px;
}

.layout_view a {
  color: rgba(0, 0, 0, 0.5);
}

.layout_view a.active {
  color: rgba(0, 0, 0, 0.8);
}

.switch-field {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.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 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.9);
}

.switch-field label {
  float: left;
  /* display: inline-block; */
  min-width: 65px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  font-size: 0.75rem;
  text-align: center;
  text-shadow: none;
  padding: 10px 8px 8px;
  line-height: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin: 0;
}

.filter_type h6,
.step .tab-content.checkout {
  padding: 15px 0 0;
}

.switch-field label:first-of-type {
  border-left: 0;
}

.switch-field label:last-of-type {
  border-right: 0;
}

.switch-field label:hover {
  cursor: pointer;
}

#filters_col {
  background-color: #fff;
  padding: 20px 20px 15px;
  margin-bottom: 25px;
  border: 1px solid #ededed;
}

#filters_col label {
  color: #333;
  font-weight: 400;
}

a#filters_col_bt {
  display: block;
  color: #333;
  position: relative;
  font-weight: 600;
}

a#filters_col_bt:before {
  font-family: ElegantIcons;
  content: "\66";
  font-size: 1.625rem;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  font-weight: 400;
}

.filter_type h6 {
  border-top: 1px solid #ededed;
  margin: 15px 0;
  font-size: 0.8125rem;
}

.filter_type ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

.box_account,
.category_filter,
.detail_title_1,
a.boxed_list {
  margin-bottom: 25px;
}

.filter_type ul li small {
  float: right;
  position: relative;
  top: 4px;
}

.category_filter {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

a.boxed_list {
  text-align: center;
  padding: 30px;
  border: 1px solid #ededed;
  display: block;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a.boxed_list i {
  font-size: 3.75rem;
}

a.boxed_list h4 {
  font-size: 1.125rem;
  color: #333;
}

a.boxed_list p {
  color: #777;
  margin-bottom: 0;
}

a.boxed_list:hover i {
  color: #32a067;
}

a.btn_search_mobile {
  /* background: url(../img/search.svg) center center no-repeat; */
  width: 21px;
  height: 21px;
  float: right;
  display: none;
}

#search_mobile {
  overflow: auto;
  transform: translateX(105%);
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  position: fixed;
  /* background: url(../img/bg_aside.svg) center right/cover no-repeat #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; */
  padding: 60px 30px 30px;
  -webkit-box-shadow: 1px 0 5px 0 rgba(50, 50, 50, 0.55);
  -moz-box-shadow: 1px 0 5px 0 rgba(50, 50, 50, 0.55);
  box-shadow: 1px 0 5px 0 rgba(50, 50, 50, 0.55);
  -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

#search_mobile.show {
  transform: translateX(0);
}

#search_mobile input.form-control {
  border: 1px solid #d2d8dd;
  box-shadow: none;
}

#search_mobile .custom-search-input-2,
.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers {
  box-shadow: none;
}

#search_mobile .custom-search-input-2 input[type="submit"] {
  margin: 20px 0 0;
}

#search_mobile .nice-select {
  border: 1px solid #d2d8dd;
}

#search_mobile a.side_panel {
  font-size: 2rem;
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  color: #999;
}

.search_mob a {
  display: none;
  width: 22px;
  height: 24px;
  text-indent: -9999px;
  position: relative;
  color: #0054a6;
}

.search_mob a:before {
  font-family: themify;
  content: "\e610";
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  font-weight: 600;
  font-size: 1.3125rem;
}

.search_mob_wp {
  padding: 10px 0;
  display: none;
  width: 100%;
}

.search_mob_wp .nice-select {
  margin-bottom: 5px;
  border: none;
}

.layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: transform 0.3s, opacity 0.3s, visibility 0s 0.3s;
  -moz-transition: transform 0.3s, opacity 0.3s, visibility 0s 0.3s;
  -ms-transition: transform 0.3s, opacity 0.3s, visibility 0s 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s, visibility 0s 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0s 0.3s;
  opacity: 0;
}

.layer-is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s, transform 0.3s;
  -moz-transition: opacity 0.3s, transform 0.3s;
  -ms-transition: opacity 0.3s, transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.site_breadcrumb.breadcrumb {
  margin-bottom: 0;
}

.site_breadcrumb .breadcrumb-item a,
.site_breadcrumb .breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active,
.site_breadcrumb .breadcrumb-item {
  color: #555;
}

/* .cityrow img,
.centerrow img{
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  -webkit-transition: 0.8s ease-in-out;
  -ms-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
} */
.cityrow .col-lg-2>div {
  border-radius: 6px;
}

.cityrow .col-lg-2>div,
.centerrow .col-lg-2>div {
  box-shadow: 0px 6px 15px 0px rgb(0 0 0 / 10%);
  overflow: hidden;
  transition: all .3s ease-in;
}

.cityrow .col-lg-2>div:hover,
.centerrow .col-lg-2>div:hover {
  transform: translateY(-4px);
  transition: all .3s ease-out;
}

.centerrow .col-lg-2>div>div:not(.img_content) {
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}

.box_detail-content ul li.or {
  position: relative;
  z-index: 2;
  margin: 30px 0;
  border-bottom: 1px solid var(--borderColor);
}

.box_detail-content ul li.or::before {
  content: 'OR';
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  background-color: #fff;
  width: 35px;
  margin-left: auto;
  margin-right: auto;
  padding: 1px 6px;
  font-weight: 500;
}

.box_detail-content ul li a {
  display: block;
  width: 100%;
  border-radius: 6px;
  padding: 10px 20px;
  border: 1px solid var(--borderColor);
  font-size: 16px;
}
.scrollspy_main{
  background-color: var(--sec-color);
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 8px;
}
.scrollspy_main.upscroll {
  top:50px;
}
.scrollspy_menu {
  margin-left: auto;
  margin-right: auto;
}
.scrollspy_menu select {
  border:0;
  background-color: transparent;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
}

.scrollspy_menu select {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>");
}
.scrollspy_menu select option{
  color: #495057;
  cursor: pointer;
}
.change_bg_ a {
  background-color: var(--pri-color);
  color: #fff;
}
.change_bg_ a:hover,
.box_detail-content ul li a:hover{
  background-color: var(--sec-color);
  border-color: var(--sec-color);
  color: #fff;
}
.box_detail-content ul li:not(:last-child) a {
  margin-bottom: 20px;
}

.cityrow div:hover img,
.centerrow div:hover img {
  transform: scale(1.1);
  opacity: .5;
  transition: all .5s ease-in-out;
}

.cityimage label {
  margin-bottom: 30px;
  font-size: 12px;
  height: auto;
  padding: 5px !important;
  position: relative;
  top: 20px;
}

.hero_in {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.hero_in.hotels_detail:not(.cate_details),
.hero_in.restaurant_detail,
.hero_in.shop_detail {
  height: 300px;
}

.cate_details {
  height: 200px;
}

.hero_in.hotels_detail {
  display: flex;
  align-items: center;
  justify-self: center;
}

.hero_in.hotels_detail .wrapper,
.hero_in.restaurant_detail .wrapper,
.hero_in.shop_detail .wrapper {
  background-color: rgba(0, 0, 0, 0.2);
}

.hero_in:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #0005;
}

.full-height,
.hero_in .wrapper {
  height: 100%;
}

.hero_in a.btn_photos {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  line-height: 1;
  padding: 10px 15px;
  color: #444;
  font-weight: 500;
}

.box_detail,
.step #forgot_pw {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

@keyframes pop-in {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.secondary_nav {
  padding: 15px 0;
}

.secondary_nav.is_stuck {
  z-index: 99;
  width: 100% !important;
  left: 0;
}

.secondary_nav ul li {
  display: inline-block;
  margin-right: 20px;
  font-weight: 500;
  font-size: 1rem;
}

.secondary_nav ul li a {
  color: rgba(255, 255, 255, 0.5);
}

.secondary_nav ul li a:hover {
  color: #fff;
  opacity: 1;
}

#carousel_in .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 5;
}

.detail_title_1 h1 {
  font-size: 2rem;
  margin: 0;
}

.detail_title_1 ul {
  float: right;
  margin: 10px 0 0;
}

.detail_title_1 ul li {
  display: inline-block;
  margin-right: 20px;
  font-weight: 500;
}

section#description,
section#reviews {
  border-bottom: 1px solid #0001;
  margin-bottom: 30px;
}

section#description h2,
section#reviews h2 {
  font-size: 1.5rem;
}

#error_page p,
section#description h3,
section#reviews h3 {
  font-size: 1.3125rem;
}

.custom-select-form .nice-select:hover,
section#description hr,
section#reviews hr {
  border-color: #d2d8dd;
}

.strip_booking.last,
section#reviews {
  border-bottom: none;
}

#review_summary {
  text-align: center;
  background-color: #32a067;
  color: #fff;
  padding: 20px 10px;
  -webkit-border-radius: 3px 3px 3px 0;
  -moz-border-radius: 3px 3px 3px 0;
  -ms-border-radius: 3px 3px 3px 0;
  border-radius: 3px 3px 3px 0;
}

.reviews-container .rev-content,
.reviews-container .rev-thumb {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

#review_summary strong {
  font-size: 2.625rem;
  display: block;
  line-height: 1;
}

#review_summary em {
  font-style: normal;
  font-weight: 500;
  display: block;
}

.reviews-container .progress {
  margin-bottom: 12px;
}

.reviews-container .review-box {
  position: relative;
  margin-bottom: 25px;
  padding-left: 100px;
  min-height: 100px;
}

.reviews-container .rev-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}

.reviews-container .rev-thumb img {
  width: 80px;
  height: auto;
}

.reviews-container .rev-content {
  position: relative;
  padding: 25px 25px 1px;
  border-radius: 3px;
  background-color: #fff;
}

.booking .dropdown,
.box_detail {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
}

.reviews-container .rev-info {
  font-size: 0.75rem;
  font-style: italic;
  color: #777;
  margin-bottom: 10px;
}

.box_detail {
  padding: 25px 25px 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  /* margin-bottom: 30px; */
}

.box_detail figure a i,
.marker-cluster div {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.box_detail .price {
  line-height: 1;
  border-bottom: 1px solid #ededed;
  margin: 0 -25px 25px;
  padding: 0 25px 15px;
}

.box_detail .price>span {
  font-size: 1.9375rem;
  font-weight: 600;
}

.box_detail .price>span>small {
  font-size: 0.6875rem;
  font-weight: 500;
}

.box_detail .price .score {
  float: right;
  margin-top: -5px;
}

.box_detail h3 {
  font-size: 1.25rem;
  margin: 25px 0 10px;
}

.box_detail figure {
  position: relative;
  background-color: #000;
}

.box_1 p,
.box_detail figure img,
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.box_detail figure span {
  position: absolute;
  display: block;
  left: 0;
  bottom: 10px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: 600;
}

#qty_total,
.dropdown,
.dropdown a,
.opening,
.qty-buttons,
ul.menu_list li {
  position: relative;
}

.box_detail figure a i {
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 60px;
  height: 60px;
  color: #fff;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  font-size: 2.625rem;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 9;
}

.box_detail figure:hover i {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

@media screen and (min-width: 564px) {
  .daterangepicker {
    width: 500px !important;
  }

  .daterangepicker.single {
    width: auto !important;
  }
}

.booking input {
  font-weight: 500;
  height: 45px;
}

.booking input:focus,
.booking textarea:focus {
  box-shadow: none;
  border: 1px solid #d2d8dd;
}

.booking .dropdown {
  font-size: 0.875rem;
  border-radius: 3px;
  border: 1px solid #d2d8dd;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 0 10px;
}

.booking .custom-select-form .nice-select.open,
.booking .custom-select-form .nice-select:active,
.booking .custom-select-form .nice-select:focus {
  border-color: #d2d8dd;
  outline: 0;
  box-shadow: none;
}

.booking .form-group,
.box_account .form_container hr {
  margin: 0 0 10px;
}

.booking .form-group i {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.125rem;
  position: absolute;
  background-color: #fff;
  height: 43px;
  top: 1px;
  right: 1px;
  padding-right: 10px;
  display: block;
  width: 20px;
  box-sizing: content-box;
  line-height: 43px;
  z-index: 9;
  color: #999;
}

.booking .form-group i.loader {
  background-color: transparent;
  color: #fff;
}

.sign-in-wrapper .form-group i.icon_lock_alt,
.booking .form-group i.icon_lock_alt {
  top: 36px;
}

.booking .form-group i.ti-pencil {
  top: 1px;
  height: 20px;
}

.booking textarea {
  font-weight: 500;
  height: 100px;
  padding-right: 25px;
}


.container_check .checkmark {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ribbon span.open::after,
.ribbon span.open::before {
  content: "";
  top: 100%;
  z-index: -1;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #5d8108;
}

input.qtyminus,
input.qtyplus {
  top: 1px;
  text-indent: -9999px;
  box-shadow: none;
}

.get_listed .tab {
  display: none;
}

.dropdown-menu-content {
  display: flex;
  margin-bottom: 10px;
}

.dropdown-menu-content label {
  display: block;
  flex: 1;
  line-height: 40px;
  color: #727b82;
}

.qty-buttons {
  height: 38px;
  display: inline-block;
  width: 140px;
}

input.qty {
  width: 100%;
  text-align: center;
  border: none !important;
  color: #495057;
  font-size: 1rem;
  height: 40px;
}

input.qtyminus,
input.qtyplus {
  position: absolute;
  width: 36px;
  height: 36px;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}

input.qtyplus {
  /* background: url(../img/plus.svg) center center no-repeat #f2f2f2; */
  right: 3px;
}

input.qtyminus {
  /* background: url(../img/minus.svg) center center no-repeat #f2f2f2; */
  left: 3px;
}

#qty_total {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  top: 0;
  left: 2px;
  height: 18px;
  width: 18px;
  background-color: #66676b;
  border-radius: 50%;
  color: #fff;
}

.rotate-x {
  animation-duration: 0.5s;
  animation-name: rotate-x;
}

@keyframes rotate-x {
  from {
    transform: rotateY(0);
  }

  to {
    transform: rotateY(360deg);
  }
}

ul.hotel_facilities {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

ul.hotel_facilities li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}

.room_type {
  padding: 10px 0 25px;
}

.accordion_2 .card-body,
.room_type.last {
  padding-bottom: 0;
}

.opening {
  background-color: rgba(0, 77, 218, 0.05);
  padding: 25px 25px 25px 80px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

#confirm,
.content-left {
  background-color: #f8f8f8;
}

.opening i {
  position: absolute;
  left: 25px;
  top: 25px;
  font-size: 2.25rem;
  color: #555;
}

.add_top_10,
.leaflet-top .leaflet-control,
.opening h4 {
  margin-top: 10px;
}

#cookie-bar p,
.opening ul,
ul.menu_list {
  padding: 0;
  margin: 0;
}

.opening ul li span {
  /* display: inline-block; */
  float: right;
}

ul.menu_list {
  list-style: none;
}

ul.menu_list li {
  padding: 5px 0 25px 120px;
  clear: both;
  font-size: 0.8125rem;
}

ul.menu_list li h6 {
  font-size: 0.875rem;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 5px;
}

ul.menu_list li .thumb {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 5px;
}

#pass-info,
a.social_bt {
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

ul.menu_list li .thumb img {
  width: 88px;
  height: auto;
  text-align: center;
}

.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: 700;
  color: #fff;
  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.open {
  background: #79a70a;
}

.ribbon span.open::before {
  position: absolute;
  left: 0;
  border-left: 3px solid #5d8108;
  border-right: 3px solid transparent;
}

.ribbon span.open::after {
  position: absolute;
  right: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid #5d8108;
}

.ribbon span.closed::after,
.ribbon span.closed::before {
  top: 100%;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #7d2528;
  position: absolute;
  content: "";
  z-index: -1;
}

.ribbon span.closed {
  background: #ca3b41;
}

.ribbon span.closed::before {
  left: 0;
  border-left: 3px solid #7d2528;
  border-right: 3px solid transparent;
}

.ribbon span.closed::after {
  right: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid #7d2528;
}

.row-height {
  height: 100%;
  padding-top: 58px;
}

.map-right {
  height: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}

.content-left {
  height: 100%;
  min-height: 100%;
  overflow-y: scroll;
}

#login_bg,
#register_bg {
  /* background: url(../img/access_bg.jpg) center center/cover no-repeat fixed #444;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; */
  min-height: 100vh;
  width: 100%;
}

/*#register_bg {
   background: url(../img/access_bg.jpg) center center/cover no-repeat fixed #444;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; 
}*/
#login figure,
#register figure {
  text-align: center;
  border-bottom: 1px solid #ededed;
  margin: 0 0 25px;
  padding: 0 0 25px;
}

#login aside,
#register aside {
  /* width: 480px; */
  -webkit-box-shadow: 0 0 5px -3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px -3px rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 6px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

#login aside form,
#register aside form {
  margin-bottom: 60px;
  display: block;
}

#login aside form .form-group input,
#register aside form .form-group input,
.sign-in-wrapper .form-group input.form-control,
.more_padding_left {
  padding-left: 40px;
}

.container_check,
.container_radio {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}

#login aside form .form-group i,
#register aside form .form-group i,
.sign-in-wrapper .form-group i {
  font-size: 1.3125rem;
  position: absolute;
  left: 12px;
  top: 34px;
  color: #ccc;
  width: 25px;
  height: 25px;
  display: block;
  font-weight: 400 !important;
}

#login aside .copy,
#register aside .copy {
  text-align: center;
  color: #999;
  font-weight: 500;
}

.access_social {
  margin-top: 45px;
}

a.social_bt.linkedin {
  background-color: #0077b5;
}

a.social_bt.linkedin:before {
  content: "\e09d";
}

#pass-info {
  width: 100%;
  margin-bottom: 15px;
  color: #555;
  text-align: center;
  font-size: 0.75rem;
  padding: 5px 3px 3px;
  -moz-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;
}

.container_check {
  display: block;
  font-size: 0.875rem;
  line-height: 1.4;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container_radio,
.step .nav-link {
  font-size: 0.9375rem;
  display: block;
}

.container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.container_check input:checked~.checkmark {
  border: 1px solid transparent;
}

.container_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #d2d8dd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  transition: 0.3s ease-in-out;
}

.container_radio .checkmark:after,
.search_bar_error input[type="submit"] {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.container_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container_radio {
  line-height: 1.3;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container_radio input {
  position: absolute;
  opacity: 0;
}

.container_radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.container_radio .checkmark:after {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  transition: 0.3s ease-in-out;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.step .nav-link {
  padding: 0 15px;
  height: 30px;
  color: #444;
}

.leaflet-control-attribution a,
.nav-link:focus,
.step .nav-link:hover {
  text-decoration: none;
}

.step .nav-link.disabled {
  color: #6c757d;
}

.step .nav-tabs {
  border: none;
  border-bottom: 2px solid #dee2e6;
}

.step .nav-tabs .nav-item {
  margin-bottom: -2px;
}

.step .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.box_general.summary ul li,
.payments ul li {
  border-bottom: 1px solid #ededed;
  margin-bottom: 8px;
}

.step .nav-tabs .nav-item.show .nav-link,
.step .nav-tabs .nav-link.active {
  border-bottom: 2px solid transparent;
  background-color: transparent;
}

.step .tab-content.checkout hr {
  margin: 10px 0;
}

.step h3:before {
  width: 0;
  height: 0;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 10px solid #f8f8f8;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

.step h3:after {
  width: 0;
  height: 0;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 10px solid #333;
  position: absolute;
  content: "";
  top: 0;
  right: -10px;
  z-index: 2;
}

.step h3 {
  padding: 10px 12px 10px 20px;
  background: #333;
  position: relative;
  margin-bottom: 15px;
  color: #fff;
  font-size: 1rem;
}

.step #forgot_pw {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.payments ul,
ul.list_ok {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.payments ul li a.info {
  /* display: inline-block; */
  float: right;
  color: #444;
}

.payments ul li a.info:after {
  font-family: themify;
  content: "\e718";
  position: relative;
  right: 0;
  top: 0;
  font-size: 0.9375rem;
}

.payment_info figure img {
  height: 20px;
  width: auto;
}

.payment_info p {
  font-size: 0.8125rem;
}

.box_general.summary {
  background-color: #fff;
  padding-bottom: 20px;
}

.box_general.summary ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.box_general.summary ul li {
  padding-bottom: 6px;
  font-weight: 500;
}

.box_general.summary ul li:last-child {
  font-weight: 700;
  border-bottom: none;
  color: red;
}

.box_general.summary label.container_check {
  font-size: 0.75rem;
  padding-top: 4px;
}

#confirm {
  text-align: center;
  padding: 60px 15px;
}

@-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: 0.25s ease-in-out 0.7s backwards checkmark;
  animation: 0.25s ease-in-out 0.7s backwards checkmark;
}

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

.box_account h3 {
  font-size: 1.3125rem;
  padding-left: 30px;
  height: 30px;
  padding-top: 5px;
  display: inline-block;
  margin-bottom: 15px;
}

/*  .box_account h3.client {
  background: url(../img/user.svg) center left no-repeat; 
}
.box_account h3.new_client {
   background: url(../img/new_user.svg) center left no-repeat; 
}*/
.box_account .form_container {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 25px;
  position: relative;
}

.box_account .form_container a.social_bt {
  margin-bottom: 0;
  min-width: inherit;
}

.add_top_20,
.booking_buttons,
.box_account .form_container .divider {
  margin-top: 20px;
}

.bg_color_1,
.box_account .form_container .divider span {
  background-color: #fff;
}

.box_account .form_container #forgot_pw {
  height: 100% !important;
  min-height: inherit;
  background-color: #fff;
  padding: 25px;
}

.cluster img,
.drp-selected {
  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-image: none !important;
}

.cluster-visible:before {
  border: 7px solid transparent;
  opacity: 0.2;
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: 2.5s infinite cluster-animation;
}

@keyframes cluster-animation {

  0%,
  100% {
    transform: scale(1.3) rotate(0);
  }

  50% {
    transform: scale(1.5) rotate(90deg);
  }
}

.map {
  width: 100%;
  height: 500px;
}

.map.map_single {
  height: 400px;
}

.infoBox {
  -webkit-animation: 0.9s fadeIn;
  animation: 0.9s fadeIn;
  padding-right: 50px;
}

.infoBox>img {
  position: absolute !important;
  right: 60px !important;
  top: 10px !important;
  z-index: 9999;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.marker_info {
  width: 240px;
  height: 270px;
  border-radius: 5px;
  text-align: left;
  background: #fff;
  position: relative;
  z-index: 999;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}

.leaflet-popup-content img,
.marker_info img {
  display: block;
  -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;
}

.marker_info h3 {
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 500;
  margin-top: 3px;
  color: #444;
}

.leaflet-popup-content em,
.marker_info em {
  display: inline-block;
  font-size: 0.75rem;
  color: #999;
  font-style: normal;
}

.leaflet-popup-content span,
.marker_info span {
  display: block;
  padding: 15px 20px 0;
  font-size: 0.8125rem;
  line-height: 1.2;
  color: #fff;
  position: relative;
}

.leaflet-popup-content span strong,
.marker_info span strong {
  display: block;
  font-weight: 500;
}

.marker_info:after {
  right: 100%;
  top: 56%;
  border: 12px solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent #fff transparent transparent;
  margin-top: -12px;
}

a.btn_infobox_detail {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 20px;
  height: 20px;
}

.btn_infobox_get_directions:before,
a.btn_infobox_detail:before,
a.btn_infobox_phone:before {
  font-style: normal;
  font-weight: 400;
  font-family: ElegantIcons;
  font-size: 1.25rem;
  cursor: pointer;
}

a.btn_infobox_detail:before {
  content: "\70";
  color: #ccc;
}

.btn_infobox_get_directions,
a.btn_infobox_phone {
  border: none;
  display: inline-block;
  font-weight: 500;
  background: 0 0;
  cursor: pointer;
  font-size: 0.8125rem;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  outline: 0;
}

.list_articles ul li,
.strip_booking,
ul#cat_nav li {
  border-bottom: 1px solid #ededed;
}

.btn_infobox_get_directions:before {
  font-size: 0.875rem;
  content: "\e080";
  position: absolute;
  left: 0;
  top: 0;
}

a.btn_infobox_phone:before {
  font-size: 14px;
  content: "\e090";
  position: absolute;
  left: 0;
  top: -2px;
}

span.infobox_rate {
  /* display: inline-block; */
  margin: -44px 0 0 -20px;
  float: left;
  background-color: #0054a6;
  padding: 5px 8px;
  font-weight: 500;
  text-align: left;
  font-size: 0.75rem;
}

#map_contact {
  width: 100%;
  height: 450px;
}

iframe#map_iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

.box_contacts {
  background-color: #f7f3f9;
  padding: 35px 25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 0.9375rem;
  box-shadow: 0 0 10px 0 #f7f3f9;
}

.box_contacts h4 {
  font-weight: 500;
  margin: 10px 0;
  font-size: 1.3125rem;
}

.box_contacts i {
  font-size: 2.875rem;
}

.box_contacts a:hover {
  text-decoration: underline;
}

.error_message {
  font-weight: 500;
  color: #e3464c;
}

#error_page {
  /* background: url(../img/pattern_1.svg) center bottom repeat-x #0054a6; */
  color: #fff;
}

#error_page .wrapper {
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), transparent);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#error_page h2 {
  margin-top: 30px;
  font-size: 8.75rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}

.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: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
}

.error.text-felid label {
  color: #f0151f;
}

.text-felid label {
  float: left;
  width: 100%;
}

.error.text-felid .react-tel-input input {
  border-color: #f0151f;
}

.box_style_cat,
a.box_topic {
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}

.search_bar_error input[type="submit"] {
  position: absolute;
  right: -1px;
  color: #222;
  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: #005826;
  transition: 0.3s ease-in-out;
}

.grid-gallery ul li figcaption,
.grid-gallery ul li figure img {
  width: 100%;
  height: 100%;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.grid-gallery ul {
  margin: 0 0 25px;
  padding: 0;
  width: 100%;
  text-align: center;
}

.grid-gallery ul li {
  display: inline-block;
  margin: -3px;
  padding: 0;
  min-height: 100%;
  width: 25%;
  background-color: #000;
  list-style: none;
}

.grid-gallery ul li figure {
  position: relative;
  overflow: hidden;
  margin: -3px;
}

.grid-gallery ul li figure img {
  transition: 0.3s ease-in-out;
}

.grid-gallery ul li figure:focus img,
.grid-gallery ul li figure: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);
}

.grid-gallery ul li figure:focus figcaption .caption-content,
.grid-gallery ul li figure:hover figcaption .caption-content {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.grid-gallery ul li figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15% 0;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 0.875rem;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.grid-gallery ul li figcaption .caption-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -100px;
  width: 200px;
  -webkit-transform: translate(0, 15px);
  -moz-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  -o-transform: translate(0, 15px);
  transform: translate(0, 15px);
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.grid-gallery ul li figcaption i {
  font-size: 1.875rem;
}

.grid-gallery ul li figcaption p {
  margin-bottom: 0;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 400;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: 0.3s ease-out;
}

.block-reveal img,
a.box_topic {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.box_style_cat {
  border: 1px solid #ededed;
  margin-bottom: 25px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}

.list_articles ul,
ul#cat_nav,
ul.list_3 {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#cat_nav li i {
  font-size: 1rem;
  margin: 2px 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: 0.6875rem;
  color: #999;
}

.hero_in form {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
}

a.box_topic {
  text-align: center;
  padding: 40px 30px 15px;
  display: block;
  transition: 0.3s ease-in-out;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  color: #555;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

a.box_topic:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

a.box_topic i {
  font-size: 3.75rem;
  color: #32a067;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background-color: rgba(50, 160, 103, 0.05);
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 15px;
}

.list_articles ul li {
  float: left;
  width: 20%;
  /* margin-right: 45px; */
  /* padding: 15px 0; */
  border-bottom: 0;
}

.list_articles ul li a {
  color: #555;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
}

.list_articles ul li a span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 45px;
}

.list_articles ul li:not(:nth-child(5n)) a {
  margin-right: 15px;
}

.list_articles ul li a:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.list_articles ul li i {
  margin-right: 8px;
  font-size: 1rem;
  /* position: relative;
  top: 2px; */
}

ul.list_3 li {
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
}

#forgot_pw label,
.nice-select .option.selected,
ul.list_3 li strong {
  font-weight: 500;
}

ul.list_3 li:before {
  font-family: fontello;
  content: "\ea3e";
  position: absolute;
  left: 0;
  top: 0;
}

.box_general {
  border: 1px solid #ededed;
  padding: 25px 25px 5px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}

.box_booking {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 25px;
  margin-bottom: 25px;
}

.strip_booking {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.strip_booking h3 {
  font-size: 1rem;
  text-transform: uppercase;
  position: relative;
  top: 10px;
  padding-left: 65px;
}

.strip_booking h3 span {
  color: #999;
  display: block;
  font-size: 11px !important;
}

.strip_booking .date {
  background-color: #f8f8f8;
  text-align: center;
  line-height: 1;
}

.strip_booking .date .month {
  background-color: #32a067;
  display: block;
  padding: 3px 0;
  color: #fff;
  text-transform: uppercase;
}

.strip_booking .date .day {
  padding: 15px;
  margin-top: 1px;
  color: #999;
  text-transform: uppercase;
  display: block;
  font-size: 0.75rem;
}

.strip_booking .date .day strong {
  font-size: 2rem;
  font-weight: 400;
  display: block;
  color: #32a067;
  margin-bottom: 3px;
}

.strip_booking h3.bars_booking:before,
.strip_booking h3.hotel_booking:before,
.strip_booking h3.restaurant_booking:before {
  font-style: normal;
  font-weight: 400;
  font-family: fontello;
  font-size: 1.5rem;
  color: #999;
  position: absolute;
  border: 1px solid #ededed;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: -10px;
  text-align: center;
  line-height: 50px;
}

.strip_booking h3.hotel_booking:before {
  content: "\ed72";
}

.strip_booking h3.restaurant_booking:before {
  content: "\ed80";
}

.strip_booking h3.bars_booking:before {
  content: "\ed54";
}

ul.info_booking {
  list-style: none;
  margin: 0;
  padding: 15px 25px 15px 0;
  font-size: 0.6875rem;
  color: #999;
  line-height: 12px;
  border-right: 1px solid #ededed;
  text-align: right;
}

ul.info_booking li strong {
  text-transform: uppercase;
  display: block;
  color: #555;
}

.btn_2,
.btn_3,
a.btn_2,
a.btn_3 {
  border: none;
  font-family: inherit;
  color: #fff;
  cursor: pointer;
  padding: 7px 8px;
  font-size: 0.6875rem;
  line-height: 9px;
  font-weight: 500;
  display: block;
  outline: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

.btn_2:hover,
.btn_3:hover,
a.btn_2:hover,
a.btn_3:hover {
  background: #005826;
  color: #fff;
}

.btn_3,
a.btn_3 {
  color: #999;
  background: #eee;
  min-width: 60px;
  text-align: center;
  margin-top: 3px;
}

.pac-container {
  margin-top: 5px;
  border-top: none !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  border-radius: 4px !important;
  color: #555;
  -webkit-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
}

.leaflet-image-layer,
.leaflet-layer,
.leaflet-map-pane,
.leaflet-marker-icon,
.leaflet-marker-pane,
.leaflet-marker-shadow,
.leaflet-overlay-pane,
.leaflet-overlay-pane svg,
.leaflet-popup-pane,
.leaflet-shadow-pane,
.leaflet-tile,
.leaflet-tile-container,
.leaflet-tile-pane,
.leaflet-zoom-box {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.leaflet-container img {
  max-width: none !important;
}

.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
}

.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-tile-pane {
  z-index: 2;
}

.leaflet-objects-pane {
  z-index: 3;
}

.leaflet-overlay-pane {
  z-index: 4;
}

.leaflet-shadow-pane {
  z-index: 5;
}

.leaflet-marker-pane {
  z-index: 6;
}

.leaflet-popup-pane {
  z-index: 7;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
  float: left;
  clear: both;
}

.leaflet-bottom,
.leaflet-top {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-fade-anim .leaflet-popup,
.leaflet-fade-anim .leaflet-tile {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

#toTop,
.closed .horizontal {
  opacity: 1;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated,
.leaflet-zoom-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.leaflet-clickable {
  cursor: pointer;
}

.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  background: #ddd;
  outline: 0;
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.leaflet-control,
.leaflet-popup-pane {
  cursor: auto;
}

.leaflet-dragging .leaflet-clickable,
.leaflet-dragging .leaflet-container {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

.leaflet-container a {
  color: #0078a8;
}

.leaflet-container a.leaflet-active {
  outline: orange solid 2px;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-control-zoom-out {
  font-size: 20px;
}

.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}

.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}

.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  /* background-image: url(images/layers.png); */
  width: 36px;
  height: 36px;
}

/* .leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px; 
}*/
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

.leaflet-container .leaflet-control-attribution {
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.circle-plus .horizontal,
.circle-plus .vertical {
  background-color: #999;
  top: 50%;
  position: absolute;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-layers {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.leaflet-popup {
  position: absolute;
  text-align: center;
}

.leaflet-popup-content {
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: #fff;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  font: 700 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  background: 0 0;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.closed .horizontal,
.closed .vertical {
  transition: 0.5s ease-in-out;
  transform: rotate(-90deg);
}

.marker-cluster-large,
.marker-cluster-medium,
.marker-cluster-small {
  background-color: transparent;
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}

.marker-cluster div {
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  margin-left: 5px;
  margin-top: 5px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  position: relative;
  border-radius: 50%;
}

.marker-cluster div:before {
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 7px solid transparent;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: 2.5s infinite cluster-animation;
}

.marker-cluster span {
  line-height: 36px;
}

.leaflet-popup-content-wrapper {
  text-align: left;
  width: 240px;
  height: 270px;
  padding: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  border-radius: 5px !important;
}

.leaflet-popup-content {
  margin: 0;
  position: relative;
}

.leaflet-popup-content h3 {
  font-size: 1rem;
  margin-bottom: 15px;
  line-height: 1.1;
  font-weight: 500;
  margin-top: 3px;
  color: #444;
}

.leaflet-popup-content span.infobox_rate {
  /* display: inline-block; */
  margin: -39px 0 0 -20px;
  float: left;
  background-color: #0054a6;
  padding: 5px 8px;
  font-weight: 500;
  text-align: left;
  font-size: 0.75rem;
}

.leaflet-container a.leaflet-popup-close-button {
  z-index: 9999;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 5px;
  right: 5px;
  padding: 0;
  line-height: 18px;
  text-align: center;
}

[data-star] {
  text-align: left;
  font-style: normal;
  display: inline-block;
  position: relative;
  unicode-bidi: bidi-override;
}

[data-star]::before {
  display: block;
  content: '★★★★★';
  color: #eee;
  font-size: 24px;
}

[data-star]::after {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  width: 0;
  color: #ff8c00;
  overflow: hidden;
  height: 100%;
  font-size: 24px;
}

[data-star^="0.1"]::after {
  width: 2%
}

[data-star^="0.2"]::after {
  width: 4%
}

[data-star^="0.3"]::after {
  width: 6%
}

[data-star^="0.4"]::after {
  width: 8%
}

[data-star^="0.5"]::after {
  width: 10%
}

[data-star^="0.6"]::after {
  width: 12%
}

[data-star^="0.7"]::after {
  width: 14%
}

[data-star^="0.8"]::after {
  width: 16%
}

[data-star^="0.9"]::after {
  width: 18%
}

[data-star^="1"]::after {
  width: 20%
}

[data-star^="1.1"]::after {
  width: 22%
}

[data-star^="1.2"]::after {
  width: 24%
}

[data-star^="1.3"]::after {
  width: 26%
}

[data-star^="1.4"]::after {
  width: 28%
}

[data-star^="1.5"]::after {
  width: 30%
}

[data-star^="1.6"]::after {
  width: 32%
}

[data-star^="1.7"]::after {
  width: 34%
}

[data-star^="1.8"]::after {
  width: 36%
}

[data-star^="1.9"]::after {
  width: 38%
}

[data-star^="2"]::after {
  width: 40%
}

[data-star^="2.1"]::after {
  width: 42%
}

[data-star^="2.2"]::after {
  width: 44%
}

[data-star^="2.3"]::after {
  width: 46%
}

[data-star^="2.4"]::after {
  width: 48%
}

[data-star^="2.5"]::after {
  width: 50%
}

[data-star^="2.6"]::after {
  width: 52%
}

[data-star^="2.7"]::after {
  width: 54%
}

[data-star^="2.8"]::after {
  width: 56%
}

[data-star^="2.9"]::after {
  width: 58%
}

[data-star^="3"]::after {
  width: 60%
}

[data-star^="3.1"]::after {
  width: 62%
}

[data-star^="3.2"]::after {
  width: 64%
}

[data-star^="3.3"]::after {
  width: 66%
}

[data-star^="3.4"]::after {
  width: 68%
}

[data-star^="3.5"]::after {
  width: 70%
}

[data-star^="3.6"]::after {
  width: 72%
}

[data-star^="3.7"]::after {
  width: 74%
}

[data-star^="3.8"]::after {
  width: 76%
}

[data-star^="3.9"]::after {
  width: 78%
}

[data-star^="4"]::after {
  width: 80%
}

[data-star^="4.1"]::after {
  width: 82%
}

[data-star^="4.2"]::after {
  width: 84%
}

[data-star^="4.3"]::after {
  width: 86%
}

[data-star^="4.4"]::after {
  width: 88%
}

[data-star^="4.5"]::after {
  width: 90%
}

[data-star^="4.6"]::after {
  width: 92%
}

[data-star^="4.7"]::after {
  width: 94%
}

[data-star^="4.8"]::after {
  width: 96%
}

[data-star^="4.9"]::after {
  width: 98%
}

[data-star^="5"]::after {
  width: 100%
}

.com_detail_cate {
  display: flex;
  flex-wrap: wrap;
}

.com_detail_cate li {
  margin: 2px;
}

.com_detail_cate li a {
  text-transform: capitalize;
  padding: 2px 4px;
  font-size: 14px;
  color: #555;
}

.opened .horizontal,
.opened .vertical {
  transition: 0.5s ease-in-out;
  transform: rotate(90deg);
}

.opened .horizontal {
  opacity: 0;
}

.circle-plus {
  height: 14px;
  width: 14px;
  display: block;
  position: relative;
  float: right;
  margin-top: 5px;
}

.circle-plus .horizontal {
  width: 14px;
  height: 2px;
  left: 50%;
  margin-left: -8px;
  margin-top: 0;
}

.circle-plus .vertical {
  width: 2px;
  height: 14px;
  left: 50%;
  margin-left: -2px;
  margin-top: -6px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.upload_logo {
    display: block;
    width: 100%;
    background-color: #fff;
    color: #777;
    margin-bottom: 10px;
    padding: .313rem .75rem;
    font-size: 14px;
    border-radius: 4px;
    line-height: 2;
    border: 1px solid #0002;
}
.form-control,
.form-select {
  font-size: 0.875rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #495057;
  border: 1px solid var(--borderColor);
  background-clip: border-box;
  display: flex;
  align-items: center;
}
.form-control:not(textarea, .custom-search-input-2 .form-control),
.form-select {
  height: 40px;
}
.form-control:focus,
.form-select:focus {
  border-color: var(--pri-color);
  box-shadow: none;
}

.nice-select,
.pagination .next,
.pagination .prev {
/*  font-size: 14px;*/
}

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

.box_1 {
  background-color: #121921;
  color: #fff;
  padding: 45px;
  opacity: 0;
}

.animated .box_1 {
  animation: 0.3s ease-in-out 0.3s forwards color;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
  backface-visibility: hidden;
}

.call_section {
  position: relative;
  color: #fff;
}

.call_section .wrapper {
  background-color: rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 22;
}

.call_section .box_how {
  text-align: center;
  position: relative;
}

.call_section .box_how h3 {
  color: #fff;
  font-size: 1.125rem;
}

.call_section .box_how i {
  font-size: 3.15rem;
  margin-bottom: 8px;
  color: var(--sec-color);
}

.site_breadcrumb .breadcrumb-item.active {
  color: #555;
}

.hero_in .bg-overlay img {
  width: 100%;
}

/*.call_section.pattern {
   background: url(../img/pattern.svg) center center fixed #004dda; 
}
.call_section.image_bg {
   background: url(../img/bg_call_section.jpg) center center/cover no-repeat
    fixed #004dda;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; 
}*/
.nice-select,
.nice-select .list {
  background-color: #fff;
  box-sizing: border-box;
}

.call_section.image_bg .wrapper {
  background-color: rgba(0, 0, 0, 0.8);
}

#hero-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.clear:after,
.clear:before,
.pagination:after,
.pagination:before {
 /* content: "";
  display: table;*/
}

.clear:after,
.pagination:after {
  clear: both;
}

.pagination__wrapper {
  height: 50px;
  padding-top: 10px;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.pagination__wrapper:before {
  top: -1px;
}

.pagination__wrapper:after {
  bottom: -1px;
}

@keyframes hoverAnimation {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.pagination {
 /* display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;*/
}

.pagination li {
/*  display: block;
  float: left;
  padding: 5px;*/
}

.pagination a,
.pagination span {
 /* background: 0 0;
  border: none;
  border-radius: 50%;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  padding: 0;*/
}

.pagination a {
  /*outline: 0;
  position: relative;
  transition: 170ms linear;*/
}

.pagination a:before {
  /*background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  content: "";
  cursor: pointer;
  height: 0;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: 170ms linear;
  top: 50%;
  width: 0;*/
}

.pagination a:hover:not(.active) {
/*  color: #000;*/
}

.pagination a:hover:not(.active):before {
  /*animation: 510ms linear forwards hoverAnimation;
  height: 40px;
  width: 40px;*/
}
.pagination .page-link {
  color:var(--pri-color);
}
.pagination .page-link:focus{
  box-shadow: none;
}
.pagination .page-item.active .page-link {
  background-color: var(--pri-color);
  border-color: var(--pri-color);
}

.pagination a.active {
  /*color: #fff;
  cursor: default;*/
}

.box_faq {
  position: relative;
  padding-left: 50px;
}

.box_faq i {
  font-size: 2.25rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #999;
}

.custom-select-form .nice-select {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d2d8dd;
  height: 45px;
  line-height: 42px;
}

.custom-select-form .nice-select.open,
.custom-select-form .nice-select:active,
.custom-select-form .nice-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

ul.share-buttons {
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 0 0 25px;
}

ul.share-buttons li {
  display: inline-block;
  margin: 0 5px 5px;
}

ul.share-buttons li a {
  background: #fff;
  border: 1px solid #ededed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.8125rem;
  padding: 7px 20px;
  transition: 0.3s;
  display: inline-block;
  line-height: 17px;
  font-weight: 500;
}

ul.share-buttons li a.fb-share {
  color: #3b5998;
}

ul.share-buttons li a.fb-share:hover {
  background: #3b5998;
  color: #fff;
  border-color: #3b5998;
}

ul.share-buttons li a.gplus-share {
  color: #dd4b39;
}

ul.share-buttons li a.gplus-share:hover {
  background: #dd4b39;
  color: #fff;
  border-color: #dd4b39;
}

ul.share-buttons li a.twitter-share {
  color: #1da1f2;
}

ul.share-buttons li a.twitter-share:hover {
  background: #1da1f2;
  color: #fff;
  border-color: #1da1f2;
}

ul.share-buttons li i {
  font-size: 1rem;
  position: relative;
  right: 3px;
  top: 2px;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  border-radius: 3px;
  border: none;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-weight: 400;
  height: 50px;
  line-height: 48px;
  outline: 0;
  padding-left: 15px;
  padding-right: 27px;
  position: relative;
  text-align: left !important;
  transition: 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  color: #555;
  padding-top: 2px;
}

#cookie-bar,
#toTop,
.divider,
a.social_bt {
  text-align: center;
}

.nice-select:hover {
  border-color: #8c8c8c;
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 8px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: 0.15s ease-in-out;
  width: 8px;
}

.nice-select.open:after {
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #9e9e9e;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #ccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: -1px !important;
  right: -1px !important;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  margin-top: 4px;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-25px);
  transition: 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9999;
  height: 23vh;
  overflow: auto;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .list::-webkit-scrollbar {
  width: 14px;
  height: 18px;
}

.nice-select .list::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid transparent;
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05),
    inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.nice-select .list::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.nice-select .list::-webkit-scrollbar-corner {
  background-color: transparent;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 38px;
  list-style: none;
  min-height: 38px;
  outline: 0;
  padding-left: 15px;
  padding-right: 26px;
  text-align: left;
  transition: 0.2s;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: #f6f6f6;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

#toTop {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 9999;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  font-size: 21px;
  color: #fff;
  cursor: pointer;
}

#cookie-bar,
a#forgot {
  font-size: 0.8125rem;
  font-weight: 500;
}

#toTop:after {
  content: "\e899";
  font-family: fontello;
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}

.accordion_2 .card,
.accordion_2 .accordion-item {
  border: 0;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}

.accordion_2 .card .card-header,
.accordion_2 .accordion-item .accordion-header button {
  background-color: #fff;
  padding: 20px;
}

.accordion_2 .accordion-button:not(.collapsed) {
  color: #179506;
}

.accordion_2 .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23179506'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.accordion_2 .accordion-item .accordion-header button:focus {
  box-shadow: none;
}

.accordion_2 .accordion-item .accordion-header .accordion-button:not(.collapsed):focus {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion_2 .card-header h5 a {
  border: 0;
  display: block;
  color: #999;
}

ul.bullets li:before,
ul.list_ok li:before {
  color: #32a067;
  left: 0;
  font-family: ElegantIcons;
  position: absolute;
}

.accordion_2 .card-header h5 a i.indicator {
  font-size: 1.125rem;
  font-weight: 400;
  float: right;
}

.card {
  /*border-radius: 0;
  border: 0;*/
  margin-bottom: 5px;
}

ul.list_ok li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

ul.list_ok li:before {
  content: "\52";
  top: -5px;
  font-size: 1.125rem;
}

ul.bullets {
  line-height: 1.8;
  margin: 0;
  padding: 0;
}

ul.bullets li {
  position: relative;
  padding-left: 23px;
}

ul.bullets li:before {
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  content: "\e052";
  top: 0;
}

.add_bottom_45 {
  margin-bottom: 45px;
}

.add_bottom_60 {
  margin-bottom: 60px;
}

.add_bottom_75 {
  margin-bottom: 75px;
}

.add_top_15 {
  margin-top: 15px;
}

.add_top_30 {
  margin-top: 30px;
}

.add_top_60 {
  margin-top: 60px;
}

.nomargin_top {
  margin-top: 0;
}

.nomargin,
.nopadding {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

.margin_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.margin_30_5 {
  padding-top: 30px;
  padding-bottom: 5px;
}

.margin_60,
.dashboard_page {
  padding-top: 60px;
  padding-bottom: 60px;
}

.margin_60_35 {
  padding-top: 60px;
  padding-bottom: 35px;
}

.margin_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sec_02 {
  background-color: #d5d5d521;
}

/* Mobile Dropdown css */
.mob_dropdown .btn,
.mob_dropdown .btn:active {
  padding: 0;
  border-radius: 0;
  background-color: transparent !important;
  border-color: transparent !important;
  color: #222 !important;
  font-size: 14px;
}

.mob_dropdown:not(.show) {
  padding-bottom: 10px;
}

.mob_dropdown .dropdown-item {
  font-size: 14px;
}

.mob_dropdown .dropdown-item:active {
  background-color: transparent;
  color: #222;
}

.mob_dropdown .dropdown-menu {
  position: relative !important;
  transform: none !important;
}

/* Custom Scroller */
.customscroller::-webkit-scrollbar {
  width: 4px;
  max-height: 300px;
}

/* Track */
.customscroller::-webkit-scrollbar-track {
  background: #f0f0f0;
}

/* Handle */
.customscroller::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

.contentimg img {
  width: 100%;
}

@media (max-width: 991px) {

  #results h4,
  #results_map_view h4 {
    margin: 5px 0 0;
  }

  .strip.list_view .wrapper {
    min-height: inherit;
    position: relative;
  }

  .box_style_cat,
  .strip.map_view a.address {
    display: none;
  }

  .strip.map_view figure {
    height: 165px;
  }

  .strip.map_view figure a img {
    max-width: inherit;
    height: 210px;
    width: auto;
  }

  .strip.map_view .wrapper {
    min-height: 90px;
    padding-right: 45px;
  }

  .box_list figure small {
    right: 15px;
    top: 15px;
  }

  .box_list figure {
    min-height: 220px;
    max-height: 220px;
    height: 220px;
  }

  .box_list figure a img {
    max-width: inherit;
    height: 450px;
    width: auto;
  }

  #list_sidebar .box_list .wrapper,
  .box_list .wrapper {
    min-height: inherit;
  }

  #list_sidebar .box_list figure {
    min-height: 200px;
    max-height: 200px;
    height: 200px;
  }

  #list_sidebar .box_list figure a img {
    max-width: 100%;
    height: auto;
    width: inherit;
  }

  .search_mob a,
  a.btn_search_mobile {
    display: block;
  }

  #review_summary {
    margin-bottom: 15px;
  }

  .booking .dropdown {
    height: inherit;
  }



  .full-height {
    height: auto;
  }

  .row-height {
    height: auto;
    padding-top: 48px;
  }

  .map-right {
    height: 400px;
    position: static;
    min-height: inherit;
  }

  .content-left {
    padding-top: 0;
  }

  .step {
    margin-bottom: 35px;
  }

  .box_account .form_container a.social_bt {
    margin-bottom: 5px;
  }

  #map_contact {
    height: 350px;
  }

  iframe#map_iframe {
    height: 400px;
  }

  .grid-gallery ul li {
    width: 50%;
  }

  .margin_80 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.margin_80_55 {
  padding-top: 80px;
  padding-bottom: 55px;
}

.icon_text {
  color: #fff;
}

.sticky .icon_text {
  color: #444;
}

@media screen and (min-width: 35em) {
  .gl-star-rating .gl-star-rating--stars>span {
    --gl-star-size: 30px
  }

  .gl-star-rating .gl-star-rating--stars[aria-label]:after {
    --gl-tooltip-padding: .75em 1em
  }
}

@media screen and (min-width: 42em) {
  .gl-star-rating .gl-star-rating--stars>span {
    --gl-star-size: 36px
  }
}

@media screen and (min-width: 50em) {
  .gl-star-rating .gl-star-rating--stars>span {
    --gl-star-size: 42px
  }
}

@media (max-width: 991px) {
  .margin_80_55 {
    padding-top: 60px;
    padding-bottom: 35px;
  }

}

.margin_80_0 {
  padding-top: 80px;
}

@media (max-width: 991px) {
  .margin_80_0 {
    padding-top: 60px;
  }
}

.margin_30_95 {
  padding-top: 30px;
  padding-bottom: 95px;
}

@media (max-width: 991px) {
  .margin_30_95 {
    padding-top: 15px;
    padding-bottom: 35px;
  }

  .hidden_tablet {
    display: none !important;
  }
}

.main_banner {
  background-size: cover;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}
.city_banner {
    height:auto;
}
.city_banner,
.com_detail {
  background-color: var(--sec-color);
}
.city_banner p {
  margin-bottom: 0;
  color:#fff;
  text-align: center;
}

.city_banner h1,
.com_detail h1 {
  line-height: normal;
}

.main_banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0006;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.main_banner .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  h1.main_title_in {
    font-size: 1.5rem;
  }
  .slect_div, .slect_div2 {
    margin-bottom: 10px;
  }
  .custom-search-input-2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
    text-align: left;
  }
  .custom-search-input-2 .select2-container .select2-selection--single{
    height: 100%;
  }
  .sub_header_in h1 {
    font-size: 1.125rem;
  }
  .custom-search-input-2 button.w-full.btn-submit-new {
    height: 35px;
  }
  .slect_div2 .select2-container--default .select2-selection--single, .slect_div .select2-container--default .select2-selection--single,
  .custom-search-input-2 button.w-full.btn-submit-new{
    border-radius: var(--site-Radius);
  }
  footer h4 {
    cursor: pointer;
    /* border-bottom: 1px solid #ededed; */
    display: block;
    /*margin: 0;*/
  }

  footer hr {
    display: none;
  }

  footer #newsletter,
  footer ul:not(.links, .contacts, .footer_top_cities) {
    padding-top: 15px;
  }

  ul#footer-selector {
    margin-top: 30px;
  }

  ul#footer-selector li:last-child {
    margin-top: 5px;
  }

  .hero_single .wrapper h3 {
    font-size: 1.4375rem;
  }

  #hero_video .wrapper h3,
  .hero_single.version_2 .wrapper h1,
  .hero_single.version_2 .wrapper h3,
  .hero_single.version_4 .wrapper h3,
  .hero_single.version_5 .wrapper h3 {
    font-size: 1.375rem;
  }

  #custom-search-input .search-query {
    padding-left: 15px;
  }

  #custom-search-input input[type="submit"],
  .custom-search-input-2.inner input[type="submit"] {
    text-indent: -999px;
    /* background: url(../img/search.svg) center center no-repeat #004dda; */
  }

  a.grid_item,
  a.grid_item figure {
    height: 180px;
  }

  a.grid_item.small {
    height: 170px;
  }

  a.grid_item.small figure {
    height: 170px !important;
  }

  .switch-field label {
    min-width: inherit;
  }

  .secondary_nav ul li:last-child {
    display: inline-block;
  }

  .margin_60_35 {
    padding-top: 30px;
    padding-bottom: 5px;
  }

  .margin_80 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .margin_80_55 {
    padding-top: 45px;
    padding-bottom: 15px;
  }

  .margin_80_0 {
    padding-top: 30px;
  }

  .margin_30_95 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.animated .block-reveal {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.block-horizzontal,
.block-vertical {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.animated .block-horizzontal {
  animation: 1s ease-in-out forwards reveal_left_to_right;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background: #0054a6;
}

.animated .block-vertical {
  animation: 1s ease-in-out forwards reveal_top_to_bottom;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background: #0054a6;
}

.block-reveal img {
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.animated .block-reveal img {
  animation: 0.5s ease-in-out 0.5s forwards color;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

@keyframes reveal_left_to_right {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  50% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes reveal_top_to_bottom {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes color {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#cookie-bar {
  background: rgba(0, 0, 0, 0.8);
  height: auto;
  line-height: 24px;
  color: #eee;
  padding: 15px 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;
}

#cookie-bar .cb-enable {
  background: #32a067;
}

#cookie-bar .cb-enable:hover,
#cookie-bar .cb-policy:hover {
  background: #fff;
  color: #0054a6;
}

#cookie-bar .cb-disable {
  background: #900;
}

#cookie-bar .cb-disable:hover {
  background: #b00;
}

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}

#sign-in-dialog {
  background: #fff;
  padding: 0 30px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

#lang-dialog .mfp-close,
#sign-in-dialog .mfp-close {
  color: #666;
  background-color: #e4e4e4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 12px;
  right: 20px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

#lang-dialog .mfp-close:hover,
#sign-in-dialog .mfp-close:hover {
  color: #fff;
  background-color: #66676b;
}

#sign-in-dialog .mfp-close:before {
  font-size: 24px;
  font-family: ElegantIcons;
  content: "\4d";
}

.small-dialog-header {
  font-size: 18px;
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
  top: 0;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px 4px;
  border-radius: 4px;
  display: inline-block;
  background-color: #f6f6f6;
  padding: 18px 20px 15px;
  margin-bottom: 30px;
}

.small-dialog-header h3 {
  padding: 0;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
}

.my-toggle {
  background: #fff;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #888;
  cursor: pointer;
  font-size: 0.625rem;
  font-weight: 700;
  margin-right: 5px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.my-toggle:focus,
.my-toggle:hover {
  background-color: #eee;
  color: #555;
  outline: transparent;
}

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

.checkboxes label {
  color: #999;
  margin-top: 5px;
}

a#forgot {
  color: #999;
}

#forgot_pw {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  min-height: 430px;
  display: none;
  padding: 25px;
}

@media (max-width: 767px) {

  .reccomended,
  .opening h4 {
    margin-top: 0;
  }

  .owl-theme .owl-dots {
    margin-top: 0 !important;
    margin-bottom: 20px;
  }

  a.box_news {
    min-height: inherit;
    padding-left: 0;
  }

  a.box_news figure {
    position: relative;
    width: auto;
  }

  a.box_news figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  a.box_news h4 {
    margin-bottom: 5px;
  }

  #forgot_pw,
  a.box_news ul {
    padding: 0;
  }

  a.box_feat,
  a.box_topic {
    padding: 20px 20px 0;
  }

  #carousel {
    margin-bottom: 30px;
  }

  #results {
    padding: 12px 0;
  }

  #results h4,
  #results_map_view h4 {
    margin: 3px 0 0;
  }

  .filters_listing ul li:nth-child(3),
  .filters_listing.version_2 ul li:nth-child(2),
  .opening i,
  .strip.map_view .score span {
    display: none;
  }

  .filters_listing ul li:nth-child(4) {
    margin-right: 0;
  }

  .filters_listing.version_2 ul li:nth-child(3) {
    display: block;
    margin-right: 0;
  }

  .box_list figure a img,
  .hero_in:not(.cate_details),
  .hero_in.hotels_detail:not(.cate_details),
  .hero_in.restaurant_detail,
  .hero_in.shop_detail,
  .strip.list_view figure a img {
    height: 350px;
  }

  .strip.map_view .score {
    position: relative;
    top: 3px;
  }

  .strip.map_view .wrapper h3 {
    font-size: 1rem;
  }

  #search_mobile {
    width: 100%;
    padding: 45px 30px 30px;
  }

  #carousel_in .owl-dots {
    bottom: 0;
  }

  .reviews-container .review-box {
    padding-left: 0;
  }

  .reviews-container .rev-thumb {
    position: static;
    margin-bottom: 10px;
  }

  .room_type h4 {
    margin-top: 25px;
  }

  .opening {
    padding: 15px;
  }

  #login figure,
  #register figure {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }

  /* #login aside,
  #register aside {
    width: 100%;
    padding: 30px;
    left: 0;
    margin: 0;
  } */
  .access_social {
    margin-top: 30px;
  }

  .step h3:after,
  .step h3:before {
    border: none;
  }

  .step h3 {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
  }

  #error_page {
    background-size: auto 300px;
    padding: 0;
    height: 500px;
  }

  #error_page h2 {
    font-size: 4.5rem;
  }

  #error_page p {
    font-size: 1.125rem;
  }

  .grid-gallery ul li {
    width: 100%;
    min-height: 100%;
    float: none;
  }

  .strip_booking h3 {
    margin: 15px 0;
  }

  #toTop,
  .hidden_mobile {
    display: none !important;
  }

  .margin_60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #cookie-bar a {
    display: block;
    max-width: 150px;
    margin: auto auto 5px;
  }

  #cookie-bar {
    padding: 5px 0;
  }
}

.sign-in-wrapper {
  position: relative;
  height: 100%;
}

a.social_bt {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  min-width: 200px;
  margin-bottom: 15px;
  display: block;
  padding: 12px;
  line-height: 1;
  position: relative;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 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;
}

.divider {
  height: 1px;
  margin: 30px 0 20px;
  background-color: #e1e8ed;
}

.divider span {
  position: relative;
  top: -20px;
  background-color: #fff;
  display: inline-block;
  padding: 10px;
  font-style: italic;
}

.mfp-bottom-bar {
  padding: 0 10px !important;
}

.mfp-counter {
  right: 10px !important;
  color: #fff !important;
}

.mfp-bg {
  opacity: 0.8 !important;
}

.applyBtn.btn.btn-sm.btn-primary {
  border: 0;
}

#style-switcher {
  background: #fff;
  width: 205px;
  position: fixed;
  top: 205px;
  z-index: 99;
  left: -205px;
  border-radius: 0 0 4px;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.175);
}

#style-switcher h3 {
  color: #fff;
  font-size: 13px;
  margin: 10px 0;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}

#style-switcher ul {
  list-style: none;
  padding: 0;
  margin-bottom: 22px;
}

#style-switcher div {
  padding: 6px 18px;
}

#style-switcher h6 {
  background: #f8f8f8;
  color: #333;
  font-size: 14px;
  line-height: 46px;
  padding: 0 0 0 20px;
  margin-top: 0;
  font-weight: 500;
}

#style-switcher h6 a {
  background-color: #f8f8f8;
  display: block;
  height: 46px;
  position: absolute;
  right: -46px;
  top: 0;
  width: 46px;
  border-radius: 0 4px 4px 0;
  font-size: 22px;
  color: #fff;
  text-align: center;
}

#style-switcher h6 a i {
  position: relative;
  top: 4px;
  color: #333;
}

.colors {
  list-style: none;
  margin: 0 0 10px;
  overflow: hidden;
}

.colors li {
  float: left;
  margin: 4px 2px 0;
}

.colors li a {
  display: block;
  width: 17px;
  height: 17px;
  cursor: pointer;
  border-radius: 3px;
}

.aqua {
  background: #1cbbb4;
}

.green_switcher {
  background: #82ca9c;
}

.orange {
  background: #f7941d;
}

.beige {
  background: #bea882;
}

.gray {
  background: #555;
}

.green-2 {
  background: #18a84c;
}

.navy {
  background: #4a5d7d;
}

.peach {
  background: #faaa5d;
}

.purple {
  background: #6449e7;
}

.red {
  background: #f0151f;
}

.violet {
  background: #909;
}

.colors li a.active {
  box-shadow: 0 0 0 2px #fff inset;
}

@media only screen and (max-width: 1024px) {
  #style-switcher {
    display: none;
  }
}

/* Blog Css */

article.blog {
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 6px 6px;
}

.article.blog .post_info {
  border-radius: 0 0 6px 6px;
}

article.blog figure {
  height: 260px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  margin: 0px;
  padding: 0px;
  border-radius: 6px 6px 0 0;
}

@media (max-width: 991px) {
  article.blog figure {
    height: 210px
  }
  #sidebar.active {
  margin-left: 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  height: 100%;
}

#sidebar {
  margin-left: -275px;
  /*margin-right: 1.6em;*/
  width: 100%;
  display: none;
}
}

@media (max-width: 767px) {
  article.blog figure {
    height: 220px
  }
}

article.blog 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
}

article.blog 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 10px
}

article.blog 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)
}

article.blog figure img {
  -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);
  -moz-transition: 0.3s;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: auto;
  max-height: 400px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  object-fit: cover;
}

article.blog figure img:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1)
}

@media (max-width: 991px) {
  article.blog figure img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    transform:none !important;
  }
}

article.blog .post_info {
  padding: 20px 30px 30px 30px;
  box-sizing: border-box
}

article.blog .post_info small {
  font-weight: 600;
  color: #999;
  font-size: 0.8125rem;
  display: inline-block;
  margin-bottom: 8px;
}

article.blog .post_info h2 {
  font-size: 1.3125rem
}

article.blog .post_info h2 a {
  color: #333
}

article.blog .post_info ul {
  padding: 20px 0 0;
  margin-bottom: 0;
  border-top: 1px solid #ededed
}

article.blog .post_info ul li {
  display: inline-block;
  position: relative;
  padding: 12px 0 0 50px;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  color: #999
}

article.blog .post_info ul li .thumb {
  width: 40px;
  height: 40px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0
}



.alignleft {
  float: left;
  margin: 0 15px 10px 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: relative
}

.alignleft 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%)
}

.comments-list {
  padding: 0;
  list-style: none
}

.comments-list h3 {
  font-size: 14px;
  padding: 0 0 0;
  margin-bottom: 0;
  margin-top: 5px;
  text-transform: capitalize;
  letter-spacing: 0
}

.comments-list h3 a {
  color: #555
}


.comments-list li {
  margin-bottom: 10px;
  display: table;
  width: 100%
}

.comments-list li:last-child {
  margin-bottom: 0
}

.comments-list small {
  color: #555
}

.widget-title {
  padding: 15px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd
}

.widget-title h4 {
  padding: 0;
  margin: 0;
  font-weight: 500;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem
}

.widget {
  position: relative;
  display: block;
  margin-bottom: 15px
}

.widget ul.cats {
  list-style: none;
  padding: 0
}

.widget ul.cats li {
  padding: 0 0 5px 2px;
  position: relative;
  font-weight: 500
}

.widget ul.cats a {
  color: #555
}


.widget ul.cats a span {
  position: absolute;
  right: 0
}

.tags a {
  background-color: #f0f0f0;
  padding: 3px 10px;
  font-size: 13px;
  margin: 0 0 4px;
  letter-spacing: 0.4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  color: #333
}

.tags a:hover {
  color: #fff
}

.search_blog .form-group {
  position: relative
}

.search_blog .form-group input[type="submit"] {
  border: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #004dda;
  color: #fff;
  font-weight: 500;
  height: 32px;
  padding: 0 10px;
  -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
}

.search_blog .form-group input[type="submit"]:hover {
  background-color: #0054a6
}

.singlepost {
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 25px;
  -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)
}

.singlepost figure {
  margin: 0;
}

.singlepost figure img {
  border-radius: 6px 6px 0 0;
}

.singlepost h1 {
  font-size: 28px;
  font-size: 1.75rem
}

.post-content {
  padding: 30px 30px 2px;
}

@media (max-width: 767px) {
  .singlepost h1 {
    font-size: 21px;
    font-size: 1.3125rem
  }
}

.singlepost p {
  line-height: 1.8
}



.postmeta ul {
  padding: 0;
  margin: 0;
  margin-bottom: 10px
}

.postmeta ul li {
  display: inline-block;
  margin: 0 15px 5px 0
}

.postmeta ul li a {
  color: #777
}

.wikihow {
  padding: 20px 16px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
}

.wikihow_img {
  margin-bottom: 10px;
}

.wikihow_img img {
  border-radius: 6px;
}

.wikihow_content h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.dropcaps p:first-child::first-letter {
  color: #fff;
  float: left;
  font-size: 64px;
  font-size: 4rem;
  line-height: 1;
  margin: 10px 15px 0 0 !important;
  padding: 12px
}

#comments {
  padding: 10px 0 0px 0;
  margin-bottom: 30px
}

#comments ul {
  padding: 0;
  margin: 0;
  list-style: none
}

#comments ul li {
  padding: 25px 0 0 0;
  list-style: none
}

#comments .replied-to {
  margin-left: 35px
}

@media (max-width: 767px) {
  #comments .replied-to {
    margin-left: 20px
  }
}

.avatar {
  float: left;
  margin-right: 25px;
  width: 68px;
  height: 68px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: relative
}

@media (max-width: 767px) {
  .avatar {
    float: none;
    margin: 0 0 5px 0
  }
}

.avatar img {
  width: 68px;
  height: auto;
  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%)
}

.comment_right {
  display: table;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 20px 20px 0 20px;
  position: relative;
  border: 1px solid #ededed
}

.comment_right:after,
.comment_right:before {
  right: 100%;
  top: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px
}

.comment_right:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 15px;
  margin-top: -15px
}

.comment_right:before {
  border-color: transparent;
  border-width: 16px;
  margin-top: -16px;
  border-right-color: #ededed
}

.comment_info {
  padding-bottom: 7px
}

.comment_info span {
  padding: 0 10px
}



/*================*/

.selection_felid select,
.text_felid input {
  width: 100%;
  border-radius: 5px;
  padding: 5px 15px;
  background-color: #fff;
  height: 40px;
  border: 1px solid #ccc;
}

.text_felid {
  margin-bottom: 15px;
}

.text_felid input:disabled,
.text_felid2.disabled {
  background-color: #0001;
}

.text_felid2 input:disabled {
  background-color: transparent;
}

.text_felid2 {
  border: 1px dashed #ccc;
  border-radius: 5px;
}

.text_felid2 input {
  border: 0;
  border-radius: 5px 0 0 5px !important;
  padding-left: 6px;
}

.text_felid textarea:focus,
.text_felid input:focus {
  border-color: #29358d;
}

/*=================*/

.text-felid.error label,
.selection_felid.error label,
.text_felid.error label,
.error.mb-0 label {
  color: #dc3545;
  margin-bottom: 4px;
}

.text_felid.error textarea,
.text_felid.error input:not(.text_felid2.error input),
.text_felid2.error {
  border: 1px solid #dc3545;
}

.text_felid2.error {
  border-style: dashed;
}

.selection_felid.error>div {
  border: 1px solid #dc3545;
  border-radius: 5px;
  padding-bottom: 0;
}

/*==========*/
.tag_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  /* background-color: #f6f6f6; */
  padding: 0px;
  margin-top: 5px;
  flex-wrap: wrap;
}

.tag {
  background-color: #999;
  color: #fff;
  padding: 2px 5px 2px 5px;
  border-radius: 4px;
  margin: 2px;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.tag span {
  font-weight: 400;
  display: inline-block;
  font-size: 13px;
}

.tag small {
  background-color: transparent;
  color: #fff;
  border-radius: 30px;
  line-height: normal;
  width: 100%;
  font-weight: 400;
  height: 100%;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
  font-size: 12px;
  flex: 0 0 0;
}

.react-tel-input {
  float: left;
  width: 100%;
}

.react-tel-input input {
  height: calc(2.34rem + 2px);
  border-color: #ccc;
  width: 100%;
}

.react-tel-input .form-control {
  width: 100% !important;
  height: 39px;
}

.selection_felid>div>button {
  padding: 3.6px 10px 3.6px 3px;
  font-size: 14px !important;
  color: #777;
}

.radio-group label {
  margin-bottom: 8px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  color: #333;
}

.radio-group label {
  display: block;
  cursor: pointer;
}

.radio-group span:before {
  content: "";
  display: inline-block;
  vertical-align: -0.25em;
  height: 1rem;
  width: 1rem;

  border: 1px solid #ccc;
  margin-right: 6px;
  background-color: #fff;
}

.radio-group:not(.checkbox-group) span:before {
  border-radius: 50%;
}

.radio-group:not(.checkbox-group) input:checked+span:before {
  background-image: radial-gradient(circle closest-side,
    #28a745 0%,
    #28a745 55%,
    transparent 50%,
    transparent 100%);
}

.checkbox-group input:checked+span:before {
  content: '\e987';
  font-family: fontello;
  vertical-align: middle;
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.radio-group input:disabled+span {
  opacity: 0.5;
}

.radio-group input:disabled:checked+span:before {
  background-image: radial-gradient(circle closest-side,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    transparent 50%,
    transparent 100%);
}

.radio-group input[type="radio"],
.radio-group input[type="checkbox"] {
  display: none;
}

.radio-group:before,
.radio-group:after {
  content: "";
  display: table;
}

.radio-group:after {
  clear: both;
}

.radio-group label {
  float: left;
  cursor: pointer;
}

.radio-group span {
  font-weight: 500;
}

.radio-group>div:not(:last-child) span {
  margin-right: 15px;
}

.jodit-workplace {
  overflow: hidden;
  overflow-y: auto;
  min-height: 220px !important;
}

.jodit_editor_scroll:not(.jodit_fullsize-box_true) .jodit-workplace {
  height: 220px !important;
}

.selection_felid>div {
  background-color: #fff;
}

.Image-error label {
  border-color: #f0151f;
}

.selection_felid {
  margin-bottom: 15px;
}

.Image-error span:not(.icon-upload-cloud) {
  background-color: #f0151f;
}

.stsearch-box input {
  border: none;
  height: 30px;
  border-radius: 4px;
}

.stsearch-box input:focus {
  outline: none;
}

.stdropdown-input.stsearch-box {
  /* padding: 0px; */
  background-color: #fff;
  border-radius: 4px;
}

img.img-fluid {
  width: 100%;
  height: auto;
}

.my_row {
  position: relative;
}

.my_row::after {
  content: '';
  position: absolute;
  bottom: 12px;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  background-color: #0001;
  left: 0;
  right: 0;
}

.my_row:not(:last-child):after {
  height: 1px;
}

/* 404 Page CSS Start */

.error_page {
  text-align: center;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.error_page_large {
  font-size: 300px;
  color: #cacaca36;
  font-weight: 600;
  line-height: normal;
  line-height: 1.2;
}

.error_page_small {
  font-size: 250px;
  background: -webkit-linear-gradient(#339c25, #25d40e);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  right: 0;
  z-index: 1;
  line-height: normal;
}

.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes spin {
  0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@media only screen and (min-width: 992px) {
  .my_listing_dash .col-lg-10 > div.flex > div:first-child {
    width: calc(90% - 10%);
  }
  .feature_body{
    padding: 20px;
  }
  .feature_title a {
    font-size: 20px;
  }
  .listing_logo:not(.listing_logo_v2) {
    margin: 12px 0 5px;
  }
  .listing_web {
    margin-top: 8px;
  }
  .listing_web_v2{
    margin-bottom: 8px
  }
  .card__left,
  .listing_image img{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .card__left:not(.card__left_v2) {
    padding: 30px 0;
  }
  .listing_logo img.img-fluid {
    height: 45px;
    width:135px;
  }
  .scrollspy_main.upscroll {
    top:69px;
  }

  .scrollspy_menu select{
    font-size: 18px;
  }
  #login aside,
  #register aside {
    width: 480px;
    padding: 30px;
  }
  .scrollspy_menu {
    width: 80%;
  }
  .scrollspy_main {
    padding: 12px;
  }
}

/* color css */
a,
header.header_in .main-menu>ul>li span:hover>a,
header.sticky .main-menu>ul>li span:hover>a,
.main-menu ul ul li:hover>a,
.main-menu ul ul li span a:hover,
.btn_1.outline,
a.btn_1.outline,
.follow_us ul li a i:hover,
footer ul li a:hover,
footer ul.links li a:hover:after,
.strip.list_view a.wish_bt.liked:after,
.tools_map a:hover,
a.btn_filt:hover,
a.btn_filt_map:hover,
a.btn_map:hover,
footer ul.contacts li i,
a.box_news:hover h4,
.distance span,
.strip.map_view a.wish_bt.liked:after,
a.address:hover,
.strip.list_view a.wish_bt:hover.liked:after,
.strip.map_view a.wish_bt:hover.liked:after,
.box_list a.wish_bt.liked:after,
.box_list a.wish_bt:hover.liked:after,
#search_mobile a.side_panel:hover,
.hero_in a.btn_photos:hover,
.layout_view a:hover,
.leaflet-popup-content a,
.payments ul li a.info:hover,
.search_mob a:hover,
ul#cat_nav li a#active,
ul#cat_nav li a.active,
ul#cat_nav li a:hover,
.switch-field label:hover,
.step .nav-tabs .nav-item.show .nav-link,
.step .nav-tabs .nav-link.active,
.btn_infobox_get_directions,
a.btn_infobox_phone,
.box_contacts i,
.box_contacts a:hover,
.list_articles ul li a:hover,
.accordion_2 .card-header h5 a i.indicator,
.slick-dots li.slick-active button:before,
.accordion_2 .accordion-button:not(.collapsed),
article.blog .post_info h2 a:hover,
a.box_cat_home i,
.site-text,
.mob_menu li a:hover,
.mob_dropdown .btn,
.first-design .contentText h2,
.footer_top_cities li a:hover,
.main_categories ul li a:hover h3,
.service__content h4,
.quick-contact h3,
.finance-online h2,
.strip .wrapper h3 a:hover,
.widget ul.cats a:hover,
.postmeta ul li a:hover,
.top_cate li a,
.top_cate_main .top_cate li a:hover,
.comments-list h3 a:hover,
.com_detail_cate li a:hover {
  color: var(--pri-color);
}

#toTop:hover,
.btn_1.full-width.purchase,
.main_title_2 span em,
.main_title_3 span,
.marker-cluster-large div,
.marker-cluster-medium div,
.marker-cluster-small div,
.sub_header_in,
a.btn_1.full-width.purchase,
.btn_1,
.btn_add,
a.btn_1,
a.btn_add,
.btn_1.outline:hover,
a.btn_1.outline:hover,
.btn_map_in,
a.btn_map_in,
#newsletter input[type="submit"],
.hero_kenburns,
.hero_single.jarallax,
#custom-search-input input[type="submit"],
.custom-search-input-2 input[type="submit"],
.custom-search-input-2 button.w-full.btn-submit-new,
a.grid_item .info small,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
#results,
#results_map_view,
.rangeslider__fill,
.secondary_nav,
.container_check input:checked~.checkmark,
.container_radio .checkmark:after,
.cluster-visible,
.btn_2,
.btn_3,
a.btn_2,
a.btn_3,
.marker-cluster div,
.pagination a.active,
#cookie-bar .cb-policy,
.default,
.applyBtn.btn.btn-sm.btn-primary,
.daterangepicker td.active,
.daterangepicker td.active:hover,
.btn-green,
.site-bg,
.site-bg-hover:hover,
.customscroller::-webkit-scrollbar-thumb,
.label-frame.bg-primary,
.section_08 .sec_bx_hvr::before,
.quick-contact .col-md-3 > a:hover,
.find-affordable a,
.schedual-icon a,
.tags a:hover,
.dropcaps p:first-child::first-letter,
.card__left:not(.card__left_v2),
.listing_phone a,
.listing_nv a:hover {
  background-color: var(--pri-color);
}

.contentimg h2 {
  background-color: var(--sec-color);
}

.call_section,
.section_08 .sec_bx_hvr::after {
  background-color: var(--sec-color);
}

.btn-green,
.btn_1.outline,
.btn_1.outline:hover,
.cluster-visible:before,
.first-design .find-affordable,
.marker-cluster div:before,
.rangeslider__handle,
.site-border-bg,
.step .nav-tabs .nav-item.show .nav-link,
.step .nav-tabs .nav-link.active,
a.btn_1.outline,
a.btn_1.outline:hover {
  border-color: var(--pri-color);
}

@media (max-width:767px){
.navbar-light .navbar-nav .nav-link i.fa-solid.fa-angle-down.fs-12 {
  float: right;
}

li.nav-item a.btn.btn_add {
  width: 100%;
  padding: 14px;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 20px;
margin-bottom: 20px;

}



ul.navbar-nav.ms-auto {
  margin-left: auto !important;
  overflow-y: scroll;
  max-height: 100vh;
  background: #fff;
  width: 100%;
}
}