*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.rating .btns {
    border: none !important;
}

.google-icon img {
    width: 20px;
    margin-top: -5px;
}

.rating p span {
    font-size: 1rem !important;
}

.card-footer span {
    font-size: 1rem !important;
}

.rating p {
    font-size: 1rem !important;
}

.party-package h4,
.play-area h4,
.fun h4,
.birthday-venues h4 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    font-weight: 600;
    text-transform: capitalize;
}

@media(max-width:767px) {

    .party-package h4,
    .play-area h4,
    .fun h4,
    .birthday-venues h4 {
        font-size: 1.4rem;
    }
}

.title-same {
    border-bottom: 2px solid #db1505;
}
.svg-inline--fa.fa-share-alt {
    font-size: 2rem;
}
.qr-img img {
    height: 65px;
    width: 65px;
}

.vcard img {
    height: 40px;
    width: 50px;
}
.rating form .form-control{
    font-size: 1rem;
    /* min-height: 40px; */
    /* line-height: 40px; */
    border-radius: 0;
}
.rating form .privacy-policy{
    color: #dc3545;
}
.submit-btn{
    border-radius: 0;
}
.card-title{
    font-size: 1.4rem;
    font-weight: 600;
}
.map iframe{
height: 500px;
margin-bottom: 0;
padding-bottom: 0;
}