.nav-link {
    color: white !important;
    font-weight: 600;
}
html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    background-color: #ffffff;
    color: white;
    overflow-x: hidden;
}

.navbar-brand img {
    height: 32px;
    width: 32px;
}

main {
    /* padding: 20px 0; */
}

footer {
    text-align: center;
    padding: 20px 0;
    background-color: #3f48cc;
}

.logo-name {
    font-weight: 600;
    color: white;
}

.baner {
    padding: 40px;
    text-align: center;
    background-color: #3f48cc;
}

.content-1 {
    padding: 60px;
    color: black;
    text-align: left;
    background-color: white;
}

.con {
    text-align: left;
}

.list li {
    list-style: none;
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}
.list li::before {
    content: "";
    background-image: url('images/dot-ball.jpeg');
    background-size: contain; /* or specify a width and height */
    background-repeat: no-repeat;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px; /* Adjust the width as needed */
    height: 15px; /* Adjust the height as needed */
}
.list{
    padding-left: 0px;
}
img{
    width: 100%;
}
@media only screen and (min-width: 600px){
  .re-size{
    width: 400px !important;
}
}
footer p{
    margin-bottom: 0px;
    font-size: 20px;
}

@media only screen and (max-width: 600px) {
    .content-1 {
        padding: 15px ;
    }
    .con h5 { 
        font-size: 17px;
    }
     .con li { 
        font-size: 15px;
        font-weight: 500;
    }
    .baner {
    padding: 20px;
    text-align: center;
    background-color: #3f48cc;
}
}



.baner img {
    width: 40px;
}