body p{
    font-size: 18px !important;
    line-height: 1.7;
}
.report-box-2:hover:before{
margin-top: 0.75rem;;
}
::before {
    -webkit-transition: all !important;
    -webkit-transition-timing-function: ease-out !important;
    -webkit-transition-duration: 200ms !important;
    -moz-transition: all !important;
    -moz-transition-timing-function: ease-out !important;
    -moz-transition-duration: 200ms !important;
}
h3, h2{
    font-weight: bold !important;
    text-transform: uppercase !important;
}
.buble{
    text-align: center;
}
.buble div{
    width: 100px;
    height: 100px;
    border-radius: 200px;
    border:1px solid #999;
    display: block;
    margin: 20px auto;
}
a.download_item{
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    border: 1px solid #d0caca;
    padding: 10px 0;
    border-radius: 20px;
}













/**/
/**/
/**/
/* BOX | LIST */
/**/
/**/
/**/
.boxlist{
   display: flex;
    border: 1px solid #e9edf1;
    width: auto;
    float: left;
    padding: 5px 15px;
    border-radius: 20px;
    background: white;
    overflow:hidden
}
.boxlist a{
   padding: 0px 3px;
    display: block;
    position: relative;
    z-index: 2;
}
.boxlist svg{
    width: 20px;
}
.boxlist li{
    position:relative
}
.boxlist li:before{
    content: "";
    background: transparent;
    -webkit-transition: all !important;
    -webkit-transition-timing-function: ease-out !important;
    -webkit-transition-duration: 300ms !important;
    -moz-transition: all !important;
    -moz-transition-timing-function: ease-out !important;-moz-transition-duration: 300ms !important;
    position: absolute;
}
.boxlist li.active:before{
    background: #FF914B;
    width: 200%;
    height: 150%;
    top: -19%;
    left: -98%;
    z-index: 0;
}

.boxlist li:nth-child(2).active:before{
    left: 0%;
}
/**/
/**/
/**/
/* END BOX | LIST */
/**/
/**/
/**/











/**/
/**/
/**/
/* ASSETS-TIMELINE */
/**/
/**/
/**/
.newbrand__time_line_progress{
    list-style: none;
    display:flex;
    justify-content:space-between;
    position:relative;
    overflow: hidden;
}

.newbrand__time_line_progress li:before{
    content:"";
    width:1000%;
    height:1px;
    background: #ACACAC;
    position:absolute;
    top:calc(50% - 1.5px);
    z-index: 1;
    opacity:.3;
}
.newbrand__time_line_progress li:last-child:before{
    display:none !important;
}
.newbrand__time_line_progress li{
    z-index: 2;
    position:relative;
    cursor:pointer;
}
.newbrand__time_line_progress li:hover span,
.newbrand__time_line_progress li.active span{
    color:white;
    background: #7830A4;
}
.newbrand__time_line_progress span{
    width: 120px;
    height: 120px;
    background: #F1F5F9;
    color:#000000;
    border-radius:200px;
    display:flex;
    text-align:center;
    align-items:center;
    justify-content:center;
    text-transform:uppercase;
    font-weight:bold;
    z-index: 2;
    position:relative;
}
.font-medium{
    text-transform: uppercase !important;
}
*:not(.popup){-webkit-transition: all !important;-webkit-transition-timing-function: ease-out !important;-webkit-transition-duration: 200ms !important;-moz-transition: all !important;-moz-transition-timing-function: ease-out !important;-moz-transition-duration: 200ms !important;}
/**/
/**/
/**/
/* END  ASSETS-TIMELINE */
/**/
/**/
/**/











/**/
/**/
/**/
/* POP-UP*/
/**/
/**/
/**/
.popup.hide{
    display:none;
}
.popup{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: #0000004a;
    z-index: 99999999999;

}
.box img{width:100%}
.popup .popup__parent{
    width:100%;
    height:100vh;
    display:flex;
    align-items:center;
    justify-content: center;
}
.download_item:hover{
    background: rgb(var(--color-primary));
    color:white
}
.box_content{
    background: white;
    width: 70%;
    position:relative;
    border-radius: 20px;
}
.box_content__title{
    padding:30px;

}
.box_content__data{
    display:flex;
    justify-content:space-between;
}
.box_content__data img{
    width: 55%;
    height:fit-content
}
.box_content__data p{
    width: 45%;
}
.popup_upclose:hover{
    background: black;
}
.popup_upclose{
    position: absolute;
    right: 8px;
    top: -50px;
    background: #6c6c6c;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 200px;
    text-align: center;
    font-size: 25px;
    line-height: initial;
    cursor: pointer;
}
/**/
/**/
/**/
/* END  POP-UP*/
/**/
/**/
/**/


.video_step__content{
    display: flex;
}
.boxscroll{
    width: 300px;
    margin-left: 20px;
    padding: 20px;
    max-height: 300px;
    overflow-y: scroll;
    box-shadow: 0px 3px 20px #0000000b;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow-x: hidden;
    background: #f2f2f2;
}
.report-box-1:hover .plus{
    background-color: white;
    border-color: white;
    opacity: 1;
}
.plus{
    width: 25px;
    height: 25px;
    border-radius: 100px;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    opacity: .5;
}