body{
    font-family: 'Roboto', sans-serif;
}

.footer-svg-icon{
    width: 100%;
    height: 55px;
    transform: rotateY(180deg);
}

.footer-icon-1{
    padding: .5em;
    fill: #000000;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 50%;
}

.footer-top-area p{
    color: #000;
}

.fs-11{
    font-size: 11px;
}

.fs-13{
    font-size: 13px;
}

.fs-15{
    font-size: 15px !important;
}

.fs-large {
    font-size: large;
}

.fs-x-large {
    font-size: x-large;
}

.fw-500{
    font-weight: 500 !important;
}

.fw-600{
    font-weight: 600 !important;
}

.social-icons-margins{
    margin: auto 0 auto auto;
}

.ltn__utilize-menu ul li {
    margin-top: 0;
}

/*Assessment Form*/
.text-justify {
    text-align: justify;
}

.left-side-bg {
    background-color: #eff1fd;
}

.right-side-background {
    background-color: #f5f8ff;
}

.left-h1 {
    font-weight: 500;
    font-size: 20px;
    color: #000;
}

.left-h2 {
    font-weight: bolder;
    font-size: 16px;
    color: #000;
}

.left-side-border-radius {
    border-radius: 20px 0 0 20px;
}

.next-step-btn {
    border-radius: 30px;
    border: 1px solid #375C80;
    padding: 5px 15px;
    color: #fff;
    background: #375C80;
}

.next-step-btn:hover {
    color: #375C80;
    background: transparent;
}

.previous-step-btn {
    border-radius: 30px;
    border: 1px solid #375C80;
    padding: 5px 15px;
    color: #375C80;
    background: transparent;
}

.previous-step-btn:hover {
    color: #fff;
    background: #375C80;
}

.form-control {
    background-color: var(--white);
    border: 2px solid var(--border-color-9);
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    color: var(--ltn__paragraph-color);
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0;
    padding-right: 40px;
}

.nice-select .list {
    max-height: 300px;
    overflow-y: auto;
}

.nice-select .list::-webkit-scrollbar {
    width: 0;
}
/*Assessment Form*/

.text-custom-primary {
    color: #375C80 !important;
}

.text-custom-secondary {
    color: #AE3533 !important;
}

.bg-custom-primary {
    background-color: #375C80 !important;
}

.bg-custom-secondary {
    background-color: #AE3533 !important;
}

.ltn__main-menu li.active-menu > a {
    background-color: #375C80;
    color: #fff;
}

/*Select2*/
.input-item .select2-container {
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(228, 236, 242, 0.8);
    font-size: 14px;
    font-weight: 400;
    height: 35px;
    width: 100%;
    margin-bottom: 15px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
}

.select2-search--dropdown .select2-search__field {
    padding: 0 !important;
}

.select2-dropdown .select2-dropdown--below P{
    margin-top: -2px;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaa !important;
}

li.select2-results__option {
    margin-top: 0 !important;
    padding: 5px !important;
}