html,
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
    font-family: 'Jaldi', sans-serif;
    font-size: 17px;
    overflow: hidden;
}

/*  body {
            position: relative;
        }*/

.wrap {
    height: 100%;
    position: relative;
}
.wrap .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url("../images/header-bg.jpg") no-repeat center center;
    background-size: cover;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.hidden-animate {
    opacity: 0
}
.visible-animate {
    opacity: 1
}
.hidden-visible {
    display: none!imortant;
}
.display-visible {
    display: block!important;
}
#header {
    text-align: center;
    /*  background: url('../images/header-bg.jpg') center top no-repeat!important;*/
    background-size: cover!important;
}
h1 {
    margin-top: 0;
    font-size: 90px;
    font-family: 'Boogaloo', cursive;
    color: #ffcb17;
}
h2 {
    font-family: 'Boogaloo', cursive;
    font-size: 120px;
    line-height: 100px;
    margin-top: 0px;
    color: #fff;
    text-transform: none!important;
}
.header-section h1,
.header-section h2 {
    text-align: left;
}
.header-section h2 span {
    font-family: 'Frijole', Arial;
    font-size: 90px;
    color: #ff3b4f;
}
.header-section {
    padding-top: 250px;
}

/* Transition */

.animated-bar {
    width: 0;
    height: 3px;
    background: #ffefae;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bar 5s 2 linear;
    animation: bar 5s 2 linear;
}
.slide {
    width: 100%;
    height: 100%;
    display: -webkit-block;
    display: -ms-block;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffF;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 20px 0;
    overflow: hidden;
}
.slide.slide-a {
    /* background: url('../images/header-bg.jpg') center top no-repeat!important;*/
    background-size: cover!important;
    z-index: 400;
}
.slide.slide-b {
    background: url('../images/header-bg.jpg') center top no-repeat!important;
    background-size: cover!important;
    z-index: 300;
    display: block!important;
    padding: 0;
    margin: 0;
}
@-webkit-keyframes bar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@keyframes bar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
.phone-image {
    width: 72%;
    margin-top: 30px;
}
.signboard-left-img {
    display: block;
    position: fixed;
    left: 0;
    height: 100%;
}
.signboard-right-img {
    position: fixed;
    right: 0;
    height: 100%;
}
.message-area .send-area {
    padding-left: 0!important;
}
.road-area {
    position: relative;
}
.slide-b .slide-content,
.road-elements,
.road-area {
    height: 100%;
}
.sender-name,
.conversation-area,
.message-area {
    position: absolute;
    z-index: 10;
    width: 57%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.road-sign-left,
.road-sign-right {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 260px;
    margin: 0 auto;
}
.sign-holder {
	position: relative;
	width: 50%;
	margin: 0 auto;
}
.conversation-area {
    height: 530px;
    background: #FFF;
    top: 228px;
    padding-top: 20px;
    overflow-y: scroll;
    padding-bottom: 30px;
}
.sender-name {
    top: 158px;
    height: 70px;
    background: #eeeeee;
    color: #333;
    font-weight: bold;
    padding-top: 20px;
    font-size: 25px;
    border-bottom: 1px solid #d6d6d6;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.message-area {
    bottom: 120px;
    height: 70px;
    background: #f3ce41;
    padding-top: 10px;
}
.message-input {
    height: 50px;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    border: 1px solid transparent;
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .39), 0 -1px 1px #FFF, 0 1px 0 #FFF;*/
}
::-webkit-input-placeholder {
    color: #c1c1c1;
}
::-moz-placeholder {
    color: #c1c1c1;
}
:-ms-input-placeholder {
    color: #c1c1c1;
}
:-moz-placeholder {
    color: #c1c1c1;
}

/* text message proper */

.clear {
    clear: both;
}
.from-me {
    position: relative;
    padding: 10px 20px;
    color: white;
    background: #0B93F6;
    border-radius: 25px;
    float: right;
    right: 30px;
    text-align: right;
    margin-left: 100px;
    -webkit-animation: pop-in 0.5s;
    -moz-animation: pop-in 0.5s;
    -ms-animation: pop-in 0.5s;
    margin-top: 0;
    margin-bottom: 20px;
}
.from-me:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -2px;
    right: -7px;
    height: 20px;
    border-right: 20px solid #0B93F6;
    border-bottom-left-radius: 16px 14px;
    -webkit-transform: translate(0, -2px);
}
.from-me:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -2px;
    right: -56px;
    width: 26px;
    height: 20px;
    background: white;
    border-bottom-left-radius: 10px;
    -webkit-transform: translate(-30px, -2px);
}
.from-them {
    position: relative;
    padding: 10px 20px;
    background: #E5E5EA;
    border-radius: 25px;
    color: black;
    float: left;
    left: 13px;
    text-align: left;
    margin-right: 60px;
    margin-top: 0;
    margin-bottom: 20px;
}
.from-them:before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: -7px;
    height: 20px;
    border-left: 20px solid #E5E5EA;
    border-bottom-right-radius: 16px 14px;
    -webkit-transform: translate(0, -2px);
}
.from-them:after {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: -2px;
    left: 4px;
    width: 26px;
    height: 20px;
    background: white;
    border-bottom-right-radius: 10px;
    -webkit-transform: translate(-30px, -2px);
}
.conversation-area p {
    margin: 0;
}
.slide-b-road-sign-left,
.slide-b-road-sign-right,
.from-them:first-child,
.sender-name {
    opacity: 0;
}
.slide-b-road-sign-left,
.slide-b-road-sign-right {
	width: 100%;
	top: 0;
	left: 0;
	margin: 0;
	position: absolute;
}
.slide-b-road-sign-right {
	margin-left: -25px;
}
.sweet-alert h2,
.score-number-section h2,
.content-area h2 {
    text-transform: uppercase!important;
    margin: 30px 0 10px!important;
    font-weight: bold;
    font-size: 55px;
    line-height: 48px;
    color: #d55401!important;
    letter-spacing: 2px;
    font-family: 'Jaldi', Arial!important;
}
.sweet-alert button {
    background-color: #c43a2d!important;
    padding: 15px 50px;
    margin: 10px 5px 26px 5px;
    font-family: 'Jaldi', Arial!important;
    font-weight: bold!Important;
    letter-spacing: 2px!important;
}
.sweet-alert button:hover {
    background-color: #a42c20;
}
.grid {
    margin: 0 auto;
    column-gap: 0px;
}
.grid img {
    max-width: 100%;
    width: 100%;
    float: left;
}
#card-section {
    overflow: visible;
}
#score-content-section {
    display: none;
    padding-bottom: 120px;
}
.card-header {
    padding: 60px 0 40px;
}
.card-header h2 {
    font-size: 68px!important;
    font-family: 'Special Elite', Arial!important;
    letter-spacing: 2px!important;
    font-weight: bold!important;
    text-align: center!important;
    color: #2c2c2c!important;
    line-height: 70px;
}
.score-number-section {
    background: #ffc367;
    padding: 30px 0;
}
.score-number-section span {
    font-size: 28px;
    color: #000;
    text-transform: uppercase;
    padding-right: 20px;
    font-family: 'Jaldi', Arial;
    letter-spacing: 2px;
}
.score-number-section .count {
    position: relative;
    margin: 0;
    padding: 10px 8px 0 16px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
}
.score-number-section .count-area {
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
}
.score-number-section .count.glow {
    text-shadow: 0 0 4px #ffffff;
}
.score-number-section .face .fa {
	padding-left: 8px;
}
.icon-section span.text {
    float: left;
    vertical-align: middle;
    padding-top: 0px;
    font-size: 18px;
    font-weight: bold;
    padding-right: 40px;
    width: 75%;
    text-align: right;
}
.score-number-section .icon-section span.text span {
	color: #d55401;
	padding: 0;
}
.icon-section #shareIcons {
    float: right;
    width: 25%;
}
.jssocials-shares {
    float: right;
}
.jssocials-share-logo {
    font-size: 0.8em;
}
.content-area {
    padding-top: 50px;
}
.content-area p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 29px;
    font-weight: normal;
    padding-top: 20px;
}
.grid-item,
.grid-item-3rd {
    width: 18%;
    float: left;
    margin-bottom: 20px;
}
.grid input[type="checkbox"][id^="cb"] {
    display: none;
}
.grid label {
    border: 1px solid #fff!important;
    padding: 10px!important;
    display: block!important;
    position: relative!important;
    margin: 10px!important;
    cursor: pointer!important;
}
.grid label:before {
    background-color: white!important;
    color: white!important;
    content: " "!important;
    display: block!important;
    border-radius: 50%!important;
    position: absolute!important;
    top: -5px!important;
    left: -5px!important;
    width: 25px!important;
    height: 25px!important;
    text-align: center!important;
    line-height: 28px!important;
    transition-duration: 0.4s!important;
    transform: scale(0)!important;
}
.grid label img {
    height: 100%!important;
    width: 100%!important;
    transition-duration: 0.2s!important;
    transform-origin: 50% 50%!important;
}
:checked + label:before {
    content: "✓"!important;
    background-color: #1ba704!important;
    transform: scale(1)!important;
}
:checked + label img {
    transform: scale(0.9)!important;
    z-index: -1!important;
}
.wrong:checked + label:before {
    content: "x"!important;
    background-color: #d55401!important;
    transform: scale(1)!important;
}
.grid-btn-wrapper {
    margin: 20px auto 60px;
    text-align: center;
}
.grid-send-btn {
    padding: 20px 100px;
    font-family: 'Jaldi', Arial!important;
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: bold;
}
.cta {
    padding-top: 20px;
}
.cta h4 {
    font-family: 'Jaldi', Arial!important;
    font-size: 34px;
    margin-bottom: 0;
    font-weight: bold;
    letter-spacing: 2px;
}
.cta button {
    width: 100%;
    padding: 20px 0;
    font-size: 30px;
    margin-top: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    border: 1px solid #4ca24c;
}
.fa-car {
    padding-right: 10px;
}
.btn-retake {
    padding: 10px 40px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
.icon-section {
    padding-top: 10px;
}
img,
.content-area img {
    max-width: 100%;
}
.header-phone-img {
        bottom: 0;
    position: absolute;
    right: 0;
}
.header-phone-img img {
    bottom: 0;
    width: 100%;
}
@media (min-width: 1921px) and (max-width: 2560px) and (max-height: 1920px) {
    .road-sign-left,
    .road-sign-right {
        top: 500px;
    }
    /*
    .slide-b-road-sign-left {
        width: 70%;
        margin-left: 220px;
    }
    .slide-b-road-sign-right {
        width: 70%;
        margin-left: -270px;
    }
    */
    .sender-name {
        top: 200px;
    }
    .conversation-area {
        height: 800px;
        top: 270px;
    }
    .message-area {
        bottom: 160px;
    }
    .sender-name,
    .conversation-area,
    .message-area {
        width: 58%;
    }
}
@media (min-width: 1921px) and (max-width: 2560px) and (max-height: 1600px) {
    .road-sign-left,
    .road-sign-right {
        top: 420px;
    }
    /*
    .slide-b-road-sign-left {
        width: 55%;
        margin-left: 130px;
    }
    .slide-b-road-sign-right {
        width: 55%;
        margin-left: -120px;
    }
    */
    .sender-name {
        top: 200px;
    }
    .conversation-area {
        height: 800px;
        top: 270px;
    }
    .message-area {
        bottom: 160px;
    }
    .sender-name,
    .conversation-area,
    .message-area {
        width: 58%;
    }
}
@media (max-width: 1920px) and (max-height: 1440px) {
    .road-sign-left,
    .road-sign-right {
        width: 100%;
        top: 420px;
    }
    /*
    .slide-b-road-sign-left {
        width: 70%;
        margin-left: 160px;
    }
    .slide-b-road-sign-right {
        width: 70%;
        margin-left: -220px;
    }
    */
}
@media (max-width: 1920px) and (max-height: 1200px) {
    .road-sign-left,
    .road-sign-right {
        width: 100%;
        top: 320px;
    }
    /*
    .slide-b-road-sign-left {
        width: 50%;
        margin-left: 70px;
    }
    .slide-b-road-sign-right {
        width: 50%;
        margin-left: -120px;
    }
    */
    .header-section {
        padding-top: 230px;
    }
    .header-section h1 {
        font-size: 90px;
    }
    .header-section h2 {
        font-size: 130px;
        line-height: 90px;
    }
    .header-section h2 span {
        font-family: 'Frijole', Arial;
        font-size: 100px;
    }
}
@media (max-width: 1440px) {
    .header-section h1 {
        font-size: 60px;
    }
   .header-section h2 {
        font-size: 90px;
        line-height: 70px;
        margin-top: 10px;
    }
    .header-section h2 span {
        font-size: 70px;
        line-height: 80px;
    }
    .header-section {
        padding-top: 250px;
    }
    .sender-name {
        top: 120px;
    }
    .conversation-area {
        top: 190px;
        height: 365px;
    }
    /*
    .slide-b-road-sign-left {
        width: 48%;
        margin-top: 10px;
    }
    */
    .road-sign-left {
        width: 100%;
    }
    .road-sign-left,
    .road-sign-right {
        top: 220px;
    }
    /*
    .slide-b-road-sign-right {
        width: 48%;
        margin-top: 20px;
        margin-left: -35px;
    }
    */
    .message-area {
        bottom: 85px;
    }
    .message-input {
        padding: 8px;
        font-size: 16px;
        height: 48px;
    }
    .grid-item {
        width: 17%!important;
        margin: 0 auto!important;
        float: left!important;
    }
    .from-me {
        margin-left: 60px;
        right: 15px;
    }
    .conversation-area p {
        line-height: 18px;
    }
    .icon-section span.text {
        width: 70%;
    }
    .icon-section #shareIcons {
        width: 30%;
    }
    .cta button {
        margin-top: 70px;
    }
    .header-phone-img img {
        bottom: 0;
    }
}
@media (max-width: 1400px) and (max-height: 1050px) {
    .road-sign-left,
    .road-sign-right {
        top: 270px;
    }
    /*
    .slide-b-road-sign-left {
        width: 65%;
        margin-left: 120px;
    }
    .slide-b-road-sign-right {
        width: 65%;
        margin-left: -185px;
    }
    */
    .header-section h2 span {
        font-size: 60px;
        line-height: 60px;
    }
    .header-h1 {
        font-size: 50px;
    }
    .header-phone-img img {
        margin-top: 70px;
    }
    .header-section h2 span {
        font-size: 55px;
    }
}
@media (max-width: 1400px) and (max-height: 900px) {
    .road-sign-left,
    .road-sign-right {
        top: 220px;
    }
    /*
    .slide-b-road-sign-left {
        width: 60%;
        margin-left: 60px;
    }
    .slide-b-road-sign-right {
        width: 60%;
        margin-left: -120px;
    }
    */
    .conversation-area {
        top: 190px;
        height: 340px;
    }
}
@media (max-width: 1280px) and (max-height: 1024px) {
    .road-sign-left,
    .road-sign-right {
        top: 235px;
    }
    /*
    .slide-b-road-sign-left {
        width: 70%;
        margin-left: 100px;
    }
    .slide-b-road-sign-right {
        width: 70%;
        margin-left: -175px;
    }
    */
    .conversation-area {
        top: 180px;
        height: 300px;
    }
    .sender-name {
        top: 110px;
    }
    .message-area {
        bottom: 77px;
    }
    .sender-name,
    .conversation-area,
    .message-area {
        width: 56%;
    }
    .message-area .btn {
        padding: 10px 8px;
    }
}
@media (max-width: 1280px) and (max-height: 960px) {
    .road-sign-left,
    .road-sign-right {
        top: 245px;
    }
    /*
    .slide-b-road-sign-left {
        width: 65%;
        margin-left: 110px;
    }
    .slide-b-road-sign-right {
        width: 65%;
        margin-left: -210px;
    }
    */
}
@media (max-width: 1280px) and (max-height: 800px) {
    .road-sign-left,
    .road-sign-right {
        top: 195px;
    }
    /*
    .slide-b-road-sign-left {
        width: 55%;
        margin-left: 45px;
    }
    .slide-b-road-sign-right {
        width: 55%;
        margin-left: -100px;
    }
    */
    .header-section h2 span {
        font-size: 75px;
    }
}
@media (max-width: 1280px) and (max-height: 768px) {
    .road-sign-left,
    .road-sign-right {
        top: 185px;
    }
    /*
    .slide-b-road-sign-left {
        width: 55%;
        margin-left: 30px;
    }
    .slide-b-road-sign-right {
        width: 55%;
        margin-left: -80px;
    }
    */
}
@media (max-width: 1280px) and (max-height: 720px) {
    .road-sign-left,
    .road-sign-right {
        top: 175px;
    }
    /*
    .slide-b-road-sign-left {
        width: 50%;
        margin-left: 10px;
    }
    .slide-b-road-sign-right {
        width: 50%;
        margin-left: -65px;
    }
    */
}
@media (max-width: 1200px) and (max-height: 1080px) {
    .road-sign-left,
    .road-sign-right {
        top: 280px;
    }
    /*
    .slide-b-road-sign-left {
        width: 50%;
        margin-left: -30px;
    }
    .slide-b-road-sign-right {
        width: 50%;
        margin-left: -30px;
    }
    */
}
@media (max-width: 1024px) and (max-height: 768px) {
    .header-h1 [class*="char"] {
        font-size: 37px;
    }
    h2 {
        font-size: 40px;
        line-height: 40px;
        margin-top: 0;
    }
    .phone-image {
        width: 100%;
        margin-top: 60px;
    }
    .sender-name,
    .conversation-area,
    .message-area {
        width: 78%;
    }
    .sender-name {
        top: 150px;
    }
    .conversation-area {
        top: 220px;
        height: 350px;
    }
    /*
    .slide-b-road-sign-left {
        width: 70%;
        margin-top: 10px;
        margin-left: 80px;
    }
    .slide-b-road-sign-right {
        width: 70%;
        margin-left: -150px;
    }
    */
    .card-header {
        padding: 100px 0 10px;
    }
    .card-header h2 {
        font-size: 40px!important;
        line-height: 40px;
    }
    .score-number-section span {
        font-size: 20px;
        padding-right: 10px;
    }
    .icon-section span.text {
        padding-top: 25px;
        font-size: 17px;
        letter-spacing: normal;
        padding-right: 20px;
    }
    .icon-section #shareIcons {
        padding-top: 20px;
    }
    .btn-retake {
        padding: 5px 40px;
    }
    .score-number-section .count {
        font-size: 25px;
    }
    .score-number-section .count-area {
        font-size: 20px;
        line-height: 20px;
    }
    .content-text-1,
    .content-graph1,
    .cta-text,
    .cta-btn {
        width: 100%;
    }
    .sweet-alert h2,
    .score-number-section h2,
    .content-area h2 {
        font-size: 40px;
    }
    .content-graph1,
    .cta-btn {
        margin: 0 auto;
    }
    .cta button {
        margin-top: 20px;
        padding: 15px 0;
    }
    .header-section h2 {
        font-size: 60px;
        line-height: 60px;
    }
    .header-section h2 span {
        font-size: 42px;
        line-height: 60px;
    }
    .header-section h1 {
        font-size: 40px;
    }
}
