@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{

	/*......Colors......*/
    --deep-navy: #0C1F29;
    --earth-green: #56E366;
    --white: #fff;
    --white-2: #DCDDDD;
    --crisp-white : #F7FAFA;
    --gray-white : #F6F6F6;
    --gray-text: #404040;
    --gray-border: #C1C7CA;
    --gray-text-second : #434343;
    --sea-blue: #00A2E3;
    --gray-medium : #CECECE;
    --gray-light: #7D7D7D;
    --earth-green-light : #CCF8D2;
    --secondary-navy : #1B2932;
    --earth-green-2 : #3FB44F;
    --earth-green-3 : #328a45;
    --gray-ish : #444A5A;
    --sea-blue : #00A2E3;
    --placeholder-text : #909496;
    /*Gradients*/
    --green-gradient : linear-gradient(135deg, rgba(86, 227, 102, 0) 14.64%, #56E366 50.21%, rgba(86, 227, 102, 0) 85.36%);
    --green-blue : linear-gradient(135deg, rgba(0, 162, 227, 0) 14.64%, #00A2E3 50.21%, rgba(0, 162, 227, 0) 85.36%);
    --green-blue-2 : linear-gradient(90deg, #00A2E3 44.04%, rgba(0, 162, 227, 0) 100%);
    --dark-gradient : linear-gradient(90deg, #0C1F29 28.96%, rgba(12, 31, 41, 0.778462) 44.11%, rgba(12, 31, 41, 0.538462) 59.87%, rgba(12, 31, 41, 0) 93.08%, rgba(12, 31, 41, 0) 93.09%);
    --grey-gradient : linear-gradient(90deg, rgba(128, 137, 141, 0.16) 38.61%, rgba(128, 137, 141, 0.0488889) 65%, rgba(128, 137, 141, 0.0289536) 95.08%);
    
    /*......Neutral......*/
    --white : #FFFFFF;
    --glass-grey : rgba(128, 137, 141, 0.16);
    --text-white : #DCDDDD;
    --light-grey : #C1C7CA;
    --medium-grey : #777777;
    --dark-grey : #4D4D4D;
    --glass-grey-light : rgba(255, 255, 255, 0.01);
    
    /*......Font Family......*/
    --primary-font: "Montserrat",sans-serif;
     }

html{-webkit-text-size-adjust:none;font-size:10px;-webkit-font-smoothing:antialiased;}
body{font-family: var(--primary-font);background-color:var(--white-light);color:var(--deep-navy);font-weight:400;font-size:  clamp(14px, 0vw + 13px, 16px);line-height:2.2rem;margin: 0;}

/*=== CONTAINER ===*/
.container-fluid { max-width:1272px; padding-right: 16px; padding-left: 16px; } 
.container { padding-right: 16px; padding-left: 16px; } 
.row { margin-right: -16px; margin-left: -16px; } 
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { padding-right: 16px; padding-left: 16px; }

@media all and (max-width: 991.98px){
    .container-fluid { padding-right: 32px; padding-left: 32px; } 
    .container { padding-right: 32px; padding-left: 32px; } 
    .row { margin-right: -8px; margin-left: -8px; } 
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { padding-right: 8px; padding-left: 8px; } 
}

@media all and (max-width: 767.98px){
.cta.cta-primary .icon.icon-arrow{transform: rotate(-90deg) translateY(0) !important;top: 52% !important;}
.container-fluid { padding-right: 16px; padding-left: 16px; } 
.container { padding-right: 16px; padding-left: 16px; } 
.row { margin-right: -12px; margin-left: -12px; } 
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { padding-right: 12px; padding-left: 12px; } 
}

/*==== TYPOGRAPHY DESKTOP ====*/
.h1-large{font-size: clamp(6.8rem, 5.673rem + 2.449vw, 9.2rem); line-height: 10.4rem; font-weight: 500;}
.font-stats{font-size: clamp(5.2rem, 4.918rem + 0.612vw, 5.4rem); line-height: 6.4rem; font-weight: 700;}
h1, .h1{font-size: clamp(5.2rem, 4.918rem + 0.612vw, 5.8rem); line-height: 7.2rem; font-weight: 500; margin-bottom:24px;}
h2, .h2{font-size: clamp(4.2rem, 4.012rem + 0.408vw, 4.6rem); line-height: 5.6rem; font-weight: 500;margin-bottom:24px;}
h3, .h3{font-size: clamp(3.3rem, 3.112rem + 0.408vw, 3.7rem); line-height: 4.7rem; font-weight: 500;margin-bottom:24px;}
h4, .h4{font-size: clamp(2.7rem, 2.559rem + 0.306vw, 3rem); line-height: 4rem; font-weight: 500;margin-bottom:24px;}
h5, .h5{font-size: clamp(2.1rem, 1.959rem + 0.306vw, 2.4rem); line-height: 3.4rem; font-weight: 500;margin-bottom:24px;}
h6, .h6{font-size: clamp(1.7rem, 1.606rem + 0.204vw, 1.9rem); line-height: 2.9rem; font-weight: 500;margin-bottom:24px;margin-bottom:24px;}
.font-intro, .font-intro p{font-size: clamp(1.7rem, 1.606rem + 0.204vw, 1.9rem); line-height: 3rem; font-weight: 500; margin-bottom:16px;} 
.font-body-light, .font-body-light p{font-size: clamp(1.48rem, 1.396rem + 0.184vw, 1.66rem); line-height: 2.8rem; font-weight: 300;margin-bottom:16px;}
.font-small-body, .font-small-body p{font-size: clamp(1.3rem, 1.23rem + 0.153vw, 1.45rem); line-height: 2.2rem; font-weight: 400;margin-bottom:32px;}
.font-tools{font-size: clamp(1.3rem, 1.3rem + 0vw, 1.3rem); line-height: 2rem; font-weight: 500;}
.font-tag{font-size: clamp(1.3rem, 1.253rem + 0.102vw, 1.4rem); line-height: 2.2rem; font-weight: 700;text-transform: uppercase;margin-bottom:20px;}
.font-navigation{font-size: clamp(1.49rem, 1.438rem + 0.112vw, 1.6rem); line-height: 2.8rem; font-weight: 500;}
.font-breadcrumb{font-size: clamp(1.3rem, 1.253rem + 0.102vw, 1.4rem); line-height: 2.2rem; font-weight: 600;}
.font-breadcrumb-light{font-size: clamp(1.3rem, 1.253rem + 0.102vw, 1.4rem); line-height: 2.2rem; font-weight: 500;}
a{color:var(--deep-navy);}
a:hover {color:var(--earth-green);}
a:focus-visible{outline: 1px solid;}
.color-white{color:var(--white);}
.color-white2{color:var(--white-2);}
ul{padding-left:10px;list-style-position:inside;list-style:none;}
ol{text-indent: 0px;margin-left: 10px;padding-left: 10px;}
.font-intro ul li,.font-body-light ul li{position:relative;padding-left:15px;}
.font-intro ul li:after,.font-body-light ul li:after{content: '';height: 5px;width: 5px;background: var(--earth-green);position: absolute;border-radius: 100%;left: 0;top: 14px;transform: translateY(-50%);}
.property-detail-content * {font-size: clamp(1.48rem, 1.396rem + 0.184vw, 1.66rem); line-height: 2.8rem; margin-bottom: 16px;}
/*==== TYPOGRAPHY TABLET ====*/
@media all and (max-width: 991.98px){
	.h1-large{line-height: 9.7rem;}
.font-stats{line-height: 6.4rem;}
h1, .h1{line-height: 6.4rem;}
h2, .h2{line-height: 5.3rem;}
h3, .h3{line-height: 4.5rem;}
h4, .h4{line-height: 3.8rem;}
h5, .h5{line-height: 3.2rem;}
.h6{line-height: 2.8rem;}
.font-intro{line-height: 2.8rem;}
.font-body-light{line-height: 2.6rem;}
.font-small-body{line-height: 2rem;}
.font-navigation{line-height: 2.6rem;}
.font-breadcrumb{line-height: 2rem;}
.font-breadcrumb-light{line-height: 2rem;}
}

/*====  TYPOGRAPHY MOBILE ====*/
@media all and (max-width: 767.98px){
	.h1-large{line-height: 7.8rem;}
.font-stats{line-height: 6.4rem;}
h1, .h1{line-height: 6.4rem;margin-bottom:16px;}
h2, .h2{line-height: 5.2rem;margin-bottom:16px;}
h3, .h3{line-height: 4.3rem;margin-bottom:16px;}
h4, .h4{line-height: 3.7rem;margin-bottom:16px;}
h5, .h5{line-height: 3.1rem;}
.h6{line-height: 2.7rem;}
.font-intro,.font-intro p{line-height: 28px}
.font-body-light,.font-body-light p{line-height: 24px;}
.font-small-body,.font-small-body p{line-height: 20px;}
.font-tag{line-height: 18px;}
.font-breadcrumb{line-height: 20px;}
.font-navigation{line-height: 24px;}
.font-small-body, .font-small-body p{    margin-bottom: 24px; }
.font-intro,.font-intro p, .font-body-light, .font-body-light p{margin-bottom: 8px;}
}


/*=== POSITIONS ===*/
.position-inherit{position: inherit;}
.position-relative{position: relative;}
/*=== POSITIONS ===*/

/*=== HIDDEN ===*/
.invisible {position: absolute;left: -9999999px;top: auto;width: 1px;height: 1px;overflow: hidden;visibility: visible !important;background-color: transparent;}

.sktmain.visible{position: absolute;left: 0;top: 0;width: auto;height: auto;overflow: hidden;visibility: visible !important;z-index: 11;}
.sktmain.visible > a{color: #fff; text-decoration: none;font-size: 1.8rem;line-height: normal;padding: 10px 30px;background: var(--black-color);display: block;background:var(--deep-navy);}

noscript{width: 100%}
noscript.background{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 0;}
noscript > .nojs{position: absolute;width: 100%;height: 100%;top: 0;left:0;z-index: 0;}
.nojs .jsBackDiv{display: none !important}
noscript.autowidth{width: auto}

noscript.image{width: auto;}
noscript.image > .image{width: 100%;}
/*=== HIDDEN ===*/

/*=== PADDING MARGIN STYLES ===*/
.pt-0{padding-top: 0px !important}.pt-10{padding-top: 10px !important}.pt-20{padding-top: 20px !important}.pt-30{padding-top: 30px !important}.pt-40{padding-top: 40px !important}.pt-50{padding-top: 50px !important}.pt-60{padding-top: 60px !important}.pt-70{padding-top: 70px !important}.pt-80{padding-top: 80px !important}.pt-90{padding-top: 90px !important}.pt-100{padding-top: 100px !important}.pb-0{padding-bottom: 0px !important}.pb-10{padding-bottom: 10px !important}.pb-20{padding-bottom: 20px !important}.pb-30{padding-bottom: 30px !important}.pb-40{padding-bottom: 40px !important}.pb-50{padding-bottom: 50px !important}.pb-60{padding-bottom: 60px !important}.pb-70{padding-bottom: 70px !important}.pb-80{padding-bottom: 80px !important}.pb-90{padding-bottom: 90px !important}.pb-100{padding-bottom: 100px !important}
.mt-0{margin-top: 0px}.mt-10{margin-top: 10px}.mt-20{margin-top: 20px}.mt-30{margin-top: 30px}.mt-40{margin-top: 40px}.mt-50{margin-top: 50px}.mt-60{margin-top: 60px}.mt-70{margin-top: 70px}.mt-80{margin-top: 80px}.mt-90{margin-top: 90px}.mt-100{margin-top: 100px}.mb-0{margin-bottom: 0px}.mb-10{margin-bottom: 10px}.mb-12{margin-bottom: 12px;}.mb-14{margin-bottom: 14px;}.mb-20{margin-bottom: 20px}.mb-30{margin-bottom: 30px}.mb-40{margin-bottom: 40px}.mb-50{margin-bottom: 50px}.mb-60{margin-bottom: 60px}.mb-70{margin-bottom: 70px}.mb-80{margin-bottom: 80px}.mb-90{margin-bottom: 90px}.mb-100{margin-bottom: 100px}
.ml-5 {margin-left: 5px !important;}
.mr-5 {margin-right: 5px !important;}
.ml-4 {margin-left: 4px !important;}
.mr-4 {margin-right: 4px !important;}
.mr-64{margin-right:64px;}
.mt-8{margin-top:8px;}
.mt-16{margin-top:16px;}
.mt-24{margin-top:24px;}
.mt-64{margin-top:64px;}
.ml-24{margin-left:24px;}
.mr-16{margin-right:16px;}
.mb-8{margin-bottom:8px;}
.mb-16{margin-bottom:16px;}
.mb-24{margin-bottom:24px;}
.mb-32{margin-bottom:32px;}
.mb-64{margin-bottom:64px;}
.ml-10{margin-left:10px;}
.ml-24{margin-left:24px;}
.mr-24{margin-right:24px;}
/*=== PADDING MARGIN STYLES ===*/

/*......CTA Link......*/
.configurable-text-wrapper a{text-decoration:underline;}
.cta{margin-bottom:32px;display:inline-block;}
.cta.cta-primary{position: relative;color: #0C1F29;font-size: clamp(1.49rem, 1.435rem + 0.183vw, 1.6rem);line-height: 28px;font-weight: 500;border: 1px solid var(--earth-green);padding: 9px 49px 9px 24px;border-radius: 86px;transition:0.3s ease all;background:var(--white);text-decoration:none;}
.cta.cta-primary .icon.icon-arrow{position: absolute;transform: rotate(-90deg) translateY(-50%);top: 50%;right: 12px;transition: 0.3s ease all;}
.cta.cta-primary:hover .icon.icon-arrow{right:10px;}
.cta.cta-primary .icon.icon-arrow:after{content:'\e902';font-size:1.6rem;font-family:'icomoon' !important;margin-left:10px;line-height: 10px;}
.cta{cursor:pointer;}
.cta.cta-primary:hover{background:var(--earth-green);transition:0.3s ease all;/*padding-right:10%;*/padding: 9px 49px 9px 24px;}
.country-dropdown .dropdown-toggle:hover{
	    padding: 8px 16px;
}
.cta.cta-primary.dark:hover{background:var(--earth-green);transition:0.3s ease all;color:(var(--deep-navy);)}
.cta.cta-download{color:var(--deep-navy);text-decoration:none;}
.dark .cta.cta-download{color:var(--earth-green);}
.cta.cta-download .icon.icon-download{display:inline-block;margin-left:10px;padding:8px 14px;border-radius:80px;background:var(--earth-green-light);}
.cta.cta-download .icon.icon-download:before{color:var(--deep-navy);transition: 0.3s ease-in-out all;}
.cta.cta-download:hover{color:var(--deep-navy);transition:0.3s all ease-in-out;}
.cta.cta-download:hover .icon.icon-download{color:var(--deep-navy);background:var(--earth-green-2);transition:0.3s all ease-in-out;}
.cta.cta-primary.dark{background:var(--deep-navy);color:var(--earth-green);}
.text-link{text-decoration:none;}
.dark .cta.text-link,.dark .cta.text-link .icon.icon-arrow{color:var(--earth-green);}
.cta.text-link{font-size: clamp(1.49rem, 1.435rem + 0.183vw, 1.6rem);line-height: 28px;font-weight: 500;color:var(--deep-navy);margin-right: 10px;position:relative;padding-right:24px;margin-right:0;}
.dark a{color: var(--earth-green);}
.cta.text-link .icon.icon-arrow:after{content:'\e902';font-size:1.6rem;font-family:'icomoon' !important;position:absolute;transform:rotate(-90deg);right:0px;top: 7px;transition: all 0.3s ease-in-out;}
.cta.text-link:hover .icon.icon-arrow:after{right: -7px;top:7px;}
.cta.text-link.dark{color:var(--earth-green);}
.inline-link{border-bottom: 1px solid var(--earth-green-3);text-decoration:none;}
.inline-link:hover,.inline-link:focus-within{background:var(--earth-green);border:none;color:var(--deep-navy);}
input.text-box{border-radius:40px;border:1px solid var(--gray-border);padding:12px 32px;min-width:371px;font-weight:600;}
input.text-box::placeholder, input.text-box:-ms-input-placeholder, input.text-box::-ms-input-placeholder{color:#777777;font-weight:600;}
input.text-box:focus{color:var(--deep-navy);border:1px solid var(--earth-green);}
input.text-box[disabled] { color:var(--gray-border);font-size: clamp(1.3rem, 1.25rem + 0.167vw, 1.4rem);text-transform: uppercase; }
.dropdown-wrapper a{border:1px solid var(--earth-green);border-radius:86px;padding:13px 30px;font-style:normal;min-width:391px;position:relative;display:inline-block;color:#0C1F29;font-weight:600;margin-bottom:0;border-top:0;border-bottom:0;}
.dropdown-wrapper{display:inline-block;border:1px solid var(--earth-green);border-radius:30px;}
.dropdown-wrapper ul{list-style:none;border-top:0;padding:0;width:100%;overflow-x:clip;margin:0;max-width:391px;display: inline-block;display:none;}
.dropdown-wrapper a.active{border:1px solid var(--earth-green);border-top:0;}
.dropdown-wrapper ul li{padding:15px 30px;font-weight:500;line-height:28px;transition:0.3s ease-in-out all;border-radius:40px;} 
.dropdown-wrapper a:after{position:absolute;content:'\e902';font-size:1.2rem;font-family:'icomoon' !important;right:24px;top:13px;}
.dropdown-wrapper ul li:hover{background: var(--earth-green);}
.module-wrapper{padding:70px 0;}
main .module-wrapper:last-child{padding-bottom:140px;}
main .module-wrapper.further-links-module:last-child{padding-bottom:0;}
@media all and (max-width:991.98px){
.cta.cta-primary{padding:8px 46px 8px 24px;}
.cta.text-link .icon.icon-arrow:after{top:6px;}
.cta.text-link{line-height:26px;}
.module-wrapper{padding:50px 0;}
main .module-wrapper:last-child{padding-bottom:100px;}
.mb-40{margin-bottom: 32px;}
}
@media all and (max-width:767.98px){
.cta.text-link .icon.icon-arrow:after{top:5px;}
.cta.cta-primary{padding:8px 38px 8px 16px;}
.cta.text-link{line-height:24px;}
.module-wrapper{padding:40px 0;}
main .module-wrapper:last-child{padding-bottom:80px;}
.table-responsive{overflow:scroll;}
.table-responsive table{width:767px;}
}
.box-cta-download-hover:hover .cta.cta-download {    color: var(--earth-green);    transition: 0.3s all ease-in-out;}
.box-cta-download-hover:hover .cta.cta-download .icon.icon-download {    color: var(--deep-navy);    background: var(--earth-green-2);    transition: 0.3s all ease-in-out;}
/*......Dark mode......*/
.dark{background:var(--deep-navy); }
.dark h1, .dark .h1,.dark h2, .dark .h2,.dark h3,.dark .h3,.dark h4,.dark .h4,.dark h5,.dark .h5,.dark h6,.dark .h6{color:var(--crisp-white);}
.dark .font-body-light p,.dark .font-intro p, .dark p{color:var(--white-2);}
.dark .cta.cta-primary{color:var(--earth-green);background:var(--deep-navy);}
.dark .cta.cta-primary:hover{background:var(--earth-green);color:var(--deep-navy);}
.dark .cta.cta-download .icon.icon-download{background: rgba(128, 137, 141, 0.3);}
.dark .cta.cta-download .icon.icon-download:before{color:var(--earth-green);}
.dark .cta.cta-download:hover .icon.icon-download{background:var(--earth-green-2);}
.dark .cta.cta-download:hover .icon.icon-download:before{color:var(--deep-navy);}
.mw-1440{max-width:1440px;}
.dark .font-tag{color:var(--white);}


/*......Table......*/
table{width:100%;}
table thead{background:rgba(255, 255, 255, 0.01);box-shadow:0px 4px 6px rgba(0, 0, 0, 0.05);backdrop-filter:blur(18.2px);border-radius:32px;}
table thead th{padding-top:20px;padding-bottom:20px;}
table tbody tr:nth-child(even){background:var(--crisp-white);}
table tbody td{padding-top:24px;padding-bottom:24px;border-bottom: 1px solid var(--text-white);}
table.data-table th, table.data-table td{padding-left:12px;padding-right:12px;}
/*......Table......*/

/*......String tag......*/
strong{font-weight:700;}


/*****01-08-2023***/

.content-with-image .font-body-light p a{text-decoration: underline;}
iframe{width:100%;}

body#ip3-homepage.curve-bg:before,body#ip3-homepage.curve-bg:after,
body.ip3-level3.curve-bg:before,body.ip3-level3.curve-bg:after{

}

.external-link .address a, .external-link .contact-item--info a{
	text-decoration: underline;
}
.make-en-enquiry-form span.validator span[style*="visible"] {display: block;margin-top: 5px;}
.make-en-enquiry-form .checkbox-main-wrapper .form-required-field[style*="visible"]{
	display:block;
}

.specification-list li span.icons.icon-lighting:before{background: url(/~/media/Images/L/Logicor/Universal/icons/lightning.svg);height: 18px;content: '';display: inline-block;width: 14px;}

.hideImp {display:none !important;}