
body {
    background: none !important;
}
a:focus-visible {
    outline: none;
}
.search-destinations {
    display: flex;
    color: black;
    background: #ffffff;
    width: 65%;
    margin: auto;
    justify-content: space-between;
    text-align: left;
    border-radius:8px;
    padding: 95px 35px;
    margin-top: 30px;
}
.host-by-name i.fa.fa-user {
    width: 20px !important;
}

.booking-now-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.top-nav-header img.logout:focus-visible {
    outline: none;
}
div#no-gigs-message p {
    font-size: 18px;
}
.show-content-filter-add h1 {
    text-align: left !important;
    font-size: 30px;
    color: #000;
    margin-bottom: 0px !important;
    font-weight: 700;
    padding-bottom: 35px !important;
}
.show-content-filter-add .host-by-name i {
    width: 24px;
    font-size: 18px;
    height: 24px;
}
.show-content-filter-add .host-by-name p {
    align-items: baseline;
    margin-bottom: -6px !important;
    display: flex;
    gap: 8px;
    width: 280px;
}
.show-content-filter-add .partial-host-list .card.h-100 {
    border-radius: 10px;
    height: 468px !important;
}
.show-content-filter-add .filter-view-more a:hover {
    color: #002502 !important;
}
.work-destination .card:hover {
    background: #1d5853;
}
.work-destination .card:hover h3 {
    color: #fff;
}
.work-destination .card:hover p {
    color: #000000;
}
.partial-host-list a {
    color: #212529;
}
.search-button button:hover {
    background: #1d5853;
}
.search-button button:hover i.fa {
    color: #fff;
}
.partial-host-list a:hover {
    text-decoration: none;
}

.container.search-destinations {
	display: block;
    width: 100%;
	position: relative;
    padding-left: 30px;
    padding-bottom: 65px;
	margin-top: -100px;
    align-items: center;
    margin-bottom: 50px;
}
.search-destinations p {
    margin-bottom: 0px;
}

.search-button button {
    background: #2a7d76;
    border: none;
    color: #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
}
.search-destinations input::placeholder {
    color: #888888;
}
.search-destinations select {
    color: #888888;
}

h6 {
    margin-bottom: 0px;
}

.search-destinations label {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    padding-top: 15px;
    padding-left: 5px;
    color: #4a4a4a;
}

.destination-section label {
    font-size: 14px;
/*    color: darkslategray;
*/    padding-top: 15px;
    padding-left: 15px;
    color: #4a4a4a;
}

.service-section label {
    font-family: auto;
    font-size: 19px;
    color: darkslategray;
}
.tool-section label {
    text-align: right;
    /* font-family: auto; */
    font-size: 14px;
    color: #4a4a4a;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.gender-section label {
    padding-right: 15px;
    /* font-family: auto; */
    font-size: 14px;
/*    color: darkslategray;
*/    padding-top: 15px;
    padding-left: 15px;
    text-align: right;
    color: #4a4a4a;
}
.destination-section h6.search-destination {
    color: dimgray;
    font-weight: 400;
    color: #3c3838;
}

p.choose-service {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    font-family: auto;
    color: #3c3838;
}

h6.choose-tool {
    font-family: auto;
    text-align: center;
    color: #3c3838;
}

h6.choose-gender {
    font-family: auto;
    color: #3c3838;
}

.service-section {
    display: flex;
    flex-direction: column;
}

.tool-section {
    display: flex;
    flex-direction: column;
    height: 118px;
    border-right: 1px solid #c7c7c796;
}

.gender-section {
    display: flex;
    flex-direction: column;
    height: 118px;
}

.destination-section {
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    height: 118px;
    border-right: 1px solid #c7c7c796;
}


input:focus-visible {
    outline: none;
}


select:focus-visible {
    outline: none;
}

.meet-our-top h1 {
    text-align: left !important;
    font-size: 30px;
    color: #000;
    margin-bottom: 0px !important;
    font-weight: 700;
}
.book-a-task-row {
    margin-top: 90px;
}

.meet-our-top img.img-fluid {
    max-width: 100% !important;
    height: 100%;
    border-radius: 20px;
}

.meet-our-top .owl-nav {
    position: absolute;
    top: -11%;
    width: 50%;
    left: 50%;
    display: flex;
    justify-content: end;
    transform: translateY(-50%);
    gap: 9px;
}
.meet-our-top .clients-carousel.owl-carousel.owl-loaded.owl-drag {
    margin-top: 30px;
}
.meet-our-top .star-count {
    padding: 10px 0;
    position: relative;
    left: 100px;
    top: 143px;
}

.meet-our-top .star-count a {
    color: #000;
    font-weight: 500;
    text-decoration: underline;
}
.meet-our-top .star-count a:hover {
    color: #002502;
}

.meet-our-top .owl-nav button {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.meet-our-top .owl-nav button:hover {
    color: #007bff;
    /* Change hover color */
}

.meet-our-top i.fa.fa-chevron-left {
    font-size: 20px;
    background: #2a7d76;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.meet-our-top i.fa.fa-chevron-right {
    font-size: 20px;
    background: #2a7d76;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.meet-our-top i.fa.fa-chevron-left:hover {
    background: #1d5853;
}

.meet-our-top i.fa.fa-chevron-right:hover {
    background: #1d5853;
}
.single-box .detils-inner p {
    color: black;
    text-align: left;
    padding: 0px 5px;
    margin-bottom: 0px;
    margin: -4px;
    font-size: 15px;
}
p.rating-review-point {
    padding-top: 8px !important;
}
.meet-our-top .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    border-radius: 0;
    height: 265px;
    object-fit: cover;
    object-position: top;
    margin-top: 10px;
}
.meet-our-top .detils-inner i {
    padding-right: 10px;
    width: 24px;
    font-size: 18px;
    height: 24px;
}
.subscribe-our {
    padding: 24px;
    margin-top: 20px;
    color: #fff;
    margin-bottom: 10px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
}
div#feedback-testimonials {
    padding-top: 35px;
}
.subscribe-our h5.new-letters-add {
    font-size: 35px;
    color: #000;
    font-weight: 700;
    padding-bottom: 0;
    text-align: left;
}
p.mb-3.new-letters-add {
    color: #000;
    text-align: left;
}
.news-subscribe-right {
    padding-right: 40px;
    padding-left: 0;
}
.meet-our-top .clients-carousel.owl-carousel.owl-loaded.owl-drag .single-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    padding: 10px;
    margin-top: 0px !important;
    padding-top: 1px;
    padding-bottom: 60px;
}
/*.meet-our-top .clients-carousel.owl-carousel.owl-loaded.owl-drag .single-box a:hover {
    text-decoration: none;
}
*/
.meet-our-top .detils-inner {
    padding: 10px 10px;
    height: 140px;
}
.meet-our-top .clients-carousel.owl-carousel.owl-loaded.owl-drag .owl-item {
    padding: 2px;
}
.meet-our-top .clients-carousel.owl-carousel.owl-loaded.owl-drag .single-box .img-area {
    height: 260px;
}

.interactive-first .social-icon {
    display: block !important;
}

.interactive-four input.form-control {
    margin: auto;
    margin-bottom: 15px;
    height: 45px;
}

.interactive-four form.d-flex.justify-content-center {
    display: block !important;
}

.meet-our-top section.testimonial .single-box {
    display: block !important;
    gap: 15px;
}

.interactive-four button.btn.btn-primary {
    border: none;
    padding: 10px 25px;
    border-radius: 50px;
}

.host-main-profile h1 {
    font-size: 30px;
    color: #fff;
    padding: 20px 0;
    padding-top: 0px;
}
.host-main-profile {
    padding-top: 65px;
}
.subscribe-news button.btn.btn-primary {
    border: none;
    padding: 11px 25px;
    border-radius: 5px;
    background: #2a7d76;
    border: 2px solid #fff;
    margin-top: 0;
    box-shadow: none;
}
form.d-flex.justify-content-center.align-items-center.gap-2.subscribe-news-input {
    display: flex !important;
    gap: 6px;
}
.subscribe-news button.btn.btn-primary:hover {
    background: #1d5853;
}
.select-service-left img {
    width: 220px;
    height: 220px;
    border-radius: 100%;
    border: solid 2px #fff;
    object-fit: cover;
    margin-top: -50px;
}
.select-service-right h1 {
    text-align: left;
}
.select-service-right {
    padding-left: 0px !important;
    padding-right: 0;
}

.select-service-left {
    padding-right: 0px !important;
    padding-left: 0px;
}

div#feedback-testimonials .testimonial-name {
    margin: 5px auto 0;
    padding-bottom: 5px;
}
.host-profile-by-id {
    background-color: #fff;
    margin-top: 25px;
}
.select-a-service h3 {
    text-align: left;
    font-size: 20px;
    color: #000;
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 0px;
    width: 150px;
}
.host-booking-inner p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}

.select-a-service {
    display: flex;
    gap: 15px;
    align-items: center;
}

.host-booking-inner {
    margin-top: -28px;
}

.host-booking-inner i {
    color: #000;
    background-color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 18px;
    margin-bottom: 3px;
}
.lists-maximum-offers {
    padding-top: 10px;
}
.select-a-tool h3 {
    text-align: left;
    font-size: 20px;
    color: #000;
    width: 120px;
}
.select-duration button.accordion:hover {
    background-color: #fff;
}
.booking-select-add {
    display: flex;
    justify-content: space-between;
    text-align: center;
    gap: 0px;
    padding-top: 5px;
}
.booking-select-add .select-booking-inner label {
    margin-bottom: 0;
    display: flex;
    gap: 3px;
}
.select-a-tool {
    margin-top: 0px;
    text-align: left;
    display: flex;
    gap: 18px;
}

.select-booking-inner {
    color: #fff;
}
.select-booking-inner p {
    margin-bottom: 0px;
    font-size: 14px;
}

.available-time p {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    text-align: left;
    padding-top: 0px;
}

.row.booking-mark-sdv {
    align-items: center;
    padding-top: 40px;
    padding-bottom: 30px;
    border-radius: 20px;
}

.biography-sec {
    color: #fff;
}

.biography-sec p {
    width: 100%;
    margin: auto;
    font-size: 14px;
    text-align: left;
    padding: 0 0px;
    padding-right: 35px;
    color: #000;
}
.biography-sec h3 {
    color: #000;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 0px;
    text-align: left;
}

/*.english-tad-add {
    text-align: left;
    padding-left: 8px;
}*/
.biography-sec h4 {
    color: #000;
    font-size: 20px;
    padding-top: 0;
    margin-top: 0;
}
nav.navbar.navbar-expand-lg.navbar-light img.logout {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.biography-sec h2 {
    color: #000;
    font-size: 20px;
    padding-top: 0;
    text-align: left;
    padding-left: 0px;
}
.location-tab-add {
    text-align: left;
    display: flex;
    gap: 15px;
    padding-left: 0;
}

.biography-sec h1 {
    color: #000;
    font-size: 16px;
    padding-top: 0px;
}

.biography-sec a.eng-text {
    color: black;
    background: #fff;
    padding: 5px 0px;
    border-radius: 35px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 30%;
}

h1.first-top-text {
    text-align: center !important;
}
a.book-now-btn {
    color: black;
    background: rgb(169 240 5);
    padding: 8px 25px;
    border-radius: 50px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46%;
}
.host-name-text-add i.fas.fa-circle {
    font-size: 14px;
}
.footer-add-content ul.list-unstyled a:hover {
    text-decoration: underline !important;
}
.footer-add-content .become-host-footer .nav-link:hover {
    text-decoration: underline !important;
}
.continue-booking {
    color: black;
    background: #2a7d76;
    padding: 12px 15px;
    border-radius: 50px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    border: none;
    color: #fff;
    cursor: pointer;
    opacity: 0.5;
}
.booking-now-btn .active-booking-btn {
    opacity: 1;
}
.booking-now-btn .active-booking-btn:hover {
    background: #1d5853;
    color: #fff;
}

.booking-now-btn .active-booking-btn:focus-visible {
    outline: none;
}

.booking-now-btn .active-booking-btn:focus {
    outline: none;
}

a.book-now-btn:hover {
    color: black;
}
i.fa-regular.fa-circle {
    display: none;
}
.maximum-offers-service img {
    width: 240px !important;
    border-radius: 10px;
    height: 280px;
    object-fit: cover;
    margin-bottom: 0;
}
.row.maximum-offers-service {
    padding-top: 20px;
    position: relative;
    row-gap: 10px;
    width: 100% !important;
}
.row.maximum-offers-service {
    padding-top: 20px;
    position: relative;
    row-gap: 10px;
}

.row.maximum-offers-service p {
    font-size: 20px;
    color: #fff;
}

.row.maximum-offers-service i.fa-solid.fa-heart {
    color: #00000094;
    position: absolute;
    right: 30px;
    font-size: 20px;
    cursor: pointer;
}

.lists-maximum-offers h1 {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 30px;
}

.row.maximum-offers-service i.fa-solid.fa-heart:hover {
    color: #a9f005 !important;
}

.select-duration .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.select-duration .active,
.accordion:hover {
    background-color: #ccc;
}
.select-duration .panel {
    padding: 0px 0px;
    display: none;
    background-color: #f6f6f6;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
}

.container.select-duration {
    padding: 50px 0;
    padding-bottom: 0;
    padding-top: 0;
}
.select-duration button.accordion {
    display: flex;
    gap: 20px;
    border: solid 1px rgba(32, 32, 47, 0.1) !important;
    padding-bottom: 14px;
    justify-content: space-between;
    margin-bottom: 5px;
    border-radius: 5px;
    align-items: center;
    background-color: #fff;
}
.select-duration p.number-list {
    background: #2D3188;
    background: rgb(42 125 118);
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.duration-second p#selected-price {
    font-weight: 600 !important;
    padding-top: 10px;
}
.panel.time-zone-sct ul {
    display: flex;
    gap: 34px;
    list-style: none;
    margin-top: 20px;
    align-items: center;
}

.panel.time-zone-sct ul li {
    font-size: 18px;
}

.select-duration-left li.time-zone-mark {
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid lightgray;
    display: flex;
    align-items: center;
    font-size: 16px !important;
    gap: 8px;
    cursor: pointer;
}
li.time-zone-mark.price-option span {
    color: #2a7d76;
    font-weight: 500;
}
.select-duration-left li.time-zone-mark:hover {
    background-color: #2a7d76;
    color: #fff;
    border: 1px solid #2a7d76;
}
.select-duration-left li.time-zone-mark:hover span {
    color: #fff;
}
.panel.time-zone-sct ul {
    display: flex;
    gap: 10px;
    list-style: none;
    margin-top: 20px;
    align-items: center;
    padding-left: 5px;
}
.select-duration button.accordion span {
    font-weight: 600;
    color: #000;
    font-size: 18px;
}
.select-duration button.accordion i.fa.fa-angle-down {
    position: absolute;
    right: 30px;
    font-size: 25px;
    top: 140px;
    color: #2d3188;
}
.select-duration .accordion-list {
    display: flex;
    gap: 11px;
    align-items: center;
}
.select-duration-right {
    background: #fff;
    border-radius: 5px;
}
.music-audio img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    object-fit: cover;
}
.music-list-text p {
    margin-bottom: 0;
    text-align: left;
    font-size: 13px;
    color: #000;
    padding-bottom: 3px;
    font-weight: 400;
}
.panel.time-zone-sct button.slot-btn {
    border: none;
    background: #2a7d76;
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    margin: 10px;
}
.panel.time-zone-sct button.slot-btn:focus {
    outline: none;
}
.panel.time-zone-sct .form-control:focus {
    border-color: #2a7d76;
}
.select-duration-right .music-list-text h5 {
    margin-bottom: 4px;
    font-size: 16px;
    text-align: left;
}

.select-duration-right .music-list-text {
    padding-left: 15px;
    width: 100%;
}
.select-duration-right .music-audio {
    margin: 8px;
    padding: 8px 11px;
    display: flex;
    align-items: center;
    padding-top: 8px;
    border-radius: 5px;
    box-shadow: rgba(32, 32, 47, 0.1) 0px 0px 39px 0px;
    margin-top: 8px;
    margin: 8px 0px;
}
p.amount_payble {
    padding-top: 10px !important;
}
.select-duration-left button.accordion.disabled {
    background-color: #9c9b9b21;
    opacity: 0.6;
}
.rating-review-point {
    display: flex;
    align-items: baseline;
    gap: 2px;
}

.rating-review-point span.fa.fa-star {
    color: #ffae1a;
    font-size: 17px;
}

.Proceed-to-checkout {
    background: #a9f005;
    padding: 13px 0;
    margin: 8px;
    margin-top: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.Proceed-to-checkout a {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    text-decoration: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.Proceed-to-checkout a:hover {
    color: gray;
}

.Proceed-to-checkout i.fa.fa-credit-card {
    margin-top: 0;
}

.duration-second p {
    color: black;
    font-weight: 600;
}

.angle-icons i.fas.fa-angle-down {
    margin-top: 0px;
}

.how-it-work h1 {
    font-size: 30px;
    color: #000 !important;
    font-weight: 700;
}

.how-it-work {
    padding-top: 40px;
}
#feedback-testimonials .item {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.py-3.subscribe-news {
    background: #fff;
    border-radius: 15px;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    margin-bottom: 50px;
    width: 100% !important;
    margin: auto;
    box-shadow: 0 5px 40px rgba(29, 27, 76, .21);
}
.news-subscribe-inner {
    align-items: center;
}
.news-subscribe-left {
    padding-left: 40px;
}


.become-host-footer a.nav-link:hover {
    color: #fff;
}
.search-destinations input#citySearchByInput {
    background: transparent;
    border-radius: 0px;
    padding: 5px 5px;
    font-size: 20px;
    margin-right: 0px;
    border: none;
    width: 235px;
    font-weight: 700;
    padding-left: 15px;
}
.search-destinations input#citySearchByInput::placeholder{
    color: #000;
}
.biography-sec h1 {
    padding-bottom: 10px;
}
.biography-sec h4 {
    text-align: left !important;
    width: 100%;
}
.search-destinations select#choose-service {
    border-radius: 3px;
    padding: 5px 0;
    width: 235px;
    margin-right: 15px;
    font-size: 20px;
    font-weight: 700;
    height: 118px;
    border-right: 1px solid #c7c7c796;
    padding-left: 15px !important;
}
select#is_open {
    font-size: 20px;
    font-weight: 700;
    border-right: none !important;
}
/*.search-destinations select#equipment_id {
    border-radius: 0px;
    padding: 5px 0;
}*/
.search-destinations select#gender {
    border-radius: 0px;
    padding: 5px 0px;
}
.search-destinations input {
    width: 185px;
}
.search-destinations select {
    width: 235px;
    border-radius: 0px !important;
    border: none;
    border-right: 1px solid #c7c7c7;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("data:image/svg+xml,%3Csvg%20fill%3D'black'%20height%3D'14'%20viewBox%3D'0%200%2024%2024'%20width%3D'14'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M7%2010l5%205%205-5z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 1rem;
    padding-left: 5px !important;
    color: #000 !important;
    height: 35px;
}
.gender-section select#gender {
    border-right: 0px;
    width: 235px;
    padding-left: 18px !important;
    font-size: 20px;
    font-weight: 700;
/*    height: 50px;
*/}
.owl-css {
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.owl-css:hover {
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    color: rgb(169 240 5);
    transform: scale(1.1);
}

.work-destination {
    margin-top: 40px;
}

.work-destination .card i {
    width: 70px;
    border-radius: 100%;
    height: 70px;
    padding: 8px 10px;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    display: flex;
    justify-content: space-around;
    margin-top: 0px;
    background-color: #2a7d76;
}

.work-destination .card h3 {
    font-size: 17px;
    color: black;
    margin-bottom: 0;
    height: 110px;
    padding: 5px;
    line-height: 1.5;
    padding-top: 15px;
}

.work-destination .card p {
    color: #000;
    width: 85%;
    margin: auto;
}
.work-destination .card {
    padding-bottom: 18px;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #f7f7f7;
    border-radius: 7px;
    display: flex;
    flex-wrap: nowrap;
    padding: 16px 16px 32px 16px;
    position: relative;
    z-index: 1;
    transition: all .25s cubic-bezier(.645,.045,.355,1);
}
.popular-location h1 {
    font-size: 30px;
    color: #000 !important;
    font-weight: 700;
}
.popular-location {
    padding-top: 30px;
}
.row.popular-location-inner img {
    width: 100%;
    margin-top: 30px;
    height: 200px;
    object-fit: cover;
    border-radius: 3px;
}

.popular-location-inner .image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.popular-location-inner .image-text {
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 8px 10px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.popular-location-inner .image-text:hover {
    background-color: #fff;
    color: #000;
}

.work-destination .column {
    height: 300px;
}

.work-destination .card:before {
    content: '';
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    transition: all .25s cubic-bezier(.645,.045,.355,1) !important;
    background-color: #007e76 !important;
}

section.testimonials h3.nav-link {
    text-align: center;
}

.container-input-fields h2.nav-link {
    text-align: center;
}

.filter-host-user {
    gap: 50px;
    row-gap: 25px;
}

.meet-our-top {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

.host-user-filter-left img {
    border-radius: 5px;
}

.host-user-filter-left {
    width: 100%;
    max-width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.row.host-user-filter {
    display: block;
}

.col-md-6.mt-4.host-user-filter-right {
    width: 100%;
    max-width: 100%;
    margin-top: 8px !important;
}
.filter-host-user .partial-host-list .text.nav-link-dash {
    text-align: left;
    padding: 2px 0px;
    font-size: 15px;
    margin-top: 0px !important;
}
.row.filter-host-user .text.nav-link-dash.font-weight-bold.mt-4 {
    margin-top: 10px !important;
}

.subscribe-news .subscribe-news-input {
    display: block !important;
}

.subscribe-news-input input.form-control {
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 15px !important;
    margin: auto;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #2a7d76;
    color: #000;
    margin-bottom: 0px !important;
    margin-left: 0px;
    width: 100% !important;
    border-radius: 5px;
    background-color: #ebeff3;
    border: none;
}
.social-icon {
    gap: 10px;
}

.social-icon i {
    background: #2a7d76;
    padding: 10px;
    font-size: 25px;
    margin-top: 0;
    border-radius: 5px;
    border: 1px solid;
}

.social-icon i:hover {
    background: #1d5853;
    color: #fff;
}
p.rating-review-point {
    text-align: center !important;
    display: flex;
    justify-content: left;
    padding-top: 10px;
}

/*host-profile-page-start*/

.host-profile-by-id .row.booking-mark-sdv {
    width: 100%;
    margin: auto;
    padding-left: 0px;
}
.col-md-3.biography-left-content {
    padding-left: 0;
    margin-top: -35px;
}
.host-profile-by-id .select-service-right h1 {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #000 !important;
    font-weight: 700;
}
.host-name-text-add p {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
}
.host-booking-inner label {
    margin-bottom: 0;
}

.host-profile-by-id .biography-sec h4 {
    text-align: left;
}

.host-profile-by-id .biography-sec {
    color: #fff;
    text-align: left;
    padding-top: 0px;
}
.host-profile-by-id .select-service-left {
    flex: 0 0 24%;
}
.host-profile-by-id .select-a-service {
    text-align: center;
    gap: 0px;
    padding-bottom: 15px;
    display: block;
}
.biography-right-content a.carousel-control-next {
    display: none;
}
.biography-right-content span.carousel-control-prev-icon {
    display: none;
}

.biography-right-content .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 5px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 100% !important;
}

.biography-right-content .carousel-indicators li.active {
    color: #fff !important;
    opacity: 3 !important;
}

.biography-right-content .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    gap: 10px;
}

.host-profile-by-id .select-a-tool {
    gap: 0;
    display: block;
}
.host-profile-by-id .host-booking-inner {
    margin-top: 0;
}
.host-select-add {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-top: 5px;
}
.host-profile-by-id .row.maximum-offers-service p {
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
    color: #000;
}

.host-profile-by-id .row.maximum-offers-service i.fa-solid.fa-heart {
    top: 58px;
}
.host-profile-by-id .host-main-profile {
    padding-top: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
}

a.book-now-btn:hover {
    background: #fff;
}
footer.mt-5.text-white.pt-5.footer-add-content {
    background-color: #2a7d76;
    margin-top: 0px !important;
    padding-left: 5px;
}
footer.mt-5.text-white.pt-5 {
    margin-top: 15px !important;
}
.select-duration-inner {
    justify-content: flex-end;
    width: 100%;
    padding-left: 10px;
}
.select-duration-left {
    padding-left: 0;
}

h6.guest-fav-text {
    background-color: #fff;
    width: 38%;
    text-align: center;
    padding: 6px 0;
    border-radius: 50px;
    font-size: 13px;
    position: absolute;
    top: 55px;
    margin-left: 8px;
}

.meet-top-section-owl button.filter-submit {
    background: none;
    border: none;
	padding: 0px;
}

.row.meet-top-section-inner {
    gap: 35px;
}

.row.meet-top-section-inner .card {
    width: 180px !important;
    border: none;
}
.meet-top-section-owl .card-block {
    background: linear-gradient(135deg, #f3f4f6, #ffffff);
    border-radius: 0px;
    padding: 15px 15px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.meet-top-section-owl .card-block i {
    justify-content: center;
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 50px;
    background-color: #2a7d76;
    width: 45px;
    height: 45px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-top: 10px;
}
.meet-top-section-owl p.card-title {
    font-weight: 500;
}

.show-content-filter-add .row.partial-host-list .card-body img {
    width: 100% !important;
    border-radius: 2px;
    height: 265px !important;
    display: flex !important;
    justify-content: center !important;
    object-fit: cover;
    padding-left: 5px;
}
.show-content-filter-add .host-by-name {
    padding: 0;
    text-align: left;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    width: 100% !important;
    margin-top: 0px !important;
    padding-left: 15px;
}
.host-image {
    padding: 0;
}
.host-by-name span.nav-link-dash {
    font-size: 15px;
}
.show-content-filter-add .row.partial-host-list .card-body {
    padding-bottom: 0px;
    height: 190px;
    padding-top: 10px;
    padding-right: 24px;
}
.host-by-name p {
    margin-bottom: 0;
}

.show-content-filter-add .partial-host-list .filter-view-more {
    padding-bottom: 10px;
    padding: 10px 0;
    position: relative;
    left: 115px;
    top: -8px;
}
.filter-host-user .partial-host-list .filter-view-more a {
    color: #000;
    font-weight: 500;
    text-decoration: underline;
}
span.nav-link-dash.host-name-text {
    font-size: 18px;
    font-weight: 500;
}
.row.partial-host-list .card.p-3.mb-5 {
    padding-bottom: 0px !important;
}
.gig-filter-paginate ul.pagination {
    margin-top: 0;
    margin-bottom: 35px;
}
.gig-filter-paginate .page-link:focus {
    box-shadow: none !important;
}
.gig-filter-paginate ul.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #2a7d76;
    border-color: #2a7d76;
}
.gig-filter-paginate ul.pagination .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: black;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.filter-host-user .partial-host-list {
    justify-content: left;
    padding-bottom: 10px;
}
.emptyhost-page {
    padding: 10px 0;
    font-size: 20px;
}
.subscribe-news .btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #1d5853 !important;
    border: none !important;
    box-shadow: none;
}
.host-name-text-add {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    padding-top: 0px;
}

.maximum-offers-service.all-media span.carousel-control-prev-icon {
    display: block;
}
.maximum-offers-service.all-media button.carousel-control-prev {
    background: none;
    border: none;
    padding-left: 20px;
    left: -12px;
}
.maximum-offers-service.all-media button.carousel-control-next {
    background: none;
    border: none;
    padding-right: 20px;
}
.maximum-offers-service.all-media .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 63px;
}
.maximum-offers-service.all-media .owl-theme .owl-dots .owl-dot span {
    width: 5px !important;
    height: 5px !important;
    margin: 5px 4px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.maximum-offers-service.all-media .owl-carousel .owl-item img {
    display: block;
    width: 236px;
    border-radius: 20px !important;
}
.maximum-offers-service.all-media .item {
    border-radius: 20px !important;
}

.maximum-offers-service.all-media .owl-item.active {
    width: 250px !important;
}
.maximum-offers-service .col-md-4.gig-box {
    padding-left: 0;
}

.row.maximum-offers-service.all-media::-webkit-scrollbar {
    width: 10px;
}
.logo-img img {
    margin-top: -30px;
    margin-bottom: -25px;
}
p.small {
    font-size: 16px;
}

h1.mobile-view-host-name {
    display: none;
}

.footer-add-content ul.list-unstyled {
    line-height: 1.8;
}
.footer-add-content .container {
    padding-left: 30px;
}
/*21-4-25 new-css-add*/

.top-nav-header {
    background-color: #fff;
    padding: 0px !important;
    position: sticky;
    top: 0;
    z-index: 99999;
    box-shadow: 0 8px 8px -10px rgba(0, 0, 0, 0.2);
}
.top-nav-header.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 22px;
}
ul.comfort-text-add li {
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 17px;
    list-style: none;
    width: 85%;
    margin: auto;
    padding-top: 10px;
    padding-left: 20px;
}
ul.comfort-text-add {
    margin-bottom: 0px;
}
ul.user-text-add li {
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 22px;
    list-style: none;
}
ul.user-text-add li a {
    color: #000;
    text-decoration: none;
}
ul.user-text-add li a:hover {
    color: #1d5853 !important;
}
ul.user-text-add {
    display: flex;
    gap: 8px;
    margin-bottom: 0px;
    align-items: center;
    padding-left: 0px;
}

.top-nav-header.navbar-light .navbar-nav .nav-link:hover {
    color: #1d5853 !important;
}

.content.flex-grow-1.comfort-your-home {
    background-color: #fff;
    padding-top: 10px;
}

.comfort-your-home span.text-white.order-text {
    color: #000 !important;
}

.meet-top-section-owl #owl-carousel-top .owl-item {
    width: 220px;
    margin-right: 0px;
    margin-top: 10px;
}

form.host-new-filter div#task {
    color: #000;
    width: 180px;
    font-size: 15px;
	background: none;
    box-shadow: none !important;
}
/*form.host-new-filter div#task:hover {
    color: #2a7d76;
    background: #1d5853;
    color: #fff !important;
}*/
.attend-event-add {
    background: url('/ikoro/frontend/images/bg-section-03.jpg') !important;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.attend-event-left h3 {
    color: #000;
    line-height: 1.3;
    font-size: 35px;
    font-weight: 700;
    padding-right: 35px;
}
.attend-event-right img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.row.attend-event-inner {
    align-items: center;
}
.card.login-card.signup-for-host {
    margin: auto;
    margin-bottom: 0;
    margin-top: 0;
}
.login-container {
    align-items: flex-start !important;
    padding-top: 30px;
    padding-bottom: 60px;
    padding-top: 50px;
    background-color: #f7f7f7;
    padding: 65px;
}

.meet-top-section-owl {
    padding: 20px 0;
    padding-top: 25px;
    padding-bottom: 0px;
    margin-bottom: 35px !important;
}
.destination-section div#cityDropdown {
    top: 744px !important;
    left: 13% !important;
}

#owl-carousel-top {
    gap: 20px;
    align-items: center;
}

/*.host-new-filter {
    margin: 0 10px;
}*/

/* Style for each task card */
.meet-top-section-owl .owl-css {
    background: linear-gradient(135deg, #f3f4f6, #ffffff);
    border-radius: 16px;
    padding: 15px 15px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.meet-top-section-owl .owl-css i {
    justify-content: center;
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 50px;
    background-color: #2a7d76;
    width: 45px;
    height: 45px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-top: 0;
}
.meet-top-section-owl .owl-css:hover {
    background: linear-gradient(135deg, #e0e7ff, #ffffff);
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
.footer-add-content .logo-img img {
    margin-top: -30px;
    margin-bottom: -25px;
    margin-left: -35px;
}
.footer-add-content p.small {
    font-size: 16px;
    text-align: left;
    padding-right: 30%;
}
.footer-add-content .become-host-footer .nav-link {
    color: white;
    padding-left: 0;
    text-align: left;
    font-size: 19px;
    padding-top: 0px;
    width: 150px;
}

footer.mt-5.text-white.pt-5 h5.text-uppercase.font-weight-bold {
    padding-bottom: 10px;
    text-align: left;
}
.footer-add-content ul.list-unstyled li {
    text-align: left;
}
.footer-add-content .social-icon {
    gap: 10px;
    justify-content: left !important;
}

.footer-add-content .container.text-center p {
    text-align: center;
    width: 69% !important;
    padding-right: 0px !important;
    font-size: 14px;
    margin: auto;
    margin-top: 5px;
}
.footer-add-content .terms-policy a:hover {
    text-decoration: underline !important;
}
nav.navbar.navbar-expand-lg.navbar-light.top-nav-header .container {
    padding-left: 0px;
    padding-right: 0px;
}
.meet-top-section-owl .card-block:hover {
    /*background: #1d5853;
    color: #fff !important;
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);*/
}

.Proceed-to-checkout {
    background: none;
    padding: 0;
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
}
.Proceed-to-checkout button#checkout-btn {
    border: none;
    display: flex;
    gap: 10px;
    color: #fff;
    font-weight: 500;
    padding: 15px 55px;
    border-radius: 5px;
    background: #2a7d76;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    width: 100%;
    cursor: pointer;
    opacity: 0.5;
    margin-bottom: 20px;
}
p.amount_payble {
    font-weight: 600 !important;
}
.Proceed-to-checkout .active-checkout {
    opacity: 1 !important;
}
.select-duration-right {
    height: 100%;
    padding-top: 10px;
    box-shadow: rgba(32, 32, 47, 0.1) 0px 0px 39px 0px;
}
.select-duration .duration-text p {
    margin-bottom: 0px;
    font-size: 15px;
    padding: 5px 15px;
    color: #000;
    font-weight: 400;
}
.select-duration .duration-text {
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
}
/*.select-duration p#selected-duration {
    font-weight: 600;
}*/
button#checkout-btn:focus {
    outline: none;
}
.Proceed-to-checkout button#checkout-btn:hover {
    background: #1d5853;
}
.row.show-content-filter-inner {
    display: block;
}
.new-testimonials-develop h3.nav-link.mt-5 {
    font-size: 30px;
    color: #000 !important;
    font-weight: 700;
    padding-bottom: 0;
    padding-top: 45px;
}

.new-testimonials-develop .testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: none !important;
    background: rgb(169 240 5);
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: black;
    box-shadow: none;
}

.new-testimonials-develop #feedback-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #2a7d76;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

.new-testimonials-develop #feedback-testimonials.owl-carousel .owl-dots .owl-dot.active span, #feedback-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #2a7d76;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

.new-testimonials-develop .shadow-effect p {
    margin-bottom: 0px;
}
.new-testimonials-develop .item .testimonial-name {
    font-weight: 500;
}
.new-testimonials-develop .testimonial-location-add {
    font-size: 14px;
    font-weight: 500;
}

form#payment-form button.btn.btn-primary.btn-block.free-button:hover {
    background-color: #2a7d76;
    border: none;
}

form#payment-form button.btn.btn-primary.btn-block.free-button {
    border: none;
}

ul.navbar-nav img.home-host-image {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50px;
    margin-top: 9px;
}
ul.navbar-nav i.fas.fa-user-circle.fa-lg {
    font-size: 35px;
    color: gray;
    margin-top: 10px;
}
div#menu-toggle i.fa.fa-bars {
    padding-right: 10px;
    margin-top: 8px;
    color: #000 !important;
}
ul.navbar-nav div#menu-toggle {
    border: solid 1px lightgray;
    border-radius: 50px;
    padding-left: 25px;
    padding-right: 10px;
    align-items: center !important;
    padding-bottom: 10px;
    height: 53px;
}
ul.navbar-nav .dropdown-toggle::after{
    display: none;
}

ul.navbar-nav ul.dropdown-menu.show {
    left: -18px;
    padding: 0;
}

ul.navbar-nav ul.dropdown-menu.show a.dropdown-item {
    padding: 8px 15px;
}
.mobile-add-destination {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #d7d7d7;
    padding: 0px;
    border-radius: 8px;
}
.tool-services-add {
    display: flex;
    align-items: center;
}
i.fa.fa-location-arrow.location-add {
    display: none;
}
.sub-heading {
    font-size: 22px;
    text-decoration: auto !important;
    cursor: pointer;
}
.term-content .section-title {
    color: #000;
    font-size: 22px !important;
}
.meet-top-section-owl .card {
    border: none;
	border-radius: 0px;
	background: none;
}
.meet-top-section-owl .owl-stage {
    padding-top: 10px;
}
a.dropdown-item.login-add-new-mobile {
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    display: none;
}

.mobile-dash-view {
   display: none;
}

.logo-img.logo-new-add li.nav-item.mx-2 {
    display: none;
}
.support-form-page input#title:focus {
    border: none;
}
textarea#msg_text:focus {
   border: none;
}

/*21-4-25 new-css-add*/




/*our-offres-section-css*/

/* ====== OUR OFFERS SECTION ====== */
.our-offers-add-slide {
    margin-top: 40px;
}

/* Each Offer Card */
#our-testimonials .offer-card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px;
    display: flex;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

#our-testimonials .offer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
}

/* Image */
#our-testimonials .offer-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

/* Content */
#our-testimonials .offer-content {
    padding: 8px 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 210px;
    text-align: left;
}

#our-testimonials .offer-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}

.offer-content p {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
    margin-bottom: 12px;
}

/* Footer Section */
#our-testimonials .offer-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

#our-testimonials .offer-footer .price {
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 13px;
    background: #1d5a9b;
    color: #fff;
    cursor: pointer;
}

#our-testimonials .offer-footer .btn-warning {
    background-color: #2a7d76;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 5px 9px;
    border-radius: 3px;
    font-size: 13px;
    transition: background 0.3s ease;
}

#our-testimonials .offer-footer .btn-warning:hover {
    background: #1d5853;
}

/* Carousel Styling */
#our-testimonials.owl-carousel .owl-stage-outer {
    padding: 10px 0;
}

/* Owl Carousel Arrows */
#our-testimonials .owl-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: flex;
    gap: 0px;
    margin: auto;
    justify-content: center;
}

#our-testimonials .owl-nav button.owl-prev,
#our-testimonials .owl-nav button.owl-next {
    background: #fff;
    border: 1px solid #ddd;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #555;
    transition: 0.3s;
}

#our-testimonials .owl-nav button.owl-prev:hover,
#our-testimonials .owl-nav button.owl-next:hover {
    background: #ff8c00;
    color: #fff;
    border-color: #ff8c00;
}
.our-offers-add-slide .owl-carousel .owl-item img {
    /* display: block; */
    width: 100%;
    max-width: 41% !important;
    height: 195px !important;
    object-fit: cover;
    border-radius: 4px;
    margin: 9px;
}

 .our-offers-add-slide .owl-theme .owl-nav [class*=owl-] {
    color: #000;
    font-size: 14px;
    margin: 5px;
    background: #f2f2f2;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0 8px 8px -10px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    padding-top: 2px;
}

.our-offers-add-slide .owl-theme .owl-nav [class*=owl-]:hover {
    background: #2A7D76 !important;
    color: #fff !important;
}
.our-offers-add-slide .offer-card.item h5 {
    position: absolute;
    top: 51%;
    left: 23%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 8px 10px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}
.our-offers-add-slide .offer-card.item h5:hover {
    background-color: #fff;
    color: #000;
}
#our-testimonials .offer-content p {
    font-size: 15px;
    color: #000;
}
#our-testimonials .offer-card.item {
    margin-left: 4px;
    margin-right: 2px;
}

#our-testimonials .offer-content ul {
    padding-left: 0px;
    list-style: none;
    color: #000;
    font-size: 13px;
    height: 100%;
    margin-bottom: 0px;
}
#our-testimonials .offer-content ul li {
    list-style: disc;
    margin-left: 10px;
    margin-bottom: 3px;
    font-size: 13px;
}
#our-testimonials .offer-content ul li::marker {
    font-size: 9px;
}

.meet-our-top h1.text-center.mb-4 {
    text-align: center !important;
}
select#currency-switcher {
    width: 150px;
    font-weight: 500;
    color: #000;
}

/*p#selected-booking-fee {
    font-weight: 500;
}*/


.currency-dest {
    display: flex;
    flex-direction: column-reverse;
}

.grid-shw-tools .five-grid .card {
    box-shadow: none !important;
}
.grid-shw-tools .five-grid {
    display: flex;
    align-items: center;
    justify-content: center;
}
.grid-shw-tools .five-grid img.card-img {
    width: 70%;
    margin: auto;
}
.grid-shw-tools .five-grid .col-lg-2-4 {
    flex: 0 0 16%;
    max-width: 20%;
}
#feedback-testimonials .item {
    text-align: center;
    padding: 0px !important; 
}

h3.comfort-text-ad {
    color: #fff;
    font-weight: 800;
    padding-top: 10px;
    margin-bottom: 0px;
    font-size: 26px;
}

nav.navbar.navbar-expand-lg.navbar-light.top-nav-header ul.dropdown-menu {
    display: block;
    position: relative;
    border: none;
    color: #000 !important;
    font-size: 22px;
    float: right;
    text-align: right;
    width: 100%;
}
nav.navbar.navbar-expand-lg.navbar-light.top-nav-header a.dropdown-item {
    font-weight: 700;
}

nav.navbar.navbar-expand-lg.navbar-light.top-nav-header a.dropdown-item:hover {
   background: none !important;
   color: #1d5853 !important;
}

.filter-host-user.show-content-filter-add h1 {
    text-align: center !important;
    padding-top: 30px;
}

@media only screen and (max-width: 767px) {



nav.navbar.navbar-expand-lg.navbar-light.top-nav-header ul.dropdown-menu {
    background: none;
    padding: 0px;
}
nav.navbar.navbar-expand-lg.navbar-light.top-nav-header a.dropdown-item {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    padding: 0px;
}
ul.user-text-add {
    display: flex;
    justify-content: right;
}

#our-testimonials .offer-card.item {
    display: block;
}
.our-offers-add-slide .owl-carousel .owl-item img {
    max-width: 100% !important;
}

.our-offers-add-slide .offer-card.item h5 {
    width: 40%;
    position: absolute;
    top: 27%;
    left: 53%;
    transform: translate(-50%, -50%);
}
select#is_open {
    font-size: 18px;
}
.gender-section select#gender {
    font-size: 18px;
}
#our-testimonials .offer-content {
    padding: 8px 13px;
    height: auto;
}

#our-testimonials .offer-footer {
    margin-top: 15px;
    margin-bottom: 10px;
}
div#feedback-testimonials {
    padding-top: 0px;
}
.our-offers-add-slide {
    margin-top: 15px;
}
.new-testimonials-develop h3.nav-link.mt-5 {
    padding-top: 10px;
}

.logo-img.logo-new-add li.nav-item.mx-2 {
    display: block;
}
div#navbarNav ul.navbar-nav.mx-auto {
    display: none;
}

.mobile-dash-view {
  display: block;
}

.desktop-dash-view{
 display: none;
}
.mobile-dash-view {
    display: none;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 18px;
    padding-left: 20px;
    text-align: right;
    padding-top: 0;
}
.mobile-dash-view li {
    list-style: none;
}
.mobile-dash-view a.dropdown-item {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 16px;
    padding-left: 20px;
    text-align: right;
    padding-top: 0;
    padding-right: 10px;
}

.grid-shw-tools .five-grid .col-6{
   margin-top: 20px;
}


.hero-wrapper-main {
    height: auto !important;
}

.tool-section label {
    text-align: left !important;
}
.gender-section label {
    padding-top: 0px;
    text-align: left;
    padding-left: 4px;
}
ul.user-text-add span {
    color: #ffffff;
}

.login-mobile-view {
    display: block;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 18px;
    padding-left: 20px;
    text-align: right;
    padding-top: 0;
    padding-right: 10px;
}

.work-destination .card h3 {
    font-size: 13px;
    color: black;
}

a.dropdown-item.login-add-new-mobile {
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    display: block;
}
.popular-location-inner .image-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.row.popular-location-inner {
    gap: 10px;
    margin-top: 20px;
}

.meet-top-section-owl .card-block i {
    width: 40px;
    height: 40px;
}
.currency-dest {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 5px;
}
.meet-top-section-inner p.card-title {
    font-size: 12px;
}
.term-content .section-title {
    color: #000;
    font-size: 20px !important;
    margin-bottom: 5px !important;
}

.about-content .host-gimbal2-img {
    width: 100%;
    height: auto;
}
.about-content {
    text-align: center;
}
.about-page-content .section-title {
    margin-bottom: 10px !important;
    font-size: 25px !important;
}
.grid-shw-tools .five-grid .col-lg-2-4 {
    flex: 0 0 46%;
    max-width: 30%;
}

.grid-shw-tools .five-grid img.card-img {
    width: 80%;
    margin: auto;
}
.service-content {
    margin-top: 40px;
    text-align: center;
}
.about-page-content h4 {
    padding-top: 20px;
}
.about-page-content h4 {
    color: #000;
    padding-top: 10px;
    text-align: center;
}

.our-host .host-gimbal-img {
    width: 100%;
    height: auto;
    margin: 15px 0;
}
.about-page-content p.paragraph {
    color: #000;
    text-align: center;
}
.service-content {
    margin-top: 20px;
}

.faq-content .section-title {
    color: #000;
    font-size: 21px !important;
}

.sub-heading {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.6;
}

.new-testimonials-develop #feedback-testimonials .item {
    padding: 0px !important;
    padding-top: 20px !important;
}
nav.navbar.navbar-expand-lg.navbar-light.top-nav-header {
    padding-bottom: 20px;
    padding: 0px !important;
}
.top-nav-header .logo-img {
    padding: 18px;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: #2a7d76;
    padding: 10px;
    margin-right: 5px;
    background-color: #2a7d76;
    margin-right: 20px;
}
i.fa.fa-location-arrow.location-add {
    display: block;
    position: absolute;
    margin-top: 16px;
    font-size: 18px;
    text-align: right;
    top: 0px;
    width: 20px;
    left: 84%;
}
.attend-event-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.tool-services-add {
    display: block !important;
    align-items: center;
    justify-content: center !important;
    gap: 14px;
}
.tool-section {
    margin-bottom: 8px;
    border-bottom: solid 1px #ddd2d2;
    width: 100%;
}
.gender-section {
    margin-bottom: 8px;
    border-bottom: solid 1px #ddd2d2;
    width: 100%;
}
.mobile-add-destination {
    display: block;
    width: 100%;
    padding: 15px;
    padding-bottom: 2px;
}
.search-destinations .flex-check {
    justify-content: center;
}

.select-booking-inner p {
    margin: 0;
    font-size: 14px;
}
.select-service-right i.fas.fa-circle {
    font-size: 15px;
}
.work-destination .card i {
    width: 50px;
    border-radius: 100%;
    height: 50px;
    padding: 8px 10px;
    font-size: 22px;
}
.login-container {
    align-items: flex-start !important;
    padding: 20px;
}
.container-fluid.mt-2.mb-5.signup-form {
    background-color: #f7f7f7;
    padding: 20px;
    margin: 0px !important;
    padding-bottom: 50px !important;
}
.card.login-card.signup-for-host form {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}
.login-container {
    padding-top: 35px !important;
}
.footer-add-content p.small {
    font-size: 16px;
    text-align: left;
    padding-right: 0px;
}
.card.login-card.signup-for-host {
    margin-top: 30px;
    margin-bottom: 0px;
}
.signup-for-host .label-phone {
    font-size: 16px;
    transition: opacity 0.3s;
}
.meet-top-section-owl button.filter-submit {
    background: none;
    border: none;
}
form.host-new-filter div#task {
    color: #000;
    width: 100%;
    padding: 0px;
}
.row.meet-top-section-inner .card {
    width: 100px !important;
    border: none;
}
.row.meet-top-section-inner {
    gap: 0px;
    justify-content: flex-start;
    row-gap: 15px;
}
.show-content-filter-add .partial-host-list .filter-view-more {
    padding-bottom: 10px;
    padding: 10px 0;
    position: relative;
    left: 218px;
    top: -8px;
    width: 40%;
}
.duration-second p#selected-price {
    font-weight: 600 !important;
    padding-top: 11px;
}
.content.flex-grow-1.comfort-your-home .container-fluid.bg-3.text-center {
    padding-left: 0;
    padding-right: 0px !important;
}
.select-duration-right .music-list-text {
    padding-left: 0;
    width: 100%;
}
.select-duration-right .music-list-text h5 {
    margin-bottom: 4px;
    text-align: center;
}
.select-duration-right .music-audio {
    margin: 8px;
    padding: 8px 11px;
    display: flex;
    align-items: center;
    padding-top: 25px;
}

.Proceed-to-checkout button#checkout-btn {
    border: none;
    display: flex;
    padding: 15px 20px;
    border-radius: 5px;
}
.work-destination .card {
    padding-bottom: 18px;
    display: flex;
    flex-wrap: nowrap;
    padding: 20px 0px 20px 0px;
    position: relative;
}
.row.maximum-offers-service {
    padding-top: 15px;
    position: relative;
    row-gap: 10px;
}
.meet-our-top .star-count {
    padding: 10px 0;
    position: relative;
    left: 88px;
    top: 145px;
}
.select-duration .duration-text p {
    margin-bottom: 0px;
    font-weight: 400;
    text-align: left;
}
.popular-location-col {
    padding: 0;
    width: 48%;
}
.host-profile-by-id .booking-page .row.booking-mark-sdv {
    width: 100%;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 0px;
}
.row.work-destination .col-md-3 {
    padding: 3px;
    width: 47%;
}
.how-work-two {
    padding: 0;
    margin-bottom: 0;
}
.top-nav-header .logo-img img.logout {
    margin-left: 0;
    width: 120px !important;
}
.logo-img.logo-new-add li.nav-item.mx-2 {
    list-style: none;
        line-height: 0.6;
}
.logo-img.logo-new-add {
    display: flex;
    padding-right: 0px !important;
    justify-content: center;
    gap: 18px;
    align-items: center;
}
.logo-img.logo-new-add a.nav-link {
    font-size: 16px;
    color: #000 !important;
    font-weight: 600 !important;
    padding-left: 0px;
}
.logo-img.logo-new-add a.nav-link:hover {
    color: #1d5853 !important;
}
nav.navbar.navbar-expand-lg.navbar-light.top-nav-header .container {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.new-logo-footer {
    margin-top: 0px !important;
    margin-bottom: 20px;
    margin-left: 0px !important;
    padding-top: 20px !important;
}
.popular-location-inner .image-text {
    position: absolute;
    top: 53%;
    left: 50%;
    padding: 5px 10px;
    padding-top: 6px;
    font-size: 12px;
    width: 69%;
}
.how-work-three {
    padding: 0;
}
.row.attend-event-inner {
    align-items: center;
    padding: 10px;
}
.content.flex-grow-1.comfort-your-home {
    background-color: #fff;
    padding: 10px;
}
.footer-add-content .container.text-center p {
    text-align: left;
    width: 100% !important;
    padding-right: 0px !important;
    margin-top: 5px;
    margin-bottom: 10px !important;
}
.footer-add-content .container {
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.footer-add-content .logo-img img {
    margin-top: 0;
    margin-bottom: -15px;
    margin-left: -35px;
    width: 180px !important;
}
.meet-our-top h1 {
    text-align: left !important;
    font-size: 25px;
}
.how-it-work h1 {
    font-size: 25px;
}
.popular-location h1 {
    font-size: 25px;
}
.subscribe-news button.btn.btn-primary {
    box-shadow: none;
    margin-top: 15px;
    width: 100%;
}
.navbar-light .navbar-toggler:focus {
    outline: none;
}
p.mb-3.new-letters-add {
    color: #000;
    text-align: left;
    font-size: 15px;
}
.row.meet-top-section-inner .col-sm-2 {
    padding: 0;
    width: 31%;
}
.subscribe-our {
    padding: 10px;
    margin-bottom: 10px;
    padding-top: 30px;
    padding: 0;
    margin-top: 30px;
}

.footer-add-content .col-12.col-md-3.mb-4 {
    margin-bottom: 10px !important;
}
footer.mt-5.text-white.pt-5 h5.text-uppercase.font-weight-bold {
    padding-bottom: 0;
    text-align: left;
}
.subscribe-our h5.new-letters-add {
    font-size: 21px;
    text-align: left;
    margin-bottom: 10px !important;
}
.news-subscribe-left {
    padding-left: 15px;
}
form.d-flex.justify-content-center.align-items-center.gap-2.subscribe-news-input {
    display: block !important;
    gap: 6px;
}
.news-subscribe-right {
    padding-right: 10px;
    padding-left: 10px;
}
.py-3.subscribe-news {
    background: #fff;
    border-radius: 15px;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    width: 100% !important;
    padding: 0 5px;
}

.row.popular-location-inner img {
    width: 100%;
    margin-top: 0px;
    height: 150px;
}
.top-nav-header.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 18px;
    padding-left: 20px;
    text-align: right;
    padding-top: 0;
}
.popular-location {
    padding-top: 35px;
    padding-bottom: 50px;
}
.work-destination .column {
    height: 280px;
    margin-bottom: 0px;
    width: 100%;
}
button.navbar-toggler i.fa-solid.fa-bars {
    color: #000;
    font-size: 26px;
    margin-top: 0;
}

.navbar-light .navbar-toggler i {
    color: #fff !important;
}
.navbar-light .navbar-toggler:hover {
    background: #1d5853;
}
.navbar-light .navbar-toggler:hover i {
    color: #fff !important;
}

.attend-event-add {
    background: url('/ikoro/frontend/images/bg-section-03.jpg') !important;
    padding-top: 20px;
    padding-bottom: 20px;
}
.attend-event-left h3 {
    font-size: 25px;
    padding-right: 0;
    margin-bottom: 25px;
    text-align: center;
}

.host-profile-by-id .host-main-profile {
    padding-top: 0px !important;
}
.logo-img img {
    margin-top: 0;
    margin-bottom: -25px;
}
h1.mobile-view-host-name {
    display: block;
}
h1.web-view-host-name {
    display: none;
}

.biography-sec a.eng-text {
    width: 30%;
    justify-content: center;
    margin: auto;
}

.biography-sec h2 {
    padding-top: 18px;
    text-align: center;
}
.row.maximum-offers-service.all-media .col-md-4.gig-box {
    padding-right: 15px !important;
}
button.navbar-toggler:focus-visible {
    outline: none;
}
.maximum-offers-service.all-media button.carousel-control-prev {
    left: 0;
}

.maximum-offers-service img {
    width: 100% !important;
    border-radius: 20px;
    margin-bottom: 10px;
}

.maximum-offers-service .col-md-4.gig-box {
    padding-left: 0;
    padding-right: 0;
}
.row.maximum-offers-service {
    row-gap: 0px;
}
.select-booking-inner {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}
.booking-select-add {
    display: block;
    justify-content: center;
}
.host-select-add {
    display: block;
    align-items: center;
    gap: 20px;
}
.host-name-text-add {
    padding-top: 10px;
    display: block !important;
    flex-wrap: nowrap !important;
}
.select-a-service h3 {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

.select-duration button.accordion span {
    font-size: 16px;
}
.select-duration-right {
    height: auto;
    padding-top: 8px;
    padding-bottom: 10px;
}
.music-audio {
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding-left: 0;
    padding-top: 20px;
}
.music-list-text h5 {
    margin-bottom: 5px;

    text-align: center;
    padding-top: 5px;
}
.duration-first {
    line-height: 2;
}
.music-list-text p {
    margin-bottom: 0;
    text-align: center;
}

.rating-review-point {
    display: flex;
    align-items: baseline;
    gap: 5px;
    padding-top: 5px;
}

.duration-text p {
    margin-bottom: 0px;
    padding: 0 0px;
    text-align: center;
}
.music-list-text {
    padding-left: 0;
    width: 100%;
}
.duration-text {
    display: block;
}
.select-duration .duration-text {
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 20px;
    align-items: center;
}
p.amount_payble {
    padding-top: 0px !important;
}
.lists-maximum-offers {
    padding-top: 20px;
}
.top-nav-header .navbar-collapse {
    background-color: #2a7d76;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    margin-bottom: -10px;
}
div#menu-toggle i.fa.fa-bars {
    padding-right: 10px;
    margin-top: 8px;
    color: #fff;
}
ul.navbar-nav ul.dropdown-menu.show {
    left: 93px;
    padding: 0;
    height: auto;
    top: 60px;
    position: relative;
    width: 40%;
    float: right;
}
ul.navbar-nav i.fas.fa-user-circle.fa-lg {
    font-size: 35px;
    color: #fff;
    margin-top: 10px;
}
ul.navbar-nav div#menu-toggle {
    border: solid 1px lightgray;
    border-radius: 50px;
    padding-left: 18px;
    padding-right: 10px;
    align-items: center !important;
    padding-bottom: 10px;
    height: 53px;
    width: auto;
    float: right;
    margin-right: 10px;
}

.search-destinations .search-button {
    bottom: 15px;
    text-align: center;
}
.search-destinations select#choose-service {
    height: auto;
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
}
.how-it-work {
    padding-top: 10px;
}
.host-by-name {
    padding: 0;
    padding-left: 15px;
}

.destination-section div#cityDropdown {
    top: 78% !important;
    left: 0px !important;
    width: 100%;
}
.search-destinations input {
    width: 100%;
}
.search-destinations select {
    width: 100%;
    border-right: none;
}
.search-destinations input#citySearchByInput {
    border-right: none;
    background: #d7d7d7a8;
    border-radius: 5px;
    padding: 14px;
    border: none !important;
    margin-bottom: 5px;
    padding-left: 13px !important;
}
.search-destinations select#choose-service {
    border-right: none;
    background: #d7d7d7a8;
    border-radius: 5px !important;
    padding: 14px;
    border: none !important;
    margin-bottom: 5px;
    padding-left: 13px !important;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath fill='black' d='M7 10L0 0h14z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 11px;
    height: auto;
}
.search-destinations select {
    width: 100%;
    background: #d7d7d7a8;
    border-radius: 5px !important;
    padding: 14px;
    border: none !important;
    margin-bottom: 5px;
    padding-left: 13px !important;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 11px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath fill='black' d='M7 10L0 0h14z'/%3E%3C/svg%3E");
    height: auto;
}

.gender-section select#gender {
    width: 100%;
    border-right: none;
    border-radius: 3px;
    border-right: none;
    background: #d7d7d7a8;
    border-radius: 5px !important;
    padding: 14px;
    border: none !important;
    margin-bottom: 5px;
    padding-left: 13px !important;
    appearance: auto;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 11px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath fill='black' d='M7 10L0 0h14z'/%3E%3C/svg%3E");
}
.service-section {
    border: none !important;
}




.gender-section {
    border: none !important;
}

.row.partial-host-list .col-md-4.mb-4 {
    padding: 0;
}
.gig-filter-paginate ul.pagination {
    margin-top: 0;
}
.work-destination .card img {
    padding: 15px 0;
    padding-bottom: 0;
}
div#feedback-testimonials .testimonial-name {
    margin: 10px auto 0;
}
footer.mt-5.text-white.pt-5 {
    margin-top: 15px !important;
    padding-top: 10px !important;
    padding-left: 0px !important;
}
.host-profile-by-id .row.maximum-offers-service {
    width: 100%;
    margin: auto;
    margin-right: 0px !important;
    padding-right: 0px !important;
    width: 97%;
    height: auto;
    overflow-y: auto;
    padding-top: 10px;
    row-gap: 11px;
}

.host-profile-by-id .row.select-duration-inner {
    width: 93%;
    margin: auto;
    padding-left: 0px;
}
.host-profile-by-id .row.maximum-offers-service i.fa-solid.fa-heart {
    top: 75px;
}

    .host-profile-by-id .container.select-duration {
        padding: 30px 0;
        padding-bottom: 0;
        padding-top: 0px;
    }

    .host-profile-by-id .row.booking-mark-sdv {
        width: 85%;
        margin: auto;
        padding-left: 0;
        display: block;
        text-align: center;
    }

    .host-profile-by-id .select-service-right h1 {
        text-align: center;
    }
.host-profile-by-id .host-booking-inner {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    padding-bottom: 8px;
    margin-bottom: 5px;
}
.host-booking-inner p {
    margin-bottom: 5px;
}
.select-booking-inner p {
    margin-bottom: 5px !important;
    font-size: 14px !important;
}
.host-profile-by-id .host-main-profile {
    padding-top: 0px;
}

.host-profile-by-id .host-main-profile h1 {
    text-align: center;
    font-size: 16px !important;
    width: 77%;
    margin: auto;
    margin-top: 0;
}

.meet-our-top .detils-inner {
    padding: 10px 5px;
    height: 140px;
}

.subscribe-news-input input.form-control {
    display: flex !important;
    width: 100% !important;
}

.container.search-destinations {
    width: 100%;
    display: block;
    margin-bottom: 25px;
    padding-left: 14px;
    border: none !important;
}
select#choose-service {
    margin-top: 2px;
}

.destination-section {
    margin-bottom: 0px;
    border-bottom: solid 1px #ddd2d2;
    position: relative;
    height: auto;
    border: none !important;
}
.tool-section label {
    text-align: left;
    padding-top: 0;
    padding-left: 4px;
}

.service-section {
    margin-bottom: 8px;
    border-bottom: solid 1px #ddd2d2;
}

.gender-section {
    margin-bottom: 0px;
    border-bottom: solid 1px #ddd2d2;
}

.tool-section {
    margin-bottom: 8px;
    border-bottom: solid 1px #ddd2d2;
    border: none !important;
    height: auto;
}
h3.comfort-text-ad {
    font-weight: 700;
    padding-top: 30px;
    font-size: 20px;
}
.meet-top-section-owl {
    display: block;
    padding-top: 0;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px !important;
}
.search-button button {
    height: 45px;
    width: 165px !important;
    font-size: 20px !important;
}
.desti-group {
    display: block !important;
}
.desti-group .ctr-dest {
    margin-right: 0px !important;
}

.main-src-filter {
    padding: 5px 0px;
    box-shadow: none !important;
    background: none !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
}
.meet-our-top section.testimonial {
    margin-top: 0px;
}

.main-src-filter .grid--boxs .card {
    background: #fff;
    border-radius: 5px;
}

.meet-our-top {
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
}
.container.search-destinations {
    padding-bottom: 80px;
    margin-top: 0px !important;
    padding-top: 20px;
    padding-right: 14px;
}
.search-destinations input#citySearchByInput {
    padding-left: 13px !important;
    width: 100%;
    padding-top: 10px !important;
    padding-bottom: 10px;
    font-size: 18px;
}
    .meet-our-top i.fa.fa-chevron-left {
        width: 40px;
        height: 40px;
    }

    .meet-our-top i.fa.fa-chevron-right {
        width: 40px;
        height: 40px;
    }
.meet-our-top section {
    margin-top: 50px;
}
    ul.comfort-text-add li {
        width: 100%;
        padding-top: 0px;
        padding-left: 0px;
        color: #ffffff !important;
    }
ul.user-text-add li a {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 18px;
}


}

.meet-our-top .owl-nav {
    top: -10%;
    width: 100%;
    left: 0;
    justify-content: center !important;
}
    .host-main-profile {
        padding-top: 40px;

    .meet-our-top h1 {
        text-align: center !important;
        padding-top: 0;
    }

.meet-our-top .owl-carousel .owl-item img {
    display: block;
    height: 265px;
    object-fit: cover;
}

    .host-main-profile h1 {
        padding-top: 0px;
    }

.search-destinations {
    border-radius: 10px;
    border: 3px solid #2a7d76;
}

.select-service-left img {
    width: 180px !important;
    height: 180px !important;
    margin-top: 0;
}
.col-md-3.biography-left-content {
    padding-left: 0;
    margin-top: 0;
}
    .host-booking-inner {
        margin-top: 0px;
    }

    .select-a-service {
        display: block;
    }

    .select-service-right h1 {
        text-align: center;
        font-size: 25px;
        padding-top: 5px;
    }

    .select-a-service h3 {
        text-align: center;
    }

    .select-service-left {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
.host-profile-by-id .row.booking-mark-sdv .select-service-right {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

    .select-a-tool {
        margin-top: 0px;
        display: block;
        text-align: center;
    }

.select-a-tool h3 {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

    .available-time p {
        text-align: center;
    }

    .row.maximum-offers-service p {
        margin-top: 10px;
    }

    .container.select-duration {
        padding: 50px 0;
    }

    .select-duration-left {
        padding: 0px !important;
        margin-bottom: 20px;
    }

.biography-sec p {
    width: 91%;
    margin: auto;
    padding: 8px;
    padding-right: 0;
}
.location-tab-add {
    text-align: center;
    line-height: 3.5;
    display: block !important;
}
.location-tab-add h1 {
    font-size: 19px !important;
}
.continue-booking {
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    border: none;
    color: #fff;
    cursor: pointer;
    margin: auto;
}
.continue-booking:hover {
    background: #1d5853;
}
    .row.maximum-offers-service {
        padding-top: 0;
        position: relative;
    }

.panel.time-zone-sct ul {
    display: block;
    padding-left: 0;
    padding: 10px;
    padding-bottom: 0;
    padding-top: 0;
}

    .panel.time-zone-sct ul li {
        font-size: 18px;
        margin-bottom: 15px;
    }

.work-destination {
    margin-top: 25px;
    display: flex;
    gap: 14px;
    justify-content: center;
}

 .how-work-two {
    margin-top: 0;
    margin-bottom: 20px;
}

    .row.work-destination .col-md-4 {
        padding: 0;
    }

    form#home-booking-form {
        margin-bottom: 30px;
    }

    section.testimonials h3.nav-link {
        text-align: center;
        margin-top: 0px !important;
    }

    #feedback-testimonials .item {
        text-align: center;
        padding: 10px !important;
    }

    #customers-testimonials .item {
        text-align: center;
        padding: 10px !important;
    }

    .container-input-fields h2.nav-link {
        margin-left: 0px !important;
        text-align: center;
    }

    .interactive-four input.form-control {
        width: 100% !important;
    }

    .book-a-task-row {
        margin-top: 50px;
    }

    .interactive-footer {
        padding-top: 20px !important;
    }

    .col-12.col-md-4.mb-4.interactive-third {
        margin-bottom: 0px !important;
    }

    p.small {
        font-size: 16px;
    }

    .interactive-second ul.list-unstyled li {
        line-height: 1.9;
    }

    .book-a-task-row .input-group-text {
        padding-left: 0px;
    }

}

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


h3.comfort-text-ad {
    font-size: 20px;
}
.gender-section select#gender {
    width: 145px !important;
    font-size: 17px;
}

.main-src-filter {
    width: 100%;
}
.five-grid {
    row-gap: 15px;
}
.login-container {
    background-color: #f7f7f7;
    padding: 40px;
}
.container-fluid.mt-2.mb-5.signup-form {
    background-color: #f7f7f7;
    padding: 40px;
}
.select-duration-inner {
    width: 100%;
    padding-left: 0px;
}
.calendar-date-right button.btn.btn-outline-primary.m-1 {
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.calendar-date-right .time-add {
    width: 90%;
    display: block;
}
.calendar-date {
    display: flex;
    width: 100%;
    gap: 15px;
}
.search-destinations input#citySearchByInput {
/*    border-right: 1px solid #c7c7c7;
*/    margin: 0 5px;
    width: 109px;
    font-size: 17px;
}
.search-destinations {
    display: flex;
    margin-top: 30px;
    border: 4px solid #2a7d76;
}

.search-button button {
    width: 165px !important;
    font-size: 20px !important;
}


.show-content-filter-add .partial-host-list .filter-view-more {
    padding: 10px 0;
    position: relative;
    left: 85px;
    top: -8px;
    padding-bottom: 10px;
}
.meet-top-section-owl p.card-title {
    font-size: 12px;
}
.filter-host-user .partial-host-list {
    justify-content: center;
    padding-bottom: 10px;
}
.select-duration-right .music-audio {
    display: block;
    align-items: center;
}
.select-duration-right .music-list-text h5 {
    margin-bottom: 4px;
    text-align: center;
}
nav.navbar.navbar-expand-lg.navbar-light.top-nav-header {
    padding-bottom: 20px;
    padding: 0px !important;
}

.logo-img.logo-new-add li.nav-item.mx-2 {
    display: block;
}
div#navbarNav ul.navbar-nav.mx-auto {
    display: none;
}
.logo-img.logo-new-add {
    display: flex;
    padding-right: 0px !important;
    justify-content: center;
    gap: 143px;
    align-items: center;
    margin: 15px;
}
nav.navbar.navbar-expand-lg.navbar-light.top-nav-header .container {
    padding-left: 0px;
    padding-right: 0px;
    max-width: none;
    width: 97%;
}
a.nav-link.become-mobile-view {
    font-size: 18px;
    color: #000 !important;
    font-weight: 600 !important;
}
.mobile-dash-view {
  display: block;
}
.meet-our-top .star-count {
    padding: 10px 0;
    position: relative;
    left: 95px;
    top: 168px;
}

.desktop-dash-view{
  display: none;
}
.mobile-dash-view {
    display: block;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 18px;
    padding-left: 20px;
    text-align: right;
    padding-top: 0;
}
.mobile-dash-view li {
    list-style: none;
}
.mobile-dash-view a.dropdown-item {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 16px;
    padding-left: 20px;
    text-align: right;
    padding-top: 0;
    padding-right: 10px;
}

.login-mobile-view {
    display: block;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 18px;
    padding-left: 20px;
    text-align: right;
    padding-top: 0;
    padding-right: 10px;
}
div#navbarNav {
    background-color: #2a7d76;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
}

.py-3.subscribe-news {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    width: 100% !important;
}

.top-nav-header.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 18px;
    display: none;
}
ul.navbar-nav.desktop-dash-view {
    display: none;
}
.about-content .host-gimbal2-img {
    width: 100%;
    height: auto;
}
.our-host .host-gimbal-img {
    width: 100%;
    height: auto;
    margin: 15px 0;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: #2a7d76;
    background-color: #2a7d76;
    margin: 15px;
    height: 50px;
    padding: 0px 11px;
    display: flex;
    align-items: center;
}
i.fa-solid.fa-bars {
    color: #fff;
    font-size: 26px;
    margin-top: 0px;
}
.attend-event-left h3 {
    font-size: 30px;
    font-weight: 700;
    padding-right: 15px !important;
}
.attend-event-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}
.row.meet-top-section-inner {
    gap: 20px;
    display: flex;
    justify-content: start;
}
.row.meet-top-section-inner .col-sm-2 {
    max-width: 100% !important;
}

.search-destinations input {
    width: 160px;
}

.search-destinations select {
    width: 163px;
}
.search-button {
    margin-top: 0px;
    text-align: center;
}
.work-destination {
    margin-top: 40px;
    display: flex;
}

ul.navbar-nav div#menu-toggle {
    border: solid 1px lightgray;
    border-radius: 50px;
    padding-left: 25px;
    padding-right: 10px;
    align-items: center !important;
    padding-bottom: 10px;
    height: auto;
    background-color: #2a7d76;
    width: 16%;
    float: right;
    margin-top: 10px;
}
ul.dropdown-menu.show {
    border: none;
    text-align: right;
}
ul.navbar-nav ul.dropdown-menu.show a.dropdown-item {
    padding: 8px 15px;
    background-color: #2a7d76;
    width: 24%;
    float: right;
    margin-top: 5px;
    color: #fff;
}
button.navbar-toggler:focus-visible {
    outline: none;
}

button.navbar-toggler:focus {
    outline: none;
}

.work-destination .col-md-3 {
    margin-top: 25px;
    min-width: 48% !important;
}

.work-destination .column {
    height: auto;
    width: 100% !important;
}

.row.popular-location-inner {
    display: flex;
}
.how-it-work {
    padding-top: 30px;
}
.col-md-3.popular-location-col {
    max-width: 100%;
}
.row.popular-location-inner img {
    width: 300px !important;
    margin-top: 30px;
    object-fit: cover;
    border-radius: 3px;
}

.popular-location-inner .image-text {
    padding: 8px 10px;
    display: flex;
    width: 50%;
    justify-content: center;
}

.subscribe-our h5.new-letters-add {
    font-size: 24px;
}

.news-subscribe-left {
    padding-left: 20px;
    padding-right: 20px;
}
.work-destination .card i {
    width: 65px;
    border-radius: 100%;
    height: 65px;
}
form.host-new-filter div#task {
    color: #000;
    width: 100%;
    font-size: 15px;
}
.news-subscribe-right {
    padding-right: 20px;
    padding-left: 0;
}
.subscribe-news button.btn.btn-primary {
    border: none;
    padding: 11px 15px;
    border-radius: 5px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 13px;
    margin: auto;
    margin-top: 13px;
}
form.d-flex.justify-content-center.align-items-center.gap-2.subscribe-news-input {
    display: block !important;
}
.footer-add-content p.small {
    text-align: left;
    padding-right: 8%;
}

.subscribe-our {
    padding: 24px;
    margin-bottom: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
}

footer .logo-img {
    margin-top: -30px;
}
.host-profile-by-id .row.maximum-offers-service p {
    width: 100%;
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
    height: auto;
}
.footer-add-content .container {
    padding-left: 0px;
    padding-right: 0px;
}
.select-a-service h3 {
    text-align: left;
    font-size: 16px;
}

.select-a-tool h3 {
    text-align: left;
    font-size: 16px;
}
.host-main-profile h1 {
    font-size: 25px;
}
.host-profile-by-id .row.booking-mark-sdv {
    width: 100%;
    margin: auto;
    padding-left: 15px;
    align-items: flex-start;
}
.host-select-add {
    gap: 12px;
    padding: 5px !important;
}

.host-booking-inner p {
    font-size: 13px;
    margin-bottom: 0px;
}
.select-booking-inner p {
    margin-bottom: 0px;
    font-size: 13px;
}
.booking-select-add {
    justify-content: center;
    text-align: center;
    padding: 5px !important;
}

span.nav-link-dash.host-name-text {
    font-size: 14px;
    font-weight: 500;
}
.row.partial-host-list .card-body img {
    width: 80px !important;
    border-radius: 2px;
    height: 80px !important;
}
.row.partial-host-list .col-md-4.mb-4 {
    padding: 5px;
    max-width: 100%;
}
.gig-filter-paginate ul.pagination {
    margin-top: 0px;
}
.filter-host-user .partial-host-list .text.nav-link-dash {
    font-size: 13px;
}
.row.partial-host-list .card-body {
    padding-bottom: 0px;
    height: 290px;
}
.meet-our-top .detils-inner {
    padding: 10px 5px;
    height: 180px;
}

.meet-our-top {
    margin-top: 30px;
}
.host-profile-by-id .panel.time-zone-sct ul li {
    margin-bottom: 0px;
    width: 100%;
    font-size: 13px !important;
    padding: 5px 6px;
}

.host-profile-by-id .select-duration .panel {
    padding: 0 8px;
    margin-top: -2px;
}

.host-profile-by-id .panel.time-zone-sct ul {
    display: flex !important;
    gap: 10px;
}

.host-profile-by-id .music-list-text {
    padding-left: 0;
    width: 100%;
}

.host-profile-by-id .host-main-profile {
    padding-top: 20px;
}

.host-profile-by-id .music-audio img {
    display: flex;
    margin: auto;
}

.host-profile-by-id .container.select-duration {
    padding: 40px 0;
    padding-bottom: 0px;
    padding-top: 0px;
}

.host-profile-by-id .row.maximum-offers-service i.fa-solid.fa-heart {
    top: 80px;
}

.host-profile-by-id .row.booking-mark-sdv {
    width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.host-profile-by-id .select-a-service {
    text-align: center;
    gap: 5px;
}

.container.search-destinations {
    width: 100%;
    padding-left: 11px;
    padding-right: 11px;
    display: block;
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 40px;
}
.meet-our-top i.fa.fa-chevron-left {
    width: 40px;
    height: 40px;
}
.hero-wrapper-main {
       position: relative;
    height: 530px;
}

.meet-our-top i.fa.fa-chevron-right {
    width: 40px;
    height: 40px;
}

.search-destinations {
    display: block;
}

.search-destinations .destination-section {
    margin-bottom: 8px;
    width: 125px;
}
    .search-destinations .service-section {
        margin-bottom: 8px;
    }

    .search-destinations .tool-section {
        margin-bottom: 5px;
    }

    .search-destinations .gender-section {
        margin-bottom: 8px;
    }

.search-destinations select#choose-service {
    margin-top: 2px;
    width: 168px;
    font-size: 17px;
}

select#is_open {
    font-size: 17px;
}


    .meet-our-top .owl-nav {
        top: -12%;
    }

.meet-top-section-owl {
    margin-bottom: 0px !important;
    width: 100%;
    margin: auto;
}

.select-service-left img {
    width: 135px !important;
    height: 135px !important;
    margin-top: 0;
}
.available-time p {
    font-size: 16px;
}
.host-main-profile h1 {
    padding-top: 0px;
    font-size: 22px;
}
.maximum-offers-service img {
    width: 100% !important;
    border-radius: 20px;
    height: 150px !important;
}
.row.maximum-offers-service {
    padding-top: 30px;
    position: relative;
    width: 100%;
    padding-right: 0px !important;
    margin-right: 0px !important;
    height: auto;
    overflow-y: scroll;
    margin-left: 0;
}
.row.maximum-offers-service p {
    font-size: 18px;
    color: #fff;
}

.select-duration-right {
    height: 100%;
    padding-top: 10px;
    box-shadow: rgba(32, 32, 47, 0.1) 0px 0px 39px 0px;
}
.music-audio img {
    width: 25%;
    border-radius: 50px;
    display: inline;
}
.Proceed-to-checkout button#checkout-btn {
    border: none;
    display: flex;
    margin: auto;
    width: 100%;
    text-align: left;
    padding: 10px 13px;
    font-size: 14px;
}
.music-list-text h5 {
    text-align: center;
}

    .music-list-text p {
        text-align: center;
    }

    .rating-review-point {
        display: flex;
        align-items: baseline;
        gap: 2px;
        justify-content: center;
    }

    .music-audio {
        margin: 8px;
        padding: 11px 11px;
        display: block;
        padding-bottom: 0px;
    }

    .duration-text p {
        margin-bottom: 0px;
        font-size: 13px;
        padding: 0px 9px;
    }

    .Proceed-to-checkout {
        padding: 10px 0;
        margin: 8px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .panel.time-zone-sct ul li {
        margin-bottom: 15px;
    }

    .panel.time-zone-sct ul {
        display: block;
        text-align: left;
        padding-left: 0;
    }

    .container.select-duration {
        padding: 40px 0;
    }

    .row.work-destination p.text-white {
        height: 40px;
    }

    .work-destination .card p {
        width: 94%;
        margin: auto;
        font-size: 14px;
    }

    .book-a-task-row {
        margin-top: 50px;
    }

    section.testimonials h3.nav-link {
        margin-top: 15px !important;
    }

    #feedback-testimonials .item {
        padding: 0px !important;
        padding-top: 20px !important;
    }

    #customers-testimonials .item {
        padding: 0 !important;
        padding-top: 40px !important;
    }

    .book-a-task-row .input-group-text {
        padding-left: 0;
    }

    div#gigs .card-content {
        display: block;
        align-items: center;
    }

    img.ikoro-images {
        margin-top: 10px;
        border-radius: 5px;
    }

    .view-hire-btn-one {
        padding: 0 0 !important;
        margin-right: 10px !important;
    }

    .view-hire-btn-two {
        padding: 0 0 !important;
    }

    .view-hire-btn-one i.fas.fa-search {
        margin-top: 0px;
    }

    .view-hire-btn-two i.fa.fa-refresh {
        margin-top: 0px;
    }

    .biography-sec p {
        width: 100%;
        margin: auto;
        font-size: 12px;
        padding-right: 15px;
    }
    .col-md-3.biography-left-content {
        padding-left: 0;
        margin-top: -144px;
    }

    .biography-sec {
        padding-top: 20px;
    }
    .footer-add-content .container.text-center p {
      width: 100% !important;
      margin: auto;
      margin-top: 0px;
    }

}

/*10 Nov Changes*/

.hero-wrapper-main {
    background: url("/frontend/images/web-banner1.jpg") no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    position: relative;
    height: 600px;
}
.content.hero-wrapper-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    z-index: 1;
}
.hero-content {
    z-index: 99;
}



/* Tablet - 3 columns */
@media (max-width: 992px) {
  .grid--boxs {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile - keep 3 columns */
@media (max-width: 576px) {
  .grid--boxs {
    grid-template-columns: repeat(3, 1fr);
  }
}

.main-src-filter {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0px;
	background: #ffffff;
    border-radius: 8px;
	    position: relative;
    z-index: 99;
    box-shadow: 0 4px 28.4px #0000001f;
}

.search-button {
    display: flex;
    text-align: center;
    margin: 0 auto;
	position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    justify-content: center;
}
.search-button button {
    width: 190px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 8px;
    font-size: 24px;
    padding-bottom: 4px;
}
.grid--boxs .card {
  position: relative;
  overflow: hidden;
  border: none;
  transition: all 0.3s ease;
}
/* create the line */
.grid--boxs .card::after {
  content: "";
  position: absolute;
  bottom: 0px; /* adjust for spacing */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: #007e76; /* your theme color */
  transition: width 0.3s ease;
  border-radius: 3px;
}
/* animate on hover */
.grid--boxs .card:hover::after {
  width: 50%; /* line grows from center */
}


.flex-check {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 15px;
    color: #000;
    margin-top: 10px;
}
.flex-check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #007e76; /* modern browsers */
  cursor: pointer;
}
.desti-group {
    display: flex;
    padding-bottom: 8px;
}
.desti-group .ctr-dest {
    margin-right: 15px;
    display: flex !important;
    align-items: baseline;
    flex-direction: column !important;
}
.currency-dest p {
    padding-bottom: 5px;
    font-size: 14px;
    padding-top: 15px;
    padding-left: 5px;
    color: #4a4a4a;
}
span#current-currency {
    color: #000;
}
.desti-group select.form-select {
    border: 1px solid #d7d7d7;
    height: 47px;
    border-radius: 8px !important;
    padding: 0px 15px !important;
    font-weight: 500;
}

.destination-select {
    margin-bottom: 10px;
}
/* Custom 5-column grid */
@media (min-width: 992px) {
  .col-lg-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.grid-shw-tools .card {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}