* {
    /* margin: 0;
    padding: 0; */
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Poppins";
    font-size: 17px;
    background-color: #fff;
}

:root {
    --black: #000000;
    --yellow: #fac216;
    --purple: #3a387e;
    --gray: #696868;
    --gray2: #5b5959;
    --light-grey: #d1d2d4;
    --purpleish: #d2c9c9;
    --light-purple: #ebeaf8;
    --white: #ffff;
    --light-grey2: #d0d0d0;
    --inputColor: #b6b7bb;
}

.blink_me {
    animation: blinker 4s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.error {
    color: rgb(255, 72, 72);
}

.navbar {
    height: 125.95px;
    background-color: #ffffff;
}

.navbar a {
    font-size: 17.55px;
    color: #6b6767;
    font-weight: 500;
}

.bg-yellow {
    background-color: #fac216;
}

.bg-gray {
    background-color: var(--gray);
}

.bg-gray2 {
    background-color: var(--gray2);
}

.bg-light-grey {
    background-color: var(--light-grey);
}

.bg-purpleish {
    background-color: var(--purpleish);
}

.bg-light-purple {
    background-color: var(--light-purple);
}

.bg-light-grey2 {
    background-color: var(--light-grey2);
}

.border-gray {
    border-color: var(--gray) !important;
}

.border-gray2 {
    border-color: var(--gray2) !important;
}

.border-light-grey {
    border-color: var(--light-grey) !important;
}

.border-purpleish {
    border-color: var(--purpleish) !important;
}

.border-light-purple {
    border-color: var(--light-purple) !important;
}

.border-light-grey2 {
    border-color: var(--light-grey2) !important;
}

.border-inputColor {
    border-color: var(--inputColor) !important;
}

.btn-yellow {
    color: #000 !important;
    background-color: #fac216;
    border: 2px solid #fac216;
    box-shadow: 0 10px 20px -10px rgba(250, 194, 22, 0.75);
}

.btn-yellow:hover {
    background-color: #fff;
    border: 2px solid #fac216 !important;
}

.yellow-hover:hover {
    background-color: #fac216;
    color: rgba(91, 89, 89, 1);
}

.text-purple {
    color: #3a387e;
}

.page-item.active .page-link {
    background-color: #00ab55;
    border-color: #00ab55;
}

.bg-green {
    background-color: #00ab55;
}

.border-green {
    border-color: #00ab55 !important;
}

.btn-green {
    color: #fff;
    background-color: #00ab55;
    border: 2px solid #00ab55;
}

.btn-green:hover {
    background-color: #fff !important;
    border: 2px solid #00ab55 !important;
    color: #00ab55 !important;
}

.bg-purple {
    background-color: #3a387e;
}

.border-purple {
    border-color: #3a387e !important;
}

.btn-purple {
    color: #fff !important;
    background-color: #3a387e;
    border: 2px solid #3a387e;
}

.btn-purple:hover {
    background-color: #fff !important;
    border: 2px solid #3a387e !important;
    color: #3a387e !important;
}

.text-orange,
.text-orange:hover {
    color: #f79034;
}

.btn-border {
    border: transparent !important;
}

.bg-inquiry {
    background: linear-gradient(#3a387e 0%, #3a387e 25%, #fff 25%, #fff 100%);
}

.flag-width {
    width: 20px;
    height: 20px;
}

.cart-width {
    width: 30px;
    height: 30px;
}

.text-break {
    line-break: anywhere !important;
}

.text-justify {
    text-align: justify !important;
}

.fs-12px {
    font-size: 10px;
}

/* Banner start */
.carousel-indicators [data-bs-target] {
    height: 7px;
    background-color: #3a387e !important;
}

/* Banner End */

/* about page */
.k2d {
    font-family: "K2D", sans-serif;
}

.rectangle2 {
    width: 129.66px;
    height: 10.3px;
    border-radius: 6.5px;
}

/* .nav-link:active {
    font-weight: 700;
} */

.nav-link:hover {
    color: black;
    /* font-weight: 700; */
}

.font-bold {
    font-weight: 500;
}

.breadcrumb-box {
    height: 116px;
    background-image: url("../image/breadcrumbbg.png");
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
}

.maxwidth {
    max-width: 100%;
    max-height: 100%;
}

.about-content-bg {
    max-height: 280.33px;
}

.about-content-mask {
    background-color: rgba(250, 194, 22, 0.8);
    height: 280.33px;
}

.about-container {
    border: 2px solid rgba(0, 0, 0, 0.25);
}

.about-count {
    height: fit-content;
}

.about-line {
    position: relative !important;
    height: 620px;
    width: 10px;
}

.circle {
    position: absolute;
    left: -20px;
    width: 50px;
    height: 50px;
}

.circle-2 {
    top: 110px;
}

.circle-3 {
    top: 220px;
}

.circle-4 {
    top: 330px;
}

.circle-5 {
    top: 440px;
}

.circle-6 {
    top: 550px;
}

.center-text {
    margin: auto;
}

.about-four-card img {
    max-width: 60px;
    max-height: 48px;
}

.about-five-card img {
    max-width: 96px;
    max-height: 96px;
}

.about-bottom-bg {
    height: 550px;
}

.about-bottom-mask {
    background-color: rgba(255, 217, 99, 0.9);
    height: 550.33px;
}

.icons-div {
    max-width: 53px;
    max-height: 55px;
}

li::marker {
    content: none;
}

#navbarDropdown:hover {
    background-color: transparent;
}

/* job page */
.insta-btn {
    background-image: linear-gradient(
        to right,
        #f1ae12,
        #f56f09,
        #ee2a7b,
        #e70f69
    );
    border: none !important;
}

.whytndo-card-img {
    max-width: 90px;
    max-height: 80px;
}

.blog {
    position: relative !important;
}

.owl-theme .owl-stage {
    display: flex;
    align-items: center;
}

.owl-theme .owl-item {
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: rgb(217, 217, 217) !important;
    width: 40px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: rgb(58, 56, 126) !important;
}

.owl-nav .owl-prev {
    position: absolute !important;
    right: 100%;
    top: 50%;
    transform: translateY(-60%);
    background-color: none !important;
}

.owl-nav .owl-next {
    position: absolute !important;
    left: 100%;
    top: 50%;
    transform: translateY(-60%);
    background-color: none !important;
}

#testimonial .owl-nav .owl-prev {
    right: 90%;
}

#testimonial .owl-nav .owl-next {
    left: 90%;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
    font-size: 80px !important;
    color: #6b6767;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
}

.gray-text {
    color: rgba(91, 89, 89, 1);
}

/* qr code */
.qr-img {
    max-width: 70px;
    max-height: 77px;
}

.card-overlay {
    position: absolute;
    justify-content: center;
    align-items: end;
    right: 20px;
    width: 50%;
}

.card-overlay-img {
    max-width: 100%;
    max-height: 445px;
}

.qr-carousel-img {
    max-width: 120px;
    max-height: 120px;
}

.animationfront {
    position: absolute;
    top: 0;
    left: 35%;
}

.animationfont {
    position: absolute;
    bottom: -10%;
}

.animationfrontweb {
    position: absolute;
    top: 0;
    right: 12%;
}

/* fingerprint */
/* .video video {
    max-width: 100%;
    max-height: auto;
} */

/* feature */
.feature-img {
    max-width: 740px;
    max-height: fit-content;
}

.feature-bg {
    height: fit-content;
}

.feature-mask {
    background-color: rgba(0, 0, 0, 0.8);
    height: fit-content;
}

.feature-mask .container {
    height: fit-content;
}

.typemethod-img {
    max-width: 230px;
    max-height: 230px;
}

.vertical-line {
    width: 3px;
    height: 36%;
    background-color: #6b6767;
}

.categorie-list:hover {
    background-color: #fac216;
    color: black !important;
    border: none !important;
}

.line {
    width: 1.4px;
    height: 70px;
}

.child-box {
    max-width: auto;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 5px 10px;
    position: absolute;
    top: 15px;
    left: -50px;
}

.child-box2 {
    max-width: auto;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 5px 10px;
    position: absolute;
    bottom: 15px;
    right: -50px;
}

.rectangle {
    width: 129.66px;
    height: 10.3px;
    border-radius: 6.5px;
}

#customer-animation {
    animation: flipimg 2s infinite;
}

.child-box3 {
    max-width: 100%;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 5px 10px;
    position: absolute;
    top: 15px;
    right: -10px;
}

.child-box4 {
    max-width: 100%;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 5px 10px;
    position: absolute;
    bottom: 15px;
    left: -50px;
}

.button-img {
    max-width: 122px;
    max-height: 45px;
}

.employee-img {
    max-width: 250px;
    max-height: 110px;
}

/* Price section */
.card-footer .btngrey {
    font-family: "Poppins";
    font-style: normal;
    background: var(--light-grey);
    border-radius: 13px;
    font-size: 35.2879px;
    font-weight: 600;
    border: 2px solid #fff;
}

.card-footer .btngrey:hover {
    background: #fac216;
}

.plans .nav-link.active,
.plans .show > .nav-link {
    background-color: #fac216;
}
/* Price section */

/* Registration selection */
.colbgshadow {
    border: 1px solid var(--purpleish);
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.15);
    border-radius: 9px;
}

.colbgshadow p {
    font-family: "K2D";
    font-style: normal;
    font-weight: 300;
    font-size: 15.9257px;
    color: var(--gray);
}

.imgcol {
    width: 220px;
}

.customizedplan span {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 18px;
    color: var(--gray);
}

.customizedplan span::after {
    display: inline-block;
    content: "";
    border-top: 2px solid var(--light-grey);
    width: 246px;
    margin: 4px 0px;
}

.accordion {
    /* --bs-accordion-btn-focus-box-shadow: none; */
    --bs-accordion-btn-focus-border-color: none !important;
    --bs-accordion-btn-focus-box-shadow: none !important;
}

.cyp_btn::after {
    content: "";
    border-radius: 50%;
    background-color: var(--yellow);
    font-size: 20px;
}

.cyp_btn:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.cyp_btn:not(.collapsed)::after {
    content: "";
    border-radius: 50%;
    background-color: var(--yellow);
}

.range_row {
    font-family: "Poppins";
    font-style: normal;
}

.range_row input[type="number"] {
    width: 60px;
    height: 30px;
    font-weight: 500;
    font-size: 13px;
    line-height: 50px;
    color: var(--black);
}

.range_row label {
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
    color: var(--black);
}

.range_row .form-range {
    border: 1px solid #c7c7c7;
    border-radius: 2px;
    width: 100%;
    height: 14px;
}

.range_row input[type="range"]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #828282;
    border: 1px solid var(--yellow);
    height: 15px;
    width: 35px;
    border-radius: 0px;
    background: var(--yellow);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px;
}

.range_row .useropt li {
    font-weight: 600;
    font-size: 11px;
    line-height: 38px;
    color: var(--black);
    padding: 0px 0px 0px 17%;
}

.range_row .useropt li:first-child {
    margin-left: -24%;
}

.range_row .monthopt li {
    font-weight: 600;
    font-size: 11px;
    line-height: 38px;
    color: var(--black);
    padding: 0px 0px 0px 33%;
}

.range_row .monthopt li:first-child {
    margin-left: -40%;
}

.buy_row {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
}

.buy_row .fa {
    color: var(--yellow);
    font-size: 40px;
}

.buy_row h6 {
    font-size: 17px;
    color: var(--black);
}

.buy_row span {
    color: var(--gray);
    font-size: 24px;
}

.colbgshadow h4 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
}

.regform {
    font-family: "Poppins";
    font-style: normal;
}

.regform label {
    font-weight: 500;
    color: var(--gray);
}

.regform input {
    font-weight: 400;
    color: var(--inputColor);
}

.regform .btnsubmit {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 36px;
    color: var(--black);
    background-color: var(--yellow);
    border: 2px solid #fff;
}

.regform span {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 12.1075px;
    color: #83858a;
}

.btn:first-child:hover,
:not(.btn-check) + .btn:hover {
    border: 2px solid var(--yellow);
    color: black;
}

/* Registration selection */

@media (max-width: 630px) {
    .position {
        width: 250px;
        height: 250px;
    }

    .child-box {
        max-width: 100%;
        background-color: #ffffff;
        border-radius: 4px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        padding: 5px 10px;
        position: absolute;
        top: 15px;
        left: -10px;
        font-size: small;
    }

    .child-box2 {
        max-width: 100%;
        background-color: #ffffff;
        border-radius: 4px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        padding: 5px 10px;
        position: absolute;
        bottom: 15px;
        right: -10px;
        font-size: small;
    }

    .child-box h2,
    .child-box2 h2 {
        font-size: 20px;
    }

    .child-box3 {
        max-width: 100%;
        background-color: #ffffff;
        border-radius: 4px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        padding: 5px 10px;
        position: absolute;
        top: 15px;
        right: -10px;
        font-size: small;
    }

    .child-box4 {
        max-width: 100%;
        background-color: #ffffff;
        border-radius: 4px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        padding: 5px 10px;
        position: absolute;
        bottom: 15px;
        left: -10px;
        font-size: small;
    }

    .child-box h2,
    .child-box2 h2 {
        font-size: 20px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1370px !important;
    }

    .carousel {
        height: 460px;
    }

    .logo-width {
        max-width: 12.3rem !important;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .container {
        max-width: 1250px !important;
    }

    .carousel {
        height: 460px;
    }

    .logo-width {
        max-width: 12.3rem !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .container {
        max-width: 960px !important;
    }

    .carousel {
        height: 460px;
    }

    .logo-width {
        max-width: 12.3rem !important;
    }

    .nav-link:hover {
        background-color: #ffc107;
    }

    .icons-align {
        margin: auto;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .container {
        max-width: 720px !important;
    }

    .carousel {
        height: 460px;
    }

    .logo-width {
        max-width: 12.3rem !important;
    }

    .nav-link:hover {
        color: black;
        /* font-weight: 700; */
        background-color: #f1ae12;
    }

    .icons-align {
        margin: auto;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .container {
        max-width: 540px !important;
    }

    .carousel {
        height: auto;
    }

    .logo-width {
        max-width: 12.3rem !important;
    }

    .nav-link:hover {
        background-color: #ffc107;
    }

    .owl-nav .owl-prev {
        right: 93%;
    }

    .owl-nav .owl-next {
        left: 93%;
    }

    .border-end {
        border: none !important;
        text-align: center;
    }

    .whytndo-card-img {
        margin: auto;
    }

    .icons-align {
        margin: auto;
    }
}

@media (min-width: 200px) and (max-width: 576px) {
    .container {
        max-width: 540px !important;
    }

    .carousel {
        height: auto;
    }

    .logo-width {
        max-width: 10.3rem !important;
    }

    .ft-icons-col {
        flex-direction: column;
    }

    .nav-link:hover {
        background-color: #ffc107;
    }

    .owl-nav .owl-prev {
        right: 88%;
    }

    .owl-nav .owl-next {
        left: 88%;
    }

    .border-end {
        border: none !important;
        text-align: center;
    }

    .whytndo-card-img {
        margin: auto;
    }

    .icons-align {
        margin: auto;
    }
}

@media (max-width: 300px) {
    .carousel {
        height: auto;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .about-line {
        margin: auto;
    }

    .left-text {
        position: absolute;
        left: 5%;
        width: 40%;
        text-align: start;
    }

    .right-text {
        position: absolute;
        right: 5%;
        width: 40%;
        text-align: start;
    }
}

@media (max-width: 992px) {
    .button {
        flex-direction: column;
    }

    .about-line {
        margin: none !important;
    }

    .left-text {
        position: absolute;
        left: 20%;
        width: 80%;
        text-align: start;
    }

    .right-text {
        position: absolute;
        left: 20%;
        width: 80%;
        text-align: start;
    }
}

@media (max-width: 1200px) {
    #qr-text {
        margin-top: 100px;
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    #qr-text {
        margin-top: 150px;
        margin-left: auto;
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    #qr-text {
        margin-top: 100px;
        font-size: 20px;
    }
}

@media (max-width: 340px) {
    #qr-phone {
        width: 170px;
        padding-right: 20px;
    }
}

@media (max-width: 1200px) {
    #web-img {
        width: 33rem;
    }
}

@media (min-width: 844px) and (max-width: 990px) {
    #web-text {
        margin-top: 5px;
    }

    #web-img {
        width: 30rem;
        margin-top: 9rem;
    }

    #web-png {
        margin-top: 9rem;
        width: 25rem;
    }
}

@media (max-width: 760px) {
    #web-img {
        width: 30rem;
    }

    #web-png {
        width: 25rem;
    }
}

@media (max-width: 440px) {
    #web-img {
        width: 25rem;
    }

    #web-png {
        width: 20rem;
    }
}

/* Individual video container */
.video-wrap {
    position: relative;
    max-width: 700px;
    margin-bottom: 10px;
}
.video-wrap .placeholder {
    max-width: 700px;
    width: 100%;
}
.video-wrap .play-btn {
    position: absolute;
    max-width: 700px;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1; /* needed if using Bootstrap */
    text-align: center;
    color: #fac216;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50px;
    transition: color, background-color 0.2s ease;
}
.video-wrap .play-btn:hover,
.video-wrap .play-btn:focus {
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}
.play-btn::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 60px;
    content: "\f04b";
    /* positioning tweaks */
    padding-top: 20px;
    padding-left: 10px;
}
.rounded-20 {
    border-radius: 20px !important;
}
.rounded-top-20 {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}
.modal-cart-img {
    top: -50px;
    left: 35%;
    width: 130px;
    height: 130px;
}
.space-padding {
    padding-top: 140px;
}

.otp-container {
    display: flex;
    gap: 10px;
}
.otp-input {
    width: 50px;
    text-align: center;
    font-size: 24px;
}
.cursor-pointer {
    cursor: pointer;
}
.bottom-start-icon {
    position: fixed !important;
    bottom: 20px !important;
    left: 20px !important;
    z-index: 1000 !important;
}

.bottom-start-icon img {
    width: 300px; 
    /* height: 66px; */
}
.attribute_checkbox .form-check-input:checked {
    background-color: #00a650 !important;
    border-color: #00a650 !important;
}
.attribute_checkbox .form-check-input:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(76, 175, 80, 0.25) !important;
}