/* Open+Sans from google fonts */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
*/ @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
*/ html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.categories1 .grid:after {
    content: '';
    display: block;
    clear: both;
}
.cat_dropdown .caret {
    margin-top: 6px;
    position: absolute;
    right: 7%;
}

.cat_dropdown .dropdown-menu {
    min-width: 250px;
}

.grid-sizer,
.grid-item {
    width: 50%;
}

.grid-item {
    float: left;
}

.grid-item img {
    display: block;
    max-width: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

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

header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html,
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background-color: #fff;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
{
    margin-top: 0px;
    margin-bottom: 0px;
}

h6 {
    text-align: left;
    color: #FFDF00;
    padding-left: 10px;
}

ul {
    margin-bottom: 0px;
}


/* p {
    font-size: 15px;
    line-height: 30px;
    color: #2a2a2a;
    padding-left: 10px;
} */

img {
    margin-bottom: -3px;
    width: 100%;
    overflow: hidden;
}

html,
body {
    font-family: 'Montserrat', sans-serif;
}

 ::selection {
    background: #03a4ed;
    color: #fff;
}

 ::-moz-selection {
    background: #03a4ed;
    color: #fff;
}


@media (max-width: 991px) {
    html,
    body {
        overflow-x: hidden;
    }
    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .mobile-bottom-fix {
        margin-bottom: 30px;
    }
    .mobile-bottom-fix-big {
        margin-bottom: 60px;
    }
}


/* nav */

.page-section {
    margin-top: 120px;
}

.section-heading h2 {
    font-size: 35px;
    margin-bottom: 25px;
    text-transform: capitalize;
    color: #2a2a2a;
    font-weight: 700;
    position: relative;
    z-index: 2;
    line-height: 44px;
}

.section-heading h6 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #8d99af;
}

.header-text {
    align-items: center !important;
}

.header-text .image_title img {
    height: 49px;
    /* max-width: 600px; */
}

@media(min-width:997px) {
    .filter_header {
        margin-top: 60px !important;
        width: 100% !important;
        display: flex !important;
        background-color: white;
        border-radius: 10px;
        /*padding: 6px 10px 4px 10px;*/
    }
}


/* .filter_header {
        margin-top: 60px !important;
        width: 100% !important;
        display: flex !important;
        background-color: white;
        border-radius: 10px;
        padding: 7px 12px 0px 10px;
    } */

.width_filter {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.drop_one {
    margin-top: 10px;
    width: 25%;
}

.drop_one .main-button {
    margin-top: -10px !important;
    margin-left: 60px;
}

form#search-form button {
    width: 80%;
    background-color: #F4D03F;
    border: none;
    padding: 17px !important;
    color: #fff;
    border-radius: 5px;
}

@media(min-width:975px) and (max-width:1127px) {
    .drop_one .main-button {
        margin-top: -10px !important;
        margin-left: 50px;
    }
}

@media(max-width:975px) {





    /* .looking input::placeholder {
        padding-left: 16px !important;
    }
    .filter_location input::placeholder {
        padding-left: 40px !important;
    } */
    .looking_logo img {
        margin-left: 8px !important;
    }
    .selectlogo1 {
        margin-left: 10px !important;
    }
    .selectlogo2 {
        margin-left: 23px !important;
    }
    .category img {
        margin-left: 0px !important;
    }
    form#search-form input.searchText {
        border-left: none !important;
        border-right: none !important;
        padding: 0
        /* margin-right: 50px; */
    }
    .drop_one input {
        align-items: center !important;
    }
    .drop_one {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
        width: 100% !important;
        align-items: center !important;
    }
    .filter_location {
        margin-left: 0px;
        text-align: center !important;
    }
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    margin-left: 37px !important;
}
@media(max-width:586px) {
    form#search-form .filter_btn {
        align-items: center !important;
    }
    form#search-form .filter_btn button {
        width: 130% !important;
        background-color: #F4D03F;
        margin-bottom: 8px;
        border: none;
        /* padding: 17px !important; */
        padding: 17px 17px 17px 17px !important;
        color: #fff;
        border-radius: 5px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .width_filter {
        margin-left: -30px !important;
        margin-right: 0 !important;
    }
    .drop_one {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media(max-width:957px) {
    .main-banner {
        height: 690px !important;
    }
}

.drop_one input[type="text"] {
    padding-left: 35px !important;
}

.drop_one .category {
    margin-top: -6px !important;
}

.drop_one .category .title {
    margin-top: -3px !important;
    margin-left: -20px;
}



/* .drop_one .category .i.fas.fa-angle-down {
    margin-top: 19px;
    font-size: 16px;
    margin-right: 44px;
    color: #858481;
} {
    margin-left: 60px !important;
} */

@media screen and (max-width: 560px) {
    .header-text .image_title img {
        height: 30px;
        max-width: 400px;
    }
    .header-text .image_title {
        align-items: center !important;
    }
}

@media(min-width:746px) {
    .header-text {
        justify-content: center !important;
        margin-left: 15%;
    }

    .business_carousel .owl-prev {
    position: absolute;
    left: -80px;
    top: 30%;
    font-size: 20px;
}
}

@media screen and (max-width: 750px) {
    .header_logo {
        /*position: absolute;*/
        /*left: -10%;*/
        /*top: 5%;*/
    }
    .nav {
        margin-top: 90px !important;
    }
}

.image_outlook {
    padding: 10%;
    text-align: center !important;
    border: 1px dashed gray;
}

.image_outlook input {
    border: 0;
    width: auto;
    text-align: center;
    margin: 0 auto;
    box-shadow: none;
}

.image_outlook input:focus {
    outline: 0 !important;
    border: 0;
    box-shadow: none;
}


/* .main-white-button a i {
    margin-right: 10px;
    width: 22px;
    height: 22px;
    background-color: #8d99af;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    display:block !important;
} */

.add_business b a:hover {
    background-color: #8d99af;
    color: white !important;
}

.background-header {
    /*background-color: #F4D03F !important;*/
    /*height: 80px!important;*/
    position: absolute !important;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15)!important;
}

.business_carousel .owl-prev {
    position: absolute;
    left: -80px;
    top: 30%;
    font-size: 20px;
}

.business_carousel.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
}

.business_carousel .owl-prev span {
    font-size: 60px;
    padding: 5px 20px;
    color: #F4D03F;
    margin-left: 30px;
    margin-right: -50px;
}

.business_carousel .owl-next {
    position: absolute;
    right: -22px;
    top: 30%;
    font-size: 20px;
}

#testimonials1 .owl-stage-outer {
    margin-left: 10px;
}

.category_carousel .owl-prev {
    position: absolute;
    left: -80px;
    top: 30%;
    font-size: 20px;
}

#testimonials {
    width: 100% !important;
}

.category_carousel {
    width: 89% !important;
}

.filter_btn {
    width: 77% !important;
    margin-left: 0px !important;
}

.category_carousel span {
    color: #FFFFFF;
    font-size: 17px;
    margin-top: 4px;
    display: block;
}
.owl-item .item{
    cursor:pointer;
}
.owl-item .item
.text-secondary {
   margin-top: 8px;
    display: block;
}
img#category_img {
    margin-left: 20px !important;
    margin-top: 6px !important;
}

@media(min-width:970px) {
    .drop_one .filter_btn {
        width: 100% !important;
    }
    .row.width_filter {
        margin-left: 0px !important;
    }
}

@media(max-width:960px) {
    .owl-next {
        margin-right: 15px !important;
    }
    p.carosal_css {
        width: 73px;
        height: 72px;
    }
    .owl-prev {
        margin-left: 15px !important;
    }
    .carosal_css {
        background: rgba(244, 224, 89, 0.53);
        margin-bottom: 10px;
        border-radius: 50%;
        width: 50px;
        margin: 0 auto;
        padding: 0;
        display: flex;
        align-items: center;
        margin-left: 22px;
        height: 50px;
    }

    .cat_port {
        width: 100% !important;
        margin-left: 28px;
    }
    #testimonials1 .owl-stage-outer {
        margin-left: 10px;
    }
    .business_carousel .owl-next {
        position: absolute;
        right: -62px;
        top: 30%;
        font-size: 20px;
    }
    .owl-carousel {
        width: 89.2% !important;
    }
    .category_carousel .owl-prev {
        position: absolute;
        left: -80px;
        top: 30%;
        font-size: 20px;
    }
}

@media(max-width:977px) {
    .iconhover img {
        height: 450px;
    }
    .looking_text {
        margin-left: 2px !important;
    }
}

@media (min-width:977px) and (max-width:1127px) {
    .cat_port {
        width: 108% !important;
    }
    .iconhover img {
        height: 310px !important;
    }
    .overlay {
        height: 310px !important;
        border-radius: 10px;
    }
}

@media(min-width:1127px) {

        .logindcolor{
            color:white;
        }

        .logindcolor:hover{
            color:yellow;
        }



    .cat_port {
        width: 109% !important;
    }
}

img#category_img {
    margin-left: 23px !important;
}

@media(max-width:500px) {
    .overlay {
        height: 190px !important;
        border-radius: 10px;
    }
    img.image10 {
        height: 190px !important;
    }
    img.image1 {
        height: 190px !important;
    }
    img.image2 {
        height: 190px;
    }
    .bottom_hover {
        margin-top: 25px !important;
    }
    .owl-carousel.owl-theme.category_carousel.owl-loaded.owl-drag {
        margin-left: -16px;
    }
}

@media(min-width:500px) and (max-width:767px) {
    .overlay {
        height: 260px !important;
        border-radius: 10px;
    }
    img.image10 {
        height: 260px !important;
    }
    img.image1 {
        height: 260px !important;
    }
    img.image2 {
        height: 260px;
    }
    .bottom_hover {
        margin-top: 25px !important;
    }
}

a.logined:hover {
    border-radius: 5px;
}

a.logined {
    text-transform: uppercase !important;
    margin-right: 30px;
}

@media(max-width:767px) {
    .bottom_hover {
        margin-top: 25px !important;
    }
    span.cat_title {
        font-size: 13px;
    }
}

@media(min-width:1127px) {
    .image_title img {
        margin-left: 60px;
    }
}

 @media(min-width:767px) and (max-width:977px) {
    .overlay {
        height: 330px !important;
        border-radius: 10px;
    }
    img.image10 {
        height: 330px !important;
    }
    img.image1 {
        height: 330px !important;
    }
    img.image2 {
        height: 330px;
    }
}

@media(min-width:1127px) {
    img.image2 {
        height: 350px;
    }
    img.image10 {
        height: 350px !important;
    }


    .category_carousel .owl-prev span,
.category_carousel .owl-next span {
    font-size: 60px;
    padding: 5px 20px;
    color: yellow;
    margin-left: 45px;
    margin-right: -51px !important;
}

    .category_carousel .owl-prev ,
.category_carousel .owl-next  {
    margin-top: -35px !important;
}


}

.category_carousel.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
}

.category_carousel .owl-prev span,
.category_carousel .owl-next span {
    font-size: 60px;
    padding: 5px 20px;
    color: yellow;
    margin-left: 45px;
    margin-right: -23px;
}

.category_carousel .owl-next {
    position: absolute;
    right: -22px;
    top: 30%;
    font-size: 20px;
}

.filter {
    width: 115px;
    height: 47px;
    border-radius: 5px;
    background: #F4E059;
    margin-left: 250px;
    margin-top: 32px;
}

.clear_filter {
    width: 122px;
    height: 44px;
    /*border-radius: 5px;*/
    background: #F4E059;
    /*margin-left: 202px;*/
    float: right;
    margin-top: 1px;
}

.filter_nav.nav-tabs li {
    float: none !important;
}

.filter_nav.nav-tabs li a {
    border: 0 !important;
    background: #eee;
    border-radius: 0px !important;
}

.filter_nav.nav-tabs li a:focus,
.filter_nav.nav-tabs li a:hover,
.filter_nav.nav-tabs li.active a {
    background: transparent;
    border: 0 !important;
}

.modal-body .tab-content label {
    font-weight: 300;
    margin-bottom: 15px;
}

.modal-footer p {
    text-align: left;
    margin-bottom: 0px;
    line-height: 20px;
}

.background-header .logo,
.background-header .main-nav .nav li a {
    color: !important;
}

.background-header .main-nav .nav li:hover a {
    color: black;
    !important;
}

.background-header .nav li a.active {
    color: #8d99af;
    !important;
}

.header-area {
    background-color: transparent;
    border-bottom: 1px solid rgba(250, , 250, 0.2);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 100px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.header-area .main-nav {
    min-height: 80px;

}

.header-area .main-nav a.logo {
    background-image: url(assets/logo.png);
    width: 166px;
    height: 58px;
    display: inline-block;
    margin-top: 20px;
}

.background-header .main-nav .nav {
    margin-top: 20px !important;
}

.header-area .main-nav .nav {
    /* float: right; */
    display: flex;
    margin-top: 30px;
    margin-right: 0px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
}

.main {
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    background-image: url("../images/cons2.jpg");
    background-repeat: no-repeat;
    background-size: 70%;
    -webkit-background-size: cover;
    background-position: center;
    font-weight: 600;
    font-family: Poppins;
    position: relative;
    margin: 0px;
}

.main-nav {
    display: flex !important;
}

.nav {
    position: absolute !important;
    right: 1%;
}

.header {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    padding: 50px 57px;
}

.header-area .main-nav .nav li {
    padding-left: 30px;
    padding-right: 30px;
}

.header-area .main-nav .nav li:last-child {
    padding-right: 0px;
    padding-left: 40px;
}

.header-area .main-nav .nav li:last-child a,
.background-header .main-nav .nav li:last-child a {
    color: #2a2a2a !important;
    text-transform: capitalize;
    padding: 0px 20px;
    font-weight: 400;
}

.header-area .main-nav .nav li:last-child a i,
.background-header .main-nav .nav li:last-child a i {
    font-size: 12px!important;
    font-weight: 400 !important;
}

.background-header .main-nav .nav li:last-child .main-white-button a {
    background-color: #F4D03F;
    color: #fff !important;
}

.background-header .main-nav .nav li:last-child .main-white-button a i {
    background-color: #fff;
    color: whitesmoke;
}

@media(max-width:977px) {
    .background-header .main-nav .nav li:last-child .main-white-button a {
        font-size: 100px;
    }
}


/* nav */

.header-area .main-nav .nav li:last-child a:hover,
.header-area .main-nav .nav li:last-child a.active {
    color: #fff !important;
}

.header-area .main-nav .nav li a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
    color: #F4D03F;
    important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
    color: #8d99af !important;
    opacity: 1;
}

.header-area .main-nav .nav li:last-child a:hover,
.background-header .main-nav .nav li:last-child a:hover {
    background-color: #8d99af;
}

.header-area .main-nav .nav li.has-sub {
    position: relative;
    padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 12px;
}

.background-header .main-nav .nav li.has-sub:after {
    color: #1e1e1e;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: absolute;
    width: 200px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    top: 40px;
    opacity: 0;
    transition: all .3s;
    transform: translateY(+2em);
    visibility: hidden;
    z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
    opacity: 1;
    display: block;
    background: #f7f7f7;
    color: #2a2a2a!important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
    background: #fff;
    color: #f5a425!important;
    padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
    width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 33px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
}

.background-header .main-nav .menu-trigger {
    top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
    background-color: #1e1e1e;
}

.header-area.header-sticky {
    min-height: 80px;
}

.header-area .nav {
    margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
    color: #8d99af;
}

@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 12px;
        padding-right: 12px;
    }
    .header-area .main-nav:before {
        display: none;
    }
}

@media (max-width: 992px) {
    .header-area .main-nav .nav li:last-child,
    .background-header .main-nav .nav li:last-child {
        display: none;
    }
    .header-area .main-nav .nav li:nth-child(6),
    .background-header .main-nav .nav li:nth-child(6) {
        padding-right: 0px;
    }
}

@media (max-width: 767px) {
    .background-header .main-nav .nav {
        margin-top: 80px !important;
    }
    .header-area .main-nav .logo {
        color: #1e1e1e;
    }
    .header-area.header-sticky .nav li a:hover,
    .header-area.header-sticky .nav li a.active {
        color: #8d99af!important;
        opacity: 1;
    }
    .header-area.header-sticky .nav li.search-icon a {
        width: 100%;
    }
    .header-area {
        background-color: #f7f7f7;
        padding: 0px 15px;
        height: 100px;
        box-shadow: none;
        text-align: center;
    }
    .header-area .container {
        padding: 0px;
    }
    .header-area .logo {
        margin-left: 30px;
    }
    .header-area .menu-trigger {
        display: block !important;
    }
    .header-area .main-nav {
        overflow: hidden;
    }
    .header-area .main-nav .nav {
        margin-top: 100px !important;
        float: none;
        width: 100%;
        display: none;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        margin-left: 0px;
    }
    .background-header .nav {
        margin-top: 80px;
    }
    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee;
        width: 101% !important;
    }
    .header-area.header-sticky .nav {
        margin-top: 100px;
    }
    .header-area .main-nav .nav li {
        width: 101%;
        background: #fff;
        border-bottom: 1px solid #e7e7e7;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .header-area .main-nav .nav li a {
        width: 101% !important;
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px !important;
        border: none !important;
        background: #f7f7f7 !important;
        color: #191a20 !important;
    }
    .header-area .main-nav .nav li a:hover {
        background: #eee !important;
        color: #8d99af!important;
    }
    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        top: 0px;
        width: 100%;
        box-shadow: none;
        height: 0px;
        transition: all 0s;
    }
    .header-area .main-nav .nav li.submenu ul li a {
        font-size: 12px;
        font-weight: 400;
    }
    .header-area .main-nav .nav li.submenu ul li a:hover:before {
        width: 0px;
    }
    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        height: auto;
    }
    .header-area .main-nav .nav li.has-sub:after {
        color: #3B566E;
        right: 30px;
        font-size: 14px;
        top: 15px;
    }
    .header-area .main-nav .nav li.submenu:hover ul,
    .header-area .main-nav .nav li.submenu:focus ul {
        height: 0px;
    }
}

@media (min-width: 767px) {
    .header-area .main-nav .nav {
        display: flex !important;
    }
}


/*.main-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/bg4.jpg);
    padding: 290px 10px 180px 0px;
    position: relative;
    overflow: hidden;


}*/

 .main-banner .top-text {
    text-align: center;
}
.main-banner .top-text h6 {
    color: #fff;
    font-size: 15px;
    font-family: Knife Princess;
    font-weight: 500;
    text-transform: uppercase;
}
.main-banner .top-text h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 45px;
}
.main-banner ul.categories {
    width: 100%;
    margin-top: 60px;
    text-align: center;
}
.main-banner ul.categories li {
    display: inline-block;
    text-align: center;
    width: 18%;
}
.main-banner ul.categories li a {
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
}
.main-banner ul.categories li .icon {
    display: block;
    margin: 0 auto 12px auto;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    color: #8d99af;
    background-color: #b0ba43;
    transition: all .5s;
    #fff
}
.main-banner ul.categories li a:hover .icon {
    background-color: whitesmoke;
}
.main-banner ul.categories li .icon img {
    max-width: 27px;
}
.testimonials {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 290px 10px 180px 0px;
    position: relative;
    overflow: hidden;
}
.testimonials ul.categories1 {
    width: 100%;
    margin-top: 90px;
    margin-bottom: 60px;
    text-align: center;
}
#testimonials .owl-stage-outer {
    margin-left: 22px !important;
    margin-right: -16px;
}
.carosal_css {
    background: rgba(244, 224, 89, 0.53);
    margin-bottom: 10px;
    border-radius: 50%;
    width: 70px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    height: 70px;
}
.testimonials ul.categories1 li {
    display: inline-block;
    text-align: center;
    width: 18%;
}
.testimonials ul.categories1 li a,
.testimonials ul.categories1 li a span {
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
}
.testimonials ul.categories1 li .icon {
    display: block;
    margin: 0 auto 12px auto;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    color: #8d99af;
    background-color: #F4D03F;
    transition: all .5s;
}
.testimonials ul.categories1 li a:hover .icon {
    background-color: whitesmoke;
}
.testimonials ul.categories1 li .icon img {
    max-width: 27px;
}
form#search-form {
    /*padding: 0px 0px 0px 30px;*/
    width: 110%;
    border-radius: 7px;
    text-align: center;
}
form#search-form select,
form#search-form input {
    width: 100%;
    height: 36px;
    background-color: transparent;
    border: none;
    color: black;
    font-size: 15px;
    outline: none;
    margin-left: 1px;
}
.selectlogo1 img {
    margin-bottom: -9px !important;
}
.selectlogo1 {
    width: 30px;
    height: 20px;
    /* float: left; */

    padding-top: 12px;
    padding-left: 5px;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-left: 10px;
}
.selectlogo2 img {
    margin-bottom: -9px !important;
}
.selectlogo2 {
    display: flex !important;
    width: 30px;
    height: 20px;
    float: left;
    padding-top: 8px;
    margin-left: 30px;
}
.option3 {
    padding: 20px;
}

/* button */
.form-select {
    margin-left: -10px;
}
.form-select:focus {
    box-shadow: none;
}
form#search-form input.searchText {
    border-left: 1px solid #8d99af;
    border-right: 1px solid #8d99af;
    padding: 0px 7px;
    /* margin-right: 50px; */
}
form#search-form input.searchText_1 {
    padding: 0px 0px;
}
.form-select {
    padding-left: 35px;
}
/* form#search-form input::placeholder {
    color: #2a2a2a;
    font-size: 15px;
    padding-left: 35px;
} */

/* form#search-form button i {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    color: #8d99af;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    margin-right: 10px;
} */
.viewimage {
    margin-bottom: -100px;
}


.image10 {
    height: 400px;
    border-radius: 10px;
}
.image3 {
    opacity: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.image4 {
    opacity: 50%;
    margin-top: 50px;
    margin-bottom: 10px;
}
.iconhover {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 600px;
}

@media(min-width:1127px){
    .iconhover {
        position: relative;
        width: 100%;
        height: 350px !important;
        max-width: 600px;
    }
}

/* Make the image to responsive */
.image {
    width: 100%;
    height: auto;
}
/* The overlay effect (full height and width) - lays on top of the container and over the image */
.overlay img {
    height: 75px !important;
    width: 75px !important;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: rgba(57,
    56,
    54,
    0.7);
    border-radius: 10px;
}
.iconhover:hover .overlay {
    opacity: 1;
}
.overicon {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,
    -50%);
    -ms-transform: translate(-50%,
    -50%);
    text-align: center;
}
#about::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #b0afac;
    z-index: 9;
}
#about .container {
    position: relative;
    z-index: 10;
}
#about .about-col {
    background: #fff;
    border-radius: 16px 16px 4px 4px !important;
    box-shadow: 0px 2px 12px rgba(0,
    0,
    0,
    0.08);
    margin-bottom: 20px;
}
#about .about-col .img {
    position: relative;
}
#about .about-col .img img {
    border-radius: 4px 4px 0 0;
    padding-top: 3px;
}
#about .about-col i {
    font-size: 24px;
    line-height: 0;
    color: black;
    position: absolute;
    transition: 0.3s;
    top: 14%;
    left: 3%;
}
#about .about-col:hover .icon {
    background-color: #fff;
}
#about .about-col:hover i {
    color: #F4D03F;
}
#about .about-col h2 {
    color: black;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    padding-left: 10px;
    margin: 40px 0 12px 0;
}
.popular h1 {
    text-align: center;
    padding: 40px;
    padding-bottom: 50px;
}
#about .about-col h2 a {
    color: #000;
}
#about .about-col h2 a:hover {
    color: #F4D03F;
}
#about .about-col p {
    font-size: 15px;
    color: black;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 0px 0px 5px 5px;
    background-color: #F4D03F;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.location {
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 12px;
    height: 45px;
}

/*.col-md-3 {
    display: none;
}*/
.content {
    background-color: #333;
    height: 200px;
    margin: 10px 0;
    border: 1px solid #ccc;
}
#loadicon {
    margin-left: 500px;
}
.load-more {
    background-color: lightgoldenrodyellow;
    color: black !important;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 20px;
    margin: 50px 0;
    display: inline-block;
    font-size: 16px;
    margin-left: 600px;
    margin-right: 500px;
    border: none;
}
.load-more:hover {
    background-color: #F4D03F;
    text-decoration: none;
}
.loginform {
    background-color: #FFFFFF;
    border-radius: 5px !important;
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 30px;
    padding-bottom: 50px;
    /*text-align: center;*/
    height: fit-content !important;
}
.signinform {
    background-color: whitesmoke;
    /*border-radius: 5px;*/
    margin-top: 34px;
    margin-bottom: 20px;
    padding: 30px;
    padding-bottom: 50px;
    text-align: center;
    height: auto;
}
.signinform h4 {
    font-size: 28px;
    font-style: normal;
    /*margin-right: 150px;*/
    margin-top: 30px;
}
input[type=text],
input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
input[type=text2],
input[type=password] {
    width: 100%;
    padding: 4px 16px;
    margin: 1px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
#name3 {
    margin-left: 20px;
    margin-bottom: 50px;
}
.b1 {
    background-color: #F4D03F;
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-top: 26px;
    margin-right: 0px;
    border-radius: 5px;
}
button:hover {
    opacity: 0.8;
}
.container {
    padding: 16px;
}
span.psw {
    float: left;
    padding-top: 0px;
    margin-top: 10px;
}
.accountimg {
    text-align: center;
    margin: 2px 0 0px 0;
    font-size: 91px;
}
#hl1 {
    float: left;
    font-size: 18px;
    color: yellow;
}
.star4 {
    margin-left: 110px;
}
.header10 p {
    color: whitesmoke;
    font-size: 22px;
    margin-left: 120px;
    margin-top: -80px;
}
.ar {
    color: whitesmoke;
    font-size: 14px;
    margin-left: 130px;
    margin-top: -10px;
}
#rc1 {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 200px;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: #F4D03F;
    margin-left: 50px;
}
.header10 {
    background-color: #F39C12;
}
.gp9 {
    margin-top: 100px;
    height: 100px;
    width: 100px;
    border-radius: 5px;
}
#hotel {
    background-color: #F4D03F;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    border-radius: 5px;
    margin-left: 20px;
    margin-bottom: 30px;
    margin-top: 150px;
}
.nextimg {
    height: 150px;
    width: 150px;
}
.headtable2 {
    margin-top: 20px;
    background-color: ghostwhite;
    padding: 10px;
}
.headtable1 p {
    background-color: #F4D03F;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 0px;
    margin-bottom: 16px;
    resize: vertical;
}
input[type=submit] {
    background-color: #F4D03F;
    color: white;
    padding: 12px 115px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
input[type=submit]:hover {
    background-color: #45a049;
}
.verify {
    /*margin-top: 90px;*/
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}
.verify1 {
    background-color: #F4D03F;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}
.table {
    font-family: arial,
    sans-serif;
    border-collapse: collapse;
    width: 100%;
}
td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    text-align: center;
}
tr:nth-child(even) {
    background-color: #FCF3CF;
}
.product {
    background-color: #FDFEFE;
    margin-top: 36px;
}
.product1 {
    background-color: #FDFEFE;
    margin-top: 100px;
}
.sales {
    background-color: #FDFEFE;
}
.time {
    background-color: #F4D03F;
    padding: 10px;
    border-radius: 5px;
}
.open {
    /*background-color: green;*/
    float: right;
    padding: 5px;
    color: white;
    border-radius: 150px;
    font-size: 12px;
    margin-top: -12px;
    margin-right: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
#time1 {
    float: right;
}
#time2 {
    float: right;
    color: #F4D03F;
}
#time3 {
    float: right;
    color: #E74C3C;
}
.time4 {
    margin-top: 30px;
}
.gp1 {
    height: 300px;
    width: 300px;
    border-radius: 5px;
    margin-right: 50px;
}
.gp2 {
    height: 300px;
    width: 300px;
    border-radius: 5px;
}
.gallery {
    margin-top: -130px;
}
.Brochure {
    background-color: #F4D03F;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    margin-top: 15px;
}
.L1 {
    margin-top: 40px;
}
#googleMap {
    text-align: center;
}
.review {
    margin-top: -200px;
    background-color: #FDFEFE;
}
.g4 {
    height: 100px;
    width: 100px;
    border-radius: 25px;
}
.gp3 {
    height: 80px;
    width: 80px;
    border-radius: 50px;
    margin-bottom: 50px;
    margin-top: 50px;
}
.review2 {
    margin-top: 14px;
    margin-left: 90px;
}
.star {
    margin-left: 90px;
}
.rname {
    margin-left: 100px;
    margin-top: -120px;
    margin-left:;
}
#l2 {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    margin-left: 20px;
    margin-top: -10px;
}
.info {
    margin-top: 10px;
}
.info2 {
    margin-top: 60px;
    padding-left: 30px;
    padding-right: 50px;
    margin-right: -20px;
    margin: 40px;
    letter-spacing: 10px;
    color: black;
    background-color: whitesmoke;
}
#share {
    float: left;
}
.info2 a {
    color: black;
}
#color1 {
    color: blue;
    border-right: 1px solid black;
    line-height: 30px;
    f
}
.reviewcolum {
    margin-top: 100px;
}
.star1 {
    margin-top: 10px;
    margin-left: -10px;
}
.itemreview {
    margin-top: 50px;
}
* {
    margin: 0;
    padding: 0;
}
.rate {
    /*float: left;*/
    /*height: 30px;*/
    padding-left: 10px;
}

/* .rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}
.rate:not(:checked)>label {
float: right;
width: 1em;
overflow: hidden;
white-space: nowrap;
cursor: pointer;
font-size: 18px;
color: #ccc;

}
.rate:not(:checked)>label:before {
    content: '★ ';
}
.rate>input:checked~label {
    color: #ffc700;
}
.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}
.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}
*/
.iconled {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 2;
    border-radius: 250px;
    height: 50px;
    width: 50px;
}
# Footer #footer {
    padding: 0 0 30px 0;
    color: #F4D03F;
    font-size: 14px;
}
#footer .footer-newsletter {
    padding: 50px 0;
    background:;
    text-align: center;
    font-size: 15px;
}
#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: whitesmoke;
}
#addb {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    border: none;
    font-weight: 600 !important;
    background-color: #F4E059;
    height: 34px;
}
#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 2px 15px rgba(0,
    0,
    0,
    0.06);
    text-align: left;
}
#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #106eea;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0,
    0,
    0,
    0.1);
}
#footer .footer-newsletter form input[type="submit"]:hover {
    background: #0d58ba;
}
#footer .footer-top {
    /*padding: 60px 0 30px 0;*/
    background: #2F2F30;
}

/*#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}*/
#footer .footer-top .footer-contact h3 {
    font-size: 18px;
    margin: 0 0 15px 0;
    font-family: 'Open Sans',
    sans-serif;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
    color: whitesmoke;
}
#footer .footer-top .footer-contact h3 span {
    color: #106eea;
    font-family: 'Open Sans',
    sans-serif;
}
#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: 'Open Sans',
    sans-serif;
    color: black;
    border-radius: 4px;
    margin-right: 180px;
    background-color: #F7DC6F;
    text-align: center;
}
#terms {
    margin-top: 40px;
    color: red;
}
#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
    color: #F7DC6F;
    font-family: 'Open Sans',
    sans-serif;
}
.fotterhead {
    color: #F7DC6F;
}
#footer .footer-top .footer-links {
    margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #106eea;
    font-size: 18px;
    line-height: 1;
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: whitesmoke;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    font-family: 'Open Sans',
    sans-serif;
}
.terms {
    color: white;
    margin-top: 100px;
}
#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    line-height: 1;
    padding: 8px 0;
    margin-right: 6px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    font-family: 'Open Sans',
    sans-serif;
}
.footer1 {
    margin-top: 20px;
}
#footer .footer-top .social-links a {
    color: whitesmoke;
}
#footer .footer-top .social-links a:hover {
    color: #F4D03F;
    text-decoration: none;
}
@media (max-width: 768px) {
    #footer .copyright,
    #footer .credits {
        float: none;
        text-align: center;
        padding: 2px 0;
    }


}

@media(min-width: 443px) and (max-width: 768px) {

    .filter_flex .filter_bg h1 {
        border: 1px solid #F4E059;
        margin-top: 12px;
        position: absolute;
        padding: 10px;
        right: 8% !important;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 71px !important;
        background-color: #F4E059;
        border-radius: 7px;
        outline: none !important;
    }

}


@media(max-width: 443px) {

    .filter_flex .filter_bg h1 {
        font-size: 20px;
        border: 1px solid #F4E059;
        margin-top: 12px;
        position: absolute;
        padding: 10px;
        right: 8% !important;
        margin-top: 21px !important;
        background-color: #F4E059;
        border-radius: 7px;
        outline: none !important;
    }


       .business_carousel .owl-prev {
    position: absolute;
    left: -80px;
    top: 30%;
    font-size: 20px;
}

}
.td-pro-dtail li {
    margin-top: 30px;
    font-size: 16px;
    line-height: 20px;
    list-style: none;
    word-spacing: 2px;
    font-weight: 600;
}
.td-pro-dtail li span {
    font-weight: 400;
}
.td-pro-dtail li b {
    width: 300px !important;
}
.td-about h4,
.td-address h4,
.td-pro-dtail h4 {
    color: #106eea;
}
.td-img-h h3 {
    font-weight: 600;
    color: #b3b4b6;
    font-size: 14px;
    padding-top: 3px;
    line-height: 25px;
    margin-left: 5px;
    text-align: left;
}
#profileImage i {
    background-color: none !important;
    color: #000 !important;
    font-size: 20px;
    background: none !important;
}
.update-btn i {
    background-color: none !important;
    color: white;
    font-size: 20px;
    background: none !important;
}
.td-pro-dtail li {
    list-style: none !important;
    margin-top: 30px;
}
.td-add-img button {
    outline: none;
    border: 2px solid rgb(199,
    197,
    197);
    padding: 0px 20px 5px 20px;
}
.td-add-img button i {
    font-size: 18.5px;
}
.btn-img button {
    border: none;
    outline: none;
    background-color: blueviolet;
    color: white;
    padding: 6px 35px 6px 35px;
    border-radius: 0;
    margin-left: 12px !important;
}
.btn-img-update button {
    border: none;
    outline: none;
    background-color: rgb(60,
    81,
    196);
    color: white !important;
    padding: 6px 35px 6px 35px;
    border-radius: 0;
    margin-left: 12px !important;
}
.btn-img-update button a {
    color: white !important;
}
#imageUpload {
    display: none;
}
#profileImage {
    cursor: pointer;
}
.add-img {
    display: flex;
}
.nav-parent {
    margin-left: 20px;
}
header {
    background-color: rgb(228,
    228,
    29);
}
.td-header {
    margin-left: 30px;
}
.form-check-input {
    position: absolute !important;
    left: 0 !important;
}
.header-logo img {
    margin-top: -30px !important;
    width: 80px !important;
}
.category-li {
    margin-left: 20px !important;
    margin-bottom: 15px !important;
}
.add-product {
    margin-left: 30px !important;
    margin-right: 30px !important;
}
.category-li .choose {
    margin-top: -10px !important;
    z-index: 99;
}
#sub_category_img {
    border-radius: 50%;
}
.sub_category_img {
    border-radius: 50%;
}
#category_img {
    border-radius: 70%;
}
.dropdown-submenu {
    position: absolute;
}
.category-dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    width: 300px;
}
.category-dropdown {
    position: relative;
}
.category-dropdown:hover .category-dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position: relative;
}
.dropdown button.cat_button {
    background-color: transparent !important;
    color: #000 !important;
    text-align: left;
    width: auto !important;
    margin-top: 0px !important;
    margin-left: -22px !important;
    margin-top: -2px !important;
}
.dropdown.open {
    background: transparent;
    text-align: left;
    float: none;
    margin-top: 0px;
    padding: 0px;
}
.dropdown button.cat_button:focus {
    border: 0;
    box-shadow: none;
    outline: 0;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    position: unset;
    float: none;
    /*display: block;*/
    border: 0;
    box-shadow: none;
}
h1 {
    font-weight: bold;
    font-size: 26px;
}
.sub_category_css {
    margin-top: 90px;
}

.business_css h1 {
    margin-bottom: -40px;
    height: 34px !important;
    font-family: 'Open Sans', sans-serif;
    margin-top: -56px;
    left: 587px;
    top: 1103px;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 35px;
    color: #444446;
}

.place_nearme{
    font-family: 'Open Sans', sans-serif;

}

@media(max-width:767px){
    div#testimonials1 {
        margin-top: -28px;
    }
    .business_css h1 {
        margin-bottom: -10px !important;
        height: 34px !important;
        font-family: 'Open Sans', sans-serif;
        margin-top: -43px !important;
        left: 587px;
        top: 1103px;
        font-style: normal;
        font-weight: bold;
        font-size: 26px;
        line-height: 35px;
        color: black;
    }
    .zoom_img {
        /*padding: 50px;*/
        /*background-color: green;*/
        transition: transform .2s;
        /*width: 200px;*/
        height: 200px;
        margin-left: -2px !important;
        margin: 0 auto;
    }
    .bottom_hover {
    margin-top: 3px !important;
}
}

.bottom_cate {
    margin-top: -40px !important;
}
.add_img_next {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*width: 50%;*/
    height: 223px;
    /*margin-top: 34px;*/
}
* {
    box-sizing: border-box;
}
@media(min-width:767px){
    .zoom_img {
        /*padding: 50px;*/
        /*background-color: green;*/
        transition: transform .2s;
        /*width: 200px;*/
        height: 200px;
        margin-left: 5px !important;
        margin: 0 auto;
    }
}
.zoom_img:hover {
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
}
.searchList .modal-backdrop {
    opacity: 0 !important;
    z-index: -1;
}
.modal_css {
    position: absolute !important;
    overflow: visible !important;
    top: 0% !important;
    right: 18% !important;
    left: auto !important;
}
.modal_css .modal-dialog {
    width: 430px !important;
}
.filter_clear {
    background: #F4E059;
    border-radius: 2.21784px;
}
.filter_nav>li.active>a {
    border: 1px solid #ddd !important;
}
.custom-file-input {
    position: relative;
}
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}
.custom-file-input::before {
    content: 'Select some files';
    display: inline-block;
    background: linear-gradient(top,
    #f9f9f9,
    #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}
.custom-file-input:hover::before {
    border-color: black;
}
.custom-file-input:active::before {
    background: -webkit-linear-gradient(top,
    #e3e3e3,
    #f9f9f9);
}
.form-group.files:before {
    content: 'Drop files here to upload' !important;
    color: #000 !important;
}
@media(max-width:750px) {
    footer#footer {
        /* margin-top: -70px !important; */
    }
    img.img-fluid {
        margin-left: 13px !important;
    }
    #about .about-col h2 a {
        color: #000;
        margin-left: 8px;
    }
    .rate {
        /* float: left; */
        /* height: 30px; */

        margin-left: 9px;
        padding-left: 10px;
    }
    .location {
        text-align: left;
        padding-top: 10px;
        padding-left: 10px;
        font-size: 12px;
        height: 45px;
        margin-left: 5px;
    }
    #about .about-col p {
        font-size: a15px;
        color: black;
        margin-bottom: 10px;
        text-align: center;
        border-radius: 0px 0px 7.31594px 7.31594px;
        background-color: #6d6c69;
        margin-left: 0;
        padding-right: 40px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
@media(min-width:460px) and (max-width:680px) {
    span.text-secondary {
        font-size: 10px !important;
    }
}
@media(min-width:760px) and (max-width:997px) {
    .business_carousel .owl-prev span {
        font-size: 60px;
        padding: 5px 20px;
        color: #F4D03F;
        margin-left: 17px !important;
        margin-right: -50px;
    }
    .cat_port {
        width: 100% !important;
        margin-left: 11px;
    }
    .business_carousel .owl-next span {
        font-size: 60px;
        padding: 5px 20px;
        color: #F4D03F;
        margin-left: 7px !important;
        margin-right: -10px;
    }
    .filter_header {
        margin-top: 60px !important;
        width: 100% !important;
        display: block !important;
        background-color: white;
        border-radius: 10px;
        justify-content: center !important;
        /*padding: 7px 10px 5px 10px;*/
        margin-left: -3%;
    }
    .image_title img {
        align-items: center !important;
        width: 80% !important;
        margin-top: 171px !important;
    }
    .image_title {
        text-align: center;
    }
}
.image_title img {
    align-items: center !important;
    margin-top: 171px !important;
}
@media(max-width:760px) {
    .b_image img {
        border-radius: 17px 17px 0 0 !important;
        margin-left: 1px !important;
    }
    .header-logo img {
        margin-top: -17px !important;
        margin-left: -149px !important;
        width: 80px !important;
    }
    .login_title {
        font-size: 19px !important;
    }
    .business_carousel .owl-next span {
        font-size: 60px;
        padding: 5px 20px;
        color: #F4D03F;
        margin-left: 7px !important;
        margin-right: -10px;
    }
     .business_carousel .owl-prev span {
        font-size: 60px;
        padding: 5px 20px;
        color: #F4D03F;
        margin-left: 26px !important;
        margin-right: 7px;
    }

    .category_carousel .owl-prev span,
.category_carousel .owl-next span {
    font-size: 60px;
    padding: 5px 20px;
    color: yellow;
    margin-left: 77px;
    margin-right: -23px;
}


    .category_carousel .owl-prev,
.category_carousel .owl-next {
    margin-top: -35px !important;
}

}
@media(min-width:775px) {
    .loginform {
        margin-left: 26%;
        background-color: #FFFFFF;
        width: 50%;
        /* border-radius: 5px; */

        margin-top: 50px;
        margin-bottom: 20px;
        padding: 30px;
        padding-bottom: 50px;
        /* text-align: center; */

        height: 550px;
    }
    span.text-secondary {
        font-size: 13px !important;
    }
}
@media(min-width:1127px) {
    .loginform {
        margin-left: 33% !important;
        background-color: whitesmoke;
        width: 35% !important;
    }
    /* .image_title img {
        width: 68%;
        margin-left: 0px;
        margin-top: 171px !important;
    }
    .image_title {
        justify-content: center !important;
        text-align: center;
    } */
    .image_title img {
        width: 87%;
        height: 68px;
        margin-left: -150px;
        margin-top: 171px !important;
    }
}
@media(max-width:767px) {
    #about .about-col p {
        font-size: a15px;
        color: black;
        margin-bottom: 10px;
        text-align: center;
        border-radius: 0px 0px 7.31594px 7.31594px;
        background-color: #F4D03F !important;
        margin-left: 0;
        padding-right: 0!important;
        padding-top: 5px;
        padding-bottom: 5px;
        font-family: 'Open Sans',
        sans-serif;
    }
    /* .footer-top {
        /* margin-top: 371px !important; */
    span.text-secondary {
        font-size: 11px !important;
    }
    .header-text {
        margin-left: 10% !important;
        margin-right: 10% !important;
    }
}
.login_body {
    align-items: center !important;
}
@media(min-width:997px) and (max-width:1127px) {
    p.sub_cate {
        font-size: 14px;
        margin-left: 14px !important;
    }
    .header-text {
        margin-left: 9.5%;
    }
    .image_title img {
        align-items: center !important;
        margin-top: 163px !important;
        width: 78%;
        margin-left: !important;
        margin-left: -60px !important;
    }
    .image_title {
        text-align: center;
    }
    .business_carousel .owl-next span {
        font-size: 60px;
        padding: 5px 20px;
        color: #F4D03F;
        margin-left: 54px;
        margin-right: -42px !important;
    }
    .loginform {
        margin-left: 29%;
        background-color: #FFFFFF;
        width: 43%;
        /* border-radius: 5px; */

        margin-top: 50px;
        margin-bottom: 20px;
        padding: 30px;
        padding-bottom: 50px;
        /* text-align: center; */

        height: 550px;
    }
}
@media(min-width:767px) and (max-width:997px) {
    .Recommended {
        margin-left: 59px !important;
    }
    p.sub_cate {
        font-size: 14px;
        margin-left: -4px !important;
    }
    .header-text {
        margin-left: 12% !important;
        margin-right: 12%;
    }
}
@media(max-width:430px) {
    p.sub_cate {
        font-size: 11px;
        width: 72px !important;
        margin-left: 10px !important;
    }
}
.remember_check label {
    display: flex;
    color: #495E96;
}
.remember_check label input {
    margin-top: -5px;
    margin-right: 6px;
}
.forgot_pwd {
    margin-top: -18px !important;
    color: #495E96;
}

/* @media(max-width:590px) {
    .header-text {
        margin-left: -3% !important;
    }
} */
@media(min-width:574px) and (max-width:767px) {
    .header-text {
        margin-left: 5% !important;
    }
    .cat_port {
        width: 100% !important;
        margin-left: 3px;
    }
}
@media(max-width:570px) {
    .header-text .image_title img {
        height: 32px;
        max-width: 600px !important;
    }
    /* .header-text {
        margin-left: 0%;
    } */
    .filter_header {
        margin-top: 60px !important;
        width: 100% !important;
        display: block !important;
        background-color: white;
        border-radius: 10px;
        justify-content: center !important;
        /*padding: 7px 10px 5px 10px;*/
        margin-left: -43px;
    }
    .cat_port {
        width: 100% !important;
        margin-left: 13px !important;
    }
}
@media(min-width:560px) and (max-width:767px) {
    .filter_header {
        margin-top: 60px !important;
        width: 100% !important;
        display: block !important;
        background-color: white;
        border-radius: 10px;
        justify-content: center !important;
        /*padding: 7px 10px 5px 10px;*/
        margin-left: -4%;
    }
}
@media(min-width:460px) and (max-width:767px) {
    .Recommended {
        margin-left: 33px;
    }
}
@media(max-width:440px) {
    .Recommended {
        margin-left: 16px !important;
    }
}
.one_star {
    margin-left: 3p;
    margin-left: 3px !important;
    font-size: 12px;
}
.rate {
    /* float: left; */
    padding-left: 10px;
    margin-top: -10px;
}
.glyphicon-star {
    color: #FF9800;
}
#about .about-col h2 a {
    font-size: 18px;
    font-family: 'Open Sans',
    sans-serif;
}
.glyphicon-star-empty {
    color: #B2BCCA;
}

/* .location {
    font-weight: 400;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px; 430
    font-size: 12px;
    height: 45px;
    font-family: 'Open Sans', sans-serif;
    line-height: 14.98px;
    color: #646464;
} */
.location {
    font-weight: 400;
    line-height: 14.98px;
    margin-top: -3px;
    color: #646464;
    margin-bottom: -3px;
    font-family: 'Open Sans',
    sans-serif;
    margin-left: -6px;
}
.owl-carousel .owl-item img {
    margin-left: 0;
    display: block;
    width: 100%;
    margin-top: -3px !important;
}
.available_tag {
    background-color: #12B94D !important;
    left:63%;
}
.b_image {
    border-radius: ​16.31594px ​16.31594px 0px 0px !important;
}

/* #about .about-col .icon {
    width: 54px;
    height: 54px;
    text-align: center;
    position: absolute;
    background-color: whitesmoke;
    border-radius: 50%;
    border: 4px solid #fff;
    /* left: calc( 14% - 32px);
    bottom: -30px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
} */
.b_image img {
    border-radius: 12px 12px 0 0 !important;
    margin-left: 0px !important;
}
#about .about-col {
    background: #fff;
    border-radius: 16px 16px 23px 11px !important;
    box-shadow: 0px 2px 12px rgba(0,
    0,
    0,
    0.08);
    margin-bottom: 20px;
}



/* @media (max-width: 430px) {
    .header-logo img {
        margin-top: -29px !important;
        margin-left: -19px !important;
        width: 80px !important;
    }
} */

body{
    background-color: rgb(212 201 128 / 23%) !important;
}
@media(max-width:730px) {
    .location {
        text-align: left;
        padding-top: 10px;
        padding-left: 10px;
        font-size: 12px;
        height: 45px;
        margin-left: 1px !important;
    }
    img.heart {
        margin-left: 10px !important;
    }
}
@media(min-width:600px) and (max-width:700px) {
    .available_tag {
        background-color: #12B94D !important;
        margin-left: 0.4% !important;
    }
}
@media(max-width:600px) {
    .available_tag {
        background-color: #12B94D !important;
        margin-left: 1px !important;
    }
    /* .about_logo {
        margin-left: 30px !important;
        z-index: 9999;
    } */
}

@media(min-width:500px)  and (max-width:750px){
    .about_logo {
        margin-left: -134px
     !important;
        z-index: 9999;
        margin-top: 8px;
    }


}
@media(max-width:500px) {
    .about_logo {
        margin-left: -56px;
        z-index: 9999 !important;
    }
}
.title .check {
    float: right;
    margin-left: 7px;
    margin-top: 7px;
}

.title {
    display: inline-block !important;
}

/* .add_business b a {
    background-color: #F4D03F;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: black !important;
    padding: 1px 8px 9px 8px;
    text-transform: none !important;
    border-radius: 5px;
} */
.header-area .main-nav .nav li {
    padding-left: 0px;
    padding-right: 30px;
    margin-left: 0px;
}
.home_body {
    background-color: #F8F8F8;
}
.loginform h1 {
    font-size: 24px;
    font-style: normal;
    margin-top: 30px;
}
.login_active {
    color: white !important;
    background-color: #F4D03F !important;
    border: 1px solid #F4D03F !important;
    padding: 2px 5px 5px 5px;
    border-radius: 5px;
}
.login_active:hover {
    background-color: white !important;
    color: black !important;
    border: 1px solid #F4D03F !important;
}
@media (min-width: 520px) and (max-width: 767px) {
    .header-logo img {
        margin-left: 56px !important;
        z-index: 1000;
        margin-top: -33px !important;

    }
}



@media (max-width: 520px) {
    .header-logo img {
        margin-top: -28px !important;
        margin-left: -129px !important;
        width: 80px !important;
    }
    .header-area .main-nav .menu-trigger {
        cursor: pointer;
        display: block;
        position: absolute;
        top: 33px;
        width: 32px;
        height: 40px;
        text-indent: -9999em;
        z-index: 99;
        right: 18px !important;
        display: none;
    }
}
#testimonials1 .owl-stage-outer {
    margin-left: 10px;
    margin-top: 100px !important;
    width: 100% !important;
}
.reg_form {
    margin-top: -42px;
}
.loginform input {
    margin-top: -9px;
    height: 37px;
    background-color: #e6e4e1;
}
.loginform input::placeholder {
    color: #495E96;
}
.bi-person-circle::before {
    content: "\f4d7";
    color: #C4C4C4;
}
.signup {
    margin-top: 20px;
    padding-bottom: 40px !important;
    float: left;
    color: #737B7D;
    font-family: 'Open Sans',
    sans-serif;
    font-size: 16px;
}
@media(min-width:1127px) {
    .business_carousel .owl-next span {
        font-size: 60px;
        padding: 5px 20px;
        color: #F4D03F;
        margin-left: 43px;
        margin-right: -47px !important;
    }

     .business_carousel .owl-prev span {
        font-size: 60px;
        padding: 5px 20px;
        color: #F4D03F;
         margin-left: 28px !important;
        margin-right: -50px;
    }
}
@media(min-width:767px) {
    .header-logo img {
        margin-top: -15px !important;
        width: 80px !important;
    }
}
/* form#search-form input[type="address"] {
    padding-left: 50px; placeholder
} */

form#search-form input[type="address"] {
    padding-left: 44px;
    color: black !important;
}

form#search-form input {
    color: black !important;
    padding-left: 0;

}

.text-center.profile_btn button {
    background-color: #f4e059!important;
    border: none;
    color: black;
    padding: 4px 18px 4px 18px !important;
    border-radius: 5px !important;
}

.cate_flex {
    display: flex;
}
.cate_flex select {
    margin-top: 4px;
}
.filter_flex h1 {
    margin-top: 0px;
    text-align: center;
    font-weight: 700 !important;
    font-size: 26px;
    font-family: 'Open Sans',
    sans-serif;
}
.filter_flex {
    margin-top: -80px;
    display: flex;
    justify-content: center !important;
}


@media(min-width:767px) {

.filter_flex .filter_bg h1 {
    width: 105px;
    height: 44px;
    font-size: 18px;
    border: 1px solid #F4E059;
    margin-top: 12px;
    position: absolute;
    padding: 10px;
    right: 12%;
    /* padding: 10px; business_carousel*/
    background-color: #F4E059;
    border-radius: 7px;
    outline: none !important;
}
    .add_business b a {
        background-color: #F4D03F;
        font-size: 16px !important;
        font-weight: 500 !important;
        color: black !important;
        padding: 1px 8px 9px 8px;
        text-transform: none !important;
        border-radius: 5px;
        margin-left: -12px;
    }
    .add_business_logined b a {
        background-color: #F4D03F;
        font-size: 16px !important;
        font-weight: 500 !important;
        color: black !important;
        padding: 1px 8px 9px 8px;
        text-transform: none !important;
        border-radius: 5px;
        margin-left: -12px;
        margin-right: 90px;
    }

}
@media (max-width: 500px){
    .home_available {
        margin-left: 14px !important;
    }
.available_tag {
    background-color: #12B94D !important;
    left: 57.6% !important;
    font-weight: 600 !important;
}
}
@media(min-width:997px){
    a.logined {
        text-transform: uppercase !important;
        margin-right: -41px;
    }
}
@media(max-width:997px){
    a.logined {
        text-transform: uppercase !important;
        margin-right: 40px;
    }
}
i.fas.fa-angle-down {
    margin-top: 0px;
    font-size: 16px;
    margin-left: 38px;
    color: #858481;
}
@media(min-width:500px){
    .veriy_re{
        display: none;
    }
    .verify_right{
        display: block;
    }
}
.card {
    position: relative;
    display: flex;
    border-radius: 6px !important;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.bg-light {
    background-color: #f8f9fa !important;
    border-radius: 6px !important;
}

.edit_document_body {
    margin-left: 22px;
}
@media(max-width:500px){
    .recommand_top {
        margin-top: -31px !important;
    }
    .verify_right{
        display: none;
    }
    .veriy_re{
        display: block;
        margin-top: -96px !important;
    }
    .body_part {
        background-color: white;
        border: 1px solid white;
        border-radius: 6px;
        margin-top: -12px !important;
    }
}

.open p {
   /* margin-top: 41px !important; */
}
.gallery {
    margin-top: 40px !important;
}
.location_br {
    margin-top: -33px !important;
}
.info_br {
    margin-top: -32px !important;
}
.info {
    margin-top: 30px;
}
.gallery_main {
    margin-top: -6px !important;
}
.product_title h1 {
    margin-top: -15px;
    margin-left: 37px;
    font-size: 25px !important;
}
form#search-form select,
form#search-form input {
    width: 100%;
    height: 36px;
    background-color: transparent;
    border: none;
    color: black;
    font-size: 15px;
    outline: none;
    box-shadow: none !important;
    margin-left: 1px;
}
#testimonials1 .owl-stage-outer {
    margin-left: 10px;
    margin-top: 100px !important;
}
.about_body h3 {
    font-size: 20px;
    text-align: center;
    font-family: 'Open Sans',
    sans-serif;
}
.about_d p {
    font-size: 16.8px;
    font-family: 'Open Sans',
    sans-serif;
    line-height: 23px;
}
.about_d {
    /*margin-top: 30px;*/
    /*margin-bottom: 30px;*/
}
.term_header h3,.policy_d h3 {
    font-size: 20px;
    text-align: center;
    font-family: 'Open Sans',
    sans-serif;
}
.term_d p {
    font-size: 16.8px;
    font-family: 'Open Sans',
    sans-serif;
    line-height: 23px;
}
.term_d {
    /*margin-top: 30px;*/
    /*margin-bottom: 30px;*/
}
.policy_header h3 {
    font-size: 20px;
    text-align: center;
    font-family: 'Open Sans',
    sans-serif;
}
.policy_header p {
    font-size: 16.8px;
    font-family: 'Open Sans',
    sans-serif;
    line-height: 23px;
}
.policy_header {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* faq body */
#navPanel {
    max-width: 300px;
}
.panel-title>a {
    color: inherit;
    display: block;
    text-decoration: none;
}
.panel-body {
    padding: 0px;
}
.list-group {
    padding-left: 0;
    margin-bottom: 0px;
}
.glyphicon-plus:before {
    content: "\2212";
}
.collapsed .glyphicon-plus:before {
    content: "\2b";
}
.panel-heading {
    background-color: rgba(215,
    215,
    215,
    0.23) !important;
    border: 1px solid #E1E1E1 !important;
    border-color: #E1E1E1 !important;
}
.panel-primary>.panel-heading h4 a {
    color: #535353;
    font-weight: 700 !important;
    font-family: 'Open Sans',
    sans-serif;
}
.panel-light {
    border-color: none !important;
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: none !important;
}
.list-group-item:last-child {
    margin-left: -14px !important;
    margin-bottom: 0;
    margin-right: -14px;
    border-bottom: none !important;
    bottom: none !important;
}
.only_let {
    margin-top: 8px !important;
}
.review_row {
    margin-left: -14px !important;
    margin-right: -8px !important;
    margin-top: -23px;
}
#about .about-col .icon img {
    width: 54px;
    height: 54px;
    text-align: center;
    position: absolute;
    background-color: whitesmoke;
    padding: 0px !important;
    border-radius: 50%;
    border: 4px solid #fff;
    /* left: calc( 14% - 32px); */
    bottom: -30px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
}
.filter-content label {
    color: black;
    font-weight: 500;
    margin-left: 0px;
    margin-top: 15px;
}
.filter-content {
    margin-top: 10px;
}
@media (min-width: 760px) and (max-width: 997px){
.cat_port {
    width: 100% !important;
    margin-left: 11px;
    margin-top: -28px !important;
}
}

@media(min-width:997px){

.for_tag .available_tag{
        background-color: #12B94D !important;
        left: 57% !important;
}

}

@media(min-width:767px) and (max-width:997px){
    .available_tag {
        background-color: #12B94D !important;
        left: 56% !important;
    }
}



.rate {
    display: flex;
}


span.count {
    letter-spacing: 0.06em;
    margin-left: 4px;
    color: #86888B;
    margin-top: 2px;
    font-size: 11.5px;
    font-family: 'Open Sans',
    sans-serif;
}

@media (max-width: 767px){
.header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    width: 100% !important;
    text-align: center;

}
.add_two img{
height: 120px !important;
}
.add_one img{
    height: 120px !important;
    width: 100%  !important;
}


}

@media (max-width: 500px){

    .add_two img{
    height: 100px !important;
    }
    .add_one img{
        height: 100px !important;
    }
}
@media (max-width: 997px){
header, nav, section, article, aside, footer, hgroup {
    display: block;
    width: 100% !important;
}
.add_two img{
    margin-top: 25px;
}
}

@media (max-width: 991px){
.b_width {
    width: 96%;
}
}


.banner_upload {
    z-index: 999 !important;
    width: 100%;
    height: 177px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 95px;
    color: #999;
     border: dotted;
    border-color: white;
    background-color: #cac7c7;
    display: inline-block;
    transition: transform 0.3s;
}

.doc_upload {
    z-index: 999 !important;
    width: 60%;
    height: 177px;
    background-color: white;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 95px;
    color: #999;
    border: 2px dashed #ccc;
    display: inline-block;
    transition: transform 0.3s;
}
.modal {
    z-index: 999 !important;
}


.bro_upload {
    z-index: 999 !important;
    width: 91%;
    min-height: 168px;
    border: dotted;
    border-color: white;
    background-color: #cac7c7;
    padding: 24px 20px;
    margin-top: -34px;
}

.dropzone {
    min-height: 150px;
     border: dotted;
    border-color: white;
    background-color: #cac7c7 !important;
    padding: 20px 20px;
    margin-top: 4px;
    margin-left: 45px;
}


@media(max-width:767px){
    .multi_r {
        margin-left: -20px;
        margin-right: 25px;
    }
    .multi_l {
        margin-left: 25px;
        margin-right: -8px !important;
    }
}
.bro_upload p {
    margin-top: 18px !important;
    font-weight: 300;
}
.upload_img {
    margin-bottom: -46px;
    margin-top: -9px;
}


p.file_mb_broch {
    margin-left: -35px !important;
    text-align: center;
    margin-top: 35px !important;
    margin-bottom: 20px;
    color: #495E96 !important;
}
/* body */
.multi_r {
    margin-top: -11px;
}

.multi_l {
    margin-top: -11px;
}

.upload_docu {
    margin-top: 12px;
}

.drop_file_p {
    color: #495E96 !important;
    text-align: center;
    margin-top: 3px !important;
}
.banner_file_p {
    text-align: center;
    margin-top: -2px !important;
    color: #495E96 !important;
}
.robot_check {
    margin-left: 36%;
}

.image_top {
    margin-top: -17px;
}

.doc_upload {
    /*margin-top: -25px;*/
    background: #c9c6c6f7;
    border: dotted;
    color: white;
}

.add_product .privacy {
    margin-top: -30px;
}

.add_top {
    margin-top: -56px !important;
}
@media(max-width:510px){
    .add_top {
        margin-top: -38px !important;
    }
    .time_t {
        margin-top: 7px;
    }
}

.doc_width {
    margin-left: 24px;
    margin-right: 30px;
}

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

.bu_hour {
    margin-top: -29px;
}

.add_b_menu {
    margin-left: -20px;
}

p.drop_image_p {
    margin-left: 33px;
    margin-top: 20px;
}

p.brochure_p {
    margin-top: 20px;
    margin-left: -11px;
}


 .logo img {
    height: 74px !important;
    width: 74px;
    margin-top: 6px;
    margin-left: -11px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: white !important;
    background-clip: border-box;
    border: none !important;
    border-radius: 0.25rem;
}

.upload_ban_image {
    margin-top: 11px;
}
.wishlist_title {
    margin-top: -15px;
}

@media(min-width:767px){
.wishlist_logo img {
    position: absolute;
    left: 6.4%;
    top: 38%;
}
}
@media(min-width:500px) and (max-width:600px){
    .wishlist_logo img {
        position: absolute;
        left: -12.6%;
        top: 6%;
    }
}
@media(max-width:500px){
    .wishlist_logo img {
        position: absolute;
        left: 69.4%;
        top: 0%;
    }
}
.label_col{
    color: #495E96;
}
.b_input .box {
    width: 97%;
}
.doc_p {
    color: #6c757d;
    font-size: 10.7835px !important;
    text-align: center;
    margin-top: 15px !important;
}

.add_more {
    margin-left: 15px;
}
button.btn.btn-danger {
    margin-top: 24px;
}
@media(min-width:500px) and (max-width:767px){
    .robot_check {
        margin-left: 17%;
    }
}
#addb a {
    color: black;
}

@media(max-width:500px){
    .robot_check {
        margin-left: -3%;
    }
    .doc_upload {
        width: 101%;
        height: 177px;
        margin: 0 auto;
        position: relative;
        text-align: center;
        font-weight: 400;
        font-size: 16px !important;
        line-height: 95px;
        color: #5d5d72;
        border: none;
        background-color: white;
        display: inline-block;
        transition: transform 0.3s;
    }
    .privacy h2 {
        text-align: left !important;
        font-size: 19px !important;
    }
}
.bg_light {
    background-color: white !important;
}

.privacy {
    color: #495E96 ;
    clear: both;
    border-bottom: 1px solid rgb(196, 187, 187);
    padding: 13px;
    text-align: start;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-top: -11px;
}

.edit_upload_image {
    margin-top: 25px;
}
.edit_upload_image .privacy h2 {
    margin-top: 8px;
}

.bu_edit_page{
    color: #495E96 ;
}


.panel-default {
    border-color: #ddd;
    margin-top: 20px !important;
}
.input_r .box{
        margin-right: 32px;
}
select{
    height: 40px !important;
}

input{
    height: 40px !important;
}

.btn_edit button{
    color: white;
    background-color: #1263ce;
    padding: 3px 18px 3px 18px;
    border-radius: 7px;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}

.add_g button{
font-size: 15px;
color: blueviolet;
margin-top: 20px;
margin-left: 29px;
margin-bottom: 20px;
border: none;
outline: none;
background-color: white;
}

.add_g button i{
    background-color: #1263ce !important;
    padding: 10px;
    color: white !important;

    border-radius: 50%;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}


.add_p button{
    font-size: 15px;
    color: blueviolet;
    margin-top: 11px;
    margin-left: 3px;
    margin-bottom: 28px;
    border: none !important;
    outline: none !important;
    background-color: white;
    }

    .add_p button i{
        background-color: #1263ce !important;
        padding: 10px;
        color: white !important;

        border-radius: 50%;
        -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
        -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
        -ms-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
        -o-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
    }


.gallery_image {
    margin-left: 10px !important;
    margin-top: 25px;
}

.gallery_title p {
    margin-top: 39px !important;
    font-weight: 500;
    font-size: 26px;
    margin-left: 10px;
}

@media(max-width:767px){
    .right_tl {
        background-color: white;
        border: 1px solid white;
        margin-top: 36px !important;
        border-radius: 4px 4px 0 0;
    }
    .logo img {
        height: 74px !important;
        width: 74px;
        margin-top: 16px;
        margin-left: -2px ;
    }
.edit_image {
    width: 91% !important;
    height: auto !important;
}

}
.gallery_title p{
    color: #495E96;
}

.modal-title {
    color: #495e96;
    margin: 0;
    font-size: 22px;
    line-height: 1.42857143;
}

.edit_product h4 {
    font-size: 26px;
}

.add_productt {
    margin-left: 23px;
}

.top_gap {
    margin-top: 42px !important;
}


.update_button_edit{
    margin-top: -19px !important;

}


.product_modal {
    overflow-y: scroll !important;
}

.modal-content {
    margin-top: 370px  !important;
}
.product-modal .modal-body
{
    margin-top: 0px !important;
}

.selectlogo2 img {
    margin-bottom: 0px !important;
    margin-top: 5px !important;
}



.cu_card .card{
    box-shadow: none !important;
}

.cu_card .card-header:first-child{
border-bottom: none !important;

}



#ac-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left:10%;
    width: 80%;
    height: 100%;
    z-index: 1000;
}
#popup {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 15px;
    position: relative;
    top: 150px;
    left:0;
}

 .my_plan p{
    font-size: 19px;
    color: #2F2F30;
    font-weight: 600;
    line-height: 1;
    font-family: 'Open Sans',
    sans-serif;
    margin-left: 29px;
    padding-top: 21px;
}

.package_expired {
    display: flex;
    width: 94% !important;
    border-top: 1px solid #b3b5b8;
    margin-top: 13px;
    margin-left: 2.8%;
}
.package_expired p {
    word-spacing: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #000000;
}


.package_expired button {
    font-family: 'Open Sans',
    sans-serif;
    font-size: 16px;
    height: 40px;
    font-weight: 600;
    position: absolute;
    right: 3%;
    margin-top: 14px;
    color: #2F2F30;
    border: none;
    background-color: #F4E059;
    border-radius: 8px;
    padding: 4px 27px 4px 27px;
}


.bg_expired{
    z-index: 9999;
}
/* form#search-form input[type="address"] {
    padding-left: 44px;
    padding-bottom: 3px;
} */

form#search-form input::placeholder {
color: black;
}
p.cu_prev {
    color: #f41717;
    font-size: 15px;
    margin-left: 19px;
}

h1.not_found {
    color: #4a77bc;
    font-size: 22px;
    margin-top: -53px;
    margin-bottom: -30px;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
    margin-top: -27px !important;
}
p.category_req.cate_cu_req {
    margin-top: 24px !important;
}

.cu_whishlist {
    margin-right: 14px !important;
}

.banner_edit .drop_image_p {
    margin-left: -9px;
    padding-top: 10px !important;
    margin-bottom: -29px;
}

.delete_pro {
    border-radius: 0;
    margin-top: 28px !important;
}
















.captcha {
	background-color:#f9f9f9;
	border:2px solid #d3d3d3;
	border-radius:5px;
	color:#4c4a4b;
	width:400px;
	display:flex;
	justify-content:center;
	align-items:center;
}

@media screen and (max-width: 500px) {
	.captcha {
		flex-direction:column;
	}
	.text {
		margin:.5em!important;
		text-align:center;
	}
	.logo_captacha {
		align-self: center!important;

	}
	.spinner {
		margin:2em .5em .5em .5em!important;
	}
}

.text {
	font-size:1.45em;
	font-weight:500;
	margin-right:1em;
}
.spinner {
	position:relative;
	width:2em;
	height:2em;
	display:flex;
	margin:2em 1em;
	align-items:center;
	justify-content:center;
}
input[type="checkbox"] { position: absolute; opacity: 0; z-index: -1; }
input[type="checkbox"]+.checkmark {
	display:inline-block;
	width:1.5em;
	height:1.5em;
	background-color:#fcfcfc;
	border:2.5px solid #c3c3c3;
	border-radius:3px;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor: pointer;
}
input[type="checkbox"]+.checkmark span {
	content:'';
	position:relative;/*
	position:absolute;
	border-bottom:3px solid;
	border-right:3px solid;
	border-color:#029f56;*/
	margin-top:-3px;
	transform:rotate(45deg);
	width:.75em;
	height:1.2em;
	opacity:0;
}
input[type="checkbox"]+.checkmark>span:after {
	content:'';
	position:absolute;
	display:block;
	height:3px;
	bottom:0;left:0;
	background-color:#029f56;
}
input[type="checkbox"]+.checkmark>span:before {
	content:'';
	position:absolute;
	display:block;
	width:3px;
	bottom:0;right:0;
	background-color:#029f56;
}
input[type="checkbox"]:checked+.checkmark {
	animation:2s spin forwards;
}
input[type="checkbox"]:checked+.checkmark>span {
	animation:1s fadein 1.9s forwards;
}
input[type="checkbox"]:checked+.checkmark>span:after {animation:.3s bottomslide 2s forwards;}
input[type="checkbox"]:checked+.checkmark>span:before {animation:.5s rightslide 2.2s forwards;}
@keyframes fadein {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes bottomslide {
	0% {width:0;}
	100% {width:100%;}
}
@keyframes rightslide {
	0% {height:0;}
	100% {height:100%;}
}
.logo_captacha {
	display:flex;
	flex-direction:column;
	align-items:center;
	height:100%;
	align-self:flex-end;
	margin:0.5em 1em;
}
.logo_captacha img {
	height:2em;
	width:2em;
}
.logo_captacha p {
	color:#9d9ba7;
	margin:0;
	font-size:1em;
	font-weight:700;
	margin:.4em 0 .2em 0;
}
.logo_captacha small {
	color:#9d9ba7;
	margin:0;
	font-size:.8em;
}
@keyframes spin {
	10% {
		width:0;
		height:0;
		border-width:6px;
	}
	30% {
		width:0;
		height:0;
		border-radius:50%;
		border-width:1em;
		transform: rotate(0deg);
		border-color:rgb(199,218,245);
	}
	50% {
		width:2em;
		height:2em;
		border-radius:50%;
		border-width:4px;
		border-color:rgb(199,218,245);
		border-right-color:rgb(89,152,239);
	}
	70% {
		border-width:4px;
		border-color:rgb(199,218,245);
		border-right-color:rgb(89,152,239);
	}
	90% {
		border-width:4px;
	}
	100% {
		width:2em;
		height:2em;
		border-radius:50%;
		transform: rotate(720deg);
		border-color:transparent;
	}
}
::selection {
	background-color:transparent;
	color:teal;
}
::-moz-selection {
	background-color:transparent;
	color:teal;
}

#preview_banner {
    height: 57px !important;
    text-align: center !important;
    margin-top: -36px !important;
}

#preview_banner img {
    width: 100px !important;
    height: 57px !important;
}
#preview_brochure {
    height: 57px !important;
    text-align: center !important;
    margin-top: -32px !important;
}

#preview_brochure img {
    width: 100px !important;
    height: 57px !important;
}


#preview_document {
    height: 57px !important;
    text-align: center !important;
    margin-top: -36px !important;
}

#preview_document img {
    width: 100px !important;
    height: 57px !important;
}


.upload_dd img {
    width: 64px !important;
    height: 42px;
}

.drag_dd_p {
    margin-top: -4px !important;
}




p.company_review {
    margin-bottom: -10px;
    text-align: left;
    color: #cc1d1d;
    font-weight: 500;
    margin-top: -20px;
    margin-left: 53px;
    font-size: 16px;
}



/* validate error */
.validate_error {
    font-size: 13px;
    margin-top: -14px !important;
    margin-left: -7px;
    margin-bottom: -2px;
}





.middle_logo {
    margin-left: 78px !important;
}

/* testing extra changes */

.category_select {
    margin-left: -7px !important;
}

@media(min-width:997px){
    .looking_text {
        margin-left: -8px !important;
    }
    .b_image img {
        width: 100%;
        height: 173px !important;
        padding-top: 0px !important;

    }
}

@media(max-width:776px){
    .b_image img {
        width: 100%;
        height: 186px !important;
        padding-top: 0px !important;
    }
}
@media(min-width:440px) and (max-width:997px){
    .popular.search_bu {
        margin-left: -38px;
    }
}

.b_image_home{
    padding-top: 3px !important;
}

.filter_header  input::placeholder{
    font-family: 'Open Sans',
    sans-serif;
}

.filter_header button {
    font-family: 'Open Sans',
    sans-serif;
}
@media(max-width:440px){
    .popular.search_bu {
        margin-right: 16px;
    }
}
.search_verify img {
    margin-top: -18px;
}




.loginform_forget {
    width: 100%;
    background-color: white;
    padding: 30px;
    border-radius: 6px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    margin-top: -5px ;
}

@media(min-width:767px){
    .login_alert{
    margin-left: 30px;
    margin-right: 30px;
    }
    .search_cat {
        margin-top: -88px !important;
        margin-bottom: 61px !important;
    }
}

.product_title hr {
    margin-left: 26px;
}

.gallery_main hr {
    margin-left: 26px;
}


.search_cat {
    margin-bottom: 95px !important;
    margin-top: -75px !important;
}

@media(min-width:500px){
    .filter-btn {
        margin-top: 2% !important;
    }
}

@media(max-width:500px){
    .header-btn {
        display: none;
    }

    .profile_menu .vendor_img img  {
            height: 49px !important;
            width: 49px !important;

    }

    .btn-allign {
        margin-top: 12%;
    }
}
div#dropzoneId{
    max-height:170px;
}
.banner_edit {

}
.banner_edit .image_top{
   position:relative;
    z-index: 1;
}
#preview_banner {
   position: absolute;
    z-index: 9999;
    left: 50px;
    max-width: 150px !important;
    max-height: 150px !important;
    top: 140px;
}
.doc_width {
    position:relative;
}
.doc_width  #preview_document{
  position: absolute;
    z-index: 9999;
    font-weight: bold;
    line-height: 95px;
    color: #999;
    bottom: 70px;
    font-size: 16px;
    width:100%;
}

#header-container
    .main-nav a.logo{
    margin: 0px !important;
    height: auto;
}
#header-container
    .main-nav a.logo img{
        margin:0px !important;
    }

    #header-container .main-nav {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

 #header-container .main-nav .nav {
    position: static !important;
    right: 0%;
    margin: 0px;
    align-items: center;
    justify-content: flex-end;
}

 #header-container .add_business_logined b a{
     margin:0px !important;
 }
  #header-container .main-nav .nav li {
      padding-right:0px;
  }

  #header-container a.logined {
      margin:0px;
  }

  #header-container .header-logo img{
      position:static;
  }
  @media (max-width: 520px) {
  #header-container a.logined {
    color: black;
}
#header-container .main-nav {

    min-height: 100px;
}
#header-container .main-nav a.logo {

    text-align: left;
    padding-left: 10px;
}
#header-container .main-nav .nav {
    position: absolute !important;
    margin-top: 0px !important;
    top: 100px;
}
.right_banner {
    padding-right: 15px !important;
}
}

#header-container .main-nav .nav li.add_business_logined a,
#header-container .main-nav .nav li.add_business a,
.profile_menu li.add_buisness a,
.profile_menu li.add_business_logined a
{
background-color: #F4E059;
font-size: 16px !important;
font-weight: 500 !important;
text-transform: none !important;
border-radius: 5px;
height: 40px;
line-height: 40px;
border: transparent;
letter-spacing: 1px;
color: #2a2a2a !important;
padding: 0px 20px;
display: block;
}
/*#F4D03F*/
/*#F4E059*/

#header-container .main-nav .nav li.add_business_logined a:hover,
#header-container .main-nav .nav li.add_business a:hover,
.profile_menu li.add_buisness a:hover,
.profile_menu li.add_business_logined a:hover{
background-color: #8d99af !important;
color:#fff !important;
}
ul#dropdown-menu * {
    outline:0;
}
