body{
    background: #FBFBFB;
}
.frm-box{
    padding: 24px;
}
.frm-sec{
    width:630px;
    max-width: 90%;
    margin: auto;
}
.frm-lbl{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    display: flex;
    align-items: center;
    color: #091D4F;
    margin-bottom: 10px;
}
.pass-view{
    position: absolute;
    top:10px;
    right: 10px;
}
.already-acc{
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    text-transform: capitalize;
    color: var(--textColor);
    justify-content: center;
}
.already-acc a{
    color: var(--defaultColor);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    text-transform: capitalize;
}

.frm-sec .drop-upload-wrapper{
    min-height: auto;
    background: #fff;
}
.code-box{
    background: #091D4F;
    padding: 10px 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-left: 10px;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
}
label.error {
    color: #f00;
    font-weight: normal;
}

.tbl-quote-data{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.tbl-quote-data th{
    background: #ccc;
}
.tbl-quote-data td,
.tbl-quote-data th{
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

.qoute-card{
    text-align: center;
}
.qoute-card-img{
    background: #dfddeb;
    border-radius: 20px;
    display: flex;
    margin-bottom: 20px;
    min-height: 250px;
    padding: 20px;
}
.qoute-card-img img{
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.qoute-card h3{
    font-size: 18px;
    margin: 0px 0px 10px;
    line-height: 100%;
}
.qoute-card p{  
    font-size: 14px;
    color: #424242;
}
.email-scs .section-title h2  {
    font-weight: 700;
    font-size: 24px;
    line-height: 50.6px;
}
.ticket-dtl{
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
}
.ticket-img{
    margin-right: 40px;
    width: 200px;
}
.ticket-img img{
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 20px;
}
.radio-lbl{
    font-size: 14px;
    color: rgb(9 29 79 / 60%);
    font-weight: 600;
}
.ticket-cntnt{
    flex: 1;
    text-align: left;
}
.ticket-dtl .ticket-cntnt p{
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px;
    text-align: left;
    color: #595959;
}

.inner-text-bold li, .inner-text-bold li b{
    font-weight: 600;
    color: #526083;
    font-size: 14px;
}
.content-box{
    width: 620px;
    max-width: 90%;
    background: var(--white);
    padding: 60px 55px;
    margin: 40px auto;
} 

.account-title h1{
    color: #010101;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    text-transform: capitalize;
    margin: 0px 0 8px;

}
.account-title p{
    color: #010101;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}  
.signup-img{
    position: relative;
}
.signup-img img{
    position: absolute;

}
.quote-carosuel{
    position: relative;
    margin-top: 80%;
}
.quote-carosuel::before{
    content: '';
    position: absolute;
    top: -30px;
    left: 0px;
    background: url(https://img.rushpromo.com/uploads/images/src/quote.png) center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}
.quote-carosuel p{
    color: var(--white);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
}
.signup-img{
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 590px;
    padding: 24px;
}
.flex-end{
    display: flex;
    align-items: flex-end;
}
.google-input{
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    justify-content: center;
    padding: 14px;
    border: 1px solid var(--darkborder);
}

.google-input svg{
    margin-right: 8px;
}

.or-txt{
    margin: 20px 0px;
    position: relative;
    text-align: center;
}
.or-txt:after{
    content: '';
    position: absolute;
    width: 70%;
    height: 1px;
    background: var(--darkborder);
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.or-txt span{
    padding: 0px 20px;
    background: var(--white);
    position: relative;
    z-index: 1;
    color: #111;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
@media screen and (max-width:580px){
    .frm-box {
        padding: 30px 0px;
    }
    .already-acc{
        white-space: nowrap;
    }
    .account-title h1{
        font-size: 28px;
    }
    .content-box{
        padding: 24px;
    }
    .signup .content-box{
        padding: 24px 0px;
    }
    .account-title p{
        font-size: 14px;
    }
    .signup-img{
        min-height: 450px;
        border-radius: 24px;
    }
    
    .quote-carosuel p{
        font-size: 14px;
        line-height: 130%;
    }
}