html {
            scroll-behavior: smooth; /* CSS se smooth scrolling enable */
        }
img.img-fluid.align-logo {
    height: 73px;
}
.profile-container {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 8px solid white;
    box-shadow: 0 0 0 6px #0348ad;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}
.profile-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
        }
@media(max-width: 767px){
    img.img-fluid.group-shape-4 {
    display: none;
}
}
@media(max-width: 767px){
    .profile-container {
    width: 300px;
    height: 300px;
}
}

@media(max-width: 767px){
    .col-md-12.col-lg-6.mobileview {
    display: flex;
    justify-content: center;
}
}
li.list-inline-item.tooltip-hover {
    background: #0a51b0;
    border-radius: 50%;
}
a.rounded {
    color: #fff;
}
@media(max-width: 767px){
    ul.list-unstyled.social-list.mb-0 {
    text-align: center;
}
}
@media(max-width: 767px){
    p.copyright-text.pb-0.mb-0 {
    text-align: center;
    margin-bottom: 9px !important;
}
}
.fixed-btn {
    position: fixed;
    left: 20px;
    bottom: 20px;
    cursor: pointer;
    z-index: 99;
}

