@font-face {
    font-family: 'lexendregular';
    src: url('../fonts/lexend-regular-webfont.woff2') format('woff2'),
         url('../fonts/lexend-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'lexendregular', system-ui, sans-serif;
    visibility: hidden;
}
#loader {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
#loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
}
.Main {
    visibility: hidden;
    transition: opacity 1s ease;;
}
#loader {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
#loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
}

html {
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
}
a:hover {
    color: inherit;
    text-decoration: none;
}

/*@font-face {
    font-family: 'lexendregular';
    src: url('../fonts/lexendregular-Regular.woff2') format('woff2'),
    url('../fonts/lexendregular-Regular.woff') format('woff'),
    url('../fonts/lexendregular-Regular.ttf') format('truetype'),
    url('../fonts/lexendregular-Regular.svg#lexendregular-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/

.header {
    position: sticky;
    top: 0px;
    z-index: 1000;
    width: 100%;
    background: rgba(34, 34, 34, 0);
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
}

.h_active {
    background-color: rgb(255 252 252 / 100%);
    box-shadow: 1px 1px 5px -2px #ccc;
}

.Main {
    position: relative;
}

.bg {
    background: url(../Images/BG.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.7;
    left: 0;
}

.bg2 {
    background: linear-gradient(110deg, rgb(255 244 241) 0%, rgb(244 242 242) 35%, rgb(243 239 239) 80%, rgb(255 244 241) 100%);
    position: absolute;
    z-index: -2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-attachment: fixed;
}

.w-80 {
    width: 80% !important;
}

.main-logo img {
    width: 200px;
}
.header-buttons {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-right: 12px;
}
.btn-get-demo {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .1s;
    border: none;
    font-size: 1.2em;
    max-height: 70px;
    min-height: 48px;
    background: #f33d0f;
    color: #fff;
    padding: 4px 20px;
    border-radius: 10px;
    text-wrap: nowrap;
}

.banner {
    padding: 50px 0px;
}

.banner-heading {
    text-align: center;
}

.banner-heading h1 {
    font-family: 'lexendregular' , sans-serif;
    font-weight: bold;
    font-size: 3.75rem;
}

.banner-heading h1 span {
    color: #f33d0f;
}

.banner-p {
    font-family: 'lexendregular' , sans-serif;
    font-size: 32px;
    text-align: center;
}

.bld-box1 {
    background: #BDDFF3;
    border: 2px solid #6B7280;
    width: 250px;
    border-radius: 5px;
    position: relative;
    padding: 0.5rem !important;
}

.bld-box1 img {
    width: 20px;
}

.bld-box1::after {
    position: absolute;
    content: "";
    background: #000000;
    width: 9px;
    height: 9px;
    right: -5px;
    top: 14px;
    z-index: 3;
    border-radius: 100px;
    border: 1px solid #fff;
}

.bld-box2 {
    background: #FED9ED;
    border: 2px solid #6B7280;
    width: 250px;
    border-radius: 5px;
    position: relative;
    padding: 0.5rem !important;
}

.bld-box2 img {
    width: 21px;
}

.bld-box2::after {
    position: absolute;
    content: "";
    background: #000000;
    width: 9px;
    height: 9px;
    right: -5px;
    top: 15px;
    z-index: 3;
    border-radius: 100px;
    border: 1px solid #fff;
}

.bld-box3 {
    background: #F8CDCB;
    border: 2px solid #6B7280;
    width: 250px;
    border-radius: 5px;
    position: relative;
    padding: 0.5rem !important;
}

.bld-box3 img {
    width: 22px;
}

.bld-box3::before {
    position: absolute;
    content: "";
    background: #000000;
    width: 9px;
    height: 9px;
    left: -5px;
    top: 15px;
    z-index: 3;
    border-radius: 100px;
    border: 1px solid #fff;
}

.bld-box4 {
    background: #D6F1C7;
    border: 2px solid #6B7280;
    width: 250px;
    border-radius: 5px;
    position: relative;
    padding: 0.5rem !important;
}

.bld-box4 img {
    width: 25px;
}

.bld-box4::before {
    position: absolute;
    content: "";
    background: #000000;
    width: 9px;
    height: 9px;
    left: -5px;
    top: 16px;
    z-index: 3;
    border-radius: 100px;
    border: 1px solid #fff;
}

.mt-7 {
    margin-top: 70px;
}

.cameoo-banner-png {
    position: relative;
}

.cameoo-banner-png img {
    width: 90px;
    z-index: 9;
    position: relative;
}

.cameoo-banner-png::before {
    position: absolute;
    content: "";
    background: #000000;
    width: 9px;
    height: 9px;
    left: 124px;
    top: 43px;
    border-radius: 100px;
    border: 1px solid #fff;
    z-index: 99;
}

.cameoo-banner-png::after {
    position: absolute;
    content: "";
    background: #000000;
    width: 9px;
    height: 9px;
    right: 125px;
    top: 43px;
    border-radius: 100px;
    border: 1px solid #fff;
    z-index: 99;
}

.line {
    position: absolute;
    width: 2px;
    margin-top: -1px;
    background-image: linear-gradient(to top, green 50%, transparent 0%);
    background-size: 8px 24px;
    background-repeat: repeat-y;
    background-position: 0% bottom;
    animation-name: border-dance;
    animation-duration: 24s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform: rotate(90deg);
    top: 105.5px;
    left: 198.5px;
    height: 241px;
    display: none;
}

.line2 {
    position: absolute;
    width: 2px;
    margin-top: -1px;
    background-image: linear-gradient(to top, green 50%, transparent 0%);
    background-size: 8px 24px;
    background-repeat: repeat-y;
    background-position: 0% bottom;
    animation-name: border-dance;
    animation-duration: 24s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform: rotate(0deg);
    top: 36px;
    left: 319px;
    height: 190px;
    display: none;
}

@keyframes border-dance {
    from {
        background-position: 0% bottom;
    }
    
    to {
        background-position: 100% top;
    }
}

.tab-section {
    padding: 70px 0;
}

section.how-it-work {
    margin-top: 34px;
}
section.faq {
    margin-top: 84px;
}

.section-heading {
    text-align: center;
}

.section-heading p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    letter-spacing: .1em;
    font-family: 'lexendregular', sans-serif;
}

.section-heading h2 {
    color: #f33d0f;
    font-size: 3rem;
    line-height: 1;
    font-weight: 600;
    font-family: 'lexendregular', sans-serif;
}

.section-heading label {
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: -.05em;
}

.section-heading2 {
    text-align: center;
}

.section-heading2 h2 {
    color: #f33d0f;
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 600;
    font-family: 'lexendregular', sans-serif;
}

.tab-btns {
    background: #faf6f6;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.nav-pills .nav-link {
    border-radius: 10px;
}

.my-nav-link {
    color: #000 !important;
    margin: 4px 0px;
}

.my-nav-link.active {
    background: #f7eaea !important;
    color: #f33d0f !important;
}

.my-nav-link:hover {
    color: #f33d0f !important;
    background: #f7eaea !important;
}

.my-nav-link.active .h-d-none {
    display: none;
}

.my-nav-link:hover .h-d-none {
    display: none;
}

.my-nav-link.active .h-d-block {
    display: block;
}

.my-nav-link:hover .h-d-block {
    display: block;
}

.h-d-block {
    display: none;
}

.h-d-none {
    display: block;
}

.tab-view-card {
    background-color: #fff;
    padding: 20px;
    min-height: 308px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.card-head-icon {
    /* background: #f0fdfa; */
    color: #208079;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.card-head-icon i {
    line-height: 40px;
}

.card-head-icon img {
    width: 50px;
}

.card-heading {
    margin-top: 24px !important;
}

.card-heading h6 {
    font-size: 18px !important;
}

.card-heading p {
    font-size: .875rem;
    line-height: 1.25rem;
}

.card-heading p {
    font-size: .875rem;
    line-height: 1.25rem;
    color: #8d8181;
}

.tab-text {
    font-size: 16px;
    font-weight: bold;
}

.nav-link {
    padding: 0px !important;
}

.tab-icon {
    /* width: 60px;
    font-size: 24px;
    text-align: center;
    margin-right: 14px;
    height: 60px;
    background: #fff;
    line-height: 60px;
    border-radius: 100px; */
    width: 60px;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
    /* margin-right: 14px; */
    height: 60px;
    align-items: center;
    /* background: #fff; */
    line-height: 60px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
}

.tab-icon img {
    width: 18px;
}

.tab-icon i {
    line-height: 60px;
}

.how-it-work-box {
    margin: 130px 0px;
}

.hiw-text h3 {
    font-size: 3rem;
    line-height: 1;
    font-weight: 600;
    font-family: 'lexendregular', sans-serif;
}

.hiw-text p {
    font-size: 1.25rem;
    letter-spacing: -.05em;
    line-height: 1.75rem;
    font-family: 'lexendregular', sans-serif;
}

.learn-more img {
    width: 20px;
}

.learn-more {
    padding: 6px 16px;
    background: none;
    border: 1px solid #f33d0f;
    margin-top: 12px;
    border-radius: 5px;
    box-shadow: 4px 4px 10px -2px #ccc;
    color: #212529;
}

.learn-more:hover {
    background: #f33d0f;
    color: #fff;
}

.learn-more:hover .learn-more-black-img {
    display: none;
}

.learn-more:hover .learn-more-white-img {
    display: inline-block;
}

.learn-more-black-img {
    display: inline-block;
}

.learn-more-white-img {
    display: none;
}

.hiw-vdo {
    text-align: center;
}

.hiw-vdo-right img {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    border-width: 4px;
    rotate: 2deg;
    /* border-radius: 47px; */
    background: none !important;
}

.hiw-vdo-right img:hover {
    rotate: 0deg;
}

.hiw-vdo-left img {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    font-display: swap;
    border-width: 4px;
    rotate: -2deg;
    overflow: hidden;
    /* border-radius: 50px; */
    /* border: 4px solid #ffd0c4; 
    box-shadow: -2px 2px 10px -5px #d6b7b7;*/
}

.hiw-vdo-left img:hover {
    rotate: 0deg;
}

.hiw-vdo-right img {
    width: 80%
}

.hiw-vdo-left img {
    width: 80%;
}

.FAQ-Head {
    font-size: 3rem;
    line-height: 1;
    font-weight: bold;
    font-family: 'lexendregular', sans-serif;
}

.FAQ-Body {
    margin-top: 50px;
}

.FAQ-Body .card {
    background: transparent !important;
    border: none;
    border-top: 1px solid #dddddd;
    padding: 12px 0px;
    width: 80%;
    margin: 0 auto;
}

.FAQ-Body .card-header {
    background: transparent !important;
    border: none;
}

.FAQ-Body .card-header a {
    font-size: 1rem;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    display: block;
}

.ready-to-automate {
    margin: 80px 0px;
}

footer {
    background: #fff;
    border-top: 1px solid #e9d0d0;
    padding: 50px 0px;
}

.footer-logo p {
    font-family: 'lexendregular', sans-serif;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 28px;
    color: #868686;
}

.footer-logo img {
    width: 180px;
}

.social {
    margin-right: 10px;
}

.social img {
    width: 25px;
    cursor: pointer;
    transition: width 1s, height 1s, transform 1s;
}

/* .social img:hover {
    transform: rotate(360deg);
} */


.link-noramal
{
    display: block
}
.link-hover
{
   display: none;
}
.insta:hover .link-hover
{
    display: block;
}
.linkedin:hover .link-noramal
{
    display: none;
}
.linkedin:hover .link-hover
{
    display: block;
}
.insta:hover .link-noramal
{
    display: none;
}
.footer-end {
    border-top: 1px solid #eee;
}

.contact {
    margin-top: 20px;
}

.contact a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.border_dot {
    position: relative;
    z-index: 1;
}

.certy {
    margin: 80px 0px 0px 0px;
}

.certy h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.ss_icon {
    margin: 0 11px;
    padding: 8px 10px;
    /* min-height: 100px; */
    width: 136px;
    text-align: center;
    /* background: #fff; */
    /* border-radius: 15px; */
    /* box-shadow: 1px 1px 14px -6px #ccc; */
}

 

/* .ss_icon img {
    width: 100%;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    border-radius: 10px 0 0 10px;
    position: relative;
    transition: 0.5s;
    transform-origin: center center;
} */

.certy-box {
    background: #fff;
    height: 46px;
    border-radius: 10px;
    width: 160px;
    transition: 0.5s;
    transform-origin: center center;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    box-shadow: 0px 0px 10px -3px #ccc;
    border: 1px solid #ccc;
}

.border_dot::before {
    height: 0;
    width: 71px;
    background: linear-gradient(90deg, #b1b1b7 50%, transparent 50%), linear-gradient(90deg, #b1b1b7 50%, transparent 50%), linear-gradient(0deg, #b1b1b7 50%, transparent 50%), linear-gradient(0deg, #b1b1b7 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    padding: 2px;
    animation: border-dance 10s infinite linear;
    position: absolute;
    content: "";
    left: -31px;
    bottom: 10px;
    transform: rotate(0deg);
    border-radius: 3px;
}

.border_dot_new {
    position: relative;
    z-index: 1;
}

.border_dot_new::before {
    height: 117px;
    width: 0px;
    background: linear-gradient(90deg, #b1b1b7 50%, transparent 50%), linear-gradient(90deg, #b1b1b7 50%, transparent 50%), linear-gradient(0deg, #b1b1b7 50%, transparent 50%), linear-gradient(0deg, #b1b1b7 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    padding: 10px 2px;
    animation: border-dance 10s infinite linear;
    position: absolute;
    content: "";
    left: 38px;
    transform: rotate(180deg);
    border-radius: 3px;
    bottom: -104px;
}

.border_dot_three {
    position: relative;
    z-index: 1;
}

.border_dot_three::before {
    height: 0;
    width: 71px;
    background: linear-gradient(90deg, #b1b1b7 50%, transparent 50%), linear-gradient(90deg, #b1b1b7 50%, transparent 50%), linear-gradient(0deg, #b1b1b7 50%, transparent 50%), linear-gradient(0deg, #b1b1b7 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    padding: 2px;
    animation: border-dance 10s infinite linear;
    position: absolute;
    content: "";
    left: -31px;
    top: 100px;
    transform: rotate(0deg);
    border-radius: 3px;
}

.border_dot_last {
    position: relative;
    z-index: 1;
}

.border_dot_last::before {
    height: 0px;
    width: 92px;
    background: linear-gradient(90deg, #b1b1b7 50%, transparent 50%), linear-gradient(90deg, #b1b1b7 50%, transparent 50%), linear-gradient(0deg, #b1b1b7 50%, transparent 50%), linear-gradient(0deg, #b1b1b7 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    padding: 2px 0;
    animation: border-dance 10s infinite linear;
    position: absolute;
    content: "";
    left: 38px;
    top: 46px;
    transform: rotate(0deg);
    border-radius: 3px;
}

.NASSCOM {
    padding-top: 4px;
    width: 88%;
}

.iso {
    width: 100%;
}

.start-up {
    width: 100%;

}


/* .border_dot_last::after {
    height: 20px;
    width: 0;
    background: linear-gradient(90deg, #b1b1b7 50%, transparent 50%), linear-gradient(90deg, #b1b1b7 50%, transparent 50%), linear-gradient(0deg, #b1b1b7 50%, transparent 50%), linear-gradient(0deg, #b1b1b7 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    padding: 0px 2px;
    animation: border-dance 4s infinite linear;
    position: absolute;
    content: "";
    left: 383px;
    bottom: 0;
    top: 80px;
    transform: rotate(180deg);
    border-radius: 3px;
} */

.border_dot1 {
    position: relative;
    z-index: 1;
}

.border_dot1::before {
    height: 0;
    width: 71px;
    background: linear-gradient(90deg, #b1b1b7 50%, transparent 50%), linear-gradient(90deg, #b1b1b7 50%, transparent 50%), linear-gradient(0deg, #b1b1b7 50%, transparent 50%), linear-gradient(0deg, #b1b1b7 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    padding: 2px;
    animation: border-dance 10s infinite linear;
    position: absolute;
    content: "";
    right: -31px;
    top: -105px;
    transform: rotate(180deg);
    border-radius: 3px;
}

.border_dot_new1 {
    position: relative;
    z-index: 1;
}

.border_dot_new1::before {
    height: 117px;
    width: 0px;
    background: linear-gradient(90deg, #b1b1b7 50%, transparent 50%), linear-gradient(90deg, #b1b1b7 50%, transparent 50%), linear-gradient(0deg, #b1b1b7 50%, transparent 50%), linear-gradient(0deg, #b1b1b7 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    padding: 10px 2px;
    animation: border-dance 10s infinite linear;
    position: absolute;
    content: "";
    right: 38px;
    transform: rotate(180deg);
    border-radius: 3px;
    top: -104px;
}

.border_dot_three1 {
    position: relative;
    z-index: 1;
}

.border_dot_three1::before {
    height: 0;
    width: 71px;
    background: linear-gradient(90deg, #b1b1b7 50%, transparent 50%), linear-gradient(90deg, #b1b1b7 50%, transparent 50%), linear-gradient(0deg, #b1b1b7 50%, transparent 50%), linear-gradient(0deg, #b1b1b7 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    padding: 2px;
    animation: border-dance 10s infinite linear;
    position: absolute;
    content: "";
    right: -31px;
    top: 9px;
    transform: rotate(180deg);
    border-radius: 3px;
}

.border_dot_last1 {
    position: relative;
    z-index: 1;
}

.border_dot_last1::before {
    height: 0px;
    width: 92px;
    background: linear-gradient(90deg, #b1b1b7 50%, transparent 50%), linear-gradient(90deg, #b1b1b7 50%, transparent 50%), linear-gradient(0deg, #b1b1b7 50%, transparent 50%), linear-gradient(0deg, #b1b1b7 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    padding: 2px 0;
    animation: border-dance 10s infinite linear;
    position: absolute;
    content: "";
    right: 38px;
    top: -46px;
    transform: rotate(180deg);
    border-radius: 3px;
}


.border_dot_five {
    position: relative;
    z-index: 1;
}

.border_dot_five::before {
    width: 0px;
    background: linear-gradient(90deg, #b1b1b7 50%, transparent 50%), linear-gradient(90deg, #b1b1b7 50%, transparent 50%), linear-gradient(0deg, #b1b1b7 50%, transparent 50%), linear-gradient(0deg, #b1b1b7 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    animation: border-dance 10s infinite linear;
    position: absolute;
    content: "";
    transform: rotate(0deg);
    border-radius: 3px;
    padding: 10px 1px;
    bottom: -114px;
    height: 42px;
    left: 22.2%;
}

.border_dot_six {
    position: relative;
    z-index: 1;
}

.border_dot_six::before {
    width: 0px;
    background: linear-gradient(90deg, #b1b1b7 50%, transparent 50%), linear-gradient(90deg, #b1b1b7 50%, transparent 50%), linear-gradient(0deg, #b1b1b7 50%, transparent 50%), linear-gradient(0deg, #b1b1b7 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    animation: border-dance 10s infinite linear;
    position: absolute;
    content: "";
    transform: rotate(180deg);
    border-radius: 3px;
    padding: 10px 1px;
    top: -18px;
    height: 42px;
    left: 22.2%;
}

.border_dot_five1 {
    position: relative;
    z-index: 1;
}

.border_dot_five1::before {
    height: 46px;
    width: 0px;
    background: linear-gradient(90deg, #b1b1b7 50%, transparent 50%), linear-gradient(90deg, #b1b1b7 50%, transparent 50%), linear-gradient(0deg, #b1b1b7 50%, transparent 50%), linear-gradient(0deg, #b1b1b7 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    padding: 10px 1px;
    animation: border-dance 10s infinite linear;
    position: absolute;
    content: "";
    right: 22.2%;
    transform: rotate(180deg);
    border-radius: 3px;
    top: -134px;
}

.border_dot_six1 {
    position: relative;
    z-index: 1;
}

.border_dot_six1::before {
    height: 46px;
    width: 0px;
    background: linear-gradient(90deg, #b1b1b7 50%, transparent 50%), linear-gradient(90deg, #b1b1b7 50%, transparent 50%), linear-gradient(0deg, #b1b1b7 50%, transparent 50%), linear-gradient(0deg, #b1b1b7 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    padding: 10px 1px;
    animation: border-dance 10s infinite linear;
    position: absolute;
    content: "";
    right: 22.2%;
    transform: rotate(0deg);
    border-radius: 3px;
    bottom: -5px;
}


.banner-mobile {
    display: none;
}

.tab-mobile {
    display: none;
}

.tab-desktop {
    display: flex;
}

.cursor-pointer {
    cursor: pointer;
    display: inline-block;
}

/* .border_dot_last1::after {
    height: 20px;
    width: 0;
    background: linear-gradient(90deg, #b1b1b7 50%, transparent 50%), linear-gradient(90deg, #b1b1b7 50%, transparent 50%), linear-gradient(0deg, #b1b1b7 50%, transparent 50%), linear-gradient(0deg, #b1b1b7 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
    padding: 0px 2px;
    animation: border-dance 4s infinite linear;
    position: absolute;
    content: "";
    left: 383px;
    bottom: 0;
    top: 80px;
    transform: rotate(180deg);
    border-radius: 3px;
} */
.btn-cameoo-cult {
    color: black;
    font-family: "lexendregular";
    font-size: 1.2em;
    max-height: 70px;
    border: 1px solid #9ca3af;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.1s;
    border-radius: 10px;
    background-color: white;
    text-wrap: nowrap;
    padding: 4px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 48px;
}
.btn-cameoo-cult img {
    height: 70%;
}
.btn-cameoo-cult-bottom {
    font-family: "lexendregular";
}

@keyframes border-dance {
    0% {
        background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
    }

    100% {
        background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
    }
}

.accordion-btn {
    position: relative;
}

.accordion-btn:before {
    position: absolute;
    content: "+";
    right: 10px;
    top: -1px;
}

.accordion-btn[aria-expanded="true"]:before {
    content: "-";
}
@media (max-width: 1440px) {
    .btn-cameoo-cult, .btn-get-demo {
        min-height: 40px;
    }
}

@media (min-width: 50px) and (max-width:350px) {
    .main-logo img {
        width: 120px;
    }

    .btn-get-demo {
        padding: 2px 10px 2px 10px;
        font-size: 13px;
    }
    .btn-cameoo-cult {
        padding: 0 6px 0 6px;
        font-size: 10px;

    }

    .flex-direction-column-reverse {
        flex-direction: column-reverse;
    }

    .banner-heading h1 {
        font-size: 1.5rem;
        text-align: left;
    }

    .banner-p {
        font-size: 1rem;
    }

    .section-heading h2 {
        font-size: 14px;
        margin-top: 20px;
    }

    .section-heading label {
        font-size: 14px;
        line-height: 16px;
    }

    .section-heading2 h2 {
        font-size: 16px;
    }

    .how-it-work-box {
        margin: 40px 0px;
    }

    .hiw-text h3 {
        font-size: 1rem;
        text-align: left;
    }

    .hiw-text p {
        font-size: 12px;
        letter-spacing: -0.05em;
        line-height: 20px;
        margin-top: 7px;
    }

    .FAQ-Body .card-header a {
        font-size: 12px;
    }

    .border_dot::before,
    .border_dot_three::before,
    .border_dot1::before,
    .border_dot_three1::before {
        width: 11%;
    }

    .border_dot_three1::before {
        right: 23%;
        top: -42px;
        padding: 1px;
    }

    .border_dot_new::before {
        left: 10px;
    }

    .border_dot_new1::before {
        right: 35%;
        top: -90px;
        height: 48px;
        padding: 10px 1px
    }

    .border_dot::before {
        padding: 1px;
        bottom: -24px;
        left: 24%;
    }

    .border_dot1::before {
        padding: 1px;
        top: -90px;
        right: 23%;
    }

    .border_dot_new::before {
        padding: 10px 1px;
        bottom: -72px;
        height: 48px;
        left: 35%;
    }

    .border_dot_last::before {
        width: 10%;
        left: 35%;
        top: 48px;
        padding: 1px 0;
    }

    .border_dot_last1::before {
        width: 10%;
        right: 35%;
        padding: 1px 0;
        top: -65px;
    }

    .border_dot_five::before,
    .border_dot_six::before {
        left: 22%;
    }

    .border_dot_five1::before,
    .border_dot_six1::before {
        right: 21.9%;
    }

    .cameoo-banner-png::before {
        left: 45px;
        width: 7px;
        height: 7px;
        top: 25px;
    }

    .cameoo-banner-png::after {
        right: 46px;
        width: 7px;
        height: 7px;
        top: 25px;
    }

    .border_dot_three::before {
        padding: 1px;
        left: 24%;
        top: 71px;
    }

    .tab-icon i {
        line-height: 36px;
    }

    .tab-icon {
        width: 36px;
        font-size: 14px;
        margin-right: 4px;
        height: 36px;
    }

    .tab-text {
        font-size: 12px;
        font-weight: bold;
    }

    .tab-view-card {
        min-height: auto;
        padding: 18px 14px 1px 14px;
        margin-bottom: 10px;
    }

    .tab-btns {
        padding: 5px;
    }

    .nav-link {
        padding: 4px 6px;
    }

    .card-head-icon {
        display: block;
    }

    .learn-more {
        padding: 4px 10px;
        background: none;
        border: 1px solid #f33d0f;
        margin-top: -1px;
        border-radius: 5px;
        box-shadow: 4px 4px 10px -2px #ccc;
        font-size: 12px;
    }

    .FAQ-Body .card {
        width: 100%;
    }

    .tab-section {
        padding: 0px 0 30px 0;
    }

    .cameoo-banner-png img {
        width: 38px;
    }

    .bld-box1,
    .bld-box2,
    .bld-box3,
    .bld-box4 {
        font-size: 8px;
        padding: 4px !important;
    }

    /*.bld-box1 img,
    .bld-box2 img,
    .bld-box3 img,
    .bld-box4 img {
        width: 14px;
    }*/
    .bld-box1 img {
        width: 14px;
    }

    .bld-box2 img {
        width: 15px;
    }

    .bld-box3 img {
        width: 16px;
    }

    .bld-box4 img {
        width: 19px;
    }

    .banner {
        margin-top: 0px;
    }

    .bld-box1::after {
        width: 7px;
        height: 7px;
        right: 50%;
        top: 22px;
    }

    .bld-box2::after {
        width: 7px;
        height: 7px;
        right: 50%;
        top: -4px;
    }

    .bld-box3::before {
        width: 7px;
    height: 7px;
    top: 22px;
    left: 50%;
    }

    .bld-box4::before {
        width: 7px;
        height: 7px;
        left: 50%;
        top: -4px;
    }

    .ss_icon {
        min-height: 66px;
        margin: 0 8px;
        padding: 8px 5px;
        width: 88px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer {
        padding: 32px 0px;
    }

    .footer-logo p {
        font-size: 12px;
    }

    .footer-end {
        font-size: 10px;
    }

    .contact h5 {
        font-size: 12px;
    }

    .contact a {
        font-size: 10px;
    }

    .certy {
        margin: 40px 0px 0px 0px;
    }
    .certy_div_2  {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }

    .card-body {
        font-size: 10px;
    }

    .m-35 {
        width: 35% !important;
    }

    .m-35 {
        width: 35% !important;
    }

    .m-30 {
        width: 30% !important;
    }

    .cameoo-banner-png::before {
        display: none;
    }

    .cameoo-banner-png::after {
        display: none;
    }

    .banner-desktop {
        display: none;
    }

    .banner-mobile {
        display: block;
        margin: 20px 0px;
    }

    .cameoo-banner-png {
        margin: 22px 0px;
        padding: 26px 0px;
    }

    .hiw-vdo {
        margin-top: 41px;
    }

    .accordion-btn:before {
        position: absolute;
        content: "+";
        right: -36px;
        top: -1px;
    }

    .FAQ-Body .card-header a {
        width: 94%;
    }

    .tab-mobile {
        display: block;
    }

    .tab-desktop {
        display: none;
    }

    .main-logo img {
        width: 125px;
    }

    .btn-get-demo,
    .learn-more {
        padding: 2px 12px 2px 12px;
        font-size: 12px;
    }

    .ss_icon {
        width: 34%;
    }

    .ss_icon {
        min-height: auto;
    }

    .tab-view-card h6 {
        font-size: 14px;
    }

    .tab-view-card p {
        font-size: 12px;
    }

    .form-control {
        font-size: 14px;
        margin-bottom: 1rem;
    }
}

@media (min-width: 350px) and (max-width:575px) {
    .main-logo img {
        width: 140px;
        margin-right: 4px;
    }

    .btn-get-demo,
    .learn-more {
        padding: 4px 12px 4px 12px;
        font-size: 14px;
    }
    .header-buttons{
        margin-right: 6px;
    }

    .btn-cameoo-cult{
        font-size: 14px;
        img {
            width: 12vw;;
        }
    }
    .mp-0 {
        padding: 0px !important;
    }

    .flex-direction-column-reverse {
        flex-direction: column-reverse;
    }

    .banner-heading h1 {
        font-size: 2rem;
    }

    .certy h4 {
        font-size: 18px;
    }

    .banner-p {
        font-size: 16px;
    }

    .NASSCOM,
    .certy-box img {
        width: 100%;
    }

    .ss_icon img {
        width: 100%;
    }

    .tab-section {
        margin-top: 24px;
    }

    .section-heading h2 {
        font-size: 2rem;
    }

    .section-heading label {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
    }

    .section-heading2 h2 {
        font-size: 2rem;
        line-height: 1;
        text-align: center;
    }

    .how-it-work-box {
        margin: 40px 0px;
    }

    .hiw-text h3 {
        font-size: 22px;
        line-height: 1;
        font-weight: 600;
        letter-spacing: -.05em;
        text-align: left;
    }

    .hiw-text p {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.05em;
        margin-top: 14px;
    }

    .border_dot::before,
    .border_dot_three::before,
    .border_dot1::before,
    .border_dot_three1::before {
        width: 11%;
    }

    .border_dot_three1::before {
        right: 23%;
        top: -42px;
        padding: 1px;
    }

    .border_dot_new::before {
        left: 10px;
    }

    .border_dot_new1::before {
        right: 35%;
        top: -90px;
        height: 48px;
        padding: 10px 1px
    }

    .border_dot::before {
        padding: 1px;
        bottom: -24px;
        left: 24%;
    }

    .border_dot1::before {
        padding: 1px;
        top: -90px;
        right: 23%;
    }

    .border_dot_new::before {
        padding: 10px 1px;
        bottom: -72px;
        height: 48px;
        left: 35%;
    }

    .border_dot_last::before {
        width: 10%;
        left: 35%;
        top: 48px;
        padding: 1px 0;
    }

    .border_dot_last1::before {
        width: 10%;
        right: 35%;
        padding: 1px 0;
        top: -65px;
    }

    .cameoo-banner-png::before {
        left: 48px;
        width: 7px;
        height: 7px;
        top: 45px;
    }

    .cameoo-banner-png::after {
        right: 48px;
        width: 7px;
        height: 7px;
        top: 45px;
    }

    .border_dot_three::before {
        padding: 1px;
        left: 24%;
        top: 71px;
    }

    .tab-icon i {
        line-height: 36px;
    }

    .tab-icon {
        width: 36px;
        font-size: 16px;
        margin-right: 4px;
        height: 36px;
    }

    .tab-text {
        font-size: 12px;
        font-weight: bold;
    }

    .tab-view-card {
        min-height: auto;
        padding: 18px 14px 1px 14px;
        margin-bottom: 10px;
    }

    .tab-btns {
        padding: 5px;
    }

    .nav-link {
        padding: 4px 6px;
    }

    .hiw-vdo-right img {
        width: 100%;
    }

    .hiw-vdo-left img {
        width: 100%;
    }

    .FAQ-Body .card {
        width: 100%;
    }

    .faq {
        margin-top: 90px;
    }

    .faq h2 {
        font-size: 2rem !important;
        line-height: 2.25rem !important;
    }

    .FAQ-Body {
        margin-top: 20px;
    }

    .ready-to-automate .section-heading h2 {
        font-size: 1.875rem;
        line-height: 2.25rem;
        text-align: center;
    }

    .ready-to-automate .section-heading p {
        margin-bottom: 4px;
    }

    .tab-section {
        padding: 0px 0 30px 0;
    }

    .cameoo-banner-png img {
        width: 52px;
    }

    .bld-box1,
    .bld-box2,
    .bld-box3,
    .bld-box4 {
        font-size: 10px;
        padding: 4px !important;
        border: 1px solid #6B7280;
    }

    /*.bld-box1 img,
    .bld-box2 img,
    .bld-box3 img,
    .bld-box4 img {
        width: 14px;
    }*/
    .bld-box1 img {
        width: 14px;
    }

    .bld-box2 img {
        width: 15px;
    }

    .bld-box3 img {
        width: 16px;
    }

    .bld-box4 img {
        width: 19px;
    }

    .banner {
        margin-top: 0px;
    }

    .bld-box1::after {
        width: 8px;
        height: 8px;
        right: 50%;
        top: 20px;
    }

    .bld-box2::after {
        width: 8px;
        height: 8px;
        right: 50%;
        top: -4px;
    }

    .bld-box3::before {
        width: 8px;
        height: 8px;
        top: 20px;
        left: 50%;
    }

    .bld-box4::before {
        width: 8px;
        height: 8px;
        left: 50%;
        top: -4px;
    }

    .ss_icon {
        width: 24%;
    }
    .certy-box{
        height: 38px;
    }

    .certy {
        margin: 40px 0px 0px 0px;
    }

    .card-body {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.05em;
        padding: 0px 20px;
    }

    .m-35 {
        width: 35% !important;
    }

    .m-35 {
        width: 35% !important;
    }

    .m-30 {
        width: 30% !important;
    }

    .cameoo-banner-png::before {
        display: block;
    }

    .cameoo-banner-png::after {
        display: block;
    }

    .banner-desktop {
        display: none;
    }

    .banner-mobile {
        display: block;
        margin: 20px 0px;
    }

    .cameoo-banner-png {
        margin: 20px auto;
        padding: 20px 0px;
        width: fit-content;
    }

    .hiw-vdo {
        margin-top: 41px;
    }

    .accordion-btn:before {
        position: absolute;
        content: "+";
        right: -36px;
        top: -1px;
    }

    .FAQ-Body .card-header a {
        width: 92%;
        font-size: 16px;
    }

    .tab-mobile {
        display: block;
    }

    .tab-desktop {
        display: none;
    }

    .content {
        margin-top: 20px;
    }

    .form-group {
        margin-top: 20px;
    }

    .card-head-icon {
        margin-top: 00px;
    }

    .tab-mobile {
        display: block;
    }

    .tab-desktop {
        display: none;
    }

    .how-it-work {
        margin-top: 24px;
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .btn-cameoo-cult, .btn-get-demo{
    font-size: 18px;
    }
    .banner-heading h1 {
        font-size: 2rem;
    }

    .banner-p {
        font-size: 16px;
    }

    .section-heading h2 {
        font-size: 2rem;
    }

    .section-heading label {
        font-size: 18px;
    }

    .section-heading2 h2 {
        font-size: 2.75rem;
    }

    .hiw-text h3 {
        font-size: 18px;
    }

    .hiw-text p {
        font-size: 14px;
        letter-spacing: -0.05em;
        line-height: 22px;
        margin-top: 14px;
    }

    .border_dot::before,
    .border_dot_three::before,
    .border_dot1::before,
    .border_dot_three1::before {
        width: 45px;
    }

    .border_dot_three1::before {
        width: 45px;
        right: -31px;
        top: 22px;
        padding: 1px;
    }

    .border_dot_new::before {
        left: 10px;
    }

    .border_dot_new1::before {
        right: 11px;
        top: -76px;
        height: 98px;
        padding: 10px 1px;
    }

    .border_dot::before {
        padding: 1px;
        bottom: 22px;
    }

    .border_dot1::before {
        padding: 1px;
        top: -78px;
    }

    .border_dot_new::before {
        padding: 10px 1px;
        bottom: -78px;
        height: 100px;
        left: 11px;
    }

    .border_dot_last::before {
        width: 40px;
        left: 15px;
        top: 28px;
        padding: 1px 0;
    }

    .border_dot_last1::before {
        width: 34px;
        right: 14px;
        padding: 1px 0;
        top: -26px;
    }

    .cameoo-banner-png::before {
        left: 45px;
        width: 7px;
        height: 7px;
        top: 25px;
    }

    .cameoo-banner-png::after {
        right: 46px;
        width: 7px;
        height: 7px;
        top: 25px;
    }

    .border_dot_three::before {
        padding: 1px;
        left: -31px;
        top: 76px;
        width: 44px;
    }

    .tab-icon i {
        line-height: 36px;
    }

    .tab-icon {
        width: 36px;
        font-size: 16px;
        margin-right: 4px;
        height: 36px;
    }

    .tab-text {
        font-size: 12px;
        font-weight: bold;
    }

    .tab-view-card {
        min-height: auto;
        padding: 18px 14px 1px 14px;
        margin-bottom: 10px;
    }

    .tab-btns {
        padding: 5px;
    }

    .nav-link {
        padding: 4px 6px;
    }

    .card-head-icon {
        display: block;
    }

    .hiw-vdo-right img {
        width: 100%;
    }

    .hiw-vdo-left img {
        width: 100%;
    }

    .learn-more {
        padding: 4px 10px;
        background: none;
        border: 1px solid #f33d0f;
        margin-top: -1px;
        border-radius: 5px;
        box-shadow: 4px 4px 10px -2px #ccc;
        font-size: 14px;
    }

    .FAQ-Body .card {
        width: 100%;
    }

    .tab-section {
        padding: 0px 0 30px 0;
    }

    .cameoo-banner-png img {
        width: 52px;
    }

    .bld-box1,
    .bld-box2,
    .bld-box3,
    .bld-box4 {
        font-size: 12px;
        padding: 4px !important;
    }

    /*.bld-box1 img,
    .bld-box2 img,
    .bld-box3 img,
    .bld-box4 img {
        width: 14px;
    }*/
    .bld-box1 img {
        width: 14px;
    }

    .bld-box2 img {
        width: 15px;
    }

    .bld-box3 img {
        width: 16px;
    }

    .bld-box4 img {
        width: 19px;
    }

    .banner {
        margin-top: 40px;
    }

    .bld-box1::after {
        width: 7px;
        height: 7px;
        right: -4px;
        top: 9px;
    }

    .bld-box2::after {
        width: 7px;
        height: 7px;
        right: -4px;
        top: 10px;
    }

    .bld-box3::before {
        width: 7px;
        height: 7px;
        right: -4px;
        top: 9px;
    }

    .bld-box4::before {
        width: 7px;
        height: 7px;
        right: -4px;
        top: 10px;
    }

    .ss_icon {
        width: 20%;
    }

    .certy {
        margin: 40px 0px 0px 0px;
    }

    .card-body {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .banner-heading h1 {
        font-size: 2.50rem;
    }

    .banner-p {
        font-size: 20px;
    }

    .border_dot_last::before {
        width: 46px;
        left: 18px;
    }

    .border_dot_last1::before {
        width: 46px;
        right: 14px;
    }

    .cameoo-banner-png::before {
        left: 54px;
    }

    .cameoo-banner-png::after {
        right: 54px;
    }

    .section-heading h2 {
        font-size: 2rem;
    }

    .section-heading label {
        font-size: 18px;
    }

    .section-heading2 h2 {
        font-size: 2.75rem;
    }

    .tab-section {
        padding: 24px 0;
    }

    .how-it-work-box {
        margin: 44px 0px;
    }

    .hiw-text h3 {
        font-size: 24px;
    }

    .hiw-text p {
        font-size: 16px;
        letter-spacing: -.05em;
        line-height: 26px;
        margin-top: 18px;
        font-family: 'lexendregular', sans-serif;
    }

    .border_dot::before,
    .border_dot_three::before,
    .border_dot1::before,
    .border_dot_three1::before {
        width: 45px;
    }

    .border_dot_new::before {
        left: 10px;
    }

    .border_dot_new1::before {
        right: 10px;
    }

    .tab-icon i {
        line-height: 48px;
    }

    .tab-icon {
        width: 48px;
        font-size: 20px;
        margin-right: 14px;
        height: 48px;
    }

    .tab-text {
        font-size: 14px;
    font-weight: bold;
    }

    .tab-view-card {
        min-height: auto;
    }
}

@media (min-width: 992px) and (max-width:1200px) {
    .banner-heading h1 {
        font-size: 2.75rem;
    }

    .banner-p {
        font-size: 20px;
    }

    .border_dot_last::before {
        width: 62px;
    }

    .border_dot_last1::before {
        width: 62px;
    }

    .cameoo-banner-png::before {
        left: 96px;
    }

    .cameoo-banner-png::after {
        right: 96px;
    }

    .section-heading h2 {
        font-size: 2rem;
    }

    .section-heading label {
        font-size: 18px;
    }

    .section-heading2 h2 {
        font-size: 2.75rem;
    }

    .hiw-text h3 {
        font-size: 24px;
    }

    .hiw-text p {
        font-size: 18px;
        letter-spacing: -.05em;
        line-height: 26px;
        margin-top: 18px;
        font-family: 'lexendregular', sans-serif;
    }

    .tab-view-card {
        min-height: 316px;
    }
}

@media (max-width: 588px){
    .header-buttons{
        gap:4px;
    }
.btn-cameoo-cult, .btn-get-demo {
    border-radius: 6px;
    font-size: 14px;
    min-height: 38px;
    padding: 4px 20px;
}}
@media (max-width: 420px) {
    .btn-cameoo-cult, .btn-get-demo {
        gap: 4px;
        font-size: 12px;
        min-height: 30px;
        padding: 2px 8px;
        min-height: 32px;
    }
    #loader img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 200px;
    }
}
.py-rem {
    padding-top:0.75rem;
    padding-bottom: .75rem;
}
.mobile-break {
  display: none;
}

@media (max-width: 500px) {
  .mobile-break {
    display: block;
  }
}