/* Passport */

.passport-banner {
    background-image: url("../../uploads/images/passport/home-banner.jpg");
    background-size: cover;
    max-height: 720px;
    min-height: 710px;
    width: 100%;
    position: relative;
}

.passport-banner2 {
    background-image: url("../../uploads/images/passport/home-banner2.jpg");
    background-size: cover;
    max-height: 720px;
    min-height: 720px;
    width: 100%;
    position: relative;
    background-position: center;
}

.passport-banner3 {
    background-image: url("../../uploads/images/passport/home-banner3.png");
    background-size: cover;
    max-height: 640px;
    min-height: 639px;
    width: 100%;
    position: relative;
    background-position: center;
}

.passport-color1 {
    background-color: var(--sea-green);
    max-height: 720px;
    min-height: 720px;
    width: 100%;
    position: relative;
    background-position: center;
}

.passport-color2 {
    background-color: var(--white);
    min-height: 720px;
    width: 100%;
    position: relative;
    background-position: center;
}

.overlay {
    background-color: var(--black);
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.btn-passport-white {
    width: 198px;
    height: 48px;
    background-color: var(--grey3);
    border-radius: 0;
    outline: none;
    padding: 15px 26px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    color: var(--black);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
}

.btn-passport-white1 {
    width: 230px;
    height: 48px;
    background-color: var(--grey3);
    border-radius: 0;
    outline: none;
    padding: 15px 26px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    color: var(--black);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
}

.btn-passport-white-invert {
    width: 198px;
    height: 48px;
    background-color: var(--black);
    border-radius: 0;
    outline: none;
    padding: 15px 26px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
}

.btn-passport-black {
    width: 148px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 26px 14px;
    background: var(--black);
    color: var(--white);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
}

.padding160by72 {
    padding: 160px 72px;
}

.passport-cover {
    background-color: black;
    width: 363px;
    height: 518px;
    object-fit: cover;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.sliderbox {
    height: 620px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.passport-box {
    width: 100%;
    height: 100vh;
    padding: 24px 50px 0;
    align-items: center;
}

.lr-image {
    width: 100%;
    position: relative;
}

.form-bottom-border {
    border-bottom: 1px solid var(--grey2);
}

#login .form-control,
.input-group-text {
    border: none;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: var(--black);
}

.btn-login {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 163px;
    width: 368px;
    background: var(--black);
    color: var(--white);
    text-transform: uppercase;
}

.btn-login:hover,
.btn-login:active {
    color: white;
    outline: none;
}

#surveyForm {
    position: relative;
    /* height: 450px; */
    height: 70vh;
}

#checkoutForm {
    position: relative;
    height: 450px;
    width: 368px;
    margin: auto;
}

#surveyForm .submit-btn {
    position: absolute;
    bottom: 0;
}

#survey {
    /* height: 400px; */
    height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    scrollbar-color: var(--orignial-blue) var(--black);
}

#survey::-webkit-scrollbar {
    width: 0;
}

#survey .answerbox {
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 24px;
    border: 1px solid #000000;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.5s ease;
    /* Inside auto layout */
    /* 
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 24px; */
}

#survey .answerboxactive,
#survey .answerbox:active,
#survey .answerbox:hover,
#survey .answerbox:focus {
    background-color: var(--orignial-blue);
    color: var(--white);
    border-color: var(--orignial-blue);
}

.passport_font {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
}

.passport_add_cash,
.passport_remove_cash {
    border: 1px solid #000000;
    box-sizing: border-box;
    /* display: flex;
    flex-direction: row;
    align-items: flex-start; */
    padding: 6.5px 24px;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    /* width: 118px; */
    text-decoration: none;
    color: var(--black);
    cursor: pointer;
}

.passport_add_cash:hover,
.passport_remove_cash:hover {
    background: var(--black);
}

.checkout-box {
    width: 100%;
    height: 100vh;
    padding: 20px 50px;
    align-items: center;
}

.paynow {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    padding: 10px;
    width: 368px;
    background: var(--black);
    color: var(--white);
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    outline: none;
    border-radius: 0;
    cursor: pointer
}

.paynow:hover {
    color: white;
}

.passport_success {
    background-color: var(--midnight-blue);
    color: var(--white);
    width: 414px;
    height: 632px;
    margin: auto;
}

.passport_success img {
    margin-left: auto;
    margin-right: auto;
    width: 176px;
    height: 260px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.congrts {
    color: var(--orignial-blue);
}


/* by rudrayya */

.passport_background {
    background-color: #24ABE2;
}

.passport_name {
    color: #fff;
    background-color: #000000;
    height: 25vh;
    margin-top: 25vh;
    margin-left: 44vh;
}

.passport_main_tab {
    margin-top: -5vh;
    margin-left: 44vh;
    background-color: #EFEFEF;
    height: 35vh;
    border-radius: 15px 15px 0px 0px;
}

.passport_main_tab img {
    height: auto;
    width: 50px;
    margin-left: 80%;
}

.passport_name h3 {
    font-weight: bold;
    margin-top: 45px;
    text-align: center;
}

.passport_main_tab .ad {
    font-weight: bold;
    font-size: 22px;
    margin-top: 25px;
    margin-left: 20px;
}

.passport_main_tab p {
    margin-left: 20px;
}

.passbox {
    max-height: 400px;
    min-height: 400px;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: var(--black);
    display: flex;
}


/* Passport Survey */

.passportparent {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    /* text-align: center;
    display: inline-block; */
    position: relative;
    width: 100%;
    height: 100vh;
}

.passportchild {
    background-color: var(--black);
    width: 269px;
    /* height: 100%; */
    height: 400px;
    max-height: 400px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.passport_name1 {
    margin: 52px 32px 0;
    padding-bottom: 32px;
    width: fit-content;
    block-size: fit-content;
    color: var(--white);
}

.passprot_main_tab1 {
    background: var(--grey3);
    /* height: 320px; */
    /* height: 100%; */
    height: 286px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 32px 35px;
}

.passprot_main_tab1 .ad {
    font-weight: bold;
    font-size: 22px;
    /* margin-top: 25px; */
}

.passprot_main_tab1 hr {
    margin-bottom: 35px;
}

.picon {
    width: 56px;
    height: 56px;
    object-fit: contain;
    float: right;
}

.passport-box1 {
    width: 100%;
    height: 100vh;
    padding: 24px 50px 0;
    align-items: center;
}


/* by Rudrayya on 13-06-2021 */

.w-230 {
    width: 230px !important;
}