@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);
.innerpages-header{
    background-image: linear-gradient(to top, #e2e8ff, #e6ecff, #ebf1ff, #f0f5fe, #f6f9fe) !important;

}
.signin-header{
    background-image: linear-gradient(to top, #e2e8ff, #e6ecff, #ebf1ff, #f0f5fe, #f6f9fe) !important;

}
a:not([href]):not([class]), a:not([href]):not([class]):hover, hr {
    color: inherit
}

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto
}

.btn-check, .form-floating > label {
    position: absolute;
    pointer-events: none
}

.btn, .close:not(:disabled):not(.disabled), .form-control-color:not(:disabled):not([readonly]), .form-control[type=file]:not(:disabled):not([readonly]), [role=button], [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

.collapsing, .form-control[type=file] {
    overflow: hidden
}

.btn, .btn-close:hover, .dropdown-item, .nav-link, .navbar-brand, .navbar-toggler:hover, a:not([href]):not([class]), a:not([href]):not([class]):hover {
    text-decoration: none
}

.carousel-indicators, .dropdown-menu, .footer-menu ul li, .nav, .navbar-nav, ul, ul li {
    list-style: none
}

.hero-text p > a, a {
    text-decoration: underline
}

.dropdown-header, .dropdown-item, .dropdown-toggle, .hero-text p > a, .input-group-text, .navbar-brand {
    white-space: nowrap
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

*, ::after, ::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    font-family: var(--bs-font-sans-serif);
    font-weight: 400;
    color: #212529;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: calc(1.375rem + 1.5vw)
}

.h2, h2 {
    font-size: calc(1.325rem + .9vw)
}

.h3, h3 {
    font-size: calc(1.3rem + .6vw)
}

.h4, h4 {
    font-size: calc(1.275rem + .3vw)
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

.accordion-header, .blockquote > :last-child, ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

a {
    color: #0d6efd
}

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

tbody, td, tfoot, th, thead, tr {
    border: 0 solid;
    border-color: inherit
}

.features-section .ent-acc a, .figure, .list-inline-item, .social-media ul li, label, output {
    display: inline-block
}

.accordion-flush .accordion-item .accordion-button, .modal-fullscreen .modal-footer, .modal-fullscreen .modal-header, button {
    border-radius: 0
}

.form-range:focus, button:focus:not(:focus-visible) {
    outline: 0
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

.carousel-indicators .active, select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.form-control, .form-select {
    -webkit-appearance: none;
    font-weight: 400
}

iframe {
    border: 0
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer, .figure-caption {
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem
}

#messageBox {
    text-align: left;
    width: 65%;
    margin: 10px auto;
}

.figure-img, .form-label {
    margin-bottom: .5rem
}

.blockquote-footer::before {
    content: "— "
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure-img {
    line-height: 1
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px
    }

    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }

    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.5rem
    }

    .h2, h2 {
        font-size: 2rem
    }

    .h3, h3 {
        font-size: 1.75rem
    }

    .h4, h4 {
        font-size: 1.5rem
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }

    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.col-auto, .row-cols-auto > * {
    flex: 0 0 auto;
    width: auto
}

.col-12, .row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%
}

.col-6, .row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.col-3, .row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-1, .col-2 {
    flex: 0 0 auto
}

.col-1 {
    width: 8.33333333%
}

.col-2 {
    width: 16.66666667%
}

.col-4, .col-5 {
    flex: 0 0 auto
}

.col-4 {
    width: 33.33333333%
}

.col-5 {
    width: 41.66666667%
}

.col-7, .col-8 {
    flex: 0 0 auto
}

.col-7 {
    width: 58.33333333%
}

.col-8 {
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d
}

.form-control, .form-control:focus {
    color: #212529;
    background-color: #fff
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control-plaintext, .form-select {
    width: 100%;
    color: #212529;
    display: block;
    line-height: 1.5
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border: 0 solid;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-color: inherit
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border: 0 solid;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-color: inherit
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control-plaintext {
    padding: .375rem 0;
    margin-bottom: 0;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-check-input, .form-select {
    background-color: #fff;
    -moz-appearance: none;
    background-repeat: no-repeat
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.5em + (.5rem + 2px));
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-lg {
    min-height: calc(1.5em + (1rem + 2px));
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

textarea.form-control {
    min-height: calc(1.5em + (.75rem + 2px))
}

textarea.form-control-sm {
    min-height: calc(1.5em + (.5rem + 2px))
}

textarea.form-control-lg {
    min-height: calc(1.5em + (1rem + 2px))
}

.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: .375rem
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-select {
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

.form-check-input:focus, .form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label, .modal-backdrop.show {
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    clip: rect(0, 0, 0, 0)
}

.Why-choose-us-section .ent-acc, .carousel, .customer-video, .dropdown, .dropend, .dropstart, .dropup, .enterprise-account-section .col-md-6.right, .features-section .custom-container, .finger-main.improve-exp, .form-floating, .input-group, .input-group .btn, div#recipeCarousel, span.carousel-control-next-icon.bg-dark.border.border-dark.rounded-circle {
    position: relative
}

.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
    pointer-events: none;
    filter: none;
    opacity: .65
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled, .main-header .dropdown > .dropdown-toggle:active {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.form-floating > .form-control, .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

.form-floating > label {
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

.form-floating > .form-control {
    padding: 1rem .75rem
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control::-moz-placeholder {
    color: transparent
}

.form-floating > .form-control::placeholder {
    color: transparent
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.input-group {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group > .form-control, .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group .btn:focus, .input-group > .form-control:focus, .input-group > .form-select:focus {
    z-index: 3
}

.input-group .btn {
    z-index: 2
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.invalid-tooltip, .valid-tooltip {
    z-index: 5;
    display: none;
    max-width: 100%;
    border-radius: .25rem;
    top: 100%;
    position: absolute
}

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
    padding-right: 3rem
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #198754
}

.valid-tooltip {
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, .9)
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
    display: block
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-valid, .was-validated .form-select:valid {
    border-color: #198754
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
    border-color: #198754
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
    background-color: #198754
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #198754
}

.form-check-inline .form-check-input ~ .invalid-feedback, .form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-valid, .input-group .form-select.is-valid, .was-validated .input-group .form-control:valid, .was-validated .input-group .form-select:valid {
    z-index: 1
}

.input-group .form-control.is-valid:focus, .input-group .form-select.is-valid:focus, .was-validated .input-group .form-control:valid:focus, .was-validated .input-group .form-select:valid:focus {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}

.invalid-tooltip {
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, .9)
}

.btn, .btn:hover {
    color: #212529
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-invalid, .was-validated .form-select:invalid {
    border-color: #dc3545
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
    border-color: #dc3545
}

.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
    background-color: #dc3545
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.input-group .form-control.is-invalid, .input-group .form-select.is-invalid, .was-validated .input-group .form-control:invalid, .was-validated .input-group .form-select:invalid {
    z-index: 2
}

.input-group .form-control.is-invalid:focus, .input-group .form-select.is-invalid:focus, .was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .form-select:invalid:focus {
    z-index: 3
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-check:focus + .btn, .btn:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-check:focus + .btn-primary, .btn-primary.active:focus, .btn-primary:active:focus, .btn-primary:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
    color: #fff
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be
}

.dropdown-toggle::after, .dropup .dropdown-toggle::after {
    vertical-align: .255em;
    content: "";
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

.fade {
    transition: opacity .15s linear
}

.fade:not(.show), .modal-backdrop.fade, .collapse:not(.show), .main-header .mob-show, .navbar-expand .navbar-toggler, .show-for-mobile, .show-for-tab, .stories-section .carousel-control-prev, .tab-content > .tab-pane {
    display: none
}

.collapsing {
    height: 0;
    transition: height .35s
}

.dropdown-toggle::after {
    margin-left: .255em;
    border-top: .3em solid;
    border-bottom: 0
}

.dropdown-toggle:empty::after, .dropend .dropdown-toggle:empty::after, .dropstart .dropdown-toggle:empty::after, .dropup .dropdown-toggle:empty::after, .signup-real-stories.stories-section #recipeCarousel, .signup-real-stories.stories-section .ent-acc, button#prevBtn {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: .125rem
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-top: 0;
    border-bottom: .3em solid
}

.dropend .dropdown-toggle::after, .dropstart .dropdown-toggle::before {
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    content: ""
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-right: 0;
    border-left: .3em solid;
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropstart .dropdown-toggle::after {
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    border-right: .3em solid;
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    background-color: transparent;
    border: 0
}

.dropdown-menu-dark, .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

#navbarNavDropdown a#navbarDropdownResources:hover + #navbarNavDropdown ul.dropdown-menu, .carousel-item-next, .carousel-item-prev, .carousel-item.active, .dropdown-menu.show, .show-for-desktop, .tab-content > .active {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #212529
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40
}

.dropdown-menu-dark .dropdown-item, .dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active, .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0d6efd
}

.dropdown-menu-dark .dropdown-header, .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd
}

.link-primary:focus, .link-primary:hover, .nav-link:focus, .nav-link:hover, a:hover {
    color: #0a58ca
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

.nav-fill .nav-item, .nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item, .nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link, img {
    width: 100%
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out
}

.accordion-body, .accordion-button {
    padding: 1rem 1.25rem
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px
    }

    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }

    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-text {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .55);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}

.accordion-button:focus, .btn-close:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    outline: 0
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.accordion-flush .accordion-item:first-child, .accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type, .accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: #000;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    opacity: .75
}

.btn-close:focus {
    opacity: 1
}

.btn-close.disabled, .btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body, .modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

#video_modal .modal-content, .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.carousel-dark .carousel-indicators [data-bs-target], .modal-backdrop {
    background-color: #000
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer > * {
    margin: .25rem
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }

    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-footer, .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-footer, .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-footer, .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-footer, .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-footer, .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after, .clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%
}

.link-text-top, .mb-50 {
    margin-bottom: 50px
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s
}

.faq-nav, .features-section ul li div, .form.test .faq-nav button#nextBtn, .header, .hero-btns .free-act, .hero-btns .free-demo, .hero-credit p, .innerpages-header, .our-features-list li, .sign-up, .sign-up-client, .sign-up-interpreter, .sign-up > a {
    box-sizing: border-box
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }

    .form-control::file-selector-button {
        transition: none
    }

    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }

    .accordion-button, .accordion-button::after, .btn, .carousel-control-next, .carousel-control-prev, .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start, .carousel-indicators [data-bs-target], .carousel-item, .collapsing, .fade, .form-floating > label, .form-select, .form-switch .form-check-input, .modal.fade .modal-dialog, .nav-link, .navbar-toggler {
        transition: none
    }

    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }

    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

#loader, .fixed-top {
    right: 0;
    position: fixed;
    top: 0
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-caption {
    color: #000
}

.link-primary {
    color: #0d6efd
}

.link-secondary:focus, .link-secondary:hover {
    color: #565e64
}

.link-success {
    color: #198754
}

.link-success:focus, .link-success:hover {
    color: #146c43
}

.link-danger {
    color: #dc3545
}

.link-danger:focus, .link-danger:hover {
    color: #b02a37
}

.fixed-top {
    left: 0;
    z-index: 1030
}

a, body, div, h1, h2, h3, h5, html, i, li, p, span, ul {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: 0;
    font-family: Inter
}

body {
    padding: 0;
    font-family: Inter;
    font-size: 14px;
    line-height: 1.75;
    overflow-y: scroll;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased
}

b, strong {
    font-weight: 500
}

a:hover {
    text-decoration: none !important
}

.check-list li, h2 {
    color: #1c2c40;
    letter-spacing: .2px
}

.section-padding-160 {
    padding-top: 150px;
    padding-bottom: 150px
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.section-padding {
    padding-top: 75px;
    padding-bottom: 75px
}

.padding-top-zero {
    padding-top: 0 !important
}

.padding-bottom-zero {
    padding-bottom: 0
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pt-160 {
    padding-top: 150px
}

.pb-160 {
    padding-bottom: 150px
}

.Why-choose-us-section .ent-acc ul, .pt-50 {
    padding-top: 50px
}

.pb-50 {
    padding-bottom: 50px
}

.pt-60 {
    padding-top: 60px
}

.pb-60 {
    padding-bottom: 60px
}

.trasprentbg, a#navbarDropdownResources, li.nav-item.dropdown.cust-nav a.my-dropdown-link {
    padding: 0 !important
}

ol, ul {
    padding-left: 0;
    overflow: auto
}

h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px
}

.check-list li, h5, p {
    font-size: 16px
}

h5 {
    font-weight: 600;
    line-height: 25px;
    letter-spacing: .2px
}

p {
    font-weight: 400;
    line-height: 30px;
    margin: 0
}

.half-list li {
    width: 49%
}

.form-group .input-group input.form-control {
    width: 100%;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important
}

.check-list li {
    padding: 0 0 0 35px;
    position: relative;
    width: 92%;
    float: left;
    list-style-type: none;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px
}

.check-list li::after {
    content: "";
    left: 0;
    top: 5px;
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/check-list-icon.png);
    background-repeat: no-repeat;
    background-size: cover
}

.free-act.carrer-btn, .free-act.carrer-btn a {
    display: flex;
    width: 250px !important;
    align-items: center;
    justify-content: center
}

.header, header.main-header {
    background-repeat: no-repeat !important;
    background-position: bottom !important
}

.trasprentbg {
    background-color: transparent
}

.top-header > .contact > a > i, .top-header > .contact > a > svg, .widget-about p, .widget-about p a, h5, p {
    color: #4f5b6a
}

.blue-color, .main-header .navbar .cust-nav .nav-link:hover {
    color: #1c44d6 !important
}

.under-line {
    text-decoration: underline !important
}

.navbar-collapse > ul > li > a.nav-link.blue-color {
    color: #1c44d6 !important;
    font-weight: 600
}

.hero-btns .free-act a {
    font-family: Inter, sans-serif;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #fff
}

.short-content .row {
    display: flex;
    align-items: center
}

.btn-check:focus + .btn, .btn:focus, a:focus, a:hover {
    outline: 0;
    box-shadow: none;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.ent-acc .btn:hover, .hero-btns .free-act:hover, .quote-section a.btn.yellow-btn:hover, .yph a.apply-now-btn:hover, form#mailchimpform input#mc-embedded-subscribe:hover {
    box-shadow: 0 20px 40px rgb(28 68 214 / 30%)
}

.dropdown .dropdown-menu, .dropdown-menu, .main-header .nav-item {
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out
}

select#subject {
    background: url(../images/menu-dropdown-icon.svg) 94% 50% no-repeat #fff
}

@media (min-width: 768px) and (max-width: 850px) {
    .top-header {
        -webkit-box-pack: center;
        -ms-flex-pack: justify;
        justify-content: center
    }

    .hero-btns .free-act, .hero-btns .free-demo, .hero-btns .free-demo a {
        width: 150px !important
    }
}

#loader {
    display: none;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(../images/loader-gif.gif) center center no-repeat rgba(0, 0, 0, .75);
    z-index: 9999999999
}

label.error {
    color: #ff294d !important
}

.form-control.error {
    border-color: #ff294d !important
}

.trasprentbg #navbarNavDropdown a {
    box-shadow: none;
    color: #4f5b6a;
    display: inline-block;
    text-decoration: none;
    outline: 0
}

.main-header .navbar .cust-nav .nav-link:hover, .trasprentbg #navbarNavDropdown a:hover {
    color: #ffc000 !important
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-nav {
    overflow: unset
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none
}

header.main-header {
    position: relative !important
}

header.activeheader {
    position: fixed !important;
    background: #fff !important
}

.main-header nav ul li a {
    color: #4f5b6a;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 29px;
    padding-right: 5px !important;
    padding-left: 5px !important
}

.main-header .dropdown:hover > .dropdown-menu {
    display: block;
    margin: 0
}

.main-header .cust-nav {
    margin: 0 5px
}

.main-header .nav-item {
    display: flex;
    align-items: center;
    transition: .3s ease-out
}

.main-header .navbar .cust-nav .nav-link.active {
    color: #ffc000 !important;
    font-weight: 600 !important
}

.main-header .dropdown-menu.show {
    margin: 0
}

.dropdown .dropdown-menu .dropdown-item:hover, .dropdown-item:focus, .dropdown-item:hover {
    color: #1c44d6;
    background-color: transparent
}

.dropdown .dropdown-menu .dropdown-item:active, .dropdown-item.active, .dropdown-item:active {
    color: #1c44d6;
    text-decoration: none;
    background-color: transparent
}

.dropdown-toggle::after {
    display: none !important
}

.activeheader {
    background-color: #5242cb;
    color: #fff !important
}

.top-logo {
    width: 216px;
    height: 30px !important
}

.navbar-collapse > ul > li > a {
    color: #4f5b6a !important
}

.header {
    position: relative;
    background: no-repeat #f6f9ff;
    padding: 59px 0 200px;
    overflow: hidden
}

.hero-text {
    padding-top: 74px
}

header.main-header, section.features-section {
    background: #f6f9ff
}

.navbar-expand-lg .navbar-collapse {
    flex-direction: row-reverse
}

.dropdown .dropdown-menu, .dropdown-menu {
    padding: 17px 25px !important;
    background: #fff;
    box-shadow: 0 20px 40px rgba(9, 40, 108, .1);
    border-radius: 6px;
    border: none;
    transition: .3s ease-out
}

.sub-image, .top-hero-img {
    background-repeat: no-repeat;
    width: 100%;
    position: absolute
}

.top-hero-img {
    z-index: 0;
    background-image: url(../images/hero-bg-shape.svg);
    background-size: cover;
    background-position: top left;
    min-height: 2140px;
    top: 0;
    height: 100%
}

.top-hero-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 900px
}

.sub-image {
    background-image: url(../images/di-banner-image@2x.png);
    height: 900px;
    background-position: right top;
    background-size: contain;
    top: 215px
}

.hero-btns, .sign-up, .sign-up > a {
    position: relative
}

.resource-link::after {
    display: inline-block;
    width: 0;
    height: 0;
    content: "\f107";
    font-family: FontAwesome;
    border: 0;
    margin-left: 0;
    vertical-align: 0
}

.btn-get-top {
    font-family: Inter, sans-serif !important;
    width: 100%;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 29px !important;
    text-align: right;
    text-decoration-line: underline;
    color: #f79200 !important
}

.contact, .email, .email > a, .sign-up > a {
    font-size: 14px;
    line-height: 17px
}

.navbar-collapse > ul > li > a.btn-get-top {
    color: #f7b422 !important;
    border-radius: 0;
    position: relative
}

.navbar-collapse > ul > li > a.btn-get-top:after {
    position: absolute;
    content: '';
    left: 5px;
    bottom: 10px;
    background: #f7b422;
    width: 95px;
    height: 1px
}

.navbar-collapse > ul > li > a.btn-get-top.blue-color:after {
    background: #1c44d6 !important
}

.top-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 5px
}

.top-header > .email > a > svg {
    color: #4f5b6a;
    margin-right: 10px
}

.contact, .email {
    font-weight: 500;
    display: flex;
    align-items: center;
    letter-spacing: .2px;
    color: #4f5b6a
}

.email > a, .right-top {
    display: flex;
    align-items: center
}

.right-top {
    width: 325px;
    height: 35px;
    justify-content: flex-end
}

.email > a {
    margin-bottom: 0;
    margin-right: 30px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .2px;
    color: #4f5b6a
}

.sign-up {
    display: inline-flex;
    padding: 9px 0;
    height: 35px;
    width: 134px;
    align-items: center;
    justify-content: center;
    background: rgba(182, 190, 199, .2);
    border: 1px solid rgba(145, 155, 166, .15);
    border-radius: 5px
}

.sign-up > a {
    letter-spacing: -.04px;
    font-family: Inter, sans-serif;
    margin: 0 10px;
    text-decoration: none;
    font-weight: 500;
    text-align: right;
    color: #4f5b6a
}

.sign-up span {
    left: 53%;
    background: #4f5b6a;
    width: 2px;
    height: 17px;
    content: '';
    position: absolute;
    top: 27%;
    border-radius: 25px
}

.custom-container {
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%
}

.hero-text > h1 {
    margin-bottom: 30px;
    -webkit-animation: 1s ease-in both fadeIn;
    animation: 1s ease-in both fadeIn;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #022068
}

.hero-text p, .link-text-top {
    line-height: 30px;
    text-align: left
}

.hero-btns .free-demo a, .hero-text p {
    color: #4f5b6a;
    font-family: Inter, sans-serif
}

.hero-text p {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px
}

.hero-credit p, .link-text-top {
    font-weight: 500;
    font-size: 16px
}

.hero-text p > a {
    opacity: 1 !important;
    color: #fff;
    font-weight: 700;
    letter-spacing: .8px
}

.link-text-top {
    opacity: 1 !important;
    color: #fff;
    font-family: Inter, sans-serif
}

.hero-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
    z-index: 1
}

.hero-btns .free-act {
    background: #1c44d6;
    border-radius: 8px;
    width: 208px;
    text-align: center;
    height: 50px;
    line-height: 50px
}

.hero-btns .free-act:hover {
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.hero-btns .free-demo {
    width: 180px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    border: 3px solid #1c44d6;
    border-radius: 8px;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out
}

.hero-btns .free-demo a {
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    line-height: px;
    text-align: center;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
    width: 180px;
    height: 50px;
    display: block !important
}

.hero-btns .free-demo a .fa {
    margin-left: 15px;
    font-weight: 600;
    display: none
}

.hero-btns .free-demo:hover {
    background: #1c44d6;
    border: 3px solid #1c44d6;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.hero-btns .free-demo:hover a {
    color: #fff;
    display: inline-flex;
    -webkit-transition: .7s ease-out;
    -moz-transition: .7s ease-out;
    -o-transition: .7s ease-out;
    transition: .7s ease-out
}

.sign-up-client, .sign-up-client:hover a.popup-signup-btn, .sign-up-client:hover svg path.hover-blue, .sign-up-client:hover svg rect.hover-white, .sign-up-interpreter, .sign-up-interpreter:hover a.popup-signup-btn {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

#recipeCarousel .carousel-inner .carousel-item-next, #recipeCarousel .carousel-inner .carousel-item-prev, #recipeCarousel .carousel-inner .carousel-item.active, .hero-credit {
    display: flex
}

.hero-credit p {
    margin-bottom: 0;
    line-height: 20px;
    letter-spacing: .2px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #1c2c40;
    width: 230px
}

.hero-credit p svg {
    margin-right: 10px;
    float: left;
    margin-bottom: 20px
}

span.small-free-credit {
    display: block;
    font-weight: 400;
    font-size: 9px;
    line-height: 11px;
    letter-spacing: .2px
}

p.no-credit {
    margin-right: 10px
}

.free-act {
    margin-right: 20px
}

.finger-main.improve-exp:after {
    content: '';
    position: absolute;
    left: -9px;
    top: 370px;
    width: 280px;
    height: 60px;
    background: url(../images/header-call-pop-new-img.png) 0 0/contain no-repeat;
    z-index: 9999999999999;
    opacity: 1
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 99;
    font-size: 0;
    border: none;
    outline: 0;
    background: url(../images/gototop.svg) #fff;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    width: 50px;
    height: 50px
}

#launch_video_modal .video-img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 129px;
    height: 129px;
    background: url(../images/header-ellipse.png) no-repeat
}

#launch_video_modal, .img-fluid {
    position: relative;
    z-index: 0
}

#launch_video_modal .video-img:after {
    content: '';
    position: absolute;
    right: -90px;
    bottom: 96px;
    width: 180px;
    height: 180px;
    background: url(../images/header-rectangle.png) no-repeat;
    z-index: -1
}

footer.footer-area {
    background: #f6f9ff;
    padding-top: 50px
}

.widget-about p {
    font-family: Inter, sans-serif;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    color: #4f5b6a
}

.app-footer-menu ul li, .widget-about > img {
    margin-bottom: 20px
}

.widget-about p a {
    text-decoration: none;
    color: #4f5b6a
}

.widget-about > img {
    height: 30px;
    width: 215px
}

.contact-details {
    margin-top: 15px
}

.footer-menu.footer-menu--1 ul, .social-media > ul {
    padding-left: 0
}

.footer-widget-title {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #1c2c40;
    display: contents
}

.footer-menu ul {
    padding-top: 13px;
    padding-left: 0
}

.app-footer-menu ul {
    padding-top: 26px
}

.footer-menu ul li a {
    font-family: Inter, sans-serif;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 42px;
    color: #4f5b6a
}

.social-media {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse
}

.social-media > ul > li {
    margin: 0 6px
}

.social-media > ul > li > a > img {
    height: 14px
}

.copyright-text > p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #1a2637;
    mix-blend-mode: normal;
    opacity: .6
}

.mini-footer {
    padding-top: 20px
}

.mini-footer .bottom-footer {
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(79, 91, 106, .1)
}

.footer-menu.no-padding ul {
    margin-bottom: 12px
}

.video-img {
    position: relative;
    float: right;
    z-index: 99
}

.video-img iframe {
    width: 100%;
    height: 392px
}

.play-ico {
    height: 100px;
    width: 100px;
    text-align: center;
    background-color: #f79200;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    opacity: 0
}

.play-ico > i {
    font-size: 20px;
    color: #fff;
    padding: 30px
}

.custom-modal .modal-content {
    height: 100%;
    min-height: 600px
}

#youtube_video_body, .modal .modal-body {
    padding: 0
}

.modal-open header.main-header {
    background: 0 0 !important
}

.customer-video:after {
    content: '';
    position: absolute;
    right: -90px;
    bottom: 120px;
    width: 180px;
    height: 180px;
    background: url(../images/video-rectangle-icon.png) no-repeat;
    z-index: -1
}

.customer-video:before {
    content: '';
    position: absolute;
    left: -84px;
    top: 50px;
    width: 129px;
    height: 129px;
    background: url(../images/video-ecllips-icon.png) no-repeat;
    z-index: -1
}

.Why-choose-us-section .ent-acc:after, .Why-choose-us-section:after {
    width: 405px;
    height: 140px;
    background: url(../images/dle-don-icon.png) 0 0/cover no-repeat;
    content: '';
    position: absolute;
    z-index: -1
}

.Why-choose-us-section .ent-acc ul li {
    max-width: 50%;
    width: 100%;
    float: left;
    margin-bottom: 30px
}

.Why-choose-us-section .rigth-txt h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .2px;
    color: #1c2c40;
    padding-bottom: 10px
}

.Why-choose-us-section .rigth-txt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .2px;
    color: #4f5b6a;
    padding-bottom: 0
}

.left-icon {
    max-width: 13%;
    width: 100%;
    float: left
}

.rigth-txt {
    float: left;
    max-width: 80%;
    width: 100%
}

.Why-choose-us-section h2 {
    max-width: 726px;
    width: 100%
}

.Why-choose-us-section .ent-acc:after {
    right: -67px;
    top: 115px
}

.Why-choose-us-section {
    padding-bottom: 230px;
    overflow: hidden;
    position: relative
}

.Why-choose-us-section:after {
    right: -15%;
    bottom: 1%
}

.features-section ul li {
    max-width: 33.33%;
    width: 100%;
    float: left;
    height: 38px;
    margin-bottom: 30px
}

.features-section ul li p {
    text-align: left;
    letter-spacing: .2px;
    color: #1c2c40;
    padding-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px
}

.features-section ul li div {
    display: inline-flex
}

.features-section .app-title {
    padding-bottom: 8px;
    margin-top: 22px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #4f5b6a
}

.features-section .google-app {
    padding-right: 7px
}

.features-section .ent-acc h2 {
    max-width: 599px;
    margin: 10px 0 50px;
    width: 100%
}

.features-section .right:after {
    position: absolute;
    content: "";
    left: -114px;
    top: 8%;
    width: 349.6px;
    height: 349.6px;
    background: url(../images/pattern.png) no-repeat
}

.features-section video.mobile-call-usful-video {
    border-radius: 50px;
    width: 100%
}

.features-section .ent-acc ul {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: flex-end;
    overflow: hidden
}

@media (min-width: 1025px) {
    .player.show-for-desktop {
        display: block
    }

    .pricing-qoute-section {
        padding-top: 150px
    }
}

.features-section ul li div svg {
    margin-right: 15px;
    width: 40px
}

.pricing-asfeature {
    padding: 100px 0
}

.features-section .ent-acc ul li:nth-child(3), .features-section .ent-acc ul li:nth-child(6) {
    justify-content: space-evenly;
    display: flex
}

.manage-multiple-participants p {
    width: 133px
}

.call-recording p {
    max-width: 100px;
    width: 80px
}

.call-transcription p {
    width: 105px
}

.multi-user-enterprise-account p {
    width: 151px
}

.dashboard-reports p {
    width: 88px
}

.ent-acc .btn {
    background: #1c44d6;
    border-radius: 8px;
    width: 240px;
    height: 50px;
    line-height: 39px
}

.ent-acc .blue-btn {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    justify-content: space-around
}

.enterprise-account-section .col-md-6.left .ent-acc {
    max-width: 538px;
    width: 100%;
    float: left
}

.enterprise-account-section .col-md-6.right img {
    max-width: 475px;
    width: 100%;
    float: right
}

.ent-acc h2 {
    margin: 10px 0 30px;
    font-size: 38px
}

.ent-acc p {
    padding-bottom: 30px
}

.ent-acc ul.check-list, .inner-twocol-section .check-list li {
    margin-bottom: 15px
}

.enterprise-account-section .col-md-6.right:after {
    content: '';
    position: absolute;
    background: url(../images/dots-icon.png) no-repeat;
    right: -18%;
    bottom: 33%;
    width: 196px;
    height: 154px;
    z-index: -1
}

.enterprise-account-section {
    overflow: hidden;
    padding-top: 240px
}

.entp-btn {
    margin-top: 50px
}

@media (min-width: 320px) and (max-width: 575px) {
    .nav-tabs li a, .request-free-video p a {
        font-size: 14px
    }

    .top-hero-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 1110px
    }

    .top-logo {
        height: 30px
    }

    .btn-get-top {
        margin-top: 12px
    }

    .email, .email > a, .top-header {
        margin: 0 auto;
        text-align: center;
        display: block
    }

    .email > label {
        margin-right: 15px
    }

    .contact {
        font-size: 16px;
        line-height: 33px;
        color: #fff;
        display: -ms-grid;
        display: grid
    }

    .custom-container {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: 100%
    }

    .pt-100, .pt-200 {
        padding-top: 50px
    }

    .toggle-ico {
        color: #4f5b6a
    }

    .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1
    }

    .nav-tabs li a {
        position: relative;
        margin-right: 0 !important;
        padding: 10px !important;
        border: none !important;
        color: #0f1721;
        opacity: .4;
        font-weight: 700;
        letter-spacing: .2px;
        line-height: 20px
    }

    .footer-menu ul {
        padding-top: 15px
    }

    .footer-widget-title {
        margin-top: 15px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hero-text p, .nav-tabs li a {
        font-size: 14px
    }

    .custom-container {
        max-width: 95%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: 100%
    }

    .top-hero-img {
        background-image: url(../images/hero-bg-shape.svg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 1200px
    }

    .pt-100, .pt-200 {
        padding-top: 50px
    }

    .toggle-ico {
        color: #4f5b6a
    }

    .main-header #navbarNavDropdown {
        padding: 15px
    }

    .trasprentbg #navbarNavDropdown a {
        color: #000 !important
    }

    .contact {
        font-size: 16px;
        line-height: 30px;
        color: #fff
    }

    .nav-tabs li a {
        position: relative;
        margin-right: 0 !important;
        padding: 10px !important;
        border: none !important;
        color: #0f1721;
        opacity: .4;
        font-weight: 700;
        letter-spacing: .2px;
        line-height: 20px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero-text p, .nav-tabs li a {
        font-size: 14px
    }

    .custom-container {
        max-width: 95%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: 100%
    }

    .sub-image {
        background-image: unset
    }

    .hidetext, .hidetextgame, .hidetextphone, .imp_text {
        display: none
    }

    .img-loader {
        width: 100%;
        height: auto !important
    }

    .content-finger > p {
        font-size: 15px;
        line-height: 22px
    }

    .iphone-img img {
        max-height: 400px;
        margin-left: -20%
    }

    .over-interpreter img {
        margin-top: 0
    }

    .pt-200 {
        padding-top: 100px
    }

    .pt-100 {
        padding-top: 50px
    }

    .toggle-ico {
        color: #4f5b6a
    }

    .main-header #navbarNavDropdown {
        padding: 15px
    }

    .trasprentbg #navbarNavDropdown a {
        color: #000 !important
    }

    .sign-up {
        margin-right: 0
    }

    .contact {
        font-size: 16px;
        line-height: 33px;
        color: #fff
    }

    .social-media > ul > li {
        margin: 0 5px
    }

    .company-footer-menu, .daytranslations-footer-menu {
        padding-right: 0
    }

    .nav-tabs li a {
        position: relative;
        margin-right: 0 !important;
        padding: 10px !important;
        border: none !important;
        color: #0f1721;
        opacity: .4;
        font-weight: 700;
        letter-spacing: .2px;
        line-height: 20px
    }

    .nav-tabs {
        margin-bottom: 0;
        justify-content: space-between
    }

    .hero-credit p {
        font-size: 14px !important;
        line-height: 21px !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .custom-container {
        max-width: 95%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: 100%
    }

    .pt-100 {
        padding-top: 50px
    }

    .toggle-ico {
        color: #4f5b6a
    }

    .nav-tabs li a {
        position: relative;
        margin-right: 0 !important;
        padding: 10px !important;
        border: none !important;
        color: #0f1721;
        opacity: .4;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .2px;
        line-height: 20px
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .importance-inside h3 {
        padding-right: 26px
    }
}

@media only screen and (max-width: 1024px) {
    .section-padding, .section-padding-160 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .main-header nav ul li a {
        font-size: 12px;
        line-height: 29px
    }

    .hero-text > h1 {
        font-weight: 700;
        font-size: 25px;
        line-height: 35px
    }

    .hero-text p {
        font-size: 15px;
        line-height: 27px
    }

    h2 {
        font-size: 23px;
        line-height: 37px
    }

    p {
        font-size: 15px;
        line-height: 29px
    }

    .show-for-tab {
        display: block
    }

    .features-section .right:after, section.features-section .custom-container:after {
        display: none
    }

    .features-section ul li div {
        padding: 15px
    }

    #launch_video_modal .video-img:after {
        left: 0
    }
}

@media only screen and (max-width: 1000px) {
    .main-header .show#navbarNavDropdown {
        background-color: #fff
    }

    .customer-video:after, .customer-video:before, .navbar-collapse > ul > li > a.btn-get-top:after, .wrapper .play-btn:after {
        display: none
    }

    .main-header .cust-nav {
        margin: 0 5px
    }

    #navbarNavDropdown > ul > li > a.btn-get-top {
        color: #4f5b6a !important;
        font-size: 15px !important;
        line-height: 29px !important;
        margin-left: 5px !important
    }

    .activeheader .show#navbarNavDropdown {
        background-color: #f6f9ff !important
    }

    .navbar-nav .nav-link {
        padding-right: 5px;
        padding-left: 5px
    }
}

@media (min-width: 1025px) and (max-width: 1100px) {
    .ext-feature {
        min-height: 340px !important
    }

    .main-header nav ul li a {
        font-size: 13px !important
    }

    .other-services h3 {
        min-height: 50px
    }

    .other-services p {
        min-height: 100px
    }
}

@media (min-width: 1101px) and (max-width: 1200px) {
    .ext-feature {
        min-height: 311px
    }

    .other-services h3 {
        min-height: 50px
    }
}

@media (min-width: 990px) and (max-width: 1024px) {
    .ext-feature {
        min-height: 340px
    }

    .other-services h3 {
        min-height: 50px
    }

    .other-services p {
        min-height: 100px
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .exten-features-section h3, .exten-features-section p {
        padding-left: 10px;
        padding-right: 10px
    }

    .video-img:: after {
        left: -15%
    }

    .hero-text {
        padding-top: 0
    }

    footer.footer-area .col-md-2 {
        width: 28% !important
    }

    footer.footer-area .col-md-2.col-sm-12.about-footer-menu {
        width: 40% !important;
        padding-left: 0
    }

    footer.footer-area .dayinterprting-footer-menu {
        padding-left: 15px !important
    }

    .header {
        padding: 50px 0 150px
    }

    .short-content .row {
        align-items: center
    }

    .left-icon {
        max-width: 20%
    }

    .exten-features-section h3 {
        padding-bottom: 10px
    }

    .ext-feature {
        min-height: 400px
    }

    .cust-exp-section .cutomer-txt {
        float: left;
        max-width: 100%
    }

    .navbar-collapse > ul > li > a.btn-get-top {
        text-align: left;
        margin-left: 10px
    }
}

@media (min-width: 768px) and (max-width: 769px) {
    .carousel .carousel-item .col-md-4 {
        max-width: 100% !important
    }

    .card.card-body {
        max-width: 90% !important
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }

    .footer-big .col-sm-4 {
        margin-top: 7px
    }
}

@media only screen and (min-width: 768px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    footer.footer-area .col-md-2 {
        flex: 0 0 auto;
        width: 19%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 4%;
        max-width: 100%
    }

    footer.footer-area .col-md-2.col-sm-12.about-footer-menu {
        width: 24%;
        padding-left: 15px
    }

    .email a:first-child, .lang-dropdown-header, .search-for-desktop {
        display: block
    }

    .search-for-mobile {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .column-reverse .row {
        flex-direction: column-reverse
    }

    .innerpages-header .inner-right-img {
        max-width: 100% !important
    }

    .middle-line {
        width: 10px !important
    }

    #myBtn {
        font-size: 0px;
        padding: 0
    }

    .bottom-footer, .enterprise-account-section .col-md-6.right, .happy-customer-section .col-md-6.right, .hero-text p, .hero-text > h1, .social-media, .top-header, .video-img {
        text-align: center
    }

    .modal-dialog-centered {
        align-items: flex-start
    }

    #search-box.modal .search-form .label_holder {
        font-size: 17px !important;
        text-align: center;
        line-height: 23px
    }

    #launch_video_modal .video-img:after, #launch_video_modal .video-img:before, #launch_video_modal:after, .email a:first-child, .finger-main.improve-exp:after, .lang-dropdown-header, .search-for-desktop {
        display: none
    }

    .bottom-footer, .email a:nth-child(2), .search-for-mobile, .social-media {
        display: block
    }

    .email, .exten-features-section .col-md-3, .footer-area .col-md-2.about-footer-menu, .int-services li {
        width: 100%
    }

    .top-header {
        display: flex;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        padding-top: 15px
    }

    .email > a {
        margin: 0 !important
    }

    .section-padding, .section-padding-160 {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .email, .sign-up {
        margin: 0 auto
    }

    .hero-text > h1 {
        font-weight: 700;
        font-size: 25px;
        line-height: 35px
    }

    .hero-credit {
        flex-direction: column;
        align-items: center
    }

    .hero-credit p {
        margin-bottom: 10px
    }

    .hero-credit p svg {
        margin-right: 10px;
        float: none;
        margin-bottom: 0
    }

    .hero-btns {
        display: block;
        margin: 0 auto !important
    }

    .hero-btns .free-act, .hero-btns .free-demo {
        margin: 0 auto 20px;
        width: 100% !important;
        text-align: center !important
    }

    .hero-btns .free-act a, .hero-btns .free-demo a {
        width: 100% !important
    }

    .hero-btns .free-act {
        margin-top: 20px !important
    }

    .hero-text, .mini-footer {
        padding-top: 0
    }

    .video-img {
        float: none;
        padding-top: 30px
    }

    .happy-customer-section {
        padding-top: 80px
    }

    #launch_video_modal .video-img:after, .video-img:after {
        left: 0
    }

    .header {
        padding: 34px 0 50px
    }

    .footer-menu ul {
        padding-top: 20px
    }

    .all-services ul li {
        max-width: 100%;
        border: none
    }

    .all-services ul li:first-child, .all-services ul li:nth-child(2), .all-services ul li:nth-child(3), .all-services ul li:nth-child(4), .all-services ul li:nth-child(5), .all-services ul li:nth-child(6), .all-services ul li:nth-child(7) {
        border-bottom: 1px solid #e0f7ff
    }

    .all-services {
        margin-top: 50px
    }

    .enterprise-account-section .col-md-6.right img, .happy-customer-section .col-md-6.right img {
        float: none;
        margin-top: 50px
    }

    .hcutomer ul li {
        margin-bottom: 30px;
        font-size: 18px
    }

    .happy-customer-section .hcutomer ul li svg {
        float: none;
        margin-bottom: 10px;
        display: block
    }

    .hcutomer ul li span {
        font-size: 13px
    }

    h2 {
        font-size: 21px;
        line-height: 41px
    }

    .check-list li {
        line-height: 23px;
        margin-bottom: 15px
    }

    .show-for-mobile {
        display: block !important
    }

    .show-for-desktop {
        display: none !important
    }

    .features-section ul li {
        max-width: 100%;
        margin-bottom: 20px
    }

    .features-section ul li div {
        padding: 28px;
        max-width: 100%;
        min-height: 100%
    }

    .features-section .app-title {
        margin-top: 20px
    }

    .features-section img.show-for-tab {
        margin-bottom: 50px
    }

    .Why-choose-us-section .ent-acc ul li {
        max-width: 100%
    }

    .left-icon {
        max-width: 20%
    }

    .ext-feature {
        margin: 0 0 20px
    }

    .cust-exp-section .cutomer-txt {
        float: left;
        max-width: 100%
    }

    .wrapper iframe {
        height: 100%
    }

    .access-from-anydevice, .enterprise-account-section .col-md-6.left .ent-acc, .features-section .left .ent-acc, .hcutomer h2, .hcutomer p, .interpretation-services .ent-acc, ul.client-icons {
        max-width: 100%;
        width: 100%;
        float: none
    }

    .client-icons li {
        width: 50%;
        height: 90px
    }

    .client-icons li img {
        float: none;
        margin-top: 0 !important
    }

    .footer-area img {
        width: auto
    }

    .main-header nav ul li a {
        font-size: 15px;
        line-height: 29px
    }

    #play svg {
        max-width: 70px
    }

    .navbar-collapse > ul > li > a.btn-get-top {
        text-align: left;
        margin-left: 10px
    }

    .footer-area .col-md-2 {
        width: 48%;
        float: left
    }

    .footer-area .app-footer-menu img {
        width: 162px !important
    }

    .copyright-text {
        margin-bottom: 15px
    }

    #navbarNavDropdown > ul > li > a.btn-get-top {
        color: #4f5b6a !important;
        font-size: 15px !important;
        line-height: 29px !important
    }

    .dropdown .dropdown-menu, .dropdown-menu {
        padding: 0 25px !important;
        box-shadow: none !important
    }
}

@media only screen and (min-width: 1140px) {
    .Why-choose-us-section, .exten-features-section {
        max-width: 1600px;
        margin: 0 auto
    }
}

.faq-nav, .join-future-section .inner-twocol-txt p.ent-acc {
    margin-top: 30px
}

@media only screen and (max-width: 992px) {
    #navbarNavDropdown > ul > li > a.btn-get-top {
        margin-top: 0 !important;
        font-size: 12px;
        line-height: 29px;
        text-align: left;
        margin-left: 10px;
        font-weight: 500 !important
    }
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none
    }

    .carousel-inner .carousel-item > div:first-child {
        display: block
    }
}

#recipeCarousel .carousel-item {
    transition: transform .1s ease-in-out;
    max-width: 570px
}

@media (min-width: 768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }

    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-right.active {
        transform: translateX(33.333%)
    }

    .carousel-inner .carousel-item-left.active, .carousel-inner .carousel-item-prev {
        transform: translateX(-33.333%)
    }
}

.carousel-inner .carousel-item-left, .carousel-inner .carousel-item-right {
    transform: translateX(0)
}

.stories-section .ent-acc {
    margin-bottom: 50px;
    width: 100%
}

.owl-carousel .owl-item {
    height: 350px;
    max-width: 540px;
    width: 100%;
    padding: 30px;
    border: none;
    background: #fff;
    box-shadow: 0 15px 40px rgb(28 68 214 / 10%);
    border-radius: 10px;
    margin-bottom: 50px !important;
    margin-right: 30px !important
}

.card.card-body, .inner-services .all-services ul li {
    border: none
}

.owl-carousel .card.card-body {
    width: 100%;
    padding: 0;
    border: none
}

.carousel .card.card-body h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .2px;
    color: #022068;
    margin-bottom: 30px
}

.carousel .card.card-body p {
    text-indent: 50px;
    padding: 0;
    position: relative;
    float: left;
    font-size: 15px
}

.carousel .card.card-body p:after {
    content: "";
    left: 0;
    top: 5px;
    position: absolute;
    width: 18px;
    height: 16px;
    background-image: url(../images/qoute-new-icon.png);
    background-repeat: no-repeat;
    background-size: cover
}

.carousel .card.card-body img {
    max-width: 60px;
    margin-right: 12px
}

.carousel .carousel-item .col-md-4 {
    margin-right: 30px;
    max-width: 570px;
    width: 100%;
    padding: 0 0 50px 30px
}

.stories-section {
    background-image: url(../images/stories-bg-min.png);
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: 68% 68%;
    overflow: hidden
}

.carousel-control-next {
    right: 18%;
    opacity: 1
}

.carousel-control-prev {
    left: 0;
    opacity: 0
}

span.carousel-control-next-icon.bg-dark.border.border-dark.rounded-circle:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: -15px;
    left: -10px;
    background-image: url(../images/next-btn.png);
    opacity: 1;
    background-repeat: no-repeat
}

span.carousel-control-next-icon.bg-dark.border.border-dark.rounded-circle:hover:after {
    border-radius: 50%;
    box-shadow: 0 15px 20px 0 #af7fff4d
}

div#recipeCarousel:before {
    content: "";
    background: linear-gradient(269.06deg, rgba(248, 250, 255, .77) 23.54%, rgba(248, 250, 255, 0) 97.21%);
    position: absolute;
    right: -17%;
    top: 36%;
    width: 16%;
    height: 350px;
    border-radius: 8px
}

@media (min-width: 1600px) {
    div#recipeCarousel:after {
        right: -100%;
        top: 0;
        width: 37%
    }
}

@media (max-width: 1024px) {
    .player.show-for-desktop, div#recipeCarousel:after {
        display: none
    }
}

@media (max-width: 767px) {
    .stories-section .ent-acc {
        margin-left: 0
    }

    .card.card-body {
        max-width: 100%
    }

    .owl-carousel .owl-stage-outer {
        height: 100%
    }

    .carousel .carousel-item .col-md-4 {
        margin-right: 15px;
        max-width: 100%;
        width: 100%;
        padding: 0
    }
}

.modal-header .close {
    margin: -3rem -2rem -1rem auto;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .15)
}

.modal-header .close span {
    display: block;
    margin: -2px
}

.loginModel {
    cursor: none
}

.loginModel .modal-content {
    cursor: auto
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.close {
    background: 0 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 0;
    color: #000;
    text-shadow: 0 1px 0 #fff
}

.modal-content-area p {
    padding-top: 30px;
    opacity: 1;
    display: block;
    width: 100%;
    clear: both;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #4f5b6a
}

.sign-up-client, .sign-up-interpreter {
    max-width: 160px;
    height: 190px;
    float: left;
    background: #fff;
    border: 1.5px solid #e4eaff;
    border-radius: 15px;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative
}

.faq-nav, .inner-twocol-reverse img.inner-img, .sign-up-interpreter {
    float: right
}

.modal-open .header.innerpages-header {
    z-index: -1
}

.modal-content-area .sign-up-client svg {
    box-shadow: 0 15px 20px 0 #1c44d64d;
    border-radius: 23px
}

.modal-content-area .sign-up-interpreter svg {
    box-shadow: 0 15px 20px 0 #f7b4224D;
    border-radius: 23px
}

.sign-up-client:hover {
    background: #1c44d6;
    box-shadow: 0 15px 30px rgb(28 68 214 / 30%)
}

.sign-up-client:hover svg rect.hover-white {
    fill: #fff
}

.sign-up-client:hover svg path.hover-blue {
    fill: #1C44D6
}

.sign-up-client:hover a.popup-signup-btn, .sign-up-interpreter:hover a.popup-signup-btn {
    color: #fff !important
}

.sign-up-interpreter:hover {
    background: #f7b422;
    box-shadow: 0 15px 30px rgba(244, 190, 72, .3)
}

.sign-up-interpreter:hover svg rect.hover-white {
    fill: #fff
}

.sign-up-interpreter:hover svg path.hover-org {
    fill: #F7B422;
    stroke: #F7B422
}

.accordion button.accordion-button {
    font-style: normal;
    padding: 18px 0;
    border-bottom: none !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1c2c40
}

.accordion .accordion-button.collapsed {
    border-bottom: 1px solid #f4f5f7 !important;
    background: linear-gradient(#ececec00, #fff)
}

.accordion .accordion-button:not(.collapsed) {
    color: #1c2c40;
    box-shadow: none;
    padding: 15px 0;
    background: #fff;
    box-shadow: 0 10px 50px rgb(9 40 108 / 0%);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.accordion .accordion-item {
    border-bottom: none !important;
    border: none;
    background: linear-gradient(#ececec00, #fff)
}

.accordion .accordion-collapse.collapse.show {
    padding: 0;
    background: #fff;
    box-shadow: 0 10px 50px rgb(9 40 108 / 5%);
    border-bottom-left-radius: 8px;
    margin-bottom: 5px;
    border-bottom-right-radius: 10px;
    -webkit-transition: .3s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out
}

.accordion .accordion-body {
    padding: 5px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .2px;
    color: #4f5b6a
}

.accordion .accordion-button:focus {
    border-color: none !important;
    box-shadow: none !important
}

.accordion .accordion-button:after {
    background-image: url(../images/chevron-right-circle.png) !important;
    transform: rotate(0) !important;
    opacity: 1;
    width: 25px !important;
    height: 25px !important;
    background-size: 100% !important
}

.accordion .collapsed:after {
    transform: rotate(-90deg) !important;
    opacity: .3
}

.faq-section .faq-txt > h2 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: .2px;
    color: #1c2c40
}

.yph {
    background: url(../images/yph-img-2x.png) bottom right/340px no-repeat #1c44d6;
    border-radius: 16px;
    clear: both;
    padding: 50px;
    position: relative
}

.yph:before {
    position: absolute;
    content: '';
    background: url(../images/yph-icon.png) 0/100% no-repeat;
    width: 150px;
    height: 64px;
    left: 42%;
    top: 184px;
    transform: rotate(12deg)
}

.yph:after {
    position: absolute;
    content: '';
    background: url(../images/Yph-txt-2x.png) 0 0/contain no-repeat;
    width: 200px;
    height: 242px;
    right: 242px;
    bottom: -44px
}

.yph h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    max-width: 500px;
    width: 100%;
    margin-bottom: 50px
}

.contact-us-left ul, .inner-twocol-section .inner-twocol-txt p:last-child {
    margin-bottom: 0 !important
}

.yph a.apply-now-btn {
    background: #4285f4;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    line-height: 47px;
    display: block;
    text-align: center;
    color: #fff;
    width: 190px;
    height: 50px;
    text-decoration: none
}

.contact-us-left ul {
    padding-left: 0 !important
}

.social-media-contact ul li {
    display: inline-flex !important;
    max-width: max-content;
    width: 100%;
    margin-right: 10px;
    padding-bottom: 0
}

.social-media-contact ul li:last-child {
    margin-right: 0
}

.social-media-contact p {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .2px;
    color: #1c2c40;
    padding: 0;
    margin-bottom: 20px !important
}

.intl-tel-input .selected-flag .iti-arrow {
    content: '' !important;
    background: url(../images/menu-dropdown-icon.svg) no-repeat !important;
    border: none !important;
    width: 10px !important;
    height: 5px !important;
    vertical-align: middle !important;
    padding: 0 !important;
    right: 15px !important
}

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=tel], .intl-tel-input.separate-dial-code input[type=text] {
    padding-left: 115px !important
}

.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 100% !important;
    background: 0 0 !important;
    border-right: 1px solid #e8e8e8;
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 10px
}

.intl-tel-input .selected-flag .iti-flag {
    position: relative !important;
    margin: 0 !important;
    padding: 0
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: #fff !important
}

.form.test .faq-nav button {
    background: #ffc000;
    border-radius: 50%;
    line-height: 9px;
    height: 30px;
    width: 30px;
    border: none
}

.form.test .faq-nav button#nextBtn {
    transform: rotate(180deg);
    background: #09286c;
    width: 40px;
    height: 40px;
    margin-right: 0
}

.faq-nav {
    display: flex;
    align-items: center;
    width: 225px;
    justify-content: space-between
}

.social-media-contact {
    margin-top: 0
}

.innerpages-header .inner-right-img {
    width: 100%;
    max-width: 444px;
    float: right
}

@media only screen and (min-width: 1400px) {
    .innerpages-header {
        background-size: cover !important;
        background-position: 0 130px !important
    }

    .innerpages-header.flexible-pricing {
        background-position: 0 300px !important
    }
}

.innerpages-header {
    position: relative;
    background: 0 0/contain #f6f9ff;
    padding: 50px 0 200px;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-position: 0 230px !important
}

.innerpages-header .innerpages-left h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    color: #022068;
    margin-bottom: 30px
}

.innerpages-header .innerpages-left p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #4f5b6a
}

.innerpages-header .back-link a {
    font-size: 16px;
    color: #1c44d6;
    font-weight: 600;
    text-decoration: none
}

.innerpages-header .back-link a i, .our-features-list li:nth-child(odd) {
    margin-right: 15px
}

.inner-right {
    position: relative;
    z-index: 9999
}

.innerpages-header .inner-right:before {
    content: '';
    position: absolute;
    left: 80px;
    top: 0;
    width: 129px;
    height: 129px;
    background: url(../images/header-ellipse.png) no-repeat;
    z-index: -1
}

.quote-section .custom-container:after, .quote-section .custom-container:before {
    content: '';
    bottom: -71px;
    width: 170px;
    height: 191px;
    pointer-events: none;
    position: absolute
}

.inner-services .all-services ul li img {
    width: 80px
}

.inner-services .all-services ul li p {
    letter-spacing: .2px;
    padding: 0 5px 0 20px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #4f5b6a;
    min-height: 105px
}

@media only screen and (max-width: 990px) {
    .innerpages-header .innerpages-left h1 {
        font-size: 27px;
        line-height: 37px
    }

    .innerpages-header .innerpages-left p {
        font-size: 15px;
        line-height: 25px
    }

    .features-section .ent-acc h2, .inner-twocol-section .inner-twocol-txt h2 {
        font-size: 25px !important;
        line-height: 37px !important;
        margin-bottom: 20px
    }

    .check-list li, .inner-twocol-section .inner-twocol-txt p {
        font-size: 15px;
        line-height: 27px;
        margin-bottom: 15px
    }

    .check-list li {
        padding: 0 0 0 30px
    }
}

p.colm-1, p.colm-2 {
    max-width: 230px
}

.inner-services .all-services ul li h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .2px;
    color: #1c2c40;
    padding: 0 20px 10px;
    margin-top: -15px
}

.inner-services .all-services ul li:nth-child(2), .inner-services .all-services ul li:nth-child(3) {
    background: url(../images/inner-services-border.png) -1px -1px/contain no-repeat
}

.inner-services .all-services ul li:nth-child(3) {
    background-position: -2px -1px
}

.inner-twocol-section img.inner-img {
    max-width: 475px;
    float: left
}

.inner-twocol-section .inner-twocol-txt h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .2px;
    color: #4f5b6a;
    padding-bottom: 5px;
    margin-top: -15px
}

.inner-twocol-section .inner-twocol-txt ul li h5 {
    margin-top: 10px
}

.inner-twocol-section .inner-twocol-txt h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: .2px;
    color: #1c2c40;
    margin-bottom: 20px
}

.inner-twocol-section .inner-twocol-txt p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #4f5b6a;
    margin-bottom: 25px
}

.inner-twocol-section .inner-twocol-txt p strong {
    color: #1c2c40
}

@media only screen and (max-width: 990px) {
    .innerpages-header .innerpages-left h1 {
        font-size: 27px;
        line-height: 37px
    }

    .innerpages-header .innerpages-left p {
        font-size: 15px;
        line-height: 25px
    }

    .inner-services .all-services ul li h5 {
        min-height: 90px;
        font-size: 15px;
        line-height: 20px
    }

    .inner-services .all-services ul li p {
        font-size: 14px;
        line-height: 21px
    }

    .inner-services .all-services ul li:nth-child(2), .inner-services .all-services ul li:nth-child(3) {
        background-size: contain;
        background-position: -1px -1px
    }

    .inner-twocol-section .inner-twocol-txt h2 {
        font-size: 25px;
        line-height: 37px;
        margin-bottom: 20px
    }

    .check-list li, .inner-twocol-section .inner-twocol-txt p {
        font-size: 15px;
        line-height: 27px;
        margin-bottom: 15px
    }

    .check-list li {
        padding: 0 0 0 30px
    }
}

@media (min-width: 1140px) {
    .quote-section .custom-container {
        max-width: 1300px
    }
}

.quote-section .custom-container {
    background: #003cd3;
    border-radius: 10px;
    padding: 100px 15px 200px;
    position: relative
}

.quote-section .custom-container:after {
    left: 0;
    background: url(../images/newsletter-patrun-left.png) no-repeat
}

.quote-section .custom-container:before {
    right: 0;
    background: url(../images/newsleter-patrn-right.png) no-repeat
}

.quote-section p {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px
}

.quote-section a.btn {
    background: #f7b422;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #1c44d6;
    width: 220px;
    height: 50px;
    line-height: 37px
}

.quote-section a.btn.blue-btn {
    background: #4285f4;
    color: #fff
}

.quote-section a.btn.blue-btn:hover {
    box-shadow: 0 20px 40px rgba(28, 68, 214, .3)
}

#mc_embed_signup, .global-btn, .large-project-btn {
    text-align: center
}

.newsletter-section {
    max-width: 920px;
    width: 100%;
    background: #fff;
    box-shadow: 0 20px 50px rgb(9 40 108 / 5%);
    border-radius: 16px;
    margin: -200px auto 0;
    padding: 50px;
    position: relative
}

.news-litter-txt h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #1c2c40;
    margin-bottom: 17px
}

.news-litter-txt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #4f5b6a
}

form#mailchimpform {
    display: inline-flex
}

div#mc_embed_signup_scroll {
    width: 180px;
    height: 50px
}

.mc-field-group {
    width: 380px;
    height: 50px;
    margin-left: 10px;
    margin-right: 10px
}

div#mce-responses {
    width: auto
}

.submitbtn {
    width: 150px;
    height: 50px
}

form#mailchimpform button, form#mailchimpform input, form#mailchimpform optgroup, form#mailchimpform select, form#mailchimpform textarea {
    width: 100%;
    height: 100%;
    padding: 13px 15px;
    background: #fff;
    border: 1px solid #e4eaff;
    border-radius: 8px;
    outline: 0;
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 17px;
    color: #4f5b6a
}

form#mailchimpform input#mc-embedded-subscribe {
    background: #003cd3 !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: .3px;
    color: #fff
}

form#mailchimpform select {
    background: url(../images/select-arrow-2x.png) 92% 50%/13px no-repeat #fff;
    left: 0;
    top: 0;
    z-index: 10;
    cursor: pointer
}

form#mailchimpform .email {
    background: url(../images/form-email-icon.png) 4% 50% no-repeat #fff;
    left: 0;
    top: 0;
    z-index: 10;
    padding-left: 50px;
    color: #4f5b6a
}

@media only screen and (max-width: 1000px) {
    .newsletter-section {
        max-width: 100%;
        padding: 30px 20px
    }
}

@media only screen and (max-width: 475px) {
    .footer-area .app-footer-menu img {
        width: 100% !important
    }

    .contact-form {
        padding: 30px 15px
    }

    .email {
        display: inline-flex;
        text-align: center;
        margin: 0 auto
    }
}

.asfeature h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #1c2c40;
    opacity: .8;
    margin-bottom: 50px
}

#as-featured-in {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    z-index: 1
}

form#mailchimpform input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 24px;
    color: #9ea2a7
}

@media (min-width: 768px) and (max-width: 1024px) {
    #as-featured-in div img {
        width: 80% !important
    }
}

@media (min-width: 767px) and (max-width: 769px) {
    .half-list li {
        width: 100%
    }
}

.our-features-list li {
    background: #fff;
    border: 2px solid #e4eaff;
    box-shadow: 0 15px 15px rgb(196 209 254 / 10%);
    border-radius: 15px;
    padding: 30px 20px;
    width: 47%;
    float: left;
    height: 170px;
    margin-bottom: 20px
}

.our-features-list li:nth-child(2n) {
    margin-left: 15px
}

.our-features-list li p {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: .2px;
    color: #1c2c40;
    margin-top: 20px
}

.join-future-section .inner-twocol-txt {
    max-width: 475px;
    float: right
}

@media only screen and (max-width: 1024px) {
    .contact-us-left h1 {
        font-size: 31px;
        line-height: 47px
    }

    .contact-us-left ul li p {
        font-size: 16px;
        line-height: 17px
    }

    .contact-form h4 {
        font-size: 21px
    }

    .contact-us-left ul li span, .contact-us-left ul li span a {
        font-size: 14px
    }

    .yph h3 {
        max-width: 450px;
        font-size: 30px
    }

    .yph:before {
        left: 36%;
        background-size: 71%
    }

    .faq-section .col-md-6 svg {
        width: 100%
    }

    .remote-audio-call-section {
        padding-top: 50px
    }

    .quote-section p {
        font-size: 19px
    }

    .news-litter-txt h2 {
        font-size: 20px
    }

    .news-litter-txt p {
        font-size: 15px
    }

    .quote-section .custom-container:after, .quote-section .custom-container:before {
        display: none
    }

    .right-plan-section h2 {
        font-size: 27px;
        line-height: 37px;
        text-align: center;
        margin-bottom: 30px
    }

    .our-features-list li {
        padding: 15px
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .yph {
        padding: 20px
    }

    .yph:after {
        right: 90px;
        top: 109px;
        background-size: 71%
    }

    .other-services h3 {
        min-height: 55px
    }

    .other-services p {
        min-height: 150px
    }

    .features-section ul li p {
        font-size: 14px;
        line-height: 19px
    }

    .check-list li {
        font-size: 14px
    }

    .our-features-list li {
        padding: 15px;
        width: 44%;
        text-align: left
    }

    .our-features-list li p {
        font-size: 14px;
        line-height: 21px;
        margin-top: 15px
    }
}

.active {
    color: #f69120 !important
}

a.section-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -15px;
    left: 0
}

p.without_hover {
    padding-top: 30px !important
}

a.sign-in-link {
    color: #1c44d6 !important;
    text-decoration: none;
    cursor: pointer
}

@media only screen and (max-width: 767px) {
    .modal-content-area a, .modal-content-area p {
        font-size: 14px !important
    }

    .modal-dialog {
        position: relative;
        width: auto;
        margin: 1rem;
        pointer-events: none
    }

    .modal .modal-content {
        cursor: pointer;
        margin: 0 auto;
        width: 94%;
        height: 398px
    }

    .sign-up-client, .sign-up-interpreter {
        max-width: 140px
    }

    .sign-up-client {
        margin-left: 6px
    }

    .sign-up-interpreter {
        margin-right: 6px
    }

    .modal-content-area {
        margin-top: 40px !important;
        padding-bottom: 30px;
        max-width: 330px !important;
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto
    }

    .yph: after, .yph:before {
        display: none
    }

    .faq-section .col-md-6 svg, .half-list li {
        width: 100%
    }

    .yph {
        background-image: none;
        padding: 30px
    }

    .yph h3 {
        max-width: 100%;
        font-size: 25px;
        line-height: 37px;
        margin-bottom: 30px
    }

    .pb-100 {
        padding-bottom: 50px
    }

    .contact-us-left h1 {
        font-size: 27px;
        line-height: 41px
    }

    .contact-us-header, .flexible-pricing, .pricing-asfeature {
        padding: 50px 0
    }

    .contact-us-left p {
        padding: 0 0 20px;
        max-width: 100%
    }

    .contact-us-left ul li {
        padding-bottom: 10px;
        max-width: 300px;
        width: 100%
    }

    .faq-section .faq-txt > h2 {
        font-size: 30px;
        line-height: 41px;
        margin-top: 50px
    }

    .accordion button.accordion-button {
        font-size: 16px;
        line-height: 25px;
        padding: 15px 10px
    }

    .social-media-contact ul li {
        max-width: max-content
    }

    .contact-form {
        max-width: 100%;
        float: none;
        margin-top: 50px
    }

    .inner-right, .inner-twocol-section img.inner-img, .large-project-btn, section.enterprise-account-section.section-padding.padding-top-zero.short-content {
        margin-top: 50px
    }

    .inner-services .all-services ul li {
        border-bottom: 1px solid #e4eaff;
        background: 0 0 !important
    }

    .all-services ul li:nth-child(4) {
        border-bottom: none
    }

    .lang-services ul li:nth-child(4) {
        border-bottom: 1px solid #e0f7ff
    }

    .lang-services ul li:nth-child(8), .lang-services ul li:nth-child(9) {
        border-right: none;
        border-bottom: 1px solid #e0f7ff
    }

    .inner-services .all-services ul li h5, .inner-services .all-services ul li p {
        min-height: 100%
    }

    .flexible-pricing, .innerpages-header {
        padding: 50px 0 !important
    }

    .inner-twocol-reverse img.inner-img, .innerpages-header .inner-right-img {
        float: none
    }

    .inner-right {
        text-align: center
    }

    .remote-audio-call-section {
        padding-top: 50px
    }

    .inner-twocol-txt, .other-services:nth-child(6) {
        margin-bottom: 0
    }

    .res-details-bg .inner-right-img, .res-middle-section .res-mid-right {
        margin: 0 auto
    }

    .your-photo-services .yph:after, .your-photo-services .yph:before {
        display: none
    }

    .pricing-flexibitly .inner-twocol-txt h5 {
        margin-top: 50px !important
    }

    .quote-section .custom-container {
        padding: 50px 15px
    }

    .newsletter-section {
        margin: 0
    }

    #mailchimpform {
        display: block !important
    }

    .mc-field-group, .submitbtn {
        height: 50px
    }

    #mc_embed_signup_scroll, .mc-field-group, .submitbtn {
        width: 100% !important;
        margin: 15px 0 0
    }

    .as-fet-logos img {
        -webkit-transition: .3s ease-out;
        -moz-transition: .3s ease-out;
        -o-transition: .3s ease-out;
        transition: .3s ease-out
    }

    .as-fet-logos > div {
        display: inline-block;
        max-width: 48%;
        padding: 10px 20px
    }

    .as-fet-logos {
        overflow: hidden;
        text-align: center
    }

    .net30-section {
        margin-top: 20px
    }

    .right-plan-section h2 {
        font-size: 22px;
        line-height: 31px;
        text-align: center;
        margin-bottom: 30px
    }

    .our-features-list li:nth-child(2n) {
        margin-left: 10px
    }

    .our-features-list li:nth-child(odd) {
        margin-right: 10px
    }

    .join-future-section .inner-twocol-txt {
        max-width: 100%;
        float: none
    }

    .our-features-list li {
        padding: 15px;
        width: 46%;
        text-align: left
    }

    .our-features-list li p {
        font-size: 14px;
        line-height: 21px;
        margin-top: 15px
    }

    .our-features-list li svg {
        width: 25%
    }

    .join-future-section .inner-twocol-txt p.ent-acc {
        margin-top: 20px;
        margin-bottom: 50px !important
    }

    .asfeature h3 {
        font-size: 15px;
        margin-bottom: 30px
    }

    .app-footer-menu, .company-footer-menu, .dayinterprting-footer-menu, .resource-footer-menu {
        padding-top: 30px
    }

    .pricing-faq-tab-detail {
        padding: 20px
    }

    .flexible-pricing h1, .flexible-pricing p, .pay-as-u {
        text-align: left
    }

    .pricing-flexibitly p.ent-acc.pricing-btn {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 0 !important
    }

    .pricing-flexibitly a.btn.blue-btn {
        width: 100%;
        margin-bottom: 20px
    }

    .card.card-body {
        max-width: 100%;
        width: 100% !important;
        padding: 20px !important;
        border-radius: 10px;
        border: 1px solid #1c44d61a !important
    }
}

.innerpages-header .col-md-5, .innerpages-header .col-md-6 {
    z-index: 0
}

.Forgotpassword-main {
    position: relative !important;
    background: url(../images/inner-bg-2x.svg) #f6f9ff;
    padding: 70px 0 84px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: contain !important;
    z-index: 1 !important
}