
@media only screen and (min-width: 992px) {
  nav#menu.main-menu {
    display: block !important;
  }

  #mm-menu.main-menu {
    display: none !important;
  }

  header .btn_mobile {
    display: none !important;
  }

  /* Menu */
  .main-menu {
    position: relative;
    z-index: 9;
    width: auto;
    top: 8px;
    right: 15px;
    float: right;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
  }
  .main-menu ul,
  .main-menu ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .main-menu ul a,
  .main-menu ul li a {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    padding: 5px 10px;
    white-space: nowrap;
  }

  /*First level styles */
  .main-menu > ul > li span > a {
    color: #fff;
    padding: 0 8px 15px 8px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
  }
  .main-menu > ul > li span:hover > a {
    opacity: 0.7;
  }

  header.sticky .main-menu > ul > li span > a, header.header_in .main-menu > ul > li span > a {
    color: #444;
  }
  header.sticky .main-menu > ul > li span:hover > a, header.header_in .main-menu > ul > li span:hover > a {
    opacity: 1;
    color: #da2b1c;
  }

  /* Submenu*/
  .main-menu ul ul {
    position: absolute;
    z-index: 1;
    visibility: hidden;
    left: 3px;
    top: 93%;
    margin: 0;
    display: block;
    padding: 0;
    background: #fff;
    min-width: 200px;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
    transform: scale(0.4);
    transform-origin: 10% top;
    transition: 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
    opacity: 0;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
  .main-menu ul ul:before {
    bottom: 100%;
    left: 15%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px;
  }
  .main-menu ul ul li {
    display: block;
    height: auto;
    padding: 0;
  }
  .main-menu ul ul li a {
    font-size: 13px;
    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);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0s, 0.2s, 0.2s;
    transition-duration: 0s, 0.2s, 0.2s;
  }

  .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;
    color: #da2b1c;
    padding-left: 15px;
  }
}
/* Submenu 2nd level right */
.main-menu ul ul.second_level_right {
  left: auto;
  right: 3px;
}
.main-menu ul ul.second_level_right:before {
  right: 15%;
  left: auto;
}

/* Submenu 3rd level */
.main-menu ul ul li span a {
  font-weight: normal !important;
}
.main-menu ul ul li span a:hover {
  background-color: #f9f9f9;
  color: #da2b1c;
  padding-left: 18px;
  opacity: 1;
}
.main-menu ul ul li span a:after {
  font-family: 'ElegantIcons';
  content: "\35";
  float: right;
  font-size: 16px;
  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;
}

/* Arrows top 3rd level*/
.main-menu ul ul ul:before {
  border-width: 0;
  margin-left: 0;
}

/* All styles for screen size under 991px */
@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;
  }
}
#menu.fake_menu {
  display: none !important;
  visibility: hidden !important;
}

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

body {
  background: #f8f8f8;
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: "Poppins", Helvetica, sans-serif;
  color: #555;
}

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

p {
  margin-bottom: 30px;
}

strong {
  font-weight: 600;
}

label {
  font-weight: 500;
  margin-bottom: 3px;
}

hr {
  margin: 30px 0 30px 0;
  border-top: 3px solid #e02f21;
}

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

.main_title {
  text-align: center;
  margin-bottom: 45px;
  position: relative;
}

h1.main_title_in {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0 0 25px 0;
}
@media (max-width: 575px) {
  h1.main_title_in {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

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

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

.main_title_2 {
  text-align: center;
  margin-bottom: 45px;
  position: relative;
}
.main_title_2 span {
  width: 120px;
  height: 2px;
  background-color: #e1e1e1;
  display: block;
  margin: auto;
}
.main_title_2 span em {
  width: 60px;
  height: 2px;
  background-color: #da2b1c;
  display: block;
  margin: auto;
}
@media (max-width: 767px) {
  .main_title_2 {
    margin-bottom: 10px;
  }
}
.main_title_2 h2 {
  margin: 25px 0 0 0;
}
@media (max-width: 767px) {
  .main_title_2 h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.main_title_2 p {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .main_title_2 p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.main_title_3 {
  position: relative;
  border-left: 2px solid #e1e1e1;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .main_title_3 {
    border-left: none;
    padding-left: 0;
  }
}
.main_title_3 span {
  width: 2px;
  height: 30px;
  background-color: #da2b1c;
  position: absolute;
  left: -2px;
  top: 0;
  display: block;
}
@media (max-width: 767px) {
  .main_title_3 span {
    display: none;
  }
}
.main_title_3 h2, .main_title_3 h3 {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .main_title_3 h2, .main_title_3 h3 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.main_title_3 p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .main_title_3 p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.main_title_3 a {
  display: inline-block;
  right: 0;
  bottom: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .main_title_3 a {
    top: -10px;
  }
}
.main_title_3 a:after {
  font-family: 'ElegantIcons';
  content: "\24";
  font-size: 21px;
  font-size: 1.3125rem;
  -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;
  position: relative;
  top: 5px;
  margin-left: 4px;
}

/*General links color*/
a {
  color: #dc2b1c;
  text-decoration: none;
  -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;
  outline: none;
}
a:hover, a:focus {
  color: #dc2b1c;
  text-decoration: none;
  outline: none;
}

/*-------- 1.2 Buttons --------*/
a.btn_1,
.btn_1 {
  border: none;
  color: #fff;
  background: #da2b1c;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 15px 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
a.btn_1:hover,
.btn_1:hover {
  background-color: #FFC107;
  color: #222 !important;
}

/* Button danger starts */
a.btn_danger,
.btn_danger {
  border: none;
  color: #fff;
  background: #f44336;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 15px 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
a.btn_danger:hover,
.btn_danger:hover {
  background-color: #FFC107;
  color: #222 !important;
}
/* Button danger ends */

a.btn_1.full-width,
.btn_1.full-width {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
a.btn_1.full-width.purchase,
.btn_1.full-width.purchase {
  background-color: #da2b1c;
}
a.btn_1.full-width.purchase:hover,
.btn_1.full-width.purchase:hover {
  background-color: #32a067;
  color: #fff !important;
}
a.btn_1.full-width.wishlist,
.btn_1.full-width.wishlist {
  border-color: #555;
  color: #555;
}
a.btn_1.full-width.wishlist:hover,
.btn_1.full-width.wishlist:hover {
  color: #fff !important;
  background-color: #555;
  border-color: #555;
}
a.btn_1.medium,
.btn_1.medium {
  font-size: 16px;
  font-size: 1rem;
  padding: 18px 40px;
}
a.btn_1.rounded,
.btn_1.rounded {
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  border-radius: 25px !important;
}
a.btn_1.outline,
.btn_1.outline {
  border: 2px solid #da2b1c;
  color: #da2b1c;
  padding: 11px 40px;
  background: none;
}
a.btn_1.outline:hover,
.btn_1.outline:hover {
  background: #0054a6;
  color: #fff;
  border-color: #0054a6;
}
a.btn_1.outline:focus,
.btn_1.outline:focus {
  outline: none;
}

a.btn_add,
.btn_add {
  border: none;
  color: #fff;
  background: #da2b1c;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #fff !important;
  font-weight: 600;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1 !important;
  padding: 10px 15px !important;
  position: relative;
  top: 2px;
}
@media (max-width: 991px) {
  a.btn_add,
  .btn_add {
    display: none;
  }
}
a.btn_add:hover,
.btn_add:hover {
  background-color: #FFC107;
  color: #222 !important;
  opacity: 1 !important;
}

.closebt {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: absolute;
  font-size: 24px;
  font-size: 1.5rem;
  top: 10px;
  right: 15px;
  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;
}

.btn_home_align {
  text-align: right;
}
@media (max-width: 767px) {
  .btn_home_align {
    text-align: center;
    margin-bottom: 15px;
  }
}

a.btn_map {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 12px 8px 10px;
  line-height: 1;
  margin-bottom: 5px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
}
a.btn_map:hover {
  color: #da2b1c;
}
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;
  padding: 8px 12px 8px 10px;
  line-height: 1;
  margin-bottom: 5px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
}
@media (max-width: 767px) {
  a.btn_filt, a.btn_filt_map {
    text-indent: -999px;
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
  }
}
a.btn_filt:hover, a.btn_filt_map:hover {
  color: #da2b1c;
}
a.btn_filt:before, a.btn_filt_map:before {
  font-family: 'ElegantIcons';
  content: "\67";
  display: inline-block;
  margin-right: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (max-width: 767px) {
  a.btn_filt:before, a.btn_filt_map:before {
    text-indent: 1px;
    position: absolute;
    left: 3px;
    top: 4px;
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: normal;
  }
}

a.btn_map_in,
.btn_map_in {
  border: none;
  color: #fff;
  background: #da2b1c;
  outline: none;
  cursor: pointer;
  display: inline-block;
  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;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
a.btn_map_in:hover,
.btn_map_in:hover {
  background: #0054a6;
  color: #fff;
}

/*-------- 1.3 Structure --------*/
/* Header */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px 30px;
  z-index: 99999999;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
@media (max-width: 767px) {
  header.header {
    padding: 15px 15px 5px 15px;
  }
}
header.header .logo_sticky {
  display: none;
}
header.header.sticky {
  -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;
  border-bottom: 1px solid #ededed;
  background-color: #fff;
  padding: 15px 20px;
}
@media (max-width: 991px) {
  header.header.sticky {
    padding: 15px 15px 5px 15px;
  }
}
header.header.sticky .logo_normal {
  display: none;
}
header.header.sticky .logo_sticky {
  display: inline-block;
}
header.header_in {
  padding: 10px 0;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #ededed;
}
header.header_in.is_sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
header.header_in.map_view {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
header.header_in ul#top_menu li a {
  color: #444;
}
@media (max-width: 991px) {
  header.header_in {
    padding: 10px 0 5px 0;
  }
  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 {
  background-color: #da2b1c;
  padding: 20px 0;
}
.sub_header_in.sticky_header {
  margin-top: 58px;
}
@media (max-width: 991px) {
  .sub_header_in.sticky_header {
    margin-top: 48px;
  }
}
.sub_header_in h1 {
  color: #fff;
  margin: 0;
  font-size: 26px;
  font-size: 1.625rem;
}
@media (max-width: 575px) {
  .sub_header_in h1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

ul#top_menu {
  float: right;
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (max-width: 991px) {
  ul#top_menu {
    margin: -2px 0 0 10px;
  }
}
ul#top_menu li {
  float: left;
  margin: 0;
  line-height: 1;
  margin-right: 15px;
}
ul#top_menu li:last-child {
  margin-right: 0;
  position: relative;
  top: 0;
}
@media (max-width: 991px) {
  ul#top_menu li {
    margin: 2px 0 0 10px;
  }
}
ul#top_menu li a {
  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: 8px;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (max-width: 991px) {
  ul#top_menu li a.login, ul#top_menu li a.wishlist_bt_top {
    top: 2px;
  }
}
ul#top_menu li a.login:before, ul#top_menu li a.wishlist_bt_top:before {
  font-family: 'Glyphter';
  font-size: 21px;
  font-size: 1.3125rem;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
  line-height: 1;
}
.sticky ul#top_menu li a.login:before, .sticky ul#top_menu li a.wishlist_bt_top:before {
  color: #444;
}
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 {
  text-indent: -9999px;
  overflow: hidden;
}
ul#top_menu li a.login:before {
  content: '\0042';
}

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

#logo {
  float: left;
}
@media (max-width: 991px) {
  #logo {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #logo img {
    width: auto;
    height: 28px;
    margin: 12px 0 0 0;
  }
  .header_in #logo img {
    margin: 0;
  }
}

/* Main */
main {
  background-color: #f8f8f8;
  position: relative;
  z-index: 1;
}
main.pattern {
  background: #f8f8f8 url(../images/pattern_3.svg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1;
}

/* Footer */
footer {
  border-top: 3px solid #e02f21;
  background-color: #fff;
}
footer h3 {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 575px) {
  footer h3 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
  }
}
footer a.collapse_bt_mobile {
  position: relative;
  display: block;
  cursor: default;
}
@media (max-width: 575px) {
  footer a.collapse_bt_mobile {
    border-bottom: 1px solid #ededed;
    padding: 12px 0;
  }
}
footer a.collapse_bt_mobile .circle-plus {
  display: none;
}
@media (max-width: 575px) {
  footer a.collapse_bt_mobile .circle-plus {
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
  }
}
@media (max-width: 575px) {
  footer hr {
    display: none;
  }
}
@media (max-width: 575px) {
  footer ul {
    padding-top: 15px;
  }
}
footer ul li {
  margin-bottom: 5px;
}
footer ul li a {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  color: #555;
}
footer ul li a:hover {
  color: #da2b1c;
  opacity: 1;
}
footer ul li a i {
  margin-right: 10px;
  color: #fff;
}
footer ul.links li a:hover {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0);
}
footer ul.links li a:hover:after {
  opacity: 1;
  color: #da2b1c;
}
footer ul.links li a:after {
  font-family: 'ElegantIcons';
  content: "\24";
  position: absolute;
  margin-left: 5px;
  top: 1px;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer ul.contacts li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
footer ul.contacts li:last-child {
  margin-bottom: 0;
}
footer ul.contacts li i {
  position: absolute;
  top: 0;
  left: 0;
  color: #da2b1c;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 575px) {
  footer #newsletter {
    padding-top: 15px;
  }
}

/* Newsletter footer*/
#newsletter .form-group {
  position: relative;
}
#newsletter .loader {
  position: absolute;
  right: -20px;
  top: 11px;
  color: #444;
  font-size: 12px;
  font-size: 0.75rem;
}
#newsletter h6 {
  margin: 15px 0 15px 0;
}
#newsletter .form-group {
  position: relative;
}
#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: 14px;
  font-size: 0.875rem;
  background-color: black;
  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: 13px;
  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;
  background-color: #da2b1c;
  -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;
  outline: none;
}
#newsletter input[type='submit']:hover {
  background-color: #FFC107;
  color: #222;
}

.follow_us {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
}
.follow_us h5 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 35px;
}
.follow_us ul li {
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  font-size: 1.25rem;
}
.follow_us ul li a i {
  color: #555;
  opacity: 0.6;
}
.follow_us ul li a i:hover {
  opacity: 1;
  color: #da2b1c;
}

ul#footer-selector {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 575px) {
  ul#footer-selector {
    margin-top: 30px;
  }
}
ul#footer-selector li {
  float: left;
  margin-right: 10px;
}
@media (max-width: 575px) {
  ul#footer-selector li:last-child {
    margin-top: 5px;
  }
}

/* Addtional links Footer */
ul#additional_links {
  margin: 0;
  padding: 8px 0 0 0;
  color: #555;
  font-size: 13px;
  font-size: 0.8125rem;
  float: right;
}
@media (max-width: 991px) {
  ul#additional_links {
    float: none;
    margin-top: 10px;
  }
}
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: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul#additional_links li a:hover {
  opacity: 1;
}
ul#additional_links li:after {
  content: "|";
  font-weight: 300;
  position: relative;
  left: 10px;
}

.styled-select {
  width: 100%;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  border: none;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding-right: 35px;
  position: relative;
}
.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: transparent;
  width: 110%;
  padding-left: 10px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 30px;
  color: #555;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  font-weight: 500;
  -moz-appearance: window;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
}
.styled-select select:focus {
  color: #555;
  outline: none;
  box-shadow: none;
}
.styled-select select::-ms-expand {
  display: none;
}

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

/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/
/*-------- 2.1 Home/front page--------*/
/* Home single hero */
.hero_single {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0;
  color: #fff;
}
.hero_single .wrapper {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
}
.hero_single .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.hero_single .wrapper h3 {
  color: #fff;
  font-size: 52px;
  font-size: 3.25rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 767px) {
  .hero_single .wrapper h3 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (max-width: 575px) {
  .hero_single .wrapper h3 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.hero_single .wrapper p {
  font-weight: 300;
  margin: 10px 0 0 0;
  padding: 0 20%;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.hero_single .wrapper p strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  .hero_single .wrapper p {
    padding: 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.hero_single.short {
  height: 600px;
}
.hero_single.version_2 {
  height: 620px;
  background: #222 url(../images/home_section_1.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero_single.version_2 .wrapper {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
}
.hero_single.version_2 .wrapper h3 {
  font-size: 42px;
  font-size: 2.625rem;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .hero_single.version_2 .wrapper h3 {
    font-size: 26px;
    font-size: 1.625rem;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .hero_single.version_2 .wrapper h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.hero_single.version_2 .wrapper p {
  font-weight: 400;
  margin: 5px 0 20px 0;
  padding: 0;
  font-size: 21px;
  font-size: 1.3125rem;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}
.hero_single.version_2 .wrapper p strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  .hero_single.version_2 .wrapper p {
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.hero_single.version_3 {
  height: 450px;
  background: #222 url(../images/home_section_1.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero_single.version_3 .wrapper {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
}
.hero_single.version_4 {
  height: 620px;
  background: #da2b1c url(../images/pattern_1.svg) center bottom repeat-x;
}
.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);
}
.hero_single.version_4 .wrapper h3 {
  font-size: 42px;
  font-size: 2.625rem;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .hero_single.version_4 .wrapper h3 {
    font-size: 26px;
    font-size: 1.625rem;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .hero_single.version_4 .wrapper h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.hero_single.version_4 .wrapper p {
  font-weight: 400;
  margin: 5px 0 20px 0;
  padding: 0;
  font-size: 21px;
  font-size: 1.3125rem;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}
.hero_single.version_4 .wrapper p strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  .hero_single.version_4 .wrapper p {
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.hero_single.version_4 .wrapper input[type='submit'] {
  color: #222;
  background-color: #FFC107;
}
@media (max-width: 991px) {
  .hero_single.version_4 .wrapper input[type='submit'] {
    margin: 20px 0 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
}
.hero_single.version_4 .wrapper input[type='submit']:hover {
  background-color: #32a067;
  color: #fff;
}
.hero_single.version_5 {
  height: 640px;
  background: #da2b1c url(../images/pattern_2.svg) center center repeat fixed;
}
@media (max-width: 767px) {
  .hero_single.version_5 {
    height: 550px;
  }
}
.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: 36px;
  font-size: 2.25rem;
  text-shadow: none;
}
@media (max-width: 767px) {
  .hero_single.version_5 .wrapper h3 {
    font-size: 26px;
    font-size: 1.625rem;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .hero_single.version_5 .wrapper h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.hero_single.version_5 .wrapper p {
  font-weight: 400;
  margin: 5px 0 20px 0;
  padding: 0;
  font-size: 21px;
  font-size: 1.3125rem;
  text-shadow: none;
}
.hero_single.version_5 .wrapper p strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  .hero_single.version_5 .wrapper p {
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.hero_single.version_5 .wrapper .custom-search-input-2 {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.hero_single.version_5 .wrapper .form-group {
  margin-bottom: 10px;
}
.hero_single.version_5 .wrapper input[type='submit'] {
  color: #222;
  margin-top: 10px;
  background-color: #FFC107;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .hero_single.version_5 .wrapper input[type='submit'] {
    margin: 20px 0 0 0;
  }
}
.hero_single.version_5 .wrapper input[type='submit']:hover {
  background-color: #32a067;
  color: #fff;
}

#custom-search-input {
  padding: 0;
  width: 600px;
  margin: 20px auto 0;
  position: relative;
}
@media (max-width: 991px) {
  #custom-search-input {
    width: auto;
  }
}
#custom-search-input .search-query {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  font-size: 1rem;
  color: #333;
}
#custom-search-input .search-query:focus {
  outline: none;
}
@media (max-width: 575px) {
  #custom-search-input .search-query {
    padding-left: 15px;
  }
}
#custom-search-input input[type='submit'] {
  position: absolute;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: -1px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  top: 0;
  border: 0;
  padding: 0 25px;
  height: 50px;
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-color: #da2b1c;
}
#custom-search-input input[type='submit']:hover {
  background-color: #FFC107;
  color: #222;
}
@media (max-width: 575px) {
  #custom-search-input input[type='submit'] {
    text-indent: -999px;
    background: #da2b1c url(../images/search.svg) no-repeat center center;
  }
}

.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: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .custom-search-input-2 {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.custom-search-input-2 input {
  border: 0;
  height: 50px;
  padding-left: 15px;
  border-right: 1px solid #d2d8dd;
  font-weight: 500;
}
@media (max-width: 991px) {
  .custom-search-input-2 input {
    border: none;
  }
}
.custom-search-input-2 input:focus {
  box-shadow: none;
  border-right: 1px solid #d2d8dd;
}
@media (max-width: 991px) {
  .custom-search-input-2 input:focus {
    border-right: none;
  }
}
.custom-search-input-2 select {
  display: none;
}
.custom-search-input-2 .nice-select .current {
  font-weight: 500;
  color: #6f787f;
}
.custom-search-input-2 .form-group {
  margin: 0;
}
@media (max-width: 991px) {
  .custom-search-input-2 .form-group {
    margin-bottom: 5px;
  }
}
.custom-search-input-2 i {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  background-color: #fff;
  line-height: 50px;
  top: 1px;
  right: 1px;
  padding-right: 15px;
  display: block;
  width: 20px;
  box-sizing: content-box;
  height: 48px;
  z-index: 9;
  color: #999;
}
@media (max-width: 991px) {
  .custom-search-input-2 i {
    padding-right: 10px;
  }
}
.custom-search-input-2 input[type='submit'], .custom-search-input-2 input[type='button'] {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  border: 0;
  padding: 0 25px;
  height: 50px;
  cursor: pointer;
  outline: none;
  width: 100%;
  -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: #da2b1c;
  margin-right: -1px;
}
@media (max-width: 991px) {
  .custom-search-input-2 input[type='submit'] {
    margin: 20px 0 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
}
.custom-search-input-2 input[type='submit']:hover {
  background-color: #FFC107;
  color: #222;
}
.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 {
  border: none;
}
.custom-search-input-2.map_view input[type='submit'] {
  margin: 20px 0 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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  .custom-search-input-2.inner {
    display: none;
  }
}
.custom-search-input-2.inner input {
  border: 0;
  height: 40px;
  padding-left: 15px;
  border-right: 1px solid #d2d8dd;
  font-weight: 500;
}
@media (max-width: 991px) {
  .custom-search-input-2.inner input {
    border: none;
  }
}
.custom-search-input-2.inner input:focus {
  box-shadow: none;
  border-right: 1px solid #d2d8dd;
}
@media (max-width: 991px) {
  .custom-search-input-2.inner input:focus {
    border-right: none;
  }
}
.custom-search-input-2.inner .nice-select {
  height: 40px;
  line-height: 38px;
}
.custom-search-input-2.inner .nice-select:after {
  right: 15px;
}
.custom-search-input-2.inner i {
  height: 38px;
  line-height: 38px;
  padding-right: 10px;
}
.custom-search-input-2.inner input[type='submit'] {
  position: absolute;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: -1px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  top: 0;
  border: 0;
  height: 40px;
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  text-indent: -999px;
  background: #FFC107 url(../images/search.svg) no-repeat center center;
}
.custom-search-input-2.inner input[type='submit']:hover {
  background-color: #32a067;
}
@media (max-width: 575px) {
  .custom-search-input-2.inner input[type='submit'] {
    text-indent: -999px;
    background: #da2b1c url(../images/search.svg) no-repeat center center;
  }
}
@media (max-width: 991px) {
  .custom-search-input-2.inner {
    margin: 0 0 20px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.custom-search-input-2.inner-2 {
  margin: 0 0 20px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}
.custom-search-input-2.inner-2 .form-group {
  margin-bottom: 10px;
}
.custom-search-input-2.inner-2 input {
  border: 1px solid #ededed;
}
.custom-search-input-2.inner-2 input[type='submit'] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-top: 10px;
}
.custom-search-input-2.inner-2 i {
  padding-right: 10px;
  line-height: 48px;
  height: 48px;
  top: 1px;
}
.custom-search-input-2.inner-2 .nice-select {
  border: 1px solid #ededed;
}

ul.counter {
  margin: 30px 0 0 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  ul.counter {
    display: none;
  }
}
ul.counter li {
  padding: 0  10px;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  border-right: 1px solid #fff;
  text-align: right;
}
ul.counter li:last-child {
  border-right: none;
  text-align: left;
}

.main_categories {
  position: relative;
  margin-top: -70px;
  margin-bottom: 25px;
  position: relative;
  z-index: 99;
}
.main_categories ul {
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -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);
  text-align: center;
  padding: 20px 0;
  width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .main_categories ul {
    width: 100%;
  }
}
.main_categories ul li {
 width: 16.6%;
float: left;
border-right: 1px solid #d2d8dd;
padding-top: 20px;
padding-bottom: 20px;
}
.main_categories ul li:last-child {
  border-right: none;
}
.main_categories ul li a {
  display: block;
}
.main_categories ul li a h3 {
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 767px) {
 /*  .main_categories ul li a h3 {
    display: none;
  } */
  .main_categories ul li {
  width: 50%;
  float: left;
  border-right: 1px solid #d2d8dd;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d8dd;
}

.homeboxs {
 
  margin-top: 20px !important;
  padding: 10px;
  text-align: justify !important;
  font-size: 12px !important;
  font-weight: normal !important;
  font-family: initial !important;
  height: auto !important;
}
.calme{
	
	padding: 1rem 2rem 1rem 2rem !important;
}
.social-media-icons {
  margin: 0px auto !important;
  font-size: 40px !important;
  color: #d2021c !important;
  display: table !important;
}

.why {
  padding: 10px !important;
}
.easy-step {
  padding: 10px;
}

.easy-content {
  text-align: center;
  padding: 10px !important;
}

.moverspackers-fancy-title p {
  font-size: 16px;
  margin: 0px;
  line-height: normal !important;
  font-style: italic;
  display: inline-block !important;
  width: 100% !important;
  letter-spacing: 0px !important;
}

#callmeback {

    display: block;
    margin: 0px auto;

}

.bighead {
  font-size: 17px !important;
  font-weight: 600;
  margin-bottom: 10px;
  color: #d2021c;
}

.helpno {
  display: table;
  margin: 0px auto;
}

.vendorprofile {
  width: 150px;
  position: absolute;
  margin-left: 8px !important;
  height: 155px !important;
  border: 3px solid #dc2a1b;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  top: 275px !important;
}

.order-1{
	
	display:none;
}

.best-deal {
  background-color: #d2021c !important;
  padding: 3px 6px;
  border-radius: 10px;
  margin-top: 4px;
  text-transform: capitalize;
  border: 1px solid #d2021c;
  color: #fff;
  font-weight: bold;
}

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

/* Home video background*/
.header-video {
  position: relative;
  overflow: hidden;
  background: #000;
  height: 600px !important;
}
@media (max-width: 991px) {
  .header-video {
    height: 620px !important;
  }
}

#hero_video {
  position: relative;
  background-size: cover;
  color: #fff;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  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: 42px;
  font-size: 2.625rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  #hero_video .wrapper h3 {
    font-size: 26px;
    font-size: 1.625rem;
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  #hero_video .wrapper h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
#hero_video .wrapper p {
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}
#hero_video .wrapper p strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  #hero_video .wrapper p {
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.3;
}

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

video {
  width: 100%;
}

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

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

@media (max-width: 1024px) {
  #hero_video {
    background: #ccc url(../images/home_section_1.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #hero_video > div {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .header-video {
    background: none;
  }
}
a.grid_item {
  display: block;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  height: 200px;
}
@media (max-width: 991px) {
  a.grid_item {
    height: 180px;
  }
}
@media (max-width: 767px) {
  a.grid_item {
    height: 150px;
  }
}
@media (max-width: 575px) {
  a.grid_item {
    height: 180px;
  }
}
a.grid_item .info {
  position: absolute;
  width: 100%;
  z-index: 9;
  display: block;
  padding: 25px 25px 10px 25px;
  color: #fff;
  left: 0;
  bottom: 0;
  background: transparent;
  background: -webkit-linear-gradient(top, transparent, #000);
  background: linear-gradient(to bottom, transparent, #000);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  a.grid_item .info {
    padding: 15px 15px 0 15px;
  }
}
a.grid_item .info small {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 11px;
  font-size: 0.6875rem;
  background-color: #da2b1c;
  line-height: 1;
  padding: 3px 5px 2px 5px;
}
a.grid_item .info h3 {
  color: #fff;
  font-size: 21px;
  font-size: 1.3125rem;
}
a.grid_item .info p {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  font-size: 0.9375rem;
}
a.grid_item figure {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  a.grid_item figure {
    height: 150px;
  }
}
@media (max-width: 575px) {
  a.grid_item figure {
    height: 180px;
  }
}
a.grid_item figure img {
  -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;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 767px) {
  a.grid_item figure img {
    width: 100%;
  }
}
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;
}
@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;
  }
}
@media (max-width: 575px) {
  a.grid_item.small {
    height: 170px;
  }
}
a.grid_item.small .info {
  padding: 35px 15px 0 15px;
}
a.grid_item.small .info h3 {
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  a.grid_item.small figure {
    height: 150px !important;
  }
}
@media (max-width: 575px) {
  a.grid_item.small figure {
    height: 170px !important;
  }
}
a.grid_item.small figure img {
  -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;
  width: 100%;
}

/*Carousel home page*/
#reccomended {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #reccomended {
    margin-top: 0;
  }
}
#reccomended .item {
  margin: 0 15px;
}

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

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

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

.owl-theme .owl-dots {
  margin-top: 25px !important;
  outline: none;
}
@media (max-width: 767px) {
  .owl-theme .owl-dots {
    margin-top: 0 !important;
    margin-bottom: 20px;
  }
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #da2b1c !important;
  outline: none !important;
}

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

.app_icons {
  margin-bottom: 10px;
  -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;
}
.app_icons a img {
  -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;
}
.app_icons a img:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

a.box_news {
  position: relative;
  display: block;
  padding-left: 230px;
  color: #555;
  margin-bottom: 30px;
  min-height: 150px;
}
@media (max-width: 767px) {
  a.box_news {
    min-height: inherit;
    padding-left: 0;
  }
}
a.box_news figure {
  width: 200px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  a.box_news figure {
    position: relative;
    width: auto;
  }
}
a.box_news figure img {
  width: 250px;
  height: auto;
  position: absolute;
  left: 50%;
  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);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 767px) {
  a.box_news figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
a.box_news figure figcaption {
  background-color: #FFC107;
  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: 21px;
  font-size: 1.3125rem;
}
a.box_news h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  a.box_news h4 {
    margin-bottom: 5px;
  }
}
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:hover h4 {
  color: #da2b1c;
  -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;
}
a.box_news ul {
  margin: 0;
  padding: 10px 0 0 0;
}
@media (max-width: 767px) {
  a.box_news ul {
    padding: 0;
  }
}
a.box_news ul li {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  color: #999;
  font-size: 12px;
  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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 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);
  color: #999;
}
a.box_cat_home i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #0054a6;
  opacity: 0;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
a.box_cat_home h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 10px;
}
a.box_cat_home:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
a.box_cat_home:hover i {
  opacity: 1;
}
a.box_cat_home ul {
  margin: 20px -15px -25px -15px;
  padding: 10px;
  border-top: 1px solid #ededed;
  text-align: center;
}
a.box_cat_home ul li {
  display: inline-block;
}
a.box_cat_home ul li strong {
  margin-right: 5px;
  font-weight: 600;
  color: #777;
}

/*-------- 2.2 About --------*/
a.box_feat {
  text-align: center;
  background: #fff;
  padding: 40px 30px 30px 30px;
  display: block;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
  -moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
  box-shadow: 0px 3px 0px 0px #f0f2f4;
  color: #555;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
@media (max-width: 767px) {
  a.box_feat {
    padding: 20px 20px 0 20px;
  }
}
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: 0px 3px 0px 0px #ebedef;
  -moz-box-shadow: 0px 3px 0px 0px #ebedef;
  box-shadow: 0px 3px 0px 0px #ebedef;
}
a.box_feat i {
  font-size: 70px;
  font-size: 4.375rem;
  color: #32a067;
  margin-bottom: 10px;
}
a.box_feat h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

#carousel {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #carousel {
    margin-bottom: 30px;
  }
}
#carousel .item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 9;
}
#carousel .item .title h4 {
  background-color: #0054a6;
  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: 16px;
  font-size: 1rem;
  opacity: 0;
}
#carousel .item .title h4 em {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
  margin-top: 3px;
}
#carousel .item a {
  position: relative;
  display: block;
}

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

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

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

/*-------- 2.3 Listing --------*/
#results {
  padding: 20px 0;
  color: #fff;
  background: #da2b1c;
  position: relative;
  z-index: 999 !important;
}
@media (max-width: 767px) {
  #results {
    padding: 12px 0;
  }
}
#results.is_stuck {
  z-index: 99;
  padding: 10px 0;
}
#results h4 {
  color: #fff;
  margin: 12px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 991px) {
  #results h4 {
    margin: 5px 0 0 0;
  }
}
@media (max-width: 767px) {
  #results h4 {
    margin: 3px 0 0 0;
  }
}
#results.map_view {
  padding: 10px 0;
  margin: 0 -15px;
}
#results.map_view h4 {
  margin: 3px 0 0 0;
}

#results_map_view {
  padding: 10px 0;
  margin: 0 -15px;
  color: #fff;
  background: #da2b1c;
  position: relative;
  z-index: 9999999999999999 !important;
}
#results_map_view h4 {
  color: #fff;
  margin: 3px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 991px) {
  #results_map_view h4 {
    margin: 5px 0 0 0;
  }
}
@media (max-width: 767px) {
  #results_map_view h4 {
    margin: 3px 0 0 0;
  }
}

#filters {
  background-color: #fff;
  border-bottom: 1px solid #ededed;
}
#filters h6 {
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1rem;
}
#filters ul li small {
  font-weight: 600;
  float: right;
  position: relative;
  top: 4px;
}

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

.distance {
  margin-bottom: 15px;
}
.distance span {
  font-weight: 600;
  color: #da2b1c;
}

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

.rangeslider__fill {
  background: #da2b1c !important;
}

.filters_listing {
  padding: 10px 0 5px 0;
  background: #fff;
  border-bottom: 1px solid #ededed;
  z-index: 99 !important;
  position: relative;
}
.filters_listing ul {
  margin: 0;
}
.filters_listing ul li {
  margin-right: 10px;
}
.filters_listing ul li:first-child {
  float: left;
}
.filters_listing ul li:nth-child(2) {
  float: left;
  margin-right: 0;
}
.filters_listing ul li:nth-child(3) {
  float: right;
  margin-right: 0;
}
@media (max-width: 767px) {
  .filters_listing ul li:nth-child(3) {
    display: none;
  }
}
.filters_listing ul li:nth-child(4) {
  float: right;
}
@media (max-width: 767px) {
  .filters_listing ul li:nth-child(4) {
    margin-right: 0;
  }
}
.filters_listing.version_2 ul {
  margin: 0;
}
.filters_listing.version_2 ul li {
  margin-right: 10px;
}
.filters_listing.version_2 ul li:first-child {
  float: left;
}
.filters_listing.version_2 ul li:nth-child(2) {
  float: right;
  margin-right: 0;
}
@media (max-width: 767px) {
  .filters_listing.version_2 ul li:nth-child(2) {
    display: none;
  }
}
.filters_listing.version_2 ul li:nth-child(3) {
  float: right;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .filters_listing.version_2 ul li:nth-child(3) {
    display: block;
    margin-right: 0;
  }
}
.filters_listing.version_3 {
  margin: 0 -15px 0 -15px;
}
.filters_listing.version_3 ul {
  margin: 2px 0 0 0;
}
.filters_listing.version_3 ul li {
  margin-right: 10px;
}
.filters_listing.version_3 ul li:first-child {
  float: left;
}
.filters_listing.version_3 ul li:nth-child(2) {
  float: right;
  margin-right: 0;
}

.tools_map {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 23px;
  font-size: 1.4375rem;
}
.tools_map a {
  color: rgba(0, 0, 0, 0.5);
  margin: 0 3px;
}
.tools_map a:hover {
  color: #da2b1c;
}
.tools_map i {
  font-weight: 500;
  line-height: 1;
}

.score strong {
  background-color: #32a067;
  color: #fff;
  line-height: 1;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  -ms-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
  padding: 10px;
  display: inline-block;
}
.score span {
  display: inline-block;
  position: relative;
  top: 7px;
  margin-right: 8px;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  line-height: 1.1;
  font-weight: 500;
}
.score span em {
  display: block;
  font-weight: normal;
  font-size: 11px;
  font-size: 0.6875rem;
}

.strip {
  background-color: #fff;
  display: block;
  position: relative;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -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);
}
.strip a.wish_bt {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 9px 10px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.strip a.wish_bt:after {
  font-family: 'ElegantIcons';
  content: "\e012";
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.strip a.wish_bt.liked:after {
  content: "\e078";
  color: #FFC107;
}
.strip a.wish_bt:hover.liked:after {
  color: #FFC107;
}
.strip a.wish_bt:hover:after {
  content: "\e078";
  color: #fff;
}
.strip figure {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  height: 200px;
  -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;
}
.strip figure small {
  position: absolute;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  left: 20px;
  top: 22px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 10px 4px 10px;
  line-height: 1;
}
.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: all 0.6s;
  transition: all 0.6s;
  z-index: 2;
}
.strip figure .read_more 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: 12px;
  font-size: 0.75rem;
  padding: 5px 10px;
}
.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;
  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);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  -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;
}
.strip figure a:hover 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);
}
.strip .wrapper {
  padding: 20px 25px 15px 25px;
}
.strip .wrapper h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0;
}
.strip .wrapper small {
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
}
.strip .wrapper p {
  margin-bottom: 15px;
}
.strip ul {
  padding: 20px 15px 17px 20px;
  border-top: 1px solid #ededed;
}
.strip ul li {
  display: inline-block;
  margin-right: 15px;
}
.strip ul li .score {
  margin-top: -10px;
}
.strip ul li:first-child {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: -4px;
}
.strip ul li:first-child i {
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  top: 4px;
}
.strip ul li:last-child {
 
  float: right;
}
.strip.list_view {
  min-height: 290px;
}
.strip.list_view a.wish_bt {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.1);
  color: #555;
  top: 25px;
  right: 25px;
}
.strip.list_view a.wish_bt.liked:after {
  color: #da2b1c;
}
.strip.list_view a.wish_bt:hover.liked:after {
  color: #da2b1c;
}
.strip.list_view a.wish_bt:hover:after {
  color: #444;
}
.strip.list_view .score {
  margin-right: 10px;
}
.strip.list_view figure {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  min-height: 300px;
  -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;
}
@media (max-width: 991px) {
  .strip.list_view figure {
    min-height: 220px;
    max-height: 220px;
    height: 220px;
    -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;
  }
}
.strip.list_view figure small {
  right: 30px;
  top: 30px;
  left: inherit;
}
.strip.list_view figure a img {
  height: 310px;
  width: auto;
  max-width: none;
  -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;
}
@media (max-width: 991px) {
  .strip.list_view figure a img {
    max-width: inherit;
    height: 460px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .strip.list_view figure a img {
    height: 350px;
  }
}
.strip.list_view figure a:hover 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);
}
.strip.list_view .wrapper {
  padding: 30px 30px 20px 30px;
  min-height: 235px;
}
@media (max-width: 991px) {
  .strip.list_view .wrapper {
    min-height: inherit;
  }
}
.strip.list_view ul {
  padding: 20px 15px 20px 30px;
  margin-bottom: 0;
}
.strip.map_view {
  min-height: 120px;
  margin-bottom: 20px;
}
.strip.map_view a.wish_bt {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.1);
  color: #555;
  top: 15px;
  right: 15px;
}
.strip.map_view a.wish_bt.liked:after {
  color: #da2b1c;
}
.strip.map_view a.wish_bt:hover.liked:after {
  color: #da2b1c;
}
.strip.map_view a.wish_bt:hover:after {
  color: #444;
}
.strip.map_view .score {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .strip.map_view .score {
    position: relative;
    top: 3px;
  }
}
@media (max-width: 767px) {
  .strip.map_view .score span {
    display: none;
  }
}
.strip.map_view a.address:before {
  content: "\e081";
}
@media (max-width: 991px) {
  .strip.map_view a.address {
    display: none;
  }
}
.strip.map_view figure {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  min-height: inherit;
  height: 100%;
  -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;
}
@media (max-width: 991px) {
  .strip.map_view figure {
    height: 100%;
  }
}
.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: 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;
}
@media (max-width: 991px) {
  .strip.map_view figure a img {
    max-width: inherit;
    height: 100%;
    width: auto;
  }
}
.strip.map_view figure a:hover 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);
}
.strip.map_view .wrapper {
  padding: 20px 20px 0 20px;
  min-height: 110px;
}
.strip.map_view .wrapper small {
  line-height: 1.3;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .strip.map_view .wrapper h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .strip.map_view .wrapper {
    min-height: 90px;
    padding-right: 45px;
  }
}
.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;
}
a.address:before {
  font-family: 'ElegantIcons';
  content: "\e01c";
  margin-right: 5px;
  display: inline-block;
}
a.address:hover {
  color: #da2b1c;
}

.loc_open, .loc_closed {
  position: relative;
  top: -2px;
  font-size: 11px;
  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;
}

.cat_star i {
  margin-right: 2px;
  color: #FFC107;
}

.rating {
  color: #ccc;
}
.rating .voted {
  color: #FFC107;
}
.rating i {
  margin-right: 2px;
}

.box_list {
  background-color: #fff;
  display: block;
  position: relative;
  margin: 0 0 30px 0;
  min-height: 310px;
  -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);
}
.box_list a.wish_bt {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 9px 10px;
  display: inline-block;
  color: #555;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.box_list a.wish_bt:after {
  font-family: 'ElegantIcons';
  content: "\e030";
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box_list a.wish_bt.liked:after {
  content: "\e089";
  color: #da2b1c;
}
.box_list a.wish_bt:hover.liked:after {
  color: #da2b1c;
}
.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 {
  position: absolute;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  right: 20px;
  top: 20px;
  text-transform: uppercase;
  color: #ccc;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 10px 4px 10px;
  line-height: 1;
  z-index: 9;
}
@media (max-width: 991px) {
  .box_list figure small {
    right: 15px;
    top: 15px;
  }
}
@media (max-width: 991px) {
  .box_list figure {
    min-height: 220px;
    max-height: 220px;
    height: 220px;
  }
}
.box_list 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: all 0.6s;
  transition: all 0.6s;
  z-index: 2;
}
.box_list figure .read_more 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: 12px;
  font-size: 0.75rem;
  padding: 5px 10px;
}
.box_list 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);
}
.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);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 350px;
  width: auto;
  max-width: none;
  -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;
}
@media (max-width: 991px) {
  .box_list figure a img {
    max-width: inherit;
    height: 450px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .box_list figure a img {
    height: 350px;
  }
}
.box_list figure a:hover 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);
}
.box_list .wrapper {
  padding: 30px 30px 20px 30px;
  min-height: 245px;
}
@media (max-width: 991px) {
  .box_list .wrapper {
    min-height: inherit;
  }
}
.box_list .wrapper h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 0;
}
.box_list small {
  text-transform: uppercase;
  color: #999;
  font-weight: 600;
}
.box_list ul {
  padding: 20px 15px 20px 30px;
  border-top: 1px solid #ededed;
  margin-bottom: 0;
}
.box_list ul li {
  display: inline-block;
  margin-right: 15px;
}
.box_list ul li .score {
  margin-top: -10px;
}
.box_list ul li:last-child {
  margin-right: 0;
  float: right;
}

#list_sidebar .box_list {
  min-height: 330px;
}
#list_sidebar .box_list figure {
  min-height: 330px;
}
@media (max-width: 991px) {
  #list_sidebar .box_list figure {
    min-height: 200px;
    max-height: 200px;
    height: 200px;
  }
}
#list_sidebar .box_list figure a img {
  height: 350px;
}
@media (max-width: 991px) {
  #list_sidebar .box_list figure a img {
    max-width: 100%;
    height: auto;
    width: inherit;
  }
}
#list_sidebar .box_list .wrapper {
  min-height: 265px;
}
@media (max-width: 991px) {
  #list_sidebar .box_list .wrapper {
    min-height: inherit;
  }
}

.layout_view {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 4px 8px 3px 8px;
}
.layout_view a {
  color: rgba(0, 0, 0, 0.5);
}
.layout_view a.active {
  color: rgba(0, 0, 0, 0.8);
}
.layout_view a:hover {
  color: #da2b1c;
}

.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: 12px;
  font-size: 0.75rem;
  text-align: center;
  text-shadow: none;
  padding: 10px 8px 8px 8px;
  line-height: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0;
}
@media (max-width: 575px) {
  .switch-field label {
    min-width: inherit;
  }
}
.switch-field label:first-of-type {
  border-left: 0;
}
.switch-field label:last-of-type {
  border-right: 0;
}
.switch-field label:hover {
  cursor: pointer;
  color: #da2b1c;
}

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

a#filters_col_bt {
  display: block;
  color: #333;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
a#filters_col_bt:before {
  font-family: "ElegantIcons";
  content: "\66";
  font-size: 26px;
  font-size: 1.625rem;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  font-weight: normal;
}

.filter_type h6 {
  border-top: 1px solid #ededed;
  margin: 15px 0;
  padding: 15px 0 0 0;
  font-size: 13px;
  font-size: 0.8125rem;
}
.filter_type ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}
.filter_type ul li {
  margin-bottom: 5px;
}
.filter_type ul li small {
  float: right;
  position: relative;
  top: 4px;
}
.filter_type ul li:last-child {
  margin-bottom: 0;
}

.category_filter {
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.category_filter .container_radio {
  display: inline-block;
  margin-right: 15px;
}

a.boxed_list {
  text-align: center;
  padding: 30px;
  border: 1px solid #ededed;
  display: block;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px;
}
a.boxed_list i {
  font-size: 60px;
  font-size: 3.75rem;
  margin-bottom: 15px;
}
a.boxed_list h4 {
  font-size: 18px;
  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(../images/search.svg) no-repeat center center;
  width: 21px;
  height: 21px;
  float: right;
  display: none;
}
@media (max-width: 991px) {
  a.btn_search_mobile {
    display: block;
  }
}
a.btn_search_mobile.map_view {
  display: block;
}

#search_mobile {
  overflow: auto;
  transform: translateX(105%);
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  position: fixed;
  background: #fff url(../images/bg_aside.svg) no-repeat center right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 60px 30px 30px 30px;
  z-index: 9999999999999999 !important;
  -webkit-box-shadow: 1px 0px 5px 0px rgba(50, 50, 50, 0.55);
  -moz-box-shadow: 1px 0px 5px 0px rgba(50, 50, 50, 0.55);
  box-shadow: 1px 0px 5px 0px rgba(50, 50, 50, 0.55);
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
#search_mobile.show {
  transform: translateX(0);
}
@media (max-width: 767px) {
  #search_mobile {
    width: 100%;
    padding: 45px 30px 30px 30px;
  }
}
#search_mobile input.form-control {
  border: 1px solid #d2d8dd;
  box-shadow: none;
}
#search_mobile .custom-search-input-2 {
  box-shadow: none;
}
#search_mobile .custom-search-input-2 input[type='submit'] {
  margin: 20px 0 0 0;
}
#search_mobile .form-group {
  margin-bottom: 5px;
}
#search_mobile .nice-select {
  border: 1px solid #d2d8dd;
}
#search_mobile a.side_panel {
  font-size: 32px;
  font-size: 2rem;
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  color: #999;
}
#search_mobile a.side_panel:hover {
  color: #da2b1c;
}

.search_mob a {
  display: none;
  width: 22px;
  height: 24px;
  text-indent: -9999px;
  position: relative;
  color: #0054a6;
}
@media (max-width: 991px) {
  .search_mob a {
    display: block;
  }
}
.search_mob a:hover {
  color: #da2b1c;
}
.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: 21px;
  font-size: 1.3125rem;
}

.search_mob_wp {
  padding: 10px 0 10px 0;
  display: none;
  width: 100%;
}
.search_mob_wp .nice-select {
  margin-bottom: 5px;
  border: none;
}
.search_mob_wp .form-control {
  margin-bottom: 10px;
}
.search_mob_wp input[type='submit'] {
  background-color: #FFC107;
  color: #222;
}
.search_mob_wp input[type='submit']:hover {
  background-color: #32a067;
  color: #fff;
}

/* Opacity mask when left open */
.layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  z-index: 100;
  min-height: 100%;
  background-color: #000;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
  -moz-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
  -ms-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
  -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
  opacity: 0;
  visibility: hidden;
}

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

/*-------- 2.4 Detail page --------*/
.hero_in {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero_in {
    height: 350px;
  }
}
.hero_in.shop_detail {
  height: 550px;
}
@media (max-width: 767px) {
  .hero_in.shop_detail {
    height: 350px;
  }
}
.hero_in.shop_detail:before {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero_in.shop_detail .wrapper {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.2);
}
.hero_in.hotels_detail {
  height: 550px;
}
@media (max-width: 767px) {
  .hero_in.hotels_detail {
    height: 350px;
  }
}
.hero_in.hotels_detail:before {
  background: url(../images/hero_in_hotels_detail.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero_in.hotels_detail .wrapper {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.2);
}
.hero_in.restaurant_detail {
  height: 550px;
}
@media (max-width: 767px) {
  .hero_in.restaurant_detail {
    height: 350px;
  }
}
.hero_in.restaurant_detail:before {
  background: url(../images/hero_in_restaurants_detail.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero_in.restaurant_detail .wrapper {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.2);
}
.hero_in:before {
  animation: pop-in 5s 0.1s cubic-bezier(0, 0.5, 0, 1) forwards;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.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: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  line-height: 1;
  padding: 10px 15px;
  color: #444;
  font-weight: 500;
}
.hero_in a.btn_photos:hover {
  color: #da2b1c;
}

/* Animations */
@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 {
  background: #da2b1c;
  padding: 15px 0;
}
.secondary_nav.is_stuck {
  z-index: 99;
  width: 100% !important;
  left: 0;
}
.secondary_nav ul {
  margin-bottom: 0;
}
.secondary_nav ul li {
  display: inline-block;
  margin-right: 20px;
  font-weight: 500;
  font-size: 16px;
  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;
}
.secondary_nav ul li a.active {
  color: white;
}
.secondary_nav ul li:last-child {
  display: none;
}
@media (max-width: 575px) {
  .secondary_nav ul li:last-child {
    display: inline-block;
  }
}

.carousel_detail {
  margin-bottom: 40px;
}
.carousel_detail .item {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.carousel_detail .owl-nav {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.carousel_detail .owl-nav [class*='owl-'] {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  border-radius: 3px !important;
  padding: 4px 5px 2px 5px !important;
  background: #222 !important;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.carousel_detail .owl-nav [class*='owl-'] i {
  font-size: 24px;
  line-height: 1;
  margin: 0;
}
.carousel_detail .owl-nav [class*='owl-']:hover {
  background: #da2b1c !important;
}

.detail_title_1 {
  margin-bottom: 25px;
}
.detail_title_1 h1 {
  font-size: 32px;
  font-size: 2rem;
  margin: 0;
}
.detail_title_1 ul {
  float: right;
  margin: 10px 0 0 0;
}
.detail_title_1 ul li {
  display: inline-block;
  margin-right: 20px;
  font-weight: 500;
}

section#description, section#reviews {
  border-bottom: 3px solid #d2d8dd;
  margin-bottom: 30px;
}
section#description h2, section#reviews h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
section#description h3, section#reviews h3 {
  font-size: 21px;
  font-size: 1.3125rem;
}
section#description h4, section#reviews h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
section#description hr, section#reviews hr {
  border-color: #d2d8dd;
}

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;
}
@media (max-width: 991px) {
  #review_summary {
    margin-bottom: 15px;
  }
}
#review_summary strong {
  font-size: 42px;
  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 .progress-bar {
  background-color: #32a067;
}
.reviews-container .review-box {
  position: relative;
  margin-bottom: 25px;
  padding-left: 100px;
  min-height: 100px;
}
@media (max-width: 767px) {
  .reviews-container .review-box {
    padding-left: 0;
  }
}
.reviews-container .rev-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  background: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.reviews-container .rev-thumb img {
  width: 80px;
  height: auto;
}
@media (max-width: 767px) {
  .reviews-container .rev-thumb {
    position: static;
    margin-bottom: 10px;
  }
}
.reviews-container .rev-content {
  position: relative;
  padding: 25px 25px 1px 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
}
.reviews-container .rev-info {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  color: #777;
  margin-bottom: 10px;
}

.box_detail {
  background-color: #fff;
  padding: 25px 25px 15px 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);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.box_detail .price {
  line-height: 1;
  border-bottom: 1px solid #ededed;
  margin: 0 -25px 25px -25px;
  padding: 0 25px 15px 25px;
}
.box_detail .price > span {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 600;
}
.box_detail .price > span > small {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
}
.box_detail .price .score {
  float: right;
  margin-top: -5px;
}
.box_detail h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 25px 0 10px 0;
}
.box_detail ul {
  margin-bottom: 0;
}
.box_detail ul li {
  margin-bottom: 5px;
}
.box_detail ul li i {
  margin-right: 8px;
}
.box_detail figure {
  position: relative;
  background-color: #000;
}
.box_detail figure img {
  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;
}
.box_detail figure a i {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 60px;
  height: 60px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  font-size: 42px;
  font-size: 2.625rem;
  -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;
  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 Queries */
@media screen and (min-width: 564px) {
  .daterangepicker {
    width: 500px !important;
  }
}
@media screen and (min-width: 564px) {
  .daterangepicker.single {
    width: auto !important;
  }
}
.booking input {
  font-weight: 500;
  height: 45px;
}
.booking input:focus {
  box-shadow: none;
  border: 1px solid #d2d8dd;
}
.booking select {
  display: none;
}
.booking .panel-dropdown {
  background-color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d2d8dd;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 0 10px 0;
}
@media (max-width: 991px) {
  .booking .panel-dropdown {
    height: inherit;
  }
}
.booking .panel-dropdown .panel-dropdown-content {
  top: 50px;
}
.booking .nice-select .current {
  font-weight: 500;
  color: #6f787f;
}
.booking .custom-select-form .nice-select:active, .booking .custom-select-form .nice-select.open, .booking .custom-select-form .nice-select:focus {
  border-color: #d2d8dd;
  outline: 0;
  box-shadow: none;
}
.booking .custom-select-form select {
  display: none;
}
.booking .form-group {
  margin: 0 0 10px 0;
}
.booking .form-group i {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  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;
}
.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;
}
.booking textarea:focus {
  box-shadow: none;
  border: 1px solid #d2d8dd;
}

.panel-dropdown {
  position: relative;
  text-align: left;
  padding: 15px 10px 0 15px;
}
@media (max-width: 991px) {
  .panel-dropdown {
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: 50px;
  }
}
.panel-dropdown a {
  color: #727b82;
  font-weight: 500;
  transition: all 0.3s;
  display: block;
  position: relative;
}
.panel-dropdown a:after {
  font-family: 'ElegantIcons';
  content: "\33";
  font-size: 24px;
  font-size: 1.5rem;
  color: #999;
  font-weight: 500;
  -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;
  position: absolute;
  right: 0;
  top: -8px;
}
.panel-dropdown.active a:after {
  transform: rotate(180deg);
}
.panel-dropdown .panel-dropdown-content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  position: absolute;
  top: 58px;
  left: 0px;
  z-index: 99;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
  padding: 15px 15px 0 15px;
  white-space: normal;
  width: 280px;
}
.panel-dropdown .panel-dropdown-content:after {
  bottom: 100%;
  left: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}
.panel-dropdown .panel-dropdown-content.right {
  left: auto;
  right: 0;
}
.panel-dropdown .panel-dropdown-content.right:after {
  left: auto;
  right: 15px;
}

.panel-dropdown.active .panel-dropdown-content {
  opacity: 1;
  visibility: visible;
}

.qtyButtons {
  display: flex;
  margin: 0 0 13px 0;
}
.qtyButtons input {
  outline: 0;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  width: 50px;
  height: 36px !important;
  color: #333;
  line-height: 36px;
  margin: 0 !important;
  padding: 0 5px !important;
  border: none;
  box-shadow: none;
  pointer-events: none;
  display: inline-block;
  border: none !important;
}
.qtyButtons label {
  font-weight: 500;
  line-height: 36px;
  padding-right: 15px;
  display: block;
  flex: 1;
  color: #727b82;
}

.qtyInc,
.qtyDec {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 28px;
  font-size: 1.75rem;
  background-color: #f2f2f2;
  -webkit-text-stroke: 1px #f2f2f2;
  color: #333;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  font-family: 'ElegantIcons';
}

.qtyInc:before {
  content: "\4c";
}

.qtyDec:before {
  content: "\4b";
}

.qtyTotal {
  background-color: #66676b;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  line-height: 18px;
  text-align: center;
  position: relative;
  top: 0;
  left: 2px;
  height: 18px;
  width: 18px;
}

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

@keyframes rotate-x {
  from {
    transform: rotateY(0deg);
  }
  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%;
}
ul.hotel_facilities li img {
  margin-right: 10px;
}

.room_type {
  padding: 10px 0 25px 0;
}
.room_type.last {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .room_type h4 {
    margin-top: 25px;
  }
}

.opening {
  background-color: #0044c2;
  background-color: rgba(0, 77, 218, 0.05);
  padding: 25px 25px 25px 80px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .opening {
    padding: 15px;
  }
}
.opening i {
  position: absolute;
  left: 25px;
  top: 25px;
  font-size: 36px;
  font-size: 2.25rem;
  color: #555;
}
@media (max-width: 767px) {
  .opening i {
    display: none;
  }
}
.opening h4 {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .opening h4 {
    margin-top: 0;
  }
}
.opening ul {
  margin: 0;
  padding: 0;
}
.opening ul li span {
  display: inline-block;
  float: right;
}

ul.menu_list {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}
ul.menu_list li {
  position: relative;
  padding: 5px 0 25px 120px;
  clear: both;
  font-size: 13px;
  font-size: 0.8125rem;
}
ul.menu_list li h6 {
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 5px;
}
ul.menu_list li h6 span {
  float: right;
}
ul.menu_list li .thumb {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 5px;
}
ul.menu_list li .thumb img {
  width: 88px;
  height: auto;
  text-align: center;
}

.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 0;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  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 {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #5d8108;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #5d8108;
}
.ribbon span.open::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #5d8108;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #5d8108;
}
.ribbon span.closed {
  background: #ca3b41;
}
.ribbon span.closed::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #7d2528;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #7d2528;
}
.ribbon span.closed::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #7d2528;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #7d2528;
}

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

.row-height {
  height: 100%;
  min-height: 100%;
  padding-top: 58px;
}
@media (max-width: 991px) {
  .row-height {
    height: auto;
    padding-top: 48px;
  }
}

.map-right {
  height: 100%;
  min-height: 100%;
  padding: 0px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 0;
  z-index: 9999;
}
@media (max-width: 991px) {
  .map-right {
    height: 400px;
    position: static;
    min-height: inherit;
  }
}

#map_right_listing {
  height: 100%;
  width: 100%;
}

.content-left {
  height: 100%;
  min-height: 100%;
  overflow-y: scroll;
  background-color: #f8f8f8;
}
@media (max-width: 991px) {
  .content-left {
    padding-top: 0;
  }
}

/*-------- 2.5 Login/register --------*/
#login_bg, #register_bg {
  background: #444 url(../images/access_bg.jpg) center center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  width: 100%;
}

#register_bg {
  background: #444 url(../images/access_bg.jpg) center center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#login figure, #register figure {
  text-align: center;
  border-bottom: 1px solid #ededed;
  margin: -45px -60px 25px -60px;
  padding: 20px 60px 25px 60px;
}
@media (max-width: 767px) {
  #login figure, #register figure {
    margin: -30px -30px 20px -30px;
    padding: 15px 60px 20px 60px;
  }
}
#login aside, #register aside {
  width: 430px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  padding: 45px 60px 60px 60px;
  margin-left: -215px;
  position: absolute;
  left: 50%;
  top: 0;
  overflow-y: auto;
  background-color: #fff;
  min-height: 100vh;
}
@media (max-width: 767px) {
  #login aside, #register aside {
    width: 100%;
    padding: 30px;
    left: 0;
    margin: 0;
  }
}
#login aside form, #register aside form {
  margin-bottom: 60px;
  display: block;
}
#login aside form .form-group input, #register aside form .form-group input {
  padding-left: 40px;
}
#login aside form .form-group i, #register aside form .form-group i {
  font-size: 21px;
  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;
  position: absolute;
  height: 30px;
  left: 0;
  bottom: 30px;
  width: 100%;
  color: #999;
  font-weight: 500;
}

.access_social {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .access_social {
    margin-top: 30px;
  }
}

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

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

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

/* Checkbox style */
.container_check {
  display: block;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 30px;
  line-height: 1.4;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.container_check input:checked ~ .checkmark {
  background-color: #da2b1c;
  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;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.container_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

/* Radio buttons */
.container_radio {
  display: block;
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container_radio input {
  position: absolute;
  opacity: 0;
}
.container_radio input:checked ~ .checkmark:after {
  opacity: 1;
}
.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;
  -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;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #da2b1c;
  -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;
}

/*-------- 2.6 Checkout --------*/
.step .nav-link {
  display: block;
  padding: 0 15px;
  height: 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #444;
}

.step .nav-link:hover, .nav-link:focus {
  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 {
  border: none;
}

.step .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.step .nav-tabs .nav-link.active,
.step .nav-tabs .nav-item.show .nav-link {
  border-bottom: 2px solid #da2b1c;
  color: #da2b1c;
  background-color: transparent;
}

.step .tab-content.checkout {
  padding: 15px 0 0 0;
}
.step .tab-content.checkout hr {
  margin: 10px 0;
}
.step .tab-content.checkout .form-group {
  margin-bottom: 10px;
}
.step .tab-content.checkout .nice-select {
  margin-bottom: 0;
}
.step .tab-content.checkout .social_bt {
  margin-bottom: 10px;
}

#other_addr_c {
  display: none;
}

.step {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .step {
    margin-bottom: 35px;
  }
}
.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;
}
@media (max-width: 767px) {
  .step h3:before {
    border: none;
  }
}
.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;
}
@media (max-width: 767px) {
  .step h3:after {
    border: none;
  }
}
.step.first h3:before, .step.last h3:after {
  border: none;
}
.step h3 {
  padding: 10px 12px 10px 20px;
  background: #333;
  position: relative;
  margin-bottom: 15px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .step h3 {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
  }
}
.step #forgot_pw {
  -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);
}

.payments ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.payments ul li {
  border-bottom: 1px solid #ededed;
  margin-bottom: 8px;
}
.payments ul li a.info {
  display: inline-block;
  float: right;
  color: #444;
}
.payments ul li a.info:hover {
  color: #da2b1c;
}
.payments ul li a.info:after {
  font-family: 'themify';
  content: "\e718";
  position: relative;
  right: 0;
  top: 0;
  font-size: 15px;
  font-size: 0.9375rem;
}

.payment_info figure img {
  height: 20px;
  width: auto;
}
.payment_info p {
  font-size: 13px;
  font-size: 0.8125rem;
}

.box_general.summary {
  background-color: #fff;
  padding-bottom: 20px;
}
.box_general.summary ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.box_general.summary ul li {
  border-bottom: 1px solid #ededed;
  margin-bottom: 8px;
  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: 12px;
  font-size: 0.75rem;
  padding-top: 4px;
}

#confirm {
  text-align: center;
  background-color: #f8f8f8;
  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: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards;
}

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

/*-------- 2.7 Account --------*/
.box_account {
  margin-bottom: 25px;
}
.box_account h3 {
  font-size: 21px;
  font-size: 1.3125rem;
  padding-left: 30px;
  height: 30px;
  padding-top: 5px;
  display: inline-block;
  margin-bottom: 15px;
}
.box_account h3.client {
  background: url(../images/user.svg) center left no-repeat;
}
.box_account h3.new_client {
  background: url(../images/new_user.svg) center left no-repeat;
}
.box_account .form_container {
  -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);
  background-color: #fff;
  padding: 25px;
  position: relative;
}
.box_account .form_container hr {
  margin: 0 0 10px 0;
}
.box_account .form_container a.social_bt {
  margin-bottom: 0;
  min-width: inherit;
}
@media (max-width: 991px) {
  .box_account .form_container a.social_bt {
    margin-bottom: 5px;
  }
}
.box_account .form_container .divider {
  margin-top: 20px;
}
.box_account .form_container .divider span {
  background-color: #fff;
}
.box_account .form_container .form-group {
  margin-bottom: 10px;
}
.box_account .form_container #forgot_pw {
  height: 100% !important;
  min-height: inherit;
  background-color: #fff;
  padding: 25px;
}

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

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

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

@keyframes cluster-animation {
  0%,100% {
    transform: scale(1.3) rotate(0deg);
  }
  50% {
    transform: scale(1.5) rotate(90deg);
  }
}
.map {
  width: 100%;
  height: 500px;
}
.map.map_single {
  height: 400px;
}

.infoBox {
  -webkit-animation: fadeIn 0.9s;
  animation: fadeIn 0.9s;
  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;
  }
}
.marker_info {
  width: 240px;
  height: 270px;
  border-radius: 5px;
  text-align: left;
  background: #000;
  background: white;
  position: relative;
  z-index: 999;
  font-family: "Poppins", Helvetica, sans-serif;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}
.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: 16px;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 500;
  margin-top: 3px;
  color: #444;
}
.marker_info em {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #999;
  font-style: normal;
}
.marker_info span {
  display: block;
  padding: 15px 20px 0 20px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
  color: #fff;
  position: relative;
}
.marker_info span strong {
  display: block;
  font-weight: 500;
}
.marker_info:after {
  right: 100%;
  top: 56%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-right-color: white;
  border-width: 12px;
  margin-top: -12px;
}

a.btn_infobox_detail {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 20px;
  height: 20px;
}

a.btn_infobox_detail:before, .btn_infobox_get_directions:before, a.btn_infobox_phone:before {
  font-style: normal;
  font-weight: normal;
  font-family: "ElegantIcons";
  font-size: 20px;
  font-size: 1.25rem;
  cursor: pointer;
}

a.btn_infobox_detail:before {
  content: "\70";
  color: #ccc;
}
a.btn_infobox_detail:before:hover {
  color: #da2b1c;
}

.btn_infobox_get_directions, a.btn_infobox_phone {
  border: none;
  display: inline-block;
  font-weight: 500;
  color: #da2b1c;
  background: none;
  cursor: pointer;
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  outline: none;
}
.btn_infobox_get_directions:focus, a.btn_infobox_phone:focus {
  outline: none;
}

.btn_infobox_get_directions:hover, a.btn_infobox_phone:hover {
  color: #333;
}

.btn_infobox_get_directions:before {
  font-size: 14px;
  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: 12px;
  font-size: 0.75rem;
}

/*-------- 2.9 Contacts--------*/
#map_contact {
  width: 100%;
  height: 450px;
}
@media (max-width: 991px) {
  #map_contact {
    height: 350px;
  }
}

iframe#map_iframe {
  width: 100%;
  height: 450px;
  border: 0;
}
@media (max-width: 991px) {
  iframe#map_iframe {
    height: 400px;
  }
}

.box_contacts {
  background-color: #fff;
  padding: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
}
.box_contacts h2 {
  font-weight: 500;
  margin: 10px 0 10px 0;
  font-size: 21px;
  font-size: 1.3125rem;
}
.box_contacts i {
  font-size: 46px;
  font-size: 2.875rem;
  color: #da2b1c;
}
.box_contacts a {
  color: #555;
}
.box_contacts a:hover {
  color: #da2b1c;
  text-decoration: underline;
}

.error_message {
  font-weight: 500;
  color: #e3464c;
}

/*-------- 2.10 404 page --------*/
#error_page {
  background: #0054a6 url(../images/pattern_1.svg) center bottom repeat-x;
  color: #fff;
  height: 600px;
}
@media (max-width: 767px) {
  #error_page {
    background-size: auto 300px;
  }
}
#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: 140px;
  font-size: 8.75rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}
#error_page h2 i {
  color: #FFC107;
}
@media (max-width: 767px) {
  #error_page h2 {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
#error_page p {
  font-size: 21px;
  font-size: 1.3125rem;
}
@media (max-width: 767px) {
  #error_page p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  #error_page {
    padding: 0;
    height: 500px;
  }
}

.search_bar_error {
  position: relative;
  margin-bottom: 60px;
}
.search_bar_error input[type='text'] {
  border: 0;
  height: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding-left: 15px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
}
.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: #FFC107;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search_bar_error input[type='submit']:hover {
  background-color: #32a067;
  color: #fff;
}

/*-------- 2.11 Media Gallery --------*/
.grid-gallery ul {
  margin: 0 0 25px 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.grid-gallery ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin: -3px;
  min-height: 100%;
  width: 25%;
  background-color: #000;
  list-style: none;
}
@media (max-width: 991px) {
  .grid-gallery ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .grid-gallery ul li {
    width: 100%;
    min-height: 100%;
    float: none;
  }
}
.grid-gallery ul li figure {
  position: relative;
  overflow: hidden;
  margin: -3px;
}
.grid-gallery ul li figure img {
  width: 100%;
  height: 150px;
  -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;
}
.grid-gallery ul li figure:hover img, .grid-gallery ul li figure:focus 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:hover figcaption, .grid-gallery ul li figure:focus figcaption {
  opacity: 1;
}
.grid-gallery ul li figure:hover figcaption .caption-content, .grid-gallery ul li figure:focus figcaption .caption-content {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.grid-gallery ul li figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15% 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  opacity: 0;
  -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;
}
.grid-gallery ul li figcaption .caption-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -100px;
  width: 200px;
  -webkit-transform: translate(0px, 15px);
  -moz-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  -o-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
  -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;
}
.grid-gallery ul li figcaption a {
  color: #fff;
}
.grid-gallery ul li figcaption a:hover, .grid-gallery ul li figcaption a:focus {
  color: #FFC107;
}
.grid-gallery ul li figcaption i {
  font-size: 30px;
  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: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*-------- 2.12 Faq --------*/
.box_style_cat {
  background: #fff;
  border: 1px solid #ededed;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .box_style_cat {
    display: none;
  }
}

ul#cat_nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#cat_nav li {
  border-bottom: 1px solid #ededed;
}
ul#cat_nav li i {
  font-size: 16px;
  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: 11px;
  font-size: 0.6875rem;
  color: #999;
}
ul#cat_nav li a:hover, ul#cat_nav li a#active, ul#cat_nav li a.active {
  color: #da2b1c;
}

.hero_in form {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
}

a.box_topic {
  text-align: center;
  background: #fff;
  padding: 40px 30px 15px 30px;
  display: block;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  color: #555;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  a.box_topic {
    padding: 20px 20px 0 20px;
  }
}
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: 60px;
  font-size: 3.75rem;
  color: #32a067;
  margin-bottom: 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background-color: #2c8e5b;
  background-color: rgba(50, 160, 103, 0.05);
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 15px;
}
a.box_topic h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

.list_articles ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list_articles ul li {
  float: left;
  width: 45%;
  margin-right: 45px;
  padding: 15px 0;
  border-bottom: 1px solid #ededed;
}
.list_articles ul li a {
  color: #555;
  display: block;
}
.list_articles ul li a:hover {
  color: #da2b1c;
  -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: 10px;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  top: 2px;
}
@media (max-width: 991px) {
  .list_articles ul li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

ul.list_3 {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list_3 li {
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
}
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 25px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

/*-------- 2.13 Bookings --------*/
.box_booking {
  -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);
  background-color: #fff;
  padding: 25px;
  margin-bottom: 25px;
}

.strip_booking {
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.strip_booking.last {
  border-bottom: none;
}
.strip_booking h3 {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  position: relative;
  top: 10px;
  padding-left: 65px;
}
@media (max-width: 767px) {
  .strip_booking h3 {
    margin: 15px 0;
  }
}
.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: 12px;
  font-size: 0.75rem;
}
.strip_booking .date .day strong {
  font-size: 32px;
  font-size: 2rem;
  font-weight: normal;
  display: block;
  color: #32a067;
  margin-bottom: 3px;
}

.strip_booking h3.hotel_booking:before, .strip_booking h3.restaurant_booking:before, .strip_booking h3.bars_booking:before {
  font-style: normal;
  font-weight: normal;
  font-family: "fontello";
  font-size: 24px;
  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: 11px;
  font-size: 0.6875rem;
  color: #999;
  line-height: 12px;
  border-right: 1px solid #ededed;
  text-align: right;
}
ul.info_booking li {
  margin-bottom: 5px;
}
ul.info_booking li strong {
  text-transform: uppercase;
  display: block;
  color: #555;
}

.booking_buttons {
  margin-top: 20px;
}

a.btn_2, .btn_2, a.btn_3, .btn_3 {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  background: #da2b1c;
  cursor: pointer;
  padding: 7px 8px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 9px;
  font-weight: 500;
  display: block;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
a.btn_2:hover, .btn_2:hover, a.btn_3:hover, .btn_3:hover {
  background: #FFC107;
  color: #444;
}

a.btn_3, .btn_3 {
  color: #999;
  background: #eee;
  min-width: 60px;
  text-align: center;
  margin-top: 3px;
}

/*============================================================================================*/
/* 3.  COMMON */
/*============================================================================================*/
/*-------- 3.1 Misc --------*/
.closed .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
}
.closed .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
  opacity: 1;
}

.opened {
  opacity: 1;
}
.opened .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
}
.opened .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
  opacity: 0;
}

.circle-plus {
  height: 14px;
  width: 14px;
  display: block;
  position: relative;
  float: right;
  margin-top: 5px;
}

.circle-plus .horizontal {
  position: absolute;
  background-color: #999;
  width: 14px;
  height: 2px;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: 0;
}

.circle-plus .vertical {
  position: absolute;
  background-color: #999;
  width: 2px;
  height: 14px;
  left: 50%;
  margin-left: -2px;
  top: 50%;
  margin-top: -6px;
}

.form-control {
  height: calc(2.55rem + 2px);
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d2d8dd;
}

.form-group {
  position: relative;
}

.bg_color_1 {
  background-color: #fff;
}

.box_1 {
  background-color: #121921;
  color: #fff;
  padding: 45px;
  opacity: 0;
}
.box_1 p {
  opacity: 0.8;
}
.box_1 h3 {
  color: #fff;
}

.animated .box_1 {
  animation: color 0.3s ease-in-out;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-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;
}

.call_section {
  background-color: #da2b1c;
  position: relative;
  color: #fff;
}
.call_section h2 {
  color: #fff;
}
.call_section .wrapper {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 22;
}
.call_section .box_how {
  text-align: center;
  position: relative;
}
.call_section .box_how h3 {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}
.call_section .box_how i {
  color: #fff;
  font-size: 60px;
  font-size: 3.75rem;
  margin-bottom: 10px;
  color: #FFC107;
}
.call_section.pattern {
  background: #da2b1c url(../images/pattern.svg) center center repeat fixed;
}
.call_section.pattern .wrapper {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
}
.call_section.image_bg {
  background: #da2b1c url(../images/bg_call_section.jpg) center center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.call_section.image_bg .wrapper {
  background-color: black;
  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, .pagination:after, .clear:before, .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 li:first-child {
  border: none;
}
.pagination a,
.pagination span {
  background: none;
  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: none;
  position: relative;
  transition: all 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: all 170ms linear;
  top: 50%;
  width: 0;
}
.pagination a:hover:not(.active) {
  color: black;
}
.pagination a:hover:not(.active):before {
  animation: hoverAnimation 510ms linear forwards;
  height: 40px;
  width: 40px;
}
.pagination a.active {
  background: #da2b1c;
  color: white;
  cursor: default;
}
.pagination .prev,
.pagination .next {
  font-size: 14px;
}

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

.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:hover {
  border-color: #d2d8dd;
}
.custom-select-form .nice-select:active, .custom-select-form .nice-select.open, .custom-select-form .nice-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select-form select {
  display: none;
}

ul.share-buttons {
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 0 0 25px 0;
}
ul.share-buttons li {
  display: inline-block;
  margin: 0 5px 5px 5px;
}
ul.share-buttons li a {
  background: #fff;
  border: 1px solid #666;
  border-radius: 50px;
  font-weight: 500;
  font-size: 13px;
  padding: 7px 20px;
  transition: 0.3s;
  display: inline-block;
  line-height: 17px;
  font-weight: 500;
}
ul.share-buttons li a:hover {
  color: #fff;
}
ul.share-buttons li a.fb-share {
  border-color: #3b5998;
  color: #3b5998;
}
ul.share-buttons li a.fb-share:hover {
  background: #3b5998;
  color: #fff;
}
ul.share-buttons li a.gplus-share {
  border-color: #dd4b39;
  color: #dd4b39;
}
ul.share-buttons li a.gplus-share:hover {
  background: #dd4b39;
  color: #fff;
}
ul.share-buttons li a.twitter-share {
  border-color: #1da1f2;
  color: #1da1f2;
}
ul.share-buttons li a.twitter-share:hover {
  background: #1da1f2;
  color: #fff;
}
ul.share-buttons li i {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  right: 3px;
  top: 2px;
}

/* Jquery select */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 3px;
  border: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 48px;
  outline: none;
  padding-left: 15px;
  padding-right: 27px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  color: #555;
  padding-top: 2px;
}
.nice-select:hover {
  border-color: #8c8c8c;
}
.nice-select:active, .nice-select.open, .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: all 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: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: -1px !important;
  right: -1px !important;
}
.nice-select.right {
  float: right;
}
.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 {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-25px);
  transition: all 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 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px 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: none;
  padding-left: 15px;
  padding-right: 26px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: 500;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* Scroll top button */
#toTop {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 9999;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  border-radius: 50%;
  text-align: center;
  font-size: 21px;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  #toTop {
    display: none !important;
  }
}
#toTop:after {
  content: "\e899";
  font-family: "fontello";
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}
#toTop:hover {
  background-color: #da2b1c;
}

/*-------- 3.2 Accordion --------*/
.accordion_2 .card {
  border: 0;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.accordion_2 .card .card-header {
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  padding: 20px;
}
.accordion_2 .card-body {
  padding-bottom: 0;
}
.accordion_2 .card-header h5 {
  font-size: 16px;
  font-size: 1rem;
}
.accordion_2 .card-header h5 a {
  border: 0;
  display: block;
  color: #999;
}
.accordion_2 .card-header h5 a i.indicator {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  float: right;
  color: #da2b1c;
}

.card {
  border-radius: 0;
  border: 0;
  margin-bottom: 5px;
}

/*-------- 3.3 List --------*/
ul.list_ok {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
ul.list_ok li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
ul.list_ok li:before {
  font-family: 'ElegantIcons';
  content: "\52";
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #32a067;
}

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: normal;
  font-family: 'ElegantIcons';
  font-size: 14px;
  font-size: 0.875rem;
  content: "\e052";
  color: #32a067;
  position: absolute;
  left: 0;
  top: 0;
}

/*-------- 3.4 Spacing --------*/
.add_bottom_10 {
  margin-bottom: 10px;
}

.add_bottom_15 {
  margin-bottom: 15px;
}

.add_bottom_30 {
  margin-bottom: 30px;
}

.add_bottom_45 {
  margin-bottom: 45px;
}

.add_bottom_60 {
  margin-bottom: 60px;
}

.add_bottom_75 {
  margin-bottom: 75px;
}

.add_top_10 {
  margin-top: 10px;
}

.add_top_15 {
  margin-top: 15px;
}

.add_top_20 {
  margin-top: 20px;
}

.add_top_30 {
  margin-top: 30px;
}

.add_top_60 {
  margin-top: 60px;
}

.more_padding_left {
  padding-left: 40px;
}

.nomargin_top {
  margin-top: 0;
}

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

.nomargin {
  margin: 0 !important;
}

.margin_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.margin_30_5 {
  padding-top: 30px;
  padding-bottom: 5px;
}

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

.margin_60_35 {
  padding-top: 60px;
  padding-bottom: 35px;
}
@media (max-width: 575px) {
  .margin_60_35 {
    padding-top: 30px;
    padding-bottom: 5px;
  }
}

.margin_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .margin_80 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .margin_80 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.margin_80_55 {
  padding-top: 80px;
  padding-bottom: 55px;
}
@media (max-width: 991px) {
  .margin_80_55 {
    padding-top: 60px;
    padding-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .margin_80_55 {
    padding-top: 45px;
    padding-bottom: 15px;
  }
}

.margin_80_0 {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .margin_80_0 {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .margin_80_0 {
    padding-top: 30px;
  }
}

.margin_30_95 {
  padding-top: 30px;
  padding-bottom: 95px;
}
@media (max-width: 991px) {
  .margin_30_95 {
    padding-top: 15px;
    padding-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .margin_30_95 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (max-width: 991px) {
  .hidden_tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden_mobile {
    display: none !important;
  }
}

/*-------- 3.5 Block reveal --------*/
.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: reveal_left_to_right 1s ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  background: #0054a6;
}
.animated .block-vertical {
  animation: reveal_top_to_bottom 1s ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  background: #0054a6;
}

.block-reveal img {
  -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;
  opacity: 0;
}

.animated .block-reveal img {
  animation: color 0.5s ease-in-out;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-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;
  }
}
/*-------- 3.6 Cookie bar --------*/
#cookie-bar {
  background: rgba(0, 0, 0, 0.8);
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 15px 0;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  padding: 2px 10px;
  margin-left: 8px;
}
@media (max-width: 767px) {
  #cookie-bar a {
    display: block;
    max-width: 150px;
    margin: auto;
    margin-bottom: 5px;
  }
}
#cookie-bar .cb-enable {
  background: #32a067;
}
#cookie-bar .cb-enable:hover {
  background: #fff;
  color: #0054a6;
}
#cookie-bar .cb-disable {
  background: #990000;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #da2b1c;
}
#cookie-bar .cb-policy:hover {
  background: #fff;
  color: #0054a6;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
@media (max-width: 767px) {
  #cookie-bar {
    padding: 5px 0;
  }
}

/*-------- 3.7 Sing In Modal --------*/
#sign-in-dialog {
  background: #fff;
  padding: 30px;
  padding-top: 0;
  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;
}

/* Popup close button*/
#sign-in-dialog .mfp-close,
#lang-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;
}

#sign-in-dialog .mfp-close:hover,
#lang-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 4px;
  -ms-border-radius: 4px 4px;
  border-radius: 4px 4px;
  display: inline-block;
  background-color: #f6f6f6;
  padding: 18px 20px 15px 20px;
  margin-bottom: 30px;
}
.small-dialog-header h3 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

#sign-in-dialog .form-group {
  position: relative;
}

#sign-in-dialog .form-group input.form-control {
  padding-left: 40px;
}

#sign-in-dialog .form-group i {
  font-size: 21px;
  font-size: 1.3125rem;
  position: absolute;
  left: 12px;
  top: 34px;
  color: #ccc;
  width: 25px;
  height: 25px;
  display: block;
  font-weight: 400 !important;
}

#sign-in-dialog .form-group i.icon_lock_alt {
  top: 36px;
}

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

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

.checkboxes label {
  color: #999;
  margin-top: 5px;
}

a#forgot {
  color: #999;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
}

#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) {
  #forgot_pw {
    padding: 0;
  }
}
#forgot_pw label {
  font-weight: 500;
}

.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;
  text-align: center;
  color: #fff;
  min-width: 200px;
  margin-bottom: 15px;
  display: block;
  padding: 12px;
  line-height: 1;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
a.social_bt:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}

a.social_bt.facebook:before,
a.social_bt.google:before,
a.social_bt.linkedin:before {
  font-family: 'ElegantIcons';
  position: absolute;
  left: 12px;
  top: 10px;
  font-size: 1rem;
  color: #fff;
}

a.social_bt.facebook {
  background-color: #3B5998;
}
a.social_bt.facebook:before {
  content: "\e093";
}

a.social_bt.google {
  background-color: #DC4E41;
}
a.social_bt.google:before {
  content: "\e096";
  top: 12px;
}

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

/* Magnific popup */
.mfp-bottom-bar {
  padding: 0 10px !important;
}

.mfp-counter {
  right: 10px !important;
  color: #fff !important;
}

.mfp-bg {
  opacity: 0.8 !important;
}

/*-------- 3.8 Datepicker --------*/
.applyBtn.btn.btn-sm.btn-primary {
  background-color: #da2b1c;
  border: 0;
}

.drp-selected {
  display: none !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #0054a6 !important;
}

/*-------- Styles Switcher --------*/
#style-switcher {
  background: #fff;
  width: 205px;
  position: fixed;
  top: 205px;
  z-index: 99;
  left: -205px;
  border-radius: 0 0 4px 0;
  -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 0px 10px 0;
  overflow: hidden;
}

.colors li {
  float: left;
  margin: 4px 2px 0 2px;
}

.colors li a {
  display: block;
  width: 17px;
  height: 17px;
  cursor: pointer;
}

.default {
  background: #da2b1c;
}

.aqua {
  background: #1cbbb4;
}

.green_switcher {
  background: #82ca9c;
}

.orange {
  background: #f7941d;
}

.beige {
  background: #bea882;
}

.gray {
  background: #555555;
}

.green-2 {
  background: #18a84c;
}

.navy {
  background: #4a5d7d;
}

.peach {
  background: #faaa5d;
}

.purple {
  background: #6449e7;
}

.red {
  background: #f0151f;
}

.violet {
  background: #990099;
}

.colors li a.active {
  box-shadow: 0 0 0 2px #fff inset;
}

.colors li a {
  border-radius: 3px;
}

@media only screen and (max-width: 1024px) {
  #style-switcher {
    display: none;
  }
}

.easy-step {
  padding: 4rem;
}

.easy-content p {
  font-size: 1rem;
}
.easy-content h6 {
  font-weight: bold;
  text-transform: capitalize;
}
.easy-step h2 {
  text-transform: capitalize;
  text-align: center;
  color: #d2021c;
  padding: 2rem;
  font-family: 'Bree Serif', serif;
}
.easy-content i {
  font-size: 2.5rem;
  color: #d2021c;
}
.easy-content {
  align-items: center;
  text-align: center;
  padding: 3rem 0;
}

.why {
  padding: 1rem 4rem 1rem 4rem;
}

.why h2 {
  text-align: center;
  color: #d2021c;
  margin-bottom: 2rem;
  font-family: 'Bree Serif', serif;
}

.moverspackers-fancy-title {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0px 0px 66px;
}
.moverspackers-fancy-title h2 {
    font-size: 30px;
    font-weight: bold;
    margin: -1px 0px 32px;
    line-height: 0.8;
    letter-spacing: 1.5px;
    position: relative;
}
.moverspackers-fancy-title > span {
    position: absolute;
    left: 50%;
    top: -49px;
    opacity: 0.08;
    font-size: 80px;
    font-weight: bold;
    margin: 0px 0px 0px -47px;
    letter-spacing: 1.5px;
}
.moverspackers-fancy-title p {
    font-size: 16px;
    margin: 0px;
    line-height: 26px;
    font-style: italic;
    display: inline-block;
    width: 54%;
    letter-spacing: 1.3px;
}
/*Services*/
.moverspackers-services,.moverspackers-services-text,.moverspackers-services-wrap {
    float: left;
    width: 100%;
}
.moverspackers-services > ul > li {
    margin: 0px 0px 30px;
    list-style: none;
}
.moverspackers-services-wrap { padding: 20px 0px 0px 20px;}
.moverspackers-services-text {
    padding: 0px 40px 33px 30px;
    text-align: center;
    position: relative;
    border-radius: 5px;
    background-color: #f5f5f5;
}
.moverspackers-services-text i {
    position: absolute;
    left: -20px;
    top: -20px;
    width: 60px;
    height: 60px;
    background-color: #f5f5f5;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    padding: 18px 0px 0px;
    border: 1px dashed #de2e1f;
color: #de2e20;
}
.moverspackers-services ul li:hover .moverspackers-services-text i { color: #343434;}
.moverspackers-services-text h5 {
    margin: 0px 0px 14px;
    font-weight: bold;
    letter-spacing: 1px;
	color: #de2e1f;
}
.moverspackers-services ul li:hover .moverspackers-services-text h5,
.moverspackers-services ul li:hover .moverspackers-services-text p { color: #ffffff;}
.moverspackers-services-text p {
    margin: 0px;
    line-height: 26px;
    letter-spacing: 0.8px;
	text-align: justify;
}

.moverspackers-services ul li:hover .moverspackers-services-text{
  background-color: #dc2c1e;
}

.moverspackers-fancy-title h2 > span {
	
	color:#000;
}

.calme {
  padding:1rem 4rem 1rem 4rem;
  min-height: auto;
  color: #000;
  border-top: 1px solid #fff;
  background-size: cover;
  background: #fff;
}

.bighead {
  font-family: 'Bree Serif', serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #d2021c;
}

.appform {
  margin-bottom: 10px;
  position: relative;
}
.calme .appform p {
  font-weight: 500;
}

.input-group-addon {
  width: 45px !important;
  height: 38px;
  color: #e00505;
  border-color: transparent;
  border-bottom: solid 1px #e00606;
  border-radius: 0;
  background: 0 0;
  font-size: 17px;
  padding: 6px 15px;
  font-weight: 500;
}

.input-group-addon {
  width: 45px !important;
  height: 38px;
  color: #e00505;
  border-color: transparent;
  border-bottom: solid 1px #e00606;
  border-radius: 0;
  background: 0 0;
  font-size: 17px;
  padding: 6px 15px;
  font-weight: 500;
}

.call-back.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff08;
  background-clip: padding-box;
  border-bottom: 1px solid #151616 !important;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px 1px 1px 1px solid red;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}

.phonehelp {
  display: inline-block;
  background: #d2021c;
  padding: 5px;
  border-radius: 3px;
  font-size: 12px;
  margin-top: 5px;
  margin-right: 15px;
}

.helpno,
.helpno a {
  color: #02418a;
}

.appform .APPlink,
.appform .SpeaktoUS,
.appform h3 {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 0;
  color: #000;
  letter-spacing: 0;
  font-weight: 500;
}
.helpno a {
  color: #d2021c;
  font-size: 25px;
  font-weight: 700;
}

.phonehelp i {
  font-size: 31px;
  color: #fff;
}

.input-group.col-md-6 {
  margin-top: 30px;
}

.input-group {
  flex-wrap: nowrap !important;
}
.social-media-icons {
  margin: 2rem;

  font-size: 40px;
  color: #d2021c;
}
.social-media-icons i {
  padding-right: 10px;
}

.divider {
  border-right: 1px solid #d1cdcd;
}

li.city-links:before {
  content: '\f061'; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  /* margin-left: -1.3em; */ /* same as padding-left set on li */
  /* width: 1.3em; */ /* same as padding-left set on li */
  color: #d2021c;
  font-size: 14px;
  padding-right: 13px;
}

ul.flink {
  column-count: 3;
  width: 100%;
}

li.city-links {
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  /* color: red; */
}

li.city-links {
}

li.city-links a {
  color: #5b5353;
  font-size: 14px;
  font-weight: 400;
  color: #484242;
  line-height: 12px;
  text-align: justify;
}

li.nav-item.login a.nav-link {
  background: #d2021c;
  padding: 5px 27px !important;
  color: #fff !important;
  font-weight: 600 !important;
  border-radius: 6px !important;
}

.logistic-form .form-control {
  display: block;
  width: 100%;
  height: 42px !important;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

 .testimonial {
	 width: 100%;
	
	 display: flex;
	 justify-content: center;
	 align-items: center;
	background-color: #2b2b2b;
color: #2b2b2b;
}
 .testimonial-slide {
	 padding: 40px 20px;
}
 .testimonial_box-top {
	 background-color: #FFF;
	 padding: 30px;
	 border-radius: 15px;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 flex-direction: column;
	 text-align: center;
	 box-shadow: 5px 5px 20px rgba(245, 174, 168, 0.63);
	 height:400px;
}
 .testimonial_box-icon {
	 padding: 10px 0;
}
 .testimonial_box-icon i {
	 font-size: 25px;
	 color: #14213d;
}
 .testimonial_box-text {
	 padding: 10px 0;
}
 .testimonial_box-text p {
	 color: #293241;
	 font-size: 12px;
	 line-height: 16px;
	 margin-bottom: 0;
	 text-align:justify;
}
 .testimonial_box-img {
	 padding: 20px 0 10px;
	 display: flex;
	 justify-content: center;
}
 .testimonial_box-img img {
	 width: 70px;
	 height: 70px;
	 border-radius: 50px;
	 border: 2px solid #e5e5e5;
}
 .testimonial_box-name {
	 padding-top: 10px;
}
 .testimonial_box-name h4 {
	 font-size: 20px;
	 line-height: 25px;
	 color: #293241;
	 margin-bottom: 0;
}
 .testimonial_box-job p {
	 color: #293241;
	 font-size: 14px;
	 text-transform: uppercase;
	 letter-spacing: 3px;
	 line-height: 20px;
	 font-weight: 300;
	 margin-bottom: 0;
}
 .footerkey {
  width: 100%;
  height: auto;
  background-color: #fff;
}
.footerkey h4 {
  font-family: 'Bree Serif', serif;
  color: #d2021c;

  margin-bottom: 1.5rem;
  line-height: 52px;
}

.footerkey h3 {
  /* font-family: 'Bree Serif', serif; */
  color: #d2021c;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
}

.footerkey ul ::before {
  content: "\21D2";
display: inline-block;
margin-left: -1.3em;
width: 1.3em;
color: #d2021c;
}

.footerkey h4 {
  border-bottom: 2px dashed #000000;
  margin-top: 0;
}
.social-media-icons li {
  display: flex;
}
.social-media-icons li img {
  width: 35%;
}
.legal {
  display: flex;
}
.legal img {
  width: 35%;
}
.legal-border {
  border: 2px dashed #d2021c;
}
.legal-border img {
  width: 40%;
  margin-right: 10px;
}
.service-content {
  justify-content: space-around;
  display: flex;
  padding: 2px 10px;
}
.service-content i {
  color: #d2021c;
  font-size: 2rem;
}
.service-content h5 {
  text-transform: capitalize;
  margin-top: 3px;
  font-size: 1.2rem;
}

.homeboxs{
  box-shadow: 0 15px 30px 1px grey;
background: rgba(255, 255, 255, 0.90);
text-align: center;
border-radius: 5px;
overflow: hidden;
margin: 5em auto;
height: 500px;
width: 100%;
padding: 10px;
  
  
}

.card-title img {
  vertical-align: middle;
  border-style: none;
  width: 100%;
  max-width: 100%;
}

.best-deal {
 background-color: #d2021c !important;
padding: 8px 8px;
border-radius: 20px;
margin-top: 4px;
text-transform: capitalize;
border: 1px solid #d2021c;
color: #fff;
font-weight: bold;
}

.colors {
  background-color: #d2021c;
  color: #fff;
}

.formslog{
	
	font-size: 23px;
color: #000;
}


.vendor-profile-single {
  background: #c5c5cb75;
  padding: 3rem 0 5rem;
  /*font-family: "mulisemibold";*/
}

.profile-single p i {
  color: var( --weddingdir-color-cyan, #00aeaf );
  padding-right: 5px;
}
.profile-single .reviews {
  color: #444444;
  /*font-size: 0.875rem;*/
}
.profile-single .reviews .badge {
  background: #99cc32;
  font-size: 0.875rem;
  color: #fff;
  margin-right: 4px;
}
.vendor-nav-sticky {
  position: sticky;
  top: 76px;
  z-index: 1001;
}

.vendor-tab-circle .nav-pills {
  background: #FFF;
  border-radius: 7px;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 7%);
  padding: 0.8rem 1rem;
}
.vendor-tab-circle {
  position: absolute;
  top: -84px;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 99;
}

.pos-rel {
  position: relative;
}
.vendor-tab-circle {
  position: absolute;
  top: -84px;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 99;
}
.vendor-tab-circle .nav-pills .nav-item:not(:last-child) {
  margin-right: 0.7rem;
}
.vendor-tab-circle .nav-pills .nav-link {
  background: #d7d7d8;
    background-color: rgb(215, 215, 216);
  color: #fff;
  height: 36px;
  width: 36px;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.hired-buttons {
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
.hired-buttons a:not(:last-child) {
  margin-right: 0.5rem;
}
.hired-buttons a i {
  color: #00aeaf;
  padding-right: 4px;
}
.hired-buttons a {
  color: #232323;
  font-weight: 700;
}
.btn-white, .btn-outline-white {
  color: var( --weddingdir-color-cyan-light, #00adae );
  background-color: #fff;
  border-color: #eeeeee;
  padding: 0.7rem 1.3rem 0.7rem;
}

.vendor-nav {
  border-radius: 5px;
  background-color: #dc2a1b;
  box-shadow: 0.1px 0.33px 3px 0px rgb(0 0 0 / 15%);
  padding: 1rem 1.5rem;
  margin-top: -1.7rem;
  margin-bottom: 3rem;
}

.vendor-nav a {
  color: #b0b0b0;
  font-size: 00.875rem;
  text-transform: uppercase;
}

.vendor-nav a:not(:last-child) {
  margin-right: 30px;
}
.share-social {
  position: absolute;
  top: 0;
  right: -70px;
  font-size: 0.875rem;
  color: #5c5c5c;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.vendormenu-anim .share-social a {
  color: #333;
}
.share-social a:not(:last-child) {
  margin-bottom: 0.3rem;
}
.share-social a:not(:last-child) {
  margin-bottom: 0.3rem;
}
.share-social a {
  display: block;
  max-width: 24px;
  margin: 0 auto;
    margin-bottom: 0px;
}




.card-shadow {
  border-radius: 7px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0.1px 0.33px 3px 0px rgb(0 0 0 / 15%);
}
.card-shadow:not(:last-child) {
  margin-bottom: 40px;
}
.card-shadow-header {
  border-bottom: 1px solid #f4f4f4;
  padding: 1rem 1.5rem;
  color: #232323;
}
.card-shadow-header h3 {
  margin-bottom: 0;
  font-weight: 700;
}
.card-shadow-header i {
  color: var( --weddingdir-color-cyan, #00aeaf );
  margin-right: 6px;
}
.card-shadow-body {
  padding: 1.5rem;
}

.section-title {
  /* margin-bottom: 3.5rem; */
  color: #444444;
  
}
.section-title h1 {

}


/*---- 8.1  Default Style ---*/
/* .form-control {
  border: none;
  box-shadow: none;
  font-size: 0.9375rem;
  border: 1px solid #f0f0f0;
  outline: none;
  color: #5b5b5b;
  background-color: #f8f8f9;
  height: auto;
   padding: 0.8rem 1rem; 
  border-radius: 5px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.form-control:focus {
  border: 1px solid #acacac;
  background: #fff;
  box-shadow: none;
}
.form-control:disabled,
.form-control[readonly] {
  opacity: 0.6;
}

::placeholder {
  color: #5b5b5b;
}
.custom-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;

  padding: 5px 0 0 10px;
}
.custom-control {
  color: #5b5b5b;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 5px;
  width: 25px;
  height: 25px;
  background-color: #f8f8f9;
}
.custom-radio .custom-control-label::before {
  width: 20px;
  height: 20px;
}
.custom-radio .custom-control-label::after {
  display: none;
}

.custom-radio .custom-control-label {
    padding: 4px 0 0 4px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  width: 19px;
  height: 19px;
  background-color: #fff;
  border-radius: 50%;
  left: -21px;
  top: 7px;
  display: none;
}
.custom-control-label::before {
  border-color: #acacac;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #acacac;
}
.custom-control-label::after {
  width: 25px;
  height: 25px;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: var( --weddingdir-color-orange, #f48f00 );
}
.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  border-color: var( --weddingdir-color-orange, #f29008 );
  background-color: #FFF;
  border: 4px solid var( --weddingdir-color-orange, #f29008 );
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  content: "\f00c";
  font-family: "FontAwesome";
  color: #fff;
  padding: 2px 0 0 5px;
  font-size: 0.9rem;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d;
  opacity: 0.5;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background: var( --weddingdir-color-orange, #f29008 );
} */
/*---- 8.1  Default Style End ---*/

/*---- 8.2  Form Light ---*/
.form-light.form-control {
  font-size: 0.9375rem;
  border: 2px solid #fff;
  outline: none;
  color: #131313;
  background-color: #fff;
  height: auto;
  padding: 0.8rem 1rem;
  border-radius: 5px;
  box-shadow: 0px 0px 147px 0px rgba(0, 0, 0, 0.07);
}

.form-light.form-control:focus {
  border: 2px solid #e5e4e6;
}
.form-light.form-control:disabled,
.form-light.form-control[readonly] {
  opacity: 0.6;
}

.form-light::-webkit-input-placeholder {
  /* Edge */
  color: #5b5b5b;
}

.form-light:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #5b5b5b;
}

.form-light::placeholder {
  color: #5b5b5b;
}
.form-light .custom-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  vertical-align: top;
  padding: 5px 0 0 12px;
}
.form-light .custom-control {
  color: #5b5b5b;
}
.form-light.custom-checkbox .custom-control-label::before,
.form-light.custom-checkbox .custom-control-label::after {
  border-radius: 5px;
  width: 25px;
  height: 25px;
}
.form-light.custom-radio .custom-control-label::before {
  width: 25px;
  height: 25px;
}

.form-light.custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-image: none;
  width: 19px;
  height: 19px;
  background-color: #fff;
  border-radius: 50%;
  left: -21px;
  top: 7px;
}
.form-light .custom-control-label::before {
  border-color: #f0f0f0;
  background: #fff;
}
.form-light .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.form-light
  .custom-control-input:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: var( --weddingdir-color-orange, #f48f00 );
}
.form-light .custom-control-input:checked ~ .custom-control-label::before,
.form-light
  .custom-control-input:not(:disabled):active
  ~ .custom-control-label::before {
  color: #fff;
  border-color: var( --weddingdir-color-orange, #f29008 );
  background-color: var( --weddingdir-color-orange, #f29008 );
}

.form-light
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-image: none;
  content: "\f00c";
  font-family: "FontAwesome";
  color: #fff;
  padding: 2px 0 0 5px;
  font-size: 0.9rem;
  font-weight: 900;
}
/*---- 8.2 Form Light End ---*/

/*---- 8.3  Select Dropdown ---*/
.theme-combo,
.theme-combo {
  width: 100%;
}
/* Default Theme */
.select2-container {
  z-index: 9;
  width: 100% !important;
}
.select2-results__option--highlighted {
  background-color: #ffffff;
  color: #222222;
}
.select2-container.select2-container .select2-selection--single {
  padding: 0.8rem;
  height: auto;
  border: 1px solid #acacac;
  border-radius: 5px;
  background: #f8f8f9;
  z-index: 3;
  position: relative;
}

.select2-container.select2-container--open .select2-selection--single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #f8f8f9;
}
.select2-container.select2-container .select2-selection--single:focus {
  /* box-shadow: none; */
  outline: none;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 1px;
  right: 10px;
  width: 30px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.select2-container.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  transform: rotate(180deg);
}
.select2-container .select2-selection--single .select2-selection__arrow::after {
  position: absolute;
  font-size: 0.87rem;
  font-style: normal;
  font-family: "FontAwesome";
  content: "\f107";
  left: 50%;
  top: 50%;
  color: #acacac;
  font-weight: 900;
  height: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}

.select2-container .select2-dropdown {
  border: none;
  z-index: 9999;
}
.select2-container .select2-dropdown li {
  border-top: 1px solid #eeeeee;
  font-size: 0.875rem;
  color: #5b5b5b;
  padding: 0.8rem 1.3rem;
}
.select2-container .select2-dropdown li:hover {
  background-color: #ffffff;
  color: #0a0a0a;
}

.select2-container .select2-dropdown ul {
  border-width: 0 1px 1px 1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #f8f8f9;
  position: relative;
  z-index: 1;
  border-style: solid;
  border-color: #acacac;
  overflow: hidden;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-search--dropdown .select2-search__field,
.select2-search--dropdown .select2-search__field:focus {
  border: 1px solid #cccccc;
  outline: none;
  min-height: 40px;
}

.select2-container--form-light .select2-dropdown li:hover {
  background-color: #f6f6f6;
  color: #0a0a0a;
}
/* Default Theme */
/* Light Theme */
.select2-container--form-light.select2-container .select2-selection--single {
  padding: 0.8rem;
  height: auto;
  /*box-shadow: 0px 0px 147px 0px rgba(0, 0, 0, 0.07);*/
  border-radius: 5px;
  background: #fff;
  z-index: 3;
  position: relative;
  border: none;
  margin: 0;
}
.select2-container--form-light.select2-container
  .select2-results__option--highlighted {
  background-color: #f6f6f6;
  color: #0a0a0a;
}
.select2-container--form-light.select2-container--open
  .select2-selection--single {
  border-bottom: 0;
  background-color: #fff;
}
.select2-container--form-light.select2-container
  .select2-selection--single:focus {
  /* box-shadow: none; */
  outline: none;
}
.select2-container--form-light
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 1px;
  right: 10px;
  width: 30px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.select2-container--form-light.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  transform: rotate(180deg);
}
.select2-container--form-light
  .select2-selection--single
  .select2-selection__arrow::after {
  position: absolute;
  font-size: 0.87rem;
  font-style: normal;
  font-family: "FontAwesome";
  content: "\f107";
  left: 50%;
  top: 50%;
  color: #333333;
  font-weight: 900;
  height: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
}

.select2-container--form-light .select2-dropdown {
  border: none;
  z-index: 9999;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.select2-container--form-light .select2-dropdown li {
  border-top: 1px solid #eeeeee;
  font-size: 0.875rem;
  color: #5b5b5b;
  padding: 0.8rem 1.3rem;
}
.select2-container--form-light .select2-dropdown li:hover {
  background-color: #f6f6f6;
  color: #0a0a0a;
}
.select2-container--form-light .select2-dropdown ul {
  box-shadow: 0px 0px 147px 0px rgba(0, 0, 0, 0.07);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: none;
  background: #fff;
}
.select2-container--form-light
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
/* Light Theme */
/*---- 8.3 Select Dropdown End ---*/

/*---- 8.4  Range Slider ---*/
#slider-range {
  position: relative;
}
#slider-range .btn {
  margin-top: 25px;
  position: absolute;
  padding: 0.5rem;
  min-width: auto;

  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
#slider-range .ui-state-focus .btn {
  left: -15px;
}
.ui-slider-handle:hover .slider-tip {
  opacity: 1;
  /* opacity:1;
    bottom:120%; */
}
/*---- 8.4  Range Slider End ---*/

/*------------------------------------------*/
/*    9. Pages Content
/*------------------------------------------*/

/*---- 9.1  About Us Start ---*/
#slider-about .item {
  background: #000;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
#slider-about .item img {
  opacity: 0.5;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

#slider-about .active .item img {
  opacity: 1;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.partners-slider {
  border: 1px solid #d5d5d5;
  background: #FFF;
  padding: 0;
  opacity: 0.7;
  cursor: pointer;

  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.partners-slider:hover {
  border-color: var( --weddingdir-color-orange, #f48f00 );
  opacity: 1;
}

.ideas-tips-wrap .content {
  border-radius: 3px;
  background-color: #f2f3f0;
  /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);*/
  padding: 0.7rem 0.7rem 1.2rem 0.7rem;
  text-align: center;
}
.ideas-tips-wrap .content img {
  width: 100%;
}
.ideas-tips-wrap .content,
.ideas-tips-wrap .content i,
.ideas-tips-wrap .content h4,
.ideas-tips-wrap .content h3 a,
.ideas-tips-wrap .content h3 {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.ideas-tips-wrap .content i {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var( --weddingdir-color-cyan, #00aeaf );
  color: #fff;
  border-radius: 50%;
  font-size: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -2rem;
  position: relative;
  z-index: 9;
  margin-bottom: 1rem;
}
.ideas-tips-wrap [class*="col"] {
  width: 20%;
  max-width: 20%;
  flex: 1 1 100%;
  margin-bottom: 20px;
}

.ideas-tips-wrap .content a:hover i {
  background-color: var( --weddingdir-color-orange, #f48f00 );
}
.ideas-tips-wrap .content a:hover h4 {
  color: var( --weddingdir-color-orange, #f48f00 );
}
/*---- 9.1  About Us End ---*/

/*---- 9.2  Pricing Start ---*/
.pricing-table-wrap {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(240, 240, 240);
  background-color: rgb(248, 248, 249);
  padding: 2rem 1rem 0;
  border-radius: 7px;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}
.pricing-table-wrap h3 {
  color: var( --weddingdir-color-orange, #f48f00 );
}
.pricing-table-wrap .plan-price {
  color: var( --weddingdir-color-cyan, #00aeaf );
  font-size: 2.5rem;
  font-family: 'Old Standard TT', serif;  
  margin-top: 2rem;
  font-weight: 700;
  position: relative;
}
.pricing-table-wrap .plan-price:after {
  position: absolute;
  content: "";
  top: -20px;
  left: 50%;
  height: 1px;
  width: 60px;
  background: #c7c7c7;
  transform: translateX(-50%);
}
.pricing-table-wrap .plan-price sup {
  color: #333;
  font-size: 1rem;
  position: relative;
  top: -20px;
  padding-right: 0.2rem;
  font-family: 'Nunito', sans-serif;
}
.pricing-table-wrap .btn {
  margin-bottom: -1rem;
  margin-top: auto;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.pricing-table-wrap ul li:not(:last-child) {
  margin-bottom: 10px;
}

.pricing-table-wrap.premium {
  border-radius: 7px;
  background: #fff;
  box-shadow: 0.1px 0.33px 5px 0px rgb(0 0 0 / 15%);
}
.pricing-table-wrap.premium h3 {
  color: #1f1f1f;
}
/*---- 9.2  Pricing End ---*/

/*---- 9.3  Error Page Start ---*/


/*---- 9.3  Error Page End ---*/

/*---- 9.4  Faq's Start ---*/
.left-navbar {
  position: sticky;
  top: 100px;
  background: #f8f8f9;
  border-radius: 4px;
  overflow: hidden;
}
.left-navbar .nav {
  background-color: #f8f8f9;
  padding: 0.8rem 0;
  border: 1px solid #f0f0f0;
}
.left-navbar .nav-item {
  margin-bottom: 0.3rem;
}
.left-navbar .nav-item .nav-link {
  font-size: 1.25rem;
  
  color: var( --weddingdir-color-cyan, #00aeaf );
  font-weight: 500;
  padding: 0.9rem 1.2rem;
  margin-bottom: 0px;
  border-left: 2px solid transparent;
}
.left-navbar .nav-item .nav-link:hover,
.left-navbar .nav-item .nav-link.active {
  color: var( --weddingdir-color-orange, #f48f00 );
  border-left: 2px solid var( --weddingdir-color-orange, #f48f00 );
}
.table-faqs.table th {
  width: 50%;
  padding-left: 1.5rem;
}
.table-faqs.table .icons-listing li {
  padding-bottom: 5px;
  width: 50%;
  color: var( --weddingdir-color-orange, #f48f00 );
  float: left;
}
.table-faqs.table th,
.table-faqs.table td,
.table-faqs.table tr {
  border-color: #f4f4f4;
  border-top: 1px solid #f4f4f4;
  vertical-align: middle;
  text-align: left;
}

.table-faqs.table th {
  border-left-color: transparent;
}

.table-faqs.table td {
  border-right-color: transparent;
}

.table-faqs.table tbody tr:last-child td,
.table-faqs.table tbody tr:last-child th {
  border-bottom-color: transparent;
}
/*.table-faqs.table tr:first-child th,
.table-faqs.table tr:first-child td {
  border-top: none;
}*/
.table-faqs.table .icons-listing li{
  margin: 0px;
}
.table-faqs.table .icons-listing li::before {
  position: absolute;
  left: 0;
  top: 4px;
  color: var( --weddingdir-color-cyan, #00aeaf );
  font-size: 0.875rem;
  content: "\f00c";
  font-family: "FontAwesome";
}
/*---- 9.4  Faq's End ---*/

/*---- 9.5  Contact US Start ---*/
.map-wrap iframe {
  width: 100%;
  height: 650px;
  border: none;
}
.contact-details-wrap {
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0.1px 0.33px 3px 0px rgb(0 0 0 / 15%);
  padding: 1.2rem;
  text-align: center;
  position: relative;
  z-index: 1000;
}
.contact-details-wrap h1,
.contact-details-wrap h2,
.contact-details-wrap h3,
.contact-details-wrap h4,
.contact-details-wrap h5,
.contact-details-wrap h6 {
  margin: 3rem 0;
  position: relative;
  z-index: 9;
  color: var( --weddingdir-color-cyan-light, #00adae );
}
.contact-details-wrap i {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 7rem;
  color: var( --weddingdir-color-orange, #f48f00 );
  opacity: 0.1;
  left: 0;
  top: 20px;
}
.contact-broken {
  margin-top: -4rem;
}
.contact-details-wrap div p {
    margin-bottom: 0px;
}

/*---- 9.5  Contact US End ---*/

/*---- 9.6  Blog Content Start ---*/
.post-content {
    margin-bottom: 3rem;
}
.post-content .blog-title {
    margin-bottom: 0.8rem;
    font-size: 1.5rem;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.post-content .blog-title a {
    color: #5b5b5b;
}
.post-content .blog-title a:hover{
  color: var( --weddingdir-color-orange, #f48f00 );
}
.weddingdir-blog-style-2 .post-content .blog-title a:hover {
    color: #FFF;
    text-decoration: underline;
}
.post-content .meta-date,
.post-content .post-category a {
    border-radius: 30px;
    padding: 0.4rem 1.3rem;
    color: #fff;
    display: inline-block;
    font-size: 0.8125rem;
    
}
.post-content .meta-date {
    background-color: #666666;
}
.post-content .post-category a {
    background-color: var( --weddingdir-color-orange, #f48f00 );
}
.post-content .post-category a:hover {
    background: var( --weddingdir-color-orange-light, #d47c00 );
}
.post-content .post-meta{
  margin-bottom: 10px;
}
.post-content .entry-content {
    margin-bottom: 1rem;
    line-height: 1.7;
}
.post-meta span.meta-date a, .post-meta span.post-category a {
    margin-bottom: 0.5rem;
    color: #fff;
}
span.post-category a {
    margin-bottom: 0.5rem;
}
.post-content .read-more a {    
    padding: 0;
    text-decoration: underline;
}
.post-content .read-more a:hover {
    text-decoration: none;
    color: var( --weddingdir-color-orange, #f48f00 );
}
.post-content .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.weddingdir-singular-page .post-content .post-img{
  margin-bottom: 20px;
}
.post-type-slider .owl-carousel .owl-dots {
    bottom: 15px;
}
.post-content .post-img img {
    position: relative;
    z-index: 1;
}
.post-content .post-img .sticky-post {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var( --weddingdir-color-orange, #f48f00 );
    font-size: 1rem;
    z-index: 9;
}
.post-content .post-img .img-hover {
    opacity: 0;
    font-size: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    /*cursor: pointer;*/
    background: rgba(0, 0, 0, 0.5);
    transform: translate(-50%, -50%) scale(0.7);
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.post-content:hover .post-img .img-hover {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.widget {
    box-shadow: 0.1px 0.33px 3px 0px rgb(0 0 0 / 15%);
    border-radius: 7px;
    padding: 1.5rem;
    margin-bottom: 2.8rem;
}
ul.list-unstyled li a::before {
    display: none;
}
ul.list-unstyled li{
  padding-left: 0;
}
.sidebar-secondary .widget:not(:last-child),
.sidebar-primary .widget {
    margin-bottom: 60px;
}
.wp-block-search .wp-block-search__label,
.widget_search .widget-title {
    display: none;
}
.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5
.widget h6 {
    color: var( --weddingdir-color-cyan, #00aeaf );
    margin: 0 0 1rem 0;
    font-weight: 600;
    font-size: 1.25rem;
}
.widget .icons-listing li {
    padding-bottom: 12px;
}
.widget .icons-listing li:last-child {
    padding-bottom: 0;
}
.sidebar-search {
}
.input-group>.form-control:not(:last-child){
  border-radius: 5px;
}
.sidebar-search input[type="text"] {
    background: #f7f7f8;
    border: none;
    padding: 1rem;
    border: 1px solid #efefef;
    font-style: normal;
    color: #333;
    border-radius: 4px !important;
}
.sidebar-search .btn {
    outline: none;
    padding: 0;
    background: transparent;
    color: var( --weddingdir-color-orange, #f48f00 );
    border: none;
    font-size: 1.2rem;
    box-shadow: none;
    text-decoration: none;
    font-weight: 700;
    position: absolute;
    top: 50%;
    padding: 0.5rem 0.7rem;
    right: 13px;
    transform: translateY(-50%);
    z-index: 9;
}

.popular-post ul {
    margin-bottom: 0;
}
.popular-post ul li {
    display: flex;
}
.popular-post ul li:not(:last-child) {
    margin-bottom: 25px;
}
.popular-post ul li img {
    margin-right: 1rem;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.popular-post ul li h6 {
    margin: 0;
    font-family: 'Nunito';
}
.popular-post ul li h6 a {
    font-size: 1rem;
    color: var( --weddingdir-color-orange, #f48f00 );
    margin-bottom: 5px;
}
.popular-post ul li h6 a:hover {
    color: #333;
}
.popular-post ul li small {
    font-weight: 500;
    font-size: 0.775rem;
    color: #6e7c90;
}
.single-post-featured-image {
    margin-bottom: 30px;
}
.single-post-featured-image img {
    width: 100%;
}

.commnets-reply {
    margin-bottom: 50px;
}
.commnets-reply .media {
    padding: 1.2rem;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 2rem;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
}
.commnets-reply .media .media-body {
    width: 300px;
}
.commnets-reply .media .media-body p {
    margin-bottom: 0;
}
.commnets-reply .media h4 a {
    color: var( --weddingdir-color-cyan, #00aeaf );
}
.commnets-reply .media h4:hover a {
    color: var( --weddingdir-color-cyan-light, #00adae );
}
.commnets-reply .thumb {
    width: 75px;
    margin-right: 30px;
}
.commnets-reply .btn-theme {
    font-size: 0.75rem;
    padding: 0.4rem 1.5rem;
}
.reply-box.media {
    margin: 2rem 0 0 0;
    background: #fef4e5;
    border: none;
}
.commnets-reply .reply-line {
    position: relative;
    color: var( --weddingdir-color-orange, #f48f00 );
    font-size: 0.8125rem;
}
.commnets-reply .reply-line:hover {
    color: var( --weddingdir-color-cyan, #00aeaf );
}
.commnets-reply .reply-line:after {
    position: absolute;
    content: "";
    left: -40px;
    top: 50%;
    width: 29px;
    border-bottom: 1px solid #27304b;
    transform: translateY(-50%);
}

.author-wrap {
    border: 1px solid #f0f0f0;
    background: #f8f8f9;
    padding: 2rem;
    margin-bottom: 3rem;
    display: flex;
}
.author-wrap .thumb {
    margin-right: 30px;
    max-width: 65px;
    width: 100%;
}
.author-wrap .thumb img{
  border-radius: 50%;
}
.author-wrap .content h3 {
    color: var( --weddingdir-color-cyan, #00aeaf );
}
.author-wrap .content h3 small {
    display: block;
    margin-top: 5px;
    text-transform: capitalize;
    font-size: 0.775rem;
    color: #0f0f0f;
    font-style: italic;
    font-family: 'Nunito', sans-serif;
}

.post-linking {
    border-radius: 7px;
    padding: 1.5rem;
    margin-bottom: 3rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgb(240, 240, 240);
    background: #FFF;
}
.prev_post_empty.post-linking .next-post{
  width: 100%;
}
.prev_post_empty.post-linking::after,
.next_post_empty.post-linking::after{
  display: none;
}
.post-linking a {
    color: var( --weddingdir-color-orange, #f48f00 );
    font-size: 1.125rem;
    font-weight: 500;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    font-family: 'Nunito', sans-serif;
    /* overflow: hidden; */
}
.post-linking a:hover{
  color: var( --weddingdir-color-cyan, #00aeaf );
}
.post-linking a small {
    font-size: 0.75rem;
    color: #0f0f0f;
    text-transform: capitalize;

}
.post-linking .next-post,
.post-linking .previous-post {
    width: 48%;
}
.post-linking .next-post {
    text-align: right;
}
.post-linking::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 1px;
    background: #f0f0f0;
    height: 60%;
    transform: translate(-50%, -50%);
}

.tag-wrap {
    margin-bottom: 3rem;
}
.post-tags {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(240, 240, 240);
    border-radius: 4px;
    background-color: rgb(248, 248, 249);
    padding: 1rem;
    margin-bottom: 1rem;
    display: flex;
}
.post-tags a {
    color: #27304b;
    font-weight: 600;

  display: inline-block;
}
.post-tags a:hover {
    color: var( --weddingdir-color-orange, #f48f00 );
}
.post-tags a:not(:last-child),
.social-sharing a:not(:last-child) {
    margin-right: 10px;
    padding: 5px;
}
.post-tags i {
    margin-right: 15px;
    color: var( --weddingdir-color-orange, #f48f00 );
    font-size: 1.2rem;
    margin-top: 6px;
}
.social-sharing {
    display: flex;
    align-items: center;
}
.sidebar-social {
    margin-top: 1.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-top: 1.5rem;
    justify-content: center;
}
.social-sharing em {
    margin-right: 15px;
}
.social-sharing a {
    height: 35px;
    width: 35px;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
}

.share-btn-twitter {
    background-color: #00aced;
}
.share-btn-twitter:hover {
    background-color: #0087ba;
}

.share-btn-facebook {
    background-color: #3b5998;
}
.share-btn-facebook:hover {
    background-color: #2d4373;
}

.share-btn-linkedin {
    background-color: #007bb6;
}
.share-btn-linkedin:hover {
    background-color: #005983;
}

.share-btn-instagram {
    background-color: #ac40b4;
}
.share-btn-instagram:hover {
    background-color: #902198;
}

.share-btn-youtube {
    background-color: #ff0000;
}
.share-btn-youtube:hover {
    background-color: #d50909;
}

.share-btn-pinterest {
    background-color: #E60023;
}
.share-btn-pinterest:hover {
    background-color: #d00221;
}

.share-btn-rss {
    background-color: #ee802f;
}
.share-btn-rss:hover {
    background-color: #d4722a;
}

.share-btn-tumblr {
    background-color: #34526f;
}
.share-btn-tumblr:hover {
    background-color: #2d4a66;
}

.share-btn-vimeo {
    background-color: #86c9ef;
}
.share-btn-vimeo:hover {
    background-color: #6eb6df;
}

.share-btn-behance {
    background-color: #053eff;
}
.share-btn-behance:hover {
    background-color: #0838da;
}

.share-btn-dribbble {
    background-color: #ea4c89;
}
.share-btn-dribbble:hover {
    background-color: #f04386;
}

.share-btn-flickr {
    background-color: #0063dc;
}
.share-btn-flickr:hover {
    background-color: #0157c1;
}

.share-btn-git {
    background-color: #24292e;
}
.share-btn-git:hover {
    background-color: #333c44;
}

.share-btn-skype {
    background-color: #00AFF0;
}
.share-btn-skype:hover {
    background-color: #23c3ff;
}

.share-btn-weibo {
    background-color: #df2029;
}
.share-btn-weibo:hover {
    background-color: #c11921;
}

.share-btn-foursquare {
    background-color: #FA4779;
}
.share-btn-foursquare:hover {
    background-color: #ec3467;
}

.share-btn-soundcloud {
    background-color: #ff3300;
}
.share-btn-soundcloud:hover {
    background-color: #ea2f00;
}

.blog-wrap-home {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}
.blog-wrap-home .home-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    padding: 1.5rem 1.5rem 0;
    display: flex;
    flex-direction: column;
    color: #fff;

    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 0.9) 100%
    );
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, rgba(0, 0, 0, 0)),
        color-stop(50%, rgba(0, 0, 0, 0)),
        color-stop(100%, rgba(0, 0, 0, 0.9))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 0.9) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 0.9) 100%
    );
    background: -ms-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 0.9) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 0.9) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#4bb2e6', GradientType=0 );
}
.blog-wrap-home .home-content h3 a {
    color: #fff;
    margin-top: 0.5rem;
    display: inline-block;
}

.blog-wrap-home .post-content .post-img img {
    width: 100%;
    transform: scale(1.1);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.blog-wrap-home:hover .post-content .post-img img {
    transform: scale(1);
}

.blog-wrap-home .post-content .home-content .meta-date {
    max-width: max-content;
}
.blog-wrap-home .post-content {
    margin-bottom: 0;
}
.blog-wrap-home .mt-auto {
    position: relative;
    width: 100%;
    bottom: -19px;

    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.blog-wrap-home:hover .mt-auto {
    bottom: 1.5rem;
}
.blog-wrap-home .read-more a:hover {
    color: var( --weddingdir-color-orange, #f48f00 );
}
/*---- 9.6  Blog Content End ---*/

/*---- 9.7  Vendors Pages Start ---*/
.vendor-bg {
  background: url(../images/vendors/vendors_bg.jpg) no-repeat center center;
  background-size: cover;
  min-height: 300px;
  position: relative;
}
.vendor-bg::after {
  opacity: 0.702;
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";

  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0.3) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(20%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.3))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0.3) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0.3) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0.3) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0.3) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#4bb2e6', GradientType=0 );
}

.vendor-profile-wrap {
  background-color: #f6f6f7;
}
.vendor-profile {
  margin-top: -3rem;
  border-radius: 5px;
  background-color: #fff;
  padding: 2rem;
  box-shadow: 2.5px 4.33px 5px 0px rgb(0 0 0 / 5%);
  display: flex;
  align-items: center;
}
.vendor-profile .thumb {
  margin-right: 30px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
.vendor-profile .content h2 {
  color: var( --weddingdir-color-orange, #f48f00 );
}
.vendor-profile .content a.btn:not(:last-child) {
  margin-right: 15px;
}
.vendor-profile .content p i {
  color: var( --weddingdir-color-cyan, #00aeaf );
  padding-right: 5px;
}
.vendor-tabs {
  padding: 3rem 0;
}
.vendor-listing-wrap {
  background: #faf8f6;
  margin-bottom: 2.5rem;
}
.vendor-listing-wrap .content {
  padding: 1.5rem;
}
.vendor-listing-wrap .content a {
  color: #121212;
}
.vendor-listing-wrap .content a:hover {
  color: var( --weddingdir-color-orange, #f48f00 );
}
.vendor-listing-wrap .vendor-img {
  position: relative;
}
.vendor-listing-wrap .vendor-icon i{
  position: absolute;
  pointer-events: none;
  bottom: -20px;
  right: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  color: #fff;
  background: var( --weddingdir-color-cyan, #00aeaf );
  border-radius: 50%;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vendor-listing-wrap:hover .vendor-icon {
  background: var( --weddingdir-color-orange, #f48f00 );
  color: #fff;
}
.vendor-single-slider {
  position: relative;
  background-color: #f3f3f3;
}

.vendor-single-slider .slider-frame iframe {
  border: none;
  margin: 0;
  width: 100%;
}

.vendor-single-slider .single-img {
  background: url(../images/slider/slider_img_3.jpg) no-repeat center center;
  background-size: cover;
}
.vendor-single-slider .single-img,
.vendor-single-slider .slider-frame iframe,
#weddingdir-listing-singular-gallery-tab-carousel,
#weddingdir-listing-singular-gallery-tab-carousel .item {
  height: 597px;
  min-height: 597px;
}

.vendor-listing-wrap .vendor-img .overlay-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.vendor-listing-wrap:hover .vendor-img .overlay-box {
  opacity: 1;
}



.profile-single h3 {
  color: var( --weddingdir-color-orange, #dc2a1b );
  font-weight: 600;
  font-size: 21px;
}
.profile-single p i {
  color: var( --weddingdir-color-cyan, #00aeaf );
  padding-right: 5px;
}
.profile-single .reviews {
  color: #444444;
  /*font-size: 0.875rem;*/
}
.profile-single .reviews .badge {
  background: #99cc32;
  font-size: 0.875rem;
  color: #fff;
  margin-right: 4px;
}
.vendor-nav-sticky {
  position: sticky;
  top: 76px;
  z-index: 1001;
}
body.admin-bar .vendor-nav-sticky {
  position: sticky;
  top: 108px;
  z-index: 1001;
}
body.admin-bar .vendormenu-anim.fixed {
    top: 108px;
    width: 100%;
    left: 0;
    background: #FFF;
    z-index: 999;
    position: fixed;
    box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 7%);
}
.pos-rel {
  position: relative;
}
.anchor-fake {
  position: absolute;
  top: -130px;
}

.vendor-nav a {
  color: #fff;

  font-size: 00.875rem;
  text-transform: uppercase;
}
.vendor-nav a:not(:last-child) {
  margin-right: 30px;
}
.vendor-nav a:hover,
.vendor-nav a.active {
  color: var( --weddingdir-color-cyan, #00aeaf );
}
.vendor-nav a i {
  padding-right: 5px;
}
.vendor-gallery {
  margin: 0 0 1.5rem 0;
}
.gallery-btn {
  margin-top: 0;
  text-align: center;
}
.gallery-btn a {
  border-radius: 40px;
  background-color: var( --weddingdir-color-orange, #f48f00 );
  padding: 2px 10px 2px 2px;
  display: inline-block;
  color: #fff;
}
.gallery-btn a:hover {
  background: var( --weddingdir-color-cyan-light, #00adae );
}
.gallery-btn a i {
  width: 27px;
  height: 27px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: var( --weddingdir-color-orange, #f48f00 );
  border-radius: 50%;
}
.gallery-btn a span {
  padding: 0 4px;
}
#vendor-img-gallery {
  min-height: 0;
  display: block;
  height: 0;
  overflow: hidden;
}
#vendor-img-gallery.show {
  min-height: 100px;
  display: block;
  height: auto;
  overflow: hidden;
}

.gallery-btn a i {
  transform: rotate(-180deg);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.gallery-btn a.collapsed i {
  transform: rotate(0deg);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.vendor-video {
  position: relative;
  background: #000;
}

.vendor-video a img {
  display: block;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  opacity: 0.7;
}
.vendor-video a:hover img {
  opacity: 0.2;
}
.vendor-video a:hover i {
  border: 2px solid var( --weddingdir-color-orange, #f48f00 );
  color: var( --weddingdir-color-orange, #f48f00 );
  width: 75px;
  height: 75px;
}
.vendor-video i {
  width: 70px;
  height: 70px;
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  font-size: 1.5rem;
  padding-left: 6px;

  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.vendor-map-wrap iframe {
  height: 450px;
  width: 100%;
  border: none;
}
.vendor-tab-circle {
  position: absolute;
  top: -84px;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 99;
}
.vendor-tab-circle .nav-pills {
    background: #FFF;
    border-radius: 7px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 7%);
    padding: 0.8rem 1rem;
}
.vendor-tab-circle .nav-pills .nav-item:not(:last-child) {
  margin-right: 0.7rem;
}
.vendor-tab-circle .nav-pills .nav-link{
  padding:  0px;
}
.vendor-tab-circle .nav-pills .nav-link {
  background: #d7d7d8;
  color: #fff;
  height: 36px;
  width: 36px;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.vendor-tab-circle .nav-pills .nav-link:hover,
.vendor-tab-circle .nav-pills .nav-link.active {
  background-color: #5c5c5c;
}

.tagged-vendors {
  text-align: center;
  background: #fafafa;
  font-size: 0.875rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.tagged-vendors i {
  font-size: 2rem;
  margin-bottom: 1rem;
  display: block;
  color: var( --weddingdir-color-orange, #f29008 );
}
.tagged-vendors h3 {
  
  font-size: 1.25rem;
  color: var( --weddingdir-color-cyan, #00aeaf );
}
.tagged-vendors a {
  color: #232323;
  border: 1px solid #232323;
  display: inline-block;
  border-radius: 4px;
  padding: 0.4rem 0.5rem;
  line-height: 1;
  font-size: 0.6875rem;
}
.tagged-vendors a:hover {
  background: #9a9a9a;
  border-color: #9a9a9a;
  color: #fff;
}

.profile-avatar {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
}
.profile-avatar img {
  margin-right: 15px;
  border-radius: 50%;
}
.profile-avatar .content {
  font-size: 1.125rem;
  color: var( --weddingdir-color-orange, #f48f00 );
  
}
.profile-avatar .content small {
  display: block;
  font-size: 12px;
  color: #323232;
}

.vendor-wrap-alt {
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  margin-bottom: 1.5rem;
}
.vendor-wrap-alt .img {
  position: relative;
}
.vendor-wrap-alt .img-content {
  position: absolute;
  padding: 1rem 1.5rem;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vendor-wrap-alt .img-content .rating {
    border-radius: 100px;
    background: var( --weddingdir-color-orange, #f48f00 );
    padding: 0.2rem 0.7rem;
    color: #fff;
}
.vendor-wrap-alt .img-content .favorite {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.8);
  padding: 0.2rem 0.5rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vendor-wrap-alt .img-content .favorite:hover {
  background: var( --weddingdir-color-orange, #f48f00 );
}
.vendor-wrap-alt .content {
  padding: 1.5rem;
}
.vendor-wrap-alt .content .btn-link i {
    padding-right: 5px;
    min-width: 20px;
    text-align: center;
}
.vendor-wrap-alt .content .btn-link {
  color: #333333;
}
.vendor-wrap-alt .content .btn-link:hover {
  color: var( --weddingdir-color-orange, #f48f00 );
  text-decoration: none;
}
.vendor-wrap-alt .content .vendor-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.vendor-wrap-alt .content .vendor-heading h3 {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.vendor-wrap-alt .content .vendor-heading h3 a:last-child{
  position: relative;
  top: 3px;

}
.vendor-wrap-alt .content .vendor-heading h3 a:hover {
  color: var( --weddingdir-color-orange, #f48f00 );
}
.vendor-wrap-alt .content .vendor-heading h3 i {
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: 9px;
  background: var( --weddingdir-color-cyan, #00aeaf );
  color: #fff;
  border-radius: 50%;
  min-width: 35px;
}
.vendor-wrap-alt .content .vendor-heading .btn {
  padding: 4px 8px;
  white-space: nowrap;
}
.vendor-wrap-alt .content-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid #d3d3d3;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.vendor-wrap-alt .content-footer .btn {
    padding: 3px 6px;
    font-size: 0.875rem;
}
.vendor-wrap-alt .content-footer .btn i{
  padding-right: 5px;
}

.map-listing-wrap {
  position: relative;
  min-height: calc(100vh - 136px);
  margin-top: 83px;
  background-color: #fff;
  display: flex;
}
.map-container {
  min-height: calc(100vh - 136px);
  width: 40%;
  order: 13;
}
.map-container #map-holder {
  height: 100%;
}
.listing-content {
  height: calc(100vh - 136px);
  width: 60%;
  overflow-y: auto;
}
.listing-content .search-wrap {
  background: #f6f6f7;
  padding: 2rem;
}
.amenities-wrap {
  border-radius: 5px;
  background: #fff;
  margin-bottom: 1.2rem;
}
.amenities-wrap .head {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.amenities-wrap .head .toggle i {
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #fff;
  font-size: 1.2rem;
  background: var( --weddingdir-color-cyan, #00aeaf );
  border-radius: 50%;
  transform: rotate(-180deg);

  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.amenities-wrap .head .toggle.collapsed i {
  transform: rotate(0);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.amenities-content {
  padding: 0.6rem 1rem;
  border-top: 1px solid #e5e5e5;
}
.amenities-content ul {
  margin-bottom: 0;
}
.style-content ul li,
.amenities-content ul li {
  width: 19%;
  display: inline-block;
  margin: 0.4rem 0;
}
.listing-post-wrap {
  padding: 2rem;
}
.listing-single-post {
  margin: 2rem 0;
}
.listing-post-wrap .result-list .content .bottom .price-map {
  background: #fff;
  padding: 5px 10px 6px 2px;
  white-space: nowrap;
  font-size: 0.875rem;
}
.listing-post-wrap .result-list .content .bottom .price-map i {
  width: 27px;
  height: 27px;
  background: #54ba1d;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
}

.map-tabbing.theme-tabbing.nav-pills .nav-link {
  width: 55px;
  height: 55px;
  justify-content: center;
  align-items: center;
  display: flex;
  border: 2px solid #ececec;
  color: #b1b1b1;
  font-size: 16px;
}
.map-tabbing.theme-tabbing.nav-pills .nav-link.active {
  background: transparent;
  border: 2px solid #01aeae;
  color: #01aeae;
}
.request-quote-form .form-text a {
  text-decoration: underline;
  color: #000;
}
.request-quote-form .form-text a:hover {
  text-decoration: none;
  color: var( --weddingdir-color-purple, #009091 );
}

#portfolio-flters {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#portfolio-flters li {
  display: inline-block;
}
#portfolio-flters li a {
  margin-left: 10px;
  color: #000;
  font-weight: 500;
}
#portfolio-flters li a:hover,
#portfolio-flters li.filter-active a {
  color: var( --weddingdir-color-orange, #f48f00 );
}
/*---- 9.7  Vendors Pages End ---*/

/*---- 9.8  Wedding Listing Start ---*/
.wedding-listing {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  background: #fff;
}
.wedding-listing .img {background: #000;}
.wedding-listing .img img {
    opacity: .8;
}
.wedding-listing .img .img-content {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}
.wedding-listing .img .img-content .top{
  position: absolute;
  top: 0;
  padding: 15px;
}
.wedding-listing .img .img-content .bottom {
  margin-top: auto;
  justify-content: space-between;
  display: flex;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 15px;
}
.wedding-listing .img .img-content .top .featured,
.wedding-listing .img .img-content .top .price,
.wedding-listing .img .img-content .top .tags {
  border-radius: 40px;
}
.wedding-listing .img .img-content .top .featured,
.wedding-listing .img .img-content .top .price {
  background: #fff;
  padding: 7px 10px 5px 2px;
  white-space: nowrap;
  font-size: 0.875rem;
}
.wedding-listing .img .img-content .top .price {
    position: relative;
    height: 32px;
    display: inline-flex;
    align-items: center;
    padding: 0 7px 0 0;
}
.wedding-listing .img .img-content .top .price i {
    background: transparent;
    position: relative;
    left: 2px;
    margin-right: 5px;
}
/*.wedding-listing .img .img-content .top .price:after {
    position: absolute;
    content: "";
    width: 27px;
    height: 27px;
    background: red;
    border-radius: 50%;
    left: 2px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}*/
.wedding-listing .img .img-content .top .featured i,
.wedding-listing .img .img-content .top .price i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
}
.wedding-listing .img .img-content .top span:not(:last-child) {
  margin-right: 6px;
}
.wedding-listing .img .img-content .top .featured i {
  background: #ffc600;
}
.wedding-listing .img .img-content .top .price i {
  background: #54ba1d;
}
.wedding-listing .img .img-content .top .featured span,
.wedding-listing .img .img-content .top .price span {
  padding: 0 4px;
}
.wedding-listing .img .img-content .bottom .tags {
  border-radius: 40px;
  background: var( --weddingdir-color-cyan, #00aeaf );
  text-transform: capitalize;
  color: #fff;
  padding: 0.6rem 1rem;
  
  font-size: 0.875rem;
  line-height: 1;
}
.wedding-listing .img .img-content .bottom .tags:hover,
.wedding-listing .img .img-content .bottom .favorite:hover {
  background: var( --weddingdir-color-orange, #f48f00 );
}
.wedding-listing .img .img-content .bottom .favorite {
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 50%;
}
.wedding-listing .content {
    border: 1px solid #e1e1e1;
    margin-bottom: 1px;
}
.wedding-listing .content .gap {
  padding: 1.5rem;
  width: 100%;
}
.wedding-listing .content .verified {
  color: #19b453;
  margin-left: 5px;
}
.wedding-listing .content .reviews {
  padding: 1rem 1.5rem;
  border-top: 1px solid #e1e1e1;
}
.wedding-listing .content .reviews .stars {
  color: var( --weddingdir-color-orange, #ffd200 );
  letter-spacing: 1px;
  margin-right: 4px;
  margin-right: 7px;
}

.wedding-listing h3 a:hover {
  color: var( --weddingdir-color-orange, #f48f00 );
}
#wedding-listing-single.owl-carousel .owl-dots {
  bottom: -37px;
}

.wedding-listing .img .img-content .top span.featured{
  position: relative;
  height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 7px 0 0;
}
.wedding-listing .img .img-content .top span.featured i{
  position: relative;
  z-index: 2;
  left: 2px;
  margin-right: 5px;
}

.result-list .img span.spotlight.featured,
.wedding-listing .img .img-content .top span.spotlight.featured{
  background-color: #d81f7c;
  color: #FFF;
}

.result-list .img span.spotlight.featured i,
.wedding-listing .img .img-content .top span.spotlight.featured i{
  color: #d81f7c;
  background: #fff;
}

.result-list .img span.professional.featured,
.wedding-listing .img .img-content .top span.professional.featured{
  background-color: #476eff;
  color: #FFF;
}

.result-list .img span.professional.featured i,
.wedding-listing .img .img-content .top span.professional.featured i{
  color: #476eff;
  background: #FFF;
}

/*---- 9.8  Wedding Listing End ---*/

/*----  9.9  Real Wedding Start ---*/
.real-wedding-wrap {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.real-wedding-wrap h3 a {
  color: #121212;
}
.real-wedding-wrap:hover h3 a {
  color: var( --weddingdir-color-orange, #f48f00 );
}
.real-wedding {
  padding: 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid #cccccc;

  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.real-wedding-wrap:hover .real-wedding {
  border: 1px solid var( --weddingdir-color-cyan, #00aeaf );
}
.real-wedding .img {
  position: relative;
}
.real-wedding .img .overlay {
  position: absolute;
  font-family: 'Old Standard TT', serif;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  color: #fff;
  flex-direction: column;
  font-size: 1.8rem;
  font-weight: 200;
  
  font-style: italic;
  opacity: 0;
  pointer-events: none;

  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.real-wedding-wrap:hover .real-wedding .img .overlay {
  opacity: 1;
}
.real-wedding .img .overlay i {
    font-size: 4rem;
    line-height: 1;
}
.real-wedding .img .date {
  position: absolute;
  width: 100%;
  background: var( --weddingdir-color-cyan, #00aeaf );
  padding: 0.4rem 0;
  text-align: center;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 1rem;
  pointer-events: none;
}
.real-wedding .gallery {
  margin: 0;
  display: flex;
  padding: 7px 0 0 0;
}
.real-wedding .gallery li {
  width: 33.33%;
  position: relative;
}
.real-wedding .gallery li img {
  width: 100%;
}
.real-wedding .gallery li:not(:last-child) {
  margin-right: 7px;
}
.real-wedding .gallery li .load-more {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}
.real-wedding-single-wrap {
  position: relative;
  height: 600px;
}
.real-wedding-single-img {
  background: url(../images/realwedding/real_wedding_single.jpg) no-repeat
    center center;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}
.realwedding-couple-info-highlight{
  color: var( --weddingdir-color-cyan, #00aeaf );
}
.real-wedding-single-img::after {
  opacity: 0.702;
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";

  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(20%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.7))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0.7) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#4bb2e6', GradientType=0 );
}
.real-wedding-single {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.real-wedding-single .container {
  position: relative;
  z-index: 99;
}
.real-wedding-single .name {
  border-style: solid;
  border-width: 4px;
  border-color: rgb(255, 255, 255);
  background: var( --weddingdir-color-orange, #f48f00 );
  padding: 2rem;
  display: inline-flex;
  align-items: center;
  color: #fff;
  /*margin-bottom: -2rem;*/
  box-shadow: 2.5px 4.33px 5px 0px rgb(0 0 0 / 7%);
}
.real-wedding-single .name .ring {
  font-size: 5rem;
  opacity: 0.4;
  margin-right: 30px;
}
.real-wedding-single .name h2 {
  color: #fff;
}
.real-wedding-single .name span {
  margin-right: 10px;
  display: block;
}
.real-wedding-single .name span i {
  padding-right: 4px;
}
.real-wedding-single .links {
  margin: 2rem 0;
}
.real-wedding-single .links .btn:not(:last-child) {
  margin-right: 7px;
}

.gallery-sorting a:not(:last-child) {
  margin-right: 10px;
}
.gallery-sorting a {
  color: #333;
  
}
.gallery-sorting a:hover,
.gallery-sorting a.mixitup-control-active {
  color: var( --weddingdir-color-orange, #f48f00 );
  background: transparent;
}
.gallery-sorting a span {
  color: var( --weddingdir-color-orange, #f48f00 );
}
.gallery-sorting a:hover span {
  color: var( --weddingdir-color-cyan, #00aeaf );
}

/* Top Heading */
.top-heading {
  text-align: left;
}
.top-heading .head {
  text-align: center;
}
.top-heading .head h3{
  margin-bottom: 0;
}
.top-heading .real-wedding .img .date {
  width: auto;
  padding: 0.3rem 0.8rem;
  border-radius: 3px;
  right: 10px;
  left: auto;
  bottom: 10px;
}
/* Top Heading */

.wedding-info-details {
  font-size: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  color: #333333;
}
.wedding-info-details small {
  display: block;
  font-size: 0.75rem;
  color: #9a9a9a;
}
.wedding-info-details a {
  color: var( --weddingdir-color-cyan, #00aeaf );
}
.wedding-info-details a:hover {
  color: var( --weddingdir-color-orange, #f48f00 );
}
/*----  9.9  Real Wedding End ---*/

/*----  9.10  Search Result Start ---*/
.search-result-header {
  background-image: url(../images/breadcrumbs_bg.jpg);
  background-repeat: no-repeat;
  padding: 4rem 0 0 0;
  background-position: top center;
  position: relative;
  margin-bottom: 1rem;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.search-result-header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}
.search-result-header .container {
  position: relative;
  z-index: 2;
}
.search-result-header .form-control,
.search-result-header .form-control:focus {
  border: none;
}
.search-result-header .left-border {
  position: relative;
  border-left: 1px solid #e3e2e4 !important;
  z-index: 99;
}
.search-result-header .input-group-prepend .btn {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.search-result-header h1 {
  color: #fff;
  font-weight: 700;
}
.view-by {
  background: transparent;
  padding: 0.4rem 1.131rem;
  
  font-size: 1rem;
  color: #303030;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.09);
  bottom: -26px;
  position: relative;
  margin-top: 2rem;
  text-align: left;
  display: flex;
  align-items: center;
}
.view-by .selected-tags {
  border: 1px solid #cccccc;
  border-radius: 40px;
  padding: 0.3rem 1rem;
  display: inline-block;
  font-size: 0.875rem;
}
.view-by .selected-tags:hover {
  border: 1px solid var( --weddingdir-color-orange, #f48f00 );
  color: var( --weddingdir-color-orange, #f48f00 );
}
.view-by .selected-tags:not(:last-child) {
  margin-left: 0.6rem;
}
.result-count {
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f8f8;
  margin-bottom: 1.5rem;
}
.list-style-map.theme-tabbing.nav-pills .nav-link{
  color: #5b5b5b;
    padding: 0 0.2rem;
    margin-left: 10px;
    margin-right: 0;
}
.list-style-map a:not(:last-child) {
  margin-right: 0.5rem;
}

.list-style-map.theme-tabbing.nav-pills .nav-link:hover,
.list-style-map.theme-tabbing.nav-pills .nav-link.active{
  color: #000000;
  background: transparent;
}

.search-result-tabbing .wedding-listing{
  margin-bottom: 1.5rem;

}

.result-list {
  padding-bottom: 1.5rem;
  /*margin-bottom: 1.5rem;*/
  border-bottom: 1px solid #e2e2e2;
}
.result-list .img {
  position: relative;
}
.result-list .img .featured {
  background: #fff;
  padding: 3px 10px 3px 3px;
  white-space: nowrap;
  font-size: 0.875rem;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 40px;
}
.result-list .img .featured i {
  width: 27px;
  height: 27px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  background: #ffc600;
}
.result-list .img .featured span {
  padding: 0 4px;
}
.result-list .content {
  height: 100%;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
.result-list .content .head {
  padding-right: 4rem;
  position: relative;
}
.result-list .content .head h3 a {
  font-size: 1.125rem;
  font-weight: 700;
}
.result-list .content .head h3 a:hover {
  color: var( --weddingdir-color-orange, #f48f00 );
}
.result-list .content .head .favorite {
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  background: var( --weddingdir-color-cyan, #00aeaf );
  color: #fff;
  opacity: 0.3;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.result-list .content .head .favorite:hover {
  opacity: 0.7;
}
.result-list .content .head .favorite.active {
  opacity: 1;
}
.result-list .content .rating {
  margin-bottom: 1rem;
  color: #555555;
  font-size: 00.875rem;
}
.result-list .content .rating .stars {
  color: var( --weddingdir-color-orange, #ffd200 );
  letter-spacing: -2px;
  margin-right: 10px;
}
.result-list .content .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.result-list .content .bottom .badge-wrap {
    display: flex;
    align-items: center;
}
.result-list .content .bottom .badge-wrap .price-map {
    margin-right: 1rem;
}
.result-list .content .bottom .badge-wrap .price-map i {
    width: 27px;
    height: 27px;
    background: #54ba1d;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
}
.search-result-toggle {
  padding-bottom: 0;
  margin-bottom: 40px;
  box-shadow: 0.1px 0.33px 3px 0px rgb(0 0 0 / 15%);
  border-radius: 7px;
}
.search-result-toggle.widget a.link {
  padding-bottom: 1.5rem;
  display: block;
}
.search-result-toggle.widget a.link i{
  -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.search-result-toggle.widget a.link.collapsed i{
  transform: rotate(180deg);
}
.search-result-toggle .widget-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  color: #00aeaf;
  font-weight: 600;
}
.search-result-toggle .inner .custom-checkbox:not(:last-child) {
  margin-bottom: 10px;
}
.search-result-toggle .inner {
  padding-bottom: 1.5rem;
}

.view-all {
  border-top: 1px solid #f3f3f3;
  padding-top: 1rem;
}
/*----  9.10  Search Result End ---*/

/*----  9.11  Home Styles Start ---*/
.why-choose-icons {
  border-radius: 3px;
  background-color: #f2f3f0;
  padding: 1.5rem 0.7rem 2.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.why-choose-icons .icon-big-cirlce {
  margin-bottom: 15px;
}
.circle-arrow {
  width: 41px;
  height: 41px;
  background: #121212;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.2rem;
  margin: 1rem auto -60px auto;
}
.why-choose-icons:hover .icon-big-cirlce,
.why-choose-icons:hover .circle-arrow {
  background: var( --weddingdir-color-cyan, #00aeaf );
  color: #fff;
}
.floral-bg {
  background-image: url(../images/floral_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.popular-locations {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.popular-locations:hover .overlay-box {
  background: var( --weddingdir-color-cyan-rgba, rgba(0, 174, 175, 0.9) );
}
.popular-locations img {
  width: 100%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.popular-locations:hover img {
  transform: scale(1.1);
}
.popular-locations .overlay-box {
  width: 100%;
  bottom: 0;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  z-index: 99;

  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.popular-locations .overlay-box h3{
  margin-bottom: 0;
}
.popular-locations .overlay-box h3 a{
  color: #fff;
  margin-bottom: 0;
}
.popular-locations .overlay-box h3 span {
  display: block;

  padding-top: 4px;
  font-size: 0.875rem;
}
.popular-locations .overlay-box .iconlink i{
  color: #FFF;
}
.popular-locations .overlay-box i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #fff;
}
.popular-locations-alternate {
  margin-bottom: 2rem;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.popular-locations-alternate img {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.popular-locations-alternate .overlay-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  padding: 1.5rem;
  color: #fff;
  display: flex;
  z-index: 99;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.9))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#4bb2e6', GradientType=0 );
}
.popular-locations-alternate .overlay-box h3 a {
  color: #fff;
}
.popular-locations-alternate .overlay-box h3 a:hover{
  color: var( --weddingdir-color-orange, #f48f00 );
}
.popular-locations-alternate .overlay-box span {
  font-family: 'Nunito', sans-serif;
  border-radius: 30px;
  font-size: 00.875rem;
  padding: 0.5rem 1rem;
  color: #FFF;
  line-height: 1;
  display: block;
  margin-top: 7px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.popular-locations-alternate:hover .overlay-box span {
  background: var( --weddingdir-color-cyan, #00aeaf );
}
.popular-locations-alternate:hover img {
  transform: scale(1.1);
}

/* Home Style Second */
.popular-categories {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.popular-categories .content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;

  padding: 1.5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(50%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.9))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#4bb2e6', GradientType=0 );
}
.popular-categories .content-wrap .content {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.popular-categories .content-wrap .content h3 {
  color: #fff;
  margin-bottom: 15px;
}
.popular-categories .content-wrap .content .count-listings {
  border-radius: 30px;
  font-size: 00.875rem;
  padding: 0.3rem 1rem;
  line-height: 1;
  background: rgba(255, 255, 255, 0.4);

  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.popular-categories .content-wrap .content i {
  font-size: 36px;
  height: 65px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;

  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.popular-categories .content-wrap .content .catlinks a h3,
.popular-categories .content-wrap .content .catlinks a .count-listings{
  color: #FFF;
}
.popular-categories .content-wrap .content .catlinks a:hover h3{
  color: var( --weddingdir-color-orange, #f48f00 );
}
.popular-categories .content-wrap .content .catlinks a:hover .count-listings{
  background: var( --weddingdir-color-cyan-rgba, rgba(0, 174, 175, 0.9) );
}

.popular-categories .content-wrap .content .icon i{
  color: #FFF;
}
.popular-categories .content-wrap .content .icon:hover i{
  color: #333;
  background: #FFF;
}

/* Home Style Second */
/*----  9.11  Home Styles End ---*/

/*----  9.12  Sign/Register Start ---*/
.register-tab .horizontal-tab-second {
  border: none;
  padding-top: 0;
}
/*----  9.12  Sign/Register End ---*/

/*----  9.13  Fashion Gallery Start ---*/
.fashion-gallery {
  position: relative;
  overflow: hidden;
  border-width: 2px;
  border-style: solid;
  border-color: #e0e0e0;
  margin-bottom: 2rem;
}
.fashion-gallery .img {
  position: relative;
  margin-bottom: 82px;
}
.fashion-gallery .img img {
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.fashion-gallery:hover .img img {
  transform: scale(1.1);
}
.fashion-gallery .img .product-option {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
}
.fashion-gallery .img .product-option a {
  display: block;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.4rem;
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.fashion-gallery .img .product-option a:hover {
  background: var( --weddingdir-color-orange, #f48f00 );
}
.fashion-gallery .content-wrap {
  position: absolute;
  z-index: 99;
  bottom: -62px;
  width: 100%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.fashion-gallery .content-wrap .content {
  text-align: center;
  padding: 1rem;
  background: #fff;
  /* transform: translateY(119px); */
}
.fashion-gallery .content-wrap .content .desciption {
  margin: 1rem 0;
}
.fashion-gallery .content-wrap .content h3 a {
  color: #121212;
  font-weight: 600;
}
.fashion-gallery .content-wrap .content h3 a:hover {
  color: var( --weddingdir-color-cyan, #00aeaf );
}
.fashion-gallery:hover .content-wrap {
  bottom: 0;
}
/*----  9.13  Fashion Gallery End ---*/

/*------------------------------------------*/
/*    10. Meat Our Team
/*------------------------------------------*/
.team-style-default {
  border: 1px solid #dfdfdf;
  background: #fff;
  padding: 0.6rem;
  margin-bottom: 1rem;
}
.team-style-default .social-wrap {
  position: relative;
  margin-bottom: 1rem;
}
.team-style-default .social-wrap img {
  width: 100%;
}
.team-style-default .content {
  padding: 0 0.7rem 0.6rem;
}
.share-menu {
  z-index: 99;
  position: absolute;
  right: 20px;
  bottom: -14px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.share-menu .share i.fa {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  background-color: var( --weddingdir-color-cyan, #00aeaf );
  cursor: pointer;
  color: #fff;
}
.share-menu .share:hover.top .submenu li i {
  margin-bottom: 1rem;
}
.share-menu .share:hover.top .submenu li:nth-child(1) {
  opacity: 1;
  top: -40px;
  transition-delay: 0.08s;
  transform: rotateY(0deg);
}
.share-menu .share:hover.top .submenu li:nth-child(2) {
  opacity: 1;
  top: -80px;
  transition-delay: 0.16s;
  transform: rotateY(0deg);
}
.share-menu .share:hover.top .submenu li:nth-child(3) {
  opacity: 1;
  top: -120px;
  transition-delay: 0.24s;
  transform: rotateY(0deg);
}
.share-menu .share:hover.top .submenu li:nth-child(4) {
  opacity: 1;
  top: -160px;
  transition-delay: 0.32s;
  transform: rotateY(0deg);
}
.share-menu .share:hover.top .submenu li:nth-child(5) {
  opacity: 1;
  top: -255px;
  transition-delay: 0.4s;
  transform: rotateY(0deg);
}
.share-menu .submenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.share-menu .submenu li {
  transition: all ease-in-out 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.share-menu .submenu li a {
  color: #212121;
}
.share-menu .submenu li a i.fa {
  color: #080e32;
  background: #fff;
  /* margin-bottom: 1rem; */
}
.share-menu .submenu li a:hover i.fa {
  color: #fff;
  background: var( --weddingdir-color-orange, #f48f00 );
}

.team-style-alternate {
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
}
.team-style-alternate .img-wrap {
  position: relative;
  transition: all ease-in-out 0.5s;
/*   cursor: pointer; */
  overflow: hidden;
  border-radius: 5px;
}
.team-style-alternate:hover .content {
  transform: translate(-50%, -60px);
}
.team-style-alternate .img-wrap img {
  width: 100%;
}

.team-style-alternate .content {
  margin: 0 auto;
  position: absolute;
  transition: all ease-in-out 0.5s;
  width: 80%;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 2.5px 4.33px 5px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  z-index: 99;
  left: 50%;
  padding: 1rem;
  transform: translate(-50%, -40px);
/*   cursor: pointer; */
}
.team-style-alternate:hover .content h3 {
  color: var( --weddingdir-color-orange, #f48f00 );
  transition: all ease-in-out 0.5s;
}
.team-style-alternate .submenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  background-color: var( --weddingdir-color-orange, #f48f00 );
  top: 0;
  right: -100px;
  padding: 0.6rem;
  font-size: 1rem;
  color: #fff;
  transition: all ease-in-out 0.5s;
}
.team-style-alternate:hover .submenu {
  right: 0px;
}
.team-style-alternate .submenu a {
  color: #fff;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
}
.team-style-alternate .submenu li:not(:last-child) {
  margin-bottom: 5px;
}
.team-style-alternate .submenu a:hover {
  background-color: #fff;
  color: var( --weddingdir-color-orange, #f48f00 );
}
/*------------------------------------------*/
/*    11. Customer Feedback
/*------------------------------------------*/
.customer-feedback-wrap {
  margin-bottom: 15px;
}
.customer-feedback-wrap .content {
  background: #f2f3f0;
  border-radius: 5px;
  color: #333333;
  text-align: center;
  font-size: 1.25rem;
  
  font-style: italic;
  padding: 2rem 2rem 7rem 2rem;
}
.customer-feedback-wrap .content .icon {
  font-size: 4rem;
  color: var( --weddingdir-color-cyan, #00aeaf );
  margin-bottom: 1rem;
}
.customer-feedback-wrap .content .rating {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #fda700;
  letter-spacing: 1px;
}
.customer-feedback-wrap .name-wrap {
  margin: -4rem 2rem 0;
  display: flex;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 2.5px 4.33px 5px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.customer-feedback-wrap .name-wrap img {
  width: 140px;
}
.customer-feedback-wrap .name-wrap .text {
  padding: 0 1.9rem;
  font-size: 0.875rem;
}
.customer-feedback-wrap .name-wrap .text h3 {
  font-size: 1.5rem;
}

.customer-feedback-alternate {
  position: relative;
}
.customer-feedback-alternate .content {
  margin-top: 2rem;
  background: #f8f8f9;
  border-radius: 5px;
  padding: 0 2rem 2rem 2rem;
}
.customer-feedback-alternate .content .text {
  font-size: 1rem;  
  font-style: italic;
  margin-top: -0.5rem;
}
.customer-feedback-alternate .content .name-wrap {
  display: flex;
  align-items: flex-end;
  top: -2rem;
  position: relative;
}
.customer-feedback-alternate .content .name-wrap img {
  width: 115px;
  margin-right: 20px;
}
.customer-feedback-alternate .content .name-wrap .icon {
  margin-left: auto;
  color: var( --weddingdir-color-cyan, #00aeaf );
  font-size: 46px;
  line-height: 1;
}
.customer-feedback-alternate .content .name-wrap h3 {
  font-weight: 700;
  margin-bottom: 0;
}
/*------------------------------------------*/
/*    11. Customer Feedback End
/*------------------------------------------*/

/*------------------------------------------*/
/*    12. Rating/Reviews Start
/*------------------------------------------*/
.review-count {
  text-align: center;
  border-radius: 6px;
  background: #9acd32;
  color: #fff;
  padding: 1rem 1.5rem;
  margin-right: 1rem;
}
.review-count span {
  font-size: 2.75rem;
  line-height: 1;
  font-weight: 600;
}
.review-count small {
  display: block;
  font-size: 0.875rem;
}
.review-count i {
  font-size: 0.875rem;
  color: #fffc00;
  letter-spacing: -3px;
}

.review-option {
  display: flex;
  margin: 0.5rem 0;
}
.review-option .icon {
  margin-right: 10px;
  color: #adadad;
  font-size: 00.875rem;
  font-weight: 500;
  min-width: 35px;
  text-align: center;
}
.review-option .icon i {
  display: block;
  color: var( --weddingdir-color-cyan, #00aeaf );
  font-size: 1.5rem;
}
.review-option .count {
  font-weight: 600;
  width: 100%;
}
.review-option .count .bar-base {
  width: 100%;
  background: #f5f5f5;
  height: 6px;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 11px;
}
.review-option .count .bar-filled {
  background: var( --weddingdir-color-orange, #f48f00 );
  height: 6px;
  border-radius: 5px;
}

.reviews-media h3 {
  
}
.reviews-media .media {
  padding: 1.2rem;
  background: #fff;
  margin-bottom: 1rem;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
}
.reviews-media .media .media-body p:last-child {
  margin-bottom: 0;
}
.reviews-media .media h4 {
    color: var( --weddingdir-color-cyan, #00aeaf );
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    margin-bottom: 5px !important;
}
.reviews-media .thumb {
  width: 75px;
  margin-right: 20px;
}
.reviews-media .btn-theme {
  font-size: 0.75rem;
  padding: 0.4rem 1.5rem;
}
.reviews-media .reply-box.media {
  margin: 2rem 0 0 0;
  background: #fef4e5;
  border: none;
}
.reviews-media .heading-wrap {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
.reviews-media .heading {
  display: flex;
  justify-content: space-between;
}
.review-option-btn .stars {
    color: var( --weddingdir-color-orange, #ffd200 );
    letter-spacing: -2px;
    margin-right: 4px;
    position: relative;
    top: -2px;
}
.review-option-btn {
  font-weight: 600;
}
.review-option-btn a span:last-child{
  color: #222;
}
.review-option-btn a i.arrow {
  transform: rotate(-180deg);
  color: var( --weddingdir-color-cyan, #00aeaf );
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.review-option-btn a.collapsed i.arrow {
  transform: rotate(0deg);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.rating-stars-wrap .review-option .icon i {
  font-size: 1.8rem;
}
.rating-stars-wrap .review-option {
  align-items: center;
  font-weight: 600;
}
.rating-stars {
  direction: rtl;
  letter-spacing: -2px;
}

.rating-stars a {
  color: #c1c1c1;
}

.rating-stars a:hover,
.rating-stars a:hover ~ a,
.rating-stars a:focus,
.rating-stars a:focus ~ a {
  color: var( --weddingdir-color-orange, #f48f00 );
  cursor: pointer;
}
/*------------------------------------------*/
/*    12. Rating/Reviews End
/*------------------------------------------*/

.typo-head {
  color: #1f2c36;
  font-size: 1.375rem;
  
  line-height: 1.6rem;
}
.typo-border {
  border-left: 1px solid #e5e5e5;
  padding: 0 0 0 6rem;
}
.typo-border .btn {
  min-width: 150px;
}
.typo-border .light {
  color: #cccccc;
}
.typo-border .justify-content-between.d-flex:last-child {
  margin-bottom: 0;
}
.typo-border h3 {

}
.typo-border .color-pallete-box {
  margin: 0 0 2.5rem 0;
}
.color-bg {
  height: 60px;
  width: 60px;
  min-width: 60px;
  color: #5b5b5b;
  border-radius: 5px;
}
.color-pallete-box span {
  padding-left: 1.21rem;
}

/*-------------------------------------------------------------------
 13. Modal Popups Start
-------------------------------------------------------------------*/
.register-tab .modal-content {
  overflow: hidden;
}

button.close {
  width: 40px;
  height: 40px;
  background: #da2b1c;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 1;
}

button.close:hover {
  background: var( --weddingdir-color-cyan-light, #000 );
  color: #fff;
}
button.close:focus {
  outline: none;
  box-shadow: none;
}
/*-------------------------------------------------------------------
 13. Modal Popups End
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
 14. Jquery UI Calendar Start
-------------------------------------------------------------------*/
.ui-datepicker-prev span,
.ui-datepicker-next span {
  background-image: none !important;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  font-weight: normal;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var( --weddingdir-color-orange, #f48f00 );
}

.ui-datepicker-prev:before {
  content: "\f104";
}

.ui-datepicker-next:before {
  content: "\f105";
}
.widget .ui-widget.ui-widget-content {
  width: 100%;
  border: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  background: #f8f8f9;
  border: none;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 50%;
  width: 1.8em;
  height: 1.8em;
  transform: translateY(-50%);
}
.ui-datepicker .ui-datepicker-prev {
  left: 10px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
  right: 10px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:hover {
  border: none !important;
  background: transparent !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.4rem 0.2rem;
  text-align: center;
  text-decoration: none;
}
.datepicker .ui-state-default,
.datepicker .ui-widget-content .ui-state-default {
  border: none;
  background: transparent;
  color: #242424;
  border-radius: 3px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fef4e6;
  background: #fef4e6;
  color: #cfcfcf;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: none;
  background: var( --weddingdir-color-cyan, #00aeaf );
  font-weight: normal;
  color: #fff;
}

.datepicker-inline .datepicker-panel li[data-view="month prev"],
.datepicker-inline .datepicker-panel li[data-view="month next"] {
  background: 14.28% !important;
}
.datepicker-inline .datepicker-panel li[data-view="month current"] {
  width: 71.44%;
}
.datepicker-inline .datepicker-container.datepicker-inline{
  width: 100%;
}
.datepicker-panel > ul > li{
  width: 14.28%;
}
/*-------------------------------------------------------------------
 14. Jquery UI Calendar End
-------------------------------------------------------------------*/


.listing-gallery img {
  margin-bottom: 20px;
}

.vendorprofile{
	
	width: 150px;
position: absolute;
margin-left: 66px;
height: 155px;
border: 3px solid #dc2a1b;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.vendorprofile img{
	
	height: 150px !important;
width: 150px !important;
}

.social-links p{
	
	text-align:justify;
}

.social-links ul li a {
 height: 40px;
width: 40px;
text-align: center;
line-height: 38px;
color: #fff;
border-radius: 50%;
position: relative;
z-index: 10;
background: #000;
transition: all 0.3s ease-out 0s;
margin-right: 5px;
display: block;
font-size: 15px;
padding-left: 10px;
padding-top: 1px;
}

.social-media-icons ul li a {
 height: 40px;
width: 40px;
text-align: center;
line-height: 38px;
color: #fff;
border-radius: 50%;
position: relative;
z-index: 10;
background: #d2021c;
transition: all 0.3s ease-out 0s;
margin-right: 5px;
display: block;
font-size: 15px;
padding-left: 10px;
padding-top: 1px;
}

.call-now {
 background-color: #32a067 !important;
padding: 8px 8px;
border-radius: 20px;
text-transform: capitalize;
border: 1px solid #32a067;
color: #fff;
font-weight: bold;
}

.footerkey {
  width: 100%;
  height: auto;
  background-color: #fff;
}

.footcatname{

font-weight: 600;
}

.footercatlink a{
	
	color: #7f7878 !important;
}

.sidebar-widgets .widget{
	
	padding: 0.5rem !important;
}

.amenities_tabs {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #e3e3e3;
  height: 22px;
  padding: 0 7px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.checked {
  color: orange;
}

.fa-star{
	
	font-size: 18px !important;
}


.btn-primary {
  color: #fff;
  background-color: #da2b1c;
  border-color: #da2b1c;
}