@media only screen and (max-width:1024px) {
    .move-hero-img img:nth-child(1){
        max-width: 185px;
        top: -135px;
    }
    .move-hero-img img:nth-child(2) {
        top: 295px;
        position: absolute;
        left: 100px;
        max-width: 300px;
    }
    .move-hero-img img:nth-child(3){
        top: 205px;
        left: 200px;
    }
}
@media only screen and (max-width:768px) {
    .hero-content h1{
        max-width: 750px;
    }
    .hero-content p{
        max-width: 700px;
    }
    .move-hero-img{
        justify-content: center;
    }
    .move-hero-img img:nth-child(1){
        top: -135px;
        left: -80px;
        right: 0;
    }
    .move-hero-img img:nth-child(2){
        top: 65px;
        left: 230px;
        max-width: 250px;
    }
    .move-hero-img img:nth-child(3){
        top: -20px;
        left: 300px;
    }
    .move-hero-img img:nth-child(4){
        bottom: 100px;
        left: 170px;
    }
    .box-one h5{
        font-size: 1rem;
    }
    .slider-content-data label{
        font-size: 0.7rem;
    }
    .footer-logo{
        width: 100%;
    }
}

@media only screen and (max-width:520px) {
    .move-hero-img img:nth-child(2) {
        left: 130px;
    }
    .move-hero-img img:nth-child(3) {
        left: 230px;
    }
}

@media only screen and (max-width:428px) {
    .navbar-collapse{
        margin-top: 15px;
    }
    .hero-content h1{
        font-size: 2rem;
    }

    .move-hero-img img:nth-child(1){
        top: -140px;
        max-width: 175px;
    }
    .move-hero-img img:nth-child(2){
        top: 65px;
        left: 70px;
        max-width: 285px;
    }
    .move-hero-img img:nth-child(3) {
        top: -20px;
        left: 220px;
        max-width: 75px;
    }
    .move-hero-img img:nth-child(4) {
        bottom: 100px;
        left: 20px;
    }
    .slider-content-data label{
        font-size: 0.8rem;
    }
    .input-box input {
        padding: 0 112px 0 20px;
    }
    .input-box {
        height: 60px;
        margin: 0 8px;
    }
    .input-box{
        max-width: 390px;
    }
    .footer-logo {
        width: 50%;
    }
    .footer-link{
        margin: 0;
    }
}
@media only screen and (max-width:375px) {

    .transation-id {
        font-size: 1rem;
        font-weight: 500;
    }
}
