/* @font-face {
    font-display: block;
    font-family: Font Awesome\ 6 Free;
    font-style: normal;
    font-weight: 900;
    src: url(https://www.scopuspublications.com/assets/fonts/vendor/@fortawesome/fontawesome-free/fa-solid-900.woff2) format("woff2"), url(https://www.scopuspublications.com/assets/fonts/vendor/@fortawesome/fontawesome-free/fa-solid-900.ttf) format("truetype")
}

.fa-solid {
    font-weight: 900
}

@font-face {
    font-display: block;
    font-family: Font Awesome\ 6 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(https://www.scopuspublications.com/assets/fonts/vendor/@fortawesome/fontawesome-free/fa-brands-400.woff2) format("woff2"), url(https://www.scopuspublications.com/assets/fonts/vendor/@fortawesome/fontawesome-free/fa-brands-400.ttf) format("truetype")
} */

.fa-brands {
    font-weight: 400
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-brands,
.fa-solid {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-solid {
    font-family: Font Awesome\ 6 Free
}

.fa-brands {
    font-family: Font Awesome\ 6 Brands
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-xmark:before {
    content: "\f00d"
}

:root {
    --bs-danger-rgb: 220, 53, 69;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, .75);
    --bs-secondary-bg: #e9ecef;
    --bs-tertiary-color: rgba(33, 37, 41, .5);
    --bs-tertiary-bg: #f8f9fa;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-border-width: 1px;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-form-invalid-border-color: #dc3545
}

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

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

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin: 0;
    text-align: var(--bs-body-text-align)
}

hr {
    border: 0;
    border-top: var(--bs-border-width) solid;
    color: inherit;
    margin: 1rem 0;
    opacity: .25
}

.h1,
.h2,
.h3,
.h5,
.h6,
h1,
h2,
h3,
h5,
h6 {
    color: var(--bs-heading-color);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0
}

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

@media (min-width:1200px) {

    .h1,
    h1 {
        font-size: 2.5rem
    }
}

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

@media (min-width:1200px) {

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

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

@media (min-width:1200px) {

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

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

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

p {
    margin-top: 0
}

ul {
    margin-bottom: 1rem;
    margin-top: 0;
    padding-left: 2rem
}

ul ul {
    margin-bottom: 0
}

b {
    font-weight: bolder
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

img,
svg {
    vertical-align: middle
}

table {
    border-collapse: collapse;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

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

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

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

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

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

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
}

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

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

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

progress {
    vertical-align: baseline
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

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

.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

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

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

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

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1320px
    }
}

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

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

.col {
    flex: 1 0 0%
}

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

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

.g-0 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0
}

.gy-2 {
    --bs-gutter-y: 0.5rem
}

.gy-3 {
    --bs-gutter-y: 1rem
}

.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width:768px) {
    .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-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .gx-md-5 {
        --bs-gutter-x: 3rem
    }
}

@media (min-width:992px) {
    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .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-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%
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }
}

@media (min-width:1200px) {
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    border-color: var(--bs-table-border-color);
    margin-bottom: 1rem;
    vertical-align: top;
    width: 100%
}

.table>:not(caption)>*>* {
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    padding: .5rem
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table-bordered>:not(caption)>* {
    border-width: var(--bs-border-width) 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 var(--bs-border-width)
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    color: var(--bs-body-color);
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

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

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

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
    margin: 0;
    min-width: 85px
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::-moz-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1
}

.form-control::file-selector-button {
    background-color: var(--bs-tertiary-bg);
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    color: var(--bs-body-color);
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    padding: .375rem .75rem;
    pointer-events: 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
}

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

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + var(--bs-border-width)*2)
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml;charset=utf-8,%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 5 6 6 6-6'/%3E%3C/svg%3E");
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    color: var(--bs-body-color);
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem 2.25rem .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

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

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

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

.form-select:disabled {
    background-color: var(--bs-secondary-bg)
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color)
}

.form-control.is-invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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 calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + .75rem)
}

.form-control.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

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

.form-select.is-invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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);
    padding-right: 4.125rem
}

.form-select.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    background-color: var(--bs-btn-bg);
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    color: var(--bs-btn-color);
    cursor: pointer;
    display: inline-block;
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    text-align: center;
    text-decoration: 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;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle
}

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









.btn:disabled {
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    color: var(--bs-btn-disabled-color);
    opacity: var(--bs-btn-disabled-opacity);
    pointer-events: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.fade {
    transition: opacity .15s linear
}

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

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.dropdown {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    background-clip: padding-box;
    background-color: var(--bs-dropdown-bg);
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
    color: var(--bs-dropdown-color);
    display: none;
    font-size: var(--bs-dropdown-font-size);
    list-style: none;
    margin: 0;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    position: absolute;
    text-align: left;
    z-index: var(--bs-dropdown-zindex)
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
    clear: both;
    color: var(--bs-dropdown-link-color);
    display: block;
    font-weight: 400;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    width: 100%
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--bs-dropdown-link-hover-bg);
    color: var(--bs-dropdown-link-hover-color)
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--bs-dropdown-link-active-bg);
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none
}

.dropdown-item:disabled {
    background-color: transparent;
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none
}

.dropdown-menu.show {
    display: block
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    background: none;
    border: 0;
    color: var(--bs-nav-link-color);
    display: block;
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    outline: 0
}

.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    cursor: default;
    pointer-events: none
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(33, 37, 41, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    flex-wrap: wrap;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
    position: relative
}

.navbar,
.navbar>.container {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.navbar>.container {
    flex-wrap: inherit
}

.navbar-brand {
    color: var(--bs-navbar-brand-color);
    font-size: var(--bs-navbar-brand-font-size);
    margin-right: var(--bs-navbar-brand-margin-end);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    padding-top: var(--bs-navbar-brand-padding-y);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

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

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

.navbar-toggler {
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    color: var(--bs-navbar-color);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    transition: var(--bs-navbar-toggler-transition)
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
    outline: 0;
    text-decoration: none
}

.navbar-toggler-icon {
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em
}

@media (min-width:992px) {
    .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-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

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

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

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-button {
    align-items: center;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    color: var(--bs-accordion-btn-color);
    display: flex;
    font-size: 1rem;
    overflow-anchor: none;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    position: relative;
    text-align: left;
    transition: var(--bs-accordion-transition);
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color);
    color: var(--bs-accordion-active-color)
}

.accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button:after {
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    content: "";
    flex-shrink: 0;
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    transition: var(--bs-accordion-btn-icon-transition);
    width: var(--bs-accordion-btn-icon-width)
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button:after {
        transition: none
    }
}

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

.accordion-button:focus {
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
    outline: 0;
    z-index: 3
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    color: var(--bs-accordion-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

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

.accordion-item:last-of-type {
    border-bottom-left-radius: var(--bs-accordion-border-radius);
    border-bottom-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type>.accordion-collapse {
    border-bottom-left-radius: var(--bs-accordion-border-radius);
    border-bottom-right-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

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

.accordion-flush>.accordion-item:first-child {
    border-top: 0
}

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

.accordion-flush>.accordion-item>.accordion-collapse,
.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border-radius: 0
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    border-radius: var(--bs-badge-border-radius);
    color: var(--bs-badge-color);
    display: inline-block;
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
    display: flex;
    font-size: var(--bs-progress-font-size);
    height: var(--bs-progress-height);
    overflow: hidden
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: var(--bs-modal-zindex)
}

.modal-dialog {
    margin: var(--bs-modal-margin);
    pointer-events: none;
    position: relative;
    /* width: 1000px; */
}

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

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

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

.modal-content {
    background-clip: padding-box;
    background-color: var(--bs-modal-bg);
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    color: var(--bs-modal-color);
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-header {
    align-items: center;
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
    display: flex;
    flex-shrink: 0;
    padding: var(--bs-modal-header-padding)
}

.modal-body {
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    position: relative;
    margin: auto;
    display: flex;
    justify-content: center;
}

.modal-footer {
    align-items: center;
    background-color: var(--bs-modal-footer-bg);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap)*.5)
}

@media (min-width:576px) {
    .modal {
        --bs-modal-margin: 1.75rem
    }

    .modal-dialog {
        margin-left: auto;
        margin-right: auto;
        max-width: 820px;
        margin-top: 20px;
    }
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-opacity: 0.9;
    word-wrap: break-word;
    display: block;
    font-family: var(--bs-font-sans-serif);
    font-size: var(--bs-tooltip-font-size);
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    margin: var(--bs-tooltip-margin);
    opacity: 0;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: var(--bs-tooltip-zindex)
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius);
    font-family: var(--bs-font-sans-serif);
    font-size: var(--bs-popover-font-size);
    line-height: 1.5;
    max-width: var(--bs-popover-max-width);
    white-space: normal;
    z-index: var(--bs-popover-zindex)
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
    border-radius: 50%;
    border-right-color: currentcolor;
    border: var(--bs-spinner-border-width) solid;
    border-right: var(--bs-spinner-border-width) solid transparent;
    display: inline-block;
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    width: var(--bs-spinner-width)
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border {
        --bs-spinner-animation-speed: 1.5s
    }
}

.placeholder {
    background-color: currentcolor;
    cursor: wait;
    display: inline-block;
    min-height: 1em;
    opacity: .5;
    vertical-align: middle
}

.placeholder.btn:before {
    content: "";
    display: inline-block
}

.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1030;
    animation: 1s forwards smoothScroll;
}

.visually-hidden {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    white-space: nowrap !important;
    width: 1px !important
}

.visually-hidden:not(caption) {
    position: absolute !important
}

.d-inline {
    display: inline !important
}

.d-none {
    display: none !important
}

.border-0 {
    border: 0 !important
}

.align-items-center {
    align-items: center !important
}

.m-0 {
    margin: 0 !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.mt-5 {
    margin-top: 3rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.text-center {
    text-align: center !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width:992px) {
    .d-lg-block {
        display: block !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@font-face {
    font-display: swap;
    font-family: Font Awesome\ 6 Free;
    font-style: normal;
    font-weight: 900;
    src: url(https://www.scopuspublications.com/assets/fonts/vendor/@fortawesome/fontawesome-free/fa-solid-900.woff2) format("woff2")
}

i.fa-solid {
    font-family: Font Awesome\ 6 Free
}

.modal.fade {
    background: rgba(0, 0, 0, .749) !important
}

body::-webkit-scrollbar {
    width: .8em
}

body::-webkit-scrollbar-track {
    background: #fff;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

body::-webkit-scrollbar-thumb {
    background-color: #373d5f;
    border-radius: 25px
}

::-moz-selection {
    background-color: #373d5f;
    color: #fff
}

::selection {
    background-color: #373d5f;
    color: #fff
}


html {
    overflow-x: hidden;
    position: relative
}

.h1,
h1 {
    font-size: 34px
}

.h1,
.h2,
h1,
h2 {
    color: #051e57;
    display: inline-block;
    font-family: "poppins", "sans-serif";
    margin-bottom: 18px;
    position: relative;
    text-transform: capitalize
}

.h2,
h2 {
    font-size: 26px
}

.h3,
h3 {
    font-size: 24px;
    margin-bottom: 18px
}

.h3,
.h5,
h3,
h5 {
    color: #000;
    display: inline-block;
    font-family: "poppins", "sans-serif";
    position: relative
}

.h5,
h5 {
    font-size: 20px
}

.h6,
h6 {
    display: inline-block;
    font-family: "poppins", "sans-serif"
}

.h6,
h6,
p {
    color: #000;
    font-size: 16px;
    position: relative
}

p {
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 1rem
}

a,
p {
    font-family: "poppins", "sans-serif"
}

a {
    box-shadow: none;
    outline: none !important;
    text-decoration: none !important
}

section {
    margin: 0 auto;
    max-width: 1920px;
    padding: 70px 0;
    position: relative
}

ul li {
    color: #000;
    font-family: "poppins", "sans-serif";
    font-size: 16px;
    line-height: 22px
}

.or {
    font-size: 18px;
    margin: 0 15px 0 20px
}

.btn-order {
    background: #51b27e !important;
    border: 1px solid #51b27e !important;
    border-radius: 12px;
    color: #fff;
    display: inline-block;
    font-family: "poppins" -Medium, "sans-serif";
    font-size: 18px;
    margin: 5px;
    padding: 13px 30px
}

.btn-order,
.btn-order:hover {
    transition: all .5s ease-in-out
}

.btn-order:hover {
    background: #fff;
    border: 1px solid #0062ff;
    color: #0062ff
}

.badge {
    font-weight: 400
}

.btn-live {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #2d58e3, #cc2aa7) border-box;
    border: 2px solid transparent;
    border-radius: 12px;
    display: inline-block;
    font-family: "poppins" -Medium, "sans-serif";
    font-size: 18px;
    margin: 5px;
    padding: 13px 30px;
    transition: all .5s ease-in-out
}

.btn-live i,
.btn-live img,
.btn-live svg {
    margin-right: 6px
}

.btn-live span {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #2d58e3, #cc2aa7);
    -webkit-background-clip: text
}

.btn-live:hover {
    color: #000;
    transition: all .5s ease-in-out
}

.btn:focus,
.btn:focus+.btn,
input:focus,
input:focus+.btn,
select:focus,
select:focus+.btn,
textarea:focus,
textarea:focus+.btn {
    box-shadow: none
}

.lazyload {
    opacity: 0;
    transition: opacity .5s
}

.text-highlight {
    color: #0062ff
}

.modal {
    display: none
}



hr {
    margin: 0
}

.luminosity {
    mix-blend-mode: luminosity
}

@keyframes modal-slide-up {
    0% {
        height: 0;
        transform: translateY(30px)
    }

    to {
        height: 437px;
        transform: translateY(0)
    }
}

@keyframes modal-slide-down {
    0% {
        height: 225px;
        transform: translateY(0)
    }

    to {
        display: none;
        height: 0;
        transform: translateY(30px)
    }
}

.call-modal {
    padding-right: 0 !important;
    transition: .6s;
    width: auto
}

.call-modal.fade:not(.show) {
    background-color: transparent
}

.call-modal.fade:not(.show) .modal-dialog {
    animation: modal-slide-down .5s ease forwards;
    transition: .8s
}

.call-modal.show {
    background: rgba(0, 0, 0, .839);
    display: flex !important;
    width: 100%
}

.call-modal.show .modal-dialog {
    animation: modal-slide-up 1s ease forwards;
    overflow: hidden;
    transition: 1.8s
}

.call-modal.show+.floating-btn .fa-phone {
    display: none
}

.call-modal.show+.floating-btn .fa-xmark {
    display: block
}

.call-modal.show+.floating-btn .popover {
    transform: translateY(150%);
    transition: 0s
}

.call-modal .modal-dialog {
    bottom: 90px;
    left: 56px;
    overflow: hidden;
    position: fixed
}

.call-modal .modal-dialog .modal-content {
    background-color: #fff;
    border-radius: 10px;
    height: auto;
    overflow: hidden
}

.call-modal .modal-dialog .modal-body {
    padding-bottom: 6px
}

.call-modal .modal-dialog .modal-body .title-box {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 12px
}

.call-modal .modal-dialog .modal-body .title-box .content {
    margin-right: -16px;
    width: 100%
}

.call-modal .modal-dialog .modal-body .title-box .content .heading {
    border-bottom: 3px solid #ffc107;
    display: block;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    padding: 0 8px
}

.call-modal .modal-dialog .modal-body .title-box .content .text {
    display: block;
    font-family: Montserrat;
    font-size: 14px;
    padding: 0 8px
}

.call-modal .modal-dialog .modal-body p {
    font-size: 14px !important;
    line-height: 18px;
    margin-bottom: 10px !important
}

.call-modal .modal-dialog .modal-body hr {
    border-color: #707070;
    margin: 6px 0
}

.call-modal .modal-dialog .modal-body .form-control,
.call-modal .modal-dialog .modal-body .form-select {
    border: none;
    box-shadow: none;
    font-size: 14px
}

.call-modal .modal-dialog .modal-footer {
    background-color: #ffc107;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    justify-content: center;
    padding: 5px 14px
}

.call-modal .modal-dialog .modal-footer .btn-link {
    color: #000;
    font-family: "poppins", "sans-serif";
    font-size: 15px;
    font-weight: 600;
    padding: 0;
    text-decoration: none
}

.banner-adjust {
    /* margin-top: 80px; */
}

.popover {
    word-wrap: normal;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none !important;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    max-width: 276px;
    padding: 1px;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    word-break: normal;
    word-spacing: normal;
    z-index: 999
}

.popover i {
    cursor: pointer;
    position: absolute;
    right: 9px;
    top: 5px
}

.popover .popover-content {
    background: #3e3e3e;
    border-radius: 7px;
    padding: 10px 20px;
    width: 140px
}

.popover>.arrow {
    border: 11px solid transparent
}

.popover>.arrow,
.popover>.arrow:after {
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.popover>.arrow:after {
    border: 10px solid transparent;
    content: ""
}

.popover.right {
    background-color: transparent !important;
    margin-left: 80px;
    transform: translateY(0);
    transition: 0s;
    transition-delay: 5s;
    width: -moz-max-content;
    width: max-content
}

.popover.right>.arrow {
    border-left-width: 0;
    border-right-color: rgba(0, 0, 0, .25);
    left: -9px;
    margin-top: -11px;
    top: 50%
}

.popover.right>.arrow:after {
    border-left-width: 0;
    border-right-color: #3e3e3e;
    bottom: -10px;
    content: " ";
    left: 1px
}

.floating-btn {
    background: linear-gradient(90deg, #0949b1, #051e57);
    border: none;
    border-radius: 50em;
    bottom: 30px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 66px;
    left: 60px;
    position: fixed;
    width: 66px;
    z-index: 9999
}

.floating-btn .fa-phone {
    color: #fff
}

.floating-btn .fa-xmark {
    display: none
}

.floating-btn:hover i {
    transform: scale(1.1);
    transition: transform .5s ease-out
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.m-t-20 {
    margin-top: 20px !important
}

.m-t-40 {
    margin-top: 40px !important
}

.m-t-50 {
    margin-top: 50px !important
}

.m-b-50 {
    margin-bottom: 50px !important
}

@media (max-width:767px) {
    #scroll-control .header .navbar-collapse ul li a {
        font-size: 17px !important
    }

    .footer ul {
        padding-left: 0
    }

    .footer ul li {
        padding: 7px 0
    }

    #scroll-control .header ul {
        gap: 0 !important
    }

    .or {
        display: none
    }

    .header .navbar-brand,
    .header .navbar-brand img {
        max-height: 135px;
        max-width: 242px
    }

    .header .navbar-brand img {
        -o-object-fit: scale-down;
        object-fit: scale-down
    }
}

@media (max-width:991px) {
    #scroll-control .header ul li span {
        font-size: 30px
    }

    .banner-adjust {
        margin-top: 114px
    }

    #scroll-control .header .navbar-toggler:focus {
        box-shadow: none !important
    }

    #scroll-control .header .navbar-collapse {
        background: #09599f;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .259);
        height: 100vh;
        left: 0;
        padding: 50px 10px;
        position: absolute;
        top: 0;
        width: 80%
    }

    #scroll-control .header .navbar-collapse ul {
        align-items: self-start !important
    }

    #scroll-control .header .navbar-collapse ul li {
        margin-bottom: 10px !important
    }

    #scroll-control .header .navbar-collapse ul li a,
    #scroll-control .header .navbar-collapse ul li span {
        font-size: 17px !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #scroll-control .header ul li {
        margin: 0 0 0 10px !important
    }

    #scroll-control .header ul li a {
        font-size: 16px !important
    }
}

@media (min-width:576px) {
    .call-modal .modal-dialog {
        max-width: 340px
    }
}

.main-header {
    background: #fff;
    left: 0;
    margin: 0 auto;
    max-width: 1920px;
    /* position: fixed; */
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10
}

.main-header .navbar {
    /* padding: 15px 0; */
}

.main-header .navbar.top .nav-item {
    padding: 0 4px
}

.main-header .navbar.navbar-bottom {
    padding: 15px 0
}

.main-header .navbar .phone-num {
    align-items: flex-end;
    display: flex;
    gap: 10px;
    justify-content: flex-start
}

.main-header .navbar .phone-num i {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #2d58e3, #cc2aa7);
    -webkit-background-clip: text;
    font-size: 22px
}

.main-header .navbar .phone-num .box {
    display: flex;
    flex-direction: column
}

.main-header .navbar .phone-num .box .text {
    color: #5d5d5d;
    font-family: "poppins" -SemiBold, "sans-serif";
    font-size: 10px
}

.main-header .navbar .phone-num .box .num {
    color: #000;
    font-family: "poppins" -SemiBold, "sans-serif";
    font-size: 16px
}

.main-header .navbar .dropdown:hover .dropdown-menu {
    display: block
}

.main-header .navbar .navbar-nav li {
    margin-bottom: 0
}

.main-header .navbar .navbar-nav li .nav-link {
    color: #333;
    font-family: "poppins" -SemiBold, "sans-serif";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    margin: 0 5px;
    padding: 0 1rem
}

.main-header .navbar .navbar-nav li .nav-link.active {
    color: #0a4b67;
    font-weight: 900
}

.main-header .navbar .navbar-nav li .nav-link:hover {
    color: #0a4b67
}

.main-header .navbar .navbar-nav .btn-live,
.main-header .navbar .navbar-nav .btn-order {
    font-family: "poppins" -SemiBold, "sans-serif";
    font-size: 16px;
    padding: 14px 30px
}

.main-header .navbar .navbar-toggler-icon {
    background: url(https://www.scopuspublications.com/assets/frontend/images/icons/toggle.svg) no-repeat
}

.main-header .navbar .dropdown-item:focus,
.main-header .navbar .dropdown-item:hover {
    background-color: #01544c;
    color: #fff
}

.main-header .navbar-bottom {
    background-color: #eff2fb
}

.main-header .navbar-bottom .navbar-nav {
    justify-content: space-between;
    width: 100%
}

.main-header.fixed-top {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .322)
}

@media (min-width:1200px) and (max-width:1399px) {
    .navbar .navbar-nav li {
        margin-bottom: .2rem
    }

    .main-header .navbar .navbar-nav li .nav-link {
        padding: 0 .5rem
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .main-header .navbar .navbar-nav li .nav-link {
        font-size: 16px;
        margin: 0;
        padding: 0 .3rem
    }

    .main-header .navbar .navbar-nav li .btn-order {
        font-size: 16px
    }
}

@media (min-width:992px) {
    .main-header .dropdown .dropdown-toggle {
        line-height: 1.9
    }

    .main-header .dropdown ul {
        left: -200px;
        padding: 30px 0 !important;
        top: 35px;
        width: 600px
    }

    .main-header .dropdown ul li {
        display: inline;
        float: left;
        padding: 5px 0 0 30px;
        width: 50%
    }

    .main-header .dropdown ul li a {
        display: inline;
        padding: 5px 20px;
        position: relative
    }

    .main-header .dropdown ul li a:before {
        color: red;
        content: "\f054";
        font-family: Font Awesome\ 6 Free;
        font-size: 12px;
        left: 5px;
        position: absolute;
        top: 7px
    }

    .navbar-toggler i {
        display: none
    }
}

@media (max-width:991px) {
    .main-header .navbar-nav .dropdown .dropdown-menu {
        display: none !important;
        transition: all .3s
    }

    .main-header .navbar-nav .dropdown .dropdown-menu.show {
        display: block !important
    }

    .main-header .navbar-nav .dropdown-menu li {
        font-size: 18px
    }

    .main-header .navbar-nav .nav-link {
        color: #fff !important
    }

    .navbar-collapse {
        background: linear-gradient(90deg, #0949b1, #051e57);
        box-shadow: 0 0 10px 0;
        height: 100vh;
        left: 0;
        padding: 30px 10px;
        position: absolute;
        top: 0;
        transform: translate(-350px);
        transition: .5s;
        width: 80%;
        z-index: 10
    }

    .navbar-collapse.collapse.show {
        transform: translate(0) !important
    }

    .navbar-collapse ul {
        align-items: start !important
    }

    .navbar-collapse ul li {
        border: 0 !important;
        margin: 10px 0;
        width: 100%
    }

    .navbar-collapse .nav-link {
        color: #fff !important;
        font-size: 20px !important;
        font-weight: 500 !important
    }

    .navbar-toggler {
        box-shadow: none !important
    }

    .navbar-nav .dropdown-menu {
        background: transparent;
        border: 0;
        overflow-x: scroll;
        padding: 10px 20px !important;
        width: 100%
    }

    .navbar-nav .dropdown-menu li {
        margin: 0
    }

    .navbar-nav .dropdown-menu li a {
        color: #fff !important
    }

    button.navbar-toggler[aria-expanded=true] span {
        background: url(https://www.scopuspublications.com/assets/frontend/images/icons/close-icon.svg) no-repeat !important
    }
}

.footer {
    background: linear-gradient(90deg, #0949b1, #051e57);
    padding: 90px 0 10px
}

.footer ul {
    padding-bottom: 20px;
    padding-left: 0
}

.footer ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 10px;
}

.footer ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 29px
}

.footer .h2 {
    color: #fff;
    font-size: 22px !important
}

.footer .p-text {
    color: #fff;
    font-size: 15px !important;
    padding-top: 0 !important
}

.footer hr {
    border-color: #fff;
    margin: 40px 0
}

.footer .contact-list {
    /* margin: 30px 0 0; */
    padding: 0
}

.footer .contact-list li {
    list-style-type: none;
    position: relative
}

.footer .contact-list li a {
    font-family: "poppins" -Medium, "sans-serif";
    font-size: 16px
}

.footer .social-icons {
    display: inline-flex;
    margin-top: 20px
}

.footer .social-icons a i,
.footer .social-icons span i {
    align-items: center;
    border: 1px solid;
    border-radius: 30px;
    color: #fff;
    display: flex;
    height: 30px;
    justify-content: center;
    margin-right: 7px;
    width: 30px
}

.footer p {
    font-size: 16px !important;
    font-weight: 400;
    margin-bottom: 0 !important;
    margin-top: 20px
}

.footer a,
.footer p {
    color: #fff
}

.footer .list-item {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 0;
    padding-bottom: 0
}

.footer .list-item .line {
    border: 1px solid #fff;
    height: 20px;
    width: 1px
}

.footer .payment-box {
    display: flex;
    gap: 20px
}

@media (max-width:991px) {
    .payment-box {
        justify-content: center
    }
}

.cta .row {
    align-items: center
}

.cta .cta-card {
    background: linear-gradient(142deg, #fff5ce, #fcdfa3);
    border: 1px solid #d9b259;
    border-radius: 12px;
    padding: 30px 60px
}

.cta .cta-card .badge {
    background-color: #0171e5;
    border-radius: 5px;
    color: #fff;
    font-family: "poppins" -Medium, "sans-serif";
    font-size: 14px;
    padding: 7px 12px
}

.cta .cta-card .h1 {
    color: #523200;
    display: block;
    font-family: "poppins" -SemiBold, "sans-serif";
    font-size: 32px;
    margin-bottom: 7px;
    margin-top: 14px
}

.cta .cta-card p {
    font-family: "poppins", "sans-serif";
    font-size: 18px;
    line-height: 27px
}

.cta .cta-card ul {
    align-items: center;
    display: flex;
    margin-top: 20px;
    padding-left: 0
}

.cta .cta-card ul li {
    font-family: "poppins" -SemiBold, "sans-serif";
    font-size: 16px;
    list-style: none;
    padding: 0 2px
}

.cta .cta-card ul li .line {
    border: 1px solid #000;
    transform: rotate(90deg);
    width: 23px
}

.cta .h2 {
    display: block;
    font-size: 30px;
    margin-bottom: 7px
}

.cta .h5 {
    font-family: "poppins" -Medium, "sans-serif";
    font-size: 18px
}

.cta .btn-box {
    margin-top: 70px
}

.cta .btn-box img {
    margin-right: 30px;
    /* display: none; */
}

.cta .btn-box .btn-order {
    border-bottom: 5px solid #1356c2;
    font-size: 23px;
    padding: 10px 30px;
}

@media (min-width:992px) and (max-width:1400px) {
    .cta .h2 {
        font-size: 26px
    }
}

@media (max-width:767px) {
    .cta .cta-card {
        padding: 30px 20px
    }

    .cta .cta-card ul {
        flex-direction: column;
        gap: 3px
    }

    .cta .cta-card ul li .line {
        display: none
    }
}

.faq {
    background-color: #dbe3ff
}

.faq .h1 {
    font-size: 30px;
    margin-bottom: 40px
}

.faq .publication-sec {
    display: flex;
    flex-direction: column
}

.faq .publication-sec .publisher-card hr {
    color: #dee2e6;
    margin: 10px 0 14px;
    opacity: 1
}

.faq .publication-sec .publisher-card .text {
    font-size: 14px;
    line-height: 23px
}

.faq .publication-sec .publisher-card:last-child {
    margin-bottom: 0
}

.faq .publisher-card {
    background-color: #fff;
    border-radius: 25px;
    margin-bottom: 20px;
    padding: 20px 26px;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.faq .publisher-card .h6 {
    font-family: "poppins" -SemiBold, "sans-serif";
    font-size: 18px;
    font-weight:600;
}

.faq .publisher-card p {
    font-size: 15px;
    margin-bottom: 8px
}

.faq .box {
    background-color: #fff;
    border-radius: 25px;
    padding: 25px;
    text-align: left
}

.faq .box .accordion .accordion-header {
    width: 100%
}

.faq .box .accordion .accordion-header .accordion-button {
    font-family: "poppins" -Medium, "sans-serif";
    font-size: 22px;
    padding: 20px
}

.faq .box .accordion .accordion-header .accordion-button:focus {
    box-shadow: none;
    outline: none
}

.faq .box .accordion .accordion-header .accordion-button:not(.collapsed) {
    background-color: transparent
}

@media (min-width:1400px) {
    .faq .publication-sec .publisher-card .col-lg-4 {
        width: 30.333333%
    }
}

@media (max-width:767px) {
    .faq .publication-sec .publisher-card {
        max-height: none;
        text-align: center
    }

    .faq .publication-sec .publisher-card img {
        margin-bottom: 20px
    }
}

.hero-section {
    background: #0949b1;
    background: linear-gradient(90deg, #0949b1, #051e57);
    padding: 60px 20px;
}

.hero-section .badge {
    text-wrap: auto;
    align-items: center;
    background-color: #073a91;
    border-radius: 50em;
    color: #fff;
    display: inline-flex;
    font-family: "poppins", "sans-serif";
    font-size: 14px;
    padding: 8px 14px;
    text-align: left
}

.hero-section .badge img {
    margin-right: 9px
}

.hero-section .h1 {
    color: #fff;
    font-family: "poppins", "sans-serif";
    /* margin-bottom: 20px; */
    font-weight: 600;
}

.hero-section p {
    color: #fff;
    font-size: 18px;
    /* max-height: 156px; */
    /* min-height: 130px; */
}

.hero-section .text-highlight {
    color: #ffcb00
}

.hero-section .btn-order {
    background-color: #ffcb00;
    border-color: #ffcb00;
    color: #000
}

.hero-section .btn-live {
    background: #51b27e !important;
    border: 1px solid #51b27e !important;
    color: #fff
}

.brand-logo {
    background-color: #fff;
    padding: 30px 0
}

.brand-logo .box {
    align-items: center;
    display: flex;
    justify-content: space-around
}

.why-choose {
    background: #dbe3ff;
    padding: 60px 0px;
}

.why-choose p {
    font-size: 18px
}

.why-choose .wrapper {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 55px;
    position: relative;
    /* top: 20px; */
    margin-bottom: 30px;
}

.why-choose .wrapper .highlight-card {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 24px
}

.why-choose .wrapper .highlight-card .info-box {
    flex: 1;
    text-align: center
}

.why-choose .wrapper .highlight-card .info-box .h6 {
    font-size: 18px
}

.why-choose .wrapper .highlight-card .info-box .h6 .highlight {
    color: #0948b0;
    font-family: "poppins" -SemiBold, "sans-serif";
    font-size: 29px
}

.why-choose .wrapper .highlight-card .info-box p {
    color: #636363;
    font-size: 15px;
    line-height: 20px
}

.why-choose .col-12:last-child .card-box:after {
    display: none
}

.why-choose .box {
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    margin-top: 40px;
    padding: 38px 36px 57px
}

.why-choose .box .card-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    position: relative
}

.why-choose .box .card-box:after {
    background-color: #231f20;
    content: "";
    display: inline-block;
    height: 80%;
    opacity: .1;
    position: absolute;
    right: -8%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px
}

.why-choose .box .card-box .img-box {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
    min-height: 57px
}

.why-choose .box .card-box .img-box .badge {
    align-items: center;
    background-color: #ffffdf;
    border: 1px solid #ffcb00;
    border-radius: 50em;
    color: #000;
    display: flex;
    font-family: "poppins" -Medium, "sans-serif";
    font-size: 10px;
    height: -moz-fit-content;
    height: fit-content;
    padding: 6px 10px
}

.why-choose .box .card-box .img-box .badge img {
    margin-right: 5px;
    margin-top: -2px
}

.why-choose .box .card-box .h2 {
    color: #000;
    font-family: "poppins" -Medium, "sans-serif"
}

.why-choose .box .card-box p {
    font-family: "poppins" -Medium, "sans-serif";
    font-size: 16px;
    margin-bottom: 24px
}

.why-choose .box .card-box .btn-box {
    text-align: center
}

.mansory-section {
    background-color: #dbe3ff;
    padding: 90px 0 70px
}

.mansory-section .wrapper {
    display: grid;
    gap: 27px;
    grid-template-areas: "a a b c" "d e e c" "d f g g"
}

.mansory-section .wrapper .box {
    border-radius: 8px;
    display: flex;
    gap: 10px;
    min-height: 200px;
    padding: 30px 25px
}

.mansory-section .wrapper .box.box-one {
    align-items: center;
    background-color: #15204f
}

.mansory-section .wrapper .box.box-one .h2,
.mansory-section .wrapper .box.box-one p {
    color: #fff
}

.mansory-section .wrapper .box.box-two {
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between
}

.mansory-section .wrapper .box.box-two .h3 {
    margin-bottom: 0
}

.mansory-section .wrapper .box.box-three {
    background-color: #ffc107;
    flex-direction: column;
    justify-content: space-between
}

.mansory-section .wrapper .box.box-four {
    background-color: transparent;
    flex-direction: column;
    text-align: center
}

.mansory-section .wrapper .box.box-four .h1 {
    margin-bottom: 4px
}

.mansory-section .wrapper .box.box-four p {
    font-family: "poppins" -Medium, "sans-serif";
    font-size: 18px
}

.mansory-section .wrapper .box.a {
    grid-area: a
}

.mansory-section .wrapper .box.b {
    grid-area: b
}

.mansory-section .wrapper .box.c {
    grid-area: c
}

.mansory-section .wrapper .box.d {
    grid-area: d
}

.mansory-section .wrapper .box.e {
    grid-area: e
}

.mansory-section .wrapper .box.f {
    grid-area: f
}

.mansory-section .wrapper .box.g {
    grid-area: g
}

.mansory-section .btn-box {
    position: relative
}

.mansory-section .btn-box .h1 {
    font-size: 30px;
    margin-bottom: 14px
}

.mansory-section .btn-box p {
    font-size: 18px;
    margin-bottom: 24px
}

.mansory-section .btn-box .btn-order {
    border-bottom: 4px solid #1356c2;
    font-family: "poppins" -Medium, "sans-serif";
    font-size: 20px;
    padding: 10px 30px;
}

.mansory-section .btn-box img {
    bottom: 22px;
    position: absolute
}

.commitment .gx-lg-5 {
    --bs-gutter-x: 5rem
}

.commitment p {
    font-size: 18px
}

.commitment .box {
    position: relative
}

.commitment .box .h3 {
    color: #14125c;
    display: block;
    margin-bottom: 17px;
    margin-top: 10px
}

.commitment .box p {
    color: #1e1d1e;
    font-family: "poppins" -Medium, "sans-serif";
    font-size: 16px;
    margin-bottom: 0
}

.commitment .btn-order {
    border-radius: 50px;
    font-size: 22px;
    font-weight: 700;
    height: 60px;
    width: 325px
}

.commitment .cta-card {
    background: linear-gradient(142deg, #fff5ce, #fcdfa3);
    border: 1px solid #d9b259;
    border-radius: 12px;
    margin-top: 80px;
    padding: 30px 60px
}

.commitment .cta-card .row {
    align-items: center
}

.commitment .cta-card .badge {
    background-color: #0171e5;
    border-radius: 5px;
    color: #fff;
    font-family: "poppins", "sans-serif";
    font-size: 14px;
    padding: 7px 12px
}

.commitment .cta-card .h1 {
    color: #523200;
    display: block;
    font-family: "poppins" -SemiBold, "sans-serif";
    font-size: 32px;
    margin-bottom: 7px;
    margin-top: 14px
}

.commitment .cta-card p {
    font-family: "poppins" -Medium, "sans-serif";
    font-size: 18px;
    line-height: 27px
}

.services-sec {
    padding: 70px 0 0
}

.services-sec .box {
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    padding: 36px 60px
}

.services-sec .box .service-card {
    display: flex;
    flex-direction: column
}

.services-sec .box .service-card .header,
.services-sec .box .service-card p {
    flex: 1
}

.services-sec .box .service-card .h2 {
    color: #000;
    display: block;
    font-family: "poppins" -Medium, "sans-serif";
    margin-bottom: 20px;
    margin-top: 10px
}

.services-sec .box .col-12 {
    position: relative
}

.services-sec .box .col-12:after {
    background-color: #231f20;
    content: "";
    display: inline-block;
    height: 80%;
    opacity: .1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px
}

.services-sec .box .col-12:last-child:after,
.services-sec .box .col-12:nth-child(3):after {
    display: none
}

.services-sec .box p {
    font-family: "poppins" -Medium, "sans-serif";
    line-height: 22px
}

.brands-sec .title {
    display: block;
    font-size: 30px;
    margin-bottom: 50px;
    text-align: center
}

.brands-sec .service-brand {
    background: linear-gradient(142deg, #fff5ce, #fcdfa3);
    border-radius: 12px
}

.brands-sec .service-brand .col {
    align-content: center;
    border: 1px solid #fff;
    min-height: 140px;
    padding: 20px
}

.editor {
    background-color: #dbe3ff
}

.editor .h1 {
    margin-bottom: 23px
}

.editor p {
    font-size: 18px
}

.editor .editor-card {
    background-color: #fff;
    border-radius: 25px;
    padding: 12px
}

.editor .editor-card .header {
    background-color: #eaf8fa;
    border-radius: 25px;
    margin-bottom: 30px;
    padding: 20px 24px
}

.editor .editor-card .header .info {
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.editor .editor-card .header .info .h1 {
    color: #055726;
    font-size: 32px;
    margin-bottom: 6px
}

.editor .editor-card .header .info .h1 .badge {
    background-color: #0171e5;
    color: #000;
    font-family: "poppins" -SemiBold, "sans-serif";
    font-size: 12px;
    padding: 4px 5px;
    position: relative;
    top: -4px
}

.editor .editor-card .header .info .text {
    color: #4a4a4a;
    display: block;
    font-size: 11px;
    margin-bottom: 11px
}

.editor .editor-card .header .info .text b {
    color: #000;
    font-size: 14px
}

.editor .editor-card .header .info .badge {
    background-color: #0171e5;
    color: #fff;
    font-family: "poppins" -Medium, "sans-serif";
    font-size: 16px;
    padding: 8px 12px
}

.editor .editor-card .header .info .h6 {
    font-size: 18px;
    margin-bottom: 11px
}

.editor .editor-card .body {
    padding: 0 18px
}

.editor .editor-card .body p {
    line-height: 27px
}

.editor .editor-card .body a {
    color: #051e57;
    font-family: "poppins" -Medium, "sans-serif";
    font-size: 18px
}

.editor .editor-card .body a i {
    margin-right: 4px
}

.editor .editor-card .bottom {
    padding: 30px 18px
}

.editor .editor-card .bottom .table {
    border-color: #fff;
    border-radius: 25px;
    font-family: "poppins", "sans-serif"
}

.editor .editor-card .bottom .table th {
    background-color: #d3e5df;
    padding: 12px
}

.editor .editor-card .bottom .table td {
    background-color: #e0f3ec;
    padding: 12px
}

.editor .editor-card .bottom img {
    display: inline-block;
    margin-bottom: 15px
}

.editor .editor-card .bottom .btn-order {
    align-items: center;
    border-radius: 50em;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 9px 20px;
    width: -moz-fit-content;
    width: fit-content
}

.editor .editor-card .bottom .btn-order:hover .text p {
    color: #fff;
}

.editor .editor-card .bottom .btn-order img {
    margin-bottom: 0
}

.editor .editor-card .bottom .btn-order .text {
    display: flex;
    flex-direction: column
}

.editor .editor-card .bottom .btn-order .text span {
    font-family: "poppins", "sans-serif";
    font-size: 9px;
    margin-bottom: 0
}

.editor .editor-card .bottom .btn-order .text p {
    color: #fff;
    font-family: "poppins" -Medium, "sans-serif";
    font-size: 19px;
    margin-bottom: 0
}

.review .title-box {
    margin-bottom: 40px
}

.review .reviews-slider .splide__pagination {
    bottom: -40px;
    gap: 5px
}

.review .reviews-slider .splide__pagination .splide__pagination__page {
    background-color: #dee1e9 !important
}

.review .reviews-slider .splide__pagination .splide__pagination__page.is-active {
    background-color: #051e57 !important;
    border-radius: 10px;
    width: 23px
}

.review .review-card {
    border: 1px solid #e1e1e1;
    border-radius: 11px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 14px 14px 28px;
    text-align: left
}

.review .review-card .header {
    background-color: #eef2ff;
    border-radius: inherit;
    margin-bottom: 18px;
    padding: 22px 11px
}

.review .review-card .header .img-box {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px
}

.review .review-card .header p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0
}

.review .review-card .body {
    align-items: center;
    display: flex;
    flex: 1;
    gap: 14px
}

.review .review-card .body .info {
    display: flex;
    flex: 1;
    flex-direction: column
}

.review .review-card .body .info .h6 {
    font-size: 14px;
    margin-bottom: 0
}

.review .review-card .body .info p {
    color: #1a1a1a;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0
}

.review .video-container {
    border-radius: 11px;
    position: relative;
    width: 100%
}

.review .video-container video {
    border-radius: inherit;
    width: 100%
}

.review .video-container .play-button-wrapper {
    align-items: center;
    bottom: 0;
    display: flex;
    height: auto;
    justify-content: center;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.review .video-container .play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto
}

.review .video-container .play-button-wrapper #circle-play-b svg {
    fill: #fff;
    stroke: #fff;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 50%;
    cursor: pointer;
    height: 100px;
    opacity: .9;
    width: 100px
}

.cta .btn-box {
    margin-top: 0
}

.cta .btn-box .btn-order {
    min-width: 250px;
    text-align: center
}

@media (min-width:992px) and (max-width:1399px) {
    .hero-section {
        padding: 80px 0 60px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hero-section .col-lg-6.offset-lg-1 {
        align-self: flex-end
    }

    .hero-section .col-lg-6.offset-lg-1 img {
        bottom: -60px;
        position: relative
    }

    .hero-section .btn-live,
    .hero-section .btn-order {
        font-size: 16px;
        padding: 13px 25px
    }

    .why-choose {
        padding-top: 70px
    }

    .why-choose .wrapper {
        margin-bottom: 60px;
        top: 0
    }
}

@media (min-width:992px) {
    .commitment .row:nth-child(2).gy-5 {
        --bs-gutter-y: 4rem
    }
}

@media (max-width:991px) {
    .hero-section {
        padding: 80px 0
    }

    .why-choose {
        padding-top: 70px
    }

    .why-choose .wrapper {
        margin-bottom: 60px;
        top: 0
    }

    .why-choose .wrapper .highlight-card {
        flex-direction: column
    }

    .why-choose .wrapper .highlight-card .highlight {
        display: block
    }

    .services-sec .box .col-12:nth-child(2):after,
    .services-sec .box .col-12:nth-child(4):after,
    .why-choose .col-12:last-child .card-box:after,
    .why-choose .col-12:nth-child(2) .card-box:after {
        display: none
    }

    .services-sec .box .col-12:nth-child(3):after {
        display: inline-block
    }

    .mansory-section .wrapper {
        grid-template-areas: "a a" "c d" "e e" "b f" "g g"
    }
}

@media (min-width:768px) {
    .services-sec .gx-md-5 {
        --bs-gutter-x: 8rem
    }
}

@media (max-width:575px) {


    .why-choose .box .card-box:after {
        display: none
    }

    .mansory-section .wrapper {
        grid-template-areas: "a" "b" "c" "d" "e" "f" "g"
    }

    .mansory-section .wrapper .box.box-one {
        flex-direction: column
    }

    .services-sec .box .col-12:after {
        display: none !important
    }
}

@media (max-width:405px) {
    .hero-section p {
        max-height: 182px;
        margin-bottom: 20px;
    }
}

.popup {
    position: fixed;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 10001
}

.popup.active {
    top: 0;
    transition: background-color .6s, opacity .6s
}

.popup .main-btn-rect {
    padding: 10px 100px
}

.popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 568px;
    min-width: 320px;
    margin-top: 150px;
    padding: 25px;
    color: #070000;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transition: margin .6s;
    -webkit-transition: margin .6s;
    -moz-transition: margin .6s;
    -o-transition: margin .6s
}

.popup-content h6 {
    display: table;
    font-size: 16px;
    text-align: center;
    margin: 10px auto;
    font-family: Roboto, sans-serif;
    font-weight: 100
}

.popup .fade-out,
popup .fade-out {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 15px
}

.popup-btn {
    font-family: Inter, Sans-serif;
    font-weight: 500;
    background-color: #000 !important;
    border-radius: 10px;
    box-shadow: 0 11px 44px 0 rgba(0, 15.000000000000018, 132, .13333333333333333);
    padding: 10px 41px;
    color: #fff;
    text-decoration: none !important;
    border: 1px solid #000 !important;
    width: 100% !important;!i;!;
    display: flex;
    justify-content: center;
    /* margin: auto; */
}

.main-btn-circle {
    -webkit-box-shadow: inset 2px 1px 0 20px rgba(255, 255, 240, .2);
    -moz-box-shadow: inset 2px 1px 0 20px rgba(255, 255, 240, .2);
    box-shadow: inset 2px 1px 0 20px rgba(255, 255, 240, .2);
    background-color: #fff;
    color: #00082f;
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 100%;
    line-height: 40px;
    -webkit-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s
}

.modal-form-wrapper {
    padding: 10px;
    position: relative;
    background: var(--primary);
    border-radius: 10px;
    /* width: 50%; */
    height: auto
}

.modal-body h4 {
    font-size: 40px;
    font-weight: 900;
    position: relative;
    display: inline-block;
    color: #000;
    margin: 10px 0 0;
    padding: 0;
    text-align: center
}

.modal-form-wrapper .form-text-wrapper p {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 43px;
    margin-bottom: 10px
}

.form-text-wrapper span {
    color: #000;
    font-size: 50px;
    display: block
}

#once-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, .65);
    text-align: center;
    z-index: 10000
}

#once-popup .inner {
    background: #fff;
    padding: 20px;
    width: 600px;
    max-width: 90%;
    margin: 50px auto
}

#once-popup #popup-close {
    float: right;
    font-size: 30px;
    line-height: 10px;
    padding: 5px;
    cursor: pointer
}

#bew-popup-modal .btn-close {
    background-color: #fff;
    position: absolute;
    top: -7px;
    right: -12px;
    opacity: 1;
    color: #fff;
    font-size: 10px;
    padding: 8px;
    border-radius: 20px;
    z-index: 999;
    border: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

#bew-popup-modal .modal-dialog {
    margin-top: 130px;
}

.modal-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 450px;
    pointer-events: auto;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 20px;
    outline: 0;
    position: relative;
    top: 0;
    background: url(../images/new-dr-pop-img.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    margin: auto;
}

.shine-animation {
    background-image: linear-gradient(to right, transparent 33%, rgba(255, 255, 255, .3) 50%, transparent 66%) !important;
    background-size: 300% 100% !important;
    animation: 2s infinite shine;
    z-index: 1000
}



.modal-body h3 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
    /* margin-bottom: -53px; */
}

.modal {
    /* overflow: auto; */
    /* overflow-y: auto; */
    background: #000000e0;
    overflow: hidden;
}

.form-group {
    margin-bottom: 20px;
    /* margin-left: 46px; */
}

.off_txt {
    margin-top: -29px !important
}

.form-group input {
    height: 40px;
    width: 100%;
}

.form-group {
    margin-bottom: 15px;
    /* margin-left: 46px; */
}

select.form-select {
    background: #fff;
    color: #000;
    /* border: 1px solid #fff; */
    height: 46px;
    width: 80%;
    border: 1px solid #ced4da;
}

.modal-body h3 {
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    display: flex;
    justify-content: center;
    /* margin-bottom: -53px; */
    /* background: #0f2d64; */
    /* padding: 20px 10px; */
    /* text-shadow: 4px 0 0 BLACK; */
    margin-top: 10px;
}

.vertical {
    position: relative;
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;
    margin-left: -14px;
    text-transform: 1px 1px 0px rgba(0, 0, 0, 0.5);
    /* box-shadow: 2px -2px 0 rgba(0, 0, 0, .1); */
    /* float: left; */
    cursor: vertical-text;
    font-size: 45px;
    top: 139px;
    left: 50px;
    color: #ffff;
    font-family: 'Poppins';
    font-weight: 600;
}

.btn-order-published {
    background: #ffcb00;
    border: 1px solid #ffcb00;
    border-radius: 12px;
    color: #000;
    display: inline-block;
    font-family: "poppins", "sans-serif";
    font-size: 18px;
    margin: 5px;
    padding: 13px 30px;
}

input.error {
    border: 1px solid #f6d8d8 !important;
    background-color: #f6d8d8 !important;
}

label {
    display: none !important;
}

.btn-order-published i {

    color: #000;
    margin-right: 10px;

}

.new-menu-list {
    justify-content: space-evenly;
}

.form-popup-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.form-popup-bg {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000b0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    overflow-y: auto;
    z-index: 10000;
}

.form-popup-bg.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.form-container {

    position: relative;

}

.close-button {
    background: none;
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -1px;
    right: 0px;
    border: solid 1px #fff;
    z-index: 9;
    border-radius: 20px;
}

.form-popup-bg:before {
    content: '';
    background-color: #000;
    opacity: .25;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.editor .editor-card .bottom .btn-order:hover {
    color: #fff !important;
}

.footer .contact-list li a i {
    margin-right: 10px;
}

.hero-section .wrapper {
    align-items: center;
    display: flex;
    justify-content: end;
    position: relative;
    width: 100%;
}

.hero-section .wrapper .box {
    left: 100px;
    position: absolute;
    text-align: end;
    top: 55%;
    transform: translateY(-50%);
    width: auto;
}

.hero-section .wrapper .box .badge {
    text-wrap: auto;
    align-items: center;
    background-color: #fff;
    border-radius: 50em;
    color: #000;
    display: inline-flex;
    font-size: 16px;
    margin-bottom: 30px;
    padding: 12px 20px;
    text-align: left;
}

.box .badge img {
    margin-right: 9px;
}

.contact-sec {
    padding: 60px 0px;
}

.contact-sec h2 {
    margin-bottom: 37px;
    color: #051e57;
    display: inline-block;
    margin-bottom: 18px;
    position: relative;
    text-transform: capitaliz
}

.contact-sec .box {
    align-items: center;
    display: flex;
    gap: 10px 15px;
    position: relative;
    text-align: left;
}

.contact-form {
    border-radius: 10px;
    padding: 20px 30px 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.formed-group {
    margin-bottom: 20px;
}

.formed-group input {
    height: 40px;
    width: 100%;
}

.contact-form h5 {
    text-align: center;
    color: #000;
    margin-bottom: 20px;
    display: block;
    font-size: 25px;
}

.clientdata-section {
    padding: 60px 0px;
}

.clientdata-section h3 {
    font-size: 34px;
    line-height: 46.3px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    font-family: poppins;
}

.businesstags ul:first-child {
    list-style: none;
    background: #003d9b;
    padding: 10px;
    max-width: 80%;
    margin: 0 auto 28px;
    border: 1px solid #c6c5c5;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.businesstags ul li {
    margin-right: 25px;
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 10px;
    position: relative;
    color: #fff;

}

.businesstags ul:first-child li:after {
    content: "";
    display: block;
    width: 1px;
    height: 22px;
    position: absolute;
    right: -16px;
    top: 3px;
    background-color: #d9d9d9;
}

p.file-filed-note {
    /* margin-top: 16px !important; */
    font-size: 14px;
}

.online-submit-sec {
    padding: 10px !important;
    margin-bottom: 16px;
    /* border: 1px solid #000; */
}

.bottom-cer {
    background: linear-gradient(90deg, #0949b1, #051e57);
    padding: 30px 0;
    color: #fff
}

.cer-box h2 {
    font-size: 34px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-top: 30px;
}

.cer-box p {
    font-size: 20px;
    width: 87%;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    margin: auto;
}

.order-now3 {
    padding: 10px 60px;
    background: #ffcb00;
    color: #000;
    border: none;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    font-size: 17px;
    font-family: poppins;
    width: 25%;
    margin: auto;
    text-align: center
}

.mobile-btn {
    display: none !important;
}

.pay-images {
    justify-content: end;
}

.desktop-version {

    display: block;
}

.mobile-version {
    display: none;
}

.fixed-btn {
    display: none;
}

@media only screen and (max-width: 768px) {
    .banner-adjust {
        margin-top: 10px;
    }

    .btn-order-published {
        display: none !important;
    }

    .why-researchers-trust .btn-order-published {
        display: inline !important;
    }

    .why-researchers-trust .mobile-none {
        display: none;
    }

    .process {
        padding: 50px 15px;
    }

    section.commitment.text-center.text-xl-start {
        padding: 50px 15px;
    }

    .commitment .box span.h5 {
        margin-left: 10px;
    }

    .commitment .box p {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .samples .box {
        width: 100% !important;

    }

    .samples .box .nav-tabs .nav-link {

        font-size: 14px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;

    }

    .faq .box .accordion .accordion-header .accordion-button {
        font-family: "poppins" -Medium, "sans-serif";
        font-size: 18px;
        padding: 20px;
        line-height: normal;
    }

    section.cta-service.text-center.text-lg-start.why-researchers-trust {
        padding: 50px 15px;
    }

    .cer-box p {
        line-height: 28px;
        font-size: 16px;
        width: 100%;

    }

    .cer-box h2 {
        font-size: 30px;
    }

    .bottom-cer {
        padding: 30px 10px;
    }

    footer .col-md-4.d-flex.new-menu-list {
        margin-top: 50px;
    }

    .provider .box {

        padding: 55px 0px !important;
    }

    .provider .title-box.row.text-center {
        padding: 10px 10px;
    }

    .features .box {
        padding: 50px 20px !important;
    }

    .features .box .img-box {
        margin-top: 30px !important;
        margin-bottom: 10px !important;
        min-height: 72px;
    }

    .features .box .h2 {
        display: block;
        font-size: 20px;
    }

    .ctm-card span.h2 {
        font-size: 20px !important;
    }

    .mobile-btn {
        display: block !important;
        background: #ffcb00;
        border: 1px solid #ffcb00;
        border-radius: 12px;
        color: #000;
        display: inline-block;
        font-family: "poppins", "sans-serif";
        font-size: 18px;
        margin: 10px;
        padding: 13px 30px;
        position: relative;
        top: 30px;
    }

    .hero-section .badge {
        font-size: 10px;
    }

    .hero-section .h1 {
        font-size: 21px;
        margin-top: 29px;
    }

    .why-choose {
        padding: 30px 0px;
    }

    .h1,
    h1 {
        font-size: 25px;
    }

    .img-box {
        display: block !important;
    }

    .why-choose .box .card-box .img-box .badge {
        display: none !important;
    }

    .btn-order {
        display: none !important;
    }

    .commitment .cta-card .h1 {
        font-size: 25px !important;
        line-height: 1.3;
    }

    .commitment .cta-card p {
        line-height: 1.3;
    }

    .order-now3 {
        width: 100%;
    }

    .whatsapp-theme {
        background-color: #51b27e !important;
        color: #fff;
        margin-left: 10px;
    }

    .themed-bg {
        background: #002b70;
        color: #fff;
    }

    .themed-bg i {
        margin-right: 10px;
        font-size: 20px;
        position: relative;
        top: 3px;
    }

    .whatsapp-theme i {
        margin-right: 10px;
        font-size: 20px;
        position: relative;
        top: 3px;
    }

    .mansory-section {
        padding: 30px 0px;
    }

    .mansory-section .btn-box img {
        display: none !important;
    }

    .mansory-section .wrapper .box.b img {
        margin: auto;

    }

    .mansory-section .wrapper .box.c img {
        margin: auto;
    }

    .mansory-section .wrapper .box.d img {
        margin: auto;
    }

    .mansory-section .wrapper .box.f img {
        margin: auto;
    }

    .pay-images {
        justify-content: center;
    }

    .mobile-text {
        display: block !important;
        margin-bottom: 0;
    }

    .btn-live {
        display: none;
    }

    .contact_sec {
        padding: 41px;
    }

    .hero-section .contact_sec .h1 {
        font-size: 21px;
        margin-top: 29px;
    }

    .desktop-version {
        display: none;
    }

    .mobile-version {
        display: block;
        padding: 30px 0px;
    }

    .contact-sec h2 {
        margin-top: 30px;
        text-align: center;
        line-height: 1.3;
    }

    .fixed-btn {
        display: block;
        position: fixed;
        right: 0;
        bottom: 167px;
        z-index: 10;
        background: #fff;
        color: #000;
        box-shadow: 3px 0px 10px #00000037;
        padding: 10px;
        font-size: 15px;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        text-align: center;
    }

    .fixed-btn i {
        display: block;
        font-size: 20px;
        color: #00b482;
    }

}

html body {
    overflow-x: hidden;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.services .box {
    background-color: #e5ebff;
    border-radius: 38px;
    padding: 55px 60px;
}

.services .box .title-box p {
    font-size: 18px;
}

.services .box .h2 {
    color: #262626;
    font-size: 24px;
    font-weight: 600;
    font-family: "poppins";
    margin-bottom: 20px;
}

.services .box ul {
    text-align: left;
}

.services .box ul li {
    line-height: 30px;
    list-style: none;
    margin-bottom: 10px;
    position: relative;
}

.services .box ul li i {
    /* content: "\f00c"; */
    /* font-family: Font Awesome\ 6 Free; */
    left: -30px;
    position: absolute;
    top: 10px;
    font-size: 16px;
}

.services .box .row.gx-5 {
    --bs-gutter-x: 4rem;
}

.services .box .row {
    margin-bottom: 70px;
}

.services .box .img-box {
    border-radius: 14px;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}

.cta .btn-box {
    margin-top: 70px;
}

.works {
    background: #b4c1ec;
    background: linear-gradient(180deg, #b4c1ec, #fff);
}

.works .title-box {
    margin-bottom: 50px;
}

.works .box {
    counter-reset: count-step;
    position: relative;
}

.works .box .work-card {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 17px rgba(0, 0, 0, .1);
    counter-increment: count-step;
    display: block;
    margin-bottom: 20px;
    padding: 18px 30px;
    position: relative;
    text-align: left;

}

.works .box .work-card:before {
    border: 1px dashed #cacacd;
    content: "";
    display: inline-block;
    height: 80%;
    left: -43px;
    position: absolute;
    top: 50px;
    width: 1px;
}

.works .box .work-card .h5 {
    margin-bottom: 9px;
}

.works .box .work-card:after {
    color: #051e57;
    content: "0" counter(count-step);
    font-family: 'Poppins';
    font-size: 27px;
    left: -60px;
    position: absolute;
    top: 10px;
}

.info-sec {
    background-color: #00084d;
}

.info-sec .h1 {
    color: #fff;
    font-size: 51px;
    margin-bottom: 7px;
}

.info-sec p {
    color: #fff;
    font-size: 18px;
    line-height: 33px;
}

.provider .box {
    background-color: #e5ebff;
    border-radius: 38px;
    padding: 55px 38px;
}

.provider .box .provider-card {
    background-color: #fff;
    border-radius: 19px;
    height: 100%;
    padding: 21px 19px;
    text-align: center;
}

.provider .box .provider-card .info {
    margin-top: 11px;
}

.provider .box .provider-card .info .h6 {
    font-size: 17px;
    margin-bottom: 0;
}

.provider .box .provider-card .info p {
    color: #4a4a4a;
    font-size: 14px;
}

.features .box {
    border-radius: 25px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    padding: 50px 60px;
}

.features .box .img-box {
    margin-bottom: 27px;
    min-height: 72px;
}

.features .box .h2 {
    display: block;
}

.process {
    background-color: #dbe3ff;
    counter-reset: count-step;
}

.process {
    background-color: #dbe3ff;
    counter-reset: count-step;
}

.process-card {
    background-color: #fff;
    border-radius: 8px;
    counter-increment: count-step;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 38px 27px;
    position: relative;
}

.process-card:before {
    background-color: #f6f5f5;
    border-bottom-left-radius: 50em;
    border-top-right-radius: 50em;
    content: "";
    display: inline-block;
    height: 65px;
    position: absolute;
    right: 0;
    top: 0;
    width: 75px;
}

.process-card:after {
    color: #051e57;
    content: "0" counter(count-step);
    font-size: 34px;
    position: absolute;
    right: 8px;
    top: 0;
}

.write-content-list {
    list-style: none;
    padding-left: 0;
}

.write-content-list li {
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
}

.write-content-list li i {
    font-size: 18px;
    margin-right: 10px;
}

.samples {
    background: linear-gradient(180deg, #b4c1ec, #fff);
}

.samples .box .nav-tabs .nav-link {
    background-color: #ececf5;
    border: none;
    border-radius: 0;
    color: #14125c;
    flex: 1;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
}

.samples .box {
    background-color: #fff;
    border-radius: 16px;
    width: 80%;
    margin: auto;
}

.samples .box .nav-tabs .nav-link.active {
    background-color: #fff;
}

.cta-service .ctm-card {
    position: relative;
}

.cta-service .ctm-card:after {
    background-color: #231f20;
    content: "";
    display: inline-block;
    height: 100%;
    opacity: .1;
    position: absolute;
    right: -8%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
}

.cta-service .ctm-card .img-box {
    margin-bottom: 20px;
    min-height: 63px;
}

.cta-service .ctm-card .h2 {
    color: #000;
    margin-bottom: 20px;
}

.cta-service .ctm-card p {
    font-size: 16px;
    line-height: 22px;
}

.banner-form {
    background: #00225d;
    border: 6px solid #ffc900;
    border-radius: 20px;
    height: auto;
    padding: 10px 35px;
    position: relative;
    top: -47px;
    padding: 20px;
}


.banner-form button {
    background: #ffcb00;
    color: #000;
    height: 46px;
    padding: 0;
    border-radius: 10px;
    font-size: 18px;
    /* margin-top: 20px; */
    width: 100%;
}

.banner-form input {
    height: 46px;
    /* margin-bottom: 2rem !important; */
    border-radius: 10px;
    font-size: 16px;
    background: #fff;
}

.nav2-bottom {
    width: 25%;
}

.nav2-bottom i {
    margin-right: 10px;
}

.nav2-bottom a {
    color: #000;
}

.gapin-r {
    gap: 50px;
}

.gapin-p {
    gap: 10px;
}

a.ge-qu-btn {
    padding: 15px 40px;
    background: #07378c;
    border-radius: 10px;
    color: white;
}

.d-sub-menu {
    padding: 0;
    position: absolute;
}

.d-sub-menu li {
    list-style: none;

}

.d-sub-menu li a {

    margin-bottom: 10px !important;
}

li.position-relative:hover a {

    color: rgb(0, 0, 0) !important;
}

ul.d-sub-menu {height: 0px;visibility: hidden;width: max-content;border-radius: 10px;background: white;box-shadow: 0px 0px 10px #00000029;padding: 20px 10px;transition: height 0.3s ease-in-out;z-index: 9;min-height: 180px;}

ul.d-sub-menu li a {
    color: transparent !important;
    transition: color 0.8s ease-in-out;
}


li.position-relative i {
    margin-left: 10px;
}

li.position-relative:hover ul.d-sub-menu {
    height: 150px;
    visibility: visible;


}

ul.d-sub-menu:hover li {
    color: #0a4b67;
}

.main-header .navbar-bottom .navbar-nav {
    justify-content: space-evenly !important;
    width: 100%;
}

.testimonail-card {
    background: white;
    border-radius: 20px;
    width: 48%;
    padding: 30px 20px;
}

.testimonail-card-r1 {
    background: #dbe3ff;
    border-radius: 20px;

    padding: 20px;
}

.testimonail-card-r2 {
    margin-top: 30px;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.testimonail-card-r2-col1 img {
    height: 70px;
    border-radius: 100px;
    object-fit: cover;
}

.testimonail-card-r2-col2 .name {
    margin-bottom: 0px;
    font-weight: 600;
}

.testimonail-card-r2-col3 img {
    height: 50px;
    /* object-fit: cover; */
}

.testimonail-card-r2-col2 {
    width: calc(100% - 150px);
}

.testimonail-card-r2-col3 img {
    height: 40px;
    width: 100%;
    /* object-fit: cover; */
}

.accept-paper .publication-sec {
    display: flex;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
}

.testimonail-card-r1 p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {

    .testimonail-card-r2-col2 {
        text-align: left;
    }

    .testimonail-card {

        width: 100%;
        padding: 30px 10px;
    }

    .testimonail-card-r2 {
        margin-top: 20px;
        padding: 0px 0px;

        gap: 10px;
    }

    .testimonail-card {
        width: 100%;
        padding: 30px 15px;
    }
}

#bew-popup-modal2 .btn-close {
    background-color: #fff;
    position: absolute;
    top: -7px;
    right: -12px;
    opacity: 1;
    color: #fff;
    font-size: 10px;
    padding: 8px;
    border-radius: 20px;
    z-index: 999;
    border: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

#bew-popup-modal2 .modal-contents {

    transform: translateY(30%);

}
.mobile-nav {
    display: none !important;
    justify-content: space-between;
    height: 64px;
    padding:  8px;
    border-bottom: 1px solid #0000003b;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 17%);
    position: fixed;
    width: 100%;
    left: 0;
    background: #fff;
}

.side-nav {
    display: none !important;
    width: 70%;
    height: 100%;
    position: fixed;
    top: 66px !important;
    background: linear-gradient(90deg, #0949b1, #051e57);
    z-index: 100;
    transition: 1s;
    overflow: hidden;
    -webkit-transition: .6s ease-in-out;
    overflow-y: scroll;
    right: 0
}
.btn-more-published {
    background: #07378c;
    border: 1px solid #07378c;
    border-radius: 12px;
    color: #fff;
    display: inline-block;
    font-family: "poppins", "sans-serif";
    font-size: 18px;
    margin: 5px;
    padding: 13px 30px;
}
.btn-more-published:hover{
    color:#fff ;
}
.mobile-more-published{
    display:none;
}
@media only screen and (max-width: 767px) { 
    header{
        display: none !important;
    }
    .mobile-nav {
        display: flex !important;
    }
    .mobile-nav img {
        /* margin-top: 6px; */
    }
    .mobile-nav i {
        font-size: 30px;
        color: #00286a;
        margin-right: 3px;
        margin-top: 10px;
    }
    .side-nav {
        display: block !important;
    }
    .side-nav ul {
        margin: 30px 0;
    }
    .side-nav li {
        line-height: 1.8;
        padding: 0;
        border-bottom: 1px solid #fff;
    }
    .side-nav a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        padding: 12px;
        line-height: 1.3;
        color: #fff;
    }
    .img-box img{
        display: flex;
        margin: auto;
    }
    .img-botm{
        text-align: center;
    }
    .faq .publisher-card .h6{
        text-align: center;
        margin: auto;
        display: flex;
        justify-content: center;
    }
    .faq .publisher-card p{
        text-align: center;
    }
    .cta .btn-box{
        margin-top:0;
    }
    .cta .btn-box img{
        display:none !important;
    }
    .mobile-more-published {
        background: #07378c;
        border: 1px solid #07378c;
        border-radius: 12px;
        color: #fff;
        display: inline-block;
        font-family: "poppins", "sans-serif";
        font-size: 18px;
        margin: 5px;
        padding: 13px 30px;
        display: block;
    }
    .mobile-more-published:hover{
        color:#fff;
    }

}
/* .inner-bg{
    position: relative;
}
.inner-bg:after{
    content: "";
    position: absolute;
    top: 120px;
    background-image:url('/assets/images/scopus-journal-publication-service.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    width: 100px;
} */
.col-xl-71 {
    /* width: 100%; */
    margin-left: 100px;
    border: 2px solid transparent;
    padding: 10px;
    border-radius: 12px;
    background-color: #ffcb00;
    margin-top: 50px;
    display: flex;
    justify-content: end;
}
.rounded-12 {
    border-radius: 0.75rem !important;
    margin-top: 100p;
}
.box-shadow-md {
    box-shadow: 0 6px 30px 0px rgba(0, 0, 0, 0.04);
}
.bg-main-25 {
    background-color: #eef2ff !important;
    /* position: relative; */
    /* z-index: 9; */
}
.border-neutral-30 {
    border-color: #eef2ff!important;
}

.p-24 {
    padding: 1.5rem!important;
}
.clock-head {
    font-size: 25px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    color: #000 !important;
    text-align: center;
    /* margin: auto; */
    display: block;
}
.formcaption h4 {
    color: #000;
    font-size: 1.5rem;
    text-align: center;
}
.submitbtn {
    background: #07378c;
    border: none;
    width: 100%;
    border-radius: 10px;
    height: 40px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    margin-top: 5px;
}
.new-btn-text p{
    color: #000 !important;
    font-size: 16px;
    margin-top: 2px;
}
@media only screen and (max-width: 767px) { 
.col-xl-71{
    margin-left: 0;

}
.clock-head{
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
.new-btn-text p{
    margin-top: 10px;
}
section.hero-section.banner-adjust.contact-banner.text-center.text-lg-start {
    padding: 40px 0px !important;
    height: 323px !important;
}
    
}
.contact_area{
    padding: 60px 0px;
    background: #eff2fb;
}
.contact_area img{
    width: 350px;
    position: relative;
    /* top: 34px; */
}
.support-available{
    display: flex;
    margin-top: 20px;
}
.icon-box i{
    color: #00388c;
    position: relative;
    top: 5px;
    font-size: 24px;
}
.content-box{
   position: relative;
   left: 20px;

}
.content-box h3{
    color: #00388c;
    margin-bottom: 7px;
}
.content-box p{
    color: #00388c;
}
.contact-review{
    padding: 60px 0px;
}
.contact-review h2{
    text-align: center;
    display: block;
    font-size: 30px;
    font-weight: 600;
}
.review-contact-box{
    background-color:#eff2fb;
    padding: 20px;
    border-radius: 10px;
    height: auto;
}
.img-boxs{
    display: flex;
}
.img-boxs img{
    border-radius: 50px;
    width: 60px;
    height: 60px;
}
.img-boxs p{
    margin-left: 15px;
    font-size: 17px;
}
@media only screen and (max-width: 767px) { 
    .contact_area{
        padding: 30px 0px;
    }
    .contact_area img{
        margin: auto;
        display: block;
        top: 0;
    }
    .support-available{
        display: flex;
        margin-top: 0;
    }
    .icon-box i {
        text-align: center;
        display: block;
        margin-bottom: 20px;
    }
    .content-box h3{
        text-align: center;
        display: block;
        font-size: 20px;
    }
    .content-box p{
        text-align: center;
        display: block;
        max-width: 93%;

    }
    .review-contact-box{
        height: auto !important;
        margin-bottom: 20px;
    }
    .img-boxs p{
        text-align: left;
        display: block;
        font-size: 16px;
    }
    .review-contact-box{
        text-align: center;
        display: block;
    }
    .contact-review{
        padding: 30px 0px;
    }
}
/* marquee div container */
.marquee {
    color: #ffffff;
    /* font-family: 'Courier New', Courier, monospace; */
    overflow: hidden;
    background-color: #00388c;
    position: relative;
    margin-top: 30px;
    /* height: 50px; */
    box-sizing: border-box;
}
.marquee p.par {
    display: flex;
    align-items: center;
    gap: 15px;
    /* display: inline-block; */
    padding-left: 0px;
    width: max-content !important;
    animation: scroll 30s linear infinite;
    font-size: 18px;
    margin: 8px;
    color: #fff;
}
.marquee p.par a{
    color: #00b368;
    border-bottom: 1px solid white;
}
.marquee p.par:hover {
    animation-play-state: paused; /* Pause animation on hover */
}
.main-contact-banner{
    padding: 4px !important;
}
.new-contact-banner {
    background: linear-gradient(90deg, #0949b1, #051e57);
    padding: 60px 20px;
    /* height: 300px; */
} 
.new-contact-banner h1{
    color: #fff;
    text-align: center;
    display: block;
}
.new-contact-banner p{
    color: #fff;
    text-align: center;
    display: block;
}
@keyframes scroll {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .reviews-buton {
    position: relative;
    top: 350px;
}
.revw-btn {
    position: absolute;
}
.revw-btn img{
    border-radius: 20px;
}

img.bwl_offer {
    position: absolute;
    top: -65px;
    left: -76px;
}
 .trustpilot-wrapper {
    width: 200px;
    height: 125px;
    border-radius: 10px;
    margin-top: 22px;
    padding: 8px 0px;
}
#reviews-summary{
    padding-left: 7px;
    margin-top: 23px;
    position: relative;
    top: 10px;

}

@media only screen and (max-width: 768px){ 
    img.bwl_offer{
        display: none !important;
    }
    .modal-contents{
        width:100%
    }
    /* .modal-body{
        margin: 0;
        display: block;
    } */
    .modal-body h3{
        font-size: 24px !important;
    }
    .contact-review h2{
        font-size: 22px;
    }
    .new-contact-banner h1{
        font-size: 22px !important;
        margin-top: 60px;
    }
    .contact-sec h2{
        margin-top: 30px !important;
        font-size: 22px;
    }
    .new-contact-banner{
        padding: 30px 0px !important;
    }
    .review-contact-box{
        text-align: left;
    }
  .publication-support-img img{
      display:none !important;
  }
}
.banner-form button:hover {
    background: #ffc900;
    color: #000;
    height: 46px;
    padding: 0;
    border-radius: 10px;
    font-size: 18px;
    /* margin-top: 20px; */
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .formed-grouped {
        margin-bottom: 20px;
        margin-top: 0;
    }
}
.get-quote {
    background: #ff9800;
    color: white;
    padding: 14px 22px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
    font-size: 16px;
}
.get-quote:hover {
    background: #e68900;
    transform: scale(1.0);
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px)
    }

    100% {
        transform: translateY(0)
    }
}
@media only screen and (max-width: 768px) {
    .banner-form {
    top: -30px;
   }
}
.logo-images-sec{
    background-color: #fff;
    border-radius: 25px;
    padding: 20px 25px;
    position: relative;
    top: -38px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
}
@media only screen and (max-width: 768px) {
.research-publication .banner-form{display: none !important;}
.resh-page-img{position: relative; top: 80px;}
.research-publication .mobile-btn{top:60px !important}
.modal-contents { width: 100%; top: 80px;}
.logo-images-sec img{ margin: auto; display: flex;}
}