@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&family=Parkinsans:wght@300..800&display=swap");
body {
    font-family: "Parkinsans", sans-serif;
    color: #a1d86c;
}

.wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
}

a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover {
    color: #c2bed0 !important;
}

.nowrap {
    white-space: nowrap;
}

h1 {
    color: #292929;
    font-weight: 600;
    line-height: 1.3;
    font-size: 2.441rem;
}
h1 span {
    background: #283791;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#283791),
        color-stop(84%, #34aafc)
    );
    background: -webkit-linear-gradient(left, #283791 0%, #34aafc 84%);
    background: -o-linear-gradient(left, #283791 0%, #34aafc 84%);
    background: linear-gradient(to right, #283791 0%, #34aafc 84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 767.98px) {
    h1 {
        font-size: 1.75rem;
    }
}

h2 {
    font-size: 1.625rem;
    color: #292929;
}
@media (max-width: 767.98px) {
    h2 {
        font-size: 1.25rem;
    }
}

p {
    font-family: "Inter", sans-serif;
    color: #292929;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.953rem;
}
@media (max-width: 767.98px) {
    p {
        font-size: 1rem;
        line-height: 1.5;
    }
}

ul {
    color: #292929;
}

.font-secondary {
    font-family: "Inter", sans-serif;
}

.fs-16 {
    font-size: 1rem;
}

.txt-black {
    color: #292929;
}

.border-bottom {
    border-bottom: 1px solid #f2f2f2;
}

.border-top {
    border-top: 1px solid #f2f2f2;
}

.rounded {
    border-radius: 1rem !important;
}

.bg-alt {
    background-color: #f7fbf1;
}

.bg-secondary {
    background-color: #a36cd8;
}

.bg-white {
    background-color: #ffffff;
}

.bg-off-white {
    background-color: #f5f5f5;
}

.bg-transparent {
    background-color: transparent;
}

.txt-second {
    font-family: "Inter", sans-serif;
}

.section-2 {
    background: url("../img/usa-bg.png");
    background-position: center;
    background-repeat: no-repeat;
}

.card {
    border-radius: 0.5rem;
}
.card.price-card {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 2px solid #83976d;
    padding: 1.5rem 1.5rem 2rem 1.5rem;
    background-color: #f7fbf1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100%;
}
.card.price-card:hover,
.card.price-card:focus {
    background-color: #a1d86c;
    border-color: #a1d86c;
}
.card.price-card:hover .tab,
.card.price-card:focus .tab {
    background-color: #83976d;
}
.card.price-card .tab {
    background-color: #a1d86c;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.625rem;
    color: #ffffff;
    margin-bottom: 1rem;
    display: inline-block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.card.price-card h3 {
    color: #292929;
    font-size: 1.25rem;
}
.card.price-card h1 {
    font-size: 1.953rem;
    margin: 1.25rem 0;
}
.card.price-card h1 small {
    font-size: 1rem;
    font-weight: 400;
}
.card.price-card p {
    font-size: 0.75rem;
    line-height: 20px;
    font-family: "Parkinsans", sans-serif;
}
.card.price-card .btn-outlined {
    border: 2px solid #83976d;
    background-color: #f7fbf1;
    border-radius: 0.25rem;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #83976d;
    font-weight: 600;
}
.card.price-card .btn-outlined:hover,
.card.price-card .btn-outlined:focus {
    background-color: #d0ecb6;
    border-color: #ffffff;
}
.card.icon-card {
    background-color: transparent;
    border: 2px solid #a1d86c;
    border-radius: 1rem;
    padding: 1rem 1rem 1rem 1rem;
    height: 100%;
}
.card.icon-card .icon {
    height: 2.5rem;
    margin-bottom: 1rem;
}
.card.icon-card h1 {
    font-family: "Outfit", sans-serif;
    font-size: 1rem;
    font-weight: 600;
}
.card.icon-card p {
    font-family: "Outfit", sans-serif;
    font-size: 0.64rem;
    line-height: 1rem;
    margin-bottom: 0rem;
}
.card.icon-card-2 {
    background-color: transparent;
    border: 2px solid #a1d86c;
    border-radius: 1rem;
    padding: 1rem 1rem 1rem 1rem;
    height: 100%;
}
.card.icon-card-2 .icon {
    height: 2.5rem;
    margin-bottom: 1rem;
}
.card.icon-card-2 h1 {
    font-family: "Outfit", sans-serif;
    font-size: 1rem;
    font-weight: 600;
}
.card.icon-card-2 p {
    font-family: "Outfit", sans-serif;
    font-size: 0.64rem;
    line-height: 1rem;
    margin-bottom: 0rem;
}
.card.alt-2 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    height: 16.813rem;
}
.card.alt-2 .icon {
    width: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.card.alt-2 .icon img {
    width: 100%;
    height: auto;
}
.card.alt-2 h1 {
    font-size: 1.25rem;
}
.card.alt-2 p {
    font-size: 1rem;
    line-height: 1.25;
    height: 3.75rem;
}
@media (max-width: 991.98px) {
    .card.alt-2 {
        height: 12.5rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .card.alt-2 p {
        height: auto;
    }
}

.form-label {
    font-size: 1.25rem;
    font-weight: 600;
}
@media (max-width: 991.98px) {
    .form-label {
        font-size: 1rem;
    }
}

.form-control {
    font-size: 1.1rem;
    padding: 0.68rem 0.75rem;
}
.form-control::-webkit-input-placeholder {
    color: #c9c9c9;
    opacity: 0.5;
}
.form-control:-ms-input-placeholder {
    color: #c9c9c9;
    opacity: 0.5;
}
.form-control::-ms-input-placeholder {
    color: #c9c9c9;
    opacity: 0.5;
}
.form-control::placeholder {
    color: #c9c9c9;
    opacity: 0.5;
}
.form-control:-ms-input-placeholder {
    color: #c9c9c9;
}
.form-control::-ms-input-placeholder {
    color: #c9c9c9;
}
@media (max-width: 991.98px) {
    .form-control {
        font-size: 1rem;
    }
}

.hero {
    height: auto !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
@media (max-width: 767.98px) {
    .hero {
        height: auto;
    }
    .hero .hero-wrap {
        position: relative !important;
    }
}
.hero .hero-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 100%;
    padding: 15rem 0 6rem 0;
}
.hero .hero-wrap .swipe {
    text-align: center;
    width: 100%;
}
.hero .hero-wrap .swipe img {
    width: 100%;
}
.hero .hero-wrap h5 {
    color: #666666;
    font-size: 1.25rem;
    font-weight: 300;
}
@media (max-width: 320px) {
    .hero .hero-wrap {
        top: auto;
    }
}
.hero .hero-wrap h1 {
    font-weight: 600;
    font-size: 3.052rem;
}
.hero .hero-wrap p {
    font-size: 1.563rem;
}
@media (max-width: 767.98px) {
    .hero .hero-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 0px;
        padding: 12rem 0rem 2rem 0rem;
    }
    .hero .hero-wrap h1 {
        font-size: 2.563rem;
    }
    .hero .hero-wrap p {
        font-size: 1.625rem;
    }
}
@media (max-width: 575.98px) {
    .hero .hero-wrap {
        padding: 10rem 0rem 2rem 0rem;
    }
}
@media (max-width: 453px) {
    .hero .hero-wrap h1 {
        font-size: 2rem;
    }
    .hero .hero-wrap p {
        font-size: 1.25rem;
    }
}
@media (max-width: 400px) {
    .hero .hero-wrap h5 {
        padding: 0 1rem;
        text-align: center;
    }
}

.btn {
    height: 2.875rem;
    border-radius: 0.25rem;
    padding: 0.375rem 1.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-primary {
    color: #ffffff;
    background-color: #a36cd8;
    border: 1px solid #a36cd8;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #eedcff;
    border-color: #a36cd8;
    color: #a36cd8 !important;
}

.btn-outlined {
    color: #a36cd8;
    background-color: transparent;
    border: 1px solid #a36cd8;
    white-space: nowrap;
}
.btn-outlined:hover,
.btn-outlined:focus {
    background-color: #a36cd8;
    border-color: #a36cd8;
    color: #ffffff;
}

.navbar-toggler {
    border-radius: 0rem;
    border: none !important;
    height: 56px;
    width: 60px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0.5rem;
}
.navbar-toggler:focus {
    color: transparent !important;
}
.navbar-toggler .line-b {
    width: 18px;
    height: 3px;
    background: #292929;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.navbar-toggler:before,
.navbar-toggler:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 3px;
    background: #292929;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 4px;
}
.navbar-toggler:before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}
.navbar-toggler:after {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}
@media (max-width: 767.98px) {
    .navbar-toggler {
        margin-right: 0;
    }
}
@media (max-width: 357.98px) {
    .navbar-toggler {
        width: 60px;
    }
}

.navbar-toggler.active .line-b {
    background: transparent;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

.navbar-toggler.active:before {
    -webkit-transform: translateX(0px) rotate(45deg);
    -ms-transform: translateX(0px) rotate(45deg);
    transform: translateX(0px) rotate(45deg);
}

.navbar-toggler.active:after {
    -webkit-transform: translateX(0px) rotate(-45deg);
    -ms-transform: translateX(0px) rotate(-45deg);
    transform: translateX(0px) rotate(-45deg);
}

.top-bar {
    background-color: #a1d86c;
    font-weight: 300;
    font-size: 1rem;
    display: block !important;
}
.top-bar > div {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #ffffff;
}
.top-bar > div a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
}
.top-bar > div a:not(:last-child) {
    margin-right: 1rem;
}
.top-bar > div a:hover,
.top-bar > div a:focus {
    color: #666666 !important;
}
@media (max-width: 767.98px) {
    .top-bar {
        font-size: 0.75rem;
    }
    .top-bar > div {
        height: 34px;
    }
}
@media (max-width: 767.98px) {
    .top-bar {
        font-size: 0.625rem;
    }
}

.nav-transparent {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media (max-width: 767.98px) {
    .nav-transparent {
        background-color: transparent;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
}

@media (max-width: 767.98px) {
    .no-scroll {
        overflow: hidden !important;
        -ms-touch-action: none;
        touch-action: none;
    }
}

.nav-solid {
    background-color: #ffffff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media (max-width: 767.98px) {
    .nav-solid {
        background-color: #ffffff;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    }
}

.navbar {
    z-index: 2;
    border-bottom: 1px solid #dedede;
    margin-top: 50px;
}
@media (max-width: 767.98px) {
    .navbar {
        margin-top: 34px;
    }
}
.navbar .navbar-brand {
    padding: 0 1rem 0 0rem;
}

nav {
    background-color: transparent;
}
@media (max-width: 449px) {
    nav .sched-btn {
        display: none;
    }
}
@media (min-width: 449px) {
    nav .sched-item {
        display: none !important;
    }
}
@media (max-width: 449px) {
    nav .sched-item .btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 512px) {
    nav .navbar-brand {
        width: 160px;
        padding: 0 0rem 0 0 !important;
        margin-right: 0rem;
    }
    nav .navbar-brand img {
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    nav {
        position: fixed !important;
        width: 100%;
        z-index: 1030;
    }
}
nav li {
    font-family: "Parkinsans", sans-serif;
    font-weight: 600;
    font-size: 14px;
}
@media (max-width: 767.98px) {
    nav .navbar-nav {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-top: 1px solid #dedede;
        padding-top: 0.5rem;
        height: 100vh;
    }
}
nav .nav-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
nav .nav-item .nav-link {
    color: #666666 !important;
    text-transform: uppercase;
    padding: 0.75rem 1rem;
}
nav .nav-item .nav-link:hover {
    color: #c2bed0 !important;
}
@media (max-width: 991.98px) {
    nav .nav-item .nav-link {
        font-size: 1rem;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}
nav .nav-item a {
    font-family: "Parkinsans", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    margin: auto 1rem;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media (max-width: 767.98px) {
    nav .nav-item {
        padding-top: 0rem;
        padding-bottom: 0rem;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    nav .nav-item:hover,
    nav .nav-item:focus {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
    nav .nav-item .btn {
        margin-top: 1rem;
    }
}
nav .nav-item:hover,
nav .nav-item:focus {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media (min-width: 767.98px) {
    nav .nav-item:hover .dropdown-menu {
        display: block;
    }
}
nav .dropdown-menu {
    background-color: #ffffff;
    padding: 0.5rem 0.5rem;
}
nav .dropdown-menu .dropdown-item {
    color: #666666 !important;
    margin: 0rem;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    border: 1px solid #ffffff;
    margin-bottom: 0.25rem;
}
nav .dropdown-menu .dropdown-item:hover {
    border: 1px solid #dedede;
    background-color: #f8f8f8;
    color: #292929 !important;
}
@media (max-width: 767.98px) {
    nav .dropdown-menu .dropdown-item {
        text-align: center;
    }
}
nav .dropdown-menu[data-bs-popper] {
    top: auto !important;
    margin-top: 0rem !important;
}
@media (max-width: 767.98px) {
    nav .dropdown-menu {
        padding: 0rem 0rem;
        border: none;
    }
    nav .dropdown-menu .dropdown-item {
        color: #666666;
    }
}
nav.inner-nav {
    position: fixed;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}

section {
    position: relative;
    padding: 6rem 0;
}
@media (max-width: 767.98px) {
    section {
        padding: 2rem 0;
    }
}

.socials {
    text-align: center;
}
.socials a {
    width: 35px;
    height: 35px;
    background-color: #a1d86c;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
}
.socials a:hover,
.socials a:focus {
    background-color: #a36cd8;
    color: #ffffff !important;
}
.socials a i {
    font-size: 1.5rem;
}

.footer {
    position: relative;
    background-color: #f8f8f8;
    color: #ffffff;
    padding: 4rem 0 0rem 0;
}
.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer .container .logo-social {
    padding-right: 1rem;
}
.footer .container .map {
    padding-right: 1rem;
}
.footer .container .con {
    padding-right: 1rem;
}
@media (max-width: 991.98px) {
    .footer .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer .container .logo-social {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        margin-bottom: 2rem;
    }
    .footer .container .logo-social .logo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer .container .map {
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer .container .con {
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer .container .message {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }
    .footer .container .message h2 {
        text-align: center;
    }
    .footer .container .message p {
        text-align: center;
    }
}
@media (max-width: 767.98px) {
    .footer .container .map {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        margin-bottom: 1.5rem;
    }
    .footer .container .con {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        margin-bottom: 1.5rem;
    }
}
.footer > .container {
    padding-bottom: 2rem;
}
.footer h2 {
    font-size: 1.625rem;
    font-weight: 600;
    color: #292929;
}
.footer p {
    color: #292929 !important;
    font-size: 1rem;
}
.footer .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem;
}
.footer .sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer .sitemap div:not(:last-child) {
    margin-right: 2rem;
}
.footer .sitemap h4 {
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #292929;
}
.footer .sitemap ul {
    list-style: none;
    padding-left: 0rem;
}
.footer .sitemap ul li a {
    font-size: 0.8rem;
    text-decoration: none;
    color: #292929;
    font-weight: 300;
}
.footer .contacts {
    font-size: 0.75rem;
}
.footer .contacts ul {
    padding-left: 0rem;
    list-style: none;
}
.footer .contacts ul li {
    padding-bottom: 0.5rem;
}
.footer .contacts .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer .contacts .box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #292929;
}
.footer .contacts .box .ico {
    color: #83976d;
    margin-right: 0.75rem;
}
.footer .foot-disclaimer {
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.75rem;
    border-top: 1px solid #c9c9c9;
    color: #666666;
}
.footer .foot-disclaimer a {
    color: #666666;
    text-decoration: none;
}
.footer .foot-disclaimer a:not(:last-child) {
    margin-right: 1rem;
}
@media (max-width: 991.98px) {
    .footer .foot-disclaimer {
        padding: 0.25rem 0;
    }
}

.dwm {
    background-color: #1b1b1b;
}
.dwm .container {
    padding: 0.25rem 0;
    font-size: 0.75rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767.98px) {
    .form-sec {
        background-color: #292929;
    }
    .form-sec .form-bg {
        padding: 0.5rem;
    }
}

.form-label {
    font-size: 1rem;
    color: #292929;
    font-family: "Inter", sans-serif;
}

.form-control {
    font-size: 1rem;
    font-family: "Inter", sans-serif;
}

.form-bg {
    background-color: #ffffff;
    border: 1px solid #dedede;
    border-radius: 1rem;
    padding: 3rem 2rem;
}
@media (max-width: 320px) {
    .form-bg {
        padding: 2rem 1rem;
    }
}

.iti {
    display: block !important;
}

.iti__selected-flag,
.iti__country-name {
    color: #292929;
}

.cta-over {
    padding: 0rem 0;
}
.cta-over .cta-simple {
    margin-top: -100px;
}

.overlap-box {
    top: -80px;
    right: 40px;
    position: absolute;
    width: 450px;
    height: 450px;
}
.overlap-box div:last-child {
    position: absolute;
    bottom: 0;
    right: 0;
}
.overlap-box.new {
    position: relative !important;
    top: 0;
    right: 0;
    width: 100%;
}
.overlap-box.new div:last-child {
    left: -30px;
    bottom: -30px;
}
.overlap-box.new div:first-child {
    position: absolute;
    right: 0;
}
@media (max-width: 991.98px) {
    .overlap-box.new {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .overlap-box.new div {
        position: relative !important;
    }
    .overlap-box.new div:last-child {
        left: -10px;
        bottom: 0;
    }
}
@media (max-width: 991.98px) {
    .overlap-box {
        width: auto;
        height: auto;
        position: relative;
        top: 0px;
        right: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%;
    }
    .overlap-box div {
        width: 35%;
    }
    .overlap-box div img {
        width: 100%;
    }
    .overlap-box div:last-child {
        position: relative;
    }
}

.cta-primary {
    position: relative;
    background-color: #a1d86c;
    padding: 1rem 2rem;
    height: 310px;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cta-primary h5 {
    font-size: 1.563rem;
    color: #ffffff;
    line-height: 1.5;
}
.cta-primary .img-float {
    position: absolute;
    top: -25%;
    left: 60%;
}
@media (max-width: 991.98px) {
    .cta-primary {
        height: auto;
    }
}
@media (max-width: 767.98px) {
    .cta-primary h5 {
        font-size: 1rem;
    }
}

.cta-simple {
    background-color: #a1d86c;
    padding: 1rem 2rem;
    height: 310px;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cta-simple h1 {
    font-size: 2.441rem;
}
@media (max-width: 575.98px) {
    .cta-simple {
        height: auto;
        padding: 2rem;
    }
    .cta-simple h1 {
        font-size: 1.75rem;
    }
}
@media (max-width: 320px) {
    .cta-simple {
        padding: 1rem;
    }
    .cta-simple h1 {
        font-size: 1.5rem;
    }
}
.cta-simple.bg-cta {
    background: url("../img/bg-cta.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
.cta-simple.bg-cta h1 {
    margin-bottom: 0rem;
}

.pad-bottom {
    padding-bottom: 12rem;
}

.video-div {
    width: 100%;
    overflow: hidden;
}
.video-div video {
    width: 100%;
}

.vs-contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.vs-contain .left,
.vs-contain .mid,
.vs-contain .right {
    padding: 1rem;
    font-family: "Inter", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.vs-contain .left .head,
.vs-contain .mid .head,
.vs-contain .right .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 5.5rem;
    margin-bottom: 2rem;
}
.vs-contain .left h1,
.vs-contain .mid h1,
.vs-contain .right h1 {
    font-size: 1.953rem;
}
.vs-contain .left .item,
.vs-contain .mid .item,
.vs-contain .right .item {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    height: 3.625rem;
}
@media (max-width: 767.98px) {
    .vs-contain .left .head,
    .vs-contain .mid .head,
    .vs-contain .right .head {
        margin-bottom: 1rem;
        height: 3rem;
    }
    .vs-contain .left h1,
    .vs-contain .mid h1,
    .vs-contain .right h1 {
        font-size: 1rem;
    }
    .vs-contain .left .item,
    .vs-contain .mid .item,
    .vs-contain .right .item {
        font-size: 0.75rem;
        height: 2.875rem;
    }
}
@media (max-width: 575.98px) {
    .vs-contain .left .item,
    .vs-contain .mid .item,
    .vs-contain .right .item {
        font-size: 0.688rem;
    }
}
@media (max-width: 465px) {
    .vs-contain .left h1,
    .vs-contain .mid h1,
    .vs-contain .right h1 {
        font-size: 0.75rem;
    }
    .vs-contain .left .item,
    .vs-contain .mid .item,
    .vs-contain .right .item {
        font-size: 0.625rem;
    }
}
.vs-contain .left .item,
.vs-contain .right .item {
    border: 1px solid #dedede;
    border-radius: 0.5rem;
    padding: 1rem;
    background-color: #ffffff;
    color: #292929;
    width: 100%;
}
@media (max-width: 767.98px) {
    .vs-contain .left .item,
    .vs-contain .right .item {
        padding: 0.75rem;
    }
}
@media (max-width: 575.98px) {
    .vs-contain .left .item,
    .vs-contain .right .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 465px) {
    .vs-contain .left,
    .vs-contain .right {
        padding: 0.75rem 0.25rem;
    }
    .vs-contain .left .item,
    .vs-contain .right .item {
        padding: 0.75rem 0.5rem;
    }
}
.vs-contain .left {
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}
.vs-contain .left .head {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}
.vs-contain .left .item {
    text-align: end;
}
@media (max-width: 465px) {
    .vs-contain .left .item {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }
}
.vs-contain .mid {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    width: 100%;
    background-color: #a1d86c;
    border-radius: 0.5rem;
}
.vs-contain .mid .head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.vs-contain .mid .head h1 {
    font-size: 3.052rem;
    color: #ffffff;
}
.vs-contain .mid .item {
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767.98px) {
    .vs-contain .mid .head h1 {
        font-size: 1.5rem;
    }
}
@media (max-width: 575.98px) {
    .vs-contain .mid {
        -ms-flex-preferred-size: 100px !important;
        flex-basis: 100px !important;
    }
    .vs-contain .mid .item {
        font-weight: 600;
    }
}
@media (max-width: 465px) {
    .vs-contain .mid {
        padding: 1rem 0.25rem;
    }
    .vs-contain .mid .head {
        margin-bottom: 0.75rem;
    }
    .vs-contain .mid .item {
        font-size: 0.75rem;
    }
}
@media (max-width: 320px) {
    .vs-contain .mid .item {
        font-size: 0.65rem;
    }
}
.vs-contain .right {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.vs-contain .right .head {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.say-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.say-about a img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
}
.say-about a img:hover,
.say-about a img:focus {
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.29);
}
.say-about .left,
.say-about .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.say-about .left a:first-child,
.say-about .right a:first-child {
    padding-bottom: 1rem;
}
@media (max-width: 767.98px) {
    .say-about .left,
    .say-about .right {
        width: 100px;
    }
}
.say-about .mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 2rem;
}
.say-about .mid a:nth-child(odd) {
    padding-top: 3rem;
}
@media (max-width: 991.98px) {
    .say-about .mid {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 1rem;
    }
}

.say-message {
    margin-top: -100px;
}
.say-message figure p {
    font-family: #a36cd8;
    font-size: 1rem;
    line-height: 1.563rem;
    text-align: center;
    color: #292929;
}
.say-message figure .blockquote-footer {
    font-family: #a36cd8;
    font-size: 1rem;
    text-align: center;
    text-align: center;
    color: #292929;
    margin-top: 1rem;
}
@media (max-width: 991.98px) {
    .say-message {
        margin-top: 0rem;
    }
}

.first-step {
    height: 530px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.first-step .phone-img {
    position: absolute;
    bottom: 0;
}
.first-step .phone-img img {
    width: 100%;
}
@media (max-width: 1199px) {
    .first-step .phone-img {
        left: -10%;
    }
}
@media (max-width: 991.98px) {
    .first-step {
        height: 350px;
        z-index: 1;
    }
    .first-step .phone-img {
        left: -120px;
        width: 460px;
        z-index: -1;
    }
}
@media (max-width: 767.98px) {
    .first-step .phone-img {
        left: -180px;
    }
}
@media (max-width: 575.98px) {
    .first-step p,
    .first-step h1,
    .first-step .btn {
        background-color: rgba(247, 251, 241, 0.9);
    }
    .first-step p,
    .first-step h1 {
        padding: 0.75rem 0;
    }
    .first-step p {
        margin-bottom: 0.25rem;
    }
}

.swiper {
    margin: 2.5rem 0;
}
.swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.swiper .swiper-wrapper .swiper-slide {
    width: 18.563rem !important;
}
.swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
}

header {
    min-height: 3.75rem;
    height: 14.75rem;
    margin-top: 8.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767.98px) {
    header {
        height: auto;
        padding: 1rem 0;
    }
}
@media (max-width: 512px) {
    header {
        margin-top: 6.688rem;
    }
}

.img-box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    position: relative;
}
.img-box .set {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 0 1rem;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.img-box .set img {
    width: 100%;
}
@media (max-width: 1399px) {
    .img-box > div {
        width: 50%;
    }
    .img-box > div img {
        width: 100%;
    }
}

.blog-card {
    background-color: #000;
    position: relative;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding: 2rem;
    border-radius: 0.5rem;
    overflow: hidden;
}
.blog-card .text {
    z-index: 1;
}
.blog-card .text a {
    text-decoration: none;
    margin-bottom: 1rem;
    display: block;
    color: #ffffff;
    line-height: 1.5;
}
.blog-card .text a h5 {
    font-size: 1.25rem;
    font-weight: 600;
}
.blog-card .text a:hover,
.blog-card .text a:focus {
    color: #a1d86c !important;
}
.blog-card .text p {
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.625;
    margin-bottom: 0rem;
}
.blog-card .img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
    min-width: 100%;
    background-color: #dedede;
}
.blog-card .img img {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
}
.blog-card .img::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
    background: black;
    background: -moz-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(black),
        to(rgba(0, 0, 0, 0))
    );
    background: -webkit-linear-gradient(
        bottom,
        black 0%,
        rgba(0, 0, 0, 0) 100%
    );
    background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.blog-card:hover .img,
.blog-card:focus .img {
    opacity: 0.6;
}
@media (max-width: 767.98px) {
    .blog-card {
        padding: 1.5rem;
        height: 250px;
    }
    .blog-card .text h5 {
        font-size: 1.25rem;
    }
    .blog-card .text p {
        font-size: 0.75rem;
        line-height: 1.5;
    }
    .blog-card .img {
        top: -50%;
    }
    .blog-card .img img {
        -o-object-position: center;
        object-position: center;
    }
}

.veterans {
    background-color: #83976d;
}
.veterans h1 {
    color: #ffffff;
    font-size: 2rem;
}
@media (max-width: 767.98px) {
    .veterans h1 {
        font-size: 1.5rem;
    }
}
@media (max-width: 511px) {
    .veterans h1 {
        font-size: 1rem;
        margin-right: 1rem !important;
    }
    .veterans img {
        width: 120px;
    }
}

.chat-contain {
    position: fixed;
    z-index: 1030;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #f00;
    margin: 0 3rem 3rem 0;
}
@media (max-width: 767.98px) {
    .chat-contain {
        margin: 0 1rem 1rem 0;
    }
}
.chat-contain .chat-box {
    background-color: #ffffff;
    width: 300px;
    height: 470px;
    position: absolute;
    right: 0;
    bottom: 4.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
    font-family: "Inter", sans-serif;
}
.chat-contain .chat-box .head {
    height: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #d8d8d8;
}
.chat-contain .chat-box .head img {
    width: 120px;
}
.chat-contain .chat-box .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 1rem;
}
.chat-contain .chat-box .body .video-div {
    border-radius: 0.25rem;
    overflow: hidden;
    margin-bottom: 0.25rem;
}
.chat-contain .chat-box .body .video-div video {
    border-radius: 0.25rem;
}
.chat-contain .chat-box .body h5 {
    color: #292929;
    font-size: 1rem;
    margin-bottom: 0rem;
}
.chat-contain .chat-box .body p {
    font-size: 0.625rem;
    margin-bottom: 1rem;
    line-height: normal;
}
.chat-contain .chat-box .body .group-link .chat-link {
    font-size: 0.75rem;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
    border: 1px solid #dedede;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 36px;
}
.chat-contain .chat-box .body .group-link .chat-link img {
    margin-right: 1rem;
}
.chat-contain .chat-box .body .group-link .chat-link i {
    color: #a1d86c;
}
.chat-contain .chat-box .body .group-link .chat-link:not(:last-child) {
    margin-bottom: 0.5rem;
}
.chat-contain .chat-box .body .group-link .chat-link:hover,
.chat-contain .chat-box .body .group-link .chat-link:focus {
    background-color: #f7fbf1;
}

.chat-bubble {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    border: 1px solid #a1d86c;
    width: 56px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/icons/door.svg");
    background-color: #a1d86c;
    border: none;
}
.chat-bubble:hover,
.chat-bubble:focus {
    background-color: #a36cd8;
}

.profile {
    font-family: "Inter", sans-serif;
}
.profile .image {
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.profile .info {
    background-color: #f7fbf1;
    border: 1px solid #a1d86c;
    border-radius: 0.5rem;
    padding: 1rem;
}
.profile .info h5 {
    font-size: 1rem;
    color: #292929;
    font-weight: 700;
}
.profile .info h5:first-child {
    margin-bottom: 0rem;
}
.profile .info p {
    font-size: 1rem;
    margin-bottom: 0rem;
    line-height: 1.25;
}

#custom-faq .accordion-item {
    background-color: #ffffff;
    margin-bottom: 0.5rem;
    border-radius: 0rem;
    border-radius: 0.5rem !important;
    border: none;
    overflow: hidden;
    border: 2px solid #dedede;
}
#custom-faq .accordion-item h2 .accordion-button {
    height: 198px;
    font-size: 1.563rem;
    font-weight: 500;
    color: #666666;
    line-height: 1.4;
    border-bottom: none !important;
    padding-right: 12rem;
}
#custom-faq .accordion-item h2 .accordion-button::after {
    background-image: url("../img/icons/plus.svg");
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    position: absolute;
    right: 1.25rem;
}
#custom-faq .accordion-item h2 .accordion-button:not(.collapsed) {
    background-color: #ffffff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #83976d;
}
#custom-faq .accordion-item h2 .accordion-button:not(.collapsed)::after {
    background-image: url("../img/icons/minus.svg");
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
#custom-faq .accordion-item h2 .accordion-button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
@media (max-width: 767.98px) {
    #custom-faq .accordion-item h2 .accordion-button {
        font-size: 1rem;
        height: auto;
        padding-right: 2rem;
    }
    #custom-faq .accordion-item h2 .accordion-button::after {
        background-size: 0.75rem;
    }
}
#custom-faq .accordion-item .accordion-body {
    background-color: #ffffff;
    border: none;
    padding: 0 1rem;
    border-top: 0rem;
}
#custom-faq .accordion-item .accordion-body p {
    font-size: 1rem;
}
@media (max-width: 767.98px) {
    #custom-faq .accordion-item .accordion-body p {
        font-size: 0.813rem;
    }
}
#custom-faq .accordion-item .accordion-collapse {
    border-top: none;
}
#custom-faq .accordion-item .accordion-collapse:focus {
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.facility-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-page {
    background-color: #ffffff;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #dedede;
    text-decoration: none;
}
.btn-page i {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #666666;
    font-size: 1.5rem;
}
.btn-page:hover i,
.btn-page:focus i {
    color: #a1d86c;
}

.drop-shadow {
    box-shadow: 5px 10px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 10px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
