/* X-Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
    :root {
        --font-base: 15px;
    }
}

/* Medium devices (tablets, laptops between 992px to 1200px) */
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    :root {
        --font-base: 15px;
    }

      h1 {
        font-size:32px;
    }

    h2,
    .h2 {
        font-size:28px;
    }

    h3,
    .h3 {
        font-size: 18px;
    }

    h4,
    .h4 {
        font-size: 16px;
    }


    .hero-banner.hero-banner-2 {
        padding-top: 100px;
        padding-bottom: 270px;
    }

    .hero-banner.hero-banner-3 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .hero-banner .banner-filter-form .btn {
        padding-inline: 10px;
        margin: 0;
    }

    .steps-area .card {
        -webkit-margin-start: 70px;
        margin-inline-start: 70px;
    }

    .steps-area .card .text-stroke {
        left: -70px;
        font-size: 70px;
    }

    .product-column .product-details {
        -webkit-padding-start: 0;
        padding-inline-start: 0;
        padding-top: 15px;
    }

    .product-area-2 .product-column .product-details {
        padding: 15px !important;
    }

    .testimonial-area .slider-item .client,
    .testimonial-area .slider-item .quote {
        padding: 25px;
    }

    .choose-area.choose-3 .info-list {
        padding-inline: 15px;
    }

    .choose-area.choose-3 .card .card-text {
        font-size: var(--font-xsm);
    }

    .listing-list-area .product-column .product-details {
        padding-top: 0;
        -webkit-padding-start: 10px;
        padding-inline-start: 10px;
    }

    .listing-list-area .product-column .product-action {
        -webkit-padding-start: 10px;
        padding-inline-start: 10px;
    }

    .listing-list-area .product-column .btn-sm {
        padding-inline: 12px;
    }

    .widget-area .widget {
        padding: 15px;
    }

    .widget-area .widget-post .article-item {
        flex-direction: column;
        gap: 14px;
    }

    .widget-area .widget-post .article-item .image {
        max-width: 100%;
    }

    .widget-area .widget-post .article-item .content {
        max-width: 100%;
        -webkit-padding-start: 0;
        padding-inline-start: 0;
    }

    .shopping-area .shopping-table:not(.order-summery .shopping-table) tbody td:not(.custom-checkbox) {
        min-width: 150px;
    }

    .page-title-area {
        margin-top: 0;
        padding-block: 50px;
    }

    .listing-map .main-map {
        margin-top: 40px;
    }

    .listing-single {
        padding-top: 0 !important;
        border-top: unset !important;
    }
}

@media only screen and (max-width: 991.98px) {
    .hero-banner .banner-filter-form .btn {
        width: 100%;
        font-size: 18px;
/*        margin-top: 10px;*/
    }
    .hero-banner.hero-banner-3 h1
    {
        font-size: 25px!important;
        line-height: 28px!important;
    }
    .page-title-area
    {
        padding: 20px 0!important;
        text-align: center!important;
    }
    .page-title-area h1
    {
        font-size: 14px!important;
        line-height: 20px!important
    }
    .page-title-area ul{
        font-size: 12px;
        line-height: 1.3;
    }
    .counter-area .card-icon
    {
        font-size: 30px!important
    }
    .counter-area .card-text
    {
        font-size: 12px!important;
        line-height: 18px!important
    }
    .counter-area .col-sm-6.col-lg-3.aos-init.aos-animate
    {
        width: 50%!important;
    }
    .product-column .product-details {
        -webkit-padding-start: 0;
        padding-inline-start: 0;
        padding-top: 15px;
    }

    .product-area-2 .product-column .product-details {
        padding: 15px !important;
    }

    .listing-single-area .product-thumb {
        position: static;
        padding-inline: 0;
        transform: unset;
        max-width: 100%;
        margin-top: 15px;
    }

    .page-title-area {
        margin-top: 0;
        padding-block: 50px;
    }

    .listing-map .main-map {
        margin-top: 40px;
    }

    .listing-single .slider-thumbnails {
        margin-top: 15px;
        max-width: 100%;
    }

    .listing-single {
        padding-top: 0 !important;
        border-top: unset !important;
    }

    .shape {
        display: none;
    }
}

/* Medium devices (tablets, Between 768px to 992px) */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    h1 {
        font-size:32px;
    }

    h2,
    .h2 {
        font-size:28px;
    }

    h3,
    .h3 {
        font-size: 18px;
    }

    h4,
    .h4 {
        font-size: 16px;
    }

    .hero-banner.hero-banner-1 .content-left {
        padding-block: 100px 0;
    }

    .hero-banner.hero-banner-2 {
        padding-top: 100px;
        padding-bottom: 270px;
    }

    .hero-banner.hero-banner-3 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .hero-banner.hero-banner-4 .content-left {
        padding-block: 100px 0;
    }

    .hero-banner .banner-filter-form .nice-select *,
    .hero-banner .banner-filter-form .form-control {
        font-size: var(--font-sm);
    }

    .hero-banner .banner-filter-form .filter-price-range {
        font-size: 12px;
    }

    .hero-banner.hero-banner-3 .banner-filter-form .btn-icon {
        border-radius: var(--radius-md) !important;
    }

    .choose-area .shape {
        height: 32%;
    }

    .steps-area .card {
        -webkit-margin-start: 70px;
        margin-inline-start: 70px;
    }

    .steps-area .card .text-stroke {
        left: -70px;
        font-size: 70px;
    }

    .testimonial-area .slider-item .client,
    .testimonial-area .slider-item .quote {
        padding: 25px 30px;
    }

    .listing-list-area .product-column .product-details {
        padding-top: 0;
        -webkit-padding-start: 15px;
        padding-inline-start: 15px;
    }

    .listing-list-area .product-column .product-action {
        justify-content: space-between;
        padding-top: 10px;
        margin-top: 10px;
        border-top: 1px solid var(--border-color);
    }

    .shopping-area .shopping-table:not(.order-summery .shopping-table) tbody td:not(.custom-checkbox) {
        min-width: 150px;
    }

    .tabs-navigation,
    .tabs-navigation.tabs-navigation-2 {
        overflow: hidden;
        overflow-x: auto;
    }

    .tabs-navigation .nav,
    .tabs-navigation.tabs-navigation-2 .nav {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow: unset;
    }

    .tabs-navigation .nav li,
    .tabs-navigation.tabs-navigation-2 .nav li {
        flex: 0 0 auto;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media only screen and (max-width: 767.98px) {

    /* Reset CSS */
    :root {
        --font-base: 15px;
        --font-sm: 12px;
        --font-xsm: 10px;
        --font-lg: 16px;
        --radius-md: 8px;
        --radius-lg: 12px;
        --radius-xl: 15px;
    }

    h1 {
        font-size:28px;
    }

    h2,
    .h2 {
        font-size:19px;
    }

    h3,
    .h3 {
        font-size:18px;
    }

    h4,
    .h4 {
        font-size: 16px;
    }

    h5,
    .h5 {
        font-size: 14px;
    }

    h6,
    .h6 {
        font-size:12px;
    }

    .ptb-100 {
        padding-top:25px;
        padding-bottom:0px;
    }

    .ptb-70 {
        padding-top: 50px;
        padding-bottom:50px;
    }

    .pt-100 {
        padding-top: 35px;
    }

    .pt-70 {
        padding-top:35px;
    }

    .pb-100 {
        padding-bottom: 0px;
    }

    .pb-75 {
        padding-bottom: 20px;
    }

    .mb-75 {
        margin-bottom: 37px;
    }

    .pb-70 {
        padding-bottom:35px;
    }
    .contact-area .pb-70{
        padding-bottom:0px;
    }
    .pb-60 {
        padding-bottom: 10px !important;
    }

    .pb-30 {
        padding-bottom: 15px !important;
    }

    .px-5 {
        padding-left: 15px !important;
        padding-right:15px !important;
    }

    .px-60 {
        padding-inline: 15px;
    }

    .btn-lg,
    .btn-md {
        padding:8px 15px;
        font-size: var(--font-base);
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-75 {
        width: 100% !important;
    }

    .go-top {
        width: 35px;
        height: 35px;
        font-size: 22px;
    }

    .section-title .title,
    .content-title h2 {
        margin-top: -4px;
    }

    .title-md {
        font-size: 22px;
    }

    .header-area .main-responsive-nav .logo {
        max-width: 60px;
    }

    .hero-banner.hero-banner-1 .content-left {
        padding-block: 70px 0;
    }

    .hero-banner.hero-banner-2 {
        padding-top: 70px;
        padding-bottom: 240px;
    }

    .hero-banner.hero-banner-3 {
        padding-top:35px;
        padding-bottom:35px;
    }

    .hero-banner.hero-banner-4 .content-left {
        padding-block: 70px 0;
    }

    .hero-banner.hero-banner-3 .banner-filter-form .btn-icon {
        border-radius: var(--radius-md) !important;
    }

    .hero-banner .banner-filter-form .input-group {
        border: none !important;
        border-bottom: 1px solid var(--border-color) !important;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .hero-banner .banner-filter-form .btn-icon {
        margin-top: 10px;
    }

    .hero-banner .banner-filter-form .niceselect .list,
    .hero-banner .banner-filter-form .form-control .list {
        left: 0;
    }

    .hero-banner .banner-filter-form .nav-tabs .nav-link {
        font-size: 12px;
    }

    .work-process-1 .card-content {
        padding: 25px;
    }

    .work-process-1 .card-step span {
        font-size: 60px;
    }

    .work-process-1 .card-step:before {
        width: 100%;
    }

    .choose-area .shape {
        display: none;
    }

    .pricing-item {
        padding: 30px;
    }

    .testimonial-area .slider-item .client {
        padding-inline: 30px;
    }

    .testimonial-area .slider-item .quote {
        padding-inline: 30px;
    }

    .testimonial-area.testimonial-1 .slider-item .quote::before {
        -webkit-margin-start: 15px;
        margin-inline-start: 15px;
    }

    .steps-area .card {
        margin-inline: 0;
        margin-top: 95px;
    }

    .steps-area .card .text-stroke {
        top: -95px;
        left: 0;
        right: 0;
        font-size: 70px;
    }

    .listing-list-area .product-column .product-action {
        justify-content: space-between;
        padding-top: 10px;
        margin-top: 10px;
        border-top: 1px solid var(--border-color);
    }

    .cookie-bar-inner {
        flex-wrap: wrap;
    }

    .spacer {
        padding: 10px 0;
    }

    .tabs-navigation,
    .tabs-navigation.tabs-navigation-2 {
        overflow: hidden;
        overflow-x: auto;
    }

    .tabs-navigation .nav,
    .tabs-navigation.tabs-navigation-3 .nav,
    .tabs-navigation.tabs-navigation-2 .nav {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
    }

    .tabs-navigation .nav li,
    .tabs-navigation.tabs-navigation-2 .nav li {
        flex: 0 0 auto;
    }

    .blog-details-area .comments .comment-box {
        padding: 20px 20px 0;
    }

    .blog-details-area .comments .comment-list .comment .comment-body .comment-author {
        max-width: 60px;
        -webkit-padding-end: 14px;
        padding-inline-end: 14px;
    }

    .blog-details-area .widget-area .widget {
        padding: 20px;
        margin-bottom: 20px !important;
    }

    .shopping-area .shopping-table:not(.order-summery .shopping-table) tbody td:not(.custom-checkbox) {
        min-width: 150px;
    }

    .user-dashboard .account-info {
        padding: 20px 20px 5px;
    }

    .user-dashboard .main-table .dataTables_wrapper tr.odd td {
        min-width: 100px;
    }

    .dataTables_filter {
        margin-top: 15px;
    }

    .user-dashboard .order-details {
        padding: 20px;
    }

    .listing-map .main-map {
        height: 250px;
    }

    .testimonial-area.testimonial-2 .swiper-slide {
        padding-inline-end: 0;
    }

    .testimonial-area .slider-item .client-info {
        flex-wrap: wrap;
        gap:0!important;
        padding: 15px!important
    }

    .testimonial-area.testimonial-2 .swiper-pagination {
        position: static;
        margin-inline: auto;
        text-align: center;
        margin-bottom: 20px;
    }

    .testimonial-area.testimonial-2 .swiper-pagination span {
        display: inline-block;
        margin: 0 5px;
    }

    .shape {
        display: none;
    }
}

/* Small devices (landscape phones, less than 576px) */
@media only screen and (max-width: 575.98px) {
    .p-30 {
        padding: 20px !important;
    }

    .p-20,
    .p-25 {
        padding: 15px !important;
    }

    .hero-banner .banner-filter-form .nav-tabs .nav-link {
        font-size: 12px;
    }

    .banner-sm .banner-content {
        max-width: 60%;
    }

    .banner-sm h3 {
        margin-bottom: 18px !important;
        font-size: 16px;
    }

    .banner-sm .btn {
        padding: 8px 16px;
        font-size: 14px;
    }

    .user-dashboard .progress-steps li {
        width: 100%;
        float: none;
        text-align: center;
        position: relative;
        display: flex;
        align-items: center;
        gap: 12px;
        padding-bottom: 20px;
        z-index: 1;
    }

    .user-dashboard .progress-steps li .icon {
        margin: unset;
    }

    .user-dashboard .progress-steps li:after {
        width: 3px;
        height: 100%;
        top: -20px;
        left: 15px;
        z-index: -1;
    }

    .user-dashboard .progress-steps li .progress-title {
        padding-top: 0;
    }

    .user-dashboard .progress-area-step {
        margin-bottom: 30px;
    }

    .user-dashboard .order-info-area {
        padding: 20px 20px 0;
    }

    .authentication-area .link.go-signup {
        text-align: start;
    }

    .footer-area .newsletter-form {
        box-shadow: unset;
    }

    .footer-area .newsletter-form .btn {
        position: static;
        width: 100%;
        display: block;
    }

    .footer-area .newsletter-form input {
        margin-bottom: 10px;
        border-radius: 5px !important;
        box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.1);
        height: 46px;
    }

    .listing-single .product-single-details .info-list {
        gap: 10px;
    }

    .listing-single .product-single-details .info-list li:not(:last-child) {
        padding-inline-end: 10px;
    }
}
@media (max-width: 599px){
    .mobile-menu .container{
        padding-right: 0;
        padding-left: 0;
    }
    .footer-area .newsletter-form .btn{
        padding: 8px 15px;
        height: auto;
    }
    .mb-40{
        margin-bottom: 20px !important;
    }
    .mt-40 {
    margin-top: 20px !important;
}
    .tabs-navigation.mb-40{
        margin: 0 !important;
    }
    .city-area .mb-25{
        margin-bottom: 0 !important;
    }
    .mobile-menu .more-option{
        margin-top: 0;
    }
    .listing-map-area{
        margin-top: 0px !important;
    }
    .listing-map-area.pt-40{
        padding-top: 20px !important;
    }
     .listing-map-area .btn-sm {
        padding: 6px 8px;
        margin-top: 2px;
    }
    .listing-single .product-single-details h2.product-title{
        font-size: 18px;
    }
    .listing-single.header-next{
        margin-top: 20px !important;
    }
    .tab-pane.slide.show{
        margin-top: 10px;
    }
    .product-area .author{
        display: none;
    }
    .product-area .product-location{
        font-size: 13px;
    }
    .product-area .product-price span{
        font-size: 13px;
    }
    .contact-area iframe{
        height: 250px;
    }
    .category-area.category-3 .category-item{
        padding: 0; 
        display: flex;
        flex-direction: column;
        justify-content: center;
/*        height: 58px;*/
    }

}
@media (min-width:710px) and (max-width:1180px){
    .main-responsive-nav .logo img{
        max-width: 68%;
    } 
    .btn-lg{
        padding: 15px 27px;
    }
    .pb-75 {
         padding-bottom: 24px;
    }
    .pt-100 {
        padding-top: 30px;
    }
    .pb-60 {
        padding-bottom: 20px !important;
    }
    .category-area.category-3 .mb-40{
        margin-bottom: 0px !important;
    }
    .counter-area .card .d-flex.align-items-center{
        justify-content: center;
    }
    .listing-map-area{
        margin-top: 0px !important;
    }
    .listing-map-area.pt-40{
        padding-top: 20px !important;
    }
    .listing-map-area .btn-sm {
    padding: 6px 8px;
    }
    .listing-single .product-single-details h2.product-title{
        font-size: 22px;
    }
    .listing-single.header-next{
        margin-top: 30px !important;
    }
    .tab-pane.slide.show{
        margin-top: 10px;
    }
    .ptb-100 {
        padding-top: 30px;
    }
    .work-area.work-process-1 p{
        font-size: 14px;
        line-height: 1.5;
    }
    .work-area.work-process-1 .section-title p{
        font-size: 15px;
    }
    .work-area.work-process-1 .section-title p:last-child, .testimonial-area.testimonial-1 .img-content img{
        display: none;
    }
    .work-area.work-process-1 .section-title .title{
        font-size: 24px;
    }
    .work-area.work-process-1 .section-title.title-inline{
        margin-bottom: 0 !important;
    }
    .work-area.work-process-1 .row{
        align-items: center;
    }
}
@media(min-width:710px){
    .mb-md-15 {
    margin-bottom: 15px !important;
    }
    .mb-md-30{
      margin-bottom: 30px !important;   
    }
}
@media (max-width:599px){
    .product-single-details .image-wrapper {
    width: 75px;
    height: 75px;
    margin-top: 5px;
    margin-right: 20px;
    }
    .listing-des {
    align-items: start;
    }
    #other-rating{
        margin-top: 0 !important;
        width: 100%;
        justify-content: start;
        gap: 33px;
    }
    .listing-single .product-single-details #other-rating.info-list li:not(:last-child) {
        padding-inline-end: 30px;
    }
}
/*new range slider*/
.slider-container {
      display: flex;
      align-items: center;
      gap: 1px;
      margin: 5px;
/*      width: 300px;*/
    }
.rad-sel{
    display: block !important;
    position: static !important;
    margin: 32px 5px 4px !important;
    margin-bottom: 5px;
    font-size: 16px !important;
    width: 100% !important;
}
.rae{
    line-height: 1;
}
    input[type="range"] {
      -webkit-appearance: none;
      width: 100%;
      height: 8px;
      border-radius: 5px;
      outline: none;
      background: linear-gradient(to right, #f44336 0%, #ddd 0%);
      transition: background 0.3s;
    }

    input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      width: 20px;
      height: 20px;
      background: #f44336;
      border-radius: 50%;
      cursor: pointer;
    }

    input[type="range"]::-moz-range-thumb {
      width: 20px;
      height: 20px;
      background: #f44336;
      border-radius: 50%;
      cursor: pointer;
    }

    .value-display {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    width: 30%;
    text-align: right;
}
/*radius filter ends*/