:root {
    --primary: #0057FF;
    --dark-bg: #001949;
    --light-bg: #F5FAFF;
    --white-bg: #ffffff;
    --titlecolor: #212121;
    --textcolor: #434343;
}

body * {
    word-break: keep-all;
}

.wt-template .head1,
.wt-template .head2,
.wt-template .head3,
.wt-template .head4,
.wt-template .head5,
.wt-template .head6,
.wt-template h1,
.wt-template h2,
.wt-template h3,
.wt-template h4,
.wt-template h5,
.wt-template h6 {
    color: var(--titlecolor);
}

.wt-template p,
.wt-template li {
    color: var(--textcolor);
}

.wt-template a {
    color: var(--primary);
    font-style: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.wt-template .head1,
.wt-template h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px;
}

.wt-template .head2,
.wt-template h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 24px;
}

.wt-template .head3,
.wt-template h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 45px;
}

.wt-template .head4,
.wt-template h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 42px;
}

.wt-template .head5,
.wt-template h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
}

.wt-template .head6,
.wt-template h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 38px;
}

.wt-template .body-text1 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.wt-template .sub-head,
.wt-template .description .sub-head,
.wt-template .description .sub-head p,
.wt-template .description .sub-head li {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.wt-template .body-text2,
.wt-template .body-text2 p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.wt-template .body-text3,
.wt-template p,
.wt-template li {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.wt-template .small-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.wt-template .xs-text {
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 17px;
    color: #959595;
}

.wt-template .sub-p {
    opacity: .7;
}

.wt-template .white-text,
.wt-template .white-text h1,
.wt-template .white-text p,
.wt-template .white-text li,
.wt-template .white-text a,
.wt-template .white-text * {
    color: #fff;
}

.wt-template .text-light,
.wt-template .text-light h1,
.wt-template .text-light p,
.wt-template .text-light li,
.wt-template .text-light a,
.wt-template .text-light * {
    color: #f8f9fa !important;
}

.wt-template .dark-bg p,
.wt-template .dark-bg li {
    color: #F0F5FF !important;
}

.wt-template .blue-text,
.wt-template .blue-text p,
.wt-template .blue-text li,
.wt-template .blue-text a {
    color: var(--primary) !important;
}

.wt-template .container-fluid {
    max-width: 1500px;
}

.wt-template .icons {
    background-image: url(../images/icons.svg);
}

.wt-template .hero-section {
    background-color: #001949;
    background-image: url(../images/grid-10.svg);
    background-position: left top;
    background-repeat: repeat;
    background-size: 30px 30px;
    position: relative;
}

.wt-template .white-box {
    background: #FFFFFF;
    box-shadow: 0px 12px 48px rgba(224, 233, 249, 0.73);
    border-radius: 10px;
}

.wt-template .wrapper-with-darkbg {
    border-radius: 10px;
    background: rgba(245, 250, 255, 0.06);
    border: .5px solid transparent;
    padding: 25px 32px !important;
}

.wt-template .row>.col-12>.wrapper-with-darkbg {
    min-height: 100%;
}

.wt-template .row>.col-12>.wrapper-with-darkbg {
    min-height: 100%;
}

.wt-template .left-arrow {
    position: relative;
}

.wt-template .left-arrow:before {
    content: '';
    position: absolute;
    left: -45px;
    top: -30px;
    width: 39px;
    height: 45px;
    background-image: url(../images/arc-arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.wt-template ul.list-with-lang-icon {
    padding: 0;
    margin: 20px -15px;
    flex-wrap: wrap;

}

.wt-template ul.list-with-lang-icon li {
    padding: 0 15px 0 50px;
    margin: 15px 0;
    display: inline-flex;
    position: relative;
    list-style: none;
    flex-grow: 2;
    align-items: center;
    flex: 0 0 50%;
}

.wt-template ul.list-with-lang-icon li:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 15px;
    display: block;
    background-image: url(../images/lang-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 15px;
    top: 0;
}

.wt-template .hoverable-outline,
.wt-template .hoverable-outline:hover {
    transition: all .3s ease-in;

}

.wt-template .hoverable-outline:hover {
    border-color: #FFF;
    box-shadow: 0 0 20px 0px #30558d;
}

.wt-template .hoverable-outline img {
    filter: saturate(0.4);
    transition: all .3s ease;
}

.wt-template .hoverable-outline:hover img {
    filter: saturate(1);
    transition: all .3s ease;
}

.wt-template .blue-bg {
    background-color: var(--primary);
}

.wt-template .info-box {
    border-radius: 10px;
    background: #F9FBFF;
    padding: 15px;
}

.wt-template .minh-100 {
    min-height: 100%;
}


.wt-template .hero-section .star-rating-wrapper {
    background-image: url(../images/empty-star.svg);
    background-repeat: repeat-x;
    width: calc(24px * 5);
    height: 16px;
    background-position: left;
    background-size: contain;
    font-size: 0px;
    position: relative;
    opacity: 1;
}

.wt-template .hero-section .star-rating-wrapper .avg-perc {
    background-image: url(../images/yellow-star.svg);
    background-repeat: repeat-x;
    height: 16px;
    background-position: left;
    background-size: auto 16px;
    position: absolute;
    left: 0;
}

.wt-template .hero-section .guarantee-icon,
.wt-template .hero-section .headphone-icon {
    min-width: 22px;
}

.wt-template .light-outline {
    border: 0.5px solid #FFFFFF;
    border-radius: 5px;
}

.wt-template .dark-outline {
    border: 1px solid #CBDBFA;
    border-radius: 36px;
}

.wt-template .border-with-shadow {
    border-radius: 10px;
    border: 1px solid #9ABDFF;
    background: #FFF;
    position: relative;
}

.wt-template .border-with-shadow:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #9ABDFF;
    background: #F9FBFF;
    z-index: -1;
    bottom: -30px;
    right: -30px;
}

.wt-template .hero-section .mb-cs-wrapper {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
}

.wt-template .hero-section .mb-cs-wrapper>div {
    margin: 20px;
    display: inline-block;
}

.wt-template .pricing-section {
    display: block;
    width: 100%;
    padding: 32px !important;
    max-width: 400px;
    margin: auto;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    box-shadow: 3px 7px 20px 0px rgb(1 26 74 / 13%);
    border-radius: 10px;
}

body.postid-130188 .wt-template .pricing-section {
    max-width: 450px;
}

.wt-template .total-review a {
    text-decoration: underline;
    transition: all .2s ease;
}

.wt-template .total-review a:hover {
    text-decoration: none;
    transition: all .2s ease;
}

.wt-template .hero-section .feat-wrap {
    max-width: 115px;
    min-width: 120px;
}

.wt-template .hero-section .light-blur-bg {
    border: 0.5px solid #e4e4e480;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(57px);
    padding: 10px 20px;
    border-radius: 10px;
    gap: 12px;
}

.wt-template .pricing-section .edd_download_quantity_wrapper {
    display: none;
}

.wt-template .pricing-section span.edd_price_option_wrap {
    float: right;
}

.wt-template .pricing-section span.edd_price_option_name {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin-left: 25px;
    margin-right: 15px;
}

.wt-template .pricing-section label span {

    color: var(--titlecolor);
}

.wt-template .pricing-section label.active,
.wt-template .pricing-section label.active span,
.wt-template .pricing-section label:hover,
.wt-template .pricing-section label:hover span {
    color: var(--primary) !important;
}

.wt-template .pricing-section label:hover {
    cursor: pointer;
}

.wt-template .pricing-section span.edd_price_option_price {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
}

.wt-template .pricing-section span.line-through {
    text-decoration: line-through;
    color: #949494 !important;
}

.wt-template .pricing-section span.regularprice {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    text-align: right;
    margin-right: 10px;
    color: #949494 !important;
}

.wt-template .pricing-section label.active span.line-through,
.wt-template .pricing-section label:hover span.line-through {
    color: #FF6464 !important;
}

.wt-template .pricing-section label.active span.regularprice,
.wt-template .pricing-section label:hover span.regularprice {
    color: #949494 !important;
}

.wt-template .pricing-section span.edd_price_cycle {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
}

.wt-template .pricing-section label {
    padding: 15px;
    width: 100%;
    border: 0.5px solid #fff;

}

.wt-template .pricing-section .product-plan label input {
    width: 14px;
    height: 14px;
}

.wt-template .pricing-section .product-plans.my-4 {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.wt-template .pricing-section label.active {
    border: 0.5px solid #0057FF;
    box-shadow: 0px 4px 4px rgba(87, 147, 236, 0.1);
    border-radius: 4px;
}

.wt-template .pricing-section button.edd-add-to-cart,
.wt-template .pricing-section a.edd_go_to_checkout.button {
    background: #0057FF;
    border-radius: 6px;
    width: 100%;
    display: block;
    border: none;
    padding: 16px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    position: relative;
    transition: all .2s ease-in-out;
}

.wt-template .pricing-section button.edd-add-to-cart:hover,
.wt-template .pricing-section a.edd_go_to_checkout.button:hover {
    opacity: .9;
    transition: all .2s ease-in-out;
    transform: translateY(0);
}

.wt-template .pricing-section button.edd-add-to-cart:hover {
    padding-right: 35px;
}

.wt-template .pricing-section button.edd-add-to-cart:hover:after {
    margin-left: 7px;
    content: '';
    position: absolute;
    height: 27px;
    width: 13px;
    background-image: url(../images/icons.svg);
    background-position: 86px 40px;
    transition: all .2s ease;
}

.wt-template .pricing-section button[data-edd-loading]:hover:after {
    content: none;
}

.wt-template .pricing-section button[data-edd-loading]:after {
    content: none;

}

.wt-template .pricing-section button[data-edd-loading] .edd-loading {
    border: 2px solid #ffffff3d;
    border-radius: 50%;
    border-top: 2px solid #fff;
    width: 15px;
    height: 15px;
    -webkit-animation: 2s linear infinite spin;
    animation: 2s linear infinite spin;
    display: inline-block;
    margin-left: 10px;
}

.wt-template .pricing-section .purchase-info p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
    color: #212121;
}

.wt-template .pricing-section .purchase-info .calender-icon,
.wt-template .pricing-section .purchase-info .dollar-icon {
    height: 20px;
    width: 20px;
    min-width: 20px;
}

.wt-template .pricing-section .purchase-info .calender-icon {
    background-position: -40px 0;
}

.wt-template .pricing-section .purchase-info .dollar-icon {
    background-position: -60px 0;
}

.wt-template .pricing-section .powered-by .norton-icon {
    width: 76px;
    height: 42px;
    background-position: 0px 41px;
    min-width: 76px;
}

.wt-template .pricing-section .powered-by .sep {
    width: 1px;
    background-color: #DCDCDC;
    height: 30px;
}

.wt-template .pricing-section .powered-by p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
}

.wt-template .pricing-section .powered-by .trusted-by-icon {
    width: 25px;
    min-width: 25px;
    height: 28px;
    background-position: 95px 0;
}

.wt-template .main-features ul {
    margin: 0;
    padding: 0;
}

.wt-template .main-features li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--textcolor);
    margin-bottom: 22px;
    list-style: none;
    padding-left: 32px;
    position: relative;
}

.wt-template .main-features li:before {
    content: '';
    position: absolute;
    height: 24px;
    width: 16px;
    left: 0;
    top: 0;
    background-position: 30px 29px;
    background-image: url(../images/icons.svg);
}

.wt-template .product-info {
    background-color: #F5FAFF;
    border-radius: 32px;
    max-width: 880px;
    margin: auto;
}

.wt-template .product-info ul {
    gap: 20px 0;
}

.wt-template .product-info li {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: var(--textcolor);
    border-right: 1px solid #0000003D;
    padding: 0 20px;
}

.wt-template .product-info li:last-child {
    border: none;
}

.wt-template .product-info li a {
    color: #0057FF;
}

.wt-template .edd_download_full_content .product-features {
    padding: 35px;
}

.wt-template .edd_download_full_content .product-features .img-title {
    margin-bottom: 22px;
}

.wt-template .edd_download_full_content .product-features .img-title>svg {
    min-width: 35px;
}

.wt-template .dash-borders>div {
    border-right: 1px dashed #d1d1d178;
    border-bottom: 1px dashed #d1d1d178;
}

.wt-template .edd_download_full_content .product-features p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #434343;
    margin-bottom: 0;
}

.wt-template .plugin-summary img {
    border-radius: 13px;
    background-color: #fff;
}

.wt-template .reviews .map-bg {
    background-image: url(../images/map-bg.png);
    background-size: auto 460px;
    background-position: center 120px;
    background-repeat: no-repeat;
}

.wt-template .reviews .white-wrapper.testimonial {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #CBDBFA;
    box-shadow: 0px 12px 48px rgba(87, 147, 236, 0.1);
    border-radius: 10px;
    min-height: 100%;
}

.wt-template .reviews .card .card-footer,
.wt-template .reviews .card .card-body {
    background: transparent;
    border: none;
    padding: 0;
}

.wt-template .reviews .white-wrapper.testimonial .comments {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #71787D;
    margin-bottom: 20px;
}

.wt-template .reviews .testimonial .card-footer img {
    height: 45px;
    width: 45px;
    border-radius: 50%;

}

.wt-template .reviews .testimonial p.commenter {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 4px;
}

.wt-template .reviews .testimonial .star-rating-wrapper {
    background-image: url(../images/empty-star.svg);
    background-size: 18px;
    width: 90px;
    height: 18px;
    background-repeat: repeat-x;
    margin-bottom: 0;
}

.wt-template .reviews .testimonial .star-rating-wrapper .total-rating {
    background-image: url(../images/yellow-star.svg);
    background-size: 18px;
    background-repeat: repeat-x;
    height: 18px;
    display: block;
}

.wt-template .reviews .testimonial .comments span.show-more {
    display: block;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    opacity: .8;
}

.wt-template .reviews .testimonial .comments span.show-more:hover {
    opacity: 1;
}

.wt-template .light-blue-bg {
    background-color: #F5FAFF;
}

.wt-template .bg-with-grid-dark {
    background-color: var(--dark-bg);
    background-image: url(../images/grid.svg);
    background-position: left top;
    background-repeat: repeat;
    background-size: 25px 25px;
}

.wt-template .reviews .light-blue-bg {
    border-radius: 0 0 36px 36px;
}

.wt-template .wt-banner {
    border-radius: 18px;
}

.wt-template .wt-banner .button {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.005em;
    background: #0057FF;
    border-radius: 6px;
    color: #FFFFFF;
    padding: 14px 32px;
    transition: all .2s ease;
}

.wt-template .wt-banner .button:hover {
    text-decoration: none;
    position: relative;
    transition: all .2s ease;
    padding-right: 54px;
}

.wt-template .wt-banner .button:hover:after {
    content: '';
    position: absolute;
    right: 32px;
    height: 27px;
    width: 13px;
    background-image: url(../images/icons.svg);
    background-position: 86px 40px;
    transition: all .2s ease;
}

.wt-template .wt-banner h2 {
    margin-bottom: 18px;
    font-weight: 500;
}

.wt-template .wt-banner p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    text-align: center;
    margin-bottom: 35px;
}

.wt-template .wt-banner p:last-child {
    margin-bottom: 0;
}

.wt-template p:empty {
    margin-bottom: 0 !important;
}

.wt-template .description h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 28px !important;
    line-height: 38px !important;
    margin-bottom: 30px;
    color: var(--titlecolor);
}

.wt-template .description h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px !important;
    line-height: 30px;
    margin-bottom: 25px;
    color: var(--titlecolor);
}

.wt-template .description p,
.wt-template .description li {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #434343;
    margin-bottom: 15px;
}

.wt-template .description a.get-now-btn,
.wt-template .link-with-arrow {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #0057FF;
    padding-bottom: 8px;
    border-bottom: 2px solid #0057FF;
    transition: all .2s ease;
    margin-top: 30px;
    display: inline-block;
}

.wt-template .description a.get-now-btn:hover,
.wt-template .link-with-arrow:hover {
    padding-right: 24px;
    position: relative;
    text-decoration: none;
    transition: all .2s ease;
    opacity: 1;
}

.wt-template .description a.get-now-btn:hover:after,
.wt-template .link-with-arrow:hover:after {
    content: '';
    position: absolute;
    margin-left: 9px;
    height: 20px;
    width: 17px;
    background-image: url(../images/icons.svg);
    background-position: 90px 86px;
    transition: all .2s ease;
}

.wt-template .description a.get-now-btn.text-light:hover {
    color: #fff !important;
}

.wt-template .description a.get-now-btn.text-light:hover:after {
    height: 20px;
    width: 20px;
    background-position: 91px 104px;
}

.wt-template .description img {
    max-width: 100%;
    height: auto;
}

.wt-template .description img.popup-with-full-rsltn,
.wt-template .description .popup-with-full-rsltn {
    cursor: zoom-in;
}

.wt-template .description .simple-accordion .card,
.wt-template .description .simple-accordion .card-header,
.wt-template .description .simple-accordion .card-footer,
.wt-template .description .simple-accordion .card-body {
    border: none;
    background: transparent;
    padding: 0;
}

.wt-template .description .simple-accordion .card-body {
    padding-bottom: 25px;
}

.wt-template .description .simple-accordion .card {
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
}

.wt-template .description .simple-accordion .card button {
    padding: 0;
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #434343;
    position: relative;
    padding: 10px 0;
}

.wt-template .description .simple-accordion .card button:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 10px;
    background-image: url(../images/dropdown-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    transition: all .2s ease;
}

.wt-template .description .simple-accordion .card button[aria-expanded=false]:after {

    transform: rotate(0deg);
}

.wt-template .description .simple-accordion .card button[aria-expanded=true]:after {
    transform: rotate(180deg);
}

.wt-template .description .simple-accordion .card button:hover,
.wt-template .description .simple-accordion .card button:focus {
    text-decoration: none;
    color: #0069ff;
}

.wt-template .description .simple-accordion .card .card-body,
.wt-template .description .simple-accordion .card .card-body p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #434343;
}

.wt-template .description .simple-accordion .card button img {
    box-shadow: none !important;
    border: none;
    height: auto;
    width: 30px;
    margin-right: 15px;
    filter: grayscale(1);
}

.wt-template .description .simple-accordion .card button:hover img,
.wt-template .description .simple-accordion .card button:focus img,
.wt-template .description .simple-accordion .card button[aria-expanded=true] img {
    filter: grayscale(0);
}

.wt-template .tech-info .table-responsive {
    background: #F5FAFF;
    border-radius: 32px;
    max-width: 880px;
    margin: auto;
    padding: 20px 40px;
}

.wt-template .tech-info table {
    margin-bottom: 0;
    min-width: 500px;
}

.wt-template .tech-info table tr:first-child td {
    border: none !important;
}

.wt-template .tech-info table th {
    border: none;
}

.wt-template .tech-info table th,
.wt-template .tech-info table td {
    vertical-align: middle;
}

.wt-template .tech-info table td {
    border-color: #E7E7E7 !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #434343;
    padding: 20px 5px;
}

.wt-template .tech-info table th {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
}

.wt-template .tech-info table tr td:first-child,
.wt-template .tech-info table tr th:first-child {
    text-align: left;
}

.wt-template .border-18 {
    border-radius: 18px;
}

.wt-template .you-may-like h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px !important;
    line-height: 30px;
    margin-bottom: 0;
}

.wt-template .you-may-like p {
    opacity: .7;
}

.wt-template .you-may-like .plugin-wrapper .rating {
    background-image: url(../images/empty-star.svg);
    background-repeat: repeat-x;
    width: calc(18px * 5);
    height: 12px;
    background-position: left;
    background-size: contain;
    font-size: 0px;
    position: relative;
    opacity: 1;
}

.wt-template .you-may-like .plugin-wrapper p.rating span.star-rating {
    background-image: url(../images/yellow-star.svg);
    background-repeat: repeat-x;
    height: 12px;
    background-position: left;
    background-size: auto 12px;
    position: absolute;
    left: 0;
}

.wt-template .you-may-like .plugin-wrapper .plgin-meta p {
    font-weight: 500;
}

.wt-template .you-may-like .wt-plugin-lists {
    max-width: 970px;
    margin: auto;
}

.wt-template .sec-btn.small-btn {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.005em;
    padding: 12px 24px;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    color: #FFFFFF;
    transition: all .2s ease;
}

.wt-template .sec-btn.small-btn:hover {
    padding-right: 47px;
    position: relative;
    transition: all .2s ease;
}

.wt-template .sec-btn.small-btn:hover:after {
    content: '';
    position: absolute;
    height: 21px;
    width: 15px;
    background-image: url(../images/icons.svg);
    background-position: 88px 38px;
    margin-left: 12px;
    transition: all .2s ease;
}

.wt-template .you-may-like .plugin-wrapper {
    border-bottom: 0.5px solid #ffffff78;
    transition: all .2s ease;
}

.wt-template .you-may-like .plugin-wrapper:hover {
    transition: all .2s ease;
    transform: scale(1.05);
}

.wt-template .you-may-like .wt-plugin-lists .plugin-wrapper:last-child {
    border-bottom: none;
}

.wt-template .faq .accordion {
    max-width: 900px;
    margin: auto;
}

.wt-template .faq h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    line-height: 37px;
    color: var(--titlecolor);
}

.wt-template .faq button.btn {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    display: inline-flex;
    align-items: center;
    color: var(--titlecolor);
    width: 100%;
    position: relative;
    padding: 25px 0;
    transition: all .2s ease;
    text-align: left;
    padding-right: 22px;
}

.wt-template .faq button.btn:after,
.wt-template .faq button.btn[aria-expanded=false]:after {
    position: absolute;
    top: -5px;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    right: 0px;
    top: 30px;
    border-right: 2px solid var(--textcolor);
    border-top: 2px solid var(--textcolor);
    transform: rotate(135deg);
    margin-right: 0;
    margin-left: 1em;
    transition: all .2s ease;
}

.wt-template .faq button.btn[aria-expanded=true]:after {
    transform: rotate(315deg);
}

.wt-template .faq button.btn:hover:after,
.wt-template .faq button.btn[aria-expanded=true]:after {
    border-color: var(--primary);
}

.wt-template .faq button.btn:hover,
.wt-template .faq button.btn[aria-expanded=true] {
    color: var(--primary);
    text-decoration: none;
    transition: all .2s ease;
}

.wt-template .faq button.btn:focus,
.wt-template .faq button.btn:active,
.wt-template .faq button.btn:focus-visible {
    text-decoration: none;
}

.wt-template .faq button.btn:focus,
.wt-template .faq button.btn:focus-visible {
    color: var(--primary);
}

.wt-template .faq .card-header {
    background: transparent;
    border: none;
    padding: 0;
}

.wt-template .faq .card {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #E3E3E3 !important;
}

.wt-template .faq .card-body {
    padding: 0 0 30px 0;
}

.wt-template .faq .card-body,
.wt-template .faq .card-body p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #434343;
    text-align: left;
}

body.admin-bar .wt-template .sticky-product-header {
    margin-top: 32px;
}

.wt-template .sticky-product-header {
    background: rgb(203 218 250 / 75%);
    backdrop-filter: blur(21.5px);
    border: none;
}

.wt-template .sticky-product-header .img-plugin-name {
    max-width: 40%;
}

.wt-template .sticky-product-header a.nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: var(--titlecolor);
    word-break: keep-all;
}

.wt-template .sticky-product-header a.nav-link:hover,
.wt-template .sticky-product-header a.nav-link.active {
    color: var(--primary);
    text-decoration: none;
    background: transparent;
    border: none;
}

.wt-template .sticky-product-header img {
    height: 44px;
    width: auto;
}

.wt-template .sticky-product-header .plugin-name {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--titlecolor);
}

.wt-template .sticky-product-header .pri-sm-btn {
    background: var(--primary);
    border-radius: 6px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    padding: 12px 24px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.005em;
    position: relative;
    color: #FFFFFF !important;
}

.wt-template .sticky-product-header .pri-sm-btn:hover {
    padding-right: 46px;
    background-color: var(--primary) !important;
    text-decoration: none;
}

.wt-template .sticky-product-header .pri-sm-btn:hover:after {
    right: 24px;
    content: '';
    position: absolute;
    height: 18px;
    width: 16px;
    background-image: url(../images/icons.svg);
    background-position: 88px 37px;
    transition: all .2s ease;
    transform: scale(0.8);
}

.wt-template .sticky-product-header .pri-sm-btn {
    min-width: 140px;
    justify-content: center;
    transition: all .2s ease;
}

.wt-template .video-feature-wrapper iframe,
.wt-template .featured-video img.video-thumbnail,
.wt-template .featured-video .video-thumbnail img {
    max-width: 100%;
    border: 5px solid #00143C;
    border-radius: 8px;
}

.wt-template .featured-video img.video-thumbnail,
.wt-template .featured-video .video-thumbnail img {
    width: 100%;
    height: auto;
}

.wt-template .featured-video {
    position: relative;
    height: 100%;
    width: 100%;
}

.wt-template .featured-video .play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 80px;
    width: 80px;
    display: inline-block;
    overflow: unset;
}

.wt-template .featured-video .play_btn:before {
    width: 80px;
    height: 80px;
    animation: scaleIn 1s infinite ease-out;
    content: '';
    border: 15px solid #00143C;
    position: absolute;
    background: transparent;
    border-radius: 100%;
    top: 0;
    left: 0;
    animation-fill-mode: forwards;
    z-index: -1;
}

.wt-template .featured-video .popup_yt_video_banner:after {
    content: none;
}

#videoModal .modal-header {
    border: none;
}

.wt-template .highlightable-now {
    transform: scale(1.24);
    margin-bottom: -70px;
    transition: all .8s ease-in-out;
    border-radius: 0 !important;
}

.wt-template .highlightable {
    transition: all .5s ease-in-out;
}

.wt-template .cta {
    overflow: hidden;
}

.wt-template .description .filters-list {
    border: 1px solid #BCD3FF;
    border-radius: 10px;
}

.wt-template .description .filters-list table {
    margin: 0;
    min-width: 800px;
}

.wt-template .description .filters-list table td {
    border: 1px solid #DEDEDE;
    color: #434343;
    background-color: #F2F7FF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding: 15px 22px;
}

.wt-template .description .filters-list table tr:nth-child(n+3) td:nth-child(2n+1),
.wt-template .description .filters-list table tr:nth-child(2) td:nth-child(2n) {
    background-color: #fff;
}

.wt-template .description .filters-list table tr:first-child td,
.wt-template .description .filters-list table tr:nth-child(2) td:first-child {
    background-color: #EAF1FF;
    color: #434343;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    padding: 32px 22px;
}

.wt-template .description .filters-list table tr:first-child td:nth-child(2n) {
    background: #fff;
}

.wt-template .description .filters-list table tr:first-child td {
    border-top: none;
    /*border-left: 0;   
	border-right: 0;*/
}

.wt-template .description .filters-list table tr:last-child td {
    border-bottom: none;
    border-left: 0;
}

.wt-template .description .filters-list table tr td:first-child {
    border-left: none;


}

.wt-template .description .filters-list table tr td:last-child {
    border-right: none;
}

.wt-template .description .filters-list table td:empty {
    border-bottom: none !important;
    border-top: none !important;
}

.wt-template .description .filters-list table tr:nth-child(2) td:first-child {
    border-bottom: none;
    vertical-align: middle;
}

.border-dash-top {
    border-top: 1px dashed rgba(255, 255, 255, 0.17);
}

.hero-section .add-info p.sub-head {
    color: #D8E6FF !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.hero-section .xs-text {
    color: #fff !important;
}

.hero-section p.product-breadcrumb {
    font-size: 12px;
}

.wt-template .fz-11 {
    font-size: 11px !important;
}

.wt-template .fz-12 {
    font-size: 12px !important;
}

.wt-template .fz-13 {
    font-size: 13px !important;
}

.wt-template .fz-14 {
    font-size: 14px !important;
}

.wt-template .fz-15 {
    font-size: 15px !important;
}

.wt-template .fz-16 {
    font-size: 16px !important;
}

.wt-template .fz-17 {
    font-size: 17px !important;
}

.wt-template .fz-18 {
    font-size: 18px !important;
}

.wt-template .fz-20 {
    font-size: 20px !important;
}

.wt-template .fw-300 {
    font-weight: 300 !important;
}

.wt-template .fw-400 {
    font-weight: 400 !important;
}

.wt-template .fw-500 {
    font-weight: 500 !important;
}

.wt-template .fw-600 {
    font-weight: 600 !important;
}

.wt-template .gap-24 {
    gap: 24px;
}

.wt-template .gap-16 {
    gap: 16px;
}

.wt-template .summary-wrap {
    border-radius: 36px;
    background: #F5FAFF;
}

.wt-template .white-muted-text {
    color: #9ABDFF !important;
}

.wt-template .summary-wrap-hero .col-12 {
    border-right: 1px dashed rgba(255, 255, 255, 0.17);
}

.wt-template .summary-wrap-hero .col-12:last-child {
    border-right: none;
}

.wt-template .summary-wrap .row>.col-12 {
    border-right: 1px solid #D9D9D9;
}

.wt-template .summary-wrap .row>.col-12:last-child {
    border-right: none;
}

.wt-template .reviews-section .gradient-bg {
    background: #f4f8ff;
}

.wt-template .reviews-section .twc-sec img {
    height: 165px;
    width: auto;
}

.wt-template .reviews .dark-outline {
    overflow: hidden;
}

@media(max-width: 767px) {
    .wt-template .description .filters-list table td {
        padding: 10px 10px;
    }

    .wt-template .description .filters-list table tr:first-child,
    .wt-template .description .filters-list table tr:nth-child(2) td:first-child {
        padding: 15px 10px;
    }

    .wt-template .summary-wrap .row>.col-12 {
        border: none;
    }

    .wt-template .summary-wrap .row>.col-12:first-child {
        border-right: 1px solid #D9D9D9;
    }
}

@media(min-width: 1200px) {
    .pr-lg-80 {
        padding-right: 5rem !important;
    }

    .pl-lg-80 {
        padding-left: 5rem !important;
    }

    .wt-template .sticky-div {
        position: sticky;
        top: 250px !important;
        height: 350px !important;
    }
}



@media(min-width: 992px) {
    .wt-template .hero-section .container {
        position: relative;
    }

    .wt-template .hero-section .container:before,
    .wt-template .hero-section .container:after {
        content: '';
        position: absolute;
        top: 0;
        height: 100%;
        border-left: 1px dashed rgba(255, 255, 255, 0.17);
    }

    .wt-template .hero-section .container:before {
        left: 15px;
    }

    .wt-template .hero-section .container:after {
        right: 15px;
    }

    .wt-template .reviews-section .gradient-bg {
        background: linear-gradient(to bottom, #fff 0%, #fff 40%, #F4F8FF 40%, #F4F8FF 100%);
    }

    .wt-template .dash-borders>div:nth-child(3n) {
        border-right: none;
    }

    .wt-template .dash-borders>div:nth-last-child(-n+3) {
        border-bottom: none;
    }

}

@media(min-width: 768px) {
    .wt-template .you-may-like .plugin-wrapper:hover {
        transition: all .2s ease;
        transform: scale(1.05);
    }

    .wt-template .ft-video-bg {
        background-size: auto 85%;
        background-position: right bottom;
        background-repeat: no-repeat;
    }

    .wt-template .sticky-div {
        position: sticky;
        top: 150px;
        height: calc(100vh - 200px);
        overflow: auto;
    }


}

@media(max-width: 767px) {
    .wt-template .dash-borders>div {
        border-right: none;
    }

    .wt-template .dash-borders>div:last-child {
        border-bottom: none;
    }

    .wt-template .summary-wrap-hero .col-12 {
        border-bottom: 1px dashed rgba(255, 255, 255, 0.17);
    }

    .wt-template .summary-wrap-hero .col-12:last-child {
        border-bottom: none;
    }
}

@media(max-width: 575px) {
    .wt-template .summary-wrap-hero .col-12 {
        border-right: none;
    }

    .wt-template .head1,
    .wt-template h1 {
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 32px;
    }

    .wt-template .head2,
    .wt-template h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 40px;
    }

    .wt-template .head3,
    .wt-template h3 {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
    }

    .wt-template .head4,
    .wt-template h4 {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
    }

    .wt-template .head5,
    .wt-template h5 {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
    }

    .wt-template .head6,
    .wt-template h6 {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
    }

    .wt-template .body-text1 {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
    }

    .wt-template .sub-head,
    .wt-template .description .sub-head,
    .wt-template .description .sub-head p,
    .wt-template .description .sub-head li {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
    }

    .wt-template .body-text2,
    .wt-template .body-text2 p {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }

    .wt-template .body-text3,
    .wt-template p,
    .wt-template li {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 22px;
    }

    .wt-template .small-text {
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 21px;
    }

    .wt-template .faq button.btn {
        font-style: 16px;
    }

    .wt-template .faq .card-body,
    .wt-template .faq .card-body p {
        font-style: 14px;
    }

    .wt-template .summary-wrap .row>.col-12 {
        border: none !important;
    }
}

@media(max-width: 920px) and (min-width: 768px) {
    .wt-template .pricing-section span.edd_price_option_name {
        margin-left: 15px;
    }

    .wt-template .pricing-section label {
        display: flex;
        align-items: center;
    }

    .wt-template .pricing-section label>span {
        min-width: 70px;
    }
}

@media(max-width:991px) and (min-width:768px) {
    .wt-template .dash-borders>div:nth-child(2n) {
        border-right: none;
    }

    .wt-template .dash-borders>div:nth-last-child(-n+1) {
        border-bottom: none;
        border-right: none;
    }
}

@media(max-width:380px) {
    .wt-template .pricing-section span.edd_price_option_name {
        margin-left: 15px;
    }

    .wt-template .pricing-section label {
        display: flex;
        align-items: center;
    }

    .wt-template .pricing-section label>span {
        min-width: 70px;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes scaleIn {
    from {
        transform: scale(.5, .5);
        opacity: .5;
    }

    to {
        transform: scale(1.5, 1.5);
        opacity: 0;
    }
}