/* .banner-page {
    background: url(../images/banner-blog.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    height: 380px;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
} */
/* .banner-page:before {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
} */
.banner-page .box-title {
    position: absolute;
    left: 50%;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}
.banner-page .box-title h1 {
    font-size: var(--size-h1);
    font-weight: 700;
    color: #fff;
}

.wr-content {
    padding: 20px 0px 20px;
    width: min(886px,calc(100%));
    margin:  0 auto;
}

.ytp-cued-thumbnail-overlay,
.wr-content img {
    margin-bottom: 8px !important;
}

.wr-content strong {
    margin-bottom: 10px !important;
    color: #333;
}

.modal-body {
    padding: 5px 15px 15px;
}

.modal-content label {
    font-size: 15px;
    margin-bottom: 0;
}

.modal-content input {
    padding: 10px 15px;
    height: auto;
    font-size: 15px;
}

.modal-content .form-group {
    margin-bottom: 10px;
}
@media (max-width:767px) {

    .wr-content {
        padding: 5px 0 !important;
        margin: 0 !important;
    }
} 

.slider-table .item {
    padding: 5px;
}
.slider-table .slick-arrow {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
.slider-table .slick-prev {
    left: -5px !important;
}
.slider-table .slick-prev::before {
    content: "\f104";
    font-family: FontAweSome;
    font-size: 25px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}
.slider-table .slick-next::before {
    content: "\f105";
    font-family: FontAweSome;
    font-size: 25px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.slider-table .slick-next {
    right: -5px !important;
}
/* .slider-table .item .pricing-table {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.slider-table .item.slick-current.slick-active .pricing-table {
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}  */
.banner-page .box-title {
    position: absolute;
    left: 50%;
    width:min(886px,calc(100%));
    text-align: center;
    top: unset;
    transform: translateX(-50%) translateY(0);
    z-index: 2;
    bottom: 4px;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.5);
    /* padding: 5px 0; */
    border-radius: 8px 8px 0 0;
  }
.banner-page .box-title h1 {
    margin-bottom: 0;
}
@media (max-width:575px) {
    .banner-page .box-title h1 {
        font-size: 21px;
        font-weight: 700;
        color: #fff;
    }
    .banner-page .box-title  {
        padding: 0 5px;
    }
    .wr-content h2 {
    font-size: 20px;
       margin: 10px 0;
    }
    .banner-page::before {
        display: none;
    }
    .page-list {
        margin-top: 20px;
    }
}