@import url(https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

::-moz-selection {
    background: rgba(4, 111, 68, 0.23);
}

::selection {
    background: rgba(4, 111, 68, 0.23);
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

html.dark-mode {
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
}

* {
    outline: 0 !important;
}

:active,
:focus {
    outline: 0 !important;
}

body {
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-align: left;
    margin: 0;
    padding: 0;
    font-family: Montserrat !important;
    font-weight: 400;
    font-size: 16px;
    box-sizing: border-box;
    overflow-x: hidden;
    color: #1d1d1d;
    background-color: #fff;
}

body.page-loading {
    position: fixed;
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
}

body.st-body-no-scroll {
    position: relative !important;
    overflow-y: scroll !important;
}

.no-scroll {
    overflow: hidden;
}

a {
    color: #1d1d1d;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a:hover {
    color: #000;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a,
button {
    text-decoration: none;
}

a:hover,
button:hover {
    text-decoration: none;
}

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

.py-50 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.my-30 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.img-ani {
    transform: rotate3d(0.5, -0.866, 0, 15deg) rotate(1deg);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.img-ani:hover {
    transform: rotate3d(0, 0, 0, 0deg) rotate(0);
}

.container.right-container {
    max-width: 87%;
    margin: 0 0 0 auto;
}

.container .row {
    margin: 0 -0.75em;
}

.container .row [class^='col-'] {
    padding: 0 0.75em;
}

.container .row.no-gutters {
    margin: 0;
}

.container .row.no-gutters [class^='col-'] {
    padding: 0;
}

.titleMain {
    position: relative;
    background: #fff;
    padding: 0.9375em 1.25em 0.9375em 0;
    display: flex;
    align-items: center;
}

.titleMain h1 {
    color: #046f44;
    font-weight: 700;
    display: block;
    position: relative;
    padding-left: 0.8125em;
}

.titleMain h1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.25em;
    height: 100%;
    background: #046f44;
}

.liteGreenBg {
    background-color: #eef7f4;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: normal;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.padTop {
    padding-top: 1.5em;
}

.padBottom {
    padding-bottom: 1.5em;
}

.marTop {
    margin-top: 1.5em;
}

.marBottom {
    margin-bottom: 1.5em;
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.btn {
    position: relative;
    font-size: 1em;
    box-shadow: none;
    white-space: normal;
    padding: 0.75em 1.875em;
    border-radius: 5em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    text-decoration: none;
}

.btn .btn-icon {
    font-size: 1.125em;
}

.btn .btn-icon.btn-icon-before {
    padding-left: 0;
    padding-right: 0.625em;
}

.btn.btn-center .btn-icon {
    padding-left: 0.625em;
}

.btn-main {
    background: linear-gradient(270deg, #29b9d1 0, #5b3e90 100%);
    color: #fff;
    border: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btn-main .btn-icon {
    padding-left: 0.625em;
    padding-right: auto;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

.btn-main:active,
.btn-main:focus,
.btn-main:hover {
    color: #fff;
    background-color: #252525;
}

.btn-main:active .btn-icon:not(.btn-icon-before),
.btn-main:focus .btn-icon:not(.btn-icon-before),
.btn-main:hover .btn-icon:not(.btn-icon-before) {
    transform: translateX(0.75em);
}

.btn-link {
    color: #56ab91;
    border: 0;
    padding: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btn-link .btn-icon {
    padding-left: 0.375em;
    padding-right: auto;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

.btn-link:focus,
.btn-link:hover {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    color: #1d1d1d;
}

.btn-link:focus .btn-icon:not(.btn-icon-before),
.btn-link:hover .btn-icon:not(.btn-icon-before) {
    transform: translateX(0.625em);
}

.btn-sm {
    font-size: 0.875em;
    padding: 0.625em 1.5em;
}

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

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

hr {
    color: rgba(29, 29, 29, 0.3);
    margin: 0 0 1.5em 0;
    border-top: 1px solid rgba(29, 29, 29, 0.3);
    width: 100%;
}

.form-group {
    margin-bottom: 1em;
}

.form-group label {
    display: block;
    padding-bottom: 0.25em;
    font-size: 1em;
}

.form-control {
    position: relative;
    font-size: 1em;
    height: 2.5em;
    border-radius: 0.375em;
    border: 0;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(67, 67, 67, 0.2);
}

.form-control::placeholder {
    color: rgba(67, 67, 67, 0.48);
}

.form-group sup {
    color: #f3665d;
    top: -0.0625em;
}

.floating-select {
    font-size: 1em;
    background: 0 0;
    display: block;
    width: 100%;
    border: 0;
    box-shadow: inset 0 0 0 1px rgba(67, 67, 67, 0.2);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375em;
    background: url(../images/select-arrow.svg) no-repeat right 5px center/1.125em 1.125em;
    height: 2.5em;
    line-height: 2.5em;
    padding-left: 0.5em;
    padding-right: 1.875em;
    position: relative;
    color: rgba(67, 67, 67, 0.48);
}

textarea {
    resize: none;
}

.boxWrapper {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 2.5em rgba(4, 111, 68, 0.06);
    border-radius: 0.5em;
    padding: 1.5em;
}

@media (min-width: 2560px) {
    body {
        font-size: 20px;
    }
}

@media (min-width: 1980px) {
    body {
        font-size: 20px;
    }
}

@media (min-width: 1900px) {
    body {
        font-size: 18px;
    }
}

@media (min-width: 1600px) and (max-width: 1899.98px) {
    body {
        font-size: 16px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    body {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    body {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    body {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .container .row {
        margin: 0 -0.75em;
    }

    .container .row [class^='col-'] {
        padding: 0 0.75em;
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: normal;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.btn {
    margin-right: 7rem;
}

.btn {
    position: relative;
    font-size: 1.125em;
    box-shadow: none;
    white-space: normal;
    padding: 0.75em 1.875em;
    border-radius: 5em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    text-decoration: none;
}

.btn .btn-icon {
    font-size: 0.75em;
}

.btn .btn-icon.btn-icon-before {
    padding-left: 0;
    padding-right: 0.625em;
}

.btn.btn-center .btn-icon {
    padding-left: 0.625em;
}

.btn-main {
    background: linear-gradient(270deg, #29b9d1 0, #5b3e90 100%);
    color: #fff;
    border: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btn-main .btn-icon {
    padding-left: 0.625em;
    padding-right: auto;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

.btn-main:active,
.btn-main:focus,
.btn-main:hover {
    color: #fff;
    background-color: #252525;
}

.btn-main:active .btn-icon:not(.btn-icon-before),
.btn-main:focus .btn-icon:not(.btn-icon-before),
.btn-main:hover .btn-icon:not(.btn-icon-before) {
    transform: translateX(0.75em);
}

.btn-link {
    color: #4bc8be;
    border: 0;
    padding: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btn-link .btn-icon {
    padding-left: 0.625em;
    padding-right: auto;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

.btn-link:focus,
.btn-link:hover {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    color: #1d1d1d;
}

.btn-link:focus .btn-icon:not(.btn-icon-before),
.btn-link:hover .btn-icon:not(.btn-icon-before) {
    transform: translateX(0.75em);
}

.btn-sm {
    font-size: 0.875em;
    padding: 0.625em 1.5em;
}

.closeIconMain {
    height: 24px;
    opacity: 0;
    position: relative;
    transform: translateY(-200%);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s;
    transition-delay: 0s, 0s;
    width: 24px;
    z-index: 10000;
    opacity: 1;
    transform: none;
    transition-delay: 0.5s;
    border: 0;
    padding: 0;
    background: none;
}

.closeIconMain::before {
    border-top: 2px solid;
    content: '';
    font-size: 10px;
    left: 50%;
    margin: -1px -12px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    transition: transform 0.25s cubic-bezier(0.42, 0, 0.175, 1);
    width: 24px;
}

.closeIconMain::after {
    border-top: 2px solid;
    content: '';
    font-size: 10px;
    left: 50%;
    margin: -1px -12px;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    transition: transform 0.4s cubic-bezier(0.42, 0, 0.175, 1);
    width: 24px;
}

.closeIconMain:active::before,
.closeIconMain:hover::before {
    content: '';
    font-size: 10px;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
}

.closeIconMain:active::after,
.closeIconMain:hover::after {
    content: '';
    font-size: 10px;
    position: absolute;
    top: 50%;
    transform: rotate(-315deg);
}

.closeIconMain:enabled:hover {
    border: none !important;
    background: none !important;
}

.closeIconMain:focus {
    box-shadow: none !important;
}

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

.mb-10 {
    margin-bottom: 100px !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-none {
    cursor: none !important;
}

.header-body-text {
    font-family: Montserrat, sans-serif;
    font-size: 1.125em;
    text-align: center !important;
}

.underline:hover {
    text-decoration: underline;
    cursor: pointer;
}

[dir='rtl'] {
    h3,
    h2,
    h4,
    h5,
    p {
        text-align: right;
    }
}

.norecords {
    color: #56ab91;
    text-align: center;
    font-weight: 600;
}

.p-component {
    font-family: Montserrat !important;
}

.p-inputtext {
    font-family: Montserrat !important;
}
