body {
    font-family: "Open Sans", sans-serif !important;
    color: #1a1a1a !important;
    overflow-x: hidden;
}

a {
    color: #242424;
    text-decoration: none;
}

a:hover {
    color: #242424;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

/* Header */
header {
    background: #c72963ff;
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
    position: fixed;
}

header.header-scrolled {
    top: 0;
}

header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: "Poppins", sans-serif;
}

header .logo a {
    color: #2c4964;
}

header .logo img {
    max-height: 40px;
}

.navbar {
    padding: 0 !important;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 8px 0 8px 20px;
}

.navbar-brand img {
    height: 40px;
}

.collapse.navbar-collapse.active {
    display: block !important;
}

.navbar-toggler-icon {
    background-image: url('../img/menu.png') !important;
    background-position: center;
    background-size: contain;
}

.navbar-toggler img {
    width: 22px;
}

/* Header */

/* Body */
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f1f7fd;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #2c4964;
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #1977cc;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#home {
    width: 100%;
    height: 700px;
    background: url("../img/main.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#home .container {
    position: relative;
}

#home h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
}

#home h2 {
    margin: 10px 0 30px 0;
    font-size: 21px;
}

#home .hero {
    padding-top: 7rem;
}

@media (min-width: 1024px) {
    #home {
        background-attachment: fixed;
    }
}

@media (max-width: 992px) {
    #home {
        margin-bottom: 0;
        height: 600px;
    }

    #home .container {
        padding-bottom: 63px;
    }

    #home h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #home h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    #home {
        height: 110vh;
    }
}

.why-us {
    margin-top: -90px;
    padding-top: 0;
}

.why-us .content {
    padding: 30px;
    background: #cc2669;
    border-radius: 4px;
    color: #fff;
}

.why-us .content h3 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
}

.why-us .content p {
    margin-bottom: 30px;
}

.why-us .content .more-btn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 30px 8px 30px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
    font-size: 14px;
}

.why-us .content .more-btn:hover {
    color: #1977cc;
    background: #fff;
}

.why-us .icon-boxes .icon-box {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    width: 100%;
}

.why-us .icon-boxes img {
    width: 60px;
    margin-bottom: 10px;
}

.why-us .icon-boxes .icon-box i {
    font-size: 40px;
    color: #1977cc;
    margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
    font-size: 17px;
}

.btn {
    padding: 10px 14px !important;
    font-size: 15px !important;
    min-width: 160px;
    font-weight: bold !important;
    background-color: #ffffff;
    border-radius: 100px !important;
}

.btn.btn-white {
    color: #242424;
    background-color: #ffffff;
}

.btn:hover {
    bkit-box-shadow: 0px 9px 14px 0px rgb(41 41 41 / 30%);
    box-shadow: 0px 9px 14px 0px rgb(41 41 41 / 30%);
}

.btn.btn-color {
    background-color: #cc2669;
    color: #fff;
}

.card .card .category {
    font-size: 18px;
    color: #5268f2;
}

.card .price {
    font-size: 46px;
    font-weight: 500;
}

.container-cards {
    padding: 4rem;
}

.container-cards .title-cards {
    text-align: left;
}

.container-cards .circle-card .circle-img {
    background-color: #42a6cd;
    border-radius: 100px;
    width: 160px;
    height: 160px;
    margin: 0 auto;
}

.container-cards .circle-card .circle-img img {
    width: 100%;
    padding: 10px;
}

.card {
    border-radius: 10px !important;
    background-color: transparent !important;
    border: 0 !important;
}

.card .card-title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.card .card-img {
    background-color: rgba(255, 255, 255, 0.13);
    padding: 1rem;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.card .card-body img {
    width: 70px;
}

.btn-violet {
    background: #7b7cc0 !important;
    color: #fff !important;
}

.cards-with-text {
    padding: 5rem 1rem;
}

.cards-with-text h3 {
    font-weight: 800;
    font-size: 22px;
}

/**** Pricing cards ****/
.signup {
    color: #fff;
}

.signup #home {
    max-height: 410px;
}

.signup .tpl__form_checkbox,
.signup .tpl__form_legal_text {
        font-size: 13px;
}

.pricing {
    background-image: url('../img/pricing.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 6rem 0;
    background-attachment: fixed;
}

.pricing .title-text {
    font-size: 20px;
    font-weight: 400;
}

.pricing .font-weight-medium {
    font-weight: 500;
}

.pricing h5 {
    line-height: 22px;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

.pricing .subtitle {
    color: #8d97ad;
    line-height: 24px;
}

.pricing .card {
    background-color: #fff !important;
}

.pricing .card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.pricing .price-box sup {
    top: -20px;
    font-size: 16px;
}

.pricing .price-box .display-5 {
    line-height: 58px;
    font-size: 3rem;
}

.pricing .btn-green,
.pricing .btn-green:hover {
    background: #123f2c;
    color: #fff6ed;
}

.pricing .text-info {
    color: #188ef4 !important;
}

.pricing .badge-danger {
    background-color: #ff4d7e;
}

.pricing .font-14 {
    font-size: 14px;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.rounded-bottom-left {
    border-radius: 0;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-bottom-right {
    border-radius: 0;
    border-bottom-right-radius: 0.25rem !important;
}

.pricing .card .list-unstyled {
    color: #525f7f;
}

.pricing .card .price-trial {
    font-size: 14px;
    color: #707b8e;
}

.about {
    padding: 5rem 0 !important;
}

.about img {
    max-height: 400px;
    object-fit: cover;
}

/**** Pricing cards ****/

.section-1 {
    padding: 7rem 0 !important;
}

.section-1 .everyone img {
    min-height: 490px;
    object-fit: cover;
    width: 100%;
}

/**** Banner jumbotron ****/
.banner {
    padding: 6rem 0;
    background-image: url('../img/cta.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.banner h1.hero-title,
.banner h2.hero-title,
.banner h3.hero-title {
    color: #fff;
}

.banner h2 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.banner p.hero-subtitle {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
}

/**** Banner jumbotron ****/

.border-right {
    border-bottom-right-radius: 140px;
}

.border-left {
    border-bottom-left-radius: 140px;
}

.contact {
    padding: 7rem 0;
    color: #fff;
}

.contact img {
    width: 40px;
}

.contact p,
.contact a {
    font-size: 14px;
    color: #fff;
}

hr {
    border-top: 1px solid #ffffff61 !important;
}

/* Footer */
footer {
    background-color: #b41756 !important;
    color: #fff;
    font-size: 13px;
}

footer h3 {
    color: #fafbfc;
    font-size: 15px;
}

footer .list-unstyled,
footer a {
    font-size: 13px;
    color: #fff;
}

footer .pay-cards img {
    width: 50px;
    margin-left: 10px;
    max-height: 30px;
}

footer .copyright {
    font-size: 13px;
}

/* Footer */
.signup section {
    padding: 7rem 0 3rem;
}

.signup .tpl__form input {
    height: 48px;
    border-radius: 12px;
}

.signup .tpl__form_submit_button {
    border: 0;
    padding: 12px 20px !important;
    font-size: 16px !important;
    min-width: 180px;
    font-weight: bold !important;
}

.signup .big-card {
    background-color: #232d68;
}

body.support {
    background-color: #fff !important;
    background-image: unset;
    font-family: 'Verdana' Arial, sans-serif !important;
}

.support h1,
.support h2,
.support h3,
.support h4 {
    font-family: 'Verdana', Arial, sans-serif !important;
    text-transform: capitalize;
    font-weight: initial !important;
}

.support header {
    position: relative !important;
    padding: 4rem 0 !important;
    background-color: #1b6194;
}

.support .btn.btn-color {
    border-radius: 0 !important;
    background: #182a50 !important;
}

.support .banner {
    background-color: #182a50;
    padding: 4rem 0;
}

/* Animations */
@keyframes fade-left {
    0% {
        opacity: 0;
        transform: translateX(-250px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-bottom {
    0% {
        opacity: 0;
        transform: translateY(250px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-right {
    0% {
        opacity: 0;
        transform: translateX(250px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Animations */

/* Responsive */
@media (min-width:992px) {
    .main .hero h1 {
        margin-top: 50px;
        margin-bottom: 24px;
        line-height: 1.2;
    }

    .signup .cards-signup {
        padding-right: 3rem;
    }
}

@media (max-width:991px) {
    .container-cards .title-cards {
        text-align: center;
    }

    .navbar-brand {
        max-width: 250px;
    }

    .brand {
        margin-bottom: 2rem;
    }

    .banner h2 {
        font-size: 30px;
    }

    .banner p {
        font-size: 16px;
    }

    .circle-card {
        margin-bottom: 40px;
    }

    footer .logo-footer {
        margin-bottom: 20px !important;
    }

    .btn {
        min-width: unset;
    }
}

@media (max-width:768px) {
    .main {
        padding-bottom: 120px;
        padding-top: 4rem;
    }

    .main .hero h1 {
        font-size: 42px;
    }

    .phone-1 {
        margin-bottom: 20px;
    }

    footer .brand {
        margin-bottom: 30px;
    }

    footer .brand img {
        margin: 0 auto;
    }

    .navbar.sticker {
        background-color: #103662 !important;
    }

    .nav-link.btn {
        margin-left: 0;
        margin-top: 10px;
    }

    .pricing .big-card {
        padding: 2rem;
    }

    .section-1,
    .about {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 466px) {
    #home .hero {
        padding-top: 1rem;
    }
}

/* Responsive */