﻿.offerspadding {
    padding: 100px 100px;
}


.clients {
    padding: 10px;
}


.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 1px;
    border: 3px solid #f1f1f1;
    z-index: 50;
    background: #cecbcb;
    padding: 10px;
}

.browchureSection {
    text-align: left;
}

.onlyMobleDisplay {
    display: none;
}



/* The snackbar - position it at the bottom and in the middle of the screen */
#FooterSuccessMessage {
    visibility: hidden;
    background: #55ba8b;
    min-width: 250px;
    margin-left: -125px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 100;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

.showSnackMessage {
    visibility: visible !important; /* Show the snackbar */
}

#ErrrorEmailpattern {
    visibility: hidden;
    background-color: red;
    min-width: 250px;
    margin-left: -125px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 100;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#ProductEnquiryMessage {
    visibility: hidden;
    background: #55ba8b;
    min-width: 250px;
    margin-left: -125px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 100;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#OnlineServiceRegistrationMessage {
    visibility: hidden;
    background: #55ba8b;
    min-width: 250px;
    margin-left: -125px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 100;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#FeedBackMessage {
    visibility: hidden;
    background: #55ba8b;
    min-width: 250px;
    margin-left: -125px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 100;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#UploadResumeMessage {
    visibility: hidden;
    background: #55ba8b;
    min-width: 250px;
    margin-left: -125px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 100;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}



@media screen and (max-width: 720px) {
    .offerspadding {
        padding: 100px 0px;
    }

    .browchureSection {
        text-align: center;
    }

    .onlyMobleDisplay {
        display: block;
    }
}
