a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab .nav-tabs{
    border-bottom: none;
    position: relative;
}
.tab .nav-tabs li{
    margin-bottom: 0;
}
.tab .nav-tabs li a{
    display: block;
    padding: 15px 20px;
    border: none;
    border-radius: 0;
    background: #fafafa;
    font-size:17px;
    font-weight: 700;
    color: #d52c1e;
    margin-right: 1px;
    text-align: center;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover{
    background: #d52c1e;
    color: #fff;
    border: none;
}


.tab .tab-content{
    padding: 20px;
    margin-top: 0;
    border-radius: 0 0 5px 5px;
    font-size: 15px;
    color: #757575;
    line-height: 30px;
}
.tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .tab .nav-tabs li:last-child{
        margin-bottom: 0;
    }
}


/*added*/
.plan-tabs {
	border-bottom: #d52b1e 5px solid;
	margin-top: 20px;
}
.plan-tabs .link-box {
	margin-left: 0;
	width: 33%;
}
.plan-tabs .link-box a {
	display: block;
	font-size: 24px;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
}

.plan-tabs .link-box a:before {
	content: "";
	display: inline-block;
	background: url(../images/plan-icons.png) 0 0 no-repeat;
	width: 46px;
	height: 36px;
	margin-right: 15px;
	vertical-align: sub;
}
.plan-tabs .link-box.comparison a:before {
	background-position: 0 -75px;
}
.plan-tabs .link-box.copy-editing a:before {
	background-position: 0 -39px;
}
.plan-tabs .link-box a.active, .plan-tabs .link-box a.active:hover {
	background-color: #d52b1e;
	color: #fff;
}
.plan-tabs .link-box a:hover {
	background-color: #eee;
}

/*arrow*/
.arrow_box {
	position: relative;
	background: #d52b1e;
	border: 4px solid ##d52b1e;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 39%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #d52b1e;
	border-width: 30px;
	margin-top: -30px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #d52b1e;
	border-width: 36px;
	margin-top: -36px;
}


.thumbnail{
    margin: 10px;
}