:root {
    --grey: #F5F5F5;
    --primary: #47B5FF;
    --light-blue: #00b2e7;
    --dark-blue: #0779E4;
    --black: #232A2D;
}

html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Jost', sans-serif;
}

.common-heading {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #181818;
}

.site-gradient {
    background: #242424;
}

.reverse-gradient {
    background: #222222;
}

.cmn-text-h {
    color: #303030;
    font-weight: 600;
    letter-spacing: 0.1px;
}

.light-blue {
    color: #626262 !important;
    letter-spacing: 0.1px;
}

.row-gap {
    row-gap: 24px;
}

header {
    font-family: 'Jost', sans-serif;
}

.home-banner {
    background: linear-gradient(341deg, #f1f1f1, white);
    padding: 4.6rem 0 8rem;
}

.banner-content {
    position: relative;
    z-index: 99;
}

.banner-content h1 {
    color: #363636;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2em;
}

.banner-content-para {
    line-height: 1.5;
    font-size: 1.3rem;
    color: #666666;
}

.banner-btn {
    background-color: #303030;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 11px 1px 0px #4646461a;
    padding: 16px 54px 16px 56px;
    color: #fff;
    font-size: 19px;
    letter-spacing: 0.7px;
}

.banner-btn:hover {
    color: #fff;
}

.site-name {
    color: #303030;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.home-banner::after {
    content: "";
    width: 250px;
    height: 250px;
    background: linear-gradient(45deg, #f9f9f9 30%, transparent);
    position: absolute;
    top: 60px;
    z-index: 1;
    left: 2%;
    border-radius: 50%;
}

.most-searched {
    font-size: 14px;
    display: flex;
}

.most-searched p {
    font-weight: 500;
    width: 47%;
}

.most-searched ul {
    gap: 6px;
}

.most-searched ul li {
    list-style: none;
    font-size: 14px;
}

.most-searched ul li a {
    color: #0c0c0c;
    background: #f5f5f5;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 13.7px;
    display: inline-block;
}

a.view-all-product {
    color: #000;
    display: block;
    margin-top: 30px;
    letter-spacing: 0.4px;
    font-size: 16px;
}

.services-block {
    background-color: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
    padding: 38px 35px 40px 35px;
    border-radius: 10px;
    box-shadow: 10px 10px 79px 0px #7676761a;
    transform: translate(0, 0);
    transition: 0.3s;
}

.services-block:hover {
    border-color: #303030;
    box-shadow: 0px 0px 52px 0px rgb(165 165 165 / 22%);
    transform: translate(0, -13px);
    transition: 0.3s;
}

.services-block a.btn.btn-arrow {
    padding: 8px 10px 5px 12px;
    background-color: #ffffff;
    border-color: #003057;
    border-radius: 50%;
}

.services-block a.btn.btn-arrow:hover {
    background-color: #003057;
    color: #ffffff;
}

.services-block h4 {
    font-size: 1.5rem;
    letter-spacing: 0.1px;
}

.services-block p {
    font-size: 16px;
    letter-spacing: 0.1px;
    color: #777272;
}

.bg-icon {
    bottom: 20px;
    right: 20px;
    width: 70px;
}

.wh-cover::before {
    content: "";
    background-image: url(../img/wh-cover.png);
    position: absolute;
    top: 20px;
    left: 0;
    width: 200px;
    height: 160px;
    z-index: -6;
    filter: grayscale(1);
}

.wh-cover::after {
    content: "";
    background-image: url(../img/wh-cover.png);
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 200px;
    height: 160px;
    z-index: -6;
    filter: grayscale(1);
}

.violet-btn {
    background-color: #323232;
    border-radius: 10px;
    padding: 16px 48px 16px 48px;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.5px;
}

.violet-btn:hover,
.popular-software:hover .violet-btn {
    background-color: #303030;
    color: #fff;
}

.popular-software p {
    font-size: 19px;
}

/*.hc-icon svg {*/
/*    fill: #323232;*/
/*}*/
.hc-icon {
    background: #efefef;
    width: 50px;
    height: 50px;
    border-radius: 51px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.review-content i.icon-star {
    color: #fdd200;
    font-size: 24px;
    margin-left: -6px;
}

.main-review {
    font-size: 19px;
    color: #666666;
}

.review-data span {
    font-size: 21px;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #323232;
}

#review_carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -141px;
    margin: 0;
}

#review_carousel .owl-nav span {
    background: #ffffff;
    padding: 0px 17px 5px;
    font-size: 25px;
    color: #323232;
    border-radius: 4px;
    border: 1px solid;
}

/* ------------------------------ Product Section Start ----------------------------- */
.product-section {
    background: linear-gradient(1deg, #ffffff 70%, #f7f7f780 110%);
    padding: 4rem 0 3rem;
    position: relative;
    overflow: hidden;
}

.overlay {
    filter: brightness(103%) contrast(103%) saturate(100%) blur(0px) hue-rotate(93deg);
    position: absolute;
    top: 0%;
    right: 0;
    z-index: 0;
    opacity: 0.1;
    width: 100%;
}

.z-99 {
    z-index: 99;
    position: relative;
}

.check-list {
    padding-left: 1.8rem;
}

.check-list li {
    position: relative;
}

.check-list li:not(:last-child) {
    margin-bottom: 7px;
}

.check-list li:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='green' class='bi bi-check2' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
    position: absolute;
    display: inline-block;
    border-radius: 13px;
    left: -31px;
    margin-top: 1px;
    background: #ffffff;
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top: 3px;
}

.product-button {
    display: flex;
    gap: 12px;
}

.product-button .btn:hover {
    color: #fff;
}

.product-inner {
    background: #ffffff;
    padding: 45px;
    border-radius: 30px;
    border: 1px solid rgb(56, 56, 56);
}

.product-content li {
    font-size: 17px;
    letter-spacing: 0.4px;
}

.rate {
    gap: 1px;
}

.rate li {
    color: #ffd900;
    font-size: 32px !important;
    cursor: pointer;
    height: 52px;
}

.rating-block {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.download-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #198754;
    color: white;
    font-size: 18px;
    letter-spacing: 0.4px;
    font-weight: 400;
    padding: 14px;
}

.download-btn:hover {
    background: #38a039;
    color: white;
}

.buy-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #626262;
    color: white;
    font-size: 18px;
    letter-spacing: 0.4px;
    font-weight: 400;
    padding: 14px;
}

.buy-btn:hover {
    background: #444444;
    color: white;
}

.buy-banner .btn.buy-btn {
    font-size: 15px;
}

.fw-medium {
    font-weight: 600;
}

.our-services .services-block img {
    height: 64px;
    width: 64px;
}

.text-muted {
    color: #525252;
}

.sc-vi {
    padding: 0;
    background: #f3f3f3;
    width: 78%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.sc-vi li {
    list-style: none;
    width: 50%;
}

.sc-vi li a {
    color: #1a1a1a;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 0.2px;
    padding: 11px 8px;
    display: flex;
    /* width: 50%;
    */
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 7px;
}

.pd-button small {
    font-size: 13px;
    margin-top: 5px;
    text-align: center;
    color: #383838;
}

.link-a {
    color: #323232;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid #cdcdcd;
}

.link-a:hover {
    color: #000000;
    text-decoration: none;
    position: relative;
}

.link-a::after {
    content: "";
    border-bottom: 1px solid #cdcdcd;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: 0.3s;
}

.link-a:hover::after {
    color: #222222;
    text-decoration: none;
    border-bottom: 1px solid #050505;
    transition: 0.3s;
    width: 100%;
    height: 1px;
}

.sticky-strip {
    background: #f5f5f5;
    padding: 16px 0;
    position: sticky;
    top: -3px;
    z-index: 999;
    box-shadow: -12px 13px 22px #76767642;
}

.grey-color {
    color: #666680;
}

.grey-bg {
    background-color: #e7e7e7;
}

/* .sticky-ul {
    display: flex;
    gap: 50px;
}
*/
.sticky-ul li {
    display: inline-block;
    padding: 5px 15px;
}

.sticky-ul li a {
    color: #262626;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
}

.top_bar.sticky-strip .sticky-ul li a {
    color: #000000;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
}

.top_bar.sticky-strip {
    background: #fff;
    box-shadow: 0 0 6px #ddd;
}

.top_bar.sticky-strip .d-flex {
    justify-content: center;
}

.product p,
.product li {
    font-size: 17px;
}

.feature-block {
    padding: 38px 20px 35px 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #dbdbdb;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 7px 0 rgb(20 20 43 / 4%);
}

/* .feature-block:hover {
    background-image: linear-gradient(80deg, #282828, #383838);
}
*/
.feature-block h3 {
    color: #2c2c2c;
}

.feature-block p {
    letter-spacing: 0.1px;
    color: #383838;
}

.table-section {
    background-image: linear-gradient(180deg, #282828, #383838);
    border: 1px solid #525252;
    border-radius: 16px;
    padding: 21px 45px 21px;
}

.border-footer {
    border-bottom: 1px solid #525252;
}

.tb-content.heading,
.tb-icon.heading {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.tb-icon {
    width: 20%;
    text-align: center;
    font-size: 16px;
}

.tb-icon .bi-check2 {
    background: #ebffe5;
    padding: 3px 6px 1px;
    border-radius: 34px;
    color: #27c100;
}

.tb-icon .bi-x {
    background: #ffe5e5;
    padding: 3px 6px 1px;
    border-radius: 34px;
    color: #e60000;
}

.table-row-block {
    padding-bottom: 25px;
    padding-top: 25px;
}

.tb-content {
    font-weight: 400;
    width: 60%;
    color: white;
    font-size: 17px;
    letter-spacing: 0.4px;
}

.main-btn {
    background: #747474;
    padding: 7px 10px 6px;
    font-size: 15px;
    color: #ffffff;
    border-radius: 4px;
    border: 1px solid #9b9b9b;
}

.main-btn:hover {
    color: #fff;
}

.system-req {
    background-color: #ffffff;
    border: 1px solid;
    border-radius: 1.35rem;
    box-shadow: inset 0 0 15px #ebebeb;
}

.req-inner {
    background: #f9f9f9;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0);
}

div#faq .accordion-button {
    background: #fff;
    color: #000;
}

/* Buy Page CSS Start */
.breadcrumb {
    background-color: #fff0;
    color: #fff;
    padding: 0;
    margin: 0;
}

.breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb ul li {
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.breadcrumb ul li a {
    color: #000000;
    font-size: 16px;
    text-decoration: none;
}

.breadcrumb ul li a:hover {
    text-decoration: underline;
}

.breadcrumb li:not(:last-child)::after {
    content: '>';
    margin: 0px 5px 0px 2px;
    font-family: monospace;
}

.buy-banner {
    background: linear-gradient(2deg, #ffffff 70%, #f3f3f3a6 110%);
}

.ms_main_list {
    display: flex;
    gap: 22px;
    margin-top: 23px;
}

ul.ms_main_list li {
    font-size: 15px;
    color: #b7b7b7;
}

.buy-block {
    background-color: #ffffff;
    padding: 20px 15px;
    transform: translate(0, 0);
    transition: 0.3s;
    border-right: 1px solid #ddd;
}

.buy-block .lic-type {
    font-size: 1.5rem;
    letter-spacing: 0.1px;
}

.price {
    font-size: 33px !important;
    font-weight: 600;
    color: #484848;
    letter-spacing: 0.2px;
}

.greendot,
.reddot {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 30px;
}

.table .main-tbl-con th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    padding: 25px 11px;
    font-weight: 700
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background: #ffffff;
    border: 0
}

.table>:not(caption)>*>* {
    padding: 1.3rem 1.1rem;
    box-shadow: none;
    border-bottom-width: 0
}

tbody .tbda {
    color: #1a1a1a;
    font-weight: 500
}

thead.main-tbl-con tr {
    height: 80px
}

thead.main-tbl-con tr th {
    background-color: #424242
}

.table .main-tbl-con th {
    border: 1px solid #838383;
    vertical-align: middle;
    padding: 25px 11px;
    font-weight: 700;
    color: #f0f8ff
}

.table>tbody>tr>td>strong {
    font-weight: 800
}

.table>tbody>tr>td {
    font-weight: 600;
    font-size: 16px;
    vertical-align: middle;
    border: 1px solid #ebebeb
}

.table>tbody>tr>td>span>i {
    color: #0c9d53;
    font-weight: 600;
    font-size: 15px
}

.reddot {
    background: #db0404;
}

.greendot {
    background: #0fad5d;
}

.image-filter {
    filter: grayscale(1);
}

.buy-banner {
    background-image: url(../img/buy.png);
}

.software-works {
    background-image: url(../img/dotted.png);
    background-size: cover;
}

/* Buy Page CSS End */
.banner-content h1::after {
    content: "";
    position: absolute;
    bottom: 10px;
    width: 74%;
    height: 21px;
    background: #ebebeb;
    z-index: -5;
    left: 0;
}

/* responsive */

@media screen and (max-width:568px) {

    .macprotools_clint li {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;

    }

    .banner-right.text-right.ms-5 img {
        display: none;
    }

    .home-banner.position-relative {
        padding: 1rem 0 2rem !important;
    }

    img.img-fluid.new_img.ms-2 {
        display: none;
    }

    h3.common-heading.text-white.pb-4 {
        padding-bottom: 20px !important;
    }

    .col-md-12.text-center.mb-5 {
        margin-bottom: 0 !important;
    }

    ul.macprotools_clint.p-0.text-center.mb-0.mt-4 {
        text-align: left !important;
    }

    .table>thead {
        vertical-align: middle !important;

    }

    .text-hidden {
        display: none;
    }

    a.btn.btn-success.px-4 {
        padding: 5px 10px !important;
    }

    a.btn.btn-secondary.px-4 {
        padding: 5px 10px !important;

    }

    .none {
        display: block !important;
    }

    .product-button.justify-content-center.mt-4.pt-1 {
        flex-direction: column;
    }


}

@media screen and (max-width:368) {
    .product-button {
        flex-direction: column;
    }

}

.none {
    display: none;
}

.home-banner.position-relative {
    padding: 5rem 2rem;
}

@media only screen and (max-width: 992px) {

    .banner-content h1 {
        font-size: 40px;
    }

    .banner-content-para {
        font-size: 1.1rem;
        color: #666666;
    }

    .banner-btn {
        background-color: #303030;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 0px 6px 1px 0px #4646461a;
        padding: 6px 20px;
        color: #fff;
        font-size: 17px;
        letter-spacing: 0.7px;
    }

    .common-heading {
        font-size: 35px;
    }

    .services-block {
        padding: 10px;
    }

    .violet-btn {
        padding: 8px 14px 8px 10px;
    }
}

@media only screen and (max-width: 992px) {

    .resp-marg {
        margin: 0 !important;
    }

    .request_quote {
        margin-top: 20px;
        margin-left: 0;
    }

    .livendsupport {
        display: flex;
        align-items: flex-end;
    }

    .home-banner {
        padding: 1rem 0 1rem;
    }

    .most-searched {
        flex-direction: column;
        row-gap: 13px;
    }

    .most-searched p {
        width: 100%;
    }

    .header .nav-item .nav-link {
        padding: 8px 0.5rem;
    }
}

.accordion-button:not(.collapsed)::after {
    filter: grayscale(100%);
}

.key-feature .feature-block {
    border: 1px solid black;
    box-shadow: 5px 5px;
}

/* go to top button*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgb(51, 51, 51);
    border: 1px solid rgb(145, 145, 145);
    color: white;
    cursor: pointer;
    font-size: 24px;
}

#myBtn:hover {
    background-color: #555;
}

.psmtc_2rhR {
    top: 70px !important
}

/* modal */
.main_modal {
    outline: none;
}

.focus_btn {
    color: #262626;
    font-weight: 500;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

.modal_line {
    max-width: 800px !important;
    margin: auto;
}

.main_btns {
    top: -45px;
    position: relative;
    right: -19px;
    opacity: 2;
    background-color: #efefef;
    padding: 15px;
    box-shadow: 0 0 20px #000000;
    width: 30px;
    border-radius: 0;
}

.main_btns:hover {
    opacity: 2;
}

.modal-dialog.modal_line {
    top: 20px;
}

#slider_popup.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 10px;
    margin: 5px 7px;
    background: #869791;
    display: block;
    transition: opacity .2s ease;
    border-radius: 0;
}

#slider_popup.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #3a4b54;
    width: 20px;
}

.item {
    text-align: center;
}

/* modal_end */
/* contact_us_start_here */
#footer_banner {
    background-image: linear-gradient(181deg, #000000d3, #000000d7), url(../img/product_image.webp);

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

._contact_us ul li {
    color: #ffffff;
}

.center_icon i {
    font-size: 35px;
    font-weight: 600;
    color: #4f46e5;
}

.main_p {
    font-size: 17px;
}

.center_icon {
    width: 70px;
    height: 70px;
    background-color: #f6f5fe;
    box-shadow: 0 2px 4px 0 rgba(60, 72, 88, 0.568);
    line-height: 70px;
    border-radius: 5px;
}

.center_box {
    box-shadow: 0 0 3px 0px #c0b9b9;
    border-radius: 5px;
    height: 100%;
}

.texts p {
    color: #000;
    font-weight: 500;
}

.texts h5 {
    color: #161c2d;
}

.texts a {
    color: #000;
    font-weight: 500;
    font-size: 17px;
}

.texts a:hover {
    color: #4f46e5;
}

.form_icon {
    background-color: #fff;
    box-shadow: 0 0 20px #ddd;
}

.form_input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
}

.submit_btn {
    border: none;
    background-color: #303030;
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 10px;
}

iframe {
    display: block;
    outline: none !important;
    border-radius: 10px;
}

.google_map {
    border-radius: 10px;
    border: 5px solid #f3f2f2;
}

/* contact_us_start_end */


/* product_section_start_here */

#product {
    background-image: linear-gradient(181deg, #000000d3, #000000d7), url(../img/product_image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.tabs_main {
    border: 1px dotted #837e7e;
    width: 100%;

}

.nav-pills .nav-link.active {
    background-color: #303030 !important;
    border-radius: 0 !important;
    color: #ffffff;

}

.first {
    color: #000000;
    font-weight: 500;
    font-size: 17px;
    border-radius: 0 !important;
    border-right: 1px dotted #000000 !important;
    background: #303030;

}

.first:hover {
    color: #000000;
}

.hidden_box {
    width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    background-color: #303030;
    list-style: none;
    border: 1px solid #e4e4e4;
    display: inline-block;
}

.hidden_box a {
    color: #fff;
}

.hidden_box i {
    color: #fff;
    font-size: 15px;
}

.tab_btn {
    list-style: none;
    padding-left: 43px;
    margin-top: 20px;
}

.tab_btn a {
    list-style: none;
    background-color: #303030;
    padding: 5px 8px;
    text-decoration: none;
    font-size: 14px;
}

.min {
    border: 1px dotted #837e7e;
    padding: 5px 20px !important;
    background-color: #f6f8fb;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.075);
}

.main_contact {
    border: 1px dotted #837e7e;

}

.text-custmize {
    font-size: 17px;
    text-decoration: none !important;
    font-weight: 500;
}

.border-dotted li {
    list-style: none;
}

.peragraph {
    margin-top: 0;
    font-size: 15px;
}

/* product_section_end_here */


/* clints */

.macprotools_clint {
    list-style: none;
}

.macprotools_clint li {
    display: inline-block;
    margin-left: 15px;
}

/* clints */


/* responsive */

@media screen and (max-width:280px) {

    .comparison-table.bg-light.py-5 {
        overflow-x: scroll;
    }

    table.table.table-striped.table-hover {
        overflow-x: scroll !important;
    }

    .product-button {
        flex-direction: column;
        text-align: center;
    }

    .buy-btn {
        margin: auto;
    }

    .download-btn {
        margin: auto;
        font-size: 14px;
    }

    .dropdown-menu {
        width: 213px !important;
    }

}