/*pop-up*/
section#sp-section-1 {
    min-height: 0px !important;
    height: 0px !important;
}

/*home-feature-border*/

@media (min-width: 768px) {
.home-feature-border { 
    border-right: 1px solid #000; }
} 

/*home-icon-001*/
.home-icon-001 img {
    width: 60px;
}
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature {
    border: unset;
}
@media(max-width:768px){
.home-icon-001 img {
    width: 45px;
}
.home-icon-001 h5 {
    font-size: 10px !important;
}
.home-icon-001 .sppb-addon-text {
    font-size: 10px !important;
}}

/*feature-box*/
.owl-carousel .owl-controls .owl-dots .owl-dot.active span, .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover {
    border-color: unset !important;
}
.major-bgcolor, .spectrum-title-border .sppb-addon-title:after, .btn.btn-link:hover:after, .sppb-btn.btn-link:hover:after, .btn.sppb-btn-link:hover:after, .sppb-btn.sppb-btn-link:hover:after, .btn.btn-link:focus:after, .sppb-btn.btn-link:focus:after, .btn.sppb-btn-link:focus:after, .sppb-btn.sppb-btn-link:focus:after, .sp-page-title h2:after, .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover, .sppb-progress .sppb-progress-bar-primary, .sppb-addon-ajax-contact form .sppb-btn-wrap button, .tags a:hover, .tags a:focus, .helix-social-share .helix-social-share-icon ul li div a:hover, .helix-social-share .helix-social-share-icon ul li div a:focus, #sp-right .sp-module .tagspopular ul li a:hover, #sp-right .sp-module .tagspopular ul li a:focus, .customNavigation > a:hover, .customNavigation > a:focus, .owl-carousel .owl-controls .owl-dots .owl-dot.active span, .spectrum-contact-info .sppb-icon .sppb-icon-inner, .error-page .btn, .sp-simpleportfolio .sp-simpleportfolio-filter ul li a:after, .search .page-title:after, #sp-bottom .sppb-addon-gallery ul > li a:hover {
    background: unset !important;
    color: unset !important;
}
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover {
    color: unset !important;
}
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature {
    padding: unset !important;
}
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-addon-text, .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-addon-title.sppb-feature-box-title, .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-icon span i {
    color: unset !important;
}



/**icon**/
.category-feature-box img.sppb-img-responsive {
    transition: 0.3s;
}

.category-feature-box img.sppb-img-responsive:hover {
    transform: scale(0.9);
}
.category-feature-box a {
    transition: 0.3s;
}
.category-feature-box a:hover {
    color: #156c79;
}



/*popup*/
.pwa-modal-content a#notnow {
    border: 1px solid #fff !important;
    overflow: hidden!important;
    position: relative!important;
    background: #b6e4e6 !important;
    border-radius: 0px !important;
    color: #fff !important;
    transition: 0.5s ease;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: .3px;
    padding: 10px 25px;
}

.pwa-modal-content button#downloadbtn {
    border: 1px solid #fff !important;
    overflow: hidden!important !important;
    position: relative!important;
    background: #4acdd3 !important;
    border-radius: 0px !important;
    color: #fff;
    transition: 0.5s ease;
    font-size: 14px !important;
    font-weight: 700;
    letter-spacing: .3px;
    padding: 9px 35px 7px 10px !important;
}


.pwa-modal-content button#downloadbtn:before {
    position: absolute;
    content: '';
    background: url(/images/00-eduprint/others/btn02.png);
    width: 16px;
    height: 16px;
    margin: auto;
    transition: 0.3s;
    top: -1px;
    bottom: 0px;
    right: 9px;
    background-size: cover;
}


.pwa-modal-content {
    border-radius: 20px;
    border: 2px solid #24d8e2 !important;
}

.pwa-modal-content p.pwa-modal-text {
    font-weight: 500 !important;
    color: #0a5255 !important;
    font-size: 17px !important;
}