.custom-btn.custom-btn--style-3:focus, .custom-btn.custom-btn--style-3:hover{
    color: white;
}

#btn-to-top{
    background-color: #5688c7;
}

.custom-btn:focus, .custom-btn:hover{
    color: white;
}

.posts .__item--preview .__date-post strong{
    color: white;
}

.posts .__item--preview .__date-post{
    color: white;
}

.theme-color-blue{
    color: #5688c7 !important;
}

.theme-bg-blue{
    background: #5688c7 !important;
}

.owl-carousel.home-slider .slider-item .slider-text h1{
    font-family: Raleway,sans-serif !important;
    font-size: 7.5rem !important;
}

.owl-carousel.home-slider .slider-item .slider-text span{
    font-weight: 100 !important;
}

.owl-carousel.home-slider .slider-item .slider-text p{
    font-size: 1.6rem !important;
    
}

.owl-carousel{
    --font-family-sans-serif: -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" !important;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.doc_table i {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    font-size: 2.2rem;
    margin: -7px 10px -6px -5px;
}
.float-right{
    float: right;
}


.custom-btn.custom-btn--style-2:focus, .custom-btn.custom-btn--style-2:hover{
    color: #4f4a37 !important;
}

.custom-btn.custom-btn--style-2, .custom-btn.custom-btn--style-2{
    color: white;
}

.list-link{
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
}

.sub-list-item-i{
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
}

.sub-list-item-ii{
    font-size: 1.6rem;
    font-weight: 400;
    color: #333;
}

.sub-list{
    line-height: 0.7 !important;
}


.nested-list{
    list-style: disc;
    margin: 20px !important;
}

.nested-list > li{
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
}

.nested-list > li > ul{
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
    list-style: circle;
    margin: 15px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.nested-list > li > ul > li > ul{
    font-size: 1.6rem;
    font-weight: 400;
    color: #333;
    list-style: square;
    margin: 15px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.sub-link{
    color: #5688c7 !important;
}

.sub-link:hover{
    color: #333 !important;
}

.product-features .__content>div:before{
    display: none !important;
}

.overlay{
    width: 100%;
    position: fixed;
    top: 0%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: 1s;
    z-index: -1;
    
    
}

.doc-modal{
    
    width: 1300px;
    padding: 50px;
    border-radius: 20px;
    background: white;
    position: fixed;
    left: 50%;
    top: -100%;
    transform: translate(-50%,-50%);
    box-shadow: 0px 0px 10px 3px #5d5b5b;
    transition: 1s;
    z-index: 9;
    
}

.close-btn{
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 100%;
    background-color: #5688c7;
    color: white;
    text-align: center;
}

.show-overlay{
    opacity: 1;
    z-index: 1;
}

.show-modal{
    
    top: 50%;
}

.doc-modal .container{
    overflow-y: initial !important
}


.doc-modal .row{
    height: 80vh;
    overflow-y: auto;
}

.no-brd{
    border-collapse: separate !important
}
