body {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}

header {
    background: var(--Color-White, #FFF);
    box-shadow: 0px 0px 12px 8px rgba(204, 204, 204, 0.24);
    padding: 2px 0;
    position: sticky;
    top: 0;
    z-index: 5;
}

.navbar-nav .dropdown-menu {
    padding: 0;
}

.main-header ul li {
    margin-left: 10px;
    margin-right: 10px;
}

.main-header .dropdown-menu li {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.main-header ul li a {
    color: #2A2A2A !important;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 0;
    padding-right: 0;
}

.main-header ul {
    margin: 0 auto;
    margin-bottom: 0px;
}

.fill-btn {
    padding: 10px 24px 10px 24px;
    border-radius: 8px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background-color: #F48120;
    color: #fff;
    text-decoration: none;
    border: 1px solid #F48120;
}

.fill-btn:hover {
    color: #F48120;
    border: 1px solid #F48120;
    background-color: transparent;
}

.border-btn {
    color: #F48120;
    border: 1px solid #F48120;
    /*! background-color: #fff; */
    padding: 10px 24px 10px 24px;
    border-radius: 8px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
}

.border-btn:hover {
    background-color: #F48120;
    color: #fff;
}

.header-btn .border-btn {
    margin-right: 15px;
}

h1 {
    font-family: Poppins;
    font-size: 56px;
    font-weight: 600;
    line-height: 70px;
    /*! text-align: center; */
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

h2 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

h3 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 600;
    line-height: 56px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

h4 {}

h5 {}

h6 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.tag-title {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.gray-bk {
    background-color: #F1F1F1;
}

.light-gray-bk {
    background-color: #FAFAFA;
}

.light-pink-bk {
    background-color: #FDF6E3;
}

.section-padding {
    padding: 72px 0;
}

.banner-section h1 span {
    color: #F48120;
}

.banner-section {
    background-image: url('../images/banner.png');
    background-size: cover;
    padding: 72px 0 300px 0;
    background-position: center;
}

.banner-section.product-banner-section {
    padding: 72px 0;
    background-image: url('../images/Hero1.png');
    background-size: cover;
    background-position: center;
}

.banner-section.feature-banner-section {
    padding: 72px 0;
    background-image: url('../images/featureBG.png');
    background-size: cover;
    background-position: center;
}

.banner-section p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #727E83;
    padding: 10px 0 20px 0;
}

.banner-button .fill-btn {
    margin-right: 15px;
}

.dashboard-look .dashboard-img {
    width: 100%;
    margin-top: -285px;
}



.what-we-do {
    padding: 32px;
    border-radius: 30px;
    background-color: #FDF6E3;
}

.what-we-do .tag-title {
    color: #F48120;
}

.what-we-do-pera {
    padding: 30px 0;
}

.what-we-do-pera p {
    color: #2A2A2A;
    text-align: center;
}

.counter-block {
    display: flex;
    align-items: center;
}

.counter-block img {
    width: 120px;
    margin-right: 30px;
    max-width: 100%;
}

.counter-content h2 {
    text-align: left;
    color: #2A2A2A;
    margin-bottom: 0;
}

.counter-content p {
    color: #203A4C;
    margin-bottom: 0;
}

.product-section {
    margin-top: 50px;
}

.title-with-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-card-slider .slick-slide {
    padding: 15px;
}

.product-card-slider .slide-item {
    background-color: #fff;
    border-radius: 24px;
    overflow: hidden;
}

.product-card-slider .product-card-content {
    padding: 24px;
    /*! margin-bottom: 15px; */
}

.product-card-slider .product-card-content p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #727E83;
}

.product-card-slider .product-card-content .border-btn {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 10px 24px 10px 24px;
    margin-top: 5px;
    display: inline-block;
}

.slick-dots li button::before {
    color: #CECECE !important;
}

.slick-dots li.slick-active button::before {
    opacity: .75;
    color: #F48120 !important;
}


.section-number {
    font-family: Azeret Mono;
    font-size: 140px;
    font-weight: 700;
    line-height: 115px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F1F1F1;
}

.numaric-section h2 {
    text-align: left;
    font-weight: 600;
}

.numaric-section p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #727E83;
}

.left-padding {
    padding-left: 50px;
}

.right-padding {
    padding-right: 50px;
}

.solution-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 0;
    margin-top: 30px;
}

.solution-list li {
    list-style: none;
    width: calc(50% - 10px);
}

.solution-list li h6 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 5px;
}

.solution-list li p {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 2px;
    color: #727E83;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.solution-icon-list {
    display: flex;
    align-items: center;
    /*! width: Fixed (624px)px; */
    /*! height: Hug (96px)px; */
    padding: 12px 16px 12px 16px;
    gap: 16px;
    border-radius: 24px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 19px 2px #FFD2AC1F;
}

.icon-list-content {
    position: relative;
}

.icon-list-content::before {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #727E83;
    position: absolute;
    left: -12px;
    opacity: 0.2;
}

.features-content p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2A2A2A;
}

.features-content ul {
    margin-bottom: 30px;
}

.features-content ul li {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #727E83;
    list-style: none;
    position: relative;
    margin-bottom: 15px;
}

.features-content ul li:before {
    content: '';
    background-image: url('../images/tikIcon.svg');
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -42px;
    top: -2px;
}

.features-content a {
    display: inline-block;
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
    display: none;
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: transparent;
    box-shadow: none;
}

.accordion-item {
    margin-bottom: 15px;
    border-radius: 8px !important;
}

.accordion-item:has(.show) {
    border: 1px solid #f48120 !important;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button {
    padding: 10px 15px;
    border-radius: 8px !important;
}

.accordion-button span {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2A2A2A;
    margin-left: 12px;
}

.accordion-item:not(:first-of-type) {
    border: 1px solid rgba(0, 0, 0, .125);
}

.accordion-body {
    position: relative;
}

.accordion-body p {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 2px;
    color: #727E83;
}

.accordion-body::before {
    content: '';
    width: calc(100% - 40px);
    height: 1px;
    background-color: #F1F1F1;
    position: absolute;
    left: 20px;
    top: 5px;
}

.companies-list {
    display: flex;
    justify-content: center;
    gap: 80px;
    align-items: center;
    padding-left: 0;
    margin-top: 20px;
    flex-wrap: wrap;
}

.companies-section h6 {
    font-weight: 600;
}

.companies-list li {
    list-style: none;
}

.testimonial-slider {
    margin-top: 15px;
}

.testimonial-slider .slide-item {
    text-align: center;
    background-color: #FAFAFA;
    padding: 32px;
    border-radius: 30px;
}

.testimonial-slider .slide-item img {
    width: 64px;
    margin: 0 auto;
}

.testimonial-slider .slider-right-arrow {
    right: 0;
    position: absolute;
    top: 50%;
    border: 1px solid;
    border-radius: 50%;
    padding: 10px;
    color: #2A2A2A;
    cursor: pointer;
}

.testimonial-slider .slider-left-arrow {
    left: 0;
    position: absolute;
    top: 50%;
    border: 1px solid;
    border-radius: 50%;
    padding: 10px;
    z-index: 1;
    color: #2A2A2A;
    cursor: pointer;
}

.testimonial-slider .slick-list {
    width: 80%;
    margin: 0 auto;
}

.testimonial-slider .slick-arrow:hover {
    border: 1px solid #f48120;
    color: #fff;
    background-color: #f48120;
}

.testimonial-card-content {
    margin-top: 15px;
}

.testimonial-card-content p {
    font-size: 18px;
    color: #2A2A2A;
}

.author-name {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #727E83 !important;
    margin-bottom: 0;
    margin-top: 25px;
}

.author-designation {
    color: #727E83;
    opacity: 0.5;
}

.get-start-section {
    background-image: url('../images/get-start-bk.png');
    background-size: 100% 100%;
    padding: 72px 0 72px 0;
    background-position: center;
    text-align: center;
    margin-bottom: -250px;
    z-index: 1;
    position: relative;
}

.get-start-section h2 {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 500;
    line-height: 64px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.get-start-section h2 span {
    color: #F1F1F1;
}

.get-start-section p {
    color: #2A2A2A;
    line-height: 23px;
    opacity: 0.7;
}

.light-black-btn,
.light-black-btn:hover {
    background-color: #2A2A2A;
    color: #fff;
}

.light-black-border-btn,
.light-black-border-btn:hover {
    background-color: transparent;
    color: #2A2A2A;
    border-color: #2A2A2A;
}

.btn-with-arrow {
    display: inline-flex;
    justify-content: space-between;
}

footer {
    padding-top: 230px;
}

.quick-links p {
    color: #727E83;
    margin-bottom: -5px;
}

.quick-links ul {
    padding-left: 0;
}

.quick-links ul li {
    list-style: none;
    margin: 15px 0;
}

.quick-links ul li a {
    color: #2A2A2A;
    text-decoration: none;
}

.copy-rights {
    text-align: center;
    border-top: 1px solid #CECECE;
    padding-top: 15px;
    margin-top: 15px;
}

.demo-modal .modal-header {
    border: 0;
}

.demo-modal .modal-body {
    padding: 0;
}

.demo-modal .modal-content {
    border-radius: 0;
    border: 0;
}

.demo-modal .features-content ul {
    margin-bottom: 50px;
    margin-top: 30px;
}

.demo-modal .features-content img {
    width: 100%;
}

.demo-modal .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.demo-modal .features-content {
    padding-left: 0;
}

.demo-modal .features-content h1 {
    text-align: left;
}

.demo-modal .features-content ul li {
    color: #203A4C;
}

.btn-close {
    background: none;
    opacity: 1;
    margin-right: 30px !important;
}

.btn-close:focus {
    box-shadow: none;
}

.btn-close span {
    color: #2A2A2A;
}

.form-control {
    height: 48px;
    padding: 12px 16px 12px 16px;
    gap: 10px;
    border-radius: 16px;
    border: 0.5px solid #CECECE;
    background-color: #FAFAFA;
    color: #2A2A2A;
}

textarea.form-control {
    height: 128px;
    padding: 12px 16px 12px 16px;
    gap: 10px;
    border-radius: 16px;
    border: 0.5px solid #CECECE;
    background-color: #FAFAFA;
    color: #2A2A2A;
}

label {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.tab-icon {
    text-align: center;
    margin-top: 80px;
    padding-left: 0;
}

.tab-icon li {
    display: inline-block;
    margin: 0 30px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    position: relative;
    text-align: center;
}

.tab-icon li.active {
    background-color: #F48120;
}
.tab-icon li.sub-active:after{
    content: '';
    height: 2px;
    width: calc(100% - 20px);
    background-color: #f48120;
    display: block;
    position: absolute;
    left: 80px;
    top: 50%;
}
.section-tab {
    position: sticky;
    top: 10px;
    background-color: #fff;
}

.product-card {
    background-color: #fff;
    border-radius: 24px;
    overflow: hidden;
    margin: 15px 0;
}

.product-card img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.product-card .product-card-content {
    padding: 24px;
}

.product-card .product-card-content p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #727E83;
    padding: 0;
}

.product-card .product-card-content .border-btn {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 10px 24px 10px 24px;
    margin-top: 5px;
    display: inline-block;
}

.service-banner p {
    text-align: left;
}

.numaric-section a {
    display: inline-block;
}

.sticky-section-one,
.sticky-section-two,
.sticky-section-three,
.sticky-section-four {
    position: sticky;
    top: 0;
}

.sticky-section-two {
    z-index: 2;
    background-color: #fff;
}

.sticky-section-three {
    z-index: 3;
}

.sticky-section-four {
    z-index: 4;
    background-color: #fff;
}

.service-card {
    background-color: #FFFFFF;
    padding: 24px;
    border-radius: 24px;
}

.service-card h6 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 0;
}

.card-1 img {
    max-height: 455px;
    max-width: 100%;
}

.card-2 {
    margin-bottom: 25px;
}

.service-card p {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
}

.service-card-details {
    margin-top: 15px;
}

.service-card-details p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
}

.feature-tab-section {
    padding-top: 0;
    position: relative;
    margin-top: -37px;
}

.feature-tab-section .nav-link.active,
.feature-tab-section .nav-tabs .nav-link:focus,
.feature-tab-section .nav-tabs .nav-link:hover {
    color: #F48120;
    background-color: transparent;
    border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: 2px solid #F48120;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    z-index: 1;
    position: relative;
}

.feature-tab-section .nav-link {
    font-weight: 500;
    color: #727E83;
    font-size: 14px;
    border: 0;
}

.feature-tab-section .nav-tabs::before {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    background-color: #CECECE;
    top: 37px;
}


.nav-tabs .nav-link:hover {
    border-color: transparent;
    isolation: isolate;
}

.ei-section h2 {
    font-weight: 600;
}

.ei-section p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #203A4C;
}

.stories-by-indu-card-list {
    display: flex;
    justify-content: center;
    grid-auto-flow: row;
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    place-items: center;
    flex-wrap: wrap;
}

.stories-by-indu {
    position: relative;
    width: 31.5%;
    /*! height: 100%; */
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.stories-by-indu img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}



.stories-by-indu-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*! background-color: rgba(0, 0, 0, 0.5); */
    color: #fff;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.7s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    /*! background: linear-gradient(180deg, rgba(12, 30, 59, 0) 0%, #0C1E3B 100%); */
    text-align: center;
}


.stories-by-indu:hover .stories-by-indu-content {
    transform: translateY(0);
    transition: transform 0.7s ease;
}

.stories-by-indu .card-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}

.stories-by-indu:hover .card-title {
    opacity: 0;
}

.stories-by-indu-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*! background-color: rgba(0, 0, 0, 0.5); */
    color: #fff;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.7s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    /*! background: linear-gradient(180deg, rgba(12, 30, 59, 0) 0%, #0C1E3B 100%); */
    text-align: center;
}

.stories-by-indu-content p {
    line-height: normal;
    text-align: left;
    font-size: 14px;
}

.card-btn {
    text-align: left;
    margin-top: 5px;
}

.stories-by-indu:hover img {
    filter: blur(1px);
    -webkit-filter: blur(1px);
}

.price-tab .nav-tabs {
    border: 0;
    justify-content: center;
    box-shadow: 0px 0px 8px 6px #D4D4D429;
    background-color: #fff;
    border-radius: 40px;
    padding: 4px;
    display: inline-flex;
    align-items: center;
    align-self: center;
}

.price-tab-list {
    text-align: center;
    margin: 30px 0;
}

.price-tab-list .nav-link.active {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    border: 1px solid;
    border-radius: 40px;
    border: 1px solid #F481205C;
    background: #F481203D;
    color: #000;
}

.price-tab-list .nav-link {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 40px;
    color: #727E83;
    min-width: 200px;
}

.price-card {
    height: 100%;
}

.price-card h6 {
    font-weight: 500;
    color: #403D82;
}

.price-card-details p {
    font-family: Poppins;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #727E83;
}

p.price-tag {
    text-align: center;
}

.price-tag span {
    font-family: Poppins;
    font-weight: 600;
    font-size: 36px;
    line-height: 56px;
    letter-spacing: 0%;
    text-align: center;
    color: #2A2A2A;

}

.price-btn {
    width: 100%;
    display: block;
    text-align: center;
    margin: 10px 0 15px 0;
}

.border-list ul li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #727E83;

    margin-top: 15px;
}

.features-content.border-list ul {
    padding-left: 25px;
    margin-bottom: 0;
}

.features-content.border-list ul li::before {
    content: '';
    background-image: url('../images/border-tik.svg');
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -25px;
    top: 1px;
}

.border-list h6 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0%;
    color: #203A4C;
}

.price-table {
    text-align: center;
    padding: 0;
    /*! overflow: hidden; */
}

.price-table table {
    margin-bottom: 0;
    border-color: #f1f1f1;
}

.price-table h6 {
    text-align: center;
    font-size: 20px;
    color: #2A2A2A;
    margin-bottom: 0;
}

.price-table .price-tag {
    padding-top: 0;
}

.price-table p {
    text-align: center;
}

.plan-name {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2A2A2A;
    padding: 10px 20px 10px 20px !important;
}

.price-table tbody td {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2A2A2A;
    padding: 10px 0 10px 0;
}

.price-table tbody td span {
    display: block;
}

.price-table tr {
    vertical-align: middle;
}

.select-plan-btn {
    background-color: transparent;
    color: #2a2a2a;
    border: 1px solid #F1F1F1;
}

.faqs-section h2 {
    text-align: left;
    font-weight: 600;
    color: #203A4C;
}

.faqs-section .accordion-button span {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #2A2A2A;
    padding: 5px;
    margin-left: 0;
}

.faqs-section .accordion-item:has(.show) {
    border: 1px solid #F4812029 !important;
    background-color: #FDF6E3;
}

.faqs-section .accordion-body::before {
    display: none;
}

.faqs-section .accordion-body {
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.faqs-section .accordion-body p {
    font-family: Poppins;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;

}

.faqs-section .accordion-button:not(.collapsed)::after,
.accordion-button::after {
    /*! display: block; */
}

.faqs-section .plus {
    display: none;
}

.faqs-section .minus {
    background-color: #f48120;
    border-radius: 50%;
    color: #fff;
}

.faqs-section .collapsed .plus {
    display: block;
}

.faqs-section .collapsed .minus {
    display: none;
}

.faqs-section .accordion-button::after {
    background-image: none;

}

.faqs-section .plus,
.faqs-section .minus {
    position: absolute;
    right: 10px;
    font-size: 24px;
}

.faqs-section .accordion-button.collapsed {
    background-color: #FAFAFA;
}

.faqs-section .accordion-button.collapsed:hover .plus {
    background-color: #203a4c;
    color: #fff;
    border-radius: 50%;
}

.faqs-section .accordion-button {
    padding: 10px 35px 10px 15px;
    border-radius: 8px !important;
}

.faqs-section .tab-accordion-section {
    margin-top: 30px;
}



@media only screen and (max-device-width: 768px) {
    h1 {
        font-size: 30px;
        line-height: 48px;
    }

    h2 {
        font-size: 20px;
        line-height: 30px;
    }

    h3 {
        font-size: 26px;
        line-height: 40px;
    }

    h6 {
        font-size: 18px;
        line-height: 36px;
    }

    .fill-btn,
    .border-btn {
        font-size: 14px;
    }

    p,
    .product-card-slider .product-card-content p,
    .numaric-section p,
    .features-content ul li,
    .features-content p,
    .testimonial-card-content p,
    .quick-links ul li a,
    .main-header ul li a.dropdown-item,
    .main-header ul li a,
    .price-card-details p,
    .plan-name,
    .banner-section p,
    .price-table tbody td {
        font-size: 14px;
        line-height: 24px;
    }

    header .navbar-collapse {
        position: absolute;
        background-color: #fff;
        width: 100%;
        left: 0;
        top: 58px;
        border-top: 1px solid #b9b9b9;
    }

    .header-btn .border-btn,
    .header-btn .fill-btn {
        margin-right: 5px;
        padding: 5px 15px;
        font-size: 12px;
    }

    .navbar-brand img {
        width: 90px;
    }

    .counter-block {
        margin: 5px 0;
    }

    .counter-block img {
        width: 70px;
        margin-right: 15px;
        max-width: 100%;
        margin-top: 5px;
    }

    .section-padding,
    .banner-section.feature-banner-section,
    .banner-section.product-banner-section {
        padding: 40px 0;
    }

    .tab-icon li {
        margin: 0 12px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .tab-icon li img {
        width: 24px;
    }

    .section-number {
        font-size: 80px;
        line-height: 85px;
    }

    .left-padding {
        padding-left: 15px;
    }

    .right-padding {
        padding-right: 15px;
    }

    .solution-list li {
        width: 100%;
    }

    .features-content ul li::before {
        content: '';
        background-image: url('../images/tikIcon.svg');
        background-size: 35px 35px;
        width: 35px;
        height: 35px;
        position: absolute;
        left: -42px;
        top: 0px;
    }

    .features-content {
        margin-bottom: 15px;
    }

    .accordion-button img {
        width: 30px;
    }

    .accordion-button span {
        font-size: 16px;
    }

    .companies-list {
        gap: 30px;
    }

    .testimonial-slider .slick-list {
        width: 100%;
    }

    .testimonial-slider .slider-left-arrow,
    .testimonial-slider .slider-right-arrow {
        padding: 5px;
    }

    .get-start-section {
        padding: 50px 0 50px 0;
        background-size: cover;
    }

    .get-start-section h2 {
        font-size: 28px;
        line-height: 44px;
    }

    .btn-with-arrow {
        margin-top: 15px;
    }

    .quick-links ul li {
        margin: 5px 0;
    }

    .demo-modal .features-content,
    .demo-form {
        padding: 15px
    }

    .demo-form {
        margin-bottom: 50px;
    }

    .btn-close {
        margin-right: 0px !important;
    }

    .navbar-nav .dropdown-menu {
        border: 0;
    }

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        right: 0;
        position: absolute;
        top: 18px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .55);
        border-color: #f48120;
        height: 34px;
    }

    .navbar-toggler span {
        color: #f48120;
    }

    .feature-tab-section .nav-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .price-tab-list .nav-link {
        min-width: 100px;
    }

    .price-card h6 {
        font-size: 18px;
        line-height: 24px;
    }

    .price-tag span {
        font-size: 28px;
        line-height: 44px;
    }

    .features-content.border-list ul li::before {
        top: 4px;
    }

    .features-content.border-list ul {
        margin-top: 15px;
    }

    .border-list ul li {
        margin-top: 5px;
        margin-bottom: 0;
    }

    .col-md-4:has(.price-card) {
        margin: 15px 0;
    }

    .service-card {
        margin: 15px 0;
    }
    .stories-by-indu {
        width: 100%;
    }
}
