[data-bs-toggle="tooltip"]{
cursor: pointer;
}
@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: 12px;
    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;
}
body:not(.static-header) header.sticky .main-menu>ul>li span>a {
    color: #444;
}
body:not(.static-header) header.sticky .main-menu>ul>li span:hover>a {
    opacity: 1;
    color: #fc5b62;
}
/* Submenu*/
.main-menu ul ul {
    position: absolute;
    z-index: 1;
    visibility: hidden;
    left: 3px;
    top: 100%;
    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: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    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: #fc5b62;
    padding-left: 18px;
}
}

/* 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: 500 !important;
}

.main-menu ul ul li span a:hover {
color: #fc5b62;
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;
}

.main-menu ul ul ul li:last-child a {
border-bottom: none !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: #555 !important;
    display: block;
}
}

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


/*-------- Preloader --------*/

#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
bottom: 0;
background-color: #fff;
z-index: 99999999999 !important;
}

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

@-webkit-keyframes circle {
0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
}

@-moz-keyframes circle {
0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
}

@-o-keyframes circle {
0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
}

@keyframes circle {
0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
}

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;
overflow-x: hidden;
}

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-color: #ededed;
opacity: 1;
}

hr.large {
border-color: #ededed;
height: 4px;
margin-top: 60px;
}

@media (max-width: 991px) {
hr.large {
    margin-top: 45px;
}
}

@media (max-width: 767px) {
hr.large {
    margin-bottom: 45px;
}
}

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

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

.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: #fc5b62;
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 h3 {
margin: 25px 0 0 0;
}

@media (max-width: 767px) {
.main_title_2 h3 {
    font-size: 24px;
    font-size: 1.5rem;
}
}

.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 {
margin-bottom: 25px;
position: relative;
}

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

.main_title_3 span em {
width: 60px;
height: 2px;
background-color: #fc5b62;
display: block;
}

@media (max-width: 767px) {
.main_title_3 {
    margin-bottom: 10px;
}
}

.main_title_3 h2,
.main_title_3 h3 {
font-size: 23px;
font-size: 1.4375rem;
margin: 25px 0 0 0;
}

@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;
}


/** Layes slider typography ab buttons **/

h3.slide_typo {
white-space: nowrap;
color: #fff !important;
font-weight: normal;
font-size: 64px;
font-size: 4rem;
}

.slide_typo_2 {
color: #fff;
font-size: 28px;
font-size: 1.75rem;
white-space: nowrap;
text-transform: uppercase;
}

.ls-l a.btn_1 {
white-space: nowrap;
}

@media (max-width: 767px) {
.ls-l a.btn_1 {
    font-size: 11px !important;
    padding: 7px 15px !important;
}
}


/*General links color*/

a {
color: #fc5b62;
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: #111;
text-decoration: none;
outline: none;
}


/*-------- 1.2 Buttons --------*/

a.btn_1,
.btn_1 {
border: none;
color: #fff;
background: #fc5b62;
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: #0054a6;
color: #fff;
}

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: #32a067;
}

a.btn_1.full-width.purchase:hover,
.btn_1.full-width.purchase:hover {
background-color: #0054a6;
}

a.btn_1.full-width.wishlist,
.btn_1.full-width.wishlist {
border-color: #555;
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 #fc5b62;
color: #fc5b62;
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;
}

.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;
margin-bottom: 25px;
}

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

a.btn_map {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
padding: 8px 12px 8px 12px;
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: #fc5b62;
}

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

a.btn_map_in,
.btn_map_in {
border: none;
color: #fff;
background: #fc5b62;
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);
}

body.static-header header {
position: absolute;
}

@media (max-width: 767px) {
header {
    padding: 15px 15px 5px 15px;
}
}

header.header .logo_sticky {
display: none;
}

body:not(.static-header) 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;
}

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: 0 0 0 10px;
}
}

@media (max-width: 767px) {
ul#top_menu li:first-child {
    display: none;
}
}

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,
ul#top_menu li a.cart-menu-btn {
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,
ul#top_menu li a.cart-menu-btn {
    top: 2px;
}
}

ul#top_menu li a.login:before,
ul#top_menu li a.wishlist_bt_top:before,
ul#top_menu li a.cart-menu-btn:before {
font-family: 'Glyphter';
font-size: 21px;
font-size: 1.3125rem;
color: #fff;
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,
.sticky ul#top_menu li a.cart-menu-btn:before {
color: #444;
}

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

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

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

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

ul#top_menu li a.cart-menu-btn {
top: 6px;
}

@media (max-width: 991px) {
ul#top_menu li a.cart-menu-btn {
    top: 0;
}
}

ul#top_menu li a.cart-menu-btn:before {
content: '\0041';
}

ul#top_menu li a.cart-menu-btn strong {
font-size: 11px;
font-size: 0.6875rem;
width: 15px;
height: 15px;
display: block;
background-color: #333;
color: #fff;
position: relative;
bottom: -15px;
right: -10px;
text-align: center;
line-height: 17px !important;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
margin: 0;
padding: 0;
}

ul#top_menu li a.logged {
display: block;
width: 25px;
height: 25px;
position: relative;
overflow: hidden;
top: 6px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
-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;
}

ul#top_menu li a.logged img {
width: 26px;
height: auto;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
ul#top_menu li a.logged {
    top: 0;
}
}

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

#logo {
float: left;
}

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


/* Animations */

@keyframes pop-in {
0% {
    opacity: 0;
}
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);
}
}


/* Delays */

.hero_in h1 {
animation-delay: 0.8s;
-webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
}

.hero_in p {
animation-delay: 1.5s;
-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
animation-duration: 0.3s;
-webkit-animation-duration: 0.3s;
-moz-animation-duration: 0.3s;
}


/* Main */

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


/* Footer */

footer {
background-color: #121921;
color: #fbfbfb;
color: rgba(255, 255, 255, 0.7);
}

footer h5 {
color: #fff;
margin: 25px 0;
font-size: 18px;
font-size: 1.125rem;
}

@media (max-width: 575px) {
footer h5 {
    margin: 25px 0 10px 0;
}
}

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: #fff;
opacity: 0.7;
}

footer ul li a:hover {
color: #fc5b62;
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: #fc5b62;
}

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 a i {
margin-right: 10px;
}

footer hr {
opacity: 0.1;
}

footer #copy {
text-align: right;
font-size: 13px;
font-size: 0.8125rem;
opacity: 0.7;
}

@media (max-width: 767px) {
footer #copy {
    text-align: left;
    margin: 5px 0 20px 0;
}
}


/* Newsletter footer*/

#newsletter .form-group {
position: relative;
}

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

#newsletter h6 {
color: #fff;
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: #f3f3f3;
background-color: rgba(255, 255, 255, 0.06);
color: #fff;
}

#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;
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: #fc5b62;
-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 {
margin-top: 15px;
animation-delay: 1.1s;
-webkit-animation-delay: 1.1s;
-moz-animation-delay: 1.1s;
}

.follow_us h5 {
color: #fff;
}

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

.follow_us ul li:first-child {
color: #fff;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 2px;
font-size: 13px;
font-size: 0.8125rem;
}

.follow_us ul li a {
color: #fff;
opacity: 0.7;
}

.follow_us ul li a:hover {
opacity: 1;
}

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

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: #fff;
opacity: 0.5;
}

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

ul#additional_links li a:hover {
opacity: 1;
}

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

.wow {
visibility: hidden;
}


.page_header {
width: 100%;
position: relative;
overflow: hidden;
text-align: center;
margin: 0;
color: #fff;
}

/* .page_header .wrapper {
background-color: black;
background-color: rgba(0, 0, 0, 0.8);
} */

.page_header.start_bg_zoom:before {
animation: pop-in 6s 0.3s cubic-bezier(0, 0.5, 0, 1) forwards;
content: "";
opacity: 1!important;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
}


.page_header:before {
background: var(--theme-secondary-color) url(/resources/img/page-header-vector.svg) center center repeat-x;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
}
.page_header {
height: 200px;
}
.page_header .content-container {
height: 200px;
overflow: hidden;
position: absolute;
left: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
padding-top: 2rem;
}


.home_banner {
width: 100%;
position: relative;
overflow: hidden;
text-align: center;
margin: 0;
color: #fff;
}

.home_banner .wrapper {
background-color: black;
background-color: rgba(0, 0, 0, 0.8);
}

.home_banner.start_bg_zoom:before {
animation: pop-in 6s 0.3s cubic-bezier(0, 0.5, 0, 1) forwards;
content: "";
opacity: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
}

.home_banner .wrapper {
display: flex;
flex-direction: column;
justify-content: start;
height: 100%;
padding-top: 150px;
}

.home_banner .wrapper h3 {
color: #fff;
font-size: 52px;
font-size: 3.25rem;
margin: 0;
text-transform: uppercase;
font-weight: 700;
}

@media (max-width: 1199px) {
.home_banner .wrapper {
    padding-top: 8px;
}
}

@media (max-width: 767px) {
.home_banner .wrapper h3 {
    font-size: 21px;
    font-size: 1.3125rem;
}
}

@media (max-width: 575px) {
.home_banner .wrapper h3 {
    font-size: 23px;
    font-size: 1.4375rem;
}
}

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

.home_banner .wrapper p strong {
font-weight: 600;
}

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

.home_banner {
height: 700px;
}

.home_banner:before {
background: url(/assets/graphics/home-banner-1.jpg) center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.home_banner .wrapper {
background-color: black;
background-color: rgba(0, 0, 0, 0.45);
position: absolute;
width: 100%;
}

.home_banner .wrapper h3 {
font-size: 42px;
font-size: 2.625rem;
text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
.home_banner .wrapper h3 {
    font-size: 26px;
    font-size: 1.625rem;
    margin-top: 60px;
}
}

@media (max-width: 575px) {
.home_banner .wrapper h3 {
    font-size: 22px;
    font-size: 1.375rem;
}
}

.home_banner .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);
}

.home_banner .wrapper p strong {
font-weight: 600;
}

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

.booking-form {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 0 5px 5px 5px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}
#bookingForm .trip-type .trip-type-option{
    color: #fff;
    background-color: var(--theme-secondary-color);
    border: 1px solid white;
}
#bookingForm .trip-type .trip-type-option .form-check,#bookingForm .trip-type .trip-type-option label{
    margin: 0;
}
#bookingForm .trip-type .trip-type-option:first-child{
    border-radius: 5px 0 0 0;
}
#bookingForm .trip-type .trip-type-option:last-child{
    border-radius: 0 5px 0 0;
    border-left: 1px solid #eee;
}
@media (max-width: 991px) {
    .booking-form {
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    #bookingForm .trip-type .trip-type-option:first-child{
        border-radius: 5px 0 0 5px;
    }
    #bookingForm .trip-type .trip-type-option:last-child{
        border-radius: 0 5px 5px 0;
    }
}

.booking-form input[type='text'] {
border: 0;
height: 50px;
padding-left: 15px;
border-right: 1px solid #d2d8dd;
font-weight: 500;
}

@media (max-width: 991px) {
.booking-form input[type='text'] {
    border: none;
}
}

.booking-form input[type='text']:focus {
box-shadow: none;
border-right: 1px solid #d2d8dd;
}

@media (max-width: 991px) {
.booking-form input[type='text']:focus {
    border-right: none;
}
}


/* .booking-form select {
display: none;
} */


/* .booking-form .nice-select .current {
font-weight: 500;
color: #6f787f;
} */

.booking-form .form-group {
margin: 0;
}

@media (max-width: 991px) {
.booking-form .form-group {
    margin-bottom: 5px;
}
}

.booking-form 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: 0;
right: 1px;
padding-right: 15px;
display: block;
width: 20px;
box-sizing: content-box;
height: 50px;
z-index: 9;
color: #999;
}

@media (max-width: 991px) {
.booking-form i {
    padding-right: 10px;
}
}
.booking-form button.search-button.searching .search-processing,.booking-form button.search-button:not(.searching) .search-idle{
display: block;
}
.booking-form button.search-button.searching .search-idle,.booking-form button.search-button:not(.searching) .search-processing{
display: none;
}

.booking-form button.search-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: var(--theme-secondary-color);
margin-right: -1px;
}

@media (max-width: 991px) {
.booking-form button.search-button {
    margin: 20px 0 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
}

.booking-form button.search-button:hover {
    background-color: var(--theme-other-color);
    color: var(--theme-secondary-color);
}

.booking-form.inner {
margin-bottom: 30px;
-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
.booking-form.inner {
    margin: 0 0 20px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
}

.booking-form.inner-2 {
margin: 0 0 20px 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: none;
}

.booking-form.inner-2 .form-group {
margin-bottom: 10px;
}

.booking-form.inner-2 input {
border: 1px solid #ededed;
}

.booking-form.inner-2 input[type='submit'] {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
margin-top: 10px;
}

.booking-form.inner-2 i {
padding-right: 10px;
line-height: 48px;
height: 48px;
top: 1px;
}

.booking-form.inner-2 .nice-select {
border: 1px solid #ededed;
}


/* Panel Drop Down */

.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;
-webkit-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
padding: 15px 15px 0 15px;
white-space: normal;
width: 100%;
}

.panel-dropdown .panel-dropdown-content:before,
.panel-dropdown .panel-dropdown-content:after {
position: absolute;
display: inline-block;
border-bottom-color: rgba(0, 0, 0, 0.2);
content: '';
}

.panel-dropdown .panel-dropdown-content:before {
top: -7px;
left: 9px;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-bottom: 7px solid #ccc;
}

.panel-dropdown .panel-dropdown-content:after {
left: 10px;
top: -6px;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-left: 6px solid transparent;
}

.panel-dropdown .panel-dropdown-content.right {
left: auto;
right: 0;
}

.panel-dropdown .panel-dropdown-content.right:before {
left: auto;
right: 9px;
}

.panel-dropdown .panel-dropdown-content.right:after {
left: auto;
right: 10px;
}

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

@media (min-width: 1200px) {
.panel-dropdown .panel-dropdown-content:not(.wo-100) {
    left: -64px;
    width: calc(100% + 128px);
}
.panel-dropdown .panel-dropdown-content:before,
.panel-dropdown .panel-dropdown-content:after {
    left: 50%;
}
}

.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);
}
}

.booking-form .form-group {
text-align: left;
}

.booking-form .form-group span {
color: #6c757d;
position: absolute;
left: 15px;
top: 8px;
font-size: 12px;
font-size: 0.75rem;
font-weight: 700;
}

.booking-form .form-group input {
height: 58px;
padding: 22px 10px 5px 15px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
background-color: transparent;
}

@media (max-width: 991px) {
.booking-form .form-group input {
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
}

.booking-form .form-group input:hover {
background-color: black;
background-color: rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}

@media (max-width: 991px) {
.booking-form .form-group input:hover {
    background-color: white;
    background-color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
}

.booking-form .form-group input:focus {
background-color: black;
background-color: transparent;
}

@media (max-width: 991px) {
.booking-form .form-group input:focus {
    background-color: white;
    background-color: white;
}
}

@media (max-width: 991px) {
.booking-form .panel-dropdown {
    height: 58px;
}
}

.booking-form .panel-dropdown a {
height: 43px;
padding: 13px 10px 0px 0;
display: block;
}

.booking-form .panel-dropdown a:after {
display: none !important;
}

.booking-form .panel-dropdown a span {
position: relative;
top: 0;
left: 0;
color: #fff;
}

.booking-form .panel-dropdown:hover {
background-color: black;
background-color: rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}

@media (max-width: 991px) {
.booking-form .panel-dropdown:hover {
    background-color: white;
    background-color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
}

.booking-form .panel-dropdown.active {
background-color: black;
background-color: transparent;
}

@media (max-width: 991px) {
.booking-form .panel-dropdown.active {
    background-color: white;
    background-color: white;
}
}

.booking-form .panel-dropdown .panel-dropdown-content {
top: 70px;
}

.booking-form button.search-button {
height: 58px;
}

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

@media (max-width: 767px) {
.datepicker_mobile_full .daterangepicker {
    margin-top: 0 !important;
    border: none !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999999 !important;
    height: 100% !important;
    overflow-y: scroll !important;
}
.datepicker_mobile_full .daterangepicker .calendar {
    max-width: 100% !important;
}
}
.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_60 {
padding-top: 60px;
padding-bottom: 60px;
}

.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: 45px;
}
}

.margin_60_0 {
padding-top: 60px;
}
@media (max-width: 991px) {
.margin_60_0 {
    padding-top: 60px;
}
}
@media (max-width: 575px) {
.margin_60_0 {
    padding-top: 45px;
}
}

.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: 30px;
}
}

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

@media (max-width: 767px) {
.hidden_mobile {
    display: none !important;
}
}
.booking-step {
    width: 100%;
    margin: 5rem auto 0;
}
.booking-step > .booking-step-step {
    padding: 0;
    position: relative;
    width: 33.33%;
    float: left;
}
.booking-step > .booking-step-step.complete > .progress > .progress-bar {
    width: 100%;
}
.booking-step > .booking-step-step.active > .progress > .progress-bar {
    width: 50%;
}
.booking-step > .booking-step-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}
.booking-step > .booking-step-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}
.booking-step > .booking-step-step.disabled > .booking-step-dot {
    background-color: var(--theme-secondary-color);
}
.booking-step > .booking-step-step.disabled > .booking-step-dot:after {
    opacity: 0;
}
.booking-step > .booking-step-step:first-child > .progress {
    left: 50%;
    width: 50%;
}
.booking-step > .booking-step-step:last-child > .progress {
    width: 50%;
}
.booking-step > .booking-step-step .booking-step-stepnum {
    font-size: 14px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}
.booking-step > .booking-step-step > .booking-step-dot {
    position: absolute;
    width: 34px;
    height: 34px;
    display: block;
    top: 36px;
    left: 52%;
    margin-top: -5px;
    margin-left: -25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: var(--theme-secondary-color);
}
.booking-step > .booking-step-step > .booking-step-dot:after {
    content: '\e903';
    font-family: 'Fontello';
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    top: -6px;
    left: 4px;
    font-size: 32px;
    font-size: 26px;
    color: var(--theme-primary-color);
}
.booking-step > .booking-step-step > .progress {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    height: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 29px 0;
}
.booking-step > .booking-step-step > .progress > .progress-bar {
    width: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff;
}

.booking-step > .booking-step-step.disabled a.booking-step-dot {
    pointer-events: none;
}
@media (max-width: 575px) {
    .booking-step-stepnum{
        font-size: 0.65rem !important;
    }
    .booking-step > .booking-step-step > .progress{
        margin: 30px 0 !important;
    }
}
.horizontal-flip,.horizontal-flip::after,.horizontal-flip::before{
    transform: rotateY(180deg);
}
.rotate-45::before{
    transform: rotateZ(45deg);
}
.alerts-holder{
    position: fixed;
    z-index: 9999;
    right: 8px;
    top: 8px;
    max-width: 400px;
}
@media (max-width: 575px) {
    .alerts-holder{
        max-width: 100%;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .alerts-holder{
        max-width: 280px;
    }
}
.alert-dismissible .close{
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.loading-screen{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    background: rgba(0,0,0,0.75);
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading-screen i{
    font-size: 2.5rem;
}