    #mainbody425 {
        display:    flex;
        flex-direction: column;
        width:      calc(1060vw/10.80);
	z-index:    10;
        flex-grow: 1;
    }
    .imagep2 {
	display: table-cell;
	margin-right: calc(0vw/10.80);
	vertical-align: top;
    }
    #lefttopcontainer {
        width: calc(1060vw/10.80);;
    }
    #bcontent1 {
        width: calc(1060vw/10.80);;
    }
    #imagecell {
        width: calc(1060vw/10.80);;
    }
    #rightbody_img {
        max-width:  calc(1060vw/10.80);
        max-height: calc(1060vw/10.80);
        width:      calc(1060vw/10.80);
    }
    #bcontent3 {
        margin-top: calc(0vw/10.80);
    }
    <!-- slider CSS -->
    .tcontent > div {
        position: relative;
        display: inline-block; /* to display the 3 div's in same line */
        height: calc(70vw/10.80);
        width: calc(1355vw/10.80);
        text-align: right;
    }
    .tcontent{
        width: 100%;
        overflow: hidden; /* added to make the content hidden initially and avoid scroll-bar */
    }
    .bcontent{
        width: 100%;
    }
    .bcontent > div{
        position: relative;
        display:  inline-block; /* to display the 3 div's in same line */
        width:    calc(1060vw/10.80);
    }
    #rightbody {
        position:absolute;
        top:calc(0vw/10.80);
        left: calc(720vw/10.80);
        width: calc(720vw/10.80);
        height:calc(400vw/10.80);
    }
    #title {
        color: rgb(90,165,25);
        font-size: calc(60vw/10.80);
        font-weight: bold;
        padding-bottom: calc(20vw/10.80);
        padding-top: calc(20vw/10.80);
        padding-left: calc(10vw/10.80);
        padding-right: calc(19vw/10.80);
        text-align: left;
        /* text-transform: uppercase; */
        vertical-align: middle;
        z-index:10;
    }
    #leftbody {
	color: rgb(0,37,100);
	line-height: normal;
        margin: calc(16vw/10.80);
    }
    #leftbody p  {
        color: rgb(0,37,100);
        line-height: normal;
        margin-top: calc(14vw/10.80);
        margin-bottom: calc(14vw/10.80);
    }
