@media screen and (max-width: 1200px) {
    
}

@media screen and (max-width: 1024px) {
    
}

@media screen and (max-width: 991px) {
  
}

@media screen and (max-width: 767px) {
    .landscape-view iframe, .landscape-view video{
        width: 100%;
        height: 330px;
    }
}

@media screen and (max-width: 576px) {
    .landscape-view iframe, .landscape-view video {
        width: 270px;
        height: 530px;
    }
    .upi-transfer-vdo-sec video, .upi-transfer-vdo-sec iframe{
        width: 342px;
        height: 100vh;
    }
    .upi-transfer-vdo-sec.landscape-view video, .upi-transfer-vdo-sec.landscape-view iframe{
        width: 100%;
        height: 270px;
    }
}

@media screen and (max-width: 479px) {
    .upi-step-one-sec{
        width: 100%;
    }
    .upi-transfer-vdo-sec video, .upi-transfer-vdo-sec iframe {
        width: 270px;
        height: 530px;
    }
    .upi-transfer-vdo-sec.landscape-view video, .upi-transfer-vdo-sec.landscape-view iframe{
        width: 100%;
        height: 270px;
    }
}

@media screen and (max-width:400px) {
    .caring-img {
        top: -64px;
        width: 60px;
    }
    .upi-transfer-vdo-sec video, .upi-transfer-vdo-sec iframe {
        width: 250px;
        height: 525px;
    }
    .upi-transfer-vdo-sec.landscape-view video, .upi-transfer-vdo-sec.landscape-view iframe{
        width: 100%;
        height: 270px;
    }
}

@media screen and (max-width: 359px) {
    .upi-back-btn{
        font-size: 14px;
    }
    .upi-back-btn img {
        margin-right: 5px;
    }
}


