/* Start of footer pages  */

.entry-content {
    padding: 5rem 0rem;
}

.entry-content .headerText {
    font-size: 32px;
    line-height: 64px;
    margin: 0 0 20px;
    font-weight: 700;
}

.entry-content .subHeaderText {
    font-size: 1.5rem;
    line-height: 36px;
    margin: 10px 0px;
}

.entry-content .entry-summary p {
    text-align: left;
}

.entry-content .blog-post>.inner-post p:first-child {
    margin-top: 0px;
}

.entry-content .blog-post>.inner-post p:last-child {
    margin-bottom: 0px;
}

.entry-content .blog-post>.inner-post p:last-child {
    margin-bottom: 0px;
}

.entry-content .unstyle {
    padding-left: 20px;
    list-style: none;
    margin-bottom: 20px;
}

.ot-icon-list-wrapper .ot-icon-list-item {
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 0;
}

.s-design .ot-icon-list-item span {
    position: relative;
    align-self: baseline;
    text-align: left;
    line-height: 1.75rem;
}

.ot-icon-list-wrapper span.ot-icon-list-icon {
    margin-right: 5px;
    margin-top: 15px;
    font-size: 13px;
    line-height: normal;
}

.s-design .ot-icon-list-icon i {
    color: #847968;
}

.ot-icon-list-wrapper .ot-icon-list-item {
    display: flex;
    align-items: center;
    word-break: normal;
}

.ot-icon-list-wrapper .ot-icon-list-icon i {
    display: block;
    width: 1em;
    height: 1em;
    transition: all 0.3s linear;
}

.ot-icon-list-icon .fa-circle:before {
    content: "";
    width: 15px;
    height: 2px;
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    margin-right: 5px;
    position: absolute;
    left: -10px;
    top: 45%;
    transform: translateY(-30%);
    transition: .4s all;
}

/* ================================== */

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded="true"] {
    border-bottom: 1px solid #000;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    padding-right: 50px;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #552ADB;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #000;
    border: 1px solid #000;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded="true"] {
    color: #fff;
}

.accordion button[aria-expanded="true"] .icon::after {
    width: 0;
}

.accordion button[aria-expanded="true"]+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 1rem 0 1.5rem;
}

/* ========================================== */

.passwordDiv {
    width: 100%;
    position: relative;
}

.passwordDiv i {
    position: absolute;
    top: 20px;
    right: 15px;
    left: auto;
    color: #000;
    cursor: pointer;
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-eye:before {
    content: "\f06e" !important;
}

/* ======================================== */

.wrapper {
    max-width: 100%;
}

.fda-task-slider.slick-slider {
    padding-bottom: 80px;
}

.fda-task-slider .slick-slide {
    margin: 0 15px;
}

.slick-slide a {
    color: white;
    font-size: 16px;
    /*font-family:myriad-pro, sans-serif;*/
    font-family: "PT Sans", sans-serif;
}

.slick-slider button {
    transform: scale(1)
}

.slick-slider button:hover {
    transform: scale(1.1)
}

.slick-next:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    top: -15px;
    right: 20px;
    background-image: url("../img/left-icon.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.slick-prev:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    top: -15px;
    right: 20px;
    transform: rotate(180deg);
    background-image: url("../img/left-icon.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.slick-next,
.slick-prev {
    top: auto;
    bottom: 15px;
}

.slick-prev {
    left: 45%;
}

.slick-next {
    right: 45%;
}

.outer_body_wrapper {
    background-image: url('../image/Home Page - BG.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.inner_page_wrapper {
    background-image: url('../img/common/LandingPage.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* ======================================== */


@media (min-width:1700px) and (max-width:1800px) {

    h1 {
        font-size: 3.7rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    /* p {
        font-size: 0.9rem;
    } */

    .fda-nav-menu-link {
        font-size: 1.2rem;
    }

    .fda-dropdown-link {
        font-size: 0.9rem;
    }

    .fda-hero-v4-scroller-block {
        height: 46rem;
    }

}

@media (min-width:1500px) and (max-width:1600px) {

    h1 {
        font-size: 3.5rem;
    }


    h2 {
        font-size: 2.3rem;
    }

    p {
        font-size: 0.9rem;
    }

    .fda-nav-menu-link {
        font-size: 1.2rem;
    }

    .fda-dropdown-link {
        font-size: 0.9rem;
    }

    .fda-hero-v1-text-wrapper {
        max-width: 36rem;
    }

    .fda-hero-v1-right-content {
        max-width: 35rem;
    }

    .fda-hero-v4-scroller-block {
        height: 40rem;
    }

}

@media screen and (max-width:1024px) {

    .fda-hero-v4-content {
        max-width: 30.25rem;
    }

    .fda-hero-v4-scroller-block {
        width: 100%;
        justify-content: center;
    }

    .fda-revolution {
        padding-bottom: 2rem;
    }

    .use-case-sec.fda-revolution {
        padding-top: 0px;
        padding-bottom: 6rem;
    }

    .fda-growth-card-wrapper-v3,
    .fda-track-content-box,
    .fda-optimize-card-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .fda-operation-scroll-block {
        height: 55vh;
    }

    .fda-tools-wrapper-v2 {
        padding-bottom: 5rem;
    }

    .fda-tools-card-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .fda-tools-card {
        max-width: 45%;
        padding: 1.25rem
    }

    .fda-tools-image-wrapper {
        margin-bottom: 0rem;
    }

    .fda-tools-card.fda-radius-small.fda-1 {
        margin-top: 0px
    }

    .fda-business-v3-timeline-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .process-flow .fda-business-v3-timline-text {
        opacity: 1 !important
    }

    .fda-business-v3-timeline-line {
        display: none;
    }

    .process-flow .fda-business-v3-timline-text {
        max-width: 100%;
    }

    .fda-timeline-icon {
        transform: scale(1) !important;
    }

    .fda-footer-bottom-content {
        grid-template-columns: 0.4fr 1fr;
    }

    .fda-footer-box-two.fda-change {
        padding-left: 1rem;
    }

    .fda-section-gap-top {
        padding-top: 4rem;
    }

    .fda-section-gap-bottom {
        padding-bottom: 4rem;
    }

    .fda-hero-v1-content-wrap {
        padding-bottom: 4rem;
    }

    .fda-footer {
        padding-top: 4rem;
    }

    h1 {
        font-size: 2.8rem;
    }

    h2 {
        font-size: 2rem;
    }

    .fda-nav-menu-link {
        font-size: 1rem;
    }

    .fda-dropdown-link {
        font-size: 0.9rem;
    }

    .fda-footer-bottom-link-wrapper {
        grid-template-columns: 0.5fr 0.8fr 1fr;
    }
}

@media (min-width:991px) {
    .fda-operation-main-content {
        display: none;
    }
}

@media screen and (max-width:991px) {

    .drive_smart.fda-revolution {
        padding-bottom: 0rem;
    }

    .fda-hero-v4-content {
        max-width: 45rem;
    }

    .fda-workflow-inner-content-v3 {
        flex-direction: column-reverse;
    }

    .fda-workflow-right-box {
        max-width: 100%;
    }

    .fda-workflow-points-wrapper {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        gap: 25px;
    }

    .fda-gap-none.fda-workflow-paragraph {
        min-width: 100%;
    }

    .fda-tools-wrapper-v2.how_to_create {
        padding-bottom: 0rem;
    }

    .fda-growth .fda-digital-rotate-image-wrap {
        width: 70%;
        margin: 0 auto;
    }

    .fda-growth-paragraph {
        text-align: center;
        margin: 0 auto;
    }

    .fda-operation-main-content {
        width: 48%;
    }

    .fda-cloud-card-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .fda-cloud-main-box {
        width: 48%;
    }

    .fda-cloud-main-box._2 {
        width: 100%;
        flex-direction: row;
    }

    .fda-cloud-card-v2 {
        width: 48%
    }

    .fda-track-content-box {
        grid-template-columns: 1fr;
    }

    .fda-track-inner-box.fda-1 {
        flex-direction: column;
    }

    .instant_settle .fda-track-inner-box.fda-1 {
        flex-direction: row;
    }

    .fda-operation-text-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px
    }

    .fda-operation-text-block {
        width: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-top: 0rem;
    }

    .fda-operation-main-box-wrapper {
        max-width: 100%;
    }

    .fda-gap-none.fda-operation-paragraph {
        max-width: 100%;
    }

    .fda-operation-scroll-block {
        height: 100%;
    }

    .fda-task-text {
        max-width: 54%;
    }

    .fda-gap-none.fda-task-paragraph-v2 {
        max-width: 44%;
    }

    .fda-tools-wrapper-v2 {
        padding-bottom: 3.8rem;
    }

    .entry-content {
        padding: 0rem 0rem 3.25rem;
    }

    .use-case-sec.fda-revolution {
        padding-bottom: 3.8rem;
    }

    .fda-section-gap-top {
        padding-top: 3.8rem;
    }

    .fda-section-gap-bottom {
        padding-bottom: 3.8rem;
    }

    .fda-footer-bottom-content {
        grid-template-columns: 1fr;
    }

    .fda-gap-none.fda-footer-paragraph {
        max-width: 30rem;
    }

    .fda-footer-box-two._1 {
        align-items: center;
        text-align: center;
        padding-top: 0px;
        border-bottom: 1px solid #ffffffc2;
    }

    .fda-footer-box-line {
        display: none;
    }

    .fda-footer-top-line {
        display: none;
    }

    .fda-footer {
        padding-top: 3rem;
    }

    .fda-footer-bottom-link-wrapper {
        grid-template-columns: 0.6fr 0.8fr 1fr;
    }

    h1 {
        font-size: 2.7rem;
    }
}

@media screen and (max-width:767px) {

    .fda-growth .fda-digital-rotate-image-wrap {
        width: 100%;
    }

    .use-case-sec.fda-revolution {
        padding-bottom: 7.8rem;
    }

    .fda-revolution-management-box {
        grid-template-columns: 1fr;
    }

    .fda-management-box {
        max-width: 100%;
    }

    .fda-revolution-text-block {
        order: -1;
    }

    .fda-operation-main-content {
        width: 100%;
    }

    .fda-business-v3-timeline-wrapper {
        grid-template-columns: 1fr;
    }

    .fda-tools-wrapper-v2 {
        padding-bottom: 2.5rem;
    }

    .fda-tools-card {
        max-width: 100%;
    }

    .fda-challenges-text-wrapper.fda-align-off {
        text-align: center;
        align-items: center;
    }

    .fda-challenges-box-one {
        order: -1;
    }

    .slick-prev {
        left: 30%;
    }

    .slick-next {
        right: 30%;
    }

    .fda-hero-v1-content-wrap {
        padding-bottom: 2.5rem;
    }

    .fda-section-gap-top {
        padding-top: 2.5rem;
    }

    .fda-section-gap-bottom {
        padding-bottom: 2.5rem;
    }

    .fda-footer-bottom-link-wrapper {
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
    }

    .fda-footer-bottom-content {
        grid-template-columns: auto;
        grid-template-rows: auto;
    }

    .fda-footer-box-two.fda-change .w-layout-vflex {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .fda-footer-box-two.fda-change {
        padding: 1rem 0rem;
    }

    .fda-footer-box-two._1 {
        margin-bottom: 20px;
    }

    .fda-contact-info {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }

    .fda-copyright-text p {
        text-align: center;
    }

    .fda-gap-none.fda-task-paragraph-v2 {
        max-width: 100%;
    }

    h1 {
        font-size: 2.3rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    p {
        font-size: 1rem;
    }

    .fda-task-text {
        max-width: 100%;
    }
}


/* sujeet */

.fda-navbar-v1.fda-navbar.fda-change{
    background: transparent!important; 
    transform: unset!important;
    will-change: unset!important;
    transform-style:unset!important;
}
.fda-nav-container {
    &.sticky {
      background: #552ADB!important;
    }
  
    .fda-button-v1 {
      background: #000;
      border: unset;
    }
    .fda-button-text{
        color: #fff;
    }
  }

.bg-white{
    background: #fff;
}   
.bg-white .fda-button-dot.fda-radius-full{
    background: #000;
}
.align-items-center{
    align-items: center;
}
.text-center{
    text-align: center;
}
.fda-number-text.fda-1{
    color:#000;
}
.icon-progesss{
    width: 80px;
}
.icon-box{
    width: 50px;
    height: 50px;
}
.bg-black{
    background: #000;
}
.bg-black .fda-button-text{
    color: #fff;
}
.fda-get-in-touch{
    padding-top: 80px;
}
img.fda-help-logo {
    width: 60px;
}
.sticky .fda-nav-menu-link.w--current{
    color: #000;
}
.w-layout-hflex.fda-contact-icon img{
    width: 30px;
}

@media screen and (min-width:767px) and (max-width:992px) {
    .fda-tab-menu{
        flex-direction: row;
    }
}
.w-190{
    width: 190px;
}
.background-unset{
    background: unset;
}
video {
    background: transparent;
    outline: none;
  }