.footer {
    font-family: 'SF-Pro-RegularFont';
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 74px;
    background-color: #171E2E !important;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.09);
    color: white;
    text-align: center;
    
    padding: 18px;
 }

.dent-source-provider-footer-logo {
    float: left;
}

.vbr-sub-hesder {
    text-align: right;
}

.dent-source-provider-contact-btn {
    color: #27324a;
    font-size: 13px;
    width: 120px;
    height: 40px;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #41b9eb, #b8e4f7);
    float: right;
}

 .dent-source-contact-label {
    color: gray;
 }
.dent-source-contact-value {
    font-weight: 600;
    text-align: left;
}
 html {
     height:100%;
 }

body {
    /*min-height:100%;*/
    position: relative;
    background-color: #fafafb;
}
 
 @media (max-width:768px) {
     .dent-source-contactus-popup {
         font-family: 'SF-Pro-RegularFont';
         position: fixed;
         left: 0;
         bottom: 74px;
         width: 100%;
         left: 2%;
         width: 96%;
         display: inline-block;
         overflow: hidden;
         position: absolute;
         border-radius: 12px;
         box-shadow: 0 -3px 28px 0 rgba(13, 19, 29, 0.17);
         border: solid 1px #d8d8ea;
         background-color: #ffffff;
         z-index: 10;
         color: #000000;
         text-align: center;
         border-radius: 10px 10px 0px 0px;
         padding: 18px;
         -webkit-animation-duration: 1s;
       -webkit-animation-timing-function: ease-in-out;
       -webkit-animation-iteration-count: 1;
     }
 }

 @media (min-width:768px) {
    .dent-source-contactus-popup {
        font-family: 'SF-Pro-RegularFont';
        position: fixed;
        left: 0;
        bottom: 74px;
        width: 100%;
        height: 140px;
        left: 2%;
        width: 96%;
        display: inline-block;
        overflow: hidden;
        position: absolute;
        border-radius: 12px;
        box-shadow: 0 -3px 28px 0 rgba(13, 19, 29, 0.17);
        border: solid 1px #d8d8ea;
        background-color: #ffffff;
        z-index: 10;
        color: #000000;
        text-align: center;
        border-radius: 10px 10px 0px 0px;
        padding: 18px;
        -webkit-animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
    }
 }

 .hidden {
    display:none;
 }