.m-sidebar {
    padding: 70px 30px;
    /* position: fixed; */
    /* right: 66.5%; */
    /* top: 20%; */
    z-index: 9;
}
.sidebar-item{
    align-items: center;
    background: #fff;
    border: 0.7px solid rgba(223,227,255,.5);
    border-radius: 5px;
    box-shadow: 15px 30px 40px rgba(64,25,109,.07);
    height: 50px;
    margin-bottom: 0;
    min-width: 0px;
    padding: 4px 16px;
    width: 100%;
}
.sidebar-panel{
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    text-align: left;
    width: 100%;
}
.sidebar-list{
    list-style: none;
}
.text-sidebar{
    font-size: 14px;
    font-weight: 800;
}
.text-title{
    font-size: 35px;
    font-weight: 900;
    color: #0c6ca8;
    padding-bottom: 30px;
    line-height: 35px;
}
.text-subtitle{
    font-size: 25px;
    font-weight: 900;
    color: #0c6ca8;
    padding-bottom: 10px;
}
.text-about{
    font-size: 14px;
    color: #000;
    padding-bottom: 20px;
}
.list-items{
    list-style: circle; 
    margin-left:20px;
}
.dis{
    list-style: circle; 
    margin-left:20px;
}
.list-items li{
    list-style: circle;
    font-size:14px;
    line-height:27px;
}
.inner-column{
    padding-left:20px;
    padding-right:20px;
}


.text-contact-title{
    font-size: 42px;
    font-weight: 700;
    padding-bottom: 20px;
    color: #0c6ca8;
    line-height: 1;
}
.text-contact{
    font-size: 17px;
    
}
.text-contact-details{
    font-size: 16px;
    color: #0c6ca8;
    font-weight: 700;
    text-decoration: underline;
}


.contact-img{
    border-radius: 20px;
}


.t-primary{
    color: #0c6ca8
}
@media only screen and (max-width: 600px) {
 .purple-img{
    width: 100% !important;
 }
}
@media only screen and (max-width: 600px) {
 .contact-img{
    width: 100% !important;
 }
}
