@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
}

a:hover {
    text-decoration: none;
}

.product_list_5 .product_box .img_frame img {
    object-fit: contain;
}

.category_list_type4 .category_box .img_frame img {
    object-fit: contain;
}

@media screen and (max-width: 767.5px){
.index_wrapper_2 .item>img{
    object-position: 40%;
    min-height:185vw!important;
    object-fit:cover;
}

}


/* TOP BAR */

.hp_top{
padding: 10px 9%;
background:#2e4ca1;

}

.hp_top_icon {
    width: 25px;
}

.hp_top .col-md-12{

display:flex;
justify-content:flex-end;
align-items:center;

}


.hp_top_social{

display:flex;
gap:7px;

}


.hp_top_social a{

color:#fff;
font-size:12px;

}

/*Menu*/

.navbar_type8 .nav_tab .nav_item a {
    color: #000;
    padding: 15px 1.5vw;
    font-size: 16px;
    transition: all 0.4s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:hover a {
    color: #8b1323;
}

.navbar_type8 .logo {
    flex: 0 1 27%;
    margin-left: 10%;
}

.navbar_type8 .nav_tab {
    flex: 0 1 73%;
    padding-left: 0;
    padding-right: 7.5%;
}

.dark_nav {
    background-color: #fff !important;
}

.navbar_type8 .logo img {
    width: 235px;
    padding: 0;
}

.navbar_type8 .nav_tab .nav_item::before {
    top: 90%;
    width: 0%;
    left: 50%;
    border-bottom: none;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    height: 3px;
    transform: translate(-50%, 0);
    background-color: #8b1323;     
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 60%;
}

.navbar_type8 {
    height: 90px;
}

.navbar_mobile {
    background-color: rgba(255, 255, 255, 1);
}

.navbar_mobile .logo_img {
    transform: scale(1.1);
}

/*BANNER */

.slider_banner .banner_content {
    opacity: 1 !important;
}

.hp_banner {
    padding-top: 4.5%;
    padding-right: 12.5%;
    padding-left: 9%;
}

.hp_banner_title {
    color: #2e4ca1;
    font-size: 1.05vw;
    margin-bottom: 3%;
}

.hp_banner_title2 {
    color: #000;
    font-size: 3.3vw;
    font-weight: 800;
    font-family: 'Roboto';
    padding-bottom: 4%;
    margin-bottom: 4%;
    position: relative;
}

.hp_banner_title2 span {
    color: #2e4ca1;
}

.hp_banner_title2::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #2e4ca1;
    width: 7.75vw;
    height: 0.4vw;
}

.hp_banner_desc {
    color: #000;
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 6%;
}

.hp_banner_link {
    background: #8b1323;
    transition: 0.4s;
    color: #fff;
    padding: 0.8vw 2.75vw 0.8vw 1.5vw;
    position: relative;
    margin-right: 5px;
    font-size: 1vw;
    font-family: roboto;
}

.hp_banner_link:hover {
    background: #2e4ca1;
    color: #fff;
}

.hp_banner_link::before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    right: 11.5%;
    height: 0.45vw;
    width: 0.6vw;
    margin: auto 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('https://cdn1.npcdn.net/img/1782457604A_Button1.png');
}

.hp_banner_link2 {
   
    transition: 0.4s;
    color: #8b1323;
    padding: 0.8vw 2.75vw 0.8vw 1.5vw;
    position: relative;
    font-size: 1vw;
    font-family: roboto;
}

.hp_banner_link2:hover {
    background: #051330;
    color: #fff;
}

.hp_banner_link2::before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    right: 11.5%;
    height: 0.45vw;
    width: 0.6vw;
    margin: auto 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('https://cdn1.npcdn.net/img/1782458055A_Button2.png');
}

.hp_banner_link2:hover::before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7457%) hue-rotate(59deg) brightness(114%) contrast(100%);
}


.hp_banner_e {
    display: inline-block;
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
    font-family: roboto;
    font-size: 1.1vw;
    position: relative;
    cursor: pointer;
    padding-bottom: 2%;
}

.hp_banner_e::before {
    position: absolute;
    content: "";
    bottom: 0%;
    right: 0%;
    left: 0;
    margin: 0 auto;
    height: 1vw;
    width: 1vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('https://cdn1.npcdn.net/img/1782458692A_Button3.png');
}

.hp_banner_ebox {
    text-align: center;
    padding-left: 3.5%;
    margin-top: -1%;
}

.hp_banner_box {
    margin-top: 5%;
}

@media(max-width:1200.5px){

.hp_banner_title {
    font-size: 1.3vw;
    margin-bottom: 3%;
}

.hp_banner_title2 {
    font-size: 4.15vw;
    padding-bottom: 4%;
    margin-bottom: 4%;
}

.hp_banner_desc {
    font-size: 1.25vw;
    margin-bottom: 6%;
}

.hp_banner_title2::before {
    width: 9.5vw;
    height: 0.4vw;
}

.hp_banner_link {
    padding: 1vw 3.25vw 1vw 1.75vw;
    font-size: 1.25vw;
    margin-right: 4px;
}

.hp_banner_link2 {
    padding: 1vw 3.25vw 1vw 1.75vw;
    font-size: 1.25vw;
}

.hp_banner_link::before {
    right: 11.5%;
    height: 0.5vw;
    width: 0.8vw;
}

.hp_banner_link2::before {
    right: 11.5%;
    height: 0.5vw;
    width: 0.8vw;
}

.hp_banner_e {

    font-size: 1.35vw;
    padding-bottom: 2.5%;
}

.hp_banner_e::before {
    height: 1.25vw;
    width: 1.25vw;
   
}

.hp_banner_ebox {

    margin-top: -1.5%;
}

}

@media(max-width:767.5px){

.hp_banner_title {
    font-size: 3.85vw;
    margin-bottom: 3%;
}

.hp_banner_title2 {
    font-size: 10vw;
    padding-bottom: 4%;
    margin-bottom: 4%;
}

.hp_banner_desc {
    font-size: 3.75vw;
    margin-bottom: 6%;
}

.hp_banner_desc br {
    display: none;
}

.hp_banner_title2::before {
    width: 23vw;
    height: 1.5vw;
}

.hp_banner_link {
    padding: 3vw 9vw 3vw 5vw;
    font-size: 3.75vw;
    margin-right: 0px;
}

.hp_banner_link2 {
     padding: 3vw 10vw 3vw 5vw;
    font-size: 3.75vw;
}

.hp_banner_link::before {
    right: 11%;
    height: 2vw;
    width: 3vw;
}

.hp_banner_link2::before {
    right: 11%;
    height: 2vw;
    width: 3vw;
}

.hp_banner_e {

    font-size: 4vw;
    padding-bottom: 3%;
}

.hp_banner_e::before {
    height: 3vw;
    width: 2vw;
   
}

.hp_banner_ebox {

    margin-top: -2%;
    padding-left: 0;
}

.hp_banner {
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
}

.hp_banner_bbox {
    display: inline-flex;
    flex-direction: column;
    gap: 2vw;
}

}

/**/

.hp_section_heading span{

font-size:16px;
color:#2e4ca1;
font-family: dm sans;
font-weight: 500;
}


.hp_section_heading h2{
font-family: roboto;
font-size:42px;
font-weight:800;
color:#2e4ca1;
position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.hp_section_heading h2::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #2e4ca1;
    width: 8rem;
    height: 6px;
}

.hp_section_title {
    font-size: 41.5px;
    font-weight: 800;
    color: #000;
    font-family: roboto;
    margin-top: 3%;
    padding-bottom: 3%;
    margin-bottom: 3%;
    position: relative;
}

.hp_section_title::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #2e4ca1;
    width: 7.5rem;
    height: 0.4rem;
}

.hp_section_tag {
    font-size: 16px;
    color: #2e4ca1;
    font-weight: 500;
}


.hp_section_title span{

color:#2e4ca1;

}

@media(max-width:1200.5px){
.hp_section_heading span{

font-size:15px;

}


.hp_section_heading h2{

font-size:39px;

}

.hp_section_heading h2::before {
    width: 7rem;
}

}

@media(max-width:991.5px){
.hp_section_heading span{

font-size:14px;

}


.hp_section_heading h2{

font-size:36px;

}

.hp_section_heading h2::before {
 
    width: 6rem;
 
}

}

@media(max-width:767.5px){

.hp_section_heading h2{

font-size:32px;

}

}

/* ABOUT */


.hp_about{

padding:6% 9% 0.5%;
position: relative;

}

.hp_about:before{

content:"";
position:absolute;
background:url("https://cdn1.npcdn.net/img/1782441430B_Background.jpg");
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 100%;
top: -8%;
left: 0;
z-index: -1;
}

.hp_about_textbox h1 {
    font-size: 15.5px;
    line-height: 1.8;
    color: #000;
    font-weight: 400;
    margin-bottom: 4%;
}

.hp_about_textbox p{

font-size:15.5px;
line-height:1.8;
color:#000;

}

.hp_text_btn {
    font-size: 15.5px;
    transition: 0.4s;
    color: #8b1323;
    font-family: roboto;
    position: relative;
    padding-right: 1rem;
}

.hp_text_btn::before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    right: 0%;
    height: 8px;
    width: 10px;
    margin: auto 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('https://cdn1.npcdn.net/img/1782458055A_Button2.png');
}

.hp_text_btn:hover::before {
    filter: brightness(0) saturate(100%) invert(22%) sepia(57%) saturate(2028%) hue-rotate(208deg) brightness(94%) contrast(87%);
}

.hp_text_btn:hover {
    color: #2e4ca1;
}

.hp_about_image img{

width:100%;
height:100%;
object-fit:cover;

}

.hp_about_textbox {
    margin-top: -9%;
}


@media(max-width:1470.5px){

.hp_section_tag {
    font-size: 15px;
}

.hp_section_title {
    font-size: 39px;
    margin-right: -18%;
}

.hp_section_title::before {
    width: 7rem;
 
}

.hp_about_textbox h1 {
    font-size: 15px;
}

.hp_about_textbox p {
    font-size: 15px;
}

.hp_text_btn {
    font-size: 15px;
}

}

@media(max-width:1200.5px){
.hp_about {
    padding: 6% 9% 3%;
}

    .hp_section_title {
        font-size: 36px;
        margin-right: -32%;
        padding-bottom: 5%;
    margin-bottom: 5%;
    }
    
        .hp_section_tag {
        font-size: 14px;
    }
    
    .hp_section_title::before {
        width: 6.5rem;
    }
    
    .hp_about_textbox h1 {
    font-size: 14px;
}

.hp_about_textbox p {
    font-size: 14px;
}

.hp_text_btn {
    font-size: 14px;
}

}

@media(max-width:991.5px){


.hp_about_textbox {
    margin-top: 0;
}

    .hp_section_title {
        font-size: 36px;
        margin-right: 0;
        padding-bottom: 3%;
        margin-bottom: 3%;
    }
    
    .hp_about_image {
    margin-top: 3%;
}

.hp_about:before {
    background-position: 20%;
}

}

@media(max-width:767.5px){

.hp_about{

padding:12% 3% 6%;

}

    .hp_section_title {
        font-size: 32px;
        margin-bottom: 4%;
        padding-bottom: 4%;
    }
    
        .hp_section_title::before {
        width: 5.75rem;
    }
    
        .hp_about_image {
        margin-top: 6%;
    }
    
        .hp_about:before {
        background-position: 30%;
    }

}

/* CATEGORY */


.hp_category{

padding:6% 9% 4%;
position:relative;

}



.hp_category:before{
width: 100%;
    height: 100%;
content:"";
position:absolute;
background-repeat: no-repeat;
background-size: cover;
background-image:url("https://cdn1.npcdn.net/img/1782454731C_Background.jpg");
left: 0;
top: 0;
background-position: center;
}

.hp_category_row .col-12.col-md-6.col-lg-4 {
    padding: 0 0.7vw;
}

.hp_category>*{

position:relative;

}

.hp_category .row.align-items-center {
    align-items: end !important;
    margin-bottom: 3.5%;
}

.hp_category_titlebox span {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}


.hp_category_titlebox h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 800;
    margin-top: 3%;
    padding-bottom: 5%;
    margin-bottom: 0;
    position: relative;
    font-family: roboto;
}

.hp_category_titlebox h2::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 7.5rem;
    height: 0.4rem;
}

.hp_category_desc{

color:#fff;
font-size:15.5px;
line-height:1.5;
margin-bottom: 0;
font-weight: 400;
padding-left: 32%;
}




.hp_category_card{

background:rgba(5, 19, 48,0.35);
border-radius:10px;
padding: 7% 4% 7% 7%;
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:6%;
overflow:hidden;
transition: 0.4s;
}

.hp_category_card:hover{

background:rgba(5, 19, 48,1);
}


.hp_category_content h3{

font-size:24px;
color:#fff;
font-family: roboto;
height: 7.5rem;
}



.hp_category_content a {
    display: inline-block;
    margin-top: 0;
    padding: 7px 35px;
    border-radius: 20px;
    background: #051330;
    color: #fff;
    font-size: 14px;
    transition: 0.4s;
    margin-right: -9%;
}

.hp_category_card:hover .hp_category_content a {
    background: #cdd0d7;
    color: #000;
}

.hp_category_card img{

width:150px;
height:150px;
object-fit:contain;

}


@media(max-width:1505.5px){
.hp_category_desc br {
    display: none;
}

}

@media(max-width:1200.5px){
.hp_category_titlebox h2 {
    font-size: 39px;
}

.hp_category_desc {
    font-size: 14px;
    padding-left: 22%;
}

.hp_category_content h3 {
    font-size: 19px;
    height: 7rem;
}

.hp_category_content a {
    padding: 7px 30px;
    font-size: 13px;
    margin-right: -38%;
}

.hp_category_titlebox span {
    font-size: 15px;

}

.hp_category_card img {
    width: 130px;
    height: 130px;
    object-fit: contain;
}

.hp_category_titlebox h2::before {
  
    width: 7rem;

}

}

@media(max-width:991.5px){
    .hp_category_desc {
        font-size: 14px;
        padding-left: 0;
        margin-top: 4%;
    }
    
        .hp_category_desc br {
        display: block;
    }
    
    .hp_category_row .col-12.col-md-6.col-lg-4 {
    padding: 0 1vw;
}
    
}

@media(max-width:767.5px){


.hp_category_titlebox h2{

font-size:32px;

}

    .hp_category_titlebox span {
        font-size: 14px;
    }
    
    .hp_category_titlebox h2::before {
  
    width: 5.5rem;
   
}

    .hp_category_content h3 {
        font-size: 19px;
        height: 6rem;
    }
    
        .hp_category_desc {
     
        margin-bottom: 6%;
    }

.hp_category {
    padding: 12% 3% 9%;
  
}

    .hp_category_row .col-12.col-md-6.col-lg-4 {
        padding: 0 15px;
    }

}

@media(max-width:555.5px){
.hp_category_desc br {
    display: none;
}

}


/* TRUST */


.hp_trust{

padding:6% 9% 8%;
position:relative;

}

.hp_trust::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://cdn1.npcdn.net/img/1782463532D_Background.jpg');
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hp_trust_bg {
    position: absolute;
    right: 9.5%;
    top: 15%;
}

.hp_trust_bg img {
    width: 37vw;
}

.hp_trust_textbox span {
    font-size: 16px;
    color: #2e4ca1;
    font-weight: 500;
}



.hp_trust_textbox h2 {
    font-size: 42px;
    line-height: 1.2;
    color: #2e4ca1;
    font-weight: 800;
    font-family: roboto;
    margin-top: 2%;
    padding-bottom: 5%;
    margin-bottom: 5%;
    position: relative;
}

.hp_trust_textbox h2::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #2e4ca1;
    width: 7.5rem;
    height: 6px;
}

.hp_trust_textbox h2 > span{

font-size:42px;
color:#000;
font-weight:800;

}

.hp_trust_textbox p{

font-size:15.5px;
line-height:1.5;
color: #000;

}



.hp_trust_textbox a{

background:#991b2c;
color:white;
padding:12px 25px;
font-size:12px;
float:right;

}




.hp_trust_image img{

width:100%;
max-width:500px;

}

.hp_trust_bbox a {
    position: relative;
    background: #8b1323;
    color: #fff;
    transition: 0.4s;
    padding: 12.5px 40px 12.5px 20px;
    font-size: 15.5px;
    font-family: roboto;
    font-weight: 300;
}

.hp_trust_bbox a::before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    right: 11.5%;
    height: 8px;
    width: 10px;
    margin: auto 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://cdn1.npcdn.net/img/1782465996A_Button1.png);
}

.hp_trust_bbox a:hover {
   
    background: #2e4ca1;
    color: #fff;
   
}

.hp_feature_row{

margin-top:50px;

}

.hp_trust .align-items-center {
    align-items: end !important;
}

.hp_trust_bbox {
    text-align: right;

}
.hp_feature_box {
    position: relative;
    padding: 12% 6% 4% 9%;
    box-shadow: 0 0px 25px rgba(0, 0, 0, .07);
    transition: 0.4s;
        overflow: hidden;
}

.hp_feature_box::before {
    position: absolute;
    content: "";
    top: 0%;
    right: 0%;
    height: 100%;
    width: 100%;
    background-color: #f1f2f2;
    z-index: -1;
}

.hp_feature_box:hover::before {
   
    background: #2e4ca1;
   
}

.hp_feature_number{

position:absolute;
right:0;
top:0;
color:#fff;
width:60px;
height:60px;
display:flex;
align-items:center;
justify-content:center;
font-weight:700;
font-size: 24px;
font-family: roboto;
transition: 0.4s;

}

.hp_feature_box:hover .hp_feature_number{


color:#000;


}

.hp_feature_number::before {
    position: absolute;
    content: "";
    top: -40%;
    right: -37%;
    height: 145%;
    width: 150%;
    background-color: #2e4ca1;
    z-index: -1;
    border-radius: 50%;
    transition: 0.4s;
}

.hp_feature_box:hover .hp_feature_number::before {
    background-color: #fff;
   
}

.hp_feature_box h3 {
    font-size: 19px;
    color: #2e4ca1;
    font-family: roboto;
    margin-bottom: 1%;
    margin-top: 5%;
    transition: 0.4s;
}

.hp_feature_box p{

font-size:14px;
line-height:1.6;
margin-bottom: 0;
transition: 0.4s;
    height: 5.5rem;
}

.hp_feature_box:hover h3 {
    color: #fff;
}

.hp_feature_box:hover p {
    color: #fff;
}

.hp_feature_icon_wrap {
    position: relative;
    width: 60px; /* adjust size */
    height: 60px;
}

.hp_feature_icon {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity .3s ease;
}

.hp_feature_icon.hover {
    opacity: 0;
}

.hp_feature_box:hover .hp_feature_icon.normal {
    opacity: 0;
}

.hp_feature_box:hover .hp_feature_icon.hover {
    opacity: 1;
}

.hp_feature_row .col-6.col-lg-3 {
    padding: 0 0.6vw;
}

.hp_trust_image {
    margin-left: -9%;
    margin-right: -3%;
    position: relative;
    top: 2vw;
}

@media(max-width:1370.5px){
.hp_trust_textbox p > br {
    display: none;
}

.hp_feature_box h3 {
    font-size: 18px;
}
}

@media(max-width:1285.5px){
.hp_trust_textbox h2 {
    font-size: 39px;
    
}

.hp_trust_textbox h2::before {
  
    width: 7rem;
   
}

.hp_trust_textbox h2 > span {
    font-size: 39px;
 
}

    .hp_feature_box h3 {
        font-size: 17px;
    }

}

@media(max-width:1200.5px){
.hp_trust_textbox h2 {
    font-size: 36px;
            margin-right: -15%;
}

.hp_trust_textbox h2 > span {
    font-size: 36px;
 
}

    .hp_feature_box h3 {
        font-size: 14.5px;
    }
    
    .hp_trust_textbox h2::before {
  
    width: 6.5rem;
   
}

.hp_trust_bbox a {
  
    padding: 12.5px 40px 12.5px 20px;
    font-size: 14px;
  
}

.hp_feature_box p {
   
    height: 6.5rem;
}
}

@media(max-width:991.5px){
.hp_trust_textbox p > br {
    display: none;
}

.hp_feature_row .col-6.col-lg-3 {
    padding: 0 1.5vw 3vw;
}

.hp_trust_bg {
    position: absolute;
    right: 12%;
    top: 25%;
}

.hp_trust_bg img {
    width: 43vw;
}

    .hp_feature_box h3 {
        font-size: 17px;
    }
    
    .hp_trust_textbox p {
    font-size: 14px;
    
}
    
}

@media(max-width:767.5px){


.hp_trust_textbox h2{

font-size:32px;

}

.hp_trust_bg{

font-size:90px;

}

.hp_trust_bbox {
    text-align: right;
    margin-top: 6%;
}

    .hp_trust_bg {
       
        right: 3%;
        top: 14%;
    }

    .hp_feature_box p {
        height: 5rem;
    }

.hp_feature_box{
    padding: 2rem 6% 1rem 9%
margin-bottom:20px;

}

.hp_feature_row .col-6.col-lg-3 {
        padding: 0 15px 3vw;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .hp_trust {
    padding: 12% 3% 12%;
    
}


}

/* PRODUCT */

.index_wrapper_6 {

padding:0 9% 60px;

}

.hp_product .hp_section_heading h2 > span {
    color: #000;
    font-size: 42px;
    font-family: roboto;
    font-weight: 800;
}

@media(max-width:1200.5px){
.hp_product .hp_section_heading h2 > span {
    font-size: 39px;
}

}

@media(max-width:991.5px){
.hp_product .hp_section_heading h2 > span {
    font-size: 34px;
}

    .hp_product .hp_section_heading h2 {
        font-size: 34px;
    }

}

@media(max-width:767.5px){

.index_wrapper_6 {
    padding: 0px 3% 50px;
}

.hp_product .hp_section_heading h2 > span {
    font-size: 32px;
}

    .hp_product .hp_section_heading h2 {
        font-size: 32px;
    }

}


/* POPULAR */


.index_wrapper_7 {

background:#2e4ca1;
padding:70px 9% 60px;

}

.hp_popular .hp_section_heading span {
    color: #fff;
}

.hp_popular .hp_section_heading h2 {
    color: #fff;
}

.hp_popular .hp_section_heading h2::before {
 
    background-color: #fff;
   
}

.productSlider-1 .product_img .product_box .product_img_frame img {
    object-fit: contain !important;
}

.productSlider-1 .product_img .product_box .text-left {
    text-align: center !important;
}

.productSlider-1 .product_img .product_box .text-left > p {
    display: none;
}

.productSlider-1 .product_img .product_box h6 {
    color: #000;
    font-weight: 500 !important;
    font-family: roboto;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 1vw;
    border-radius: 6px;
    box-shadow: unset;
    transition: 0.4s;
}

.productSlider-1 .slick-track .slick-slide:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}

.productSlider-1 .product_img .product_box {
    margin: 10px;
    border: 5px solid transparent;
    background-color: white;
}

@media(max-width:767.5px){

.index_wrapper_7 {
    padding: 60px 3% 50px;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 15px;
}

}

/*FOOTER*/

.footer_type10 {
    color: #000;
    background-color: transparent;
    padding-top: 0.5rem !important;
    padding-bottom: 1rem !important;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://cdn1.npcdn.net/img/1782441986G_FooterBackground.jpg');
    background-position: center;
}

.footer_type10 .text {
    color: #000 !important;
    font-size: 14px;
}

.footer_type10 .icon i {
    color: #000;
}

.footer_type10 a {
    color: #000;
}

.footer_type10 .social_media a .icon_s img {
    height: 28px;
    filter: brightness(0) saturate(100%);
}

.footer_type10 .sub_title {
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.75);
}

.footer_type10 .line_top {
    border-top: 1px solid rgba(0, 0, 0, 0.75);
}

.footer_type10 .sub_title p {
    color: #2e4ca1;
    font-family: roboto;
}

.footer_type10 .logo img {
    max-height: 70px;
}

.footer_type10 .social_media {
    margin-top: 5px !important;
}

.footer_type10 .social_media a {
    margin-right: 0rem;
}

.footer_type10 .social_media a:hover .icon_s img {
    filter: brightness(0) saturate(100%);
}