/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.4.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

.planbsa2 {

            position: absolute;

            right: 0px;

            bottom: 50px;

            width: 300px;

            height: 100px;

            z-index: 101447;

          

            box-sizing: border-box;

        }

#SCBbuttonMain {
    position: relative;
    width: 70px;
    height: 70px;
    float: right;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    opacity: 0.9;
    z-index: 16776000;
    margin-top: 20px;
}

    #SCBbuttonMain:hover {
        opacity: 1 !important;
    }

.scb_bg_puls {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #eb1c23;
    background-color: #eb1c23;
    opacity: .75 !important;
    -webkit-animation: scb_bg_puls_anime 2.5s infinite ease-in-out;
    animation: scb_bg_puls_anime 2.5s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 16776001;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.scb_but_img {
    position: absolute;
    width: 60%;
    height: 60%;
    left: 20%;
    top: 20%;
    background: no-repeat center center;
    background-color: #eb1c23;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #eb1c23;
    opacity: 1;
    z-index: 16776002;
}

.innerbsadiv {
    position: absolute;
    top: 48px;
    right: 53px;
    bottom: 0;
    margin: auto;
    display: inline-table;
    width: 200px;
    overflow: hidden;
}

.innerbsa {
    position: relative;
    float: right;
    display: inline-table;
    width: 200px;
    margin-right: -200px;
    box-sizing: border-box;
    background-color: #eb1c23;
    padding: 16px;
    color: #fff;
    border-radius: 45px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    letter-spacing: 2px;
    opacity: 0;
    cursor: pointer;
	font-weight:500
}

.planbsa {
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: 300px;
    height: 100px;
    z-index: 17;
    float: left;
    box-sizing: border-box;
}