html,body {
	scroll-behavior: smooth;
}
.privacy-part{
    margin-top: 50px;
}
.scrollspy {
    position: relative;
}

.scrollspy-content {
    margin-bottom: 50px
}

.scrollspy-content:last-child {
    margin-bottom: 0px
}

.scrollspy-content h3 {
    margin-bottom: 20px;
}

.scrollspy-content h3 i{
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: var(--white);
    background: var(--primary);
    margin-right: 10px;
}
.nav-pills .nav-link.active {
    color: var(--primary);
    font-weight: bold;
    background: transparent;
}
/* Extra-Small Device*/
@media (max-width:575px){
    .fixed {
        margin-top: -85px !important;
    }
    .scrollspy-content h3 {
        font-size: 14px;
        text-align: center;
    }
    .scrollspy-content p{
        font-size: 13px;
        text-align: center;
    }
    .nav {
        width: auto !important;
    }
    .privacy-part {
        margin-top: 85px;
    }
    .scrollspy-content h3 i {
        width: 25px;
        height: 25px;
        font-size: 14px;
        line-height: 25px;
    }
    .nav-pills{
        margin-bottom: 50px;
    }
    .nav-pills .nav-link {
        font-size: 14px;
        font-weight: bold;
        opacity: 0.9;
        padding: 0 !important;
        margin: 5px 0;
        text-align: center;
    }
    .privacy-part .col-lg-3{
        padding: 0 !important;
    }
}

/* Small Device col-sm */
@media (min-width:576px) and (max-width:767px){
    .nav {
        width: auto !important;
    }
    .privacy-part {
        margin-top: 85px;
    }
    .scrollspy-content h3 {
        font-size: 18px;
        text-align: center;
    }
    .nav-pills{
        margin-bottom: 50px;
    }
    .nav-pills .nav-link {
        font-size: 16px;
        text-align: center;
    }
}

/* Medium Device col-md */
@media (min-width:768px) and (max-width:991px){
    .scrollspy-content h3 {
        font-size: 20px;
    }
    .nav {
        width: auto !important;
        margin-top: 30px !important;
    }
    .privacy-part {
        margin-top: 50px;
    }
    .nav-pills .nav-link {
        padding: 0 !important;
        margin: 5px 0;
    }
}

/* Large Device col-lg */
@media (min-width:992px) and (max-width:1199px){

}
