.alert-heading{
    font-size: 1.4rem;
    text-align: center;;
}
.alert.alert-success {
    border: 1px solid #00cc8836;
    border-left: 5px solid #4cb748;
}
.alert.alert-info {
    border: 1px solid #bedfe6;
    border-left: 5px solid #2185d0;
}
.alert.alert-warning {
    border: 1px solid #7c5e1e52;
    border-left: 5px solid #7c5e1e;
}
.alert.alert-danger {
    border: 1px solid #c599998d;
    border-left: 5px solid #973937;
}
#lang-select {
    position: absolute;
    top: 15px;
    right: 20px;
    min-height: 40px;
    display: flex;
    align-items: center;
}

#lang-select ul {
    margin: 0;
    padding: 0;
    text-align: center
}

#lang-select ul li {
    float: left;
    margin: 0 5px 10px 0;
    list-style: none
}

#lang-select ul li a {
    color: #fff;
    opacity: .6;
    text-align: center;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
#lang-select ul li a.active{
    opacity: 1;
}
#lang-select ul li a:hover {
    opacity: 1
}
#lang-select li:last-child:not(:only-child) {
    display: none !important;
}
#success_message,#error_message,#error_message2,#error_message3,#error_message4,#error_message5,#loading_spinner{
    display: none;
}
.nice-select.error{
    border: 1px solid red;
}
span.checkmark.error-alt{
    border: 1px solid red;
}
.lds-dual-ring {
    display: inline-block;
    width: 40px;
    height: 40px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 32px;
    height: 32px;
    margin: 4px;
    border-radius: 50%;
    border: 4px solid #dc6016;
    border-color: #dc6016 transparent #dc6016 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.survey-heading{
    margin-bottom: 20px;
    color: #333d47;
    font-weight: bold;
    /*background-image: radial-gradient(#333d47, #ee4b2b);
    background-image: linear-gradient(45deg, #333d47, #ee4b2b);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;*/
}
.result-page-wrap{
    width: 80%;
}
@media (max-width:1440px) {
    .result-page-wrap{
        width: 90%;
    }
}

@media (max-width:991px) {
    .result-page-wrap{
        width: 100%;
    }
}
.error-heading{
    font-size: 250px;
    color: #333d47;
    font-weight: bold;
    text-align: center;
    line-height: 200px;
    /*background-image: linear-gradient(45deg, #333d47, #ee4b2b);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text; */
}
.error-title{
    font-weight: bold;
    text-align: center;
    font-size: 38px;
    color: #333d47;
}
.error-desc{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #333d47;
}
@media (max-width:576px) {
    .error-heading{
        font-size: 200px;
    }
}
#lang-select ul li:first-child a:hover{
    text-decoration: underline;
}
#lang-select ul li:first-child{
    margin-right: 380px;
}
@media (max-width:1440px) {
    #lang-select ul li:first-child{
        margin-right: 230px;
    }
}
@media (max-width:1199px) {
    #lang-select ul li:first-child{
        margin-right: 130px;
    }
}
@media (max-width:991px) {
    #lang-select ul li:first-child{
        margin-right: 270px;
    }
}
@media (max-width:576px) {
    #lang-select ul li:first-child{
        margin-right: 60px;
    }
}
.c-form-label{
    font-weight: 700;
    font-size: 16px;
    color: #333d47ee;
    margin-bottom: 10px;
    /*background-image: radial-gradient(#333d47, #ee4b2b);
    background-image: linear-gradient(45deg, #333d47, #ee4b2b);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;*/
}
.input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
    cursor: pointer;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid rgba(54, 54, 54, 0.1);
    border-radius: unset;
    cursor: pointer;
    font-weight: 700;
    font-size: 1rem;
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.label-text {
    margin-right: 10px;
    color: #ee4b2b;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    border-radius: 3px;
    font-family: 'Montserrat';
    line-height: 50px;
    width: 100%;
    display: inline-block;
    overflow-x: auto;
    white-space: nowrap;
}
.label-text img {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 100px;
}
.label-text::-webkit-scrollbar {
    width: 1px;
    height: 10px;
}
.label-text::-webkit-scrollbar-track {
  background: #ddd;
}
.label-text::-webkit-scrollbar-thumb {
  background: #777;
}
.submit.step .summary{
    height: 500px;
    overflow-y: auto;
}
@media (max-width:576px) {
    .label-text::-webkit-scrollbar {
        width: 1px;
        height: 1px;
    }
    .submit.step .summary{
        height: unset;
    }
}

.submit.step .summary::-webkit-scrollbar {
    width: 1px;
}
.submit.step .summary::-webkit-scrollbar-track {
  background: #ddd;
}
.submit.step .summary::-webkit-scrollbar-thumb {
  background: #777;
}
.summary-title{
    font-weight: bold;
    color: #333d47;
}
@media (min-width: 1441px) {
    #risk-result-wrap{
        margin-top: 50px;
    }
}
@media (min-width: 1200px) and (max-width:1440px) {
    /* #risk-result-wrap{
        margin-top: 100px;
    } */
    .content-right.custom{
        display: block;
    }
    .result-page-wrap{
        width: 100%;
    }
    .content-right.home{
        display: inline-grid;
        overflow-x: hidden;
    }
    .submit.step .summary{
        height: 400px;
    }
}
.last-btn{
    border: none;
    color: #fff;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    text-align: center;
    background: #dc6016;
    position: relative;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    padding: 12px 30px;	
}
.last-btn:hover {
    background: #ac4a11;
    color: #fff;
}
.summary ul li{
    cursor: pointer;
}
.summary ul li:hover{
    background: #ededed;
}
button.backward {
    background: #fff;
    color: #dc6016;
    border: 1px solid #dc6016;
}
button.forward, button.submit,.last-btn{
    border: 1px solid #dc6016;
}
span.error{
    background-color: #dc6016;
}
.alert-success.custom{
    font-weight: bold;
    font-size: 30px;
}
@media (max-width:576px) {
    .last-btn{
        padding: 12px 20px;
    }
    .alert-success.custom{
        font-size: 24px;
    }
}