
nav i:hover {
    color: #7f7f7f !important;
    transition: 0.3s;
}
body li {
    color: #7f7f7f !important;
    font-weight: 100 !important;
}

body b, body p, body h1, body h2, body h3, body h4{
    color: #7f7f7f !important;
}

.cta_text p, .cta_text h1, .cta_text h2, .cta_text h3, .cta_text h4,
.breadcrumb p, .breadcrumb h1, .breadcrumb h2, .breadcrumb h3, .breadcrumb h4,
.banner_text p, .banner_text h1, .banner_text h2, .banner_text h3, .banner_text h4{
    color: #ffffff !important;
}

.feature_part_text_iner {
    cursor: pointer;
}

.footer_part p, .footer_part a, .footer_part b{
    font-size: 16px !important;
    font-weight: 100 !important;
}

.footer_part .single_footer_part .mail_part .email_icon:hover {
    background-color: #0891cc;
}

.footer_part .whatsapp {
    margin-bottom: 6px !important;
}

.footer_part hr {
    margin: 20px;
}

.spinner-send-email, .spinner-register {
    width: 100px;
}

.single_pricing_part:hover{
    border: 1px solid #00b4ff;
}
.single_pricing_part{
    margin-top: 20px;
}

.logo {
    width: 80px;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .logo {
        width: 60px;
        height: auto;
    }
}

.pricing_part .justify-content-center .col-lg-4{
    padding-top: 15px;
}

input {
    border: 1px solid #C3C2C2 !important;
}

section[data-screen=register] .row {
    margin-top: 10px !important;
}

.linkedin {
    cursor: pointer;
}

