@media(min-width: 1920px) {
    .ext-resp-bannerImage {
        height: 580px;
    }
}
.carousel-indicators{
    z-index: 1;
    bottom: -10px;
}

.carousel-control-prev-icon {
    color: #000;
    background: lightgrey;
    padding: 12px;
    font-size: 25px;
    width: auto;
    height: auto;
}

.carousel-control-next-icon {
    color: #000;
    background: lightgrey;
    padding: 12px;
    font-size: 25px;
    width: auto;
    height: auto;
}

.carousel-control-next {
    opacity: 1;
    color: #000;
    width: auto;
    right: -20px;
}

.carousel-control-prev {
    opacity: 1;
    color: #000;
    width: auto;
    left: -20px;
}

.carousel-indicators li {
    width: 20px;
    border-radius: 50%;
    height: 100%;
    background: #000;
    margin-bottom: 0 !important;
}


@media (max-width:1024px) {
    .ext-detail-banner-content {
        max-width: 828px !important;
    }

    .post_details_content {
        max-width: 828px !important;
    }

    .ext-tata-banner-content {
        max-width: 828px !important;
    }
}

@media screen and (max-width:768px) and (min-width:280px) {
    .custom-banner-text {
        margin-right: 0 !important;
        font-size: 15px !important;
    }

    .post_details_banner_content h1 {
        margin-right: 0 !important;
    }

    .ext-save-esignatureHead {
        margin-right: 0 !important;
        line-height: 38px !important;
    }

    .ext-resp-bannerImage {
        background-image: url(../images/success-stories/fintech/Responisive-ES.jpg) !important;
    }

    .custom-next-logo {
        display: none;
    }

    .accordion-started.accordion-bral .ac-label {
        font-size: 21px !important;
    }

    .custom-banner-btn-resp {
        width: auto !important;
    }

    .custom-health-resp {
        display: block;
    }

    .responsive-list {
        column-count: 2 !important;
    }
}

@media screen and (max-width:1024px) and (min-width:280px) {
    .custom-responsive-listItems {
        display: table !important;
    }

    .post_details_banner_content h1 {
        font-size: 38px !important;
        margin-right: 0;
        text-align: left !important;
    }
}

.ext-esign-electronicBadge img:hover {
    transform: none !important;
}

.color-sub-head:hover {
    color: #fff !important;
}

.post_details_content h4 {
    font-size: 26px !important;
    line-height: 1.2 !important;
}

.post_details_banner_content h1 {
    font-size: 50px;
    font-weight: 500 !important;
    margin-right: 0 !important;
}

a.button {
    margin: 20px;
    font-size: 14px;
    font-weight: 600;
}

.cursor-pointer {
    cursor: pointer;
}

.arrow {
    margin: 1em 0;

    &::after {
        display: inline-block;
        padding-left: 8px;
        content: "\0279E"; // arrow right unicode
        -webkit-transition: transform 0.3s ease-out;
        -moz-transition: transform 0.3s ease-out;
        -ms-transition: transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    &:hover {
        text-decoration: underline;
        /* color: #0c5449;
                                                                        background-color: #f6f3ed; */

        &::after {
            -webkit-transform: translateX(4px);
            -moz-transform: translateX(4px);
            -ms-transform: translateX(4px);
            -o-transform: translateX(4px);
            transform: translateX(4px);
        }
    }
}

.unique_box_content h2:hover {
    text-decoration: none !important;
}

.unique_box_content h2 {
    font-size: 36px !important;
}

.post_details_banner_content {
    max-width: 1060px;
    margin: 0 auto !important;
}

.custom-anchor-btn {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.custom-banner-text {
    margin-right: 35%;
    font-size: 16px;
}

.cursor-default:hover {
    cursor: default !important;
    background-color: transparent !important;
}

.support_box {
    background: transparent !important;
}

.custom-electronic-email {
    border: 1px solid lightgrey;
    padding: 20px;
}

.broad-bg-col {
    background: #fff;
    padding: 20px;
}

.custom-list-items {
    margin-left: 10px;
    margin-right: 20px;
}

/* -----------------> can start accordion style copy from here ------------------------*/


.accordion-started.accordion-bral img {
    width: 100%;
    height: 100%;
}

.accordion-started.accordion-bral .ac-label {
    padding: 1.5rem 0 1.5rem 0;
    position: relative;
    display: block;
    height: auto;
    cursor: pointer;
    color: #000;
    border: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    line-height: 33px;
    font-size: 23px;
    font-family: 'Roboto', sans-serif !important;
    background: #fff;
    border-top: 1px solid lightgrey;
    margin-bottom: 0 !important;
    font-weight: 500;
}

.accordion-started.accordion-bral input+.ac-label {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.accordion-started.accordion-bral input.ac-input {
    display: none;
}

.accordion-started.accordion-bral .article {
    overflow: hidden;
    height: 0px;
    max-height: auto;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.accordion-started.accordion-bral .article p {
    line-height: 23px;
    padding-left: 0px;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    margin-bottom: 30px;
}

.accordion-started.accordion-bral input:checked~.article i {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.accordion-started.accordion-bral input:checked~.article.ac-content {
    height: auto;
    background-color: #fff;
}

.accordion-started.accordion-bral i {
    position: absolute;
    transform: translate(-30px, 0);
    margin-top: 11px;
    right: 0;
}

.accordion-started.accordion-bral input:checked~.ac-label i:before {
    transform: translate(2px, 0) rotate(-45deg);
}

.accordion-started.accordion-bral input:checked~.ac-label i:after {
    transform: translate(-2px, 0) rotate(45deg);
}

.accordion-started.accordion-bral i:before,
.accordion-bral i:after {
    content: "";
    position: absolute;
    background-color: #173B6B;
    width: 2px;
    height: 7px;
}

.accordion-started.accordion-bral i:before {
    transform: translate(-2px, 0) rotate(-45deg);
}

.accordion-started.accordion-bral i:after {
    transform: translate(2px, 0) rotate(45deg);
}

.accordion-started ul.ac-list {
    padding-left: 40px;
    list-style-type: disc;
}


.pass a {
    text-decoration: none;
    font-size: 1em;
    position: relative;
    transition: all 0.6s;
}

.pass a:before {
    content: "";
    width: 0;
    height: 0.1em;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #c4272f;
    transition: all 0.3s;
}

.pass a:hover:before {
    width: 100%;
    left: 0;
    background: #c4272f;
}

.card_content:hover {
    background-color: transparent !important;
    cursor: default !important;
}

.custom-million-cust {
    padding-top: 0 !important;
}

.custom-second-banner {
    height: 380px !important;
}

.ext-button-pricing {
    background-color: #fff !important;
    color: #000 !important;
}

.ext-button-pricing:hover {
    background-color: #e6f3ef !important;
    color: #000 !important;
    border: none !important;
}

.ext-start-trial {
    background-color: #c4272e !important;
    border: 1px solid #c4272e !important;
    color: #fff !important;
}

.ext-start-trial:hover {
    border: 1px solid #81141d !important;
    background-color: #81141d !important;
    color: #fff !important;
}

@media (min-width: 1601px) {
    .ext-save-esignatureHead {
        font-size: 35px !important;
    }
}
.ext-esign-head1{
    font-size: 60px;
}
.ext-save-esignatureHead{
    margin-right: 35%; line-height: 46px;
}