.pricing-faq p{margin-bottom: 10px;}
.pricing-faq p.arrow {background: transparent url(https://www.zoho.com/analytics/images/related-links-arrow.png) no-repeat scroll 0 12px; padding: 10px 12px; line-height: 10px; margin: 0;}
.pricing-faq{
        border-top:1px solid #e8e8e8;
        padding: 50px 0px 0px;
}.changePriceEU {display: none; overflow: hidden; margin: 0px;}

.pricing-tab-wrap {position: relative; max-width: 90%; margin: 0 auto;}
.pricing-tab{max-width:280px; display: table; border: 1px solid #03a9f5; margin: 20px auto; width: 100%;position: relative;}
.pricing-tab > span{width: 50%; padding: 5px 10px; display: table-cell; color:#333; position: relative; z-index:1; vertical-align: middle; box-sizing: border-box; text-align: center; font-size:16px; cursor: pointer;}
.pricing-tab > span em{display:block; color: #f60; font-size: 13px; font-weight: normal; cursor:pointer; font-style: normal;}
.pricing-tab > span.active{background: #03a9f5; color: #fff; z-index: 0;font-weight: bold;}
.pricing-tab > span.active em{color: yellow;}

.product-block .feature-box h3 {color: #2296f3;}

.highlighted-box > div {
    text-align: left;
    margin : 5px 0;
}
.highlighted-box > div p{
    margin-bottom: 0px;
     font-size:16px;
     font-weight:bold;
}
.addon.pricing-wrap .span-add-on{
    color:#999999;
    font-size:12px;
    text-align:right;
    margin: 40px 10px 0 0;
    display: inline-block !important;
    position: absolute;
    right: 0;
    top: 5px;
}
.has-tooltip span:first-child {
    border-bottom: 1px dotted #ccc;
    cursor: pointer;
    display: inline;
}
.price-tooltip:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  bottom: -10px;
  color: white;
  height: 0px;
  left: 30%;
  position: absolute;
  width: 0px;
  content: '';
}
span.price-tooltip {
    background-color: #fff;
    box-shadow: 0px 0px 11px rgba(0,0,0,0.1);
    color: #333;
    font-size: 13px;
    line-height: 18px;
    min-height: 0px;
    max-width: 300px;
    width:100%;
    padding: 15px 19px;
    position: absolute;
    text-align: left;
    left: -20px;
    bottom: 28px;
    border:none;
}

.pricing-wrap.pricing-box-4 {
    margin-bottom: 0;
}

.addon {
    font-size: 28px;
    text-align: center;
    margin: 0 auto;
}
.addon.pricing-wrap .content-wrap{
    border: 1px solid #e3e3e3;
    border-top: none;
    box-sizing: border-box;
   padding: 10px 0
}
.changePrice, .changePriceEU, .non-EUcnty, .EUcnty {
	display: none;
}

.content-wrap.for-border{
  max-width: 980px;
  margin: 40px auto;
  display: table;
  border: 1px dotted #ddd;
}
.pcbt {
    margin: 0;
    width: 50%;
    display: table-cell;
    padding: 50px;
    text-align: center; 
    background-color:#fafafa;
}
.pcbt h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.pcbt p {
    font-size: 16px;
    line-height: 20px;
}
.pcsr {
    border-left: 1px dotted #dddddd;
}
.pcbt a {
    background: rgba(255,255,255,0.1);
    border: 1px solid #03a9f5;
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 20px auto 0;
    max-width: 190px;
    padding: 10px 0;
    text-transform: uppercase;
    transition: .5s ease;
}
.pcbt a:hover {
    background: #03a9f5;
    color:#fff;
}
.next-actions{text-align: center;margin-bottom: 50px;}
.next-actions h4{font-size: 16px;line-height: 24px;color: #333;margin-bottom: 10px;}
.next-actions a{color: #03a9f5;display: inline-block;font-size: 20px;line-height:30px;text-decoration: underline;}

.detailed-pricing{
            text-align: center;margin-bottom: 50px;
}
.detailed-pricing h4{font-size: 16px;line-height: 24px;color: #333;margin-bottom: 10px;}
.detailed-pricing a{color: #03a9f5;display: inline-block;font-size: 20px;line-height:30px;text-decoration: underline;}

.more-links-part{text-align: center;}
.start-freetrail {
    background: none repeat scroll 0 0 #03a9f5;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin: 0 auto 30px;
    max-width: 250px;
    padding: 12px 25px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.start-freetrail:hover {
    color: #fff;
}
.bottom-promo {
    display: none;
}

@media only screen and (max-width: 991px) and (min-width: 768px){
.addon {
    font-size: 24px;
    margin: 30px auto 0;
}
.addon.pricing-wrap .content-wrap{
    border: 1px solid #e3e3e3;
    padding: 20px 0;
    max-width: 720px;
}
}

@media only screen and (max-width: 767px){
.addon {
    font-size: 20px;
    margin: 0 auto;
}
.addon.pricing-wrap .content-wrap{
    border: 1px solid #e3e3e3;
    padding: 20px 0;
    max-width: 400px;
}
.content-wrap .pcbt, .content-wrap .pcsr{
   width: 100%;
   box-sizing: border-box;
   margin: 0 auto;
   padding: 30px;
   float: left;
}
.content-wrap .pcsr{
   border: none;
   border-top: 1px dotted #ddd;
}
}