/* ---------------------------------------

[Main Stylesheet]

Project:    	  Foodpa - Online Food Delivery Platform
Version:    	  1.0
Primary Use:      Online Food Delivery Platform

------------------------------------------

[Table of contents]

1. Fonts
2. Reset Css
3. Global Settings
4. Section Styles
5. Colors
6. Margin and Padding
7. Background Overlay
8. Buttons Style
9. Preloader
10. ScrollUp Button
11. Main Header style
12. Hero Area
13. Features Area
14. Custom Hero
15. Promo Area
16. Our Partners
17. Pricing Table
18. Why Choose us
19. Parallax Area
20. Testimonial Area
21. Counter Area
22. App Area
23. Blog Area
24. Footer Area
25. Custom Banner
26. About Area
27. Award Area
28. Card Features
29. All Partners Area
30. Team Area
31. Card Apply Form
32. Become Partner Area
33. Card Details Area
34. Choose Card
35. Faq Area
36. Error Area

-------------------------------------------*/
/*** 

================
	Fonts
================


font-family: 'louis_george_caferegular', sans-serif;
font-family: 'louis_george_cafebold', sans-serif;
font-family: 'Didact Gothic', sans-serif;
font-family: 'Jost', sans-serif;

 ***/
@import url("https://fonts.googleapis.com/css?family=Jost:400,500,600,700|Didact+Gothic&display=swap");

@font-face {
    font-family: 'louis_george_caferegular';
  src: url("../fonts/louis_george_cafe-webfont.woff2") format("woff2"), url("../fonts/louis_george_cafe-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'louis_george_cafebold';
  src: url("../fonts/louis_george_cafe_bold-webfont.woff2") format("woff2"), url("../fonts/louis_george_cafe_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*** 

===============
	Reset Css
===============

 ***/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/*** 

===================
	Global Settings
===================

 ***/
body {
    font-size: 16px;
    color: #292929;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: "Jost", sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
    color: #292929;
}

button,
a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none !important;
    transition: .3s;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: 500;
    margin: 0px;
    background: none;
    line-height: 1.2em;
    font-family: "Jost", sans-serif;
}

h1 {
    font-size: 52px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

input, button, select, textarea {
    outline: none;
}

textarea {
    overflow: hidden;
}

p {
    position: relative;
    font-family: "Jost", sans-serif;
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    display: inline-block;
    max-width: 100%;
}

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

img {
    display: inline-block;
    max-width: 100%;
}

::selection {
    background-color: #0E8A701a;
    color: #FC5185;
}

-moz-::selection {
    background-color: #0E8A701a;
    color: #FC5185;
}

-webkit-::selection {
    background-color: #0E8A701a;
    color: #FC5185;
}

-o-::selection {
    background-color: #0E8A701a;
    color: #FC5185;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.border-0 {
    border: 0px;
}

.radius-50 {
    border-radius: 50px !important;
}

.centered {
    text-align: center;
}

/*Checkboxes styles*/
input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 5px;
    color: #292929;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}

input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #FC5185;
    position: absolute;
    left: 0;
    top: 5px;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: 0px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*** 

==================
    Color Classes
==================

***/
.cl-black {
    color: #292929;
}

.cl-primary {
    color: #FC5185;
}

.cl-white {
    color: #ffffff;
}

.cl-blue {
    color: #009DFF;
}

.cl-blue-2 {
    color: #130f40;
}

.cl-green {
    color: #16B271;
}

.cl-mint {
    color: #17c0eb;
}

.cl-yellow {
    color: #ffc048;
}

.cl-red {
    color: #e83b3b;
}

.cl-facebook {
    color: #3B5999;
}

.cl-twitter {
    color: #55ACEE;
}

.cl-youtube {
    color: #CD201F;
}

.cl-pinterest {
    color: #BD081C;
}

.cl-instagram {
    color: #F5214A;
}

.facebook-bg {
    background: #3B5999;
}

.twitter-bg {
    background: #55ACEE;
}

.youtube-bg {
    background: #CD201F;
}

.pinterest-bg {
    background: #BD081C;
}

.google-plus-bg {
    background: #DD5144;
}

.linkedin-bg {
    background: #0077B5;
}

.instagram-bg {
    background: #F5214A;
}

/*** 

==================
    Section Styles
==================

***/
.container {
    max-width: 1200px;
}

.container-fluid {
    padding: 0 50px;
}

@media (max-width: 991px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.section-padding {
    padding: 100px 0;
}

.section-padding-2 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section-padding-3 {
    padding-top: 100px;
    padding-bottom: 40px;
}

.section-title {
    margin-bottom: 40px;
}

.section-title h4 {
    font-size: 10px;
    margin-bottom: 5px;
    color: #FC5185;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 3px;
    display: inline-block;
    background: rgba(252, 81, 133, 0.15);
    padding: 7px 16px;
    border-radius: 4px;
}

.section-title h2 {
    position: relative;
    font-size: 42px;
    line-height: 1.4;
    z-index: 1;
    text-transform: capitalize;
    display: block;
}

.section-title-2 {
    margin-bottom: 30px;
}

.section-title-2 h2 {
    position: relative;
    font-size: 18px;
    line-height: 1.4;
    z-index: 1;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    font-weight: 600;
}

.section-title-2 h2::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 60px;
    background: #16B271;
    right: -75px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 575px) {
    .section-title h2 {
        font-size: 32px;
    }
}

@media (max-width: 450px) {
    .section-title h2 {
        font-size: 32px;
    }
}

/*** 

=======================
    Margin and Padding
=======================

***/
/* 
    Margin Top styles
*/
.mar-0 {
    margin: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

/* 
    Margin Bottom Styles
*/
.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

/* 
    Margin Right Styles
*/
.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

/* 
    Padding Top Styles
*/
.pad-0 {
    padding: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

/* 
    Padding Bottom Styles
*/
.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

/*** 

============================
    Background and Overlay
============================

***/
.gray-bg {
    background: #F9F9F9;
}

.gray-bg-2 {
    background: #F7F6F1;
}

.black-bg {
    background: #292929;
}

.black-bg-2 {
    background: #263845;
}

.primary-bg {
    background: #FC5185;
}

.light-primary-bg {
    background: rgba(252, 81, 133, 0.07);
}

.primary-light-bg {
    background: #00C9B72c;
}

.primary-bg-dark {
    background: #037EBD;
}

.white-bg {
    background: #ffffff;
}

.blue-bg {
    background: #009DFF;
}

.light-blue-bg {
    background: #234BA5;
}

.green-bg {
    background: #16B271;
}

.blue-bg-2 {
    background: #130f40;
}

.red-bg {
    background: #e83b3b;
}

.yellow-bg {
    background: #ffc048;
}

.yellow-light-bg {
    background: #e9eef7;
}

.purple-bg {
    background: #8E0EF0;
}

.purple-light-bg {
    background: #E8CFFC;
}

.mint-bg {
    background: #17c0eb;
}

.transparent-bg {
    background: transparent;
}

.dark-overlay {
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

.dark-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #292929;
    content: "";
    z-index: -1;
    opacity: .6;
}

.dark-overlay-2 {
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

.dark-overlay-2:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #292929;
    content: "";
    z-index: -1;
    opacity: .4;
}

.green-overlay {
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

.green-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #16B271;
    content: "";
    z-index: -1;
    opacity: .6;
}

.gradient-overlay {
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

.gradient-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #e63b82 0%, #46126d 100%);
    content: "";
    z-index: -1;
    opacity: .9;
}

.gradient-overlay-2 {
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

.gradient-overlay-2:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #463afe 0%, #3ab5e4 100%);
    content: "";
    z-index: -1;
    opacity: .85;
}

.shaded-bg {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.shaded-bg::after {
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(19, 15, 64, 0.4);
    content: "";
    top: 0;
    left: 0;
    transform: skewX(-40deg);
    z-index: -1;
}

/*** 

===================
    Buttons Style
===================

***/
.bttn-mid {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 40px;
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.4s;
    font-family: "Jost", sans-serif;
}

.bttn-small {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 28px;
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    transition: 0.4s;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
}

.bttn-round {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    text-decoration: none;
}

.bttn-mid i, .bttn-small i {
    margin-right: 7px;
}

.btn-fill {
    color: #ffffff;
    background: #FC5185;
}

.btn-fill:hover {
    background: #FC5185;
    color: #ffffff;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.18);
}

.btn-fill-2 {
    color: #FC5185;
    background: rgba(252, 81, 133, 0.15);
}

.btn-fill-2:hover {
    background: #FC5185;
    color: #ffffff;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.18);
}

.btn-fill-3 {
    color: #ffffff;
    background: #16B271;
}

.btn-fill-3:hover {
    color: #ffffff;
    background: #263845;
    box-shadow: 0px 0px 16px 4px rgba(38, 56, 69, 0.18);
}

.btn-fill-4 {
    color: #16B271;
    background: rgba(22, 178, 113, 0.15);
}

.btn-fill-4:hover {
    background: #16B271;
    color: #ffffff;
    box-shadow: 0px 0px 16px 4px rgba(22, 178, 113, 0.18);
}

.btn-fill-5 {
    color: #ffffff;
    background: #263845;
}

.btn-fill-5:hover {
    color: #ffffff;
    box-shadow: 0px 0px 16px 4px rgba(38, 56, 69, 0.18);
}

.bttn-mid.btn-emt {
    padding: 12px 41px;
}

.btn-emt {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.05);
}

.btn-emt:hover {
    color: #ffffff;
    box-shadow: none;
    background: #FC5185;
    border: 2px solid transparent;
}

.btn-wht {
    background: #ffffff;
    color: #FC5185;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.05);
}

.btn-wht:hover {
    background: #FC5185;
    color: #ffffff;
}

.btn-blu {
    background: #009DFF;
    color: #ffffff;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.05);
}

.btn-blu:hover {
    background: #FC5185;
    color: #009DFF;
}

/* ==============================
    Preloader
    ============================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: #ffffff;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #FC5185;
    border-color: #FC5185 transparent #FC5185 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* 
==============================
    ScrollUp Button 
============================== 
*/
a#scrollUp {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    line-height: 55px;
    background: #FC5185;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    font-size: 16px;
}

a#scrollUp:hover {
    background: #7e30e4;
    color: #ffffff;
}

/*

==========================
  Header top
==========================

*/
.header-top {
    color: #ffffff;
    padding: 10px 0;
}

.header-top .single-header-top p {
    margin: 0;
    margin-top: 3px;
    font-size: 14px;
    display: inline-block;
    font-weight: 700;
}

.header-top .single-header-top p span {
    margin-right: 20px;
}

.header-top .single-header-top p span i {
    margin-right: 5px;
}

.header-top .single-header-top p span a {
    color: #ffffff;
}

.header-top .single-header-top p span a:hover {
    color: #292929;
}

.header-top .single-header-top select {
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    border-radius: 4px;
    font-weight: 700;
    padding: 1px 3px;
}

.header-top .single-header-top ul {
    display: inline-block;
    margin-left: 20px;
}

.header-top .single-header-top ul li {
    display: inline-block;
    margin: 0 8px;
}

.header-top .single-header-top ul li:last-child {
    margin-right: 0;
}

.header-top .single-header-top ul li a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.header-top .single-header-top ul li a i {
    margin-right: 5px;
}

.header-top .single-header-top ul li a:hover {
    color: #292929;
}

.header-top .single-header-top .account-menu {
    float: right;
}

@media (max-width: 767px) {
    .header-top .single-header-top .account-menu {
        float: none;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .header-top .single-header-top .account-menu ul {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .header-top .single-header-top {
        text-align: center;
        overflow: hidden;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .header-top .single-header-top.last {
        margin-bottom: 0px;
    }
}

.header-top.green-bg select {
    background: #16B271;
    color: #ffffff;
}

.header-top.primary-bg select {
    background: #FC5185;
    color: #ffffff;
}

.acc-tab-btn {
    width: 100%;
    background: #009DFF;
    text-align: center;
    border: 3px solid #009DFF;
}

.acc-tab-btn li {
    width: 50%;
    float: left;
}

.acc-tab-btn li a {
    width: 100%;
    padding: 12px 0;
    display: inline-block;
    color: #ffffff;
}

.acc-tab-btn li a.active {
    background-image: linear-gradient(to left, #a756ff 0%, #5b98ff 100%);
}

.social-login {
    text-align: center;
    margin-bottom: 20px;
}

.social-login a {
    padding: 6px 18px;
    margin-right: 10px;
    color: #ffffff;
    display: inline-block;
    border-radius: 4px;
}

@media (max-width: 420px) {
    .social-login a {
        margin-bottom: 5px;
    }
}

.social-login a i {
    margin-right: 5px;
}

.acc-form input {
    width: 100%;
    height: 50px;
    border: 2px solid #ddd;
    margin-bottom: 15px;
    text-indent: 15px;
    transition: 0.3s;
}

.acc-form input:focus {
    border: 2px solid #009DFF;
}

.acc-form button {
    width: 100%;
}

/*

==========================
  Main Header style
==========================

*/
.header-area {
    padding: 0;
    transition: 0.4s;
    width: 100%;
    z-index: 11;
}

.header-area.fixed-header {
    position: fixed;
}

.header-area.fixed-header ul li a {
    color: #ffffff;
}

@media (max-width: 991px) {
    .header-area.fixed-header ul li a {
        color: #ffffff;
    }
}

.header-area.fixed-header ul li a:hover {
    color: #FC5185;
}

.header-area.fixed-header .header-btn {
    margin-left: 40px;
}

@media (max-width: 991px) {
    .header-area.fixed-header .header-btn {
        margin-left: 0;
    }
}

.header-area.fixed-header .header-btn button {
    color: #ffffff;
}

.header-area.fixed-header .header-btn button:hover {
    color: #FC5185;
}

.header-area.sticky-header {
    padding: 10px 0;
    box-shadow: 0px 6px 20px -15px rgba(63, 94, 103, 0.51);
}

.header-area.sticky-header ul li a {
    color: #292929;
}

@media (max-width: 991px) {
    .header-area.sticky-header ul li a {
        color: #ffffff;
    }
}

.header-area.sticky-header ul li a:hover {
    color: #FC5185;
}

.header-btn .socials a {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #FC5185;
    color: #ffffff;
    display: inline-block;
    margin-left: 5px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
}

.header-btn a.bttn-round {
    position: relative;
}

.header-btn a.bttn-round span {
    position: absolute;
    top: -4px;
    right: -4px;
    height: 20px;
    width: 20px;
    font-size: 10px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    background: #FC5185;
    color: #ffffff;
}

.header-btn a.bttn-round.btn-fill-4 span {
    background: #16B271;
}

.header-sticky {
    background: transparent;
}

.sticky-header {
    background: #ffffff;
    padding: 10px 0;
}

.navbar-brand img {
    height: 80px;
    width: auto;
}

.main-menu {
    padding-left: 0;
    padding-right: 0;
}

.main-menu ul li {
    margin-right: 25px;
}

.main-menu ul li:last-child {
    margin-right: 0px;
}

.main-menu ul li:hover a {
    color: #FC5185;
}

.main-menu ul li a {
    color: #292929;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Jost", sans-serif;
}

.main-menu ul li:nth-last-of-type(1) .dropdown-menu .dropdown-menu, .main-menu ul li:nth-last-of-type(2) .dropdown-menu .dropdown-menu, .main-menu ul li:nth-last-of-type(3) .dropdown-menu .dropdown-menu {
    left: -100%;
    top: 0;
}

/* Menu hover arrow reverse  */
/* Menu hover arrow reverse  */
.white-bg .main-menu ul li a {
    color: #292929;
}

ul.dropdown-menu li a {
    text-transform: capitalize;
}

li.nav-item.dropdown .dropdown-toggle {
    position: relative;
}

li.nav-item.dropdown .dropdown-toggle:before {
    position: absolute;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 16px;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    li.nav-item.dropdown .dropdown-toggle:before {
        display: none;
    }
}

.dropdown-menu li.nav-item.dropdown:before {
    position: absolute;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    right: 15px;
    top: 48%;
    transform: translateY(-48%) rotate(-90deg);
    color: #292929;
}

.dropdown a {
    transition: 0.4s;
}

.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    display: block;
    background: #ffffff;
    margin-top: 16px;
    width: 220px;
    border-radius: 4px;
    border: 0;
    -webkit-box-shadow: 0px 7px 20px -14px rgba(34, 54, 60, 0.74);
    box-shadow: 0px 7px 20px -14px rgba(34, 54, 60, 0.74);
}

.dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.dropdown-menu a {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    color: #292929 !important;
}

.dropdown-menu a:hover {
    background: transparent;
}

.dropdown-menu a:active {
    background: transparent;
}

ul.dropdown-menu li .dropdown-menu {
    left: 100%;
    top: 0;
}

@media (max-width: 991px) {
    ul.dropdown-menu li .dropdown-menu.show {
        visibility: visible;
        opacity: 1;
    }
}

.main-menu ul li ul li {
    margin-right: 0;
}

/* Menu Border Bottom */
.menu-toggle {
    position: relative;
    display: block;
    width: 25px;
    height: 20px;
    background: transparent;
    border-top: 2px solid #292929;
    border-bottom: 2px solid #292929;
    color: #292929;
    font-size: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.menu-toggle:before, .menu-toggle:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #292929;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    -moz-transition: -webkit-transform 0.25s ease-in-out;
    -ms-transition: -webkit-transform 0.25s ease-in-out;
}

span.is-active {
    border-color: transparent;
}

span.is-active:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

span.is-active:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

span.menu-toggle:hover {
    color: #ffb606;
}

span.is-active {
    border-color: transparent;
}

span.is-active:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

span.is-active:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.dropdown-toggle::after {
    display: none;
}

.black-bg .menu-toggle {
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.black-bg .menu-toggle::before, .black-bg .menu-toggle::after {
    background: #ffffff;
}

.black-bg .menu-toggle.is-active {
    border-color: transparent;
}

.search-btn {
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
}

/* Full Screen Search */
.search-full {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    background: #17c0eb;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    transform-origin: top;
}

.search-full.open {
    height: 150px;
    opacity: 1;
    visibility: visible;
}

.search-full.close {
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.search-full .search-close {
    color: #FC5185;
    font-size: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
    background: transparent;
    color: #ffffff;
}

.search-full .search-close:hover {
    transform: rotate(90deg);
}

.search-full--inner {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}

.main-search-form {
    width: 100%;
}

.main-search-form input {
    border: 2px solid #ffffff;
    width: 100%;
    background-color: transparent;
    color: #ffffff;
    height: 55px;
    font-size: 18px;
    font-weight: 300;
    text-indent: 20px;
    transition: 0.4s;
}

.main-search-form input:focus, .main-search-form input:hover {
    border: 2px solid #ffffff;
}

.main-search-form input::-webkit-input-placeholder {
    color: #ffffff;
}

.main-search-form input::-moz-placeholder {
    color: #ffffff;
}

.main-search-form input:-ms-input-placeholder {
    color: #ffffff;
}

.main-search-form input:-moz-placeholder {
    color: #ffffff;
}

@media (max-width: 991px) {
    .navbar-brand {
        margin-left: 15px;
    }

    .main-menu ul li {
        margin-right: 0;
        position: relative;
        margin: 3px 0;
    }

    .main-menu ul li.dropdown a {
        z-index: 999;
        position: relative;
        color: #ffffff;
    }

    .main-menu ul li a {
        color: #ffffff;
    }

    .main-menu ul li.dropdown:after {
        position: absolute;
        content: "\f107";
        font-family: 'Font Awesome 5 Free';
        font-weight: 700;
        right: 15px;
        top: 0;
        color: #ffffff;
        line-height: 30px;
        overflow: hidden;
        z-index: 1;
        width: 30px;
        border-radius: 50%;
        text-align: center;
        background: #FC5185;
    }

    .dropdown-menu {
        display: none;
    }

    .dropdown-menu {
        width: auto;
        margin: 10px 15px 10px 0;
        background: #ffffff;
    }

    .navbar-collapse {
        margin-top: 20px;
        padding-left: 15px;
        max-height: 450px;
        overflow: auto;
        background: #292929;
        padding-bottom: 20px;
    }

    .cart-btn {
        margin-left: 0;
        margin-top: 15px;
    }

    li.nav-item.dropdown:before {
        display: none;
    }

    .header-btn {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .main-menu {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-brand {
        margin-left: 0;
    }

    .navbar-toggler {
        padding-right: 0;
    }
}

.header-btn select {
    background: transparent;
    padding: 3px 8px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    color: #ffffff;
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.header-btn select option {
    color: #292929;
}

.site-logo {
    margin-right: 40px;
}

/* Header Search Bar */
.header-search {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 2px solid rgba(41, 41, 41, 0.1);
    align-items: center;
    height: 55px;
    background: #ffffff;
    color: #292929;
    border-radius: 6px;
    margin-right: 40px;
}

@media (max-width: 450px) {
    .header-search {
        display: block;
        height: auto;
        background: none;
        border: 0px;
        margin-bottom: 15px;
        padding-right: 15px;
        padding-top: 15px;
        margin-right: 0px;
    }
}

.header-search .input-box {
    padding: 0 15px 0 40px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    height: 100%;
    line-height: 50px;
}

@media (max-width: 450px) {
    .header-search .input-box {
        margin-bottom: 15px;
        background: #ffffff;
        border-radius: 6px;
    }
}

.header-search .input-box:first-child {
    border-right: 1px solid #eaeaea;
}

@media (max-width: 450px) {
    .header-search .input-box:first-child {
        border-right: 0;
    }
}

.header-search .input-box.location {
    display: flex;
    position: relative;
}

.header-search .input-box.location::before {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    color: #d2d2d2;
}

.header-search .input-box.location a {
    float: right;
    color: #16B271;
}

@media (max-width: 450px) {
    .header-search .input-box.location a {
        line-height: initial;
        top: 50%;
        position: absolute;
        right: 15px;
        transform: translateY(-50%);
    }
}

.header-search .input-box.search-item {
    position: relative;
}

.header-search .input-box.search-item::before {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f291";
    font-family: "Font Awesome 5 Free";
    color: #d2d2d2;
}

.header-search .input-box input {
    width: 100%;
}

.header-search .input-submit button {
    padding: 9px 20px;
    background: #16B271;
    color: #ffffff;
    border-radius: 6px;
    margin-right: 3px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
}

@media (max-width: 450px) {
    .header-search .input-submit button {
        width: 100%;
    }
}

/*

===============================
Footer Area
===============================

*/
.footer-area {
    position: relative;
}

.footer-area::after {
    position: absolute;
    right: 25px;
    top: 40px;
    height: 350px;
    width: 350px;
    content: "";
    background: url(../images/delivery.png);
    opacity: 0.15;
}

@media (max-width: 767px) {
    .footer-area::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .footer-area .footer-widget {
        margin-bottom: 30px;
    }
}

.footer-area .footer-widget h3 {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footer-area .footer-widget p {
    margin-bottom: 20px;
    margin-right: 30px;
}

.footer-area .footer-widget .socials a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    color: #ffffff;
    background: #FC5185;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    font-size: 14px;
}

.footer-area .footer-widget .footer-nav ul li {
    margin-bottom: 5px;
}

.footer-area .footer-widget .footer-nav ul li a {
    font-weight: 500;
}

.footer-area .footer-widget .footer-nav ul li a:hover {
    color: #FC5185;
}

.footer-area .copyright {
    border-top: 1px solid rgba(252, 81, 133, 0.15);
    padding-top: 40px;
    margin-top: 40px;
}

.footer-area .copyright .copyright-text {
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .footer-area .copyright .copyright-text {
        text-align: center;
    }
}

.footer-area .copyright .copyright-icon {
    float: right;
}

@media (max-width: 575px) {
    .footer-area .copyright .copyright-icon {
        float: none;
        text-align: center;
    }
}

.footer-area .copyright .copyright-icon img {
    height: 45px;
}

/*

===============================
Hero Area
===============================

*/
.banner-area {
    padding: 180px 0;
}

.banner-area .banner-content {
    color: #ffffff;
}

.banner-area .banner-content h2 {
    font-size: 72px;
    margin-bottom: 20px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
}

@media (max-width: 575px) {
    .banner-area .banner-content h2 {
        font-size: 42px;
    }
}

.banner-area .banner-content p {
    font-size: 20px;
    margin-bottom: 30px;
}

.banner-area .banner-content .hero-form {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 2px solid #ffffff;
    align-items: center;
    height: 65px;
    background: #ffffff;
    color: #292929;
    border-radius: 6px;
}

@media (max-width: 450px) {
    .banner-area .banner-content .hero-form {
        display: block;
        height: auto;
        background: none;
        border: 0px;
        margin-bottom: 15px;
    }
}

.banner-area .banner-content .hero-form .input-box {
    padding: 0 15px 0 40px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    height: 100%;
    line-height: 60px;
}

@media (max-width: 450px) {
    .banner-area .banner-content .hero-form .input-box {
        margin-bottom: 15px;
        background: #ffffff;
        border-radius: 6px;
    }
}

.banner-area .banner-content .hero-form .input-box:first-child {
    border-right: 1px solid #eaeaea;
}

@media (max-width: 450px) {
    .banner-area .banner-content .hero-form .input-box:first-child {
        border-right: 0;
    }
}

.banner-area .banner-content .hero-form .input-box.location {
    display: flex;
    position: relative;
}

.banner-area .banner-content .hero-form .input-box.location::before {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    color: #d2d2d2;
}

.banner-area .banner-content .hero-form .input-box.location a {
    float: right;
    color: #FC5185;
}

@media (max-width: 450px) {
    .banner-area .banner-content .hero-form .input-box.location a {
        line-height: initial;
        top: 50%;
        position: absolute;
        right: 15px;
        transform: translateY(-50%);
    }
}

.banner-area .banner-content .hero-form .input-box.search-item {
    position: relative;
}

.banner-area .banner-content .hero-form .input-box.search-item::before {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f2e7";
    font-family: "Font Awesome 5 Free";
    color: #d2d2d2;
}

.banner-area .banner-content .hero-form .input-box input {
    width: 100%;
}

.banner-area .banner-content .hero-form .input-submit button {
    padding: 10px 30px;
    background: #FC5185;
    color: #ffffff;
    border-radius: 6px;
    margin-right: 6px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
}

@media (max-width: 450px) {
    .banner-area .banner-content .hero-form .input-submit button {
        width: 100%;
    }
}

.banner-area .banner-content .eg-food {
    text-align: left;
}

.banner-area .banner-content .eg-food a {
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
    margin-left: 5px;
}

.banner-area .banner-content .eg-food a:hover {
    border-bottom: 1px solid #ffffff;
}

.banner-area .banner-content .hero-meals {
    margin-top: 60px;
}

.banner-area .banner-content .hero-meals a {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    margin: 0 5px;
}

@media (max-width: 450px) {
    .banner-area .banner-content .hero-meals a {
        margin-bottom: 15px;
    }
}

.banner-area .banner-content .hero-meals a i {
    margin-right: 5px;
}

.banner-area .banner-content .hero-meals a:hover {
    transform: translate3d(0, -2px, 0);
    background: #FC5185;
}

.hero-form {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 2px solid #ffffff;
    align-items: center;
    height: 65px;
    background: #ffffff;
    color: #292929;
    border-radius: 6px;
}

@media (max-width: 450px) {
    .hero-form {
        display: block;
        height: auto;
        background: none;
        border: 0px;
        margin-bottom: 15px;
    }
}

.hero-form .input-box {
    padding: 0 15px 0 40px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    height: 100%;
    line-height: 60px;
}

@media (max-width: 450px) {
    .hero-form .input-box {
        margin-bottom: 15px;
        background: #ffffff;
        border-radius: 6px;
    }
}

.hero-form .input-box:first-child {
    border-right: 1px solid #eaeaea;
}

@media (max-width: 450px) {
    .hero-form .input-box:first-child {
        border-right: 0;
    }
}

.hero-form .input-box.location {
    display: flex;
    position: relative;
}

.hero-form .input-box.location::before {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    color: #d2d2d2;
}

.hero-form .input-box.location a {
    float: right;
    color: #FC5185;
}

@media (max-width: 450px) {
    .hero-form .input-box.location a {
        line-height: initial;
        top: 50%;
        position: absolute;
        right: 15px;
        transform: translateY(-50%);
    }
}

.hero-form .input-box.search-item {
    position: relative;
}

.hero-form .input-box.search-item::before {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f2e7";
    font-family: "Font Awesome 5 Free";
    color: #d2d2d2;
}

.hero-form .input-box input {
    width: 100%;
}

.hero-form .input-submit button {
    padding: 10px 30px;
    background: #FC5185;
    color: #ffffff;
    border-radius: 6px;
    margin-right: 6px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
}

@media (max-width: 450px) {
    .hero-form .input-submit button {
        width: 100%;
    }
}

.full-banner {
    position: relative;
    color: #292929;
    padding: 120px 0;
}

.full-banner .banner-content {
    color: #292929;
}

.full-banner .banner-content h2 {
    font-size: 72px;
    margin-bottom: 20px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
}

@media (max-width: 575px) {
    .full-banner .banner-content h2 {
        font-size: 42px;
    }
}

.full-banner .banner-content p {
    font-size: 20px;
    margin-bottom: 30px;
}

.full-banner .banner-content h4 {
    color: #16B271;
    margin-bottom: 20px;
    font-size: 22px;
    background: rgba(22, 178, 113, 0.1);
    padding: 8px 14px;
    display: inline-block;
    border-radius: 6px;
}

.full-banner .banner-content h4 span {
    background: rgba(22, 178, 113, 0.7);
    color: #ffffff;
    padding: 3px 14px;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 7px;
}

.leaf-left {
    overflow: hidden;
}

.leaf-left::before {
    position: absolute;
    content: "";
    height: 408px;
    width: 381px;
    background: url(../images/banners/food-before-3.png) no-repeat;
    left: -40px;
    bottom: 0;
    z-index: 1;
    opacity: 0.8;
}

@media (max-width: 991px) {
    .leaf-left::before {
        display: none;
    }
}

/*

===============================
Food Category
===============================

*/
.single-food-category a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
    margin-bottom: 30px;
    border: 1px solid rgba(185, 185, 185, 0.58);
    border-radius: 6px;
    box-shadow: rgba(235, 235, 235, 0.5) 0px 0px 6px 2px;
}

.single-food-category a img {
    width: 60px;
    margin-bottom: 15px;
}

.single-food-category a h4 {
    font-size: 16px;
    color: #292929;
    transition: 0.3s;
}

.single-food-category a:hover {
    transform: translate3d(0, -5px, 0);
    background: #FC5185;
    border-color: #FC5185;
}

.single-food-category a:hover h4 {
    color: #ffffff;
}

.category-carousel {
    position: relative;
}

.category-carousel .single-category a {
    display: flex;
    padding: 35px 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 6px;
    color: #292929;
    border-bottom: 2px solid #eaeaea;
}

.category-carousel .single-category a img {
    display: inline-block;
    width: 50px;
    margin-right: 20px;
}

.category-carousel .single-category a h4 {
    font-size: 18px;
}

.category-carousel .single-category a:hover {
    border-bottom: 2px solid #cacaca;
}

.category-carousel .owl-nav button {
    position: absolute;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.category-carousel .owl-nav button.owl-prev {
    background: #263845;
    color: #ffffff;
    left: -20px;
}

.category-carousel .owl-nav button.owl-next {
    background: #263845;
    color: #ffffff;
    right: -20px;
}

/*

===============================
Listed Food
===============================

*/
.single-listed-food {
    border: 1px solid #eaeaea;
    box-shadow: rgba(235, 235, 235, 0.5) 0px 0px 6px 2px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.single-listed-food .img {
    margin-bottom: 5px;
    position: relative;
}

.single-listed-food .img img {
    width: 100%;
    border-radius: 6px 6px 0 0;
}

.single-listed-food .img .wishlist {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.single-listed-food .img .wishlist a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background: #FC5185;
    color: #ffffff;
    border-radius: 50%;
    font-size: 14px;
}

.single-listed-food .img .ratings {
    background: #ffc048;
    padding: 2px 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.single-listed-food .item-details {
    padding: 20px;
}

.single-listed-food .item-details .restaurant-name-location {
    margin-bottom: 10px;
}

.single-listed-food .item-details .restaurant-name-location a {
    color: #FC5185;
    background: rgba(252, 81, 133, 0.1);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 0px 13px;
    border-radius: 4px;
}

.single-listed-food .item-details .restaurant-name-location a:hover {
    color: #ffffff;
    background: #FC5185;
}

.single-listed-food .item-details .restaurant-name-location a i {
    margin-right: 5px;
}

.single-listed-food .item-details .restaurant-name-location a:first-child {
    margin-right: 5px;
}

.single-listed-food .item-details .title {
    margin-bottom: 15px;
}

.single-listed-food .item-details .title h3 {
    font-size: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.single-listed-food .item-details .title h3 a {
    color: #292929;
}

.single-listed-food .item-details .title h3 a:hover {
    color: #FC5185;
}

.single-listed-food .item-details .des p {
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.single-listed-food .item-details .price-ratings {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.single-listed-food .item-details .price-ratings .price {
    font-size: 20px;
    font-weight: 500;
}

.single-listed-food .item-details .price-ratings .ratings {
    background: #ffc048;
    padding: 2px 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
}

.single-listed-item-2 {
    border: 2px solid #eaeaea;
    border-radius: 10px;
    margin-bottom: 30px;
}

.single-listed-item-2 .img {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.single-listed-item-2 .img img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.single-listed-item-2 .img .wishlist {
    position: absolute;
    top: 15px;
    right: 15px;
}

.single-listed-item-2 .img .wishlist a {
    color: #263845;
    font-size: 20px;
}

.single-listed-item-2 .img .wishlist a:hover {
    color: #16B271;
}

.single-listed-item-2 .img .discount {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 2px 16px;
    border-radius: 4px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    background: #FC5185;
    color: #ffffff;
}

.single-listed-item-2 .img .quick-view {
    position: absolute;
    top: 15px;
    left: 15px;
}

.single-listed-item-2 .img .quick-view a {
    display: inline-block;
    color: #263845;
    font-size: 20px;
}

.single-listed-item-2 .img .quick-view a:hover {
    color: #16B271;
}

.single-listed-item-2 .img .ratings {
    background: #ffc048;
    padding: 2px 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.single-listed-item-2 .item-details {
    padding: 15px 20px;
}

.single-listed-item-2 .item-details .vendor-meta {
    margin-bottom: 10px;
}

.single-listed-item-2 .item-details .vendor-meta a {
    color: #16B271;
    background: rgba(22, 178, 113, 0.1);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 0px 13px;
    border-radius: 4px;
}

.single-listed-item-2 .item-details .vendor-meta a:hover {
    color: #ffffff;
    background: #16B271;
}

.single-listed-item-2 .item-details .vendor-meta a i {
    margin-right: 5px;
}

.single-listed-item-2 .item-details .vendor-meta a:first-child {
    margin-right: 5px;
}

.single-listed-item-2 .item-details .title {
    margin-bottom: 15px;
}

.single-listed-item-2 .item-details .title h3 {
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.single-listed-item-2 .item-details .title h3 a {
    color: #60666b;
}

.single-listed-item-2 .item-details .title h3 a:hover {
    color: #16B271;
}

.single-listed-item-2 .item-details .des p {
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.single-listed-item-2 .item-details .price-ratings {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.single-listed-item-2 .item-details .price-ratings .price .current-price {
    font-size: 20px;
    font-weight: 600;
    color: #263845;
}

.single-listed-item-2 .item-details .price-ratings .price .cross-price {
    font-size: 16px;
    font-weight: 500;
    text-decoration: line-through;
    margin-left: 8px;
    color: #60666b;
}

.single-listed-item-2 .item-details .price-ratings .ratings {
    background: #ffc048;
    padding: 2px 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
}

.single-listed-item-2 .item-details .price-ratings .add-cart {
    color: #ffffff;
    background: #16B271;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 6px;
    font-size: 20px;
}

/* category-sidebar */
.category-sidebar {
    border-radius: 10px 10px 0 0;
    border: 1px solid #ececec;
}

.category-sidebar h3 {
    color: #263845;
    background: #FBE642;
    padding: 20px 25px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
}

.category-sidebar ul li {
    display: block;
}

.category-sidebar ul li:last-child {
    margin-bottom: 0;
}

.category-sidebar ul li a {
    color: #263845;
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 14px 25px;
    position: relative;
}

.category-sidebar ul li a:hover {
    background: rgba(22, 178, 113, 0.1);
    color: #16B271;
}

.category-sidebar ul li a span {
    padding: 2px 16px;
    border-radius: 4px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.category-sidebar ul li a span.new-cat {
    background: rgba(0, 157, 255, 0.3);
    color: #009DFF;
}

.category-sidebar ul li a span.offer-cat {
    background: rgba(252, 81, 133, 0.3);
    color: #FC5185;
}

.category-sidebar ul li a span.off-cat {
    background: rgba(22, 178, 113, 0.3);
    color: #16B271;
}

.category-sidebar ul li.active a {
    background: rgba(22, 178, 113, 0.1);
    color: #16B271;
}

/*

===============================
Cities
===============================

*/
.single-city {
    min-height: 370px;
    width: 100%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 6px;
}

.single-city::after {
    border-radius: 6px;
}

.single-city a {
    color: #ffffff;
    position: relative;
}

.single-city a h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

.single-city a p {
    margin-bottom: 0;
    color: #FC5185;
}

.single-city a.explore {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ffffff;
    font-size: 24px;
}

.single-city a.explore:hover {
    color: #FC5185;
}

/*

===============================
Mobile App
===============================

*/
.mobile-app {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

@media (max-width: 575px) {
    .mobile-app {
        text-align: center;
        margin-bottom: 40px;
    }
}

.mobile-app h2 {
    margin-bottom: 40px;
}

.mobile-app .app a {
    margin-bottom: 10px;
    margin-right: 10px;
}

@media (max-width: 450px) {
    .mobile-app .app a {
        margin-bottom: 20px;
        display: block;
    }
}

/*

===============================
User Review
===============================

*/
.single-user-review {
    padding: 35px 25px;
    border: 1px solid #eaeaea;
    box-shadow: rgba(235, 235, 235, 0.5) 0px 0px 6px 2px;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 30px;
}

.single-user-review .quote-icon {
    margin-bottom: 30px;
}

.single-user-review .quote-icon img {
    width: 30px;
}

.single-user-review .review {
    position: relative;
    margin-bottom: 40px;
}

.single-user-review .review::before {
    position: absolute;
    height: 2px;
    width: 50px;
    content: "";
    background: #FC5185;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}

.single-user-review .review p {
    font-size: 24px;
    line-height: 1.4;
}

.single-user-review .reviewer-thumb img {
    width: 60px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.single-user-review .reviewer-thumb p {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    color: #b7b7b7;
}

/* Testimonials */
.testimonials {
    position: relative;
}

.testimonials::before {
    position: absolute;
    content: "\f007";
    font-family: 'Font Awesome 5 Free';
    font-size: 70px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(41, 41, 41, 0.6);
    color: #16B271;
}

.testimonials .single-testimonial {
    margin-top: 100px;
}

.testimonials .single-testimonial .text {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1.6;
    color: rgba(38, 56, 69, 0.5);
}

.testimonials .single-testimonial .person {
    color: rgba(38, 56, 69, 0.5);
}

.testimonials .single-testimonial .person img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: auto;
    filter: grayscale(100%);
    margin-bottom: 20px;
}

.testimonials .single-testimonial .person h4 {
    font-size: 18px;
    margin-bottom: 0px;
    font-family: "Jost", sans-serif;
    color: #263845;
}

.testimonials .single-testimonial .person p {
    margin-bottom: 0;
}

.testimonials .owl-nav {
    opacity: 0;
    transition: 0.4s;
}

.testimonials .owl-nav button {
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: -100px;
    top: 30%;
}

.testimonials .owl-nav button.owl-prev {
    color: rgba(255, 255, 255, 0.6);
    font-size: 22px;
    background: #16B271;
}

@media (max-width: 991px) {
    .testimonials .owl-nav button.owl-prev {
        left: 0;
    }
}

.testimonials .owl-nav button.owl-next {
    left: auto;
    right: -120px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 22px;
    margin-right: 40px;
    background: #16B271;
}

@media (max-width: 991px) {
    .testimonials .owl-nav button.owl-next {
        right: 0;
        margin-right: 0px;
    }
}

.testimonials .owl-nav button:hover {
    background: rgba(22, 178, 113, 0.2);
    color: #16B271;
}

.testimonials:hover .owl-nav {
    opacity: 1;
}

/*

===============================
Banner Title
===============================

*/
.banner-title h3 {
    letter-spacing: 3px;
    text-transform: uppercase;
}

.banner-title .location {
    margin-top: 20px;
}

.banner-title .location a {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    margin: 0 5px;
}

.banner-title .location a i {
    margin-right: 5px;
}

/*

===============================
filter-search
===============================

*/
.filter-search {
    font-size: 20px;
    overflow: hidden;
}

.filter-search .showing-results {
    float: left;
    color: #292929;
}

.filter-search .showing-results span {
    color: #263845;
    font-weight: 700;
}

.filter-search .filter {
    float: left;
    margin-left: 20px;
}

.filter-search .filter a {
    color: #292929;
}

.filter-search .filter a:hover {
    color: #FC5185;
}

.single-filter {
    margin: 30px 0;
}

.single-filter p {
    margin-bottom: 5px;
    font-weight: 700;
}

.single-filter .form-check {
    padding-left: 0;
}

/*

===============================
Pagination
===============================

*/
.pagination li {
    display: inline-block;
}

.pagination li.active .page-link {
    background: #FC5185;
    border-color: #FC5185;
    color: #ffffff;
}

.pagination li a {
    color: #292929;
}

.pagination li a:hover {
    background: #FC5185;
    border-color: #FC5185;
    color: #ffffff;
}

/* Product Details */
.product-details-img img {
    width: 100%;
}

.product-details-img .nav-pills a {
    padding: 0;
    margin-bottom: 15px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.product-details-img .nav-pills a img {
    border-radius: 3px;
}

.product-details-img .nav-pills a.active {
    background: none;
    border: 2px solid rgba(252, 81, 133, 0.3);
}

.product-details-img .tab-content {
    position: relative;
}

.product-details-img .tab-content .tab-pane img {
    border: 1px solid rgba(51, 51, 51, 0.3);
}

/* Magnific glass*/
.glass {
    width: 400px;
    height: 400px;
    position: absolute;
    cursor: none;
  /* Multiple box shadows to achieve the glass effect */
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  /* hide the glass by default */
    display: none;
}

.product-details-content {
    padding-left: 30px;
}

@media (max-width: 575px) {
    .product-details-content {
        padding-left: 0;
    }
}

.product-details-content h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.product-details-content .brand {
    margin-bottom: 10px;
}

.product-details-content .brand a {
    font-size: 12px;
    padding: 4px 15px;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    color: #FC5185;
    letter-spacing: 1px;
    background: rgba(252, 81, 133, 0.2);
}

.product-details-content .brand a:hover {
    background: #FC5185;
    color: #ffffff;
}

.product-details-content .rating {
    margin-bottom: 10px;
    font-size: 14px;
}

.product-details-content .rating i {
    font-size: 12px;
    color: #ffc048;
    margin-right: 1px;
}

.product-details-content .rating a {
    color: #FC5185;
}

.product-details-content .stock {
    margin-bottom: 20px;
    font-weight: 700;
    color: #16B271;
}

.product-details-content .price {
    margin-bottom: 20px;
    font-size: 22px;
}

.product-details-content .overview {
    margin-bottom: 20px;
}

.product-details-content .overview p {
    margin-bottom: 5px;
}

.product-details-content .overview ul li {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
}

.product-details-content .overview ul li::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "\f111";
    font-family: Fontawesome;
    font-size: 10px;
    color: rgba(252, 81, 133, 0.2);
}

/* Increment and Decrement */
.quantity {
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 20px;
}

.quantity__minus,
.quantity__plus {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    border: 1px solid #FC5185;
    color: #FC5185;
}

.quantity__minus:hover,
.quantity__plus:hover {
    color: #ffffff;
    background: #FC5185;
}

.quantity__input {
    width: 100px;
    height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    border-top: 1px solid #FC5185;
    border-bottom: 1px solid #FC5185;
    border-left: 0px solid;
    border-right: 0px solid;
    background: #ffffff;
    color: #292929;
}

.product-social-share strong {
    margin-right: 20px;
}

.product-social-share a {
    font-size: 14px;
    color: #292929;
    margin-right: 10px;
}

.product-social-share a:hover {
    color: #FC5185;
}

.product-details-description nav a {
    color: #292929;
    font-weight: 700;
    font-size: 18px;
}

.product-details-description .tab-content {
    padding: 40px 30px;
}

.product-details-description .tab-content .product-reviews h4 {
    margin-bottom: 20px;
}

.product-details-description .tab-content .product-reviews h5 {
    margin-bottom: 20px;
}

.product-details-description .tab-content .product-reviews form input, .product-details-description .tab-content .product-reviews form textarea {
    width: 100%;
    border: 1px solid #333;
    padding: 15px;
    margin-bottom: 15px;
    background: transparent;
    color: #333;
}

.product-details-description .tab-content .product-reviews form input {
    height: 50px;
}

.product-details-description .tab-content .product-reviews form textarea {
    padding-top: 10px;
}

.product-details-description .tab-content .product-reviews form button {
    color: #fff;
    padding: 12px 35px;
    background: #333;
    border: 2px solid #333;
    margin-right: 8px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
}

.single-howitworks {
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.single-howitworks img {
    border-radius: 6px;
}

.single-howitworks h3 {
    margin-bottom: 30px;
}

/*

===============================
Cart Page
===============================

*/
.cart-items table thead th {
    border-top: 0;
}

.cart-items table tbody tr td {
    vertical-align: middle;
    min-width: 130px;
}

.cart-items table tbody tr td img {
    width: 100px;
}

.cart-items table tbody tr td a:hover {
    color: #FC5185;
}

.cart-items table tbody tr td input {
    height: 40px;
    width: 85px;
    border: #FC5185;
    background: transparent;
    padding: 0 15px;
    border: 1px solid #eaeaea;
}

.cart-items table tbody tr td input:hover, .cart-items table tbody tr td input:focus {
    border-color: #FC5185;
}

.cart-card .card {
    background: transparent;
    border-radius: 0;
}

.cart-card .card .card-header {
    border-bottom: 2px solid #dee2e6;
    background: transparent;
}

.cart-card .card .card-header h4 {
    font-family: "Jost", sans-serif;
    font-size: 22px;
}

.cart-card .card .card-body form input {
    border-radius: 6px;
    background: transparent;
    border: 1px solid #eaeaea;
    height: 44px;
    margin-right: 10px;
    padding: 0 15px;
}

.cart-card .card .card-body form input:focus {
    border-color: rgba(252, 81, 133, 0.4);
}

.cart-card .card .card-body .single-cart-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.cart-card .card .card-body .single-cart-total p.cart-amount {
    font-size: 18px;
    font-weight: 600;
}

.cart-card .card .card-body .calculate-shipping {
    border-bottom: 2px solid #dee2e6;
    display: block;
    text-align: right;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.cart-card .card .card-body .calculate-shipping:hover {
    color: #FC5185;
}

.cart-card .card .card-body .bttn-small {
    border: #FC5185;
    float: right;
}

.cart-card .card .card-body .bttn-small:hover {
    border: #FC5185;
}

/*
  
  ===============================
  Checkout Page
  ===============================
  
  */
.coupon-accordion .card {
    background: transparent;
    border: 1px solid #eaeaea;
    border: 0;
}

.coupon-accordion .card .card-header a {
    color: #FC5185;
    font-weight: 700;
}

.coupon-accordion .card .card-header a:focus {
    text-decoration: none;
}

.coupon-accordion .card .card-body span {
    display: block;
    margin-bottom: 20px;
}

.coupon-accordion .card .card-body form input {
    border-radius: 6px;
    border: 1px solid #eaeaea;
    background: transparent;
    height: 44px;
    margin-right: 10px;
    padding: 0 15px;
}

.coupon-accordion .card .card-body form input:focus {
    border-color: rgba(252, 81, 133, 0.4);
}

.checkout-card .card {
    border: 1px solid #eaeaea;
}

.checkout-card .card .card-header h4 {
    font-family: "Jost", sans-serif;
    font-size: 22px;
}

.checkout-card .card .card-body .input-text {
    margin-bottom: 20px;
}

.checkout-card .card .card-body .input-text input, .checkout-card .card .card-body .input-text select {
    width: 100%;
    height: 55px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid #eaeaea;
    padding: 0 15px;
    margin: 0;
}

.checkout-card .card .card-body .input-text textarea {
    width: 100%;
    border-radius: 8px;
    background: transparent;
    border: 1px solid #eaeaea;
    padding: 15px 20px 20px 20px;
    font-weight: 700;
    margin: 0;
}

.checkout-card .card .card-body .single-checkout-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 2px solid #ddd;
}

.checkout-card .card .card-body .single-checkout-total p.checkout-amount {
    font-size: 18px;
}

.checkout-card .card .card-body .calculate-shipping {
    border-bottom: 2px solid #dee2e6;
    display: block;
    text-align: right;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.checkout-card .card .card-body .calculate-shipping:hover {
    color: #FC5185;
}

.checkout-card .card .card-body .payment-options {
    margin-top: 50px;
}

.checkout-card .card .card-body .payment-options ul li {
    margin-bottom: 30px;
    font-weight: 700;
    display: block;
}

.checkout-card .card .card-body .payment-options ul li label {
    margin-bottom: 0;
    font-size: 18px;
}

.checkout-card .card .card-body .payment-options ul li .payment-option-text {
    padding-left: 18px;
    color: #263845;
    font-weight: 400;
    font-size: 14px;
    margin-top: -4px;
}

.checkout-card .card .card-body .bttn-def {
    border: #FC5185;
    float: right;
}

.checkout-card .card .card-body .bttn-def:hover {
    border: #FC5185;
}

/*

===============================
Blog
===============================

*/
.single-blog-block {
    margin-bottom: 30px;
}

.single-blog-block a {
    padding: 30px;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    display: block;
}

.single-blog-block a:hover {
    color: #263845;
    border-color: rgba(252, 81, 133, 0.4);
}

.single-blog-block a .thumb {
    margin-bottom: 20px;
}

.single-blog-block a .thumb img {
    width: 100%;
}

.single-blog-block a .title {
    margin-bottom: 15px;
}

.single-blog-block a .title h2 {
    font-size: 32px;
    color: #292929;
    font-weight: 300;
}

.single-blog-block a .meta {
    font-weight: 700;
    margin-bottom: 15px;
}

.single-blog-block a .meta .date {
    display: inline-block;
    margin-right: 15px;
}

.single-blog-block a .meta .author {
    text-transform: uppercase;
    display: inline-block;
}

.blog-details {
    color: #292929;
}

.blog-details img {
    width: 100%;
    margin-bottom: 30px;
}

.blog-details .blog-meta {
    margin-bottom: 10px;
}

.blog-details .blog-meta span a {
    margin-right: 10px;
    font-size: 14px;
    display: inline-block;
    color: #ffffff;
}

.blog-details .blog-meta span a:hover {
    color: #FC5185;
}

.blog-details .blog-meta span a i {
    color: #FC5185;
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
}

.blog-details h2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 30px;
}

.blog-details .blockquote {
    font-size: 18px;
    font-style: italic;
    padding-left: 15px;
    margin: 20px 0;
    padding: 20px;
    background: #292929;
}

.blog-all-comments {
    color: rgba(252, 81, 133, 0.5);
}

.blog-all-comments h3 {
    margin-bottom: 20px;
    font-weight: 600;
}

.blog-all-comments .blog-comments {
    margin-bottom: 40px;
    padding: 30px 40px;
    overflow: hidden;
    background: rgba(252, 81, 133, 0.05);
    border-radius: 6px;
}

.blog-all-comments .blog-comments div {
    overflow: hidden;
}

.blog-all-comments .blog-comments .author-thumb {
    width: 20%;
    float: left;
}

.blog-all-comments .blog-comments .author-thumb img {
    border-radius: 6px;
    width: 70px;
}

.blog-all-comments .blog-comments .author-comments .author-details h4 {
    float: left;
    font-size: 18px;
}

.blog-all-comments .blog-comments .author-comments .author-details .comment-reply-btn {
    float: right;
}

.blog-all-comments .blog-comments .author-comments .author-designation {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 5px;
    font-style: italic;
}

.blog-comment-form {
    margin-bottom: 30px;
    color: rgba(252, 81, 133, 0.5);
}

.blog-comment-form h3 {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.blog-comment-form input, .blog-comment-form textarea {
    width: 100%;
    border: 2px solid rgba(252, 81, 133, 0.08);
    text-indent: 20px;
    margin-bottom: 30px;
    transition: .3s;
    background: transparent;
    color: #FC5185;
    border-radius: 4px;
}

.blog-comment-form input::placeholder, .blog-comment-form textarea::placeholder {
    color: rgba(252, 81, 133, 0.5);
}

.blog-comment-form input:focus, .blog-comment-form textarea:focus {
    border-color: rgba(252, 81, 133, 0.5);
}

.blog-comment-form input {
    height: 50px;
}

.blog-comment-form textarea {
    padding-top: 15px;
}

.blog-comments + .blog-comments {
    margin-left: 15%;
}

@media (max-width: 767px) {
    .blog-comment-form {
        margin-bottom: 40px;
    }
}

.post-share-and-tag {
    margin: 40px 0 60px 0;
}

.post-share-and-tag .social {
    color: #292929;
}

@media (max-width: 767px) {
    .post-share-and-tag .social {
        float: none;
        text-align: left;
        margin-top: 20px;
    }
}

.post-share-and-tag .social span {
    font-size: 20px;
    font-weight: 700;
}

.post-share-and-tag .social a {
    font-size: 18px;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
}

.post-share-and-tag .social a:hover {
    color: #FC5185;
}

.post-share-and-tag .tags {
    color: #FC5185;
}

.post-share-and-tag .tags a {
    color: #292929;
    text-transform: capitalize;
}

.post-share-and-tag .tags a:hover {
    color: #FC5185;
}

.blog-details .big-thumb {
    width: 100%;
    margin-bottom: 30px;
}

.blog-details .blockquote {
    border-radius: 8px;
    background: rgba(252, 81, 133, 0.1);
    padding: 30px;
    border-bottom: 2px solid rgba(252, 81, 133, 0.5);
}

/*

===============================
listing-form
===============================

*/
.listing-form .input-box {
    border: 2px solid #eaeaea;
    padding: 0 15px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 30px;
    height: 50px;
    border-radius: 6px;
}

.listing-form .input-box:focus {
    border-color: rgba(252, 81, 133, 0.3);
}

.listing-form .box-textarea {
    border: 2px solid #eaeaea;
    padding: 15px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 30px;
    border-radius: 6px;
}

.listing-form .box-textarea:focus {
    border-color: rgba(252, 81, 133, 0.3);
}

.listing-form .custom-select {
    height: 50px;
}

.listing-form .input-textarea {
    border: 2px solid #eaeaea;
    padding: 10px 15px 15px 15px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 30px;
    border-radius: 6px;
}

.listing-form .input-textarea:focus {
    border-color: rgba(252, 81, 133, 0.3);
}

.listing-form .custom-file-label {
    left: 15px;
    right: 15px;
}

/*

===============================
secondary-menu
===============================

*/
.secondary-menu .main-menu {
    padding: 0;
}

.secondary-menu .main-menu ul li a {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 300;
}

.secondary-menu .main-menu ul li.active a {
    background: #FC5185;
    color: #ffffff;
}

/*

===============================
dashboard-block
===============================

*/
.single-dashboard-block {
    border-radius: 6px;
    padding: 30px;
    border: 2px solid rgba(252, 81, 133, 0.2);
}

.single-dashboard-block h4 {
    margin-bottom: 10px;
    font-weight: 300;
}

.single-dashboard-block a {
    font-weight: 700;
    font-size: 16px;
}

.single-dashboard-block a:hover {
    color: #FC5185;
    text-decoration: underline;
}

/*

===============================
Table-design
===============================

*/
.table thead {
    background: #009DFF;
    color: #ffffff;
}

.table tbody tr td {
    vertical-align: middle;
}

.table tbody tr td img {
    width: 100px;
    height: auto;
}

.table tbody tr td span {
    padding: 2px 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    border-radius: 40px;
}

.table tbody tr td span.pendding {
    background: #ffc048;
    color: #292929;
}

.table tbody tr td span.delivered {
    background: #16B271;
    color: #ffffff;
}

.table tbody tr td span.cancelled {
    background: #e83b3b;
    color: #ffffff;
}

/*

===============================
account-form
===============================

*/
.account-form {
    padding: 50px 0;
}

@media (max-width: 767px) {
    .account-form {
        padding: 100px 0;
    }
}

.account-form .logo {
    margin-bottom: 50px;
    text-align: center;
}

.account-form .title {
    margin-bottom: 30px;
    text-align: center;
}

.account-form .title h3 {
    font-weight: 300;
}

.account-form .via-login {
    text-align: center;
    margin-bottom: 30px;
}

.account-form .via-login a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #ffffff;
    margin: 0 3px 3px 0;
}

.account-form form input {
    width: 100%;
    height: 55px;
    padding: 0 15px;
    border: 2px solid #eaeaea;
    margin-bottom: 15px;
    font-size: 16px;
    transition: 0.3s;
}

.account-form form input:focus {
    border-color: #FC5185;
}

.account-form form input::placeholder {
    color: rgba(41, 41, 41, 0.8);
}

.account-form form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 2px solid #eaeaea;
    color: #292929;
    font-size: 16px;
    transition: 0.3s;
}

.account-form form textarea:focus {
    border-color: #FC5185;
}

.account-form form textarea::placeholder {
    color: rgba(41, 41, 41, 0.8);
}

.account-form form button {
    margin-bottom: 15px;
}

.account-form form button:hover {
    background: #FC5185;
}

.account-form form p {
    color: #292929;
    font-size: 14px;
    text-align: center;
    font-family: "Didact Gothic", sans-serif;
}

.account-form form p a {
    color: #292929;
    font-size: 18px;
    font-weight: 700;
}

.account-form form p a:hover {
    color: #FC5185;
}

/*

===============================
Faq Area
===============================

*/
.single-faq {
    margin-bottom: 30px;
    padding: 30px;
    border: 5px solid rgba(252, 81, 133, 0.2);
}

.single-faq h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.single-faq p {
    margin-bottom: 0;
}

/* reservation-form */
.reservation-form .single-box {
    margin-bottom: 30px;
}

.reservation-form .single-box input, .reservation-form .single-box select {
    height: 55px;
    width: 100%;
    border: 2px solid rgba(41, 41, 41, 0.3);
    padding: 0 15px;
    background: transparent;
    border-radius: 0;
}

.reservation-form .single-box textarea {
    width: 100%;
    border: 2px solid rgba(41, 41, 41, 0.3);
    padding: 10px 10px 10px 15px;
    background: transparent;
}

.reservation-form .single-box input:focus, .reservation-form .single-box select:focus, .reservation-form .single-box textarea:focus {
    border: 2px solid #FC5185;
    outline: none;
    box-shadow: none;
}

.reservation-form .single-box label {
    font-size: 14px;
    font-weight: 700;
    font-family: "Didact Gothic", sans-serif;
    text-transform: uppercase;
    color: #292929;
    margin-bottom: 5px;
}

/*

===============================
Why Choose Us
===============================

*/
.single-why-choose {
    margin-bottom: 60px;
    text-align: center;
    padding: 0 20px;
    color: rgba(41, 41, 41, 0.5);
}

.single-why-choose .icon {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.single-why-choose .icon::after {
    position: absolute;
    content: "";
    left: -10px;
    top: -20px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    z-index: 0;
    background: rgba(252, 81, 133, 0.1);
}

.single-why-choose .icon img {
    width: 50px;
    height: auto;
    z-index: 1;
    position: relative;
}

.single-why-choose .title h3 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #292929;
}

.single-why-choose .title p {
    margin-bottom: 0;
}

/* pack-section */
.pack-section {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .pack-section {
        display: block;
    }
}

.pack-section .single-pack {
    width: 100%;
    padding: 50px;
    overflow: hidden;
    position: relative;
    height: 500px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    z-index: 1;
}

.pack-section .single-pack h3 {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 20px;
}

.pack-section .single-pack p {
    font-size: 20px;
    margin-bottom: 30px;
}

.pack-section .single-pack a {
    display: inline;
}

.pack-section .single-pack img {
    position: absolute;
    width: 450px;
    top: 50%;
    transform: translateY(-50%);
    right: -140px;
    z-index: -1;
    transition: 0.4s;
}

.pack-section .single-pack:hover img {
    right: -160px;
}

.pack-section .single-pack.one {
    background: #16B271;
}

.pack-section .single-pack.two {
    background: #e83b3b;
}

.pack-section .single-pack.three {
    background: #FCBA1C;
}

/*

===============================
Single new Counter
===============================

*/
.single-new-counter {
    margin-bottom: 30px;
    text-align: center;
    color: #ffffff;
    position: relative;
}

@media (max-width: 575px) {
    .single-new-counter {
        margin-bottom: 50px;
    }
}

.single-new-counter img {
    width: 62px;
    margin: auto;
    display: block;
    line-height: initial;
    margin-bottom: 30px;
}

.single-new-counter h3 {
    font-size: 62px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 2px;
    color: #ffffff;
}

.single-new-counter h5 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

/* Price Range Slider */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background-color: #ffffff;
    border-radius: 50%;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: none;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.5em;
}

.ui-slider-horizontal {
    height: 0.4em;
    border: 0;
    background-color: rgba(252, 81, 133, 0.3);
}

.b {
    font-weight: 400;
    text-align: center;
    display: inline-block;
    background-color: transparent;
    color: #292929;
    border-radius: 3px;
    width: 90%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 8px;
    font-size: 14px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-state-active {
    border-color: #FC5185;
    border-width: 3px;
    height: 1.2em;
    width: 1.2em;
    background-color: #FC5185;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border-color: rgba(252, 81, 133, 0.3);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    box-sizing: border-box;
    border: 2px solid #FC5185;
    background: #ffffff;
    outline: none;
}

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover,
.ui-state-default:focus,
.ui-widget-content .ui-state-default:focus,
.ui-widget-header .ui-state-default:focus,
.ui-state-default:active,
.ui-widget-content .ui-state-default:active,
.ui-widget-header .ui-state-default:active {
    outline: none;
    border-color: #FC5185;
}

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover {
    background-color: #ffffff;
}

.ui-state-default:hover:active,
.ui-widget-content .ui-state-default:hover:active,
.ui-widget-header .ui-state-default:hover:active {
    background-color: #FC5185;
}

.ui-widget.ui-widget-content {
    border-color: rgba(252, 81, 133, 0.3);
}

.ui-slider-horizontal .ui-slider-range {
    background-color: #FC5185;
}

/*
  right-sticky-wapper
*/
.right-sticky-wapper {
    position: fixed;
    transition: all ease .35s;
    top: 45%;
    right: -300px;
    width: 300px;
    height: auto;
    left: auto;
    background: #ffffff;
    z-index: 999;
}

@media (max-width: 450px) {
    .right-sticky-wapper {
        right: -260px;
        width: 260px;
    }
}

.right-sticky-wapper .right-sticky-trigger {
    position: absolute;
    right: 100%;
    top: 0;
    height: 50px;
    min-width: 50px;
    background: #ffffff;
    line-height: 50px;
    padding: 0 4px;
    text-align: center;
    color: #16B271;
    box-shadow: 0px 0px 15px 0px rgba(72, 67, 211, 0.12);
    border-radius: 15px 0 0 15px;
}

.right-sticky-wapper .right-sticky-content {
    background: #ffffff;
    padding: 20px;
    text-align: left;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.05);
}

.right-sticky-wapper .right-sticky-content .colors a {
    height: 50px;
    width: 50px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}

.right-sticky-wapper .right-sticky-content .colors a.red {
    background: #e83b3b;
}

.right-sticky-wapper .right-sticky-content .colors a.green {
    background: #16B271;
}

.right-sticky-wapper .right-sticky-content .colors a.blue {
    background: #009DFF;
}

.right-sticky-wapper .right-sticky-content .colors a.yellow {
    background: #ffc048;
}

.right-sticky-wapper .right-sticky-content .colors a span.active {
    position: relative;
    width: 100%;
    height: 100%;
}

.right-sticky-wapper .right-sticky-content .colors a span.active::after {
    content: '';
    width: 18px;
    height: 10px;
    position: absolute;
    top: 18px;
    left: 16px;
    border: 2px solid #ffffff;
    border-top: none;
    border-right: none;
    transform: rotate(-50deg);
}

.right-sticky-wapper.active {
    right: 0 !important;
}

/*

===============================
Newslatter
===============================

*/
.newslatter form {
    display: flex;
    flex-wrap: nowrap;
}

@media (max-width: 575px) {
    .newslatter form {
        display: block;
    }
}

.newslatter form input {
    height: 55px;
    flex: 1 1 70%;
    border: 2px solid;
    border-color: rgba(255, 255, 255, 0.1);
    background: transparent;
    color: #ffffff;
    transition: 0.3s;
    padding: 0 15px;
    margin-right: 20px;
}

.newslatter form input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.newslatter form input:focus {
    border-color: #16B271;
}

@media (max-width: 575px) {
    .newslatter form input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        text-align: center;
    }
}

.newslatter form button {
    height: 55px;
    flex: 1 1 30%;
    background: transparent;
    color: rgba(255, 255, 255, 0.3);
    border: 2px solid;
    border-color: rgba(255, 255, 255, 0.1);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .newslatter form button {
        width: 100%;
    }
}

.newslatter form button:hover {
    color: #ffffff;
    background: #16B271;
    border-color: #16B271;
}

.newslatter .social {
    margin-top: 30px;
    text-align: center;
}

.newslatter .social a {
    font-size: 20px;
    display: inline-block;
    margin: 0 8px;
    color: rgba(255, 255, 255, 0.3);
}

.newslatter .social a:hover {
    color: #16B271;
}

/*

===============================
Sidebar
===============================

*/
.site-sidebar .single-sidebar {
    margin-bottom: 40px;
    padding: 30px;
    color: #292929;
    border: 2px solid rgba(252, 81, 133, 0.1);
}

.site-sidebar .single-sidebar div {
    overflow: hidden;
}

.site-sidebar .single-sidebar:last-child {
    margin-bottom: 0;
}

.site-sidebar .single-sidebar h3 {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.site-sidebar .single-sidebar form {
    width: 100%;
    position: relative;
    height: 50px;
    border-radius: 4px;
    border-radius: 50px;
}

.site-sidebar .single-sidebar form input {
    width: 100%;
    height: 100%;
    transition: 0.4s;
    padding: 0 15px;
    border: 2px solid rgba(252, 81, 133, 0.05);
    background: rgba(252, 81, 133, 0.05);
    border-radius: 50px;
    color: #292929;
}

.site-sidebar .single-sidebar form input:focus {
    border-color: rgba(252, 81, 133, 0.05);
}

.site-sidebar .single-sidebar form input::placeholder {
    color: rgba(41, 41, 41, 0.5);
}

.site-sidebar .single-sidebar form button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    color: rgba(252, 81, 133, 0.5);
    height: 100%;
    width: 50px;
    border-radius: 0 50px 50px 0;
}

.site-sidebar .single-sidebar form button:hover {
    color: #FC5185;
}

.site-sidebar .single-sidebar ul li {
    margin-bottom: 20px;
    position: relative;
    transition: 0.4s;
}

.site-sidebar .single-sidebar ul li:last-child {
    margin-bottom: 0;
}

.site-sidebar .single-sidebar ul li a {
    color: #292929;
    display: inline-block;
    text-transform: capitalize;
    background: rgba(252, 81, 133, 0.2);
    padding: 7px 20px;
    font-weight: 700;
    border-radius: 50px;
}

.site-sidebar .single-sidebar ul li a:hover {
    color: #FC5185;
}

.site-sidebar .single-sidebar .social-follow a {
    border-radius: 4px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    margin: 5px;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

.site-sidebar .single-sidebar .social-follow a:hover {
    background: #FC5185;
}

.site-sidebar .single-sidebar .social-follow a i {
    font-size: 18px;
}

@media (max-width: 991px) {
    .site-sidebar .single-sidebar .social-follow a {
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .site-sidebar .single-sidebar .social-follow a {
        width: 100%;
    }
}

.site-sidebar .single-sidebar a img {
    width: 100%;
}
