@charset "UTF-8";

/* === Media Query === */
/* /////////////////////////// 
    Header Area
//////////////////////////// */
.site-header {
    padding-top: 10px;
}

@media (min-width: 768px) {
    .site-header {
        padding-top: 20px;
    }
}

@media (min-width: 992px) {
    .site-header {
        padding-top: 35px;
    }
}

.site-header .main-menu {
    margin: 0 -18px;
}

@media (min-width: 768px) {
    .brand img {
        height: 60px;
    }
}

.mobile-nav {
    position: absolute;
    top: 30px;
    right: 60px;
}

.mobile-nav .btn-1 {
    font-weight: 600;
}

@media (min-width: 992px) {
    .main-menu {
        display: flex;
    }
}

@media (min-width: 992px) {
    .main-menu>li>a {
        font-size: 16px;
        font-weight: 400;
        color: #1f1f1f;
        padding: 18px;
    }
}

.main-menu>li>a:hover {
    color: #3f78e0;
}

@media (min-width: 992px) {
    .main-menu .has-dropdown {
        position: relative;
        z-index: 99;
    }
}

@media (min-width: 992px) {
    .main-menu .has-dropdown:hover .menu-dropdown {
        top: 100%;
        opacity: 1;
        pointer-events: visible;
    }
}

.main-menu .has-dropdown:hover .menu-dropdown p {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .main-menu .menu-dropdown {
        display: flex;
        top: 110%;
        position: absolute;
        flex-wrap: wrap;
        min-width: 530px;
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.03);
        border-radius: 1px;
        border: 1px solid #e5e5e5;
        background-color: #ffffff;
        padding: 30px 30px 0px;
        z-index: 99;
        opacity: 0;
        transition: opacity 0.4s, top 0.4s;
        pointer-events: none;
    }
}

@media (min-width: 992px) {
    .main-menu .menu-dropdown .single-item {
        flex: calc(50% - 20px);
        max-width: calc(50% - 20px);
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .main-menu .menu-dropdown .single-item:hover a h3 {
        color: #3f78e0;
    }
}

.main-menu .menu-dropdown .single-item a h3 {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 600;
    transition: 0.4s;
    padding: 0;
}

.main-menu .menu-dropdown .single-item a p {
    margin-bottom: 0;
}

.main-menu .menu-dropdown .single-item p {
    color: #878b90;
    font-size: 14px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .main-menu .menu-dropdown .single-item:nth-child(odd) {
        margin-right: 40px;
    }
}

.header-btns {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (min-width: 992px) {
    .header-btns {
        justify-content: center;
    }
}

.header-btns .btn-1 {
    color: #666666;
    font-family: var(--bs-font-sans-serif);
    font-size: 16px;
    font-weight: 400;
    margin: 0 14px;
}

@media (min-width: 1200px) {
    .header-btns .btn-1 {
        margin: 0 17px;
    }
}

.header-btns .btn-2 {
    width: 137px;
    height: 40px;
    border-radius: 2rem;
    background-color: #3f78e0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

@media (min-width: 1200px) {
    .header-btns .btn-2 {
        margin: 0 17px;
    }
}

.header-btns .btn-2 a {
    color: #ffffff;
    font-family: var(--bs-font-sans-serif);
    font-size: 16px;
    font-weight: 400;
}

/* Mobile Menu / Mean Menu Reset */
.mobile-menu.mean-container .mean-bar {
    position: static;
    float: none;
    background: transparent;
}

.mobile-menu.mean-container .mean-bar .meanmenu-reveal {
    text-indent: 0 !important;
    position: relative;
    font-size: 21px;
    color: #1f1f1f;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    margin-left: auto;
    margin-right: -24px;
}

.mobile-menu.mean-container .mean-bar .mean-expand {
    font-size: 0 !important;
    padding: 0 !important;
    height: 42px;
    width: 42px;
}

.mobile-menu.mean-container .mean-bar .mean-expand:before {
    position: absolute;
    display: inline-block;
    font: normal normal normal 32px/1 "ep";
    content: "";
    font-size: 15px;
    color: #7c7373;
    transform: rotate(0deg);
    transition: transform 0.3s;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu.mean-container .mean-bar .mean-expand.mean-clicked {
    transform: rotate(180deg);
}

.mobile-menu.mean-container .mean-bar .mean-expand:hover {
    background: transparent;
}

.mobile-menu.mean-container .mean-bar .mean-nav {
    float: none;
    margin-top: 0;
    position: absolute;
    left: 0;
    border: 0;
    z-index: 888;
    background: transparent;
}

.mobile-menu.mean-container .mean-bar .mean-nav .main-menu {
    border: 1px solid #e5e5e5;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.03);
    background: #fff;
    border-radius: 8px;
}

.mobile-menu.mean-container .mean-bar .mean-nav .menu-item>a {
    border-bottom: 0;
    font-size: 15px;
}

.mobile-menu.mean-container .mean-bar .mean-nav .menu-item.mean-last {
    border-bottom: 1px solid transparent;
}

.mobile-menu.mean-container .mean-bar .mean-nav .menu-dropdown {
    padding-left: 0 !important;
}

.mobile-menu.mean-container .mean-bar .mean-nav .menu-dropdown .single-item {
    padding-bottom: 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid transparent;
}

@media (min-width: 768px) {
    .mobile-menu.mean-container .mean-bar .mean-nav .menu-dropdown {
        padding-left: 40px;
    }
}

.mobile-menu.mean-container .mean-bar .mean-nav .menu-dropdown p {
    margin-bottom: 0;
}

.mobile-menu.mean-container .mean-bar .mean-nav ul li {
    float: none;
    border-bottom: 1px solid #e5e5e5;
}

.mobile-menu.mean-container .mean-bar .mean-nav ul li a {
    color: #000;
    float: none;
    text-transform: initial;
}

/* /////////////////////////// 
    Hero Area
//////////////////////////// */
.shapes img {
    width: 100%;
    max-width: initial;
}

.hero-area {
    padding: 36px 0 50px;
}

@media (min-width: 992px) {
    .hero-area {
        padding: 60px 0 0;
    }
}

@media (min-width: 1200px) {
    .hero-area {
        padding: 115px 0 0;
    }
}

.hero-content {
    text-align: left;
}

.hero-content h1 {
    margin-bottom: 19px;
    color: #1d2324;
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 24px;
    letter-spacing: -0.1rem;
}

@media (min-width: 576px) {
    .hero-content h1 {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 24px;
        padding-right: 10px;
    }
}

@media (min-width: 992px) {
    .hero-content h1 {
        padding-right: 90px;
    }
}

@media (min-width: 1200px) {
    .hero-content h1 {
        font-size: 50px;
        line-height: 59px;
        padding-right: 10%;
    }
}

.hero-content h2 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    color: #222f3f;
    letter-spacing: 0.01rem;
    font-size: 18px;
    line-height: 28px;
}

@media (min-width: 992px) {
    .hero-content h2 {
        margin-right: 15%;
        font-size: 24px;
        font-weight: 300;
        line-height: 34px;
    }
}

.hero-form {
    padding: 20px 0 0;
}

@media (min-width: 992px) {
    .hero-form {
        padding: 30px 0 0;
    }
}

@media (min-width: 1200px) {
    .hero-form {
        padding: 40px 75px 0 0;
    }
}

.hero-form .form-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

@media (min-width: 480px) {
    .hero-form .form-group {
        flex-direction: row;
    }
}

.hero-form .form-group input {
    height: 60px;
    color: #666666;
    border-radius: 5px;
    background: rgba(41, 137, 203, 0.07);
    padding-left: 17px;
    border-color: transparent;
}

@media (min-width: 480px) {
    .hero-form .form-group input {
        margin-right: 10px;
        height: 60px;
        width: calc(100% - 187px);
    }
}

.hero-form .form-group input::placeholder {
    color: #878b90;
    font-size: 18px;
    font-weight: 400;
}

.hero-form .form-group button {
    margin-top: 1rem;
    color: #ffffff;
    font-weight: 600;
    border-radius: 2rem;
    background-color: #3f78e0;
    width: 100%;
    margin-top: 10px;
    height: 50px;
    font-size: 17px;
}

@media (min-width: 480px) {
    .hero-form .form-group button {
        margin-top: 0px;
        height: 60px;
        width: 177px;
        font-size: 18px;
    }
}

.hero-form .form-text {
    font-size: 17px;
    font-weight: 400;
    line-height: 36px;
    color: #878b90;
}

.hero-form .form-text a {
    color: #3f78e0;
}

.hero-form .form-text a:hover {
    text-decoration: underline;
}

.hero-image {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 1200px) {
    .hero-image img {
        max-width: 105%;
    }
}

.organizations .container {
    padding: 0 0 20px 0;
}

@media (min-width: 992px) {
    .organizations .container {
        padding: 110px 0 80px 0;
    }
}

.organizations .header {
    text-align: center;
    color: #30393b;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    padding-bottom: 40px;
}

.organizations .col-6 img {
    opacity: 0.9;
    max-height: 1.5rem;
    max-width: 6rem;
}

/* /////////////////////////// 
    Feature Section
//////////////////////////// */
.feature-section {
    background-color: #f1f4f7;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 45px;
    padding-bottom: 60px;
    position: relative;
    margin-top: 4rem;
    background: #f1f4f7;
    border-bottom: 1px solid #dfe4e9;
}

@media (min-width: 992px) {
    .feature-section {
        padding-top: 70px;
        padding-bottom: 120px;
    }
}

.feature-section .shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-82%);
}

.feature-section .shape img {
    width: 100%;
}

.section-title {
    margin-bottom: 35px;
}

.section-title h2 {
    font-size: 32px;
    line-height: 40px;
    padding: 0 20px;
}

@media (min-width: 480px) {
    .section-title h2 {
        font-size: 48px;
        line-height: 60px;
    }
}

.section-title p {
    font-size: 21px;
    font-weight: 400;
    line-height: 36px;
    padding-top: 20px;
}

@media (min-width: 992px) {
    .section-title {
        margin-bottom: 60px;
    }
}

.feature-card {
    border-radius: 5px;
    border: 1px solid #d9e4e6;
    background-color: #ffffff;
    padding: 35px;
}

@media (min-width: 992px) {
    .feature-card {
        padding: 25px;
    }
}

@media (min-width: 1200px) {
    .feature-card {
        padding: 35px;
    }
}

.feature-card>a>img {
    border-radius: 2px;
    border: 1px solid #eee;
}

.feature-card .card-icon {
    width: 80px;
    height: 80px;
    border-radius: 500px;
    background-color: #ebeff2;
    color: #30393b;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
}

@media (min-width: 992px) {
    .feature-card .card-icon {
        width: 70px;
        height: 70px;
        font-size: 30px;
        margin-bottom: 38px;
    }
}

@media (min-width: 1200px) {
    .feature-card .card-icon {
        width: 80px;
        height: 80px;
        font-size: 35px;
    }
}

.feature-card .card-content h3 {
    color: #1f1f1f;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
    font-size: 28px;
    font-weight: 600;
}

@media (min-width: 992px) {
    .feature-card .card-content h3 {
        font-size: 25px;
    }
}

@media (min-width: 1200px) {
    .feature-card .card-content h3 {
        font-size: 28px;
    }
}

.feature-card .card-content p {
    color: #666666;
    font-size: 17px;
    line-height: 28px;
}

@media (min-width: 992px) {
    .feature-card .card-content p {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    .feature-card .card-content p {
        font-size: 17px;
    }
}

.feature-card .card-content.divided {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #ddd;
}

.feature-card .card-content .btn-link {
    min-width: 0;
    padding-left: 0;
    height: auto;
    color: #3f78e0;
    font-weight: 600;
}

.feature-card .card-content .btn-link i {
    margin-left: 15px;
    font-size: 10px;
    font-weight: 900;
    transition: 0.4s;
}

.feature-card .card-content .btn-link:hover {
    text-decoration: none;
}

.feature-card .card-content .btn-link:hover i {
    margin-left: 20px;
}

.feature-card:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.04);
}

/* ///////////////////////////
    Content Sections
//////////////////////////// */
.content-section-01 {
    background-color: #f8f8f8;
    padding: 60px 0 0px;
}

@media (min-width: 992px) {
    .content-section-01 {
        padding: 120px 0 80px;
    }
}

.content-section-02 {
    background-color: #f8f8f8;
    padding: 40px 0 55px;
}

@media (min-width: 992px) {
    .content-section-02 {
        padding: 80px 0 120px;
    }
}

.content-section-02 li {
    white-space: nowrap;
}

.content-section-03 {
    padding: 67px 0 93px;
    background-color: #fefdfd;
    position: relative;
}

.content-section-03 .shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-80%);
}

@media (min-width: 992px) {
    .content-section-03 {
        padding: 120px 0 215px;
    }
}

@media (min-width: 992px) {
    .content-section-03 h2.teamwork {
        white-space: nowrap;
    }
}

.content-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-img img {
    width: 100%;
}

@media (min-width: 992px) {
    .content-img {
        padding-bottom: 0;
    }
}

.content-right-content,
.content-left-content {
    padding-top: 30px;
    text-align: left;
}

@media (min-width: 576px) {
    .content-right-content,
    .content-left-content {
        padding-top: 0px;
    }
}

@media (min-width: 992px) {
    .content-right-content,
    .content-left-content {
        padding-top: 30px;
    }
}

@media (min-width: 1200px) {
    .content-right-content,
    .content-left-content {
        padding-top: 83px;
    }
}

.content-right-content h2,
.content-left-content h2 {
    padding-bottom: 25px;
    font-weight: 600;
    font-size: 33px;
    line-height: 44px;
}

@media (min-width: 576px) {
    .content-right-content h2,
    .content-left-content h2 {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (min-width: 768px) {
    .content-right-content h2,
    .content-left-content h2 {
        font-size: 40px;
        line-height: 55px;
    }
}

@media (min-width: 992px) {
    .content-right-content h2,
    .content-left-content h2 {
        font-size: 36px;
        line-height: 47px;
    }
}

@media (min-width: 1200px) {
    .content-right-content h2,
    .content-left-content h2 {
        font-size: 42px;
        line-height: 55px;
    }
}

.content-right-content p,
.content-left-content p {
    margin-top: -0.5rem;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

@media (min-width: 576px) {
    .content-right-content p,
    .content-left-content p {
        font-size: 17px;
        line-height: 24px;
    }
}

@media (min-width: 768px) {
    .content-right-content p,
    .content-left-content p {
        font-size: 20px;
        line-height: 34px;
    }
}

@media (min-width: 992px) {
    .content-right-content p,
    .content-left-content p {
        font-size: 21px;
        line-height: 36px;
    }
}

.content-right-content .content-bottom-part,
.content-left-content .content-bottom-part {
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
    margin-top: 22px;
}

.content-right-content .content-bottom-part p,
.content-left-content .content-bottom-part p {
    color: #666666;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
}

@media (min-width: 576px) {
    .content-right-content .content-bottom-part p,
    .content-left-content .content-bottom-part p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (min-width: 768px) {
    .content-right-content .content-bottom-part p,
    .content-left-content .content-bottom-part p {
        font-size: 17px;
        line-height: 28px;
    }
}

.content-right-content .content-btn,
.content-left-content .content-btn {
    margin-top: 25px;
}

.content-right-content .content-btn .btn,
.content-left-content .content-btn .btn {
    min-width: 170px;
    border-radius: 2rem;
    font-size: 17px;
}

.content-left-content {
    padding-top: 0;
}

.content-link {
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media (min-width: 576px) {
    .content-link {
        padding-top: 18px;
    }
}

@media (min-width: 768px) {
    .content-link {
        padding-top: 35px;
    }
}

@media (min-width: 992px) {
    .content-link {
        justify-content: flex-start;
        margin-top: 15px;
    }
}

.content-link a {
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    color: #3f78e0;
}

.content-link a i {
    font-size: 11px;
    font-weight: 600;
    position: relative;
    top: 1px;
    transition: 0.4s;
    margin-left: 15px;
}

.content-link a:hover i {
    color: #3f78e0;
    margin-left: 20px;
}

.content-list {
    padding-top: 26px;
}

@media (min-width: 768px) {
    .content-list {
        padding-top: 15px;
    }
}

@media (min-width: 992px) {
    .content-list {
        padding-top: 26px;
    }
}

.content-list li {
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 12px;
    color: #000000;
}

.content-list li span {
    font-size: inherit;
    margin-right: 18px;
}

.content-list li span i {
    font-size: inherit;
    font-weight: 900;
    color: #3f78e0;
    position: relative;
    top: 5px;
    width: auto !important;
    height: auto !important;
    vertical-align: inherit !important;
}

@media (min-width: 576px) {
    .content-list li {
        font-size: 17px;
        line-height: 24px;
    }
}

@media (min-width: 768px) {
    .content-list li {
        font-size: 20px;
        line-height: 34px;
    }
}

@media (min-width: 992px) {
    .content-list li {
        font-size: 21px;
        line-height: 36px;
    }
}

/* ///////////////////////////
    Pricing Section 
//////////////////////////// */
.pricing-section {
    padding-top: 45px;
    padding-bottom: 68px;
    background-color: #30393b;
    position: relative;
}

.pricing-section .shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-85%);
}

.pricing-section .section-title {
    padding-bottom: 0px;
}

.pricing-section .section-title h2 {
    color: #fff;
}

.pricing-section .section-title p {
    color: #94989c;
}

@media (min-width: 992px) {
    .pricing-section {
        padding-top: 80px;
        padding-bottom: 120px;
    }

    .pricing-section .section-title {
        padding-bottom: 20px;
    }
}

.pricing-card {
    border-top: 5px solid transparent;
    border-radius: 6px;
    padding: 24px 45px 30px;
    background-color: #fff;
    transition: 0.4s;
    margin-bottom: 30px;
}

.pricing-card .card-head {
    padding-bottom: 18px;
}

.pricing-card .card-head h6 {
    color: #666666;
    font-size: 13px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-weight: 600;
}

.pricing-card .card-head div.price .small-title {
    color: #1f1f1f;
    font-size: 30px;
    font-weight: 600;

    /* font-family: "Source Serif Pro"; */
}

.pricing-card .card-head div.price .big-txt {
    color: #1f1f1f;
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;

    /* font-family: "Source Serif Pro"; */
}

.pricing-card .card-head div.price .big-txt:before {
    position: absolute;
}

.pricing-card .card-head div.price .month {
    color: #1f1f1f;
    font-size: 22px;
    font-weight: 300;
    margin-left: -0.25rem;

    /* font-family: "Source Serif Pro"; */
}

.pricing-card .card-head p {
    margin-top: -0.25rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
    margin-bottom: 0;
    white-space: nowrap;
}

.pricing-card .card-content .pricing-list {
    padding-left: 0 !important;
}

.pricing-card .card-content .pricing-list li {
    color: #1f1f1f;
    font-family: var(--bs-font-sans-serif);
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    padding: 7px 0;
}

.pricing-card .card-content .pricing-list li i {
    width: 18px;
    height: 18px;
    font-size: 18px;
    color: #1f1f1f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

.pricing-card .card-content .pricing-list li.disable-opt {
    text-decoration: line-through;
    color: #8e8e8e;
}

.pricing-card .card-content .pricing-list li.disable-opt i {
    color: #8e8e8e;
}

.pricing-card .card-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
    margin-bottom: 0;
    text-align: center;
}

.pricing-card .card-badge {
    position: absolute;
    top: 30px;
    right: 45px;
    background-color: #30393b;
    border-radius: 500px;
    height: 26px;
    color: #fff;
    width: 83px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .pricing-card .card-badge {
        width: 60px;
    }
}

@media (min-width: 480px) {
    .pricing-card .card-badge {
        width: 60px;
    }
}

@media (min-width: 768px) {
    .pricing-card .card-badge {
        width: 83px;
    }
}

@media (min-width: 1200px) {
    .pricing-card .card-badge {
        width: 83px;
    }
}

.pricing-card .card-btn {
    transition: 0.4s;
    padding-top: 33px;
    padding-bottom: 5px;
    margin-left: 1px;
}

.pricing-card .card-btn .btn--primary {
    font-size: 16px;
    line-height: 18px;
    width: 100%;
}

.pricing-card .card-btn .btn--primary:hover {
    background-color: #206ca1;
}

.pricing-card.active {
    border-top: 5px solid #30393b;
}

.btn--toggle-pricing {
    justify-content: center;
    height: 100%;
}

.btn--toggle-pricing p {
    color: #fff;
}

.btn--toggle-pricing p:last-child {
    padding-right: 0;
}

.pricing-extra-info {
    margin-top: 0px;
}

.pricing-extra-info p {
    display: flex;
    justify-content: center;
    font-family: var(--bs-font-sans-serif);
    font-size: 15px;
    font-weight: 400;
}

@media (min-width: 480px) {
    .pricing-extra-info p {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .pricing-extra-info p {
        font-size: 21px;
    }
}

.pricing-extra-info span {
    color: #878b90;
    font-size: inherit;
}

.pricing-extra-info a {
    color: #fff;
    margin-left: 8px;
}

.pricing-extra-info a:hover {
    text-decoration: underline;
}

@media (min-width: 992px) {
    .pricing-extra-info {
        margin-top: 40px;
    }
}

[class*=btn--toggle-] {
    display: flex;
    align-items: center;
    padding-bottom: 35px;
}

[class*=btn--toggle-] p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 0 12px;
    margin-bottom: 0;
}

[class*=btn--toggle-] span {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4eab08;
    background-color: rgba(78, 171, 8, 0.14);
    padding: 0 15px;
    border-radius: 5px;
}

[class*=btn--toggle-] .badge--discount {
    height: 26px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    padding: 0;
    text-align: center;
    justify-content: center;
    width: 83px;
}

[class*=btn--toggle-] .switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 25px;
    margin-bottom: 0;
}

[class*=btn--toggle-] .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

[class*=btn--toggle-] .slider {
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #e5e5e5;
    transition: 0.4s;
}

[class*=btn--toggle-] .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #3f78e0;
    transition: 0.4s;
}

[class*=btn--toggle-] input:checked+.slider {
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

[class*=btn--toggle-] input:focus+.slider {
    box-shadow: 0 0 1px #fff;
}

[class*=btn--toggle-] input:checked+.slider:before {
    transform: translateX(21px) translateY(-50%);
    background-color: #3f78e0;
}

[class*=btn--toggle-] .slider.round {
    border-radius: 34px;
}

[class*=btn--toggle-] .slider.round:before {
    border-radius: 50%;
}

/* pricng toggle */
.custom-tab-wrapper.monthly [data-monthly] {
    visibility: hidden;
}

.custom-tab-wrapper.monthly [data-monthly]:before {
    content: attr(data-monthly);
    visibility: visible;
    display: inline-block;
}

.custom-tab-wrapper.yearly [data-yearly] {
    visibility: hidden;
}

.custom-tab-wrapper.yearly [data-yearly]:before {
    content: attr(data-yearly);
    visibility: visible;
    display: inline-block;
}

/* /////////////////////////// 
    Footer Section - 06
//////////////////////////// */
.footer-section {
    padding: 50px 0;
}

@media (min-width: 768px) {
    .footer-section {
        padding: 120px 0;
    }
}

.footer-section .margin-decrese {
    margin-bottom: -30px;
}

.footer-section .col-margin {
    margin-bottom: 30px;
}

.footer-newsletter-section {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 52px;
    margin-bottom: 60px;
}

@media (min-width: 992px) {
    .footer-newsletter-section {
        padding-bottom: 120px;
        margin-bottom: 100px;
    }
}

.footer-newsletter-content {
    text-align: center;
}

.footer-newsletter-content span {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #666666;
    margin-bottom: 35px;
}

.footer-newsletter-content h2 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 42px;
}

@media (min-width: 992px) {
    .footer-newsletter-content h2 {
        font-size: 48px;
        line-height: 60px;
    }
}

.footer-newsletter-content p {
    color: #666666;
    font-size: 18px;
    line-height: 30px;
}

@media (min-width: 992px) {
    .footer-newsletter-content p {
        padding: 0 20px;
        font-size: 21px;
        line-height: 36px;
    }
}

.footer-newsletter-form {
    padding: 25px 0 0;
}

.footer-newsletter-form .form-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

@media (min-width: 480px) {
    .footer-newsletter-form .form-group {
        flex-direction: row;
    }
}

.footer-newsletter-form .form-group input {
    height: 60px;
    color: #666666;
    border-radius: 5px;
    background: rgba(41, 137, 203, 0.07);
    padding-left: 17px;
    border-color: transparent;
}

@media (min-width: 480px) {
    .footer-newsletter-form .form-group input {
        margin-right: 10px;
        height: 60px;
        width: calc(100% - 187px);
    }
}

.footer-newsletter-form .form-group input::placeholder {
    color: #878b90;
    font-size: 18px;
    font-weight: 400;
}

.footer-newsletter-form .form-group button {
    color: #ffffff;
    font-weight: 600;
    border-radius: 3px;
    background-color: #3f78e0;
    width: 100%;
    margin-top: 10px;
    height: 50px;
    font-size: 17px;
}

@media (min-width: 480px) {
    .footer-newsletter-form .form-group button {
        margin-top: 0px;
        height: 60px;
        width: 177px;
        font-size: 18px;
    }
}

.footer-newsletter-form .form-text {
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
    text-align: center;
}

.footer-newsletter-form .form-text i {
    font-size: 14px;
    margin-right: 7px;
}

.single-footer .footer-text p {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

@media (min-width: 992px) {
    .single-footer .footer-text p {
        padding-right: 22px;
    }
}

.footer-title {
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .footer-title {
        margin-bottom: 40px;
    }
}

.footer-title h6 {
    color: #666666;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
}

.footer-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.footer-social-list {
    margin-top: 30px;
    display: flex;
}

@media (min-width: 768px) {
    .footer-social-list {
        margin-top: 40px;
    }
}

.footer-social-list li {
    margin-right: 18px;
}

.footer-social-list li a {
    color: #000;
    font-size: 18px;
}

.footer-list li a {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    padding-top: 12px;
    padding-bottom: 7px;
    color: #1f1f1f;
}

.footer-list li:first-child a {
    padding-top: 0;
}

.footer-list li:last-child a {
    padding-bottom: 0;
}

.get-started {
    font-weight: 600;
    color: #257bb6;
}

/* /////////////////////////// 
    Feature Section
//////////////////////////// */
.feature-section-2 {
    background-color: #f1f4f7;
    border-top: 1px solid #dfe4e9;
    padding: 53px 0;
}

@media (min-width: 992px) {
    .feature-section-2 {
        padding: 120px 0;
    }
}

.feature-section-2 h2 {
    font-size: 33px;
    line-height: 44px;
    margin-left: -1.5rem;
}

@media (min-width: 992px) {
    .feature-section-2 h2 {
        margin-left: -2.5rem;
        font-size: 36px;
        line-height: 47px;
    }
}

@media (min-width: 1200px) {
    .feature-section-2 h2 {
        font-size: 48px;
        line-height: 60px;
    }
}

.feature-section-2 p.sub-header {
    padding-left: 2.25rem;
}

.feature-widget {
    text-align: left;
    display: flex;
}

.feature-widget .icon {
    font-size: inherit;
    font-weight: 900;
    color: #3f78e0;
    position: relative;
    padding-right: 1rem;
    line-height: 36px;
    font-size: 21px !important;
    width: auto !important;
    height: auto !important;
    vertical-align: inherit !important;
}

@media (min-width: 768px) {
    .feature-widget .content {
        flex: calc(100% - 100px);
    }
}

.feature-widget .content h5 {
    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 4px;
}

.feature-widget .content p {
    font-size: 16px;
    line-height: 28px;
    padding-left: 0;
}