.tooltip:hover>.tooltip-text {
    display: block;
}

.tooltip-trigger {
    background: url(../../images/info.svg) no-repeat 0 0;
    background-size: 100%;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-top: 1px;
    z-index: 2;
}

.tooltip-trigger::after,
.tooltip-trigger::before {
    content: '';
    display: none;
    background: #D5EBF8;
    border: 1px solid #ACD6F0;
    height: 0.55rem;
    width: 0.55rem;
    position: absolute;
    left: -100%;
    margin-left: -2px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    box-shadow: 2px -1px 6px 0px rgba(0, 0, 0, 0.15);
}

.tooltip-trigger::after {
    border-color: #D5EBF8;
    box-shadow: none;
    z-index: 2;
    left: -100%;
    margin-left: -4px;
}
.tooltip {
    position: relative;
}
.tooltip-text {
    box-shadow:0 4px 13px rgba(130, 138, 167, 0.13);
    background: #ffffff;
    color: inherit;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    display: none;
    font-size: 16px;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    right: calc((1px * 2) + 15px + 0.55rem);
    padding: 0.75rem 0.8rem;
    text-indent: 0;
    z-index: 1;
    max-width: 358px;
}
.tooltip-text::after {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    right: -7px;
    top: 22px;
    border-top: 1px solid#E6E6E6;
    border-right: 1px solid #E6E6E6;
    transform: rotateZ(45deg);
    background: #ffffff;
}

.recommended {
    display: flex;
    align-items: center;
}

.recommended__yes,
.recommended__no {
    width: 17px;
    height: 17px;
    text-indent: -9999px;
}

.recommended__yes {
    background: url(../../images/nmx_reviews_recommended.png) no-repeat 0 0;
}

.recommended__no {
    background: url(../../images/nmx_reviews_not_recommended.png) no-repeat 0 0;
}

.recommended__text {
    font-size: 14px;
    margin-left: 10px;
}

@media (min-width: 768px) {
    .recommended__text {
        font-size: 0.8rem;
    }
}


/*
*  Product Page Stuff
*  
*  Previous/Next
*  For product pages and portfolio
*/


/* previous/next */

.navNextPrevWrapper {
    display: none;
}

@media (min-width: 1100px) {
    .navNextPrevWrapper {
        display: block;
    }
}

.navNextPrevWrapper.stickit {
    position: fixed;
    top: 0;
}

.navNextPrevWrapper ul {
    padding-left: 0;
    list-style: none;
    width: 100%;
}

.navNextPrevWrapper a {
    position: relative;
    z-index: 1;
}

.navNextPrevWrapper a svg {
    height: 32px;
    width: auto;
    position: relative;
}

.navNextPrevWrapper a svg * {
    fill: #333333;
}

.navNextPrevWrapper a:hover svg * {
    fill: #0686d4;
}

.navNextPrevWrapper a.icon-nmxarrow-right svg {
    transform: rotate(180deg);
}

.navNextPrevWrapper li {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.navNextPrevList:first-child {
    left: 21px;
}

.navNextPrevList:last-child {
    right: 21px;
}

@media (min-width: 1680px) {
    .navNextPrevList:first-child {
        left: 60px;
    }
    .navNextPrevList:last-child {
        right: 60px;
    }
}

input[type="date"]::-webkit-inner-spin-button {
    display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

input[type="date"] {
    background-image: url(../../images/calendar.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 15px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.nmx-wrap-container.downloadproductinfo {
    max-width: 1560px;
}

.messageStackSuccess+.product-image,
.messageStackSuccess+.product-image+.product-get-info {
    margin-top: 15px;
}

.product {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
}

.product-image {
    width:50%;
}

.product-image .nmx-lazy-wrapper {
    position: relative;
}

@media (min-width: 1920px){
    .product-image #productMainImage {
        position: relative;
    }
}

.downloadproductinfo h1 {
    color:#171717;
    font-size: 42px;
    font-weight: 400;
    line-height: 123.81%;
    text-transform: capitalize;
    margin-bottom:19px;
}
.downloadproductinfo .stars {
    cursor: pointer;
}
.downloadproductinfo .stars .stars__text {
    margin-bottom:0;
}
.product-get-info {
    width: calc(50% - 80px);
}
.product-get-info form[name="cart_quantity"] #productAttributes {
    padding: 18px 40px;
    border: 1px solid #EFEFEF;
    border-top: 0;
    display:flex;
    flex-direction:column;
}
#productAttributes .attributeWrapper select,
#productAttributes .attributeWrapper input {
    height:52px;
    border-radius:8px;
    border:0.5px solid #c6c6c6;
    background-color:#fcfcfc;
    font-weight: 400;
    font-size: 15.3px;
    line-height: 30px;
    letter-spacing: 0px;
    color:rgba(23, 23, 23, 1);
    max-width:calc(100% - 31px);
}
#productAttributes .attributeWrapper select:focus,
#productAttributes .attributeWrapper input:focus {
    border-color:rgba(6, 143, 206, 1);
    background:rgba(236, 249, 255, 1);
}
.product-get-info .reviews-qty-text {
    display: none;
}

@media (min-width: 1024px) {
    .product {
        align-items: flex-start;
        flex-direction: row;
        justify-content: center;
    }
}

.is-ie .mainImage {
    display: none;
}

.is-ie .product-image .nmx-lazy-wrapper {
    display: flex;
}

#downloads-price {
    background: linear-gradient(256.76deg, #49C6FF -6.54%, #064EA2 134.17%);
    border-radius: 10px 10px 0px 0px;
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    padding: 20px 20px 12px 20px;
    color: #fff;
    border-bottom: 1px solid #f0f0f0;
  }

#downloads-price>span {
    font-size: 1.5rem;
    color:#fff;
}
.downloads-license-wrapper {
    font-weight: 400;
    font-size: 18px !important;
    line-height: 30px;
}
#downloads-price .downloads-price-wrapper {
    font-weight: 500;
    font-size: 25px;
    line-height: 32px;
}
#downloads-price .normalprice {
    order:2;
    color:#ececec;
}
#downloads-price .productSpecialPrice {
    order:1;
    color:white;
}
#downloads-price .lifetime-license {
    order:3;
    font-size:18px;
    margin-left:auto;
}
.attributeWrapper {
    margin: 0 0 16px;
}

.attribute-title {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom:3px;
}

.attribute-title span,
.attribute-title label {
    display: block;
    margin-bottom: 0;
    text-transform: lowercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    color:rgba(23, 23, 23, 1);
}

.attribute-title span::first-letter,
.attribute-title label::first-letter {
    text-transform: uppercase;
}

.attribute .tooltip-text {
    top: -15px;
    transform: none;
}

.attribute .custom-control {
    margin-top: -4px;
    margin-bottom: -4px;
}
.custom-control.custom-checkbox {
    width:calc(100% - 32px);
    display:flex;
}
.custom-control.custom-checkbox .custom-control-label {
    flex-grow:1;
}
span.custom-checkbox-label-wrapper {
    display: flex;
    justify-content: space-between;
}
.attribute .optionValue.forward {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    flex-wrap:wrap;
}
.attribute .custom-checkbox label, 
.attribute .custom-radio label {
    font-weight: 400;
    font-size: 15.3px;
    line-height: 30px;
    letter-spacing: 0px;
    color:rgba(23, 23, 23, 1);
}
.attribute .custom-checkbox label::before, 
.attribute .custom-radio label::before {
    top:0.35rem;
    border-radius:3px;
    width:16.5px;
    height:16.5px;
}
.attribute .custom-checkbox label::after, 
.attribute .custom-radio label::after {
    top:0.35rem;
    width:16.5px;
    height:16.5px;
}
.attribute .custom-checkbox input:checked ~ label::before {
    background:rgba(6, 143, 206, 1);
    border-color:rgba(6, 143, 206, 1);
}
.attribute .custom-checkbox input:checked ~ label::after {
    background-image:url(../../images/checkmark.svg);
    background-size:72%;
    background-repeat:no-repeat;
    background-position:center;
}
#attribute_BillingPeriod,
#attribute_Platform,
#attribute_Type,
#BillingPeriod,
#Platform,
#Type {
    display: none;
}
#attribute_PluginType {order:1;}
#attribute_ServiceType {order:2;}
#attribute_RequiredInstall {order:3;}
#attribute_OptionalInstall {order:4;}
#attribute_OptionalServices {order:5;}

#domain-popup {
    display: none;
    padding: 20px;
    width: 280px;
}

#domain-popup label {
    display: block;
    margin-bottom: 2px;
}

#domain-popup .btn {
    margin-top: 15px;
    width: 100%;
}

#disclaimerContainer {
    display: none;
}

#domain-popup .help {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 6px;
}

.compare-package {
    margin: 25px 0 0;
    text-align:center;
}

.compare-package a {
    font-weight: 500;
    text-decoration: none;
}

.compare-package a:hover {
    color: #056CAA;
}


/* Buttons */

#open-domain-popup {
    position: absolute;
    top: -100000px;
}


/* add button */

#cartAdd_2 {
    padding: 36px 40px;
    border: 1px solid #EFEFEF;
    border-top: 0;
    border-radius:0 0 10px 10px;
}
#cartAdd_2 .button_in_cart {
    margin-bottom:20px;
}
#cartAdd_2 [class*="btn"] {
    width: 100% !important;
}

#cartAdd_2 [class*="messageStack"] {
    margin-top: 21px;
}

#cartAdd_2+.messageDomain {
    margin: 21px 0 0;
}

#cartAdd {
    padding: 36px 40px;
    border: 1px solid #EFEFEF;
    border-top: 0;
    border-radius:0 0 10px 10px;
}
#cartAdd .button_in_cart::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(../../images/header/cart-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 3px;
    margin-right: 10px;
}
#cartAdd [class*="btn"] {
    width: 100% !important;
}

#cartAdd [class*="messageStack"] {
    margin-top: 21px;
}

#cartAdd+.messageDomain {
    margin: 21px 0 0;
}
.productsubscriptionsinfo #cartAdd {
    padding:0;
    display:flex;
    flex-direction:row;
    gap:20px;
    border:none;
    flex-wrap:wrap;
}
.productsubscriptionsinfo #cartAdd .button_in_cart {
    margin-bottom:0;
}
.productsubscriptionsinfo #cartAdd button {
    width:fit-content !important;
    margin:0;
}
/* links */

.product-links {
    display: flex;
    justify-content: center;
    margin: 2.6rem 0 calc(2.5rem - 0.45rem);
    padding: 14px 0;
    position: relative;
    text-align: center;
}

.product-links::before {
    background: #f7f7f7;
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100vw;
}

.product-links span {
    position: relative;
}

.product-links>span+span {
    border-left: 1px solid #e1e1e1;
    margin-left: 26px;
    padding-left: 30px;
}

.product-links a {
    color: #333;
    font-weight: 500;
    text-decoration: none;
}

.product-links a:hover {
    color: #056CAA;
}

@media (max-width: 767.98px) {
    .product-links>span+span {
        margin-left: 13px;
        padding-left: 15px;
    }
    .product-links a span {
        display: none;
    }
    .product-links a::before {
        content: attr(data-responsive-text);
        display: inline-block;
    }
}


/* sections */

.product-section {
    max-width: 1032px;
    margin: 0 auto;
}

.product-section>.h1 {
    font-size:25px;
    font-weight: 600;
    line-height: 32px;
    color: #171717;
    text-transform: none;
    margin-bottom: calc(2rem - (0.25rem + 0.45rem));
}

.product-section h2,
.product-section h3,
.product-section h4,
.product-section h5 {
    font-size: 1rem;
    margin-bottom: calc(1.4rem - (0.25rem + 0.45rem));
}
.product-section h2 {
    font-size: 25px;
    line-height: 32px;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: none;
}
@media (max-width: 768px){
    .downloadproductinfo h1 {
        font-size:26px;
        line-height:35px;
    }
    .product-section>.h1 {
        font-size:22px;
    }
    .product-section h2 {
        font-size: 16px;
    }
}
.product-section+.product-section {
    border-top: 0;
    font-size: 18px;
    line-height: 30px;
}

.product-description ul li ul {
    grid-template-columns: 1fr;
}
.product-description p + ul {
    margin-top: 40px;
}
.product-section *+h2,
.product-section *+h3,
.product-section *+h4,
.product-section *+h5 {
    margin-top: calc(2rem - (0.25rem + 0.45rem));
}

.product-section+.product-section {
    border-top: 1px solid #f0f0f0;
    margin-top: 2.5rem;
    padding-top: calc(2.5rem - 0.45rem);
}

.product-section article:last-child {
    margin-bottom: -0.45rem;
}

.product-section article+article {
    margin-top: 50px;
}

.product-description h3,
.product-description h4,
.product-description h5 {
    font-weight: 500;
    text-transform:none;
    font-size:22px;
    line-height:136.364%;
    text-transform: capitalize;
    color:#171717;
    margin-bottom:18px;
}

.product-description span {
    font-family: 'Manrope' !important; 
    font-size: inherit !important;
}

.product-description a:not(.btn) {
    text-decoration: none;
    border-bottom: 1px solid #0686d4;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.product-description a:not(.btn):hover {
    background: #D5EBF8;
    text-decoration: none;
    border-bottom-color: transparent;
}

@media screen and (prefers-reduced-motion: reduce) {
    .product-description a:not(.btn) {
        transition: none;
    }
}

.product-description li>p {
    margin-bottom: 0;
}

/* history */
.product-history td {
    border: 0;
    padding-right: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    width: auto;
}
.product-history tr>td:last-child {
    padding-right: 0;
}
.product-history .change_version,
.product-history .change_date {
    width: 1%;
}
.product-history .nowrap {
    white-space: nowrap;
}
.product-history td a+a {
    margin-left: 10px;
}
.product-history .get-more-version {
    padding: 0;
    display: inline-block;
    margin-top: 5px;
}
.product-history .get-more-version+.get-more-version {
    margin-left: 5px;
}
.change_notes {
    padding-top: 3px;
}
.change_notes ul {
    margin-bottom: 15px;
}
.section-header--reviews .btn {
    margin-top: 15px;
    width: 100%;
}  
@media (min-width: 768px) {
    .section-header--reviews {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .section-header--reviews .btn {
        margin-top: 0;
        width: auto;
    }
}

.nmx-rating-overall .recommended {
    margin: 10px 0 0;
}

.no-reviews a {
    text-decoration: none;
    border-bottom: 1px solid #0686d4;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.no-reviews a:hover {
    background: #D5EBF8;
    text-decoration: none;
    border-bottom-color: transparent;
}

@media screen and (prefers-reduced-motion: reduce) {
    .no-reviews a {
        transition: none;
    }
}

.review-list {
    padding-left: 0;
    list-style: none;
}

.review-item {
    border-top: 1px solid #f0f0f0;
    margin-top: 27px;
    padding-top: 27px;
}

.review-item .review-footer {
    font-size: 14px;
    margin: 1rem 0 0;
}

@media (min-width: 768px) {
    .review-item .review-footer {
        font-size: 0.8rem;
    }
}

.review-item .review-header {
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .review-item {
        display: flex;
        justify-content: space-between;
    }
    .review-item .review-header {
        width: 150px;
        margin-bottom: .5rem;
    }
    .review-item .review-text {
        flex: 1 0 auto;
        max-width: 800px;
    }
}

.user-stars {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .user-stars {
        font-size: 0.8rem;
    }
}

.user-stars .stars {
    margin-right: 10px;
}

.user-details {
    font-size: 14px;
    line-height: 1.875;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .user-details {
        font-size: 0.8rem;
    }
}

.user-details>span {
    display: block;
}

.review-text .h6 {
    margin-bottom: 1rem;
}

.review-comment>*:last-child {
    margin-bottom: 0;
}

.helpfull-buttons {
    display: inline-flex;
    align-items: center;
    margin-left: 4px;
}

.helpfull-buttons .feedback {
    color: #155724;
}

.helpfull-buttons .feedback-error {
    color: #721c24;
}

.helpfull-buttons>*+* {
    margin-left: 10px;
}

.helpfull-buttons.is-disabled .btn {
    pointer-events: none;
    opacity: .5;
}

@media (max-width: 767.98px) {
    .helpfull-buttons {
        display: flex;
        margin: .5rem 0 0;
    }
}

@media (min-width: 1024px) {
    .product-section--products li {
        width: 25%;
    }
}


/* bof modified for NX-2394 : Hide Billing Period and Billing Frequency with only one option and Disable other attrbiutes with only one option */

.disabled input,
.disabled select,
.disabled textarea {
    background-color: #f7f7f7;
    opacity: 1;
    pointer-events: none;
}

#BillingPeriod.disabled,
#BillingFrequency.disabled {
    display: none;
}


/* eof modified for NX-2394 : Hide Billing Period and Billing Frequency with only one option and Disable other attrbiutes with only one option */

.product .product-image #productMainImage {
    padding:40px;
    background: #fafafa;
    margin-bottom: 20px;
    aspect-ratio:4/3;
    display:flex;
    align-items:center;
    justify-content:center;
}
.product-image-additional {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    gap: 50px;
    padding:0;
}
.product-image-additional li {
    background: #fafafa;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-image-additional li a {
    width:157px;
    padding:20px 27px;
}

#downloads-images-small {
    display:none;
    background:#FAFAFA;
    margin-bottom:0;
    position: relative;
}
#downloads-images-small .slick-list,
#downloads-images-small .slick-track {
    height:100%;
}
#downloads-images-small .slick-track .slick-slide {
    display:flex;
    align-items:center;
    justify-content:center;
}
#downloads-images-small img {
    max-width: 100%;
    margin:0 auto;
    max-height:100%;
    object-fit:contain;
}
.small-slider__counter {
    position:absolute;
    right:10px;
    bottom:10px;
}
#view-demo-large {
    margin-top:30px;
    margin-bottom: 30px;
}
#view-demo-small a.btn.button_in_cart,
#view-demo-large a.btn.button_in_cart {
    display: flex;
    align-items: center;
    width: fit-content !important;
    margin: 0 auto;
}
#view-demo-small{
    display: none;
    margin-top: 30px;
}

#contentMainWrapper .product {
    width: 100%;
    justify-content: space-between;
    margin-top:56px;
}
#contentMainWrapper .product .product-image {
    position: relative;
    top:-95px;
    right:0;
}
#downloadproductinfoBody #contentMainWrapper .product .product-image {
    top:0;
}
#contentMainWrapper .product .product-image #productMainImage {
    top: 0;
    right: 0;
    cursor: pointer;
}
#contentMainWrapper .product .product-image #productMainImage img {
    max-width:461px;;
    width:100%;
    object-fit:contain;
}
@media (max-width: 1400px) {
    .product-image {
        width:calc(50% - 10px);
    }
    .product-get-info {
        width:calc(50% - 10px);
    }
}
@media (max-width: 1024px){
    .product-image {
        max-width: 100%;
        width: 100%;
        position: relative;
        top:0 !important;
    }
    div.product-get-info {
        width:100%;
        max-width: 100%;
    }
    .product {
        padding-bottom: 50px;
    }
    .product .product-image {
        display:none;
    }
    #downloads-images-small {
        display:block;
        width:100%;
        aspect-ratio:4/3;
    }
    #view-demo-small{
        display: block;
        width: 100%;
        margin-top: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        border-right:1px solid #EFEFEF;
        border-left:1px solid #EFEFEF;
    }
}
@media (max-width:768px) {
    .product-get-info {
        margin-bottom:0;
    }
    #downloads-images-small .slick-list,
    #downloads-images-small .slick-track {
        height:100%;
    }
    #downloads-images-small .slick-track .slick-slide {
        display:flex;
        align-items:center;
        justify-content:center;
        padding:15px;
    }
    .product-image-additional {
        gap:10px;
    }
    .product-image-additional li {
        width:calc(25% - 10px);
    }
}
@media (max-width:480px) {
    #cartAdd [class*="btn"] {
        margin-right:0;
    }
}

/* Additional images */
#productAdditionalImages {
    position:relative;
}
#productAdditionalImages-container {
    overflow:auto;
}
#productAdditionalImages-container::-webkit-scrollbar {
    display:none;
}
.btn-hscroll {
    position:absolute;
    width:30px;
    height:30px;
    border-radius:50%;
    right:0;
    top:50%;
    transform:translateY(-50%);
    background:#189BEA;
    align-items:center;
    justify-content:center;
    box-shadow:0 2px 5px 1px #ddd;
    cursor: pointer;
    z-index:2;
    display:flex;
    opacity:0;
}
.btn-hscroll::after {
    content:'';
    display:block;
    width:7px;
    height:7px;
    transform:rotateZ(45deg);
    border-top:1px solid #ffffff;
    border-right:1px solid #ffffff;
    position:relative;
    right:2px;
}
.btn-hscroll.arrow-left {
    left:0;
    right:auto;
}
.btn-hscroll.active {
    opacity:1;
}
.btn-hscroll.arrow-left::after {
    transform:rotateZ(-135deg);
    left:2px;
    right:auto;
}

/* Services Tabs */
.services-tabs {  
    margin-top: 100px !important;
    font-family: 'Manrope';
    font-style: normal;
    margin-bottom:140px;
    max-width:858px;
}
.product-section--reviews {
    margin-top: 20px !important;
}
.services-tabs .tab-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 55px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 5px;
    margin-right: 0;
}
@media screen and (max-width:768px) {
    .services-tabs .tab-header {
        margin-bottom:20px;
    }
}
.services-tabs .tab-header::-webkit-scrollbar {
    width: 5px; /* width */
    height: 5px;
}
.services-tabs .tab-header::-webkit-scrollbar-track {
    background: #f1f1f1; /* Track */
}
.services-tabs .tab-header::-webkit-scrollbar-thumb {
    background: #ddd; /* Handle */
}
.services-tabs .tab-header::-webkit-scrollbar-thumb:hover {
    background: #aaa; /* Handle on hover */
}
.services-tabs .tab-header li + li {
    margin-left: 66px;
}
.services-tabs .tab-header > li {
    list-style: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    position: relative;
    padding-bottom: 16px;
    cursor: pointer;
    white-space: nowrap;
    border-bottom:2px solid #ffffff;
}
.services-tabs .tab-header li.active {
    border-bottom:2px solid #171717;
}
.services-tabs .tab-content {
    font-size:18px;
}
.services-tabs .tab-content > div {
    display: none;
}
.services-tabs .tab-content > div.active {
    display: block;
}
.services-tabs .tab-content .btn-see-more {
    display:none;
}
.services-tabs .tab-content .tab-content-title {
    display: none;
}
.services-tabs .list-inline {
    padding: 27px 0 0 0; 
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-start;
}
.services-tabs .list-inline {
    list-style:none;
}
.services-tabs .list-inline li {
    width:150px;
    box-sizing:border-box;
    position:relative;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:flex-start;
    line-height:30px;
}
.services-tabs .list-inline li::before {
    content:'';
    display:block;
    width:6px;
    height:6px;
    border-radius:50%;
    background-color:#171717;
    margin-right:16px;
}
/* .services-tabs #requirements ul {
    padding-left:0;
}
.services-tabs #requirements li {
    list-style:none;
}
.services-tabs #requirements span {
    display:block;
    margin-bottom:10px;
} */
@media screen and (max-width:768px) {
    .services-tabs .list-inline li {
        width:50%;
        line-height:25px;
    }
}
.services-tabs h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-transform: none;
}
.services-tabs .tab-content table {
    border: 1px solid #949494;
    width:auto;
    max-width:unset;
    min-width:unset;
    width:100%;
}
.services-tabs .tab-content table tr > *:first-child {
    padding-left: 15px;
}
.services-tabs .tab-content table td {
    width:fit-content;
    border-bottom: 1px solid #949494;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    padding: 15px 15px;
}
.services-tabs .tab-content table td a {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #068FCE;
    border:none;
}
.services-tabs .tab-content table tbody tr:last-child td {
    border-bottom: none;
}
@media screen and (max-width:1280px) {
    .services-tabs .tab-content table td a {
        font-size:18px;
    }
}
@media screen and (max-width:768px) {
    .services-tabs .tab-content,
    .services-tabs .tab-content table td {
        font-size:15px;
    }
    .services-tabs .tab-content table td {
        width:auto;
    }
    .services-tabs .tab-content table td.change_link {
        padding:0 15px 0 0;
    }
    .services-tabs .tab-content table td.change_link a {
        font-size:16px;
        color:#068FCE;
        border: none;
        line-height: 16px;
        padding: 0;
        margin: 0;
    }
    .services-tabs .tab-content table tbody tr .change-log-btn {
        white-space: nowrap;
        font-size:15px;
    }
}
@media screen and (max-width:480px) {
    .services-tabs .tab-header {
        display:none;
    }
    .services-tabs .tab-content .tab-content-title {
        display:block;
        width:100%;
        margin-bottom:17px;
        font-weight: 500;
        font-size: 22px;
        line-height: 30px;
        color: #171717;
        text-transform:none;
    }
    .services-tabs .tab-content > div {
        display:block;
        margin-bottom:47px;
    }
    .services-tabs h4 {
        font-size:15px;
    }
    .services-tabs .list-inline {
        padding-top:0;
    }
    .services-tabs .list-inline li {
        margin-right:15px;
        width:auto;
    }
    .services-tabs .list-inline li::before {
        margin-right:5px;
    }
    .services-tabs .tab-content #description,
    .services-tabs .tab-content #features {
        position:relative;
    }
    .services-tabs .tab-content .tab-content-item {
        height:145px;
        overflow:hidden;
        position:relative;
    }
    .services-tabs .tab-content .tab-content-item.active {
        height:auto;
    }
    .services-tabs .tab-content .btn-see-more {
        width:100vw;
        position:absolute;
        left:50%;
        bottom:0;
        transform: translateX(-50%);
        text-align: center;
        background: #EDEDED;
        padding: 10px 0;
        color: #068FCE;
        height: 50px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 0.3px;
    }
    .services-tabs .tab-content .btn-see-more.disabled {
        display:none;
    }
    .services-tabs .tab-content .btn-see-more svg {
        margin-left:10px;
    }
    .services-tabs .tab-content .btn-see-more::before {
        content:'';
        width:100%;
        height:75px;
        position:absolute;
        bottom:50px;
        left:0;
        background:linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }
    #productsubscriptionsinfoBody #cartAdd button {
        width:100% !important;
    }
}

/* Start: Subscription product updates */
#productsubscriptionsinfoBody .product.service-product__wrapper.product-type--subscribe-service-container .product-links-bottom {
    margin:0;
}
@media (max-width:1024px) {
    #productsubscriptionsinfoBody .product.service-product__wrapper.product-type--subscribe-service-container .service-product-header {
        margin-bottom:0;
    }
    #productsubscriptionsinfoBody .product.service-product__wrapper.product-type--subscribe-service-container .service-product__inner {
        margin-top:0;
    }
    #productsubscriptionsinfoBody .product.service-product__wrapper.product-type--subscribe-service-container .product-get-info {
        order:1;
    }
    #productsubscriptionsinfoBody .product.service-product__wrapper.product-type--subscribe-service-container .services-tabs {
        order:2;
    }
    #productsubscriptionsinfoBody .product.service-product__wrapper.product-type--subscribe-service-container .product-links-bottom {
        order:3;
        margin:0;
    }
    #productsubscriptionsinfoBody #contentMainWrapper .product.service-product__wrapper.product-type--subscribe-service-container .product-image {
        width:100%;
    }
    #productsubscriptionsinfoBody #contentMainWrapper .product.service-product__wrapper.product-type--subscribe-service-container .product-image #productMainImage {
        margin-bottom:0;
    }
}
/* End: Subscription product updates */

/* Start: Plans product style */
#productsubscriptionsinfoBody .product.product-type--plans-container .product-image {
    top: -185px !important;
    overflow: visible;
    position: absolute !important;
    max-width: 950px;
    width:57%;
}
#productsubscriptionsinfoBody .product.product-type--plans-container .product-image > span {
    display:block;
    width:100%;
}
#productsubscriptionsinfoBody .product.product-type--plans-container .product-image span img {
    display:block;
    width:100%;
    max-height:unset !important;
}
#productsubscriptionsinfoBody .product-get-info {
    min-height: 700px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.product-description ul li {
    font-size:18px;
}
#productsubscriptionsinfoBody section.product-section .product-description,
#productsubscriptionsinfoBody section.product-section .reviews-section-container {
    max-width:1022px;
}
#productsubscriptionsinfoBody .product-section +.product-section {
    margin-top:0;
    border-top:0;
}
#productsubscriptionsinfoBody .product-description h3, 
#productsubscriptionsinfoBody .product-description h4, 
#productsubscriptionsinfoBody .product-description h5 {
    font-weight:600;
}
#productsubscriptionsinfoBody .product-section article.product-description > h3,
#productsubscriptionsinfoBody .product-section .product-description > div > p:first-child,
#productsubscriptionsinfoBody .product-section .product-description > div > p:first-child + h5 {
    display:none;
}
#productsubscriptionsinfoBody .plans-2-col-grid {
    display:flex;
    flex-direction:row;
    margin-bottom:50px;
}
#productsubscriptionsinfoBody .plans-2-col-grid>ul {
    width:50%;
    margin-bottom:0;
}
#productsubscriptionsinfoBody .sub-feature-container {
    padding: 15px 20px;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    cursor:pointer;
}
#productsubscriptionsinfoBody .sub-feature-container + .sub-feature-container {
    margin-top:40px;
}
#productsubscriptionsinfoBody .sub-feature-title {
    margin:0;
    position:relative;
    padding-right:20px;
}
#productsubscriptionsinfoBody .sub-feature-title::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotateZ(45deg);
    position: absolute;
    right: 0;
    top: 10px;
}
#productsubscriptionsinfoBody .sub-feature-content {
    display:none;
    overflow: hidden;
    padding-top:20px;
    padding-bottom:20px;
    margin:0 !important;
}
#productsubscriptionsinfoBody .sub-feature-container.active .sub-feature-content {
    display:block;
}
#productsubscriptionsinfoBody .sub-feature-container p {
    margin-bottom:0 !important;
}
#productsubscriptionsinfoBody .product-subscription-breadcrumb {
    display:block !important;
    width:100%;
    margin-bottom:20px;
}

@media (max-width:1024px) {
    #productsubscriptionsinfoBody .product.product-type--plans-container .product-image {
        position:relative !important;
        width:100%;
        display:block;
        top:0 !important;
        margin-bottom:40px;
    }
    #productsubscriptionsinfoBody .product.product-type--plans-container .product-image > span {
        width:auto;
        margin-right:-30px;
        margin-left:-30px;
        order:1;
    }
    #productsubscriptionsinfoBody .product-get-info {
        min-height:unset;
        order:3;
    }
    .product-description ul li {
        font-size:15px;
    }
}
@media (max-width:768px) {
    #productsubscriptionsinfoBody .plans-2-col-grid {
        flex-direction:column;
    }
    #productsubscriptionsinfoBody .plans-2-col-grid>ul {
        width:100%;
    }
    #navBreadCrumb.breadcrumb:not(.product-subscription-breadcrumb) {
        margin-top:70px;
        background:#fff;
    }
}
@media (max-width:576px) {
    #productsubscriptionsinfoBody .product.product-type--plans-container .product-image>span {
        margin-right:-15px;
        margin-left:-15px;
    }
}
  /* End: Plans product style  */