.item-list em {
    border: 1.5px solid #FC515E;
    color: #FC515E;
    padding: 1px 4px;
    font-size: 10px;
    line-height: 0;
    font-family: proxima_nova_rgbold;
    vertical-align: middle;
    margin-right: 5px;
}
.zgh-accounts a.zgh-signup{
display:none !important;
}
h1.field-price-heading, .changePriceContainer span, .pricing-tab > span, .pricing-wrap .content-wrap .product-block a.getstart-plan, .pricing-wrap .content-wrap .product-block a.trynow-plan, .product-block .price span, .product-block .feature-box h3, .highlighted-box > div span {
    font-family:"proxima_novasemibold", Arial, Helvetica, sans-serif;
}
.price-tooltip a {
    color: #fff;
    text-decoration: underline;
}
.product-block .price span {
    font-family: "proxima_nova_rgbold";
}
.main-container-wrapper {
    position: relative;
}
.main-container-wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 500px;
    left: 0;
    top: 0;
    background: #77cdff;
    background: -moz-linear-gradient(top, #77cdff 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #77cdff 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #77cdff 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#77cdff', endColorstr='#ffffff', GradientType=0);
}
#block-system-main{
    margin : 20px 0px 40px;
}
#block-system-main > .content-wrap {
    position: relative;
    max-width:1170px;
    margin: 0 auto;
    padding: 0;
}
.pricing-header {
    text-align: center;
    margin-bottom: 40px;
}
h1.field-price-heading span{
    display:inline-block;
    font-size:30px;
}
.field-price-caption{
    text-align:center;
}

/************************ Currency Toggle Starts ***********************/
.changePrice {
    display: inline-block;
}
.changePriceContainer {
    min-height: 30px;
}
.changePriceContainer span {
    color: rgba(0,0,0,0.3);
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    padding-bottom: 2px;
    border-bottom: 2px solid rgba(0,0,0,0.1);
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.changePriceContainer .action {
    color: #000;
    cursor: default;
    border-bottom: 2px solid #000;
}
.changePriceContainer .changeCurrency {
    display: none; 
    min-height: 30px; 
    padding: 0px 10px; 
    width: auto; 
}
.changePriceContainer .showThis { 
    display: inline-block; 
}
/************************ Currency Toggle Ends ***********************/

/************************ Monthly / Yearly Toggle Starts ***********************/
.pricing-tab-wrap {
    position: relative; 
    display: inline-block;
    float: right;
}
.i18n-ar .pricing-tab-wrap {
    float: left;
}
.pricing-tab > span {
    width: 50%;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: 0.5s all ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}
.pricing-tab > span:first-child, .pricing-tab > span:last-child {
    color: rgba(0,0,0,0.3);
}
.pricing-tab > span.active:first-child, .pricing-tab > span.active:last-child {
    color: #000000;
}
.pricing-tab > span.ztoggle-slide {
    width: 50px;
    display: inline-block;
    margin: 0 10px;
    background: #fff;
    border: 1px solid #4696ec;
    border-radius: 20px;
    height: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}
.pricing-tab > span.ztoggle-slide em.toggle-btn {
    display: block;
    width: 18px;
    border-radius: 100%;
    background: #4696ec;
    height: 18px;
    margin-left: 4px;
    margin-top: 2px;
    transition: 0.5s all ease;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}
.pricing-tab > span.ztoggle-slide.active em.toggle-btn {
    margin-left: 26px;
}
.i18n-ar h1.field-price-heading, .i18n-ar .field-price-caption, .i18n-ar .next-actions h4{
    text-align: center;
}
.i18n-ar .pricing-tab > span.ztoggle-slide em.toggle-btn{
    margin-right: 4px;
    margin-left: 0;
}
.i18n-ar .pricing-tab > span.ztoggle-slide.active em.toggle-btn {
    margin-right: 26px;
    margin-left: 0;
}
/************************ Monthly / Yearly Toggle Ends ***********************/

/************************ Pricing Block Starts ***********************/
.pricing-wrap {
    margin:0 0 60px;
}
.pricing-wrap .content-wrap {
    max-width:1170px;
    clear:both;
    overflow:hidden;
    border-collapse:collapse;
    margin : 0 auto;
    margin-top: 20px;
-webkit-box-shadow: 0px 5px 12px -4px rgba(207,207,207,1);
    -moz-box-shadow: 0px 5px 12px -4px rgba(207,207,207,1);
     box-shadow: 0px 5px 12px -4px rgba(207,207,207,1);
}
.pricing-wrap .content-wrap.has-most-popular-plan{
    padding: 45px 15px 15px 15px;

-webkit-box-shadow: none;
    -moz-box-shadow: none;
     box-shadow: none;
     margin-top: 0;
}
.pricing-wrap .content-wrap .product-block {
    display: inline-block;
    float: left;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    box-sizing: border-box;
    position: relative;
    border-right: none;
}
.i18n-ar .pricing-wrap .content-wrap .product-block {
    float: right;
}
.i18n-ar .pricing-wrap .content-wrap .product-block{
    border-left: 1px solid #e5e5e5;
    border-right: none;
}
.i18n-ar .pricing-wrap .content-wrap .product-block:last-child {
    border-left: none;
}
.lang-zh-hans .pricing-tab-wrap{
display:none !important;
}
@media only screen and (max-width: 1100px) and (min-width: 768px){
.i18n-ar .pricing-wrap.pricing-box-4 .content-wrap .product-block, 
.i18n-ar .pricing-wrap.pricing-box-5 .content-wrap .product-block {
    border-left: none;
    border-right: 1px solid #e5e5e5;
}
.i18n-ar .pricing-wrap.pricing-box-4 .content-wrap .product-block:nth-child(2n), 
.i18n-ar .pricing-wrap.pricing-box-5 .content-wrap .product-block:nth-child(2n), 
.i18n-ar .pricing-wrap.pricing-box-5 .content-wrap .product-block:nth-child(5) {
    border-left: 1px solid #e5e5e5;
}
}

@media only screen and (max-width: 767px){
.i18n-ar .pricing-wrap.pricing-box-3 .content-wrap .product-block, 
.i18n-ar .pricing-wrap.pricing-box-2 .content-wrap .product-block, 
.i18n-ar .pricing-wrap.pricing-box-4 .content-wrap .product-block, 
.i18n-ar .pricing-wrap.pricing-box-5 .content-wrap .product-block {
    border: 1px solid #e5e5e5;
}
}

section.pricing-wrap .content-wrap .product-block.most-popular-plan {
    background: #FFFDE6;
    border: 1px solid #c2bc7e;
    box-shadow: 0px 0px 30px 0px rgba(80, 80, 80, 0.25);
    position: relative;
    z-index: 1;
    margin-top: -20px;
}
.pricing-wrap .content-wrap .product-block.most-popular-plan .main-box{
    border-bottom: 1px solid #dedbb3;
}
.pricing-wrap .content-wrap .product-block .highlighted-box{
    background:#f7f7f7;
}
.pricing-wrap .content-wrap .product-block.most-popular-plan .highlighted-box{
    background:#fbf8d5;
}
.pricing-wrap .content-wrap .product-block.most-popular-plan:after{
content:"";
    width:100%;
    height:20px;
}
.pricing-wrap .content-wrap .product-block:last-child {
    border-right: 1px solid #e5e5e5;
}
.pricing-wrap .content-wrap .product-block.most-popular-plan .main-box {
    padding-top: 60px;
}
.pricing-wrap .content-wrap .product-block .zmost-popular{
    width:100%;
    color: #F67514;
  font-size: 15px;
    text-align:center;
    background: #FFFDE6;
    text-transform:uppercase;
    font-family: proxima_nova_rgbold;
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    top: 15px;
}
.zmost-popular em {
    font-style: inherit;
    font-size: 26px;
    vertical-align: middle;
    vertical-align: -moz-middle-with-baseline;
    vertical-align: -webkit-baseline-middle;
    line-height: 0;
}
.pricing-wrap .content-wrap .product-block .popular-plan {
    display:none !important;
}
.product-block span.detail span.zpricegroup span { 
        display : inline-block; 
        float: left;
}
.product-block span.detail span.zpricegroup:after {
    content: '';
    display: inline-block;
}
.price .z-price-text em { 
    font-size: 26px; 
}
.z-price-text em { 
    font-style: normal; 
}
.product-block span.detail span.ztogglegroup { 
    display: inline; 
}
.product-block span.detail span > span.zpricegroup { 
    display: inline-block; 
}
.zmost-popular ~ .feature-box {
    border-bottom: 3px solid #03a9f5;
}
.product-block.highlighted-plan .feature-box {
    padding-bottom:60px;
}
.pricing-wrap .content-wrap .product-block a.getstart-plan, .pricing-wrap .content-wrap .product-block a.trynow-plan {
    background:#03a9f5;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 10px 50px;
    box-sizing:border-box;
    text-transform: uppercase;
    width: auto;
}
.pricing-wrap .content-wrap .product-block.most-popular-plan a.getstart-plan, .pricing-wrap .content-wrap .product-block.most-popular-plan a.trynow-plan {
    background: #f0483e;
}
.pricing-wrap .content-wrap .product-block a.trynow-plan {
    display:none;
}
.umain .pricing-wrap .content-wrap .product-block a.getstart-plan {
    display:none;
}
.umain .pricing-wrap .content-wrap .product-block a.trynow-plan {
    display : inline-block;
}
#block-system-main.block-box-2 > .content-wrap, .pricing-wrap.pricing-box-2 .content-wrap {
    max-width:750px;
}
#block-system-main.block-box-3 > .content-wrap, .pricing-wrap.pricing-box-3 .content-wrap {
    max-width:980px;
}
.pricing-wrap .content-wrap .product-block.most-popular-plan + .product-block {
    border-left: 0;
}
.pricing-wrap.pricing-box-2 .content-wrap .product-block {
    width:50%;
}
.pricing-wrap.pricing-box-3 .content-wrap .product-block {
    width:33.333%;
}
.pricing-wrap.pricing-box-4 .content-wrap .product-block {
    width:25%;
}
.pricing-wrap.pricing-box-5 .content-wrap .product-block {
    width:20%;
}
.pricing-wrap .content-wrap .product-block .main-box {
    text-align: center;
}
.pricing-wrap .content-wrap .product-block .main-box, .pricing-wrap .content-wrap .product-block .highlighted-box, .pricing-wrap .content-wrap .product-block .feature-box {
    padding: 40px 20px;
    display: block;
}
.pricing-wrap .content-wrap .product-block .main-box, .pricing-wrap .content-wrap .product-block .highlighted-box {
    border-bottom:1px solid #e5e5e5;
}
.pricing-wrap .content-wrap .product-block .addons-box:empty {
    display:none;
}
.product-block .plan-name, .product-block .price {
    display:block;
    text-align:center;
    margin-bottom: 10px;
    padding:0;
    text-transform: uppercase;
}
.product-block .plan-name { color: #333; font-size: 18px; line-height: 1.5; font-family: "proxima_novasemibold"; margin-bottom: 15px; }
.product-block .plan-caption {
    display:block;
    text-align:center;
    margin-bottom: 10px;
    padding:0;
    font-size:14px;
    color:#999;
}
.product-block span.detail {
    display:block;
    text-align:center;
    margin:5px 0 20px;
}
.product-block span.detail span {
    display:block;
    font-size:16px;
}
.product-block .price span {
    color: #000;
    font-size: 60px;
    line-height: 1;
}
.product-block .price span:first-child {
    position:relative;
    top:-20px;
    font-size: 30px;
}
.feature-box ul li {
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    position: relative;
    color:#000;
}
.feature-box ul li {
    padding-left: 20px;
}
.feature-box ul li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    height: 10px;
    width: 12px;
    text-indent: initial;
    background: url(../images/yes-tick.png) left top no-repeat;
    background-size: cover;
}
.product-block .feature-box h3 {
     color: #f26522;

    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    letter-spacing:0;
}
.highlighted-box > div {
    text-align:center;
    margin:15px 0;
}
.highlighted-box p {
    position: relative;
    line-height: 1.5;
    padding-left: 20px;
    font-size: 16px;
    margin: 0 0 15px;
}
.highlighted-box p:last-child {
    margin-bottom: 0;
}
.highlighted-box p:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    height: 10px;
    width: 12px;
    text-indent: initial;
    background: url(/sites/default/files/yes-tick.png) left top no-repeat;
    background-size: cover;
}
.highlighted-box > div span {
    display:block;
}
.comparison-link {
    text-align:center;
}
.comparison-link a {
    color: #03a9f5;
    font-size: 20px;
    line-height: 30px;
    text-decoration: underline;
}
.pricing-faq {
    position:relative;
    overflow:hidden;
    margin:0 0 60px;
        padding: 50px 0px 0px;
}
.pricing-faq .content-wrap { 
    max-width:1170px
}
.pricing-faq h2 {
    margin-bottom: 50px;
    text-align: center;
    position:relative;
    padding-bottom:10px;
}
.pricing-faq h2:after {
    content:'';
    position:absolute;
    width:40px;
    height:1px;
    background:#666;
    bottom:0;
    left:50%;
    margin-left:-20px;
}
.pricing-faq ul li {
    display:inline-table;
    width:49%;
    box-sizing:border-box;
    padding:0 30px 0 0;
    margin:0 0 30px;
    min-height:100px;
}
.pricing-faq ul li:nth-child(2n+2) {
    padding:0 0 0 30px ;
}
.i18n-ar .pricing-faq ul li {
    padding: 0 0 0 30px;
}
.i18n-ar .pricing-faq ul li:nth-child(2n+2) {
    padding: 0 30px 0 0;
}
.i18n-ar .highlighted-box p:before, .i18n-ar .feature-box ul li:before {
    left: unset;
    right: 0px;
}
.i18n-ar .highlighted-box p, .i18n-ar .feature-box ul li {
    padding: 0 20px 0 0;
}

@media only screen and (max-width: 767px){
.i18n-ar .pricing-faq ul li {
    display: block;
    width: 100%;
    padding: 0;
    min-height: inherit;
}
.i18n-ar .pricing-faq ul li:nth-child(2n+2) {
    padding: 0;
}
}

.pricing-wrap.pricing-box-3 ~ .pricing-faq .content-wrap {
    max-width:980px;
}
.pricing-faq ul li h3 {
    font-size:24px;
    margin-bottom: 10px;
}
.signing .signup {
    /*display:none !important;*/
}


.has-tooltip span {
    cursor:pointer;
position: relative;
}
.has-tooltip > span.price-tooltip { display : none; }
.has-tooltip > span.price-tooltip::after { display:none; }
.has-tooltip > span::after {
    content: "!";
    width: 12px;
    height: 12px;
    border: 1px solid #9d9d9d;
    display: inline-block;
    border-radius: 100%;
    font-size: 11px;
    line-height: 11px;
    vertical-align: middle;
    text-align: center;
    color: #5a5a5a;
    margin-left: 4px;
    font-family: "proxima_novasemibold";
}
.lang-ar .has-tooltip > span::after{
    margin: 0 4px 0 0;
}

.price-tooltip:before {
    border-left: 10px solid transparent;

border-right: 10px solid transparent;

border-top: 10px solid #0f94f6;

bottom: -7px;

color: white;

height: 0px;

left: 20%;

position: absolute;

width: 0px;

content: '';
}
span.price-tooltip.active {
    background-color: #0f94f6;

box-shadow: 0px 0px 11px #B8B6B6;

color: #fff;

font-size: 14px;

line-height: 18px;

min-height: 25px;

width: 90%;

padding: 15px 19px;

position: absolute;

text-align: left;

left: 0px;

bottom: 105%;

border: none;

transition: 0.5s ease;

display: block;
}
span.price-tooltip.active::after {
    height: 15px;
    width: 100%;
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    background: transparent;
}
.zpriceplantext {
    font-size: 60px;
    font-family: "proxima_nova_rgbold";
    line-height: 1;
}

/************************ Pricing Block Ends ***********************/
.zmore-features{
    display: none;
}
@media only screen and (max-width: 1140px){
.zfixed-package-header{
    top:0;
}
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .pricing-wrap.pricing-box-4 .content-wrap, .pricing-wrap.pricing-box-5 .content-wrap {
        max-width:720px;
        -webkit-box-shadow : none;
        -moz-box-shadow : none;
        box-shadow : none;
margin-top: 0;
padding-top: 0;
    }
    .pricing-wrap.pricing-box-4 .content-wrap .product-block, .pricing-wrap.pricing-box-5 .content-wrap .product-block {
        width:50%;
        margin:40px 0 0;
        border-left : 1px solid #e5e5e5; 
        border-top : 1px solid #e5e5e5; 
        border-bottom : 1px solid #e5e5e5; 
        border-right : none;
    }
    section.pricing-wrap.pricing-box-4 .content-wrap .product-block.most-popular-plan,  section.pricing-wrap.pricing-box-5 .content-wrap .product-block.most-popular-plan{
margin-top: 20px;
    }
    .pricing-wrap.pricing-box-4 .content-wrap .product-block:nth-child(2n), .pricing-wrap.pricing-box-5 .content-wrap .product-block:nth-child(2n), .pricing-wrap.pricing-box-5 .content-wrap .product-block:nth-child(5) {
        border-right : 1px solid #e5e5e5;
    }
    
    .pricing-wrap.pricing-box-5 .content-wrap .product-block:nth-child(3), .pricing-wrap.pricing-box-5 .content-wrap .product-block:nth-child(4) {
        margin-top: 60px;
    }
    
    .pricing-faq h3 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
.pricing-wrap .content-wrap .product-block .highlighted-box, .pricing-wrap .content-wrap .product-block .feature-wrap{
display:none;
}
    .product-block span.detail span.zpriceempty{
        display: none;
    }
    .product-block .price span {
        font-size: 44px;
    }
    .product-block .price span:first-child{
            top: -16px;
    font-size: 20px;
    margin-right: 2px;
    }
    .zmore-features{
        display: block;
        cursor: pointer;
        padding: 10px 20px 10px 20px;
        text-align: center;
        color: #03a9f5;
        font-family: "proxima_novasemibold";
    }
    .zmore-features > span {
    position: relative;
    padding-right: 30px;
}
    span.zmore-features-show:after, span.zmore-features-show:before, span.zmore-features-hide:after, span.zmore-features-hide:before {
        content: "";
        width: 10px;
        height: 1px;
        position: absolute;
        right: 10px;
        top: 11px;
        background: #03a9f5;
        transform: rotate(45deg);
    }
    span.zmore-features-show:before {
        transform: rotate(-45deg);
        right: 3px;
    }
    span.zmore-features-hide:after {
            transform: rotate(-45deg);
    top: 13px;
    right: 10px;
    }
    span.zmore-features-hide:before {
            transform: rotate(45deg);
    top: 13px;
    right: 3px;
    }
    .zmore-features span.zmore-features-hide{
        display: none;
    }
    .zmore-features.zshow span.zmore-features-hide{
        display: inline-block;
    }
    .zmore-features.zshow span.zmore-features-show{
        display: none;
    }
    .pricing-wrap .content-wrap .product-block.most-popular-plan .main-box{
        border-bottom: 0;

    }
    .pricing-wrap .content-wrap .product-block .main-box{
        padding:40px 20px 30px 20px;
        border-bottom: 0;
    }
    section.pricing-wrap .content-wrap .product-block.most-popular-plan{
        margin-top:20px !important;
    }
    .pricing-header {
        margin-top: 30px;
    }
    .pricing-wrap .content-wrap {
        -webkit-box-shadow : none;
        -moz-box-shadow : none;
        box-shadow : none;
    }
    .pricing-faq h2{
        margin-top: 20px;
    }
    .pricing-faq ul li h3 {
        font-size: 20px;
    }
    .pricing-faq ul li{
        display:block;
        width:100%;
        padding:0;
        min-height:inherit;
    }
    .pricing-faq ul li:nth-child(2n+2){
        padding: 0;
    }
    .pricing-wrap.pricing-box-3 .content-wrap .product-block, .pricing-wrap.pricing-box-2 .content-wrap .product-block, .pricing-wrap.pricing-box-4 .content-wrap .product-block, .pricing-wrap.pricing-box-5 .content-wrap .product-block, .pricing-wrap .content-wrap .product-block.most-popular-plan + .product-block{
        float:none;
        width:100%;
        display:block;
        max-width:400px;
        margin:0 auto 30px;
        border:1px solid #e5e5e5;
    }
    .pricing-wrap.pricing-box-3 p.common-tax-text {
        max-width: 400px
    }
}
@media only screen and (max-width: 480px) {
    .pricing-tab > span {
        font-size: 16px;
    }
    .changePriceContainer span {
        font-size: 15px;
        min-height: 26px;
        height: 25px;
        line-height: 25px;
    }
}