body {
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    color: #d3d3d3;
}

a {
    text-decoration: none;
}

p {
    font-size: 16px;
    margin: 10px 0;
    line-height: 1.2;
}

h1 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

h2 {
    font-size: 24px;
    font-weight: 600;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {}

h6 {}

.no-bor {
    border: none !important;
}

.btn-primary {
    background: #1794f0;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.list-items {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-items li {}

.list-items li a {
    font-family: nunito;
    font-size: 14px;
    color: #9f9d9f;
    font-weight: normal;
    line-height: 2;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.list-items li a:hover {
    color: #9516f9;
}

#error-div>ul {
    align-items: center;
    margin: 1%;
    text-align: left;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

.messagebox_overlay {
    z-index: 9999;
}

.client-color-orange {
    color: #ff6700;
}

.client-bg-orange {
    background-color: #ff6700;
}

.badge-warning {
    padding: 3px 7px;
}


.modal-backdrop.show {
    opacity: 0.5 !important;
}

.pac-container {
    z-index: 100000 !important;
}