/* poppins-400 - latin_devanagari */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/poppins-v15-latin_devanagari-regular.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/poppins-v15-latin_devanagari-regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v15-latin_devanagari-regular.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../fonts/poppins-v15-latin_devanagari-regular.woff") format("woff"),
    /* Modern Browsers */
    url("../fonts/poppins-v15-latin_devanagari-regular.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/poppins-v15-latin_devanagari-regular.svg#Poppins") format("svg");
    /* Legacy iOS */
    src: url("../fonts/poppins-v15-latin_devanagari-regular.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/poppins-v15-latin_devanagari-regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v15-latin_devanagari-regular.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../fonts/poppins-v15-latin_devanagari-regular.woff") format("woff"),
    /* Modern Browsers */
    url("../fonts/poppins-v15-latin_devanagari-regular.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/poppins-v15-latin_devanagari-regular.svg#Poppins") format("svg");
    /* Legacy iOS */
}

/* poppins-500 - latin_devanagari */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/poppins-v15-latin_devanagari-500.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/poppins-v15-latin_devanagari-500.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v15-latin_devanagari-500.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../fonts/poppins-v15-latin_devanagari-500.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/poppins-v15-latin_devanagari-500.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/poppins-v15-latin_devanagari-500.svg#Poppins") format("svg");
    /* Legacy iOS */
    src: url("../fonts/poppins-v15-latin_devanagari-500.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/poppins-v15-latin_devanagari-500.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v15-latin_devanagari-500.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../fonts/poppins-v15-latin_devanagari-500.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/poppins-v15-latin_devanagari-500.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/poppins-v15-latin_devanagari-500.svg#Poppins") format("svg");
    /* Legacy iOS */
}

/* poppins-700 - latin_devanagari */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/poppins-v15-latin_devanagari-700.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/poppins-v15-latin_devanagari-700.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v15-latin_devanagari-700.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../fonts/poppins-v15-latin_devanagari-700.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/poppins-v15-latin_devanagari-700.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/poppins-v15-latin_devanagari-700.svg#Poppins") format("svg");
    /* Legacy iOS */
    src: url("../fonts/poppins-v15-latin_devanagari-700.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/poppins-v15-latin_devanagari-700.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v15-latin_devanagari-700.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../fonts/poppins-v15-latin_devanagari-700.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/poppins-v15-latin_devanagari-700.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/poppins-v15-latin_devanagari-700.svg#Poppins") format("svg");
    /* Legacy iOS */
}

/*:root {
    --colour_light_blue: #94bdfa;
    --colour_black: #353838;
    --colour_blue: #488aee;
    --colour_light_green: #52c873;
    --colour_green: #18ffd4;
    --colour_dark_green: #379a52;
    --colour_grey_green: #334c4e;
    --colour_light_grey: #a8a8a8;
    --colour_dark_grey: #353838;
    --colour_orange: #f05a22;
    --colour_red: #ff2121;
    --colour_silver: #d0d0d0;
    --colour_yellow: #f3b923;
}*/

/*body {
    color: var(--colour_red);
    background: var(--colour_red);
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: var(--cursor) !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 100vh;
    padding: 10px;
}*/

:root {
    --colour_grey: #F0F0F0;
    --colour_dgrey: #F4F4F4;
    --colour_lgrey: #DFDFDF;
    --colour_orange: #F05A22;
    --colour_white: #EEE;
    --colour_black: #222;
    --shadow: 0px 24px 25px rgba(140, 140, 140, 0.2);
    --curve: 1vh;
    --cursor: url("../images/cursor.png"), auto !important;
}

body {
    color: var(--colour_black);
    background: var(--colour_white);
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow-x: hidden !important;
    cursor: var(--cursor) !important;
    max-width: 100vw;
    min-height: 100vh;
}

/*    
    body.light {
        color: var(--colour_black);
        background: var(--colour_white);
        --colour_grey: #fff;
        --colour_dark_grey: #f4f4f4;
        --colour_green: #03a687;
        --colour_white: var(--colour_black);
    }

    body.dark {
        color: var(--colour_white);
        background: var(--colour_light_grey);
    }
*/

::-webkit-input-placeholder {
    padding: 10px;
    opacity: 1;
}

::-moz-placeholder {
    padding: 10px;
    opacity: 1;
}

:-ms-input-placeholder {
    padding: 10px;
    opacity: 1;
}

::-ms-input-placeholder {
    padding: 10px;
    opacity: 1;
}


input, input:focus, input:active, ::placeholder {
    padding: 10px;
    opacity: 1;
    border: 0px solid white !important;
}

h1, .h1 {
    font-size: 3.2rem;
    line-height: 3.2rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

h2, .h2 {
    font-size: 2.6rem;
    line-height: 2.6rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

h3, .h3 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

h4, .h4 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}

h5, .h5 {
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}

h6, .h6 {
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

h7, .h7 {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
    color: white;
    height: auto;
    display: block;
}

hr, .hr {
    margin: 5px 0;
    border-top: 2px solid var(--colour_white);
}

    hr.dark {
        margin: 5px 0;
        border-top: 1px solid var(--colour_black);
    }


.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.g-2, .gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-2, .gx-2 {
    --bs-gutter-x: 0.5rem;
}

.col {
    padding: 0.5rem;
}

.cv {
    border-radius: var(--curve) !important;
}

.cv-l {
    border-radius: 2vh !important;
}

.cv-xl {
    border-radius: 3vh !important;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
}

.overflow-y-none {
    overflow-y: hidden !important;
}

table {
    width: 100%;
    overflow: auto;
}

textarea {
    height: 150px;
}

.accordion-button {
    border-color: var(--colour_orange) !important;
    background-color: var(--colour_orange) !important;
    color: white !important;
}

.accordion-body {
    border-color: var(--colour_orange) !important;
    background-color: var(--colour_grey) !important;
    color: black !important;
    text-align: justify;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.banner, img {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -o-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-user-drag: none !important;
    -khtml-user-drag: none !important;
    -moz-user-drag: none !important;
    -o-user-drag: none !important;
    -ms-user-drag: none !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 10px;
    max-height: 100%;
    max-width: 100%;
}

.banner {
    min-height: 50vh;
    width: 100%;
    
    /* ori code block */
    padding: 50px 0px;

    /* edit code block */
    /* padding: 0px 0px; */


}

    .banner.small {
		min-height: 30vh;
        padding: 20px 0px;
    }

    .banner.full {
        min-height: 70vh;
    }

/* *************************************************** */
/* new css code blocks, 17-July-2024 */
/* start */

.class-div-main-container {
    /* border-color: black;
    border-style: solid;
    border-width: 1px; */
    width:100%;
    height:90%;
    margin-top:2%;
}

.class-div-container {
    width:100%;
    height: fit-content;
    padding-left: 10%;
    padding-bottom: 2%;    
}

.icon-cimb {
    width: 144.91px;
    height: 40px;
    float: left;
    margin-right: 2%;
}

.icon-visa {
    width: 108.39px;
    height: 35px;
    float: left;
}

.amount-discount {
    width: 240.02px;
    height: 95.29px;
    float: left; 
    margin-right: 1%;
}

.class-div-text1 {
    font-weight: bold;
    font-size: 30px;
    color: black;
    width:50%;
    line-height: 30px;
}

.class-div-container-mobile {
    display: none;
}


.class-div-discount-code {
    float: left;
    width: 70%;
    background: url("/Assets/images/discount_code_backgroud_image.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-top:2%;
}

.class-div-discount-code-text1 {
    display: block;
    width:auto;
    margin-top: 2%;
    margin-left: 13%;
    font-size: 19px;
    color: white;
}

.class-div-discount-code-text2 {
    width:auto;
    margin-top: 2%;
    margin-left: 13%;
    font-size: 32px;
    color: white;
}

.class-div-discount-code-text3 {
    width:auto;
    margin-top: 2%;
    margin-left: 1%;
    font-size: 32px;
    font-weight: bold;
    color: white;
}

.class-cimb-card-icon {   
    float: right;
    margin-right: 10%;
    width: 192.09px;
    height: 186.88px;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
    top:-40px;
}

.class-div-container-footer {
    width:100%;
    padding-left: 10%;
    padding-bottom: 1%; 
    font-size: 14px;
    color: black;
}

.class-div-container-footer-text1 {
    display: none;
}

.class-div-container-footer-text2 {
    display: none;
}

.class-span-container-footer-text-desktop {
    float: left;
    width: 70%;
    text-align: center;
    font-size: 14px;
    color:black;
}

/* end */
/* new css code blocks, 17-July-2024 */
/* *************************************************** */


/* *************************************************** */
/* new css code blocks, 15-August-2024 */
/* start */

.dropdown-menu.custom-placement {
    
    /* ori:
    top: -106px !important;
    left: 87% !important; */

    /* edit: */
    top: -65px !important;
    left: 92% !important;

}


.products-evpower-logo {
    width: 216.66px;
    height: 47.72px;
    float: left;
    margin-top: 15px;
    margin-right: 15px;
}

.products-teld-logo {
    width: 216.66px;
    height: 80.75px;
    float:left;
} 

.product-sinexcel-logo {
    width:196px;
    height:37.2px;
    float:left;
    margin-top:15px;
}

.teld-text-color {  
    color: #00A6CB;
}

.sinexcel-text-logo {
    color: #44B86F;
}
    


/* end */
/* new css code blocks, 15-August-2024 */
/* *************************************************** */




.btn {
    border: 0;
    padding: 10px 30px;
    margin: 0;
    color: white;
    display: block;
    text-align: center;
    border-radius: var(--curve) !important;
    font-size: 1rem;
    min-width: 150px;
}

    .btn.link {
        padding: 5px 0px;
        text-align: start;
        min-width: auto;
    }

    .btn:hover, a:hover, .active {
        color: var(--colour_orange);
    }

    .btn > .more-w {
        background-image: url(../images/more-white.svg);
        background-size: contain !important;
        background-repeat: no-repeat !important;
        display: inline-flex !important;
    }

    .btn:hover > .more-w {
        background-image: url(../images/more-orange.svg);
    }

    .btn > .more-o {
        background-image: url(../images/more-orange.svg);
        background-size: contain !important;
        background-repeat: no-repeat !important;
        display: inline-flex !important;
    }

    .btn:hover > .more-o {
        background-image: url(../images/more-orange.svg);
    }

.br {
    border: 1px solid var(--colour_black) !important;
}

.br-white {
    border: 1px solid var(--colour_white);
}

.br-green {
    border: 1px solid var(--colour_green);
}

.bre {
    border-right: 1px solid black;
}

.bg-lwhite {
    background-color: #FFF5;
}

.bg-grey {
    background-color: var(--colour_grey);
}

.bg-lgrey {
    background-color: var(--colour_lgrey);
}

.bg-dgrey {
    background-color: var(--colour_dgrey);
}

.bg-gorange {
    background: -webkit-gradient(linear, left top, right top, color-stop(64.25%, #F58E23), color-stop(151.3%, #F5ED23));
    background: -o-linear-gradient(left, #F58E23 64.25%, #F5ED23 151.3%);
    background: linear-gradient(90deg, #F58E23 64.25%, #F5ED23 151.3%);
}

.bg-orange {
    color: var(--colour_white);
    background: var(--colour_orange);
}

.btn.bg-orange:hover {
    border: 1px solid var(--colour_orange);
    background-color: #FFF;
    border-radius: var(--curve) !important;
}

.dapp{
	height:120px;
	margin-top: 20px;
}
.mapp{
	height:250px;
}

.hr-bold {
    border-top: 2px solid var(--colour_black);
    margin-top: 20px;
    margin-bottom: 20px;
}

.hr-bolder {
    border-top: 3px solid black;
    opacity: 1;
    margin-top: 20px;
    margin-bottom: 20px;
}

.icon-sm {
    height: 10px;
    width: 7px;
}

.icon {
    height: 20px;
    width: 20px;
}

.icon-2 {
    height: 25px;
    width: auto;
}

.icon-md {
    height: 65px;
    width: 65px;
}

.icon-lg {
    height: 84px;
    width: 84px;
}

.icon-auto {
    height: 35px;
    width: auto;
}

.leaflet-right {
    display: none;
}

.news-img {
	max-height: 200px;
} 

.progress {
    --bs-progress-bg: black;
    --bs-progress-bar-border-radius: 50%;
    height: 30px;
    border-radius: 30px;
    font-size: 18px;
}

.progress-bar {
    height: 30px;
    border-radius: 30px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    padding-right: 20px;
    height: 30px;
}

.product-card {
    text-align: start;
    position: relative;
    bottom: 20px;
    width: 80%;
    left: 10%;
    background-color: white;
    padding: 20px;
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
}

.shadow {
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
}

.text-orange {
    color: var(--colour_orange);
}

.text-justify {
    text-align: justify;
}

.underline-bar {
    width: 30%;
    height: 0px;
    border: 1px solid var(--colour_orange);
    margin-top: 20px;
    margin-bottom: 20px;
}


#navbar {
    position: fixed;
    top: 0px;
    padding: 10px;
    min-height: 81px;
    z-index: 10;
    font-size: 20px !important;
}

#sidenav {
    position: fixed;
    top: 80px;
    width: 80%;
    height: 100%;
    right: 0px;
    z-index: 10;
    background-color: black;
    color: white;
}

#page {
    margin-top: 80px;
}

#map {
    min-height: 600px;
    min-width: 100%;
    z-index: 1 !important;
    background: black;
}

#merdeka{
	position: fixed;
	z-index:10;
	background: #AAAA;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-backdrop-filter:saturate(50%) blur(10px);
	        backdrop-filter:saturate(50%) blur(10px);
}
.popup-img{
    width: auto;
    max-width: 80vw;
    max-height: 700px;
    margin: auto;
}
.popup-img > a > img{
    width: auto;
    max-width: 80vw;
    max-height: 700px;
    margin: auto;
}
.popup-close{
	position: absolute;
	z-index:10;
	width: 80%;
	max-width: 700px;
	height: 60px;
}
.popup-close>.close{
    position: relative;
    z-index: 10000;
    width: 40px;
    height: 40px;
    background: white;
    margin-left: auto;
    margin-top: -20px;
    margin-right: -20px;
    color: black;
	border-radius: 50%;
    text-transform: uppercase;
    line-height: 40px;
}

#modal {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: #8888;
    top: 0;
    z-index: 1;
}
#modal-body {
    height: auto;
    max-height: 80vh;
    overflow-y: auto;
    padding: 20px;
}

#news-top > div > img {
    object-fit: cover;
    max-height: 200px;
}
#news-full > div > img {
    object-fit: cover;
    max-height: 200px;
}

#phone-banner {
    position: relative;
    top: 0px;
    height: 300px;
    transform: scale(2.2);
}
#phone-banner1 {
	height:600px;
}
/* #phone-section { */
    /* min-height: 700px; */
    /* height: max-content; */
    /* padding: 0px; */
    /* padding-top: 100px; */
/* } */
/* #phone-text { */
    /* margin-top: -250px; */
    /* margin-left: -90px; */
/* } */
#phone-text2 {
	position:absolute;
    margin-top: 300px;
	color:white;
}
#footer-action {
    position: fixed;
    bottom: 10px;
    width: 100%;
    right: 10px;
    height: 50px;
    text-align: end;
}
#tnc {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: white;
}
#back-btn {
    position: fixed;
    width: 40px;
    left: -5px;
    margin: auto;
    padding: 10px;
}

.pr-link {
    display: inline;
    color: black;
}

.pr-link:hover {
    color: var(--colour_orange);
}

.demo {
    opacity: 0.6;
}

.demo:hover {
  opacity: 1;
}

/* .splide {
    margin: 0 auto;
  }

.thumbnails {
    display: flex;
    margin: 1rem auto 0;
    padding: 0;
    justify-content: center;
}

.thumbnail {
    width: 70px;
    height: 70px;
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
    opacity: 0.3;
}

.thumbnail.is-active {
    opacity: 1;
}

.thumbnail img {
    width: 100%;
    height: auto;
} */

.splide__slide {
    opacity: 0.3;
}

.splide__slide.is-active {
    opacity: 1;
}

#thumbnail-slider {
    margin-top: 1rem;
}

.splide__arrow--prev, .splide__arrow--prev {
    left: -2.3rem;
    transform: translateY(-50%);
}

.splide__arrow--next, .splide__arrow--next {
    right: -2.3rem;
    transform: translateY(-50%);
}

.splide__slide img {
    width: 100%;
    height: auto;
  }
/* tr { */
    /* min-height: 20px; */
    /* height: auto; */
    /* max-height: max-content; */
/* } */


    /* tr > td:nth-child(1) { */
        /* width: 40%; */
    /* } */

#AC-tbl{
	font-size: 0.8rem;
	width: 100%;
	border-top: 0.7px solid var(--colour_lgrey);
	border-bottom: 0.7px solid var(--colour_lgrey);
}
#AC-tbl > tbody > tr > td{
    padding: 10px 20px;
	/* border-top: 0.7px solid var(--colour_lgrey); */
}
#AC-tbl > tbody > tr > td:nth-last-child(1) {
	width:0%;
}
#AC-tbl > tbody > tr > td:nth-last-child(2) {
	font-weight:500;
}
#AC-tbl > tbody > tr > td:nth-last-child(3) {
	width:20%;
	font-weight:500;
	/* background-color: var(--colour_grey); */
}
#AC-tbl > tbody > tr.line > td {
	border-top: 0.7px solid var(--colour_lgrey) !important;
}


/* ************************************************ */
/* css code block for evpower partner 
   section, 01-August-2024 */
/* start */

.section-partners-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.section-partners-content {
    text-align: center;
}


.image-sinexcel {
    width: 160.53px;
    height: 22px;
    margin: 2%;
}

.image-teld {
    width: 161.54px;
    height: 59.08px;
    margin: 2%;
}

.image-hici {
    width:98px;
    height: 40px;
    margin: 2%;
}

.image-juiceup {
    width: 129px;
    height: 46px;
    margin: 2%;
}

.image-paidchain {
    width: 179px;
    height: 31px;
    margin: 2%;
}

.image-cimb {
    width: 137.18px;
    height: 37.87px;
    margin: 2%;
}

.image-visa {
    width: 87.27px;
    height: 28.18px;
    margin: 2%;
}

.image-plus {
    width: 119px;
    height: 50px;
    margin: 2%;
}

.image-binastra-land {
    width: 161.06px;
    height: 55px;
    margin: 2%;
}

.image-menara-hartamas {
    width: 41.87px;
    height: 60px;
    margin: 2%;
}

.image-volvo-pekin-auto {
    width: 174.46px;
    height: 28px;
    margin: 2%;
}

.image-lee-motors {
    width: 154px;
    height: 47px;
    margin: 2%;
}

.image-sports-arena {
    width: 161px;
    height: 47px;
    margin: 2%;
}

.image-mercure-hotel {
    width: 128.25px;
    height: 60px;
    margin: 2%;
}

.image-mahkota-hotel {
    width: 95.03px;
    height: 80px;
    margin: 2%;
}

.image-ecotree-hotel {
    width: 109.71px;
    height: 80px;
    margin: 2%;
}

.image-concept-hotel {
    width: 130px;
    height: 63.45px;
    margin: 2%;
}

.image-arte-corp {
    width: 126px;
    height: 67px;
    margin: 2%;
}

/* end */
/* css code block for evpower partner 
   section, 01-August-2024 */
/* ************************************************ */



@media (max-width:500px){
	#AC-tbl > tbody > tr > td{
		padding: 5px;
	}
}
@media (max-width:400px){
	#AC-tbl{
		overflow-wrap: anywhere;
	}
}

#AC-tbl > tbody > tr > td > ul {
	padding-left: 1rem !important;
}

.carousel-indicators{
	display: none;
}

.readmore {
  position: relative;
  min-height: 110px;
  max-height: 110px;
  overflow: hidden;
  width:100%;
  padding: 10px;
  margin-bottom: 20px;

  transition:max-height 0.15s ease-out;

}
.readmore.expand{
  max-height: 500px !important;
  transition:max-height 0.35s ease-in-out;
}
.readmore-link{
	position: absolute;
	bottom: 0;
	left: 10px;
	display: block;
	width:100%;
	height: 100%;
	text-align: start;
	color: var(--colour_orange);
	padding-top: 80px;
	cursor: pointer;
	font-size:15px;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, var(--colour_grey) 75%, var(--colour_grey) 100%);
}
.readmore-link.expand {
	position: relative;
	background-image: none;
	padding-top:10px;
	height:20px;
	left: 0px;
}
.readmore-link:after {
  content:"Read more";
}
.readmore-link.expand:after{
  content:"Read less";
}

.dropdown-menu.show {
    margin-top: 22px !important;
    border-radius: 0 0 var(--curve) var(--curve);
    padding: 0px;
}

    .dropdown-menu.show > li {
        padding: 0px 0px;
        margin: 0px 20px;
    }

        .dropdown-menu.show > li + li {
            border-top: 1px solid var(--colour_dgrey);
        }

.dropdown-item {
    margin: 0px;
    padding: 10px 0px;
}

    li:hover, .dropdown-item:focus, .dropdown-item:hover {
        background-color: #FFF !important;
        color: var(--colour_orange) !important;
    }

/* @media (min-width:2000px) { */
	/* #phone-section { */
		/* min-height: 850px; */
	/* } */
/* } */
@media (min-width:1000px) {
    .col-11 {
        max-width: 1300px;
    }
}
@media (min-width:600px) {
    .text-md-justify {
        text-align: justify;
    }
    #phone-text2 {
		width:50%;
		margin: 10%;
		background:red;
    }
}

@media (max-width:1000px) {
    #phone-banner {
        margin-left: 20%;
    }
}

/* ********************************************* */
/* additional code added, 18-July-2024 */ 
/* start */







@media (max-width:1500px) {
    /* start: @media (max-width:1500px)  */    


    .class-div-discount-code-text1 {
        display: block;
        width:auto;
        margin-top: 2%;
        margin-left: 13%;
        font-size: 14px; /* 19px*/ /* 14px */
        color: white;
    }
    
    .class-div-discount-code-text2 {
        width:auto;
        margin-top: 2%;
        margin-left: 13%;
        font-size: 26px; /* 32px */ /* 26px */
        color: white;
    }
    
    .class-div-discount-code-text3 {
        width:auto;
        margin-top: 2%;
        margin-left: 1%;
        font-size: 26px; /* 32px */ /* 26px */
        font-weight: bold;
        color: white;
    }

} /* end: @media (max-width:1500px)  */






@media (max-width:1200px) {
    /* start: @media (max-width:1200px)  */ 

    .class-div-discount-code-text1 {
        display: block;
        width:auto;
        margin-top: 2%;
        margin-left: 13%;
        font-size: 14px; /* 19px*/ /* 14px */
        color: white;
    }
    
    .class-div-discount-code-text2 {
        width:auto;
        margin-top: 2%;
        margin-left: 13%;
        font-size: 16px; /* 32px */ /* 26px */
        color: white;
    }
    
    .class-div-discount-code-text3 {
        width:auto;
        margin-top: 2%;
        margin-left: 1%;
        font-size: 16px; /* 32px */ /* 26px */
        font-weight: bold;
        color: white;
    }


    /* end: @media (max-width:1200px)  */
}


@media (max-width:1200px) {
    /* start: @media (max-width:1200px)  */ 

    .class-div-discount-code-text1 {
        display: block;
        width:auto;
        margin-top: 2%;
        margin-left: 13%;
        font-size: 9px; /* 19px*/ /* 14px */
        color: white;
    }
    
    .class-div-discount-code-text2 {
        width:auto;
        margin-top: 2%;
        margin-left: 13%;
        font-size: 12px; /* 32px */ /* 26px */
        color: white;
    }
    
    .class-div-discount-code-text3 {
        width:auto;
        margin-top: 2%;
        margin-left: 1%;
        font-size: 14px; /* 32px */ /* 26px */
        font-weight: bold;
        color: white;
    }

    /* .class-cimb-card-icon {
        width: 115.254px;
        height:112.128px;

    }   */  

   /*  .class-div-text1 {
        font-size: 18px;
    } */

    /* .amount-discount {
        width: 144.012px;
        height: 57.174px;
    } */

    /* .icon-cimb {
        width: 86.946px;
        height: 24px;
    } */

    /* .icon-visa {
        width: 65.034px;
        height: 21px;
    } */

    /* .class-span-container-footer-text-desktop {
        font-size: 12px;
    } */



    /* end: @media (max-width:1200px)  */
}






/* end */
/* additional code added, 18-July-2024 */ 
/* ********************************************* */








@media (max-width:800px) {
    /*start: @media (max-width:800px)*/


    .dropdown-menu.show {
        margin-top: 10px !important;
        border-radius: var(--curve);

        /* margin-bottom:10px;
        overflow-y: scroll; */
       
    }

    /* *************************************************** */
    /* new css code blocks, 20-August-2024 */
    /* start */

    .dropdown-menu.custom-placement {
        top: -11px !important;
        left: 10% !important;
        z-index: 1;
        overflow-y: scroll;
        height: 120px;
    }

    .dropdown-menu.custom-placement > li >.dropdown-item {
        margin: 0px;
        padding: 10px 0px;
        font-size: 12px;
        width:350px;
        word-wrap:break-word;
        white-space: normal;
        
    } 




    /* end */
    /* new css code blocks, 20-August-2024 */
    /* *************************************************** */




    /* *************************************************** */
    /* new css code blocks, 17-July-2024 */
    /* start */

    .banner {
        padding: 0px 0px;
    }
    
    .class-div-main-container {
        /* border-color: black;
        border-style: solid;
        border-width: 1px; */
        width:100%;
        height:100%;
    }
    
    .class-div-container {
        width:100%;
        height: fit-content;
        padding-left: 1%;
        padding-bottom: 2%;    
    }
    
    .icon-cimb {
        width: 78.49px;  
        height: 21.67px; 
        float: left;
        margin-left: 5%;
        margin-right: 2%;
    }
    
    .icon-visa {
        width: 58.69px; 
        height: 18.96px; 
        float: left;
    }
    
    .amount-discount {
        width: 165.2px; 
        height: 65.6px; 
        float: left;
        margin-left: 3%;
        margin-right:inherit;
        display: none;
    }
    
    .class-div-text1 {
        font-weight: bold;
        font-size: 12px; 
        text-align:right;
        color: black;
        width:100%;
        line-height: 15px;
        display: none;
    }

    .class-div-container-mobile {
        display: block;
        width: 100%;
    }

    .amount-discount-mobile {
        display: block;
        width: 165.2px;
        height: 65.6px;
        float: left;
        margin-left: 5%;
        margin-right: 1%;  
    }

    .class-div-text1-mobile {
        float: left;
        color: black;
        width:40%;
        text-align: center;
    }

    .class-text-discount-mobile {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .class-text-discount-mobile-2 {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

    .class-div-discount-code {
        float: left;
        width: 100%;
        background: url("/Assets/images/discount_code_backgroud_image.svg");
        background-repeat: no-repeat;
        background-size: contain;
        margin-top:5%;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .class-div-discount-code-text1 {
        float:left;
        display: block;
        width: auto;
        font-size: 9px;
        text-align: left;
        color: white;
        margin-top: 1%;
        margin-bottom: 0px;
        margin-left: 1%;
        padding-right: 30%;
    }
    
    .class-div-discount-code-text2 {
        float: left;
        width: auto;
        display: block;
        font-size: 12px;
        color: white;
        text-align: left;
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 1%;
    }

    .class-div-discount-code-text3 {
        font-weight: bold;
        float: left;
        width: auto;
        display: block;
        font-size: 12px;
        color: white;
        text-align: left;
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 1%;
    } 
    
    .class-cimb-card-icon {   
        float: left;
        margin-left: 5%;
        margin-right: 1%;
        padding-bottom: 2%;    
        width: 118.45px;
        height: 103.41px;
    }
    
    
    .class-div-container-footer {    
       width:100%;    
    }

    .class-div-container-footer-text1 {
        margin-left: 5%;
        font-size: 7.5px;
        color:black;
        display: block;
        text-align: left;
    }

    .class-div-container-footer-text2 {
        margin-left: 5%;
        font-size: 7.5px;
        color:black;
        display: block;
        text-align: left;
    }

    .class-span-container-footer-text-desktop {
        display: none;
    }

    /* end */
    /* new css code blocks, 17-July-2024 */
    /* *************************************************** */






 /* end: @media (max-width:800px) */
}




@media (max-width:600px) {
    body {
        font-size: 0.9rem;
    }

    h1, .h1 {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }

    h2, .h2 {
        font-size: 1.4rem;
        line-height: 1.7rem;
    }

    h3, .h3 {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    h4, .h4 {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }

    h5, .h5 {
        font-size: 1rem;
        line-height: 1.4rem;
    }

    h6, .h6 {
        font-size: 0.9rem;
        line-height: 1.3rem;
    }

    .home.banner {
        min-height: 80vh;
    }
    .banner {
        min-height: 40vh;
    }
    .banner.small {
        min-height: 40vh;
    }

    .btn {
        font-size: 1rem;
        min-width: 50px;
        padding: 10px 20px;
    }

	.icon-md {
		height: 45px;
		width: 45px;
	}

	.icon-lg {
		height: 64px;
		width: 64px;
	}

    .product-card {
        bottom: 30px;
        width: 90%;
        left: 5%;
    }

    #phone-banner {
        margin-left: 5%;
        margin-top: -50px;
        transform: scale(1);
    }

    #map {
        min-height: 400px;
    }
	
	#banner1-text{
		margin-bottom: 120px;
	}
	
	#phone-section {
		min-height: 650px;
	}
    #phone-text {
        margin-top: 330px;
        margin-left: 0px;
    }




    
    /* *************************************************** */
    /* new css code blocks, 17-July-2024 */
    /* start */

    .banner {
        padding: 0px 0px;
    }
    
    .class-div-main-container {
        /* border-color: black;
        border-style: solid;
        border-width: 1px; */
        width:100%;
        height:100%;
    }
    
    .class-div-container {
        width:100%;
        height: fit-content;
        padding-left: 1%;
        padding-bottom: 2%;    
    }
    
    .icon-cimb {
        width: 78.49px;  
        height: 21.67px; 
        float: left;
        margin-left: 5%;
        margin-right: 2%;
    }
    
    .icon-visa {
        width: 58.69px; 
        height: 18.96px; 
        float: left;
    }
    
    .amount-discount {
        width: 165.2px; 
        height: 65.6px; 
        float: left;
        margin-left: 3%;
        margin-right:inherit;
        display: none;
    }
    
    .class-div-text1 {
        font-weight: bold;
        font-size: 12px; 
        text-align:right;
        color: black;
        width:100%;
        line-height: 15px;
        display: none;
    }

    .class-div-container-mobile {
        display: block;
        width: 100%;
    }

    .amount-discount-mobile {
        display: block;
        width: 165.2px;
        height: 65.6px;
        float: left;
        margin-left: 5%;
        margin-right: 1%;  
    }

    .class-div-text1-mobile {
        float: left;
        color: black;
        width:40%;
        text-align: center;
    }

    .class-text-discount-mobile {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .class-text-discount-mobile-2 {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

    .class-div-discount-code {
        float: left;
        width: 100%;
        background: url("/Assets/images/discount_code_backgroud_image.svg");
        background-repeat: no-repeat;
        background-size: contain;
        margin-top:5%;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .class-div-discount-code-text1 {
        float:left;
        display: block;
        width: auto;
        font-size: 9px;
        text-align: left;
        color: white;
        /* margin-top: 1%; */
        margin-bottom: 0px;
        margin-left: 0%;
        /* padding-right: 15%; */
        margin-top: 0px;
        padding-right: 0px;
    }
    
    .class-div-discount-code-text2 {
        float: left;
        width: auto;
        display: block;
        font-size: 12px;
        color: white;
        text-align: left;
        margin-bottom: 0px;
        margin-top: 0px;
        /* margin-left: 1%; */
        margin-left:0px;
    }

    .class-div-discount-code-text3 {
        font-weight: bold;
        float: left;
        width: auto;
        display: block;
        font-size: 12px;
        color: white;
        text-align: left;
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 1%;
    } 
    
    .class-cimb-card-icon {   
        float: left;
        margin-left: 0%;
        margin-right: 1%;
        padding-bottom: 2%;   
        padding-left:0%; 
        width: 118.45px;
        height: 103.41px;
    }
    
    
    .class-div-container-footer {    
       width:100%;    
    }

    .class-div-container-footer-text1 {
        margin-left: 5%;
        font-size: 7.5px;
        color:black;
        display: block;
        text-align: left;
    }

    .class-div-container-footer-text2 {
        margin-left: 5%;
        font-size: 7.5px;
        color:black;
        display: block;
        text-align: left;
    }

    .class-span-container-footer-text-desktop {
        display: none;
    }

    /* end */
    /* new css code blocks, 17-July-2024 */
    /* *************************************************** */


    /* ************************************************ */
    /* css code block for evpower partner 
    section, 01-August-2024 */
    /* start */

    .section-partners-title {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }
    
    .section-partners-content {
        text-align: center;
    }
    
    .image-sinexcel {
        width: 90.12px;
        height: 12.35px;
        margin: 4%;
    }
    
    .image-teld {
        width: 90.68px;
        height: 33.17px;
        margin: 4%;
    }
    
    .image-hici {
        width:55.01px;
        height: 22.45px;
        margin: 4%;
    }
    
    .image-juiceup {
        width: 72.42px;
        height: 25.82px;
        margin: 5%;
    }
    
    .image-paidchain {
        width: 100.49px;
        height: 17.4px;
        margin: 5%;
    }
    
    .image-cimb {
        width: 77.01px;
        height: 21.26px;
        margin-right: 5%;
    }
    
    .image-visa {
        width: 48.99px;
        height: 15.82px;
        margin: 5%;
    }
    
    .image-plus {
        width: 66.8px;
        height: 28.07px;
        margin: 3%;
    }
    
    .image-binastra-land {
        width: 85.19px;
        height: 29.09px;
        margin: 3%;
    }
    
    .image-menara-hartamas {
        width: 23.5px;
        height: 33.68px;
        margin: 3%;
    }
    
    .image-volvo-pekin-auto {
        width: 97.94px;
        height: 15.72px;
        margin: 3%;
    }
    
    .image-lee-motors {
        width: 85.19px;
        height: 26px;
        margin: 3%;
    }
    
    .image-sports-arena {
        width: 89.06px;
        height: 26px;
        margin: 3%;
    }
    
    .image-mercure-hotel {
        width: 72px;
        height: 33.68px;
        margin: 3%;
    }
    
    .image-mahkota-hotel {
        width: 53.35px;
        height: 44.91px;
        margin: 3%;
    }
    
    .image-ecotree-hotel {
        width: 61.59px;
        height: 44.91px;
        margin: 3%;
    }
    
    .image-concept-hotel {
        width: 72.98px;
        height: 35.62px;
        margin: 3%;
    }
    
    .image-arte-corp {
        width: 70.73px;
        height: 37.61px;
        margin: 3%;
    }
    
    /* end */
    /* css code block for evpower partner 
    section, 01-August-2024 */
    /* ************************************************ */


    /* ************************************************ */
    /* css code block, 15-August-2024 */
    /* start */
    .dropdown-menu.custom-placement {
        top: -11px !important;
        left: 10% !important;
        z-index: 1;
        /* width: 100px !important; */
        /* display: block; */
        overflow-y: scroll;
        height: 300px;
    }

    .dropdown-menu.custom-placement > li >.dropdown-item {
        margin: 0px;
        padding: 10px 0px;
        font-size: 12px;
        
        width:180px;
        word-wrap:break-word;
        white-space: normal;
        /* display: flex !important; 
        overflow-wrap: break-word; */
    }  

    .products-evpower-logo {
        width: 162.49px;
        height: 35.79px;
        float: left;
    }

    .products-teld-logo {
        width: 162.50px;
        height: 60.56px;
        float:left;
    }

    /* .teld-text-color {  
        color: #4d88ff;
    } */

    .teld-text-color {  
        color: #00A6CB;
    }

    .sinexcel-text-logo {
        color: #44B86F;
    }
        

    .product-sinexcel-logo {
        width:142.1px;
        height:26.97px;
        float:left;
        /* margin-top:15px; */
    }

    /* end */
    /* css code block, 15-August-2024 */
    /* ************************************************ */


}







@media (max-width:390px) {
    /* start: @media (max-width:300px)  */ 


    /* *************************************************** */
    /* new css code blocks, 17-July-2024 */
    /* start */

    .banner {
        padding: 0px 0px;
    }
    
    .class-div-main-container {
        /* border-color: black;
        border-style: solid;
        border-width: 1px; */
        width:100%;
        height:100%;
    }
    
    .class-div-container {
        width:100%;
        height: fit-content;
        padding-left: 1%;
        padding-bottom: 2%;    
    }
    
    .icon-cimb {
        width: 78.49px;  
        height: 21.67px; 
        float: left;
        margin-left: 5%;
        margin-right: 2%;
    }
    
    .icon-visa {
        width: 58.69px; 
        height: 18.96px; 
        float: left;
    }
    
    .amount-discount {
        width: 165.2px; 
        height: 65.6px; 
        float: left;
        margin-left: 3%;
        margin-right:inherit;
        display: none;
    }
    
    .class-div-text1 {
        font-weight: bold;
        font-size: 12px; 
        text-align:right;
        color: black;
        width:100%;
        line-height: 15px;
        display: none;
    }

    .class-div-container-mobile {
        display: block;
        width: 100%;
    }

    .amount-discount-mobile {
        display: block;
        width: 165.2px;
        height: 65.6px;
        float: left;
        margin-left: 5%;
        margin-right: 1%;  
    }

    .class-div-text1-mobile {
        float: left;
        color: black;
        width:40%;
        text-align: center;
    }

    .class-text-discount-mobile {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .class-text-discount-mobile-2 {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

    .class-div-discount-code {
        float: left;
       	width: 100%;
       	background: url("/Assets/images/discount_code_backgroud_image.svg");
        background-repeat: no-repeat;
        background-size: contain;
        margin-top:5%;
        margin-bottom: 0px;
        padding-bottom: 0px;

    }

    

    .class-div-discount-code-text1 {
        float:left;
        	display: block;
        	width: 200px;
        	font-size: 9px;
        	text-align: left;
        	color: black;
        	margin-bottom: 0px;
        	margin-left: 0%;
        	margin-top: 0px;
        	padding-right: 0px;


    }

    /* br.ab {
        display: block;
    } */

    .class-div-discount-code-text2 {
        float: left;
        width: auto;
        display: block;
        font-size: 12px;
        color: black;
        text-align: left;
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left:0px;

    }




    .class-div-discount-code-text3 {
        font-weight: bold;
        float: left;
        width: auto;
        /* display: flex; */
        font-size: 12px;
        color: black;
        text-align: left;
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 1%;
    } 
    
    .class-cimb-card-icon {   
        float: left;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 0%;
        padding-bottom: 0%;    
        width: 118.45px;
        height: 103.41px;
    }
    
    
    .class-div-container-footer {    
       width:100%;    
    }

    .class-div-container-footer-text1 {
        margin-left: 5%;
        font-size: 7.5px;
        color:black;
        display: block;
        text-align: left;
    }

    .class-div-container-footer-text2 {
        margin-left: 5%;
        font-size: 7.5px;
        color:black;
        display: block;
        text-align: left;
    }

    .class-span-container-footer-text-desktop {
        display: none;
    }

    /* end */
    /* new css code blocks, 17-July-2024 */
    /* *************************************************** */





    


    /* end: @media (max-width:300px)  */
}




















/*.bg-lgreen {
    background-color: var(--colour_light_green) !important;
    background: var(--colour_light_green);
}

.bg-green {
    background-color: var(--colour_green) !important;
    background: var(--colour_green);
}

.bg-dgreen {
    background-color: var(--colour_dark_green) !important;
    background: var(--colour_dark_green);
}

.bg-lgrey {
    background-color: var(--colour_light_grey) !important;
    background: var(--colour_light_grey);
}


.bg-dgrey {
    background-color: var(--colour_dark_grey) !important;
    background: var(--colour_dark_grey);
}

.bg-lblue {
    background-color: var(--colour_light_blue) !important;
    background: var(--colour_light_blue);
}

.bg-blue {
    background-color: var(--colour_blue) !important;
    background: var(--colour_blue);
}

.bg-gg {
    background-color: var(--colour_grey_green) !important;
    background: var(--colour_grey_green);
}

.bg-sv {
    background-color: var(--colour_silver) !important;
    background: var(--colour_silver);
}

.bg-yellow {
    background-color: var(--colour_yellow) !important;
    background: var(--colour_yellow);
}

.bg-red {
    background-color: var(--colour_red) !important;
    background: var(--colour_red);
}

.text-green {
    color: var(--colour_green);
}

.text-red {
    color: var(--colour_red);
}
*/
/*#intro {
    z-index: 10;
    position: fixed;
    height: 100vh;
    top: 0;
}

#back-btn {
    position: fixed;
    width: 15px;
    left: 0px;
    margin: auto;
    background-color: var(--colour_grey);
    padding: 10px;
}
#intro-bg {
    position: absolute;
    height: 100vh;
    width: 100vw;
    left: 0px;
    top: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top;
}

#intro-logo {
    position: absolute;
    z-index: 1;
    height: 30vh;
    max-height: 100px;
    max-width: 60vw;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#intro-cpr {
    color: white;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 2%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#home {
    min-height: 100vh;
    padding-bottom: 20px;
}

#home-nav,
#charge-nav {
    height: 80px;
    width: 100%;
}

#home-logo,
#charge-logo,
.logo {
    max-width: 60%;
    height: 50px;
}

#home-theme,
#charge-theme {
    margin-left: 1rem;
    margin-top: 12px;
    height: 30px;
}

#home-time,
#charge-time {
    padding: 35px;
    height: 80px;
    min-width: 70%;
}

#home-clock,
#charge-clock {
    -webkit-transform: translate(-30%, -50%);
    -ms-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%);
}

#home-timer,
#charge-timer {
    font-size: 3rem;
    font-weight: bold;
}

#charging {
    min-height: 100vh;
}

#tnc {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: var(--colour_grey);
}

#tooltip {
    position: absolute;
    margin-top: -40px;
    text-align: center;
    width: auto;
}

    #tooltip > img {
        position: absolute;
        width: 50px;
        height: 30px;
    }

    #tooltip > span {
        position: absolute;
        margin-top: 5px;
        width: 10px;
        text-align: center;
    }

body.light #tooltip > span {
    color: white;
}

#slider {
    height: 1px;
    padding: 5px;
}

    #slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: white;
        border: 10px solid rgba(251, 165, 30, 0.7);
        cursor: pointer;
        margin-top: -15px;
    }

    #slider::-ms-fill-lower {
        background: linear-gradient( 90deg, #fba51e 28.72%, rgba(240, 90, 34, 0.24) 209.01% );
        border-radius: 22px;
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

input[type="range"].slider {
    height: 2.2em;
    -webkit-appearance: none;
}*/

/*progress support*/
/*input[type="range"].slider.slider-progress {
        --range: calc(var(--max) - var(--min));
        --ratio: calc((var(--value) - var(--min)) / var(--range));
        --sx: calc(0.5 * 2em + var(--ratio) * (100% - 2em));
    }

    input[type="range"].slider:focus {
        outline: none;
    }*/

/*webkit*/
/*input[type="range"].slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 2em;
        height: 2em;
        border-radius: 1em;
        background: #3097fe;
        border: none;
        -webkit-box-shadow: 0 0 2px black;
        box-shadow: 0 0 2px black;
        margin-top: calc(max((1em - 1px - 1px) * 0.5, 0px) - 2em * 0.5);
    }

    input[type="range"].slider::-webkit-slider-runnable-track {
        height: 1em;
        border: 1px solid #b2b2b2;
        border-radius: 0.5em;
        background: #efefef;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    input[type="range"].slider.slider-progress::-webkit-slider-runnable-track {
        background: -webkit-gradient( linear, left top, right top, from(#fba51e), to(#f05a22) ) 0 / var(--sx) 100% no-repeat, #efefef;
        background: linear-gradient(to right, #fba51e, #f05a22) 0 / var(--sx) 100% no-repeat, #efefef;
    }*/

/*mozilla*/
/*input[type="range"].slider::-moz-range-thumb {
        width: 2em;
        height: 2em;
        border-radius: 1em;
        background: #3097fe;
        border: none;
        box-shadow: 0 0 2px black;
    }

    input[type="range"].slider::-moz-range-track {
        height: max(calc(1em - 1px - 1px), 0px);
        border: 1px solid #b2b2b2;
        border-radius: 0.5em;
        background: #efefef;
        box-shadow: none;
    }

    input[type="range"].slider.slider-progress::-moz-range-track {
        background: linear-gradient(to right, #fba51e, #f05a22) 0 / var(--sx) 100% no-repeat, #efefef;
    }*/

/*ms*/
/*input[type="range"].slider::-ms-fill-upper {
        background: transparent;
        border-color: transparent;
    }

    input[type="range"].slider::-ms-fill-lower {
        background: transparent;
        border-color: transparent;
    }

    input[type="range"].slider::-ms-thumb {
        width: 2em;
        height: 2em;
        border-radius: 1em;
        background: #3097fe;
        border: none;
        box-shadow: 0 0 2px black;
        margin-top: 0;
        box-sizing: border-box;
    }

    input[type="range"].slider::-ms-track {
        height: 1em;
        border-radius: 0.5em;
        background: #efefef;
        border: 1px solid #b2b2b2;
        box-shadow: none;
        box-sizing: border-box;
    }

    input[type="range"].slider.slider-progress::-ms-fill-lower {
        height: max(calc(1em - 1px - 1px), 0px);
        border-radius: 0.5em 0 0 0.5em;
        margin: -1px 0 -1px -1px;
        background: linear-gradient(to right, #fba51e, #f05a22);
        border: 1px solid #b2b2b2;
        border-right-width: 0;
    }

body.light .br {
    border: 1px solid var(--colour_orange) !important;
}

.ocard {
    margin: 10px;
    padding: 20px;
    height: 60px;
    border: 1px solid var(--colour_orange);
    border-radius: var(--curve);
}

    .ocard span:nth-child(1) {
        font-size: 2rem;
    }

    .ocard:hover,
    .ocard.active {
        background: var(--colour_orange);
    }

body.light .ocard:hover,
body.light .ocard.active {
    color: white;
}

.line {
    height: 1px;
    width: 100%;
    background: repeating-linear-gradient( to right, var(--colour_white), var(--colour_white) 10px, var(--colour_dark_grey) 10px, var(--colour_dark_grey) 20px );
}

.charge-station {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .charge-station > img {
        height: 50px;
        margin: auto;
        max-width: 100%;
    }

.charge-status {
    margin: 4px;
    padding: 4px;
    height: auto;
}

    .charge-status > img {
        height: 25px;
    }*/


/* ****************************************************************** */
/* news cards section in file news.php  */
/* start */

.caret {
    background-repeat: no-repeat;
    background-position: center;
}

#news-page {
    min-height: 100vh;
    width: 100%;
    background-color: var(--colour_light_blue2);
    /* padding: 15vh; */
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
}

#news-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 130%;
    color: #262626;
    flex: none;
    order: 0;
    flex-grow: 1;
}

#news-card {
    background: white;
    /* padding: 50px; */
    padding: 0%;
    /* border: 1px solid var(--colour_light_blue1); */
}

.news-buttons {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    grid-gap: 6px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.news-button {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    flex: none !important;
    order: 0;
    flex-grow: 0 !important;
    padding: 8px !important;
    width: max-content;
    color: #8C8C8C;
    background: #FFFFFF;
    border: 1px solid #BFBFBF;
    box-sizing: border-box;
    border-radius: 8px;
}

.news-button-active {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    flex: none !important;
    order: 0;
    flex-grow: 0 !important;
    padding: 8px !important;
    width: max-content;
    color: var(--colour_tertiary_green);
    background: var(--colour_logo_green);
    border: 1px solid var(--colour_tertiary_green);
    box-sizing: border-box;
    border-radius: 8px;
}

#news-cards {
    display: flex;
    margin-top: 2vw;
    margin-bottom: 4vw;
    flex-direction: row;
    grid-gap: 6px;
    flex-wrap: wrap;
    flex: none !important;
    order: 0;
    flex-grow: 0 !important;
    grid-gap: 2vw;
}

.news-card {
    position: relative;
    padding: 1vw;
    width: 100%;
    max-height: 50%;
    color: var(--colour_text);
    background: #FFFFFF;
    border: 2px solid orange;
    box-sizing: border-box;
    border-radius: 8px;
}

.news-title {
    width: 100%;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 135%;
    color: var(--colour_text);
    margin-bottom: 1vw;
}

.news-date {
    width: 100%;
}

.news-source {
    width: 100%;
}

.news-desc {
    width: 100%;
    margin-top: 1vw;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: var(--colour_text);
    margin-bottom: 5vw;
}

.news-link {
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom: 1vw;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 135%;
    /* color: var(--colour_light_blue1); */
    color: orange;
    font-weight: 500;

}

.news-link:hover {
    color: orange;
    font-weight: 500;
}

.Rarrow {
    height: 100%;
    vertical-align: baseline;
}

@media screen and (min-width: 1000px) {
    .news-card {
        width: 30%;
    }
}

@media screen and (max-width: 600px) {
    #news-page {
        padding: 10px;
        padding-top: 100px;
    }
    #news-card {
        padding: 20px;
    }
    .news-card {
        width: 100%;
        padding: 20px;
        padding-bottom: 50px;
    }
    .news-link {
        margin-bottom: 2vh;
    }
}

/* end */
/* news cards section in file news.php  */
/* ****************************************************************** */




































