* {
   scroll-behavior: smooth !important;
}
a.navbar-brand img {
    filter: brightness(0);
}
div#single-blog-header h1 {
    font-size: 40px;
    color: #111;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 50px;
}

div#single-blog-header p , div#single-blog-header ul li {
    font-size: 18px;
    color: grey;
}

div#single-blog-header p i {
    padding-right: 10px;
}

.single-blog-content img {
    width: 100%;
    margin-bottom: 20px;
}

.single-blog-content .title, .single-blog-content h2 {
    font-size: 20px;
    color: #111;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
}

.single-blog-content .title a , .single-blog-content h2 a {
    color: #111;
}
.single-blog-content .table-content a {
    font-size: 15px;
    font-weight: 400;
    color: grey;
    display: block;
    line-height: 26px;
    text-decoration: underline !important;
    margin-top: 10px;
}

.single-blog-content h2 {
    font-size: 20px;
    color: #111;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
}

.single-blog-content p {
    font-size: 15px;
    line-height: 25px;
    font-family: var(--secondary-fonts);
}

.rightside-form form label,
.rightside-form form input,
.rightside-form form textarea,
.rightside-form form button {
    display: block;
    width: 100%;
}

.rightside-form form label {
    font-size: 14px;
    color: #111;
    line-height: 24px;
}

.rightside-form form input {
    border: inherit;
    border-bottom: 1px solid #b9b9b9;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    padding-left: 0;
    margin-bottom: 10px;
    box-shadow: none;
    background-color: transparent;
}

.rightside-form form textarea {
    height: 100px;
    width: 100%;
    resize: none;
    padding: 0 10px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    border: inherit;
    border-bottom: 1px solid #b9b9b9;
    padding-left: 0;
    box-shadow: none;
    background-color: transparent;
}

.rightside-form form button {
    font-size: 15px;
    padding: 10px 35px 10px !important;
    border-radius: 0;
    background-image: var(--gredient-color3);
    border: 1px solid transparent !important;
    color: #fff;
    font-family: var(--third-font);
    text-transform: capitalize;
    font-weight: 700;
    border: 0px !important;
    border-radius: 7px;
    transition: transform 0.5s;
    box-shadow: 0px 0px 10px 0px #ddd;
}

.rightside-form {
    background-color: #ededed;
    padding: 20px;
    margin-top: 20px;
    min-height: 200px;
    overflow: auto;
    position: sticky;
    top: 5%;
}

.rightside-form h6 {
    color: #0667bd;
    text-align: center;
}

@media only screen and (min-width: 1000px) {
    div#single-blog-header .navbar-light .navbar-nav .nav-link {
        color: #111;
    }
}

@media only screen and (max-width: 767px) {
    div#single-blog-header h1 {
        font-size: 20px;
        line-height: 30px;
    }

    div#single-blog-header p {
        font-size: 15px;
        text-align: center;
    }

    div#single-blog-header p i {
        padding-right: 0;
    }

    .single-blog-content h2 {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 10px;
    }

    .single-blog-content img {
        margin-bottom: 10px;
    }

    .single-blog-content p {
        font-size: 13px;
        line-height: 23px;
    }
}