﻿/* estamp page css */
.estamp-banner {
    background-image: url(/images/v2/themes/estamp-banner-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.estamp-banner-note {
    background-color: var(--color-bg-pink);
    border: 1px solid var(--color-red-bright);
}
/*.estamp-third-inner-wrapper {
  padding: 0px 100px;
}*/
.estamp-fourth-right {
    background: linear-gradient(270deg, #26647c, #9ec0cd);
    padding: 66px 70px 66px 105px;
}

.estamp-fourth {
    padding-left: 53px;
}

.espfif-card.card-1 {
    padding: 20px 27px;
}

.estamp-sixth {
    background: #f3f3f3;
}

    .estamp-sixth ul li::before {
        content: "›";
        margin-right: 6px;
        color: black;
        font-size: 24px;
        font-weight: 800;
    }

.estamp-seven-left span {
    background: linear-gradient(90deg, #83b6fc 0%, transparent 84%);
}

.usecase-tab {
    border: 1px solid #383838;
    color: #000;
    border-radius: 999px;
    font-size: 1.5rem;
    font-family: "Montserrat-SemiBold";
    cursor: pointer;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    white-space: nowrap;
    padding: 6px;
}

    .usecase-tab.slick-current {
        background-color: #0e1e2f;
        color: #fff;
    }

.estamp-eight {
    background-image: url(/images/v2/themes/estamp-eight-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bw-cir {
    height: 375px;
    width: 375px;
    padding: 67px;
}

.gradient-voilet {
    background: linear-gradient(90deg, #b4cbf4 17%, white 37%);
}

.common-faq-section .accordion-button {
    border-radius: 8px;
    transition: all 0.3s ease;
}

.accordion-item {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.common-faq-section .accordion-item .accordion-button {
    border: none;
    box-shadow: none;
}

.common-faq-section .accordion-item .accordion-body {
    padding: 0rem 2.5rem 1rem !important;
}

.common-faq-section .accordion-button:not(.collapsed) {
    color: black !important;
    font-weight: 500;
}

.accordion-item {
    transition: all 0.2s ease-in-out;
}

    .accordion-item:has(> .collapse.show) {
        border: 1px solid #f0682c !important;
    }

.py-6 {
    padding: 4.3rem 0rem;
}
/* homepage css starts */
.homepage-banner .container-1920 {
    background-image: url(/images/v2/themes/homepage-banner.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.hmp-third {
    background-image: url(/images/v2/themes/hmp-third-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.hmp-fifth-slide {
    position: relative;
}

.hmp-fifth .container-1920 {
    margin: 0 auto;
    /* transform: translateY(-45%); */
    background: white;
    position: relative;
    margin-top: -13rem;
}

.hmp-fifth .slick-slide {
    padding: 36px 200px;
}

.abs-four-card h6 {
    margin-top: -13px;
    padding: 8px 12px;
    backdrop-filter: blur(17px);
}
.hmp-fifth .container-1920 .hmpfifth-after{
    position:relative
}
.hmp-fifth .container-1920 .hmpfifth-after::before {
    content: url(/images/v2/logo/approved.png);
    top: 0;
    left: 0;
    position: absolute;
}

.hmp-fifth .container-1920 .hmpfifth-after::after {
    content: url(/images/v2/logo/red-stamp.png);
    bottom: 0;
    right: 0;
    position: absolute;
}
    .hmp-fifth .container-1920 .hmpfifth-after.dsc::after {
        content: url(/images/v2/logo/red-stamp-dsc.png);
       
    }
    .hmp-fifth .container-1920 .hmpfifth-after.esign::after {
        content: url(/images/v2/logo/red-stamp-esign.png);
    }
.hmp-sixth .d-grid {
    grid-template-columns: 34% 60%;
}

.hmp-sixth-left::after {
    content: "";
    position: absolute;
    right: -44px;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    border: 1px solid black;
}
/* about page css */
.about-us-banner {
    background-image: url(/images/v2/themes/about-banner-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 10rem;
}

.abs-inner {
    padding: 6rem 0rem 18.5rem;
}

.absb-float {
    width: 80%;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    top: -199px;
    background: white;
}

    .absb-float img {
        margin-top: -70px;
    }

.about-us-third {
    background-image: url(/images/v2/themes/about-third-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ab-ut-card {
    padding: 35px 26px;
}

.wwt-section {
    padding: 4rem 0 6rem;
    background-image: url(/images/v2/icon/wwt-dahsed-line.png);
    background-repeat: no-repeat;
    background-position-y: 69%;
    background-size: contain
}
/*  login page css */

.login-container {
    min-height: 100vh;
}

.login-form-wrapper {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
    padding: 35px 50px;
    backdrop-filter: blur(10px);
    border: 1px solid #e2e2e2;
}

.wwt-inner {
    margin: auto 148px;
}

.login-form input, .login-form textarea, .login-form select {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #fff !important;
    padding: 20px 41px;
}

.login-form .form-control option {
    color: black
}

.login-form .form-control:focus {
    color: #fff !important;
}

.login-form .form-check .form-check-input {
    padding: 8px
}

    .login-form .form-check .form-check-input:checked {
        background-color: #181818;
        border-color: white;
    }

.login-form input::placeholder, .login-form textarea::placeholder {
    color: #ccc;
}

.btn-login {
    background-color: white;
    color: black;
    font-weight: 600;
}

.btn-google {
    background-color: #ffffff;
    color: #000;
    border: 1px solid #ccc;
}

.btn-apple {
    background-color: #000;
    color: #fff;
}

.divider {
    text-align: center;
    margin: 1.5rem 0;
    font-size: 0.875rem;
    color: white;
}

.brand-image {
    max-width: 300px;
}

.login-container {
    background-image: url(/images/v2/themes/login-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

    .login-container .login-form .form-label {
        position: absolute;
        position: absolute;
        left: 32px;
        top: -12px;
        padding: 0 9px;
        background: #2d2725;
    }

.login-form-wrapper.signup {
    padding: 34px 50px;
    margin-top: -36px;
}

.forgot-password-form-wrapper {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
    padding: 65px 90px;
    backdrop-filter: blur(10px);
    border: 1px solid #e2e2e2;
}

    .forgot-password-form-wrapper .form-label {
        position: absolute;
        position: absolute;
        left: 41px;
        top: -12px;
        padding: 0 9px;
        background: #2d2725;
    }

    .forgot-password-form-wrapper input,
    .forgot-password-form-wrapper textarea {
        background-color: transparent;
        border: 1px solid #ccc;
        color: #fff;
        padding: 20px 41px;
    }

    .forgot-password-form-wrapper ol {
        list-style-type: inherit;
        padding-left: 1rem !important;
    }
/*  contact us page css */
.contact-us-banner {
    background-image: url(/images/v2/themes/about-banner-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.contact-us-main-inner {
    width: 90%;
    margin: 0 auto;
    background: white;
    /* transform: translateY(-130px); */
    margin-top: -130px;
    padding-bottom: 69px;
}

.cumi-left {
    background-image: url(/images/v2/themes/cumi-left.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.forgot-password-form-wrapper.contact-us .form-label {
    background: white;
}

.forgot-password-form-wrapper.contact-us input,
.forgot-password-form-wrapper.contact-us textarea {
    border: 1px solid #000000;
}

.form-control:focus {
    box-shadow: none;
    background-color: transparent;
}

.contact-us-banner .abs-inner {
    padding: 6rem 0rem 10.5rem;
}

.forgot-password-form-wrapper.contact-us {
    padding: 67px;
}

.cumi-left {
    padding: 120px 60px;
}
/* insurrance page css */
.gradient-head {
    background: linear-gradient(81deg, #3f3232 36%, #863c3c 64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.insurance-banner-inner {
    background-image: url(/images/v2/themes/insurance-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.insurance-banner-form-wrapper {
    padding: 31px 26px;
    border: 1px solid #9d9d9d;
    background-color: white;
    margin-bottom: 30px
}

    .insurance-banner-form-wrapper .form-label {
        position: absolute;
        left: 12px;
        top: -12px;
        background: white;
        padding: 0 10px;
    }

    .insurance-banner-form-wrapper input {
        padding: 13px 19px;
    }

.object-fit-cover {
    object-fit: cover;
}

.insurance-second .d-grid {
    grid-template-columns: 29% 29% 29%;
}

.insurance-third,
.finance-third {
    background: linear-gradient(0deg, #ebe6e600, #eee9e9);
}

.insurance-fourth {
    background-image: url(/images/v2/themes/insurance-fourth-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/*  finance page css */
.finance-banner-inner {
    background-image: url(/images/v2/themes/finance-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.finance-second .d-grid {
    grid-template-columns: 29% 29% 29%;
    gap: 6rem;
}

.finance-second-card {
    padding: 25px 25px 25px 0px;
    border-radius: 114px 48px 48px 114px;
}

    .finance-second-card img {
        transform: translateX(-40px);
    }

.finance-third-right ul li {
    padding-left: 36px;
}

    .finance-third-right ul li::before {
        content: url(/images/v2/icon/brown-arrow.png);
        position: absolute;
        top: 5px;
        left: 0;
    }

.finance-fourth {
    background-image: url(/images/v2/themes/finance-fourth-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* bank page css */
.bank-banner-inner {
    background-image: url(/images/v2/themes/bank-banner-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bank-second .d-grid {
    grid-template-columns: 30% 30% 30%;
}

.bank-fourth {
    background-image: url(/images/v2/themes/bank-fourth-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/* pharma page css */
.pharma-banner-inner {
    background-image: url(/images/v2/themes/pharma-banner-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.pharma-fourth {
    background-image: url(/images/v2/themes/pharma-four-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.pharma-second .d-grid {
    grid-template-columns: 24% 24% 24%;
    gap: 11rem;
}

.psc-floating {
    padding: 36px 26px;
    border-radius: 14px;
    border: 1px solid #c5c5c5;
    top: 50%;
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    right: -30%;
    backdrop-filter: blur(30px);
}
/* estate page css */
.estate-banner-inner {
    background-image: url(/images/v2/themes/estate-banner-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.estate-fourth {
    background-image: url(/images/v2/themes/estate-fourth-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/* hr page css */
.hr-banner-inner {
    background-image: url(/images/v2/themes/human-resource-banner-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.hr-fourth {
    background-image: url(/images/v2/themes/hr-fourth-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/*  it telecom page css */
.it-telecom-banner-inner {
    background-image: url(/images/v2/themes/it-telecom-banner-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.it-telecom-second .d-grid {
    grid-template-columns: 26% 26% 26%;
    gap: 8rem;
}

.it-telecom-fourth {
    background-image: url(/images/v2/themes/it-telecom-fourth-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.itf-right-card {
    border-radius: 11px;
}

.itfrch-left {
    background-color: #e2d4d0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat-SemiBold';
    color: #8C4935;
}

.itf-right-card-head {
    background-color: #fff5e5;
    border: 1px solid #ddd7d5;
    border-top-right-radius: 11px;
    border-top-left-radius: 11px;
    padding: 20px 9px;
    margin-bottom: 1rem;
}

.it-telecom-fifth .d-grid {
    grid-template-columns: 29% 68%;
    gap: 3rem;
}

.it-telecom-second-card {
    padding: 27px 17px 27px 88px;
    border-radius: 50px;
    border: 1px solid #dadada;
}

    .it-telecom-second-card img {
        left: -105px;
        top: 50%;
        transform: translateY(-50%);
    }
/*  media and entertainment page css */
.media-entertainment-fourth {
    background-image: url(/images/v2/themes/media-entertainment-fourth-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.media-entertainment-banner-inner {
    background-image: url(/images/v2/themes/media-entertainment-banner-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/*  retail-page css */
.retail-banner-inner {
    background-image: url(/images/v2/themes/retail-bannr-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.retail-second-card {
    border-top-left-radius: 60px;
}

.retail-fourth {
    background-image: url(/images/v2/themes/retail-fourth-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.rsc-head-left {
    background: #e2d4d0;
    height: 40px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat-SemiBold';
    color: #8C4935;
}

.retail-fifth-card {
    padding: 36px 30px;
    border: 1px solid #efefef;
    background-color: white;
}

    .retail-fifth-card::after,
    .retail-fifth-card::before {
        content: "";
        position: absolute;
        height: 150px;
        width: 150px;
        border-radius: 9px;
        background-color: #e8d7d3;
        z-index: -1;
    }

    .retail-fifth-card::after {
        top: -9px;
        right: -9px;
    }

    .retail-fifth-card::before {
        left: -9px;
        bottom: -9px;
    }
/*  stock broking css */
.stock-broking-banner-inner {
    background-image: url(/images/v2/themes/stock-broking-banner-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.stock-broking-fourth {
    background-image: url(/images/v2/themes/stock-broking-fourth-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.stock-broking-second-card img {
    transform: translateX(-22px);
}

.hex-card {
    display: flex;
    width: 100%;
    background: linear-gradient(to bottom right, #e6e5f0, #e6e5f0);
    clip-path: polygon( 50% 5%, 50% 5%, 100% 30%, 100% 70%, 50% 95%, 50% 95%, 0% 70%, 0% 30% );
    padding: 90px 45px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .hex-card:hover {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    }

    .hex-card h6 {
        color: #3b1616;
    }

    .hex-card p {
        line-height: 1.5;
    }
/* msme page css */
.msme-banner-inner {
    background-image: url(/images/v2/themes/msme-banner-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.msme-fourth {
    background-image: url(/images/v2/themes/msme-fourth-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.legal-banner-inner {
    background-image: url(/images/v2/themes/legal-banner-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.legal-fourth {
    background-image: url(/images/v2/themes/legal-fourth-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/* terms and condition page css */

.tc-main-wrapper {
    padding-top: 70px !important;
}

.tc-main-sidebar {
    background: #e0e9f2;
    max-height: 93vh;
    overflow-y: scroll;
    padding: 125px 66px;
}

    .tc-main-sidebar ol {
        list-style: decimal;
    }

.tc-main-content-wrapper {
    background-color: #f5f9fd;
}

.tc-main-content-wrapper {
    padding: 33px 48px;
}

.tcmsw-inner {
    padding: 28px;
    max-height: 80vh;
    overflow-y: scroll;
}

.pricing-banner-inner {
    width: 80%;
    margin: 0 auto;
    background: white;

    padding: 34px 46px;
    margin-top:-130px
}

.btn-red-outline {
    border: 1px solid #a30000;
}

.pricing-banner-inner + p {
    margin-top: -118px;
    padding-bottom: 60px;
}

.faq-banner {
    background-image: url(/images/v2/themes/about-banner-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

    .faq-banner .faq-inner {
        padding: 3rem 0rem 3.5rem;
    }

.faq-main-section-right {
    background-color: #FAEEEE;
    padding: 0px 44px 44px 44px;
}

.faq-form-wrapper .form-control {
    padding: 14px 33px;
    border: 1px solid black !important;
    background-color: transparent;
}

.faq-form-wrapper label {
    position: absolute;
    top: -12px;
    left: 27px;
    padding: 0px 6px;
    background-color: #FAEEEE;
}

.faq-main-section-left .accordion-item {
    margin-bottom: 34px;
}

.features-banner-inner {
    width: 100%;
    margin: 0 auto;
    background: white;
    transform: translateY(-130px);
    padding: 98px 86px;
}

.fbi-card {
    margin-bottom: 30px;
    border: 1px solid #D4D4D4;
}

.fbi-card-head {
    height: 93px;
}

.feature-second {
    background-image: url(/images/v2/icon/features-second-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -8.0625rem;
}

.feature-second-card {
    padding: 44px 150px;
}

.feature-third .fbi-card {
    margin-bottom: 0px;
    height: 100%;
}

.mode-adharotp-banner {
    background-image: url(/images/v2/themes/gradient-bg-light.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.mode-adharotp-inner {
    padding: 2rem 0rem 9rem;
}

.mode-adharotp-banner-inner {
    width: 90%;
    margin: 0 auto;
    background: white;
    transform: translateY(-130px);
    padding: 4.5rem 3rem;
}

    .mode-adharotp-banner-inner img {
        margin-top: -190px;
    }

    .mode-adharotp-banner-inner::after {
        content: url(/images/v2/icon/enter-code.png);
        position: absolute;
        bottom: -60px;
        right: -80px;
    }

.adhar-bio-banner-inner::after {
    content: url(/images/v2/icon/adhar-small.png);
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.mode-adharotp-banner-inner::before, .adhar-bio-banner-inner::before, .adhar-face-banner-inner::before {
    content: url(/images/v2/icon/uidai-english.png);
    position: absolute;
    right: 30px;
    top: 20px
}

.mode-adharotp-banner-content .d-grid {
    gap: 2.5rem
}

.mabc-card {
    border-right: 1px dashed black;
    padding: 0 12px
}

.mode-adharotp-banner-content .d-grid .mabc-card:last-child {
    border: none
}

.mode-adharotp-third {
    background-image: url(/images/v2/themes/mode-adharotp-third-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.maotpt-right {
    background: linear-gradient(45deg, #f5e8e7, white);
    padding: 4.75rem;
}

    .maotpt-right::after {
        content: url(/images/v2/icon/sign-black.png);
        position: absolute;
        bottom: 0;
        right: 0
    }

.adhar-bio-banner-inner {
    width: 90%;
    margin: 0 auto;
    background: white;
    /* transform: translateY(-130px); */
    padding: 4.5rem 3rem;
    margin-top: -130px;
}

.adhar-face-banner-inner {
    width: 90%;
    margin: 0 auto;
    background: white;
    /* transform: translateY(-130px); */
    padding: 4.5rem 3rem;
    margin-top: -130px;
}

    .adhar-face-banner-inner .float-img {
        margin-top: -11.5rem
    }

    .adhar-face-banner-inner.capricornid::before {
        content: url(/images/v2/logo/capricorn-id-logo.png);
        transform: scale(.7);
        right: 0px
    }

    .adhar-face-banner-inner.browser-signing:before {
        content: none
    }

    .adhar-face-banner-inner.browser-signing img {
        margin-top: -128px;
    }

.mode-adharotp-inner.browser-signing {
    padding: 2rem 0rem 12rem
}

.blog-search input {
    padding: .8rem 4.875rem;
}

.blog-search::before {
    content: url(/images/v2/icon/search.png);
    position: absolute;
    left: 34px;
    top: 50%;
    transform: translateY(-50%);
}

.blog-inner-banner.pt-94 {
    padding-top: 70px !important;
}

.daily-newsletter-box {
    background-color: #183354;
    padding: 29px 59px 54px;
    
}

.menu-toggle img {
    width: 30px;
}

.cfc-head div.rounded-pill {
    border: 1px solid #565656 !important
}

.cfc-head .rounded-pill.active {
    background-color: #FAEEEE;
}

.pink-divider {
    border: 1px solid #DFDFDF;
    margin: 37px 0px;
    padding: 3px;
    position: relative;
}

    .pink-divider::before {
        content: '';
        position: absolute;
        border: 3px solid #F4796C;
        left: 0;
        top: 0;
        width: 35%
    }

.top-stories-sice li {
    padding-bottom: 1rem;
    border-bottom: 1px solid #E4E4E4
}

.border-right {
    border-right: 1px solid #DFDFDF
}

.modes-dropdown a:hover {
    color: white !important
}

.bg-brown:hover {
    color: white !important
}

.usecas-dropdown .dropdown-item:hover, .usecas-dropdown .dropdown-item:focus {
    color: white !important;
    background-color: transparent !important;
}

.cust-mg img {
    left: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.form-control:disabled, .form-control[readonly] {
    background-color: unset !important;
    opacity: 1;
}

.ds-btn-upload {
    background: #806460;
}

.border-bottom-gray {
    border-bottom: 1px solid #E5E5E5
}

.hmp-fifth-slider .slick-prev:before, .hmp-fifth-slider .slick-next:before {
    font-size: 32px;
    color: #000000;
}

.maotpt-left iframe {
    border-radius: 10px
}

.estamp-second-inner {
    border: 3px solid #C5C5C5;
    border-top: none;
}

    .estamp-second-inner a {
        transform: translateY(50px)
    }

input:-internal-autofill-selected {
    background: transparent !important
}

.estamp-banner-right {
    background-image: url(/images/v2/themes/etap-banner-right.webp);
    /* background-size: 100% 100%; */
    background-repeat: no-repeat;
    height: 546px;
    background-position-x: center;
}

.estamp-fourth-left {
    background-image: url(/images/v2/themes/estamp-fourth-left.webp);
    /* background-size: 100% 100%; */
    background-repeat: no-repeat;
    background-position-x: center;
}

.iris-card {
    margin-bottom: 30px;
    padding: 0px 50px
}

    .iris-card h4 {
        border-top: 1px solid black;
        border-left: 1px solid black;
        padding-top: 20px
    }

.bg-none {
    background: none
}

.estamp-eight .slick-arrow {
    background: transparent;
    border: none
}

.nav-tabs-slider {
    width: 90%
}

.mode-toggle-r-area {
    background: #3A3A3A;
    position: absolute;
    top: 46px;
    width: max-content;
    height: 0px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    transition: all .3s ease-in-out
}

    .mode-toggle-r-area.active {
        height: max-content;
        padding: 27px 28px;
    }

.hmp-fourth-left img {
    height: 24px;
    width: 24px
}

.mode-toggle-r-area .dropdown-item:hover {
    background: #3A3A3A;
}

.estamp-third-inner-wrapper .col-md-auto.col-4.mb-4 {
    min-width: 240px;
}




.rev_slider .slick-list {
    padding-left: 26% !important;
    padding-right: 26% !important;
    overflow-y: visible;
    overflow-x: clip;
}

}

.rev_slider .slick-dots {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.rev_slider .slick-track {
    max-width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    perspective: 100px;
}

.rev_slider .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
}

.rev_slider .slick-snext,
.rev_slider .slick-sprev,
.rev_slider .slick-snext2,
.rev_slider .slick-sprev2 {
    display: block;
}

.rev_slider .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    z-index: 2;
}

.rev_slider .slick-snext {
    opacity: .6;
    transform: translate3d(60%, 0, -16px);
    z-index: 1;
    perspective: 1000px;
}

.rev_slider .slick-sprev {
    opacity: .6;
    transform: translate3d(-60%, 0, -16px);
}


.rev_slider.benifit-slider .slick-snext {
    opacity: .6;
    transform: translate3d(52%, 17px, -7px) rotate(8deg);
    z-index: 0;
    z-index: 0;
    perspective: 1000px;
}


.rev_slider.benifit-slider .slick-sprev {
    opacity: .6;
    transform: translate3d(-52%, 17px, -7px) rotate(-8deg)
}

.rev_slider .slick-sprev2 {
    opacity: 1;
    transform: translate3d(-100%, 0, -26px);
}

.rev_slider .slick-snext2 {
    opacity: 1;
    transform: translate3d(100%, 0, -26px);
}

.rev_slider.benifit-slider .slick-sprev2, .rev_slider.benifit-slider .slick-snext2 {
    opacity: 0;
}

#tooltip-box {
    position: absolute;
    z-index: 9999;
    padding: 10px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: none;
    width: 220px;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}



.cust-map-tooltip {
    padding: 12px 25px;
}

.gradient-green {
    background: linear-gradient(90deg, #B1E4AE 26%, white 78%);
    padding: 3px 12px
}

.estamp-seven-right {
    transform: scale(.8)
}

.map-negative {
    margin-top: -98px
}

.contact-us-form-submit::before {
    content: url(/images/v2/themes/contact-arrow.webp);
    position: absolute;
    top: 42%;
    right: 100%;
}
html body .fm-map-container > a {
    opacity: 0 !important
}
.estamp-seven-right::after {
    content: '';
    position: absolute;
    z-index: 101 !important;
    left: 0;
    bottom: 0;
    background: white;
    width: 200px;
    height: 20px;
}
.ds-floating-buy-dsc {
    padding: 36px 10px 27px 23px;
   
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-decoration: none;
    position: sticky;
    margin: 0 auto;
    top: 100px;
}
.blog-left-sb {
    top: 60px;
    height: 1000px;
}
.blog-main-card {
    background: #ffeae2;
    padding:0px 0px 16px;
    height:100%
}
.stackSub .input-group input {
    color: white!important;
    background: transparent;
}
.stackSub .input-group input:focus {
    color: black !important;
    background: white;
    box-shadow: none
}
.bds-border-right {
    border-right: 1px solid #BCBCBC
}
.red-pdf {
    top: 92px;
    right: 12px;
}