
.com-tbl .main-heading {
	font-size: 64px;
    line-height: 1.0625;
    font-weight: 600;
	color: #1d1d1f;
	text-align: center;
	padding-bottom: 40px;
}
.com-tbl-heading-content,
.com-tbl-img-row,
.com-tbl-fees-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0 -15px;
}
.com-tbl-center-content {
	max-width: 1090px;
	margin: 0 auto;
}
.com-tbl-heading-content {
	background: #fff;
	padding: 10px 0;
}
.com-tbl-content-area {padding-top:66px;}
.com-tbl-col {
	width: 33.33%;
	padding: 0 15px;
}
.com-tbl-heading {
	padding: 13px 0;
	text-align: center;
}
.com-tbl-heading p {
	padding-bottom: 0;
	font-size: 19px !important;
	font-weight: 600;
	color: #1d1d1f !important;
	line-height: normal !important;
}
.com-tbl-img img {
	margin: 0 auto;
	max-width: 100%;
}
.com-tbl-fees-area {
	padding-bottom: 60px;
}
.com-tbl-fees-area .com-tbl-fees-title {
	font-size: 32px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: .004em;
    color: #1d1d1f;
	padding-bottom: 15px;
	margin-bottom: 38px;
	border-bottom: 1px solid #d2d2d7;
}
.com-tbl-fees-row {}
.com-tbl-fees {
	text-align: center;
}
.com-tbl-fees-cont {
	padding-top: 20px;
}
.com-tbl-fees-cont:first-child {
	padding-top: 0;
}
.com-tbl-icon {
	width: 100px;
	margin: 0 auto;
	height:62px;
}
.com-tbl-icon img {
	margin: 0 auto 15px;
	max-width: 100%;
}
.com-tbl-fees-cont strong {
	font-size: 68px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.01em;
    color: #1d1d1f;
	padding-bottom: 5px;
	margin-bottom: 0;
	border-bottom: 0;
	display: block;
}
.com-tbl-fees-cont p {
	padding-bottom: 0;
	font-size: 17px;
    line-height: 1.47059;
    letter-spacing: -.022em;
    font-weight: 600;
}
.heading-row-sticky {
	position: fixed;
	top: 80px;
	left: 0;
	width: 100%;
}
.heading-row-sticky .com-tbl-center-content {
    padding: 0 15px;
    max-width: 1120px;
}
.heading-row-sticky .com-tbl-with-sidebar {
	margin-left: 228px;
}
.heading-row-sticky .com-tbl-heading-content {
	padding: 10px 0;
}
.com-tbl-fees-area-sticky {
	padding-top: 125px;
}
.sidebar-none {
	display: none;
}
.com-visit-site {
	font-size: 17px;
	color: #fff !important;
	background: #0071e3;
	padding: 6px 15px;
	border-radius: 18px;
	display: inline-block;
	margin-top: 22px;
}
.com-visit-site:hover {
	background: #0077ED;
}
.pricing-table-container .com-tbl-heading-row {position:sticky;top:81px;z-index:99}

@media only screen and (max-width: 1100px) {
.pricing-table-container .com-tbl-heading-row {top:104px;}
}
@media only screen and (max-width: 670px) {
.pricing-table-container .com-tbl-heading-row {top:118px;}
}
@media only screen and (max-width: 600px) {
.pricing-table-container .com-tbl-heading-row {top:95px;}
}

@media screen and (max-width: 1100px) {
	.heading-row-sticky {
	    top: 105px;
	}
}
@media screen and (max-width: 960px) {
	.com-tbl .main-heading {
	    font-size: 48px;
	    line-height: 1;
	}
	.com-tbl-fees-cont strong {
	    font-size: 48px;
	}
	.com-tbl-fees-cont p {
	    font-size: 16px;
	    line-height: 1.4;
	}
}
@media screen and (max-width: 768px) {
	.com-tbl .main-heading {
	    padding-bottom: 10px;
	    font-size: 28px !important;
	}
	.com-tbl-heading {
		padding: 8px;
	}
	.com-tbl-fees-area .com-tbl-fees-title {
	    margin-bottom: 20px;
    	font-size: 24px;
	}
	.com-tbl-heading-content, 
	.com-tbl-img-row, 
	.com-tbl-fees-row {
	    margin: 0 -10px;
	}
	.com-tbl-heading-content,
	.com-tbl-fees-area {
/*	    padding-bottom: 40px;;*/
	}
	.com-tbl-col {
		width: 50%;
		padding: 0 10px;
	}
	.com-tbl-col:nth-child(3) {
		display: none;
	}
	.com-tbl-fees-cont strong {
	    margin-bottom: 0;
	    font-size: 32px;
	}
	.com-tbl-icon {
	    width: 75px;
	    height:46px;
	}
	.com-tbl-fees-area-sticky {
	    padding-top: 91px;
	}
	.heading-row-sticky .com-tbl-center-content {
	    padding: 0 16px 0 6px;
	}
	.heading-row-sticky .com-tbl-with-sidebar {
	    margin-left: 0;
	}
}
@media screen and (max-width: 600px) {
	.heading-row-sticky {
	    top: 82px;
	}
}

@media screen and (min-width: 769px) {
	.sidebar_and_content .content.com-tbl-full-width {
	    float: none;
	    width: 100%;
	} 
}