﻿

.notes-on-page {
    display: table-cell;
}




form-control, optgroup, select {
    margin: 0;
    font-size: 13px!important;
	color:#6c757d;
}

option {
    color: #6c757d;
    opacity: 1;
    font-size: 13px!important;
}



.has-border-left {
    border-left: 3px solid #066c3a;
    padding-left: 10px;
    padding-top: 0px;
    background: transparent;
    line-height: 16px;
    overflow: hidden;
    display: block;
    width: 100%;
}

.notes-div .feature-list {
    padding: 0;
}

.contact-code {
    display: inline-block;
    width: 50px;
    float: left;
    min-width: unset;
    margin-right: 5px;
}

.contact-number {
    width: calc(100% - 55px);
}

.notes-div .feature-list li {
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
    list-style: none;
    font-size: 15px;
}

    .notes-div .feature-list li i {
        color: #07723c;
        position: absolute;
        left: 0;
        line-height: 30px;
    }

h3.sub-heading-title {
    font-weight: bold;
    line-height: 20px;
    font-size: 14px;
}
