

.top-bar  li a i{
    font-size: 17px;
    margin-right: 5px;
}

@media screen and (max-width: 800px) {

    .detay_fix{
        position: relative!important;
        bottom: 0;
    }

    .scroll-top{
        position: relative!important;
        top: 0;
    }
    
    .container, .container-fluid{
        padding-left:15px!important;
        padding-right:15px!i;
    }
}

.breadcrumbx{
    max-width:1600px;
}

.col-sm-4{
    padding-bottom:0px;
}

@media screen and (max-width: 1500px) {
    .header-7 .header-middle .menu > li > a{
        font-size:1.094rem;
    }

    .menu li > a{
        padding-right: 1rem;
    }

    .logo img{
        width: 100px;
    }

    .intro-slider-container, .intro-slide{
        height: 200px!important;
    }

    .intro-subtitle{
        font-size: 1rem!important;
        display: none;
    }

    .intro-title{
        font-size: 20px!important;
    }

    .intro-content{
        padding: 1rem!important;
    }

    .mt-6{
        margin-top: 2rem!important;
    }

    .banner-title2{
        font-size: 2rem;
        margin-top: 25%;
    }

    .breadcrumbb{
        align-items: center;
        justify-content: space-between;
        display: flex;
        align-content: center;
        flex-direction: column-reverse;
        height: 300px
    }
    .breadcrumb{
        height: auto;
    }

    .banner_fnp{
        margin-top: 0rem;
    }
}

.social-icons{
    margin: auto;
}


.product-detail-fnp{
    background-color: #efefef;
    width: 100%;
}

.product-detail-2{
    background-color: #ececec;
}

.product-detail-fnp img{
    object-fit: cover;
    width: 100%;
    margin-bottom: 1.5rem;
}

.p-4{
    padding: 4rem!important;
    opacity: 0.9;
}



hr{
    height: 1px;
    color: #ececec;
}

.action-button{
    background-color: #ececec;
    text-align: center;
    padding: 10px 10px;
    float: left;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.action-button a{
    font-weight: 600;
    font-size: 16px;
}

.action-button a i{
    font-size: 20px;
}

.action-button:hover  {
    opacity: 0.9;
}

.greenbg{
    background: #25D366
;
}

.detay_fix .row{
    margin-top: 15px;
    padding: 10px;
}

.breadcrumb-area{
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-between;
}

.breadcrumb-area div{
    display: block;
}

.breadcrumb-area div ul li{
    display: inline-block;
}

.breadcrumb-item a {
    color: #000;
}



.detay_fix{
    position: fixed!important;
    right: 0;
    bottom: 20px;
}

.scroll-top{
    top: 100px;
}

.header-search-extended{
    margin-left: 3rem!important;
}

.pos-rel{
    background: #ececec;
    color: black;
    width: 100vw!important;
    text-align: left;
}

.breadcrumbx{
    margin: auto;
}

.breadcrumbx ul {
    float: left;
    margin-bottom: 0px;
    margin: 10px 10px 10px 0px;
}

.col-lg-12{
    /*padding-left: 0!important;
    padding-right: 0!important;*/
    padding-bottom: 0!important;
}

.entry-body{
    padding: 15px 0px;
}

.fnp{
    float: right;
}

.footer-bottom .container-fluid{
    justify-content: space-between;
}

.menu{
    gap: 2rem;
}

.sub-menu li a{
    padding: 1rem 1.5rem 1rem 1.5rem;
}

.header-7 .header-middle .menu > li > a{
    font-size: 1.6rem;
}

.widget-about{
    padding-right: 80px;
}

.banner-title{
    padding: 1rem!important;
}

.title-fnp{
    margin: 3rem 0 3rem 0 ;
}

.banner-container{
    display: flex!important;
    text-align: center;
    justify-content: space-around;
    align-content: space-around;
    height: 300px;
    flex-wrap: wrap;
    flex-direction: row;
}

.banner-title-fnp{
    display: inline-block!important;
    font-size: 30px;
    background: #00000073;
    padding: 5px 30px;
}

form .row .col-sm-4{
    padding-left: 10px;
    padding-right: 10px;
}

.contact-fnp{
    background: #efefef;
    padding: 4.1rem 0 2rem 0;
    margin-bottom: 2rem;
}

.touch-container{
    display: flex;
    background: #efefef;
    padding: 3rem 0 0 0;
}

.bi-envelope::before{
    font-size: 25px;
}

.bi-telephone::before{
    font-size: 23px;
}

.plr-0{
    padding-left: 0!important;
    padding-right: 0!important;
}

.cookiess {
    display: flex;
    align-items: baseline;
}

.cookiess input {
    margin-right: 5px;
}

.text-left{
    text-align: left;
}


.dropdown {
    position: relative;
    display: inline-block;
    margin-right: 2rem;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 75px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a{
    margin-bottom: 10px;
    margin-right: 0!important;
}


.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;

}

.floating_btn {
    position: fixed;
    bottom:22px;
    right:4px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.flags{
    display: none;
}

@media screen and (max-width: 900px){
    .header-7 .header-top{
        display: none!important;
    }

    .flags{
        display: flex;
        margin-bottom: 1rem;
        justify-content: center;
    }

    .flags a{
        border: 0;
    }
    
    .container, .container-fluid{
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    
        .owl-simple.owl-nav-inside .owl-dots{
        bottom: 35px!important;
    }


}

