/*------------------------------ Fonts css start ------------------------------*/
@font-face {
    font-family: "openSans-bold";
    src: url("../fonts/open-sans/OpenSans-Bold.woff2") format("woff2"), url("../fonts/open-sans/OpenSans-Bold.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "openSans-light";
    src: url("../fonts/open-sans/OpenSans-Light.woff2") format("woff2"), url("../fonts/open-sans/OpenSans-Light.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "openSans-light-italic";
    src: url("../fonts/open-sans/OpenSans-LightItalic.woff2") format("woff2"), url("../fonts/open-sans/OpenSans-LightItalic.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "openSans-regular";
    src: url("../fonts/open-sans/OpenSans-Regular.woff2") format("woff2"), url("../fonts/open-sans/OpenSans-Regular.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "openSans-medium";
    src: url("../fonts/open-sans/OpenSans-Medium.woff2") format("woff2"), url("../fonts/open-sans/OpenSans-Medium.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "openSans-regular-italic";
    src: url("../fonts/open-sans/OpenSans-Italic.woff2") format("woff2"), url("../fonts/open-sans/OpenSans-Italic.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "openSans-semi-bold";
    src: url("../fonts/open-sans/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/open-sans/OpenSans-SemiBold.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "openSans-extra-bold";
    src: url("../fonts/open-sans/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/open-sans/OpenSans-ExtraBold.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "openSans-extra-bold";
    src: url("../fonts//open-sans/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/open-sans/OpenSans-ExtraBold.woff") format("woff");
    font-display: swap;
}
/*------------------------------Fonts css end------------------------------*/

:root {
    --fs-48: 48px;
    --fs-36: 36px;
    --fs-32: 32px;
    --fs-28: 28px;
    --fs-24: 24px;
    --fs-22: 22px;
    --fs-20: 20px;
    --fs-16: 16px;
    --fs-14: 14px;
    --fs-12: 12px;
}

body{
    overflow-x:hidden;
}
/* Hide the scrollbar track but keep the thumb visible */
/*body::-webkit-scrollbar {
    width: 0;*/ /* Removes the scrollbar width */
    /*height: 0;*/ /* For horizontal scrollbars, if needed */
/*}*/

/* Transparent track */
/*body::-webkit-scrollbar-track {
    background: transparent;
}*/

/* Style the scrollbar thumb */
/*body::-webkit-scrollbar-thumb {
    background: #13355B;*/ /* Adjust color and opacity */
    /*border-radius: 4px;*/ /* Rounded edges for aesthetics */
    /*width: 8px;*/ /* Width of the thumb itself */
/*}*/

    /* Optional: Change the thumb color when hovered */
    /*body::-webkit-scrollbar-thumb:hover {
        background: rgba(0, 0, 0, 0.7);
    }*/

.mt-160{
    margin-top:160px;
}
.book-a-demo-use-case{
    margin-top:54px;
}

.gap-30 {
    gap: 30px;
}
.gap-20{
    gap:20px;
}
.w-130{
    width:130px;
}

.f-visibility-none{
    visibility:hidden;
}

button:focus {
    outline: none;
}

button#dropdownMenuButton:after, button#dropdownMenuButtonn:after {
    content: "";
    border: solid #677397;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 14px;
    bottom: 16px;
}

.btn.focus, .btn:focus {
    outline: none;
    box-shadow: none;
}

.btn.ai-lang-button {
    width: 166px;
    color: #13355B;
}
.custom-dropdown-menu li {
    color: #13355B;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'openSans-bold';
    padding: 3px 0 3px 8px;
}

.custom-dropdown-menu li:hover{
    background: #F2F6FF;

}

    ul.dropdown-menu.custom-dropdown-menu.show {
        background: #ffffff;
        border: none;
        padding: 0;
    }
.dropdown-item.active, .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}
.ai-lang-button-text {
    padding-left: 8px !important;
}

button#dropdownMenuButton::after,
button#dropdownMenuButtonn::after {
    transition: transform 0.3s ease-in-out;
}

.show button#dropdownMenuButton::after,
.show button#dropdownMenuButtonn::after {
    transform: rotate(225deg);
}

/*COMMON CSS*/
h1, h2, h3, h4, h5, h6, p {
    color: #13355B;
    margin: 0;
}

.grecaptcha-badge {
    display:none;
}

.common-top-heading {
    margin: 0;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    font-family: 'openSans-bold';
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #13355B;
    text-align: center;
}

.common-main-heading {
    font-size: 48px;
    line-height: 58px;
    color: #13355B;
    font-weight: 800;
    font-family: openSans-regular;
    font-family: 'openSans-extra-bold';
    margin: 0;
    margin-bottom: 8px;
    text-align: center;
}

.common-sub-para {
    margin: 0;
    margin-bottom: 16px;
    max-width: 697px;
    width: 100%;
    color: #596487;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    font-family: 'openSans-regular';
}
.red-grad {
    background: linear-gradient(180deg, #FF8266 0%, #FB3741 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*COMMON CSS END*/
/*HEADER SECTION CSS STARTS*/
.hola-logo-web{

    border-radius:16px;
}
.nav-header {
    width: 100%;
    display: flex;
    justify-content: center;
/*    background: red;*/
}
.custom-navbar {
    background-color: transparent !important;
    max-width: 1206px;
    width: 100%;
}

.custom-navbar {
    padding:26px 0 10px 0;
}
.custom-navbar .container-fluid {
    padding:0;
}

.custom-navbar .navbar-nav {
    margin: 0 90px 0 auto;
    border: 1px solid #FFFFFF;
    gap:24px;
 }

.custom-header {
    position: fixed;
    width: 100%;
    background: transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1001;
}
a#txtLeadGenPopBtnSubmit {
    text-decoration: none;
}
a.nav-link {
    padding: 0;
}
a.nav-link {
    color: #FFFFFF !important;
    padding: 12px 16px !important;
    border-radius: 8px;
    font-weight: 700 !important;
    font-family: 'openSans-bold';
}

.nav-item.active {
    background: #FFFFFF;
    border-radius: 8px;
}

.nav-item.active .nav-link {
    background: linear-gradient(180deg, #A57CE2 0%, #D576C6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'openSans-bold';
    padding: 12px 16px;
}

.profile-btn{
    background:none;
    border:none;
}

ul.navbar-nav {
    padding: 8px;
    border-radius: 12px;
    background: linear-gradient(360deg, #A57CE2 0%, #D576C6 100%);
}

.hola-page-heading {
    max-width: 654px;
    font-size: 48px;
    font-weight: 800;
    line-height: 66px;
    margin: 0;
    color: #ffffff;
    font-family: 'openSans-extra-bold';
}

.moving-texts h5{
    color:#ffffff;
    font-size:20px;
    line-height:28px;
    font-weight:700;
     font-family:openSans-bold;
     margin:0;
}

.navbar-hola-button {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.hola-main-heading {
    padding-bottom: 250px;
    padding-top: 157px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    /* max-width: 1080px; */
}

button.custom-btn {
    padding: 18px 24px;
    background: linear-gradient(180deg, #FFFFFF 0%, #D6E0F3 100%);
    display: flex;
    align-items: center;
    gap: 16px;
    height: 60px;
    border-radius: 12px;
    border: none;
    font-family: 'openSans-bold';
}


.custom-btn .grad-text {
    font-size: 18px;
    font-family: openSans-bold;
    font-weight: 700;
    color: #E34A8A;
    line-height: 25px;
    width: 130px;
}
.meg-filter img {
    filter: brightness(0) saturate(100%) invert(51%) sepia(40%) saturate(7177%) hue-rotate(310deg) brightness(96%) contrast(85%);
}

.moving-texts {
    position: relative;
    height: 66px; /* Adjust based on text height */
    overflow: hidden;
    max-width: 607px;
    width: 100%;
    display: flex;
    align-items: center
}

    .moving-texts h5 {
        position: absolute;
        width: 100%;
        text-align: center;
        animation: slideText 12s infinite;
        opacity: 0;
    }

@keyframes slideText {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    5% {
        transform: translateY(-5px);
        opacity: 1;
    }

    25% {
        transform: translateY(0);
        opacity: 1;
    }

    30% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(-100%);
        opacity: 0;
    }
}

.moving-texts h5:nth-child(1) {
    animation-delay: 0s;
}

.moving-texts h5:nth-child(2) {
    animation-delay: 3s;
}

.moving-texts h5:nth-child(3) {
    animation-delay: 6s;
}

.moving-texts h5:nth-child(4) {
    animation-delay: 9s;
}

button.custom-btn.custom-btn-banner {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 25px;
    font-family: 'openSans-bold';
    background: linear-gradient(180deg, #A57CE2 0%, #D576C6 100%);
    z-index:100;
}

button.custom-btn.custom-btn-banner span img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(524%) hue-rotate(46deg) brightness(115%) contrast(100%);
}

/*HEADER SECTION CSS ENDS*/

/*Animating Logos Start*/
.purple-grad {
    background: linear-gradient(180deg, #8F7EEF -43%, #EF72B7 149.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.moving-logos-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 32px 0;
    margin-bottom: 32px;
}

.moving-logo {
    display: flex;
    /*    gap: 50px;*/
    max-width: 1206px;
    width: 100%;
    justify-content: space-between;
}

.moving-logo-img {
    padding-left: 28px;
    padding-right: 28px;
    background: linear-gradient(0deg, rgba(242, 246, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
    border: 2px solid #ffffff;
    box-shadow: 0px 14px 44px 0px #333B520D;
    height: 60px;
    display: flex;
    align-items: center;
}
.moving-padding{
    margin-bottom:48px;
}
.moving-logo {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.moving-logo-content {
    display: flex;
    animation: logo-marquee 10s linear infinite;
    width: max-content;
}

.moving-logo-img {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
}

    .moving-logo-img img {
        max-height: 60px; /* Adjust as needed */
        width: auto;
    }

/* Keyframes for scrolling effect */
@keyframes logo-marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/*Animating Logos End*/
/*WHY HOLA SECTION STARTS*/
.why-hola-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
    background-image: url('../images/hola-images/why-hola-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.why-hola-slider {
    display: flex;
    max-width: 1206px;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-top:30px;
}

.why-hola-left, .why-hola-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.why-hola-new {
    padding: 21px;
    background: linear-gradient(0deg, rgba(242, 246, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
    border: 3px solid #fff;
    max-width: 587px;
    width: 100%;
    display: flex;
    gap: 24px;
    box-shadow: 0px 10px 24px 0px #0000000D;
    border-radius:24px;
    align-items:center;
}


.slider-title {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
    font-family: 'openSans-bold';
}

.slider-para {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #13355B;
    font-weight: 400;
    font-family: 'openSans-regular';
}

.slider-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*WHY HOLA SECTION ENDS*/
/*FEATURES START*/
.hola-features {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom:32px;
}

.hola-features .max-container {
    padding-top:32px;
}
.max-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width:1206px;
    width:100%;
}

.max-381{
    max-width:381px;
}
.features-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    /* gap: 30px; */
/*    margin: 30px 0;*/
}

.features-card h4 {
    margin-bottom: 24px;
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #FFFFFF;
    max-width: 347px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    font-family: 'openSans-bold';
}
.f-common-sub-para{
    margin-bottom:30px;
}
.indian-other-btn {
    color: #13355B;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'openSans-bold';
}
/*FEATURES END*/
/*CLIENT REVIEWS START*/
/*CLIENT REVIEWS END*/
/*JUST A FEW STEPS CSS STARTS*/
.few-steps-section {
    display: flex;
    align-items: center;
    justify-content: center;
}
.few-steps-section .max-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top:32px;
    padding-bottom:32px;
    margin-bottom:32px;
}
.few-steps-subtitle {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #13355B;
    font-family: 'openSans-bold';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    /* padding: 12px 0; */
    margin-bottom: 8px;
}
.few-steps-main-dev {
    width: 100%;
    display: flex;
    gap: 34px;
    align-items: center;
}

.few-steps-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 588px;
    width: 100%;
}

.few-steps-left-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 19px;
    background: linear-gradient(0deg, rgba(242, 246, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
    border: 5px solid #FFFFFF;
    box-shadow: 0px 14px 44px 0px #333B520D;
    border-radius: 30px;
}

.few-steps-left-card-para {
    max-width: 463px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.few-steps-card-heading {
    color: #13355B;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 8px;
    font-family: 'openSans-bold';
    font-weight: 700;
}

.few-steps-card-para {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #13355B;
    margin: 0;
    font-family: 'openSans-regular';
}

.few-steps-left-card-img img {
    height: 68px;
    width: 68px;
}
.common-main-heading.few-steps-heading {
    margin-bottom: 30px;
}
.few-steps-left-card-content {
    padding-right: 6px;
}
/*JUST A FEW STEPS CSS ENDS*/

/*AI Voiceover &Translation STARTS*/

.ai-voiceover {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ai-voiceover .max-container{
     display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top:32px;
    padding-bottom:32px;
    margin-bottom:32px;
}

.ai-voiceover-div {
    width: 100%;
    display: flex;
    /*    gap: 30px;*/
    border-radius: 30px;
    overflow: hidden;
    margin-bottom:30px;

}

.ai-voiceover-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
/*    background: linear-gradient(180deg, #FFFFFF 0%, #F1F5FC 100%);*/
    padding: 32px;
    /* border: 1px solid #F3F7FE; */
    /* border-radius: 30px; */
}


.ai-voiceover-right {
    padding: 32px;
    padding-right: 60px;
}

.ai-voiceover-div-main {
    position: relative;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.ai-voiceover-lang-buttons {
    position: absolute;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ai-voiceover-background {
    position: relative;
    border-radius: 30px;
/*    border: 5px solid #FFFFFF;*/
/*    max-width: 531px;
    max-height: 483px;*/
}

.ai-mute-btn {
    position: absolute;
    top: 16px;
    right: 18px;
    background: #FFFFFFE0;
    padding: 4px;
    border-radius: 40px;
    padding-right: 21px;
    cursor:pointer;
}



.ai-back {
    max-width: 531px !important;
    width: 100%;
}

.ai-voiceover-buttons {
    max-width: 486px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    gap:4px;
    padding: 8px;
}

button.ai-voiceover-btn {
    width: 50%;
    background: transparent;
    border: none;
    outline: none;
}
.dropdown-other {
    color: #13355B;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'openSans-bold';
}
.ai-lang-button {
    border: 3px solid #fff;
    background: #F2F6FF;
    /* padding: 8px 25px 8px 9px; */
    border-radius: 42px;
    color: #13355B;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'openSans-bold';
    display: flex;
    align-items: center;
    /* gap: 10px; */
    padding: 5px 21px;
    height: 40px;
}

.ai-voiceover-btn {
    padding: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'openSans-bold';
    color: #677397;
    height:56px;

}

.ai-voiceover-buttons {
    border-radius: 16px;
}
.ai-voiceover-btn-one.button-active,
.ai-voiceover-btn-two.button-active {
    /*    border-bottom: 3px solid transparent;
    border-top: none;*/
    background: linear-gradient(180deg, #A57CE2 0%, #D576C6 100%);
    border-radius: 10px;
    position: relative;
    margin-top: 0px;
    z-index: 99;
    color: #13355B;
}

    .ai-voiceover-btn-one.button-active:before, .ai-voiceover-btn-two.button-active:before {
        content: "";
        position: absolute;
        left: 0;
        top: -3px;
        bottom: 0;
        right: 0;
        background: linear-gradient(#F2F6FF, #F2F6FF);
        border-radius: inherit;
        height: 100%;
        z-index: -1;
    }

.ai-voiceover-div {
    background: linear-gradient(180deg, #FFFFFF 0%, #F1F5FC 100%);
}

.ai-subtitle {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    font-family: 'openSans-bold';
    letter-spacing: 5px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.ai-title {
    margin: 0;
    font-size: 48px;
    line-height: 56px;
    font-weight: 800;
    font-family: 'openSans-extra-bold';
    margin-bottom: 20px;
}

.ai-voiceover-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ai-card {
    display: flex;
    align-items: center;
    padding: 29px 20px;
    gap: 24px;
    background: linear-gradient(0deg, #F2F6FF 0%, #FFFFFF 100%);
    border: 3px solid #FFFFFF;
    border-radius: 24px;
}

.al-card-para {
    margin: 0;
    color: #13355B;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'openSans-regular';
    max-width:380px;
}

select.ai-lang-button {
    width: 166px;
}

.video-lang.dropdown{
    background:#f2f6ff;
    border:3px solid #FFFFFF;
    border-radius:42px;
    position:relative;
    padding-right:24px;
}

.video-lang.dropdown::after{
    content:'';
    background:url(../images/hola-images/dropdown.svg);
    width:24px;
    height:24px;
    display:inline-block;
    transform: rotate(0deg);
    transform-origin: center;
    transition: 0.2s;
    position: absolute;
    right: 3px;
    margin-top:7px;

}
.video-lang.dropdown.show::after{
transform: rotate(180deg);
transform-origin: center;
transition: 0.2s;
}

/*AI Voiceover &Translation ENDS*/

/*BOOK A DEMO */

.book-a-demo {
    padding: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(242, 246, 255, 0.8) 100%);
    border: 5px solid #ffffff;
    box-shadow: 0px 4px 4px 0px #0000000D;
    border-radius: 32px;
    border-top-left-radius: 0;
    max-width: 990px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.book-a-demo-text h3 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 12px;
    font-family: 'openSans-bold';
    color: #13355B;
}

.book-a-demo-text p {
    line-height: 24px;
    font-size: 16px;
    color: #13355B;
    font-weight: 400;
    font-family: 'openSans-regular';
    margin: 0;
}


@media screen and (min-width:992px){
    .book-a-demo-use-case {
        gap: 24px;
        height: 180px;
        max-width: 1080px;
    }
}
.form-lady {
    border-radius: 16px;
    overflow: visible;
    margin-left: -22px;
    margin-bottom: 25px;
    width: 169px;
    position:relative;
}
.lead-gen-form-video {
    height: 210px;
    width: 171px;
    object-fit: cover;
    border-radius: 30px;
    border: 2px solid white;
}
.leadgen-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.leadgen-button img{
    height:50px;
    width:50px;
    opacity:0.8;
}

.form-lady img{
/*        height: 210px;
    width: 169px;*/
    border-radius: 16px;
}
/*BOOK a DEMO ENDS*/
/*PROOF IN NUMBERS STARTS*/
.proof-number {
    display: flex;
    align-items: center;
    justify-content: center;
}

.proof-number .max-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top:32px;
    padding-bottom:32px;
    margin-bottom:32px;
}

.proof-number-cards {
    width: 100%;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.proof-card {
    max-width: 381px;
    padding: 24px 24px 0px 24px;
    /*    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(243, 246, 255, 0.6) 100%);*/
/*    border: 2px solid #FFFFFF;*/
/*    box-shadow: 0px 0px 4px 0px #00000017;*/
    border-radius: 30px;
    padding: 24px 24px 0 24px;
    min-height: 315px;
    background-image: url('../images/hola-images/Stat2.png');
    background-size: 100% auto;
}

.proof-card-img {
    margin-bottom: 16px;
}

.meg-text {
    color: #E34A8A;
    font-size: 48px;
    line-height: 58px;
    font-weight: 800;
    font-family: 'openSans-extra-bold';
    margin-bottom: 8px;
}

.proof-card-title {
    margin-bottom: 8px;
    color: #13355B;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    font-family: 'openSans-bold';
}

p.proof-card-para {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #13355B;
    font-weight: 400;
    font-family: 'openSans-regular';
}

/*PROOF IN NUMBERS END*/
/*Integrations start*/

select.ai-lang-button:focus {
    outline: none;
}
.integrations{
    display:flex;
    justify-content:center;
    align-items:center;
}

.integrations .max-container{
     display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top:32px;
    padding-bottom:32px;
    margin-bottom:32px;
}

.intgrations-subtitle {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    font-family: 'openSans-bold';
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: 5px;
}

.integrations-title {
    margin-bottom: 31px;
    font-size: 48px;
    line-height: 58px;
    font-weight: 800;
    font-family: 'openSans-extra-bold';
    /* padding: 0 204px; */
    text-align: center;
}

.integrations-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.int-card {
    position: relative;
/*    border: 5px solid #ffffff;*/
    border-radius: 24px;
    max-width: 279px;
    box-shadow: 0px 14px 24px 0px #0000000D;
}

.int-card-img img {
    max-width: 279px;
}

.int-para {
    margin: 0;
    position: absolute;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    font-family: 'openSans-bold';
    color: #FFFFFF;
    bottom: 40px;
    left: 20px;
}

/*Integrations end*/

/*CLIENT REVIEWS START*/

  
.client-reviews {
    display:flex;
    align-items:center;
    justify-content:center;
}

.client-reviews .max-container{
    padding:32px 0;
    margin-bottom:32px;

}
.client-reviews-subtitle {
    margin: 0;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #13355B;
    font-weight: 700;
    font-family: 'openSans-bold';
    letter-spacing: 5px;
    margin-bottom: 8px;
}

.client-reviews-heading {
    margin: 0;
    width: 100%;
    margin-bottom: 31px;
    font-size: 48px;
    line-height: 58px;
    font-weight: 800;
    font-family: 'openSans-extra-bold';
}

.client-reviews-slider-card {
/*    padding-right:30px;*/
/*    width: 382px;*/
}

.client-reviews-slider {
    display: flex;
    gap: 30px;
}

.client-reviews-card {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: linear-gradient(178.09deg, rgba(255, 255, 255, 0) 1.62%, #F4F8FF 68.27%);
    max-width:382px;
    border-radius:32px;
    height:100%;
}


.client-info {
    display: flex;
    gap: 12px;
    align-items: center;
}

.client-name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'openSans-bold';
    margin: 0;
    white-space: nowrap;
    margin-bottom: 8px;
    color: #353535;
}

.client-des {
    margin: 0;
    margin-bottom: 8px;
    white-space: nowrap;
    font-size: 16px;
    color: #677397;
    font-weight: 400;
    font-family: 'openSans-regular';
    line-height: 24px;
}

.client-review-para {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'openSans-regular';
}

.client-reviews-slider {
    max-width: 100%; /* Adjust slider width */
    margin: auto;
    padding: 20px 0;
}

.client-reviews-custom-btns button {
    background: none;
    border: none;
}

.client-reviews .max-container {
    position: relative;
}

@media (min-width: 768px) {
    .client-reviews-custom-btns {
        position: absolute;
        right: 90px;
        top: 60px;
    }
}


/*CLIENT REVIEWS END*/


/*FAQ STARTS*/

.hola-faq {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hola-faq .max-container{
    padding:32px 0;
    margin-bottom:32px;
    display:flex;
    align-items:center;
}
.card-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.hola-faq-title-div {
    display: flex;
    align-items: flex-end;
    gap: 37px;
}

.hola-faq-que-ans {
    display: flex;
    gap: 30px;
    align-items: flex-end;
}

.hola-faq-div {
    max-width: 784px;
    width: 100%;
}



.hola-faq-subtile {
    font-size: 18px;
    line-height: 26px;
    color: #13355B;
    font-weight: 700;
    font-family: 'openSans-bold';
    margin-bottom: 16px;
    letter-spacing: 4px;
}

.hola-faq-heading {
    font-size: 48px;
    line-height: 58px;
    font-family: 'openSans-extra-bold';
    margin-bottom: 24px;
}

.hola-que {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    font-family: 'openSans-bold';
    margin-bottom: 16px;
    color: #13355B;
}

.hola-namaste {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 20px;
    color: #E34A8A;
    font-family: 'openSans-bold';
    font-weight: 700;
}

.hola-faq-btn{
    font-size:18px !important;
}

.card-header h5 {
    font-size: 16px;
    color: #13355B;
    line-height: 24px;
    font-weight: 700;
    font-family: 'openSans-bold';
}

.card-body.faq-body {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'openSans-regular';
    max-width: 615px;
    padding-left: 24px;
    padding-bottom: 24px;
    padding-right: 0;
    padding-top: 0;
    color: #13355B;
}



.faq-card {
    border: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(242, 246, 255, 0.6) 100%);
    border: 3px solid #FFFFFF;
    border-radius: 16px;
    margin-top: -10px;
    box-shadow: 0px -3px 24px 0px #00000008
}

.faq-card-header {
    color: #13355B ;
    background: none;
    border: navajowhite;
    align-items: center;
}
/*FAQ ENDS*/

/*FOOTER FREE TRIAL START*/
.footer-free-trial {
    display: flex;
    justify-content: center;
}

.footer-free-trial.max-container {
    display: flex;
    align-items: center;
}

.footer-parent {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background:transparent;
    padding: 40px 30px 38px 40px;
    border-radius: 60px;
    box-shadow: 0px 24px 24px -24px #0000000F;
    background-repeat:no-repeat;
    background-size:100% 100%;
}

.footer-heading {
    margin: 0;
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    font-family: 'openSans-bold';
    color: #FFFFFF;
    margin-bottom: 20px;
    
}

.footer-left p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: 'openSans-regular';
}

.footer-buttons {
    display: flex;
    margin-top: 36px;
    gap: 36px;
}

.footer-parent {
    position: relative;
    gap: 30px;
    background-image: url('../images/hola-images/foot-back.png');
}

.footer-white-div {
    position: absolute;
    top: 0;
    background: white;
    height: 174px;
    width: 43%;
    left: 0;
    box-shadow: -1px -1px 0px 1px rgb(255 255 255);
    border-bottom-right-radius: 60px;
}


.footer-left {
    position: relative;
    padding-bottom:29px;
}

.cursor-pointer{
    cursor:pointer;
}
.footer-mute img{
    height:50px;
    aspect-ratio:1;
}
.footer-right-image {
    position: relative;
    z-index: 1;
    max-width: 591px;
    max-height: 500px;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 40px;
    border: 11px solid #FFFFFF4D;
}
.footer-video{
    max-width:100%;
}

.footer-right-image img {
    border: 11px solid #FFFFFF4D;
    border-radius: 40px;
}

/*.use-case-slider-card .use-case-para {
    max-height: 0;
    overflow: hidden;*/
/*    transition: max-height 1s ease-in-out;*/
/*}

.use-case-slider-card:hover .use-case-para {*/
/*    transition:2s;*/
    /*max-height: 100%;*/ /* Adjust based on content height */
/*    transition: 0.5s max-height ease-in;*/
/*}*/

.use-case-para {
    opacity: 0;
    transform: translateY(-10px);
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.use-case-slider-card:hover .use-case-para {
    opacity: 1;
    transform: translateY(0);
    max-height: fit-content; /* Large enough to fit content */
}


.use-case-vector-img:hover {
    padding: 12px;
    transition: 0.15s padding ease-out;
}


button.use-case-next-btn.slick-arrow.slick-disabled img {
    filter: brightness(0) saturate(100%) invert(44%) sepia(33%) saturate(350%) hue-rotate(187deg) brightness(94%) contrast(96%);
}
button.use-case-prev--btn.slick-arrow.slick-disabled {
    filter: brightness(0) saturate(100%) invert(44%) sepia(33%) saturate(350%) hue-rotate(187deg) brightness(94%) contrast(96%);
}
.button-rotate {
    transform: rotate(180deg);
}

/*FOOTER FREE TRIAL END*/

/*HEADER BANNER STARTs*/

.banner-image {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
    margin-top:-160px
}

.top-left {
    left: 50px;
    top: -238px;
    padding: 10px;
    background: #FFFFFF4D;
    backdrop-filter: blur(64px);
    border-radius: 30px;
    max-width: 245px;
    max-height: 248px;
    transform: rotate(30deg);
}

    .top-left img:nth-of-type(1), .top-right img:nth-of-type(1) {
        border-radius: 20px;
        margin-bottom: 20px;
    }

.banner-div {
    position: relative;
    /* padding-top: 90px; */
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.top-right {
    right: 45px;
    top: -230px;
    padding: 10px;
    background: #FFFFFF4D;
    backdrop-filter: blur(64px);
    border-radius: 30px;
    max-width: 245px;
    max-height: 248px;
    transform: rotate(-30deg);
}



.banner-image .max-container {
    width: 100%;
    max-width: 1366px !important;
}

.banner-image-div{
    background:white;
    padding:20px;
    border-radius:20px;
    max-width:990px;
    margin:0 auto;
}
.banner-border {
    border: 20px solid #A77CE1;
    border-radius: 20px;
    background:#A77CE1;
}


.bento-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    width:100%;
}
 .bento-row img {
  box-shadow:  0 0 0 5px rgba(233, 233, 233, 0.4); 
     border-radius: 30px;
 }
.bento-row-one img {
    max-height: 184px;
}

.bento-row-one img:nth-of-type(2){
    flex:1;
} 

.bento-row-two img {
    max-height: 169px;
}
.bento-row-three img{
    max-width:212.5px;
    max-height:191px;
}

.banner-image-div{
    display:flex;
    flex-direction:column;
    gap:20px;
    justify-content:center;
    align-items:center;
}
/*HEADER BANNER ENDS*/
.common-background-image {
    background-image: url('../images/hola-images/voiceover-proof-integraations-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
/*USE CASE SECTION START*/
.use-case {
    display: flex;
    justify-content: center;
/*    padding-left: 16px;
    padding-right: 16px;*/
    background-image: url('../images/hola-images/use-cases-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
    .use-case .use-max-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 32px;
        padding-bottom: 64px;
        width: 100%;
    }

.use-case-slider {
    width: 100%;
    display: flex;
    gap: 30px;
}

.use-case-slider .slick-list, .use-case-slider .slick-track {
    min-width:100% !important;
}

.use-case-slider-card {
    position: relative;
    height:100%;
}

.use-case-slider-card .use-case-image {
    width:100%;
}

.use-case-hola-logo {
    position: absolute;
    top: 18px;
    left: 15px;
}

.use-case-texts {
    position: absolute;
    bottom: 131px;
    /* margin-bottom: 25px; */
}

.use-case-heading {
    color: #F2F6FF;
    padding: 0 16px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    font-family: 'openSans-bold';
    margin-bottom: 10px;
    max-width:380px;
}

.use-case-para {
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    font-weight: 400;
    font-family: 'openSans-regular';
    padding: 0 16px;
    max-width:380px
}

.use-case-badge {
    display: inline-block;
    padding: 8px 16px;
    position: absolute;
    bottom: 0;
    left: 16px;
    bottom: 16px;
    color: #ffffff;
    border-radius: 24px;
    border: 1px solid;
    border: 1px solid rgba(242, 246, 255, 0.1);
    background-color: rgba(237, 170, 255, 0.3);
    font-family: 'openSans-semi-bold';
}

.use-case-play-button {
    position: absolute;
    right: 4px;
    bottom: -8px;
    background: linear-gradient(180deg, #A57CE2 0%, #D576C6 100%);
    height: 109px;
    width: 109px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 3px solid #FFFFFF;
    box-shadow: 0px 4px 4px 0px #0000001C;
    cursor:pointer;
}
.client-com {
    display: none;
}
.max-990{
    max-width:990px;
}
.use-case-vector-img {
    background: #fff;
    /* height: 52px; */
    /* width: 52px; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    padding: 8px;
}
.use-case-vector {
    border: 3px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}




.use-case-custom-btns button {
    background: none;
    border: none;
}

.use-case-custom-btns {
    position: absolute;
    right: 80px;
    bottom: 270px;
}

/*USE CASE SECTION END*/
.hola-main-heading {
    background: url("../images/hola-images/grid.webp");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


@media (max-width: 1200px) {
    .padding-change {
        padding:10px !important;
    }
}
.footer-mobile {
    display: flex;
    justify-content: center;
    margin-left: 16px;
    margin-right: 16px;
}

.footer-img {
    margin-bottom: -30px;
    /* z-index: 99; */
}

.footer-text-div {
    /* z-index: 999; */
    background: linear-gradient(180deg, #A57CE2 0%, #D576C6 100%);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.footer-mob-heading {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    font-weight: 700;
    font-family: 'openSans-bold';
    color: #F2F6FF;
    margin-bottom: 16px;
}

.footer-text-div button {
    max-width:280px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-mob-para {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
    font-family: 'openSans-regular';
    margin-bottom: 16px;
    color: #ffffff;
}

button.custom-next-btn.button-rotate.slick-arrow.slick-disabled img {
    filter: brightness(0) saturate(100%) invert(46%) sepia(26%) saturate(498%) hue-rotate(188deg) brightness(91%) contrast(88%);
}

button.custom-prev-btn.slick-arrow.slick-disabled img {
    filter: brightness(0) saturate(100%) invert(46%) sepia(26%) saturate(498%) hue-rotate(188deg) brightness(91%) contrast(88%);
}

button.proof-num-next.button-rotate.slick-arrow.slick-disabled {
    filter: brightness(0) saturate(100%) invert(46%) sepia(26%) saturate(498%) hue-rotate(188deg) brightness(91%) contrast(88%);
}

button.proof-num-prev.slick-arrow.slick-disabled {
    filter: brightness(0) saturate(100%) invert(46%) sepia(26%) saturate(498%) hue-rotate(188deg) brightness(91%) contrast(88%);
}

.client-reviews-custom-btns button img {
    height: 32px;
    width: 40px;
}

@media (max-width: 767px) {

    .faq-card-header img {
        filter: brightness(0) saturate(100%) invert(41%) sepia(13%) saturate(953%) hue-rotate(187deg) brightness(107%) contrast(88%);
    }

    .book-a-demo-mb-32{
        margin-bottom:32px;
    }
    .banner-div .container {
        max-width: 328px;
    }
    .banner-image-div {
        background: white;
        padding: 5px;
        border-radius: 20px;
        margin: 0 auto;
        max-width:328px;
        gap:10px;
    }

    .banner-border {
        border: 5px solid #A77CE1;
        border-radius: 20px;
        background: #A77CE1;
    }
    .bento-row{
        gap:10px;
    }

    .bento-row img {
        max-height: 56px;
        border-radius:12px;
        flex:1;
    }
   

    ul.dropdown-menu.custom-dropdown-menu.show{
        min-width:138px;
    }

    .btn.ai-lang-button {
        width: 138px;
    }            
    .book-a-demo.book-a-demo-use-case{
        max-width:328px;
    }
    .client-reviews-slider-card {
        /* padding-right: 30px; */
        /* width: 382px; */
        padding: 0 0px 0 16px;
    }
    .use-case-custom-btns button img {
        width: 40px;
        height: 32px;
    }
    .use-case-slider-parent {
        padding: 0 10px 10px 10px;
    }
    .banner-image{
        margin-top:-8px;
    }
    section.moving-logos-section {
        margin: 0;
        padding: 0px 48px;
        height: 93px;
    }

    .why-hola-section {
        padding: 24px 0 24px 0;
        background-image: url(../images/hola-images/why-hola-mob.png);
        background-position: center bottom;
    }
    .why-hola-left, .why-hola-right{
        padding-left:16px;
    }
    .why-hola-slider {
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .hola-features .max-container {
        padding-top: 16px;
    }

    .use-case .max-container {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .common-main-heading.max-990 {
        padding: 0;
        margin-bottom: 24px;
    }

    .few-steps-section .max-container {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .few-steps-subtitle {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 1px;
        padding: 0px 30px;
        
    }

    h2.common-main-heading.few-steps-heading {
        margin-bottom: 16px;
        padding:0;
    }

    .ai-voiceover .max-container {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .ai-voiceover-div {
        margin-bottom: 16px;
    }

    .proof-number .max-container {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .integrations .max-container {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .client-reviews .max-container {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .client-reviews-subtitle {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
        letter-spacing:1px;
    }

    h2.client-reviews-heading {
        text-align: center;
        font-size: 28px;
        line-height: 36px;
        font-weight: 700;
        font-family: 'openSans-bold';
        padding: 0 60px;
        margin-bottom: 16px;
    }

    .hola-faq .max-container {
        padding: 16px 0;
        margin-bottom: 16px;
    }
    .footer-mobile{
        display:flex;
        justify-content:center;
        margin-left:16px;
        margin-right:16px;
    }
    .footer-img {
        margin-bottom: -30px;
        /* z-index: 99; */
    }

    .footer-text-div {
        /* z-index: 999; */
        background: linear-gradient(180deg, #A57CE2 0%, #D576C6 100%);
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
    }

    .footer-mob-heading {
        font-size: 28px;
        line-height: 36px;
        text-align: center;
        font-weight: 700;
        font-family: 'openSans-bold';
        color: #F2F6FF;
        margin-bottom: 16px;
    }

    .footer-text-div button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
         height: 44px; 
        font-size: 16px;
    }

    .custom-btn .grad-text {
        font-size: 16px;
        font-family: openSans-bold;
        font-weight: 700;
        color: #E34A8A;
        line-height: 25px;
        /* width: 130px; */
    }
    button.custom-btn.custom-btn-banner {
        font-size: 16px;
        color: #FFFFFF;
        font-weight: 700;
        line-height: 25px;
        font-family: 'openSans-bold';
        background: linear-gradient(180deg, #A57CE2 0%, #D576C6 100%);
        z-index: 100;
        padding: 10px 16px;
        height: 44px;
    }
    .footer-mob-para {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        font-weight: 400;
        font-family: 'openSans-regular';
        margin-bottom: 16px;
        color: #ffffff;
    }

    .use-case-custom-btns {
        bottom: 415px;
        right:16px;
    }

    .book-a-demo-text h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .book-a-demo-text p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        margin-bottom: 24px;
    }

    .book-a-demo button {
        width: 100%;
        display: flex;
        justify-content: center;
        max-width:282px;
    }


    .proof-card.slick-slide {
        margin-left: 16px;
    }
    .proof-number-custom-btns button {
        background: none;
        border: none;
    }

    .proof-number .max-container {
        position: relative;
    }

    .proof-number-custom-btns {
        position: absolute;
        bottom: 14px;
        right: 16px;
    }
    .proof-number-custom-btns button img {
    height: 32px;
    width: 40px;
}

    .use-case-vector-img:hover {
        height: 42px;
        width: 42px;
    }

/*USE CASE START*/

    .use-case-image {
        height: 303px;
        width: 280px;
    }

    .use-case-play-button {
        height: 64px;
        width: 64px;
        bottom: 8px;
        right: 12px;
        border-radius: 20px;
    }

    .use-case-slider-card {
        max-width: 280px;
    }

    .use-case-play-icon {
        width: 20px;
        height: 20px;
    }

    .use-case-vector-img {
        height: 30px;
        width: 30px;
    }

    h4.use-case-heading {
        font-size: 20px;
        line-height: 28px;
    }

    .use-case-texts {
        bottom: 90px;
    }

/*USE CASE END*/


/*COMMON CSS START*/
    .custom-header {
        background: none;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }



    .common-main-heading {
        font-weight: 700;
        font-size: 28px;
        line-height: 36px;
        padding: 0 16px;
        font-family: 'openSans-bold';
        margin-bottom:16px;
    }


    .common-sub-para {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        padding-left: 16px;
        padding-right: 16px;
        display:none;
    }

    .common-top-heading {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
    }

/*COMMON CSS END*/


    /*HEADER SECTION CSS STARTS*/

    .custom-navbar .container-fluid {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    .custom-navbar .navbar-nav {
        width: 100%;
        z-index: 999;
        margin-top:5px;
    }

    .navbar-toggler{
        border:none;
        padding:0;
    }

    .hola-main-heading {
        padding-top: 96px;
        padding-bottom: 231px;
        padding-left: 16px;
        padding-right: 16px;
        background-image: url("../images/hola-images/phone-grid.png"), linear-gradient(180deg, #A57CE2 8.01%, #D576C6 49.11%, #FFFFFF 84.33%);
    }

    h1.hola-page-heading {
        font-size: 28px;
        line-height: 36px;
        font-weight: 700;
        margin-bottom: 16px;
        font-family: 'openSans-bold';
    }


    .moving-texts h5 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
    }

    .moving-texts {
        height: 48px;
        margin-bottom: 16px;
    }
    .top-right {
        right: 0px;
        top: -190px;
        z-index: 9;
        max-height: 180px;
        max-width: 180px;
        transform: rotate(30deg);
    }
    .top-left {
        left: 0px;
        top: -190px;
        z-index: 10;
        max-height: 180px;
        max-width: 180px;
        transform: rotate(-30deg);
    }
        .top-left img:nth-of-type(1), .top-right img:nth-of-type(1) {
            border-radius: 20px;
            margin-bottom: 10px;
        }
    .main-banner {
        border: none;
    }
    .custom-navbar{
        padding:9px 16px 0 16px;
    }

 /*HEADER SECTION CSS ENDS*/

/*  WHY HOLA STARTS  */
    .slider-title {
        font-size: 14px;
        line-height: 20px;
        color: #13355B;
    }

    .why-hola-new {
        padding: 10px;
        gap: 8px;
        max-width: 280px;
    }

    .slider-right img {
        height: 132px;
        width: 93px;
        border-radius:16px;
    }

    .slider-left {
        order: 2;
    }

    p.slider-para {
        font-size: 12px;
        line-height: 18px;
    }

/* WHY HOLA ENDS*/
/*FEATURES START*/

    .features-card {
        margin: 0;
    }

    .features-background-image img {
        height: 154px;
        width: 154px;
        box-shadow: 0px 10px 10px 0px #00000014;
    }

    .features-card h4 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 16px;
        padding: 0 4px;
    }

    .camp-banner-base {
        display: none !important;
    }

/*FEATURES END*/



/*Client Reviews*/

    .client-reviews-custom-btns {
        position: absolute;
        bottom: -30px;
        right:0;
    }

    .client-reviews-card {
        max-width: 280px;
    }

    .client-reviews .max-container {
/*        padding-left: 16px;
        padding-right: 16px;*/
    }

    /*Client Reviews*/

    .book-a-demo {
        margin-left: 15px;
        margin-right: 15px;
        flex-direction: column;
        margin-top: 16px;
        margin-bottom: 16px;
        width: 330px
    }

    .camp .why-hola-camp-phone {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        margin-bottom: 24px;
    }


/*JUST A FEW STEPS*/


    .few-steps-left-card-para {
        order: 2;
    }

    .few-steps-left-card-img {
        display: none;
    }

    p.few-steps-card-para {
        display: none;
    }

    .few-steps-left-card {
        flex-direction: column;
        justify-content: center;
        gap: 23px;
        height: 162px;
        width: 99px;
    }

    .few-steps-card-heading {
        padding: 0;
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0;
    }

    .few-steps-left-card-content {
        padding: 0;
    }

    .few-steps-left {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .few-steps-main-dev {
        flex-direction: column;
    }

    section.few-steps-section {
        margin-left: 16px;
        margin-right: 16px;
    }

/*JUST A FEW STEPS END*/

/*AI VOICEOVER START*/

    .ai-voiceover-div {
        flex-direction: column;
        background:none;
    }

    .ai-voiceover-left {
        order: 2;
        padding: 0;
        background: none;
        gap: 16px;
    }

    .ai-voiceover-cards {
        display: none;
    }

    .ai-voiceover-right {
        background: none;
        padding: 0;
        margin-bottom: 16px;
    }

    .ai-subtitle {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 3px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'openSans-bold';
        margin-bottom: 8px;
    }

    .ai-title {
        font-size: 28px;
        line-height: 36px;
        text-align: center;
        font-weight: 700;
        font-family: 'openSans-bold';
        margin: 0;
    }

    .ai-voiceover-left {
    }

    .ai-voiceover {
        margin-left: 16px;
        margin-right: 16px;
    }

    .ai-lang-button {
        padding: 8px 17px;
    }

    .ai-lang-button-mob {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    select.ai-lang-button {
        width: 120px;
    }

    .ai-voiceover-btn {
        padding: 8px 16px;
        font-size: 16px;
        line-height: 24px;
        height: 64px;
    }


/*AI VOICEOVER END*/

/*FAQS STARTS*/

    .hola-faq-main-div {
    }

    .hola-faq-image {
        display: none;
    }

    .hola-faq-title-div {
        display: flex;
        justify-content: center;
    }

    .hola-faq-heading {
        font-size: 28px;
        line-height: 36px;
        font-weight: 700;
        text-align: center;
        font-family: 'openSans-bold';
        margin-bottom: 16px;
    }

    .hola-any-ques {
        display: none;
    }

    .hola-faq-subtile {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
    }

    .hola-faq {
        margin-left: 16px;
        margin-right: 16px;
    }

/*FAQS END*/

/*social media*/

    .int-card {
        border: 0;
    }

    .int-card-img img {
        width: 154px;
        height: 154px;
        border-radius:30px;
    }

    .integrations {
        margin-left: 16px;
        margin-right: 16px;
    }

    .integrations-cards {
        gap: 16px;
    }

    .intgrations-subtitle {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
        letter-spacing: 1px;
    }

    .integrations-title {
        margin-bottom: 16px;
        font-size: 28px;
        line-height: 36px;
        font-weight: 700;
        font-family: 'openSans-bold';
        padding: 0 8px;
    }

    .int-para {
        font-size: 20px;
        line-height: 28px;
        bottom: 16px;
    }

    .proof-card-img {
        display: none;
    }
    .proof-card-title {
        display: none;
    }
    .proof-card {
        min-height: 254px;
        max-width: 280px;
        background-image: url(../images/hola-images/Subtract.png);
        padding: 24px 20px 0 24px;
    }
    .proof-number {
/*        margin-left: 16px;
        margin-right: 16px;*/
    }
/*social media end*/

}


@media (min-width: 768px) and (max-width: 992px) {
    /*JUST A FEW STEPS*/


    .few-steps-left-card-para {
        order: 2;
    }

    .few-steps-left-card-img {
        display: none;
    }

    p.few-steps-card-para {
        display: none;
    }

    .few-steps-left-card {
        flex-direction: column;
        justify-content: center;
        gap: 23px;
        height: 162px;
        width: 99px;
    }

    .few-steps-card-heading {
        padding: 0;
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0;
    }

    .few-steps-left-card-content {
        padding: 0;
    }

    .few-steps-left {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .few-steps-main-dev {
        flex-direction: column;
    }

    section.few-steps-section {
        margin-left: 16px;
        margin-right: 16px;
    }

    /*JUST A FEW STEPS END*/
    /*AI VOICEOVER START*/

    .ai-voiceover-div {
        flex-direction: column;
    }

    .ai-voiceover-left {
        order: 2;
        padding: 0;
        background: none;
        gap: 16px;
    }

    .ai-voiceover-cards {
        display: none;
    }

    .ai-voiceover-right {
        background: none;
        padding: 0;
        margin-bottom: 16px;
    }

    .ai-subtitle {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 3px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'openSans-bold';
        margin-bottom: 8px;
    }

    .ai-title {
        font-size: 28px;
        line-height: 36px;
        text-align: center;
        font-weight: 700;
        font-family: 'openSans-bold';
        margin: 0;
    }

    .ai-voiceover-left {
    }

    .ai-voiceover {
        margin-left: 16px;
        margin-right: 16px;
    }



    .ai-lang-button {
        padding: 8px 20px;
    }

    select.ai-lang-button {
        width: 120px;
    }

    .ai-voiceover-btn {
        padding: 8px 16px;
        font-size: 16px;
        line-height: 24px;
        height: 64px;
    }


    /*AI VOICEOVER END*/
        
/*FEATURE CARD START*/

    .features-background-image img {
        height: 200px;
        width: 200px;
    }

    .features-card h4 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 16px;
        padding: 0 0px;
    }

    /*FEATURE CARD END*/

}


/*===================================LEAD GEN POPUP FORM START==================================*/


.contact-field-row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

/***    Lead Generation Modal popup   ***/

.lead-generation-popup .country-code {
    display: none;
}

.lead-generation-popup .w-55,
.lead-generation-popup .w-40,
.lead-generation-popup .w-48,
.lead-generation-popup .w-100 {
    margin-bottom: 15px;
}

.lead-popup-form .contact-field span {
    /*  color: red;*/
    font-size: 13px;
}

.lead-popup-form .contact-field-row .tvd-angular-field label {
    position: relative;
}

    .lead-popup-form .contact-field-row .tvd-angular-field label ~ span {
        font-family: 'openSans-light';
        font-size: 14px !important;
        font-weight: 300;
        color: #e22a2a;
        position: absolute;
        top: 45px !important;
        padding-left: 25px !important;
        background: url(../images/error-icon.svg) no-repeat !important;
        background-size: auto;
        left: 0;
    }

.lead-popup-form .contact-field-row .tvd-angular-field .only-business-id {
    position: absolute;
    top: 65px;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    min-width: 270px;
    font-family: 'openSans-semi-bold';
}

.lead-generation-popup .modal-content-main {
    max-height: 580px;
    overflow: auto;
}

.lead-generation-popup .modal-content {
    background: #fff url('../images/lead-generation-bg.svg') no-repeat top right;
    background-size: 100%;
    max-width: 956px !important;
    margin: 0 auto;
    border-radius: 20px;
    background-attachment: local;
    position: relative;
    border: none;
    overflow: hidden;
}

    .lead-generation-popup .modal-content .lead-generation-form {
        background: url('../images/lady-lead.png') no-repeat;
        background-size: 300px;
        padding: 20px 20px 5px 20px;
        background-position: bottom right;
    }

.lead-generation-popup .tvd-angular-field input:not([type=checkbox]):not([type=range]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]) ~ label,
.tvd-angular-field textarea ~ label {
    margin-left: 0;
}

.lead-generation-popup .modal-content .lead-generation-form .modal-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 34px;
    letter-spacing: 0px;
    text-align: left;
    margin: 10px 0 0 0;
    color: #13355B;
}

    .lead-generation-popup .modal-content .lead-generation-form .modal-title .modal-subtitle {
        display: block;
        font-size: 14px;
        font-weight: 300;
        line-height: 18px;
    }

.lead-generation-popup .modal-content .lead-generation-form .lead-popup-form {
    /*max-width: 580px;*/
    max-width: 650px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .lead-generation-popup .modal-content .lead-generation-form .lead-popup-form .contact-field-row.w-55 {
        width: 55%;
    }

.lead-generation-popup .contact-field-row .captcha-field {
    text-align: center;
}

.lead-generation-popup .modal-content .lead-generation-form .lead-popup-form .contact-field-row.w-40 {
    width: 40%;
}

    .lead-generation-popup .modal-content .lead-generation-form .lead-popup-form .contact-field-row.w-40 .country-code {
        display: none;
    }



.lead-generation-popup .modal-content .lead-generation-form .lead-popup-form .contact-field-row.w-48 {
    width: 48%;
    /*max-width: 48%;*/
}

.lead-generation-popup .mob-number .form-control {
    padding-left: 95px !important;
}

.lead-generation-popup .modal-content .lead-generation-form .lead-popup-form .contact-field-row.w-100,
.lead-generation-popup .divPEAttachementContainer.w-100 {
    width: 100%;
}

.lead-generation-popup .modal-content .lead-generation-form .lead-popup-form .contact-field-row.email {
    margin-bottom: 35px;
}

.lead-generation-popup .modal-content .lead-generation-form .lead-popup-form .contact-field-row .tvd-angular-field.d-inline {
    width: 40px;
    margin: 0 0 0 10px;
    padding: 0;
}

    .lead-generation-popup .modal-content .lead-generation-form .lead-popup-form .contact-field-row .tvd-angular-field.d-inline input {
        padding: 0;
    }

.lead-generation-popup .modal-content .contact-field-row .ContentPlaceHolder1_FileUpload1 {
    display: flex;
    align-items: center;
}

.lead-generation-popup .modal-content .lead-generation-form input[type=file] ~ label .attach-info span.success {
    color: #4bb543;
}

.lead-generation-popup .modal-content .lead-generation-form .lead-popup-form .contact-field-row .tvd-angular-field {
    width: 100%;
}

.lead-generation-popup .lead-generation-form .lead-popup-form .lead-popup-form-captcha {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.lead-generation-popup .lead-generation-form .lead-popup-form .btnPEAttachement p span {
    font-family: 'openSans-light';
    font-size: 12px;
    color: #f37222;
    cursor: pointer;
}

.lead-generation-popup input[type="file"] {
    display: none;
}

.lead-generation-popup input[type=file] ~ label {
    display: flex;
    cursor: pointer;
}

.lead-generation-popup [type=file] ~ label .attach-info span {
    font-family: 'openSans-light';
    font-size: 12px;
    font-weight: 300;
    display:block;
    color: #aaa;
    max-width: 100%;
}

.lead-generation-popup input[type=file] ~ label .attach-icon {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #aaa;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
    flex: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lead-generation-popup input[type=file] ~ label + .delete-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    display: none;
    cursor: pointer;
}

.lead-generation-popup input[type=file] ~ label .attach-icon img {
    display: block;
    margin: 9px auto;
}

.lead-generation-popup input[type=file] ~ label .attach-info p {
    margin: 0;
    font-family: 'openSans-regular';
    font-size: 14px;
    color: #303030;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lead-generation-popup .lead-generation-form .lead-popup-form .lead-popup-form-captcha .cc-text {
    display: block;
    font-size: 12px;
}

.lead-popup-form-captcha .contact-field-row:last-child {
    margin: 0 0 0 20px;
    flex-direction: column;
}

    .lead-popup-form-captcha .contact-field-row:last-child .captcha.cc-container {
        display: flex;
        align-items: center;
        margin-top: 5px;
    }

.lead-popup-form-captcha .cc-label {
    width: 50px;
    font-weight: 600;
    color: #303030;
    font-size: 16px;
}

.lead-popup-form .form-group .cc-message {
    margin: 0 0 0 30px;
    text-align: center;
}

    .lead-popup-form .form-group .cc-message .error {
        font-family: 'openSans-light';
        font-size: 14px;
        font-weight: 300;
        color: #e22a2a;
        padding-left: 25px;
        background: url(../images/error-icon.svg) no-repeat;
        background-size: auto 100%;
    }

    .lead-popup-form .form-group .cc-message .success {
        font-family: 'openSans-light';
        font-size: 14px;
        font-weight: 300;
        color: #4bb543;
    }

.lead-generation-popup .modal-content .connect-btn {
    margin: 0 auto 0 0;
    text-transform: capitalize;
}

.lead-generation-form .submit-btn-main .submit-btn {
    background: #F37222;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 19px;
    color: #FFE8D6;
}

    .lead-generation-form .submit-btn-main .submit-btn:disabled, .lead-generation-form .submit-btn-main .submit-btn.disabled {
        opacity: 0.5;
        pointer-events: none;
    }


/*Thank you page*/

.lead-generation-thanks-popup .modal-body {
    padding: 20px;
    margin: 0 0 40px 0;
}

.lead-generation-thanks-popup {
    padding: 20px;
}

    .lead-generation-thanks-popup .modal-header {
        border: none;
        padding: 0;
    }




        .lead-generation-thanks-popup .modal-body-content .modal-body-text {
            color: #000;
            font-size: 26px;
            font-weight: 600;
            margin: 0 0 10px 0;
            line-height: 34px;
        }

            .lead-generation-thanks-popup .modal-body-content .modal-body-text > .modal-body-greet {
                font-weight: 400;
                display: block;
                color: #303030;
            }

    .lead-generation-thanks-popup .modal-footer {
        display: flex;
        justify-content: flex-start;
        border: none;
    }

        .lead-generation-thanks-popup .modal-footer h5 {
            font-family: 'openSans-light';
            font-size: 14px;
            font-weight: 600;
            position: relative;
            color: #303030;
            margin: 0;
        }

            .lead-generation-thanks-popup .modal-footer h5:after {
                position: absolute;
                content: '';
                width: 34%;
                left: 0;
                top: 100%;
                border-bottom: 1.5px solid #303030;
                margin: 2px 0 0 0;
            }

        .lead-generation-thanks-popup .modal-footer .modal-footer-contact-text {
            font-family: openSans-bold;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 19px;
            letter-spacing: 0px;
            text-align: left;
            color: #303030;
        }

        .lead-generation-thanks-popup .modal-footer .modal-footer-contact {
            display: flex;
        }

        .lead-generation-thanks-popup .modal-footer .contact-detail {
            position: relative;
            font-family: 'openSans-light';
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 19px;
            letter-spacing: 0px;
            text-align: left;
            color: #F37222;
            margin: 0 0 0 10px;
        }

            .lead-generation-thanks-popup .modal-footer .contact-detail:after {
                position: absolute;
                content: '';
                top: 100%;
                left: 0;
                width: 100%;
                padding: 2px 0 0 0;
                height: 2px;
                border-bottom: 1.5px solid #F37222;
            }

    .lead-generation-popup .close,
    .lead-generation-thanks-popup .close {
        position: absolute;
        width: 20px;
        height: 20px;
        opacity: 1 !important;
        border-radius: 100%;
        right: 30px;
        top: 30px;
        outline: 0;
        cursor: pointer;
        z-index: 2;
    }

        .lead-generation-popup .close::before,
        .lead-generation-thanks-popup .close::before {
            content: '';
            position: absolute;
            left: 0;
            top: calc(50% - .5px);
            width: 0;
            height: 2px;
            background: #676767;
            transform: rotate(0);
            -webkit-transition: .2s;
            -moz-transition: .2s;
            -o-transition: .2s;
            transition: .2s;
        }

        .lead-generation-popup .close::after,
        .lead-generation-thanks-popup .close::after {
            content: '';
            position: absolute;
            left: 0;
            top: calc(50% - .5px);
            width: 0;
            height: 2px;
            background: #676767;
            transform: rotate(0);
            -webkit-transition: .2s;
            -moz-transition: .2s;
            -o-transition: .2s;
            transition: .2s;
        }

        .lead-generation-popup .close.animated::before,
        .lead-generation-thanks-popup .close.animated::before {
            animation: .7s .5s submenu-close-btn-animate1 forwards;
        }

        .lead-generation-popup .close.animated::after,
        .lead-generation-thanks-popup .close.animated::after {
            animation: .7s .5s submenu-close-btn-animate2 forwards;
        }


/* media query for the lead-generation page*/

@media only screen and (max-width: 992px) {
    .lead-generation-popup .modal-content-main {
        /*max-height: 823px;*/
        max-height: 550px;
    }

    .lead-generation-popup .modal-content {
        background: #fff url('../images/lead-generationp-popup-responsive-bg.svg') no-repeat top right;
        background-size: 70%;
    }

        .lead-generation-popup .modal-content .lead-generation-form {
            background: none;
        }

    .lead-generation-popup .btnPEAttachement {
        margin: 20px 0;
    }

    .lead-generation-popup .modal-content .lead-generation-form .lead-popup-form .contact-field-row.w-55,
    .lead-generation-popup .modal-content .lead-generation-form .lead-popup-form .contact-field-row.w-40,
    .lead-generation-popup .modal-content .lead-generation-form .lead-popup-form .contact-field-row.w-40,
    .lead-generation-popup .modal-content .lead-generation-form .lead-popup-form .contact-field-row.w-48,
    .lead-generation-popup .modal-content .lead-generation-form .lead-popup-form .contact-field-row.w-100 {
        width: 100%;
    }

    .lead-generation-popup .modal-content .lead-generation-form .lead-popup-form .contact-field-row.mb-0 {
        margin-bottom: 20px !important;
    }

    .lead-generation-thanks-popup .modal-footer {
        flex-direction: column;
        align-items: flex-start;
    }

        .lead-generation-thanks-popup .modal-footer .modal-footer-contact {
            flex-direction: column;
            margin: 10px 0;
        }

        .lead-generation-thanks-popup .modal-footer .contact-detail {
            margin: 0;
        }

    .lead-generation-thanks-popup .modal-body-content .modal-body-text {
        font-size: 18px;
        line-height: 25px;
    }

    .lead-generation-thanks-popup .modal-footer h5 {
        margin: 0 0 10px 0;
    }
}

@media only screen and (max-width: 767px) {
    .lead-generation-popup .modal-content .lead-generation-form .modal-title {
        font-size: 20px;
    }

    .lead-generation-thanks-popup .modal-body,
    .lead-generation-thanks-popup .modal-footer {
        padding: 20px;
    }
}

@media only screen and (max-width: 540px) {
    .lead-generation-popup .lead-generation-form .lead-popup-form .lead-popup-form-captcha {
        width: 100%;
        padding: 0 0 25px 0;
    }

    .lead-popup-form .form-group .cc-message {
        position: absolute;
        top: 100%;
        left: -50%;
        width: 250px;
        text-align: left;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .lead-generation-popup .modal-content .lead-generation-form .lead-popup-form {
        max-width: 550px;
    }
}

@keyframes submenu-close-btn-animate1 {
    0% {
        transform: rotate(0deg);
        width: 0px;
    }

    50% {
        transform: rotate(0deg);
        width: 20px;
    }

    70% {
        transform: rotate(0deg);
        width: 20px;
    }

    100% {
        transform: rotate(45deg);
        width: 20px;
    }
}

@keyframes submenu-close-btn-animate2 {
    0% {
        transform: rotate(0deg);
        width: 0px;
    }

    50% {
        transform: rotate(0deg);
        width: 20px;
    }

    70% {
        transform: rotate(0deg);
        width: 20px;
    }

    100% {
        transform: rotate(-45deg);
        width: 20px;
    }
}

/*LEAD GEN POPUP FORM END*/


/*=========================================================== FORM CSS STARTS =====================================================================*/

/*snipcss start*/

.camp-banner-base {
    display: flex !important;
    width: 100%;
    height: 260px;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .camp-banner-base {
        display: none !important;
    }
}



.z-index-top {
    z-index: 99;
}



@media all {
    .camp-lead-wrapper {
        background: #F2F6FF;
        height: 75%;
        margin: 0 10px;
        width: 100%;
        max-width: 1206px;
        border-radius: 0px 30px 32px 32px;
        box-shadow: 0px 4px 56px 0px #ce500942;
    }


    .thankyou-work {
        max-width: 430px;
        margin: auto;
    }

    .camp-banner-base .thankyou-work {
        max-width: 100%;
        text-align: center;
        margin: auto;
        display: none;
    }

    .camp-lead-wrapper .home-head2 {
        padding: 20px 24px;
        font-size: 24px;
        font-weight: 700;
        font-family: "openSans-bold";
        line-height: 32px;
    }

    .camp-lead-wrapper .home-head2 {
        color: #333333;
        padding: 20px 10px 20px 24px;
    }
}

h2.home-head2.namaste-title {
    color: #0a1425 !important;
}

h2.home-head2.namaste-title {
    font-family: openSans-regular !important;
    font-weight: 600 !important;
}

@media all {
    .camp-fields-wrapper {
        display: flex;
        width: 100%;
        justify-content: space-around;
        padding: 20px 24px 10px;
        align-items: center;
    }


    .thankyou-work > p {
        font-size: 18px;
    }

    .thankyou-work p.head {
        font-family: "openSans-semi-bold";
        font-size: 28px;
        color: #303030;
        padding: 0px 0;
    }
}

.thankyou-work p.head {
    color: #0a1425;
}

.will-repond-shortly {
    font-size: 13px !important;
    color: #303030 !important;
    font-family: "openSans-regular";
    margin-top: 8px;
}

@media all {
    .tvd-angular-field {
        margin-bottom: 15px;
        position: relative;
        padding-top: 10px;
    }
}

.tvd-angular-field {
    margin-bottom: 15px;
    position: relative;
    padding-top: 10px;
}

.tvd-angular-field {
    width: 100%;
}

@media all {
    .camp-fields-wrapper > div {
        width: 19%;
    }

    .camp-fields-wrapper .tvd-angular-field {
        position: relative;
        margin-top: 8px;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
}

@media all {
    .gint-contact-field-row {
        width: 14% !important;
        margin-top: 16px;
    }

    .contact-field-row {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }
}

.gint-contact-field-row {
    width: 14% !important;
    margin-top: 5px;
}


.get-in-touch {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.get-in-touch {
    font-size: 18px !important;
}

.connect-btn {
    border-radius: 8px;
    box-shadow: 0 4px 20px 5px rgba(249, 194, 160, 0);
    border: solid 1px #f37222;
    background-color: #f37222;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    padding: 14px 26.14px;
    text-transform: uppercase;
    margin-top: 28px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btnCampSubmit {
    background: linear-gradient(97.53deg, #ff6700 0%, #fe1f10 55.24%);
    max-width: 165px;
    width: 100%;
    text-transform: none;
}

.connect-btn {
    border-radius: 12px;
}


.btnCampSubmit {
    background: #781793;
    border: none;
}

@media all {
    .btn.disabled {
        opacity: 0.65;
    }

    .connect-btn.disabled {
        opacity: 0.5;
    }

    .get-in-touch.disabled {
        pointer-events: none;
        opacity: 0.5;
    }

    a.btn.disabled {
        pointer-events: none;
    }

    .camp-fields-wrapper .get-in-touch.disabled {
        opacity: 0.8;
    }

    .quick-contact-form .camp-fields-wrapper .connect-btn {
        margin-top: 0;
        font-family: "openSans-bold";
        font-weight: bold;
        font-size: 16px;
    }

    .quick-contact-form .camp-fields-wrapper .connect-btn {
        margin-top: 0;
        font-family: "openSans-semi-bold";
        font-weight: bold;
        font-size: 16px;
    }

        .quick-contact-form .camp-fields-wrapper .connect-btn.disabled {
            opacity: 0.5;
        }

    .btn:before {
        display: none;
    }

    .btn:after {
        display: none;
    }

    .connect-btn:hover {
        color: #ffe8d6;
        box-shadow: 0 4px 20px 5px rgba(249, 194, 160, 0.52);
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .check-gif {
        width: 60px;
    }
}

.check-gif {
    height: 60px !important;
    width: 60px !important;
    display: block;
}

@media all {
    .camp-banner-base .thankyou-work img {
        margin: 16px auto 10px;
        display: block;
    }

    input {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    input {
        overflow: visible;
    }

    .form-control {
        display: block;
        width: 100%;
        height: calc(1.5em + 0.75rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .tvd-angular-field
    input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not( [type="submit"] ):not([type="button"]):not([type="file"]) {
        outline: none !important;
        font-size: 16px;
        background: transparent !important;
        text-overflow: ellipsis;
        font-weight: 600;
        border: 0;
        border-bottom: 1px solid #ccc;
        -webkit-appearance: none;
        -moz-appearance: none;
        border-radius: 0;
        padding: 0 0 4px 0;
        margin-top: 4px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        box-shadow: none !important;
        height: auto;
    }
}

.tvd-angular-field
input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not( [type="submit"] ):not([type="button"]):not([type="file"]) {
    outline: none !important;
    font-size: 16px;
    background: transparent !important;
    text-overflow: ellipsis;
    font-weight: 600;
    border: 0;
    border-bottom: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    padding: 0 0 4px 0;
    margin-top: 4px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    box-shadow: none !important;
    height: auto;
}

.quick-contact-form
.tvd-angular-field
input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not( [type="submit"] ):not([type="button"]):not([type="file"]) {
    padding: 7px 10px;
    border-bottom: 1px solid #c4c4c4;
    background: #fff;
}

@media all {
    .quick-contact-form
    .camp-fields-wrapper
    .tvd-angular-field
    input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not( [type="submit"] ):not([type="button"]):not([type="file"]) {
        font-size: 16px;
        line-height: 24px;
        color: #666666;
        font-family: "openSans-regular";
        font-weight: 400;
        margin-top: 0;
    }

    .quick-contact-form
    .camp-fields-wrapper
    .tvd-angular-field
    input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not( [type="submit"] ):not([type="button"]):not([type="file"]) {
        color: #676767 !important;
    }
}

.quick-contact-form
.camp-fields-wrapper
.tvd-angular-field
input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not( [type="submit"] ):not([type="button"]):not([type="file"]) {
    color: #aaaaaa !important;
}

@media (min-width: 768px) {
    .quick-contact-form
    .camp-fields-wrapper
    .tvd-angular-field
    input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not( [type="submit"] ):not([type="button"]):not([type="file"]) {
        max-width: 217px !important;
    }
}



.tvd-angular-field
input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not( [type="submit"] ):not([type="button"]):not([type="file"]) ~ label {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate(0, 1.4rem) scale(1.5);
    -ms-transform: translate(0, 1.4rem) scale(1.5);
    transform: translate(0, 1.4rem) scale(1.5);
    -moz-transform: translate(0, 1.4rem) scale(1.5);
    -o-transform: translate(0, 1.4rem) scale(1.5);
    pointer-events: none;
    margin-left: 7px;
    font-size: 11px;
    color: #797979;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    position: absolute;
    top: 0;
    line-height: 1;
}

.tvd-angular-field
input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not( [type="submit"] ):not([type="button"]):not([type="file"]) ~ label {
    color: #676767;
}

.tvd-angular-field
input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not( [type="submit"] ):not([type="button"]):not([type="file"]) ~ label {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate(0, 1.4rem) scale(1);
    -ms-transform: translate(0, 1.4rem) scale(1);
    transform: translate(0, 1.4rem) scale(1);
    -moz-transform: translate(0, 1.4rem) scale(1);
    -o-transform: translate(0, 1.4rem) scale(1);
    pointer-events: none;
    margin-left: 7px;
    font-size: 16px;
    color: #aaaaaa;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    position: absolute;
    top: 0;
    line-height: 1;
}

.quick-contact-form
.tvd-angular-field
input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not( [type="submit"] ):not([type="button"]):not([type="file"]) ~ label {
    top: 10px;
    left: 0;
    margin: 0;
    font-family: openSans-regular;
}

.quick-contact-form
.tvd-angular-field
input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not( [type="submit"] ):not([type="button"]):not([type="file"]) ~ label {
    top: 10px;
    left: 0;
    margin: 0;
    font-family: openSans-regular;
    color: #676767;
}

.quick-contact-form
.camp-fields-wrapper
.tvd-angular-field
input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not( [type="submit"] ):not([type="button"]):not([type="file"]) ~ label {
    font-family: "openSans-regular";
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #676767;
    top: -6px;
    transform: translate(0, 1.6rem);
    background: none;
}

.quick-contact-form
.camp-fields-wrapper
.tvd-angular-field
input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not( [type="submit"] ):not([type="button"]):not([type="file"]) ~ label {
    color: #aaaaaa !important;
}

.quick-contact-form
.camp-fields-wrapper
.tvd-angular-field
input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not( [type="submit"] ):not([type="button"]):not([type="file"]) ~ label {
    color: #aaaaaa;
}



.camp-fields-wrapper .tvd-angular-field > span {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    color: red;
    font-weight: 400;
    font-family: "openSans-regular";
}



.quick-contact-form .tvd-angular-field.mob-number label {
    position: absolute;
    top: 20px;
    left: 32%;
    color: #676767;
    z-index: 0;
    transition: all 0.3s ease 0s;
    pointer-events: none;
    font-family: openSans-regular;
}

.quick-contact-form .camp-fields-wrapper .tvd-angular-field.mob-number label {
    position: absolute;
    font-family: "openSans-regular";
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    top: -6px;
    transform: translate(20px, 1.6rem);
}

.quick-contact-form .camp-fields-wrapper .tvd-angular-field.mob-number label {
    position: absolute;
    font-family: "openSans-regular";
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #aaaaaa;
    top: -6px;
    transform: translate(20px, 1.6rem);
}

.quick-contact-form .camp-fields-wrapper .tvd-angular-field.mob-number label {
    color: #aaaaaa;
}


.quick-contact-form .camp-fields-wrapper .tvd-angular-field.mob-number input {
    padding-left: 85px !important;
}


p.only-business-id {
    color: #aaaaaa !important;
}

.tvd-angular-field.contact-field .only-business-id {
    position: absolute;
    top: 49px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    min-width: 320px;
    font-family: "openSans-regular";
}

.camp-fields-wrapper .tvd-angular-field > .only-business-id {
    position: absolute;
    top: 60px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    min-width: 320px;
    font-family: "openSans-regular";
}

.camp-fields-wrapper .tvd-angular-field > .only-business-id {
    top: 65px;
}

.gint-cc-container {
    display: flex;
    margin-bottom: 0px;
    align-items: center;
}

.captcha {
    padding: 0px;
}


.cc-label {
    pointer-events: none;
    user-select: none;
}

span.cc-label {
    color: #303030;
}

.gint-cc-container .cc-label {
    max-width: 60px;
    width: 100%;
    text-align: center;
    pointer-events: none;
    user-select: none;
}

.gint-captcha-space {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
    max-width: 80px;
    margin-left: 8px;
}

.gint-captcha-space {
    padding: 0 !important;
}

.gint-cc-message {
    position: absolute;
    bottom: 0;
    top: 20px;
    right: -58px;
    left: 76px;
}

    .gint-cc-message.top {
        top: 24px !important;
    }

    .gint-cc-message.top {
        top: 24px !important;
        left: 0px;
    }

    .gint-cc-message.top {
        top: 30px !important;
        left: 0px;
    }
  



/*snipcss end*/




.quick-contact-form .camp-fields-wrapper .tvd-angular-field.focused input:not([type=checkbox]):not([type=range]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]) {
    border-color: #781793;
    color: #303030 !important;
}

.btnCampSubmit {
    background: #781793;
    border: none;
}

.quick-contact-form .camp-fields-wrapper .tvd-angular-field input:not([type=checkbox]):not([type=range]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]) ~ label {
    color: #AAAAAA !important;
}

.quick-contact-form .camp-fields-wrapper .tvd-angular-field.mob-number label {
    position: absolute;
    font-family: 'openSans-regular';
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #aaaaaa;
    top: -6px;
    transform: translate(20px, 1.6rem);
}

.quick-contact-form .tvd-angular-field input:not([type=checkbox]):not([type=range]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]) ~ label, .tvd-angular-field textarea ~ label {
    top: 10px;
    left: 0;
    margin: 0;
    font-family: openSans-regular;
}

.quick-contact-form .contact-field.focused input ~ label, .tabs-content-main .contact-field.focused textarea ~ label {
    transform: translate(0px, -2px) scale(1) !important;
    /* padding: 0 5px; */
    border-radius: 50px;
}

.quick-contact-form .tvd-angular-field.mob-number.focused label {
    transform: translate(13px, -8px) scale(1) !important;
    font-size: 16px;
    padding: 0 5px;
    border-radius: 50px;
}

h2.home-head2.namaste-title {
    color: #0A1425 !important;
}


.quick-contact-form .camp-fields-wrapper .tvd-angular-field input:not([type=checkbox]):not([type=range]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]) ~ label {
    color: #AAAAAA;
}

.quick-contact-form .camp-fields-wrapper .tvd-angular-field.mob-number label {
    color: #AAAAAA;
}

.quick-contact-form .camp-fields-wrapper .tvd-angular-field input:not([type=checkbox]):not([type=range]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]) {
    color: #aaaaaa !important;
    padding-left: 0;
}

p.only-business-id {
    color: #677397 !important;
}

.gint-contact-field-row {
    width: 14% !important;
    margin-top: 5px;
}

.gint-cc-message.top {
    top: 33px !important;
    left: 0px;
}



span.cc-label {
    color: #303030;
}



.thankyou-work p.head {
    color: #0A1425;
}

.will-repond-shortly {
    font-size: 13px !important;
    color: #303030 !important;
    font-family: 'openSans-regular';
    margin-top: 8px;
}

.check-gif {
    height: 60px !important;
    width: 60px !important;
    display: block;
}

.gint-captcha-space {
    padding: 0 !important;
}

.lead-generation-popup .lead-generation-form .contact-field-row .contact-field.mob-number label {
    position: absolute;
    top: -6px !important;
    left: 90px;
    font-size: 16px !important;
}

/********** Angular field start **********/


/**/
.tvd-angular-field {
    margin-bottom: 15px;
    position: relative;
    padding-top: 10px;
}

    .tvd-angular-field input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="file"]),
    .tvd-angular-field textarea {
        outline: none !important;
        font-size: 16px;
        background: transparent !important;
        text-overflow: ellipsis;
        font-weight: 600;
        border: 0;
        border-bottom: 1px solid #CECECE;
        -webkit-appearance: none;
        -moz-appearance: none;
        border-radius: 0;
        padding: 0 0 4px 0;
        margin-top: 4px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        box-shadow: none !important;
        height: auto;
    }

        .tvd-angular-field input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="file"]) ~ label,
        .tvd-angular-field textarea ~ label {
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            -webkit-transform-origin: left bottom;
            -ms-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: translate(0, 1.4rem) scale(1);
            -ms-transform: translate(0, 1.4rem) scale(1);
            transform: translate(0, 1.4rem) scale(1);
            -moz-transform: translate(0, 1.4rem) scale(1);
            -o-transform: translate(0, 1.4rem) scale(1);
            pointer-events: none;
            margin-left: 7px;
            font-size: 16px;
            color: #AAAAAA;
            transition: all 0.2s;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -ms-transition: all 0.2s;
            -o-transition: all 0.2s;
            position: absolute;
            top: 0;
            line-height: 1;
        }

    .tvd-angular-field.focused input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="file"]) ~ label,
    .tvd-angular-field.focused textarea ~ label {
        transform: translate(0, 0) scale(1);
        margin-left: 0px;
        -webkit-transform: translate(0, 0) scale(1);
        -moz-transform: translate(0, 0) scale(1);
        -ms-transform: translate(0, 0) scale(1);
        -o-transform: translate(0, 0) scale(1);
    }

    .tvd-angular-field.focused input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="file"]),
    .tvd-angular-field.focused textarea {
        border-color: #243644;
    }

    .tvd-angular-field .infoMsg {
        display: block;
        font-size: 12px;
    }

    .tvd-angular-field .errorMsg {
        display: none;
    }

    .tvd-angular-field.error :not([type="checkbox"]):not([type="range"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="file"]),
    .tvd-angular-field.error textarea,
    .tvd-angular-field.error .tvd-angular-dropdown {
        border-color: #e33b3b !important;
    }

    .tvd-angular-field.error .errorMsg {
        display: block;
        font-size: 12px;
        color: #e33b3b;
    }

    .tvd-angular-field.error .infoMsg {
        display: none;
    }

    .tvd-angular-field .tvd-btn-badge {
        position: absolute;
        right: 0;
        top: 18px;
        font-size: 12px;
        line-height: 0.9;
    }

    .tvd-angular-field .tvd-verify-batch {
        color: #45b52b;
        position: absolute;
        font-size: 12px;
        right: 12px;
        top: 18px;
        display: flex;
        align-items: center;
    }

        .tvd-angular-field .tvd-verify-batch img {
            margin-left: 5px;
        }

    /********** Angular field end **********/

    /********** Angular field bordered start **********/
    .tvd-angular-field.bordered input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="file"]),
    .tvd-angular-field.bordered textarea {
        border: 1px solid #cccccc;
        font-size: 14px;
        padding: 6px 9px 5px 9px;
        border-radius: 3.8px;
        -webkit-border-radius: 3.8px;
        -moz-border-radius: 3.8px;
        -ms-border-radius: 3.8px;
        -o-border-radius: 3.8px;
    }

    .tvd-angular-field.bordered.focused input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="file"]),
    .tvd-angular-field.bordered.focused textarea {
        border-color: #0b4d88;
    }

    .tvd-angular-field.bordered input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="file"]) ~ label,
    .tvd-angular-field.bordered textarea ~ label {
        margin-left: 9px;
        padding: 0 0;
        background: #ffffff;
        transform: translate(0, 1.70rem) scale(1.4);
        -webkit-transform: translate(0, 1.70rem) scale(1.4);
        -moz-transform: translate(0, 1.70rem) scale(1.4);
        -ms-transform: translate(0, 1.70rem) scale(1.4);
        -o-transform: translate(0, 1.70rem) scale(1.4);
    }

    .tvd-angular-field.bordered.focused input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="file"]) ~ label,
    .tvd-angular-field.bordered.focused textarea ~ label {
        margin-left: 6px;
        padding: 0 3px;
        transform: translate(0, 0.5rem) scale(1);
        -webkit-transform: translate(0, 0.5rem) scale(1);
        -moz-transform: translate(0, 0.5rem) scale(1);
        -ms-transform: translate(0, 0.5rem) scale(1);
        -o-transform: translate(0, 0.5rem) scale(1);
    }

    .tvd-angular-field.bordered .infoMsg,
    .tvd-angular-field.bordered.error .errorMsg {
        top: 50px;
    }

    /********** Angular dropdown start **********/
    .tvd-angular-field select {
        display: none;
    }

        .tvd-angular-field select + div + label {
            -webkit-transform: translate(0px, 0px) scale(1);
            -ms-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
            margin: 0px;
            font-size: 11px;
            color: #797979;
            text-align: left;
            position: absolute;
            top: 0;
            line-height: 1;
        }

    .tvd-angular-field .tvd-angular-dropdown {
        -webkit-appearance: none;
        border: none;
        border-bottom: 1px solid #243644;
        cursor: pointer;
        padding: 1px 0 3px;
        background: transparent;
        font-weight: 600;
        color: #253746;
    }

    .tvd-angular-field .dropdown {
        cursor: pointer;
        display: block;
        outline: none;
        padding: 3px 0;
        position: relative;
        text-align: left !important;
        transition: all 0.2s ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap;
        width: 100%;
        height: auto;
        box-shadow: none;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
    }

        .tvd-angular-field .dropdown .list {
            box-sizing: border-box;
            transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
            -webkit-transform: scale(0.75);
            transform: scale(0.75);
            -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
            background-color: #fff;
            border-radius: 0 0 5px 5px;
            margin-top: 2px;
            padding: 3px 0;
            opacity: 0;
            overflow: hidden;
            pointer-events: none;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 8;
        }

        .tvd-angular-field .dropdown.open .list {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
            pointer-events: auto;
            width: 100%;
        }

        .tvd-angular-field .dropdown .list ul {
            margin: 0;
            list-style: none;
        }

.dropdown.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.tvd-angular-field .dropdown:after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: url(../images/down-arrow.png) no-repeat;
    width: 13px;
    height: 8px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.tvd-angular-field .dropdown .option {
    cursor: pointer;
    font-weight: normal;
    outline: none;
    text-align: left;
    width: auto;
    padding: 6px 7px;
    margin: 0;
    font-size: inherit;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

/********** Angular dropdown field bordered start **********/

.tvd-angular-field.bordered .tvd-angular-dropdown {
    border: 1px solid #0b4d88;
    font-size: 14px;
    padding: 6px 9px 5px 9px;
    border-radius: 3.8px;
    -webkit-border-radius: 3.8px;
    -moz-border-radius: 3.8px;
    -ms-border-radius: 3.8px;
    -o-border-radius: 3.8px;
}

.tvd-angular-field.bordered select + div + label {
    margin-left: 6px;
    padding: 0 3px;
    background: #ffffff;
    margin-left: 6px;
    transform: translate(0, 0.25rem) scale(1);
    -webkit-transform: translate(0, 0.25rem) scale(1);
    -moz-transform: translate(0, 0.25rem) scale(1);
    -ms-transform: translate(0, 0.25rem) scale(1);
    -o-transform: translate(0, 0.25rem) scale(1);
}

.tvd-angular-field.bordered .dropdown:after {
    bottom: 11px;
}

.tvd-angular-field.bordered .tvd-btn-badge {
    position: absolute;
    right: 5px;
    bottom: 22px;
    font-size: 12px;
    line-height: 0.9;
}

/********** Angular dropdown field bordered end **********/

.lead-generation-popup .modal-content-hwk {
    background-image: url('../images/Untitled.png') !important;
}

.lead-generation-popup .lead-generation-form .lead-popup-form .btnPEAttachement-hwk p span {
    color: #FF8266;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.lead-generation-form .submit-btn-main .submit-btn-hwk {
    background: #781793;
    border: none;
    padding: 14px 46px;
}


@media (min-width: 768px) {
    .quick-contact-form .camp-fields-wrapper .tvd-angular-field input:not([type=checkbox]):not([type=range]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]) {
        max-width: 217px !important;
    }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    h2.home-head2.namaste-title {
        padding-top: 20px !important;
    }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    .camp-lead-base {
        padding: 8px;
    }

    .thankyou-work > p {
        padding: 0 32px;
    }

    .header-section-banners-text {
        background-image: url('../images/corner.png'), url('../images/bot-corner.png');
        background-repeat: no-repeat, no-repeat;
        background-position: left top, bottom right;
        width: 100%;
        padding-top: 32px;
    }


    .header-sec-sub-title {
        display: none;
    }

    .camp-lead-mbwrapper .gint-contact-field-row {
        width: 100% !important;
        margin-top: 0px;
    }

    .captcha-class {
        margin-top: 20px;
        width: 100%;
        color: #303030;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

    .quick-contact-form .camp-fields-wrapper .connect-btn.homebtn {
        margin-top: 35px !important;
        margin-bottom: 23px !important;
    }

    .quick-contact-form .camp-fields-wrapper .tvd-angular-field.mob-number.focused label {
        transform: translate(-16px, -2px) !important;
    }

    #revolution-main {
        display: none;
    }

    .camp-lead-mbwrapper {
        border-radius: 16px !important;
    }

    .thankyou-work p.head {
        font-size: 20px;
    }

    .lead-generation-popup .modal-content .lead-generation-form .modal-title {
        font-size: 24px;
        max-width: 214px;
        font-weight: 700;
        font-family: 'openSans-bold';
    }

    .submit-btn-hwk {
        margin-top: 0px;
    }

    .lead-generation-popup .lead-generation-form .lead-popup-form .lead-popup-form-captcha {
        display: flex;
        align-items: flex-start;
        margin: 10px 0;
        flex-direction: column;
    }

    .lead-popup-form-captcha .contact-field-row:last-child {
        margin: 0 0 0 0;
        flex-direction: column;
    }

    .cc-text-hwk {
        display: none !important;
    }


    .lead-generation-form-hwk {
        padding: 0 !important;
    }

    .camp-banner-base-hwk {
        margin-bottom: 0px !important;
        margin-top: -20px !important;
    }
}

@media only screen and (max-width: 540px) {
    .lead-generation-popup .lead-generation-form .lead-popup-form .lead-popup-form-captcha {
        width: 100%;
        padding: 0 0 0px 0;
    }
}

@media (max-width: 992px) {
    .lead-generation-form .submit-btn-main .submit-btn-hwk {
        background: #781793;
        border: none;
        padding: 14px 46px;
        width: 100%;
        text-align: center;
    }

    .lead-popup-form .form-group .cc-message {
        position: absolute;
        top: 36px;
        left: 0px;
        width: 250px;
        text-align: left;
        margin-left: 0;
    }
    input#txtLeadGenPopPhone {
        padding-left: 91px !important;
    }
}

/*FORM CSS END*/

div#campLeadWrapper {
    height: 172px;
    margin: 0;
}

h2.home-head2.namaste-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700 !important;
    font-family: 'openSans-bold' !important;
    color: #13355B !important;
    padding: 23px 0 13px 33px;
}

.quick-contact-form .camp-fields-wrapper .tvd-angular-field input:not([type=checkbox]):not([type=range]):not([type=radio]):not([type=submit]):not([type=button]):not([type=file]) ~ label {
    color: #13355B !important;
}

.quick-contact-form .camp-fields-wrapper .tvd-angular-field.mob-number label {
    color: #13355B !important;
}
/*span.cc-message.gint-cc-message.cc-message1.top i {
    font-family: 'openSans-regular';
    font-style: normal;
    font-size: 12px;
    color: red;
}*/
a#btnCampSubmit {
    display: flex;
    align-items: center;
    max-width: 229px;
    justify-content: center;
    gap: 16px;
    height: 60px;
    background: linear-gradient(180deg, #8F7EEF -43%, #EF72B7 149.6%);
}
.white-filter {
    filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(7500%) hue-rotate(203deg) brightness(116%) contrast(111%);
}

.lead-generation-popup .modal-content .lead-generation-form .modal-title {
    font-size: 48px;
    line-height: 58px;
    font-family: 'openSans-extra-bold';
}

.tvd-angular-field input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="file"]) ~ label, .tvd-angular-field textarea ~ label {
    color: #677397;
}

.lead-generation-form .submit-btn-main .submit-btn-hwk {
    background: #781793;
    border: none;
    padding: 14px 46px;
    background: linear-gradient(180deg, #A57CE2 0%, #D576C6 100%);
    border-radius: 10px;
    min-width: 229px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.tvd-angular-field input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="file"]), .tvd-angular-field textarea {
    color: #13355B;
}
.footer-free-trial .max-container {
    padding-top: 32px;
    padding-bottom: 32px;
}
@media screen and (max-width: 767px) and (min-width: 320px) {
    .lead-generation-popup .modal-content .lead-generation-form .modal-title {
        font-size: 24px;
        max-width: 214px;
        font-weight: 700;
        font-family: 'openSans-bold';
        line-height:36px;
    }
    .card-body.faq-body{
        padding-right:12px;
        font-size:14px;
    }
    .card-header h5 {
        font-size: 16px;
        color: #13355B;
        line-height: 24px;
        font-weight: 700;
        font-family: 'openSans-bold';
        padding-left: 6px;
    }
}
.btnPEAttachement-hwk {
    margin-top: 12px !important;
}

.lead-generation-popup .modal-content-hwk {
    background-image: url('../images/hola-images/contact.png') !important;
}

.slick-track{
    display:flex;
    height:100%;
}

.use-case-slider-parent{
    padding: 0 15px 10px 15px;
}

.camp-fields-wrapper .tvd-angular-field .iti .iti__flag-container .iti__selected-flag {
    background: transparent;
    border:none;
}

.camp-fields-wrapper .tvd-angular-field .iti .iti__flag-container {
    background: transparent;
}

.scrolled-header {
    background: #FFFFFF99;
    backdrop-filter: blur(4px);
}

.scrolled-header .custom-navbar {
    padding: 8px 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

section.copyrights {
    display: flex;
    justify-content: center;
}

.copyrights .max-container {
    padding: 40px 0;
}

.copyrights-para {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'openSans-regular';
}

@media (max-width: 767px) {
    .scrolled-header {
        margin-top: 0px;
        padding-top: 0px;
        padding: 0 16px;
    }
.custom-navbar.scrolled-header {
    padding-top: 7px;
}

.active-img, .in-active-img {
    height: 36px;
    width: 36px;
}
    .banner-image-div {
/*        padding: 0 16px;*/
    }

    .copyrights .max-container {
        padding: 32px 0;
    }

    .copyrights-para {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        font-family: 'openSans-regular';
    }

    .lead-popup-form .contact-field-row .tvd-angular-field .only-business-id{
        font-size:12px;
    }
}

.lead-generation-thanks-popup .modal-body-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-body-logo.modal-logo-hola {
    margin-bottom: 8px;
}

.modal-hola-text {
    font-size: 32px;
    line-height: 50px;
    font-weight: 600;
    font-family: 'openSans-semi-bold';
    color: #0A1425;
    margin-bottom: 8px;
}

.lead-generation-thanks-popup {
    /* max-width: 632px; */
}

p.modal-hola-para {
    color: #303030;
    font-size: 13px;
    font-family: 'openSans-regular';
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 32px;
}

button.hola-form-button {
    border: navajowhite;
    outline: none;
    background: none;
    padding: 24px;
    background: linear-gradient(180deg, #A57CE2 0%, #D576C6 100%);
    width: 228px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: 10px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 700;
    font-family: 'openSans-bold';
}

.lead-popup-form .contact-field-row .tvd-angular-field .only-business-id {
    position: absolute;
    top: 65px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #677397 !important;
    min-width: 270px;
    font-family: 'openSans-regular';
    width:288px;
}
.cc-message .error {
    font-family: 'openSans-regular';
    font-style: normal;
    font-size: 12px;
    font-family: 'openSans-light';
    font-weight: 300;
    color: red;
}

.cc-message .success {
    font-family: 'openSans-regular';
    font-style: normal;
    font-size: 12px;
    font-family: 'openSans-light';
    font-weight: 30;
    color: #4bb543;
}

@media screen and (min-width: 1200px) {
    .lead-generation-popup .modal-content {
        max-width:852px !important;

    }  
    .lead-generation-popup .modal-content .lead-generation-form .lead-popup-form{
        max-width:566px;
    }
    .lead-generation-popup .modal-content .lead-generation-form .lead-popup-form .contact-field-row.w-55 {
        width:263px;
    }
    .lead-generation-popup .modal-content .lead-generation-form .lead-popup-form .contact-field-row.w-40{
        width:263px;
    }
    .lead-generation-popup .modal-content .lead-generation-form .lead-popup-form .contact-field-row.w-48{
        width:263px;
    }
    .lead-generation-popup .modal-content .lead-generation-form .lead-popup-form .contact-field-row.w-48{
        width:263px;
    }
    .lead-generation-form .submit-btn-main .submit-btn-hwk {
        background: #781793;
        border: none;
        padding: 14px 20px;
        background: linear-gradient(180deg, #A57CE2 0%, #D576C6 100%);
        border-radius: 10px;
        width: 229px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
        height: 60px;
    }
}
.ai-lang-other{
    padding-left:5px;
}
.req-des-hwk {
    color: #303030;
}
.captcha-hola {
    color:#303030;
}
.lead-generation-form .submit-btn-main .submit-btn-hwk{
    color:#ffffff;
    font-size:18px;
    line-height:24px;
}

.modal-backdrop.show {
    opacity: 0.9;
    background: #1B243D99;
    backdrop-filter: blur(14px);
}

@media (max-width: 468px) {
    .lead-generation-popup .modal-content-hwk {
        background-image: url(../images/hola-images/phone-bg.png) !important;
        background-size: cover;
    }
}
@media (max-width: 767px) {

    h3.modal-hola-text {
        text-align: center;
        font-size: 28px;
        line-height: 38px;
    }

    p.modal-hola-para {
        text-align: center;
        margin-bottom: 20px;
        font-size: 12px;
    }

    .lead-generation-thanks-popup .modal-body {
        margin: 0;
    }
}

.use-case-image {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.inverted-radius {
    --r: 30px;
    --s: 50px;
    --x: 50px;
    --y: 40px;
    width:100%;
    aspect-ratio: 1;
/*    background: transparent;*/
    border-radius: var(--r);
    --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
    --_g: conic-gradient(from 90deg at calc(100% - var(--r)) calc(100% - var(--r)),#0000 25%,#000 0);
    --_d: (var(--s) + var(--r));
    mask: calc(100% - var(--_d) - var(--x)) 100% var(--_m), 100% calc(100% - var(--_d) - var(--y)) var(--_m), radial-gradient(var(--s) at 100% 100%,#0000 99%,#000 calc(100% + 1px)) calc(-1*var(--r) - var(--x)) calc(-1*var(--r) - var(--y)), var(--_g) calc(-1*var(--_d) - var(--x)) 0, var(--_g) 0 calc(-1*var(--_d) - var(--y));
    mask-repeat: no-repeat;
}


.inverted-radius {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.use-case-image.inverted-radius video {
    width: 100%;
}

@media (max-width: 768px) {
    .inverted-radius {
        --r: 18px;
        --s: 45px;
        --x: 18px;
        --y: 18px;
        width: 100%;
        aspect-ratio: 1;
        /* background: transparent; */
        border-radius: var(--r);
        --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
        --_g: conic-gradient(from 90deg at calc(100% - var(--r)) calc(100% - var(--r)), #0000 25%, #000 0);
        --_d: (var(--s) + var(--r));
        mask: calc(100% - var(--_d) - var(--x)) 100% var(--_m), 100% calc(100% - var(--_d) - var(--y)) var(--_m), radial-gradient(var(--s) at 100% 100%, #0000 99%, #000 calc(100% + 1px)) calc(-1* var(--r) - var(--x)) calc(-1* var(--r) - var(--y)), var(--_g) calc(-1* var(--_d) - var(--x)) 0, var(--_g) 0 calc(-1* var(--_d) - var(--y));
        mask-repeat: no-repeat;
    }
    .use-case-play-button {
        height: 64px;
        width: 64px;
        bottom: 0;
        right: 0;
        border-radius: 20px;
    }
    .use-case-texts {
        bottom: 80px;
    }
    .use-case-slider-parent {
        padding: 0 10px 10px 10px;
    }
}

.video-container {
    position: relative;
/*    display: inline-block;*/
    width: 531px;
    height: 455px;
    border-radius: 30px;
    overflow:hidden;
}
.features-background-image img{
    max-height:381px;
}
.video-container video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.mute-btn {
    position: absolute;
    top: 30px;
    right: 35px;
    cursor: pointer;
}

@media (max-width: 768px){
    .video-container {
    overflow:hidden;
    width: 328px;
    height: 339px;
}
    .mute-btn {
        top: 24px;
        right: 15px;
    }
    .integrations-cards .int-card:nth-of-type(4){
        order:5;
    }
}
.use-case-image {
    position: relative;
    overflow: hidden;
}

    .use-case-image::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(173.38deg, rgba(0, 0, 0, 0) -8.6%, rgba(0, 0, 0, 0.5) 59.25%);
        pointer-events: none; /* Ensures it doesn't interfere with interactions */
    }

.play-btn img {
    height: 44px;
    width: 44px;
}