.blog-details-page{
    color: black;
}

.blog-details-page h1,
.blog-details-page h2,
.blog-details-page h3,
.blog-details-page h4,
.blog-details-page h5,
.blog-details-page h6 {
    margin-top: 35px !important;
    margin-bottom: 10px !important;
}

.blog-details-page a{
    color: #0a58ca !important;
    cursor: pointer;
}

.widget-toc {
    border: 1px solid #00bbff !important;
}

.widget-toc a{
    color: #0a58ca !important;
}

.inquiry-form-inner{
    padding-right: 0;
    max-width: 100%;
}

pre:has(code) {
    background-color: #B7EBFF;
    border: 1px solid #00bbff !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: .25rem !important;
}

#contactFormModal .inquiry-form-inner {
    padding-right: 40px;
    padding-left: 10px;
    width: 100%;
    position: relative;
    z-index: 9;
}

input{
    border: none;
    background: none;
    width: 100%;
    height: 60px;
    max-width: 100%;
    background-color: transparent;
    color: rgb(117, 117, 117);
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.17px;
    padding: 16px 20px 17px 22px;
    transition: all 300ms ease 0s;
    outline: none;
    border: 0;
    border-bottom: 2px solid rgba(98, 108, 121, .5);
    border-radius: 1px;
    padding: 10px 0;
}

.modal-title{
    font-size: 25px;
    line-height: 1.5;
    font-weight: bold;
    text-transform: uppercase;
    color: #00B7FF;
}

/* Firefox */

*{ scrollbar-width: none; scrollbar-color: #fff; }
/* Chrome, Edge, and Safari */

*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

*::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}

*::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 14px;
  border: 3px solid #fff;
}


.widget-toc ol {
    padding-left: 0px;
    counter-reset: item;
    list-style-type: none;
}
  
.widget-toc ol > li {
    counter-increment: item;
}

.widget-toc ol > li:before {
    content: counters(item, ".") ". ";
    font-weight: bold;
    margin-left: orem !important;
}

.toc-title{
    font-weight: bold;
}

.custom-container{
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: 30;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media (min-width: 768px){
    .custom-container{
        max-width: 1200px;
    }
}

@media (max-width: 768px){
    .custom-container{
        padding-left: 15px;
        padding-right: 15px;
    }
}

.flex-grow-0{
    flex-grow: 0 !important;
}

.pagination.active{
    background-color: #00B7FF !important;
    color: #fff;
}

.text-\[\#00B7FF\]{
    color: #00B7FF;
}

@media (min-width: 768px){
    .paginate{
        display: flex;
        justify-content: right;
    }
}

@media (max-width: 768px){
    .paginate{
        display: flex;
        justify-content: center;
    }
}

.service-list{
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
    display: flex;
    margin-bottom: 30px;
    height: 100%;
    flex-flow: column;
}

.service-list:hover .services-three__title a{
    color: var(--qutiiz-base)
}

.font-weight-bold{
    font-weight: bold;
}

.blog-meta-details{
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px){
    .blog-meta-details{
        display: block;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .blog-meta-details div.mt-auto{
        margin-top: 1rem !important;
    }
}

@media (min-width: 991px) {
    .scrollable-div{
        max-height: 100vh;
        overflow: scroll;
    }
}

.main-img-user {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
}

.main-img-user img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 100%;
}

.blog-header{
    display: flex;
    justify-content: center;
    justify-items: center;
}

.blog-title h1{
    font-size: 48px;
    line-height: 57px;
    letter-spacing: -.52px;
    color: #000;
    margin-bottom: 30px;
    font-family: 'Assistant','Arial';
    font-weight: 700;
}

.blog-info{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-family: "merriweatheritalic";
}

@media (min-width: 768px){
    .blog-image{
        padding-left: 3rem!important;
        padding-right: 3rem!important;
    }
}
/* 
.blog_title_header {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: inherit;
    text-transform: none;
    font-size: 20px;
} */