* {
    transition: ease 0.3s;
}

html {
    width: 100%;
    height: 100%;
     scroll-behavior: smooth;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color:#f8f8f8f8;
}

ul {
    list-style: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    background: #57cf59 !important;
}

.navbar-toggler{
        background: #57cf59 !important;
}

.head_strip a{
    color:black !important;
}
.head_strip a i{
    color:#57cf59!important;
}
/* HEADER CSS*/
  /* HEADER CSS*/
    
    .head_strip {
        background-color: #ffffff;
    }
    
    .social_icons {
        display: flex;
        margin: 0px;
    }
    
    .social .fa-facebook {
    
    font-size: 21px;

}
.material form{
    
    height: 150px;
    overflow-y: scroll;

}

#price_show{
    margin:12px;
}

#weight_show{
    margin:12px;
}
    
    .social {
        font-size: 23px;
        color: #57cf59;
        margin: 0px 10px;
    }
    .social_icons li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 10px;
}
    
    .social_div {
        display: flex;
        justify-content: flex-end;
    }
    
    .social_icons small{
        font-weight:bold
    }
    
    
    
    .icon_contain {
        display: flex;
        margin: 0px 16px;
    }
    
    .contact_details {
        display: flex;
        align-items: center;
    }
    
    .contact_details h6 {
        font-weight: bold;
    font-size: 80%;
    }
    
    .custom_head {
        background: #0c090d;
        padding: 0px;

    }
    
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
    }
    
    .content_list li .nav-link {
        color: #ffffff !important;
        font-size: 20px;
        padding: 10px 38px;
    }
    
    .content_list {
        margin: auto;
    }
    
    .nav-item {
        margin: 0px 20px;
    }
    
    .search_bar input {
        border-radius: 6px;
        padding: 18px;
        height: 46px;
    }
    
    /*  .search_bar input {*/
    /*    border-radius: 6px 0px 0px 6px;*/
    /*    padding: 18px;*/
    /*    height: 46px;*/
    /*}*/
    
    .search_bar button {
        background: #57cf59;
        color: white;
        font-size: 19px;
        margin-left: -8px;
        padding: 8px 28px;
        border-radius: 0px;
        position: relative;
        border-radius: 0px 6px 6px 0px;
    }
    
    .content_list li .nav-link:hover {
        color: #57cf59 !important;
        transform: translateY(-5px);
    }
    
    .navbar-brand {
        width: 200px;
        height: 95px;
        text-align: center;
            margin: auto;
    }
    
    .navbar-brand img {
        max-width: 100%;
        max-height: 100%;
    }

/* END OF HEADER CSS*/


/* HOME PAGE CSS */

.profileheading {
    padding: 40px;
}

.profileheading h2 {
    font-weight: 600;
}

.footer-social a{
    color:black !important;
}
.profile_desc {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content:center;
    font-weight: 600;
    line-height:2rem;
}

.profile_desc p {
    font-size: 18px;
    font-weight: 700;
}

.btn-custom {
    background: #57cf59;
    color: #ffffff;
    padding: 10px 25px;
    font-size: 18px;
}

.btn-custom:hover {
    background: #ffffff;
    border: 1px solid #57cf59;
    color: #57cf59;
}

.btn_div {
    width: 100%;
}

.section_wrapper {
    padding: 0px 30px;
    margin: 20px 20px;
}

.product_card {
    padding: 10px 15px;
}

.product_card .card-title {
    font-weight: 600;
}

.product_card .card-img-top {
    height: 230px;
}

.lang_div{
        margin: 2px 10px 0px 10px;
}

.btn-custom-outline {
    border: 2px solid #57cf59 !important;
    color: #57cf59  !important;
    font-size: 18px  !important;
    padding: 8px 30px  !important;
}

.view_details {
    text-align: center;
}

.view_details_all {
    padding: 45px;
}

.btn-custom-outline:hover {
    background: #57cf59;
    color: white !important;
}

.youtube_frame {
    display: flex;
    justify-content: center;
}

.bg-img {
    background-image: url(https://images.pexels.com/photos/414171/pexels-photo-414171.jpeg?auto=compress&cs=tinysrgb&h=650&w=940);
    /* control height of img */
    min-height: 770px;
    /* center and scale img */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.enquriy .container {
    position: absolute;
    left: 60px;
    margin: 25px 40px;
    max-width: 500px;
    padding: 20px;
    background-color: white;
}

.enquriy .container-2 {
    position: absolute;
    max-width: 500px;
    padding: 20px;
    background-color: transparent;
    margin: 60px 40px;
    right: 100px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
}

.container-2 h1 {
    margin-bottom: 20px;
}

.container-2 h3 {
    margin-bottom: 20px;
}


/* END OF HOME PAGE CSS */

footer {
    background-color: #0e0e0e;
}

.footer-copyright {
    color: #ffffff;
    font-size: 20px;
}

.footer_nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    padding: 45px;
}

hr {
    border-top: 1px solid #ffffff;
}

.footer_nav a {
    font-size: 20px;
    color: #ffffff;
}

.footer_nav h2 {
    color: #ffffff;
}

.footer_nav .nav-item {
    margin: 0 30px;
}

.footer_nav .nav-item .nav-link:hover {
    color: #57cf59 !important;
}

.footer-social {
    display: flex;
    justify-content: center;
}


/* 
.footer-social li a {
    font-size: 24px;
} */

.footer-social .fa {
    padding: 14px 15px;
    font-size: 28px;
    text-align: center;
    text-decoration: none;
    margin: 15px;
    border-radius: 50%;
    background: #ffffff;
}



 .footer-social  .fa:hover {
    background: #57cf59;
    color: #ffffff;
    transform: translateY(-5px);
}

 .footer-social  .fa-facebook {
    padding: 14px 20px !important;
}

.count {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.count h1 {
    margin: 10px;
    font-weight: 600;
    font-size: 42px;
}

.number {
    color: #57cf59;
    font-weight: 900;
}

.form_btn {
    background: #57cf59;
    color: #ffffff;
    font-size: 18px;
}

.product {
    margin: auto;
}

.product .card-img-top {
    height: 250px;
}

.product .card-body {
    background-color: #57cf59;
}

.product .card-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
    color: #ffffff;
    height:45px;
}

.product_card .card-title{
      height:45px;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 41px;
    line-height: 1;
    opacity: .75;
    color: #57cf59;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next {
    right: -23px;
    height: 110px;
    width: 40px;
}

.slick-prev {
    left: -26px;
    z-index: 99;
    height: 110px;
    width: 40px;
}

.responsive {
    padding: 45px;
}

.get-btn {
    background-color: #ffffff;
    color: #57cf59;
    padding: 8px 25px;
    margin: 8px;
    font-weight: 600;
}

.get-btn:hover {
    background-color: #57cf59;
    color: #ffffff;
    padding: 8px 25px;
    margin: 8px;
    border: 1px solid #ffffff;
}

.breadcrumb {
    background-color: transparent;
    margin: 0px;
}

.breadcrumb li a {
    text-decoration: none;
    color: #0e0e0e;
    font-size: 21px;
    padding: 10px;
}

.breadcrumb li a:hover {
    color: #57cf59;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: #032283;
}


/* PRODUCT PAGE CSS */

.product_item .card-img-top {
    height: 16rem;
}

.product_item .price {
    font-size: 22px;
    font-weight: 800;
}

.product_item .q_prod {
    background-color: #57cf59;
    color: #ffffff;
}

.product_item .v_prod:hover {
    background-color: #57cf59;
    color: #ffffff;
    border: 1px solid #57cf59;
}

.product_item .v_prod {
    background-color: #ffffff;
    color: #57cf59;
    border: 1px solid #57cf59;
}

.product_item button {
    margin-bottom:10px
}

.p_btns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px auto;
}

.product_item {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.product_item:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.cards_sections {
    margin: 20px auto;
}

.filters {
    margin-top: 20px;
}

.filters .card-body {
    height: auto;
}

.f_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px auto;
}

.filters a {
    color: #57cf59;
    text-decoration: none;
}

.has-search {
    margin-bottom: 0px;
}

.has-search .form-control {
    padding-left: 4rem;
    background: transparent;
    font-size: 16px;
    border: 1px solid #57cf59;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 3rem;
    height: 37px;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #0c090d;
    border-right: 1px solid #57cf59
}

.form-control:focus {
    box-shadow: none;
}

hr {
    border-color: #dbdbdb;
}


/* This css is for normalizing styles. You can skip this. */

.material .form-group {
    display: block;
    margin-bottom: 15px;
}

.material .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.material .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 15px;
}

.material .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #57cf59;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.material .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #57cf59;
    border-width: 0 2px 2px 0;
    transform: rotate( 45deg);
}

.filter_head {
    font-weight: 600;
    margin: 20px auto;
}

.b_div {
    display: flex;
    align-items: center;
}


/* END OF PRODUCT PAGE CSS */


/* SINGLE  PRODUCT PAGE CSS */

.product-view {
    width: 450px;
    margin: auto;
}

.product-view .card {
    width: 450px;
    height: 400px;
    padding: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.product-view .card-img-top {
    max-width: 100%;
    max-height: 100%;
}

.product_desc p {
    font-size: 18px;
    font-weight: 600;
}

.product-desc .title,
.price {
    margin: 20px auto;
}

.price {
    font-weight: 900;
}

.imgs_pre img {
    max-height: 100%;
    max-width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.imgs_pre {
    display: flex;
    flex-direction: row;
    height: 100px;
    padding: 10px;
    justify-content: space-evenly;
    margin: 20px auto;
}

.btns-prod {
    display: flex;
    justify-content: right;

}

.img_pre a :hover {
    opacity: 0.5;
}

.get_quote {
    background: #57cf59 !important;
    font-size: 18px;
    color: white !important;
    border:1px solid #57cf59 !important;
        margin: 3px 0px 10px;
}

.btns-prod img {
    height: 20px;
    margin: 8px;
}

.get_whatsapp {
    background: #dbdbdb;
    color: #57cf59;
    font-size: 18px;
    border:1px solid #57cf59 !important;
        margin: 3px 5px 10px;
}

.btns-prod span {
    padding: 0px 20px;
}

.related h2 {
    font-weight: 900;
}

.rel_product {
    margin: auto;
}

.rel_product .card-img-top {
    height: 250px;
}

.rel_product .card {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.rel_product .card-title {
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 0px;
    height:34px;
}

.google_div {
    margin: 0px 20px 0px 0px;
}

.goog-te-gadget .goog-te-combo {
    padding: 5px;
    border-radius: 5px;
    font-size: 16px;
}


/* .goog-logo-link {
    display: none;
} */


/* END OF SINGLE PRODUCT PAGE CSS */

   @media screen and (min-device-width: 325px) and (max-device-width: 425px) {
       
       .navbar-brand {
    width: 130px;
    height: 78px;
       margin: initial;
   
}

.product-view {
    width: auto !important;
    
}
.product-view .card{
    width:auto !important;
    height:auto !important;
}

.breadcrumb li a{
        font-size: 18px;    
}

.lang_div .form-control{
    width:95%;
    margin:auto;
}

.btns-prod span {
    padding: 1px;
}

.get_quote{
        font-size: 12px;
}
.btns-prod{
    justify-content:center !important;
}
.get_whatsapp{
     font-size: 12px;
}
.product_item{
    margin:10px auto !important;
    width:auto !important;
}

.related_prod{
    padding:5px !important;
}

.footer-copyright {
    color: #ffffff;
    font-size: 14px;
}
.footer_nav a {
    font-size: 18px;
    color: #ffffff;
}

.content_list li .nav-link {
   
    font-size: 18px;
   
}

.rel_product{
    margin:10px auto !important;
}
.search_bar input {
    border-radius: 7px !important;
    padding: 15px;
    height: 39px;
}
.social_icons li{
    margin:0px;
}


.breadcrumb-item.active{
    color:#57cf59;
}

.contact_details{
        justify-content: space-evenly;
}
.navbar-toggler{
    background:#ffffff;
        margin-right: 14px;
        border-radius: 4px;
}
        .social_div {
            justify-content: center;
        }
        .social_icons {
            padding: 0px;
            margin: 5px;
        }
        .social_icons .social {
            margin: 0px 20px;
        }
        .icon_contain {
            margin: 0;
        }
        #google_translate_element {
            display: flex;
            justify-content: center;
        }
        .search_bar input {
            width: 90%;
            margin:auto;
        }
        .nav-item {
            text-align: center;
        }
        .responsive {
            padding: 10px;
        }
        .section_wrapper {
            padding: 10px;
            margin: 0px;
        }
        .slick-prev {
            left: -15px;
        }
        .slick-next {
            right: -15px;
        }
        .profile_desc {
            margin: 25px auto;
        }
        .product_card {
            padding: 10px 30px;
            margin: 25px auto;
        }
        .enquriy .container {
            position: unset;
            left: 0px;
            margin: 0px;
            max-width: 500px;
            padding: 18px;
            background-color: white;
        }
        .enquriy .container-2 {
            position: unset;
            max-width: 500px;
            padding: 10px;
            background-color: transparent;
            margin: 60px 40px;
            right: 100px;
            color: white;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 500px;
        }
        .footer_nav {
            flex-direction: column;
        }
        .footer_nav .nav-item {
            margin: 10px ​30px
        }
        .footer-social {
            padding: 0px;
        }
    }
    
    @media screen and (min-device-width: 426px) and (max-device-width: 768px) {
        .nav-item {
            text-align: center;
        }
        #google_translate_element {
            display: flex;
            justify-content: center;
        }
        .search_bar {
            display: flex;
            justify-content: center;
        }
      
        .profile_desc {
            margin: 25px auto;
        }
       
       
        .count h1 {
            margin: 10px;
            font-weight: 600;
            font-size: 26px;
        }
        
    /*MOBILE VIEW 320PX */
           .navbar-brand {
    width: 200px;
    height: 100px;
       margin: initial;
   
}

.product-view {
    width: auto !important;
    
}
.product-view .card{
    width:auto !important;
    height:auto !important;
}

.breadcrumb li a{
        font-size: 18px;    
}

.lang_div .form-control{
    width:50%;
    margin:auto;
}

.btns-prod span {
    padding: 1px;
}

.get_quote{
        font-size: 12px;
}
.btns-prod{
    justify-content:center !important;
}
.get_whatsapp{
     font-size: 12px;
}
.product_item{
    margin:10px auto !important;
    width:auto !important;
}

.related_prod{
    padding:5px !important;
}

.footer-copyright {
    color: #ffffff;
    font-size: 14px;
}
.footer_nav a {
    font-size: 18px;
    color: #ffffff;
}

.content_list li .nav-link {
   
    font-size: 18px;
   
}

.rel_product{
    margin:10px auto !important;
}
.search_bar input {
    border-radius: 7px !important;
    padding: 15px;
    height: 39px;
}
.social_icons li{
    margin:0px;
}


.breadcrumb-item.active{
    color:#57cf59;
}

.contact_details{
        justify-content: space-evenly;
}
.navbar-toggler{
    background:#ffffff;
        margin-right: 14px;
        border-radius: 4px;
}
        .social_div {
            justify-content: center;
        }
        .social_icons {
            padding: 0px;
            margin: 5px;
        }
        .social_icons .social {
            margin: 0px 20px;
        }
        .icon_contain {
            margin: 0;
        }
        #google_translate_element {
            display: flex;
            justify-content: center;
        }
        .search_bar input {
            width: 49% !important;
            margin:inherit;
        }
        .nav-item {
            text-align: center;
        }
        .responsive {
            padding: 10px;
        }
        .section_wrapper {
            padding: 10px;
            margin: 0px;
        }
        .slick-prev {
            left: -15px;
        }
        .slick-next {
            right: -15px;
        }
        .profile_desc {
            margin: 25px auto;
        }
        .product_card {
            padding: 0px;
            margin: 25px auto;
        }
        .enquriy .container {
            position: unset;
            left: 0px;
            margin: auto;
            max-width: 500px;
            padding: 18px;
            background-color: white;
        }
        .enquriy .container-2 {
            position: unset;
            max-width: 500px;
            padding: 10px;
            background-color: transparent;
            margin: auto;
            right: 100px;
            color: white;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 500px;
        }
        
        #contactUs{
            padding-top:70px;
        }
        .footer_nav {
            flex-direction: column;
        }
        .footer_nav .nav-item {
            margin: 10px 30px
        }
        .footer-social {
            padding: 0px;
        }
        
        
        
    }