.related-profiles {
        padding-left: 5em;
      }

.womens-profile-content-area .women-content .profile-data a {
    color: #276294;
}


        @media only screen and (max-width:767px) {

          .women-updates .mobile-fixed-buttons {
            display: none;
          }
          
         .user-not-login {
          display: none;
         }
         .user-is-login { 
          display: block;
         }
          .mobile-fixed-buttons a {
            display: inline-block;
          }

      .mobile-fixed-buttons .additonal-photo-mobile-link {
        width: 350px !important;
        background: #003f5e;
        position: relative;
        text-align: left;
        padding-left: 45px;
      }

      .mobile-fixed-buttons .additonal-photo-mobile-link .additional-btn-womens-name {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 220px;
        vertical-align: middle;
        line-height: initial;
        padding-bottom: 3px;
      }

      .mobile-fixed-buttons .additonal-photo-mobile-link:before {
        content: url(/invar/ssi-common/test/profiles/profile/women-profile-photo-icon.png);
        position: absolute;
        left: 10px;
        top: 2px;
      }
      #mobile-closeBtn {
        right: 20px;
      }
      

      .womens-profile-content-area {
        margin-top: 40px;
      }

      .profile-buttons {
        margin: 20px auto 0 auto;
        max-width: 100%;
      }

      .profile-buttons .butAddPhotos {
          opacity: 0;
          margin-top: -35px;
        }

      .womens-profile-section .mobile-fixed-buttons a:last-child {
        left: 0 !important;
      }

      .womens-profile-footer-nav {
        min-height: 230px;
      }

      .womens-profile-events {
        padding: 0;
      }
      .womens-profile-events2 {
        padding: 0;
      }

      .related-profiles {
        padding-left: 0;
      }
      .related-profiles h3 {
        margin: 5px 0 0;
      }

      .profile-data .women-img img {
        width: 75%;
      }

    }

    @media only screen and (max-width:515px) {
      .mobile-fixed-buttons .additonal-photo-mobile-link .additional-btn-womens-name {
        max-width: 150px;
      }
    }

    @media only screen and (max-width:435px) {
      .mobile-fixed-buttons .additonal-photo-mobile-link .additional-btn-womens-name {
        max-width: 100px;
      }

      .mobile-fixed-buttons a {
        width: 140px;
      }

      .mobile-fixed-buttons .additonal-photo-mobile-link {
        width: 100% !important;
      }

    }

    @media only screen and (max-width:380px) {
      .mobile-fixed-buttons .additonal-photo-mobile-link .additional-btn-womens-name {
        max-width: 75px;
        font-size: 14px;
      }

      .mobile-fixed-buttons .additonal-photo-mobile-link {
        font-size: 14px;
      }

    }