#mainbody461 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    justify-content: flex-start;
    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;
    margin: 0 calc(10vw/19.20) 0 calc(10vw/19.20);
}

#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: flex;
    flex-direction: column;
    /* height: 100%; */
    margin-right: calc(20vw/19.20);
    overflow: hidden;
    width: 100%;
}

.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;
    overflow: hidden;
    padding: calc(10vh/10.80) calc(20vw/19.20) 0 calc(20vw/19.20);
}

#leftbody {
    overflow: hidden;
}

#leftbodywrap {
    overflow: unset;
}

.leftbody p {
    color: rgb(0, 37, 100);
    line-height: normal;
    margin-top: calc(14vw/19.20);
    margin-bottom: calc(14vw/19.20);
}

#mainbody461port {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.t2_port_col1 {
    flex-grow: 1;
    margin-top: calc(10vw/19.20);
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

#titleport {
    margin-bottom: calc(30vw/19.20);
    z-index: 1;
}

#rightbody_imgport {
    max-width: calc(420vw/19.20);
    max-height: 100%;
    /* object-fit: contain; */
}

#row2_port {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
}

#imagecellport {
    max-height: calc(1070vh/10.80);
    height: 100%;
}

#t2_port_col2 {
    background-color: #ffffff;
    max-height: 100%;
    padding: calc(10vh/10.80) calc(10vw/19.20) calc(10vh/10.80) calc(30vw/19.20);
    z-index: 10;
}
