﻿.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));
    max-height: calc(100vh - var(--header-height) - 40px);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.softwear-list-sticky::-webkit-scrollbar {
    display: none;
}

.softwear-list-sticky .smallBanner {
    display: block;
    margin-bottom: 15px;
}

.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;
}

.captchaBox .g-recaptcha-contact:empty {
    display: none;
}

.captchaBox:has(.g-recaptcha-contact:empty) {
    display: none;
}

.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;
    flex-wrap: nowrap;
    align-items: stretch;
}

.software-box:last-child {
    border-bottom: none;
}

.software-box-desc {
    padding: 25px 30px 25px 38px;
    border-right: 1px solid #DDF2F4;
    flex: 1;
    min-width: 0;
}

.software-box-desc .content-box {
    flex: 1;
    min-width: 0;
}

.software-box-desc > .d-flex {
    min-width: 0;
    align-items: flex-start;
}

.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;
}

.software-meta {
    flex: 1;
    min-width: 0;
}

.compare-details {
    width: 100%;
    align-items: flex-start;
    gap: 20px;
    min-width: 0;
}

.compare-details .star-rating {
    display: inline-flex;
    margin-bottom: 0;
}

.compare-details .compareCheck {
    flex-shrink: 0;
    padding-top: 6px;
    white-space: nowrap;
}

.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.3;
    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;
    margin-bottom: 0;
}

.software-price-box {
    padding: 34px 30px 34px 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
    min-width: 240px;
    width: 260px;
}

.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-new.btn-blue:hover {
    background-color: var(--color-white);
    color: var(--color-accent);
}

.software-box .learn-more-btn .btn.btn-outline-black {
    background: #fb8c00;
    border-color: #fb8c00;
    color: #fff;
}

.software-box .learn-more-btn .btn.btn-outline-black:hover {
    background: #fff;
    border-color: #fb8c00;
    color: #fb8c00;
}

.software-box .learn-more-btn {
    width: 100%;
}

.software-box .learn-more-btn .btn {
    min-width: 180px !important;
    width: 100%;
    padding: 14px 16px !important;
    font-size: 16px !important;
    text-align: center;
}


.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%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 8px;
    line-height: 0;
    aspect-ratio: unset;
    height: auto;
}

.latest-list-blog-sec .last-blog-img img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 8px;
    object-fit: contain;
    object-position: center center;
    transition: transform .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;
}

.registrationPage .btn-new {
    border: 1px solid;
}

.registrationPage .secHead,
.registrationPage .alert {
    display: none;
}

#regForm .nav-tabs .nav-link span {
    border-radius: 10px;
    width: 40px;
    height: 40px;
    background: #e7fdff;
    color: var(--color-accent);
}

#regForm .nav-tabs .nav-link.active span {
    background-color: var(--color-accent);
    color: #fff;
}

#regForm .nav-tabs .nav-link.active {
    color: var(--color-accent);
}

#regForm .nav-tabs .nav-item::after {
    border-color: #c0bfbf;
}

#regForm .nav-tabs .nav-item.active::after {
    border-color: #000;
}

#regForm .card {
    box-shadow: none;
}

#regForm .select2-container .select2-search--inline .select2-search__field {
    margin-top: 7px;
    padding-left: 13px;
    line-height: 26px;
}

#regForm .form-group .select2-container .select2-selection {
    border-radius: 8px;
}

#regForm .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    background-image: url(../img/dropdown.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center right;
    width: 12px;
    height: 12px;
    margin-left: -15px;
    margin-top: -6px;
    display: block;
}

#regForm .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--color-accent);
}

#regForm .custom-control-input:checked~.custom-control-label::before,
#regForm .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    border-color: var(--color-accent);
}

#regForm .custom-control-input:checked~.custom-control-label::before,
#regForm .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--color-accent);
}

#regForm .btn-add {
    background: transparent;
}

#regForm .btn-add:hover {
    background-color: transparent;
    color: var(--color-accent);
    border-color: var(--color-accent);
}

#regForm .formTitle {
    color: var(--color-accent);
}

#regForm .btn-outline.btn-danger {
    background: transparent;
    border: 1px solid;
    border-radius: 6px;
    padding: 9px;
    min-width: 100px;
}

#regForm .btn-new.btn-danger {
    background: #e51919;
    padding: 9px 18px;
}

#regForm .btn-new.btn-danger:hover {
    background-color: transparent;
    color: #e51919;
    border-color: #e51919;
}

#addition-features-2 .btn-new {
    font-size: 14px;
    padding: 11px 14px;
}

@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 {
        min-width: 200px;
        width: 220px;
    }

    .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 {
        position: static;
        max-height: none;
        overflow: visible;
        padding-bottom: 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: nowrap;
    }

    .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: 3;
        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;
    }

    .compare-details .star-rating {
        margin-bottom: 0;
    }

    .compare-details {
        gap: 12px;
    }

    .compare-details .compareCheck {
        margin-left: 0 !important;
        padding-top: 2px;
    }

    .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;
    }
}

/* Form feedback popup */
body.form-feedback-open {
    overflow: hidden;
}

.form-feedback-modal {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.form-feedback-modal.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.form-feedback-overlay {
    position: absolute;
    inset: 0;
    background: rgba(12, 78, 109, 0.55);
    backdrop-filter: blur(4px);
}

.form-feedback-box {
    position: relative;
    width: 100%;
    max-width: 440px;
    background: #fff;
    border-radius: 20px;
    padding: 42px 32px 32px;
    text-align: center;
    box-shadow: 0 24px 60px rgba(12, 78, 109, 0.22);
    transform: translateY(18px) scale(0.96);
    transition: transform 0.28s ease;
    z-index: 1;
}

.form-feedback-modal.is-visible .form-feedback-box {
    transform: translateY(0) scale(1);
}

.form-feedback-close {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 34px;
    height: 34px;
    border: 0;
    background: #f3f8fa;
    color: #0C4E6D;
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.form-feedback-close:hover {
    background: #e5fdff;
    color: #0EA1AD;
}

.form-feedback-icon {
    width: 88px;
    height: 88px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-feedback-icon svg {
    width: 88px;
    height: 88px;
}

.form-feedback-icon-success,
.form-feedback-icon-error {
    display: none;
}

.form-feedback-modal.is-success .form-feedback-icon {
    background: #e8faf3;
}

.form-feedback-modal.is-success .form-feedback-icon-success {
    display: block;
}

.form-feedback-modal.is-success .form-feedback-icon-success circle {
    stroke: #0EA1AD;
    stroke-width: 2;
}

.form-feedback-modal.is-success .form-feedback-icon-success path {
    stroke: #0EA1AD;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: formFeedbackDraw 0.45s ease forwards 0.15s;
}

.form-feedback-modal.is-error .form-feedback-icon {
    background: #fff0f0;
}

.form-feedback-modal.is-error .form-feedback-icon-error {
    display: block;
}

.form-feedback-modal.is-error .form-feedback-icon-error circle {
    stroke: #e74c3c;
    stroke-width: 2;
}

.form-feedback-modal.is-error .form-feedback-icon-error path {
    stroke: #e74c3c;
    stroke-width: 3;
    stroke-linecap: round;
}

.form-feedback-title {
    font-size: 26px;
    font-weight: 700;
    color: #0C4E6D;
    margin: 0 0 10px;
    line-height: 1.3;
}

.form-feedback-message {
    font-size: 16px;
    line-height: 1.6;
    color: #4a6672;
    margin: 0 0 24px;
}

.form-feedback-btn {
    min-width: 160px;
    border-radius: 999px;
    padding: 12px 28px;
}

@keyframes formFeedbackDraw {
    to {
        stroke-dashoffset: 0;
    }
}

@media (max-width: 575px) {
    .form-feedback-box {
        padding: 36px 22px 26px;
        border-radius: 16px;
    }

    .form-feedback-title {
        font-size: 22px;
    }

    .form-feedback-message {
        font-size: 15px;
    }
}

/* Quote / Demo modal (Software Adviser) — compact 4-step */
.sa-quote-modal .modal-dialog {
    max-width: 780px;
}

.sa-quote-modal-content {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(12, 78, 109, 0.18);
}

.sa-quote-modal-body {
    padding: 0;
}

.sa-quote-modal-close {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 5;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: #f3f6f8;
    color: #5c6f7a;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.sa-quote-modal-close:hover {
    background: #e8f4f6;
    color: #0C4E6D;
}

.sa-quote-modal-row {
    min-height: 400px;
}

.sa-quote-testimonial {
    height: 100%;
    min-height: 400px;
    background: linear-gradient(165deg, #0C1E5A 0%, #0C4E6D 55%, #0EA1AD 100%);
    padding: 28px 24px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sa-quote-testimonial-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    border-radius: 10px;
    background: #081a45;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 18px;
    padding: 10px 14px;
}

.sa-quote-testimonial-logo img {
    width: 130px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.sa-quote-testimonial-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 12px;
    color: #fff;
}

.sa-quote-testimonial-text {
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 16px;
}

.sa-quote-benefits {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sa-quote-benefits li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 10px;
}

.sa-quote-benefits li span {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    flex: 0 0 24px;
}

.sa-quote-testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 8px;
}

.sa-quote-author-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
}

.sa-quote-testimonial-author strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.sa-quote-testimonial-author span {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.3;
}

.sa-quote-stepper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 4px;
}

.sa-quote-stepper-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex: 1;
    min-width: 0;
}

.sa-quote-stepper-dot {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #d7dee3;
    color: #8a9aa5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    background: #fff;
    transition: all 0.2s ease;
}

.sa-quote-stepper-label {
    font-size: 10px;
    color: #8a9aa5;
    font-weight: 600;
    text-align: center;
}

.sa-quote-stepper-line {
    flex: 1;
    height: 2px;
    background: #e3e8ec;
    margin-top: -14px;
    min-width: 8px;
}

.sa-quote-stepper-item.is-active .sa-quote-stepper-dot {
    background: #0C4E6D;
    border-color: #0C4E6D;
    color: #fff;
}

.sa-quote-stepper-item.is-active .sa-quote-stepper-label {
    color: #0C4E6D;
}

.sa-quote-stepper-item.is-complete .sa-quote-stepper-dot {
    background: #0EA1AD;
    border-color: #0EA1AD;
    color: #fff;
}

.sa-quote-stepper-item.is-complete .sa-quote-stepper-label {
    color: #0EA1AD;
}

.sa-quote-step-panel {
    display: none;
}

.sa-quote-step-panel.is-active {
    display: block;
}

.sa-quote-step-error {
    color: #d93025;
    font-size: 13px;
    margin: 0 0 12px;
}

.sa-quote-step-actions {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}

.sa-quote-step-actions .btn-new {
    flex: 1;
}

.sa-quote-prev-btn {
    max-width: 120px;
    flex: 0 0 auto !important;
}

.sa-quote-form-wrap {
    padding: 26px 28px 22px;
}

.sa-quote-form-title {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    line-height: 1.25;
    margin: 0 0 10px;
}

.sa-quote-privacy-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #e8faf0;
    border: 1px solid #bfe8cf;
    color: #1f7a45;
    border-radius: 6px;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 14px;
}

.sa-quote-form-wrap .form-group label {
    font-size: 13px;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
}

.sa-quote-form-wrap .form-control {
    height: 40px;
    border-radius: 8px;
    border: 1px solid #d7dee3;
    font-size: 14px;
}

.sa-quote-form-wrap .form-control:focus {
    border-color: #0EA1AD;
    box-shadow: 0 0 0 3px rgba(14, 161, 173, 0.12);
}

.sa-quote-form-wrap .form-group {
    margin-bottom: 12px;
}

.sa-quote-submit-btn,
.sa-quote-next-btn {
    width: 100%;
    margin-top: 0;
    padding: 11px 16px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    background: #0C1E5A !important;
    border-color: #0C1E5A !important;
}

.sa-quote-submit-btn:hover,
.sa-quote-next-btn:hover {
    background: #0C4E6D !important;
    border-color: #0C4E6D !important;
}

.sa-quote-terms {
    margin: 10px 0 0;
    font-size: 11px;
    color: #6b7c86;
    text-align: center;
}

.sa-quote-terms a {
    color: #0C4E6D;
    text-decoration: underline;
}

.sa-quote-form-wrap .iti {
    width: 100%;
}

.sa-quote-form-wrap .iti__flag-container {
    border-radius: 8px 0 0 8px;
}

.sa-quote-modal .captchaBox {
    display: block !important;
    min-height: 72px;
    margin-bottom: 10px;
}

.sa-quote-modal .captchaBox .g-recaptcha-contact {
    display: block !important;
    min-height: 78px;
}

.sa-quote-modal .captchaBox .g-recaptcha-contact:empty {
    display: block !important;
    min-height: 78px;
}

.sa-quote-modal .captchaBox:has(.g-recaptcha-contact:empty) {
    display: block !important;
}

.sa-quote-captcha-error {
    color: #d93025;
    font-size: 13px;
    margin: 8px 0 0;
    font-weight: 600;
}

@media (max-width: 991px) {
    .sa-quote-form-wrap {
        padding: 22px 18px 18px;
    }

    .sa-quote-form-title {
        font-size: 19px;
    }

    .sa-quote-testimonial {
        min-height: auto;
        padding: 22px 18px;
    }
}

/* Quote modal — Techimply-style (scoped to #getquotemodal) */
#getquotemodal.getquotemodal2 .modal-dialog {
    max-width: 900px;
    margin: 1rem auto;
}

#getquotemodal.getquotemodal2 .modal-content {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.18);
}

#getquotemodal.getquotemodal2 .modal-body {
    padding: 0;
}

#getquotemodal.getquotemodal2 .getquote-modal-row {
    min-height: auto;
    align-items: stretch;
}

#getquotemodal.getquotemodal2 .getquote-modal-row > .col-lg-4,
#getquotemodal.getquotemodal2 .getquote-modal-row > .col-lg-5 {
    flex: 0 0 38%;
    max-width: 38%;
}

#getquotemodal.getquotemodal2 .getquote-modal-row > .col-lg-7,
#getquotemodal.getquotemodal2 .getquote-modal-row > .col-lg-8 {
    flex: 0 0 62%;
    max-width: 62%;
}

#getquotemodal.getquotemodal2 .getquote-modal-close {
    position: absolute;
    right: 14px;
    top: 10px;
    z-index: 10;
    width: auto;
    height: auto;
    border: none;
    background: transparent;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    color: #94a3b8;
    cursor: pointer;
    padding: 0;
    opacity: 0.9;
    float: none;
    text-shadow: none;
}

#getquotemodal.getquotemodal2 .getquote-modal-close:hover {
    color: #475569;
    opacity: 1;
}

#getquotemodal.getquotemodal2 .getquote-featured-con {
    min-height: 100%;
    height: 100%;
    padding: 16px 10px 16px 16px;
    background: #fff;
    align-items: stretch;
}

#getquotemodal.getquotemodal2 .getquote-featured-inner {
    flex: 1;
    width: 100%;
    min-height: 100%;
    background: linear-gradient(180deg, #0a1240 0%, #0f1d63 100%);
    border-radius: 14px;
    padding: 28px 22px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#getquotemodal.getquotemodal2 .getquote-featured-logo {
    margin-bottom: 22px;
}

#getquotemodal.getquotemodal2 .getquote-featured-logo img {
    max-width: 140px;
    width: 100%;
    height: auto;
    display: block;
}

#getquotemodal.getquotemodal2 .getquote-featured-testimonial-con {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 16px 14px;
}

#getquotemodal.getquotemodal2 .getquote-featured-testimonial-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 10px;
    color: #fff;
}

#getquotemodal.getquotemodal2 .getquote-featured-testimonial-con p {
    font-size: 12px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

#getquotemodal.getquotemodal2 .getquote-form-wrap {
    padding: 24px 28px 22px 18px;
    background: #fff;
    min-height: 100%;
}

#getquotemodal.getquotemodal2 .getquote-form-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px;
    line-height: 1.3;
    text-align: center;
    padding-right: 24px;
}

#getquotemodal.getquotemodal2 .getquote-privacy-row {
    margin: 0 0 14px;
    text-align: center;
}

#getquotemodal.getquotemodal2 .getquote-privacy-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
    margin: 0;
    background: #ecfdf5;
    color: #047857;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    padding: 8px 14px;
    border-radius: 8px;
    border: 1px solid #bbf7d0;
    box-shadow: none;
    white-space: normal;
    text-align: center;
}

#getquotemodal.getquotemodal2 .getquote-privacy-badge .fa-shield,
#getquotemodal.getquotemodal2 .getquote-privacy-badge .fa-lock {
    color: #16a34a;
    font-size: 11px;
}

#getquotemodal.getquotemodal2 .getquote-form-wrap .form-group {
    margin-bottom: 9px;
}

#getquotemodal.getquotemodal2 .getquote-form-wrap .form-group label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #1e3a8a;
    margin-bottom: 4px;
}

#getquotemodal.getquotemodal2 .getquote-form-wrap .form-control {
    display: block;
    width: 100%;
    border-radius: 7px;
    border: 1px solid #c9d6e8;
    min-height: 40px;
    height: 40px;
    font-size: 13px;
    color: #0f172a;
    background: #edf2f9;
    box-shadow: none;
    padding: 6px 11px;
}

#getquotemodal.getquotemodal2 .getquote-cta-btn {
    width: 100%;
    background: #0f1d63 !important;
    border: none !important;
    color: #fff !important;
    border-radius: 8px;
    padding: 11px 20px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.01em;
    box-shadow: 0 4px 14px rgba(15, 29, 99, 0.22);
    transition: background 0.2s ease, transform 0.2s ease;
}

#getquotemodal.getquotemodal2 .tacPolicyAccept {
    font-size: 10px;
    color: #64748b;
    text-align: center;
    margin-top: 9px;
    margin-bottom: 0;
    line-height: 1.45;
}

#getquotemodal.getquotemodal2 .captchaBox {
    display: block !important;
    min-height: 66px;
    margin-top: 0;
    padding: 0;
    background: transparent;
    border: none;
}

#getquotemodal.getquotemodal2 .captchaBox .g-recaptcha-contact {
    display: block !important;
    min-height: 66px;
    transform: scale(0.92);
    transform-origin: 0 0;
}

#getquotemodal.getquotemodal2 .getquote-form-wrap .form-control:focus {
    border-color: #0f1d63;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(15, 29, 99, 0.08);
    outline: none;
}

#getquotemodal.getquotemodal2 .getquote-form-wrap select.form-control {
    cursor: pointer;
    appearance: none;
    background-color: #edf2f9;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231e3a8a' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 32px;
}

#getquotemodal.getquotemodal2 .getquote-form-wrap .required_fields {
    color: #dc2626;
}

#getquotemodal.getquotemodal2 .getquote-form {
    display: none;
}

#getquotemodal.getquotemodal2 .getquote-form.show {
    display: block;
}

#getquotemodal.getquotemodal2 .form-submit-wrap {
    margin-top: 2px;
    text-align: center;
}

#getquotemodal.getquotemodal2 .getquote-cta-btn:hover,
#getquotemodal.getquotemodal2 .getquote-cta-btn:focus {
    color: #fff !important;
    background: #0a1648 !important;
    transform: translateY(-1px);
}

#getquotemodal.getquotemodal2 .getquote-section-error {
    color: #b42318;
    font-size: 11px;
    font-weight: 600;
    margin: 8px 0 0;
    text-align: center;
    padding: 6px 10px;
    background: #fef3f2;
    border-radius: 6px;
    border: 1px solid #fecdca;
}

#getquotemodal.getquotemodal2 .tacPolicyAccept a {
    color: #1e3a8a;
    font-weight: 600;
    text-decoration: none;
}

#getquotemodal.getquotemodal2 .tacPolicyAccept a:hover {
    text-decoration: underline;
}

#getquotemodal.getquotemodal2 .thanks-msg {
    display: none;
    text-align: center;
    padding: 8px 6px 14px;
}

#getquotemodal.getquotemodal2 .thanks-msg.is-visible {
    display: block;
}

#getquotemodal.getquotemodal2 .thanks-msg-icon-wrap {
    position: relative;
    width: 72px;
    height: 72px;
    margin: 4px auto 14px;
}

#getquotemodal.getquotemodal2 .thanks-msg-icon-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px dashed #86efac;
}

#getquotemodal.getquotemodal2 .thanks-msg-icon {
    position: relative;
    z-index: 1;
    width: 56px;
    height: 56px;
    margin: 8px auto 0;
    border-radius: 50%;
    background: #22c55e;
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#getquotemodal.getquotemodal2 .thanks-msg-title {
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

#getquotemodal.getquotemodal2 .thanks-msg-con p {
    font-size: 12px;
    color: #64748b;
    line-height: 1.6;
    max-width: 320px;
    margin: 0 auto;
}

#getquotemodal.getquotemodal2 .getquote-form-wrap .iti {
    width: 100%;
    display: block;
}

#getquotemodal.getquotemodal2 .getquote-form-wrap .iti__flag-container {
    border-radius: 7px 0 0 7px;
    background: #e2e9f3;
}

#getquotemodal.getquotemodal2 .getquote-form-wrap .iti input.form-control {
    border-radius: 0 7px 7px 0;
    background: #edf2f9;
    padding-left: 10px;
}

#getquotemodal.getquotemodal2 .captchaBox .g-recaptcha-contact:empty {
    display: block !important;
    min-height: 66px;
}

#getquotemodal.getquotemodal2 .captchaBox:has(.g-recaptcha-contact:empty) {
    display: block !important;
}

#getquotemodal.getquotemodal2 .getquote-captcha-error {
    color: #b42318;
    font-size: 11px;
    margin: 4px 0 0;
    font-weight: 600;
}

@media (max-width: 991px) {
    #getquotemodal.getquotemodal2 .getquote-form-wrap {
        padding: 18px 16px 16px;
    }

    #getquotemodal.getquotemodal2 .getquote-form-title {
        font-size: 17px;
        padding-right: 20px;
    }

    #getquotemodal.getquotemodal2 .getquote-privacy-row {
        margin: 0 0 12px;
    }

    #getquotemodal.getquotemodal2 .getquote-featured-con {
        padding: 12px 12px 0;
    }
}

