.icon {
    mask-size: cover;
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: currentColor;
    width: 20px;
    height: 20px;
}

.mb-54 {
    margin-bottom: 54px;
}

.font-48 {
    font-size: 48px;
}

.gap-29 {
    column-gap: 29px;
}

.gap-22 {
    column-gap: 22px;
}

.btn-outline-blue {
    border: 1px solid var(--color-accent);
    color: var(--color-accent);
    background-color: var(--white);
}

.btn-outline-blue:hover {
    background-color: var(--color-accent);
    color: var(--white);
}

.inner-banner-sec {
    background: linear-gradient(180deg, rgba(229, 253, 255, 0) 0%, #E5FDFF 95.67%);
    width: 100%;
    min-height: 423px;
}

.inner-banner-sec.common-sec {
    padding: 93px 0;
}

.inner-banner-title {
    color: var(--color-black);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    display: block;
    margin-bottom: 30px;
}

.inner-banner-sec .cms-con {
    max-width: 936px;
    margin-bottom: 30px;
}

.inner-banner-sec .cms-con p {
    font-size: 18px;
    line-height: 1.6;
}

.inner-banner-sec .research-by,
.inner-banner-sec .research-by a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-black);
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    transition: all 0.3s ease;
}

.inner-banner-sec .research-by a:hover {
    color: var(--color-accent);
}

.inner-banner-sec .research-by img {
    width: 32px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.best-software-row {
    display: flex;
    align-items: center;
    column-gap: 7px;
}

.breadcrumbs li {
    color: #2f316b;
    font-size: 16px;
}

.breadcrumbs li.last-page {
    color: var(--color-accent);
}

.breadcrumbs li a {
    transition: all .3s ease-in-out;
}

.breadcrumbs li a:hover {
    color: var(--color-accent);
}

.best-software-col {
    width: 442px;
}

.best-software-col.active {
    flex: 1;
}

.software-card {
    border: 2px solid rgba(141, 211, 217, 0.3);
    border-radius: 6px;
    width: 100%;
    position: relative;
    padding: 18px 32px;
}

.best-software-col.active .software-card {
    min-height: 180px;
}

.software-card .rank-badge {
    background-image: url(../img/badge.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 75px;
    height: 78px;
    top: -1px;
    right: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
}

.best-software-col.active .software-card .rank-badge {
    width: 92px;
    height: 95px;
}

.software-card .img-box {
    border: 1px solid #D9D9D9;
    width: 62px;
    aspect-ratio: 1/1;
    flex: 0 0 62px;
    border-radius: 6px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.best-software-col.active .software-card .img-box {
    width: 75px;
    flex: 0 0 75px;
}

.software-card .img-box img {
    width: 100%;
    object-fit: contain;
}

.software-name {
    color: var(--color-black);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    display: block;
    margin-bottom: 12px;
}

.software-desc {
    color: var(--color-black);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    display: block;
}

.star-rating {
    background-color: #0EAD1B;
    border-radius: 11px;
    max-width: 64px;
    flex: 0 0 64px;
    display: flex;
    align-items: center;
    column-gap: 6px;
    padding: 6px 15px 6px 11px;
}

.star-rating img {
    width: 17px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.star-rating span {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}

.software-card .btn {
    font-size: 12px;
    padding: 10px 12px;
}

.software-tabbing-sec .nav-tabs {
    column-gap: 7px;
    margin-bottom: 50px;
}

.software-tabbing-sec .nav-tabs .nav-item {
    background-color: var(--color-primary);
    border-radius: 6px 6px 0 0;
    margin-right: 0;
    transition: all .3s ease-in-out;
}

.software-tabbing-sec .nav-tabs .nav-item .nav-link {
    color: #fff;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    border: none;
}

.software-tabbing-sec .nav-tabs .nav-item .nav-link.active,
.software-tabbing-sec .nav-tabs .nav-item:hover .nav-link {
    background-color: var(--color-accent);
    border-radius: 6px 6px 0 0;
}

.consultation-form {
    background-color: var(--color-primary);
    border-radius: 10px;
    padding: 30px 18px;
}

.softwear-list-sticky {
    position: sticky;
    top: calc(20px + var(--header-height));
}

.table-of-content {
    position: sticky;
    top: calc(20px + var(--header-height));
    background-color: #E5FDFF;
    padding: 12px;
}

.software-tabbing-title {
    font-size: 30px;
    font-weight: 600;
    color: var(--color-black);
    line-height: 1.2;
    display: block;
    margin-bottom: 38px;
}

.consultation-form-title {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    display: block;
    margin-bottom: 20px;
}

.consultation-form .form-group {
    margin-bottom: 10px;
}

.consultation-form .form-control {
    padding: 9px 12px;
    color: var(--color-black);
    font-size: 14px;
}

.consultation-form .form-control::placeholder {
    color: rgba(0, 0, 0, 30%);
}

.consultation-form .btn-new {
    margin-top: 30px;
}

.software-filter {
    background-color: #E5FDFF;
    border: 1px solid #B2F9FF;
    border-radius: 6px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 8px;
    padding: 18px 33px 18px 24px;
    margin-bottom: 15px;
}

.software-filter .form-group .form-select {
    font-size: 14px;
    color: var(--color-black);
    padding: 9px 25px 9px 12px;
    background-image: url(../img/dropdown.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: center right 12px;
    margin-bottom: 0;
    height: 42px;
    min-width: 192px;
    border-radius: 6px;
}

.software-filter .form-group .form-select:focus {
    box-shadow: none;
}

.software-filter .apply-btn {
    margin-left: 12px;
}

.software-filter .apply-btn .btn-new {
    padding: 11px 24px;
    min-width: 194px;
}

.software-box-wrap {
    border: 1px solid #DDF2F4;
    border-radius: 10px;
}

.software-box {
    border-bottom: 1px solid #DDF2F4;
}

.software-box:last-child {
    border-bottom: none;
}

.software-box-desc {
    padding: 25px 30px 25px 38px;
    border-right: 1px solid #DDF2F4;
}

.software-box-desc .content-box {
    width: 100%;
}

.software-box-desc .img-box {
    width: 92px;
    flex: 0 0 92px;
    height: 92px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.software-box-desc .img-box img {
    width: 100%;
    object-fit: contain;
}

.software-box-title {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 10px;
}

.compare-details {
    width: 100%;
}

.software-box-title a {
    display: block;
    font-size: 30px;
    font-weight: 600;
    color: var(--color-black);
    line-height: 1.2;
    transition: all .4s ease-in-out;
}

.software-box-title a:hover {
    color: var(--color-accent);
}

.software-box-tagline {
    display: block;
    color: var(--color-black);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 10px;
}

.software-box-desc .cms-con {
    margin-top: 18px;
}

.software-box-desc .cms-con a {
    text-decoration: underline;
    color: var(--color-accent);
    transition: all .3s ease-in-out;
}

.software-box-desc .cms-con a:hover {
    color: var(--color-primary);
}

.software-box-desc .cms-con p {
    display: inline;
}

.software-price-box {
    padding: 34px 30px 34px 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.software-price-box .price-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.software-price-box .price-box img {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    object-fit: contain;
}

.software-price span {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    display: block;
}

.software-price {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    display: block;
}


.software-box .learn-more-btn .btn-new.btn-blue {
    color: #fff;
    border: 1px solid var(--color-accent);
}

.software-box .learn-more-btn .btn {
    min-width: 180px !important;
    padding: 14px 16px !important;
    font-size: 16px !important;
}


.table-of-content-title {
    color: var(--color-black);
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 18px;
}

.sidebar-nav-item {
    position: relative;
}

.sidebar-nav-item a {
    padding: 10px 0;
    color: var(--color-black);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    display: block;
}

.sidebar-nav-item.active a {
    color: var(--color-accent);
}

.pagination-wrap .pagination {
    background-color: transparent;
    column-gap: 5px;
}

.pagination-wrap .pagination li a,
.pagination-wrap .pagination li>span {
    border-radius: 8px !important;
    width: 35px;
    border: 1px solid #f1f1f1;
    min-height: 35px;
    font-size: 13px;
    font-weight: 500;
}

.pagination-wrap .pagination>.active>a,
.pagination-wrap .pagination>.active>span,
.pagination-wrap .pagination>.active>a:hover,
.pagination-wrap .pagination>.active>span:hover,
.pagination-wrap .pagination>.active>a:focus,
.pagination-wrap .pagination>.active>span:focus,
.pagination-wrap .pagination .page-item.active .page-link {
    background-color: var(--color-accent) !important;
    border-color: var(--color-accent);
}

.pagination-wrap .pagination li a:hover,
.pagination .pagination>.active>a:hover {
    background-color: var(--color-accent) !important;
    border-color: var(--color-accent);
}

.pagination-wrap .pagination .page-item:first-child .page-link,
.pagination-wrap .pagination .page-item:last-child .page-link {
    font-size: 0;
    position: relative;
}

.pagination-wrap .pagination .page-item:first-child .page-link::before,
.pagination-wrap .pagination .page-item:last-child .page-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(../../front_end/images/svg/left-arrow.svg);
    width: 18px;
    height: 18px;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
}

.pagination-wrap .pagination .page-item:last-child .page-link::before {
    background-image: url(../../front_end/images/svg/right-arrow.svg);
}

.pagination-wrap .pagination .page-item:first-child .page-link:hover::before,
.pagination-wrap .pagination .page-item:last-child .page-link:hover::before {
    filter: invert(1);
}

.pagination-wrap .pagination .page-item.disabled .page-link::before {
    opacity: 0.2;

}

.compare-details .compareCheck input[type="checkbox"]:checked+.compare_label::before {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
}

.compare-details .btn {
    color: #fff !important;
    min-width: 100px;
    font-size: 14px;
    padding: 10px;
    border: 1px solid var(--color-accent);
}

.compare-details .btn:hover {
    color: var(--color-accent) !important;
}

.compare-btn-box .btn {
    border: 1px solid var(--color-accent);
}

.more-link-sec .row {
    margin-left: -10px;
    margin-right: -10px;
}

.more-link-sec .row>* {
    margin-bottom: 20px;
}

.more-link-sec .row .col-lg-6 {
    padding-right: 10px;
    padding-left: 10px;
}

.more-link-box {
    display: block;
    width: 100%;
    border: 1px solid #eaeaea;
    box-shadow: 0px 4px 12px rgba(198, 198, 198, 0.1);
    border-radius: 8px;
    padding: 25px;
    height: 100%;
}

.more-link-title {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    display: block;
    margin-bottom: 20px;
}

.more-link-box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.more-link-box ul li {
    border: 1px solid #eaeaea;
    border-radius: 6px;
    transition: all .3s ease-in-out;
}

.more-link-box ul li a {
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: block;
    padding: 8px 18px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

.more-link-box ul li:hover {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
}

.more-link-box ul li:hover a {
    color: var(--white);
}

.blog-list-sec {
    padding: 20px 0 40px;
}

.blog-list-sec .img-box {
    margin-left: auto;
    max-width: 470px;
}

.blog-list-sec .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-list-sec .content-box {
    max-width: 660px;
}

.blog-list-sec .content-box .cms-con {
    margin-bottom: 22px;
}

.blog-list-sec .content-box .cms-con p {
    font-size: 20px;
}

.blog-list-sec .search-box {
    display: flex;
    align-items: center;
    gap: 16px;
}

.blog-list-sec .search-box .searchField {
    margin: 0 !important;
    background: none !important;
    margin: 0 !important;
    background: none !important;
    border-color: var(--color-accent);
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 17px;
    line-height: 1;
    max-width: 386px;
}

.blog-list-sec .search-box .btn-new {
    height: 49px;
    border: 1px solid var(--color-accent);
}

.latest-list-blog-sec .row {
    align-items: center;
}

.latest-list-blog-sec .last-blog-img {
    width: 100%;
    aspect-ratio: 1 / 0.52;
    overflow: hidden;
    border-radius: 8px;
}

.latest-list-blog-sec .last-blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.latest-list-blog-sec .last-blog-img:hover img {
    transform: scale(1.05);
}

.latest-list-blog-sec .cate-name {
    border: 1px solid rgba(14, 161, 173, 0.5);
    border-radius: 8px;
    background-color: rgba(14, 161, 173, 0.2);
    color: #0EA1AD;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    text-align: center;
    display: block;
    width: fit-content;
    padding: 6px 9px;
    text-transform: uppercase;
    margin-bottom: 25px;
    transition: all .4s ease-in-out;
}

.latest-list-blog-sec .cate-name:hover {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
    color: var(--white);
}

.latest-blog-title {
    display: block;
    color: #262626;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.latest-list-blog-sec .cms-con {
    margin-bottom: 25px;
}

.profile-details {
    border-top: 1px solid #EBEBEB;
    padding-top: 18px;
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.bloger-img {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    border-radius: 50%;
    overflow: hidden;
}

.bloger-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bloger-name {
    color: #404040;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 10px;
    display: block;
}

.blog-date {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.blog-date span {
    color: #404040;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
}

.total-read {
    position: relative;
    color: #404040;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    padding-left: 14px;
}

.total-read::before {
    content: '';
    background-color: #EBEBEB;
    width: 4px;
    height: 4px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.cate-list {
    background-color: #f9f9f9;
    border: 1px solid #f2f2f2;
    padding: 10px 0;
    padding-right: 10px;
    border-radius: 10px;
    position: sticky;
    top: calc(20px + var(--header-height));
}

.cate-list ul {
    display: block;
    max-height: calc(100vh - 200px);
    overflow: auto;
    list-style: none;
    padding-right: 8px;
}

.cate-list ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f2f2f2;
}

.cate-list ul::-webkit-scrollbar {
    width: 5px;
    background-color: #f2f2f2;
}

.cate-list ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--color-accent);
}

.cate-list ul li a {
    width: 100%;
    display: block;
    border-bottom: 1px solid #dfdddd;
    padding: 10px 15px;
    transition: all .3s ease-in-out;
}

.cate-list ul li a:hover,
.cate-list ul li a.active {
    color: var(--color-accent);
}

.cate-list ul.nav-list li a:before {
    content: unset !important;
}

.blog-listing-sec .blog-list-box {
    margin-bottom: 30px;
}

.blog-listing-sec .img-box {
    margin-bottom: 24px;
    width: 100%;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.blog-list-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease-in-out;
}

.blog-list-box:hover .img-box img {
    transform: scale(1.02);
}

.blog-list-box .content-box {
    padding: 22px;
    padding-top: 0;
}

.blog-list-box .content-box .cate-name {
    background-color: rgba(14, 161, 173, 0.2);
    display: flex;
    border: 1px solid rgba(14, 161, 173, 0.5);
    width: fit-content;
    border-radius: 6px;
    color: var(--color-accent);
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    padding: 6px;
    margin-bottom: 15px;
    transition: all .4s ease-in-out;
}

.blog-list-box:hover .content-box .cate-name {
    background-color: var(--color-accent);
    color: var(--white);
    border-color: var(--color-accent);
}

.blog-list-title {
    color: #262626;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px;
    transition: all .4s ease-in-out;
}

.blog-list-box:hover .blog-list-title {
    color: var(--color-accent);
}

.blog-list-box .cms-con {
    margin-bottom: 22px;
}

.blog-list-box .cms-con p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-listing-sec .pagination-wrap .pagination {
    float: inherit !important;
    justify-content: center;
}

.compare-sidebar .filterMain {
    position: sticky;
    top: calc(20px + var(--header-height));
    border: none;
    background-color: #fafafa;
}

.compare-listing {
    padding-right: 0;
    padding-left: 20px;
}

.compare-sidebar .resetLink {
    border: 1px solid #000;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in-out;
}

.compare-sidebar .resetLink img {
    width: 16px;
    height: 16px;
    object-fit: cover;
    transition: all .4s ease-in-out;
}

.compare-sidebar .resetLink:hover {
    border-color: #e31b00;
}

.compare-sidebar .resetLink:hover img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(63%) saturate(6230%) hue-rotate(9deg) brightness(92%) contrast(107%);
}

.compare-sidebar .features-filter {
    margin: 10px;
}

.features-filter::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f2f2f2;
}

.features-filter::-webkit-scrollbar {
    width: 5px;
    background-color: #f2f2f2;
}

.features-filter::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--color-accent);
}

.compare-sidebar .customCheckbox {
    color: #000;
    font-size: 14px;
    transition: all .4s ease-in-out;
}

.compare-sidebar .filter-header span {
    font-size: 18px;
}

.compare-sidebar .filter-header {
    padding: 15px 20px;
}

.compare-sidebar .btn-new {
    font-size: 16px;
    border: 1px solid;
    padding: 12px 30px;
    border-radius: 50px;
    text-transform: capitalize;
}

.compare-sidebar .customCheckbox:hover {
    color: var(--color-accent);
}

.compare-sidebar .customCheckbox input[type="checkbox"]:checked+span::before {
    background: var(--color-accent);
    border-color: var(--color-accent);
}

.compare-sidebar .customCheckbox span:after {
    bottom: inherit;
    top: 1px;
}

.compare-sidebar .customCheckbox span::before {
    bottom: inherit;
}

.compare-listing .combinationProduct {
    box-shadow: none;
    border-color: var(--color-accent);
}

.compare-listing .combinationProductTitle {
    font-weight: 400;
}

.compare-listing .combinationProduct:hover .combinationProductTitle {
    color: var(--color-accent);
}

.compare-listing .combinationProductVs span {
    border: 2px solid rgb(217 217 217 / 50%);
}

.compare-listing .pagination-wrap {
    margin-top: 20px;
}

.compare-listing .pagination-wrap .pagination li a,
.compare-listing .pagination-wrap .pagination-wrap .pagination li>span {
    width: 40px;
    min-height: 40px;
}

.compare-listing .pagination li a,
.compare-listing .pagination li>span {
    font-size: 13px;
}

.page-link:focus {
    box-shadow: none;
}

.card-box .btn-new {
    border: 1px solid var(--color-accent);
    color: var(--white) !important;
    font-size: 14px;
    padding: 12px 15px;
}

.card-box .btn-outline-blue {
    color: var(--color-accent) !important;
}

.card-box .btn-new:hover {
    color: var(--color-accent) !important;
}

.card-box .btn-outline-blue:hover {
    color: var(--white) !important;
}


.blog-cta-sec {
    background-color: var(--color-accent);
}

.blog-cta-sec .row {
    flex-direction: row-reverse;
}

.blog-cta-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}

.blog-cta-sec .content-box p {
    color: #fff;
}

.blog-cta-sec .btn-group {
    column-gap: 24px;
}

.blog-cta-sec .btn-group .btn-white-outline {
    border: 1px solid #fff !important;
}

.blog-cta-sec .img-box {
    width: 100%;
}

.blog-cta-sec .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-dropdown-btn {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 600;
    width: 200px;
    text-align: left;
    position: relative;
}

.custom-dropdown-btn::after {
    float: right;
    margin-top: 8px;
}

.custom-dropdown-menu {
    width: 100%;
    border-radius: 10px;
    padding: 8px 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border: none;
}

.custom-dropdown-menu .dropdown-item {
    padding: 10px 16px;
    font-size: 14px;
    transition: 0.3s;
}

.custom-dropdown-menu .dropdown-item:hover {
    background: #f5f5f5;
}

.custom-dropdown-menu .dropdown-item.active {
    background: #000;
    color: #fff;
}

.blog-details-bradcrumb {
    padding-top: 70px;
    padding-bottom: 37px;
}

.blog-table-content {
    background-color: #0C4E6D;
    border-radius: 10px;
    padding: 32px 20px;
    margin-bottom: 20px;
}

.blog-toc-box-title {
    color: var(--white);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
    display: block;
    margin-bottom: 20px;
}

.blog-details-left .blog-toc li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.blog-details-left .blog-toc li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 50%);
}

.blog-details-left .blog-toc li a {
    color: rgba(255, 255, 255, 50%);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    transition: all 0.3s ease-in-out;
}

.blog-details-left .blog-toc li a:hover {
    color: var(--white);
}

.blog-details-left .social-share {
    background-color: #0EA1AD;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.blog-details-left .social-share h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: var(--white);
    display: block;
    margin-bottom: 12px;
}

.social-share .social-icon {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.social-share .social-icon a {
    width: 30px;
    height: 30px;
}

.social-share .social-icon a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-details-form {
    background-color: #0C4E6D;
    border-radius: 10px;
    padding: 30px 20px;
    margin-bottom: 20px;
}

.blog-details-form .blog-details-form-title {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    display: block;
    margin-bottom: 20px;
}

.blog-details-form .row .col-lg-12 {
    padding: 0 !important;
}

.blog-details-left-banner a {
    width: 100%;
    height: 100%;
    display: block;
    margin-bottom: 20px;
}

.blog-details-left-banner a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-detials-img {
    width: 100%;
    margin-bottom: 30px;
}

.blog-detials-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-details-sec .content-box h1 {
    color: #000;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    display: block;
    margin-bottom: 10px;
}

.blog-intro {
    display: flex;
    align-items: center;
    column-gap: 25px;
    margin-bottom: 20px;
}

.blog-intro .author-name {
    display: flex;
    align-items: center;
    column-gap: 7px;
}

.blog-intro span {
    font-size: 14px;
    color: #0EA1AD;
    font-weight: 500;
    line-height: 1;
    position: relative;
}

.blog-intro .author-name img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 50%;
}

.blog-intro span:nth-child(2)::before,
.blog-intro span:nth-child(2)::after {
    content: '';
    background-color: var(--color-accent);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: -14px;
    position: absolute;
    top: 3px;
}

.blog-intro span:nth-child(2)::after {
    left: auto;
    right: -14px;
}

.releted-blog-sec .releted-blog-title {
    display: block;
    color: #000;
    text-align: center;
    font-weight: 800;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 70px;
}

.releted-blog-silder {
    margin: 0 -10px;
}

.releted-blog-silder .blog-list-box {
    padding: 0 10px;
}

.releted-blog-silder .blog-list-box .img-box {
    margin-bottom: 20px;
}

.compare-details-table .table th {
    background-color: transparent;
    border-color: #ebeff0;
}

.compare-details-table .table td {
    border-color: #ebeff0;
}

.compare-details-table .table-bordered {
    border-color: #ebeff0 !important;
}

.compare-details-table .table-title {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
}

.compare-product-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.compare-product-head {
    display: flex;
    align-items: center;
    column-gap: 15px;
    flex: 1;
}


.compare-product-head .listing-thumbnail-container {
    margin: inherit;
    max-width: 6em;
    max-height: 6em;
}

.compare-product-head .listing-thumbnail {
    border-color: var(--color-accent);
}

.compare-product-head .compare-product-name {
    font-size: 20px;
    font-weight: 600;
    transition: all .4s ease-in-out;
}

.compare-product-head .compare-product-name:hover {
    color: var(--color-accent);
}

.compare-product-container .half-margin-bottom .btn-new {
    border: 1px solid;
    font-size: 14px;
}

.compare-product-container .compare-product-head-details {
    text-align: left;
    margin-bottom: 0;
}

.compare-details-table #review-star svg {
    fill: #FDCC0D !important;
}

.compare-details-table {
    max-width: 1300px;
    margin: 0 auto;
}

.icon-wrong {
    background-image: url(../images/svg/wrong.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    font-size: 0;
}

.icon-check {
    background-image: url(../images/svg/true.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    font-size: 0;
}

.compare-details-table .reviews-stars {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.compare-details-table .show-more-btn,
.mobile-compare-table .show-more-btn {
    border: 1px solid;
    margin: 10px auto;
    display: block;
    font-size: 14px;
}

.compare-details-table .media-lightbox-thumbnail-launcher {
    height: 300px;
    border: 1px solid var(--color-accent);
}

.call,
.email,
.live-chat,
.ticket,
.hours,
.windows,
.cloud,
.apple,
.andriod,
.ios {
    position: relative;
}

.windows::before {
    content: '';
    background-image: url(../images/svg/windows.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    background-size: contain;
    margin-right: 0;
}

.cloud::before {
    content: '';
    background-image: url(../images/svg/icloud.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    background-size: contain;
    margin-right: 0;
}

.apple::before {
    content: '';
    background-image: url(../images/svg/apple.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    background-size: contain;
    margin-right: 0;
}

.andriod::before {
    content: '';
    background-image: url(../images/svg/android.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    background-size: contain;
    margin-right: 0;
}

.ios::before {
    content: '';
    background-image: url(../images/svg/ios.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    background-size: contain;
    margin-right: 0;
}

.call::before {
    content: '';
    background-image: url(../images/svg/phone.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
    margin-right: 6px;
}

.email::before {
    content: '';
    background-image: url(../images/svg/email-address.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
    margin-right: 6px;
}

.live-chat::before {
    content: '';
    background-image: url(../images/svg/call-center.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
    margin-right: 6px;
}

.ticket::before {
    content: '';
    background-image: url(../images/svg/ticket.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
    margin-right: 6px;
}

.hours::before {
    content: '';
    background-image: url(../images/svg/hours.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
    margin-right: 6px;
}

.compare-details-table #pricing_table tr td,
.mobile-compare-table #pricing_table tr td {
    background-color: var(--color-accent);
}

.compare-details-table #pricing_table tr th,
.mobile-compare-table #pricing_table tr th {
    background-color: transparent;
    border: none;
}

.compare-details-table #pricing_table,
.mobile-compare-table #pricing_table {
    margin: 0;
    border-radius: 0 !important;
    overflow: hidden;
    border: none;
}

.cmsCon a {
    color: var(--color-accent);
    transition: all .4s ease-in-out;
}

.cmsCon a:hover {
    color: var(--color-primary);
}

.suggestion-box {
    background-color: rgb(14 161 173 / 8%);
    border: 1px solid var(--color-accent);

}

.suggestion-box a {
    color: #000 !important;
}

.suggestion-box ul li::before {
    background-color: var(--color-accent);
    top: 8px;
    height: 6px;
    width: 6px;
}

.software-regi .btn-new {
    border: 1px solid;
}

.software-regi .cmsCon {
    margin-bottom: 20px;
}

.software-regi-title {
    color: #000;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
    display: block;
}

@media screen and (max-width: 1499px) {
    .best-software-col {
        width: 400px;
    }

    .software-card .rank-badge {
        width: 65px;
        height: 68px;
        font-size: 32px;
    }

    .best-software-col.active .software-card .rank-badge {
        width: 82px;
        height: 85px;
    }

    .software-filter .apply-btn .btn-new {
        min-width: 134px;
    }

    .software-filter {
        padding: 15px 23px 15px 20px;
    }

    .software-filter .form-group .form-select {
        min-width: 184px;
    }
}

@media screen and (max-width: 1399px) {
    .inner-banner-sec.common-sec {
        padding: 80px 0;
    }

    .mb-54 {
        margin-bottom: 40px;
    }

    .software-card {
        padding: 15px 22px;
    }

    .gap-22 {
        column-gap: 12px;
    }

    .best-software-col.active .software-card {
        min-height: 170px;
    }

    .best-software-col.active .software-card .rank-badge {
        width: 72px;
        height: 75px;
    }

    .software-card .rank-badge {
        width: 55px;
        height: 58px;
        font-size: 26px;
        right: 20px;
    }

    .software-tabbing-sec .nav-tabs {
        margin-bottom: 35px;
    }

    .software-tabbing-title {
        font-size: 28px;
    }

    .software-filter {
        padding: 15px;
    }

    .software-filter .form-group .form-select {
        min-width: 153px;
    }

    .consultation-form {
        padding: 25px 15px;
    }

    .software-box-title a {
        font-size: 24px;
    }

    .software-box-tagline {
        font-size: 18px;
    }

    .software-box-desc .img-box {
        width: 82px;
        flex: 0 0 82px;
        height: 82px;
    }

    .software-box-desc,
    .software-price-box {
        padding: 15px 20px 15px 20px;
    }

    .software-price-box .price-box img {
        width: 26px;
        height: 26px;
        flex: 0 0 26px;
    }
}

@media screen and (max-width: 1299px) {
    .inner-banner-title {
        font-size: 40px;
    }

    .inner-banner-sec.common-sec {
        padding: 60px 0;
    }

    .inner-banner-sec {
        min-height: 365px;
    }

    .software-card .rank-badge {
        width: 45px;
        height: 48px;
        font-size: 21px;
        right: 15px;
    }

    .best-software-col.active .software-card .rank-badge {
        width: 52px;
        height: 55px;
    }

    .software-card .img-box {
        width: 52px;
        flex: 0 0 52px;
    }

    .best-software-col.active .software-card .img-box {
        width: 65px;
        flex: 0 0 65px;
    }

    .best-software-col.active .software-card {
        min-height: 160px;
    }

    .best-software-col {
        width: 370px;
    }

    .font-48 {
        font-size: 40px;
    }

    .releted-blog-sec .releted-blog-title {
        font-size: 40px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .inner-banner-sec {
        min-height: auto;
    }

    .inner-banner-title {
        font-size: 36px;
        margin-bottom: 25px;
    }

    .inner-banner-sec .cms-con p {
        font-size: 16px;
    }

    .font-48 {
        font-size: 34px;
    }

    .software-name {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .gap-29 {
        column-gap: 20px;
    }

    .best-software-col {
        width: 310px;
    }

    .software-card {
        padding: 15px;
    }

    .software-card .rank-badge {
        right: 10px;
    }

    .best-software-col.active .software-card {
        min-height: 150px;
    }

    .mb-54 {
        margin-bottom: 30px;
    }

    .software-filter {
        gap: 12px;
    }

    .software-filter .apply-btn {
        margin-left: 0;
    }

    .software-tabbing-sec .nav-tabs .nav-item .nav-link {
        font-size: 14px;
    }

    .software-tabbing-sec .nav-tabs {
        margin-bottom: 25px;
    }

    .consultation-form-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .consultation-form .btn-new {
        margin-top: 10px;
    }

    .software-box-title a {
        font-size: 20px;
    }

    .software-box-desc .img-box {
        width: 65px;
        flex: 0 0 65px;
        height: 65px;
    }

    .inner-banner-sec .research-by,
    .inner-banner-sec .research-by a {
        font-size: 18px;
    }

    .inner-banner-sec .research-by img {
        width: 20px;
    }

    .software-box .learn-more-btn .btn {
        min-width: 160px !important;
        padding: 14px 16px !important;
        font-size: 14px !important;
    }

    .pagination-wrap .pagination li a,
    .pagination-wrap .pagination li>span {
        width: 30px;
        min-height: 30px;
        padding: 0 14px;
    }

    .blog-list-sec .content-box .cms-con p {
        font-size: 16px;
    }

    .latest-blog-title {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .latest-list-blog-sec .cate-name {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .bloger-img {
        width: 50px;
        height: 50px;
        flex: 0 0 50px
    }

    .latest-list-blog-sec .cms-con {
        margin-bottom: 15px;
    }

    .profile-details {
        padding-top: 15px;
    }

    .blog-list-box .content-box {
        padding: 12px;
    }

    .blog-list-title {
        font-size: 20px;
    }

    .blog-list-box .cms-con {
        margin-bottom: 15px;
    }

    .cate-list ul {
        max-height: calc(100vh - 650px);
    }

    .blog-cta-title {
        font-size: 40px;
    }

    .blog-details-sec .content-box h1 {
        font-size: 36px;
    }

    .compare-product-container {
        display: block;
    }

    .compare-details-table .half-margin-bottom {
        margin-top: 10px;
    }
}

@media screen and (max-width: 991px) {
    .best-software-row {
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .best-software-col {
        width: 100%;
        max-width: 550px;
    }

    .best-software-col.active .software-card {
        min-height: auto;
    }

    .best-software-col.active {
        order: 1;
    }

    .best-software-row .best-software-col:nth-child(1) {
        order: 2;
    }

    .best-software-row .best-software-col:nth-child(3) {
        order: 3;
    }

    .best-software-col.active .software-card .rank-badge {
        width: 45px;
        height: 48px;
    }

    .software-tabbing-title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .all-software-row {
        flex-direction: column-reverse;
    }

    .consultation-form {
        margin-top: 30px;
    }

    .table-of-content {
        margin-bottom: 30px;
    }

    .inner-banner-sec.common-sec {
        padding: 40px 0;
    }

    .softwear-list-sticky .smallBanner {
        display: none;
    }

    .compare-sidebar .filterMain {
        position: fixed;
        top: 0;
    }

    .compare-listing {
        padding-left: 0;
    }

    .filter-btn .m_filterBtn {
        border: 1px solid #e7e7e7;
        border-radius: 6px;
        padding: 10px 20px;
    }

    .filter-sidebar {
        line-height: 1;
        align-items: center;
    }

    .filter-sidebar.filter-header-mobile .apply_filter {
        color: var(--color-accent);
    }

    .filter-sidebar span {
        font-size: 16px;
    }

    .features-filter .filter-section ul li {
        vertical-align: top;
    }

    .compare-sidebar .features-filter {
        max-height: calc(100% - 130px);
    }

    .blog-list-sec .content-box {
        max-width: 100%;
    }

    .blog-list-sec .row {
        flex-direction: column-reverse;
    }

    .blog-list-sec .img-box {
        max-width: 340px;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .blog-list-sec .inner-banner-title br {
        display: none;
    }

    .last-blog-img {
        max-width: 80%;
        margin: 0 auto 30px;
    }

    .latest-blog-title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .blog-listing-sec .img-box {
        margin-bottom: 16px;
    }

    .blog-cta-title {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .blog-cta-sec .img-box {
        max-width: 80%;
        margin: 0 auto 30px;
    }

    .cate-list {
        margin-top: 30px;
    }

    .cate-list ul li a {
        font-size: 15px;
    }

    .blog-table-content {
        display: none;
    }

    .blog-details-sec .row {
        flex-direction: column-reverse;
    }

    .free-consultation-b .row {
        flex-direction: inherit;
    }

    .blog-details-sec .content-box h1 {
        font-size: 30px;
    }

    .blog-details-left-banner {
        display: flex;
        gap: 15px;
    }

    .blog-details-left-banner a {
        width: calc(50% - 8px);
        margin-bottom: 0;
        aspect-ratio: 1 / 1.4;
        border-radius: 10px;
        overflow: hidden;
    }

    .you-may-like-con {
        margin-bottom: 15px;
    }

    .mobile-compare-box {
        display: flex;
    }

    .mobile-compare-box .mobile-compare-data {
        width: 50%;
        padding: 10px;
    }

    .mobile-compare-title {
        background-color: #f2f2f2;
        text-align: center;
        width: 100%;
        display: block;
        padding: 10px;
        border-top: 1px solid #e1e1e1;
    }

    .mobile-compare-title h4 {
        color: #000;
        font-size: 18px;
        font-weight: 500;
    }
}

@media screen and (max-width: 767px) {
    .inner-banner-sec .cms-con p {
        font-size: 14px;
    }

    .inner-banner-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .font-48 {
        font-size: 30px;
    }

    .software-box-tagline {
        font-size: 16px;
    }

    .cate-list ul {
        max-height: initial;
        height: 300px;
    }

    .blog-cta-title {
        font-size: 30px;
    }

    .software-regi-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 568px) {

    .inner-banner-sec .research-by,
    .inner-banner-sec .research-by a {
        font-size: 16px;
    }

    .font-48 {
        font-size: 26px;
    }

    .best-software-col.active .software-card .rank-badge,
    .best-software-col .software-card .rank-badge {
        width: 40px;
        height: 43px;
    }

    .software-box {
        flex-wrap: wrap;
    }

    .software-box-desc {
        border-right: none;
    }

    .software-box-desc,
    .software-price-box {
        padding: 15px;
    }

    .software-box-desc .img-box {
        width: 55px;
        flex: 0 0 55px;
        height: 55px;
        border-radius: 6px;
    }

    .software-box-title a {
        font-size: 18px;
    }

    .software-box-tagline {
        font-size: 14px;
    }

    .software-price-box .price-box {
        margin-bottom: 20px;
    }

    .software-price-box .price-box img {
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
    }

    .software-price span {
        margin-bottom: 2px;
    }

    .software-box-desc .cms-con p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-bottom: 0;
    }

    .software-filter .form-group {
        width: calc(50% - 6px);
    }

    .software-filter {
        justify-content: center;
    }

    .table-of-content-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .sidebar-nav-item a {
        padding: 6px 0;
    }

    .cmsCon p,
    .cmsCon ul li,
    .cmsCon b {
        font-size: 14px;
    }

    .star-rating {
        margin-bottom: 10px;
    }

    .compare-details {
        display: block !important;
    }

    .compare-details .compareCheck {
        margin-left: 0 !important;
    }

    .software-box .learn-more-btn .btn {
        min-width: auto !important;
        padding: 10px 14px !important;
    }

    .pagination-wrap.float-right {
        float: inherit !important;
    }

    .pagination-wrap .pagination li a,
    .pagination-wrap .pagination li>span {
        width: 25px;
        min-height: 25px;
        padding: 0 12px;
        font-size: 12px;
    }

    .pagination-wrap .pagination .page-item:first-child .page-link::before,
    .pagination-wrap .pagination .page-item:last-child .page-link::before {
        width: 15px;
        height: 15px;
    }

    .compare-listing-main.listingMain {
        margin: 0;
    }

    .last-blog-img {
        max-width: 100%;
        margin: 0 auto 20px;
    }

    .bloger-img {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
    }

    .blog-listing-sec .img-box {
        margin-bottom: 15px;
    }

    .blog-cta-sec .img-box {
        max-width: 100%;
        margin: 0 auto 20px;
    }

    .blog-cta-title {
        font-size: 24px;
    }

    .blog-cta-sec .btn-group {
        column-gap: 12px;
    }

    .blog-list-box .content-box {
        padding: 0;
    }

    .blog-details-bradcrumb {
        display: none;
    }

    .blog-details-sec.common-lg-sec {
        padding-top: 50px !important;
    }

    .blog-details-sec .content-box h1 {
        font-size: 26px;
    }

    .blog-details-left .social-share {
        padding: 15px;
    }

    .social-share .social-icon a {
        width: 25px;
        height: 25px;
    }

    .social-share .social-icon {
        column-gap: 10px;
    }

    .free-consultation-b {
        padding: 0;
    }

    .blog-details-form .blog-details-form-title {
        font-size: 22px;
    }

    .releted-blog-sec .releted-blog-title {
        font-size: 30px;
        margin-bottom: 23px;
    }

    .mobile-compare-table .compare-product-name {
        font-size: 1rem;
        padding-top: 0;
    }

    .mobile-compare-table .mobile-compare-data .palm-one-whole p {
        font-size: 14px;
    }

    .mobile-compare-title h4 {
        font-size: 16px;
    }

    .icon-wrong,
    .icon-check {
        width: 17px;
        height: 17px;
        flex: 0 0 17px;
    }
}