.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    background-color: #9cd4efed;
    /* background-clip: padding-box; */
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 50px;
    outline: 0;
    padding: 10px;
    color:white;
}

.service-img-circle {
    width: 100%;
    height: 100%;
    border: 18px solid #294593;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    position: 50%;
    overflow: hidden;
}



/* .modal {
    position: fixed;
    margin-top: 50%; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
     display: none;
    overflow: hidden;
    outline: 0;
} */

.img-ser{
    border-radius: 50%;
    border: 5px solid #294593;
    margin: 10px;
    width: 100%;
}
/* 
.image-sphere-style .sphere {
    border:5px solid #B9B7B7; width:133px;
  } */