#mainbody461 {
    height:  100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 1;
    padding-left: calc(10vw/19.20);
}
#mainbody461wrap {
    height:  100%;
    padding: calc(10vw/19.20);
}
.rightbody {
    display: flex;
    flex-direction: column;
}
.rightbodywrap {
}
#rightbody_img {
    max-height: 35vh;
}
#rightbody_imgwrap {
    margin-left: calc(20vw/19.20);
    max-height: 34vh;
    float: right;
}
#bcontent1{
    width: 100%;
    overflow: hidden; /* added to make the content hidden initially and avoid scroll-bar */
    display: flex;
    align-items: center;
}
#bcontent1wrap{
    overflow: hidden; /* added to make the content hidden initially and avoid scroll-bar */
}
#bcontent3wrap {
    margin-top: calc(0vh/10.80);
}
#lefttopcontainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.imagep461 {
    background: rgb(178,213,240);
}
#bcontent3 {
    margin-top: calc(0vw/19.20);
}
#threewrap {
    width: 100%;
}
<!-- slider CSS -->
.tcontent > div {
    position: relative;
    display: inline-block; /* to display the 3 div's in same line */
    height: calc(70vw/19.20);
    width: calc(1355vw/19.20);
    text-align: right;
}
.tcontent{
    width: 100%;
    overflow: hidden; /* added to make the content hidden initially and avoid scroll-bar */
}
.bcontent > div{
    display: inline-block; /* to display the 3 div's in same line */
    width: 100%;
    margin-right: calc(20vw/19.20);
}
.title {
    color: rgb(00,44,85);
    font-size: calc(60vw/19.20);
    font-weight: bold;
    margin-left: calc(5vw/19.20);
    padding-bottom: calc(20vw/19.20);
    padding-top: calc(20vw/19.20);
    padding-left: calc(10vw/19.20);
    padding-right: calc(19vw/19.20);
    text-align: left;
}
.leftbody {
    color: rgb(0,37,100);
    line-height: normal;
}
#leftbody p  {
    color: rgb(0,37,100);
    line-height: normal;
    margin-top: calc(14vw/19.20);
    margin-bottom: calc(14vw/19.20);
}
