.teller table tr th,td{
    border: 1px solid #ddd;
  }
.past{
    margin-bottom: 10px;
}
.past ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    /* align-items: center; */
}
.past ul li i{
    color: #0a93d7;
    font-size: 18px;
} 
.past ul li p{
    margin: 0;
    color: #262261;
    letter-spacing: 0.4px;
}
.sidebar__cat-list-two .list-wrap li .active{
    background: linear-gradient(90deg, #2b7a73, #41a7a3);
    color: #fff;
}
.visit{
    background-image: url(../img/about/shape-1.png);
    width: 100%;
    background-repeat: no-repeat;
    /* height: 300px; */
    background-size: contain;
    background-position: center;
}
.attend{
    background-image: url(../img/about/shape-2.png);
    width: 100%;
    background-repeat: no-repeat;
    /* height: 300px; */
    background-size: contain;
    background-position: center;
}
.process h1 {
    color: #226eb3;
    font-size: 30px;
    padding-top: 15px;
}

/* new second section start */
.added .row{
    justify-content: center;
}
.partetion{
    position: relative;
    overflow: hidden;
}
.thinner{
    position: absolute;
    top: 40%;
    /* left: 20%; */
    padding: 0px 100px;
}

.thinner h3{
    font-size: 18px;
    margin-bottom: 5px;
}
.thinner p{
    font-size: 14px;
}
.solar{
    padding-top: 50px;
    padding-bottom: 10px;
}
.contact-map{
    padding-top: 50px;
}
.amar-sir{
    height: 170px;
}
.submit-btn{
    float: right;
}
@media (max-width: 1200px){
    .thinner{
        padding: 0px 30px;
    }
}

@media (max-width: 991px){
    .thinner{
    left: 0%;
    padding: 0px 200px;
    overflow: hidden;
    }
    .smaller{
        left: 0%;
    }
    .amar-sir{
        height: auto;
    }
}
@media (max-width: 768px){
    .visit{
       background-image: none;
       background-color: #ddd;
       padding: 15px 10px;
       border-radius: 10px;
    }
    .visit .process{
        padding: 0 !important;
    }
    .thinner {
        left: 0%;
        padding: 0px 165px;
    }
    .smaller{
        left: 0%;
        padding: 0px 125px;
    }
    .submit-btn{
        float: none;
    }
}
@media (max-width: 500px){
    .thinner {
        left: 0%;
        padding: 0px 80px;
    }
    
}