.header-image {
    /* display: flex; */
    align-items: center;
    padding-top: 22px;
    padding-bottom: 22px;
    background-color: #FFFFFF;
}
.header-image > div > div:nth-child(1){
    display: flex;
    align-items: center;
}
.container {
    max-width: 1136px !important;
}

.body {
    position: relative;

}

.header-fixed{
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}

.header-new {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.image-size {
    width: 209px;
    height: 49px;
}

.image-size-pack {
    width: 75px;
    height: 23px;
}

.image-size-track {
    width: 70px;
    height: 23px;
}

.powered {
    font-family: "Cabin", serif;
    color: #000000;
    font-weight: 400;
    font-size: 10px;
    margin-top: 10px;
}

.image-size-line {
    height: 20px;
}

.padd-text-h2 {
    padding: 40px 0;
}

.padd-style-h2 {
    padding: 30px 0;
}

.h2-text {
    font-family: "Cabin", serif;
    color: #000;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
}

.flex-cardsone {
    display: flex;
    justify-content: center;
    gap: 90px;
}

.card-new {
    backdrop-filter: blur(6.746665954589844px);
    background-color: #FFFFFF;
    /* box-shadow: -25.33px 25.33px 25.33px 0px rgba(255, 255, 255, 0.15) inset;
    box-shadow: 25.33px -25.33px 25.33px 0px rgba(165, 165, 165, 0.15) inset; */
    width: 450px;
    height: 235px;
    margin-bottom: 15px;
    border-radius: 22px;
    padding: 20px;
    /* padding-top: 33px !important;
    padding-bottom: 50px !important; */
}

.sec-2 {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    /* padding-top: 50px !important;
    padding-bottom: 60px !important; */

}

.card-title {
    font-family: "Cabin", serif;
    text-align: center;
    margin-top: 35px;
    /* color: rgba(255, 255, 255, 1); */
    font-weight: 700;
    font-size: 25px;
}

.card-2 {
    background-color: rgba(255, 255, 255, 1);
    width: 90%;
    border-radius: 8px;
    margin-bottom: 13px;
}

.card-3 {
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    border-radius: 8px;
    position: relative;
    bottom: 30px;
    margin: auto;
}

.card-body-2 {
    padding: 0px 38px 15px;
}

.card-body-3 {
    padding: 0px 38px 15px !important;
}

.card-body-3-final {
    padding: 20px 38px;
}

.card-body-4 {
    padding: 0px 38px 15px;
}

.card-body-check-2 {
    padding: 18px 38px 16px;
}

.text-h3 {
    font-family: "Cabin", serif;
    color: rgba(254, 0, 11, 1);
    font-weight: 700;
    font-size: 22px;
}

.steps {
    color: rgba(10, 103, 109, 1);
}

.ul-text {
    list-style-type: none;
    margin-left: -30px;
    position: relative;
    top: 7px;
}

.li-text {
    font-family: "Cabin", serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 15px;
}

.img-vect {
    display: flex;
    justify-content: center;
}

.vect-img {
    width: 60px;
    height: 70px;
}

.hr-tag {
    /* margin: 2.5px !important; */
    color:#000000;
    margin-top: -0.5px;
    margin-bottom: 7px;
}
.content-widthadjust > h4:nth-child(1){
    width: 10%;
}
.content-widthadjust > h4:nth-child(2){
    width: 40%;
}
.content-widthadjust > h4:nth-child(3){
    width: 40%;
}

.card-staff {
    backdrop-filter: blur(6.746665954589844px);
    background-color: #FFFFFF;
    box-shadow: -25.33px 25.33px 25.33px 0px rgba(255, 255, 255, 0.15) inset;
    box-shadow: 25.33px -25.33px 25.33px 0px rgba(165, 165, 165, 0.15) inset;
    width: 90%;
    height: 380px;
    margin-bottom: 30px;
    border-radius: 22px;
}

.background-textbox {
    background-color: rgba(255, 255, 255, 0.3) !important;
    height: 65px;
    text-align: center;
    color: #9E9E9E !important;
    border: 1px solid transparent;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    outline: none !important;
    width: 100%;
    border-radius: 8px;
    font-family: "Cabin", serif;
    font-weight: 400;
    font-size: 22px;
    border-color: #FE000B !important;
    outline-color: none !important;
}

.background-textbox:hover {
    border-color: #FE000B !important;
    color: #000000;
    outline-color: none !important;
    background-color: #FFFFFF !important;

}

.background-textbox::placeholder {
    color: #9E9E9E !important;
    text-align: center;
    outline-color: none !important;
    font-family: "Cabin", serif;
    font-weight: 400;
    font-size: 22px;
    outline: none !important;
}

.background-textbox:focus {
    background-color: #FFFFFF !important;
    color: #9E9E9E !important;
    border-color: #FE000B !important;
    outline: #FFFFFF !important;
}

.background-textbox:not(:focus) {
    background-color: rgba(255, 255, 255, 0.3) !important;
    color: #9E9E9E !important;
    outline-color: none !important;
}

.btn-color-new {
    background-color: rgba(254, 0, 11, 1) !important;
    color: #FFFFFF !important;
    font-family: "Cabin", serif !important;
    border-radius: 8px !important;
    outline-color: none !important;
    padding: 12px 24px !important;
}

.btn-color-new {
    background-color: rgba(254, 0, 11, 1) !important;
    color: #FFFFFF !important;
    font-family: "Cabin", serif !important;
    border-radius: 8px !important;
    outline: none !important;
    padding: 8px 24px !important;
    font-size: 22px !important;
    min-width: 150px;
}

.btn-color-new:hover {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(254, 0, 11, 0.5) !important;
    color: #FFFFFF !important;
}

.btn-color-new:focus {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(254, 0, 11, 0.5) !important;
    color: #FFFFFF !important;
}

.btn-color-new:active {
    background-color: rgba(200, 0, 8, 1) !important;
    outline: none !important;
    box-shadow: none !important;
    color: #FFFFFF !important;
}

.btn-center {
    margin-top: 10px;
    text-align: center !important;
    /* padding-top: 35px !important; */
}

.btn-color-new-bt {
    background-color: #E0E0E0 !important;
    color: #818181 !important;
    font-family: "Cabin", serif !important;
    border-radius: 8px !important;
    outline-color: none !important;
    padding: 8px 24px !important;
    font-size: 22px !important;
}

.btn-color-new-bt:hover {
    outline: none !important;
    /* box-shadow: 0 0 0 3px rgba(254, 0, 11, 0.5) !important;  */
    color: #818181 !important;
}

.btn-color-new-bt:focus {
    outline: none !important;
    /* box-shadow: 0 0 0 3px rgba(254, 0, 11, 0.5) !important; */
    color: #818181 !important;
}

.btn-color-new-bt:active {
    background-color: #E0E0E0 !important;
    outline: none !important;
    box-shadow: none !important;
    color: #818181 !important;
}

.btn-color-new-bt {
    text-align: center !important;
}

.h2-text-due{
    font-family: "Cabin", serif;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    padding-bottom: 8px;
}

.span-date{
    font-family: "Cabin", serif;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    color: #FE000B;
}
.input-group {
    width: 100% !important;
}


.scrollable-card-body {
    max-height: 154px !important;
    overflow-y: auto !important;
}

.scrollable-card-body-2 {
    max-height: 140px !important;
    overflow-y: auto !important;
}

.form-control {
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
}

.btn-center-final {
    text-align: center !important;
}

.btn-center-scan {
    text-align: center !important;
    padding-top: 0px !important;
}

.card-border {
    border-color: #FE000B !important;
}

.content-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.gap-btn {
    margin-top: 10px;
    display: flex;
    gap: 40px;
    justify-content: center;
}

.text-content {
    font-family: "Cabin", serif;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

.flex-checkout {
    margin-left: auto;
    margin-bottom: 10px;
}

.card-chekout {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.final-text {
    font-family: "Cabin", serif;
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    color: #000;
}

.img-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.arrow-img {
    width: 36px;
    height: 36px;
    margin-top: 28px;
}

.margin-index {
    margin-top: 50px;
}


.home-style {
    position: relative;
    margin: 0 auto;
}

.button-icon {
    background-color: rgba(254, 0, 11, 1);
    width: 83px;
    height: 83px;
    border-radius: 100%;
    position: absolute;
    right: -4%;
    bottom: 13px;
}

.img-center {
    text-align: center;
    position: relative;
    top: 13%;
}

.img-user {
    width: 30px;
    height: 30px;
}

.login-h4 {
    color: #FFFFFF;
    font-family: "Cabin", serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    margin-top: 0px;
}

.flex-cont {
    display: flex;
    align-items: end;
}

.home-2 {
    position: relative;
}

/* re-work */

.banner-img-check {
    background-image: url('../images/home/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 100%; */
    /* width: 100%; */
    background-color: #CFE6F4;
    min-height: 100vh;
    /* background-position: center ; */
}

.home-sections{
    padding-top: 90px;
}

.padd-text-h1 {
    padding: 18px 0;
    display: flex;
    justify-content: center;
}

.h2-check-text {
    font-family: "Cabin", serif;
    color: #000000;
    font-weight: 700;
    font-size: 30px;
    /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 0 0 20px rgba(1, 7, 7, 0.6); */
    /* background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 100%, rgba(1, 7, 7, 0.6) 100%);   */
    /* backdrop-filter: blur(10px);     */
    /* border-radius: 100%; */
    text-align: center;
    width: max-content;
}

.card-staff-check {
    backdrop-filter: blur(6.746665954589844px);
    background-color: #FFFFFF;
    /* box-shadow: -25.33px 25.33px 25.33px 0px rgba(255, 255, 255, 0.15) inset;
    box-shadow: 25.33px -25.33px 25.33px 0px rgba(165, 165, 165, 0.15) inset; */
    width: 90%;
    /* height: 360px; */
    margin-bottom: 30px;
    border-radius: 22px;
    margin: 0 auto;
}

.padd-style-checkout-h2 {
    padding: 10px 0;
}

/* .padd-style-final-h2 {
    padding: 10px 0;
} */

.padding-btn {
    padding: 0.5rem 1.5rem;
}

.like-img {
    height: 80px;
    width: 65px;

}

.thumbs-up {
    display: flex;
    justify-content: center;
}

.btn-parent {
    display: flex;
    justify-content: center;
}

.form-control:focus{
    box-shadow: unset !important;
}

/* responsive */

@media (max-width: 517px) {
    .home-sections {
        padding-top: 123px !important;
    }
    
}
@media (max-width: 992px) {
    .flex-cardsone {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px !important;
    }
}

@media (max-width: 600px) {
    .card-new {
        backdrop-filter: blur(18.746665954589844px);
        /* box-shadow: -25.33px 25.33px 25.33px 0px rgba(255, 255, 255, 0.15) inset;
        box-shadow: 25.33px -25.33px 25.33px 0px rgba(165, 165, 165, 0.15) inset; */
        /* width: 300px;*/
        height: 100% !important; 
        margin-bottom: 30px;
        border-radius: 22px;
        padding: 35px !important;
    }

    .card-title {
        padding-right: 10px !important;
        padding-left: 10px !important;
        /* padding-bottom: 10px !important; */
    }

    .card-body{
        padding-top: 20px !important;
        padding-bottom: 10px!important;
    }

    .content-flex {
        display: flex;
        align-items: center;
        gap: 10px;
    }
}

@media (max-width: 1240px) {
    .button-icon {
        background-color: rgba(254, 0, 11, 1);
        width: 83px;
        height: 83px;
        border-radius: 100%;
        position: relative;
        top: -7px;
        bottom: 35px;
        right: 0%;
    }
}
@media (max-width: 520px) {
.col-md-6 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    }
}
/* 
@media (max-width:1400px){
    .padd-text-h1{
        padding: 12px 0;
    }
    .card-new {
        height:198px
    }
    .card-title{
        margin-top: 15px;
    }
    .sec-2{
        margin-top: 19px;
    }
    .card-body-check-2 {
        padding: 10px 38px 9px;
    }
    .banner-img-check{
        min-height: 80vh;
    }
} */

@media (min-width: 1241px) and (max-width: 1300px) {
    .card-title {
        margin-top: 25px !important;
        font-size: 20px !important;
    }
    .vect-img{
    width: 40px !important;
    height: 50px !important;
    }
    .sec-2 {
        margin-top: 15px !important;
    }
    .card-new{
        height: 157px !important;
    }
    .text-h3 {
        font-size: 20px !important;
    }
    .h2-text{
        font-size: 20px !important;
    }
    .like-img {
        height: 80px;
        width: 65px;
    
    }
    .h2-text-due{
        font-size: 18px !important;
    }
    /* .banner-img-check{
        min-height: 84vh !important;
    } */
}
@media (min-width: 1301px) and (max-width: 1420px) {
    .card-new{
        height: 210px !important;
        margin-bottom: 0px !important;
    }
    .h2-text{
        font-size: 20px !important;
    }

    .h2-text-due{
        font-size: 18px !important;
    }
    .like-img {
        height: 80px;
        width: 65px;
    
    }
}
