@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: "fontawesome";
    src: url(webfonts/fa-brands-400.ttf), url(webfonts/fa-regular-400.ttf), url(webfonts/fa-solid-900.ttf);
}

.hidden {
    display: none;
}


/*validation*/

.invalid-alert {
    display: block;
}

.invalid-border {
    border-color: #DC3545;
}


/*section css*/

.s-section {
    padding: 70px 0px;
}

.claims-section {
    padding-bottom: 0px;
}

.product-container {
    padding-top: 30px;
}

.product-container.overwrite {
    padding-top: 0px;
}


/*breadcrumb*/

.breadcrumb {
    padding: 10px 0px;
    border-radius: 0px;
    margin-bottom: 0px;
}

.breadcrumb.buy-online {
    padding-top: 80px;
}


/*Top Navigation Bar*/

.nav-text {
    font-family: "DroidSans-Regular", sans-serif;
}

.nav-text-bold {
    font-family: "DroidSans-Bold", sans-serif;
}

.nav-text.text-menu {
    right: 70px;
    font-family: 'Droidsans-Bold';
    font-size: 16px!important;
    padding-right: 10px;
}

.navbar {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.18);
    height: 70px;
    background: #ffffff;
    border: solid 1px rgba(221, 221, 221, 0.1);
}

.navbar-brand.overwrite {
    padding-left: 0.75rem;
}

.section-selector.scroll-add {
    top: 18px;
}

.logo-white {
    transition: ease 0.5s;
}

.logo-white.scroll-add {
    width: auto;
    height: auto;
}

.navbar-toggler.overwrite {
    transition: ease .5s;
    padding-left: 0px;
}

#navbar-hamburger {
    display: flex;
}

#navbar-hamburger span.nav-text,
#navbar-close span.nav-text {
    padding-top: 6px;
}


/*.navbar-toggler.overwrite.scroll-add{
    top:12px;
}*/

.navbar-toggler.overwrite2 {
    position: absolute;
    right: 16px;
    top: 25px;
}

.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
}

.navbar-nav.overwrite {
    text-align: left;
    padding-right: 0px;
    padding-bottom: 50px;
    box-shadow: -5px 6px 10px 0px rgba(25, 25, 25, 0.03);
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-collapse.overwrite {
    position: fixed;
    background: rgb(255, 255, 255);
    background: #ffffff;
    top: 70px;
    right: 0;
    width: 350px;
    scroll-behavior: auto;
    overflow: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-box-shadow: 0px 2px 3px rgb(100, 100, 100, 0.1);
    -webkit-box-shadow: 0px 2px 3px rgb(100, 100, 100, 0.1);
    box-shadow: 0px 2px 3px rgb(100, 100, 100, 0.1);
    border: solid 1px rgba(221, 221, 221, 0.15);
    border-top: solid 2px #eeeeee;
    border-right: none;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 200px;
    ;
}

.navbar-collapse.overwrite .container {
    padding-left: 0px;
    padding-right: 0px;
}

.nav-item {
    /*padding:10px 30px 10px 20px;*/
}

.nav-item:hover {
    /*    background:#ffbb00;*/
}

.nav-item::after {}

.nav-item.show {
    /*    background:#ffbf00;*/
}

.nav-arrow {
    float: right;
}

.nav-arrow img {
    height: 10px;
    width: auto;
}

a.navlink {
    transition: none;
}

a.navlink:hover,
a.navlink:active,
a.navlink:focus {
    outline: none;
}

.navlink {
    color: #191919;
    font-size: 16px;
    display: flex;
    padding: 5px 30px 5px 20px;
}

.navlink:hover {
    border-left: solid 4px #ffbf00;
    padding-left: 16px;
}

.navlink span {
    width: 280px;
}

.navlink.dropdown-toggle span::after {
    /* content: url(icons/dropdown-black.png); */
    float: right;
    font-family: 'fontawesome';
    content: "\f078"
}

;
.navlink.dropdown-toggle:hover span::after {
    /* content: url(icons/dropdown-yellow.png); */
    font-family: 'fontawesome';
    content: "\f078";
    color: #ffbf00;
}

.navlink:hover {
    text-decoration: none;
    color: #191919;
}

.navlink[aria-expanded="true"] {
    color: #191919;
}

.navlink.dropdown-toggle[aria-expanded="true"] span::after {
    /* content: url(icons/dropdown-yellow.png); */
    font-family: 'fontawesome';
    content: "\f078";
    color: #ffbf00;
}

.navlink.dropdown-toggle.overwrite::after {
    display: none;
}

.dropdown-menu {
    background: #fbfbfb;
    border: none;
    transition: ease 0.5s;
    padding: 10px 0px;
}

a.dropdown-item {
    transition: none;
    line-height: 20px;
    font-size: 14px;
}

.dropdown-item {
    padding-left: 0px;
    padding-right: 0px;
    padding: 5px 20px;
    background: transparent;
}

.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:focus-within {
    background: transparent;
    border-left: solid 4px #ffbf00;
    padding-left: 16px;
    color: #212529;
}

.lang-change {
    padding: 20px 30px 20px 20px;
}

.lang-change .lang-change-block {
    display: inline-block;
    padding-top: 10px;
}

.lang-change a {
    text-decoration: none;
    color: #191919;
}

.lang-change a:hover {
    text-decoration: underline;
    color: #191919;
}

.lang-divider {
    padding-left: 5px;
    padding-right: 5px;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}

.border-top {
    border-top: 1px solid #ddd;
}


/*Floating Navigation Bar Bottom*/

.float-bar.overwrite2 {
    background: #fff;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.18);
    transition: ease .5s;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.float-bar.overwrite2 .row {
    margin: auto;
    text-align: center;
    width: 85%;
}

.nav-bottom {
    list-style: none;
    text-align: center;
    padding-inline-start: 0px;
    -o-padding-inline-start: 0px;
    padding-left: 0px;
    margin: auto;
    width: 100%;
}

ul.nav-bottom li {
    display: inline-block;
    width: 18%;
    padding: 8px 5px;
    transition: ease 0.5s;
}

.nav-bottom-img {
    height: 30px;
    width: auto;
    transition: ease 0.5s;
    font-size: 12px;
}

.nav-bottom-img:hover {
    /* opacity:1;*/
}

.nav-bottom-text {
    font-size: 12px;
    margin-bottom: 0px;
    padding-top: 3px;
    transition: ease 0.5s;
    color: #606060;
}

.nav-bottom-text.hidden {
    display: block;
}

.scrollToTop {
    margin: 0 30px 20px 0;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 50px;
    right: 0;
    display: none;
}

.scrollToTop:hover {
    text-decoration: none;
}

.svg-top {
    width: 40px;
    background: #ffbb00;
    border-radius: 50%;
    border: solid 4px #ffbb00;
}

li.nav-bottom-block:hover {
    cursor: pointer;
}

.nav-bottom-block a {
    text-decoration: none;
}

.img-no-color {
    display: inline-flex;
    opacity: 0.5;
}

.img-color {
    display: none;
}

#hover1 .img-no-color.active,
#hover2 .img-no-color.active,
#hover3 .img-no-color.active,
#hover4 .img-no-color.active,
#hover5 .img-no-color.active,
#hover1:hover .img-no-color,
#hover2:hover .img-no-color,
#hover3:hover .img-no-color,
#hover4:hover .img-no-color,
#hover5:hover .img-no-color {
    display: none;
}

#hover1 .active,
#hover2 .active,
#hover3 .active,
#hover4 .active,
#hover5 .active,
#hover1:hover .img-color,
#hover2:hover .img-color,
#hover3:hover .img-color,
#hover4:hover .img-color,
#hover5:hover .img-color {
    display: inline-flex;
    opacity: 1;
}

.nav-bottom li a {
    margin: 0px;
    display: block;
    width: 100%;
    height: 100%;
}


/*Banner Category*/

.category-banner {
    height: auto;
    padding-top: 70px;
}

.hero-banner {
    height: auto;
}

.hero-banner-desc {
    z-index: 1;
    position: absolute;
    top: 0;
    /*background:rgba(255,255,255,0.4);*/
    background: rgb(25, 25, 25, 0.25);
    height: 400px;
    width: 100%;
    margin-top: 70px;
}

.hero-banner-desc .container .text-dark,
.hero-banner-desc .container .text-secondary {
    color: #ffffff!important;
}

.hero-banner-desc .container {
    padding-top: 130px;
    margin: auto;
}

.category-product-banner {
    position: relative;
    height: 400px;
}

.hero-banner .category-product-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.m-auto {
    margin: auto;
}

.product-category.bg-white {
    box-shadow: 0 0 5px 0 rgba(25, 25, 25, 0.2);
    width: 100%;
    border-radius: 7px;
}


/*footer*/

.footer-title {
    font-size: 14px!important;
    line-height: 20px!important;
}

.footer-links {
    font-size: 14px!important;
    font-family: "DroidSans-Regular";
}

a.footer-links:hover {
    color: #ffbf00!important;
}

a.footer-title:hover {
    color: #ffbf00!important;
}

.footer-padding {
    display: none;
}

.f-section {
    padding-bottom: 0px;
}

.form-top .form-control.overwrite {
    background: #333;
    border: solid 1px #333;
    color: #ffffff;
    width: 350px;
    height: 44px;
    text-align: left;
}

.form-top .form-control.overwrite:focus,
.form-top .form-control.overwrite:focus-within {
    outline: none;
    border: none;
    box-shadow: none;
}

.bg-maybank.overwrite {
    padding: 20px 15px 80px;
}


/*social media footer*/

.sm-icon {
    padding-left: 4px;
    padding-right: 4px;
}

.sm-icon img {
    transition: ease 0.3s;
}

.sm-icon img:hover {
    transform: scale(1.2, 1.2)
}


/*terms and conditions*/

.social-media {
    text-align: left;
}

.terms-conditions {
    text-align: right;
    font-family: "DroidSans-Regular";
}

.terms-conditions ul,
.social-media ul {
    list-style: none;
    padding-left: 0px;
}

.terms-conditions ul li,
.social-media ul li {
    display: inline-grid;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 8px;
}

.terms-conditions a:hover {
    color: #ffbf00!important;
}

.maybank-img img.right {
    float: right;
}


/*links*/

.custom-links {
    text-decoration: none!important;
    width: 100%;
}

.boxes-links {
    padding: 30px;
    border-radius: 5px;
    color: #333333;
    transition: ease 0.3s;
    text-align: center;
    background: #ffffff;
    border: solid 1px #dddddd;
    box-shadow: 0 0 10px 0 rgba(25, 25, 25, 0.25);
    box-shadow: 0 0 10px 0 rgb(25, 25, 25, 0.25);
}

.boxes-links:hover {
    background: #e5ab00!important;
    color: #ffffff;
    border: solid 1px #ffbf00;
}


/*modal*/

.modal-header {
    background: #ffbf00;
}

.modal-dialog.overwrite {
    max-width: 700px;
}

.modal-dialog.overwrite ol li {
    padding-top: 10px;
}

.modal-body .section-modal {
    padding-bottom: 30px;
}

.section-modal ol,
.section-modal ul {
    padding-left: 25px;
}

.row-eq-height,
.row-eq-height>[class*=col-] {
    display: flex;
}


/*show all display*/

.container1.claims-container span.toggle-all.ta-show {
    display: none;
}

.container1 .toggle-all.ta-show {
    display: none;
}


/*blog entry*/

.blog-entry ol li {
    padding-top: 20px;
}

.blog-entry ol {
    padding-left: 20px;
}

.bod-name {
    left: 0;
    right: 0;
    background: #ffbf00;
    top: 170px;
    width: 230px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}

.blog-card {
    padding: 20px;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0px rgba(60, 64, 67, .2), 0 2px 8px 1px rgba(60, 64, 67, .1);
    border: solid 1px rgba(221, 221, 221, 0.1);
    padding-bottom: 30px;
}


/* Image Gallery*/

.demo-gallery>ul {
    margin-bottom: 0;
}

.demo-gallery>ul>li {
    float: left;
    margin-bottom: 15px;
    width: 200px;
}

.demo-gallery>ul>li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}

.demo-gallery>ul>li a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery>ul>li a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery>ul>li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark>ul>li a {
    border: 3px solid #04070a;
}

.home .demo-gallery {
    padding-bottom: 80px;
}

@media(max-width:1199px) {
    /*Floating Navigation Bar Bottom*/
    ul.nav-bottom li {
        width: 19%;
    }
    ul.nav-bottom li.overwrite-width {
        width: 19%;
    }
    ul.nav-bottom li.overwrite-width:hover,
    ul.nav-bottom li.overwrite-width:active,
    ul.nav-bottom li.overwrite-width:focus,
    ul.nav-bottom li.overwrite-width:focus-within {
        width: 19%;
    }
}

@media(max-width:991px) {
    /*Floating Navigation Bar Bottom*/
    li.nav-bottom-block:hover {
        background: transparent;
    }
    /*Banner Category*/
    .hero-banner-desc {
        position: relative;
        height: auto;
        background: #ffbf00;
        margin-top: 0px;
    }
    .hero-banner-desc .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .hero-banner-desc .h1 {
        font-size: 24px!important;
    }
    .hero-banner-desc .container .text-dark {
        color: #555555!important;
    }
    .hero-banner-desc .container .text-secondary {
        color: #606060 !important;
    }
    .category-product-banner {
        height: 250px;
    }
    /*Terms Conditions*/
    .terms-conditions,
    .social-media {
        text-align: center;
    }
}

@media(max-width:767px) {
    /*Floating Navigation Bar Bottom*/
    .nav-bottom-container .col-md-12.overwrite {
        padding-left: 0px;
        padding-right: 0px;
    }
    .float-bar.overwrite2,
    .float-bar.overwrite2.change-height {}
    ul.nav-bottom li {
        padding: 5px 5px;
    }
    .nav-bottom-text {
        font-size: 10px;
    }
    .nav-bottom-img,
    .nav-bottom-img.overwrite {
        height: 26px;
    }
    /*modal*/
    .modal-dialog.overwrite {
        max-width: 500px;
    }
    /*footer*/
    .bg-maybank {
        padding-bottom: 80px;
    }
    /*footer*/
    .maybank-img img.right,
    .maybank-img .left {
        text-align: center!important;
        float: none;
    }
    .maybank-img {
        text-align: center!important;
        display: block;
    }
    .maybank-img img.right {
        margin-top: 10px;
    }
    .bg-maybank.overwrite {
        padding-bottom: 70px;
    }
    a.footer-title,
    a.footer-title:hover,
    a.footer-title:focus,
    a.footer-title:focus-within {
        color: #ffbf00;
    }
}

@media(max-width:600px) {
    /*Top Navigation Bar*/
    .navbar {
        height: 60px;
    }
    .navbar-collapse.overwrite {
        top: 60px;
        border-radius: 0px;
        width: 100%;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    .navbar-toggler.overwrite {
        padding: 0px;
    }
    .navbar-nav.overwrite {
        padding-top: 20px;
        box-shadow: none;
    }
    .navlink span {
        width: 100%;
    }
    .nav-text.text-menu {
        display: none;
    }
    .logo-white.scroll-add {
        height: 30px;
    }
    .logo-white {
        height: 30px;
        transition: ease .5s;
    }
    .dropdown-menu {
        text-align: left;
    }
    .float-bar.overwrite2 .row {
        width: 100%;
    }
    .nav-bottom-container {
        padding: 0px;
    }
    .nav-bottom-img,
    .nav-bottom-img.overwrite {
        padding-bottom: 2px;
    }
    h5.nav-bottom-text {
        font-size: 10px!important;
        padding-top: 3px;
    }
    .navbar-brand.overwrite {
        padding-left: 0px;
    }
    .navbar-toggle.overwrite a {
        padding: 0px;
    }
    .category-banner {
        padding-top: 60px;
    }
    /*Breadcrumb*/
    .breadcrumb.buy-online {
        padding-top: 70px;
    }
    /*Footer Logo*/
    .footer-logo.footer-left {
        text-align: center!imporant;
    }
    .footer-logo.footer-right {
        text-align: center!important;
    }
}

@media(max-width:576px) {
    #hover1 .img-no-color.active,
    #hover2 .img-no-color.active,
    #hover3 .img-no-color.active,
    #hover4 .img-no-color.active,
    #hover5 .img-no-color.active,
    #hover1:hover .img-no-color,
    #hover2:hover .img-no-color,
    #hover3:hover .img-no-color,
    #hover4:hover .img-no-color,
    #hover5:hover .img-no-color {
        display: block;
        margin: auto;
    }
    #hover1 .active,
    #hover2 .active,
    #hover3 .active,
    #hover4 .active,
    #hover5 .active,
    #hover1:hover .img-color,
    #hover2:hover .img-color,
    #hover3:hover .img-color,
    #hover4:hover .img-color,
    #hover5:hover .img-color {
        display: none;
    }
}

@media(max-width:575px) {
    .modal-dialog.overwrite {
        max-width: auto;
    }
}

@media(max-width:500px) {
    /*Floating Navigation Bar Bottom*/
    ul.nav-bottom li,
    ul.nav-bottom li.overwrite-width {
        width: 18%;
    }
    ul.nav-bottom li.overwrite-width:hover,
    ul.nav-bottom li.overwrite-width:active,
    ul.nav-bottom li.overwrite-width:focus,
    ul.nav-bottom li.overwrite-width:focus-within {
        width: 18%;
    }
    .nav-text.text-menu {
        display: none;
    }
}

@media(max-width:400px) {
    /*Floating Navigation Bar Bottom*/
    .ul.nav-bottom li {
        width: 10%;
        padding: 0px;
    }
    .float-bar.overwrite2 {
        padding: 0px;
    }
    .form-top .form-control.overwrite {
        width: 100%;
    }
}

@media(max-width:350px) {
    /*Top Navigation Bar*/
    .navbar.overwrite {}
    .navbar-toggler.overwrite.scroll-add {
        top: 10px;
        right: 2px
    }
    .navbar-toggler.overwrite {
        top: 10px;
        right: 2px;
    }
    #navbar-hamburger img,
    #navbar-close img {
        width: 30px;
        height: 30px;
    }
    .category-banner {
        padding-top: 50px;
    }
    /*Floating Navigation Bar Bottom*/
    .nav-bottom-text {
        font-size: 8px!important;
    }
    .nav-bottom-img,
    .nav-bottom-img.overwrite {
        height: 24px;
    }
}

#CRMLOGList  .dropdown-menu 
{
       min-width : 80px;
       top: 70%;
       left: -65%;
       padding: 0;
       border-radius: 0;
       }
       
#CRMLOGList .dropdown button 
{
       padding: 10px;
       background-color: #ffc600;
       color: #000 !important;
       }

#CRMLOGList .dropdown-menu>li>a:hover {
    background-color: #ffc600 !important;
    color: #fff !important;
}
