

/* slider  */

.slider-overlay{
    background:#E8F1F8;
    position:absolute;
    height:16px;
    width:98%;
    margin:auto;
    margin-top:-12px;
}

.slider{
    width:100%;
    height:500px;
    margin:auto;
    margin-top:8px;
}

.swiper-slide{
    display: flex;
}

.slide-image{
    position:relative;
    height:500px;
    width:100%;
}

.slide-image img{
    position:absolute;
    height:100%;
    width:100%;
    object-fit:cover;
}

.slide-box{
    position:absolute;
    height:320px;
    width: 430px;
    right:10%;
    top:50%;
    transform:translate(0 ,-50%);
    
}

.slide-box-overlay{
    position:absolute;
    height:100%;
    width:100%;
    background:white;
    z-index:-1;
    background:red;
}



.swiper-wrapper div:first-child div:last-child .slide-box-overlay{
    background:wheat;

}

.swiper-wrapper div:last-child div:last-child .slide-box-overlay {
    background:red;
}

.next-button-overlay{
    height:100%;
    width:100%;
    border-radius:50%;
    opacity:0.6;
    transition:350ms;
}

.prev-button-overlay{
    height:100%;
    width:100%;
    border-radius:50%;
    opacity:0.6;  
    transition: 350ms;
}

.slide-box-text-wrapper{
    padding:35px;
    text-align:right;
}

.slide-box-header{
    font-size:56px;
    font-weight:600;
    line-height: 56px;
    text-transform:capitalize;
    margin-bottom:0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;

}

.slide-box-sub{
    font-size:32px;
    font-weight:400;
    margin-bottom:0px;
    margin-top:8px;
    line-height: 46px;
    text-transform:capitalize;
    margin-bottom:16px;
        display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;

}

/*.slide-text{*/
/*    position:absolute;*/
/*    top:60%;*/
/*    left:62%;*/
/*    transform:translate(-40%,-65%);*/
/*    width:40%; */
/*}*/

/*.slide-text p:nth-child(1){*/
/*    color:white;*/
/*    font-size:90px;*/
/*    font-weight:600;*/
/*    letter-spacing: 1px;*/
/*    margin-bottom:0px;*/
/*    line-height: 130%;*/
/*    text-transform: uppercase;*/
/*}*/

/*.slide-text p:nth-child(2){*/
/*    font-size:45px;*/
/*    font-weight:900;*/
/*    color:white;*/
/*    margin-bottom:0px;*/
/*    line-height: 130%;*/
/*    margin-bottom:5%;*/
/*    text-transform: uppercase;*/
/*}*/

.slider-button{
    background: white;
    color:#2B2F91;
    font-size:16px;
    font-weight:700;
    text-transform: uppercase;
    padding:8px 24px 8px 24px !important;
    border:none;
    margin-top:5%;
    text-decoration:none;
}

.slider-button:hover{
    text-decoration:none;
    color:#2B2F91;
}


.swiper-pagination{
    position:absolute;
    bottom:0px !important;
}

.swiper-pagination-bullet{
    height:15px !important;
    width:15px !important;
    background:white !important;
}

.swiper-button-next-top{
    position:absolute;
    height:40px;
    width: 40px;
    z-index: 2;
    top:50%;
    right:3%;
    border-radius:50%;
    transition: 250ms;
}

.swiper-button-prev-top{
    position:absolute;
    height:40px;
    width: 40px;
    z-index: 2;
    top:50%;
    left:3%;
    border-radius:50%;
    transition: 250ms;
}

.swiper-button-next-top:hover .next-button-overlay{
    opacity:1;
}

.swiper-button-prev-top:hover .prev-button-overlay{
    opacity:1;
}

.slide-forward{
    color:white !important;
}

.slide-backward{
    color:white !important;
}

.slide-icon{
    height:20px; width:20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

@media(max-width:1300px){
    .slider{
        height:550px;
    }
    .slide-image{
        height:550px;
    }
}

@media(min-width:1550px){
    .slider{
        height:700px;
    }
    .slide-image{
        height:700px;
    }
}

@media(min-width:1750px){
    .slider{
        height:750px;
    }
    .slide-image{
        height:750px;
    }
}

@media(max-width:1200px){

    /*.slide-text{*/
    /*    top:50%;*/
    /*}*/

    /*.slide-text{*/
    /*    position:absolute;*/
    /*    top:60%;*/
    /*    left:62%;*/
    /*    transform:translate(-25%,-65%);*/
    /*    width:50%; */
    /*}*/

    .slider{
        height:450px;
    }
    
    .slide-image{
        height:450px;
    }
    /*.slide-text p:nth-child(1){*/
    /*    font-size:70px;*/
    /*}*/
    
    /*.slide-text p:nth-child(2){*/
    /*    font-size:35px;*/
    /*}*/
    
    
    .slide-box-header{
        font-size:36px;
        line-height: 46px;
    }
    
    .slide-box-sub{
        font-size:18px;
        line-height: 28px;
    }

}

@media (max-width:1020px){
    /*.slide-text p:nth-child(1){*/
    /*    font-size:60px;*/
    /*}*/
    
    /*.slide-text p:nth-child(2){*/
    /*    font-size:30px;*/
    /*}*/

    .slider{
        height:400px;
    }
    
    .slide-image{
        height:400px;
    }
}

@media (max-width:768px){
    /*.slide-text p:nth-child(1){*/
    /*    font-size:45px;*/
    /*}*/

    .slider{
        height:300px;
    }

    .slide-image{
        height:300px;
    }
    
    .slide-text p:nth-child(2){
        font-size:23px;
    }
    
    .slide-box{
       height:70%;
        width:50%;
    }
    
    .slide-box-text-wrapper{
        padding:16px;
    }
    
    .slide-box-sub{
        display:none;
    }

    .slide-box-header{
        font-size:20px;
        line-height: 28px;
    }
    
    .slider-button{
      background:none;
        font-size:14px;
        font-weight:400;
        text-transform: uppercase;
        padding:4px !important;
        margin-top:5%;
        text-decoration:none;
    }
    
    .slider-button:hover{
        text-decoration:underline;
    }
}

@media (max-width:578px){
    /*.slide-text p:nth-child(1){*/
    /*    font-size:35px;*/
    /*}*/

    .swiper-pagination-bullet{
        height:10px !important;
        width:10px !important;
        background:white !important;
    }

    .slider{
        height:250px;
    }

    .slide-image{
        height:250px;
    }
    
    /*.slider-text{*/
    /*    transform: translate(-35%,-65%);*/
    /*}*/
    
    /*.slide-text p:nth-child(2){*/
    /*    font-size:20px;*/
    /*}*/

}

@media(max-width:500px){

    .slider{
        height:200px;
    }

    .slide-image{
        height:200px;
    }

    /*.slide-text p:nth-child(1){*/
    /*    font-size:30px;*/
    /*}*/

    /*.slide-text p:nth-child(2){*/
    /*    font-size:16px;*/
    /*}*/
}

@media(max-width:360px){

    .slider{
        height:175px;
    }

    .slide-image{
        height:175px;
    }

    /*.slide-text p:nth-child(1){*/
    /*    font-size:25px;*/
    /*}*/

    /*.slide-text p:nth-child(2){*/
    /*    font-size:16px;*/
    /*}*/


}



/* features  */

.features{
    width:83.89%;
    margin:auto;
    margin-top:64px;
    margin-bottom:64px;
}

.product-image-container{
    position:relative;
    height:auto;
}

.product-image-container img{
    max-width:100%;
    height:auto;
    
}

.product-image-content p:first-child{
    margin-bottom:0em;
    font-size:16px;
    font-weight:600;
    line-height: 18px;
    color:#0C3653;
}

.product-image-content p:nth-child(2){
    padding-top:0.5rem;
    margin-bottom:0rem;
    font-weight:400;
    font-size:14px;
    line-height:24px;
    opacity:0.6;
}

.product-image-content-anchor{
    color:#2B2F91;
    font-weight:500;
    font-size:14px;
}


/* products pairing  */
.grid-container{
    display:inline-grid;
    grid-template-columns: auto auto;
    width:100%;
    height:500px;
}

.grid-item{
    width:100%;
    height:100%;
    position:relative;
}

.grid-item img{
    position:absolute;
    width:100%;
    height:100%;
}

.overlay{
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width:100%;
    height:100%;;
}

.grid-item p{
    position:absolute;
    bottom:0;
    left:50%;
    transform:translate(-50%);
    font-size:18px;
    font-weight:600;
    color:white;
    z-index:1;
}

    .product-image-content{
        padding-top:1rem;
        padding-left:0rem;
    }
    
@media(max-width:1080px){
    
    .product-cards{
        flex-direction:column;
    }

}


@media(max-width:768px){
    .features{
        width:98%;
    }

    .product-cards{
        display:flex;
        flex-direction:row;
    }

    .product-cards{
        margin-bottom:32px;
    }
    .product-image-content{
        padding-top:0rem;
        padding-left:1rem;
    }
    .product-image-content p:first-child{
        font-size:14px;
        line-height:16px;
    }
    
    .product-image-content p:nth-child(2){
        font-size:12px;
        line-height:20px;
    }

    .product-image-container img{
        max-width:200px;
    }
}

@media(max-width:568px){

    .product-image-container img{
        max-width:150px;
    }    

}
/* utilities  */

.utilities{
    margin-top:40px;
    box-sizing: border-box;
    width:83.89%;
    margin:auto;
}

.utilities-card{
    margin-bottom:40px;
    padding-right:0px !important;
    padding-left:0px !important;
}

.utility-container{
    background:#FFC400;
    padding:32px;
    padding-top:64px;
    height:450px;
}

.utility-header{
    font-size:32px;
    font-weight:400;
    color:white;
}

.utility-header:hover{
    color:white;
}

.utility-sub{
    margin-top:16px;
    font-size:15px;
    color:white;
}

.utility-container-image{
    position:relative;
    width:100px;
    height:125px;
    margin-bottom:16px;
}

.utility-container-image img{
    max-width:100%;
    height:auto;
}

@media(max-width:768px){

    .utilities {
        width: 98%;
    }

    .utility-container{
        padding:32px;
        display:flex;
        height:auto;
    }

    .utility-container-text{
        margin-left:16px;
    }

    .utility-container-image img {
        width: 80px;
        max-width: unset; 
    }

    .utilities-card{
        margin-bottom:10px;
    }

}

@media(max-width:576px){

    .utility-container{
        height:auto;
    }

    .utilities-card{
        margin-bottom:10px;
    }

    .utility-header {
        font-size: 5vw;
    }

}

@media(max-width:430px){

    .utility-header {
        font-size: 6vw;
    }

}


/* products pairing  */

.products-pairing{
    margin-top:40px;
    box-sizing: border-box;
    width:83.89%;
    margin:auto;
}

.product-pairing-col-left{
    padding-right:0px !important ;
}

.product-pairing-col-right{
    padding-left:0px !important;
}

.pairing-right-section{
    padding:16px 16px 16px 42px !important;
    background: #ECF4F9;
    height:500px;
}

.pairing-right-section-text p:first-child{
    font-weight:500;
    font-size: 37px;
    line-height:49px;
}

.pairing-right-section-text p:nth-child(2){
    font-size: 16px;
    opacity:0.60;
    line-height: 22px;
}

.pairing-right-section-image{
    display:flex;
    width:100%;
    margin-top:36px;
}

.pairing-product-image{
    position:relative;
    width:45%;
    height:260px;
    margin-left:-5%
}

.pairing-product-image img{
    display:block;
    width:auto !important;
    height:100%;
    margin:0 auto;
}

.pairing-product-text{
        width: 70%;
        padding: 28px 4px 4px 16px;
}

.pairing-product-text p:nth-child(1){
    font-size:16px;
    line-height:21px;
}

.pairing-product-text p:nth-child(2){
    font-size:22px;
    font-weight:500;
    margin-bottom:0px;
    line-height:30px;
}

.pairing-product-text p:nth-child(3){
    font-size:16px;
    margin-bottom:0px;
    line-height:21px;
}

.pairing-modal{
    display: none;
    position: fixed; 
    z-index: 10; 
    left: 0;
    top: 0;
    overflow:auto;
    width: 100%;
    height: 100%; 
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal-container{
    position:absolute;
    width:70%;
    height:auto;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    animation-name: animatetop;
    animation-duration: 0.4s;
}

@keyframes animatetop {
    from {top:-300px;}
    to {top:600;}
}

#pairing-text11{
    color:white;
    text-transform: uppercase;
    padding-bottom:16px;
    border-bottom:2px solid white;
    text-align:center;
    margin-bottom:0px;
}

#pairing-text22{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
    color:white;
    text-align:center;
}

#pairing-text33{
    color:white;
}

.modal-button{
    border:none;
    padding:8px;
    font-size:18px;
    font-weight: 500;
    position:absolute;
    left:50%;
    transform:translate(-50%);
}

.paint-container{
    display:block;
    width:100%;
    height:auto;
    margin:0 auto;
}

.close-svg{
    height:30px;
    width:30px;
    position:absolute;
    right:-10%;
    top:-5%;
    cursor:pointer;
}

@media(max-width:1320px){
    
    .pairing-right-section-text p:nth-child(2) {
        font-size: 16px;
        opacity: 0.60;
        line-height: 22px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media(max-width:992px){
    
    .pairing-right-section-text p:first-child{
        font-weight:500;
        font-size: 28px;
        line-height:36px;
    }
    
    .pairing-product-image {
        height: 300px;
    }
    
}

@media(max-width:768px){

    .products-pairing{
        width:98%;
    }

    .grid-container{
        height:400px;
    }

    .pairing-right-section{
        padding-left:16px !important;
    }

    .product-pairing-col-left {
        padding-right: 15px !important;
    }

    .product-pairing-col-right {
        padding-left: 15px !important;
    }

}

@media (max-width: 568px){

    .grid-container {
        height: 250px;
    }
    .product-pairing-col-right{
        display:none;
    }
    .pairing-modal{
        display:none;
    }
}

@media(max-width:430px){

    .grid-container {
        height: 350px;
    }

    .pairing-right-section-image{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .pairing-right-section{
        padding-left:16px !important;
        height:auto;
    }

    .pairing-product-image{
        width:100%;
    }

    .pairing-product-text{
        width:98%;
        margin:auto;
        padding: 28px 4px 4px 4px;
    }
}


/* product-section  */
.product-section{
    width:83.89%;
    margin:auto;
    margin-top:64px;
    position:relative;
}

.product-section p:first-child{
    font-weight: 400;
    font-size: 29px;
    text-align: center;
    margin-bottom: 8px;
    color: #0C3653;
    line-height: 3rem;

}

.product-section p:nth-child(2){
text-align: center;
    font-size: 16px;
    opacity: 0.87;
    line-height: 21px;
}

.product-section-card-text p:first-child {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    color:black;
}

.product-section-card-text p:nth-child(2) {
    font-size: 14px;
    opacity:0.6;
    line-height: 19px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-transform:none;
}

.product-section-card{
    width:100%;
    height:400px;
    background:#ECF4F9;
    padding:16px;
}

.product-card{
    text-decoration: none;
    color:black;
}

.product-card:hover{
    text-decoration:none;
    color:black;
}

.product-feature{
    opacity:0.6;
    font-size:16px;
    line-height:21px;
}

.product-section-card-image{
    position:relative;
    width:100%;
    height:60%;
}
.product-section-card-image img{
    width:200px;
    display:block;
    height:auto;
    margin:0 auto;
}

.product-section-card-text{
    height:40%;
    width:100%;
 
}
.product-section-card-text p{
    text-align: start !important;
}

.product-header{
    font-size:22px;
    font-weight:700;
    line-height:30px;
}

.product-feature{
    font-weight:500;
    font-size:16px;
    line-height:21px;
}

.swiper-button-next-unique{
    position:absolute;
    height:30px;
    width:30px;
    top:50px;
    right:50px;
    cursor:pointer;
    outline:none;
}

.swiper-button-prev-unique{
    height:30px;
    width:30px;
    position:absolute;
    right:100px;
    top:50px;
    left:unset !important;
    cursor:pointer;
    outline:none;
}

.forward{
    color:#2E3192 !important;
}

.backward{
    color:#2E3192 !important; 
}

svg{
    height:30px;
    width:30px;
    fill : #000000;
    opacity:0.37;
}

svg:hover{
    fill : #02296D;
    opacity:1;
}

@media(max-width:900px){
    .arrows{
        position:relative;
        margin-bottom:60px;
    }

    .swiper-button-next-unique{
        top:0px;
        right:45%;
    }
    
    .swiper-button-prev-unique{
        right:55%;
        top:0px;
    }
}
/* @media(max-width:768px){
    .product-section{
        width:98%;
    }

    .product-cards{
        margin-bottom:32px;
    }
} */
/* @media(max-width:768px){

    .product-section p:first-child{
        font-size:5vw;
    }
    
    .product-section p:nth-child(2){
        font-size:16px;
    }

} */

@media(max-width:578px){

    .product-section{
        width:98%;
    }
    
    .product-section p:first-child{
    font-size: 24px;
    color: #0C3653;
    line-height: 2rem;

    }

    .product-section p:nth-child(2){
    text-align: center;
        font-size: 14px;
        line-height: 20px;
    }   

}




/* shade-color-section  */
.shade-color-section{
    height:600px;
    width:100%;
    margin:auto;
    margin-top:64px;
    position:relative;
}

.color-section-image{
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../images/shade.jpg');
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.color-section-image img{
    position: absolute;
    height:100%;
    width:100%;
}

.color-section-text-overlay{
    position: absolute;
    top:0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.3);
    height:100%;
    width:100%;
}

.color-section-text{
    position:absolute;
    bottom:0;
    padding:8.05%;
    width:65%;
}

.color-section-text p:first-child{
    font-size:84px;
    color:white;
    margin-bottom:0px;
    font-weight:500;
    line-height:80px;
    line-height:80px;
}

.color-section-text p:nth-child(2){
    font-size:24px;
    color:white;
    margin-bottom:0px;
}

.knowMore{
    border:none;
    padding:4px 8px 4px 8px;
    color:#2E3192;
    background:white;
    font-weight:700;
    font-size:20px;
    line-height: 32px;
    text-decoration:none;
}

.knowMore:hover{
    text-decoration:none;
    color:#2E3192;
}

@media(max-width:1200px){

    .color-section-text{
        line-height:76px;
    }
    
    .color-section-text p:nth-child(1){
        font-size:72px;
    }
    
    .color-section-text{
    padding-left:64px;
    }

}

@media(max-width:992px){

    .color-section-text{
        line-height:64px;
    }
    
    .color-section-text p:nth-child(1){
        font-size:60px;
    }

}

@media(max-width:768px){

    .shade-color-section{
        height:450px;
        width:96%;
    }

    .color-section-text{
        line-height:46px;
        width:100%;
    }
    
    .color-section-text p:nth-child(1){
        font-size:36px;
        line-height:unset;
    }

    .color-section-text p:nth-child(2){
        font-size:24px;
    }

}

@media(max-width:568px){

    .shade-color-section{
        height:400px;
    }

    .color-section-text{
        line-height:46px;
        width:100%;
        padding:24px;
    }
    
    .color-section-text p:nth-child(1){
        font-size:36px;
        line-height:unset;
    }

    .color-section-text p:nth-child(2){
        font-size:20px;
    }

}

/* maps  */

.maps{
    width:83.89%;
    margin:auto;
    height:550px;
    margin-top:64px;
}

.map-container{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#map-container{
    height:550px;
    width:100%;

}

.locate-dealer{
    height:100%;
    overflow-y:auto;
    width:100%;
    background-image: linear-gradient(to right, #7A0010 , #CF0017);
}

.maps-left{
    padding-right:0px !important;
    height: 550px;
}

.maps-right{
    padding-left:0px !important;
}

.locate-dealer{
    padding:24px;
}

.locate-dealer p:first-child{
    font-size:32px;
    color:white;
}

.maps-contact-cards{
    height:auto;
    width:100%;
    border-radius:4px;
    background:white;
    padding:8px 12px 8px 12px; 
    margin-bottom:12px;
}

.maps-contact-cards p:first-child{
    color:black;
    font-size:18px;
    font-weight:600;
    margin-bottom:0px;
}

.maps-contact-cards p:nth-child(2){
    color:black;
    font-size:14px;
    margin-bottom:0px;
    font-weight:600;
}

.maps-contact-cards p:nth-child(3){
    color:#2E3192;
    font-size:14px;
    font-weight:600;
    margin-bottom:0px;
    text-align: end;
}


@media(max-width:768px){

    .maps{
    width:96%;
    height:auto;
    }

    .maps-left{
        padding-right:15px !important;
    }

    .maps-right{
        padding-left:15px !important;
    }

    .maps-contact-cards p:first-child{
        font-size:16px;
    }
    
    .maps-contact-cards p:nth-child(2){
        font-size:13px;
    }
    
    .maps-contact-cards p:nth-child(3){
        font-size:13px;
    }

}

@media(max-width:500px){
    .maps-left{
        display:none;
    }
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
}
 /* home page */

 .grid-item {
    cursor: pointer;
}

.slider {
    position: relative;
}

@media (max-width: 992px) {
    .product-pairing-col-left{
        padding-left: 0px !important;
    }

    .product-pairing-col-right{
        padding-right: 0px !important;
    }

    .maps {
        width: 95% !important;
    }
}

@media (max-width: 968px) {
    .navigation {
        padding-left: 16px !important;
        padding-right: 16px !important;
        padding-bottom: 0px !important;
    }

    .ham {
        margin-right: unset !important;
    }

    .navbar-active{
        padding: 0px !important;
    }

    .nav-bar>ul {
        margin-top: 10px !important;
        margin-bottom: 0px !important;
    }

    .navbar-active{
        width: 100% !important;
        padding-top: 16px !important;
    }

    .nav-bar li{
        margin-bottom: 10px;
    }
}


@media (max-width: 768px) {

    .features {
        width: 100%;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .navbar-contact-details p {
        font-size: 14px !important;
    }

    

}

@media (max-width: 578px) {
    
}

@media (max-width: 375px) {
    
}

 /* end of home page */

/* utility */

.color-shades-dp{
    height: auto !important;
    min-height: 90px;
}

.color-shades-color-dp{
    height: 100px !important;
}

.color-shades-details{
    height: unset !important;
}
@media (max-width: 968px) {
   
}

@media (max-width: 768px) {
    .color-shades-container-dp {
        grid-template-columns: auto auto auto auto !important;
    }

    .color-shades-dp {
        flex-direction: column !important;
    }

    .color-shades-color-dp {
        height: 85px !important;
    }
}

@media (max-width: 578px) {
    .color-shades-container-dp {
        grid-template-columns: auto auto auto !important;
    }
}

@media (max-width: 375px) {
    .color-shades-container-dp {
        grid-template-columns: auto auto  !important;
    }
}

/* end of utility */

/* about us */
.aboutus-image{
    opacity: 0.8 !important;
    background-color: black !important;
}

.aboutpg-overlay{
    background-color: black !important;
    height: 100%;
    width: 100%;
    opacity: 0.8 !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.msjk-customized-modal .modal-body{
    margin: auto !important;
    text-align: left !important;
    padding-left: unset !important;
    padding-right: unset !important;
}

.msjk-customized-modal .close {
    font-size: 35px !important;
    top: 12px !important;
    right: 20px !important;
    padding: unset !important;
}

.msjk-customized-modal .modal-footer{
    background-color: unset !important;
}

.single-person-details-container{
    padding: unset !important;
}

.msjk-customized-modal .modal-dialog{
    max-width: 800px !important;
}

.events-content-para{
    position: unset !important;
    transform: unset !important;
}

.events-image-container{
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.events-content{
    position: unset !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
}

@media (max-width: 992px) {
    
}

@media (max-width: 900px) {
    .who-we-are-text{
        width: 100% !important;
        margin-right: unset !important;
    }
}

@media (max-width: 768px) {
    .vision-text {
        margin-bottom: 26px !important;
    }

    .timeline-container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .person-name {
        font-size: 20px !important;
        margin-bottom: 8px !important; 
    }

    .person-detail , .mail-box-id p{
        font-size: 14px !important;
    }

    .image-box{
        padding: 8px !important;
    }

    .mail-box{
        display: block !important;
    }

    .after-image-box{
        padding-left: unset !important;
    }

    .experience-heading{
        font-size: 16px !important;
    }

    .experience-paragraph, .experience-container ul li{
        font-size: 14px !important;
    }

    .msjk-customized-modal .modal-dialog{
        max-width: 500px !important;
    }

    #timeline{
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (max-width: 578px) {
    .aboutus-image {
        height: 746px !important;
    }

    .vision-text {
        width: 80% !important;
    }
}
@media (max-width: 378px) {
    .aboutus-image {
        height: 830px !important;
    }
}
/* end of about us */

/* product page */

.emulsion-right{
    height: unset !important;
}

.emulsion-right-image {
    height: 400px;
}

.emulsion-card{
    height: auto !important; 
}

.emulsion-image {
    height: 240px !important;
}

.emulsion-text {
    padding: 0px 24px 20px 24px !important;
    height: unset !important;
}

@media (max-width: 1200px) {
    .emulsion-right-image {
        height: 240px !important;
    }
}

@media (max-width: 768px) {
    .color-section-image{
        min-height: 350px;
    }
}

@media (max-width: 576px) {
    .interior-emulsion {
        width: 100% !important;
    }

    .interior-emulsion .col-12{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

/* end of product page */

/* footer section */

.footer-form .g-recaptcha iframe{
    width: 100% !important;
}

.footer-form .rc-anchor-normal{
    width: 100% !important;
}

.footer-form #rc-anchor-container{
    width: 100% !important;
}

.rc-anchor-logo-portrait {
    margin: 10px 0 0 0 !important;
}

.footer-division li a, .corporate-office > p > a, .factory > p > a{
    text-decoration: none !important;
}
 /* end of footer section */

 /* nav section */

.custom-modal-content #modal-content{
    margin: 50px auto !important;
    max-width: 800px !important;
    width: 100% !important;
}

.footer-form{
    padding-top: 12px !important;
}

@media (max-width: 768px) {
    .custom-modal-content #modal-content {
        max-width: 500px !important;
    }

    .sitemap-header{
        margin-top: 8px !important;
    }

    .footer-division{
        margin-top: 14px !important; 
    }

    .footer-form{
        padding-top: 0px !important;
    }

    .last-element {
        margin-bottom: unset !important;
    }

    .rc-anchor-normal{
        width: 300px !important;
    }
}
 /* end of nav section */


