* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: "Manrope", sans-serif;
}

.f-light {
    font-family: "Manrope", sans-serif;
    font-weight: 300;
}

.f-regular {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
}

.f-medium {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
}

.f-semibold {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
}

.f-bold {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
}

body a:hover {
    text-decoration: none;
    color: #fff;
}

body li {
    list-style: none;
}

.f-light {

    font-weight: 300;
}

.f-regular {

    font-weight: 400;
}

.f-medium {

    font-weight: 500;
}

.f-semibold {

    font-weight: 600;
}

.f-bold {

    font-weight: 700;
}

.f-Extrabold {

    font-weight: 800;
}

.f-black {

    font-weight: 900;
}

p {
    font-weight: 600;
}

a {
    text-decoration: none;
}

button:focus {
    outline: 0;
    box-shadow: none;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    height: 90px;
    padding: 0px 0 0px;
    transition: all 0.3s ease-in-out;
    background: #F7FAFF;
}

/*header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
  background: #fff;
  box-shadow: 0px 2px 10px #00000059;
}*/
.heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0, -6rem, 0);
}

header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link {
    color: #fff;
}

header .container {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}

header .header {
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    z-index: 1;
    position: relative;
    background: #F7FAFF;
}

header .header-white {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

header .mobile-navbar {
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}

.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 0 8px;
}

.navbar-expand-md .navbar-nav .nav-link {
    font-size: 15px;
    color: #fff;
    padding: 0;
    /* margin-right: 12px; */
    transition: all 0.3s ease-in-out;
    position: relative;
    color: #000;
    font-weight: 500;
    margin: 0px 10px;
    margin-top: 25px;
    position: relative;
    padding: 0px 8px;
}

.navbar-expand-md .navbar-nav .nav-link::before {
    background: transparent linear-gradient(270deg, #FFFFFF 0%, #FF4343 40%, #00BEF7 100%) 0% 0% no-repeat padding-box;
    height: 3px;
    width: 0%;
    position: absolute;
    content: "";
    bottom: -18px;
    left: 6px;
    transition: all 0.4s;
}

.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
    width: 100%;
}

.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link:before,
.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link:before {
    display: none;
}

header .navbar-expand-md .navbar-nav .nav-link.active,
header .navbar-expand-md .navbar-nav .nav-link:hover {
    color: #00339C;
}

.navbar-brand {
    position: relative;
    top: 7px;
    left: 0;
    padding: 0;
}

.navbar-brand img {
    width: 50%;
}

.date.f-regular {
    color: #515151;
    font-size: 0.885vw;
}

.time {
    font-size: 1.042vw;
}

.navbar-expand-md li {
    margin-top: 20px;
    text-align: end;
}

.slider-section .row {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100vh;
}

.captions h3 {
    font-size: 2.083vw;
}

.orange {
    color: #EF7B00;
}

.captions p {
    color: #515151;
    font-size: 1.042vw;
}

.slider-section .common-btn {
    background: linear-gradient(180deg, #3588FE -3.57%, #77AEFF 91.67%), linear-gradient(180deg, #3588FE -3.57%, #77AEFF 142.71%);
    color: #fff;
    width: 380px;
    display: block;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.slider-section {
    position: relative;
    height: 100%;
}

.right-img img {
    position: absolute;
    bottom: 0px;
}

.main-wrapper {
    height: 100vh;
    width: 100%;
    padding-top: 90px;
    background: url(../images/bg-img.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.captions {
    position: relative;
    top: -20vw;
}

.otp-mobile {
    box-shadow: 0px 2px 40px 0px #0000001A;
    padding: 20px 20px;
    margin-top: 8vw;
    border: 1px solid #DEECFF;
    border-radius: 15px;
}

.mobile-input {
    width: 100%;
    height: 48px;
    border: 1.5px solid #4c8dff;
    border-radius: 8px;
    padding: 0 12px;
    font-size: 16px;
    margin-bottom: 20px;
    outline: none;
}

.otp-label {
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
}

.otp-container {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.otp-box {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    border: 1.5px solid #51515133;
    font-size: 18px;
    text-align: center;
    outline: none;
}

.otp-box:focus {
    border-color: #4c8dff;
}

.submit-btn {
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(180deg, #3588FE -3.57%, #77AEFF 110.71%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.submit-btn:hover {
    opacity: 0.9;
}

label {
    font-size: 0.885vw;
    margin-bottom: 5px;
}

.otp-sec .container {
    position: relative;
    height: 100vh;
}

.otp-sec .left-img img {
    position: absolute;
    bottom: 0px;
}

.otp-box.active {
    border-color: #4c8dff;
}

.otp-sec .form-group {
    position: relative;
}

.otp-sec span {
    position: absolute;
    left: 0px;
}

.otp-sec span {
    position: absolute;
    left: 7px;
    width: 31px;
    background: #fff;
    top: 12px;
}

.otp-sec .d-flex {
    position: relative;
}

.otp-sec .form-control {
    padding-left: 40px;
}

.camera-box {
    width: 260px;
    height: 260px;
    background: #000;
    border-radius: 16px;
    margin: 0 auto 16px;
    overflow: hidden;
    position: relative;
}

video,
canvas {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.capture-btn {
    background: #fff1e6;
    border: none;
    color: #ff7a00;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 auto;
    display: block;
}

.capture-btn img {
    margin-right: 5px;
}

.buttons {
    display: flex;
    justify-content: space-between;
    width: 55%;
    margin: 0 auto;
    margin-top: 20%;
}

.btn {
    width: 48%;
    height: 44px;
    border-radius: 10px;
    font-size: 15px;
    cursor: pointer;
}

.btn-back,
.btn-back:hover {
    background: white;
    border: 1.5px solid #4c8dff;
    color: #4c8dff;
}

.btn-next,
.btn-next:hover {
    background: linear-gradient(90deg, #5fa3ff, #3b7cff);
    color: white;
    border: none;
}

.capture-img {
    width: 50%;
    margin: 0 auto;
    height: 100vh;
    padding-top: 7vw;
}

.capture-img h2 {
    font-size: 1.563vw;
}

.caputure-sec .container {
    height: 100vh;
}

.caputure-sec .container {
    height: 100vh;
}

.bg-img {
    height: 100vh;
    width: 100%;

}

.view-screen h2 {
    color: #3C8CFE;
    font-weight: 600;
    font-size: 1.04vw;
}

.view-screen a,
.view-screen a:hover {
    color: #515151;
    font-size: 0.83vw;
    text-align: center;
}

.view-screen h4 {
    font-weight: 600;
    color: #222222;
    font-size: 1.04vw;
    margin-bottom: 13px;
}

.user-info {
    background: #FFF2E4;
    border-radius: 8px;
    padding: 12px 15px;
}

.user-info p {
    color: #EF7B00;
    font-weight: 500;
    font-size: 0.89vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.user-info p:last-child {
    margin-bottom: 0;
}

.user-info p span {
    color: #515151;
    font-size: 0.83vw;
    font-weight: 400;
}

.view-screen-wrappper {
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    margin: 6vw auto 0;
    display: block;
    width: 25vw;
    border-radius: 8px;
    padding: 1vw;
}

.user-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 6.98vw;
    border-radius: 50%;
    overflow: hidden;
}

.user-box img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.view-screen a {
    color: #515151;
    font-size: 0.83vw;
    text-align: center;
    display: block;
}

.qr-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-info p {
    color: #EF7B00;
    font-weight: 500;
    font-size: 0.89vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.consent-wrapper h6 {
    background: #FFF2E4;
    color: #EF7B00;
    font-size: 0.89vw;
    padding: 0.6vw;
    border-radius: 8px;
    margin-bottom: 14px;
}

.consent-wrapper ul li {
    list-style-type: decimal;
    margin-bottom: 1vw;
    font-size: 0.83vw;
    color: #515151;
}

.consent-wrapper {
    width: 49.69vw;
    background: #fff;
    border-radius: 8px;
    margin: 0 auto;
    box-shadow: 0px 2px 40px 0px #0000001A;
    padding: 1.3vw 1.6vw;
}

.consent-box h5 {
    color: #222222;
    font-size: 1.56vw;
    margin-bottom: 25px;
    font-weight: 600;
}

/* section.consent-box {
    padding-top: 7vw;
} */

.consent-wrapper ul {
    padding-left: 01vw;
}

.consent-box .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.3vw;
}

.consent-box label {
    color: #222;
    font-size: 0.89vw;
    padding-left: 10px;
    margin-bottom: 0px;
}

.consent-box button {
    font-size: 0.83vw;
    color: #fff;
    border-radius: 12px;
    background: linear-gradient(0deg, #3588FE, #3588FE), linear-gradient(180deg, #3588FE -3.57%, #77AEFF 110.71%);
    width: 9.48vw;
    height: 2.5vw;
    border: 0;
    outline: 0;
    margin: 1.5vw auto 0;
    display: block;
    font-weight: 600;
}

.visitor-info h5 {
    color: #222222;
    font-size: 1.56vw;
    margin-bottom: 25px;
    font-weight: 600;
}

.visitor-wrapper .row {
    box-shadow: 0px 2px 40px 0px #0000001A;
    background: #fff;
    width: 60vw;
    padding: 1vw;
    margin: 0 auto;
    border-radius: 8px;
}

.visitor-wrapper label {
    color: #222222;
    font-size: 0.89vw;
    font-weight: 500;
    margin-bottom: 5px;
}

.visitor-wrapper .form-control {
    border: 1px solid #22222233;
    font-size: 0.89vw;
    border-radius: 5px;
    padding: 9px 11px;
    color: #51515199;
    text-align: left !important;
}

.visitor-wrapper .form-control::placeholder {
    color: #51515199 !important;
}

.visitor-wrapper .form-control:focus {
    box-shadow: unset;
}

.visitor-wrapper .form-group {
    margin-bottom: 1vw;
    position: relative;
}

/* section.visitor-info {
    padding-top: 10vw;
} */

.visitor-wrapper label span {
    color: #FF3F40;
}

.visitor-wrapper .form-group img {
    position: absolute;
    right: 0.7vw;
    top: 2.3vw;
}

.visitor-wrapper .form-group a {
    color: #FFFFFF;
    background: linear-gradient(0deg, #3588FE, #3588FE), linear-gradient(180deg, #3588FE -3.57%, #77AEFF 110.71%);
    border-radius: 5px;
    font-size: 0.83vw;
    width: 6.98vw;
    height: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0.3vw;
    top: 2.1vw;
}

.visitor-wrapper select {
    background: url(../images/drop-arrow.svg) #ffffff no-repeat !important;
    background-position: center !important;
    -webkit-appearance: none !important;
    background-position-x: 97% !important;
    color: #212529;
}

.visitor-wrapper .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4vw;
}

.visitor-wrapper .btn-wrapper a {
    width: 9.48vw;
    height: 2.5vw;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3588FE;
    color: #3588FE;
    margin: 0 10px;
    font-size: 16px;
}

.visitor-wrapper .btn-wrapper a:last-child {
    background: linear-gradient(0deg, #3588FE, #3588FE),
        linear-gradient(180deg, #3588FE -3.57%, #77AEFF 110.71%);
    color: #fff;
}

.visitor-wrapper .btn-wrapper a img {
    margin-right: 7px;
}

.visitor-wrapper {
    padding-bottom: 3vw;
}

.view-screen {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttons .btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttons .btn-back img {
    margin-right: 5px;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 89%;
    margin: 0 auto;
}

.heads-up {
    transform: unset;
}

@media(max-width:3000px) and (min-width: 1700px) {
    .visitor-wrapper .form-group a {
        top: 1.8vw;
        height: 2vw;
    }
}

@media(max-width:1366px) {
    .visitor-wrapper .form-group a {
        top: 2.5vw;
    }

    .otp-box {
        width: 40px;
        height: 40px;
    }

    .visitor-wrapper .form-group img {
        top: 2.7vw;
    }
}



@media(max-width:1180px) and (min-width: 1000px) {
    .right-img img {
        width: 47%;
        bottom: 18vw;
    }

    .otp-sec .left-img img {
        position: absolute;
        bottom: 20vw;
        width: 45%;
    }

    section.otp-sec .offset-md-2 {
        margin-left: 0;
    }

    section.otp-sec .col-md-4 {
        width: 44%;
    }

    .otp-mobile {
        margin-top: 20vw;
    }

    .visitor-wrapper .btn-wrapper a {
        height: 4.5vw;
        width: 12vw;
    }

    .user-box {
        height: auto;
        margin-bottom: 10px;
    }

    section.consent-box {
        padding-top: 11vw;
    }

    section.view-screen .btn {
        width: 65%;
        font-size: 14px;
    }
}

@media(max-width:992px) {
    .captions p {
        font-size: 15px;
    }

    .captions h3 {
        font-size: 24px;
    }

    .otp-sec .offset-md-2 {
        margin: 0;
    }

    .otp-sec .col-md-6 {
        width: 100%;
    }

    .otp-sec .col-md-4 {
        width: 65%;
        margin: 0 auto;
    }

    .otp-mobile {
        margin-top: 15vw;
    }

    .otp-sec .form-group label {
        font-size: 15px;
    }

    .otp-sec .left-img img {
        display: none;
    }

    .visitor-wrapper label {
        font-size: 14px;
    }

    .visitor-wrapper .row {
        width: 88%;
    }

    .visitor-wrapper .form-control {
        font-size: 14px;
    }

    .visitor-wrapper .form-group a {
        top: 35px;
        font-size: 14px;
        width: fit-content;
        /* padding: 10px; */
        height: 28px;
        padding: 0 10px;
        right: 10px;
    }

    .visitor-wrapper .form-group img {
        top: 36px;
    }

    .visitor-wrapper .btn-wrapper a {
        width: 11.48vw;
        height: 4.5vw;
    }

    .consent-wrapper {
        width: 84%;
        padding: 20px;
    }

    .consent-wrapper ul li {
        font-size: 14px;
    }

    .consent-wrapper h6 {
        font-size: 14px;
        padding: 11px;
    }

    .consent-wrapper ul {
        padding-left: 18px;
    }

    .consent-box label {
        font-size: 14px;
    }

    .consent-box button {
        font-size: 14px;
        width: 11.48vw;
        height: 4.5vw;
    }

    section.consent-box {
        padding-top: 18vw;
    }

    .consent-box h5 {
        font-size: 24px;
    }

    .view-screen-wrappper {
        width: 39.73vw;
    }

    .view-screen h2 {
        font-size: 20px;
    }

    .view-screen a {
        font-size: 14px;
    }

    .view-screen h4 {
        font-size: 17px;
    }

    .user-info p {
        font-size: 14px;
    }

    .user-info p span {
        font-size: 13px;
    }

    section.visitor-info {
        padding-top: 17vw;
    }

    .visitor-info h5 {
        font-size: 24px;
    }

    .slider-section .row {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 100vh;
    }

    .captions {
        position: relative;
        top: 0;
    }

    .right-img img {
        position: relative;
        bottom: 0px;
        width: 100%;
    }

    .date.f-regular {
        font-size: 15px;
    }

    .time {
        font-size: 14px;
    }

    .capture-img {
        padding-top: 20vw;
    }

    .capture-img h2 {
        font-size: 24px;
    }

    .user-box {
        height: auto;
    }
}


@media(max-width:767px) {
    header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 96%;
        height: 90px;
        box-shadow: 0px 0px 10px #ccc;
    }

    .navbar-brand {
        flex-shrink: 0;
        max-width: 60%;
    }

    .navbar-brand img {
        width: auto !important;
        height: 60px;
    }

    ul.navbar-nav {
        padding-left: 0;
        margin-top: 0;
        text-align: right;
        flex-shrink: 0;
    }

    .captions {
        position: relative;
        top: 34vw;
    }

    .slider-section .common-btn {
        width: 100%;
    }

    .otp-mobile {
        margin-top: 44vw;
    }

    section.visitor-info {
        padding-top: 6vw;
    }

    .visitor-wrapper {
        padding-bottom: 50px;
    }

    .visitor-wrapper .btn-wrapper {
        display: flex;
        flex-direction: column;
    }

    .visitor-wrapper .btn-wrapper a {
        width: 130px;
        height: 40px;
        margin-bottom: 10px;
    }

    .capture-img {
        width: 97%;
    }

    .camera-box {
        width: 100%;
    }

    .capture-img {
        padding-top: 45vw;
    }

    .capture-img h2 {
        font-size: 24px;
    }

    .consent-box button {
        font-size: 14px;
        width: 19.48vw;
        height: 9.5vw;
    }

    section.consent-box {
        /* padding-top: 40vw; */
        padding-bottom: 60px;
    }

    .consent-box .form-check {
        display: block;
        /* align-items: center; */
        justify-content: center;
        margin-top: 13px;
        padding: 0 63px;
    }

    .view-screen-wrappper {
        width: 90%;
        padding: 14px;
    }

    .user-box {
        height: auto;
    }

    .otp-sec .col-md-4 {
        width: 100%;
        margin: 0 auto;
    }
}