
button.slick-arrow:focus {
    opacity: 1;
}
.slick-dots li button:before {
    font-size: 50px;
}
.slick-dots li button .slick-dot-icon:before {
    font-size: 30px;
}
.slick-next {
    right: 0;
    height: 100%;
    width: 50px;
}
.slick-prev {
    left: 0;
    height: 100%;
    width: 50px;
}
.rate-name-btn:focus, .roomName:focus {
    outline: 2px solid #000;
}
.moreInfoBtn {
    padding-bottom: 0;
    margin-bottom: 32px;
}
button.inline-link {
    border: none;
    background: none;
}
.form-floating {
    width: 100%;
}
.bookingCommentSubcat .form-floating>.form-control {
    min-height: 70px;
}
@media screen and (max-width: 1200px) {
    .moreInfoBtn {
        margin-bottom: 0;
    }
}
.secondary-menu-buttons a:focus {
    text-decoration: underline;
}
button.map-content-card-heading {
    border: none;
    background: transparent;
    width: 100%;
}
button.icon-close {
    border: none;
}
.float-right-btn {
    position: absolute;
    right: 0;
}
.rate-description-short p {
    margin: 10px 0 5px 10px;
}
.booking-details-list {
    display: flex;
    list-style: none;
    margin-bottom: 0;
}
.booking-details-list li {
    padding-right: 10px;
    margin-right: 10px;
}
.booking-details-list li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
ul.three-columns {
    grid-template-columns: 1fr;
    display: grid;
}
ul.three-columns li {
    text-indent: -22px;
    margin-left: 27px;
}
.rate-tag-icon:before {
    border: none;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: 6px;
    padding-right: 40px;
    height: 24px;
    width: 24px;
    display: inline-block;
    margin-left: 37px;
}
.rateInfoIconCss:before {
    border: none;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: 4px;
    padding-right: 40px;
    height: 24px;
    width: 24px;
    display: inline-block;
}
button.subtitle-1 {
    border: none;
    background: none;
}
.addOns-items-header {
    width: 100%;
    border: none;
    background-color: inherit;
}
.inputWithToggle:focus + .form-check-label .custom-check {
    margin-right: 16px;
}
.title-2-btn {
    background-color: transparent;
    border: none!important;
}
@media screen and (max-width: 991px) {

}
@media screen and (min-width: 992px) {
    ul.three-columns {
        grid-template-columns: repeat(3, 1fr);
    }
}
