#mainbody8 {
    flex-grow: 1;
    width: calc(1581vw/19.20);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#lefttopcontainer {
    display: none;
    height: calc(400vh/10.80);
    left: calc(302vw/19.20);
    position: absolute;
    table-layout: auto;
    top: calc(0vh/10.80);
    width: calc(1328vw/19.20);
}

.imagep {
    margin-right: calc(40vw/19.20);
}

#bcontent3 {}

/* slider CSS */

.tcontent>div {
    position: relative;
    display: inline-block;
    /* to display the 3 div's in same line */
    height: calc(70vh/10.80);
    width: calc(1355vw/19.20);
    text-align: right;
}

.tcontent {
    width: 100%;
    overflow: hidden;
}

.bcontent>div {}

.bcontent {
    overflow: hidden;
    /* added to make the content hidden initially and avoid scroll-bar */
}

#bcontent2 {}

#strapline {}

#bcontent1 {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: space-between;
    margin-bottom: calc(58vh/10.80);
    margin-left: calc(60vw/19.20);
    margin-top: calc(160vh/10.80);
    padding-left: calc(0vw/19.20);
}

.bcontent1q {
    margin-right: calc(0vw/19.20);
}

.bcontent1noq {
    margin-right: calc(60vw/19.20);
}

#rightbody {
    margin-left: calc(40vw/19.20);
    max-width: calc(625vw/19.20);
    min-width: calc(625vw/19.20);
}

#rightbody_img {
    max-height: 100%;
    max-width: 100%;
}

#title {
    font-size: calc(50vw/19.20);
    font-weight: bold;
    color: #5AA519;
    line-height: calc(50vw/19.20);
    text-align: left;
    text-transform: uppercase;
    padding-bottom: calc(30vh/10.80);
    padding-right: calc(30vw/19.20);
    word-break: break-word;
    z-index: 10;
}

#strapline {
    font-size: calc(45vw/19.20);
    font-weight: bold;
    color: rgb(0, 37, 100);
    margin-left: calc(5vw/19.20);
    padding-right: calc(25vw/19.20);
    text-transform: uppercase;
    z-index: 10;
    word-break: break-word;
}

#leftbody {
    color: rgb(0, 37, 100);
    font-size: calc(45vw/19.20);
}

#leftbody p {
    margin-top: calc(20vh/10.80);
    margin-bottom: calc(20vh/10.80);
}