.single-page-wrapper .separator-line{
    margin: 40px 0px;
}

.single-page-left{
    padding-right: 15px;
    margin-top: -10px;
}
.single-page-right{
    padding-left: 45px;
}


.bottom-line{
    background: var(--primary-dark-10);
    height: 1px;
    width: 100%;
    display: block;
    margin: 40px 0px 80px 0px;
}
/*------ Single Page Summery box ----------*/
.single-page-summery-box{
    border-radius: 12px;
    border: 1px solid rgba(0, 53, 72, 0.10);
    box-shadow: 0px 9px 14px -10px rgba(0, 53, 72, 0.10);
    margin-bottom: 20px;
}
.case-study-sector{
    border-bottom: var(--border-10);
    padding: 22px 20px;
}
.case-study-sector .small-title{
    margin-bottom: 5px;
}
.case-study-sector .inline-cta{
    text-decoration: underline;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 24px;
}
.solution-tags span{
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    color: var(--primary-teal);
    text-decoration: underline;
}
/* .solution-tags{
    margin-bottom: 24px;
} */

.download-btn{
    width: 100%;
    max-width: 100% !important;
    justify-content: center;
}

.download-btn::before{
    content: "";
    position: relative;
    top: 0;
    display: inline-block;
    height: 24px;
    width: 24px;
    background-image: url(images/icons/icon-download.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 8px;
    transition: all 0.4s ease !important;
    filter: brightness(0) invert(1);  
}

.artical-box{
    padding: 22px 18px 28px 18px;
}

.artical-box ul li a{
    font-size: 16px;
    line-height: 21px;
    color: var(--primary-teal);
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 13px;
    cursor: pointer;
}
.artical-box ul li a:hover{
    color: var(--primary-teal);
}
.summary-title:hover::before{
    background: var(--light-teal);
}
.artical-box ul li a.active::before{
    content: "";
    position: absolute;
    border-radius: 10px;
    width: 3px;
    height: 22px;
    left: 0px;
    background: var(--primary-teal);
}

.artical-box ul li{
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 20px !important;
}
.artical-box ul{
    margin-left: 0px;
    margin-bottom: 0px;
}
.artical-box ul li a{
    color: var(--primary-dark-80);
}
.artical-box ul li a.active{
    color: var(--primary-teal);
    font-weight: 700;
}
.artical-box ul li:last-child{
    margin-bottom: 0px !important; 
}

.sticky-sidebar{
    padding-bottom: 40px;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

/*------------- Download pop up Css --------*/

.popup-open {
    overflow: hidden;
}
.custom-model-main {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    left: 0;
    opacity: 0;
    outline: 0;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .15s linear, z-index .15;
    z-index: -1;
}  
.custom-model-inner {
    margin: 0 auto;
    max-width: 750px;
    padding: 0 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .3s ease-out;
    width: 100%;
}
.custom-model-wrap {
    min-height: 100px;
    box-sizing: border-box;
    display: block;
    max-height: calc(100vh - 70px);
    outline: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 30px;
    position: relative;
    width: 100%;
    background-color: var(--white);
    border-radius: 12px;
    border: 1px solid rgba(0, 53, 72, 0.10);
    box-shadow: 0px 9px 14px -10px rgba(0, 53, 72, 0.10);
}
.model-open {
    opacity: 1;
    overflow: hidden;
    z-index: 99999;
}
.model-open .custom-model-inner {
    position: relative;
    z-index: 999;
}
.bg-overlay{
    /* opacity: 0.75; */
    backdrop-filter: blur(15px);
    background-color: rgba(0, 53, 72, 0.8);
    bottom: 0;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: background .15s linear;
    width: 100%;
    z-index: 0;
}
.model-open .bg-overlay {
    z-index: 99;
}
.filter-overlay {
    opacity: 0;
    visibility: hidden;
}
.filter-overlay.active {
    opacity: 0.6;
    visibility: visible;
}
.close-btn {
    background-color: transparent;
    background-image: url(images/ic_round-close.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 99;
    background-size: 32px;
}
.pop-up-content-wrap h5{
    margin-bottom: 40px;
}

.single-newsletter-mobile{
    display: none;
}

.event-sector {
    border-bottom: var(--border-10);
    padding: 22px 20px;
}
/* .event-sector .event-option{
    margin-bottom: 24px;
} */

.event-sector .btn{
    width: 100%;
    max-width: 100%;
    justify-content: center;
    margin-top: 24px;
}
.download-pop-model .gform_wrapper.gravity-theme .gform_footer{
    padding: 0px 0 0 0 !important;
}
.popup-privacy-text{
    margin-top: -10px;
}
/*--------- Newsletter Box --------*/
.newsletter-title{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.newsletter-title .iconbox{
    border-radius: 5px;
    background: var(--light-teal-2);
    width: 38px;
    height: 38px;
    padding: 7px;
    margin-right: 14px;
}
.newsletter-box{
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(51, 51, 51, 0.10);
    box-shadow: 0px 9px 14px -10px rgba(0, 53, 72, 0.10);
    padding: 22px;
}
.newsletter-title h6{
    margin-bottom: 0px;
}

.newsletter-box .h7{
    font-weight: 500;
    color: var(--primary-dark-80);
    margin-bottom: 22px;
}
.newsletter-mobile{
    display: none;
}