/*@import url('https://fonts.googleapis.com/css?family=Roboto');*/
@font-face {
    font-family: 'Roboto';
    src: url('/css/fonts/Roboto-Regular.eot');
    src: local('Roboto'), local('Roboto-Regular'),
    url('/css/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/Roboto-Regular.woff') format('woff'),
    url('/css/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
html {
    min-height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
body {
    font-family: 'Roboto', Tahoma, Helvetica, sans-serif;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex: auto;
    color: #040404;
    font-size: 18px;
    background-color: #fff;
}
a, button, input, a:active, button:active, a:focus, button:focus, input:active, input:focus, textarea:active, textarea:focus {
    outline: none !important;
    box-shadow: none!important;
}
a, a:visited, a:active {
    color: #6e6e6e;
}
a:hover {
    color: #6e6e6e;
}
h1, h2, h3, h4, h5 {
    margin: 0;
    color: #6e6e6e;
}
h1, .h1 {
    font-size: 2em;
}
.bold {
    font-weight: 900;
}
.flex-basis-auto {
    flex-basis: auto;
}
/*Link*/
.phone-lnk, .phone-lnk:hover, .phone-lnk:visited {
    text-decoration: none;
    cursor: default;
}
.white-lnk, .white-lnk:active, .white-lnk:focus, .white-lnk:hover {
    color: #fff !important;
}
.black-lnk, .black-lnk:active, .black-lnk:focus, .black-lnk:hover {
    color: #000 !important;
}
.unstyle-lnk:visited, .unstyle-lnk:hover {
    text-decoration: none;
}
.pointer {
    cursor: pointer;
}
/*COLOR*/
.white {
    color: #fff;
}
.black {
    color: #000;
}
/*BG*/
.bg-pink {
    background-color: #e15c5a;
}
/*BORDER*/
/*BTN*/
/*HEADER*/
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,92,90, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler {
    padding: 0;
}
/*FONT*/
.fs-26 {
    font-size: 26px;
}
.fs-24 {
    font-size: 24px;
}
.fs-20 {
    font-size: 20px;
}
.fs-18 {
    font-size: 18px;
}
.fs-14 {
    font-size: 14px;
}
/*FOOTER*/
/*INDEX*/

/*FORM*/
/*BREAD*/
.breadcrumb {
    background-color: transparent;
    padding-left: 0;
    padding-top: 0;
    font-size: 0.8em;
    margin: 0;
}
.breadcrumb li.active {
    color: #000;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #6e6e6e;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f054';
    font-size: 0.9em;
}
#Load_Modal {
    background-color: rgba(0, 0, 0, 0.1);
}
/*MODAL*/
#MyModal .modal-footer {
    padding-top: 0;
    border-top: none;
}