/* Google Font CDN Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px !important;
    }
}

/* Large screen styles - adjust the max-width as needed */
@media screen and (min-width: 2000px) {
    #funnybones {
        position: relative;
        width: 100%;
        height: 100%;
        background-image: url('/images/funnybones.jpg');
        background-size: 100% 100% !important;
        background-repeat: no-repeat;
        object-fit: cover; /* Optional: This helps maintain aspect ratio */
    }

    #funnybones_overlay {
        position: absolute;
        top: 300%;
        left: 30%;
        transform: none;
    }

    #searchboxarea {
        display: flex;
        justify-content: space-between !important;
    }
}

/* Mobile styles - adjust the max-width as needed */
@media screen and (max-width: 767px) {
    #funnybones {
        height: auto; /* Adjust as needed for mobile height */
    }
}

.flashing-text {
    animation: flash 4s infinite;
}

@keyframes flash {
    0%, 74% {
        opacity: 1; /* Stay on for the first 3 seconds */
    }

    100% {
        opacity: 0; /* Flash off for the last second */
    }
}



#funnybones {
    position: relative;
    width: 100%;
    height: 600px;
    background-image: url('/images/funnybones.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    object-fit: cover;
}

#funnybones_overlay {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%);
}

    #funnybones_overlay form {
        width: 100%;
    }

#searchboxarea {
    display: flex;
    flex-direction: column;
}

.search-box,
.select-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px; /* Adjust as needed for spacing between input and select */
    width: 100%;
}

#searchbuttons {
    display: flex;
    flex-direction: row;
}

.search-button {
    display: flex;
    align-items: center; /* Align items vertically in the center */
}

    .search-button button {
        display: flex;
        align-items: center; /* Align items vertically in the center */
    }


/* Adjust the width of child elements as needed */
.search-box,
.select-box,
.search-button {
    flex: 1;
}

/* Responsive adjustments for smaller screens */
@media screen and (max-width: 768px) {
    #searchboxarea {
        flex-direction: column; /* Stack elements vertically on smaller screens */
    }

    .search-box,
    .select-box,
    .search-button {
        width: 100%;
    }
}

.activenav {
    background-color: #F6861F !important;
    color: #fff !important;
    border-radius: 0 4px 4px 0;
}

.sketcher-frame {
    width: 790px;
    margin-left: 0.8rem;
    margin-bottom: 0.8rem;
}

.chemical-resaerch-sec p {
    text-align: left;
}

.Custom-Synthesis p {
    text-align: left;
}

.bulk-chemical p {
    text-align: left;
}

li.active {
    color: red
}

#lnkPDF {
    text-decoration: underline;
    color: black;
}

.active {
    color: red;
}
/*Loader image*/
.LockOn {
    display: none;
    visibility: visible;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    vertical-align: bottom;
    padding-top: 20%;
    filter: opacity(90%);
    opacity: 0.75;
    font-size: large;
    color: blue;
    font-style: italic;
    font-weight: 400;
    background-image: url('../images/Spin-1s-200px.gif');
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}


/*Range Slider */
input[type="range"]::-moz-range-progress {
    height: 10px;
    border-radius: 8px;
    background-image: -webkit-gradient( linear, left top, right top, color-stop(1, #A90F00), color-stop(1, #E2E2E2) );
    background-color: #43e5f7;
    outline: none;
    border: 0;
}

input[type="range"]::-moz-range-track {
    height: 10px;
    border-radius: 8px;
    background-color: #D3D3D3;
    background-image: -webkit-gradient( linear, left top, right top, color-stop(1, #D3D3D3), color-stop(1, #D3D3D3) );
    outline: none;
    border: 0;
}

.img-wrapper::after {
    font-size: 12px;
    content: 'Click Image To View Full Size';
    display: block;
}


#imgViewer::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 10px;
}

#imgViewer::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.modal-lg {
    max-width: 1200px !important;
}

th, td {
    white-space: nowrap;
}

/*.maxwidth_prolist {
    max-width: 99%;
    margin-left: 13px;
}*/
div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
}

table fixed
#table-listing {
    width: 300px;
}

.table-scrollable {
    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    margin: 10px 0;
}

.table th {
    white-space: nowrap;
}

.table td {
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    padding: 2px 5px;
}

/* Image zoom*/

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 960px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

.custom-menu {
    left: -62px !important;
}

.bcatalog {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

    .bcatalog a {
        color: #000;
        background: #fff9f4;
        margin: 6px 6px;
        padding: 10px 20px;
        border-radius: 30px;
        border: 1px solid #e4e4e4;
    }

        .bcatalog a:hover {
            color: #F6861F;
            text-decoration: underline;
        }
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.error_message {
    color: #fd3f3f;
    font-size: 11px;
    margin-top: 5px;
}
/*-------------------------**----------------------------------*/
ul li {
    position: relative;
    list-style-type: none;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.tab {
    overflow: hidden;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
}

    /* Style the buttons inside the tab */
    .tab button {
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 0 16px;
        transition: 0.3s;
        margin: 0 20px;
        font-size: 16px;
        font-weight: 600;
        color: #202f37;
        height: 50px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #f4f8f5;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #f4f8f5;
            border-bottom: 4px solid #f68925;
        }

.tabcontent {
    height: 600px;
    overflow-y: scroll;
}

.admin-header-logo {
    width: 100%;
}
/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 30px;
    background: #f4f8f5;
    border-top: none;
}

.tab-section {
    width: 100%;
    margin: 0 auto;
}

.tabcontent label {
    text-transform: capitalize;
}

.tab-section .tabcontent {
    display: none;
}

    .tab-section .tabcontent.active {
        display: block;
    }


.buttonadd {
    width: 235px;
    height: 51px;
    background: #4E9CAF;
    padding: 11px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    line-height: 28px;
}

.button {
    background-color: Crimson;
    border-radius: 5px;
    color: white;
    padding: .5em;
    text-decoration: none;
}

    .button:focus,
    .button:hover {
        background-color: FireBrick;
        color: White;
    }



table.GeneratedTable {
    width: 100%;
    background-color: #fff;
    border-collapse: collapse;
    border-width: 1px;
    border-color: #000;
    border-style: solid;
    color: #000000;
}

.star {
    color: red;
}

table.GeneratedTable td, table.GeneratedTable th {
    border-width: 1px;
    border-color: #000;
    border-style: solid;
    padding: 5px !important;
}

table.GeneratedTable thead {
    /* background-color: #eff8ff; */
    background: #808080;
    color: #fff;
}

table a {
    color: #000;
    text-decoration: none;
}

    table a:hover {
        color: #000;
    }

table.GeneratedTable th {
    font-weight: 500;
}

.alert {
    margin-bottom: 0rem !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.product-inner-image {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border: 1px solid #f6861f;
}


#zoomedImage {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #zoomedImage:hover {
        opacity: 0.7;
    }


/* The Modal (background) */
.hiddenModalZoomed {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 10%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    
}

/* Modal Content (image) */
.hiddenModal-content {
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 600px;
}

/* Add Animation */
.hiddenModal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.closeZoomedImage {
    position: absolute;
    top: 10%;
    right: 35%;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .closeZoomedImage:hover,
    .closeZoomedImage:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

p a {
    line-break: anywhere;
}

.pagination .page-link {
    padding: .375rem .75rem;
    color: #f6861f;
}

    .pagination .page-link:hover {
        z-index: 2;
        color: #ffffff;
        background-color: #f6861f;
    }

.page-link:focus {
    z-index: 3;
    color: #ffffff !important;
    background-color: #f6861f !important;
    outline: 0;
    box-shadow: none !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
}
/* Global Styling */
ul {
    padding-left: 0px !important;
}

li {
    list-style: none;
}

    li a {
        text-decoration: none;
        font-family: 'Poppins', sans-serif;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}
/* Dropdown Starts Here */
.dropdown-menu li {
    position: relative;
}

.nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.nav-item .submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover {
    background-color: #f1f1f1
}

    .dropdown-menu > li:hover > .submenu {
        display: block;
    }
/* Dropdown Ends Here */
p {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 0px !important;
    font-family: 'Poppins', sans-serif;
}

    p a {
        color: #f6861f;
        transition: 200ms;
    }

strong {
    font-weight: 500 !important;
}
/* Margin & Padding starts here */
.py-40 {
    padding-top: 20px;
    padding-bottom: 40px;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.p-40 {
    padding: 20px;
}

.pt-40 {
    padding-top: 20px;
}

.mt-80 {
    margin-top: 20px;
}

.pr-80 {
    padding-right: 20px;
}

.pt-80 {
    padding-top: 20px;
}

.pb-80 {
    padding-bottom: 20px;
}

.py-80 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.px-80 {
    padding-right: 20px;
    padding-left: 20px;
}

.mt-80 {
    margin-top: 20px;
}

.mb-80 {
    margin-bottom: 20px;
}

.my-80 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mx-80 {
    margin-right: 40px;
    margin-left: 20px;
}

.es-btn input {
    margin-right: 1.5rem;
    margin-left: 1rem;
}

.ss-btn input {
    margin-left: 1rem;
}

.text-r {
    text-align: right !important;
}
/* Fonts styling starts here */
.dark-headline {
    color: #464545;
    font-size: 45px;
    font-weight: 700;
}

.orange-headline {
    color: #F6861F !important;
    font-size: 45px;
    font-weight: 700;
}

.dark-subtitle {
    color: #252525;
    font-size: 35px;
    font-weight: 500;
}

.dark-small-subtitle {
    color: #252525;
    font-size: 28px;
    font-weight: 700;
}

.light-headline {
    color: #F6861F;
    font-size: 45px;
    font-weight: 500;
}

.light-subtitle {
    color: #F6861F;
    font-size: 25px;
    font-weight: 500;
}

#specialsDropdown + .dropdown-menu {
    list-style: none !important;
    padding-left: 0; /* Removes left padding */
    margin: 0; /* Removes default margin */
}
#specialsDropdown::after {
    color: #FF5313 !important;
}
.navbar-nav {
    flex-direction: row; /* Ensures horizontal alignment */
    justify-content: center; /* Centers items horizontally */
}

#specialsDropdown {
    
    margin: 0;
    margin-top: 13px;
    padding: 10px;
    border-radius: 10px;
    background-color: #00FF00;
}

.specialsbutton {
    color: #FF5313 !important;
    background-color: #00FF00;
    font-size: 18px;
    font-weight: 600;
    padding: 4px;
    border-radius: 6px;
}

.light-caption {
    color: #FF5313;
    background-color: #00FF00;
    font-size: 18px;
    font-weight: 600;
}

.light-small-subtitle {
    color: #F6861F;
    font-size: 28px;
    font-weight: 700;
}

.light-premable {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.dark-premable {
    color: #252525;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
}

    .dark-premable a {
        color: #F6861F;
    }

        .dark-premable a:hover {
            color: #252525;
        }

.tj {
    text-align: justify;
}
/* Buttom Styling */
.btn-01 {
    background: #f6861f;
    border: none;
    padding: 4px 20px;
    color: #fff;
    border-radius: 6px;
    transition: 200ms;
}

    .btn-01:hover {
        background: #231F20;
    }

.btn-enquire {
    background: #f6861f;
    border: none;
    padding: 5px 10px;
    color: #fff;
    border-radius: 6px;
    transition: 200ms;
    font-size: 14px;
}

    .btn-enquire a {
        color: #fff;
        text-decoration: none;
    }

        .btn-enquire a:hover {
            color: #fff;
            text-decoration: none;
        }

    .btn-enquire:hover {
        background: #231F20;
    }

/* Background Styling */
.bg-1 {
    background: #231F20 !important;
}

.bg-2 {
    background: #EFF8FF !important;
}

.edit_pro_margin {
    margin-top: -55px;
}

.bg-3 {
    background: #F3F3F3 !important;
}

.bg-4 {
    background: #FFF !important;
}

.bg-5 {
    background: #231F20 !important;
}
/* Globa Style Ends Here */
.breadcrumb {
    background: transparent !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important
}

.breadcrumb-banner {
    height: 60px;
    padding: 10px 0px;
}
.breadcrumb-bg1 {
    background-image: url("../images/background-01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 60px;
    padding: 10px 0px;
}

.breadcrumb-item.active {
    color: #f6861f !important;
}

.breadcrumb-item a {
    color: #ffffff;
    text-decoration: none !important;
}

    .breadcrumb-item a:hover {
        color: #f6861f;
        text-decoration: none !important;
    }

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 0rem !important;
    list-style: none;
}

.bc-p {
    font-size: 30px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #ffffff !important;
    content: var(--bs-breadcrumb-divider, "/");
}
/* Top Header */
.top-header {
    display: flex;
    justify-content: left;
    align-items: center
}

    .top-header ul {
        display: flex;
        margin: 0px;
        padding-left: 0px;
    }

        .top-header ul li {
            padding: 10px 0px;
            margin-right: 30px;
        }

    .top-header span {
        margin-right: 8px;
    }

    .top-header ul li a {
        color: #fff;
    }

.dashboard-btn-box button {
    background: #f6861f;
    border: none;
    padding: 8px 20px;
    color: #fff;
    border-radius: 6px;
    transition: 200ms;
}

    .dashboard-btn-box button:hover {
        background: #231F20
    }

/* HEADER */
header {
    width: 100%;
    height: 80px;
    align-items: center;
}

.shadow-1 {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3) !important;
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    width: 42%;
}

.navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    justify-content: flex-end !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: rgb(246 134 31);
    overflow: hidden;
    position: relative;
    border-bottom: 0px solid #F6861F;
}

/*.nav-link.active:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #f6861f;
    position: absolute;
    left: 49%;
    bottom: -5px;
    transform: rotate(45deg);
}*/

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    padding-top: 23px;
    padding-bottom: 23px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(35 31 32) !important;
    font-size: 16px;
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    padding-top: 26px;
    padding-bottom: 26px;
}

label .menu-icon {
    display: none;
}

.my-menu li {
    padding-top: 3px;
    padding-bottom: 3px;
}

.dropdown-item {
    padding-top: 0px !important;
    padding-bottom: 0px !important
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #fff !important;
        background-color: #f6861f !important;
    }

.navheader {
    width: 100%;
    border-radius: 0px 7px 7px 0px;
    display: block;
    text-decoration: none;
    font-size: 16px;
    padding: 6px 12px;
    background-color: #F6861F;
    color: white;
    pointer-events: none;
}

.navheader:hover {
    
    text-decoration: none;
    color: white;
    cursor: default;
}

.navitem {
    width: 100%;
    border-radius: 0px 7px 7px 0px;
    display: block;
    color: black;
    text-decoration: none;
    font-size: 16px;
    padding: 6px 12px;
    margin-top: 2px;
    margin-bottom: 2px;
}

    .navitem:hover {
        width: 95%;
        border-radius: 0px 7px 7px 0px;
        display: block;
        color: black;
        text-decoration: none;
        font-size: 16px;
        padding: 6px 12px;
        background-color: #FAF3AA;
    }

/* Tab Menu Starts */
.tab-menu {
    width: 100%;

    /* height: 465px;
    overflow: auto; */
}

    
    
    .tab-menu ul {
        padding: 0px;
        width: 100%;
    }

    .tab-menu ul li {
        list-style: none;
        margin-bottom: 3px;
        border-radius: 0px 7px 7px 0px;
        display: block;
    }

    .tab-menu li a {
        color: black;
        text-decoration: none;
        font-size: 16px;
        display: block;
        padding: 6px 12px;

    }

    .tab-menu li:hover {
        background-color: #F1F1F1;
        border-radius: 0px 7px 7px 0px;
        width: 100%;
    }

    .tab-menu li a.tab-active-menu {
        background-color: #F6861F;
        color: black;
    }

    .tab-menu li:hover a {
        color: #fff;
        color: black;
    }

    .tab-menu li.tab-active-menu {
        background-color: #F6861F;
    }

    .tab-menu li.tab-active-menu a {
        color: white;
    }

.tab-active-menu {
    /* overflow: hidden; */
    position: relative;
    border-right: 0px solid #F6861F;
}

li.tab-active-menu:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #f6861f;
    position: absolute;
    right: -5px;
    top: 42%;
    transform: rotate(45deg);
}

.tab-info-img img {
    width: 100%;
}

.tab-list-01 {
    width: 100%;
}

    .tab-list-01 li {
        list-style: none;
        margin-bottom: 10px;
    }

        .tab-list-01 li a {
            font-size: 16px;
            font-weight: 500;
            display: block;
            background-color: #F6861F;
            list-style: none;
            margin-bottom: 10px;
            width: fit-content;
            text-align: center;
            color: #fff;
            padding: 5px 12px;
            border-radius: 5px;
            transition: 200ms;
        }

            .tab-list-01 li a:hover {
                background-color: #252525;
                text-align: center;
                color: #fff;
            }

/* Home Banner Section */
.search-box-parent {
    width: fit-content;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    margin: auto;
    border-radius: 8px;
    margin-top: 30px;
}

    .search-box-parent .search-catalog {
        width: 100%;
        height: 30px;
        border-radius: 0px 0px 0px 0px;
        border: 0px;
        font-size: 16px;
        color: #707070;
        outline: none;
        padding: 0px 20px;
        border-right: 15px solid #EFF8FF;
    }

    .search-box-parent .select-catalog {
        width: 100%;
        height: 30px;
        border-radius: 0px !important;
        border: 0px;
        font-size: 16px;
        color: #707070;
        outline: none;
        padding: 0px 25px;
        border-right: 15px solid #EFF8FF;
    }

    .search-box-parent .select-catalog-btn-page {
        width: 130%;
        height: 30px;
        background: #F6861F;
        border-radius: 0px 8px 8px 0px;
        border: 0px;
        font-size: 16px;
        color: #fff;
        outline: none;
        padding: 0px 20px;
        transition: 200ms;
    }

        .search-box-parent .select-catalog-btn-page img {
            width: 16px;
        }

        .search-box-parent .select-catalog-btn-page:hover {
            background: #231F20;
        }

        .search-box-parent .select-catalog-btn-page:hover {
            background: #231F20;
        }

    .search-box-parent .select-catalog-btn {
        width: 100%;
        height: 30px;
        background: #F6861F;
        border-radius: 8px 8px 8px 8px;
        border: 0px;
        font-size: 16px;
        color: #fff;
        outline: none;
        padding: 0px 20px;
        transition: 200ms;
    }

        .search-box-parent .select-catalog-btn img {
            width: 16px;
        }

        .search-box-parent .select-catalog-btn:hover {
            background: #231F20;
        }

.home-banner-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

    .home-banner-image img {
        max-width: 350px;
    }
/* Inner Page Search Section */
.inner-search-row {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inner-search-box {
    width: 65%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent !important;
    border-radius: 8px;
    margin-top: 0px;
}

.inner-search-box-admin {
    width: 80%;
    height: 30px;
    display: flex;
    justify-content: end;
    align-items: center;
    background: transparent !important;
    border-radius: 8px;
    margin-top: 0px;
    margin-left: 14rem;
}

.search-box {
    margin-right: 1rem;
}

.select-box {
    margin-right: 1rem;
}

.inner-search-box .search-catalog {
    width: 95%;
    height: 30px;
    border-radius: 8px 0px 0px 8px;
    border: 0px;
    font-size: 16px;
    color: #707070;
    outline: none;
    padding: 0px 20px;
    /*  border-right: 10px solid #eff8ff !important;*/
}

.inner-search-box-admin .search-catalog {
    width: 100%;
    height: 30px;
    border-radius: 8px 0px 0px 8px;
    border: 0px;
    font-size: 16px;
    color: #707070;
    outline: none;
    padding: 0px 20px;
    /*   border-right: 10px solid #eff8ff !important;*/
}

.inner-search-box-admin .select-catalog-btn {
    width: 100%;
    height: 30px;
    background: #F6861F;
    border-radius: 0px 8px 8px 0px;
    border: 0px;
    font-size: 16px;
    color: #fff;
    outline: none;
    padding: 0px 35px;
    transition: 200ms;
}

.inner-search-box-admin .select-catalog-btn-page {
    width: 125%;
    height: 30px;
    background: #F6861F;
    border-radius: 0px 8px 8px 0px;
    border: 0px;
    font-size: 16px;
    color: #fff;
    outline: none;
    padding: 0px 20px;
    transition: 200ms;
}

    .inner-search-box-admin .select-catalog-btn-page img {
        width: 15px;
    }

    .inner-search-box-admin .select-catalog-btn-page:hover {
        background: #231F20;
    }

.inner-search-box-admin .select-catalog-btn img {
    width: 15px;
}

.inner-search-box-admin .select-catalog-btn:hover {
    background: #231F20;
}

.inner-search-box .select-catalog {
    /*    width: 100%;
    height: 30px;*/
    /* border-radius: 0px 0px 0px 0px;
    border-right: 10px solid #eff8ff !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
    border-left: 0px !important;*/
    /*    font-size: 16px;
    color: #707070;
    outline: none;
    padding: 0px 20px;*/

    width: 100%;
    height: 30px;
    border-radius: 0px !important;
    border: 0px;
    font-size: 16px;
    color: #707070;
    outline: none;
    padding: 0px 25px;
    border-right: 15px solid #EFF8FF;
}


.inner-search-box-admin .select-catalog {
    /*    width: 100%;
    height: 30px;
    border-radius: 0px 0px 0px 0px;
    border-right: 10px solid #eff8ff !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
    border-left: 0px !important;
    font-size: 16px;
    color: #707070;
    outline: none;
    padding: 0px 20px;*/
    width: 100%;
    height: 30px;
    border-radius: 0px !important;
    border: 0px;
    font-size: 16px;
    color: #707070;
    outline: none;
    padding: 0px 25px;
}

.inner-search-box .select-catalog-btn {
    width: 100%;
    height: 30px;
    background: #F6861F;
    border-radius: 0px 8px 8px 0px;
    border: 0px;
    font-size: 16px;
    color: #fff;
    outline: none;
    padding: 0px 20px;
    transition: 200ms;
}

}

.inner-search-box-admin .select-catalog-btn {
    width: 100%;
    height: 30px;
    background: #F6861F;
    border-radius: 0px 8px 8px 0px;
    border: 0px;
    font-size: 16px;
    color: #fff;
    outline: none;
    padding: 0px 20px;
    transition: 200ms;
}

.inner-search-box .select-catalog-btn-page {
    width: 100%;
    height: 30px;
    background: #F6861F;
    border-radius: 0px 4px 4px 0px;
    border: 0px;
    font-size: 16px;
    color: #fff;
    outline: none;
    padding: 0px 20px;
    margin-bottom: 10px;
    transition: 200ms;
}

.inner-search-box-admin .select-catalog-btn-page {
    width: 100%;
    height: 30px;
    background: #F6861F;
    border-radius: 0px 8px 8px 0px;
    border: 0px;
    font-size: 16px;
    color: #fff;
    outline: none;
    padding: 0px 20px;
    transition: 200ms;
}

.inner-search-box .select-catalog-btn-page img {
    width: 15px;
}

.inner-search-box-admin .select-catalog-btn-page img {
    width: 15px;
}

.inner-search-box .select-catalog-btn-page:hover {
    background: #231F20;
}

.inner-search-box-admin .select-catalog-btn-page:hover {
    background: #231F20;
}

.inner-search-box .select-catalog-btn img {
    width: 15px;
}

.inner-search-box-admin .select-catalog-btn img {
    width: 15px;
}

.inner-search-box .select-catalog-btn:hover {
    background: #231F20;
}



.inner-btn-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .inner-btn-box .inner-header-btn-1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .inner-btn-box .inner-header-btn-1 img {
            width: 15px;
            margin-right: 10px;
            justify-content: center;
        }

        .inner-btn-box .inner-header-btn-1 a:hover {
            background: #231F20;
        }

    .inner-btn-box .inner-header-btn-1 {
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #f6861f;
        color: #fff;
        font-size: 16px;
        padding: 10px 12px;
        font-weight: 400;
        border-radius: 8px;
        transition: 200ms;
        border: none;
        text-decoration: none;
        white-space: nowrap;
    }

        .inner-btn-box .inner-header-btn-1 a {
            color: #fff;
            font-size: 16px;
            text-decoration: none;
        }

        .inner-btn-box .inner-header-btn-1:last-child {
            margin-left: 20px;
        }

        .inner-btn-box .inner-header-btn-1:hover {
            background: #080808 !important;
        }
/* Search Category Starts */
.category-search-parent {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-evenly;
    padding: 12px 0px;
}

.category-search {
    display: flex;
}

    .category-search span img {
        width: 50px;
    }

    .category-search p {
        font-size: 16px;
    }

.form-label {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

/* Footer Starts */

.footerCustomWidth {

    max-width: 90% !important;
    margin-right: auto;
    margin-left: auto;
    margin: 0 auto; /* Center the container horizontally */
}

    

footer .address li {
    border-bottom: 0px !important;
}

footer li {
    color: black !important;
    margin-bottom: 10px;
}

    footer li a {
        color: black;
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
    }

footer i {
    color: #F6861F;
    margin-left: -12px;
}

footer h6 {
    border-bottom: 1px solid #6C696A;
    padding-bottom: 15px;
}

footer .list-1 li {
    border-bottom: 1px dotted #fff;
    padding-bottom: 10px;
    transition: 200ms;
}


    footer .list-1 li:hover a {
        color: #F6861F;
    }

.fh-light-style {
    color: #f6861f;
    font-size: 20px;
    font-weight: 600;
}

footer .fh-style {
    /* overflow: hidden; */
    position: relative;
    /* border-bottom: 3px solid #F6861F; */
}
    /* .active-main-menu {
    overflow: hidden;
    position: relative;
    border-bottom: 3px solid #F6861F;
} */
    footer .fh-style:before {
        content: '';
        width: 60px;
        height: 2px;
        background: #f6861f;
        position: absolute;
        left: 0%;
        bottom: -1px;
        transform: rotate(0deg);
    }

footer .address li span {
    margin-right: 10px;
}

footer .address li {
    display: flex;
}

.subfooter {
    background: #000;
    padding: 5px 20px;
}

    .subfooter p {
        font-size: 14px;
        color: #fff;
        font-weight: 300;
    }

.contact-image {
    width: 150px;
}

.customer-image {
    width: 250px;
}

.btn-mrg-top {
    margin-top: 421px;
}

@media screen and (max-width: 1400px) and (min-width: 1024px) {
    .btn-mrg-top {
        margin-top: 473px;
        margin-left: 15px;
    }

    .ss-btn input {
        margin-left: 4rem;
    }
}

@media screen and (max-width:1366px) {
    .inner-search-box {
        width: 84%;
    }

    .inner-search-box-admin {
        width: 100%;
        margin-left: 0.5rem;
    }

        .inner-search-box-admin .select-catalog-btn-page {
            padding: 0px 6px;
        }
}

@media only screen and (max-width:1300px) {
    .chemical-resaerch-sec img {
        height: 175px;
        margin-left: 10px;
        border: 1px solid #f6861f;
        padding: 2px;
    }

    .Custom-Synthesis img {
        height: 175px;
        margin-left: 10px;
        border: 1px solid #f6861f;
        padding: 2px;
    }

    .bulk-chemical img {
        height: 175px;
        margin-left: 10px;
        border: 1px solid #f6861f;
        padding: 2px;
    }

    .image-confrence {
        height: inherit !important;
    }
}

@media only screen and (max-width:1024px) {
    .sketcher-frame {
        width: 695px;
        margin-left: 1rem;
    }

    .btn-mrg-top {
        margin-top: 478px;
        margin-left: 4.7rem;
    }

    .inner-search-box {
        width: 100%;
        margin-left: 16rem;
    }

    .use-flex .row {
        flex-direction: column;
    }

    .inner-btn-box {
        width: 97% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .use-flex .col-lg-3 {
        width: 100%;
    }
}

@media only screen and (max-width:912px) {
    .ss-btn input {
        margin-left: 5rem;
    }

    .sketcher-frame {
        width: 615px;
        margin-left: 1rem;
    }

    .btn-mrg-top {
        margin-top: 475px;
        margin-left: 2.5rem;
    }
}

@media only screen and (max-width:820px) {
    .ss-btn input {
        margin-left: 5rem;
    }

    .inner-search-box-admin {
        width: 100%;
        height: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: transparent !important;
        border-radius: 8px;
        margin-top: 1rem;
        margin-left: 0rem;
    }

    .inner-btn-box {
        width: 99% !important;
    }

    .inner-search-box {
        width: 65% !important;
        margin-left: 12.6rem;
        margin-bottom: 0.5rem;
    }

    .sketcher-frame {
        width: 545px;
        margin-left: 1rem;
    }

    .btn-mrg-top {
        margin-top: 480px;
        margin-left: 0.7rem;
    }

    .use-flex .row {
        flex-direction: column;
    }

        .use-flex .row .col-md-6 {
            margin-left: 2rem;
        }
}

@media only screen and (max-width:768px) {
    .search-box {
        margin-right: 0.5rem;
    }

    .select-box {
        margin-right: 0.5rem;
    }

    .sketcher-frame {
        width: 504px;
        margin-left: 1rem;
    }

    .btn-mrg-top {
        margin-top: 475px;
        margin-left: 0rem;
    }

    .contact-image {
        width: inherit;
    }

    .image-confrence {
        height: inherit !important;
    }

    .customer-image {
        width: inherit;
    }

    .chemical-resaerch-sec img {
        height: 180px;
        margin-left: 10px;
        border: 1px solid #f6861f;
        padding: 2px;
    }

    .Custom-Synthesis img {
        height: 180px;
        margin-left: 10px;
        border: 1px solid #f6861f;
        padding: 2px;
    }

    .bulk-chemical img {
        height: 180px;
        margin-left: 10px;
        border: 1px solid #f6861f;
        padding: 2px;
    }

    .pr-80 {
        padding-right: 0px;
    }

    .pt-80 {
        padding-top: 20px;
    }

    .pb-80 {
        padding-bottom: 20px;
    }

    .py-80 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .px-80 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .mt-80 {
        margin-top: 20px;
    }

    .mb-80 {
        margin-bottom: 20px;
    }

    .my-80 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .mx-80 {
        margin-right: 20px;
        margin-left: 20px;
    }
    /* Fonts styling starts here */
    .dark-headline {
        color: #464545;
        font-size: 30px;
        font-weight: 600;
    }

    .dark-subtitle {
        color: #252525;
        font-size: 25px;
        font-weight: 700;
    }

    .dark-small-subtitle {
        color: #252525;
        font-size: 20px;
        font-weight: 700;
    }

    .light-headline {
        color: #F6861F;
        font-size: 30px;
        font-weight: 500;
    }

    .light-subtitle {
        color: #F6861F;
        font-size: 25px;
        font-weight: 700;
    }

    .light-small-subtitle {
        color: #F6861F;
        font-size: 22px;
        font-weight: 700;
    }
    /* Buttom Styling */
    .btn-01 {
        background: #f6861f;
        border: none;
        padding: 8px 20px;
        color: #fff;
        border-radius: 6px;
        transition: 200ms;
    }

        .btn-01:hover {
            background: #231F20;
        }
    /* Top Header */
    .top-header ul li a {
        font-size: 16px;
    }
    /* Home Banner Section */
    .search-box-parent {
        width: 95%;
        height: 40px !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        margin: auto;
        border-radius: 8px;
        margin-top: 30px;
    }

    .search-catalog {
        width: 100%;
        height: 40px !important;
        border-radius: 8px 0px 0px 8px;
        border: 0px;
        font-size: 18px !important;
        color: #707070;
        outline: none;
        padding: 0px 20px;
        border-right: 1px solid #707070;
    }

    .select-catalog {
        width: 100%;
        height: 40px !important;
        border-radius: 8px 0px 0px 8px;
        border: 0px;
        font-size: 18px !important;
        color: #707070;
        outline: none;
        padding: 0px 20px;
    }

    .select-catalog-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 40px !important;
        background: #F6861F;
        border-radius: 8px 8px 8px 8px;
        border: 0px;
        font-size: 18px !important;
        color: #fff;
        outline: none;
        padding: 0px 20px;
        transition: 200ms;
        margin-left: 1px;
    }

        .select-catalog-btn img {
            width: 20px;
            margin-left: 10px;
        }

    /* category-search-parent */
    .category-search-parent {
        display: flex;
        justify-content: space-around;
        padding: 15px 20px 0px 20px;
    }

    .category-search {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

        .category-search img {
            max-width: 60px;
        }

        .category-search p {
            margin-top: 0;
            margin-bottom: 1rem;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

    .tab-menu {
        width: 100%;
        /* height: 420px;
    overflow: auto; */
    }

    .tab-list-01 li a {
        font-size: 13px;
        font-weight: 500;
    }

    .category-search p {
        font-size: 16px;
        text-align: center;
        line-height: 20px;
    }

    .category-search img {
        max-width: 60px;
        margin-bottom: 15px;
    }

    .mt-md-30 {
        margin-top: 30px;
    }

    .inner-search-box {
        width: 50%;
        height: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: transparent;
        border-radius: 8px;
        margin-top: 0px;
    }

        .inner-search-box .search-catalog {
            width: 100%;
            height: 30px !important;
            border-radius: 8px 0px 0px 8px;
            border: 0px;
            font-size: 14px !important;
            color: #707070;
            outline: none;
            padding: 0px 8px;
            border-right: 6px solid #EFF8FF;
        }

        .inner-search-box .select-catalog {
            width: 100%;
            height: 30px !important;
            border-radius: 0px 0px 0px 0px !important;
            border: 0px;
            font-size: 14px !important;
            color: #707070;
            outline: none;
            padding: 0px 8px;
            border-right: 6px solid #EFF8FF;
        }

        .inner-search-box .select-catalog-btn {
            width: 100%;
            height: 30px !important;
            background: #F6861F;
            border-radius: 0px 8px 8px 0px !important;
            border: 0px;
            font-size: 13px;
            color: #fff;
            outline: none;
            padding: 0px 8px;
            transition: 200ms;
        }

    .inner-btn-box {
        width: 97% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .inner-btn-box .inner-header-btn-1 {
            height: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #f6861f;
            color: #fff;
            font-size: 14px !important;
            padding: 8px 8px;
            font-weight: 400;
            border: 0px solid #f6861f;
            border-radius: 8px;
            text-decoration: none;
        }

            .inner-btn-box .inner-header-btn-1:last-child {
                margin-left: 8px;
            }

            .inner-btn-box .inner-header-btn-1 img {
                vertical-align: middle;
                width: 15px;
            }
}

/* PHONE */

@media only screen and (max-width:600px) {
    .es-btn input {
        width: 89%;
        margin-bottom: 1rem;
    }

    .ss-btn input {
        width: 89%;
        margin-bottom: 1rem;
    }

    .inner-search-box-admin {
        width: 100%;
        height: auto;
        margin-left: 0rem;
        flex-direction: column;
    }

    .select-box {
        width: 100%;
        margin: 0.2rem 0rem;
    }

    .search-box {
        width: 100%;
        margin: 0.2rem 0rem;
    }

    .search-button {
        width: 100%;
        margin: 0.2rem 0rem;
    }

    ul {
        padding-left: 0px !important;
    }

    p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 0px !important;
        font-family: 'Poppins', sans-serif;
    }

    .p-40 {
        padding: 20px;
    }

    .mb-phone-0 {
        margin-bottom: 0px;
    }

    .pb-phone-0 {
        padding-bottom: 0px;
    }

    .mt-phone-0 {
        margin-top: 0px;
    }

    .pt-phone-0 {
        padding-top: 20px;
    }

    .mb-phone-30 {
        margin-bottom: 20px;
    }

    .pb-phone-30 {
        padding-bottom: 20px;
    }

    .mt-phone-30 {
        margin-top: 20px !important;
    }

    .pt-phone-30 {
        padding-top: 20px;
    }

    .pt-80 {
        padding-top: 20px;
    }

    .pb-80 {
        padding-bottom: 20px;
    }

    .py-80 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .px-80 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .mt-80 {
        margin-top: 20px;
    }

    .mb-80 {
        margin-bottom: 20px;
    }

    .my-80 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .mx-80 {
        margin-right: 0px;
        margin-left: 0px;
    }
    /* Fonts styling starts here */
    .dark-headline {
        color: #464545;
        font-size: 28px;
        font-weight: 600;
    }

    .dark-subtitle {
        color: #252525;
        font-size: 22px;
        font-weight: 700;
    }

    .dark-small-subtitle {
        color: #252525;
        font-size: 18px;
        font-weight: 700;
    }

    .light-headline {
        color: #F6861F;
        font-size: 28px;
        font-weight: 500;
    }

    .light-subtitle {
        color: #F6861F;
        font-size: 22px;
        font-weight: 700;
    }

    .light-small-subtitle {
        color: #F6861F;
        font-size: 18px;
        font-weight: 700;
    }
    /* Top Header */
    .top-header {
        display: flex;
        justify-content: left;
        align-items: center;
        flex-direction: column;
        padding: 8px 0px;
    }

        .top-header ul {
            display: flex;
            justify-content: center;
            flex-direction: column;
            margin: 0px;
            padding: 0px;
        }

            .top-header ul li {
                padding: 0px 0px;
                margin-right: 0px;
                text-align: center;
            }

        .top-header span {
            margin-right: 8px;
        }

        .top-header ul li a {
            font-size: 14px;
            font-weight: 300;
        }
    /* Main Header     */
    header {
        align-items: initial;
        height: auto;
    }

    .pad-r-0 {
        padding-right: 0px !important;
    }

    .text-right-1 {
        text-align: right !important;
    }

    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
        color: rgb(246 134 31);
        overflow: hidden;
        position: relative;
        border-bottom: 0px solid #F6861F;
        width: fit-content;
    }
    /* Tab Menu Starts */

    .tab-menu {
        width: 100%;
        /* height: 350px;*/
        overflow: auto;
        margin-bottom: 20px;
    }

        .tab-menu ul {
            padding: 0px;
        }

            .tab-menu ul li {
                list-style: none;
                background-color: #F3F3F3;
                margin-bottom: 5px;
                border-radius: 0px 7px 7px 0px;
                display: block;
                padding: 5px 12px;
            }

        .tab-menu li a {
            color: #464545;
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
        }

            .tab-menu li a.active {
                color: #464545;
                text-decoration: none;
                font-size: 16px;
                font-weight: 500;
            }

        .tab-menu li:hover {
            background-color: #F6861F;
        }

            .tab-menu li:hover a {
                color: #fff;
            }

        .tab-menu li.tab-active-menu {
            background-color: #F6861F;
        }

            .tab-menu li.tab-active-menu a {
                color: white;
            }

    .tab-active-menu {
        /* overflow: hidden; */
        position: relative;
        border-right: 0px solid #F6861F;
    }

    li.tab-active-menu:before {
        content: '';
        width: 10px;
        height: 10px;
        background: #f6861f;
        position: absolute;
        right: -5px;
        top: 42%;
        transform: rotate(45deg);
    }
    /* Home Banner Section */
    .search-box-parent {
        width: 95%;
        height: auto;
        display: block;
        justify-content: none;
        align-items: center;
        background: transparent;
        margin: auto;
        border-radius: 8px;
        margin-top: 30px;
    }

    .search-catalog {
        display: block;
        width: 100%;
        height: 50px;
        border-radius: 8px 8px 8px 8px;
        border: 0px;
        font-size: 20px;
        color: #707070;
        outline: none;
        padding: 0px 20px;
        border-right: 0px solid #707070;
        margin-bottom: 5px;
    }

    .select-catalog {
        display: block;
        width: 100%;
        height: 50px;
        border-radius: 8px 8px 8px 8px;
        border: 0px;
        font-size: 18px;
        color: #707070;
        outline: none;
        padding: 0px 20px;
        margin-bottom: 5px;
    }

    .select-catalog-btn {
        display: block;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 50px;
        background: #F6861F;
        border-radius: 8px 8px 8px 8px;
        border: 0px;
        font-size: 25px;
        color: #fff;
        outline: none;
        padding: 0px 20px;
        transition: 200ms;
    }

        .select-catalog-btn img {
            width: 20px;
            margin-left: 10px;
        }

    .select-catalog-btn-page {
        display: block;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 50px;
        background: #F6861F;
        border-radius: 8px 8px 8px 8px !important;
        border: 0px;
        font-size: 25px;
        color: #fff;
        outline: none;
        padding: 0px 20px;
        transition: 200ms;
    }

        .select-catalog-btn-page img {
            width: 20px;
            margin-left: 10px;
        }
    /* category-search-parent */
    .category-search-parent {
        display: flex;
        justify-content: space-around;
        padding: 15px 20px 15px 20px;
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 0px !important;
    }

    .category-search {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

        .category-search img {
            max-width: 60px;
        }

        .category-search p {
            margin-top: 0;
            margin-bottom: 1rem;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

    .dash-btn {
        background: #f6861f;
        border: none;
        padding: 3px 20px !important;
        color: #fff;
        border-radius: 6px;
        transition: 200ms;
        font-size: 16px;
        margin-bottom: 1rem;
        width: 100%;
    }

    .dash-btn-logout {
        background: #f6861f;
        border: none;
        padding: 3px 20px !important;
        color: #fff;
        border-radius: 6px;
        transition: 200ms;
        font-size: 16px;
        margin-bottom: 1rem;
    }

    .inner-search-row {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .inner-search-box {
        width: 100%;
        height: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: transparent;
        border-radius: 8px;
        margin-top: 0px;
        flex-direction: column;
    }

        .inner-search-box .search-catalog {
            width: 100%;
            height: 30px !important;
            border-radius: 8px 0px 0px 8px;
            border: 0px;
            font-size: 14px;
            color: #707070;
            outline: none;
            padding: 0px 8px;
            border-right: 5px solid #EFF8FF;
            margin: 0px !important;
        }

        .inner-search-box .select-catalog {
            width: 100%;
            height: 40px;
            border-radius: 0px 0px 0px 0px !important;
            border: 0px;
            font-size: 14px;
            color: #707070;
            outline: none;
            padding: 0px 8px;
            margin: 0px !important;
            border-right: 5px solid #EFF8FF;
        }

        .inner-search-box .select-catalog-btn {
            width: 100%;
            height: 40px;
            background: #F6861F;
            border-radius: 8px 8px 8px 8px;
            border: 0px;
            font-size: 14px;
            color: #fff;
            outline: none;
            padding: 0px 15px;
            transition: 200ms;
            display: flex !important;
        }

        .inner-search-box .select-catalog-btn-page {
            width: 100%;
            background: #F6861F;
            border-radius: 8px 8px 8px 8px;
            border: 0px;
            font-size: 14px;
            color: #fff;
            outline: none;
            padding: 8px 15px;
            transition: 200ms;
            display: flex !important;
        }

    .dash-head-pad {
        padding-bottom: 15px !important;
        padding-top: 15px !important;
    }

    .inner-btn-box {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 85px;
        flex-direction: column;
    }

        .inner-btn-box .inner-header-btn-1 {
            height: 30px !important;
            margin-bottom: 0.5rem;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            width: 100%;
            padding: 8px 8px;
            font-weight: 400;
            border: 2px solid #f6861f;
            border-radius: 8px;
            font-size: 12px !important;
        }
    /* NEXT */
    .search-box-parent .search-catalog {
        width: 100%;
        height: 30px !important;
        border-radius: 6px !important;
        border: 0px;
        font-size: 14px !important;
        color: #707070;
        outline: none;
        padding: 0px 20px;
        border-right: 0px solid #707070;
    }

    .search-box-parent .select-catalog {
        width: 100%;
        height: 30px !important;
        border-radius: 6px !important;
        border: 0px;
        font-size: 14px !important;
        color: #707070;
        outline: none;
        padding: 0px 20px;
    }

    .search-box-parent .select-catalog-page {
        width: 100%;
        height: 30px !important;
        border-radius: 6px !important;
        border: 0px;
        font-size: 14px !important;
        color: #707070;
        outline: none;
        padding: 0px 20px;
    }

    .search-box-parent .select-catalog-btn {
        width: fit-content;
        height: 30px !important;
        background: #F6861F;
        border-radius: 6px !important;
        border: 0px;
        font-size: 14px;
        color: #fff;
        outline: none;
        padding: 0px 20px;
        transition: 200ms;
    }

    .search-box-parent .select-catalog-btn-page {
        width: fit-content;
        height: 30px !important;
        background: #F6861F;
        border-radius: 6px !important;
        border: 0px;
        font-size: 14px;
        color: #fff;
        outline: none;
        padding: 0px 20px;
        transition: 200ms;
    }

    .home-banner-image {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 140px;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .mt-20 {
        margin-top: 10px;
    }

    .mb-20 {
        margin-bottom: 10px;
    }

    .inner-table {
        overflow: scroll;
    }

    .inner-search-box {
        width: 100% !important;
        margin-left: 0rem;
        margin-bottom: 0rem;
    }

    .inner-btn-box {
        width: 100% !important;
    }

        .inner-btn-box .inner-header-btn-1:last-child {
            margin-left: 0px;
        }
}

@media only screen and (max-width:540px) {
    .ss-btn input {
        margin-left: 1rem;
        width: 100%;
    }

    .es-btn input {
        margin-left: 1rem;
        width: 100%;
    }

    .btn-mrg-top {
        margin-top: -22px;
        margin-left: 2rem;
    }

    .dash-btn {
        background: #f6861f;
        border: none;
        padding: 7px 20px !important;
    }

    .inner-search-box-admin .select-catalog-btn-page {
        padding: 0px 6px;
        height: 39px;
    }
}

@media only screen and (max-width:414px) {
    .ss-btn input {
        margin-left: 1rem;
        width: 89%;
    }

    .es-btn input {
        margin-left: 1rem;
        width: 89%;
    }

    .sketcher-frame {
        width: 362px;
        margin-left: 0.4rem;
    }

    .btn-mrg-top {
        margin-top: 0px;
        margin-left: 11rem;
    }

    .dash-btn {
        background: #f6861f;
        border: none;
        padding: 7px 20px !important;
    }

    .inner-search-box-admin .select-catalog-btn-page {
        padding: 0px 6px;
        height: 39px;
    }
}

@media only screen and (max-width:412px) {
    .ss-btn input {
        margin-left: 1rem;
        width: 89%;
    }

    .es-btn input {
        margin-left: 1rem;
        width: 89%;
    }

    .sketcher-frame {
        width: 360px;
        margin-left: 0.4rem;
    }

    .btn-mrg-top {
        margin-top: 0px;
        margin-left: 10.9rem;
    }

    .dash-btn {
        background: #f6861f;
        border: none;
        padding: 7px 20px !important;
    }

    .inner-search-box-admin .select-catalog-btn-page {
        padding: 0px 6px;
        height: 39px;
    }
}

@media only screen and (max-width:393px) {
    .ss-btn input {
        margin-left: 1rem;
        width: 89%;
    }

    .es-btn input {
        margin-left: 1rem;
        width: 89%;
    }

    .sketcher-frame {
        width: 340px;
        margin-left: 0.4rem;
    }

    .btn-mrg-top {
        margin-top: 0px;
        margin-left: 9.6rem;
    }
}

@media only screen and (max-width:375px) {
    .ss-btn input {
        margin-left: 1rem;
        width: 89%;
    }

    .es-btn input {
        margin-left: 1rem;
        width: 89%;
    }

    .sketcher-frame {
        width: 324px;
        margin-left: 0.4rem;
    }

    .btn-mrg-top {
        margin-top: 0px;
        margin-left: 8.7rem;
    }

    .dash-btn {
        background: #f6861f;
        border: none;
        padding: 7px 20px !important;
    }

    .inner-search-box-admin .select-catalog-btn-page {
        padding: 0px 6px;
        height: 39px;
    }
}

@media only screen and (max-width:360px) {
    .ss-btn input {
        margin-left: 1rem;
        width: 89%;
    }

    .es-btn input {
        margin-left: 1rem;
        width: 89%;
    }

    .sketcher-frame {
        width: 310px;
        margin-left: 0.4rem;
    }

    .btn-mrg-top {
        margin-top: 0px;
        margin-left: 7.8rem;
    }

    .dash-btn {
        background: #f6861f;
        border: none;
        padding: 7px 20px !important;
    }

    .inner-search-box-admin .select-catalog-btn-page {
        padding: 0px 6px;
        height: 39px;
    }
}

@media only screen and (max-width:320px) {
    .ss-btn input {
        margin-left: 1rem;
        width: 89%;
    }

    .es-btn input {
        margin-left: 1rem;
        width: 89%;
    }

    .sketcher-frame {
        width: 270px;
        margin-left: 0.4rem;
    }

    .btn-mrg-top {
        margin-top: 0px;
        margin-left: 5.3rem;
    }

    .dash-btn {
        background: #f6861f;
        border: none;
        padding: 7px 20px !important;
    }

    .inner-search-box-admin .select-catalog-btn-page {
        padding: 0px 6px;
        height: 39px;
    }
}
