.custom_feature_block img {
  border-radius: 50%; }

.custom_feature_block {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #d7d7d7; }

.custom_feature_block {
  margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  .custom_feature_block {
    margin-bottom: 20px; }

  .form {
    padding: 15px 30px !important; }

  .popup_inner {
    max-height: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 9vh !important; }

  /* Scrollbar Styling */
  ::-webkit-scrollbar {
    width: 10px; }

  ::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px; }

  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d; } }
.anchor_tag {
  display: flex;
  justify-content: center;
  align-items: center; }

.anchor_tag i {
  width: 45px;
  height: 45px;
  border: 2px solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }
