img.img-responsive.img1 {
    border-radius: 50%;
}
.can_stmt {
    padding: 0px 30px !important;
    text-align: justify;
    margin: 8px auto;
}
/* .myalignmt {
    padding-left: 55px;
} */
.btn.btn-social-icon {
    width: 40px ;
    height: 40px;
    padding: 0;
}
.btn-outline-facebook:hover {
    background: #3b579d;
    color: #ffffff;
}
.btn-outline-facebook {
    border: 1px solid #3b579d;
    color: #3b579d;
}
.btn-outline-twitter {
    border: 1px solid #2caae1;
    color: #2caae1;
}
.btn-outline-twitter:hover {
    background: #2caae1;
    color: #ffffff;
}
button.btn.btn-social-icon.nw {
    width: 25px;
    height: 25px;
}
.btn-outline-google:hover {
    background: #0177b5;
    color: #ffffff;
}
.btn-outline-google {
    border: 1px solid #0177b5;
    color: #0177b5;
}
.searchresult {
    margin: 15px auto;
    display: flex;
    align-items: center;
    box-shadow: #cccccc78 0px 2px 4px 1px;
    border-radius: 15px;
    word-wrap: break-word;
}
.searchresult a h2 {
    font-size: 19px;
    line-height: 18px;
    font-weight: normal;
    color: #1c1c4c;
    margin: 10px auto;
}
.searchresult span, .searchresult span:hover {
    color: #ff9900 !important;
    text-decoration: none;
}
.searchresult p {
    font-size: 13px !important;
    margin-top: 0px ;
    color: rgb(82, 82, 82);
}