body {
    font-family: "DMSansMedium";
}

@font-face {
    font-family: 'DMSansLight';
    src: url('../assets/fonts/DMSans-Bold.eot');
    src: url('../assets/fonts/DMSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/DMSans-Light.woff2') format('woff2'),
        url('../assets/fonts/DMSans-Light.woff') format('woff'),
        url('../assets/fonts/DMSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DMSansSemiBold';
    src: url('../assets/fonts/DMSans-SemiBold.eot');
    src: url('../assets/fonts/DMSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/DMSans-SemiBold.woff2') format('woff2'),
        url('../assets/fonts/DMSans-SemiBold.woff') format('woff'),
        url('../assets/fonts/DMSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DMSansExtraBold';
    src: url('../assets/fonts/DMSans-ExtraBold.eot');
    src: url('../assets/fonts/DMSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/DMSans-ExtraBold.woff2') format('woff2'),
        url('../assets/fonts/DMSans-ExtraBold.woff') format('woff'),
        url('../assets/fonts/DMSans-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DMSansRegular';
    src: url('../assets/fonts/DMSans-Regular.eot');
    src: url('../assets/fonts/DMSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/DMSans-Regular.woff2') format('woff2'),
        url('../assets/fonts/DMSans-Regular.woff') format('woff'),
        url('../assets/fonts/DMSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DMSansBold';
    src: url('../assets/fonts/DMSans-Bold.eot');
    src: url('../assets/fonts/DMSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/DMSans-Bold.woff2') format('woff2'),
        url('../assets/fonts/DMSans-Bold.woff') format('woff'),
        url('../assets/fonts/DMSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DMSansMedium';
    src: url('../assets/fonts/DMSans-Medium.eot');
    src: url('../assets/fonts/DMSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/DMSans-Medium.woff2') format('woff2'),
        url('../assets/fonts/DMSans-Medium.woff') format('woff'),
        url('../assets/fonts/DMSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DMSansExtraLight';
    src: url('../assets/fonts/DMSans-ExtraLight.eot');
    src: url('../assets/fonts/DMSans-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/DMSans-ExtraLight.woff2') format('woff2'),
        url('../assets/fonts/DMSans-ExtraLight.woff') format('woff'),
        url('../assets/fonts/DMSans-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DMSansThin';
    src: url('../assets/fonts/DMSans-Thin.eot');
    src: url('../assets/fonts/DMSans-Thin.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/DMSans-Thin.woff2') format('woff2'),
        url('../assets/fonts/DMSans-Thin.woff') format('woff'),
        url('../assets/fonts/DMSans-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
 
@font-face {
    font-family: 'InterMedium';
    src: url('../assets/fonts/Inter28pt-Medium.eot');
    src: url('../assets/fonts/Inter28pt-Medium.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Inter28pt-Medium.woff2') format('woff2'),
        url('../assets/fonts/Inter28pt-Medium.woff') format('woff'),
        url('../assets/fonts/Inter28pt-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
 
@font-face {
    font-family: 'InterSemiBold';
    src: url('../assets/fonts/Inter28pt-SemiBold.eot');
    src: url('../assets/fonts/Inter28pt-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../assets/fonts/Inter28pt-SemiBold.woff2') format('woff2'),
        url('../assets/fonts/Inter28pt-SemiBold.woff') format('woff'),
        url('../assets/fonts/Inter28pt-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.light {
    font-family: 'DMSansLight';
}

.regular {
    font-family: 'DMSansRegular';
    ;
}

.medium {
    font-family: 'DMSansMedium';
}

.semi-bold {
    font-family: 'DMSansSemiBold';
}

.bold {
    font-family: 'DMSansBold';
}

.font60 {
    font-size: 60px;
}

.font52 {
    font-size: 52px;
}

.font42 {
    font-size: 42px;
}

.font39 {
    font-size: 39px;
}
.font72 {
    font-size: 72px;
}
 
.font69 {
    font-size: 69px;
}

.font36 {
    font-size: 36px;
}

.font32 {
    font-size: 32px;
}

.font28 {
    font-size: 28px;
}

.font26 {
    font-size: 26px
}

.font24 {
    font-size: 24px;
}

.font22 {
    font-size: 22px;
}

.font20 {
    font-size: 20px;
}

.font18 {
    font-size: 18px;
}

.font16 {
    font-size: 16px;
}

.font14 {
    font-size: 14px;
}

.font12 {
    font-size: 12px;
}

.blue-color {
    color: #007AFF;
}

.lightgrey-color1 {
    color: #3F4254;
}

.cus-margin-top {
    margin-top: 24px;
}

.cus-lineheight {
    line-height: 100%;
}

.lightgrey-color2 {
    color: #84859A;
}

.lightgrey-color3 {
    color: #BEC5CB;
}

.heading-color1 {
    color: #181C32;
}

.start h1 {
    line-height: 68px;
}

.start h4 {
    margin-top: 35px;
    margin-bottom: 50px;
}

.heading-color2 {
    color: #171A21;
}

.text-black {
    color: #000000;
}

section {
        padding-top: 100px;
        padding-bottom: 100px;
}

.brand-identity-img {
    width: 84%;
}

.Marketing-img {
    width: 90%;
}

.card-img {
    width: 80px;
}

.intro {
    background-image: url('../assets/images/Foreground.png');
    background-size: cover;
}

header {
    padding: 9px 0;
}

.mobile-tab-img {
    width: 106%;
    margin-bottom: 70px;
}

.get-trial {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
}

.Ai {
    background-color: black;

    img {
        width: 100%;
        margin-top: 1rem;
    }
}

.feature-card {
    padding: 1.5625rem;
    border: 1px solid rgba(235, 237, 243, 1);
    background: rgba(255, 255, 255, 1);
}

.tick-circle {
    width: 20px;
}

.amazing-themes {
    background-image: url("../assets/images/Foreground2.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.single-themes {
    transition: 500ms;
}

.theme-card-border {
    border: 1px solid #EBEDF3;
}

.preview-demo-img {
    height: 600px;
    padding-top: 31.25%;
    margin: auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
    transition: background-position 8s ease-out;
    position: relative;
    overflow: hidden;
}

.preview-demo-img:hover {
    overflow: auto;
    background-position: 0 100%;
}

.single-themes-thumb {
    max-height: 560px;
}

.single-themes-thumb:hover {
    overflow: auto;
}

.single-themes-content-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.first-p {
    margin-top: 20px;
    margin-bottom: 50px;
    line-height: 22px;
    font-family: 'DMSansRegular';
}
.second-p {
    margin-top: 20px;
    margin-bottom: 42px;
}
.single-themes-content-title {
    font-size: 28px;
    line-height: 1;
}

.third-p {
    margin-top: 20px;
    margin-bottom: 50px;
}

.fourth-p {
    margin-top: 20px;
    margin-bottom: 47px;
}

.cus-pl {
    padding-left: 0;
}

.cus-pr {
    padding-right: 0;
}

.single-themes:hover {
    /* -webkit-transform: translateY(-5px);
    transform: translateY(-5px); */
    color: rgba(0, 122, 255, 1)
}

.single-themes-content-title-icon {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.single-themes:hover .single-themes-content-title-icon {
    opacity: 1;
    visibility: visible;
}

.pricing-plan {
    background: rgba(247, 247, 249, 1);
}

.pricing-card {
    background: rgba(255, 255, 255, 1);
}

.plan-img {
    width: 3.28125rem;
}

.buy-now {
    border: 1px solid rgba(0, 0, 0, 1);
    color: rgba(6, 6, 6, 1);
    text-decoration: none;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buy-now:hover {
    background-color: rgba(0, 122, 255, 1);
    color: rgb(255, 255, 255, 1);
    border-color: rgba(0, 122, 255, 1);
}

.buy-now:focus,
.buy-now:focus-within {
    border: 1px solid rgba(0, 0, 0, 1);
}

.buy-now:focus-visible {
    border: none;
}

.navbar-nav .nav-link:hover {
    color: #007AFF;
}

.free-plugin-section {
    background-color: #000;
}

.plugin-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
}

.plugin-card {
    text-align: center;
    border-width: 1px;
    height: 170px;
    border-style: solid;
    border-color: rgba(47, 48, 55, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.plugin-name {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 500;
}

.address.mb-3 {
    padding-top: 16px;
}

.plugin-img {
    width: 80px;
    margin-bottom: 10px;
    transition: all ease .4s;
}


.customHR {
    margin-top: 60px;
    border-color: #b7b7b7;
}

footer.footer {
    padding-top: 100px;
    padding-bottom: 20px;
}
.feature-card ul li {
    font-size: 16px;
    color: #3F4254;
    padding-bottom: 12px;
    font-family: 'DMSansRegular';
    position: relative;
    padding-left: 26px;
}
.feature-card ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}
.feature-card ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background-image: url('../assets/images/bullet.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.plugin-card:hover .plugin-img{
    width: 100px;
    transition: all ease .4s;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.explore {
    border: 1px solid rgba(255, 255, 255, 1);
}

.get-in-touch {
    background-color: rgba(247, 249, 252, 1);
}

.black-btn {
    background-color: #060606;
    color: #FFFFFF;
    /* font-family: 'DMSansSemiBold'; */
    height: 55px;
    padding: 0 32px;
    font-size: 16px;
    border: 1px solid #FFFFFF;
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
}

.black-btn img {
    width: 14px;
    height: 10px;
    margin-left: 6px;
    transition: all 0.3s ease;

}

.black-btn:hover {
    background-color: #ffffff;
    border: 1px solid #060606;
    color: #060606;
}

.black-btn:hover img {
    filter: invert(1);
}

.white-btn {
    background-color: #FFFFFF;
    color: #060606;
    font-family: 'DMSansMedium';
    width: 140px;
    height: 45px;
    font-size: 14px;
    border: 1px solid #060606;
    text-wrap: nowrap;
    transition: all 0.3s ease;
    text-align: center;
}

.white-btn:hover {
    background: #000000;
    color: #ffffff;
}

.white-btn:hover img {
    color: #ffffff;
    filter: invert(1);
}

.white-btn img {
    width: 14px;
    height: 10px;
    margin-bottom: 2px;
    margin-left: 2px;
    transition: all 0.3s ease;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: 500;
    color: #3F4254;
    font-family: 'DMSansMedium';
    text-decoration: none;
    background: 0 0;
    border: 0;
    text-wrap-mode: nowrap;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

label {
    font-size: 14px;
    line-height: 1;
    color: #181C32;
    margin-bottom: .5rem;
    font-family: 'DMSansRegular';
}

input,
textarea {
    border: 1px solid rgba(235, 237, 243, 1);
    border-radius: 6px;
    padding: 10px 15px;
}

.form-control {
    padding: 10px 15px;
}

input::placeholder {
    font-family: 'DMSansMedium', sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #84859A;
}

textarea::placeholder {
    font-family: 'DMSansMedium', sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #84859A;
}

.get-touch-img {
    width: 100%;
}

.social-icon {
    width: 6%;
}

.logo {
    width: 128px;
}

.online-img {
    width: 106%;
}

.brand-img {
    width: 90%;
}

.marketing-img {
    width: 92.4%;
}

.payment-img {
    width: 100%;
}

.store-img {
    width: 100%;
}

.arrow-grey {
    width: 30px;
    margin-right: 60px;
}

.blue {
    background: rgba(235, 242, 247, 1);
}

.peach {
    background: rgba(248, 246, 240, 1);
}

.pastel {
    background: rgba(229, 245, 242, 1);
}

.coral {
    background: rgba(255, 238, 230, 1);
}

.grey {
    background: rgba(241, 244, 246, 1);
}

.black {
    background: rgba(6, 6, 6, 1);
}

.col-lg-6.col-12.cus-pl {
    padding-left: 0;
}

.col-lg-6.col-12.cus-pr {
    padding-right: 0;
}

.textarea {
    resize: none !important;
}

.toggle-switch {
    display: inline-flex;
    border-radius: 999px;
    background-color: #fff;
    border: 4px solid #ffffff;
    overflow: hidden;
}

.toggle-option {
    padding: 8px 20px;
    border: none;
    background: none;
    font-weight: 500;
    color: #333;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 15px;
}

.cus-started {
    padding: 0 34px;
    width: auto;
}

.cus-started:hover {
    border-color: #ffffff;
}

.toggle-option.active {
    background-color: #007bff;
    color: #fff;
    border-radius: 999px;
}

.path {
    background: #000;
    overflow: hidden;
}

.marquee-wrapper {
    overflow: hidden;
    width: 100%;
    background: #181c32; /* or your preferred background */
    position: relative;
    height: 80px;
    display: flex;
  }
  
  .marquee-content {
    display: flex;
    width: max-content;
    animation: marquee-left 18s linear infinite;
  }
  
  .marquee-content .item {
    display: flex;
    align-items: center;
    margin-right: 60px; /* adjust gap between items */
    white-space: nowrap;
  }
  
  @keyframes marquee-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(50%);
    }
  }


  .social-ul {
    padding-left: 0;
    margin-bottom: 0;
}
  .social-ul li {
    display: inline-block;
    margin-left: 8px;
}
.social-ul li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    position: relative;
}
.twitter {
    background-image: url('../assets/images/twitter.png');
    background-size: cover;
}
.social-ul li a.twitter:hover::before {
    background-image: url('../assets/images/hover-twitter.png');
    background-size: cover;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    z-index: 1;
}
.facebook {
    background-image: url('../assets/images/facebook.png');
    background-size: cover;
}
.social-ul li a.facebook:hover::before {
    background-image: url('../assets/images/hover-facebook.png');
    background-size: cover;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    z-index: 1;
}
.linkedin {
    background-image: url('../assets/images/linkedin.png');
    background-size: cover;
}
.social-ul li a.linkedin:hover::before {
    background-image: url('../assets/images/hover-linkdin.png');
    background-size: cover;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    z-index: 1;
}
.instagram {
    background-image: url('../assets/images/instagram.png');
    background-size: cover;
}
.social-ul li a.instagram:hover::before {
    background-image: url('../assets/images/hover-insta.png');
    background-size: cover;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    z-index: 1;
}
.cus-build-br {
    display: block;
}
.cus-align-center {
    display: flex;
    align-items: center;
}
.footer-ul-bx ul li {
    padding-bottom: 16px;
}
.footer-ul-bx ul li:last-child {
    padding-bottom: 0;
}


/*  About Page */
 
.cus-br {
    display: block;
}
 
 
.about-img1 {
    width: 416px
}
 
.about-img2 {
    width: 416px;
}
 
.about-img3 {
    width: 416px;
}
 
.about-img4 {
    width: 634px;
}
 
.bg-with-whitegrad {
    background-image: url("../assets/images/mainhead-img.png");
    background-repeat: no-repeat;
    background-size: contain;
}
 
.theme-features {
    .container {
        padding-top: 0px !important;
    }
}
 
.question1 {
    padding: 30px;
    background: #EEF6FF;
    display: flex;
    flex-direction: column;
    gap: 20px;
 
}
 
.question2,
.question3 {
    padding: 30px;
    background: #F7F9FC;
 
    .my-4 {
        margin-top: 1.24rem !important;
        margin-bottom: 1.5rem !important;
    }
 
}
 
.minus-icon,
.plus-icon {
    width: 16px;
 
}
 
/* ** Contact-Us** */
.list-icon {
    width: 24px;
}
 
.contact-info li {
    display: flex;
    align-items: center;
    gap: 20px;
 
}
 
.contact .container {
    padding-bottom: 0px !important;
}

.bg-with-greygrad {
    background-image: url("../assets/images/pricng-bg-img.png");
    background-repeat: no-repeat;
    background-size: cover;
}
 
.pricing-cards {
    background: #F7F7F9;
 
}
 
.pricing-cards .container {
    padding-top: 50px !important;
    padding-bottom: 150px !important;
}
 
.pricing-table-section {
    background: #fff;
    padding-top: 0px;
    padding-bottom: 50px;
}
 
.pricing-heading {
    font-size: 50px;
}

.pricing-subheading {
    font-size: 20px;
}

.pricing-main-heading {
    font-size: 72px;   
}

.pricing-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    background: #fff;
    font-family: inherit;
 
}

.offcanvas-header {
    display: flex;
    align-items: center;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    justify-content: space-between;
}

.pricing-table th,
.pricing-table td {
 
    width: 25%;
    border: none;
    border-bottom: 1px dashed #E6E9F5;
    border-right: 1px dashed #E6E9F5;
    padding: 20px 32px 20px 32px;
 
    vertical-align: middle;
    background: #fff;
}

.pricing-table tbody td {
    font-family: 'DMSansRegular';
}
 
.pricing-table th {
    background: #fff;
    font-weight: 600;
    border-bottom: 1px dashed #E6E9F5;
    vertical-align: bottom;
    /* Align thead text to bottom */
}
 
/* ...rest of your table CSS... */
 
.pricing-table th:first-child,
.pricing-table td:first-child {
    border-left: none;
    /* No left border on first column */
}
 
.pricing-table th:last-child,
.pricing-table td:last-child {
    border-right: none;
    /* No right border on last column */
}
.pricing-table th {
    background: #fff;
    font-weight: 600;
    border-bottom: 1px dashed #E6E9F5;
}
 
.pricing-table th.bg-dark {
    background: #171A21 !important;
    color: #fff !important;
}
 
.Upgrade-btn {
    padding: 20px 40px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'DMSansSemiBold', sans-serif;
 
}
 
.tick-circle {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}
 
.table-head-color {
    color: #111112 !important;
}
 
.table-head-bgcolor {
    background-color: #111112 !important;
}
 
.third-col-bg {
 
    background: rgba(0, 122, 255, 0.05) !important;
}
 
.no-th-padding {
    padding: 0 !important;
}
 
.th-inner-padding {
    padding: 20px 32px 20px 32px;
    margin: 0;
}
 
 
/* ** Blogs** */
.Recommended-Topics .container,
.Blogs .container {
    padding-top: 0px !important;
}
 
.Recommended-Topics {
    background: #F7F7F9;
}
 
.blog-card img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
}
 
.blog-date {
    font-family: 'DMSansMedium';
    font-size: 16px;
    position: absolute;
    top: 19px;
    left: 19px;
    background: #111112;
    color: #fff;
    padding: 10px;
    z-index: 2;
    text-align: center;
 
}
 
a:hover {
    color: #007AFF;
}
 
.search-bar {
    display: flex;
    width: 100%;
    max-width: 650px;
    padding: 4px;
    background: #fff;
 
}
 
.search-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 0 20px;
    font-size: 1.1rem;
    height: 55px;
    background: transparent;
    color: #222;
}
 
.search-input::placeholder {
    font-family: 'DMSansSemiBold', sans-serif;
    font-size: 16px;
    color: #84859A;
 
}
 
.search-btn {
    width: 100px;
    height: 55px;
    background: #007AFF;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
 
}
 
 
 
.search-btn svg {
    display: block;
}
 
.topics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}
 
.topic-card {
    background: #FFFFFF;
    padding: 24px;
    min-height: 326px;
    display: flex;
    flex-direction: column;
    border-bottom: 5px solid transparent;
 
}
 
.topic-card:hover {
    border-bottom: 5px solid var(--p3, #007AFF)
}
 
.topic-card ul li {
    padding: 10px 0;
    border-bottom: 1px solid #EBEDF3;
}
 
.topic-card ul li:last-child {
    border: 0;
    padding-bottom: 0;
}
 
 
.topic-title {
    font-family: 'DMSansSemiBold', sans-serif;
    font-size: 28px;
    color: #171A21;
    margin-bottom: 24px;
 
}
 
.topic-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
 
}
 
.topic-card li a {
    font-family: 'DMSansMedium', sans-serif;
    font-size: 20px;
    color: #3F4254;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s;
    display: flex;
    justify-content: space-between;
}
 
.topic-card li .arrow {
    font-size: 1.1em;
    margin-left: 8px;
    color: #3F4254;
    transition: color 0.2s;
}
 
.topic-card li a.active,
.topic-card li a:hover {
    color: #007aff;
 
}
 
.topic-card li a .active .arrow,
.topic-card li a:hover .arrow {
    color: #007aff;
}
 
.theme {
    background: #FFFFFF;
    border: 1px solid #EBEDF3;
    padding: 16px;
 
}

.p-5-cus {
    padding: 3rem !important;
}
 
/* ****Pricing Plan **** */
 
.currency {
    font-family: 'InterMedium';
    font-size: 20px;
    color: #171A21;
 
}
 
.amount {
    font-family: 'InterSemiBold';
    font-size: 32px;
    color: #171A21;
}
 
.duration {
    font-family: 'InterMedium';
    font-size: 14px;
    color: #84859A;
}
 
.card-img {
    width: 58px;
}
 
.navbar {
    --bs-navbar-padding-y: 1rem !important;
}

.pricing-plan {
    padding-top: 0px;
}

.pricing-my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.price-cus-p-5 {
    padding: 3rem !important;
}
 
/* ********************************************** */
 
.signup-form-section {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .signup-form-section {
            padding: 25px 50px;
        }
        .signup-form .form-control,
        .signup-form .form-select {
            border: 1px solid #EBEDF3 !important;
            border-radius: 6px !important;
            padding: 10px 15px !important;
            margin-bottom: 24px;
        }
        .signup-form-section h2 {
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 48px;
        }
        .signup-form .btn {
            border-radius: 0;
            font-size: 20px;
            padding: 14px 0;
            font-weight: 600;
        }
        .signup-form .login-link {
            margin-top: 24px;
            text-align: center;
        }
        .signup-image-section {
            display: flex;
            align-items: center;
            justify-content: center;
            background-image: url("../assets/images/log-in-sign-up-bg.png");
            background-size: cover;
            background-repeat: no-repeat;
            min-height: 810px;
            height: 100%;
            width: 100%;
        }
        .sign-up-btn {
            background-color: #060606;
            color: #FFFFFF;
            font-size: 16px;
            font-family: 'DMSansSemiBold', sans-serif;
            width: 100%;
            text-align: center;
            margin-top: 50px;
        }
        .sign-up-btn:hover {
            background-color: #FFFFFF;
            color: #060606;
            border: 1px solid #060606;
        }
        .login-title {
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 50px;
        }
        .form-check-input{
            border-radius: 6px !important;
            padding: 12px !important;
            border: none !important;
        }
 
 
        /* ***********GET_IN_TOUCH********** */
        .get-touch-img-col{
            background-image: url(../assets/images/get-touch-img.png);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }

        .frequently-section {
            padding-right: 80px;
        }

        .accordion-button:not(.collapsed) {
            background-color: #EEF6FF;
            box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
            padding: 30px;
            font-size: 20px;
            box-shadow: none;
            color: #181C32;
            font-family: 'DMSansRegular';
        }
        .accordion-button {
    background-color: #F7F9FC;
    border: 0;
    font-size: 22px;
    color: #181C32;
    font-family: 'DMSansRegular';
}
.accordion-item {
    border: 0;
}


.signup-form-section {
    padding: 0px 50px;
    display: flex;
    justify-content: center;
    height: 100%;
}

.accordion-collapse {
    background: #EEF6FF;
    font-style: italic;
    margin-bottom: 0;
    font-size: 16px;
    color: #3F4254;
}

.accordion-collapse .accordion-body p {
    margin-bottom: 0;
    font-size: 14px;
    color: #3F4254;
    font-style: italic;
    font-family: 'DMSansRegular';
}

.accordion-body {
    padding: 0;
    padding: 30px;
    padding-top: 0 !important;
}

.accordion-item:focus-visible {
    outline: none;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-collapse.collapse.show .accordion-body p {
    margin-bottom: 0;
    font-size: 14px;
    color: #3F4254;
    font-style: italic;
    font-family: 'DMSansRegular';
}

.accordion-button {
    background-color: #F7F9FC;
    border: 0;
    font-size: 20px;
    color: #181C32;
    font-family: 'DMSansRegular';
    padding: 30px;
}
.accordion-item {
    margin-bottom: 20px;
}
.get-touch-img {
    display: none;
}
.form-control {
    border: var(--bs-border-width) solid #EBEDF3;
}

.home-headnig {
    font-size: 60px;
}
.about-main-heading {
    font-size: 69px;
}
.Bs-blog {
    padding-bottom: 0;
}
.blog-main-heading {
    font-size: 69px;
}
.Blogs {
    border-bottom: 1px solid #EBEDF3;
}
.contact-us-top {
    padding-top: 52px;
}
.contact {
    padding-bottom: 0px;
}
.cus-blog-mt-4 {
    margin-top: 1.5rem !important;
}
section.mainBx {
    padding-top: 50px;
    padding-bottom: 50px;
}

.font14 a.nav-link{font-size:14px;}
.font14 a.dropdown-item{font-size:14px;}

.cusBgColor{background:#F8F6F0}
#privacy_container ul li{list-style: disc;
    margin-left: 30px;}

.buy-now a:hover {
    color: #ffffff !important;
}
.single-price1:hover {transition: 300ms;}
.single-price1:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}