.span4
{
    width: 65px;
    float: left;
    margin: 0 8px 10px 8px;
    /* margin-left: auto;
    margin-right: auto; */
}

.phone
{
    margin-top: 15px;
    background: #fff;
}
.tel
{
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #9e9e9e;
    border-radius: 0px;
}
.num-pad
{
     /* display: flex; */
   /* justify-content: center; */
    padding-left: 25px;
}


.num
{
    border: 1px solid #9e9e9e;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    height: 65px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
}
.num:hover
{
    background-color: #9e9e9e;
    color: #fff;
    transition-property: background-color .2s linear 0s;
    -moz-transition: background-color .2s linear 0s;
    -webkit-transition: background-color .2s linear 0s;
    -o-transition: background-color .2s linear 0s;
}
.txt
{
    font-size: 30px;
    text-align: center;
    margin-top: 15px;
    font-family: 'Lato' , sans-serif;
    line-height: 30px;
    color: #333;
}
.small
{
    font-size: 15px;
}

.nav-tabs.lined .nav-item .nav-link.active.text-primary {
    background: transparent;
    border-bottom-color: #1E74FD !important;
}
.nav-tabs.lined .nav-item .nav-link.active.text-success {
    background: transparent;
    border-bottom-color: #5cb85c !important;
}
.nav-tabs.lined .nav-item .nav-link.active.text-warning {
    background: transparent;
    border-bottom-color: #f0ad4e !important;
}
.nav-tabs.lined .nav-item .nav-link.active.text-info {
    background: transparent;
    border-bottom-color: #5bc0de !important;
}
.nav-tabs.lined .nav-item .nav-link.active.text-danger {
    background: transparent;
    border-bottom-color: #d9534f !important;
}
.nav-tabs.lined .nav-item .nav-link.active.text-secondary {
    background: transparent;
    border-bottom-color: #6c757d !important;
}

.link-button{
     height:100%;
     width:100%;
     text-align:left;
     line-height:20px;
     align-items: left;
     justify-content: left;
     height:55px;
}

.wide-no-bg{
      background-color: transparent;
      border : none;
}

.bg-gray{
      background-color:#E7E8E9;
}

.selectoptionsize{
      font-size: 25px;
}

.modal-content{
      max-width:none !important;
      max-height:none !important;
}

button.no-text:hover{
      color:#000 !important;
}
