@font-face {   
    font-family: 'qt_zain_bold';
    src: url('../fonts/qt_zain_bold/qt_zaintext_bold_pcwebfont.eot');
    src: url('../fonts/qt_zain_bold/qt_zaintext_bold_pcwebfont.eot') format('embedded-opentype'),
         url('../fonts/qt_zain_bold/qt_zaintext_bold_pcwebfont.woff2') format('woff2'),
         url('../fonts/qt_zain_bold/qt_zaintext_bold_pcwebfont.woff') format('woff'),
         url('../fonts/qt_zain_bold/qt_zaintext_bold_pcwebfont.ttf') format('truetype'),
         url('../fonts/qt_zain_bold/qt_zaintext_bold_pcwebfont.svg#qt_zaintext_bold_pcwebfont') format('svg');
}
body {font-family: 'Nunito Sans', sans-serif ; font-size: 16px; font-weight: 400; color: #3d3d3e; margin: 0; line-height: 1; overflow-x: hidden; }


.header {background: #000; padding: 11px 0; position: fixed; top: 0; left: 0; width: 100%; z-index: 999; height: 50px; display: flex; flex-wrap: wrap; align-items: center;}
.header .row {align-items: center;}
.header .download-btn {padding: 0; border: 0; font-size: 16px; background: transparent;}
.header .download-btn:hover{opacity: .7; color: #fff;}
.header .download-btn br {display: none;}
.header .lang-btn {font-size: 18px; color: #ffffff; text-decoration: none;}
.header .lang-btn.ar {font-family: 'qt_zain_bold';}

.header .content-toggler {display: none;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#loader-wrapper {position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1003; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
#loader {display: block; position: relative; left: 0; top: 0; width: 300px; transform:none; z-index: 1001;}
#loader-wrapper .loader-section {position: fixed; top: 0; width: 51%; height: 100%; background: #fff; z-index: 1000;}
#loader-wrapper .loader-section.section-left {left: 0;}
#loader-wrapper .loader-section.section-right {right: 0;}
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%); 
    -ms-transform: translateX(-100%); 
    transform: translateX(-100%); 
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); 
}
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%); 
    -ms-transform: translateX(100%); 
    transform: translateX(100%);  
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); 
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); 
}
.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;  
    transition: all 0.3s ease-out; 
}
.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);  
    -ms-transform: translateY(-100%);  
    transform: translateY(-100%); 
    -webkit-transition: all 0.3s 1s ease-out;  
    transition: all 0.3s 1s ease-out; 
}

/*key frame*/

@media screen and  (min-width: 1201px){
.container {max-width: 1230px;width: 100%;}
}
@media screen and (max-width:1300px) and (min-width: 1201px){

.container {max-width: 1140px;width: 100%;}

}
.circle {-webkit-animation: rotation 2s infinite linear;}

@-webkit-keyframes rotation {
    from {
            -webkit-transform: rotate(0deg);
    }
    to {
            -webkit-transform: rotate(359deg);
    }
}
@keyframes rotating {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes scaleupdown {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.2);
    }
    60% {
        transform: scale(0.5);
    }
}
@keyframes moveupdown {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
.rotating {
    animation: rotating linear infinite;
}
.scaleupdown {
    animation: scaleupdown linear infinite;
}
.moveupdown {
    animation: moveupdown linear infinite;
}
.animation-speed-1s{animation-duration: 1s}
.animation-speed-2s{animation-duration: 2s}
.animation-speed-3s{animation-duration: 3s}
.animation-speed-4s{animation-duration: 4s}
.animation-speed-5s{animation-duration: 5s}
.animation-speed-6s{animation-duration: 6s}
.animation-speed-7s{animation-duration: 7s}
.animation-speed-8s{animation-duration: 8s}
.animation-speed-10s{animation-duration: 10s}
.animation-speed-30s{animation-duration: 30s}

/*key frame*/

/*table-content*/
.inner-wrapper.active .content-toggler{left: 0px; transition: all .7s ease;}

.content-toggler {background: #76326b; color: #ffffff; padding: 10px; display: inline-block; font-size: 14px; position: fixed; top: 50%; margin-top: -135px; left: -100%; z-index: 9; /*writing-mode: vertical-lr;*/ transform: rotate(90deg); transform-origin: 15px; border-radius: 5px 5px 0px 0; transition: all .7s ease; } 
.content-toggler:hover,
.content-toggler:focus {color: #ffffff; text-decoration: none;}

.contents-list {position: fixed; left: -250px; top: 0; width: 250px; height: 100vh; background: #000; z-index: 999; padding: 15px; transition: all .4s ease; overflow: auto;}
.contents-list li:not(:last-child) {margin-bottom: 20px;}
.contents-list li a {font-size: 14px; color: #fff; text-transform: none; text-decoration: none; line-height: 1.2;}
.contents-list li a:hover {color: #fff;}
.contents-list.active {left: 0;}

.contents-list .close-menu {position: absolute; right: 15px; top: 15px; font-size: 25px; color: #ffffff; z-index: 9;}

.contents-list.new {width: 100%; padding: 0; left: -100%; transition: .5s ease all;}
.contents-list.new.active{left: 0;}

.contents-list .table-content-menu {display: table; width: 100%;}
.contents-list .table-content-menu .container{display: table-cell; vertical-align: middle;}
.table-content-menu .row{max-width: 700px; margin: auto; margin-right: 50px;}

.table-content-menu {background: #000 url(../images/table-content-bg.jpg) left top no-repeat; background-size: cover; padding: 70px 0; position: relative; min-height: 100vh; position: relative; height: 100%; }
.table-content-menu:before {content: ''; width: 100%; height: 100%; background: url(../images/table-content-bg.png) center center no-repeat; position: absolute; background-size: cover; left: 0; top: 0;}
.table-content-menu .container-fluid{padding: 0 40px;}
.table-content-menu h1 {margin: 0; padding-top: 0; padding-bottom: 50px; position: relative;}
.table-content-menu .contents {position: absolute; left: 0; bottom: 50px;}
.table-content-menu .box {position: relative; margin-bottom: 20px;}
.table-content-menu .box .link {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.table-content-menu .page-no {color: #fff; font-weight: 700; font-size: 40px; margin: 0 0 5px 0; line-height: 1;}
.table-content-menu .page-name {color: #fff; font-size: 15px; font-weight: 900; padding-bottom: 10px; line-height: 20px; margin: 0; position: relative; display: inline-block;}
.table-content-menu span{color: #fff; display: block; font-size:15px; font-weight: 600;}
.table-content-menu .box:hover .page-name:after,
.table-content-menu .box.active .page-name:after{width:100%;}
.table-content-menu .page-name:after{ content:''; transition: all 0.3s ease; position:absolute; width: 60px; height: 6px; background:#fff !important; left: 0; bottom: -2px; }


.download-btn { border: 2px solid #fff; display: inline-block; color: #fff;
font-size: 24px; line-height: 1; padding: 10px 20px; display: inline-table; transition: all .4s ease;
}
.download-btn .material-icons { line-height: 0; line-height: .8; display: table-cell; vertical-align: middle; padding-right: 5px;}

/*table-content end css*/

/*popup-modal css*/

.modal-dialog { width: 100%;  display: inline-block; text-align: left; vertical-align: middle; margin: 15px 0;}
.modal:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px;}
.modal-header{ border: 0; padding: 38px; }
.modal-content{ border: 0; border-radius: 0; }
.modal-title{ font-size: 25px; color: #9053a1; text-transform: uppercase; padding: 0; line-height: 1.7; text-align: center; width: 100%; }
.modal-body{ padding-top: 0; padding-bottom: 50px; }
.modal-body .file-btn { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; min-height: 76px; max-width: 420px; line-height: 1; padding: 20px 15px; border: 2px solid #f5f5f5; text-align: center; font-size: 18px; color: #cf0972; font-weight: 500; margin: auto; text-decoration: none; transition: .4s all ease;  }
.modal-body .file-btn:not(:last-child){ margin-bottom: 20px; }
.modal-body .file-btn:hover{opacity: .7;  }
.modal-body .file-btn .material-icons{ vertical-align: middle; margin-right: 15px;}
.modal-body .file-btn .material-icons:last-child {margin-right: 0; margin-left: 15px;}
.modal-content .close {opacity: 1; padding: 0; margin: 0; position: absolute; right: 40px; top: 40px; line-height: .6; z-index: 9; }
.modal-content .close:hover, .close:focus{ outline: none; }
.modal {text-align: center;}

.modal-dialog { display: inline-block; text-align: left; vertical-align: middle; margin: 15px 0;}
.modal:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px;}
@media (min-width: 576px){
.modal-dialog {max-width: 800px;}
}

/* end popup-modal css*/




img {max-width: 100%;}
ul{list-style: none; padding: 0; margin: 0;}

a{transition: .4s ease all;}
a:hover{text-decoration: none ; opacity: .7;}

h1{font-size: 55px; margin: 0 0 15px 0;position: relative;color: #fff;font-weight: 900; padding-bottom: 0;}
h1.section-title {    padding: 75px 0 0 0px;}
h2 {position: relative;  font-size: 20px; margin: 15px 0 20px 0; display: block;}
h3 {font-size: 21px; color: #fff; font-weight: 600; margin: 0 0 15px 0; line-height: 1.3; display: inline-block;}
h4{font-size: 15px; color: #8a8c8e; font-weight: 900; margin: 0 0 20px 0;}
h6 {color: #252123; font-weight: 900; font-size: 12px; margin: 0;}
.w-100{ width: 100%; }
p {font-size: 15px; line-height: 1.4; margin: 0 0 15px 0;font-weight: 600;}
p.bullets{position: relative; padding-left: 15px;}
p.bullets:before{position: absolute; content: ''; width: 7px; height: 7px; border-radius: 50%; background: #fff; left: 0; top: 7px;}

sup{color: #029679;font-size: 14px; top: 0em; font-weight: 700; text-decoration: underline; margin:0 4px;}
a:hover sup{text-decoration-color: #fff;}
.purple{color: #4471b3;}

.file-actions {width: 34px; height: 120px; display: flex; flex-wrap: wrap; align-items: flex-end; position: fixed; z-index: 9; left: 0; top: 50%; margin-top: 20px; padding: 0; list-style: none; }
.file-actions li a {color: #fff; display: block; background: #76326b; padding: 5px; border-radius: 0 5px 5px 0;}
.file-actions li a:hover {color: #000; text-decoration: none;}
.file-actions .lang-btn { font-size: 17px; transform: rotate(90deg) translate3d( 0px, 0px, 0px); position: relative; left: -20px; top: -4px; height: 34px; min-width: 74px; display: flex; justify-content: center; align-items: center; border-radius: 5px 5px 0 0;}
.file-actions .lang-btn.ar {font-family: 'qt_zain_bold'; left: -20px;}

.ar .file-actions {right: 0; left: auto;}
.ar .file-actions .lang-btn {right: -20px; left: auto;}
.ar .file-actions .lang-btn.ar {right: -12px; left: auto;}



.vertical-label{position: absolute;background: transparent;color: #fff;padding: 13px 25px;font-size: 11px;margin: 0;z-index: 9;transform: rotate(-90deg);transform-origin: bottom;left: -30px;min-height: auto; min-width: auto;white-space: nowrap;bottom: 110px;}

/*spacing css*/
.m-b-70{margin-bottom: 70px;}
.p-b-70{padding-bottom: 70px;}



.links{padding: 150px 0 40px 0; position: relative;}
.links li{display: flex; align-items: center;}
.links a {display: block; font-size: 14px; line-height: 1.2; font-weight: 600; color: #fff !important; margin-bottom: 5px; transition: .4s ease all;}
.links a:hover{text-decoration: underline !important; opacity: .9 !important; }

.regards h3{color: #fff;}
.inner{max-width: 700px;}
.inner p{color:#fff;}
.bg-bottom{position: absolute; right: 0; bottom: 0;}
section{position: relative; width: 100%; overflow: hidden;}


.cover-banner{ width: 100%; position: relative;}
.cover-banner .graphics{position: absolute; width: 13%; opacity: .3 !important;}

.cover-banner .graphics.center {top: 395px;left: 155px;}
.cover-banner .graphics.bottom{right: 200px; bottom: 400px;}
.cover-banner .graphics.top{right: 0; top: 80px;}

.cover-banner .zain-logo{max-width: 20%; position: absolute; top: 40px;left: 50px;}
.cover-banner .content{ background: -moz-linear-gradient(-45deg,  #2aa76d 0%, #2aa76d 98%); background: -webkit-linear-gradient(-45deg,  #2aa76d 0%,#2aa76d 98%); background: linear-gradient(135deg,  #2aa76d 0%,#2aa76d 98%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aa76d', endColorstr='#2aa76d',GradientType=1 ); color: #fff; width: 100%;     padding: 60px 0;}
.cover-banner .content h3{margin: 0;}
.cover-banner .content p{margin: 0; margin-top: 11px;}
.cover-banner .content .image{max-width: 50%;}
.cover-banner .content .text{max-width: 400px; margin: auto;}

.table-content{background: url(../images/table-content-bg.png) center center no-repeat;     background-attachment: fixed; background-size: cover; }
.table-content .graphics{position: absolute; right: 30px; top: 30px;}
.table-content .graphics.right{right: auto; left: 53px; top: 200px;}
.table-content .section-title{padding-bottom: 90px;}
.table-content .content{padding-bottom: 150px; padding-top: 50px;}
.table-content ul:not( :last-child){margin-right: 100px;}
.table-content ul li{margin-bottom: 40px; position:relative;  }

     
.table-content ul li p{transition: .5s ease all;}
.table-content ul li a{color: #fff; font-size: 15px; transition: .5s ease all; display: inline-block; position: relative;}
.table-content ul li a:after{    content: ''; transition: all 0.3s ease; position: absolute; width: 50px; height: 6px; background: #fff; left: 0; bottom: -15px}
.table-content ul li:hover a{opacity: 1;}
.table-content ul li:hover a:after{ width: 100%;}



.table-content ul li p{font-weight:900;margin-bottom: 0; line-height: 1.3; position: relative;}
.table-content ul li p span{display: block; font-weight: 600;}

.voice-chairman{background: url(../images/vice-chairman-bg.jpg) center center no-repeat; background-size: cover; background-attachment: fixed;}
.voice-chairman h1,
.voice-chairman .vertical-label{    color: #000;}
.voice-chairman h1{padding-left: 25px;}
.voice-chairman .graphics{position: absolute; right: 20px; top:90px;}
.voice-chairman .inner{padding-bottom: 600px;     background: rgba(0, 0, 0, 0.2); padding: 20px; margin-left: 25px;} 
.voice-chairman h4,
.voice-chairman .inner p{color:#fff;}
.voice-chairman h4,
.Sustainability-officer-msg h4{font-size: 22px;}
.regards h3,
.regards p{font-weight: 700;}

.Sustainability-officer-msg{background: url(../images/Sustainability-officer-msg-bg.png) center center no-repeat; background-size: cover; background-attachment: fixed;}
.Sustainability-officer-msg .graphics{position: absolute; right: 50px; top:30px; opacity: .5 !important;}
.introduction .content{padding-bottom: 500px;}

.Sustainability-officer-msg h1{padding-left: 25px;}
.Sustainability-officer-msg .inner{padding-bottom: 500px; background: rgba(0, 0, 0, 0.2); padding: 20px; margin-left: 25px;}
.Sustainability-officer-msg .inner p,
.Sustainability-officer-msg .inner h4{color:#fff;}

.introduction{background: url(../images/intro-bg.png) center center no-repeat; background-size: cover; background-attachment: fixed; padding-top: 300px;}
.introduction .graphics{position: absolute; right: 50px; transform: translateX(-50%); top:40px;}
.introduction .inner{max-width: 550px;}
.introduction .inner.right{margin-bottom: -190px;}

.circular-economy{background: url(../images/circular-economy-bg.png) center center no-repeat; background-size: cover; background-attachment: fixed; padding-top: 75px; padding-bottom: 75px;}
.circular-economy .inner{max-width: 500px;}
.circular-economy .graphics{position: absolute; left: 33%; bottom: 30%;}
.circular-economy h1{padding: 0;}
.circular-economy .links a:hover{color: #6894b3;}
.circular-economy .economy-values{width: 100% ; height: 100%; position: relative;}
.circular-economy .economy-values ul{    position: relative; width: 420px; height: 260px; padding-left: 200px; padding-top: 0px}
.circular-economy .economy-values li{position: absolute; }
.circular-economy .economy-values li.Production{right: 85px; top: 38px;}
.circular-economy .economy-values li.Raw-Materials{right: auto;left: 113px; top: 38px;}
.circular-economy .economy-values li.Distribution{right: 85px; top: 150px;}
.circular-economy .economy-values li.Repair{right: auto;left: 113px; top: 150px;}
.circular-economy .economy-values li.Consumption{top: auto; bottom: 0;}
.circular-economy .economy-values li.circle{top: 104px; left: 190px;}
.circular-economy .economy-values > a{left: 33px;position: absolute;top: 30px;display: block;z-index: 9;}




.circular-economy .economy-values li p{color: #fff; font-size: 12px; margin: 0; position: absolute; line-height: 1.1; text-align: center; left: 50%; transform: translateX(-50%);}

.linear-circular{background: url(../images/lin&cir-bg.png) center center no-repeat; background-size: cover; background-attachment: fixed; padding-top: 75px; padding-bottom: 75px;}
.linear-circular .graphics{position: absolute; right: 0; left: auto; bottom: 100px;}
.linear-circular .inner{max-width: 500px;}
.linear-circular .links{padding-top: 70px; padding-bottom: 270px;}

.linear-circular .economy-comparison{ padding: 10px 0 100px 0;}
/*.linear-circular .economy-comparison svg{max-width: 150px;}*/
.linear-circular .economy-comparison  li{position: relative;}
.linear-circular .economy-comparison .linear-economy  li:not(:last-child){margin-right: 10px;}
.linear-circular .economy-comparison  li span{position: absolute; color: #fff;left: 13px;top: 38%;transform: translateY(-50%);font-size: 13px; margin: 0; line-height: normal;}


.linear-circular h3{font-size: 13px; margin-bottom: 30px;}
.linear-circular .economy-circul{    /*padding-left: 0px;*/}
.linear-circular .economy-circul ul{position: relative; width: 106px; height: 106px;}
.linear-circular .economy-circul ul li{position: absolute; top: 1px;}
.linear-circular .economy-circul ul li:nth-child(2){    right: 0px; transform: rotate(116deg); top: 9px;}
.linear-circular .economy-circul ul li:last-child{    right: 32px; transform: rotate(-123deg); top: 48px;}

.linear-circular .economy-circul  p{position: absolute; color: #fff; margin: 0;}
.linear-circular .economy-circul .text p.make {    top: -100px;transform: rotate(-56deg);left: -31px;}
.linear-circular .economy-circul .text p.use {    left: 100px;transform: rotate(65deg);bottom: 82px;}
.linear-circular .economy-circul .text p.rules {left: 0; bottom: -32px;}

.linear-circular .circle-wrapper .icon{position: relative;}
.linear-circular .circle-wrapper .icon svg{width: 200px;}
.linear-circular .circle-wrapper li{position: relative;}
/*.linear-circular .circle-wrapper li:not(:last-child){margin-right: 10px;}*/
/*.linear-circular .circle-wrapper li:nth-child(2),
.linear-circular .circle-wrapper li:nth-child(3){top:-3px;}*/
.linear-circular .circle-wrapper li span{ position: absolute; width: 28px; height: 28px; border-radius: 50%; background: #955821; top: 50%; transform: translateY(-50%); right: -14px; border: 1px solid #fff;}
.linear-circular .circle-wrapper li:nth-child(2) span,
.linear-circular .circle-wrapper li:nth-child(3) span{top:45%; right: -5px;}
.linear-circular .circle-wrapper li span i{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); color: #fff;}
/*.linear-circular .circle-wrapper li p{width:100%;position: absolute; color: #fff; font-size: 10px; line-height: 1.2; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center;}*/
.linear-circular .circle-wrapper li:nth-child(2) p{top: 40%;}
.linear-circular .circle-wrapper li:nth-child(3) p{top: 22%; left: -12px; font-size: 13px;}
.linear-circular .circle-wrapper li:last-child p{left: -20px;}


.linear-circular .circle-wrapper li p {
    width: 100%;
    position: absolute;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    top: 33%;
    left: 0;
    transform: translate(-50%, -50%);
    text-align: center;
}
.linear-circular .circle-wrapper li span {
       position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #955821;
    top: 44%;
    transform: translateY(-50%);
    right: -13px;
    border: 1px solid #fff;
}

.linear-circular .circle-wrapper li:nth-child(3) .icon{position: relative;left: -9px;}
.linear-circular .circle-wrapper li:nth-child(2) span{top: 43%;}
.linear-circular .circle-wrapper li:nth-child(3) span{top: 43%;right: 4px}
.linear-circular .circle-wrapper li:last-child .icon{left: -22px;top: -2px;}


.linear-risks{background: url(../images/linear-risk-bg.png) center center no-repeat; background-size: cover; background-attachment: fixed;}
.linear-risks .content{padding-bottom: 400px;}
.linear-risks .inner{max-width: 550px;}
.linear-risks .inner.right{ margin-bottom: -195px;}
.linear-risks .links{padding: 220px 0px 40px 0; float: right;}
.linear-risks .graphics{position: absolute;     bottom: 14%;left: 17%;}
.linear-risks .inner.right p span{margin-right: 5px;}


.technology{background: url(../images/technology&circular-economy-bg.png) center center no-repeat; background-attachment: fixed; background-size: cover;}
.technology h3{font-size: 17px;}
.technology .content{padding-bottom: 300px;}
.technology .inner{max-width: 500px;}
.technology .inner.right{ padding-top: 275px; margin-left: 60px;}
.technology .inner.bottom{margin-left: 60px;}
.technology .links a{color: #029679}

.technology .box-wrapper li svg{width: 180px;}
.technology .box-wrapper li:last-child svg{width: 144px;}
.technology .box-wrapper ul{padding: 20px 0; padding-bottom: 30px;}
.technology .box-wrapper li{position: relative;}
.technology .box-wrapper .box{position: relative;}
.technology .box-wrapper li:first-child p{top: 32px;}
.technology .box-wrapper li:nth-child(2) p{top: 32px;}
.technology .box-wrapper li:last-child p{top: 32px;}
.technology .box-wrapper li:nth-child(3) p{font-size: 10px;}
.technology .box-wrapper  li p{color: #fff; position: absolute;  top: 9px;width: 117px; font-size: 12px; text-align: center; line-height: 1.2;}

.technology .box-wrapper li:nth-child(2) .box{left: -21px;}
.technology .box-wrapper li:nth-child(3) .box{left: -47px;}
.technology .box-wrapper li:last-child .box{left: -72px;}


.technology .box-wrapper li:first-child p{top: 32px; left: 17px;}
.technology .box-wrapper li:nth-child(2) p{top: 32px;}
.technology .box-wrapper li:nth-child(3) p{    left: -29px;top: 29px;}
.technology .box-wrapper li:last-child p{top: 32px; left: -56px}

.e-waste{background: url(../images/e-waste-bg.png) center center no-repeat; background-size: cover; background-attachment: fixed; padding-top: 75px;}
.e-waste .row{padding-bottom: 100px;}
.e-waste .links{padding-top: 30px;}
.e-waste .links a{color: #4471b3;}
.e-waste .ewaste-example{position: relative;}
.e-waste .ewaste-example ul li{width:123px; height:95px;position: relative;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 113.3 86.99'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23627abc;%7D.cls-2%7Bfill:none;stroke:%23ffffff;stroke-miterlimit:10;%7D.cls-3%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Ebtm-circle1%3C/title%3E%3Cpath class='cls-1' d='M34.3,43.58A15.4,15.4,0,1,0,18.9,59a15.39,15.39,0,0,0,15.4-15.4Z' transform='translate(-3 -9)'/%3E%3Cpath class='cls-2' d='M34.3,43.58A15.4,15.4,0,1,0,18.9,59a15.39,15.39,0,0,0,15.4-15.4Z' transform='translate(-3 -9)'/%3E%3Cpath class='cls-3' d='M97.11,37.57h0a.8.8,0,0,1,.44-1h0a.78.78,0,0,1,1,.45h0a.76.76,0,0,1-.44,1h0a.67.67,0,0,1-.28.06h0a.78.78,0,0,1-.72-.49ZM95,32.9h0a.78.78,0,0,1,.31-1h0a.78.78,0,0,1,1,.32h0a.78.78,0,0,1-.32,1h0a.77.77,0,0,1-.36.09h0A.77.77,0,0,1,95,32.9ZM21.74,31.18a.77.77,0,0,1-.25-1.06h0a.77.77,0,0,1,1.06-.26h0a.78.78,0,0,1,.25,1.07h0a.77.77,0,0,1-.66.36h0a.76.76,0,0,1-.4-.11Zm70.5-2.64a.78.78,0,0,1,.18-1.08h0a.78.78,0,0,1,1.08.19h0a.76.76,0,0,1-.18,1.07h0a.74.74,0,0,1-.45.15h0a.78.78,0,0,1-.63-.33Zm-67.57-1.7a.77.77,0,0,1-.13-1.08h0a.78.78,0,0,1,1.09-.13h0a.78.78,0,0,1,.12,1.09h0a.78.78,0,0,1-.61.29h0a.72.72,0,0,1-.47-.17ZM89,24.55a.78.78,0,0,1,0-1.1h0a.78.78,0,0,1,1.09.05h0a.79.79,0,0,1,0,1.1h0a.81.81,0,0,1-.53.2h0a.78.78,0,0,1-.56-.25ZM28.1,22.9a.78.78,0,0,1,0-1.1h0a.77.77,0,0,1,1.09,0h0a.77.77,0,0,1,0,1.1h0a.79.79,0,0,1-.54.22h0a.78.78,0,0,1-.55-.23ZM85.32,21h0a.77.77,0,0,1-.08-1.09h0a.77.77,0,0,1,1.09-.09h0a.77.77,0,0,1,.08,1.09h0a.76.76,0,0,1-.59.27h0a.81.81,0,0,1-.5-.18ZM32,19.4a.78.78,0,0,1,.15-1.09h0a.78.78,0,0,1,1.08.15h0a.77.77,0,0,1-.15,1.09h0a.77.77,0,0,1-.46.15h0a.78.78,0,0,1-.62-.3Zm49.23-1.51A.77.77,0,0,1,81,16.82h0a.78.78,0,0,1,1.07-.22h0a.77.77,0,0,1,.22,1.07h0a.76.76,0,0,1-.64.35h0a.75.75,0,0,1-.43-.13ZM36.28,16.41a.78.78,0,0,1,.28-1.06h0a.77.77,0,0,1,1.06.28h0a.77.77,0,0,1-.28,1h0a.7.7,0,0,1-.39.11h0a.8.8,0,0,1-.67-.38Zm40.49-1.08a.79.79,0,0,1-.35-1h0a.77.77,0,0,1,1-.34h0a.77.77,0,0,1,.35,1h0a.76.76,0,0,1-.69.43h0a.72.72,0,0,1-.35-.08ZM40.91,14a.77.77,0,0,1,.41-1h0a.76.76,0,0,1,1,.41h0a.77.77,0,0,1-.4,1h0a.82.82,0,0,1-.31.07h0a.78.78,0,0,1-.71-.47Zm31.14-.63a.77.77,0,0,1-.48-1h0a.77.77,0,0,1,1-.48h0a.77.77,0,0,1,.48,1h0a.76.76,0,0,1-.73.51h0a.73.73,0,0,1-.25,0ZM45.81,12.12a.77.77,0,0,1,.53-1h0a.77.77,0,0,1,.95.53h0a.76.76,0,0,1-.52,1h0a.58.58,0,0,1-.22,0h0a.75.75,0,0,1-.74-.55ZM67.1,12a.77.77,0,0,1-.59-.92h0a.77.77,0,0,1,.92-.59h0a.78.78,0,0,1,.59.92h0a.78.78,0,0,1-.75.61h0l-.17,0ZM50.89,10.89a.79.79,0,0,1,.65-.89h0a.77.77,0,0,1,.88.65h0a.76.76,0,0,1-.64.88h-.12a.77.77,0,0,1-.77-.65Zm11.13.3a.78.78,0,0,1-.7-.84h0a.77.77,0,0,1,.84-.7h0a.76.76,0,0,1,.7.83h0a.77.77,0,0,1-.77.71H62Zm-5.93-.89a.77.77,0,0,1,.75-.8h0a.77.77,0,0,1,.8.75h0a.79.79,0,0,1-.75.8h0a.78.78,0,0,1-.77-.75Z' transform='translate(-3 -9)'/%3E%3Cpath class='cls-2' d='M97.11,37.57h0a.8.8,0,0,1,.44-1h0a.78.78,0,0,1,1,.45h0a.76.76,0,0,1-.44,1h0a.67.67,0,0,1-.28.06h0a.78.78,0,0,1-.72-.49ZM95,32.9h0a.78.78,0,0,1,.31-1h0a.78.78,0,0,1,1,.32h0a.78.78,0,0,1-.32,1h0a.77.77,0,0,1-.36.09h0A.77.77,0,0,1,95,32.9ZM21.74,31.18a.77.77,0,0,1-.25-1.06h0a.77.77,0,0,1,1.06-.26h0a.78.78,0,0,1,.25,1.07h0a.77.77,0,0,1-.66.36h0a.76.76,0,0,1-.4-.11Zm70.5-2.64a.78.78,0,0,1,.18-1.08h0a.78.78,0,0,1,1.08.19h0a.76.76,0,0,1-.18,1.07h0a.74.74,0,0,1-.45.15h0a.78.78,0,0,1-.63-.33Zm-67.57-1.7a.77.77,0,0,1-.13-1.08h0a.78.78,0,0,1,1.09-.13h0a.78.78,0,0,1,.12,1.09h0a.78.78,0,0,1-.61.29h0a.72.72,0,0,1-.47-.17ZM89,24.55a.78.78,0,0,1,0-1.1h0a.78.78,0,0,1,1.09.05h0a.79.79,0,0,1,0,1.1h0a.81.81,0,0,1-.53.2h0a.78.78,0,0,1-.56-.25ZM28.1,22.9a.78.78,0,0,1,0-1.1h0a.77.77,0,0,1,1.09,0h0a.77.77,0,0,1,0,1.1h0a.79.79,0,0,1-.54.22h0a.78.78,0,0,1-.55-.23ZM85.32,21h0a.77.77,0,0,1-.08-1.09h0a.77.77,0,0,1,1.09-.09h0a.77.77,0,0,1,.08,1.09h0a.76.76,0,0,1-.59.27h0a.81.81,0,0,1-.5-.18ZM32,19.4a.78.78,0,0,1,.15-1.09h0a.78.78,0,0,1,1.08.15h0a.77.77,0,0,1-.15,1.09h0a.77.77,0,0,1-.46.15h0a.78.78,0,0,1-.62-.3Zm49.23-1.51A.77.77,0,0,1,81,16.82h0a.78.78,0,0,1,1.07-.22h0a.77.77,0,0,1,.22,1.07h0a.76.76,0,0,1-.64.35h0a.75.75,0,0,1-.43-.13ZM36.28,16.41a.78.78,0,0,1,.28-1.06h0a.77.77,0,0,1,1.06.28h0a.77.77,0,0,1-.28,1h0a.7.7,0,0,1-.39.11h0a.8.8,0,0,1-.67-.38Zm40.49-1.08a.79.79,0,0,1-.35-1h0a.77.77,0,0,1,1-.34h0a.77.77,0,0,1,.35,1h0a.76.76,0,0,1-.69.43h0a.72.72,0,0,1-.35-.08ZM40.91,14a.77.77,0,0,1,.41-1h0a.76.76,0,0,1,1,.41h0a.77.77,0,0,1-.4,1h0a.82.82,0,0,1-.31.07h0a.78.78,0,0,1-.71-.47Zm31.14-.63a.77.77,0,0,1-.48-1h0a.77.77,0,0,1,1-.48h0a.77.77,0,0,1,.48,1h0a.76.76,0,0,1-.73.51h0a.73.73,0,0,1-.25,0ZM45.81,12.12a.77.77,0,0,1,.53-1h0a.77.77,0,0,1,.95.53h0a.76.76,0,0,1-.52,1h0a.58.58,0,0,1-.22,0h0a.75.75,0,0,1-.74-.55ZM67.1,12a.77.77,0,0,1-.59-.92h0a.77.77,0,0,1,.92-.59h0a.78.78,0,0,1,.59.92h0a.78.78,0,0,1-.75.61h0l-.17,0ZM50.89,10.89a.79.79,0,0,1,.65-.89h0a.77.77,0,0,1,.88.65h0a.76.76,0,0,1-.64.88h-.12a.77.77,0,0,1-.77-.65Zm11.13.3a.78.78,0,0,1-.7-.84h0a.77.77,0,0,1,.84-.7h0a.76.76,0,0,1,.7.83h0a.77.77,0,0,1-.77.71H62Zm-5.93-.89a.77.77,0,0,1,.75-.8h0a.77.77,0,0,1,.8.75h0a.79.79,0,0,1-.75.8h0a.78.78,0,0,1-.77-.75Z' transform='translate(-3 -9)'/%3E%3Cpath class='cls-3' d='M58.31,95.49A42.88,42.88,0,0,1,15.68,57a.47.47,0,0,1,.93-.1,41.92,41.92,0,0,0,83.62-4.28.47.47,0,0,1,.47-.47.46.46,0,0,1,.46.47A42.9,42.9,0,0,1,58.31,95.49Z' transform='translate(-3 -9)'/%3E%3Cpath class='cls-2' d='M58.31,95.49A42.88,42.88,0,0,1,15.68,57a.47.47,0,0,1,.93-.1,41.92,41.92,0,0,0,83.62-4.28.47.47,0,0,1,.47-.47.46.46,0,0,1,.46.47A42.9,42.9,0,0,1,58.31,95.49Z' transform='translate(-3 -9)'/%3E%3Cpath class='cls-3' d='M100.7,53.1a.47.47,0,0,1-.47-.46,42.87,42.87,0,0,1,10.21-27.76.46.46,0,0,1,.65-.06.47.47,0,0,1,.06.66,41.93,41.93,0,0,0-10,27.16.46.46,0,0,1-.46.46Z' transform='translate(-3 -9)'/%3E%3Cpath class='cls-2' d='M100.7,53.1a.47.47,0,0,1-.47-.46,42.87,42.87,0,0,1,10.21-27.76.46.46,0,0,1,.65-.06.47.47,0,0,1,.06.66,41.93,41.93,0,0,0-10,27.16.46.46,0,0,1-.46.46Z' transform='translate(-3 -9)'/%3E%3Cpath class='cls-3' d='M113,27.09a.48.48,0,0,1-.33-.15l-3.6-3.73a.46.46,0,0,1,.18-.76l5.89-2.08a.47.47,0,0,1,.49.11.5.5,0,0,1,.1.5l-2.3,5.81a.44.44,0,0,1-.34.29Zm-2.77-4,2.61,2.7,1.65-4.2-4.26,1.5Z' transform='translate(-3 -9)'/%3E%3Cpath class='cls-2' d='M113,27.09a.48.48,0,0,1-.33-.15l-3.6-3.73a.46.46,0,0,1,.18-.76l5.89-2.08a.47.47,0,0,1,.49.11.5.5,0,0,1,.1.5l-2.3,5.81a.44.44,0,0,1-.34.29Zm-2.77-4,2.61,2.7,1.65-4.2-4.26,1.5Z' transform='translate(-3 -9)'/%3E%3Cpath class='cls-3' d='M16.08,57a2,2,0,1,1,2-2,2,2,0,0,1-2,2Zm0-3.1A1.09,1.09,0,1,0,17.16,55a1.08,1.08,0,0,0-1.08-1.09Z' transform='translate(-3 -9)'/%3E%3Cpath class='cls-2' d='M16.08,57a2,2,0,1,1,2-2,2,2,0,0,1-2,2Zm0-3.1A1.09,1.09,0,1,0,17.16,55a1.08,1.08,0,0,0-1.08-1.09Z' transform='translate(-3 -9)'/%3E%3C/svg%3E");     background-repeat: no-repeat; background-size: 100%;}
.e-waste .ewaste-example ul li:nth-child(1){z-index: 13;}
.e-waste .ewaste-example ul li:nth-child(2){width:108px; height:106px; left:-13px;z-index:12;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 98.68 97.18'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23627abc;%7D.cls-2%7Bfill:none;stroke:%23ffffff;stroke-miterlimit:10;%7D.cls-3%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Ebtm-circle2%3C/title%3E%3Cpath class='cls-1' d='M45.84,21.09a15.41,15.41,0,1,0-15.41,15.4,15.41,15.41,0,0,0,15.41-15.4Z' transform='translate(-7.65 -5.18)'/%3E%3Cpath class='cls-2' d='M45.84,21.09a15.41,15.41,0,1,0-15.41,15.4,15.41,15.41,0,0,0,15.41-15.4Z' transform='translate(-7.65 -5.18)'/%3E%3Cpath class='cls-3' d='M23,20.65a8.28,8.28,0,0,1,.41-2.92,3.43,3.43,0,0,1,1.14-1.57,2.83,2.83,0,0,1,1.66-.53,2.86,2.86,0,0,1,1.69.54,3.57,3.57,0,0,1,1.19,1.61,7.76,7.76,0,0,1,.44,2.87,7.76,7.76,0,0,1-.44,2.87,3.46,3.46,0,0,1-1.19,1.61,2.86,2.86,0,0,1-1.69.54,2.77,2.77,0,0,1-1.65-.52,3.52,3.52,0,0,1-1.15-1.57A8.38,8.38,0,0,1,23,20.65Zm.9,0a7.94,7.94,0,0,0,.29,2.45,2.67,2.67,0,0,0,.86,1.26,1.89,1.89,0,0,0,1.19.43,1.92,1.92,0,0,0,1.19-.42,2.55,2.55,0,0,0,.84-1.26,7.42,7.42,0,0,0,.36-2.46,7.39,7.39,0,0,0-.32-2.36A2.75,2.75,0,0,0,27.43,17a2,2,0,0,0-1.19-.43,2,2,0,0,0-1.19.43,2.52,2.52,0,0,0-.85,1.25,7.71,7.71,0,0,0-.3,2.46Z' transform='translate(-7.65 -5.18)' style='&%2310; display: none;&%2310;'/%3E%3Cpath class='cls-2' d='M50.21,101.14a.78.78,0,0,1,.73-.82h0a.79.79,0,0,1,.82.73h0a.78.78,0,0,1-.73.82h0a.79.79,0,0,1-.78-.73Zm-4.59.73a.79.79,0,0,1-.73-.83h0a.78.78,0,0,1,.82-.72h0a.78.78,0,0,1,.73.82h0a.78.78,0,0,1-.77.73h-.05Zm9.89-1.29a.78.78,0,0,1,.61-.91h0a.79.79,0,0,1,.91.62h0a.77.77,0,0,1-.62.9h0a.36.36,0,0,1-.14,0h0a.77.77,0,0,1-.76-.63Zm-15.27.61a.77.77,0,0,1-.61-.9h0a.77.77,0,0,1,.9-.62h0a.78.78,0,0,1,.62.9h0a.78.78,0,0,1-.76.63h-.15Zm20.45-1.83a.78.78,0,0,1,.5-1h0a.77.77,0,0,1,1,.5h0a.77.77,0,0,1-.5,1h0a.85.85,0,0,1-.23,0h0a.78.78,0,0,1-.74-.53ZM35,99.85a.78.78,0,0,1-.5-1h0a.78.78,0,0,1,1-.5h0a.79.79,0,0,1,.5,1h0a.79.79,0,0,1-.74.53h0a1,1,0,0,1-.24,0Zm30.69-2.36a.77.77,0,0,1,.37-1h0a.77.77,0,0,1,1,.37h0a.78.78,0,0,1-.37,1h0a.78.78,0,0,1-.33.07h0a.77.77,0,0,1-.7-.44ZM30,97.85a.79.79,0,0,1-.37-1h0a.78.78,0,0,1,1-.37h0a.77.77,0,0,1,.37,1h0a.77.77,0,0,1-.7.44h0a.78.78,0,0,1-.33-.07ZM70.39,95a.78.78,0,0,1,.24-1.07h0a.76.76,0,0,1,1.06.24h0a.78.78,0,0,1-.23,1.07h0a.81.81,0,0,1-.42.12h0a.78.78,0,0,1-.65-.36Zm-45.18.22A.78.78,0,0,1,25,94.16h0A.77.77,0,0,1,26,93.93h0A.77.77,0,0,1,26.28,95h0a.76.76,0,0,1-.66.36h0a.78.78,0,0,1-.41-.12ZM74.75,92a.79.79,0,0,1,.1-1.09h0a.78.78,0,0,1,1.09.11h0a.78.78,0,0,1-.1,1.09h0a.78.78,0,0,1-.49.18h0a.77.77,0,0,1-.6-.29ZM20.83,92a.77.77,0,0,1-.1-1.09h0a.77.77,0,0,1,1.08-.1h0a.77.77,0,0,1,.11,1.09h0a.75.75,0,0,1-.6.28h0a.76.76,0,0,1-.49-.18ZM78.7,88.38a.77.77,0,0,1,0-1.09h0a.79.79,0,0,1,1.1,0h0a.78.78,0,0,1,0,1.1h0a.77.77,0,0,1-.56.24h0a.77.77,0,0,1-.53-.21Zm-61.82,0a.77.77,0,0,1,0-1.09h0a.78.78,0,0,1,1.1,0h0a.78.78,0,0,1,0,1.1h0a.77.77,0,0,1-.53.21h0a.75.75,0,0,1-.56-.25Zm65.29-4A.77.77,0,0,1,82,83.27h0a.78.78,0,0,1,1.08-.18h0a.79.79,0,0,1,.17,1.09h0a.79.79,0,0,1-.63.31h0a.75.75,0,0,1-.45-.14Zm-68.75-.19a.78.78,0,0,1,.17-1.08h0a.77.77,0,0,1,1.08.17h0a.77.77,0,0,1-.17,1.08h0a.74.74,0,0,1-.45.15h0a.77.77,0,0,1-.63-.32Zm71.69-4.25a.78.78,0,0,1-.31-1h0a.78.78,0,0,1,1.06-.3h0a.78.78,0,0,1,.3,1h0a.79.79,0,0,1-.68.4h0a.69.69,0,0,1-.37-.1Zm-74.59-.32a.78.78,0,0,1,.3-1.06h0a.79.79,0,0,1,1,.31h0a.76.76,0,0,1-.31,1h0a.69.69,0,0,1-.37.1h0a.77.77,0,0,1-.67-.4Zm77-4.45a.77.77,0,0,1-.44-1h0a.77.77,0,0,1,1-.43h0a.77.77,0,0,1,.43,1h0a.78.78,0,0,1-.72.49h0a.71.71,0,0,1-.28-.06ZM8.2,74.68h0a.76.76,0,0,1,.44-1h0a.77.77,0,0,1,1,.43h0a.78.78,0,0,1-.43,1h0a.93.93,0,0,1-.29,0h0a.76.76,0,0,1-.72-.49Z' transform='translate(-7.65 -5.18)'/%3E%3Cpath class='cls-3' d='M90.73,59.25a.46.46,0,0,1-.47-.46A41.93,41.93,0,0,0,43.58,17.14a.47.47,0,0,1-.52-.41.48.48,0,0,1,.41-.52,44,44,0,0,1,4.87-.27A42.9,42.9,0,0,1,91.19,58.79a.46.46,0,0,1-.46.46Z' transform='translate(-7.65 -5.18)'/%3E%3Cpath class='cls-2' d='M90.73,59.25a.46.46,0,0,1-.47-.46A41.93,41.93,0,0,0,43.58,17.14a.47.47,0,0,1-.52-.41.48.48,0,0,1,.41-.52,44,44,0,0,1,4.87-.27A42.9,42.9,0,0,1,91.19,58.79a.46.46,0,0,1-.46.46Z' transform='translate(-7.65 -5.18)'/%3E%3Cpath class='cls-3' d='M100.82,86.71a.44.44,0,0,1-.35-.16A42.87,42.87,0,0,1,90.26,58.79a.47.47,0,0,1,.93,0,42,42,0,0,0,10,27.16.46.46,0,0,1-.06.65.41.41,0,0,1-.3.11Z' transform='translate(-7.65 -5.18)'/%3E%3Cpath class='cls-2' d='M100.82,86.71a.44.44,0,0,1-.35-.16A42.87,42.87,0,0,1,90.26,58.79a.47.47,0,0,1,.93,0,42,42,0,0,0,10,27.16.46.46,0,0,1-.06.65.41.41,0,0,1-.3.11Z' transform='translate(-7.65 -5.18)'/%3E%3Cpath class='cls-3' d='M105.36,91.08a.39.39,0,0,1-.15,0L99.32,89a.47.47,0,0,1-.3-.33.45.45,0,0,1,.12-.43l3.6-3.74a.47.47,0,0,1,.42-.13.45.45,0,0,1,.34.28l2.3,5.82a.49.49,0,0,1-.1.49.44.44,0,0,1-.34.14Zm-5-2.74,4.25,1.5-1.66-4.19-2.59,2.69Z' transform='translate(-7.65 -5.18)'/%3E%3Cpath class='cls-2' d='M105.36,91.08a.39.39,0,0,1-.15,0L99.32,89a.47.47,0,0,1-.3-.33.45.45,0,0,1,.12-.43l3.6-3.74a.47.47,0,0,1,.42-.13.45.45,0,0,1,.34.28l2.3,5.82a.49.49,0,0,1-.1.49.44.44,0,0,1-.34.14Zm-5-2.74,4.25,1.5-1.66-4.19-2.59,2.69Z' transform='translate(-7.65 -5.18)'/%3E%3Cpath class='cls-3' d='M42,18.88a2,2,0,1,1,2-2,2,2,0,0,1-2,2Zm0-3.09a1.08,1.08,0,1,0,1.08,1.08A1.08,1.08,0,0,0,42,15.79Z' transform='translate(-7.65 -5.18)'/%3E%3Cpath class='cls-2' d='M42,18.88a2,2,0,1,1,2-2,2,2,0,0,1-2,2Zm0-3.09a1.08,1.08,0,1,0,1.08,1.08A1.08,1.08,0,0,0,42,15.79Z' transform='translate(-7.65 -5.18)'/%3E%3C/svg%3E");}
.e-waste .ewaste-example ul li:nth-child(3){width: 110px; height: 108px; left:-26px; top:13px;z-index:11;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 98.68 96.94'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23627abc;%7D.cls-2%7Bfill:none;stroke:%23ffffff;stroke-miterlimit:10;%7D.cls-3%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Ebtm-circle3%3C/title%3E%3Cpath class='cls-1' d='M45.84,86.61A15.41,15.41,0,1,0,30.44,102a15.4,15.4,0,0,0,15.4-15.4Z' transform='translate(-9.56 -5.57)'/%3E%3Cpath class='cls-2' d='M45.84,86.61A15.41,15.41,0,1,0,30.44,102a15.4,15.4,0,0,0,15.4-15.4Z' transform='translate(-9.56 -5.57)'/%3E%3Cpath class='cls-3' d='M23.84,86.2a8.34,8.34,0,0,1,.41-2.93,3.3,3.3,0,0,1,1.15-1.56,2.75,2.75,0,0,1,1.66-.54,2.81,2.81,0,0,1,1.68.54,3.55,3.55,0,0,1,1.19,1.61,7.57,7.57,0,0,1,.44,2.88,7.72,7.72,0,0,1-.43,2.86,3.55,3.55,0,0,1-1.19,1.61,2.8,2.8,0,0,1-1.69.55,2.75,2.75,0,0,1-1.65-.53,3.35,3.35,0,0,1-1.15-1.57,8.1,8.1,0,0,1-.42-2.92Zm.91,0A7.65,7.65,0,0,0,25,88.66a2.57,2.57,0,0,0,.85,1.26,1.89,1.89,0,0,0,2.39,0,2.55,2.55,0,0,0,.84-1.26,9,9,0,0,0,0-4.82,2.85,2.85,0,0,0-.89-1.35,1.94,1.94,0,0,0-1.18-.42,2,2,0,0,0-1.2.42A2.73,2.73,0,0,0,25,83.76a7.94,7.94,0,0,0-.29,2.45Z' transform='translate(-9.56 -5.57)' style='&%2310; display: none;&%2310;'/%3E%3Cpath class='cls-3' d='M32.56,83.63h-1a3.15,3.15,0,0,1,1-1.82,2.68,2.68,0,0,1,1.78-.64,3,3,0,0,1,1.39.34,2.55,2.55,0,0,1,1,.92,2.27,2.27,0,0,1,.36,1.21,2.19,2.19,0,0,1-1.23,2,2.78,2.78,0,0,1,1.13.82,2.59,2.59,0,0,1,.62,1.7,3.09,3.09,0,0,1-.42,1.55,3,3,0,0,1-1.17,1.14,3.43,3.43,0,0,1-1.66.41,3,3,0,0,1-2.06-.72,3.48,3.48,0,0,1-1.08-2.09h.93a2.85,2.85,0,0,0,.71,1.35,2.21,2.21,0,0,0,1.51.53,2.26,2.26,0,0,0,1.67-.63,2,2,0,0,0,.63-1.46,1.92,1.92,0,0,0-.31-1,2,2,0,0,0-.85-.73,4.56,4.56,0,0,0-1.64-.31v-.87a3.09,3.09,0,0,0,1.2-.23,1.75,1.75,0,0,0,.78-.59,1.38,1.38,0,0,0,.24-.78,1.4,1.4,0,0,0-.49-1.08,1.78,1.78,0,0,0-1.26-.46,1.72,1.72,0,0,0-1.07.35,2.65,2.65,0,0,0-.76,1.18Z' transform='translate(-9.56 -5.57)' style='&%2310; display: none;&%2310;'/%3E%3Cpath class='cls-3' d='M10.55,34.26a.77.77,0,0,1-.44-1h0a.77.77,0,0,1,1-.43h0a.76.76,0,0,1,.43,1h0a.78.78,0,0,1-.72.49h0a.71.71,0,0,1-.28-.06ZM89,33.8h0a.78.78,0,0,1,.44-1h0a.76.76,0,0,1,1,.43h0a.77.77,0,0,1-.43,1h0a.72.72,0,0,1-.29.06h0A.76.76,0,0,1,89,33.8ZM12.73,29.41a.79.79,0,0,1-.31-1.05h0a.78.78,0,0,1,1.06-.31h0a.77.77,0,0,1,.3,1.05h0a.77.77,0,0,1-.68.4h0a.84.84,0,0,1-.37-.09Zm74-.33h0a.76.76,0,0,1,.3-1h0a.77.77,0,0,1,1,.3h0a.79.79,0,0,1-.3,1.06h0a.85.85,0,0,1-.38.09h0a.75.75,0,0,1-.67-.4ZM15.5,24.86a.77.77,0,0,1-.16-1.08h0a.79.79,0,0,1,1.09-.17h0a.78.78,0,0,1,.17,1.08h0A.79.79,0,0,1,16,25h0a.79.79,0,0,1-.46-.15Zm68.41-.18a.79.79,0,0,1,.17-1.09h0a.78.78,0,0,1,1.08.17h0A.78.78,0,0,1,85,24.85h0a.75.75,0,0,1-.45.14h0a.79.79,0,0,1-.63-.31Zm-65.08-4a.76.76,0,0,1,0-1.09h0a.77.77,0,0,1,1.09,0h0a.78.78,0,0,1,0,1.1h0a.77.77,0,0,1-.56.24h0a.76.76,0,0,1-.53-.21Zm61.75-.05a.76.76,0,0,1,0-1.09h0a.77.77,0,0,1,1.09,0h0a.78.78,0,0,1,0,1.1h0a.77.77,0,0,1-.53.21h0a.73.73,0,0,1-.56-.25ZM22.64,17a.78.78,0,0,1,.1-1.09h0a.77.77,0,0,1,1.09.1h0a.79.79,0,0,1-.1,1.09h0a.79.79,0,0,1-.5.18h0a.77.77,0,0,1-.59-.28Zm54.13.09h0A.78.78,0,0,1,76.66,16h0a.77.77,0,0,1,1.09-.1h0a.77.77,0,0,1,.1,1.09h0a.74.74,0,0,1-.59.28h0a.73.73,0,0,1-.49-.17Zm-49.89-3.3a.78.78,0,0,1,.24-1.07h0a.78.78,0,0,1,1.07.24h0A.76.76,0,0,1,28,14h0a.71.71,0,0,1-.41.13h0a.79.79,0,0,1-.66-.36ZM72.54,14h0a.77.77,0,0,1-.24-1.07h0a.78.78,0,0,1,1.07-.23h0a.77.77,0,0,1,.24,1.06h0a.76.76,0,0,1-.66.36h0a.7.7,0,0,1-.41-.12Zm-41-2.87a.78.78,0,0,1,.36-1h0a.78.78,0,0,1,1,.37h0a.76.76,0,0,1-.37,1h0a.73.73,0,0,1-.33.08h0a.77.77,0,0,1-.69-.44ZM68,11.48a.77.77,0,0,1-.37-1h0a.78.78,0,0,1,1-.37h0a.77.77,0,0,1,.37,1h0a.78.78,0,0,1-.7.45h0a.8.8,0,0,1-.33-.08ZM36.41,9.07a.77.77,0,0,1,.49-1h0a.78.78,0,0,1,1,.49h0a.78.78,0,0,1-.5,1h0a1,1,0,0,1-.24,0h0a.76.76,0,0,1-.73-.54Zm26.69.49a.77.77,0,0,1-.5-1h0a.78.78,0,0,1,1-.5h0a.77.77,0,0,1,.49,1h0a.76.76,0,0,1-.73.54h0a1,1,0,0,1-.24,0ZM41.54,7.66a.78.78,0,0,1,.61-.91h0a.78.78,0,0,1,.91.62h0a.78.78,0,0,1-.62.9h0l-.14,0h0a.77.77,0,0,1-.76-.63ZM58,8.27a.77.77,0,0,1-.62-.91h0a.78.78,0,0,1,.9-.62h0a.78.78,0,0,1,.62.91h0a.77.77,0,0,1-.76.63H58ZM46.8,6.9a.77.77,0,0,1,.73-.82h0a.77.77,0,0,1,.82.72h0a.77.77,0,0,1-.73.82h0a.77.77,0,0,1-.77-.72Zm6.05.72h0a.77.77,0,0,1-.72-.82h0A.76.76,0,0,1,53,6.08h0a.77.77,0,0,1,.72.82h0a.78.78,0,0,1-.77.72h0Z' transform='translate(-9.56 -5.57)'/%3E%3Cpath class='cls-2' d='M10.55,34.26a.77.77,0,0,1-.44-1h0a.77.77,0,0,1,1-.43h0a.76.76,0,0,1,.43,1h0a.78.78,0,0,1-.72.49h0a.71.71,0,0,1-.28-.06ZM89,33.8h0a.78.78,0,0,1,.44-1h0a.76.76,0,0,1,1,.43h0a.77.77,0,0,1-.43,1h0a.72.72,0,0,1-.29.06h0A.76.76,0,0,1,89,33.8ZM12.73,29.41a.79.79,0,0,1-.31-1.05h0a.78.78,0,0,1,1.06-.31h0a.77.77,0,0,1,.3,1.05h0a.77.77,0,0,1-.68.4h0a.84.84,0,0,1-.37-.09Zm74-.33h0a.76.76,0,0,1,.3-1h0a.77.77,0,0,1,1,.3h0a.79.79,0,0,1-.3,1.06h0a.85.85,0,0,1-.38.09h0a.75.75,0,0,1-.67-.4ZM15.5,24.86a.77.77,0,0,1-.16-1.08h0a.79.79,0,0,1,1.09-.17h0a.78.78,0,0,1,.17,1.08h0A.79.79,0,0,1,16,25h0a.79.79,0,0,1-.46-.15Zm68.41-.18a.79.79,0,0,1,.17-1.09h0a.78.78,0,0,1,1.08.17h0A.78.78,0,0,1,85,24.85h0a.75.75,0,0,1-.45.14h0a.79.79,0,0,1-.63-.31Zm-65.08-4a.76.76,0,0,1,0-1.09h0a.77.77,0,0,1,1.09,0h0a.78.78,0,0,1,0,1.1h0a.77.77,0,0,1-.56.24h0a.76.76,0,0,1-.53-.21Zm61.75-.05a.76.76,0,0,1,0-1.09h0a.77.77,0,0,1,1.09,0h0a.78.78,0,0,1,0,1.1h0a.77.77,0,0,1-.53.21h0a.73.73,0,0,1-.56-.25ZM22.64,17a.78.78,0,0,1,.1-1.09h0a.77.77,0,0,1,1.09.1h0a.79.79,0,0,1-.1,1.09h0a.79.79,0,0,1-.5.18h0a.77.77,0,0,1-.59-.28Zm54.13.09h0A.78.78,0,0,1,76.66,16h0a.77.77,0,0,1,1.09-.1h0a.77.77,0,0,1,.1,1.09h0a.74.74,0,0,1-.59.28h0a.73.73,0,0,1-.49-.17Zm-49.89-3.3a.78.78,0,0,1,.24-1.07h0a.78.78,0,0,1,1.07.24h0A.76.76,0,0,1,28,14h0a.71.71,0,0,1-.41.13h0a.79.79,0,0,1-.66-.36ZM72.54,14h0a.77.77,0,0,1-.24-1.07h0a.78.78,0,0,1,1.07-.23h0a.77.77,0,0,1,.24,1.06h0a.76.76,0,0,1-.66.36h0a.7.7,0,0,1-.41-.12Zm-41-2.87a.78.78,0,0,1,.36-1h0a.78.78,0,0,1,1,.37h0a.76.76,0,0,1-.37,1h0a.73.73,0,0,1-.33.08h0a.77.77,0,0,1-.69-.44ZM68,11.48a.77.77,0,0,1-.37-1h0a.78.78,0,0,1,1-.37h0a.77.77,0,0,1,.37,1h0a.78.78,0,0,1-.7.45h0a.8.8,0,0,1-.33-.08ZM36.41,9.07a.77.77,0,0,1,.49-1h0a.78.78,0,0,1,1,.49h0a.78.78,0,0,1-.5,1h0a1,1,0,0,1-.24,0h0a.76.76,0,0,1-.73-.54Zm26.69.49a.77.77,0,0,1-.5-1h0a.78.78,0,0,1,1-.5h0a.77.77,0,0,1,.49,1h0a.76.76,0,0,1-.73.54h0a1,1,0,0,1-.24,0ZM41.54,7.66a.78.78,0,0,1,.61-.91h0a.78.78,0,0,1,.91.62h0a.78.78,0,0,1-.62.9h0l-.14,0h0a.77.77,0,0,1-.76-.63ZM58,8.27a.77.77,0,0,1-.62-.91h0a.78.78,0,0,1,.9-.62h0a.78.78,0,0,1,.62.91h0a.77.77,0,0,1-.76.63H58ZM46.8,6.9a.77.77,0,0,1,.73-.82h0a.77.77,0,0,1,.82.72h0a.77.77,0,0,1-.73.82h0a.77.77,0,0,1-.77-.72Zm6.05.72h0a.77.77,0,0,1-.72-.82h0A.76.76,0,0,1,53,6.08h0a.77.77,0,0,1,.72.82h0a.78.78,0,0,1-.77.72h0Z' transform='translate(-9.56 -5.57)'/%3E%3Cpath class='cls-3' d='M50.25,92a43.33,43.33,0,0,1-6-.42.48.48,0,0,1-.4-.52.46.46,0,0,1,.53-.4,41.49,41.49,0,0,0,5.9.41A42,42,0,0,0,92.18,49.15a.46.46,0,0,1,.92,0A42.9,42.9,0,0,1,50.25,92Z' transform='translate(-9.56 -5.57)'/%3E%3Cpath class='cls-2' d='M50.25,92a43.33,43.33,0,0,1-6-.42.48.48,0,0,1-.4-.52.46.46,0,0,1,.53-.4,41.49,41.49,0,0,0,5.9.41A42,42,0,0,0,92.18,49.15a.46.46,0,0,1,.92,0A42.9,42.9,0,0,1,50.25,92Z' transform='translate(-9.56 -5.57)'/%3E%3Cpath class='cls-3' d='M92.64,49.62a.46.46,0,0,1-.46-.47,42.88,42.88,0,0,1,10.2-27.76.47.47,0,0,1,.66-.05.48.48,0,0,1,0,.66,41.9,41.9,0,0,0-10,27.15.46.46,0,0,1-.46.47Z' transform='translate(-9.56 -5.57)'/%3E%3Cpath class='cls-2' d='M92.64,49.62a.46.46,0,0,1-.46-.47,42.88,42.88,0,0,1,10.2-27.76.47.47,0,0,1,.66-.05.48.48,0,0,1,0,.66,41.9,41.9,0,0,0-10,27.15.46.46,0,0,1-.46.47Z' transform='translate(-9.56 -5.57)'/%3E%3Cpath class='cls-3' d='M105,23.6a.47.47,0,0,1-.33-.14l-3.6-3.73a.46.46,0,0,1-.12-.43.46.46,0,0,1,.3-.33l5.89-2.09a.47.47,0,0,1,.49.12.45.45,0,0,1,.1.49l-2.29,5.82a.46.46,0,0,1-.35.28Zm-2.76-4,2.6,2.7,1.65-4.2-4.25,1.5Z' transform='translate(-9.56 -5.57)'/%3E%3Cpath class='cls-2' d='M105,23.6a.47.47,0,0,1-.33-.14l-3.6-3.73a.46.46,0,0,1-.12-.43.46.46,0,0,1,.3-.33l5.89-2.09a.47.47,0,0,1,.49.12.45.45,0,0,1,.1.49l-2.29,5.82a.46.46,0,0,1-.35.28Zm-2.76-4,2.6,2.7,1.65-4.2-4.25,1.5Z' transform='translate(-9.56 -5.57)'/%3E%3Cpath class='cls-3' d='M42.67,92.78a2,2,0,1,1,2-2,2,2,0,0,1-2,2Zm0-3.1a1.09,1.09,0,1,0,1.09,1.08,1.09,1.09,0,0,0-1.09-1.08Z' transform='translate(-9.56 -5.57)'/%3E%3Cpath class='cls-2' d='M42.67,92.78a2,2,0,1,1,2-2,2,2,0,0,1-2,2Zm0-3.1a1.09,1.09,0,1,0,1.09,1.08,1.09,1.09,0,0,0-1.09-1.08Z' transform='translate(-9.56 -5.57)'/%3E%3C/svg%3E");}
.e-waste .ewaste-example ul li:nth-child(4){width: 110px; height: 108px; left: -38px; top: 6px;z-index:10;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 98.68 97.8'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23627abc;%7D.cls-2%7Bfill:none;stroke:%23ffffff;stroke-miterlimit:10;%7D.cls-3%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Ebtm-circle4%3C/title%3E%3Cpath class='cls-1' d='M47.76,20.13a15.41,15.41,0,1,0-15.4,15.4,15.41,15.41,0,0,0,15.4-15.4Z' transform='translate(-10.62 -4.22)'/%3E%3Cpath class='cls-2' d='M47.76,20.13a15.41,15.41,0,1,0-15.4,15.4,15.41,15.41,0,0,0,15.4-15.4Z' transform='translate(-10.62 -4.22)'/%3E%3Cpath class='cls-3' d='M38,15.28h.19V22h1.16v.91H38.22v2.23h-.95V22.86H32.69L38,15.28ZM37.27,22v-4l-2.83,4Z' transform='translate(-10.62 -4.22)' style='&%2310; display: none;&%2310;'/%3E%3Cpath class='cls-3' d='M53.18,100.8a.77.77,0,0,1,.73-.82h0a.78.78,0,0,1,.82.72h0a.77.77,0,0,1-.73.82h0a.78.78,0,0,1-.78-.72Zm-4.59.72a.77.77,0,0,1-.73-.82h0a.79.79,0,0,1,.82-.73h0a.79.79,0,0,1,.73.83h0a.78.78,0,0,1-.77.72h0Zm9.89-1.29a.77.77,0,0,1,.61-.9h0A.78.78,0,0,1,60,100h0a.77.77,0,0,1-.62.9h-.14a.77.77,0,0,1-.76-.63Zm-15.27.62a.79.79,0,0,1-.62-.91h0a.79.79,0,0,1,.91-.62h0a.79.79,0,0,1,.62.91h0a.79.79,0,0,1-.77.63h-.14ZM63.66,99a.77.77,0,0,1,.5-1h0a.76.76,0,0,1,1,.49h0a.77.77,0,0,1-.5,1h0a.85.85,0,0,1-.23,0h0a.78.78,0,0,1-.74-.54ZM38,99.5a.78.78,0,0,1-.5-1h0a.78.78,0,0,1,1-.49h0a.77.77,0,0,1,.49,1h0a.77.77,0,0,1-.73.54h0a.67.67,0,0,1-.24,0Zm30.69-2.36a.77.77,0,0,1,.37-1h0a.78.78,0,0,1,1,.37h0a.78.78,0,0,1-.37,1h0a.78.78,0,0,1-.33.07h0a.77.77,0,0,1-.7-.44Zm-35.73.36a.78.78,0,0,1-.37-1h0a.78.78,0,0,1,1-.37h0a.77.77,0,0,1,.37,1h0a.78.78,0,0,1-.7.45h0a.8.8,0,0,1-.33-.08Zm40.44-2.84a.78.78,0,0,1,.24-1.07h0a.77.77,0,0,1,1.06.24h0a.77.77,0,0,1-.23,1.07h0A.81.81,0,0,1,74,95h0a.78.78,0,0,1-.65-.36Zm-45.18.23a.78.78,0,0,1-.24-1.07h0A.78.78,0,0,1,29,93.58h0a.78.78,0,0,1,.24,1.07h0a.79.79,0,0,1-.66.36h0a.78.78,0,0,1-.41-.12Zm49.54-3.28a.78.78,0,0,1,.1-1.09h0a.78.78,0,0,1,1.09.1h0a.78.78,0,0,1-.1,1.09h0a.78.78,0,0,1-.49.18h0a.79.79,0,0,1-.6-.28ZM23.8,91.7a.77.77,0,0,1-.1-1.09h0a.76.76,0,0,1,1.08-.1h0a.77.77,0,0,1,.11,1.09h0a.79.79,0,0,1-.6.28h0a.76.76,0,0,1-.49-.18ZM81.67,88a.78.78,0,0,1,0-1.1h0a.77.77,0,0,1,1.09,0h0a.76.76,0,0,1,0,1.09h0a.77.77,0,0,1-.56.24h0a.76.76,0,0,1-.53-.2ZM19.85,88a.77.77,0,0,1,0-1.09h0a.78.78,0,0,1,1.1,0h0a.77.77,0,0,1,0,1.09h0a.77.77,0,0,1-.53.21h0a.77.77,0,0,1-.56-.24Zm65.29-4A.77.77,0,0,1,85,82.92h0a.77.77,0,0,1,1.08-.17h0a.78.78,0,0,1,.17,1.08h0a.77.77,0,0,1-.63.32h0a.76.76,0,0,1-.45-.15Zm-68.75-.19h0a.78.78,0,0,1,.17-1.08h0a.78.78,0,0,1,1.08.17h0A.77.77,0,0,1,17.47,84h0a.7.7,0,0,1-.45.15h0a.79.79,0,0,1-.63-.32Zm71.69-4.24a.79.79,0,0,1-.31-1.06h0a.78.78,0,0,1,1.06-.3h0a.77.77,0,0,1,.3,1.05h0a.77.77,0,0,1-.68.4h0a.78.78,0,0,1-.37-.09Zm-74.6-.33a.78.78,0,0,1,.31-1h0a.78.78,0,0,1,1.05.31h0a.75.75,0,0,1-.31,1h0a.69.69,0,0,1-.37.1h0a.78.78,0,0,1-.68-.4Zm77-4.44a.78.78,0,0,1-.43-1h0a.78.78,0,0,1,1-.43h0a.78.78,0,0,1,.43,1h0a.77.77,0,0,1-.72.48h0a.77.77,0,0,1-.29,0Zm-79.26-.46a.78.78,0,0,1,.43-1h0a.78.78,0,0,1,1,.44h0a.77.77,0,0,1-.43,1h0a.75.75,0,0,1-.29.06h0a.78.78,0,0,1-.72-.49Z' transform='translate(-10.62 -4.22)'/%3E%3Cpath class='cls-2' d='M53.18,100.8a.77.77,0,0,1,.73-.82h0a.78.78,0,0,1,.82.72h0a.77.77,0,0,1-.73.82h0a.78.78,0,0,1-.78-.72Zm-4.59.72a.77.77,0,0,1-.73-.82h0a.79.79,0,0,1,.82-.73h0a.79.79,0,0,1,.73.83h0a.78.78,0,0,1-.77.72h0Zm9.89-1.29a.77.77,0,0,1,.61-.9h0A.78.78,0,0,1,60,100h0a.77.77,0,0,1-.62.9h-.14a.77.77,0,0,1-.76-.63Zm-15.27.62a.79.79,0,0,1-.62-.91h0a.79.79,0,0,1,.91-.62h0a.79.79,0,0,1,.62.91h0a.79.79,0,0,1-.77.63h-.14ZM63.66,99a.77.77,0,0,1,.5-1h0a.76.76,0,0,1,1,.49h0a.77.77,0,0,1-.5,1h0a.85.85,0,0,1-.23,0h0a.78.78,0,0,1-.74-.54ZM38,99.5a.78.78,0,0,1-.5-1h0a.78.78,0,0,1,1-.49h0a.77.77,0,0,1,.49,1h0a.77.77,0,0,1-.73.54h0a.67.67,0,0,1-.24,0Zm30.69-2.36a.77.77,0,0,1,.37-1h0a.78.78,0,0,1,1,.37h0a.78.78,0,0,1-.37,1h0a.78.78,0,0,1-.33.07h0a.77.77,0,0,1-.7-.44Zm-35.73.36a.78.78,0,0,1-.37-1h0a.78.78,0,0,1,1-.37h0a.77.77,0,0,1,.37,1h0a.78.78,0,0,1-.7.45h0a.8.8,0,0,1-.33-.08Zm40.44-2.84a.78.78,0,0,1,.24-1.07h0a.77.77,0,0,1,1.06.24h0a.77.77,0,0,1-.23,1.07h0A.81.81,0,0,1,74,95h0a.78.78,0,0,1-.65-.36Zm-45.18.23a.78.78,0,0,1-.24-1.07h0A.78.78,0,0,1,29,93.58h0a.78.78,0,0,1,.24,1.07h0a.79.79,0,0,1-.66.36h0a.78.78,0,0,1-.41-.12Zm49.54-3.28a.78.78,0,0,1,.1-1.09h0a.78.78,0,0,1,1.09.1h0a.78.78,0,0,1-.1,1.09h0a.78.78,0,0,1-.49.18h0a.79.79,0,0,1-.6-.28ZM23.8,91.7a.77.77,0,0,1-.1-1.09h0a.76.76,0,0,1,1.08-.1h0a.77.77,0,0,1,.11,1.09h0a.79.79,0,0,1-.6.28h0a.76.76,0,0,1-.49-.18ZM81.67,88a.78.78,0,0,1,0-1.1h0a.77.77,0,0,1,1.09,0h0a.76.76,0,0,1,0,1.09h0a.77.77,0,0,1-.56.24h0a.76.76,0,0,1-.53-.2ZM19.85,88a.77.77,0,0,1,0-1.09h0a.78.78,0,0,1,1.1,0h0a.77.77,0,0,1,0,1.09h0a.77.77,0,0,1-.53.21h0a.77.77,0,0,1-.56-.24Zm65.29-4A.77.77,0,0,1,85,82.92h0a.77.77,0,0,1,1.08-.17h0a.78.78,0,0,1,.17,1.08h0a.77.77,0,0,1-.63.32h0a.76.76,0,0,1-.45-.15Zm-68.75-.19h0a.78.78,0,0,1,.17-1.08h0a.78.78,0,0,1,1.08.17h0A.77.77,0,0,1,17.47,84h0a.7.7,0,0,1-.45.15h0a.79.79,0,0,1-.63-.32Zm71.69-4.24a.79.79,0,0,1-.31-1.06h0a.78.78,0,0,1,1.06-.3h0a.77.77,0,0,1,.3,1.05h0a.77.77,0,0,1-.68.4h0a.78.78,0,0,1-.37-.09Zm-74.6-.33a.78.78,0,0,1,.31-1h0a.78.78,0,0,1,1.05.31h0a.75.75,0,0,1-.31,1h0a.69.69,0,0,1-.37.1h0a.78.78,0,0,1-.68-.4Zm77-4.44a.78.78,0,0,1-.43-1h0a.78.78,0,0,1,1-.43h0a.78.78,0,0,1,.43,1h0a.77.77,0,0,1-.72.48h0a.77.77,0,0,1-.29,0Zm-79.26-.46a.78.78,0,0,1,.43-1h0a.78.78,0,0,1,1,.44h0a.77.77,0,0,1-.43,1h0a.75.75,0,0,1-.29.06h0a.78.78,0,0,1-.72-.49Z' transform='translate(-10.62 -4.22)'/%3E%3Cpath class='cls-3' d='M93.7,58.91a.47.47,0,0,1-.47-.47A42,42,0,0,0,51.31,16.52a42.86,42.86,0,0,0-5.07.31.47.47,0,0,1-.11-.93,44.72,44.72,0,0,1,5.18-.3A42.89,42.89,0,0,1,94.16,58.44a.47.47,0,0,1-.46.47Z' transform='translate(-10.62 -4.22)'/%3E%3Cpath class='cls-2' d='M93.7,58.91a.47.47,0,0,1-.47-.47A42,42,0,0,0,51.31,16.52a42.86,42.86,0,0,0-5.07.31.47.47,0,0,1-.11-.93,44.72,44.72,0,0,1,5.18-.3A42.89,42.89,0,0,1,94.16,58.44a.47.47,0,0,1-.46.47Z' transform='translate(-10.62 -4.22)'/%3E%3Cpath class='cls-3' d='M103.79,86.37a.46.46,0,0,1-.35-.17A42.87,42.87,0,0,1,93.23,58.44a.47.47,0,0,1,.93,0,41.93,41.93,0,0,0,10,27.16.47.47,0,0,1-.06.66.46.46,0,0,1-.3.11Z' transform='translate(-10.62 -4.22)'/%3E%3Cpath class='cls-2' d='M103.79,86.37a.46.46,0,0,1-.35-.17A42.87,42.87,0,0,1,93.23,58.44a.47.47,0,0,1,.93,0,41.93,41.93,0,0,0,10,27.16.47.47,0,0,1-.06.66.46.46,0,0,1-.3.11Z' transform='translate(-10.62 -4.22)'/%3E%3Cpath class='cls-3' d='M108.33,90.74a.4.4,0,0,1-.15,0l-5.89-2.08a.46.46,0,0,1-.18-.76l3.6-3.73a.45.45,0,0,1,.42-.14.44.44,0,0,1,.34.29l2.3,5.81a.5.5,0,0,1-.1.5.48.48,0,0,1-.34.14Zm-5-2.74,4.25,1.5-1.66-4.2L103.28,88Z' transform='translate(-10.62 -4.22)'/%3E%3Cpath class='cls-2' d='M108.33,90.74a.4.4,0,0,1-.15,0l-5.89-2.08a.46.46,0,0,1-.18-.76l3.6-3.73a.45.45,0,0,1,.42-.14.44.44,0,0,1,.34.29l2.3,5.81a.5.5,0,0,1-.1.5.48.48,0,0,1-.34.14Zm-5-2.74,4.25,1.5-1.66-4.2L103.28,88Z' transform='translate(-10.62 -4.22)'/%3E%3Cpath class='cls-3' d='M44.66,18.53a2,2,0,1,1,2-2,2,2,0,0,1-2,2Zm0-3.09a1.09,1.09,0,1,0,1.08,1.08,1.08,1.08,0,0,0-1.08-1.08Z' transform='translate(-10.62 -4.22)'/%3E%3Cpath class='cls-2' d='M44.66,18.53a2,2,0,1,1,2-2,2,2,0,0,1-2,2Zm0-3.09a1.09,1.09,0,1,0,1.08,1.08,1.08,1.08,0,0,0-1.08-1.08Z' transform='translate(-10.62 -4.22)'/%3E%3C/svg%3E");}
.e-waste .ewaste-example ul li:nth-child(5){z-index:9;width: 110px; height: 108px; top: 14px; left: -49px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 98.68 96.63'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23627abc;%7D.cls-2%7Bfill:none;stroke:%23ffffff;stroke-miterlimit:10;%7D.cls-3%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Ebtm-circle5%3C/title%3E%3Cpath class='cls-1' d='M44.77,85.91a15.4,15.4,0,1,0-15.4,15.4,15.4,15.4,0,0,0,15.4-15.4Z' transform='translate(-8 -5.19)'/%3E%3Cpath class='cls-2' d='M44.77,85.91a15.4,15.4,0,1,0-15.4,15.4,15.4,15.4,0,0,0,15.4-15.4Z' transform='translate(-8 -5.19)'/%3E%3Cpath class='cls-3' d='M9,33.88a.79.79,0,0,1-.44-1h0a.77.77,0,0,1,1-.43h0a.76.76,0,0,1,.43,1h0a.78.78,0,0,1-.71.49h0a.93.93,0,0,1-.29,0Zm78.39-.47a.78.78,0,0,1,.44-1h0a.77.77,0,0,1,1,.43h0a.76.76,0,0,1-.43,1h0a.72.72,0,0,1-.29.06h0a.79.79,0,0,1-.72-.49ZM11.17,29a.77.77,0,0,1-.3-1.05h0a.77.77,0,0,1,1.05-.31h0a.77.77,0,0,1,.3,1.05h0a.76.76,0,0,1-.68.4h0a.84.84,0,0,1-.37-.09Zm74-.33h0a.77.77,0,0,1,.3-1.05h0a.77.77,0,0,1,1.05.3h0a.78.78,0,0,1-.3,1.06h0a.85.85,0,0,1-.38.09h0a.75.75,0,0,1-.67-.4ZM14,24.47a.76.76,0,0,1-.17-1.08h0a.78.78,0,0,1,1.08-.17h0A.78.78,0,0,1,15,24.3h0a.77.77,0,0,1-.63.32h0a.74.74,0,0,1-.45-.15Zm68.4-.18h0a.79.79,0,0,1,.17-1.09h0a.78.78,0,0,1,1.08.17h0a.78.78,0,0,1-.17,1.09h0a.75.75,0,0,1-.45.14h0a.79.79,0,0,1-.63-.31Zm-65.08-4a.76.76,0,0,1,0-1.09h0a.79.79,0,0,1,1.1,0h0a.79.79,0,0,1,0,1.1h0a.77.77,0,0,1-.56.24h0a.77.77,0,0,1-.53-.21Zm61.75,0a.78.78,0,0,1,0-1.1h0a.77.77,0,0,1,1.09,0h0a.78.78,0,0,1,0,1.1h0a.77.77,0,0,1-.53.21h0a.76.76,0,0,1-.56-.24ZM21.08,16.6a.78.78,0,0,1,.1-1.09h0a.77.77,0,0,1,1.09.1h0a.78.78,0,0,1-.1,1.09h0a.78.78,0,0,1-.49.18h0a.78.78,0,0,1-.6-.28Zm54.13.09h0a.78.78,0,0,1-.11-1.09h0a.77.77,0,0,1,1.09-.1h0a.78.78,0,0,1,.11,1.09h0a.78.78,0,0,1-.6.28h0a.73.73,0,0,1-.49-.17Zm-49.89-3.3a.78.78,0,0,1,.24-1.07h0a.78.78,0,0,1,1.07.24h0a.78.78,0,0,1-.24,1.07h0a.78.78,0,0,1-.41.12h0a.79.79,0,0,1-.66-.36ZM71,13.61h0a.76.76,0,0,1-.24-1.06h0a.78.78,0,0,1,1.07-.24h0a.78.78,0,0,1,.24,1.07h0a.78.78,0,0,1-.66.35h0a.7.7,0,0,1-.41-.12Zm-41-2.87a.77.77,0,0,1,.36-1h0a.78.78,0,0,1,1,.36h0a.78.78,0,0,1-.38,1h0a.72.72,0,0,1-.32.08h0a.79.79,0,0,1-.7-.44Zm36.46.35a.77.77,0,0,1-.37-1h0a.78.78,0,0,1,1-.37h0a.78.78,0,0,1,.37,1h0a.78.78,0,0,1-.7.45h0a.8.8,0,0,1-.33-.08ZM34.85,8.68a.77.77,0,0,1,.49-1h0a.78.78,0,0,1,1,.5h0a.77.77,0,0,1-.5,1h0a1,1,0,0,1-.24,0h0a.77.77,0,0,1-.73-.54Zm26.69.49a.77.77,0,0,1-.49-1h0a.77.77,0,0,1,1-.5h0a.77.77,0,0,1,.5,1h0a.78.78,0,0,1-.74.54h0a.67.67,0,0,1-.24,0ZM40,7.27a.78.78,0,0,1,.61-.91h0A.78.78,0,0,1,41.5,7h0a.77.77,0,0,1-.62.9h0l-.14,0h0A.77.77,0,0,1,40,7.27Zm16.5.61A.78.78,0,0,1,55.86,7h0a.77.77,0,0,1,.9-.61h0a.77.77,0,0,1,.62.9h0a.77.77,0,0,1-.76.63h-.14ZM45.25,6.51A.76.76,0,0,1,46,5.69h0a.77.77,0,0,1,.82.72h0a.77.77,0,0,1-.72.82h0a.76.76,0,0,1-.77-.72Zm6,.72a.77.77,0,0,1-.72-.82h0a.76.76,0,0,1,.82-.72h0a.77.77,0,0,1,.72.82h0a.76.76,0,0,1-.77.72h-.05Z' transform='translate(-8 -5.19)'/%3E%3Cpath class='cls-2' d='M9,33.88a.79.79,0,0,1-.44-1h0a.77.77,0,0,1,1-.43h0a.76.76,0,0,1,.43,1h0a.78.78,0,0,1-.71.49h0a.93.93,0,0,1-.29,0Zm78.39-.47a.78.78,0,0,1,.44-1h0a.77.77,0,0,1,1,.43h0a.76.76,0,0,1-.43,1h0a.72.72,0,0,1-.29.06h0a.79.79,0,0,1-.72-.49ZM11.17,29a.77.77,0,0,1-.3-1.05h0a.77.77,0,0,1,1.05-.31h0a.77.77,0,0,1,.3,1.05h0a.76.76,0,0,1-.68.4h0a.84.84,0,0,1-.37-.09Zm74-.33h0a.77.77,0,0,1,.3-1.05h0a.77.77,0,0,1,1.05.3h0a.78.78,0,0,1-.3,1.06h0a.85.85,0,0,1-.38.09h0a.75.75,0,0,1-.67-.4ZM14,24.47a.76.76,0,0,1-.17-1.08h0a.78.78,0,0,1,1.08-.17h0A.78.78,0,0,1,15,24.3h0a.77.77,0,0,1-.63.32h0a.74.74,0,0,1-.45-.15Zm68.4-.18h0a.79.79,0,0,1,.17-1.09h0a.78.78,0,0,1,1.08.17h0a.78.78,0,0,1-.17,1.09h0a.75.75,0,0,1-.45.14h0a.79.79,0,0,1-.63-.31Zm-65.08-4a.76.76,0,0,1,0-1.09h0a.79.79,0,0,1,1.1,0h0a.79.79,0,0,1,0,1.1h0a.77.77,0,0,1-.56.24h0a.77.77,0,0,1-.53-.21Zm61.75,0a.78.78,0,0,1,0-1.1h0a.77.77,0,0,1,1.09,0h0a.78.78,0,0,1,0,1.1h0a.77.77,0,0,1-.53.21h0a.76.76,0,0,1-.56-.24ZM21.08,16.6a.78.78,0,0,1,.1-1.09h0a.77.77,0,0,1,1.09.1h0a.78.78,0,0,1-.1,1.09h0a.78.78,0,0,1-.49.18h0a.78.78,0,0,1-.6-.28Zm54.13.09h0a.78.78,0,0,1-.11-1.09h0a.77.77,0,0,1,1.09-.1h0a.78.78,0,0,1,.11,1.09h0a.78.78,0,0,1-.6.28h0a.73.73,0,0,1-.49-.17Zm-49.89-3.3a.78.78,0,0,1,.24-1.07h0a.78.78,0,0,1,1.07.24h0a.78.78,0,0,1-.24,1.07h0a.78.78,0,0,1-.41.12h0a.79.79,0,0,1-.66-.36ZM71,13.61h0a.76.76,0,0,1-.24-1.06h0a.78.78,0,0,1,1.07-.24h0a.78.78,0,0,1,.24,1.07h0a.78.78,0,0,1-.66.35h0a.7.7,0,0,1-.41-.12Zm-41-2.87a.77.77,0,0,1,.36-1h0a.78.78,0,0,1,1,.36h0a.78.78,0,0,1-.38,1h0a.72.72,0,0,1-.32.08h0a.79.79,0,0,1-.7-.44Zm36.46.35a.77.77,0,0,1-.37-1h0a.78.78,0,0,1,1-.37h0a.78.78,0,0,1,.37,1h0a.78.78,0,0,1-.7.45h0a.8.8,0,0,1-.33-.08ZM34.85,8.68a.77.77,0,0,1,.49-1h0a.78.78,0,0,1,1,.5h0a.77.77,0,0,1-.5,1h0a1,1,0,0,1-.24,0h0a.77.77,0,0,1-.73-.54Zm26.69.49a.77.77,0,0,1-.49-1h0a.77.77,0,0,1,1-.5h0a.77.77,0,0,1,.5,1h0a.78.78,0,0,1-.74.54h0a.67.67,0,0,1-.24,0ZM40,7.27a.78.78,0,0,1,.61-.91h0A.78.78,0,0,1,41.5,7h0a.77.77,0,0,1-.62.9h0l-.14,0h0A.77.77,0,0,1,40,7.27Zm16.5.61A.78.78,0,0,1,55.86,7h0a.77.77,0,0,1,.9-.61h0a.77.77,0,0,1,.62.9h0a.77.77,0,0,1-.76.63h-.14ZM45.25,6.51A.76.76,0,0,1,46,5.69h0a.77.77,0,0,1,.82.72h0a.77.77,0,0,1-.72.82h0a.76.76,0,0,1-.77-.72Zm6,.72a.77.77,0,0,1-.72-.82h0a.76.76,0,0,1,.82-.72h0a.77.77,0,0,1,.72.82h0a.76.76,0,0,1-.77.72h-.05Z' transform='translate(-8 -5.19)'/%3E%3Cpath class='cls-3' d='M48.69,91.61a43.47,43.47,0,0,1-5.48-.34.47.47,0,0,1,.11-.93,41.9,41.9,0,0,0,47.3-41.58.46.46,0,0,1,.46-.46.47.47,0,0,1,.47.46A42.9,42.9,0,0,1,48.69,91.61Z' transform='translate(-8 -5.19)'/%3E%3Cpath class='cls-2' d='M48.69,91.61a43.47,43.47,0,0,1-5.48-.34.47.47,0,0,1,.11-.93,41.9,41.9,0,0,0,47.3-41.58.46.46,0,0,1,.46-.46.47.47,0,0,1,.47.46A42.9,42.9,0,0,1,48.69,91.61Z' transform='translate(-8 -5.19)'/%3E%3Cpath class='cls-3' d='M91.08,49.23a.46.46,0,0,1-.46-.47A42.88,42.88,0,0,1,100.82,21a.48.48,0,0,1,.66-.05.47.47,0,0,1,0,.66,41.89,41.89,0,0,0-10,27.15.47.47,0,0,1-.47.47Z' transform='translate(-8 -5.19)'/%3E%3Cpath class='cls-2' d='M91.08,49.23a.46.46,0,0,1-.46-.47A42.88,42.88,0,0,1,100.82,21a.48.48,0,0,1,.66-.05.47.47,0,0,1,0,.66,41.89,41.89,0,0,0-10,27.15.47.47,0,0,1-.47.47Z' transform='translate(-8 -5.19)'/%3E%3Cpath class='cls-3' d='M103.42,23.21a.47.47,0,0,1-.33-.14l-3.6-3.73a.49.49,0,0,1-.12-.43.46.46,0,0,1,.3-.33l5.89-2.08a.46.46,0,0,1,.59.6l-2.29,5.82a.46.46,0,0,1-.34.28Zm-2.76-4,2.6,2.7,1.65-4.2-4.25,1.5Z' transform='translate(-8 -5.19)'/%3E%3Cpath class='cls-2' d='M103.42,23.21a.47.47,0,0,1-.33-.14l-3.6-3.73a.49.49,0,0,1-.12-.43.46.46,0,0,1,.3-.33l5.89-2.08a.46.46,0,0,1,.59.6l-2.29,5.82a.46.46,0,0,1-.34.28Zm-2.76-4,2.6,2.7,1.65-4.2-4.25,1.5Z' transform='translate(-8 -5.19)'/%3E%3Cpath class='cls-3' d='M41.73,92.7a2,2,0,1,1,2-2,2,2,0,0,1-2,2Zm0-3.1a1.09,1.09,0,1,0,1.09,1.09,1.09,1.09,0,0,0-1.09-1.09Z' transform='translate(-8 -5.19)'/%3E%3Cpath class='cls-2' d='M41.73,92.7a2,2,0,1,1,2-2,2,2,0,0,1-2,2Zm0-3.1a1.09,1.09,0,1,0,1.09,1.09,1.09,1.09,0,0,0-1.09-1.09Z' transform='translate(-8 -5.19)'/%3E%3C/svg%3E");}
.e-waste .ewaste-example ul li:last-child{width: 94px; height: 116px; left: -60px; top: 13px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 84.04 98.96'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23627abc;%7D.cls-2%7Bfill:none;stroke:%23ffffff;stroke-miterlimit:10;%7D.cls-3%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Ebtm-circle6%3C/title%3E%3Cpath class='cls-1' d='M41.1,19.8A15.41,15.41,0,1,0,25.69,35.2,15.4,15.4,0,0,0,41.1,19.8Z' transform='translate(-5.62 -3.9)'/%3E%3Cpath class='cls-2' d='M41.1,19.8A15.41,15.41,0,1,0,25.69,35.2,15.4,15.4,0,0,0,41.1,19.8Z' transform='translate(-5.62 -3.9)'/%3E%3Cpath class='cls-3' d='M38.21,100.21a.79.79,0,0,1-.62-.91h0a.78.78,0,0,1,.91-.61h0a.78.78,0,0,1,.62.9h0a.79.79,0,0,1-.77.63h-.14ZM33,98.86a.77.77,0,0,1-.5-1h0a.78.78,0,0,1,1-.5h0a.78.78,0,0,1,.49,1h0a.76.76,0,0,1-.73.53h0a.67.67,0,0,1-.24,0Zm-5-2a.79.79,0,0,1-.37-1h0a.78.78,0,0,1,1-.37h0a.75.75,0,0,1,.37,1h0a.76.76,0,0,1-.7.45h0a.78.78,0,0,1-.33-.07Zm-4.74-2.62a.78.78,0,0,1-.24-1.07h0A.77.77,0,0,1,24,93h0A.76.76,0,0,1,24.25,94h0a.76.76,0,0,1-.66.36h0a.78.78,0,0,1-.41-.12ZM18.8,91.06A.77.77,0,0,1,18.7,90h0a.78.78,0,0,1,1.09-.1h0a.78.78,0,0,1,.1,1.09h0a.75.75,0,0,1-.6.28h0a.76.76,0,0,1-.49-.18Zm-4-3.71h0a.77.77,0,0,1,0-1.09h0a.78.78,0,0,1,1.1,0h0a.78.78,0,0,1,0,1.1h0a.77.77,0,0,1-.53.21h0a.75.75,0,0,1-.56-.25Zm-3.46-4.17a.78.78,0,0,1,.17-1.08h0a.77.77,0,0,1,1.08.17h0a.76.76,0,0,1-.17,1.08h0a.74.74,0,0,1-.45.15h0a.79.79,0,0,1-.63-.32ZM8.48,78.61a.8.8,0,0,1,.31-1.06h0a.79.79,0,0,1,1.05.31h0a.77.77,0,0,1-.3,1h0a.86.86,0,0,1-.38.1h0a.8.8,0,0,1-.68-.4ZM6.17,73.7a.76.76,0,0,1,.44-1h0a.77.77,0,0,1,1,.43h0a.78.78,0,0,1-.43,1h0a1,1,0,0,1-.29,0h0a.76.76,0,0,1-.72-.49Z' transform='translate(-5.62 -3.9)'/%3E%3Cpath class='cls-2' d='M38.21,100.21a.79.79,0,0,1-.62-.91h0a.78.78,0,0,1,.91-.61h0a.78.78,0,0,1,.62.9h0a.79.79,0,0,1-.77.63h-.14ZM33,98.86a.77.77,0,0,1-.5-1h0a.78.78,0,0,1,1-.5h0a.78.78,0,0,1,.49,1h0a.76.76,0,0,1-.73.53h0a.67.67,0,0,1-.24,0Zm-5-2a.79.79,0,0,1-.37-1h0a.78.78,0,0,1,1-.37h0a.75.75,0,0,1,.37,1h0a.76.76,0,0,1-.7.45h0a.78.78,0,0,1-.33-.07Zm-4.74-2.62a.78.78,0,0,1-.24-1.07h0A.77.77,0,0,1,24,93h0A.76.76,0,0,1,24.25,94h0a.76.76,0,0,1-.66.36h0a.78.78,0,0,1-.41-.12ZM18.8,91.06A.77.77,0,0,1,18.7,90h0a.78.78,0,0,1,1.09-.1h0a.78.78,0,0,1,.1,1.09h0a.75.75,0,0,1-.6.28h0a.76.76,0,0,1-.49-.18Zm-4-3.71h0a.77.77,0,0,1,0-1.09h0a.78.78,0,0,1,1.1,0h0a.78.78,0,0,1,0,1.1h0a.77.77,0,0,1-.53.21h0a.75.75,0,0,1-.56-.25Zm-3.46-4.17a.78.78,0,0,1,.17-1.08h0a.77.77,0,0,1,1.08.17h0a.76.76,0,0,1-.17,1.08h0a.74.74,0,0,1-.45.15h0a.79.79,0,0,1-.63-.32ZM8.48,78.61a.8.8,0,0,1,.31-1.06h0a.79.79,0,0,1,1.05.31h0a.77.77,0,0,1-.3,1h0a.86.86,0,0,1-.38.1h0a.8.8,0,0,1-.68-.4ZM6.17,73.7a.76.76,0,0,1,.44-1h0a.77.77,0,0,1,1,.43h0a.78.78,0,0,1-.43,1h0a1,1,0,0,1-.29,0h0a.76.76,0,0,1-.72-.49Z' transform='translate(-5.62 -3.9)'/%3E%3Cpath class='cls-3' d='M88.7,58.27a.46.46,0,0,1-.47-.46A42,42,0,0,0,46.31,15.89a41.43,41.43,0,0,0-5.35.34.47.47,0,0,1-.52-.41.48.48,0,0,1,.4-.52A45.26,45.26,0,0,1,46.31,15,42.9,42.9,0,0,1,89.16,57.81a.46.46,0,0,1-.46.46Z' transform='translate(-5.62 -3.9)'/%3E%3Cpath class='cls-2' d='M88.7,58.27a.46.46,0,0,1-.47-.46A42,42,0,0,0,46.31,15.89a41.43,41.43,0,0,0-5.35.34.47.47,0,0,1-.52-.41.48.48,0,0,1,.4-.52A45.26,45.26,0,0,1,46.31,15,42.9,42.9,0,0,1,89.16,57.81a.46.46,0,0,1-.46.46Z' transform='translate(-5.62 -3.9)'/%3E%3Cpath class='cls-3' d='M46.31,100.66a.47.47,0,0,1,0-.93A42,42,0,0,0,88.23,57.81a.47.47,0,1,1,.93,0,42.9,42.9,0,0,1-42.85,42.85Z' transform='translate(-5.62 -3.9)'/%3E%3Cpath class='cls-2' d='M46.31,100.66a.47.47,0,0,1,0-.93A42,42,0,0,0,88.23,57.81a.47.47,0,1,1,.93,0,42.9,42.9,0,0,1-42.85,42.85Z' transform='translate(-5.62 -3.9)'/%3E%3Cpath class='cls-3' d='M39.35,18.21a2,2,0,1,1,2-2,2,2,0,0,1-2,2Zm0-3.1a1.09,1.09,0,1,0,1.08,1.09,1.08,1.08,0,0,0-1.08-1.09Z' transform='translate(-5.62 -3.9)'/%3E%3Cpath class='cls-2' d='M39.35,18.21a2,2,0,1,1,2-2,2,2,0,0,1-2,2Zm0-3.1a1.09,1.09,0,1,0,1.08,1.09,1.08,1.08,0,0,0-1.08-1.09Z' transform='translate(-5.62 -3.9)'/%3E%3Cpath class='cls-3' d='M44.61,102.36a2,2,0,1,1,2-2,2,2,0,0,1-2,2Zm0-3.09a1.08,1.08,0,1,0,1.08,1.08,1.08,1.08,0,0,0-1.08-1.08Z' transform='translate(-5.62 -3.9)'/%3E%3Cpath class='cls-2' d='M44.61,102.36a2,2,0,1,1,2-2,2,2,0,0,1-2,2Zm0-3.09a1.08,1.08,0,1,0,1.08,1.08,1.08,1.08,0,0,0-1.08-1.08Z' transform='translate(-5.62 -3.9)'/%3E%3C/svg%3E");}


.e-waste .ewaste-example ul li:nth-child(2) p{    top: 55%;left: 43%;}
.e-waste .ewaste-example ul li:nth-child(3) p{top: 45%; left: 45%;}
.e-waste .ewaste-example ul li:nth-child(4) p{top: 55%; left: 45%;}
.e-waste .ewaste-example ul li:nth-child(5) p{top: 45%; left: 45%;}

.e-waste .ewaste-example ul li span.number{color: #fff; font-weight: 600; position: absolute;top: 30px;left: 9px;}
.e-waste .ewaste-example ul li:nth-child(2) .number{top: 11px;left: 15px;}
.e-waste .ewaste-example ul li:nth-child(3) .number{top: auto; bottom: 9px; left: 13px;}
.e-waste .ewaste-example ul li:nth-child(4) .number{top: 11px;left: 15px;}
.e-waste .ewaste-example ul li:nth-child(5) .number{top: auto; bottom: 9px; left: 13px;}
.e-waste .ewaste-example ul li:last-child .number{top: 11px;left: 14px;}



.e-waste .ewaste-example p{color: #fff;position: absolute; font-size: 12px; line-height: 1;    top: 50%; left: 50%; transform: translate(-50%, -50%) !important;}


.conclusion{background: url(../images/conclusion-bg.png) center center no-repeat; background-size: cover; background-attachment: fixed; padding-top: 75px;}
.conclusion .icons{display: flex; flex-wrap: wrap; max-width: 500px;}
.conclusion .icons li{width: 23%; margin-bottom: 12px;}
.conclusion .icons li > img{max-width: 90%;}
.conclusion .inner.bottom{padding-bottom: 270px;}
.conclusion .bg-bottom{position:absolute;right: auto; left: 0; bottom: -234px;}
.conclusion .graphics.right{position:absolute ;left: auto; right:0;}


.publication{ width: 100%;position: relative;}
.publication .content{ background: -moz-linear-gradient(-45deg,  #2aa76d 0%, #2aa76d 98%); background: -webkit-linear-gradient(-45deg,  #2aa76d 0%,#2aa76d 98%); background: linear-gradient(135deg,  #2aa76d 0%,#2aa76d 98%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aa76d', endColorstr='#2aa76d',GradientType=1 ); color: #fff; width: 100%;     padding: 60px 0;}
.publication .content p{margin-bottom: 5px; text-align: center;}
.publication .content a{color: #fff; font-weight: 900;text-align: center; display: block}


.e-waste .ewaste-example p.Keyboards {right: 165px;}
.e-waste .ewaste-example p.Printers { right: 84px;}

.economy-conectors svg{width: 75px;}
.economy-conectors .curve{position: absolute;top: 46px; left: 49px}
.economy-conectors .curve.two{top: 142px;}
.economy-conectors .curve.two p{    top: 73px; left: -14px;}
.economy-conectors .curve.two p.Recycling{position: absolute; top: -13px; left: -22px;}
.economy-conectors p{color: #fff; position: absolute;top: 45px; left: -6px; font-size: 14px; text-align: center;}


.publication .image > img,
.cover-banner .image > img{width: 100%;}
.publication .image{position: relative;}
.publication .graphics{position: absolute; width:15%;opacity: .3 !important;}
.publication .graphics.center {top: 395px;left: 155px;}
.publication .graphics.bottom{    right: 151px;bottom: 152px}
.publication .graphics.top{right: 0; top: 80px;}
.spacing{margin-right: 5px;}
.regards p{font-size: 21px !important;}



@media screen and (max-width:1300px) and (min-width: 1201px){

.e-waste .ewaste-example p.Keyboards {right: 119px;}
.e-waste .ewaste-example p.Printers {right: 40px;}

}

@media screen and  (min-width: 768px) and (max-width: 1024px){
    .container {
        padding-left: 25px;
    }
} 
@media screen and (min-width: 1500px){

    p{font-size: 18px;}
    .vertical-label{font-size: 14px; bottom: 150px !important;}
    .links a {font-size: 16px;}
    .circular-economy .graphics{left: 39%;}
    .e-waste .ewaste-example p.Keyboards {right: 165px;}
    .e-waste .ewaste-example p.Printers { right: 84px;}
    .linear-circular .economy-circul ul li:last-child p{right: 8px;}
    .table-content{height: 100vh;}
}
@media screen and (max-width:1300px){

    .e-waste .ewaste-example ul li span.number {top: 29px;left: 7px;}
    .e-waste .ewaste-example ul li:nth-child(2) .number {top: 10px;left: 14px;}
    .e-waste .ewaste-example ul li:nth-child(3) .number {bottom: 11px;left: 12px;}
    .e-waste .ewaste-example ul li:nth-child(5) .number {bottom: 11px;}
    .e-waste .ewaste-example ul li:last-child .number {top: 10px;left: 13px;}
}

@media screen and (max-width: 1199px) and (min-width: 992px){

    .technology .box-wrapper ul{flex-wrap: wrap; width: 358px;}
     .technology .box-wrapper ul li{width: 50%;}
     .technology .box-wrapper li:last-child .box {left: -15px;}
     .technology .box-wrapper li:nth-child(3) .box {left: 2px;}
     .technology .box-wrapper li:last-child .box {left: -21px;}
     .technology .box-wrapper li:last-child p {left: -8px;}
     .technology .box-wrapper li:nth-child(3) p {left: 17px;}
}
@media screen and (max-width: 1199px){
    .cover-banner .content h3{font-size: 19px;}
    .cover-banner .content .image {max-width: 75%;}
    .table-content .graphics {width: 34%;}
    .bg-bottom {width: 365px;}

    .linear-circular .economy-circul h3{white-space: nowrap;}
    .linear-circular .economy-circul ul{margin: auto;}
    .linear-circular .economy-circul .text p.make{left: -15px;}
    .linear-circular .economy-circul .text p.use {left: 105px;}
    .linear-circular .economy-circul .text p.rules{left: 50%;transform: translateX(-50%);}

    

    .e-waste .ewaste-example ul li:nth-child(3){left: -23px; top: 8px;}
    .e-waste .ewaste-example ul li:nth-child(4){left: -34px;}
    .e-waste .ewaste-example ul li:nth-child(5){left: -45px;}
    .e-waste .ewaste-example ul li:last-child{left: -55px;}

    .e-waste .ewaste-example p{top: 40%;}
    .e-waste .ewaste-example ul li:nth-child(2) p {top: 47%;left: 43%;}
    .e-waste .ewaste-example ul li:nth-child(3) p{top: 38%;}
    .e-waste .ewaste-example ul li:nth-child(4) p{top: 48%; left: 43%;}
    .e-waste .ewaste-example ul li:nth-child(5) p{top: 36%;left: 44%;}

    .e-waste .ewaste-example ul li span.number {top: 26px;left: 7px; font-size: 13px;}
    .e-waste .ewaste-example ul li:nth-child(2) .number {top: 9px;left: 13px;}
    .e-waste .ewaste-example ul li:nth-child(3) .number {bottom: 26px;left: 10px;}
    .e-waste .ewaste-example ul li:nth-child(4) .number {top: 10px;left: 12px;}
    .e-waste .ewaste-example ul li:nth-child(5) .number {bottom: 25px; left: 11px;}
    .e-waste .ewaste-example ul li:last-child .number {left: 11px;}

    

    
     .cover-banner .graphics.bottom {right: 157px;bottom: 349px;}
     .cover-banner .graphics.center {top: 233px;left: 155px;}
     .cover-banner .graphics.top {right: 0;top: 0px;}
     .vertical-label{left: -49px;}
}
@media screen and (min-width:768px) {
    body {padding: 0;}
    
}
@media screen and (min-width: 992px){
    .header {display: none;}
}

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

    section { background-position: center center !important;background-size: 100% 100% !important;background-attachment: unset !important;}
}
@media screen and (max-width: 991px){

    .conclusion .icons{margin: 20px 0 10px 0;}
    .technology .inner.box{    background: rgba(0, 0, 0, 0.2);}
    .m-top-30{margin-top: 30px;}
    .inner.bg{    background: rgba(0, 0, 0, 0.2);padding: 20px;}
    .cover-banner .content{padding: 25px 0;}
    .table-content ul:not( :last-child) {margin-right: 50px;}
    .voice-chairman .graphics ,
    .Sustainability-officer-msg .graphics,
    .introduction .graphics {top: 20px;width: 20%; right: 20px;}
    .bg-bottom {width: 280px;}
    h1{font-size: 45px;}

    .linear-circular .economy-circul{text-align: center;}
    .linear-circular .economy-circul ul{}
    .linear-circular .economy-circul .text p.make {left: 15px;}
    .linear-circular .economy-circul .text p.use {left: 150px;}
    .linear-circular .inner{max-width: 100%;}
    .e-waste .ewaste-example{text-align: center; margin: auto;     margin-top: 10px; margin-bottom: 40px;}

    .e-waste .ewaste-example p {top: 50%;}
     .e-waste .ewaste-example ul{justify-content: center; margin-left: 40px;}
     .e-waste h3{text-align: center; display: block;}
     .e-waste .ewaste-example ul{justify-content: center;}
    .e-waste .ewaste-example ul li:nth-child(2) p {top: 55%;}
    .e-waste .ewaste-example ul li:nth-child(3) p {top: 46%;}
    .e-waste .ewaste-example ul li:nth-child(4) p {top: 57%;}
    .e-waste .ewaste-example ul li:nth-child(5) p{top: 45%;}

    
    .publication .content{padding:30px 0;}
    .modal-dialog {max-width: 90%;margin: 50px auto;}
    .circular-economy .economy-values{left: 136px;}

    /*.linear-circular .circle-wrapper{width: 400px; margin: auto;}
    .linear-circular .circle-wrapper ul{flex-wrap: wrap;}
    .linear-circular .circle-wrapper ul li{width:50%;}
    .linear-circular .circle-wrapper ul li:nth-child(2) > div{top:3px;}
    .linear-circular .circle-wrapper li span{top: 45%;}
    .linear-circular .circle-wrapper li:nth-child(2) span{display: none;}
    .cover-banner .graphics.center { top: 233px; left: 102px;}
    .publication .graphics.center {top: 292px;left: 103px;}
    .publication .graphics.bottom {right: 84px;bottom: 98px;}
    .publication .graphics.top {right: 0;top: 20px;}
    .linear-circular .circle-wrapper li:nth-child(3) .icon{left: 6px;}
    .linear-circular .circle-wrapper li:last-child .icon {left: -7px;}
    .linear-circular .circle-wrapper li:nth-child(3) span{right: -10px;}
    .linear-circular .circle-wrapper li:nth-child(3) p {top: 25%;left: 0px;}
    .linear-circular .circle-wrapper li:last-child p {left: -3px;}*/



    .linear-circular .circle-wrapper{width: 100%;}
   .linear-circular .circle-wrapper ul{flex-direction: column;}
   .linear-circular .circle-wrapper ul li{width: 100%; text-align: center;}
   .linear-circular .circle-wrapper .icon svg {transform: rotate(90deg);}
   .linear-circular .circle-wrapper li span{    left: 49.7%; transform: translateX(-50%) rotate(90deg) !important; top: auto; bottom: -3px;}
   .linear-circular .circle-wrapper li:nth-child(2) span{display: block;     top: auto;bottom: 9px;}
   .linear-circular .circle-wrapper ul li:nth-child(2) > div {top: -12px;left: -3px;}
   .linear-circular .circle-wrapper li:nth-child(3) .icon {left: -2px;top: -24px;}
   .linear-circular .circle-wrapper li:nth-child(3) span {top: auto;right: auto;bottom: 21px;}
   .linear-circular .circle-wrapper li:last-child .icon {left: 0px;top: -41px;}
   .linear-circular .circle-wrapper li:last-child p {left: 2px;top: 29px;}
   .linear-circular .circle-wrapper li:nth-child(3) p {top: 22px;left: 0px;font-size: 13px;}
   .linear-circular .circle-wrapper .icon{top: -1px;}


    .e-waste .ewaste-example ul li span.number {top: 32px;left: 9px;}
    .e-waste .ewaste-example ul li:nth-child(2) .number {top: 13px;left: 17px;}
    .e-waste .ewaste-example ul li:nth-child(3) .number {bottom: 9px;left: 14px;}
    .e-waste .ewaste-example ul li:nth-child(4) .number {top: 13px;left: 16px;}
    .e-waste .ewaste-example ul li:nth-child(5) .number {bottom: 10px; left: 15px;}
    .e-waste .ewaste-example ul li:last-child .number {left: 13px; top: 13px;}


    .inner{max-width: 100% !important;}
    .introduction{padding-top: 0px;}
   .introduction .m-b-70{margin-bottom: 15px !important;}
   .introduction .content {padding-bottom: 260px;}
   .circular-economy .inner.right{padding-top: 50px; margin-top: 0px;}
   .circular-economy{padding-top: 0; background-size: 100% 100% !important;}
   h1.section-title {padding: 50px 0 0 0px;}
   .technology .inner.right{padding-top: 0; margin-left: 0;}
   .technology .inner.bottom{margin-left: 0;}
   
    .technology {background: url(../images/technology&circular-economy-responsive-bg.png) center center no-repeat;}
    .linear-circular {background: url(../images/lin&cir-bg-responsive.png) center center no-repeat;}
    .e-waste {background: url(../images/e-waste-bg-responsive.png) center center no-repeat;     background-size: 100% 100% !important;}
    .e-waste .inner.right{    background: rgba(0, 0, 0, 0.4);padding: 20px;}
    .voice-chairman {background: url(../images/vice-chairman-bg-responsive.jpg) center center no-repeat;}
    .conclusion{background: url(../images/conclusion-bg-reponsive.png) center center no-repeat;}

    .linear-risks {background: url(../images/linear-risk-bg-responsive.png) center center no-repeat;}
    .circular-economy {background: url(../images/circular-economy-bg-reponsive.png) center center no-repeat;}
    .e-waste .row{padding: 0;}
    .conclusion{background-size: 100% 100% !important;}
    .conclusion .inner.bottom {padding-bottom: 50px;}

    .header .download-btn {display: inline-table;}
    .content-toggler,
    .file-actions {display: none;}
    .cover-banner{padding-top: 50px !important;}
    .cover-banner .zain-logo {top: 66px;}
    .header .content-toggler {width: auto; font-size: 20px; padding: 0; position: relative; display: inline-block; margin: 0; left: 0; top: 0; transform: none; vertical-align: middle; margin: 0 10px 0 0; border-radius: 0; background: transparent;}
    .vertical-label{bottom: 0; transform: translateX(-50%); left: 50%; background: rgba(0, 0, 0, 0.6);text-align: center; color: #fff !important;}

    .linear-risks .content{padding-bottom: 70px;}
    .linear-risks .inner.right{margin-bottom: 0;}
    .linear-risks .inner.right{margin-bottom: 0;}
    .linear-risks .content{padding-bottom: 70px;}
    .voice-chairman .inner,
   .Sustainability-officer-msg .inner{padding-bottom: 60px; margin-left: 0;}
   .linear-circular .circle-wrapper li:nth-child(2) p{top: 38%;}
   .linear-circular .circle-wrapper li:last-child p{left: -4px;}
   .linear-circular .circle-wrapper{position: relative; padding-top: 60px;    background: rgba(0, 0, 0, 0.2);}
   .linear-circular h1{ margin-left: 20px;}
   .linear-economy{justify-content: center;}
   .linear-circular .economy-comparison{text-align: center;}
   .linear-circular .economy-circul{max-width: 150px; margin: auto; margin-top: 40px;}
   .linear-circular .economy-circul .text p.use {left: 113px;top: -96px;bottom: auto;}
   .linear-circular .economy-circul .text p.make {left: -31px; top: -96px;}
   .linear-circular .economy-circul h3{white-space: nowrap;}
   .linear-circular .economy-comparison li span{left: 17px;}
   .linear-circular .economy-comparison h3{text-align: center;}
   .technology .box-wrapper ul{padding-left: 30px;}
   .e-waste .ewaste-example ul li:nth-child(3) {left: -21px;top: 15px; height: 105px;}
   .e-waste .ewaste-example ul li:nth-child(2){top: 12px; left: -9px;}
   .e-waste .ewaste-example ul li:nth-child(1) {z-index: 13;top: 15px;left: 4px;}
   .introduction .inner.right{padding-top: 0;}
   .economy-values-wrapper{ background: rgba(0, 0, 0, 0.2);}
   .conclusion .icons-wrapper{background: rgba(0, 0, 0, 0.2); margin:0; padding: 20px 20px;}
   .conclusion .icons-wrapper .icons{margin: 0;}
   .linear-circular .economy-comparison{background: rgba(0, 0, 0, 0.2);}
    .e-waste .row .col-lg-5{padding-bottom: 135px;}
    .conclusion .inner.bottom{margin-bottom: 70px;}
    .voice-chairman .inner, .Sustainability-officer-msg .inner{margin-bottom: 60px;}
}


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

     .table-content .content{padding-bottom: 66px;padding-top: 10px;}
     .linear-circular .circle-wrapper{ padding-top: 30px;}
     .regards p,
     .regards h3{font-size: 18px !important;}

    /*.header .download-btn {display: inline-table;}
    .content-toggler,
    .file-actions {display: none;}
    .header .content-toggler {width: auto; font-size: 20px; padding: 0; position: relative; display: inline-block; margin: 0; left: 0; top: 0; transform: none; vertical-align: middle; margin: 0 10px 0 0; border-radius: 0; background: transparent;}*/
      .content-toggler.active {left: 0;}
    .contents-list.new {top: -150%; left: 0;}
    .contents-list.new:not(.active) {overflow: hidden;}
    .contents-list.new.active {top: 0;}
    .table-content .graphics,
    .graphics{width: 20%;}
    h1{font-size: 35px;}
    .linear-risks .graphics{left: 10px;}
    .cover-banner .zain-logo{top: 72px;}
    .table-content-menu .row { max-width: 480px;margin-right: -25px;}
    .table-content-menu .page-name{font-size: 14px;}
    .cover-banner .content .image { max-width: 63%; margin: auto;}
    .cover-banner .content .text { max-width: 100%; margin: auto; text-align: center; margin-top: 30px;}
    .cover-banner .content h3,
    h3{font-size: 15px;}
    .table-content .section-title {padding-bottom: 0px;}
    .table-content .graphics.right {top: 0;}
    
    .bg-bottom{display: none;}
   .technology .box-wrapper ul{padding-left: 0;}
   p {font-size: 13px;line-height: 1.4;}
   section{padding-top: 65px !important;}
   
   
   .circular-economy .economy-values ul{margin: auto;}
   .economy-conectors .curve {left: 95px; top: 80px;}
   .economy-conectors .curve.two {top: 170px;}
   

   .e-waste .ewaste-example{margin: 20px 0; }
   .technology .box-wrapper ul{flex-wrap: wrap; width: 358px;}
     .technology .box-wrapper ul li{width: 50%;}
     .technology .box-wrapper li:last-child .box {left: -15px;}
     .technology .box-wrapper li:nth-child(3) .box {left: 2px;}
     .technology .box-wrapper li:last-child .box {left: -21px;}
     .technology .box-wrapper li:last-child p {left: -8px;}
     .technology .box-wrapper li:nth-child(3) p {left: 17px;}


   .e-waste .ewaste-example p {top: 40%;}
   .e-waste .ewaste-example ul li:nth-child(2) p {top: 45%;}
   .e-waste .ewaste-example ul li:nth-child(3) p {top: 37%; left: 42%;}
   .e-waste .ewaste-example ul li:nth-child(4) p {top: 44%; left: 41%;}
   .e-waste .ewaste-example ul li:nth-child(5) p {top: 35%; left: 41%;}

   .e-waste .ewaste-example ul li span.number {top: 22px;left: 5px;}
    .e-waste .ewaste-example ul li:nth-child(2) .number {top: 8px;left: 10px;}
    .e-waste .ewaste-example ul li:nth-child(3) .number {bottom: 32px;left: 8px;}
    .e-waste .ewaste-example ul li:nth-child(4) .number {top: 8px;left: 9px;}
    .e-waste .ewaste-example ul li:nth-child(5) .number {bottom: 35px;left: 9px;}
    .e-waste .ewaste-example ul li:last-child .number {left: 10px; top: 7px;}


   .conclusion .graphics.right{top: 20px;}
   .conclusion .inner.bottom {padding-bottom: 59px;}

   

   .technology .box-wrapper ul{margin: auto;}
   
   .technology .inner.bottom{margin-left: 0;}
   .technology .box-wrapper{margin-bottom: 0; position: relative;left: 0px;}

   .linear-circular{padding-top: 50px;}
   .linear-circular .links{padding-top: 0; padding-bottom: 80px;}
   .cover-banner .graphics.bottom {right: 99px;bottom: 300px;}
   .cover-banner .graphics.top {right: 0;top: 56px;}
   .table-content{background-position: center left !important;}
   .table-content-menu:before{background-position: center left !important;}
  
   .publication .graphics.center {top: 184px;}
   .circular-economy .economy-values{left: 0px; padding-top: 30px;}
   .linear-circular .circle-wrapper li:nth-child(2) p {top: 36%;}
   .publication{padding-top: 0 !important;}
   
}

@media screen and (max-width: 575px){
   .e-waste .row .col-lg-5 {padding-bottom: 80px;}
    .table-content-menu .row{margin:0;}
    .table-content .content{flex-direction: column;}
    .circular-economy .economy-values ul{padding-left: 0;}
    .circular-economy .economy-values li.Design ,
    .circular-economy .economy-values li.Consumption {left: 197px;}
    .e-waste .ewaste-example {margin: 20px 0;}

    .e-waste .ewaste-example ul{flex-direction: column; justify-content: center;}
     .e-waste .ewaste-example ul li{ transform: rotate(90deg);}
     .e-waste .ewaste-example ul li:nth-child(2){left: 0;}
     .e-waste .ewaste-example ul li:nth-child(4) {left: 2px;top: -13px;}
     .e-waste .ewaste-example ul li:nth-child(5) {left: -5px;top: -24px;}
     .e-waste .ewaste-example ul li:last-child {left: 0;top: -47px;}

     .e-waste .ewaste-example p{transform: rotate(-90deg) !important; left: 54px; top:40px;}
     .e-waste .ewaste-example ul li:nth-child(2) p{top: 54px; left: 28px;}
     .e-waste .ewaste-example ul li:nth-child(3) {left: -4px;top: 0px; height: 108px;}
     .e-waste .ewaste-example ul li:nth-child(3) p{    top: 37px; left: 19px;}
     .e-waste .ewaste-example ul li:nth-child(4) p {top: 44px;left: 22px;}
     .e-waste .ewaste-example ul li:nth-child(5) p {top: 41px;left: 16px;}
     .e-waste .ewaste-example ul li:last-child p {    top: 54px;left: 24px;}
    
     .technology .box-wrapper{left: 0;}
    .technology .box-wrapper ul li{width: 100%; text-align: center;}
     .technology .box-wrapper li svg {transform: rotate(90deg);}
     .technology .box-wrapper li .box{left: 0px !important;}
     .technology .box-wrapper li:first-child,
     .technology .box-wrapper li:last-child{left: -2px !important;}
     .technology .box-wrapper li:nth-child(2) .box {top: -41px;}
     .technology .box-wrapper li:nth-child(3) .box {top: -81px;}
     .technology .box-wrapper li:last-child .box {top: -140px;}
     .technology .box-wrapper li p{width: 150px; margin: auto;}
     .technology .box-wrapper li p br{display: none;}
     .technology .box-wrapper li:first-child p {left: 106px; top: 45px;}
     .technology .box-wrapper li:nth-child(2) p {top: 0px;left: 100px;}
     .technology .box-wrapper li:nth-child(3) p {left: 90px;top: -43px;width: 170px;}
     .technology .box-wrapper li:last-child p {left: 100px;top: -76px;}
     .technology .inner.paragaraph{margin-top: 0px; padding-top: 0;}
    .e-waste .ewaste-example ul li span.number {top: 31px;left: 10px;transform: rotate(-90deg);}
    .e-waste .ewaste-example ul li:nth-child(2) .number {top: 10px;left: 18px;}
    .e-waste .ewaste-example ul li:nth-child(3) .number {bottom: 11px;left: 17px;}
    .e-waste .ewaste-example ul li:nth-child(4) .number {top: 10px;left: 18px;}
    .e-waste .ewaste-example ul li:nth-child(5) .number {bottom: 11px; left: 17px;}
    .e-waste .ewaste-example ul li:last-child .number {left: 17px; top: 12px;}
    .table-content {background: url(../images/table-content-reponsive-bg.png) center center no-repeat;}
    .economy-conectors .curve {left: 112px;}
    .text-sm-center{text-align: center !important;}
    .e-waste .ewaste-example ul{margin-left: 0;}
    .technology .box-wrapper ul{padding: 0;}
    .technology .box-wrapper ul{padding-top: 120px; margin-bottom: 0px;}
    .e-waste .ewaste-example ul li:nth-child(1) {left: -5px;}
}

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

    .header .download-btn {font-size: 13px;}
    .header .lang-btn {font-size: 16px;}
    .modal-content .close {right: 15px; top: 15px;}
    .modal-header {padding: 35px 15px; padding-bottom: 25px;}
    .modal-title {font-size: 17px;}
    .modal-body .file-btn {font-size: 15px; padding: 15px 10px; min-height: 64px; }
    .modal-body .file-btn .material-icons {margin: 0; margin-right: 5px; font-size: 20px; }
    .modal-body .file-btn .material-icons:last-child {margin-right: 0; margin-left: 5px;}
    .economy-conectors .curve {left: 75px;}
}
@media screen and (max-width: 450px){

    .economy-conectors .curve {left: 48px;}
    .cover-banner .zain-logo {max-width: 24%; left: 19px;}
    .cover-banner .graphics.center {top: 150px;left: 35px;}
}
@media screen and (max-width: 414px){

    .linear-economy{flex-direction: column;}
    .linear-economy li img{transform: rotate(90deg);}
    .linear-circular .economy-comparison .linear-economy li:not(:last-child){margin-bottom: 50px; margin-right: 0;}
    .linear-circular .economy-comparison li span{top: 5%; left: 45%;}
    .linear-circular .economy-comparison li:last-child span{left: 44%;}
    .linear-circular .economy-circul{margin-top: 40px;}
    h1.section-title {font-size: 25px; padding-top: 30px !important;}
    .technology .box-wrapper ul {margin-left: 12px;}
    .cover-banner .graphics.bottom {right: 19px;bottom: 244px;}
    .publication .graphics.center {top: 122px;left: 20px;}
    .publication .graphics.bottom {right: 56px;bottom: 51px;}
}
@media screen and (max-width: 375px){

    .circular-economy .economy-values ul{margin-left: -20px;}
    .economy-conectors .curve {left: 29px;}
    .technology .box-wrapper ul {margin-left: -18px;}
}
@media screen and (max-width: 350px) {
    

    .header .download-btn {font-size: 12px;}
    .header .lang-btn {font-size: 14px;}
    .economy-conectors .curve {left: 21px;}
    .circular-economy .economy-values ul {margin-left: -30px;}
}

/* iphone X */
@media only (-webkit-device-pixel-ratio: 3) {
    .vertical-label {bottom: 25px;}
}


