html{
    scroll-behavior: smooth;
}
.content{
    min-height: 500px;
    height: auto;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

@media only screen and (max-width: 1400px) {
    .ml-4 {
        margin-left: 2.9rem !important;

    }

    .mr-3 {
        margin-right: 3rem !important;

    }
}

@media only screen and (max-width: 1200px) {
    .ml-4 {
        margin-left: 2.5rem !important;

    }

    .mr-3 {
        margin-right: 2rem !important;

    }
}

@media only screen and (max-width: 992px) {
    .ml-4 {
        margin-left: 3.5rem !important;

    }

    .mr-3 {
        margin-right: 3rem !important;

    }
}

@media only screen and (max-width: 768px) {
    .ml-4 {
        margin-left: 0 !important;
    }

    .mr-3 {
        margin-right: 0 !important;
    }
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.05);
}

.quiz-row .col {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #fff;
}

.quiz-row .col img {
    /*border-top-left-radius: 5px;*/
    /*border-top-right-radius: 5px;*/
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: contain;
    max-height: 122px;
}

.quiz-row a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.quiz-row a p, .quiz-row a div {
    padding: 5px;
    margin: 0;
}

.quiz-content div {
    font-weight: normal;
    font-size: 14px;
}

.quiz-content {
    padding: 10px;
}

.tile-bg{
    background: url('/assets/images/bg-tile.png') repeat;
}

.sv-title.sv-container-modern__title{
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
}

.sv-footer {
    padding: 1em 0 .87em 0;
    margin-left: 0;
    margin-right: 0;
}
.sv-root-modern .sv-footer__prev-btn {
    background-color: rgb(20, 102, 155);
    display: none!important;
}

.sv-body__page{
    margin-left: 0;
    margin-right: 0;
}
fieldset.sv-selectbase {
    margin-top: 0;
}

.sv-imagepicker__item--inline:not(:last-child) {
    margin-right: 9%;
}
.sv-imagepicker__label .sv-string-viewer {
    /*max-width: 200px;*/
    display: flex;
}
@media only screen and (max-width: 1400px) {
    .sv-imagepicker__item--inline:not(:last-child) {
        margin-right: 6%;
    }
}
@media only screen and (max-width: 1200px) {
    .sv-imagepicker__item--inline:not(:last-child) {
        margin-right: 2%;
    }
}
@media only screen and (max-width: 992px) {
    .sv-imagepicker__item--inline:not(:last-child) {
        margin-right: 9%;
    }
}


.sv-body.sv-completedpage {
    text-align: left!important;
    font-size: 1em!important;
    margin-bottom: 20px!important;
    height: auto!important;
    font-weight: normal!important;
}

.sv-completedpage::before {
    margin-bottom: 20px;
}

.sv-image{
    width: 100%;
}
.sv-image img {
    margin: auto;
    display: block;
    width: 100%;
}

.sv-imagepicker__image{
    width: 200px;
    height: 148px;
    border-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/stamp-border.png) 8 round;
    border-width: 8px;
    border-style: solid;
    object-fit: cover !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);

}

.sv-root-modern .sv-question__title--answer {
    background-color: rgba(20, 102, 155, 0.2);
}

.sv-imagepicker__image div div{
    width: 200px;
    height: 148px;
    border-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/stamp-border.png) 8 round;
    border-width: 8px;
    border-style: solid;
    object-fit: cover;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.sv-root-modern .sv-imagepicker__item--allowhover:hover .sv-imagepicker__image{
    background: #fff;
    border: none;
}

@media only screen and (max-width: 992px) {
    .sv-image img {
        width: 100%;
    }
}

.sv-container-modern__title {
    padding-top: 2em;
    padding-bottom: .9375em;
}

.sv-body__progress {
    margin-bottom: 1.5em;
}

.sv-row:not(:last-child) {
    padding-bottom: 1.5em;
}

.sv-selectbase {
    margin-top: 1em !important;
}

.sv-body.sv-completedpage{
    height: 2em;
    padding: 0;
}
.custom-padding-show-quizzes{
    padding: 40px 40px 0;
}
.quiz-result-content{
    padding: 0 30px;
}
.quiz-result-content p{
    display: none;
}
.sv-root-modern .sv-completedpage {
    background-color: transparent !important;
}
.sv-root-modern .sv-completedpage h4{
    text-align: left;
}

.sv-completedpage::before {
    background: none;
    height: 0;
}

.sv-title.sv-question__title{
    color: var(--orange) !important;
    opacity: .8;
}
.sv-question__num, .sv-question__required-text{
    display: none;
}
.slick-next {
    right: 0px;
}

.slick-prev::before, .slick-next::before{
    color: rgb(20, 102, 155);
}
.hidden{
    display: none;
}
.sv-body.sv-completedpage{
    margin: 0;
}
.sv-question__content {
    margin-left: 0em;
}

#surveyElement{
    padding: 0 30px 30px 30px!important;
}

h5 span:nth-child(2){
    display: none;
}
.sv-imagepicker__label .sv-string-viewer{
    font-size: 15px;
}
.quiz-header {
    padding-left: 30px;
}
.btn-blue{
    display: none;
    color: #fff;
    background-color: #14669b;
    border-color: #14669b;
    border-radius: 1.214em;
    padding: .3em 2em .4em;
    width: 200px;
}
.btn-blue:hover{
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .sv-imagepicker__item--inline:not(:last-child) {
        margin-right: 16%;
    }
    .sv-imagepicker__label {
        transform: translateX(-50%);
        position: relative;
        left: 50%;
    }
    .sv-imagepicker__item--inline:not(:last-child){
        margin: 0;
    }
    .sv-title.sv-question__title{
        text-align: center;
    }
}
@media only screen and (max-width: 600px) {
    .quiz-row{
        margin: 0 15px;
    }
    .sv-title.sv-question__title{
        width: 95%;
        margin: auto;
    }
    /*.sv-question__content , #surveyElement form{*/
    /*    width: 95%;*/
    /*}*/
    .quiz-row .col {
        border-radius: 0px;
    }
}
@media only screen and (max-width: 400px) {
    .sv-title.sv-question__title{
        width: 90%;
     }

}
@media only screen and (max-width: 300px) {
    .sv-imagepicker__label {
        transform: translateX(0%);
        position: static;
    }
    .sv-title.sv-question__title{
        margin: 0;
        text-align: left;
        background-color: transparent !important;
        color: #000;
    }
    .sv-question__content , #surveyElement form{
        width: 80%;
    }

}
