@font-face {
         font-family: Roboto;
         font-style: normal;
         font-weight: 400;
         font-display: swap;
         src: local("Roboto"), url(../new-dit/fonts2/Roboto-Regular.woff2) format("woff2");
         }
         @font-face {
         font-family: Roboto;
         font-style: normal;
         font-weight: 500;
         font-display: swap;
         src: local("Roboto Medium"), url(../new-dit/fonts2/Roboto-Medium.woff2) format("woff2");
         }
         @font-face {
         font-family: Roboto;
         font-style: normal;
         font-weight: 600;
         font-display: swap;
         src: local("Roboto SemiBold"), url(../new-dit/fonts2/Roboto-SemiBold.woff2) format("woff2");
         }
         @font-face {
         font-family: Roboto;
         font-style: normal;
         font-weight: 700;
         font-display: swap;
         src: local("Roboto Bold"), url(../new-dit/fonts2/Roboto-Bold.woff2) format("woff2");
         }
         @font-face {
         font-family: Roboto;
         font-style: normal;
         font-weight: 800;
         font-display: swap;
         src: local("Roboto ExtraBold"), url(../new-dit/fonts2/Roboto-ExtraBold.woff2) format("woff2");
         }
         body {
         font-family: Roboto, sans-serif;
         }
@media (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1265px;
    }
}
.navbar .navbar-nav .nav-link {
    padding: 20px;
    font-size: 14px !important;
    color: #000 !important;
        padding-right: 35px !important;
}
.navbar .navbar-nav .nav-link i {
    padding-right: 10px;
}
.nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    border-radius: 0px;
    padding: 0;
}
.dropend:not(:nth-last-of-type(1)){
    border-bottom: 1px solid #aee0ff;
}
.dropend2:not(:nth-last-of-type(1)) {
    border-bottom: 1px solid #aee0ff;
}
.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0; 
}
.dropdown-menu li.dropend:hover > .dropdown-menu {
    display: block;
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.dropdown-item
 { 
    font-size: 13px ;
    /* color: #5fa248 ; */
    font-weight: 500;
    padding: 10px !important;
  }
.nav-item .dropdown-menu .dropdown-item:hover
 {
    background: #5fa248;
    color: #fff;
}
.bg-primary1 {
    background-color: #5fa248 !important;
}

.breadcrumb li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.bg-none {
    background-color: transparent;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.main-color {
    color: #5fa248;
}

.heading-1 {
    font-size: 38px;
    line-height: 1.4;
    font-weight: 600;
}

.heading-2 {
    font-size: 25px;
    font-weight: 600;
}

.banner-tagline {
    font-weight: 500;
    line-height: 27px;
    margin: 5px;
}

.win-mac-btn-container input {
    vertical-align: inherit;
    cursor: pointer;
    visibility: hidden;
}

.win-mac-btn-container input[type='radio']:after {
    width: 17px;
    height: 17px;
    border-radius: 17px;
    top: 2px;
    left: -2px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #ffffff;
    outline: 2px solid #2e2e2e;
}

.win-mac-btn-container input[type='radio']:checked:after {
    width: 17px;
    height: 17px;
    border-radius: 17px;
    top: 2px;
    left: -2px;
    position: relative;
    background-color: #5fa248;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #ffffff;
    outline: 2px solid #5fa248;
}

.download-btn {
    width: 200px;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 500;
    color: black;
    border: 2px solid black;
    margin: 7px;
}

.download-btn:hover {
    color: #fff;
    border: 2px solid #5fa248;
    background-color: #5fa248;
}

.buy-btn {
    width: 200px;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: 2px solid #5fa248;
    background-color: #5fa248;
    margin: 7px;
}

.buy-btn:hover {
    color: black;
    border: 2px solid black;
}

#wrapper-1 {
    background-size: 100%;
    background-repeat: no-repeat;
}

/* @media screen and (min-width: 568px) {
#wrapper-1 {
background-image: url(https://www.drssoftech.com/resources/bg.webp);
background-size: 100%;
background-repeat: no-repeat;
}
} */
.btn-primary {
    background-color: #5fa248;
    color: #fff !important;
    border-color: #5fa248;
    border-radius: 3px;
    font-weight: 500;
}

.btn-primary:hover {
    background-color: #ffffff;
    color: #5fa248 !important;
    border-color: #5fa248;
}

.btn-outline-primary {
    border-color: #5fa248;
    color: #5fa248;
    border-radius: 3px;
}

.btn-outline-primary:hover {
    background-color: #5fa248;
    border-color: #5fa248;
}

.btn-light {
    border: 1px solid #5fa248;
    color: #5fa248;
    font-weight: 500;
}

.btn-light:hover {
    background-color: #5fa248;
    color: white;
}

/* Buy page */
.buy-highlights .highlights-sec {
    display: inline-block;
    margin: 5px 15px;
    font-weight: 600;
}

.buy-highlights .highlights-sec i {
    color: #5fa248;
}

.license-table .nav-pills .nav-link.active,
.license-table .nav-pills .show>.nav-link {
    background-color: #5fa248;
    color: #fff;
    border-radius: 20px;
}
.license-table #pills-tab{
    border: 1px solid #5fa248;
    border-radius: 28px;
}

.license-table .nav-pills .nav-link {
    color: #5fa248;
    font-weight: 600;
    border-radius: 20px;
}

.license-card {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.license-card .lic-head {
    font-size: 20px;
    font-weight: 600;
    position: relative;
}

.license-card .lic-head::after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 50%;
    transform: translate(-50%);
    height: 3px;
    width: 80px;
    background-color: #5fa248;
}

.license-card .lic-price {
    font-size: 30px;
    font-weight: 700;
}

.license-card .old-lic-price {
    color: #928c8c;
    text-decoration: line-through;
    padding: 0 15px;
    font-weight: 600;
}

.paypal-credit {
    display: block;
    padding-top: 10px;
    font-weight: 500;
    color: #284fad;
    margin-bottom: 5px;
}

.license-price-cards .col-md-3:nth-child(3) .license-card {
    background-color: #5fa248;
    color: #fff;
    box-shadow: 0 4px 44px 0 rgb(13 78 143 / 40%);
}

.license-price-cards .col-md-3:nth-child(3) .license-card .old-lic-price {
    color: #d8d7d7 !important;
}

.license-price-cards .col-md-3:nth-child(3) .license-card .lic-head {
    position: relative;
    margin-bottom: 50px;
}

.license-price-cards .col-md-3:nth-child(3) .license-card .lic-head::after {
    position: absolute;
    content: "Recommended";
    bottom: -30px;
    left: 50%;
    transform: translate(-50%);
    background-color: #fff !important;
    color: #5fa248;
    font-size: 13px;
    display: inline-block;
    height: auto;
    width: auto;
    padding: 0 15px;
    border-radius: 25px;
}

.license-price-cards .col-md-3:nth-child(3) .license-card .btn-primary {
    background-color: #fff;
    color: #5fa248 !important;
}

.license-price-cards .col-md-3:nth-child(3) .license-card .btn-primary:hover {
    background-color: #5fa248;
    color: #fff !important;
    border: 1px solid white;
}

.license-price-cards .col-md-3:nth-child(3) .license-card .paypal-credit {
    color: #fff;
}

.buy-table .table-responsive {
    border-radius: 1rem;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px #c9ddff;
}

.buy-table .table-responsive table {
    margin-bottom: 0;
}

.buy-table .table-responsive .table .thead-light th {
    color: #ffffff;
    background-color: #5fa248;
    border-color: #5fa248;
    font-size: 20px;
}

.buy-table .table-responsive .table tbody tr td:nth-child(1) {
    background-color: #fff !important;
    width: 50%;
}

.buy-table .table-responsive .table tbody tr td {
    background-color: #e4ffdc !important;
    font-size: 16px;
}

.buy-table .table-responsive .table tbody tr>* {
    padding: 10px 15px;
}

.buy-table .table-responsive .table tbody tr td:nth-child(4) {
    background-color: #caf5bd !important;
    position: relative;
    z-index: 2;
    border-left: 1px solid #67ccff;
    border-right: 1px solid #67ccff;
}

.mini-h {
    display: inline-block;
    padding: 5px 15px;
    background-color: #fff;
    border-radius: 5px;
    color: #5fa248;
    font-weight: 600;
}
.highlights-card2 {
            display: flex;
            align-items: center;
            background: linear-gradient(90deg, #1562ad 0%, #5fa248 100%);
            border-radius: 18px;
            box-shadow: 0 2px 16px rgba(21, 98, 173, 0.09);
            margin: 2rem auto;
            padding: 2rem 2.5rem;
            gap: 2rem;
            color: #fff;
        }

        .highlights-card2 .ca-l img {
            width: 100px;
            height: 100px;
            object-fit: contain;
            border-radius: 50%;
            background: #fff;
            box-shadow: 0 2px 8px rgba(21, 98, 173, 0.08);
            padding: 0.5rem;
        }

        .highlights-card2 .ca-r {
            flex: 1;
        }

        .highlights-card2 .h4 {
            font-weight: 700;
            color: #fff;
            margin-bottom: 0.5rem;
            font-size: 30px;
        }

        .highlights-card2 p {
            font-size: 1.08rem;
            color: #f0f9ff;
            margin-bottom: 0;
        }

        .highlights-card2 a {
            color: #ffd700;
            font-weight: 600;
            text-decoration: underline;
        }

        @media (max-width: 767px) {
            .highlights-card2 {
                flex-direction: column;
                text-align: center;
                padding: 1.2rem 0.7rem;
                gap: 1rem;
            }

            .highlights-card2 .ca-l img {
                width: 70px;
                height: 70px;
            }
        }
        /* footer  */
#footer-credit {
    background-color: #60a14842;
    padding-top: 20px;
    border-top: 2px solid #1562ad;
}
.footerpart {
padding: 50px;
}
.footerpart .quick-links {
    padding-top: 20px;
}
.footerpart .quick-links li a {
    color: #1562ad;
    text-decoration: none;
}
.footerpart p {
    color: #1562ad;
    padding-top: 20px;
    line-height: 30px;
    font-weight: 500;
}
.footerpart .quick-links li {
    margin-bottom: 20px;
}
.footerpart .quick-links li a i {
    margin-right: 10px;
}
.footerpart h5 {
    color: #1562ad;
}
.footerpart .social a i {
    font-size: 25px;
    color: #1562ad !important;
    padding-left: 20px;
    padding-right: 20px;
}
footer {
    padding-top: 20px;
    background-color: #60a14842!important;
    border-top: 2px solid #1562ad;
    color: #1562ad !important;
}
 footer p{
     color: #1562ad !important;
     font-weight: 500;
}
/*popup code*/


#discount-popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Popup box */
.popup-box {
      background: #fff;
      max-width: 500px;
      width: 90%;
      padding: 30px 20px;
      border-radius: 20px;
      text-align: center;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
      position: relative;
      animation: fadeIn 0.3s ease-in-out;
      border-top: 4px solid red;
    }

    /* Close button */
    .close-popup {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 24px;
      color: #333;
      cursor: pointer;
    }

    /* Coupon box */
    .coupon-box {
      margin: 15px 0;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
    }

    #coupon-code {
      background: #f4f4f4;
      padding: 10px 15px;
      border-radius: 5px;
      font-weight: bold;
    }

    .copy-btn {
      background: #007BFF;
      color: white;
      border: none;
      padding: 10px 15px;
      border-radius: 5px;
      cursor: pointer;
    }

    .visit-btn {
      display: inline-block;
      margin-top: 15px;
      background: #28a745;
      color: #fff;
      padding: 10px 20px;
      text-decoration: none;
      border-radius: 5px;
    }

    .note {
      font-size: 13px;
      color: #555;
      margin-top: 10px;
    }

    #copy-message {
      display: none;
      color: green;
      font-weight: 500;
      margin-top: 10px;
    }

    /* Optional animation */
    @keyframes fadeIn {
      from { opacity: 0; transform: scale(0.95); }
      to { opacity: 1; transform: scale(1); }
    }
    #toTopBtn {
    position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 98;
    padding: 1.5373352855051245vw;
    background-color: hsl(105deg 50% 65% / 70%);
    border-radius: 50%;
    width: 3vw;
    height: 3vw;
}

.js .cd-top--fade-out {
    opacity: .5
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}

.cd-top {
    position: fixed;
    bottom: 1.4641288433382138vw;
    bottom: var(--cd-back-to-top-margin);
    right: 1.4641288433382138vw;
    right: var(--cd-back-to-top-margin);
    display: inline-block;
    height: 2.9282576866764276vw;
    height: var(--cd-back-to-top-size);
    width: 2.9282576866764276vw;
    width: var(--cd-back-to-top-size);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
    background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg) no-repeat center 50%;
    background-size: auto;
    background-color: hsl(225deg 53% 37% / 80%);
    background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8)
}