﻿.btn.iamdark {
    background: #fff 0% 0% no-repeat padding-box;
    color: #2B7366;
    border: 1px solid #2B7366;
    border-radius: 28px;
}

    .btn.iamdark:hover {
        background: #2B7366;
        color: #fff;
    }

    .iamdark .bg {
        background: url(/img/icon-light.png) no-repeat center center;
        width:26px;
        height:35px;
        display:block;
    }
    .iamdark:hover {
        background-color: #2B7366;
        color: #fff;
    }
        .iamdark:hover .bg {
            background-image: url(/img/icon-dark.png);
        }
.know-more-iamsmark {
    text-align: center;
    /*font-weight:bold;*/

    margin-top: 30px;
    margin-bottom: 40px;
    font-weight: normal;
    /* UI Properties */
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0px;
    opacity: 1;
}
    .know-more-iamsmark a {
        color: #2B7366;
        text-decoration: underline;
    }


.btniconLeft {
    margin-top:10px;
    background: #F5F5F5 0% 0% no-repeat padding-box;
}

    .btniconLeft:hover {
        background: #F5F5F5 0% 0% no-repeat padding-box;
    }

    .btniconLeft i {
    }