*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-family: POPPINS-REGULAR, Helvetica, sans-serif;
    color: #000;
    font-weight: normal;
    background-color: #fff;
}
a img {
    border: 0px;
}
a {
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}
ul {
    margin: 0px;
    padding: 0px;
}
ul li {
    list-style: none;
}
p {
    margin: 0px;
    padding: 0px;
}
input:focus {
    outline: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.wrapper {
    display: block;
    width: 100%;
    position: relative;
    float: left;
}
.homepagewrapper {
    position: relative;
    background: #234ac9 url(../images/bg.jpg) center top repeat-x;
    min-height: 760px;
    height: 100vh;
}
.header {
    float: left;
    width: 100%;
    background: #4690e9;
}
.header h1 {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    padding-left: 15px;
    line-height: 55px;
}
.header a {
    background: #1a99fc;
    float: right;
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 0px 45px;
    line-height: 55px;
}

.checkbox-box {
    width: 70%;
}
.header a:hover {
    background: #ec332d;
}
.content-box {
    padding: 15px;
    float: left;
    width: 100%;
}
.start-box {
    float: left;
    width: 100%;
    padding: 35px 0px;
}
.start-btn {
    float: left;
    display: block;
    padding: 15px 35px;
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    background: #1ca4fc;
    letter-spacing: 1px;
    border-radius: 5px;
}
.start-btn:hover {
    background: #ec332d;
}
.logo {
    float: right;
    display: inline-block;
    border: solid 2px #ec332d;
}
.logo img {
    width: 100px;
}
.start-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.start-content {
    width: 100%;
    float: left;
    text-align: center;
}
.start-content h1 {
    color: #ec332d;
    font-size: 28px;
    display: block;
    padding: 20px 0px;
}
.start-content h2 {
    color: #686868;
    font-size: 24px;
    display: block;
}
.screen2-mid {
    float: left;
    width: 100%;
}
.checkbox-box {
    float: left;
    display: inline-block;
    position: relative;
}
.checkbox {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.checkbox span {
    color: #1a99fc;
    font-size: 30px;
    padding-left: 30px;
    line-height: 42px;
}
.checkbox label {
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #ec332d;
}
.checkbox label:after {
    opacity: 0;
    content: "";
    position: absolute;
    width: 14px;
    height: 12px;
    background: transparent;
    top: 10px;
    left: 11px;
    border: 3px solid #1a99fc;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}
.checkbox label:hover::after {
    opacity: 0.5;
}
.checkbox input[type="checkbox"]:checked + label:after,
.checkbox input[type="radio"]:checked + label:after {
    opacity: 1;
}
.checkbox input[type="checkbox"]:checked + label,
.checkbox input[type="radio"]:checked + label {
    border: solid 1px #1a99fc;
}
.screen2-mid-img {
    float: right;
    padding-top: 20px;
}
.reset-btn {
    display: inline-block;
    padding: 15px 35px;
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    background: #ec332d;
    letter-spacing: 1px;
    border-radius: 5px;
}
.reset-btn:hover {
    background: #1ca4fc;
}
.qrcode {
    float: left;
    width: 100%;
    padding: 20px 0px;
}
.qrcode img {
    padding: 5px;
    border: solid 1px #ec332d;
}
.loading {
    max-width: 100%;
}
.menumid {
    width: 40%;
    margin: 0px auto;
}
.mneuinfo {
    width: 100%;
    margin-top: 20%;
    position: relative;
    float: left;
}
.linkmenu {
    width: 100%;
    display: block;
    margin: 0px auto;
}
.linkmenu ul {
    width: 100%;
    float: left;
    display: inline-block;
    text-align: center;
}
.linkmenu ul li {
    width: 100%;
    font-size: 24px;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 15px 0px;
    text-align: center;
}
.linkmenu ul li a {
    width: 100%;
    font-size: 24px;
    color: #fff;
    text-align: center;
    text-align: center;
}
.linkmenu ul li a.actives {
    font-size: 40px;
    padding: 10px 40px;
    border-radius: 10px;
    background: #ff00dc;
    color: #fff;
    margin: 0px auto;
    width: auto;
}
.footerlogo {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: -9;
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
    .screen2-mid-img {
        width: 100%;
        text-align: center;
    }
    .screen5 {
        transform: translate(0, 0);
        position: inherit;
        left: 0px;
        top: 0px;
        padding: 20px 0px;
    }
    .screen5 h1 {
        font-size: 20px;
    }
    .menumid {
        width: 90%;
        margin: 0px auto;
    }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
    .screen2-mid-img {
        width: 100%;
        text-align: center;
    }
    .screen5 {
        transform: translate(0, 0);
        position: inherit;
        left: 0px;
        top: 0px;
        padding: 20px 0px;
    }
    .screen5 h1 {
        font-size: 17px;
    }
    .menumid {
        width: 90%;
        margin: 0px auto;
    }
    .handicondiv {
        left: 0%;
        top: 52%;
    }
    a.handicondiv img {
        width: 75px;
        height: 84px;
    }
}
@media only screen and (max-width: 479px) {
    .header h1 {
        font-size: 17px;
    }
    .checkbox span {
        font-size: 16px;
    }
    .screen2-mid-img {
        width: 100%;
        text-align: center;
    }
    .screen5 {
        transform: translate(0, 0);
        position: inherit;
        left: 0px;
        top: 0px;
        padding: 20px 0px;
    }
    .menumid {
        width: 90%;
        margin: 0px auto;
    }
    .handicondiv {
        left: 0%;
        top: 52%;
    }
    a.handicondiv img {
        width: 75px;
        height: 84px;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1900px) {
    .handicondiv {
        left: 10% !important;
    }
    .handiconclick {
        left: -86% !important;
        top: 5px !important;
    }
} 
@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .handicondiv {
        left: 5% !important;
    }
    .handiconclick {
        left: -86% !important;
        top: 5px !important;
    }
    .checkbox-box h2 {
        font-size: 16px !important;
    }
    .checkbox span {
        font-size: 16px;
        padding-left: 22px;
        line-height: 30px;
    }
    .checkbox label {
        width: 30px;
        height: 30px;
    }
    .checkbox label:after {
        left: 7px;
        top: 5px;
    }
    .checkbox {
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .checkbox-box h2 {
        font-size: 16px !important;
    }
    .checkbox span {
        font-size: 16px;
        padding-left: 20px;
        line-height: 30px;
    }
    .checkbox label {
        width: 30px;
        height: 30px;
    }
    .checkbox label:after {
        left: 7px;
        top: 5px;
    }
    .handiconclick {
        left: -86% !important;
        top: 20px !important;
    }
    .checkbox {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .checkbox-box h2 {
        font-size: 16px !important;
    }
    .checkbox span {
        font-size: 16px;
        padding-left: 20px;
        line-height: 30px;
    }
    .checkbox label {
        width: 30px;
        height: 30px;
    }
    .checkbox label:after {
        left: 7px;
        top: 5px;
    }
    .distance_around_div .checkbox {
        width: 100% !important;
        margin: 10px 0 0 0 !important;
    }
    .screen2-mid-img {
        width: 100%;
        text-align: center;
        margin: 50px 0 !important;
    }
    .screen2-mid-img a {
        display: inline-block;
    }
    .screen2-mid-img .handiconclick img {
        width: 75px;
    }
    .clickbtnss {
        font-size: 30px !important;
    }
    .createbuttonstep2 {
        float: none !important;
    }
    .handiconclick {
        left: -30% !important;
        top: 45px !important;
    }
}
