@media screen and (max-width: 1280px){
    #lightbox .lb-closeContainer {
        left: 88%;
    }
/* ---------#kv------------ */
    #hd .kv-txt {
        padding: 3% 5% 5%;
    }

    #hd #sec_owl .owl-nav .owl-prev{
        right: 65.1%;
    }
    #hd #sec_owl .owl-nav .owl-next{
        left:  65.1%;
    }
    
/* ---------#customization------------ */
    #hd #customization .lighting {
        padding: 0 2%;
    }
   
} 

@media screen and (max-width: 1024px){
    #hd h2{
        font-size: 3.2em;
    }
    #hd h3{
        font-size: 2em;
    }
    #hd p{
        font-size: 1em;
    }
    #lightbox .lb-closeContainer {
        left: 95%;
    }
/* ---------#explosion------------ */
    #hd #explosion .w1200{
        width: 95%;
    }
    #hd #explosion .icon {
        position: absolute;
        right: 77%;
        bottom: 6%;
    }
/* ---------#customization------------ */
    #hd .hd-controls li {
        width: 21.2%;
    }
    #hd #colorpicker {
        position: absolute;
        bottom: 15%;
        left: 83%;
    }

/* ---------#armoury----------- */
    #hd #armoury .bottom_box{
        align-items: flex-start;
    }
    #hd .hd_armoury_filter li {
        padding: 12px 0;
        margin-bottom: 12px;
    }
    #hd .hd_armoury_filter li h4 {
        font-size: 1em;
    }
    #hd .hd_armoury_filter {
        width: 30%;
        transform: unset;
    }
    #hd .hd_armoury_content figure{
        padding-bottom: 55%;
    }
    
}


@media screen and (max-width: 768px){
    #hd .mobile-on{
		display: block;
    }
    #hd .mobile-off{
		display: none;
	}
    #lightbox .lb-closeContainer {
        left: 95%;
        top: -6%;
    }
    #hd #sec_owl .owl-nav .owl-prev{
        display: none;
    }

/* ---------#explosion------------ */
    #hd #explosion .txt{
        position: relative;
        width: 100%;
        left: 0;
        right: 0;
        margin: 2% auto;
    }
    #hd #explosion .icon {
        position: absolute;
        right: 80%;
        bottom: 37%;
    }
    #hd  #explosion .no{
        display: initial;
    }
    #hd #explosion .mobile-on{
        width: 42%;
    }
    #hd #explosion .icon {
        position: absolute;
        right: 80%;
        bottom: 47%;
        width: 12%;
    }
/* ---------#customization------------ */
    #customization .lighting >div{
        flex-wrap: wrap-reverse;
    }
    #customization .lighting .lighting_effect{
        width: 90%;
        margin-top: 2%;
    }
    #customization .lighting .lighting_control{
        width: 100%;
    }
    #customization .lighting .lighting_control h3{
        text-align: center;
        width: 100%;
    }
    #hd #customization .lighting .hd-controls{
        margin-left: 0;
        margin-top: 4%;
    }
    #hd .hd-controls li {
        width: 22.2%;
    }
    #hd .hd-controls li figure{
        padding-bottom: 67%;
    }
    #hd #colorpicker {
        position: absolute;
        bottom: 18%;
        left: 78%;
    }
    #hd #customization .aura_logo {
        position: absolute;
        right: 0;
        top: 77%;
    }

/* ---------#armoury----------- */
    #hd #armoury .bottom_box {
        justify-content: center;
    }
    #hd .hd_armoury_filter{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #hd .hd_armoury_filter li{
        width: 48%;
        margin: 1%;
    }
    #hd .hd-sec-armoury .fright{
        width: 90%;
    }
    #hd .hd_armoury_filter ,#hd .hd-sec-armoury .fright{
        /* width: 90%; */
        transform: unset;
        padding: 0;
        margin-bottom: 15px;
    }
    #hd #armoury .blue_btn {
        margin: 11% auto 0 !important;
    }

/* ---- core------------ */
    #hd #core article .col55 {
        display: block;
        width: 100%;
        margin-left: 0;
    }
    #hd #core article .col55 h3{
        width: 100%;
        text-align: center;
    }
    #hd #core ul.bottom li {
        border-left: 3px solid #25D1DB;
        padding: 0 10px 0 12px;
    }
    #hd #core ul.bottom h3 {
        font-size: 1.2em;
    }
    #hd #core .product_photo {
        position: relative;
        width: 74%;
        top: 0;
        right: 0;
        left: 0;
        margin-top: -3%;
    }
    #hd #core ul.bottom {
        padding-top: 0;
        margin-top: 0%;
    }

/* ---- compatibility--- */
    #hd #compatibility {
        height: auto;
        padding-bottom: 60%;
        background-size: 130%;
        background-position: right;
        background-position-y: 96%;
        background-repeat: no-repeat;
    }
    #hd #compatibility .col45 h6 {
        padding-top: 10px;
        padding-bottom: 5px;
    }
    
    #hd #compatibility .title_box{
        width: 80%;
        margin: 60px auto 0;
        min-width: 300px;
    }
    #hd #compatibility .col45{
        display: block;
        width: 100%;
        margin-left: 0;
    }
    #hd #compatibility article img{
        position: relative;
        width: 100%;
        top: 0;
        left: auto;
    }
    #hd #compatibility .article {
        padding: 10px 0 40px;
    }
        
}



@media screen and (max-width: 550px){
    #hd h2{
        font-size: 2.5em;
    }
    #hd h3 {
        font-size: 1.8em;
    }

    #hd .kv-txt::before{
        height: 43px;
        top: -13%;
    }
    #lightbox .lb-closeContainer {
        right: 3%;
        left: 0;
        top: -10%;
    }
/* ---------#explosion------------ */
    #hd #explosion .icon {
        bottom: 57%;
    }
/* ---------#customization--------- */
    #hd #customization .lighting .hd-controls {
        justify-content: center;
        margin-bottom: 14%;   
    }
    #hd #colorpicker {
        position: relative;
        left: 38%;
    }
    #hd #customization .lighting_control b {
        white-space: unset;
        font-size: .9em;
        font-weight: 300;
    }
    #hd .hd-controls li {
        width: 26%;
        margin: 0 6px;
    }
    #hd #customization .lighting {
        margin: 7% auto;
    }
    #hd #customization .aura_logo {
        width: 19%;
    }
/* ---- #armoury------------ */
    #hd .hd_armoury_filter li {
        width: 90%;
        margin: 1%;
    }

/* ---- #core------------ */
    #hd #core ul.bottom li {
        width: 100%;
        margin: 2% auto;
    }
}

@media screen and (max-width: 480px){
    #hd #explosion .icon {
        bottom: 61%;
        width: 15%;
    }
}


@media screen and (max-width: 425px){
    #hd h2{
        font-size: 1.9em;
    }
    #hd h3 {
        font-size: 1.4em;
    }
    #hd p {
        font-size: 0.9em;
        line-height: 1.8em;
    }
    #lightbox .lb-closeContainer {
        top: -11%;
    }
    #hd #colorpicker {
        position: relative;
        left: 31%;
        margin-top: 5%;
    }
/* ---------#explosion------------ */
    #hd #explosion .txt {
        margin: 4% auto;
    }
    #hd #explosion .mobile-on {
        width: 48%;
    }
/* ---------#customization------------ */
    #hd #customization .lighting_control p {
        margin: 6% auto;
    }
/* ---- #core------------ */
    #hd #core .top .line_box {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-top: 7px;
    }
    #hd #core .top .title_box:after {
        width: 85%;
        height: 85%;
        left: 5%
    }
    #hd #core .top .title_box h5{
        font-size: 1.3em;
    }
}
@media screen and (max-width: 375px){
    #hd .blue_btn{
        width: 300px;
    }
    #hd #armoury .blue_btn{
        width: 288px;
    }
    #hd #explosion .icon {
        position: absolute;
        right: 84%;
        bottom: 65%;
    }
}

@media screen and (max-width: 320px){
    #hd h2{
        font-size: 1.7em;
    }
    #hd h3 {
        font-size: 1.4em;
    }
    #lightbox .lb-closeContainer {
        top: -16%;
    }
    #hd #armoury .blue_btn {
        width: 260px;
    }
    #hd .kv-txt::before {
        height: 43px;
        top: -10%;
    }
/* ---------#explosion------------ */
    #hd #explosion .icon {
        bottom: 68%;
    }
    #hd #explosion .txt {
        margin: 8% auto;
    }
   
}

