:root {
    --primary-color: #ffc400;
    --border: #dddddd5e;
}


/* All Textile Markets */
.sec-heading h3 {
    margin-bottom: 20px;
}
.sec-heading.center{
    text-align: left;
}
.sec-heading h3:after {
    content: '';
    position: absolute;
    width: 6%;
    height: 4px;
    bottom: -15px;
    left: 0;
    background: var(--primary-color);
}
section.fixpading.all_market .Reveal-hotel-detail {
    padding: 20px 35px 20px;
    border: 1px solid var(--border);
}
section.fixpading.all_market .Reveal-hotel-wrap {
    border: 1px solid var(--border);
    border-radius: 5px;
    box-shadow: 0 0 20px rgb(124 136 160 / 25%);
    -webkit-mask-image: none;
}
section.fixpading.all_market .cover {
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
    height: 100%;
    width: 100%;
}
/* media query */


@media (max-width: 767px) {
    .Reveal-search.Reveal-search-radius.box-style .btn.search-btn{
        width: 95%;
        margin: auto;
    }
    .full-search-2.Reveal-search .form-group{
        padding: 0 15px;
    }
    .sec-heading.center{
        text-align: center;
    }
    .sec-heading h3:after{
        display: none;
    }
    .fixpading {
        padding: 40px 0 0px !important;
    }
    section.fixpading.all_market .Reveal-hotel-detail {
        padding: 35px 20px 20px;
    }

}
@media (min-width:768px) and (max-width: 1024px) {
    .sec-heading h3:after{
        width: 15%;
    }
    .fixpading {
        padding: 40px 0 0px !important;
    }
    section.fixpading.all_market .Reveal-hotel-detail {
        padding: 35px 20px 20px;
    }
}
