.campagin-now-btn {
    line-height: 35px;
    height: 34px;
    width: auto;
    padding: 0px 25px;
    text-align: center;
    color: #fff;
    float: left;
    background-color: #333;
    -moz-transition: color .4s ease-in;
    -o-transition: color .4s ease-in;
    -webkit-transition: color .4s ease-in;
}
.campagin-now-btn:hover {
    background-color: #F0DFB1;
    color: #333;
}
.hvr-bubble-float-right {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    position: relative;
    transition-duration: 0.3s;
    transition-property: transform;
}
.hvr-bubble-float-right:before {
    position: absolute;
    z-index: -1;
    top: calc(50% - 10px);
    right: 0;
    content: '';
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #F3CC2F;
    transition-duration: 0.3s;
    transition-property: transform;
}
.side_horizontal_bar {
    position: fixed;
    width: 238px;
    /*background: url(http://www.dpsallahabad.com/images/notification-bg.gif-)#ec774b;*/
    
    background: rgba(255, 174, 0, 0.9);
    top: 45%;
    left: -104px;
    line-height: 40px;
    z-index: 99;
    font-family: verdana;
    font-size: 12px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 10px;
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    
    transform: rotate(-90deg);
}
.side_horizontal_bar:hover {
    background: #03834B;
    color: #999;
}
.side_vertical_bar {
    position: fixed;
    padding: 11px;
    width: 272px;
    background: #1d6c90;
    
    /* background: #F3CC2F; */
    /* right: 56px; */
    bottom: 115px;
    z-index: 10;
	right: 345px;
    font-family: verdana;
    font-size: 12px;
    border-radius: 2px;
    /*
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;*/
}
.side_vertical_bar:hover {
    background: #6ea643;
    color: #999;
    -webkit-transition: background 0.3s, border 0.3s, color 0.3s;
    transition: background 0.3s, border 0.3s, color 0.3s;
    cursor: pointer;
}
input.text {
    background-color: #444;
    color: #333;
    border: 0px;
    background-color: #e4e4e4;
    line-height: 30px;
    height: 30px;
    padding: 0px 20px;
    color: #999;
    font-style: italic;
    font-size: 14px;
    text-transform: capitalize;
}
input.text:focus {
    background-color: #ddd;
    color: #333;
    border: 0px solid #666;
}
input.text:focus {
    color: #333;
    font-style: normal;
}
button.btn {
    line-height: 31px;
    height: 30px;
    padding: 0px 15px;
    color: #fff;
    border-radius: 0px;
    border: 0px;
    background-color: #444;
    margin-top: 20px;
}
button.btn span {
    background-color: #037543;
    background-color: rgba(000, 000, 000, 0.1);
    position: relative;
    width: 100%;
    height: 40px;
    top: 0px;
}
#subscribe_response_div {
    font-size: 10px;
    color: #ff9900;
}
#subscribe_response_div .error {
    color: red;
}
.footer_color {
    color: #fff;
}
.data p {
    color: #000;
}
.data ul li {
    list-style-image: url('images/check.png');
    margin-left: 30px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-right: 34px;
}
.stripe_list tr:nth-child(odd) {
    background-color: #e7e7e7;
}
.hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.data ul {} .data ul li {
    list-style-image: url('images/check.png');
    margin-left: 30px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-right: 34px;
}
.button-color {
    background: #f18229;
}
.button-color:hover {
    background: #03834B;
    color: #fff;
}