/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

a,
a:hover,
a:link,
a:visited,
a:active {
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: transparent;
}

dd,
dl,
dt,
li,
ol,
ul {
    display: block;
}

.software-template {
    background-color: #cccccc1f;
}

.software-template .page-content {
    background-color: #fff;
    border: 0.5px solid #e8e1e1;
    margin: 0px auto 35px auto;
}

.software-template .page-content section {
    padding: 0px 25px;
}

/*Breadcrumbs*/
.cd-breadcrumb a {
    text-decoration: none;
}

.cd-breadcrumb {
    margin: 1em auto;
    padding-left: 0px;
}

.cd-breadcrumb::after {
    clear: both;
    content: "";
    display: table;
}

.cd-breadcrumb li {
    display: inline-block;
    float: left;
}

.cd-breadcrumb li::after {
    /* this is the separator between items */
    display: inline-block;
    content: "\00bb";
    margin: 0 0.6em;
    color: #717379;
}

.cd-breadcrumb li:last-of-type::after {
    /* hide separator after the last item */
    display: none;
}

.cd-breadcrumb li>* {
    /* single step */
    display: inline-block;
    font-size: 14px;
    color: #717379;
}

.cd-breadcrumb li:last-of-type>a,
.cd-breadcrumb li span {
    /* selected step */
    color: #5c51e0;
}

.cd-breadcrumb a:hover,
.cd-breadcrumb span:hover {
    /* steps already visited */
    color: #5c51e0;
}

.cd-breadcrumb.custom-separator li::after {
    /* replace the default separator with a custom icon */
    content: "";
    height: 10px;
    width: 10px;
    background: url(https://dev.interfaz.in/wp-content/themes/hello-theme-child-master/breadcrumb.svg) no-repeat center center;
}

/******************************/

/************ Software Header Section New ******************/

.company__header {
    padding: 25px 25px !important;
    background: #fff;
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='50.41' height='87' patternTransform='scale(1) rotate(70)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M25.3 87L12.74 65.25m0 14.5h-25.12m75.18 0H37.68M33.5 87l25.28-43.5m-50.23 29l4.19 7.25L16.92 87h-33.48m33.48 0h16.75-8.37zM8.55 72.5L16.92 58m50.06 29h-83.54m79.53-50.75L50.4 14.5M37.85 65.24L50.41 43.5m0 29l12.56-21.75m-50.24-14.5h25.12zM33.66 29l4.2 7.25 4.18 7.25M33.67 58H16.92l-4.18-7.25M-8.2 72.5l20.92-36.25L33.66 0m25.12 72.5H42.04l-4.19-7.26L33.67 58l4.18-7.24 4.19-7.25M33.67 29l8.37-14.5h16.74m0 29H8.38m29.47 7.25H12.74M50.4 43.5L37.85 21.75m-.17 58L25.12 58M12.73 36.25L.18 14.5M0 43.5l-12.55-21.75M24.95 29l12.9-21.75M12.4 21.75L25.2 0M12.56 7.25h-25.12m75.53 0H37.85M58.78 43.5L33.66 0h33.5m-83.9 0h83.89M33.32 29H16.57l-4.18-7.25-4.2-7.25m.18 29H-8.37M-16.74 0h33.48l-4.18 7.25-4.18 7.25H-8.37m8.38 58l12.73-21.75m-25.3 14.5L0 43.5m-8.37-29l21.1 36.25 20.94 36.24M8.37 72.5H-8.36'  stroke-width='1' stroke='hsla(231, 48%, 48%, 0.06)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-3,0)' fill='url(%23a)'/></svg>");
    -webkit-box-shadow: 0px 2.5px 3px -4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2.5px 3px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2.5px 3px -4px rgba(0, 0, 0, 0.5);
}

.company__header-container {
    display: grid;
    grid-template-columns: 70% 30%;
}

.company__column1 {
    display: grid;
    grid-template-columns: 160px 1fr 0;
}

.company__column2 {
    display: flex;
    justify-content: end;
}

.company__logo {}

.company__logo img {
    border: 0.5px solid #5c51e059;
    border-radius: 4px;
    width: 85%;
    background-color: #fff;
}

.company__info h1 {
    font-size: 22px;
    margin: 0;
    font-family: "Red Hat Display";
    font-weight: 400;
    display: inline-block;
}

span.company__verified {
    display: inline-block;
    margin-left: 10px;
}

.company__tagline {
    display: block;
}

.company__links {
    text-align: right;
    display: grid;
    align-items: center;
}

.company__links a {
    width: 220px;
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
    font-family: "Red Hat Display", Sans-serif;
    font-weight: 400;
    background-color: #2f2884;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
}

.company__links a:hover {
    background-color: #423a9b;
}

/************ Software Header Section New ******************/

/************ Software Header Section ******************/
.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-width-0 {
    min-width: 0;
    width: 100%;
}

.jc-space-between {
    justify-content: space-between;
}

.software-header {
    margin-bottom: 20px;
}

.software-header .brand-summary {
    align-items: normal;
    color: #2f2884;
    display: flex;
    font-family: Open Sans, sans-serif;
}

.ai-baseline {
    align-items: baseline;
}

.software-header .brand-summary .brand-icon img {
    border-radius: 10px;
    height: 100px;
    border: 0.5px solid #00156447;
    max-width: none;
}

.software-header .brand-summary {
    color: #666;
    font-size: 14px;
}

.software-header .brand-summary .property-summary .property-header h1 {
    align-self: center;
    color: #333;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin: 0;
    padding-bottom: 0px;
    text-align: left;
    text-transform: capitalize;
}

.property-address-v2 {
    align-self: auto;
    color: inherit;
    display: flex;
    letter-spacing: -0.15px;
    padding-bottom: 8px;
    text-decoration: none;
}

.property-contact-v2 {
    color: #666;
    letter-spacing: -0.15px;
    padding-bottom: 2px;
    text-align: left;
    font-size: 14px;
    font-style: italic;
}

.software-header .brand-summary .property-summary .property-reviews {
    color: #2f2884;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    width: 348px;
}

.software-header .brand-summary .property-summary {
    display: inline-block;
    margin-left: 25px;
    margin-right: 20px;
}

.property-rating,
.property-rating-v2 {
    position: relative;
    text-decoration: none !important;
}

.property-rating-v2 .reviewlink {
    color: #2f2884c4;
    text-decoration: none;
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}

.rating-value {
    display: inline;
    font-size: 18px;
    font-family: "Red Hat Display", Sans-serif;
    font-weight: 500;
    padding-left: 10px;
    color: #2f2884;
}

.property-rate .property-summary-scarcity-msg {
    height: 100%;
}

.price-cta-v2 {
    color: #2f2884;
    display: flex;
    flex-direction: column;
}

.property-rate .price-cta-v2 {
    align-items: center;
    flex-direction: row;
}

.property-rate .price-cta-v2 a {
    align-items: center;
    display: flex;
    font-size: 15px;
    justify-content: center;
    margin-left: 10px;
    white-space: nowrap;
    margin-bottom: 5px;
    text-decoration: none;
}

.price-cta-v2 .btn-cta-v2 {
    background-color: #2f2884;
    border-radius: 6px;
    box-shadow: none;
    color: #fff;
    font-weight: 500;
    line-height: 22px;
    padding: 10px 20px;
    text-transform: capitalize;
    width: 180px;
    text-decoration: none;
}

.write-a-review-icon {
    line-height: normal;
    font-size: 14px;
    font-family: "Red Hat Display", Sans-serif;
    font-weight: 400;
    padding: 5px 10px;
    background-color: #2f2884;
    display: inline;
    margin-top: 10px;
    border-radius: 4px;
    color: #fff;
}

.write-a-review-icon svg {
    fill: white;
    width: 16px;
    height: 16px;
    padding-top: 3px;
}

/************ Software Header Section ******************/

/************** Header Rating Star *********************/
.rating {
    display: inline-block;
    unicode-bidi: bidi-override;
    color: #2f28845e;
    font-size: 23px;
    height: 25px;
    width: auto;
    margin: 0;
    position: relative;
    padding: 0;
}

.rating-upper {
    color: #2f2884;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: flex;
    top: 0;
    left: 0;
    overflow: hidden;
}

.rating-lower {
    padding: 0;
    display: flex;
    z-index: 0;
}

/************** Header Rating Star *********************/

/*--------------------------*/

.youtube-holder {
    position: relative;
    width: 64vw;
    height: 36vw;
    margin: auto;
}

.youtube-holder iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border: 0;
}

.container-screenshots {
    display: flex;
}

.column-screenshot {
    flex: 1;
    padding: 10px 7px 0px 0px;
}

.column-screenshot:first-child img {
    margin-top: 5px;
}

.column-screenshot2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.scrthumbnails {
    display: flex;
    flex-wrap: wrap;
}

.scrthumbnail {
    flex: 1 0 33.33%;
    padding: 5px;
    aspect-ratio: 1 / 1;
}

.scrthumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/*********************Star Rating**************************/
.rate {
    border: 1px solid #cccccc;
    float: left;
    height: 46px;
    padding: 0 10px;
}

.rate:not(:checked)>input {
    display: none;
    visibility: hidden;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: "★ ";
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

/*********************Star Rating**************************/

/**************** Software Summary *********************/

.sw__summary {
    margin-top: 2rem;
    font-family: var(--e-global-typography-primary-font-family);
}

.sw__summary-container {
    display: grid;
    grid-template-columns: 65% 35%;
}

.sw__summary-head {
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.1em;
    padding-bottom: 12px;
    position: relative;
    display: inline-block;
}

.sw__summary-head:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 61px;
    background-color: #5c51e0;
}

.sw__summary-head:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 100%;
    background-color: #5c51e0;
}

.sw__summary-column1 {
    padding-right: 30px;
}

.sw__summary-column1 h2 {
    text-align: left;
    margin: 1.3rem 0;
    font-size: 24px;
}

.sw__summary-column2 .need__help {
    background-image: url(//dev.interfaz.in/wp-content/themes/hello-theme-child-master/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1.1rem;
    display: grid;
}

.need__help .need__help-title {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 1rem 2rem;
}

.need__help p {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
    padding: 0 2rem;
}

.need__help .btn {
    margin: 1rem 2rem 1.5rem 2rem;
    font-size: 1.4rem;
    cursor: pointer;
    color: #fff;
    border-color: #fff;
}

.need__help .btn:hover,
.need__help .btn:visited,
.need__help .btn:active,
.need__help .btn:focus {
    background-color: #ffffff;
    color: #2f2884;
}

/**************** Software Summary *********************/

/**************** Software Features ********************/

.sw__keyfeature-box {
    background-color: var(--color-bg2);
    padding: 1.8rem;
    margin: 1.5rem auto 0 auto;
    border-radius: 1rem;
    -webkit-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.45);
}

.sw__keyfeature {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.sw__keyfeature li i {
    margin-right: 8px;
}

/**************** Software Features *********************/

/**************** Software Suggestions *******************/

.sw__suggestions-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    color: #252530;
}

article.sw__suggestion {
    box-shadow: 0px 8px 22px -6px rgba(24, 39, 75, 0.12),
        0px 14px 64px -4px rgba(24, 39, 75, 0.12);
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
}

.sw__suggestion-htext {
    height: 140px;
    padding: 20px;
    background-color: #2c548b;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: flex !important;
    font-weight: 600;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    overflow: hidden;
}

.sw__suggestion-title {
    display: grid;
    grid-template-columns: 75% 25%;
    color: #252530;
    align-items: center;
    background-color: #ffffff;
}

.sw__suggestion-title h4 {
    margin: 20px 0px 20px 20px;
}

.sw__suggestion-content {
    display: grid;
    background-color: #fff;
}

.sw__suggestion-rating span {
    background-color: #009317;
    padding: 5px 11px;
    font-size: 14px;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
}

.sw__suggestion-content p {
    margin: 0px 20px 10px 20px;
    color: #252530;
    font-size: 0.9rem;
    line-height: 1.5;
}

.sw__suggestion-content .btn-primary {
    margin: 20px 18px 20px;
    background-color: #6c63ff;
    text-align: center;
    padding: 8px;
    border-radius: 5px;
    color: #fff;
}

/**************** Software Suggestions *******************/

/*************** Software Specifications *****************/

.sw__spec {
    font-family: var(--e-global-typography-primary-font-family);
}

.sw__spec p {
    margin: 0;
    padding: 0;
}

.sw__spec-box {
    background-color: #fff;
    margin: 1.5rem auto 0 auto;
    border-radius: 1rem;
    overflow: hidden;
    font-size: 0.9rem;
    color: #1f2641;
    -webkit-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.45);
}

.sw__spec-box .sw__spec-row {
    display: grid;
    grid-template-columns: 22% 78%;
}

.sw__spec-col1,
.sw__spec-col2 {
    padding: 1.2rem 1.2rem 0rem 1.2rem;
}

.sw__spec-row:last-child .sw__spec-col1,
.sw__spec-row:last-child .sw__spec-col2 {
    padding: 1.2rem 1.2rem 1.2rem 1.2rem;
}

.sw__spec-col1 {
    background-color: #5c51e030;
    font-weight: 500;
}

.sw__spec-row span {
    margin-right: 1.8rem;
    float: left;
}

.sw__spec-row span i {
    margin-right: 0.3rem;
}

.sw__spec-row a {
    color: #fff;
    text-decoration: underline;
    background-color: #6c63ff;
    padding: 6px 12px;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 6px;
    float: left;
}

.sw__spec-row .company_website a,
.sw__spec-row .business_email a {
    text-decoration: none;
    background-color: #3a2fb9;
    padding: 6px 20px;
    border-radius: 22px;
}

.sw__spec-row .company__details {
    display: grid;
    grid-template-columns: 200px auto;
    margin-bottom: 0.8rem;
}

.sw__spec-row .company__details .company__col1 {
    font-weight: 500;
}

/*************** Software Specifications *****************/

/*************** software description *****************/

.sw__desc .sw__desc-container {
    background-color: #fff;
    margin: 1.5rem auto 0 auto;
    border-radius: 1rem;
    overflow: hidden;
    color: #1f2641;
    padding: 1.5rem;
    -webkit-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.45);
}

.sw__desc .sw__desc-container a {
    color: #3a2fb9;
    text-decoration: underline;
}

/*************** software description *****************/

/**************** Software Resources *******************/

.sw__res-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    color: #252530;
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    padding: 1.5rem;
    -webkit-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.45);
}

article.sw__resource {
    overflow: hidden;
    height: 100%;
    border: 0.5px solid #5c51e017;
    border-radius: 1rem;
}

article .sw__resource-htext {
    color: #252530;
    text-align: center;
    margin-bottom: 1rem;
}

.sw__resource-content {
    display: grid;
    background-color: #fff;
    padding-top: 1rem;
    color: #252530;
    text-align: center;
}

.sw__resource-content .btn-primary {
    margin: 40px 18px 20px;
    background-color: #6c63ff;
    text-align: center;
    padding: 8px;
    border-radius: 5px;
    color: #fff;
    border: 0;
}

/**************** Software Resources *******************/

/**************** Software Slideshare *******************/

.sw__slidess-container iframe {
    width: 100%;
    border: 5px solid #fff;
}

/**************** Software Slideshare *******************/

/**************** Software Customers *******************/

.sw__cus-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    background: #fff;
    border-radius: 10px;
}

.sw__cus-container img {
    border: 1px solid #1f26412e;
    border-radius: 10px;
}

/**************** Software Customers ***************/

/**************** Software Video *******************/

.sw__videos-container iframe {
    width: 100%;
    border: 5px solid #fff;
}

/**************** Software Video *******************/

/**************** Software Ratings *******************/

.sw__allratings {
    font-family: var(--e-global-typography-primary-font-family);
}

.sw__allratings .sw__allratings-container {
    background-color: #fff;
    margin: 1.5rem auto 0 auto;
    overflow: hidden;
    font-size: 0.9rem;
    color: #1f2641;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.sw__allratings-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.allrating__first-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.allrating__first-section .column-second {
    display: flex;
    align-items: center;
    justify-content: end;
}

.allrating__first-section a {
    background: #369;
    padding: 1rem 2rem;
    font-weight: 500;
    color: #ffffff;
    margin-right: 1rem;
}

.allrating__first-section .column-first,
.allrating__first-section .column-first div:first-child {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.allrating__first-section .column-first div i {
    font-size: 39px;
    align-content: center;
    background-color: #1f2641;
    color: #fff;
    padding: 12px;
    border-radius: 6px;
}

.allrating__first-section .column-first p {
    padding: 0;
    margin: 0;
}

.allrating__first-section .column-first p:first-child {
    font-size: 23px;
    font-weight: 800;
    letter-spacing: 3px;
}

.allrating__first-section .column-first p>span {
    font-size: 16px;
    font-weight: 500;
}

.allrating__first-section .column-first p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
}

.allrating__second-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.column__piechart {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: center;
}

.circle__pie-text p {
    padding: 0;
    margin: 0;
}

.circle__pie-text p:nth-last-of-type() {
    font-size: 0.8rem;
}

.circle__pie-text p:first-child {
    font-weight: 700;
    font-size: 18px;
}

.pros__cons-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    margin-top: 1rem;
}

.pros__cons-column ul {
    padding: 0;
}

.pros__cons-container ul li {
    padding-bottom: 1rem;
    position: relative;
    list-style-type: none;
    padding-inline-start: 28px;
    line-height: 1.8rem;
}

.pros__cons-container ul li:last-of-type {
    padding-bottom: 0;
}

.pros__cons-container ul li::before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 11px;
    border-radius: 50%;
}

.pros__cons-container ul.pros li::before {
    content: "\f00c";
    padding: 3px;
    background-color: #b4f790;
    color: #399120;
}

.pros__cons-container ul.cons li::before {
    content: "\f00d";
    padding: 3px 4px;
    background-color: #ffc9c9;
    color: #aa4d4d;
}

.cst__fa-cert {
    position: relative;
    color: #2f2884;
    font-size: 1.25rem;
}

.cst__fa-chk {
    display: inline !important;
}

.cst__fa-chk::before {
    font-size: 9px;
    position: absolute;
    left: 6px;
    top: 6px;
    color: #fff;
}

@keyframes growProgressBar {

    0%,
    33% {
        --pgPercentage: 0;
    }

    100% {
        --pgPercentage: var(--value);
    }
}

@property --pgPercentage {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}

div[role="progressbar"] {
    --size: 6rem;
    --fg: #369;
    --bg: #def;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(closest-side,
            white 80%,
            transparent 0 99.9%,
            white 0),
        conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--fg);
}

div[role="progressbar"]::before {
    counter-reset: percentage var(--value2);
    content: counter(percentage) ;
}

/**************** Software Ratings *******************/

/**************** Software Faqs *******************/

.sw__faqs-container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	margin-top: 1rem;
}

.sw__faq {
	padding: 1rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	height: fit-content;
	background: #5c51e00d;
	cursor: pointer;

}

.sw__faq h4 {
	font-size: 1rem;
	line-height: 2.2rem;
    padding: 0;
    margin: 0;
}

.sw__faq-icon {
	align-self: flex-start;
    font-size: 1.2rem;
}

.sw__faq p {
	margin-top: 0.8rem;
	display: none;

}

.sw__faq.open p {
	display: block;
}

.sw__question-answer {


}

/**************** Software Faqs *******************/


/*************** Head Text Styling, margin, padding *******************/

.sw__videos .sw__videos-head,
.sw__keyfeatures .sw__keyfeatures-head,
.sw__allratings-head h2,
.sw__cus .sw__cus-head,
.sw__slidess .sw__slidess-head,
.sw__res .sw__res-head,
.sw__desc .sw__desc-head h2,
.sw__spec .sw__spec-head,
.sw__suggestions .sw__suggestions-head,
.sw__videos-head,
.sw__keyfeatures .sw__keyfeatures-head,
.sw__faqs-head h2 {
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 5px 15px 5px 10px;
    position: relative;
    display: inline-block;
    background-color: #5c51e02e;
    border-left: 3px solid #2f2884;
    margin-bottom: 15px;
}

.mbsection-lg {
    margin-bottom: 3.5rem;
}

/*************** Head Text Styling *******************/

/*************** Media Query *******************/
@media only screen and (min-width: 768px) {
    .cd-breadcrumb {
        padding: 0;
    }

    .cd-breadcrumb li {}

    .cd-breadcrumb li::after {
        margin: 0 0.8em;
    }

    .cd-breadcrumb li>* {
        font-size: 14px;
    }
}

@media (min-width: 1300px) {
    .site-main, .software-template .site-main, .categories-template-single-categories .site-main {
        max-width: 1280px !important;
        padding: 0px 15px;
        margin: 0px auto;
    }
}

@media (max-width: 1366px) {

}

@media (max-width: 1299px) {
    .site-main, .software-template .site-main, .categories-template-single-categories .site-main {
      padding: 0px 15px;
      margin: 0px auto;
    }
}

@media (max-width: 1200px) {
    .categories-template-single-categories .site-main {
        max-width: 1280px !important;
    }
}

@media (max-width: 1024px) {
    .mbsection-lg {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 880px) {

}

@media screen and (max-width: 768px) {
    .container-screenshots {
        flex-direction: column;
    }

    .column-screenshot {
        flex: none;
        width: 100%;
    }

    .scrthumbnail {
        flex: 1 0 33.33%;
        padding: 5px;
    }

    .youtube-holder {
        width: 100%;
        height: 50vw;
    }

    /********************/
    .company__header-container {
        grid-template-columns: 1fr;
    }

    .company__column1 {
        grid-template-columns: 115px 1fr 0;
    }

    .company__info h1 {
        font-size: 20px;
    }

    .company__tagline {
        display: none;
    }

    .property-rating-v2 .reviewlink {
        text-decoration: none;
    }

    .write-a-review-icon {
        padding: 0;
        background-color: transparent;
        margin-top: 0;
        color: #2f2884;
    }

    .write-a-review-icon svg {
        fill: #2f2884;
        width: 14px;
        height: 14px;
    }

    .company__column2 {
        display: grid;
        justify-content: normal;
    }

    .company__links {
        display: flex;
        gap: 0.3rem;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }

    .company__links a {
        width: 100%;
        text-align: center;
        padding: 8px 20px;
        font-size: 14px;
        border-radius: 4px;
    }

    .company__rating {
        font-size: 20px;
    }

    .company__rating .rating-value {
        font-size: 15px;
    }

    /*************Summary**************/
    .sw__summary-container {
        grid-template-columns: 1fr;
    }

    .sw__keyfeature {
        grid-template-columns: 1fr 1fr;
    }

    .sw__suggestions-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .sw__spec-box .sw__spec-row {
        grid-template-columns: 30% 70%;
    }

    .sw__res-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 450px) {

    .software-template .page-content section {
        padding: 0px 15px;
    }

    .software-template .company__header {
        padding: 25px 15px !important;
    }

    .site-main, .software-template .site-main {
        padding: 0;
    }

    .software-template .breadcream {
        padding: 0px 15px;
    }

    .scrthumbnail {
        padding: 5px;
    }

    .youtube-holder {
        width: 100%;
        height: 50vw;
    }

    .sw__keyfeature,
    .sw__suggestions-container,
    .sw__spec-box .sw__spec-row,
    .sw__spec-row .company__details,
    .sw__res-container,
    .allrating__first-section,
    .pros__cons-container {
        grid-template-columns: 1fr;
    }

    .sw__spec-col1 {
        background-color: transparent;
        font-weight: 700;
    }

    .sw__spec-row:last-child .sw__spec-col2 {
        padding: 0 1.2rem 1.2rem 1.2rem;
    }

    .sw__cus-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }

    .allrating__first-section .column-second {
        justify-content: start;
    }

    .allrating__second-section {
        grid-template-columns: auto auto;
        gap: 1rem;
    }

    .allrating__second-section .column__piechart:nth-last-of-type(1) {
        grid-column: span 2;
    }

    .circle__pie-text p:first-child {
        font-weight: 700;
        font-size: 16px;
    }

    .pros__cons-container ul li {
        padding-bottom: 1.2rem;
    }

    .sw__faq h4 {
        line-height: 1.3rem;
    }
}

@media (min-width: 2400px) {

}

.separatorCustm{
    text-align: center;
}

.separatorCustm::before {
    content: '';
    display: block;
    margin: auto;
    margin-bottom: auto;
    left: 50%;
    height: 1.5px;
    width: 100px;
    bottom: -15px;
    background-color: #E2C41D;
    transition: width .8s ease,background-color .8s ease;
    -webkit-transition: width .8s ease,background-color .8s ease;
    -o-transition: width .8s ease,background-color .8s ease;
    -ms-transition: width .8s ease,background-color .8s ease;
    -moz-transition: width .8s ease,background-color .8s ease;
    margin-bottom: 6px;
}

.separatorCustm::after {
    width: 50px;
    display: block;
    margin: auto;
    content: "";
    height: 1.5px;
    background-color: #E2C41D;
    bottom: 0;
    left: 50%;
    transition: width .8s ease,background-color .8s ease;
    -webkit-transition: width .8s ease,background-color .8s ease;
    -o-transition: width .8s ease,background-color .8s ease;
    -ms-transition: width .8s ease,background-color .8s ease;
    -moz-transition: width .8s ease,background-color .8s ease;
}