@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
body {
    font-family: 'DM Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {font-weight: 600;}
small {
    font-size: 1.1em;
    color: #666d92;
}

section {
    padding: 65px 0;
}

.greenBtn-outline {
    border: 1px solid #23c8b9;
    color: #23c8b9;
}

.theme_color {
    color: #23c8b9;
}

.business_providers button,
.popular_categories button,
.explore_now button {
    padding: .6em 1em;
}foot

.whiteBtn {
    background-color: #fff;
    color: #23c8b9;
}

.whiteBtn:hover {
    background-color: #23c8b9;
    color: #fff;
}




.whiteBtn-outline {
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
    transition: ease-in .3s;
    padding: .5em 1em;
}

.whiteBtn-outline:hover {
    background-color: #23c8b9;
    color: #fff;
    border-color: #23c8b9;
}

.greenBtn-color,
.greenBtn-outline:hover {
    background-color: #23c8b9;
    border-color: #23c8b9;
    color: #fff;
}

.greenBtn {
    background-color: #23c8b9;
}

.btn-close,
.btn-close:hover {
    border: 1px solid #e3e6ef;
    color: #f00;
    font-weight: 600;
}

.btn-open,
.btn-open:hover {
    border: 1px solid #e3e6ef;
    color: #32cc6f;
    font-weight: 600;
}

.greenBtn-color:hover {
    background-color: transparent;
    border-color: #18a398;
    color: #23c8b9;
}

._main_nav .navbar-nav li a.nav-link {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

._main_nav .navbar-nav li a.nav-link:hover,
._main_nav .navbar-nav li a.nav-link.active {
    color: #23c8b9;
}

._main_nav .navbar-toggler {
    padding: 5px;
}

._title h2 {
    font-weight: 600;
}

.sticky-header {
    position: sticky !important;
    width: 100%;
}

._main_nav {
    box-shadow: 5px -2px 11px #808080;
    position: sticky;
    top: 0;
    z-index: 9999;
    position: -webkit-sticky;
}

._banner {
    background-image: url(../images/banner.jpg);
    padding: 9em 15px;
    background-size: cover;
    background-position: center;
}

.banner_content h1,
.banner_content h4 {
    color: #fff;
}

.banner_content h1 {
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 20px;
}

.banner_content h4 {
    font-weight: 300;
    font-size: 1.3em;
    margin-bottom: 3.5em;
}

._search input,
._search select {
    height: 3.5em;
}

._search button {
    height: 2.8em;
}

._services li {
    margin: 0 15px;
    display: inline-block;
}

._services li a {
    color: #dcdce0;
    text-decoration: none;
}

._services li a:hover {
    color: #23c8b9;
}

._services li a i.fa {
    margin: 0 6px;
}

._wish {
    background-color: rgba(0, 0, 0, .2);
    width: 28px;
    text-align: center;
    height: 28px;
    line-height: 30px;
    border-radius: 50%;
    position: absolute;
    right: 8px;
    top: 9px;
    color: #fff;
    cursor: pointer;
    transition: .2s ease-in;
}

.img_size {
    /*height: 226px;*/
    overflow: hidden;
}

.img_size img {
    /*height: 100%;*/
    /*width: 100%;*/
    /*object-fit: cover;*/
        transition: .5s;
}

._wish:hover,
._wish.active {
    background-color: #23c8b9;
}

.card-title span {
    color: #23c8b9;
    font-size: 24px;
}

.card_detail span {
    color: #23c8b9;
}

.card_detail label {
    color: #666d92;
}

.card_btns a {
    flex: 1;
    border-radius: 0;
    margin-bottom: -1px;
}

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

.category_detail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.category_detail span {
    width: 75px;
    height: 75px;
    background-color: #fff;
    display: inline-block;
    font-size: 34px;
    color: #23c8b9;
    padding: 0;
    border-radius: 50%;
    line-height: 75px;
}

.category_detail label {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 1.2em;
}

._category.zero {
    overflow: hidden;
    border-radius: 15px;
    max-height: 300px;
    background-color: #000;
    transition: .3s ease-in;
}
._category.one {
    overflow: hidden;
    border-radius: 15px;
    max-height: 300px;
    background-color: #000;
    transition: .3s ease-in;
}



._category:hover,
._category.active {
    background-color: #23c8b9;
}


.explore_now p {
    font-size: 20px;
}
._category img {
    /*object-fit: cover;*/
    /*width: 100%;*/
    /*opacity: .9;*/
      /*height: 100%;*/
        width: 100%;
          transition: .5s;
}

.cat_img.zero {
     max-height: 300px;
    overflow: hidden;
    background: #000!important;
        transition: .5s;
}

.cat_img.one {
    height: 300px;
    overflow: hidden;
    /*background: #f9f9f9 !important;*/
        transition: .5s;
}

.cat_img:hover img {
    transform: scale(1.12);
}

._category:hover img,
._category.active img {
    opacity: .2;
}

.explore_now {
    background-image: url(../images/places.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.explore_now h1 {
    color: #fff;
    font-size: 3em;
}
.explore_now h2 {
    color: #fff;
    font-size: 3em;
}

.howit_works {
    background-color: #f7f7f7;
}

.howit_works .nav-pills {
    background-color: #f0f0f0;
    border: 1px solid #e2e2e2;
}

.howit_works .nav-pills .nav-link {
    padding: 1.2em 1em;
    font-weight: 600;
    color: #000;
}

.howit_works .nav-pills .nav-link:hover,
.howit_works .nav-pills .nav-link.active {
    background-color: #23c8b9;
    border-radius: 0;
    color: #fff;
    box-shadow: 2px 4px 12px #c5c2c2;
}

.howit_works .tab-content {
    min-height: 200px;
    background-color: #fff;
    box-shadow: 0px 0px 45px #b3b3b3;
    padding: 3em;
}

._tabbing_custom .nav {
    flex: 1;
}

._tabbing_custom .tab-content {
    flex: 2;
}

._tabbing_custom .tab-content h3 {
    font-weight: 600;
}

._tabbing_custom .tab-content p {
    font-weight: 500;
}

._social {
    margin: 25px 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

footer {
    background-color: #20242f;
    color: #6c6e73;
    padding: 3em 0 2em;
    float: left;
    width: 100%;
}

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

._social .icons li {
    display: inline-block;
}

._social .icons li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #868b98;
    font-size: 24px;
    text-decoration: none;
}

footer .widget-title {
    margin-bottom: 1rem;
    font-size: 1.2em;
    color: #fff;
}

footer ul {
    padding: 0;
}

footer .menu-item a {
    color:#bfbfbf;
    margin: 8px 0;
    float: left;
    width: 100%;
    font-size: 14px;
    text-decoration: none;
}

footer .menu-item a:hover,
.footer-social .icons li a:hover {
    color: #23c8bd;
}

.widget .menu {
    float: left;
    width: 100%;
}

footer hr {
    background-color: #393c45;
}

.ft_email {
    position: relative;
}

.ft_email i.fa {
    /*position: absolute;*/
    /*right: 10px;*/
    /*top: 9px;*/
    /*color: #23c8b9;*/
   /*font-size: 18px;*/
   transform: rotate(45deg);
}

span.submit {
    position: absolute;
    right: 13px;
    top: 2px;
    color: #23c8b9;
    font-size: 18px;
    cursor: pointer;
    background: #ffff;
    padding-left: 5px;
}


/* css slider */

._testimonials {
    background-color: #f5f6f9;
}

.items {
    width: 100%;
    margin: 0px auto;
}

.slick-slide {
    margin: 10px
}

._boxes {
    border: 1px solid #eee;
    padding: 3em;
    min-height: 250px;
    float: left;
    background-color: #fff;
}

._testimonials .slick-prev:before,
._testimonials .slick-next:before {
    font-family: 'FontAwesome';
    color: #444;
}

._testimonials .slick-prev:before {
    content: "\f177";
}

._testimonials .slick-next:before {
    content: "\f178";
}

._testimonials .items .slick-arrow {
    background-color: #fff;
    width: 55px;
    height: 55px;
    z-index: 1;
    border-radius: 50%;
    box-shadow: 0 0 12px #ececec;
}

._quote_icn {
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #f5f6f9;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
    color: #23c8b9;
    margin-bottom: 20px;
}

._box-body {
    height: 140px;
    overflow-y: auto;
}


/* sidebar  */

.lacation_map {
    float: right;
    width: 40%;
    height: 100vh;
    overflow: hidden;
}

.lacation_map iframe {
    width: 100%;
    height: 100%;
}

.lacation_map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.all_listing {
    width: 60%;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(10deg);
    }
    30% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(0deg);
    }
    60% {
        transform: rotate(5deg);
    }
    70% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand>a,
.sidebar-wrapper .sidebar-dropdown>a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*----------------page-wrapper----------------*/

.page-wrapper {
    height: 100vh;
}

.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
}

.page-wrapper .theme.chiller-theme {
    background: #1e2229;
}


/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
    left: 0px;
    background-color: #fff;
    top: 80px;
    z-index: 1;
    box-shadow: 0 0 16px #9e9e9e;
}


/*----------------show sidebar button----------------*/

#show-sidebar {
    position: fixed;
    left: 0;
    top: 86px;
    border-radius: 0 4px 4px 0px;
    width: 35px;
    transition-delay: 0.3s;
    z-index: 9;
    background-color: #23c8b9;
    border-color: #23c8b9;
}

.page-wrapper.toggled #show-sidebar {
    left: -40px;
}


/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    width: 300px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 999;
}

.sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-wrapper a {
    text-decoration: none;
}

.sidebar-content {
    padding: 15px;
    float: left;
    width: 100%;
}

.sidebar-wrapper .sidebar-brand {
    display: flex;
    align-items: center;
}

.sidebar-wrapper .sidebar-brand>h4 {
    flex-grow: 1;
    font-weight: 600;
    margin: 15px 0;
}

._item_view li a {
    padding: 6px 14px;
    border: 1px solid #ccc;
    margin: 0 4px;
    background-color: #fff;
    float: left;
    color: #7a82a6;
    font-size: 18px;
}


/*------scroll bar---------------------*/

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #525965;
}

::-webkit-scrollbar-thumb:active {
    background: #525965;
}

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
    background: transparent;
}

::-webkit-scrollbar-track:active {
    background: transparent;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

ul.sidebar_listing {
    float: left;
    width: 100%;
    overflow-y: scroll;
    height: 100vh;
    padding-bottom: 34px;
}

.sidebar_listing li {
    margin: 0px 0;
    border-bottom: 1px dashed #ccc;
    display: flex;
    align-items: center;
}

.sidebar_listing a {
    color: #000;
    width: 90%;
    float: left;
    padding: 15px 0;
    transition: ease-in .3s;
}

.sidebar_listing a:hover i.fa {
    margin-left: 8px;
    background-color: #23c8b9;
}

.sidebar_listing a:hover {
    color: #23c8b9;
}

.sidebar_listing span.badge {
    background-color: #23c8b9;
}

.sidebar_listing a i.fa {
    background-color: #a5a5a5;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    margin-right: 12px;
}

.grid_view {
    display: flex;
}

.item_list .card {
    flex-direction: column;
    padding-left: 230px;
    overflow: hidden;
}

.item_list .img_size {
    position: absolute;
    left: 0;
    width: 230px;
    top: 0;
    bottom: 0;
    height: auto;
}

.item_list ._wish {
    left: 8px;
    right: auto;
}

.product_detail {
    box-shadow: 0px 18px 55px #e6e5e5;
}

.detail_banner {
    background-image: url(../images/detail_bnr.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 21em;
    padding-bottom: 2em;
}

._shared li {
    margin-left: 20px;
}

._shared .btn {
    border-radius: 0;
}

.list_ttl {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.list_ttl img {
    margin-right: 15px;
}

.list_gallery ._boxes {
    padding: 0;
    height: 400px;
    margin: 0;
}

.list_gallery ._boxes img {
    /*object-fit: cover;*/
    width: 100%;
    /*height: 100%;*/
}

.list_gallery .slick-next:before,
.list_gallery .slick-prev:before {
    font-size: 30px;
}

.list_gallery .slick-prev {
    left: 30px;
    z-index: 1;
}

.list_info p {
    color: #666d92;
}

.list_gallery .slick-next {
    right: 35px;
}

.list_ttl i.fa {
    margin-right: 15px;
    color: #a3a3a3;
    font-size: 30px;
}

._bd_details .location_map {
    border: none;
    height: 450px;
    margin-top: 0px;
    padding: 15px!important;
    display: flex;
}

.location_map {
    border: 1px solid #bbb;
    height: 450px;
    margin-top: 25px;
}

.location_map img {
    object-fit: cover;
  width: 100%;
  height: 100%;
}

.location_map iframe {
    width: 100%;
    height: 100%;
}

.write_review .d-flex div {
    flex: 1;
    justify-content: flex-end;
}

.write_review {
    border: 1px solid #d8d8d8;
    padding: 2em;
    margin-top: -9px;
}

._stars span {
    color: #eca408;
}
p{font-size:16px;}


.write_review input,
.write_review textarea {
    background-color: transparent;
    height: 60px;
        font-size: 14px;
}


.write_review textarea {
    resize: none;
    height: 150px;
}

.write_review button.btn {
    border-radius: 40px;
    margin-top: 10px;
}

.detail_boxes {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
}

.detail_boxes h5 {
    border-bottom: 1px solid #ccc;
    padding: 12px 20px;
}

._user {
    padding: 20px;
}

._user h6 {
    margin: 0;
}

._user h6 small {
    font-size: 16px;
    color: #23c8b9;
}

._user span {
    background-color: #13847a;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
}

.detail_boxes .card-text {
    padding: 5px 20px;
}

.detail_boxes .card_detail label {
    word-break: break-word;
}

.detail_boxes ._social {
    margin: 10px 0 15px;
}

.detail_boxes ._social .icons li a {
    font-size: 16px;
}

.detail_boxes ._social .icons li a {
    font-size: 16px;
    background-color: #f5f6f9;
    border-radius: 4px;
    color: #9299b8;
}

.detail_boxes h5 {
    justify-content: space-between;
    align-items: center;
}

.business_box {
    padding: 0 20px;
}

.business_box ul li {
    padding: 15px 0;
    border-bottom: 1px dashed #cacaca;
}

@media screen and (min-width: 1199px) {
    .page-wrapper.toggled .page-content {
        padding-left: 300px;
        background-color: #f2f3f4;
    }
    .all_listing .btn.btn-sm {
        padding: .25rem .3rem;
    }
}

@media screen and (max-width: 1199px) {
    .business_providers .card-body ul .btn {
        padding: .25rem;
    }
}

@media screen and (max-width: 992px) {
    ._main_nav .navbar-collapse {
        flex-basis: 100%!important;
        flex-grow: initial !important;
    }
    .page-content .grid_view {
        display: block !important;
    }
    .page-content .grid_view .all_listing,
    .page-content .grid_view .lacation_map {
        width: 100%;
    }
    ._services li {
        margin: 0 8px;
    }
}

@media screen and (max-width: 768px) {
    section {
        padding: 40px 0;
    }
    .product_detail .text-right.ad_reviw {
        text-align: left !important;
    }
    .detail_banner {
        padding-top: 6em;
        padding-bottom: 0em;
    }
    ._services .d-flex {
        display: block !important;
    }
    ._services li {
        margin: 8px 10px;
    }
    .explore_now h1 {
        font-size: 2em;
    }
    .explore_now h2 {
        font-size: 2em;
    }
    ._search button.btn {
        width: 100%;
    }
    ._search .form-group {
        padding: 0 !important;
    }
    .banner_content h1 {
        font-size: 2em;
    }
    ._banner {
        padding: 3em 15px;
    }
}

@media screen and (max-width: 575px) {
    .item_list .img_size {
        display: none;
    }
    .item_list .card {
        padding-left: 0!important;
    }
    .item_list ._wish {
        right: 6px;
        left: auto;
        top: 4px;
        font-size: 12px;
        width: 20px;
        height: 20px;
        line-height: 22px;
    }
    .detail_banner ._shared {
        justify-content: flex-start !important;
    }
    .detail_banner ._shared li {
        margin-left: 0;
        margin-right: 15px;
    }
    .detail_banner ._shared li a.btn {
        padding: 6px 10px;
    }
    ._testimonials .items .slick-arrow {
        width: 38px;
        height: 38px;
    }
    ._testimonials .slick-prev {
        left: -7px;
    }
    ._testimonials .slick-next {
        right: -7px;
    }
    ._tabbing_custom {
        flex-direction: column;
    }
    ._tabbing_custom .nav {
        width: 100%;
    }
}


/*bd template 14 css start*/


/*Slider css */

.hero-section .slick-slide {
    margin: 0px;
}

/*._banner_space.hero-section {*/
/*    display: flex !important;*/
/*    display: -webkit-flex !important;*/
/*    display: -moz-flex !important;*/
/*    justify-content: center !important;*/
/*    align-items: flex-end !important;*/
/*    overflow: hidden !important;*/
/*    position: relative !important;*/
/*    padding-bottom:0px!important;*/
/*}*/

.hero-image-wrapper {
    /*position: absolute !important;*/
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1 !important;
    cursor: grab;
}

.hero-image-wrapper:active {
    cursor: grabbing;
}

.hero-image-wrapper div {
    height: 100% !important;
}

.hero-image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    opacity: 0.3;
}

._banner_space .hero-form-wrapper {
    max-width:100%!important;
    width: 100% !important;
    position: absolute;!important;
    z-index: 2 !important;
}

.hero-caption {
    text-align: center !important;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
    margin: 0 0 70px !important;
}

.hero-caption h2 {
    font-size: 66px !important;
    font-weight: 700 !important;
    margin: 0 0 25px !important;
}

.hero-caption p {
    font-size: 20px !important;
    font-weight: 400 !important;
    padding: 0 150px !important;
    margin: 0 !important;
}

.hero-form {
    border: 2px solid rgba(9, 136, 159, 0.31) !important;
    background-color: rgba(0, 0, 0, 0.80) !important;
    padding: 60px 30px 40px !important;
    border-radius: 6px 6px 0 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 45%) !important;
    -webkit-box-shadow: 0 0 40px 0 rgb(0 0 0 / 45%) !important;
    -moz-box-shadow: 0 0 40px 0 rgb(0 0 0 / 45%) !important;
    border-bottom: none !important;
}

.hero-form fieldset {
    width: 100% !important;
    margin-right: 20px !important;
}

.hero-form fieldset select,
.hero-form fieldset input {
    width: 100% !important;
    padding: 15px !important;
    border: none !important;
    font-size: 16px !important;
    height: 100% !important;
    border-radius: 6px !important;
}

.hero-form fieldset select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url(images/arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 20px center !important;
    background-size: 12px !important;
    cursor: pointer !important;
    font-weight: 600 !important;
}

.hero-form input:focus,
.hero-form fieldset select:focus {
    outline: none !important;
}

.hero-form input[type="submit"] {
    border: none !important;
    padding: 15px 20px !important;
    border-radius: 6px !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    background-color: #09889f !important;
    color: #fff !important;
    font-family: 'FontAwesome', 'Montserrat', sans-serif !important;
    transition: all ease-in-out 0.4s !important;
    -webkit-transition: all ease-in-out 0.4s !important;
    -moz-transition: all ease-in-out 0.4s !important;
}

.hero-form input[type="submit"]:hover {
    background-color: #077286 !important;
}

.hero-form ::placeholder,
.hero-form -webkit::placeholder,
.hero-form -moz::placeholder {
    color: #313131 !important;
    font-weight: 600 !important;
}

@media screen and (max-width: 1200px) {
    .hero-section {
        padding: 80px 20px 0 !important;
    }
    .hero-caption {
        margin: 0 0 50px !important;
    }
    .hero-form {
        padding: 30px !important;
    }
    .hero-form fieldset {
        margin-right: 10px !important;
    }
    .hero-form input[type="submit"] {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 991px) {
    .hero-caption h2 {
        font-size: 56px !important;
        margin: 0 0 15px !important;
    }
    .hero-caption {
        margin: 0 0 30px !important;
    }
    .hero-caption p {
        font-size: 18px !important;
        padding: 0 100px !important;
    }
}

@media screen and (max-width: 800px) {
    .hero-caption p {
        padding: 0 50px !important;
    }
}

@media screen and (max-width: 767px) {
    .hero-section {
        padding:0px !important;
    }
    .hero-caption h2 {
        font-size: 46px !important;
    }
    .hero-caption p {
        font-size: 18px !important;
        padding: 0 !important;
    }
    .hero-form {
        flex-direction: column !important;
    }
    .hero-form fieldset {
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }
    .hero-caption p {
        padding: 0 10px !important;
    }
}

@media screen and (max-width: 520px) {
    .hero-form fieldset select,
    .hero-form fieldset input,
    .hero-form input[type="submit"] {
        font-size: 14px !important;
    }
    .hero-caption {
        margin: 0 0 30px !important;
    }
    .hero-caption h2 {
        font-size: 36px !important;
    }
    .hero-caption p {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 420px) {
    .hero-section {
        padding: 40px 15px 0 !important;
    }
    .hero-form {
        padding: 20px !important;
    }
}


/*************slider css end*************/

._serch_temp14 .icon-pencil:before {
    content: "\e032";
}

._serch_temp14 i.banner-icon {
    position: absolute;
    left: 15px;
    top: 16px;
    font-size: 16px;
    color: #90969e;
    z-index: 1;
}

._serch_temp14 i.banner-icon {
    top: 19px;
    font-size: 20px;
    color: rgb(246, 101, 66);
}

._banner_space ._search input {
    border-right: 1px solid #d6d6d6;
    border-radius: 0px;
}

._banner_space ._search input,
._banner_space ._search select {
    padding-left: 37px;
    margin-top: 10px;
}

.sticky-header._main_nav.navbar .navbar-nav li a.nav-link:hover,
.sticky-header._main_nav.navbar .navbar-nav li.nav-item a.nav-link.active {
    color: rgb(246, 101, 66)!important;
}

.bd14_nav button.navbar-toggler.collapsed {
    background: #fff;
}

.bd14_nav.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
    background: #fff;
}

._main_nav.bd14_nav .navbar-nav li a.nav-link:hover,
._main_nav .navbar-nav li a.nav-link.active {
    color: rgb(246, 101, 66);
}

._banner_space {
    padding: 0px 0px 0px 0px;
    background: rgba(2, 31, 74);
    position: relative;
}

/*._banner._banner_space:after {*/
/*    content: ' ';*/
/*    background: url(../images/banner.jpg);*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    border: 1px solid red;*/
/*    width: 100%;*/
/*    background-size: contain;*/
/*    z-index: -1;*/
/*}*/

.orangeBtn-outline {
    color: rgb(246, 101, 66);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(246, 101, 66);
    border-image: initial;
        font-size: 16px!important;
    font-weight: 600!important;

}

.orangeBtn-color,
.orangeBtn-outline:hover {
    background-color: rgb(246, 101, 66);
    color: rgb(255, 255, 255);
    border-color: rgb(246, 101, 66);
    font-size: 14px;
    font-weight: 600;
}

.temp_14_banner_content {
    padding: 6em 120px 16em;
}

.orange_color {
    color: rgb(246, 101, 66);
}

.row._search.mt-5.justify-content-center._serch_temp14 {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    padding: 15px;
}

.serch_bg {
    float: left;
    display: flex;
    background: rgb(255, 255, 255);
    margin: 0px 15px 0px auto;
    border-radius: 5px;
    flex: 1 1 0%;
}

.serch_bg .form-group {
    margin-bottom: 0px;
}

.serch_bg .form-control {
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

._secrvice_bd14 {
    position: relative;
}

._secrvice_bd14 ul {
    position: absolute;
    margin-top: -170px !important;
    z-index: 9999
}

._secrvice_bd14 li {
    text-align: center;
    width: 220px;
    background: rgb(33, 167, 237);
    padding: 40px 30px;
    border-radius: 5px;
}

._secrvice_bd14._services li a:hover {
    color: rgb(174 227 255);
}

._secrvice_bd14 li a {
    color: rgb(255, 255, 255);
    font-size: 19px;
}

._secrvice_bd14 li a i {
    font-size: 45px;
    text-align: center;
}

.nav_shadow {
    box-shadow: none;
    background: rgba(2, 31, 74, 0.8);
    margin-bottom: 0px !important;
    border-radius: 0px !important;
}

.navbar-brand {
    height: auto!important;
    padding: 0px!important;
}

.navbar-brand>img {
    display: block;
    height: 75px;
}

.bg-black {
    background: rgba(2, 31, 74);
}

._main_nav .navbar-collapse {
    flex-basis: auto;
    flex-grow: initial !important;
}

.sticky-header ul.navbar-nav.ml-auto li a {
    color: #fff;
}


/*popular_categories css start*/

.bd14_categories {
    background: url(../images/bd_pattern.png)
}

.bd14_categories span {
    width: 75px;
    height: 75px;
    background-color: transparent;
    display: inline-block;
    font-size: 34px;
    color: #fff;
    padding: 0;
    border-radius: 10%;
    line-height: 75px;
}

.bd14_categories .bd14__category {
    border-radius: 8px;
}

.bd14__category:hover,
.bd14__category.active {
    background-color: rgb(33, 167, 237);
}

._category.bd14__category img {
    opacity: 0.3;
}

.bd14__category:hover img,
.bd14__category.active img {
    opacity: 0.3;
}

.bd14_categories ._title h2 {
    font-weight: bold;
    Font-family: 'Roboto', sans-serif;
}

span.bd_listing {
    border: 7px solid #000;
    color: #fff;
    padding: 8px 30px 8px 30px;
    margin: 0px;
    height: auto;
    border-radius: 40px;
    height: auto;
    width: auto;
    line-height: initial;
    font-size: 20px;
    background: #21a7ed;
}

.bdstar_list li {
    padding: 0px 4px 0px 0px;
}

.bdstar_list .btn-close,
.btn-close:hover {
    border: none;
}

.text_star {
    color: #ef8000;
}

.star_ratio {
    color: #000;
    font-weight: bold;
}

.bd_card_text li:last-child {
    float: right;
    text-align: left;
}

.bd_card_text li {
    display: flex;

}

.bd_card_text.card_detail span {
    color: #21a7ed;
}

.card-body.card_border {
    border-bottom: 1px dashed #d0d0d0;
}

.card_btns.d-flex.justify-content-between.bdcard_bottom {
    padding: 15px;
}

.bdcard_bottom a {
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.d-flex.justify-content-between.bdcard_bottom {
    padding: 15px;
}

.bdcard_call {
    font-family: 'Roboto', sans-serif;
}

.bdcard_call i {
    border-radius: 100px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #ebf2ff;
    margin-right: 5px;
}

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

.blueBtn-color,
.blueBtn-outline:hover {
    background-color: #21a7ed;
    border-color: #21a7ed;
    color: #fff;
}

.blueBtn-color:hover {
    background-color: transparent;
    border-color: #21a7ed;
    color: #21a7ed;
}

.blueBtn-color.bdcard_view {
    padding: 10px 10px 10px 10px;
    display: inline-block;
}

.bdservice_img {
    position: relative
}
.img_size.bdservice_img.zero {
    max-height: 300px;
    overflow: hidden;
    background: #f9f9f9 !important;
     transition: .5s;
}

.img_size.bdservice_img.one {
    height: 300px;
    overflow: hidden;
    background: #f9f9f9 !important;
     transition: .5s;
}

.img_size.bdservice_img:hover img {
    transform: scale(1.12);
}

.bd_call {
    background-color: rgba(0, 0, 0, .2);
    text-align: center;
    position: absolute;
    left: 8px;
    bottom: 9px;
    color: #fff;
    cursor: pointer;
    transition: .2s ease-in;
    border-radius: 5px;
}

.bd_wish {
    bottom: 9px!important;
    top: inherit;
}

a.btn.mr-1.bdcard_call.btn.focus,
.btn:focus {
    box-shadow: none;
}

._wish.bd_wish:hover,
._wish.bd_wish.active {
    background-color: #21a7ed;
}

.bdstar_list .btn-open,
.btn-open:hover {
    border: none;
}

.bd_explore {
    background-blend-mode: multiply;
    padding: 0px;
    background: url(../images/bdbg-parallax.jpg) 0% 0% / cover rgba(0, 0, 0, 0.5);
    padding: 130px 0px 130px 0px;
}

.bd_info {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    display: inherit;
}

.white_color {
    color: #fff;
}

.bd_testimonial {
    background-size: cover;
    background: url(../images/bd_testimonal.png);
}


/* Testimonial CSS Code Start */


/* background */

.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}

.white-heading {
    color: #ffffff;
}

.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}

.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.white-heading span {
    color: #ffffff;
}


/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px 3px;
    background-color: #9dd3af;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
    left: 7%;
    top: 50%;
    right: auto;
}

.testimonial4_control_button .carousel-control.right {
    right: 7%;
    top: 50%;
    left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

.testimonial4_header h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

.testimonial4_slide p {
    font-size: 1.1em;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
    font-size: 22px;
}

.testimonial .carousel {
    padding-bottom: 50px;
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 50px;
    box-shadow: 0px 5px 9px #bdbdbd;
    line-height: 40px;
}

/* .carousel-control-next-icon:before {
    content: "\f178";
    font-family: 'FontAwesome';
    color: #444;
} */
.carousel-control-next i,
.carousel-control-prev i {
    font-size: 16px;
    color: #21a7ed;
}
/* ------testimonial  close-------*/
/* Textimonial CSS Code End */
.bd_works {
    padding-top: 130px;
}
.item-inner {
    position: relative;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    padding: 20px 20px 15px;
    border: 2px solid #e6e8ed;
    border-radius: 6px;
    background:#fff;
}
.number {
    line-height: 1;
    color: #1b2032;
    opacity: 0.1;
    filter: alpha(opacity=10);
    font-weight: 700;
    font-size: 50px;
    position: absolute;
    top: 15px;
    right: 15px;
}
.features-box-image {
    margin-bottom: 20px;
}
.title {
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 10px;
}
.sepical_offer {
    padding-bottom: 0px;
    width: 100%;
    display: inline-block;
    padding-top: 0px;
    margin-bottom: -70px;
}
.elementor-containe {
    padding: 0px;
    background: url(../images/bg-line.png) 0% 0% / cover #2e2e2e;
    border-radius: 10px
}
.elementor-image img {
    object-fit: cover;
    border-radius: 10px 0 0 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 200px;
}
.flex-container:first-child {
    z-index: 1;
}
.flex-container {
    display: flex;
}

.sign_up {
    font-family: 'Dancing Script', cursive;
    color: #fff;
    font-size: 32px;
    display: inherit;
}
.flex-container h2 {
    color: #ebf2ff;
    font-size: 38px;
    font-family: 'Roboto', sans-serif;
}
/*city section*/
.gallery {
    display: flex;
    flex-wrap: wrap;
    /* Compensate for excess margin on outer gallery flex items */
    
    margin: -1rem -1rem;
}
.gallery-item {
    /* Minimum width of 24rem and grow to fit available space */
    
    flex: 1 0 24rem;
    /* Margin value should be half of grid-gap value as margins on flex items don't collapse */
    
    margin: 1rem;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    background: #000;
}
.gallery-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms ease-out;
    opacity: 0.4;
}
.gallery-image:hover {
    transform: scale(1.15);
}
@supports (display: grid) {
    .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
        grid-gap: 1rem;
        margin-top: 40px!important;
    }
    
    .gallery,
    .gallery-item {
        margin: 0;
    }
}
.gallery_content {
    color: #fff;
    position: absolute;
    width: 100%;
    z-index: 999999;
    bottom: 15px;
    padding: 15px;
}
.city_name {
    font-size: 22px;
    color: #fff;
    float: left;
}
.gallery_content a {
    color: #fff;
}
.gallery_content a:hover {
    color: #fff;
}
.view_bd_space {
    padding: 5px 10px 5px 10px!important;
}
/*listing page css start*/
.item_list .bdlist_card {
    flex-direction: column;
    padding-left: 400px;
    overflow: hidden;
}
.item_list .bdlist_card .img_size {
    position: absolute;
    left: 0;
    width: 400px;
    top: 0;
    bottom: 0;
    height: auto;
}
.bdlist_card .bd_card_text li:first-child {
    width: 100%;
}
.bdlist_card .bd_card_text li:last-child {
    float: left;
    text-align: left;
    margin-left: 20px;
}
.bdlist_card ._wish {
    bottom: 9px!important;
    top: auto!important;
    right: 10px!important;
    left: auto;
}
.bd_listing_bg {
    background: #f9fafc;
}
.search_bdlist {
    background: #fff;
    padding: 100px 15px 15px 15px;
    border-bottom: 1px solid #d0d0d0
}
.buiness_listing {
    padding: 0px 15px;
}
.bd_serch_list {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.bd_serch_left {
    padding: 5px;
    flex: 50%;
    position: relative;
}
.bd_serch_list .bd_serch_left input,
.bd_serch_list .bd_serch_left select {
    padding-left: 37px;
    font-size: 14px!important;
}
.bd_serch_list input,
.bd_serch_list select,
.contact-form input {
    height: 50px;
    background-color: transparent;
}
button.btn.blueBtn-color.btn-lg.srch_but {
    padding: 0.5em 1em!important;
    width: 100%;
}
.dft_ord {
    height: 43px;
    margin: left 4px;
    width: auto;
}
.bd_wish {
    color: red;
}
.pagination_block {
    width: 100%;
    text-align: center;
    margin: 20px auto;
}
.pagination_block .pagination {
    display: inline-flex;
}
.pagination_block .pagination li a {
    border-radius: 100px;
    height: 40px;
    width: 40px;
    margin-right: 9px;
    padding: 0px;
    line-height: 40px;
}
.pagination_block .pagination .page-item:first-child .page-link {
    border-radius: 50px!important;
    padding: 0px 20px 0px 20px!important;
    width: auto;
    text-align: center!important;
}
.pagination_block .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #21a7ed;
    border-color: #21a7ed;
}
.pagination_block .page-link {
    color: #272b41;
}
.pagination_block .page-item:last-child .page-link {
    border-radius: 50px!important;
    padding: 0px 20px 0px 20px!important;
    width: auto;
    text-align: center!important;
}
/*page details css start*/
/**Slider css **/
._bd_details .list_info,
.list_gallery,
.list_location,
.list_review {
    background: #fff;
    border: 1px solid #f1f1f1;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 9%);
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 9%);
}
._right_sidebar .detail_boxes {
    background: #fff;
    border: 1px solid #f1f1f1;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 9%);
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 9%);
    padding-bottom: 30px;
}
._bd_details .list_ttl {
    padding: 15px;
    margin-bottom: 0px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
._bd_details .list_info p {
    padding: 15px;
}
._bd_details .list_ttl i.fa {
    margin-right: 15px;
    color: #9fa9b8;
    font-size: 24px;
}
._bd_details .location_map iframe {
    border-radius: 15px;
}
._bd_details .location_map {
    border: none;
    height: 450px;
    margin-top: 0px;
    padding: 15px;
}
._bd_details {
    background: #f7f8f9;
}
.detail_banner.bd_details {
    padding: 0px 0px 30px 0px;
    background: rgba(2, 31, 74, 0.8);
    position: relative;
}
.detail_banner.bd_details:after {
    content: ' ';
    background: url(../images/bd_details_banner.jpg);
    position: absolute;
    top: 0;
    bottom: 0;
    border: 1px solid red;
    width: 100%;
    background-size: cover;
    z-index: -1;
    background-size: cover;
}
.blueBtn-outline:hover {
    background-color: rgb(33, 167, 237);
    color: #fff;
    border-color: rgb(33, 167, 237);
}
.blueBtn-outline {
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
    transition: ease-in .3s;
    padding: .5em 1em;
}
.bd_detais {
    padding: 20px 0px 0px 10px;
}
.listing-logo {
    margin: 7em 1em;
    width: 100%;
    text-align: center;
}
.clear_both {
    clear: both;
}
.listing-logo .inner {
    position: relative;
    border: 8px solid rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 150px;
    height: 150px;
    display: inline-block;
    background-color: #fff;
}
.bd_review {
    font-size: 44px;
    color: #000;
    width: 100%;
    display: inherit;
    margin-top: 15px;
}
.flex-middle {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}
.right-info {
    padding-left: 25px;
}
.entry-title-wrapper {
    margin-bottom: 4px;
}
.wrapper-star-average-rating>div {
    display: inline-block;
    vertical-align: text-top;
}
.star-average-rating {
    width: 80px;
    position: relative;
    height: 20px;
    line-height: 20px;
    letter-spacing: 4px;
    font-size: 11px;
}
.left-inner .listing-logo {
    margin: 0;
    width: 70px;
}
.left-inner .listing-logo .inner {
    position: relative;
    border: 5px solid #463c90;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 80px;
    height: 80px;
    display: inline-block;
    background-color: #fff;
}
.left-inner .listing-logo img {
    max-width: 100%;
    padding: 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: auto;
}
.bd-entry_title {
    font-size: 25px;
    color: #fff;
    margin: 0px;
}
.listing-tagline {
    font-size: 16px;
    color: #fff;
}
.bd_details_business {
    margin: 0px;
    padding: 0px;
}
.bd_details_business ul {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    Display: flex;
}
.bd_details_business ul li {
    margin: 0px;
    padding: 0px;
    color: #fff;
    padding: 0px 8px 0px 0px;
   font-size: 14px;
}
.bd_details_business ul li i {
    font-size: 22px;
}
._bd_save li {
    margin-left: 10px!important;
}
._bd_details .items_gallery {
    padding: 15px;
}
._bd_details .slick-list {
    border-radius: 15px;
}
._bd_details .write_review {
    border: none;
}
form {
    /* display: */
}
._bd_details .comment-list {
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 30px;
}
.comment-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.comment-list .the-comment {
    padding: 0 0 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f1f3f7;
}
.comment-list div.avatar {
    width: 85px;
    margin-right: 15px;
    float: left;
}
.comment-list .comment-box {
    overflow: hidden;
}
.comment-list img.avatar {
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.comment-list .title-author {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
    margin: 3px 0px 5px 0px;
}
.flex-middle {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}
.comment-list .star-average-rating {
    margin-right: 10px;
}
.comment-actions .left-action a.comment-love {
    color: #ff3c4e;
}
.left-action a.comment-like {
    color: #080e7b;
}
.comment-actions .left-action a.comment-dislike {
    color: #5c6770;
}
.comment-actions .left-action a i {
    font-size: 18px;
    margin-right: 2px;
}
.star-average-rating {
    width: 80px;
    position: relative;
    height: 20px;
    line-height: 20px;
    letter-spacing: 4px;
    font-size: 11px;
}
.star-average-rating .star-average-inner {
    position: absolute;
    overflow: hidden;
    height: 20px;
    top: 0;
    left: 0;
    z-index: 1;
}
.star-average-rating .star-average-inner:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f005\f005\f005\f005\f005";
    color: #ffa737;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.star-average-rating:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f005\f005\f005\f005\f005";
    color: #e1e1e1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.comment-list ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.comment-list .date {
    color: #9fa9b8;
}
.comment-list img.avatar {
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0;
}
.comment-list .date {
    color: #9fa9b8;
}
.comment-list .comment-text {
    margin: 10px 0 0;
}
.comment-actions {
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #f9fafc;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.comment-actions .left-action a {
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
._right_sidebar .detail_boxes h5 {
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding: 15px;
}
._right_sidebar .detail_boxes h5 i.fa {
    margin-right: 15px;
    color: #9fa9b8;
    font-size: 24px;
}
.box-inner {
    height: 200px !important;
    /* border-radius: 7px; */
    /* -webkit-border-radius: 7px; */
    
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    z-index: 2;
    padding: 15px;
}
._right_sidebar .card_detail span {
    color: #23a5e9;
}
.box-inner iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
._right_sidebar ._social h4 {
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding: 8px 0px 8px 0px;
}
.contact-form .author-info {
    border: 0;
    padding: 0 0 20px;
}
.contact-form .author-info .avatar-img {
    padding-right: 25px;
}
.contact-form .author-info .avatar-img .avatar {
    max-width: 70px;
    margin: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: auto;
}
.contact-form .author-info {
    border: 0;
    padding: 20px 0 20px;
}
.contact-form .author-info .author-title,
.media-middle a {
    color: #2d2d2d;
}
media-middle.author-info .avatar-img .avatar {
    overflow: hidden;
    max-width: none;
    margin: 0;
}
.media-middle {
    vertical-align: middle;
}
.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}
.contact-form .author-info .author-title {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
/*News tips block*/
.news_block {
    padding: 0px 0px 20px 0px;
    border: 1px solid #d4d4d4;
    border-radius: 5px 5px 0px 0px;
}
.news_img.zero {
    position: relative;
    max-height: 300px;
    /* display: inline-block; */
    overflow: hidden;
    background: #f9f9f9 !important;
        transition: .5s;
 
}
.news_img.one {
    position: relative;
    max-height: 300px;
    /* display: inline-block; */
    overflow: hidden;
    background: #f9f9f9 !important;
        transition: .5s;
 
}

.news_img img {
    width: 100%;
    /*border-radius: 5px 5px 0px 0px;*/
    /*object-fit: cover;*/
    /*height: 100%;*/
        transition: .5s;
}

.news_img:hover img {
    transform: scale(1.12);
}


.news-box-content {
    padding: 15px;
}
.news-box-content p {
    text-align: center;
    margin-bottom: 0px;
    padding: 10% 10% 0% 10%;
}
.user_photo {
  width: 80px;
    height: 80px;
    position: absolute;
    background: #21a7ed;
    border-radius: 100px;
    text-align: center;
    top: 310px;
    left: 40%;
    z-index: 99;
}
.user_photo i {
    color: #fff;
    font-size: 40px;
    line-height: 80px;
}
/*page details css start*/
@media (max-width: 1200px) {
    .special_offier.mt-5,
    .my-5 {
        margin-top: 1.5rem!important;
    }
    
    .right-inner {
        width: 100%;
        max-width: 100%;
        flex: auto;
    }
    
    .right-inner .justify-content-end {
        justify-content: flex-start!important;
    }
    
    .left-inner {
        width: 100%;
        max-width: 100%;
        flex: auto;
    }
    
    .comment-list .the-comment {
        padding: 0 0 30px;
        margin-bottom: 30px;
    }
    
    .comment-list div.avatar {
        width: 115px;
        padding-right: 30px;
    }
    
    .comment-actions .left-action a {
        margin-right: 30px;
    }
}
@media (max-width: 520px) {
    .bd_serch_left {
        flex: 100%;
    }
    
    .right-info .bd_details_business ul {
        Display: block;
    }
    
    .right-info .bd_details_business ul li {
        padding: 8px 8px 8px 0px;
    }
    
    ._shared {
        display: flex!important;
        flex-wrap: wrap!important;
    }
    
    ._shared li {
        margin: 5px 0px 5px 0px
    }
}
@media (max-width: 575px) {
    .bd_card_text li:last-child {
        margin-left: 0px!important;
        width: 100%;
    }
    
    .item_list .bdlist_card .img_size {
        position: relative!important;
    }
    
    .item_list .bdlist_card .img_size {
        display: block!important;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .elementor-containe {
        width: 100%;
        padding-bottom: 20px;
    }
    
    ._secrvice_bd14._services li {
        margin: 8px 0px;
    }
    
    .listing-logo {
        margin: 5em 1em 3em 1em;
    }
    
    .left-inner.col-sm-7.mb-3 .flex-middle {
        display: contents;
    }
    
    .left-inner .listing-logo {
        width: 100%!important;
        text-align: left;
        margin-bottom: 15px;
    }
    
    .left-inner .right-info {
        padding-left: 0px;
    }
    
    .flex-middle-sm {
        display: -webkit-flex;
        -webkit-align-items: center;
        display: flex;
        align-items: center;
    }
    
    .flex-middle-sm .ali-right {
        margin-left: auto;
    }
    
    .bdlist_card .bd_card_text li {
        margin-left: 0px!important;
        width: 100%;
    }
    
    .temp_14_banner_content {
        padding: 1em 15px 4em;
    }
    
    ._secrvice_bd14 ul {
        position: relative;
        margin-top: 0px !important;
    }
    
    ._secrvice_bd14 li {
        width: 100%;
    }
    
    .serch_bg {
        display: contents;
    }
    
    .serch_bg .form-group {
        margin-bottom: 1rem;
    }
    
    .elementor-image img {
        width: 100%;
    }
    
    .elementor-image img {
        object-fit: cover;
        border-radius: 10px 10px0px 0px;
        width: 100%;
    }
    
    .special_offier.mt-5.px-5 {
        margin-top: 1rem!important;
    }
    
    .spl_ofrbut.mt-5.px4 {
        margin-top: 0px!important;
        padding-bottom: 15p!important;
        text-align: center;
    }
    
    .elementor-containe {
        width: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    
    .flex-container {
        display: block;
    }
}
@media screen and (max-width: 992px) {
    .special_offier.mt-5,
    .my-5 {
        margin-top: 0rem!important;
    }
    
    .spl_ofrbut button {
        margin-top: 0px;
    }
}
@media screen and (max-width: 1150px) {
    ._secrvice_bd14 ul {
        position: relative;
        margin-top: 0px !important;
        display: list-item!important;
        margin-bottom: 10px!important;
    }
    
    ._secrvice_bd14 li {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1199px) {
    .spl_ofrbut button {
        margin-right: 20px;
    }
    
    .elementor-containe {
        float: none;
    }
}


/*city css start*/
.city-flex{
    display: flex;
  flex-wrap: wrap;
  margin-top:20px!important;
}

._city_bd14 li {
    text-align: center;
    width: 275px;
   /* padding: 15px 12px;*/
    margin: 5px 5px 5px 5px;
    border-radius: 5px;
    border: 1px solid rgb(200 216 224);
}
._city_bd14 li a {
  color: #000;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-weight:600;
    padding: 15px 12px;
    border-radius: 5px;
}
._city_bd14 li a:hover {    background: #f1f9fd;}
@media screen and (max-width: 768px) {._city_bd14 li{width:47%;}}
@media screen and (max-width: 520px) {._city_bd14 li{width:100%;}}





._search input, ._search select{ height:auto!important; border-radius: 0px!important;     border-right: 1px solid #d6d6d6!important;}
._banner_space ._search input, ._banner_space ._search select{box-shadow:none;}
/*#search_niche{border-right:0px!important;}*/
button.btn.blueBtn-color.btn-lg.srch_but {padding: 15px 0px 15px 0px!important;  width: 100%;}
.special_offier {    display: flex;    align-items: center;}
.spl_ofrbut {    display: flex;    align-items: center;}
.special_offier h2 { margin-top: 0px;}
.card-title {
    font-size: 18px;
    font-weight: 600;
}

footer .col-md-3 img {
    height: 70px;
}


footer .col-md-3 .skiptranslate img {
    height: auto!important;
}


.media .media-body h6 {
    font-size: 16px;
}

.bd_details_business ul li a {
    color: #fff;
}

.ls-dt-review ul {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.ls-dt-review ul li {
    float: left;
    margin: 10px 0px 10px 0px;
    padding: 15px;
    border: 1px solid #d9d4d4;
    width: 100%;
    background: #fff;
    list-style: none;
}
.ls-dt-review-lft {
    float: left;
    margin: 0px;
    padding: 0px;
}
div#user_profile_thumb img {
    margin: 0px;
    padding: 0px;
    width: 50px;
}
.ls-dt-review-ryt.float-width h4 {
    padding: 20px 0px 0px 70px;
}
.ls-dt-star {
    padding: 0px 0px 0px 70px;
}
.dataTables_wrapper .dataTables_info {
    font-size: 14px;
}
.pagination li a {
    font-size: 14px;
}
.ft_email .form-control {
    font-size:1.2em;
}
footer p {
     font-size: 14px;
}

._copyright {
    font-size: 14px;
}

section.hero-section._banner._banner_space .IMG-header {
    width: 100%;
    height: 600px;
    display: inline-block;
    
}

section.hero-section._banner._banner_space .IMG-header img {
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: cover;
}

.hero-image-wrapper div {
    height: 550px!important;
    /*width: 100% !important;*/
    /*display: inline-block !important;*/
}


.user_photo{display:none;}


.listing-cont h4 {
    font-size: 28px;
}
.listing-btn-btm.list-btn {
    float: left;
    clear: both;
}


.table-scrollable .table.table-striped {
    border: none !important;
}

.pagination li a i {
    font-size: 16px !important;
}

.business_box.business_hrs li, .detail_boxes .card-text .card_detail {
    font-size: 16px;
}
.contect-ul li a {
https://github.com/ajaxorg/ace/wiki/Default-Keyboard-Shortcuts    color:#287ff9!important;
}
div#loom-companion-mv3 {
    display: none;
}

.widget p{color: #bfbfbf;}
._copyright.text-center.pt-3 {
color: #bfbfbf;
}

.ft_email input#email {
     background: #fff;
    font-size: 14px;
    padding: 6px 0px 6px 0px;
    border-radius: 5px;
    text-indent: 8px;
}
span.submit{padding-right: 5px!important;margin-right: 5px!important;}
footer{    background: #000 !important;}
