#notequiz-container {
    display: block;
    width: 100%;
    height: auto;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#notequiz-container div.notequiz {
    width: 100%;
    margin: 0 auto;
    height: auto;
    margin-bottom: 20px;
}

#notequiz-container .query {
	max-width: 380px;
	width: 100%;
	margin: auto;
}

#notequiz-container div.notequiz h1 {
    line-height: 24px;
    background: #3F6E92;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 0px;
    margin-top: 0;
    padding: 5px 8px 8px 8px;
    display: none;
    text-align: center;
}

#notequiz-container div.notequiz h1 br {
    display: block;
}

@media screen and (min-width: 48em) {
    #notequiz-container div.notequiz h1 br {
        display: none;
    }
}

#notequiz-container div.notequiz img {
    width: 100%;
    height: auto;
}

#notequiz-container div.notequiz p.txt-intro {
    color: #1a1a1a;
    font-size: 18px !important;
    font-weight: 200;
    padding: 0;
    text-align: center;
    display: block;
    margin: 10px auto 15px;
    width: 90%;
    max-width: 600px;
}

#notequiz-container div.notequiz div.queries-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

@media screen and (min-width: 48em) {
    #notequiz-container div.notequiz div.queries-container {
        width: 100%;
        position: relative;
    }
}

#notequiz-container div.notequiz div.queries-container div.query-slide {
    width: 100%;
    margin-bottom: 60px;
    margin-top: 0px;
    position: absolute;
    top: 0;
}

#notequiz-container div.query-slide h2 {
    text-align: center;
    padding-top: 0;
    font-family: 'Lato', sans-serif !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    color: #000000 !important;
    -webkit-font-smoothing: antialiased !important;
    letter-spacing: .05em !important;
    height: auto;
    padding: 1% 1% 2% 1%;
}

#notequiz-container div.notequiz div.queries-container div.query-slide div.query-img {
    width: 100%;
    max-width: 360px;
    height: auto;
    margin: 0 auto;
}

#notequiz-container div.notequiz div.queries-container div.query-slide div.query-img img {
    margin: 10px 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#notequiz-container div.notequiz div.queries-container div.query-slide span.query-subtitle {
    padding: 8px;
    background-color: #fff6da;
    margin: auto;
    margin-bottom: 10px;
    display: block;
    color: #a69d7f;
}

#notequiz-container button.ans-btn {
    outline: none;
    width: 100%;
    height: auto;
    min-height: 47px;
    border: none;
    border-radius: 8px 8px 8px 0;
    background-color: #ededed;
    padding: 5px 3px;
    cursor: pointer;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 10px;
}

@media screen and (min-width: 48em) {
    #notequiz-container button.ans-btn {
        max-width: 360px;
        margin: 0 auto;
        color: #1a1a1a;
        margin-bottom: 10px;
    }
}

#notequiz-container button.ans-btn p {
   margin-left: 10px;
   width: 80%;
   text-align: left;
   font-size: 15px !important;
   font-weight: 200!important;
   padding: 0;
   line-height: 1;
   overflow-wrap: break-word;
   word-wrap: break-word;
   margin-top: 5px;
   margin-bottom: 5px;
   font-family: 'Lato', sans-serif !important;
}

#notequiz-container button.ans-btn span {
    width: 30px;
    height: 30px;
    background-image: url("../img/icons/i-circle-red.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 6%;
}

@media screen and (min-width: 64em) {
    #notequiz-container button.ans-btn:hover {
        color: #fff;
        background-color: #3F6E92;
    }
    #notequiz-container button.ans-btn:hover span {
        /*background-image: url("../img/icons/i-check-white.svg");*/
    }
}

#notequiz-container button.ans-btn.ans-btn-active {
    color: #fff;
    font-weight: 600;
    background-color: #3F6E92;
}

#notequiz-container button.ans-btn.ans-btn-active span {
    background-image: url("../img/icons/i-check-white.svg");
}

#notequiz-container div.notequiz div.given-container {
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 48em) {
    #notequiz-container div.notequiz div.given-container {
        width: 100%;
    }
}

#notequiz-container div.notequiz div.given-container div.given {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 60px;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}

#notequiz-container h2 {
    font-family: "PT Sans", Helvetica, Arial, "serif";
    color: #212121;
    text-align: center;
    font-size: 24px;
    font-weight: bolder;
    padding: 16px 0 0 0;
}

#notequiz-container div.notequiz div.given-container div.given div.img-result {
    width: 100%;
    height: 310px;
    margin: 0 auto;
    overflow: hidden;
}

#notequiz-container div.notequiz div.given-container div.given div.img-result img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#notequiz-container div.notequiz div.given-container div.given p, div {
    text-align: left;
}

#notequiz-container div.notequiz div.given-container div.given .g-bullet {
    border-top: 2px #275b82 solid;
    box-sizing: border-box;
    margin: 4px 0;
    min-height: 40px;
    position: relative;
    padding-left: 48px;
    display: inline-block;

    font-family: 'Lato', sans-serif !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 26px !important;
    color: #000000 !important;
    -webkit-font-smoothing: antialiased !important;
    letter-spacing: .05em !important;
}  

#notequiz-container div.notequiz div.given-container div.given .g-bullet img {
    width: 24px;
    margin-right: 8px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    background: #275b82;
    padding: 8px;
}

#notequiz-container div.notequiz div.given-container div.given p {
    font-family: 'Lato', sans-serif !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 26px !important;
    color: #000000 !important;
    -webkit-font-smoothing: antialiased !important;
    letter-spacing: .05em !important;
}

#notequiz-container div.notequiz div.given-container div.given .g-site a {
    display: inline-block;
    background: #275b82;
    padding: 4px;
    color: white;
    margin: 4px;
    position: relative;
}
#notequiz-container div.notequiz div.given-container div.given .g-site a::after {
    display: inline-block;
    content: "";
    position: absolute;
    background: gray;
    width: 100%;
    height: 100%;
    left: -4px;
    bottom: -4px;
    z-index: -1;
}

#notequiz-container div.notequiz div.given-container div.given a {
    text-decoration: none;
    color: inherit;
}

#notequiz-container div.notequiz div.given-container div.given h4 {
    font-size: 24px;
    font-weight: bold;
    color: #275b82;
    margin: 16px 0;
    text-align: center;
}

#notequiz-container div.notequiz div.given-container div.given ul.list-test {
    padding-left: 20px;
    position: relative;
}

#notequiz-container div.notequiz div.given-container div.given ul.list-test li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
}

#notequiz-container div.notequiz div.given-container div.given ul.list-test li::before {
    width: 14px;
    height: 14px;
    content: "";
    background-image: url(../img/icons/check-bullet-red.svg);
    margin-left: -20px;
    margin-top: 5px;
    position: absolute;
    background-repeat: no-repeat;
}

#quiz-header {
    position: relative;
    z-index: 99999;
    padding-bottom: 18px;
    font-size: 0;
    background-color: white;
}

#widget-notequiz {
    /*border: 1px solid #eaeaea;*/
    min-height: 480px;
    position: relative;
    width: 100%;
    transition: max-height 2s;
    -webkit-font-smoothing: antialiased!important;
    overflow: hidden;
}

.notequiz .header-img {
    background-image: url('../img/header.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}

.query-img img {
    background-repeat: no-repeat;
    background-size: contain;
}

.hide-slide {
    -webkit-animation-name: customFadeOutUp;
    animation-name: customFadeOutUp;
    opacity: 0;
}

.next-btn {
    width: 100%;
    height: auto;
    min-height: 47px;
    border: none;
    border-radius: 8px 8px 8px 0;
    background-color: #3c3c3c;
    padding: 5px 3px;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 10px;
    max-width: 360px;
    margin: 0 auto;
    color: #1a1a1a;
    margin-bottom: 10px;
    text-align: center;
}

.next-btn p {
    margin: auto;
    color: white;
    display: inline-block;
    letter-spacing: 2px;
    font-size: 18px;
}

.next-btn img {
    margin-left: 16px;
    vertical-align: middle;
    width: 30px!important;
    height: 30px!important;
    display: inline-block;
}

/*query with intro*/

.query-with-intro {
	width: 100%;
    margin: auto;
    max-width: 380px;
	text-align: center;
    font-size: 0;
}

.query-with-intro .query-img {
	width: 100%!important;
    max-width:
	display: inline-block;
	margin: 0 auto;
}

.query-with-intro .query-img img {
    margin: 0!important;
}

.query-with-intro .query-intro-txt {
	display: inline-block;
	width: 100%;
    font-size: 13px;
    text-align: left;
    background: #DD5363;
    max-width: 360px;
    box-sizing: border-box;
    color: white;
    padding: 8px;
    margin: auto;
}

/*query with intro*/

/*img grid*/

#notequiz-container .query-imagesGrid {

}
#notequiz-container .query-imagesGrid .imggrid-box {
	width: 33%;
	display: inline-block;
	box-sizing: border-box;
	max-width: 320px;
	text-align: center;
	padding: 16px 8px;
	margin: auto;
	position: relative;
    transition: opacity 0.5s, left 1s, top 1s;
    webkit-transition: opacity 0.5s, left 1s, top 1s;
    moz-transition: opacity 0.5s, left 1s, top 1s;
    font-size: 0;
    vertical-align: top;
}

.imggrid-box .imggrid-btn {
    border: 4px #c82e41 solid;
    border-radius: 16px;
    overflow: hidden;
    max-width: 160px;
    margin: auto;
}
.imggrid-box img{
    width: 100% !important;
    height: auto !important;
    display: inline-block;
    margin: auto;
    margin-bottom: 0!important;
    background: white;

}
.imggrid-box img:hover {
    transform-webkit-: scale(1.05);
    transform-moz-:    scale(1.05);
    transform-ms-:     scale(1.05);
    transform-o-:      scale(1.05);
    transform:         scale(1.05);
    cursor: pointer;
}
.imggrid-box img:active {
    width: 86%!important;
}
.imggrid-box span{
    color: gray;
    font-weight: bolder;
    position: relative;
    width: 100%;
    bottom: 0;
    display: inline-block;
    background: white;
    right: 0%;
    line-height: 16px;
    padding: 8px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 12px !important;
}
/*img grid*/


#notequiz-container .notequiz .queries-container .query-slide .imagesMenu_list {
    width: 100%;
    max-width: 380px;
    overflow: hidden;
    position: relative;
    margin: auto;
}

#notequiz-container .notequiz .queries-container .query-slide .imagesMenu_list .carousel {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    transition: top 0.5s ease;
}

#notequiz-container .notequiz .queries-container .query-slide .imagesMenu-ans-container {
    width: 100%;
    font-size: 0;
    text-align: left;
}

#notequiz-container .notequiz .queries-container .query-slide .imagesMenu-ans-container .imagesMenu-ans-btn {
    width: 48%;
    margin: 0 1% 16px 1%;
    padding: 0;
    display: inline-block;
    border: none;
    border-radius: 6px;
    background: #ededed;
    overflow: hidden;
}

#notequiz-container .notequiz .queries-container .query-slide .imagesMenu-ans-container .imagesMenu-ans-btn:hover {
    cursor: pointer;
}

#notequiz-container .notequiz .queries-container .query-slide .imagesMenu-ans-btn img {
    width: 100%;
    opacity: 0.5;
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -ms-filter: blur(8px);
    -o-filter: blur(8px);
    filter: blur(8px);
    -webkit-transition: filter 1s ease, opacity 1s ease;
    -moz-transition: filter 1s ease, opacity 1s ease;
    -o-transition: filter 1s ease, opacity 1s ease;
    transition: filter 1s ease, opacity 1s ease;
}

#notequiz-container .notequiz .queries-container .query-slide .imagesMenu-ans-container.shown .imagesMenu-ans-btn img {
    width: 100%;
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
}

#notequiz-container .notequiz .queries-container .query-slide .imagesMenu-ans-btn span {
    display: inline-block;
    width: 100%;
    height: 42px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 50% 50%;
    background-image: url("../img/icons/i-circle-white.svg");
}

#notequiz-container .notequiz .queries-container .query-slide .imagesMenu-ans-container.shown .imagesMenu-ans-btn span {
    background-image: url("../img/icons/i-circle-red.svg");
} 

#notequiz-container .notequiz .queries-container .query-slide .imagesMenu-ans-container.shown .imagesMenu-ans-btn:hover {
    color: #fff;
    background-color: #3F6E92;
}

#notequiz-container .notequiz .queries-container .query-slide .imagesMenu-ans-container.shown .imagesMenu-ans-btn.active {
    background-color: #3F6E92;
}

#notequiz-container .notequiz .queries-container .query-slide .imagesMenu-ans-container.shown .imagesMenu-ans-btn.active span {
    background-image: url("../img/icons/i-check-white.svg");
}

.cta {
    font-family: 'Lato', sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 26px !important;
    color: #000000 !important;
    -webkit-font-smoothing: antialiased !important;
    letter-spacing: .05em !important;
    text-align: left;
    width: 100%;
    margin: 0;
    display: block;
}

.given-app strong {
    color: #3F6E92;
    display: inline-block;
}

.given-app strong:before {
    color: #3F6E92;
    display: inline-block;
    content: "● ";
}

.given-app a {
    display: inline-block;
    background: #3F6E92;
    color: white;
    text-decoration: none;
    border-radius: 16px;
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
    margin-top: 12px;
    font-weight: bold;
}

#given .img-mobile {
    display: none;
}


@media (max-width: 640px) {
    .imggrid-box span {
        line-height: normal!important;
    }
}
@media screen and (max-width: 480px) {
    #notequiz-container div.notequiz h1 {
        font-size: 20px;
    }
    .cta {
        font-family: 'Lato', sans-serif !important;
        font-weight: 400 !important;
        font-size: 18px !important;
        line-height: 26px !important;
        color: #000000 !important;
        -webkit-font-smoothing: antialiased !important;
        letter-spacing: .05em !important;
        text-align: left;
        width: 100%;
        display: block;
    }
    #given .img-mobile {
        display: block;
    }
    #given .img-desktop {
        display: none;
    }
    .imggrid-box .imggrid-btn {
        border: 4px #c82e41 solid;
        border-radius: 4px;
        width: 72%;
    }
    #notequiz-container .query-imagesGrid .imggrid-box {
        padding: 2px 4px;
        width: 50%;
    }
    #notequiz-container .query-with-intro .query-intro-txt p {
        margin: 0;
    }
}
@media screen and (max-width: 480px){
    
    #notequiz-container div.notequiz div.given-container div.given .g-bullet {
        width: 100%;
    }
    
    #notequiz-container div.notequiz div.queries-container div.query-slide div.query-img img{
        margin: 0;
    }
    .imggrid-box .imggrid-btn {
        border: 3px #696565 solid;
        border-radius: 4px;
        max-width: 120px;
    }
}
@media (max-width: 400px) {
    .imggrid-box {
        width: 49%;
    }
}

@-webkit-keyframes customFadeOutUp {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes customFadeOutUp {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
