/*investor heading*/
@media only screen and (min-width: 993px) {
.investor-heading {
    margin-top: -80px;
}}
@media only screen and (min-width: 600px) and (max-width:992px){
.investor-heading {
    margin-top: -40px;
}}
@media only screen and (max-width: 600px){
.investor-heading {
    margin-top: -40px;
}}

/*map*/
@media screen and (min-width:992px){
.investor-map-bg {
    position: relative;
}

.investor-map-bg:before {
    position: absolute;
    background-size: contain !important;
    content: url(/images/0_Dreamztech_Oct2022/investor/map.png);
    bottom: 0%;
    left: -116%;
    background-repeat:no-repeat;
    z-index:-1 !important;
    }
}

/*building*/
@media screen and (min-width:992px){
.investor-building-bg {
    position: relative;
}

.investor-building-bg:before {
    position: absolute;
    background-size: contain !important;
    content: url(/images/0_Dreamztech_Oct2022/investor/building.png);
    bottom: -20%;
    right: -100%;
    background-repeat:no-repeat;
    z-index:-1 !important;
    }
}

/*chart*/
@media screen and (min-width:992px){
.investor-chart-bg {
    position: relative;
}

.investor-chart-bg:before {
    position: absolute;
    background-size: contain !important;
    content: url(/images/0_Dreamztech_Oct2022/investor/chart.png);
    bottom: 0%;
    left: -100%;
    background-repeat:no-repeat;
    z-index:-1 !important;
    }
}


/**/