.pricing-addon .sppb-addon-feature img {
    width: 80px;
    margin-bottom: 35px;
}

.pricing-addon .sppb-addon-feature h3 {
    font-size: 18px;
    font-weight: 700;
    color: #376990;
    margin-bottom: 5px;
    position: relative;
}

.pricing-addon .sppb-addon-feature .sppb-addon-text {
    line-height: 1.6;
    font-size: 14px;
}

.pricing-addon .sppb-addon-feature h3:before {content: "";position: absolute;background: #376990;width: 50px;height: 3px;left: 0;right: 0;margin: auto;top: -15px;transition: 0.5s;opacity: 0.3;}

.pricing-addon .sppb-addon-feature:hover h3:before {
    opacity: 1;
}





/*
.home-pricing.price-ecommerce li:nth-child(14),
.home-pricing.price-ecommerce li:nth-child(15),
.home-pricing.price-ecommerce li:nth-child(16),
.home-pricing.price-ecommerce li:nth-child(17),
.home-pricing.price-ecommerce li:nth-child(18), 
.home-pricing.price-ecommerce li:nth-child(19),   
.home-pricing.price-ecommerce li:nth-child(20),
.home-pricing.price-ecommerce li:nth-child(21){
    background-image: linear-gradient(90deg, #1a2f42, #0f6284)!important;
    color:white!important;
}

.home-pricing.price-ecommerce-2 li:nth-child(11),
.home-pricing.price-ecommerce-2 li:nth-child(12),
.home-pricing.price-ecommerce-2 li:nth-child(13),
.home-pricing.price-ecommerce-2 li:nth-child(14){
    background-image: linear-gradient(90deg, #1a2f42, #0f6284)!important;
    color:white!important;
}
*/
/*banner*/
@media screen and (min-width:992px){
.cyan-glow span{
    text-shadow: 5px 5px 20px #15c6cf;
    -webkit-text-stroke: #15c6cf;
    font-size: 65px;
    font-weight: 900;
    text-align: left;
}
.cyan-glow .price-cyan{
    text-shadow: 5px 5px 20px #15c6cf;
    -webkit-text-stroke: #15c6cf;
    font-size: 65px;
    font-weight: 900;
    text-align: left;
}
.cyan-glow .photo-title span{
    text-shadow: 5px 5px 20px #15c6cf;
    -webkit-text-stroke: #15c6cf;
    font-size: 65px;
    font-weight: 900;
    text-align: left;
    float: left;
}  
}

@media screen and (max-width:991px){
.cyan-glow span{
    text-shadow: 5px 5px 20px #15c6cf;
    -webkit-text-stroke: #15c6cf;
    font-size: 45px;
    font-weight: 900;
    text-align: center;
}
.cyan-glow .price-cyan{
    text-shadow: 5px 5px 20px #15c6cf;
    -webkit-text-stroke: #15c6cf;
    font-size: 45px;
    font-weight: 900;
    text-align: left;
}
}

/*tag*/

/*
span.price-tag{
    margin:0;
    padding:0;
    left:90px;
    top: -30px;
    float:right;
    height:20px;
    position:relative;
    list-style:none;
}

span.price-tag{
    margin-left:20px;
    padding:0 25px 0 12px;
    background:#0089e0;
    color:#fff;
    text-decoration:none;
    -moz-border-radius-bottomright:2px;
    -webkit-border-bottom-right-radius:2px;
    border-bottom-right-radius:2px;
    -moz-border-radius-topright:2px;
    -webkit-border-top-right-radius:2px;
    border-top-right-radius:2px;
    
    -webkit-box-shadow: 1px 3px 3px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 3px 3px 1px rgba(0,0,0,0.2);
    box-shadow: 1px 3px 3px 1px rgba(0,0,0,0.2);
}
span.price-tag:before {
    content:"";
    float:left;
    position:absolute;
    top:0;
    right:-9px;
    width:0;
    height:0;
    border-color: #0089e0  transparent  #0089e0 transparent;
    border-style:solid;
    border-width:10px 10px 10px 0;
}
span.price-tag:after {
    content:"";
    position:absolute;
    top:9px;
    right:5px;
    float:left;
    width:4px;
    height:4px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background:#fff;
    -moz-box-shadow:-1px -1px 2px #004977;
    -webkit-box-shadow:-1px -1px 2px #004977;
    box-shadow:-1px -1px 2px #004977;
}
.tags a:hover {
    background:#888;
}
.tags a:hover:before {
    border-color: #888 transparent #888 transparent;
}

*/

@media screen and (max-width:992px){
.background-mobile{
      background-position: 90% 100%!important;}}


.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    line-height: 26px;
    color: #8d8d8d;
    font-weight: 400 !important;
    padding-right: 0;
    padding-left: 8px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 5px;
    border-radius: 3px;
    width: 181px;
    margin-top: 0px!important;
    margin-left: 10px;
    background: #000000e0;
    box-shadow: 0 2px 8px #376990;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #ffffff;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a{
    color: #adadad;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
    color: #ffffff;
}