.border-4-left-1-bottom{
    border-left: 4px solid #Ec661b !important;
    border-bottom: 1px solid #Ec661b !important;
    padding: 0 0 5px 5px !important;
    background: #ffe0b2 !important; 
}


.border-4-left{
    border-left: 4px solid #Ec661b !important;
    padding: 0 0 5px 5px !important;
}

.border-bottom {
    border-bottom: 1px solid #Ec661b !important;
    padding: 0 0 5px 0px !important;
}

.border-top {
    border-top: 1px solid #Ec661b !important;
    padding: 0 0 5px 0px !important;
}

.border-box {
    border: 1px solid #Ec661b !important;
    padding: 10px !important;
}


.border-box-filled {
    border: 1px solid #Ec661b !important;
    padding: 10px !important;
    background: #ffe0b2 !important; 
}

ul.my-custom-list {
    border: 1px solid #Ec661b !important;
    padding: 15px !important;
}

ul.my-custom-list li {
    padding: 5px 0 !important;
}

ul.my-custom-list li:before {
    content: "\f111";
    font-family: FontAwesome;
    left: 0;
    transform: translateY(-50%);
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color: #Ec661b;
    padding-right: 6px !important;
}


ul.my-custom-list-2 {
    padding: 15px !important;
}

ul.my-custom-list-2 li {
    padding: 5px 0 !important;
}

ul.my-custom-list-2 li:before {
    content: "\f111";
    font-family: FontAwesome;
    left: 0;
    transform: translateY(-50%);
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color: #Ec661b;
    padding-right: 6px !important;
}