.homeBannerSlider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 8px;
}

@media(min-width:0) and (max-width:600px) {
    #quick-details {
        display: flex !important;
    }
    .quickDetails {
        position: relative;
        background-image: url(../../assets/images/quickDepositBg.jpg);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 132vw;
    }
    .quickDepositCard {
        background-image: url(../../assets/images/quickDepositCard.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 78vw;
        width: 92vw;
        min-width: 230px;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 30px;
    }
    .quickDetailsLabels {
        color: #fff;
        text-align: center;
        width: 80vw;
        margin: auto;
        margin-top: 10vw;
    }
    .quickDetailsLabel1 {
        font-size: 8vw;
        line-height: normal;
    }
    .quickDetailsLabel2 {
        font-size: 6.5vw;
    }
    .quickDepositCard p {
        letter-spacing: .8px;
        text-align: center;
    }
    .quickDepositInput {
        display: flex;
        justify-content: center;
        margin: 0 3vw 8vw;
        font-size: 22px;
        border-bottom: 1px solid #ADADAD;
        align-items: center;
    }
    .quickDepositInput input {
        width: -webkit-fill-available;
        border: none;
        outline: none;
    }
    .quickDepositBtn {
        height: 46px !important;
        margin: 0 3vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .qDepositMethods {
        position: absolute;
        bottom: 5vw;
        width: 100%;
        padding: 0 3vw;
        overflow: hidden;
    }
    .qDepositImgDiv {
        overflow: auto hidden;
        display: flex;
        justify-content: center;
        column-gap: 4vw;
    }
    .qDepositImg {
        width: auto;
        min-height: 3vw;
        height: 31px;
    }
    .qDepositImg img {
        width: 100%;
        height: 100%;
    }
}

@media(min-width:0) and (max-width:600px) {
    #ratings-reviews {
        display: block !important;
    }
    .ratingsDetails {
        background: #fff;
        width: 100%;
        padding: 3vw 0 3vw 3vw;
        height: auto;
    }
    .ratingsReviewCarousel .owl-item {
        height: 264px !important;
        /* width: 300px !important; */
    }
    .reviews {
        width: 100%;
        height: 100%;
        background: #EEEEEE !important;
        border-radius: 4px;
        overflow: hidden;
    }
    .reviewDetails {
        width: 100%;
        padding: 24px 2vw;
    }
    .reviewerImg {
        width: 40px;
        height: 40px;
        margin: auto;
        border-radius: 3px;
        border: 1px solid green;
    }
    .reviewerImg img {
        border-radius: 3px;
        display: block;
        width: 100%;
        height: auto;
    }
    .reviewerName {
        text-align: center;
        margin-top: 4px;
        font-weight: 700;
        letter-spacing: .6;
    }
    .reviewMsg {
        text-align: center;
        overflow-y: scroll;
        height: 84px;
    }
    .ratingsSection {
        position: relative;
        width: 100%;
        height: 48px;
        background: #5A5C63;
        display: flex;
        align-items: center;
    }
    .ratingsAddedImg {
        position: absolute;
        right: 3vw;
        top: -10px;
        height: 52px;
        width: auto;
    }
    .ratingsAddedImg img {
        width: auto;
        height: 100%;
    }
    use:nth-child(2) {
        transform: translate(20px);
    }
    use:nth-child(3) {
        transform: translate(40px);
    }
    use:nth-child(4) {
        transform: translate(60px);
    }
    use:nth-child(5) {
        transform: translate(80px);
    }
    .ratingStars {
        height: 20px;
        width: 100px;
        margin-left: 20px;
    }
}

@media(max-width:480px) {
    .qDepositImg {
        height: 26px;
    }
}

@media(max-width:320px) {
    .qDepositImg {
        height: 23px;
    }
}