body {
    margin: 0;
}

* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin-top: 0;
}

img {
    max-width: 100%;
}
/* !! */

body {
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
}
:root {
    --color-primary: #81c5be;
}
.my-custom-container {
    width: 70% !important;
    margin: 0 auto;
}

/* NAVBAR */
.custom-logo {
    width: 15% !important;
    display: flex;
    align-items: end;
    gap: 10px;
    padding-left: 10px;
}

/*Custom Filter DropDown Start */
/* Example custom CSS for Select2 */
.select2-container--default .select2-selection--single {
    height: 20px !important;
    padding: 4px 19px;
    border-radius: 15px !important;
    border: 0px !important;
    outline: none !important;
}

    .select2-container--default .select2-selection--single span {
        border: 0px !important;
       /* color: #81c5be !important;*/
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #212529;
        line-height: 12px !important;
        height: 17px !important;
        text-align: center;
        outline: none;
    }

.select2-selection--single button{
    display: none !important;
}

.select2-container {
    width: 100% !important;
   outline:none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
 display:none !important;
}

.select2-dropdown .custom-dropdown {
    border-radius: 0.25rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.select2-selection__arrow {
    display: none !important;
}
.select2-hidden-accessible, .select2-selection__clear {
    display: none;
}
.text-lg-durationtour{
    white-space:nowrap;
}
.product-highlight-disc {
    font-size: 25px;
    color: var(--color-primary);
    font-weight: 400;
}

.product-highlight-ul {
    font-size: 15px;
    /*font-style: italic;*/
    font-weight: 600;
}
.product-highlight-subhead {
    font-size: 15px;
    font-weight: 400;
}
.searchproduct-touroperatorid {
    font-size: 12px;
}
.search-product-difficulty {
    font-weight: 700;
    color: var(--color-primary);
}
/*Custom Filter DropDown End */
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}




.logo1 {
    width: 20%;
}

.logo2 {
    width: 75%;
}

.input-search {
    width: 100%;
    padding: 0px 15px;
    border: 2px solid var(--color-primary);
    border-radius: 30px;
    background: transparent;
    color: #757575;
    font-size: 14px;
    height: 33px;
}
.text-botomspace{
    margin-bottom:0px;
}
.input-search::placeholder {
    color: #757575;
}

    .input-search:focus {
        outline: none;
    }

.position-relative {
    position: relative;
}

.searching-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #212529;
    font-size: 15px;
    cursor: pointer;
}

    .searching-btn .fa-search {
        font-size: 15px;
    }

.custom-search {
    border: none;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-bar {
    width: 70%;
}

.search-icon {
    font-size: 20px;
    color: #212529;
}

.user-img {
    width: 24px;
}

.search-bar-parent {
    width: 70% !important;
    padding-right: 2px;
}

.user-form {
    width: 15%;
    text-align: end;
    padding-right: 10px;
}

/* NAVBAR END */

/* <!-- SEARCHTOURS --> */
    .card-scroll::-webkit-scrollbar {
        width: 8px;
    }

    /* Track */
    .card-scroll::-webkit-scrollbar-track {
        background: #fff;
    }

    /* Handle */
    .card-scroll::-webkit-scrollbar-thumb {
        background: var(--color-primary);
        border-radius: 25px;
    }

        /* Handle on hover */
        .card-scroll::-webkit-scrollbar-thumb:hover {
            background: var(--color-primary);
        }
.map-size {
    z-index: 999;
    width: 13px;
    padding-top: 2px;
}

.loction-maps {
    top: 10px !important;
}

.form-select {
    width: 100%;
    padding: 10px 0;
    border: 2px solid var(--color-primary);
    border-radius: 20px;
    background: white;
    color: #212529;
    font-size: 14px;
    padding-left: 10px;
    outline: none;
}

 .form-select:focus {
        outline: none;
        box-shadow: none;
        border-color: var(--color-primary);
 }

.search-box {
    /* padding-left: 1px;*/
    position: relative;
    display: inline-block;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 600;
}

    .search-box img {
        position: absolute;
        /* top: 7px; */
        top: 9px;
        left: 10%;
    }

.icon-size {
    width: 20px;
}

.tour-inputs {
    width: 100%;
    padding: 10px 0px;
    border: 2px solid var(--color-primary);
    border-radius: 20px;
    background: white;
    color: var(--color-primary);
    font-size: 14px;
    /* box-shadow: 0px 0px 7px 2px #00000040; */
    text-align: center;
    padding-left: 22px;
    padding-right: 6px;
    height: 44px;
}
.add-btn:hover {
    border-color: var(--color-primary);
    color: white;
    font-weight: 600;
    background-color: var(--color-primary);
}
.tour-inputs::placeholder {
    color: #212529;
    font-size: 12px;
}

    .tour-inputs:focus {
        outline: none;
        box-shadow: none;
        border-color: var(--color-primary);
    }

.custom-search-button {
    background: var(--color-primary);
    border-radius: 20px !important;
    box-shadow: 0px 0px 7px 2px #00000040;
    color: white !important;
    font-weight: 700;
    border: none;
    padding: 10px 0;
    width: 100%;
    height: 41px;
    font-size: 14px !important;
}

    .custom-search-button:hover {
        background: var(--color-primary);
    }

    .custom-search-button:active {
        background: #81c5be !important;
    }

    .custom-search-button:focus {
        background: var(--color-primary);
    }

    .custom-search-button:focus-visible {
        background: var(--color-primary);
    }

/* <!-- SEARCHTOURS END --> */

.p-2-5 {
    padding: 10px;
}

.xl-text-14px {
    font-size: 14px;
}

.md-normal-case {
    text-transform: none;
}

.flex {
    display: flex;
}

.justify-evenly {
    justify-content: space-evenly;
}

.items-center {
    align-items: center;
}

.separator {
    padding: 0 10px;
}

.text-balaned {
    text-wrap: wrap;
}

.title-card {
    font-size: 20px;
    font-weight: 700;
    color: black;
}

.tour-cards {
    border-radius: 10px;
}

.review-text {
    font-size: 13px;
    color: #212529;
}

.card-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-primary);
}

.card-text {
    font-size: 12px;
    font-weight: 400;
    color: #212529;
}

.body-title {
    font-size: 14px;
    font-weight: 700;
    color: #212529;
}

.text-li {
    font-size: 13px;
    columns: #212529;
}

.regular {
    font-size: 11px;
    color: #212529;
}

.price {
    font-size: 15px;
    color: var(--color-primary);
    font-weight: 700;
}

.booknow-btn {
    background: var(--color-primary);
    border-radius: 20px;
    color: white !important;
    font-size: 13px;
    border: none;
    width: 50%;
    height: 30px;
    font-weight: 700;
    padding: none !important;
}

    .booknow-btn:hover {
        background: var(--color-primary);
    }

.start-class {
    width: 12%;
}

.footer-section {
    background-color: var(--color-primary);
    color: white;
    text-align: center;
}

.size-footer {
    font-size: 25px;
}

.size-2024 {
    font-size: 15px;
}

.footer-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    flex-wrap: wrap;
}

    .footer-nav a {
        font-size: 13px;
        color: white;
        padding: 0 15px;
        text-decoration: none;
    }

        .footer-nav a:not(:last-child) {
            border-right: 1px solid white;
        }

        .footer-nav a:hover {
            text-decoration: underline;
        }

.custom-position::-webkit-calendar-picker-indicator {
    padding: 10px 70px;
    transform: translate(-50%, -50%);
    /* border: 1px solid; */
    cursor: pointer;
    position: absolute;
    left: 40%;
    top: 50%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    opacity: 0;
}

.d-calender::-webkit-calendar-picker-indicator {
    width: 95%;
    padding: 12px 0;
    transform: translate(-50%, -50%);
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 20px;
    opacity: 0;
}

.price-green {
    font-size: 12px;
    color: green;
    font-weight: 700;
}

.card-body {
    display: grid;
}

.line-throu {
    text-decoration: line-through;
}

.card {
    box-shadow: 0px 0px 7px 2px #00000040;
}

.orage-star {
    color: var(--color-primary);
    font-size: 12px;
}

.radius-20 {
    border-radius: 20px;
}

.custom-size {
    /* aspect-ratio: 1/1; */
    object-fit: cover;
   /* height: 386px;*/ /*card height fixing rehmantahir*/
    width:100%;
    /*max-width:290px !important;*/
}

.read-review-btn {
    background: white;
    border-radius: 100px;
    color: black !important;
    border: 3px solid var(--color-primary);
    height: 30px;
    font-size: 12px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-wrap: nowrap;
}

    .read-review-btn:hover {
        background: var(--color-primary);
        color:#fff !important;
    }

    .read-review-btn:active {
        background: #81c5be !important;
    }

    .read-review-btn:focus {
        background: var(--color-primary);
    }

    .read-review-btn:focus-visible {
        background: var(--color-primary);
    }

.share-img {
    max-height: 30px;
}

.details-title {
    font-size: 37px;
    color: black;
    font-weight: 700;
    line-height: 1.3;
}

.operator-id {
    font-style: italic;
    font-size: 10px;
    color: #212529;
}

.duration {
    font-weight: 700;
    font-size: 13px;
    color: #212529;
}

.hours {
    font-weight: 700;
    font-size: 13px;
    color: var(--color-primary);
}

.days {
    font-weight: 700;
    font-size: 13px;
    color: #008000;
    letter-spacing: 2px;
    margin-left: 5px;
}

.date-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2px;
    box-shadow: 0px 0px 7px 2px #00000040;
    border-radius: 20px;
    padding: 7px 13px;
    width: fit-content;
}

.time-section {
    width: 80px;
    gap: 15px;
}

.guest-number {
    border-bottom: 1px solid var(--color-primary);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: auto 10px;
}

.flex {
    display: flex;
    cursor: pointer;
}

.price-tag,
.button {
    font-weight: bold;
    height: 40px;
    padding: 15px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid;
}
.list-Difficulty ul{
    margin-left:7px;

}
 

.price-tag {
    font-size:14px;
    color: var(--color-primary);
    border-color: var(--color-primary);
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.price-tag-disc,
.button-disc {
    font-weight: bold;
    /* height: 40px; */
    padding: 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid;
}

.price-tag-disc {
    color: var(--color-primary);
    border-color: var(--color-primary);
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.button-disc {
    background-color: var(--color-primary);
    color: white;
    border-color: var(--color-primary);
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.dctPrice-clr {
    color: #8A92A6 !important;
}
.button {
    background-color: var(--color-primary);
    color: white;
    border-color: var(--color-primary);
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.booknow-btnhalf:hover {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary);
}
.flex-container {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin-left: auto;
    font-size: small;
}

    .flex-container span {
        font-size: 11px;
    }

.text-trip-details {
    font-weight: 600;
    font-size: 15px;
    /*font-style: italic;*/
}
.custom-search-box {
    display:none;
}
.search-box-hr {
    height: 3px;
    background-color: var(--color-primary);
    width: 97.5%;
}
.detils-section {
    box-shadow: 0px 0px 7px 2px #00000040;
    border-radius: 20px;
    padding: 20px;
    display: flex;
}

.flex-grow {
    flex: 1 1 0%;
    display: flex;
    justify-content: center;
}

.wrapper {
    width: 65%;
}

.title-desc {
    font-size: 18px;
    font-weight: 700;
}
.desc ul{
    list-style:none;
    padding-left:20px;
}
.dot-remove ul {
    list-style: none;
}
.desc {
    font-size: 15px;
    color: #212529;
}

#DepartuersDiv a:hover {
    color: var(--color-primary) !important;
    cursor:pointer;
}
.custom-dots {
    list-style: none;
    padding-left: 0px;
}

    .custom-dots li {
        position: relative;
    }

        .custom-dots li::before {
            content: "•";
            color: var(--color-primary);
            font-size: 35px;
            position: absolute;
            left: -20px;
            top: -18px;
        }
.list-Difficulty li{
    position:relative;
    list-style:none;
}

.list-Difficulty li::before {
    content: "•";
    color: var(--color-primary);
    font-size: 29px;
    position: absolute;
    left: -19px;
    top: -11px;
}

/*.custom-position {
    display: flex;
    flex-direction: column;
    align-items: center;
}*/

.custom-width {
    width: fit-content;
}

.custom-width-top {
    width: 100%;
}

.w-details {
    width: 95%;
}

.d-calendar {
    left: 12% !important;
}

.form-date {
    border: none;
    background: white;
    color: var(--color-primary);
    font-size: 12px;
    padding-left: 10px;
}

    .form-date:focus {
        outline: none;
        box-shadow: none;
        border-color: var(--color-primary);
    }

.date-icon {
    left: 0% !important;
}

.time-section input[type="time"]:focus {
    outline: none;
}

.time-section input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
}

.time-section input[type="time"] {
    -moz-appearance: textfield;
}

.guest-btn {
    font-size: 14px;
    padding: 0;
    border: none;
    outline: none;
}

.guest-input {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    border: none;
    font-size: 14px;
    text-align: center;
    width: 100%;
    outline: none;
    color: var(--color-primary);
}

    .guest-input::-webkit-inner-spin-button,
    .guest-input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }


.dropdownelement .select2-container--focus {
    display: none;
}

.dropdownelement .select2-container--default {
    display: none;
}

.dropdownelement .select2-container--focus {
    display: none;
}

.listing-main-description, h1, h2, h3, h4, h5, h6,
p, span, strong, em, u, small, del, sub, sup, mark, code,
a, ul, ol, li, table, tr, td, th, div, center {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

    pre img {
        width: 100% !important;
    }
  .form-select-custom-pad{
      padding-left:0;
  }
.accordion-button {
    background-color: #c6c0c05c;
}
.accordion-button:not(.collapsed) {
    background-color: #e87c16d6;
}
.accordion-button:focus{
    box-shadow:none;
}
    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }
:not(.btn-check) + .btn:active {
    background: var(--color-primary);
}
/* _____________MEDIA ____________________ */
@media only screen and (min-width: 1px) and (max-width: 319px) {
    .user-form {
        display: none;
    }

    .my-custom-container {
        width: 100% !important;
        padding-left: 5px;
        padding-right: 5px;
    }

    .input-search {
        font-size: 12px;
    }

    .search-bar {
        width: 97%;
    }

    .search-icon {
        font-size: 18px;
    }

    .user-img {
        width: 20px;
    }

    .tour-inputs::placeholder {
        opacity: 0;
    }

    .search-box img {
        left: 30%;
    }

    .custom-left {
        left: 8% !important;
    }

    .custom-logo {
        width: 40% !important;
    }

    .hidden {
        display: none;
    }

    .w-95 {
        width: 95%;
    }

    .flex-direction {
        flex-direction: column;
    }

    .footer-nav a {
        font-size: 10px;
    }

    .size-footer {
        font-size: 18px;
    }

    .size-2024 {
        font-size: 12px;
    }

    .custom-width {
        width: 100%;
    }

    .custom-width-top {
        width: 100%;
    }

    .date-section {
        justify-content: space-evenly;
    }

    .price-tag,
    .button {
        width: 50%;
        padding: 0;
    }

    .w-details {
        width: 95%;
    }

    .flex-container span {
        font-size: 9px;
        text-wrap: nowrap;
    }

    .wrapper {
        width: 90%;
    }

    .custom-position {
        align-items: start;
    }

    .title-card {
        font-size: 13px;
    }

    .footer-nav a:nth-child(3),
    .footer-nav a:nth-child(5) {
        border-right: none;
    }

    .orage-star {
        font-size: 8px;
    }

    .review-text {
        font-size: 9px;
    }

    .d-calendar {
        left: 12% !important;
    }

    .price-tag-disc,
    .button-disc {
        padding: 0;
    }
}

.actived {
    color: var(--color-primary);
}
.whishlist-checked {
    color: var(--color-primary);
    cursor: pointer;
}

.whishlist-unchecked {
    border-color: var(--color-primary);
    cursor: pointer;
}
@media only screen and (min-width: 320px) and (max-width: 425px) {
    .custom-search-box {
        display:block;
    }
    .search-box-hr {
        width: 92.5%;
    }
    #allSearchBox {
        display: none;
    }
    .search-box-sapacing{
        margin-top:0px;
    }
    .custom-search-box p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 337px;
        display: block;
    }
      
    .custom-search-box p span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        flex-shrink: 1; 
        min-width: 0; 
    }

    .custom-search-box div {
        width: 100%;
        padding: 10px;
        font-size:14px;
        border: 2px solid var(--color-primary);
        border-radius: 20px;
        background: white;
        color: #212529;
        padding-left: 10px;
        outline: none;
    }
    .loction-maps {
        top: 11px !important;
    }

    .tour-inputs{
        height:45px;
    }
    .tour-inputs::placeholder {
        font-size: 14px;
    }
    .text-botomspace{
        margin-bottom:8px;
    }
    .form-select {
        font-size: 14px;
    }
    /*.search-box img{
        top:10px !important;
    }*/
    .search-box loction-maps {
        top: 12px !important;
    }
    .user-form {
        display: none;
    }

    .custom-size {
        height: 200px;
    }

    .my-custom-container {
        width: 100% !important;
        padding-left: 5px;
        padding-right: 5px;
    }

    .input-search {
        font-size: 12px;
    }

    .search-bar {
        width: 97%;
    }

    .search-icon {
        font-size: 18px;
    }

    .user-img {
        width: 20px;
    }

    .tour-inputs::placeholder {
        opacity: 0;
    }

    .search-box img {
        left: 22%;
    }

    .custom-left {
        left: 8% !important;
    }

    .custom-logo {
        width: 45% !important;
    }

    .hidden {
        display: none;
    }

    .w-95 {
        width: 95%;
    }

    .flex-direction {
        flex-direction: column;
    }

    .footer-nav a {
        font-size: 10px;
    }

    .size-footer {
        font-size: 18px;
    }

    .size-2024 {
        font-size: 12px;
    }

    .custom-width {
        width: 100%;
    }

    .custom-width-top {
        width: 100%;
    }

    .date-section {
        justify-content: space-evenly;
    }

    .price-tag,
    .button {
        width: 50%;
        padding: 0;
    }

    .w-details {
        width: 95%;
    }

    .flex-container span {
        font-size: 9px;
        text-wrap: nowrap;
    }

    .wrapper {
        width: 90%;
    }

    .custom-position {
        align-items: start;
    }

    .title-card {
        font-size: 13px;
    }

    .footer-nav a:nth-child(3),
    .footer-nav a:nth-child(6) {
        border-right: none;
    }

    .orage-star {
        font-size: 8px;
    }

    .review-text {
        font-size: 9px;
    }

    .d-calendar {
        left: 12% !important;
    }

    .price-tag-disc,
    .button-disc {
        padding: 0;
    }
    .details-title {
        font-size: 23px;
    }
}
@media only screen and (min-width: 426px) and (max-width: 600px) {
    .loction-maps{
        top: 11px !important;
    }
    .search-box-hr {
        width: 92.5%;
    }
    .details-title {
        font-size: 23px;
    }
    .user-form {
        display: none;
    }

    .my-custom-container {
        width: 100% !important;
        padding-left: 5px;
        padding-right: 5px;
    }

    .input-search {
        font-size: 12px;
    }

    .search-bar {
        width: 97%;
    }

    .search-icon {
        font-size: 18px;
    }

    .user-img {
        width: 20px;
    }

    .tour-inputs::placeholder {
        opacity: 0;
    }

    .search-box img {
        left: 12%;
    }

    .custom-left {
        left: 8% !important;
    }

    .hidden {
        display: none;
    }

    .w-95 {
        width: 95%;
    }

    .flex-direction {
        flex-direction: column;
    }

    .custom-logo {
        width: 35% !important;
    }

    .custom-width-top {
        width: fit-content;
    }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
    .user-form {
        display: none;
    }

    .search-bar {
        width: 97%;
    }

    .tour-inputs::placeholder {
        opacity: 0;
    }

    .search-box img {
        left: 30%;
    }

    .custom-left {
        left: 8% !important;
    }

    .w-95 {
        width: 95%;
    }

    .my-custom-container {
        width: 100% !important;
        padding-left: 5px;
        padding-right: 5px;
    }

    .flex-direction {
        flex-direction: column;
    }

    .hidden {
        display: none;
    }

    .custom-logo {
        width: 30% !important;
    }

    .custom-width-top {
        width: fit-content;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .user-form {
        display: none;
    }

    .tour-inputs::placeholder {
        font-size: 11px;
    }

    .separator {
        padding: 0 5px;
    }

    .hidden {
        display: none;
    }

    .w-95 {
        width: 95%;
    }

    .flex-direction {
        flex-direction: column;
    }

    .my-custom-container {
        width: 100% !important;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .separator {
        padding: 0 5px;
    }

    .w-95 {
        width: 95%;
    }

    .my-custom-container {
        width: 90% !important;
        padding-left: 5px;
        padding-right: 5px;
    }

    .user-form {
        width: 15%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .separator {
        padding: 0 5px;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1440px) {
}
