.feedback-button {
    height: 33px;
    border: solid 3px #CCCCCC;
    background: #333;
    width: 83px;
    line-height: 25px;
    -webkit-transform: rotate(-90deg);
    font-weight: 600;
    color: white;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    text-align: center;
    font-size: 14px;
    position: fixed;
    right: -32px;
    top: 45%;
    font-family: "Roboto", helvetica, arial, sans-serif;
    z-index: 999;
    border-image-slice: 1 !important;
    border-image: linear-gradient(135deg, #0088CC 0%, #e36159 80%);
}

.dc-gradient {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

.twitter-color {
    background-color: #00ACEE;
}

.linkedin-color {
    background-color: #0077B5;
}

ol>li::marker {
    font-weight: bold;
}

.ninelob-word-spacing {
    word-spacing: 0.2rem;
}

.bg-color-ninelob {
    background: #FA7421 !important;
}

@media screen and (max-width: 993px) {

    .feedback-button {
        visibility: hidden;
    }
}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/*
* Looking For
*/

.custom-secondary-font {
    font-family: "Playfair Display", serif !important;
}

.looking-for .container {
    padding: 30px;
}

.looking-for .looking-for-box h2 {
    color: #FFF;
    line-height: 1.2;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .looking-for .looking-for-box h2 {
        font-size: 2em;
    }
}

.custom-position-1 {
    position: relative;
    margin-top: -181px;
}

@media (max-width: 991px) {
    .custom-position-1 {
        margin-top: 0;
        background: #101019;
    }
}

@media (min-width: 991px) {
    .custom-md-border-top {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }
}

.custom-call-to-action {
    display: block;
    border-left: 2px solid orange;
    padding-left: 10px;
}

.custom-call-to-action span:nth-child(2) {
    display: block;
    font-size: 17.6px;
    font-size: 1.1rem;
}

.custom-call-to-action.white-border {
    border-color: #FFF !important;
}

@media (max-width: 991px) {
    .custom-call-to-action span:nth-child(2) {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .custom-call-to-action span:nth-child(2) {
        font-size: 1.2rem;
    }
}

.post-content .blog-font {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.5;
    color: #424242 !important;
    text-align: left;
}

.post-content .title {
    font-family: "Poppins", Verdana, sans-serif;
    font-weight: 600;
    color: #424242;
}

.post-content .subtitle {
    font-family: "Poppins", Verdana, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    color: #424242;
}