html{
    scroll-behavior:smooth;
}

.top-70{
    top: 70px;
}

.pointer{
	cursor:pointer;
}

.services__thumb-five {
    width: 537px;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .services__thumb-five {
        width: 300px;
    }
}

@media (max-width: 991.98px) {
    .services__thumb-five {
        width: 100%;
    }
}

.services__thumb-five img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    height: 380px;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 1199.98px) {
    .services__thumb-five img {
        height: 340px;
    }
}

/* hide pg scrollbar when bootstrap modal is open */ 
.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
