.book-services a{
    color: white;
    text-decoration: none;
}
.book-services a:hover {
    color: yellow;
    text-decoration: none;
}

.book-services {
    margin: auto;
    width: 220px;
    clear: both;
    text-align: center;
    background-color: red;
    border-radius: 3px;
    font-size: large;
    padding: 7px;
}

.address-title:hover {
    text-decoration: none;
} 

h1, h2 {
    color: red!important;
    text-align: center;
}
.subheadings h3{
    text-align: start;
    color: black;
}
#book {
    color: white;
}
#map {
    margin: auto;
    width: 500px;
    height: 200px;
}
address {
    text-align: center;
}

.news {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* margin: 50px; */
    align-items: center;
}

.news img {
    width: 250px;
    padding: 20px;
    margin: 20px;
}

.social-media-handles {
    text-align: center;
    margin: 10px;
}

.social-media-handles img {
    margin: 5px;
}

.mouthshut-reviews {
    margin: 30px;
}

.mouthshut-reviews img {
    width: 100%;
    display: none;
}

.mouthshut-reviews img:first-child {
    display: block;
}

/* start form terms */
.terms {
    display: flex;
    justify-content: center;
    color: white;
    font-size: 13px;
    padding: 0 5px;
}
/* end form terms */

/* for blog page */
.blog {
    position: relative;
}

.main-heading {
    margin: 30px 0px;
}

.v-content {
    max-width: 800px;
    margin: auto;
}

.blog-content {
    font-size: 20px;
}

.blog-buttons {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}

.blog-buttons button {
    /* margin: 20px 0; */
    background-color: #ED3237;
    border: none;
    padding: 10px;
}

.blog-buttons a {
    color: white;
}

.blog-buttons a:hover {
    color: white;
    text-decoration: none;
}

.next-btn {
    position: absolute;
    right: 0;
} 

.related-article {
    text-align: left;
    box-shadow: 0px 0px 2px 0px;
    padding: 10px;
}

.related-article a {
    text-decoration: none;
}

.related-article a:hover {
    text-decoration: none;
}

.related-article h2 {
    text-align: left;
}

/* .v-content h2 {
    text-align: left;
} */

.related-article p {
    font-size: 20px;
}

.related-article p {
    color: black;
}

.bi {
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
}


.vs-left-align p {
    text-align: left!important;
}

.vs-h2-left-align h3 {
    text-align: left;
}

.vs-h2-left-align p {
    text-align: left!important;
}

.vs-h2-left-align img {
    text-align: left!important;
}


.list-style h3 {
    text-align: left;
    color: black;
    font-weight: 100;
    font-size: 20px;
}


/* banner section change for cls */
/* .banner-form-section {
    position: relative;
} */

/* .banner-section {
    width: 100%;
    float: none;
    position: relative;
} */

/* .banner-section {
    width: 100%;
    height: 622px;
    aspect-ratio: attr(100%) / attr(622px);
} */

/* .vik-section {
    position: absolute;
    right: 0;
    top: 0;
} */

@media screen and (max-width:992px) {
    /* .vik-section {
        position: unset;
    } */

    .banner-section img{
        width: 100%;
        height: 622px;
    }
}