

hr{
    margin: 5px 0px;
    border-top: 1px solid var(--bs-border-color) !important;
    opacity: 1;
}
.active>.page-link, .page-link.active{
    color: var(--bs-pagination-active-color);
    background-color:  var(--secondary-color);
    border-color:  var(--secondary-color);
}
.page-link{
    color: var(--secondary-color);
}
.pagination .page-item{
    margin: 0px 3px;
}
.service-box1{
    display: flex;
    padding: 8px ;
    /* padding: 20px; */
    align-items: center;
    /* gap: 15px; */
    border: 1px solid var(--border-color);
    background: #FFFBF6;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.service-box1 .service-box-img{
    /* width: calc(50% - 10px); */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    /* width: 150px; */
    width: 100px;
    min-height: 100px;
    margin-right: 15px;
}


.service-box1 img {
    width: 100%;
    object-fit: contain;
}

.service-box-content h4{
    font-size: 16px;
}

.service-box-content {
    flex: 1 1;
}


.overlay-link-service{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.bg-1{
    background-color: #FFF2E2;
}

.bg-2{
    background-color: #ECFFD6;
}

.bg-3{
    background-color: #FFF5CE;
}

.bg-4{
    background-color: #F5FFD5;
}

.bg-5{
    background-color: #E0FFFE;
}

.bg-6{
    background-color: #f7e4cf;
}

.service-list{
    display: flex;
    flex-wrap: wrap;
    /* gap: 15px; */
    justify-content: center;
}

.service-list li{
    width: calc( 16.66% - 0px );
    /* width: calc( 16.66% - 15px ); */
    overflow: hidden !important;
}

.tp-team-3-area .swiper,
.tp-team-3-area .swiper-wrapper,
.tp-team-3-area .swiper-slide{
    height: fit-content;
}

.service-box-2{
    display: flex;
    padding: 10px;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    /* border: 1px solid var(--border-color);
    background: #FFFBF6;
    border-radius: 10px; */
    text-align: center;
    position: relative;
    overflow: hidden !important;
    
}


.service-box-2 .service-box-img{
    /* width: calc(50% - 10px); */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: auto;
    min-height: auto;
    width: 150px;
    height: 150px;
    overflow: hidden !important;
    /* padding: 30px; */
    border: 1px solid var(--border-color);
}

.service-box-2 .service-box-img img{
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.service-box-content h3, .service-box-content h2{
    font-size: 16px;
    font-weight: 500;
}

@media(max-width:1200px){
    .service-list li{
        width: calc( 20% - 20px );
    }
    .service-box-2 .service-box-img{
        width: 120px;
        height: 120px;
    }
    .service-box-2{
        padding: 0;
    }
    .service-list{
        /* gap: 20px; */
    }
    .service-box-2 .service-box-img img{
        width: 100px;
        height: 100px;
        object-fit: contain;
    }
}

@media(max-width: 991px){
    .service-list {
        gap: 15px;
    }
    .service-list li{
        width: calc( 25% - 15px );
    }
    .service-box-2 .service-box-img{
        width: 107px;
        height: 107px;
    }

    .service-box-2 .service-box-img img{
        width: 90px;
        height: 90px;
        object-fit: contain;
    }
}

@media(max-width: 767px){
    .service-list li{
        width: calc( 33.33% - 15px );
    }
    .service-box-2 .service-box-img{
        width: 90px;
        height: 90px;
    }

    .service-box-2 .service-box-img img{
        width: 70px;
        height: 70px;
        object-fit: contain;
    }
    .service-box-content h3, .service-box-content h2 {
        font-size: 14px;
    }
}


.service-details-thumbnail{
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.play-video{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    top: 0;
}

.review-rating-btn{
    padding: 5px 12px;
    background-color: var(--primary-color-opacity);
    border-radius: 3px;
    color: var(--black-color);
    z-index: 3;
    position: relative;
    font-size: 14px;
}

.service-details-thumbnail .review-rating-btn{
    position: absolute;
    top: 15px;
    left: 15px;
}

.service-detail .card {
    background-color: var(--white-color);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
    border: 0;
    padding: 0;
}

.service-detail .card-header{
    /* background: var(--primary-color); */
    color: var(--black-color);
}

.service-detail .card img{
    max-width: 100%;
}

.service-booking-box{
    background-color: var(--white-color);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
    border: 0;
    padding: 20px;
}

.selected-booking{
    background-color: var(--white-color);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
    border: 0;
    padding: 40px;
    background: linear-gradient(0deg, #FF8A00 11.32%, #FFBC00 94.74%);
    border-radius: 20px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: fit-content;
}

.cart-item-product .cart-item-img{
    margin-right: 16px;
}

@media (max-width:991px){
    .selected-booking{
        padding: 30px 20px !important;
        background-position: left !important;
    }
}

.selected-booking-img{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    width: fit-content;
    border-radius: 10px;
    margin-left: auto;
    min-width: 150px;
    min-height: 150px;
}
.selected-booking-img img{
    max-width: 130px;
    min-height: 130px;
    max-height: 130px;
    object-fit: contain;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}



#msform .action-button {
    padding: 12px 24px;
    background: var(--primary-color);
    background: linear-gradient(0deg, #FF8A00 11.32%, #FFBC00 94.74%);
    color: var(--white-color);
    transition: all 0.3s;
    border-radius: 5px;
    display: block;
    width: max-content;
    font-weight: 600;
    border: 1px solid var(--primary-color);
    letter-spacing: 0.2px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* float: right; */
    /* margin-top: 20px; */
    border-radius: 50rem !important;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background: var(--black-color) !important;
    color: var(--white-color) !important;
    border-color: var(--black-color) !important;
}

#msform .action-button-previous {
    padding: 12px 24px;
    background: var(--white-color);
    color: var(--black-color);
    transition: all 0.3s;
    border-radius: 50rem;
    display: block;
    width: max-content;
    font-weight: 600;
    border: 1px solid var(--black-color);
    letter-spacing: 0.2px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background: var(--black-color) !important;
    color: var(--white-color) !important;
    border-color: var(--black-color) !important;
}

.fs-title {
    font-size: 25px;
    color: var(--primary-color);
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: var(--primary-color);
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: var(--secondary-color)
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    color: var(--black-color);
}

#progressbar #account:before {
    /* font-family: FontAwesome; */
    content: "01"
}

#progressbar #personal:before {
    /* font-family: FontAwesome; */
    content: "02"
}

#progressbar #payment:before {
    /* font-family: FontAwesome; */
    content: "03"
}

#progressbar #confirm:before {
    /* font-family: FontAwesome; */
    content: "04"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: var(--black-color);
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    font-size: 16px;
    font-weight: 700;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 5px;
    background:var(--primary-color-opacity);
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--secondary-color)
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: var(--secondary-color)
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.selector{
    display: flex;
    /* gap: 15px; */
    flex-wrap: wrap;
    margin: 0px -8px;
}
.selector li{
    margin-right: 10px;
}

.selector li:last-child{
    margin-right: 0;
}

.form-card .selector li{
    width: calc( 25% - 0px);
    padding: 0px 8px;
    margin-bottom: 12px;
    margin-right: 0px;
}

.form-card .selector .control__content{
    width: 100%;
    font-size: 13px;
    white-space: nowrap;
}

.form-card .selector .control{
    width: 100%;
}


.control {
    display: inline-flex;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
}
.control input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.control i{
    margin-right: 10px;
}
.control svg {
    margin-right: 6px;
    border-radius: 8px;
    /* box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.2); */
}
.control__content {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    font-size: 15px;
    line-height: 28px;
    color: var(--black-color);
    background-color: var(--white-color);
    border-radius: 8px;
    border: 2px solid var(--primary-color-opacity);
}
/* .control:hover .control__content {
    background-color: rgba(0, 0, 0, 0.1);
} */
.control input:focus:not([name="package"], [name="tipamount"]) ~ .control__content {
    /* box-shadow: 0 0 0 0.25rem rgba(12, 242, 143, .2); */
    /* background-color: var(--primary-color); */
    background: linear-gradient(0deg, #FF8A00 11.32%, #FFBC00 94.74%);
    color: var(--white-color);
}
.control input.active ~ .control__content,
.control input:checked:not([name="package"]) ~ .control__content {
    background: linear-gradient(0deg, #FF8A00 11.32%, #FFBC00 94.74%);
    color: var(--white-color);
}
.control.disabled input ~ .control__content {
    background: #EAEAEA;
    color: #444348;
    border-color: #444348;
}
.control.disabled input ~ .control__content i{
    display: none;
}

.control input:checked:not([name="package"]) ~ .control__content .text-secondary,
.control input:checked:not([name="package"]) ~ .control__content .text-primary,
.control input:checked:not([name="package"]) ~ .control__content .text-success,
.control input:checked:not([name="package"]) ~ .control__content h3,
.control input:checked:not([name="package"]) ~ .control__content h4,
.control input:checked:not([name="package"]) ~ .control__content h5,
.control input:checked:not([name="package"]) ~ .control__content h6,
.control input:checked:not([name="package"]) ~ .control__content h4 .text-muted{
    color: var(--white-color) !important;
}
.control input.active ~ .control__content .text-secondary,
.control input.active ~ .control__content .text-primary,
.control input.active ~ .control__content .text-success,
.control input.active ~ .control__content h3,
.control input.active ~ .control__content h4,
.control input.active ~ .control__content h5,
.control input.active ~ .control__content h6,
.control input.active ~ .control__content h4 .text-muted{
    color: var(--white-color) !important;
}
.control input:checked:not([name="package"]) ~ .control__content .img-fluid{
    filter: grayscale(80);
}
.package-selector .coupon{
    float: none;
}
.package-selector .control__content{
    flex-direction: row-reverse;
    justify-content: space-between;
}

@media(max-width:767px){
    .control__content{
        font-size: 16px;
    }
}


.service_box{
    padding: 15px 20px;
    border: 1px solid #FFF2E2;
    border-radius: 8px;
    position: relative;
    height: 100%;
}

.service_box h4{
    font-size: 18px;
    /*max-width: 80%;*/
    margin-bottom: 30px;
}

.service_box .service_box_content{
    display: flex;
    align-items: end;
    gap: 10px;
    justify-content: space-between;
}


.service_box .service_box_content h3{
    font-size: 14px;
    white-space: nowrap;
}

@media(max-width:767px){
    .fw-600.mb-30.fs-4{
        margin-bottom: 15px;
    }
    .back-to-top{
        display: none;
    }
    .selector{
        gap: 10px;
    }
}

.cart-card{
    border: 1.5px solid var(--primary-color-opacity);
    position: relative;
}

.cart-item-img{
    padding: 10px;
    width: 85px;
    min-width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    align-items: stretch !important;
    object-fit: cover;
}

.cart-item-img img{
    object-fit: contain;
}

.card-item-details h4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
            line-clamp: 1; 
    -webkit-box-orient: vertical;
}


.card-item-details h4.amount{
    display: block;
    line-clamp: none;
}


.cart-item-footer{
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
}

.cart-item-btns{
    display: flex;
    align-items: center;
    /* gap: 5px; */
    position: relative;
    z-index: 3;
}

.cart-item-btns .btn-1{
    padding: 0px 30px;
    font-size: 16px;
}

.cart-item-btns .btn-secondary{
    /* width: 54px;
    height: 54px; */
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #FF8A00;
    border: 1px solid #FF8A00;
    font-size: 14px;
}
.cart-item-btns .btn-2{
    font-size: 15px !important;
    height: 40px;
}

.cart-item-btns .btn-secondary.btn-smll-row{
    width: 35px;
    height: 35px;
    margin-right: 8px;
}

.card-header{
    padding: 10px;
}

.cart-card .card-header{
    border-radius: 0 !important
}

@media(max-width:570px){
    .cart-item-img{
        padding: 8px;
        width: 70px;
        min-width: 70px;
        height: 70px;
    }

    .cart-card .fs-4{
        font-size: 13px !important;
    }
    .cart-card .card-body{
        padding: 10px;
    }

    .cart-item-btns .btn-secondary{
        width: 35px !important;
        height: 35px !important;
    }

    .cart-item-btns .btn-2{
        height: 35px !important;
        padding: 0px 14px !important;
        font-size: 14px !important;
    }
    .cart-card .fs-3 {
        font-size: 14px !important;
    }
}


.coupon-input a{
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 2;
    color: var(--secondary-color);
}



.address-box label {
    /* display: inline-flex; */
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    width: 100%;
}

.address-box input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.address-box .tick{
    color: var(--white-color);
}

.address-box input:checked ~ .content .tick {
    color: var(--secondary-color) !important;
}

.address-box .address-box-action{
    position: relative;
    z-index: 3;
}

.address-box .address-box-action .address-box-delete-btn{
    color: #DE0A0A;
    font-size: 14px !important;
}

.address-box .address-box-action .address-box-edit-btn{
    color: var(--black-color);
    font-size: 14px !important;
}

.profile-img{
    border-radius: 10px !important;
    overflow: hidden;
    position: relative;
    max-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 30px;
}

@media(min-width:992px){
    .profile-img{
        padding: 35px 30px;
        min-height: 180px;
    }
}

.p-image {
    /* position: absolute;
    top: 30%;
    right: 40%; */
    color: var(--secondary-color);
    z-index: 2;
    /* transform: translate(50%, 50%); */
    max-width: 150px;
    position: relative;
  }

  .p-image .profile-pic{
    width: 100px;
    height: 100px;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
  }
  .upload-button {
    font-size: 1.2em;
    background: var(--primary-color-opacity);
    color: var(--secondary-color);
    width: 40px;
    height: 40px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 30px;
    bottom: -20px;
  }

  .file-upload {
    display: none;
}


.wallet-info{
    border-radius: 10px !important;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 30px;
}
.wallet-info .img-fluid{
    max-width: 150px;
}


@media(max-width:767px){
    .wallet-info{
        border-radius: 10px !important;
        overflow: hidden;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 40px 20px;
    }
}

.totalreviews-info{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background-color: var(--primary-color-opacity);
    border-radius: 10px !important;
}


.user-review-top{
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
    height: 100%;
}



.user-review-right{
    padding: 8px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 50rem;
    color: var(--secondary-color);
    background: var(--primary-color-opacity);
    font-weight: 600;
}


.cart-card-modal .increment-decrement-btn {
    background: var(--white-color);
    border: 2px solid var(--secondary-color);
    padding: 6px 20px;
    border-radius: 50rem;
    font-size: 14px;
  }
  
  .cart-card-modal .cart-item-img {
    padding: 10px;
    width: 80px;
    min-width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    align-items: stretch !important;
    object-fit: cover;
  }

  .cart-card-modal .cart-item-btns .btn-1{
    padding: 8px 28px;
    height: auto;
  }

  .tip-amount .control__content{
    height: 52px !important;
    line-height: normal;
    padding: 10px 10px !important;
}


@media(min-width:992px){
    .custom_footer_txt{
        max-width: 350px;
    }
}


input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="url"], input[type="date"], input[type="location"], select, textarea{
      font-size: 16px;
  width: 100%;
  padding: 10px 20px;
  border:2px solid var(--primary-color-opacity) !important;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  color: var(--black-color) !important;
  background-color: var(--white-color) !important;
  background: var(--white-color) !important;
  min-height: 52px !important;
  box-shadow: none !important;
}


input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="url"]:focus, input[type="date"]:focus, input[type="location"]:focus, select:focus, textarea:focus, button:focus, a:focus{
    box-shadow: none !important;
}

#loginModal .input-group-prepend{
        width: fit-content !important;
    position: fixed !important;
    z-index: 6 !important;
}


#loginModal .form-control.iti__tel-input{
    background: transparent !important;
    border: 0 !important;
}

#loginModal .form-input-1{
        width: 100% !important;
    padding-left: 100px !important;
    border-radius: 6px !important;
}

#loginModal .iti__selected-country-primary, .iti__selected-country-primary{
    background: transparent !important;
    border: 0 !important;
}

#loginModal .iti__search-input{
    background: transparent !important;
}

#loginModal .iti--inline-dropdown .iti__dropdown-content{
    max-width: 265px !important;
}
.iti--inline-dropdown .iti__dropdown-content{
    max-width: 420px !important;
    width: 100% !important;
    min-width: 265px !important;
}

.otp-inputs .form-control-1{
    text-align: center !important;
}


.flatpickr-monthDropdown-months, .flatpickr-current-month input.cur-year{
    height: auto;
    min-height: auto !important;
    padding: 5px !important;
    border: 0 !important;
}


.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay{
    background: #000 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #000 !important;
}

.quanity_form{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-color);
    padding: 0;
    width: fit-content;
    margin-left: auto !important;
    border-radius: 50px;
}

.quanity_form button{
        display: flex !important;
    align-items: center;
    justify-content: center;
    width: 36px !important;
    height: 36px !important;
}

.quanity_form input{
    padding: 0;
    width: 50px !important;
    border: 0 !important;
    min-height: 36px !important;
    height: 36px !important;
    margin: 0 !important;
    line-height: 36px;
}

.add-button-color-change{
        margin-left: auto;
    white-space: pre;
}



.service-detail .service-details-thumbnail img{
    /*max-height: 500px;*/
    /*min-height: 400px;*/
    object-fit: cover;
}


.no-results-div img{
    max-width: 110px;
    /* max-width: 190px; */
}
.no-results-div h3{
    color: var(--secondary-color);
    font-size: 25px !important;
}


.card-item-details .d-flex .mt-2{
    max-width: 65%;
    font-size: 12px;
    line-height: 1.5;
}


.card-item-details .d-flex h4{
    /* width: -webkit-fill-available; */
    text-align: right;
}
.service-detail .card-body{
    /* max-height: 380px; */
    /* overflow-y: auto; */
    /* overflow-x: hidden; */
}
.form-select{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FF9100' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: 96% center !important;
    background-size: 18px !important;
}
.review-scroll-area{
    /* max-height: 370px; */
    max-height: 500px;
    overflow-y: auto;
    padding-right: 15px;
}
.service-detail .card-body::-webkit-scrollbar,
.review-scroll-area::-webkit-scrollbar {
    width: 5px;
}
.service-detail .card-body::-webkit-scrollbar-track,
.review-scroll-area::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.service-detail .card-body::-webkit-scrollbar-thumb,
.review-scroll-area::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    outline: 1px solid var(--primary-color);
}
.location-area-box{
    outline: 1px solid var(--border-color);
    height: 48px;
    background-color: var(--white-color);
    font-size: 15px;
}
.location-area-box .location-header{
    height: 100%;
    padding: 0px 15px;
}
.location-area-box .dropdown-menu{
    width: 100%;
}
.object-fit-cover{
    object-fit: cover !important;
}
.cart-card-modal .cart-item-btns .btn-smll-row,
.btn-smll-row{
    font-size: 15px !important;
    height: 35px;
}
.information .info{
    text-transform: none;
}
.sidebar {
  box-sizing: border-box; /* Maintain padding and border inside the width */
}
.selected-booking .card-body{
    z-index: 3;
}
.selected-booking .container-anime{
    position: absolute;
    top: 0;
    /* height: 100%; */
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
}

.iti__flag{
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/24.6.0/build/img/flags.webp) !important;
    background-repeat: no-repeat !important;
    background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height) !important;
}
.iti__ae {
    background-position: -32px;
}
.mobile-no-area-wrap .iti,
#loginModal .iti{
    height: 54px;
    z-index: 10;
}
.mobile-no-area-wrap .iti .iti__selected-dial-code,
#loginModal .iti .iti__selected-dial-code{
    white-space: nowrap;
}
.mobile-no-area-wrap #phone-number{
    padding-left: 90px;
}
.location-area-box .dropdown-menu .dropdown-item{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.modal-sm{

}
#session-summary .fs-5 {
    font-size: calc(0.84rem + .05vw) !important;
}

@media (max-width: 767px) {
    .form-card input[type="date"]{
        line-height: normal !important;
    }
    .form-card .selector{
        gap: inherit;
    }
    .form-card .selector li {
        width: calc( 50% - 0px);
    }
    #progressbar li {
        font-size: 13px;
    }
    .footer-widget.with-logo{
        margin-bottom: 30px;
    }
    .profile-dropdown .dropdown-toggle::after{
        display: none;
    }
    .review-scroll-area {
        max-height: 100%;
        padding-right: 10px;
    }
    .service-detail .card-body {
        max-height: 100%;
    }
    .selected-booking-img img {
        max-width: 60px;
        min-height: 60px;
        max-height: 60px;
    }
    .selected-booking-img {
        padding: 15px;
        min-width: 70px;
        min-height: 70px;
    }
    .selected-booking .h5{
        font-size: 13px;
    }
    .selected-booking .h4{
        font-size: 18px;
    }
    .selected-booking {
        padding: 10px 10px !important;
        overflow: hidden;
    }
    .selected-booking .review-rating-btn {
        font-size: 12px;
        padding: 2px 10px;
    }
    #progressbar li:before {
        font-size: 14px;
        width: 35px;
        height: 35px;
        line-height: 32px;
    }
    #progressbar li:after {
        top: 14px;
    }
    .wallet-info .img-fluid {
        max-width: 75px;
    }
    .wallet-info {
        padding: 15px 10px;
    }
    .wallet-info-content h1{
        font-size: 28px;
    }
    .wallet-info-content .date{
        font-size: 15px !important;
    }
    .profile-dropdown{
        padding-right: 0 !important;
        padding-left: 10px !important;
    }
    .selected-booking .container-anime{
        width: 120%;
    }
}


.blog_details_content h2{
    font-size: calc(1.325rem + .9vw);
}

.blog_details_content h3{
    font-size: 1.25rem;
}


    .blog_details_content h4 {
        font-size: 1.125rem;
    }
    
    
    .blog_details_content img{
        width: 100% !important;
        max-width: 100%;
        height: auto !important;
        border-radius: 10px;
    }
    
    .blog_details_content h4{
  font-size: 17px !important;
}

.blog_details_content p {
    /*line-height: 1.7 !important;*/
    font-size: 15px !important;
    color: var(--label-color) !important;
    font-weight: 300;
    width: 100%;
}

.blog_details_content p span{
 font-weight: 300 !important;   
}
.blog_details_content p a{
    color: var(--primary-color) !important;
    font-weight: 500;
        display: contents;
}


.service-detail p:last-child{
    margin-bottom: 0 !important;
}

.service-detail {
  color: var(--label-color) !important;
}

.service-detail a {
  color: inherit; /* or choose a different color for links */
  text-decoration: none !important;
}


.term-content h1, .term-content h2, .term-content h3, .term-content h4, .term-content h5, .term-content h5, .term-content h6{
  font-family: "DM Sans", sans-serif !important;
}




.service_description h1{
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #000;
}
.service_description h2,
.service_description h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #000;
}

.service_description h1 {
  font-size: 2rem;
}

.service_description h2 {
  font-size: 1.75rem;
}

.service_description h3 {
  font-size: 1.5rem;
}

.service_description p {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: var(--label-color) #36454F !important;
}

.service_description ul {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.service_description ul li {
  margin-bottom: 0.5rem;
  list-style-type: disc;
}

.service_description ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.service_description ol li {
  margin-bottom: 0.5rem;
  list-style-type: decimal;
}

.service_description a {
  text-decoration: underline;
}

.service_description a:hover {
  text-decoration: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .service_description {
    padding: 1.5rem;
  }

  .service_description h1 {
    font-size: 1.75rem;
  }

  .service_description h2 {
    font-size: 1.5rem;
  }

  .service_description h3 {
    font-size: 1.25rem;
  }

  .service_description p,
  .service_description ul li,
  .service_description ol li {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .service_description {
    padding: 1rem;
  }

  .service_description h1 {
    font-size: 1.5rem;
  }

  .service_description h2 {
    font-size: 1.25rem;
  }

  .service_description h3 {
    font-size: 1.1rem;
  }

  .service_description p,
  .service_description ul li,
  .service_description ol li {
    font-size: 0.9rem;
  }
}



.term-content p, .term-content strong, .term-content ul, .term-content ol, .term-content li, .term-content b, .term-content span, .term-content a{
  font-family: "DM Sans", sans-serif !important;
  color: var(--label-color) !important;
  font-size: 14px !important;
}

.term-content ul, .term-content ul li{
    list-style-type: auto !important;
    margin-left: 15px !important;
}
.term-content ol, .term-content ol li{
    list-style-type: disc !important;
    margin-left: 15px !important;
}

.term-content p{
  font-size: 14px !important;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  color: var(--label-color) !important;
}

.service-detail a, .term-content a, .blog_details_content p a{
    color: var(--primary-color) !important;
}

.blog-service-right{
    border-left: 1px solid #EDEDED;
    height: 100%;
    padding-left: 20px;
    border-radius: 0;
}

.blog-service-right .btn-1{
    padding: 8px 14px;
    height: auto;
}

.position-sticky{
    position: -webkit-sticky;
  position: sticky;
  top: 10px;
}


.blog-service-right .service-box1 img{
    transform: scale(0.8);
}

@media(max-width:992px){
    .blog-service-right{
      border: 0;
      padding: 0;
    }
}


.service-blog-list{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.service_footer_list{
    background: #FFF2E2;
    /*background: #f7f7f7;*/
    border-radius: 0 !important;
}

.service_footer_list ul li{
    margin-bottom: 15px;
}

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

.service_footer_list li a{
    font-size: 16px;
    color: var(--black-color);
}

.service_footer_list li a i {
  font-size: 14px;
  transition: 0.5s all ease;
  margin-right: 5px;
  /*display: none;*/
  color: var(--primary-color);
}


.service_footer_list li a:hover i {
  transform: translatex(5px);
}



.blog_details_content table {
  width: 100%; /* Full width of the container */
  border-collapse: collapse; /* Remove spacing between borders */
  margin: 20px 0; /* Add some spacing above and below the table */
}

.blog_details_content th, .blog_details_content td {
  border: 1px solid #ddd; /* Light gray border for cells */
  padding: 10px; /* Add some space inside cells */
  text-align: left; /* Align text to the left */
}

.blog_details_content th {
  background-color: #f2f2f2; /* Light gray background for headers */
  font-weight: bold; /* Make header text bold */
}

.blog_details_content tr:nth-child(even) {
  background-color: #f9f9f9; /* Stripe rows with alternate light gray background */
}


.blog_details_content table p{
    margin: 0 !important;
}

.blog_details_content ul, .blog_details_content ol {
    margin-bottom: 10px;
}


.table-of-contents-card .card-body {
    max-height: 380px;
    overflow: auto;
}
.table-of-contents ul ul{
    padding-left: 20px !important;
}
.table-of-contents ul:first-child{
			margin-bottom: 0 !important;
		}
		.table-of-contents ul,
		.table-of-contents ol{
			list-style-type: none !important;
			    padding-left: 0 !important;
				counter-reset:count;
		}
		
		.table-of-contents ul,
		.table-of-contents ul li,
		.table-of-contents ol,
		.table-of-contents ol li{
            list-style-type: none !important;
		}
		
		.table-of-contents li {
			margin-bottom: 15px;
		}

		.table-of-contents li:last-child {
			    margin: 0 !important;
		}

		.table-of-contents li a {
			font-size: 16px;
			color: var(--label-color);;
			position: relative;
			display: flex;
			align-items: flex-start;
			justify-content: flex-start;
			line-height: 1.3;
			font-weight: 600;
		}
		.table-of-contents li a:hover{
			color: var(--primary-color);;
		}

		.table-of-contents li a::before {
			counter-increment: count;
			content: counter(count,decimal-leading-zero);
			font-size: 14px;
			color: var(--primary-color);;
			font-weight: 600;
			width: 26px;
			min-width: 26px;
			position: relative;
			top: 1px;
		}

		.table-of-contents li a.active {
			color: var(--primary-color);
			font-weight: bold;
		}