 /* body{
    background-image: url(../images/wrh1.jpg);
    background-repeat: no-repeat;
    background-size: cover;

} */

/*  */
/* .mb-4{
    margin: 0%;
    display: grid;
    background: var(--bg-color);
}
h5
{
    position: relative;
    font-family:"Source Sans Pro" sans-serif;
    width:content;
}

h5::before,
h5::after{
    content: '';
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
}

h5::before{
    background-color: white;
    animation: typewriter 5s steps(100) 1s forwards;
}

h5::after{
    width: 0.125em;
    background:white;
    animation:
     typewriter 5s steps(100) 1s forwards,
     blink 750ms steps(100) infinite;
}


@keyframes typewriter {
    to {
        left: 100%;
    }
}

@keyframes blink {
    to {
        background: transparent;
    }
} */

/* .row{
    display: flex;
    align-items: center;
    justify-content: center;
} */


  /* #ffe400; */

/* #sticky-div{
    position: -webkit-sticky;
    position: sticky !important;
    top: 0px;

} */
/* #mobViewCard{
    display: none;
} */

#desktopView{
    position: relative;
    z-index: 1;
}

#searchCompanyBox{
    position: relative;
    z-index: 2;
    top: 75%;
    transform: translateY(-75%);
}

#searchCompanyMain{
    position: relative;
    z-index: 1
}

#searchTxt{
    margin-top: 300px;
}

#businessMobAccord{
    display: none;
}

#sliderMob{
    display: none;
}



#mobToggle{
    display: none;
}

#mobilemap{
    width: 100%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}

#mobviewReview{
    display: none;
}

#mobViewRatingFilter{
    display: none;
}

#mobView{
    display: none;

}

#mobileView{
    display: none;
}

/* #searchbtn:hover{
    background-color: white;
    color: black;
} */

li{
    display:inline;
    list-style-type:none;
   }
@media only screen and (max-width: 600px) {
    #mobileView{
        display: block;
    }

    #mobView{
        display: block;
    }
    #dateTime{
        font-size: smaller;
    }

    #mobViewCard{
        display: block;
    }

    .flickity-viewport{
        height: 150px !important;
    }

    #reviewcard{
        display: none;
    }

    #mobviewReview{
        display: block;
    }

    #sliderWeb{
        display: none;
    }

    #sliderMob{
        display: block;
    }

    #businessLocation{
        display: none;
    }

    #businessInfo{
        display: none;
    }

    #sideRating{
        display: none;
    }

    #businessAmenities{
        display: none;
    }

    #businessMobAccord{
        display: block;
    }

    #mobToggle{
        display: block;
    }

    #searchCompanyMain{
        display: none;
    }

    #searchCompanyBox{
        display: none;
    }

    #websearchimage{
        display: none;
    }
}

*{
    margin: 0;
    padding: 0;
}

.cell{
    width: 33%;
    height: 450px;
    margin:0 15px;
    overflow: hidden;
    border-radius: 8px;
}

.cell img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}


#cell{
    height: 300px;
}

#reviewImg{
    height: 200px;
    width: 100%;
    object-fit: cover;
}

#headSliderImg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.form-check-input:checked{
    background-color: #4285f4 !important;
}

/* .form-check-input{
    background-color: #dbe3e6 !important;
} */


/*
.carousel-container {
    position: relative;
    height: 500px;
    width: 100%;
}

.carousel {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url('carousel-image.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.carousel-caption {
    position: absolute;
    top: 100px;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
}

.carousel-caption h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 24px;
    color: black;
    right: 100px;
}

.carousel-caption p {
    font-size: 24px;
    text-align: center;
    color: black;
} */
/* #fivestar.clicked{
    background-color: #4285f4 !important;
    color: white;
}

#fourstar.clicked{
    background-color: #b1d3e7 !important;
    color: black;
}

#threestar.clicked{
    background-color: #16353c !important;
    color: white;
}

#twostar.clicked{
    background-color: #e68a00 !important;
    color: white;
}

#onestar.clicked{
    background-color: #7b3e4c !important;
    color: white;
} */
