        /* @font-face {
    font-family: SourceSansPro-Regular;
    src: url(../fonts/SourceSansPro-Regulard41d.eot?#iefix) format('embedded-opentype'), url(../fonts/SourceSansPro-Regular.otf) format('opentype'), url(../fonts/SourceSansPro-Regular.woff) format('woff'), url(../fonts/SourceSansPro-Regular.ttf) format('truetype'), url(../fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular) format('svg');
    font-weight: 400;
    font-style: normal
} */
        
        @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
        @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:wght@300;400;500;600;700&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
        @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
        /* font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif; */
        
        .toggleMenu {
            display: none;
            background: #5eb23f;
            padding: 10px 15px;
            color: #fff !important;
            width: 100%;
            margin-bottom: 5px;
        }
        /* font-family: 'Poppins', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Rubik', sans-serif; */
        
        .nav {
            list-style: none;
            /* *zoom: 1; */
            /* margin-top: 32px; */
            /* float: right; */
        }
        
        .nav:before,
        .nav:after {
            content: " ";
            display: table;
        }
        
        .nav:after {
            clear: both;
        }
        
        .nav ul {
            list-style: none;
            width: 200px;
        }
        
        .nav a {
            padding: 10px 15px;
            color: #5eb23f
        }
        
        .nav li {
            position: relative;
        }
        /* .nav>li {
    float: left;
    margin: 0px 5px;
} */
        
        .nav>li {
            float: left;
            margin: 0px 15px;
        }
        
        .navbar {
            position: fixed;
            min-height: 50px;
            margin-bottom: 20px;
            border: 1px solid transparent;
            width: 100%;
        }
        /* .nav>li {
    float: left;
    margin: 0px 20px;
} */
        /* .active {
    border-top: 2px solid #5eb23f;
    border-bottom: 2px solid #5eb23f;
} */
        
        .nav>li>.parent {
            background-image: url("../images/downArrow.png");
            background-repeat: no-repeat;
            background-position: right;
        }
        
        .nav>li>a {
            display: block;
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            font-size: 18px;
        }
        
        .nav li ul {
            position: absolute;
            left: -9999px;
            border: 1px solid #5eb23f;
            z-index: 99999 !important;
        }
        
        .nav>li.hover>ul {
            left: 0;
            padding-left: 0px;
        }
        
        .nav li li.hover ul {
            left: 100%;
            top: 0;
        }
        
        .nav li li a {
            font-family: 'Poppins', sans-serif;
            font-weight: bold;
            display: block;
            background: #fff;
            position: relative;
            z-index: 999 !important;
            border-top: 1px solid #5eb23f;
        }
        
        .dropdown-menu>li>a {
            color: #5eb23f !important;
        }
        
        .nav li li a:hover {
            color: #fff;
            background-color: #5eb23f;
            z-index: 999 !important;
            border-top: 1px solid #5eb23f !important;
        }
        
        .nav li li li a {
            background: #249578;
            z-index: 200;
            border-top: 1px solid #1d7a62;
            padding: 10px 15px;
        }
        
        .nav li li li a:hover {
            background: #5eb23f !important;
            color: #ffffff !important;
        }
        
        @media screen and (max-width: 768px) {
            .active {
                display: block;
            }
            .nav {
                margin-top: 0px;
            }
            .nav>li {
                float: none;
            }
            .nav>li>.parent {
                background-position: 95% 50%;
            }
            .nav li li .parent {
                background-image: url("../images/downArrow.png");
                background-repeat: no-repeat;
                background-position: 95% 50%;
            }
            .nav ul {
                display: block;
                width: 100%;
            }
            .nav>li.hover>ul,
            .nav li li.hover ul {
                position: static;
            }
            .justify-content-center {
                flex-flow: wrap;
            }
            .align_items_center {
                flex-direction: column;
            }
            .sm-margin {
                margin-top: 30px !important;
            }
            .footer_logo {
                max-width: 73% !important;
            }
            .header_logo {
                max-width: 65% !important;
            }
            .w_100 {
                width: 100% !important;
            }
        }
        
        div.pagination span.current {
            padding: 10px 15px 10px 15px;
            margin: 2px;
            border: 1px solid #0eb1e6;
            font-weight: 700;
            background-color: #0eb1e6;
            color: #FFF;
            position: relative;
            bottom: 2px
        }
        
        div.pagination a,
        div.pagination span.disabled {
            margin: 2px;
            border: 1px solid #0eb1e6;
            color: #0eb1e6;
            position: relative;
            bottom: 2px
        }
        
        div.pagination a {
            padding: 10px 15px 10px 15px;
        }
        
        div.pagination span.disabled {
            padding: 10px 15px 10px 15px;
        }
        
        .footer_ul li {
            list-style: none;
            float: left;
            margin-right: 25px;
        }
        
        .social_icon {
            border: 1px solid #FFAD31;
            width: 40px;
            height: 40px;
            color: #0a0a0a;
            line-height: 40px;
            text-align: center;
            border-radius: 50%;
            background: #ffad31;
            font-size: 19px;
        }
        
        .social_icon:hover {
            border: 1px solid #ffad31;
            color: #FFAD31;
            background: #ffffff;
            transition: 0.5s;
        }
        
        .contact-address ul li span {
            color: #061125;
            font-size: 14px;
            font-weight: 700;
            margin-left: 1em;
        }
        
        .main {
            display: flex;
            align-items: center;
        }
        
        .right {
            padding-left: 13px;
        }
        
        .mt-20 {
            margin-top: 20px !important;
            float: left;
            width: 100%;
        }
        
        #backtotop i {
            display: block;
            width: 100%;
            height: 100%;
            line-height: 33px;
            border-radius: 5px;
            color: #fff;
        }
        
        .product_btn {
            border: 1px solid;
            background: #5eb23f;
            color: #ffffff !important;
        }
        
        .product_btn:hover {
            border: 1px solid;
            background: #5eb23f !important;
            color: #ffffff !important;
        }
        /* .top {
    position: absolute;
    z-index: 999;
} */
        
        .header_social li {
            float: left;
            list-style: none;
            margin-right: 13px;
        }
        
        .nav>li>a {
            padding: 7px 12px;
        }
        
        .header_logo {
            max-width: 43% !important;
        }
        
        .navbar {
            margin-bottom: 0px;
        }
        
        .navbar-brand {
            height: 100px !important;
            padding: 3px;
        }
        
        .header_social_icon {
            border: 1px solid #ffad32;
            width: 25px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            border-radius: 50%;
            background: #ffad32;
            color: #ffffff !important;
        }
        
        .top {
            background: #fcf8f2;
        }
        
        .con2 {
            padding: 16px 0;
        }
        
        .mt-35 {
            margin-top: 33px;
        }
        
        .bg_card {
            background: #77aa43;
        }
        
        .bg_card a {
            color: #ffffff;
        }
        
        .border_radius {
            border-radius: 15px;
        }
        
        .max_width {
            max-width: 100%;
        }
        
        .align_items_center {
            align-items: center;
            display: flex;
        }
        
        .mt-30 {
            margin-top: 30px !important;
        }
        
        .pro {
            /* background: url(../images/products-background.jpg) center center/cover no-repeat; */
            padding: 38px 0 30px;
            background: #fcf8f2;
            background: #fcf8f2;
        }
        
        .pro h1 {
            font-family: 'Poppins', sans-serif;
            color: #181717;
            margin-bottom: 30px;
        }
        
        .bg_about {
            background: #fcf8f2;
        }
        
        .btn_product {
            display: inline-block;
            margin-bottom: 0;
            font-weight: 400;
            text-align: center;
            vertical-align: middle;
            cursor: pointer;
            border: 1px solid transparent;
            white-space: nowrap;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.428571429;
            border-radius: 4px;
            background: #ffad32;
            color: #030303;
        }
        
        .mb-35 {
            margin-bottom: 35px;
        }
        
        .logo_text {
            color: #ff7e07;
            font-size: 14px;
            font-weight: 500;
        }
        
        .font_dark {
            font-size: 20px;
            font-weight: 900;
            text-transform: uppercase;
        }
        
        .bg_surgical {
            background: #50879d !important;
            padding-bottom: 10px !important;
        }
        
        .bg_instruments {
            background: #e8f2f6;
        }
        
        .btn_instruments li {
            background: #23a8dd !important;
        }
        
        .btn_instruments .active {
            background: #517483 !important;
            color: #ffffff !important;
        }
        
        .btn_instruments .active:after {
            background: #23a8dd !important;
        }
        
        .surgical_h4 h4 {
            background: #23a8dd !important;
        }
        
        .chemical {
            background: #082854 !important;
            color: #ffffff !important;
        }
        
        .surgical {
            background: #23a8dd !important;
            color: #ffffff !important;
        }
        
        .text_surgical {
            color: #23a8dd !important;
        }
        
        .text-white {
            color: #ffffff;
        }
        
        .text-white:hover {
            color: #ffffff;
        }
        
        .final {
            background-color: #fcf8f2;
            padding: 15px 0;
            color: #000000;
        }
        
        .text_chemical {
            color: #082854 !important;
        }
        
        .bg_chemical {
            background: #e8f2ff !important;
        }
        /* .navbar {
    position: relative;
    min-height: 100px;
    margin-bottom: 0px;
    border: 1px solid transparent;
} */
        
        .btn_ul li {
            margin: 0px 8px;
        }
        
        .btn_page li {
            margin: 0px 45px;
        }
        
        .p-5 {
            padding: 5px;
        }
        
        .navbar-default .navbar-nav>li>a,
        .navbar-default .navbar-text {
            color: #ffffff !important;
        }
        
        .navbar-default .navbar-nav>li>a:focus,
        .navbar-default .navbar-nav>li>a:hover {
            color: #ffad32 !important;
            background-color: transparent;
            background: #ffffff;
            border-radius: 10px;
            transition: 0.6s;
        }
        
        .navbar-default {
            background-color: #fcf8f2;
        }
        
        @media screen and (max-width: 768px) {
            .nav {
                display: block !important;
            }
            .navbar-collapse {
                border-top: none;
            }
            .navbar-toggle {
                margin-top: 29px;
            }
        }
        
        @media screen and (max-width: 480px) {
            #wowslider-container1 .ws_images {
                height: 210px;
            }
            .example {
                float: none !important;
                margin: auto !important;
            }
            .pl-20 {
                padding-left: 20px !important;
                justify-content: flex-start !important;
                display: flex !important;
            }
            .logo_header {
                padding-left: 3px !important;
                max-width: 80%;
            }
            .p_20 {
                padding: 0px 17px !important;
            }
            .text_sm_left {
                text-align: left !important;
            }
            .display_none {
                max-width: 65% !important;
            }
            .col-md-5.logo {
                width: 100%;
                float: left;
            }
            .nav>li {
                float: left;
                margin: 0px 68px !important;
            }
            .navbar-toggle {
                margin-top: 16px !important;
            }
            .sm_margin_30 {
                margin-top: 30px !important;
            }
            .gallery_image {
                max-width: 50% !important;
            }
            .certificate_image {
                max-width: 50% !important;
            }
            .heading {
                font-size: 21px !important;
            }
            .content {
                font-size: 12px !important;
                text-align: center;
            }
            .centered {
                top: 14% !important;
            }
            .nav .nav_ul_ul {
                width: max-content !important;
            }
        }
        
        @media screen and (max-width: 375px) {
            #wowslider-container1 .ws_images {
                height: 140px;
            }
            .nav>li {
                float: left;
                margin: 0px 19px !important;
            }
        }
        
        body {
            font-family: 'Poppins', sans-serif;
            font-size: 15px !important;
        }
        
        .bg p {
            font-family: 'Poppins', sans-serif;
        }
        
        .bg h1 {
            font-family: 'Poppins', sans-serif;
        }
        
        .bg h2 {
            font-family: 'Poppins', sans-serif;
        }
        
        .bg h3 {
            font-family: 'Poppins', sans-serif;
        }
        
        .bg h4 {
            font-family: 'Poppins', sans-serif;
        }
        
        .bg h5 {
            font-family: 'Poppins', sans-serif;
        }
        
        .bg h6 {
            font-family: 'Poppins', sans-serif;
        }
        
        .abt h1,
        .abt h1,
        .com a {
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
        }
        
        .com h5 {
            font-family: 'Poppins', sans-serif;
        }
        
        .com p {
            font-family: 'Poppins', sans-serif;
            font-weight: 400;
        }
        
        .pro h1 {
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
            text-align: center;
        }
        
        .des h3 {
            font-family: 'Poppins', sans-serif;
        }
        
        .gal h1 {
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
            text-align: center;
        }
        
        .h3,
        h3 {
            font-family: 'Poppins', sans-serif;
        }
        
        a,
        a:focus,
        a:hover {
            font-family: 'Poppins', sans-serif;
        }
        
        .con h5 {
            font-family: 'Poppins', sans-serif;
        }
        
        .final {
            font-family: 'Poppins', sans-serif;
        }
        
        .about h1 {
            font-family: 'Poppins', sans-serif;
        }
        
        .about p {
            font-family: 'Poppins', sans-serif;
            font-weight: 400;
        }
        
        .tab_wrapper.right_side>ul li {
            font-family: 'Poppins', sans-serif;
        }
        
        .tab_wrapper h4 {
            font-family: 'Poppins', sans-serif;
        }
        
        .sam h1 {
            font-family: 'Poppins', sans-serif;
        }
        
        .sam p {
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
        }
        
        .left a {
            font-weight: 500;
        }
        
        .right a {
            font-weight: 500;
        }
        
        label {
            font-family: 'Poppins', sans-serif;
        }
        
        .more.form-submit {
            font-family: 'Poppins', sans-serif !important;
        }
        
        .des {
            padding-bottom: 10px;
        }
        
        .about h1 {
            margin-bottom: 24px;
        }
        
        .justify-content-center {
            justify-content: center;
            display: flex;
        }
        
        .right p {
            font-weight: 500;
        }
        
        .quick_link a {
            font-weight: 500;
        }
        
        .quick_link li {
            margin-top: 7px;
            font-size: 15px;
        }
        
        .footer_logo {
            max-width: 48%;
        }
        
        .social_footer li {
            float: left;
            list-style: none;
            margin-right: 17px;
        }
        
        .p_0 {
            padding: 0;
        }
        
        .social_footer {
            margin-top: 15px;
        }
        
        .footer {
            padding-top: 45px;
            padding-bottom: 45px;
            background: #fcf8f2;
            background: #fcf8f2;
        }
        
        .footer_h2 {
            color: #ffad31;
            margin-bottom: 20px;
            border-bottom: 5px solid #77aa43;
            border-width: unset;
            width: fit-content;
            padding-bottom: 5px;
            font-weight: 600;
        }
        
        .final {
            background-color: #77aa43;
            padding: 15px 0;
            color: #ffffff;
            font-size: 16px;
            font-weight: 600;
        }
        
        .bg_green {
            background: #ffad31;
        }
        
        .bg {
            background: #fcf8f2;
            background: #fcf8f2;
        }
        
        .bg h3,
        .bg h4 {
            color: #77aa43;
        }
        
        .bord {
            background: transparent;
        }
        
        .gal {
            background: #fcf8f2;
            background: #fcf8f2;
        }
        
        .bg p {
            color: #061125;
        }
        
        .tam p {
            font-weight: 400;
        }
        
        .title {
            color: #ffad31 !important;
            margin-bottom: 20px;
            border-bottom: 5px solid #77aa43;
            border-width: unset;
            width: fit-content;
            padding-bottom: 5px;
        }
        
        .margin_auto {
            margin: auto;
            display: table;
        }
        
        .h3_head_card {
            font-size: 19px !important;
        }
        
        .p_0 {
            padding: 0 !important;
        }
        
        .mt-30 {
            margin-top: 30px;
        }
        
        table {
            font-family: 'Poppins';
            font-weight: 400;
            font-size: 17px;
        }
        
        .list_style_disc li {
            list-style: disc;
            font-family: 'Poppins';
            font-weight: 400;
            font-size: 17px;
        }
        
        .navbar-default .navbar-nav>.active>a,
        .navbar-default .navbar-nav>.active>a:focus,
        .navbar-default .navbar-nav>.active>a:hover {
            color: #555;
            background-color: transparent;
        }
        
        #google_translate_element {
            padding-top: 4px !important;
        }
        /* ==== seekerPart ==== */
        
        .seekerPart .bgseeker {
            position: relative;
        }
        
        .seekerPart h3 {
            font-size: 17.62px !important;
            margin: 42px 0 124px;
            font-weight: 500 !important;
            color: #4b4b4b;
        }
        
        .seekerPart .pro_one {
            position: absolute;
            left: 15%;
            top: 0;
        }
        
        .seekerPart .pro_two {
            position: absolute;
            left: 35%;
            top: 40px;
        }
        
        .seekerPart .pro_three {
            position: absolute;
            left: 25%;
            top: 210px;
        }
        
        .seekerPart .pro_four {
            position: absolute;
            left: 60%;
            top: 0;
        }
        
        .seekerPart .pro_five {
            position: absolute;
            left: 80%;
            top: 45px;
        }
        
        .seekerPart .pro_six {
            position: absolute;
            left: 85%;
            top: 295px;
        }
        
        .pt-40 {
            padding-top: 40px;
        }
        
        .pb-40 {
            padding-bottom: 40px;
        }
        
        .left_side {
            float: left !important;
        }
        
        .mt-25 {
            margin-top: 25px;
        }
        
        .about_p {
            padding: 0 10px;
            font-size: 17px;
            color: #000;
            text-align: justify;
            font-weight: 700;
        }
        
        .mt-50 {
            margin-top: 50px;
        }
        
        .broshure {
            max-width: 65%;
            margin: auto;
        }
        
        .bg_none {
            background: transparent !important;
        }
        
        .product_name_button {
            border: 1px solid #77aa43;
            background: #77aa43;
            text-align: center;
            padding: 10px;
        }
        
        .product_surgical_button {
            border: 1px solid #23a8dd;
            background: #23a8dd;
            text-align: center;
            padding: 10px;
        }
        
        .product_name_button a {
            color: #ffffff;
            font-size: 17px;
            font-weight: 600;
        }
        
        .product_surgical_button a {
            color: #ffffff;
            font-size: 17px;
            font-weight: 600;
        }
        
        .border_product {
            border: 1px solid #77aa43;
        }
        
        .border_product_surgical {
            border: 1px solid #23a8dd;
        }
        
        .form-text,
        .form-textarea {
            border: 1px solid #ddd;
            padding: 10px;
            width: 100%;
            color: #000;
            outline: none !important;
            font-family: 'Poppins', sans-serif;
        }
        
        .more.form-submit {
            border: 1px solid #061125 !important;
        }
        
        .more.form-submit:hover {
            color: #061125;
            background: #fff;
            transition: 0.5s;
        }
        
        .p_10 {
            padding: 10px;
        }
        
        .float {
            position: fixed;
            width: 50px;
            height: 50px;
            line-height: 50px;
            bottom: 30px;
            left: 40px;
            background-color: #25d366 !important;
            color: #FFF;
            border-radius: 50px;
            text-align: center;
            font-size: 30px;
            z-index: 100;
        }
        
        .phone {
            position: fixed;
            width: 50px;
            height: 50px;
            line-height: 54px;
            bottom: 90px;
            left: 40px;
            background-color: #1890c9 !important;
            color: #FFF;
            border-radius: 50px;
            text-align: center;
            font-size: 30px;
            z-index: 100;
        }
        
        .contact-address ul li {
            font-size: 15px;
        }
        
        .bg_surgical h3 {
            font-weight: 500;
        }
        
        .quick_button {
            background: #77aa43;
            border: none;
            color: #ffffff;
            padding: 8px 15px;
            font-size: 26px;
            font-family: 'Poppins';
            transition: 0.5s;
            border-radius: 5px;
        }
        
        .quick_button:hover {
            background: #ffad31;
            border: none;
            color: #ffffff;
            transition: 0.5s;
        }
        
        .text-left {
            text-align: left !important;
        }
        
        .pt-20 {
            padding-top: 20px;
        }
        
        .pb-35 {
            padding-bottom: 35px;
        }
        
        .goog-te-gadget-simple {
            background-color: #5eb253 !important;
            border-left: 1px solid #5eb253 !important;
            border-top: 1px solid #5eb253 !important;
            border-bottom: 1px solid #5eb253 !important;
            border-right: 1px solid #5eb253 !important;
        }
        
        .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
            color: #5eb253 !important;
        }
        
        .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
            color: #ffffff !important;
        }
        
        .bg_card h3 {
            font-weight: 500;
        }
        
        .mb-30 {
            margin-bottom: 30px;
        }
        
        .pt-50 {
            padding-top: 50px;
        }
        
        .pb-50 {
            padding-bottom: 50px;
        }
        
        .bg_white {
            background: #ffffff !important;
        }
        
        .text_green {
            color: #77aa43;
            font-weight: 800;
            text-transform: uppercase;
        }
        
        .padding {
            padding: 0px 10px;
        }
        
        .benifits_ul li {
            margin-top: 6px;
            font-size: 16px;
            font-family: 'Poppins', sans-serif;
        }
        
        .margin_auto {
            margin: auto;
            display: table;
        }
        
        .padding_0 {
            padding: 0 !important;
        }
        
        .max_width_100 {
            max-width: 100%;
            font-family: 'Poppins', sans-serif;
        }
        
        .pl_10 {
            padding-left: 10px !important;
        }
        
        .font_family {
            font-family: 'Poppins', sans-serif;
        }
        
        .mb-20 {
            margin-bottom: 20px;
        }
        
        .pro_name {
            background: #77aa43;
            padding: 10px;
            text-align: center;
            color: #ffffff !important;
        }
        
        .m_0 {
            margin: 0 !important;
        }
        
        .card {
            background: #77aa43;
        }
        
        .pt-7 {
            padding-top: 7px;
        }
        
        .certificate {
            padding-top: 4px;
        }
        
        .nav_ul_ul {
            display: none;
            position: absolute;
            top: 60px;
        }
        
        nav ul li:hover>ul {
            display: inherit;
            padding: 0;
        }
        
        .nav_ul_ul li {
            width: 292px;
            float: none;
            display: list-item;
            position: relative;
        }
        
        .nav_ul_ul li a {
            background: #ffffff !important;
            z-index: 200 !important;
            border-top: 1px solid #77aa43 !important;
        }
        
        .nav_ul_ul li .text_hover:hover {
            color: #ffffff !important;
            background-color: #5eb23f !important;
            z-index: 999 !important;
            border-top: 1px solid #5eb23f !important;
        }
        
        .nav .nav_ul_ul {
            width: 121px;
        }
        
        #navbar-primary.navbar-default .navbar-nav>li>a {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }
        
        .navbar-toggle {
            background-color: #ffffff !important;
            border: 1px solid #ffffff !important;
            width: auto;
        }
        
        .navbar {
            border-radius: 0px !important;
        }
        /* Table */
        
        .table-responsive {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }
        
        table {
            caption-side: bottom;
            border-collapse: collapse;
        }
        
        .certificate_image {
            max-width: 60% !important;
        }
        
        @media screen and (max-width: 375px) {
            .certificate_image {
                max-width: 35% !important;
            }
        }
        
        .title_banner:after {
            position: absolute;
            top: 0;
            width: 100%;
            content: "";
            left: 0;
            /* background: #0000008a; */
            background: #00000045;
            height: 100%;
        }
        /* .centered {
    position: absolute !important;
    top: 58% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
} */
        
        .centered {
            position: absolute !important;
            top: 35% !important;
            /* left: 50% !important; */
            /* transform: translate(-50%, -50%) !important; */
        }
        
        .heading {
            font-size: 45px;
        }
        
        .carousel-caption {
            position: absolute;
            left: 15%;
            right: 15%;
            /* bottom: 20px; */
            z-index: 10;
            /* padding-top: 20px; */
            padding-bottom: 20px;
            color: #fff;
            /* text-align: center; */
            text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
        }
        /* Animation */
        
        .sugest_product {
            max-width: 70% !important;
        }
        
        .margin_0 {
            margin: 0 !important;
        }
        
        .suggest_h3 {
            font-size: 17px;
            padding: 10px 0px;
            color: #ffffff;
        }
        
        .application li {
            font-size: 17px;
            font-weight: 400;
        }
        
        .content {
            font-size: 25px;
            text-align: center;
            /* animation: fadeInLeft 2s ease-in-out; */
            animation: fade-in-move-down 2.8s;
        }
        
        @media screen and (max-width: 480px) {
            #wowslider-container1 .ws_images {
                height: 210px;
            }
            .centered {
                top: 0% !important;
            }
            .heading {
                font-size: 18px !important;
            }
            .content {
                font-size: 14px !important;
            }
            .title {
                font-size: 30px !important;
                font-weight: 600 !important;
            }
            .footer {
                padding-top: 5px;
                padding-bottom: 20px;
            }
            .sm-mt-15 {
                margin-top: 15px !important;
            }
            .final p {
                font-size: 13px !important;
            }
            .sm-font-size {
                font-size: 27px !important;
            }
            .navbar-brand-centered {
                position: absolute;
                left: 15% !important;
                display: block;
                width: 376px !important;
                text-align: center;
                background-color: transparent;
            }
            .header_logo {
                max-width: 83% !important;
            }
            .navbar-toggle {
                background-color: #126935 !important;
                border: 1px solid #126935 !important;
                width: auto;
            }
            .navbar-default .navbar-toggle .icon-bar {
                color: #ffffff;
            }
            .navbar {
                min-height: 64px !important;
            }
        }
        
        @media screen and (max-width: 375px) {
            .content {
                font-size: 11px !important;
            }
            .heading {
                font-size: 23px !important;
            }
            .title {
                font-size: 27px !important;
                font-weight: 600 !important;
            }
            .footer {
                padding-top: 5px;
                padding-bottom: 20px;
            }
            .final p {
                font-size: 13px !important;
            }
            .sm-font-size {
                font-size: 27px !important;
            }
            .header_logo {
                max-width: 94% !important;
            }
            .navbar-brand-centered {
                position: absolute;
                left: 0% !important;
                display: block;
                width: 308px !important;
                text-align: center;
                background-color: transparent;
            }
            .navbar>.container .navbar-brand-centered,
            .navbar>.container-fluid .navbar-brand-centered {
                margin-left: 0px !important;
            }
        }
        
        @media screen and (max-width: 360px) {
            .header_logo {
                max-width: 94% !important;
            }
            .navbar-brand-centered {
                position: absolute;
                left: -3% !important;
                display: block;
                width: 308px !important;
                text-align: center;
                background-color: transparent;
            }
            .pro {
                padding: 5px 0 30px !important;
            }
        }
        
        .navbar-toggle {
            background-color: #126935 !important;
            border: 1px solid #126935 !important;
            width: auto;
        }
        
        .navbar-default .navbar-toggle .icon-bar {
            background: #ffffff !important;
        }
        
        .navbar-default .navbar-nav>li>a,
        .navbar-default .navbar-text {
            color: #126935 !important;
        }
        
        .example {
            float: right;
            max-width: 300px;
        }
        
        form.example input[type=text] {
            padding: 10px;
            font-size: 17px;
            border: 1px solid #77aa43;
            float: left;
            width: 80%;
            background: #ffffff;
            outline: none;
            font-family: 'Poppins', sans-serif;
        }
        
        form.example button {
            float: left;
            width: 20%;
            padding: 10px;
            background: #77aa43;
            color: white;
            font-size: 17px;
            border: 1px solid #77aa43;
            border-left: none;
            cursor: pointer;
            border-radius: 0;
        }
        
        form.example button:hover {
            background: #77aa43;
        }
        
        form.example::after {
            content: "";
            clear: both;
            display: table;
        }
        
        .submit_message {
            font-size: 22px !important;
            line-height: 35px;
            color: #77aa43 !important;
        }
        /* Animation */
        
        @keyframes fadeInRight {
            from {
                opacity: 0;
                transform: translateX(300px);
            }
            to {
                opacity: 1;
            }
        }
        
        @keyframes fadeInLeft {
            from {
                opacity: 0;
                transform: translateX(300px);
            }
            to {
                opacity: 1;
            }
        }
        
        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateX(300px);
            }
            to {
                opacity: 1;
            }
        }
        
        @keyframes fade-in-move-down {
            0% {
                opacity: 0;
                transform: translateY(-3rem);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .top_0 {
            top: 15% !important;
        }
        
        #list li {
            float: left;
            margin: 0 5px;
            text-align: center;
            line-height: 100px;
            opacity: 0;
            list-style: none;
            animation: fadeIn 1s ease-in both;
        }
        
        #list li:nth-child(2) {
            animation-delay: 1s;
        }
        
        #list li:nth-child(3) {
            animation-delay: 2s;
        }
        
        #list li:nth-child(4) {
            animation-delay: 3s;
        }
        
        #list li:nth-child(5) {
            animation-delay: 4s;
        }
        
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translate3d(0, -20%, 0);
            }
            to {
                opacity: 1;
                transform: translate3d(0, 0, 0);
            }
        }
        
        img {
            vertical-align: middle;
            font-family: 'Poppins';
        }
        
        .footer_broshure {
            max-width: 60% !important;
        }
        
        .address_title {
            color: #ffad31 !important;
            margin-bottom: 20px;
            border-bottom: 5px solid #77aa43;
            border-width: unset;
            width: fit-content;
            padding-bottom: 5px;
        }
        
        .right.pl_0 {
            padding-left: 0 !important;
        }
        
        .pt_150 {
            padding-top: 150px;
        }
        
        .mt_18 {
            margin-top: 18px;
        }
        
        .about p {
            padding: 0 0px !important;
        }
        
        .table {
            margin-bottom: 0px !important;
        }
        
        .font_size_17 {
            font-size: 17px;
        }