/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.act-btn{
            background: #196F3D;
            z-index: 599;
            display: inline;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: white;
            font-size: 30px;
            font-weight: bold;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            text-decoration: none;
            transition: ease all 0.3s;
            position: fixed;
            left: 30px;
            bottom:30px;
            cursor: pointer;
        }
.act-btn:hover{background: #3df48b}


.mfp-iframe-holder .mfp-content { max-width: 600px !important; }




/*  display: none;
	z-index: 599;
	position: fixed;
	width: 40px;
	height: 40px;
    background:green;
	background-color: #333;
	background-color: rgba(0,0,0,0.3);
	font-size: 1.25rem;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 50px;
	cursor: pointer;
	border-radius: 2px; */
