.authorModeTable
{
   margin-left: 100px;
   border: 1px solid black;
   border-collapse: collapse;
   width: 80%;
}
.tdText
{
	 border: 1px solid black; 
	 padding: 10px 10px 10px 10px;
	 vertical-align:top;
	 width: 60%;
}
.tdImg
{
	 border: 1px solid black; 
	 padding: 50px 50px 50px 50px;
	 width: 40%;
}
.tdText h6{
	color: #0c2074;
}

h1.cardMemeber {
    width: 75%;
    margin: 0 auto;
    padding: 10px 0 60px;
}

.cmbDetails {
    height: 460px;
    color: #666666;
    font-family: Arial;
    font-size: 24px;
    font-size: 1.67vw;
    line-height: 33px;
    font-weight: normal;
}

.orangeBanner {
    height: 360px;
    background-color: #F0AF0F;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 100px 0 0;
}

.orangeBanner h1 {
    width: 60%;
    margin: 0 auto;
    color: #fff;
}

.productSuit {
    width: 100%;
    height: auto;
    background-color: #D9D9D9;
    padding: 50px 8%;
}

.productSuit ul {
    list-style: none;
    color: #4A90E2;
    font-family: 'Futura';
    font-size: 28px;
    font-weight: bold;
    line-height: 32px;
}

.productSuit li:nth-child(odd) {
    width: 40%;
    float: left;
    text-align: center;
}

.productSuit li:nth-child(even) {
    width: 40%;
    float: right;
    text-align: center;
}

.productSuit img {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.productSuit h2,
.digitalSolution h2 {
    height: auto;
    text-align: center;
    font-size: 52px;
    font-weight: bold;
    margin-bottom: 20px;
}

.productSuit .footer {
    height: 67px;
    width: 100%;
    background-color: #809FCF;
    margin-top: 15px;
}

.productSuit .footer p {
    height: 67px;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
}

.productSuit .footer img {
    width: 30px;
    height: 30px;
    margin: 18px;
    float: left;
}

.digitalSolution {
    height: 680px;
    padding: 60px;
}

.digitalSolution h5 {
    color: #666666;
    width: 700px;
    margin: 0 auto;
    font-family: 'Arial';
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    font-weight: normal
}

.digitalSolution h4 {
    color: #19398A;
    font-family: 'Futura';
    font-size: 28px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    margin: 20px 0;
}

.digitalSolution p {
    color: #666666;
    font-family: Arial;
    font-size: 18px;
    line-height: 27px;
    font-weight: normal;
}

.digitalSolution img {
    height: 95px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.iconBox {
    margin-top: 40px;
    padding: 0 10px;
}

ul.arrowunderline {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.arrowunderline li {
    display: inline;
    margin-right: 25px;
}

ul.arrowunderline li a {
    position: relative;
    color: #4A90E2;
    padding-bottom: 8px;
    text-decoration: none;
}

ul.arrowunderline li .active {
    border-bottom: 3px solid #4A90E2;
}

ul.arrowunderline li .active:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -22px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #4A90E2 transparent;
    transform: rotate(180deg);
}

.prgSupportDetails h2 {
    height: 171px;
    color: #19398A;
    font-family: 'Futura';
    /* font-size: 52px; */
    font-size: 3.61vw;
    font-weight: 500;
    line-height: 57px;
}
.productSuitImage {
    clear: both;
    margin-top: 100px;
}

.prdSuitImg {
    display: none;
}

.showImage {
    display: block;
}

ul.arrowunderline li {
    display: inline;
    margin-right: 25px;
    position: relative;
    color: #4A90E2;
    padding-bottom: 8px;
    text-decoration: none;
}

ul.arrowunderline li.active {
    border-bottom: 3px solid #4A90E2;
}

.colorborder
{
    padding: 0 15px;
    border-radius: 5px;
}

ul.arrowunderline li.active:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -22px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #4A90E2 transparent;
    transform: rotate(180deg);
}


@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait){
    .prgSupportDetails h2 {
    line-height: 45px;
        }
}

.tabcomponentContainer .item.box:hover {
    background: #ffffff;
}

.tabBox.activeTab, .tabcomponentContainer .box:hover{
    outline: 2px solid #109CDE !important;
}


@media only screen and (min-width:992px){
body.IEBrowser #banner_100vh, #banner_80vh, #banner_70vh, #banner_100vh-content{
/*        margin-bottom:170px;  */
}
}




.animated {
    -webkit-animation-duration: 0.85s !important;
    animation-duration: 0.85s !important;

    }



.colorborder
{
    padding: 0 15px;
    border-radius: 5px;
}


