.modified-request-demo {
    background-color: #E8F2F9;
    height: 34em;
}
.left-form-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.suggestions-box {
    position: absolute;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    max-height: 10rem;
    overflow-y: auto;
    z-index: 9999;
    display: none;
    margin-top: 5px;
    width: 95%;
    font-family: 'Inter';
    font-size: 14px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s;
}
.suggestion-item {
    padding: 8px;
    cursor: pointer;
}
.suggestion-item:hover {
    background-color: #f1f1f1;
}
.trusted_customers {
    padding: 3.5rem 4rem !important;
}
.layout {
    display: flex;
    flex-direction: column;
    height: 10em;
    background-color: #053763;
}
.steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    height: 2em;
    position: relative;
}
.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}
.circle-1 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #053763;
    color: #053763;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.circle-number-1 {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #053763;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    position: relative;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.circle-2 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #E8F2F9;
    border: 1px solid #a4bdce;
    color: #053763;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.circle-number-2 {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: white;
    color: #053763;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    position: relative;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.step-text {
    margin-top: 0.5rem;
    color: white;
    font-size: 16px;
    font-weight: 400;
    width: 20em;
}
.content-tab {
    width: 36em; 
    margin: 2rem 1rem; 
    font-size: 18px;
    text-align: justify; 
}
.list-margin {
    margin-bottom: 1rem;
}
.seprator {
    margin-top: 5.2em;
    color: #E8F2F9;
}
.widget select,
.no-widget .select {
    position: absolute;
    left: -5000em;
    height: 0;
    overflow: hidden;
}
.select {
    position: relative;
    display: inline-block;
}
.select.active,
.select:focus {
    background-color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    border: 1.5px solid #80bdff;
    outline-color: transparent;
}
.select .optList {
    position: absolute;
    top: 100%;
    left: 0;
}
.select .optList.hidden {
    max-height: 0;
    visibility: hidden;
}
.select {
    font-size: 0.625em; 
    font-family: Verdana, Arial, sans-serif;
    box-sizing: border-box;
    padding: .375rem .75rem; 
    width: 100%;
    border: 1px solid #ced4da; 
    border-radius: 0.4em;
    margin-bottom: 1rem;
    background: #fff;
}
.select .value {
    font-size: 1rem;
    color: #495057;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
}
.select::after {
    content: "▼";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 3em;
    top: 0;
    right: 0;
    padding-top: 0.1em;
    box-sizing: border-box;
    text-align: center;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.1em 0.1em 0;
    background-color: #ced4da;
    color: #fff;
}
.select .optList {
    margin-top: 5px !important;
    z-index: 2;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #ced4da;;
    border-top-width: 0.1em;
    border-radius: 5px;
    box-sizing: border-box;
    min-width: 100%;
    max-height: 10em; 
    overflow-y: auto;
    overflow-x: hidden;
}
.select .option {
    padding: 0.2em 0.3em;
    font-size: 14px;
}
.select .highlight {
    background: #ebebeb;
    color: #000;
    font-size: 14px;
}
#countryCode {
    width: 70px;
    text-align: center;
    display: none; 
    background-color: #fff !important;
    margin-right: 5px; 
    padding: .1rem;
}
.thankyou-page {
    display: none;
}
.thankYouContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    background-color: #f7f9fc; 
}
.thankYouContent {
    text-align: center;
    background: #fff;
    border-radius: 8px;
    padding: 20px 40px;
    box-shadow: 1px 1px 15px 10px rgb(77 118 255 / 11%);
    width: 38rem;
}
.thankYouContent > p {
    color: #053763;
}
.thankYouIcon {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    background-color: #053763; 
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.text-content {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
.text-mobile-view {
    display: none;
}
@media (max-width: 768px) {
    .form-left-heading {
        display: none !important;
        font-size: 20px !important;
    }
    .mobile-view-text {
        display: block !important;
        color: #053763;
        font-size: 20px;
        font-weight: 500;
    }
    .web-view-text {
        display: none !important;
    }
    .form-left-content {
        flex-direction: column;
        align-items: center;
        padding: 2em 1.5em;
        padding-bottom: 2em !important;
        font-weight: 500;
        color: #262626;
        background: #E8F2F9;
        font-size: 13px !important;
        margin-bottom: 0rem !important;
    }
    .layout {
        display: none !important;
        height: 35em;
    }
    .steps {
        margin-top: 1.5rem;
        flex-direction: column;
        gap: 1.5rem;
        height: auto;
    }
    .step {
        width: auto;
    }
    .seprator {
        display: none;
    }
    .modified-request-demo {
        padding: 0rem 1rem;
        height: 66em;
    }
    .container {
        margin-left: 0px !important;
    }
   
    .col-12.col-lg-6.left-form-container {
        margin: 0 !important;
        padding: 1rem !important;
        width: 100% !important;
    }

    .api-request-demo {
        margin: 0 auto;
        padding: 1rem;
    }
    .card {
        margin-top: 1em !important;
        box-shadow: none;
        padding: 1rem;
    }
    .form-group input,
    .form-group select {
        font-size: 14px;
        padding: 0.5rem;
    }
    #select_link {
        font-size: 15px;
    }
    .left-form-section {
        text-align: center;
        margin: 0.5rem 2.2rem 0 !important;
    }
    .form-left-subheading {
        font-size: 14px !important;
    }
    .content-tab {
        font-size: 14px !important;
        margin: 20px !important;
        margin-bottom: 1em !important;
        width: 24em;
    }
    .list-view {
        padding-left: 1rem !important;
        margin: 0.5rem 0 !important;
    }
    .list-margin {
        text-align: left;
        font-size: 14px;
        margin: 0.5rem;
    }
    .list-margin > img {
        margin-left: 0 !important;
        margin-right: 5px !important;
    }
    .trusted_customers p {
        font-size: 16px;
        text-align: center;
    }
    .api-white-container {
        opacity:1; 
        padding: 0.5rem !important;
        margin: 1rem !important;
    }
    .img-logo img {
        max-width: 29vw; 
        max-height: 3.2rem; 
    }
    .trusted_customers .img-logo {
        padding: 0.5rem !important;
    }
    .trusted_customers .img-logo img {
        object-fit: contain !important;
        margin: 1rem 0.5rem !important;
    }
    .masthead-subheading{
        font-size: 2rem !important;
        margin: 15px;
    }
    .trusted_customers_home_page {
        padding: 15px;
    }
    .select .value {
        font-size: 14px !important;
    }
    .select .option {
        font-size: 12px !important;
    }
    .select .highlight {
        font-size: 12px !important;
    }
    .image-logo {
        display: flex;
        justify-content: center;
    }
    .image-logo .col-lg-3 {
        width: 30%;
        margin: auto;
        display: inline-flex;
        margin-bottom: 20px;
    }
    .demo-card {
        border-radius: 10px !important;
        padding: 0px !important;
    }
    .right-form-container {
        padding: 0px !important;
    }
    .form-mobile-view {
        margin-bottom: 0px !important;
        
    }
    .form-mobile-view input {
        padding: 10px;
        border: 1px solid #ccc;
        box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.16);
    }
    .select-mobile-view {
        padding: 10px;
        border: 1px solid #ccc;
        box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.16);
    }
    .permission-txt{
        font-size: 11px !important;
    }
    .text-mobile-view {
        display: block;
    }
    .thankYouContainer {
        height: 40rem;
        padding: 20px;
    }
    .thankYouContent {
        width: 90%; 
        padding: 15px 20px; 
    }
    .thankYouIcon {
        width: 40px; 
        height: 40px;
        font-size: 18px;
    }
    .text-content {
        font-size: 14px; 
    }
}