.banner-title {
    position: absolute;
    background: transparent;
    top: 75px;
    width: 100%;
    color: #fff;
    font-size: 50px;
    text-align: center
}

/* .mySlides {
    position: relative;
}
.intro{
    height: 100vh;
}
@media (max-width:850px) {
    .intro{
        display: inline-table;
    }
} */
.cats-sec {
    padding-left: 5%;
    padding-right: 1%;

}
.intro-con{
    background-image: url('../img/intro-back.jpg');
}
.sintro2 {
    background: #fff;
}
.intro{
    background: unset;
    color: #fff;
}

.intro2 {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100vh
}

.intro2p1, .intro2p2 {
    width: 49%;
    align-self: center;
}

.intro2p1 .img-intro2 {
    width: 100%;
    max-height: 460px;
    border-radius: 15px;
}

.cat-item a span {
    text-transform: capitalize;
}

.package-con {
    padding: 5% 1%;
}

.packages {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.package-item {
    width: 32%;
    background: #fff;
    margin: 12px 0;
    transition: all 0.2s;
    border-radius: 7px;
    overflow: hidden;
    align-self: baseline;
    text-decoration: none
}

.package-item:hover {
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2)
}

.package-item img {
    width: 100%;
}

.package-item h3 {
    color: #12A19A;
    text-align: center
}

.pdetails {
    padding: 0;
    max-height: 0;
    transition: all 0.3s;
}

/* p:lang(en), div:lang(en), span:lang(en) {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', Verdana, sans-serif;
} */

.pp {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    background: #E0F2F1;
    color: #12A19A;
    padding: 8px 12px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 2px;
    border-radius: 17px
}

.slist {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.slist div {
    width: 50%;
}

.slist div span {
    font-size: 13px
}

.slist div i {
    color: green
}

.accordion__input:checked ~ .pdetails {
    padding: 16px;
    max-height: 450px;
}

.aclbl {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 8px 0;
    cursor: pointer;
    color: green
}
.hcare-con{
    margin-top: 90px;
    margin-bottom: 70px;
}
.hcare{
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    margin-top: -200px;
    padding: 30px;
    border-radius: 17px;
    max-width: 900px
}
.hcitem{
    padding: 20px;
}
.hcare img{
    display: block;
    max-height: 79px;
    margin: auto
}

@media (max-width:900px) {
    .package-item {
        width: 48.2%;
    }
}
@media (max-width:860px) {
    .intro {
        padding-bottom: 100px;
    }
    .intro2p1, .intro2p2{
        width: 99%;
    }
    .intro2{
        height: unset;
        padding: 40px 0;
    }
}
@media (max-width:600px) {
    .package-item {
        width: 98%;
    }
}