.float-sm {
    z-index: 1;
    position: absolute;
}

.fl-fl {
    height: 50px !important;
}

.float-sm .float-fb {
    top: 275px;
}

.float-sm .fl-fl {
    background: #333333;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 4px;
    width: 250px;
    position: fixed;
    left: -185px;
    z-index: 1000;
    padding-left: 15px;
    /*font: normal normal 10px Arial;*/
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.fl-fl img.img-responsive {
    width: 35px;
    margin-right: 15px;
    display: inline;
    float: right;
}

.custom-floating-links {
    color: #e65100;
    float: right;
    margin-right: 30px;
    margin-top: 11px;
    font-family: futuraPTbold;
}

.float-sm .fl-fl:hover {
    left: 0;
}
.floating-font-icon {
    float: right;
    font-size: 30px;
    padding: 7px 10px 0px 0px;
    color: #e65100;
}

div#myModal .modal-dialog.modal-sm {
    top: 20%;
    width: 500px;
}
div#myModal .col-md-6 p {
    line-height: 17px;
	font-size: 16px;
	text-align: center;
	    font-weight: 600;
    color: #e65100;
}
div#myModal .col-md-6 .view-section {
    margin-top: 25px;
}
h4.modal-title {
    text-align: center;
}
div#myModalEmail .modal-dialog.modal-lg {
    margin-top: 9%;
}
div#myModalEmail input, textarea {
    width: 100%;
    margin: 10px 0px 10px 0px;
    border-radius: 5px;
 !   border: #e65100 1px solid;
    padding: 7px 15px;
    font-size: 16px;
    color: black;
}
.modal-footer {
    text-align: center;
}
div#myModalEmail input.intro-readmore-button {
    background-color: #0b182c;
    color: white !important;
    padding: 9px 22px;
    border-radius: 25px !important;
    letter-spacing: 1px;
    font-size: 18px;
    border-color: #0b182c !important;
}
    div#myModalEmail input.intro-readmore-button:hover {
        text-decoration: none;
        background-color: #e65100;
        border-color: #e65100 !important;
    }
.demo-form-section {
    align-items: center;
    align-self: center;
    align-content: center;
    display: flex;
    color: black;
    padding-top: 5%;
    padding-bottom: 4%;
}