	.imagetbc img {
		width: 100%;
		transition: transform .5s;
	}
	.imagetbc img:hover {
		-ms-transform: scale(1.5); /* IE 9 */
		-webkit-transform: scale(1.5); /* Safari 3-8 */
		transform: scale(1.5);
	}
	.pagetbc {
		width: 100%;
		display: inline-block;
		text-align: center;
	}
    
    .pagetbc p {
    	font-size: 11px;
    	text-align: left;
		padding-left: 10px;
		padding-right: 5px;
    }
    
    .pagetbc .titletbc {
		height: 50px;
		font-size: 20px;
		margin-top: -10px;
		color: #fff;
		padding-top: 1%;
		line-height: 20px;
		background-color: #F79646;
    	text-align: center;
		border-top-left-radius: 1em;
		border-top-right-radius: 1em;
    }

    .pagetbc .leftleft {
		position: relative;
		display: inline-block;
    	margin-top: 25px;
        width: 150px;
        height: 315px;
		overflow: hidden;
        border: 2px solid #F79646;
		border-top: 2px solid #F79646;
		border-top-left-radius: 1em;
		border-top-right-radius: 1em;
		--webkit-box-shadow: 3px 3px 18px -8px #263238;
		box-shadow: 3px 3px 18px -8px #263238;
    }
    
    .leftleft p {
    	padding-top: 10px;
    }

	.blr {
		border: 2px solid #197322cc;
		border-top: 2px solid #197322cc;
	}
	.brl {
		border: 2px solid #6FADDB;
		border-top: 2px solid #6FADDB;
	}
	.brr {
		border: 2px solid #b9216dd9;
		border-top: 2px solid #b9216dd9;
	}
	.brrr {
		border: 2px solid #76cd26;
		border-top: 2px solid #76cd26;
	}
	.flr h5{
		background-color: #197322cc;
	}
	.frl h5{
		background : #6FADDB;
	}
	.frr h5{
		background : #b9216dd9;
	}
	.frrr h5{
		background : #76cd26;
	}
    .inside {
        text-align: left;
		line-height: 20px;
    }
	.inside p {
		padding-bottom: 23px;
    }
	.insidelr {
        text-align: left;
		padding-top: 0px;
    }

	.insidelr p {
		padding-bottom: 25px;
    }

	.insiderl {
		line-height: 10px;
	}
	.insiderr {
		line-height: 10px;
	}
	.insiderr p {
		padding-bottom: 45px;
		padding-top: 12px;
	}
	.insiderrr {
        text-align: left;
		padding-top: 0px;
    }

	.insiderrr p {
		padding-bottom: 25px;
    }

        
    /*.rightest {
        text-align: justify;
        padding-top: 0px;
    }*/