:root {
    --blue: #3490dc;
    --indigo: #6574cd;
    --purple: #9561e2;
    --pink: #f66d9b;
    --red: #e3342f;
    --orange: #f6993f;
    --yellow: #ffed4a;
    --green: #38c172;
    --teal: #4dc0b5;
    --cyan: #6cb2eb;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #3490dc;
    --secondary: #6c757d;
    --success: #38c172;
    --info: #6cb2eb;
    --warning: #ffed4a;
    --danger: #e3342f;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Nunito", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --Separators-S1: rgba(0, 0, 0, .13);
    --BgGp-Secondary: #ffffff;
    --Labels-Secondary:rgba(0, 0, 0, .6);
    --footer-height: 53px;
}

*,
:after,
:before {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #202020;
    text-align: left;
    font-family: "Roboto", sans-serif;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #ee3a17;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #ee3a17;
    text-decoration: none;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

.l_header_top {
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    /* padding: 10px 0px; */
    z-index: 99;
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}

/* header {
    padding: 40px 0
} */

.d-new-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.d-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.l_logo a {
    display: block;
}

.l_logo img {
    width: 200px;
}

.l_toggleMenu {
    display: none;
}

.pageOverlay {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.l_menu ul {
    display: flex;
    flex-wrap: wrap;
}

.l_menu li.active a,
.l_menu li a:hover {
    color: #ee3a17;
}

.l_menu .btn-lorange {
    display: none;
}

.dropdownMenu {
    position: relative;
}

.l_menu li.dropdownMenu>a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    position: relative;
    display: flex;
    align-items: center;
}

.l_menu li.dropdownMenu>a::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    margin-top: 4px;
}

.l_submenu {
    position: absolute;
    background: #fff;
    min-width: 12rem;
    left: 0px;
    top: 84px;
    display: none;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.l_submenu ul {
    display: block;
    overflow-x: auto;
    height: 238px;
}

.l_submenu li a {
    padding: 10px 11px;
}

li.dropdownMenu img {
    height: 21px;
    width: 20px;
    margin-right: 10px;
}

.l_banner {
    background-color: #f8f9fa;
}

.l_banner_home,
.l_banner_home_new {
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    position: relative;
    height: 500px;
}

.l_banner_home::before {
    content: "";
    /* background-image: url('../frontend/images/homepage-header.webp'); */
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.75;
}

.l_banner_home_new::before {
    content: "";
    background-image: url("../frontend/images/homepage-header.webp");
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.75;
}

.footer_professional_pitch {
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    position: relative;
    height: 500px;
}

.footer_professional_pitch::before {
    content: "";
    background-image: url("../frontend/images/homepage-footer.webp");
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.75;
}

.m-t-94 {
    margin-top: 76px;
}

.m-t-125 {
    margin-top: 125px;
}

.content-block {
    position: relative;
    z-index: 1;
    padding: 35px 0px;
    text-align: center;
}

.content-block h1 {
    font-size: 2.5rem;
    color: #040404;
    font-weight: 600;
}

.content-block span {
    font-size: 25px;
    text-align: left;
}

form.domain-form {
    margin-top: 10px;

}

.domain-block {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px #2727271a;
    border: 1px solid #0c0c0c1a;
}

/* .home_form {
    position: relative;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
} */

.domain-form img {
    position: absolute;
    top: 15px;
    left: 18px;
}

/* .home_form .form-control {
    border-radius: 0px;
    border: 0px !important;
    font-weight: bold;
    color: #666666;
    font-family: "Lato";
    padding: 0px 15px 0px 55px;
    letter-spacing: 0.4px;
} */

.form-control {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-search {
    border: solid 2px #ee3a17;
    color: #fff;
    background-color: #ee3a17;
    font-weight: 600;
    border-radius: 0px;
    /* padding: 0.6rem 2rem 0.75rem; */
    display: inline-block;
    transition: all 0.6s;
}

.btn-search:hover {
    background: #cc3d12;
    border-color: #cc3d12;
    color: #fff;
}

.content-block p {
    color: #0e0e0e;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 800;
}

/* .select2-container--bootstrap4 .select2-selection--single {
    height: calc(2.25rem + 14px) !important;
    padding: 6px;
} */

/* span.select2-selection__rendered {
    font-size: 25px;
    text-align: left;
    font-weight: 100;
} */

.btn-lorange {
    background: #ee3a17;
    border-radius: 5px;
    color: #fff !important;
    font-weight: bold;
    padding: 7px 25px;
}

.bg-orange {
    background: #ee3a17;
}

.btn {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

.d-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pt-60 {
    margin-top: 60px;
}

.sub_title h3 {
    position: relative;
    padding-bottom: 8px;
    color: #000000;
    font-size: 30px;
    font-weight: 900;
}

.sub_title h3:after {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    height: 3px;
    width: 118px;
    background: #ee3a17;
}

.pt-50 {
    padding: 50px 0px 20px;
}

.features_box {
    padding: 20px 38px;
    text-align: center;
    /* box-shadow: 0px -1px 17px 0px #f7f7f7; */
    box-shadow: 0px 0px 20px 0px #e6e5e5;
}

.features_img img {
    width: 60px;
    height: 60px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.features_text h3 {
    color: #e34b2a;
    font-size: 22px;
    margin-top: 10px;
    font-weight: 800;
    margin-bottom: 10px;
}

.category_box {
    position: relative;
}

.category_img img {
    max-width: 100%;
}

.category_text {
    padding: 15px 10px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 20px 0px #e6e5e5;
    position: absolute;
    width: calc(100% - 40px);
    margin-top: -31px;
    z-index: 9;
    margin-left: 20px;
    left: 0px;
}

.category_text h3 {
    font-size: 13px;
    font-weight: 800;
    color: #000;
}

.category_box a:hover .category_text {
    background: #ee3a17;
}

.category_box a:hover .category_text h3 {
    color: #fff;
}

.listing_box {
    padding: 15px 30px;
    box-shadow: 0px 0px 20px 0px #e6e5e5;
}

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

.listing_text img {
    width: 33px;
}

.listing_text h5 {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    margin-left: 20px;
}

.ptb-40 {
    padding: 60px 0px;
}

.article_list {
    overflow: hidden;
    margin-left: -30px;
    width: calc(100% + 60px);
    padding: 30px 30px 20px;
}

.article_box {
    box-shadow: 0px 0px 20px 0px #e6e5e5;
    margin: 33px 0px;
    position: relative;
}

.article_box .article_text {
    padding: 25px 38px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.article_text h5 {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.article_text p {
    font-style: italic;
    margin-bottom: 20px;
}

.btn_go {
    background-color: #ee3a17;
    padding: 10px 11px;
    border-radius: 50%;
    color: #fff;
}

.article_box:after {
    position: absolute;
    content: "";
    background: url(../frontend/images/icon_dots.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 82px;
    width: 110px;
    right: -28px;
    bottom: -29px;
}

.article_list.owl-carousel .owl-stage-outer {
    overflow: initial;
}

.owl-carousel .owl-dots {
    display: block;
}

.owl-dots {
    text-align: center;
}

.owl-dots {
    display: flex !important;
    align-content: center;
    justify-content: center;
    margin-top: 30px;
}

button.owl-dot.active span {
    background: none repeat scroll 0 0 #ee3a17;
    height: 14px;
    width: 14px;
}

.owl-dots span {
    background: #cccccc;
    border-radius: 20px;
    display: block;
    height: 10px;
    margin: 5px;
    width: 10px;
}

footer {
    background: #eed8c9;
    padding: 10px 0px 10px;
}

footer h4 {
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    /* margin-bottom: 20px; */
}

.footer_left {
    max-width: 275px;
}

.footer_logo img {
    width: 200px;
}

.footer_left p {
    margin-top: 20px;
    color: #000;
    font-weight: 500;
}

.footer_left ul a {
    display: block;
    color: #000;
    margin-right: 15px;
    font-size: 25px;
}

.footer_center li {
    margin-bottom: 15px;
    display: block;
}

.icon_img {
    width: 15px;
}

.icon_img i {
    color: #ef5a23;
}

.footer_center span {
    font-weight: 500;
    color: #000;
    width: calc(100% - 15px);
    /* padding-left: 10px; */
}

.footer_center span a:hover,
.footer_right a:hover {
    color: #ee3a17;
}

.footer_center span a {
    color: #000;
}

.footer_right ul a {
    color: #000;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.copyright {
    margin-left: 30vh !important;
}

section.copyright {
    padding: 15px;
    background-color: #eed8c9;
}

.foot_bottom {
    text-align: center;
}

.foot_bottom p {
    width: 70%;
    margin: auto;
    padding-top: 15px;
}

.foot_bottom a {
    color: #ee3a17;
}

.foot_bottom a:hover {
    color: #ee3a17;
    font-weight: 600;
}

.btn_next_back {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn_next_back .btn-gray {
    background: #b3b3b3;
    border-color: #b3b3b3;
}

.btn_next_back .btn {
    padding: 5px 25px;
}

.btn-new {
    border: solid 1px #ee3a17;
    color: #ee3a17;
    font-weight: 600;
    border-radius: 5px;
    padding: 7px 25px;
    display: inline-block;
    transition: all 0.6s;
}

.btn-new-o {
    background: #ee3a17;
    color: #fff;
}

.btn-new:hover {
    cursor: pointer;
    background: #ee3a17;
    color: #fff;
    box-shadow: 1px 1px 6px rgba(157, 184, 209, 0.8) !important;
}

.btn-new-o:hover {
    background: #cc3d12;
    border-color: #cc3d12;
}

.brand_text {
    width: calc(100% - 530px);
    padding-left: 100px;
}

.brand_text p {
    margin-bottom: 15px;
    font-size: 19px;
    font-style: italic;
}

.brand_outer {
    margin-top: 40px;
}

.services_list {
    padding: 0px 70px;
}

.services_list h4.subtitle {
    font-weight: 900;
    color: #000;
    font-size: 30px;
    margin-bottom: 20px;
}

.services_list li:nth-child(4n + 1) {
    margin-left: 0px;
}

.services_list li {
    margin-left: 30px;
    margin-top: 30px;
    width: calc(25% - 23px);
    position: relative;
}

.services_list li input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.services_list li label {
    padding: 15px;
    box-shadow: 0px 0px 20px 0px #e6e5e5;
    margin: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 100%;
}

.services_list li label:hover {
    background: #fdfdfd;
}

.services_icon .services_active {
    display: none;
}

.services_list li input:checked+label .services_active {
    display: block;
}

.services_list li input:checked+label .services_normal {
    display: none;
}

.services_icon {
    width: 50px;
    text-align: center;
}

.services_text {
    width: calc(100% - 50px);
    padding-left: 15px;
}

.services_text p {
    color: #000000;
    font-size: 17px;
    font-weight: 700;
}

.services_icon img {
    max-width: 50px;
    max-height: 50px;
}

.input_box {
    position: relative;
}

.input_box .input_icon {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: 0px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input_icon img {
    max-width: 100%;
    max-height: 100%;
}

.form_group {
    margin-bottom: 15px;
}

.brand_list {
    padding: 0px;
}

.brand_form {
    width: 530px;
}

.p-50 {
    padding: 50px 0px;
}

.chk {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-style: italic;
    color: #000;
}

.chk input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-radio .checkmark {
    position: absolute;
    top: 9px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eed8c9;
    border-radius: 50%;
}

.chk .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eed8c9;
}

.chk input:checked~.checkmark:after {
    display: block;
}

.chk .checkmark:after {
    left: 10px;
    top: 6px;
    width: 6px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.chk .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.brand_form .form-input {
    font-style: italic;
    padding-left: 51px;
}

.form-input {
    border-radius: 0px;
    height: 50px;
    padding: 0px 15px;
    color: #b3b3b3;
}

.form-control {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.logo {
    width: 13% !important;
}

.logo a {
    display: block;
}

.logo img {
    width: 200px;
}

.signup_box {
    background: #eed8c9;
    text-align: center;
    padding: 50px 0px 150px;
    margin-top: 50px;
}

.signup_box h3 {
    font-weight: 900;
    color: #000;
    font-size: 35px;
}

.signup_box_text {
    margin-top: -100px;
    position: relative;
    padding: 0px 50px;
}

.mxy-20 {
    margin: 0px -20px;
}

.pxy-20 {
    padding: 0px 20px;
}

.signup_box_inner {
    background: #fff;
    text-align: center;
    padding: 40px;
    box-shadow: 0px 0px 20px 0px #e6e5e5;
    height: 100%;
}

.signup_box_img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
}

.signup_box_img img {
    max-height: 100%;
}

.signup_box_inner h4 {
    font-weight: 900;
    font-size: 22px;
    margin-top: 20px;
}

.signup_box_inner p {
    font-style: italic;
    margin-top: 10px;
    line-height: 21px;
}

.signup_btn {
    margin-top: 60px;
}

.how_work_text {
    width: 335px;
}

.title h3 {
    font-weight: 900;
    color: #000;
    font-size: 32px;
    position: relative;
    padding-bottom: 10px;
}

.how_work_text p {
    font-style: italic;
    margin-top: 15px;
    margin-bottom: 20px;
}

.link {
    color: #39b54a;
    font-weight: 500;
    font-style: italic;
}

.title h3:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 3px;
    width: 100px;
    background: #ee3a17;
}

.how_work_right {
    width: calc(100% - 335px);
}

.how_work_right {
    width: calc(100% - 435px);
    margin-left: 100px;
    background: url(../frontend/images/icon_dots_round.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-bottom: 50px;
}

.how_work_right ul {
    align-items: flex-start;
}

.how_work_right li:nth-child(3n + 1) {
    margin-left: 0px;
}

.how_work_right li {
    background: #fff;
    box-shadow: 0px 0px 20px 0px #e6e5e5;
    padding: 40px 20px;
    text-align: center;
    margin-top: 50px;
    margin-left: 30px;
    width: calc(33.33% - 20px);
}

.how_work_right li:first-child {
    margin-top: 80px;
}

.how_work_right li span {
    display: flex;
    align-content: center;
    justify-content: center;
    color: #fff;
    font-weight: 900;
    font-size: 30px;
    background: #e34b2a;
    height: 50px;
    width: 50px;
    margin: auto;
}

.how_work_right li p {
    margin-top: 15px;
    color: #1a1a1a;
    font-weight: 900;
    font-size: 17px;
}

.user_outer {
    align-items: flex-start;
}

.acc_menu {
    width: 300px;
    box-shadow: 0px 0px 20px 0px #e6e5e5;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a {
    text-decoration: none !important;
    outline: none !important;
}

.acc_menu a {
    border-bottom: 1px solid #ddd;
    padding: 15px 20px;
    display: block;
    position: relative;
    color: #000000;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.acc_menu li.active a {
    background: #e34b2a;
    color: #fff;
    font-weight: bold;
}

.acc_menu li a:hover {
    background: #e34b2a;
    color: #fff;
}

.acc_menu li a img {
    width: 25px;
}

.acc_info {
    width: calc(100% - 300px);
    padding-left: 50px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.form_title h5 {
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.form_title h5 span {
    font-style: italic;
    font-weight: 500;
}

.file-upload-wrapper {
    position: relative;
    height: 40px;
    margin-top: 20px;
}

.file-upload-wrapper:before {
    content: "Upload";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 40px;
    width: max-content;
    border: 1px solid #e34b2a;
    color: #000;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0 25px;
    pointer-events: none;
    border-radius: 10px;
}

.file-upload-wrapper:hover:before {
    background: #e34b2a;
    color: #fff;
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 132px;
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 14px;
    font-style: italic;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0px 10px;
    display: block;
    width: calc(100% - 140px);
    pointer-events: none;
    height: 40px;
    line-height: 40px;
    color: #444;
}

.btn_confirm {
    margin-top: 30px;
}

.btn-green {
    background: #39b54a;
    border-color: #39b54a;
    color: #fff;
}

.acc_sub {
    margin-top: -72px;
}

.ava_credit {
    margin-bottom: 25px;
}

.acc_sub h3 {
    font-weight: bold;
    font-size: 22px;
    color: #000;
}

.acc_sub h3 span {
    font-weight: 900;
    color: #39b54a;
}

.ava_credit a {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    font-style: italic;
    color: #e34b2a;
    text-decoration: underline !important;
}

.con_formula {
    margin-bottom: 25px;
}

/* nav ul {
    font-size: 0;
} */

nav li {
    display: inline-block;
}

nav li a {
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #0c0c0c !important;
    /* padding-bottom: 12px; */
    border-bottom: 1px solid transparent;
}

nav li:last-child a {
    margin-right: 0;
}

nav li a:hover,
nav li.active a {
    color: #ee3a17;
    border-color: #ee3a17;
}

.login-h {
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    text-align: center;
    font-weight: 400;
}

.login img,
.signup img {
    width: 17px;
    display: inline-block;
    vertical-align: middle;
}

.login span,
.signup span {
    display: inline-block;
    vertical-align: middle;
}

.login a,
.signup a {
    border-bottom: 0 !important;
}

.signup a {
    padding: 10px 15px;
    background: #446275;
    color: #fff;
    border-radius: 7px;
}

.signup a:hover {
    background: #ee3a17;
    color: #fff;
}

.banner {
    background: #ee3a1782;
}

.padd-100 {
    padding: 100px 0;
}

.padd-50 {
    padding: 50px 0;
}

.padd-20 {
    padding: 20px 0;
}

.banner_text h1 {
    font-size: 50px;
    color: #fff;
    display: block;
    text-align: center;
}

.banner_text h2 {
    font-size: 36px;
    color: #fff;
    display: block;
    text-align: center;
}

.banner_input {
    max-width: 770px;
    margin: 10px auto 0;
}

.btn,
.form-control {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.banner_input p {
    font-size: 20px;
    margin-top: 5px;
}

.banner_input p a {
    color: rgba(236, 83, 38, 0.68);
    text-decoration: underline !important;
}

.padd-top-40 {
    padding-top: 40px;
}

.padd-top-10 {
    padding-top: 10px;
}

.title {
    margin-bottom: 10px;
}

.title h2 {
    font-size: 32px;
    color: #ee3a17;
}

.col_green {
    font-weight: 700;
    color: #ee3a17;
    font-size: 18px;
}

.read_more:hover a {
    color: #000;
}

.how_work_box {
    padding: 20px 60px;
}

.how_box {
    height: 100%;
    text-align: center;
    padding: 20px;
    -webkit-box-shadow: 0 25px 49px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 25px 49px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 20px 0px #e6e5e5;
}

.how_box span {
    background: #ee3a17;
    display: block;
    color: #fff;
    font-size: 16px;
    height: 30px;
    width: 30px;
    text-align: center;
    margin: auto;
    line-height: 30px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 10px;
}

.how_box h3 {
    font-size: 23px;
    color: #e34b2a;
    font-weight: 800;
    margin-top: 5px;
}

.how_box p {
    font-size: 14px;
    color: #000;
    line-height: 25px;
    margin-top: 10px;
    padding: 0 20px;
}

.suppliers_tools {
    margin-top: 30px;
}

.suppliers_tools a {
    display: block;
}

.suppliers_img {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.suppliers_tools span {
    display: block;
    color: #000066;
    font-size: 15px;
    margin-top: 10px;
}

.suppliers_tools a:hover span {
    color: #ee3a17;
}

.suppliers_list {
    margin-top: 30px;
}

.suppliers_list_inner a {
    text-transform: uppercase;
    color: #000066;
    font-size: 17px;
    padding: 5px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
}

.suppliers_list_inner a:hover {
    color: #000066;
    border: 1px solid #ee3a17;
}

.line hr {
    margin: 20px 0 0;
}

.arital_outer {
    margin-top: 30px;
    margin-bottom: 20px;
}

.arital_outer li {
    display: flex;
    width: 20%;
    min-height: 120px;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    -webkit-box-shadow: -10px 20px 30px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: -10px 20px 30px rgba(0, 0, 0, 0.07);
    box-shadow: -10px 20px 30px rgba(0, 0, 0, 0.07);
}

.arital_outer li a {
    font-size: 17px;
    color: #3a3a3a;
    font-weight: 700;
    text-align: center;
    display: block;
}

.arital_outer li a:hover {
    color: #ee3a17;
}

.customer_inner {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.customer_inner li {
    position: relative;
}

.customer_inner li:first-child:after {
    content: none;
}

.customer_inner h3 {
    font-size: 80px;
    color: #ee3a17;
    line-height: 80px;
}

.customer_inner p {
    color: #ee3a17;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

div#myCarousel {
    width: 70%;
    margin: auto;
    margin-top: 40px;
    padding-top: 30px;
    padding: 0 31px;
    background-image: url(../frontend/images/test_bg.png);
    background-repeat: no-repeat;
    background-position: top-;
    background-blend-mode: overlay;
    background-color: #ffffffd9;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.item.carousel-item {
    text-align: center;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

p.testimonial {
    font-size: 20px;
    font-style: italic;
    margin-bottom: 10px;
}

h5.user_name {
    color: #e34b2a;
    font-weight: 700;
    font-size: 24px;
    margin: 12px 0px;
}

.item.carousel-item i {
    color: #ffcc00;
    margin: 0px 2px;
}

.client_img {
    margin-top: 20px;
    margin-bottom: 40px;
}

.client_img img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

div#myCarousel .carousel-indicators {
    bottom: 0px !important;
    position: relative;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

div#myCarousel li.active {
    background-color: #ed5427;
    width: 14px;
    height: 14px;
}

div#myCarousel li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #7d7d7d;
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.bread {
    font-style: italic;
    font-size: 16px;
    margin-bottom: 50px;
}

.bread a {
    color: #000000;
}

.bread span.separator {
    color: #000;
    margin: 0px 5px;
}

.bread span {
    color: #e34b2a;
}

.bread a:last-child {
    color: red !important;
}

.rut_box {
    background: #f7f7f7;
}

.testimonial {
    padding: 0 40px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.testimonial .item {
    -webkit-box-shadow: -10px 20px 30px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: -10px 20px 30px rgba(0, 0, 0, 0.07);
    box-shadow: -10px 20px 30px rgba(0, 0, 0, 0.07);
    padding: 25px;
    text-align: center;
    position: relative;
    height: 350px;
}

.test_img {
    height: 98px;
    width: 98px;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.23);
    margin: auto;
}

.test_img img {
    border: 3px solid #fff;
    height: 98px;
    width: 98px;
    border-radius: 50%;
}

.testimonial h4 {
    color: #ee3a17;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
    display: block;
}

.testimonial h5 {
    margin-top: 5px;
    background: #446275;
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 8px;
    text-transform: uppercase;
}

.rating {
    display: block;
    margin-top: 5px;
}

.rating-display {
    display: inline-block;
    vertical-align: middle;
}

.rating-display i {
    font-size: 1.125rem;
}

.rating-display i.orange {
    color: #ed8a19;
}

.rating_text h6 {
    color: #ee3a17;
    font-size: 17px;
    font-weight: 700;
}

.rating_text {
    display: inline-block;
}

.testimonial span {
    display: block;
    font-weight: 700;
    font-size: 13px;
    color: rgba(65, 69, 69, 0.79);
}

.testimonial p {
    color: #ee3a17;
    margin-top: 10px;
    line-height: 26px;
}

.testimonial-slider {
    -webkit-box-shadow: -10px 20px 30px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: -10px 20px 30px rgba(0, 0, 0, 0.07);
    box-shadow: -10px 20px 30px rgba(0, 0, 0, 0.07);
}

.testimonial .owl-buttons div {
    position: absolute;
    top: 50%;
    left: -60px;
    font-size: 40px;
    line-height: 50px;
    margin-top: -10px;
}

.testimonial .owl-buttons div.owl-next {
    right: -60px;
    left: auto;
}

.over_re {
    margin-top: 30px;
}

.over_re_inner {
    -webkit-box-shadow: -10px 20px 30px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: -10px 20px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 35px 81px rgba(0, 0, 0, 0.07);
    max-width: 600px;
    padding: 25px 20px;
    margin: auto;
    border-radius: 10px;
    text-align: center;
}

.over_re_inner p {
    font-size: 18px;
    color: #ee3a17;
    font-weight: 700;
}

.over_re_inner h3 {
    font-size: 35px;
    color: #446275;
    line-height: 40px;
}

.over_re {
    text-align: center;
}

.slick-list {
    padding: 0 0 30px;
}

.slick-slide {
    transform: scale(0);
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.slick-current {
    transform: scale(1);
}

.slick-current+.slick-active {
    transform: scale(0.8);
    margin-top: -20px;
    opacity: 0.8;
}

.slick-current+.slick-active+.slick-active {
    transform: scale(0.65);
    margin-top: -40px;
    opacity: 0.7;
}

.link {
    padding-left: 60px;
}

.link h4 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
}

.link_list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    display: initial;
}

.link_list li a {
    position: relative;
    color: #fff;
    margin-bottom: 5px;
    display: block;
    padding-left: 12px;
}

.link_list li a:after {
    position: absolute;
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    left: 0;
    top: 4px;
}

.socail li {
    display: inline-block;
}

.socail li a i {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: #fff;
    display: flex;
    margin-right: 7px;
}

.facebook {
    background: #f3f3f3;
    color: #314d58 !important;
}

.linkedin {
    background: #007ab9;
}

.google {
    background: #dd4b39;
}

.twitter {
    background: #55acee;
}

.youtube {
    background: #c4302b;
}

.socail_list {
    padding-left: 0;
}

.footer_top {
    padding-bottom: 40px;
}

.footer_bottom {
    border-top: 1px solid rgba(243, 243, 243, 0.34);
    padding: 25px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.footer_bottom ul li {
    display: inline-block;
}

.footer_bottom a {
    color: #fff;
}

.separeater {
    margin: 0 15px;
}

.toggleMenu {
    display: none;
}

.closeMenu {
    display: none !important;
}

.banner_inner {
    background: #ee3a17;
    padding: 70px 0 0;
}

.banner_text_inner {
    position: relative;
}

.banner_text_inner h1 {
    display: block;
    text-align: center;
    padding-bottom: 20px;
    color: #fff;
    font-size: 45px;
}

.text_info {
    margin-top: 20px;
    text-align: center;
}

.text_info p {
    line-height: 26px;
    font-size: 18px;
    padding: 0 30px;
    text-align: justify;
}

.mt-30 {
    margin-top: 30px;
}

.choose_supp_inner {
    text-align: center;
    -webkit-box-shadow: 0 25px 49px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 25px 49px rgba(0, 0, 0, 0.07);
    box-shadow: 0 25px 49px rgba(0, 0, 0, 0.07);
    padding: 25px;
    height: 100%;
}

.choose_supp_inner h3 {
    color: #ee3a17;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

.choose_supp_inner p {
    color: #ee3a17;
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
}

.padd-top-40 hr {
    margin-top: 10px;
}

.we_explain {
    margin-bottom: 30px;
}

.we_explain ul {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style: disc;
    padding: revert;
}

.we_explain img {
    max-width: 100%;
    height: auto !important;
    position: relative;
}

.request_your {
    background: #ee3a17;
    padding: 40px 0;
}

.request_your .title h2 {
    color: #fff;
    font-size: 40px;
}

.request_your .banner_input {
    margin-top: 25px;
    max-width: 650px;
}

.suppli_tab ul {
    text-align: center;
    margin-bottom: 30px;
}

.suppli_tab li {
    display: inline-block;
}

.suppli_tab li a {
    color: #446275;
    font-size: 35px;
    margin: 0 20px;
    display: block;
    padding-bottom: 13px;
    border-bottom: 1px solid transparent;
}

.suppli_tab li a:hover,
.suppli_tab li.active a {
    color: #ee3a17;
    border-bottom-color: #ee3a17;
}

.suppli_tab p {
    color: #505454;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 30px;
}

.how_work_box_inner {
    padding-left: 20px;
    padding-right: 20px;
}

.pad-lr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.recruiting_inner {
    text-align: center;
    padding: 25px;
    -webkit-box-shadow: 0 25px 49px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 25px 49px rgba(0, 0, 0, 0.07);
    box-shadow: 0 25px 49px rgba(0, 0, 0, 0.07);
    height: 100%;
}

.recruiting_inner h3 {
    text-transform: uppercase;
    font-weight: 700;
    color: #ee3a17;
    font-size: 20px;
}

.recruiting_inner p {
    color: #ee3a17;
    margin-top: 5px;
    margin-bottom: 10px;
}

.recruiting_img img {
    height: 195px;
    width: 195px;
    border-radius: 50%;
}

.intersted {
    margin-top: 50px;
    background: rgba(242, 242, 242, 0.37);
    padding: 50px 0;
    margin-bottom: 8px;
}

.intersted h3 {
    font-size: 35px;
    color: #ee3a17;
    margin-bottom: 15px;
}

.btn-black {
    background: #ee3a17;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 200px;
    text-align: center;
    padding: 10px 30px;
}

.btn-black:hover {
    background: #000;
}

.supp_cat_outer li {
    width: 20%;
    text-align: center;
}

.supp_cat_outer li a {
    height: 195px;
    width: 195px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000066;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 50%;
    font-weight: 500;
    -webkit-box-shadow: 0 25px 49px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 25px 49px rgba(0, 0, 0, 0.07);
    box-shadow: 0 25px 49px rgba(0, 0, 0, 0.07);
}

.supp_artical_outer li {
    -webkit-box-shadow: 0 25px 49px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 25px 49px rgba(0, 0, 0, 0.07);
    box-shadow: 0 25px 49px rgba(0, 0, 0, 0.07);
    display: flex;
    min-height: 120px;
    margin-bottom: 10px;
    width: calc(20% - 4px);
    justify-content: center;
    align-items: center;
}

.supp_artical_outer a {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ceb820;
    height: 100%;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.supp_artical_outer a:hover {
    background: #b09b0d;
}

.supp_question_outer ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.supp_question_outer ul li a,
.supp_question_outer ul li {
    font-size: 25px;
    color: #3a3a3a;
    position: relative;
    /* padding-left: 30px; */
    margin-bottom: 15px;
}

/* 
.supp_question_outer ul li:after {
    position: absolute;
    content: "";
    background: url(../frontend/images/icon_qut.png);
    background-repeat: no-repeat;
    background-size: 20px;
    height: 20px;
    width: 20px;
    left: 0;
    top: 2px
} */

.supp_loca_box {
    width: calc(20% - 6px);
}

.supp_drop {
    -webkit-box-shadow: 0 25px 49px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 25px 49px rgba(0, 0, 0, 0.07);
    box-shadow: 0 25px 49px rgba(0, 0, 0, 0.07);
    width: 100%;
    border: 0;
    cursor: pointer;
    font-weight: 700;
    color: #454545;
    font-size: 18px;
    padding: 30px 30px 30px 20px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../frontend/images/icon_down.png) no-repeat center right 10px;
}

.mb-60 {
    margin-bottom: 60px;
}

.related_artical li {
    width: calc(25% - 30px);
}

.arti_info p {
    margin-bottom: 15px;
    line-height: 28px;
    /* color: #EE3A17 */
}

.arti_info ul {
    list-style: circle !important;
}

.artical_review {
    margin-top: 25px;
}

.artical_re_name h4 {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    /* color: #EE3A17 */
}

.artical_re_name p {
    display: inline-block;
    margin-left: 10px;
    /* color: #EE3A17; */
    font-weight: 700;
}

.artical_re_rate .rating {
    display: inline-block;
    vertical-align: middle;
}

.artical_re_rate p {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    color: #ee3a17;
    margin-left: 10px;
}

.artical_re_rate .rating_text h6 {
    font-style: normal;
    padding-left: 5px;
}

.rating_provide {
    background: rgba(65, 69, 69, 0.05);
    border-radius: 5px;
    padding: 20px 20px;
}

.rating_provide {
    margin-top: 20px;
}

.rating_provide_text p {
    color: #ee3a17;
    font-size: 18px;
    margin-top: 4px;
}

.rat_now,
.ratind_artical {
    display: inline-block;
    vertical-align: middle;
}

.rating1 {
    border: none;
    display: inline-block;
    vertical-align: middle;
}

.rating1>input {
    display: none;
}

.rating1>label:before {
    margin: 3px;
    font-size: 17px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating1>.half:before {
    content: "\f089";
    position: absolute;
}

.rating1>label {
    color: #ddd;
    float: right;
    margin-bottom: 0;
}

.rating1:not(:checked)>label:hover,
.rating1:not(:checked)>label:hover~label,
.rating1>input:checked~label {
    color: #ed8a19;
}

.rating1>input:checked+label:hover,
.rating1>input:checked~label:hover,
.rating1>input:checked~label:hover~label,
.rating1>label:hover~input:checked~label {
    color: #ed8a19;
}

.submit_request {
    margin-top: 50px;
    margin-bottom: 50px;
}

.submit_request h4 {
    font-size: 30px;
    color: #ee3a17;
}

.artical_re_rate .rating {
    margin-top: 0;
}

.market_photos_inner {
    margin-bottom: 15px;
}

.market_photos_inner img {
    width: 100%;
}

.market_photos_inner a {
    color: #3a3a3a;
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin-top: 7px;
}

.market_photos_inner a:hover {
    color: #ee3a17;
}

.supp_pro {
    border-bottom: 1px solid #ddd;
    padding: 0 20px 30px;
    margin-bottom: 30px;
}

.supp_pro_left {
    float: left;
}

.supp_pro_right {
    float: right;
    margin-top: 100px;
}

.supp_pro_img {
    -webkit-box-shadow: 0 25px 49px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 25px 49px rgba(0, 0, 0, 0.07);
    box-shadow: 0 25px 49px rgba(0, 0, 0, 0.07);
    height: 200px;
    width: 200px;
    border-radius: 50%;
}

.supp_pro_img img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
}

.supp_pro_info {
    padding-left: 40px;
}

.supp_pro_info h3 {
    color: #ee3a17;
    font-size: 35px;
}

.supp_pro_info p {
    margin-top: 3px;
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.supp_pro_info p i {
    color: #ee3a17;
}

.supp_pro_info .artical_re_rate {
    margin-top: 5px;
}

.supp_pro_info .artical_re_rate p {
    margin: 2px 0 0 20px;
    font-size: 17px;
}

.pro_review_img {
    float: left;
    width: 55px;
    height: 55px;
    -webkit-box-shadow: 0 8px 21px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 8px 21px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 21px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin-top: 10px;
    padding-left: 17px;
    padding-top: 6px;
    font-size: 29px;
    color: #fff;
    background-color: #ee3a17;
}

.pro_review_img img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.pro_review_info {
    float: left;
    width: calc(100% - 55px);
    padding-left: 25px;
}

.d-flex-new {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.pro_review_left h6 {
    font-style: normal;
    margin-left: 9px;
}

.pro_review_left .rating {
    margin-top: 0;
}

.pro_review_right .artical_re_name h4 {
    font-size: 13.67px;
}

.pro_review_right .artical_re_name p {
    font-size: 13.67px;
}

.pro_review_di p.pro_review_text {
    color: #ee3a17;
    margin-top: 3px;
    line-height: 26px;
}

.pro_review_replay {
    margin-left: 70px;
    margin-top: 20px;
    padding: 10px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.02);
    display: inline-flex;
    align-items: center;
}

.pro_review_replay_img {
    width: 55px;
    height: 55px;
    font-size: 29px;
    padding-left: 18px;
    padding-top: 6px;
    color: #fff;
    background-color: #ee3a17;
    -webkit-box-shadow: 0 8px 21px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 8px 21px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 21px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.pro_review_replay_img img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.pro_review_replay_text {
    padding-left: 15px;
    padding-right: 30px;
}

.pro_review_replay_text p {
    color: #ee3a17;
}

.pro_review_replay_text h6 {
    font-weight: 700;
    color: #ee3a17;
    margin-top: 3px;
    font-size: 13.87px;
}

.pro_review li {
    margin-bottom: 35px;
}

.pro_review ul {
    border-bottom: 1px solid #ddd;
}

.desc_text {
    margin-top: 20px;
    color: #ee3a17;
    line-height: 26px;
}

.profile_map {
    margin-top: 30px;
}

.profile_map iframe {
    border: 0;
    width: 100%;
    display: block;
    height: 300px;
}

.project_list a {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
}

.promotion {
    background: rgba(65, 69, 69, 0.05);
    padding: 30px;
    margin-top: 40px;
}

.promotion p {
    color: #ee3a17;
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.sub_cat {
    padding: 30px 0;
    margin-top: 0 !important;
}

.sub_cat h3 {
    color: #ee3a17;
}

.register_outer {
    margin: 50px 0;
}

.mt-50 {
    margin-top: 50px;
}

.bids {
    margin-top: 35px;
}

.bids h3 {
    color: #ee3a17;
    font-size: 25px;
    margin-bottom: 12px;
}

/* .bid_inner li {
    background: #fff;
    -webkit-box-shadow: 0 16px 29px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 16px 29px rgba(0, 0, 0, 0.07);
    box-shadow: 0 16px 29px rgba(0, 0, 0, 0.07);
    padding: 23px;
    border-radius: 5px;
    margin-bottom: 5px;
} */

.item-bid {
    background: #fff;
    -webkit-box-shadow: 0 16px 29px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 16px 29px rgba(0, 0, 0, 0.07);
    box-shadow: 0 16px 29px rgba(0, 0, 0, 0.07);
    padding: 23px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.bids_info {
    position: relative;
    padding-left: 30px;
    width: calc(100% - 130px);
}

.bids_info:after {
    position: absolute;
    content: "";
    left: 0;
    top: 1px;
    background: url(../frontend/images/icon_chk.png);
    background-repeat: no-repeat;
    background-size: 20px;
    height: 20px;
    width: 20px;
}

.bids_info h6 {
    color: #3a3a3a;
    font-size: 18px;
    font-weight: 700;
}

.bids_info p {
    color: #3a3a3a;
    font-size: 16px;
    margin-top: 3px;
    line-height: 26px;
}

.bid_action {
    width: 144px;
    text-align: center;
}

.bid_action a img {
    width: 24px;
}

.bid_action a {
    margin: 0 10px;
}

.bid_action span {
    display: block;
    color: #ee3a17;
    font-size: 14px;
    font-weight: 700;
    margin-top: 6px;
}

.closebid_tit {
    margin-top: 50px;
}

.btn_close {
    border-radius: 30px;
    background: #ec2727;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 28px;
    margin: 0 !important;
    font-size: 14px;
}

.closebid li {
    background: #f3f3f3;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.qut_action ul {
    margin-bottom: 10px;
}

.qut_action li {
    margin: 0 10px !important;
    border: none !important;
}

.qut_action li img {
    display: inline-block;
    vertical-align: middle;
}

.qut_action li span {
    color: #ee3a17;
    font-weight: 700;
    padding-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.qut_list_inner {
    padding-left: 50px;
}

.qut_list_inner {
    margin-bottom: 30px;
}

.qut_list_img {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    -webkit-box-shadow: 0 8px 21px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 8px 21px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 21px rgba(0, 0, 0, 0.1);
}

.qut_list_img img {
    width: 55px;
    width: 55px;
    border-radius: 50%;
}

.qut_list_info {
    width: calc(100% - 55px);
    padding-left: 20px;
}

.qut_list_info p {
    line-height: 26px;
    font-size: 15px;
    color: #ee3a17;
}

.qut_list_info .artical_re_name {
    margin-top: 2px;
}

.qut_list_info .artical_re_name h4 {
    font-size: 13.87px !important;
}

.qut_list_info .artical_re_name p {
    font-size: 13.87px !important;
}

.qut_img {
    width: 50px;
    padding-top: 5px;
}

.qut_info {
    width: calc(100% - 50px);
}

.qut_info p {
    line-height: 26px;
    font-size: 15px;
    color: #ee3a17;
}

.qut_date {
    margin-top: 5px;
    margin-bottom: 15px;
}

.qut li {
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
}

.qut li:last-child {
    border-bottom: 0;
}

.qut_ans {
    margin-top: 60px;
}

.qut_ans h3 {
    color: #ee3a17;
    font-size: 22px;
    margin-bottom: 12px;
}

.cke_ltr {
    -webkit-box-shadow: 0 9px 12px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 9px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 9px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(208, 208, 208, 0.39) !important;
    border-radius: 10px;
}

.cke_inner.cke_reset {
    border-radius: 10px;
}

.cke_reset {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.cke_top {
    border-bottom: 1px solid rgba(208, 208, 208, 0.39) !important;
}

.cke_top {
    background: 0 0 !important;
}

#cke_1_bottom {
    display: none !important;
}

.insert_ans {
    margin-top: 30px;
}

.addNewbtn {
    text-align: center;
    margin-bottom: 30px;
}

.addNewbtn img {
    display: block;
    margin: auto;
    width: 60px;
    margin-bottom: 10px;
}

.btn-black.small {
    font-size: 14px;
}

/* Reset any previous table styles */
.table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background-color: white;
    font-family: sans-serif;
}

.table thead {
    background-color: #f9f9f9;
}

.table thead th {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 16px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.table tbody td {
    padding: 0.5rem;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
}

/* Optional: Add hover effect */
.table tbody tr:hover {
    background-color: #f5f5f5;
}

/* Optional: Rounded corners for top and bottom */
.table thead th:first-child {
    border-top-left-radius: 8px;
}

.table thead th:last-child {
    border-top-right-radius: 8px;
}

.table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.chk_pro {
    background: #191919;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 700;
    border-radius: 8px;
    padding: 6px 15px 5px;
}

.table_foo {
    margin-top: 15px;
}

.table_foo p {
    color: #ee3a17;
    font-size: 20px;
}

.share_icon li {
    display: inline-block;
}

.share_icon li img {
    width: 30px;
    margin-left: 5px;
}

.Popupoverlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    overflow: hidden;
    overflow-y: auto;
    display: none;
}

.Popupoverlay.active {
    display: flex;
}

.popup {
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 40px;
    height: auto;
    min-width: 450px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.popup.active {
    opacity: 1;
    visibility: visible;
}

.popup_title h3 {
    font-size: 22px;
    color: #ee3a17;
    margin-bottom: 15px;
}

.popup_body .form-control {
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-box-shadow: 0 11px 10px rgba(0, 0, 0, 0.05) !important;
    -moz-box-shadow: 0 11px 10px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 11px 10px rgba(0, 0, 0, 0.05) !important;
    font-size: 15px;
    padding: 8px 15px;
}

.popup_body .form-group {
    margin-bottom: 10px;
}

.btn_product {
    margin-top: 30px;
}

.btn_product .small {
    font-size: 13px;
    padding: 8px 15px;
}

.share_media {
    text-align: center;
    margin-top: 30px;
}

.share_media li {
    display: inline-block;
    margin: 7px 3px 0;
}

.share_media li img {
    width: 25px;
}

.popupClose {
    font-style: normal;
    position: absolute;
    color: #fff;
    right: 0;
    top: -25px;
    font-weight: 700;
    cursor: pointer;
}



@media (min-width: 992px) {
    .pro_en li {
        width: calc(14.28% - 0px);
    }

    .l_submenu li a {
        padding: 10px 5px !important;
    }

    .pro_en_in {
        height: 125px;
        width: 125px;
    }

    .pro_en_in span {
        font-size: 33px;
        line-height: 35px;
    }

    .pro_di_chk .btn {
        height: 44px;
        min-width: 100%;
    }

    .we_explain img {
        max-width: 100%;
        height: auto !important;
        position: relative;
    }

    .l_menu li a {
        font-size: 1rem;
        padding: 25px 20px;
        display: block;
        font-weight: bold;
        color: #000;
    }

    .logo img {
        max-width: initial;
        width: 250px;
    }

    /* nav li a {
        margin-right: 29px
    } */

    .banner_text h1 {
        font-size: 36px;
    }

    .how_work_box {
        padding: 20px 0;
    }

    .how_box h3 {
        font-size: 24px;
    }

    .how_box p {
        padding: 0 0;
    }

    .suppliers_tools span {
        font-size: 13px;
    }

    .suppliers_list_inner a {
        font-size: 15px;
    }

    .arital_outer li a {
        font-size: 15px;
    }

    .customer_inner h3 {
        font-size: 65px;
        line-height: 75px;
    }

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

    .testimonial .owl-buttons div {
        left: -35px;
    }

    .testimonial .owl-buttons div.owl-next {
        right: -35px;
    }

    .link {
        padding-left: 35px;
    }

    .pad-lr-20 {
        padding-left: 0;
        padding-right: 0;
    }

    .suppli_tab li a {
        font-size: 26px;
    }

    .recruiting_inner {
        padding: 15px;
    }

    .recruiting_inner h3 {
        font-size: 15px;
    }

    .recruiting_img img {
        height: 165px;
        width: 165px;
    }

    .intersted h3 {
        font-size: 32px;
    }

    .supp_cat_outer li a {
        height: 175px;
        width: 175px;
        font-size: 14px;
    }

    .supp_drop {
        font-size: 16px;
    }

    .supp_artical_outer a {
        padding: 15px;
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 14px;
    }

    .logo img {
        max-width: initial;
        width: 180px;
    }

    nav li a {
        font-size: 11px;
        margin-right: 20px;
    }

    .banner_text h1 {
        font-size: 30px;
    }

    .how_work_box {
        padding: 20px 0;
    }

    .how_box_img img {
        height: 70px;
    }

    .how_box h3 {
        font-size: 19px;
    }

    .how_box p {
        font-size: 14px;
        padding: 0;
    }

    .suppliers_tools span {
        font-size: 12px;
    }

    .suppliers_list_inner a {
        font-size: 15px;
        height: 90px;
        margin-bottom: 20px;
    }

    .arital_outer li a {
        font-size: 14px;
    }

    .arital_outer li {
        min-height: 140px;
        padding: 10px 10px;
    }

    .customer_inner h3 {
        font-size: 50px;
        line-height: 60px;
    }

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

    .link {
        padding-left: 0;
    }

    .socail li a i {
        height: 30px;
        width: 30px;
        font-size: 15px;
    }

    .footer_bottom {
        font-size: 13px;
    }

    .text_info p {
        font-size: 16px;
        padding: 0 0;
    }

    .choose_supp_inner {
        padding: 15px;
    }

    .choose_supp_inner h3 {
        font-size: 16px;
    }

    .choose_supp_inner p {
        font-size: 14px;
        line-height: 23px;
    }

    .title h2 {
        font-size: 27px;
    }

    .request_your .title h2 {
        font-size: 35px;
    }

    .pad-lr-20 {
        padding-left: 0;
        padding-right: 0;
    }

    .suppli_tab li a {
        font-size: 26px;
    }

    .recruiting_inner {
        padding: 15px;
    }

    .recruiting_inner h3 {
        font-size: 15px;
    }

    .recruiting_img img {
        height: 165px;
        width: 165px;
    }

    .intersted h3 {
        font-size: 32px;
    }

    .supp_cat_outer li a {
        height: 125px;
        width: 125px;
        font-size: 12px;
    }

    .padd-top-40.mt-30 {
        margin-top: 0;
    }

    .supp_artical_outer a {
        padding: 10px;
        font-size: 14px;
        line-height: 19px;
    }

    .supp_question_outer ul li {
        font-size: 13px;
        padding-left: 23px;
        margin-bottom: 10px;
    }

    .supp_question_outer ul li::after {
        background-size: 16px;
        top: 1px;
    }

    .supp_drop {
        font-size: 14px;
        padding: 20px 23px 20px 10px;
    }

    .artical_re_name p,
    .artical_re_rate p {
        font-size: 17px;
    }

    .rating_provide_text p {
        font-size: 16px;
        margin-top: 6px;
    }

    .submit_request h4 {
        font-size: 23px;
        margin-top: 6px;
    }

    .related_artical li {
        width: calc(25% - 10px);
    }

    .market_photos_inner a {
        font-size: 15px;
    }

    .supp_pro_img,
    .supp_pro_img img {
        height: 164px;
        width: 165px;
    }

    .supp_pro_info {
        padding-left: 25px;
    }

    .supp_pro_info h3 {
        font-size: 29px;
    }

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

    .supp_pro_right {
        margin-top: 80px;
    }

    .supp_pro_right .btn-black {
        min-width: 167px;
        padding: 10px 22px 8px;
        font-size: 13px;
    }

    .banner_text_inner h1 {
        font-size: 39px;
    }

    .addNewbtn img {
        width: 40px;
    }

    .btn-black.small {
        font-size: 12px;
    }

    .table thead th {
        font-size: 12px;
        padding: 5px;
    }

    .table tbody tr td {
        font-size: 12px;
        padding: 5px;
    }

    .table tbody tr td a img {
        height: 18px;
    }

    .chk_pro {
        font-size: 11px;
        border-radius: 5px;
        padding: 4px 9px 5px;
    }

    .table_foo p {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .share_icon li img {
        width: 24px;
        margin: 0 3px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    body {
        font-size: 14px;
    }

    .dropdown-header {
        padding: 1rem 0 !important;
    }

    header {
        padding: 15px 0;
    }

    .header_inner {
        display: block !important;
    }

    .logo img {
        max-width: initial;
        width: 200px;
    }

    .we_explain img {
        max-width: 100%;
        height: auto !important;
        position: relative;
    }

    nav {
        position: fixed;
        top: 0;
        background: #fff;
        z-index: 9999;
        height: 100%;
        right: -300px;
        width: 280px;
        padding: 50px 20px 20px;
        overflow: hidden;
        overflow-y: auto;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }



    nav.active {
        right: 0;
    }

    nav li {
        display: block;
        width: 100%;
    }

    nav li a {
        display: block;
        margin: 0;
        margin-bottom: 10px;
        padding-bottom: 6px;
    }

    .padd-100 {
        padding: 40px 0;
    }

    .banner_text h1 {
        font-size: 22px;
        line-height: 27px;
    }

    .banner_input {
        text-align: center;
    }

    .banner_search .form-control {
        height: 40px;
        border-radius: 7px;
        padding-right: 90px;
        font-size: 14px;
    }

    .banner_search .btn {
        border-radius: 7px;
        font-size: 14px;
        padding: 9px 17px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .banner_input p {
        font-size: 16px;
        margin-top: 8px;
    }

    .padd-top-40 {
        padding-top: 25px;
    }

    .title h2 {
        font-size: 20px;
    }

    .col_green {
        font-size: 15px;
    }

    .how_work_box {
        padding: 15px 0;
    }

    .how_box {
        margin-bottom: 20px;
        height: auto;
    }

    .how_box h3 {
        font-size: 19px;
    }

    .how_box_img img {
        max-width: 35%;
    }

    .how_box p {
        font-size: 14px;
        line-height: 22px;
        padding: 0 0;
    }

    .arital_outer ul,
    .suppliers_tools ul {
        display: block;
    }

    .suppliers_tools li {
        margin-bottom: 20px;
    }

    .suppliers_tools span {
        font-size: 13px;
    }

    .suppliers_list_inner a {
        font-size: 15px;
        height: 80px;
        margin-bottom: 15px;
    }

    .arital_outer {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .arital_outer li {
        width: 100%;
        min-height: initial;
        padding: 25px 20px;
    }

    .arital_outer li a {
        font-size: 16px;
    }

    .customer_inner {
        display: block !important;
    }

    .customer_inner li {
        margin-bottom: 20px;
    }

    .customer_inner li:last-child {
        margin-bottom: 0;
    }

    .customer_inner li::after {
        height: 1px;
        width: 100%;
        left: 0;
        top: -11px;
    }

    .customer_inner h3 {
        font-size: 46px;
        line-height: 45px;
    }

    .customer_inner p {
        font-size: 13px;
    }

    .testimonial {
        padding: 0;
        margin-top: 25px;
        margin-bottom: 0;
    }

    .testimonial .owl-buttons div {
        left: 0;
    }

    .testimonial .owl-buttons div.owl-next {
        right: 0;
        left: auto;
    }

    .testimonial h4 {
        font-size: 16px;
    }

    .over_re {
        margin-top: 15px;
    }

    .over_re_inner {
        padding: 25px 15px;
    }

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

    .over_re_inner h3 {
        font-size: 19px;
        line-height: 34px;
    }

    footer {
        text-align: center;
    }

    .footer_logo img {
        margin: 0 auto 20px;
    }

    .footer_logo p {
        text-align: center;
    }

    .link_list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .link_list li a {
        display: inline-block;
    }

    .link {
        padding-left: 0;
        margin-top: 25px;
    }

    .footer_bottom .d-flex {
        display: block !important;
        text-align: center;
    }

    .footer_bottom {
        padding: 15px 0;
        font-size: 12px;
    }

    .footer_bottom p {
        line-height: 23px;
    }

    .footer_bottom ul {
        margin-top: 10px;
    }

    .socail li a i {
        margin: 0 4px;
    }

    header .container {
        position: relative;
    }

    .toggleMenu {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 23px;
        line-height: 23px;
    }

    .toggleMenu label {
        cursor: pointer;
        margin-bottom: 0;
        line-height: 23px;
    }

    .closeMenu {
        display: block !important;
        position: absolute;
        top: 14px;
        font-size: 16px !important;
        color: red;
        cursor: pointer;
    }

    .banner_inner {
        padding: 30px 0 0;
    }

    .banner_text_inner h1 {
        padding-bottom: 30px;
        font-size: 22px;
    }

    .bread {
        font-size: 12px;
        position: relative;
        text-align: center;
    }

    .text_info p {
        line-height: 23px;
        font-size: 14px;
        padding: 0 0;
    }

    .text_info {
        margin-top: 10px;
    }

    .padd-top-40 hr {
        margin-top: 0;
    }

    .choose_supp_inner {
        margin-bottom: 20px;
        height: auto;
    }

    .we_explain {
        margin-bottom: 20px;
    }

    .request_your {
        padding: 30px 0;
    }

    .request_your .title h2 {
        font-size: 25px;
    }

    .request_your .banner_input {
        margin-top: 15px;
    }

    .pad-lr-20 {
        padding-left: 0;
        padding-right: 0;
    }

    .suppli_tab li a {
        font-size: 19px;
        margin: 0 4px;
        padding-bottom: 6px;
    }

    .suppli_tab p {
        line-height: 25px;
        margin-bottom: 10px;
    }

    .suppli_tab ul {
        margin-bottom: 15px;
    }

    .recruiting_inner {
        padding: 15px;
        margin-bottom: 25px;
        height: auto;
    }

    .recruiting_inner h3 {
        font-size: 16px;
    }

    .recruiting_img img {
        height: 160px;
        width: 160px;
    }

    .intersted {
        margin-top: 15px;
        padding: 30px 0;
        margin-bottom: 8px;
    }

    .intersted h3 {
        font-size: 21px;
        margin-bottom: 13px;
    }

    .btn-black {
        min-width: 150px;
        padding: 8px 30px 7px;
        font-size: 14px;
    }

    .supp_artical_outer ul,
    .supp_cat_outer ul {
        display: block !important;
    }

    .supp_cat_outer li {
        width: 100%;
        margin-bottom: 25px;
    }

    .supp_cat_outer li:last-child {
        margin-bottom: 0;
    }

    .supp_cat_outer li a {
        height: 180px;
        width: 180px;
        margin: auto;
        -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.07);
        box-shadow: 0 10px 12px rgba(0, 0, 0, 0.07);
    }

    .supp_artical_outer li {
        min-height: initial;
        margin-bottom: 5px;
        width: 100%;
    }

    .supp_artical_outer a {
        font-size: 16px;
        width: 100%;
    }

    .supp_question_outer ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }

    .mt-30 {
        margin-top: 20px;
    }

    .supp_question_outer ul li {
        font-size: 14px;
        padding-left: 20px;
        margin-bottom: 13px;
    }

    .supp_question_outer ul li::after {
        background-size: 15px;
    }

    .supp_loca_outer {
        display: block !important;
    }

    .supp_loca_box {
        width: 100%;
        margin-bottom: 10px;
    }

    .supp_drop {
        -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.07);
        box-shadow: 0 10px 12px rgba(0, 0, 0, 0.07);
        width: 100%;
        font-size: 14px;
        padding: 20px 30px 20px 15px;
    }

    .mb-60 {
        margin-bottom: 30px;
    }

    .arti_info p {
        margin-bottom: 10px;
        line-height: 26px;
    }

    .artical_review,
    .rating_provide {
        display: block !important;
        margin-top: 16px;
    }

    .artical_re_name {
        text-align: center;
    }

    .artical_re_rate {
        margin-top: 5px;
        text-align: center;
    }

    .artical_re_name p,
    .artical_re_rate p {
        font-size: 17px;
    }

    .artical_re_rate .rating {
        margin-top: 0;
    }

    .rating_provide {
        text-align: center;
        padding: 13px;
    }

    .rating_provide_text p {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .submit_request {
        display: block !important;
        margin: 20px 0 0;
        text-align: center;
    }

    .submit_request h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .market_photos_inner {
        margin-bottom: 20px;
    }

    .market_photos_inner a {
        font-size: 15px;
    }

    .supp_pro_left {
        display: block !important;
        float: none;
    }

    .supp_pro_img {
        height: 180px;
        width: 180px;
        margin: 0 auto;
    }

    .supp_pro_img img {
        height: 180px;
        width: 180px;
    }

    .supp_pro_info {
        padding-left: 0;
        margin-top: 10px;
        text-align: center;
    }

    .supp_pro_info h3 {
        font-size: 25px;
    }

    .supp_pro_info p {
        margin-top: 1px;
        font-size: 13px;
    }

    .supp_pro_info .artical_re_rate p {
        margin: 2px 0 0 10px;
        font-size: 16px;
    }

    .supp_pro_right {
        float: none;
        margin-top: 10px;
        text-align: center;
    }

    .pro_review_info {
        padding-left: 15px;
        width: calc(100% - 45px);
    }

    .supp_pro {
        padding: 0 0 20px;
        margin-bottom: 20px;
    }

    .pro_review_inner {
        display: block !important;
    }

    .pro_review_right .artical_re_name {
        text-align: left;
    }

    .pro_review_di p.pro_review_text {
        margin-top: 3px;
        line-height: 23px;
        font-size: 13px;
    }

    .pro_review {
        margin-top: 20px;
    }

    .pro_review_img {
        margin-top: 0;
    }

    .pro_review_replay_text {
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 45px);
    }

    .pro_review_replay {
        margin-left: 25px;
        margin-top: 15px;
    }

    .pro_review_img,
    .pro_review_img img,
    .pro_review_replay_img,
    .pro_review_replay_img img {
        width: 45px;
        height: 45px;
    }

    .pro_review li {
        margin-bottom: 20px;
    }

    .desc_text {
        margin-top: 10px;
    }

    .profile_map {
        margin-top: 20px;
    }

    .profile_map iframe {
        height: 180px;
    }

    .promotion {
        padding: 15px;
        margin-top: 4px;
    }

    .mt-10 {
        margin-top: 0;
    }

    .btn-black {
        padding: 8px 30px 8px;
    }

    .register_outer {
        margin: 10px 0 30px;
    }

    .mt-50 {
        margin-top: 20px;
    }

    .bids {
        margin-top: 20px;
    }

    .bids h3 {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .bid_inner .d-flex-new {
        display: block !important;
    }

    .bids_info {
        padding-left: 30px;
        width: 100%;
    }

    .bid_inner li {
        padding: 14px;
    }

    .bids_info h6 {
        font-size: 14px;
        line-height: 20px;
    }

    .bids_info p {
        font-size: 14px;
        line-height: 24px;
    }

    .bid_action {
        width: 100%;
        text-align: left;
        padding-left: 30px;
        margin-top: 15px;
    }

    .bid_action a img {
        width: 16px;
    }

    .bid_action a {
        margin: 0 11px 0 0;
    }

    .bid_action span {
        display: inline-block;
        font-size: 13px;
        margin-top: 0;
    }

    .btn.btn_close {
        margin-right: 5px !important;
    }

    .qut_list_inner {
        padding-left: 15px;
    }

    .qut_list_inner {
        margin-bottom: 15px;
    }

    .qut_action li img {
        width: 15px;
    }

    .qut_action li {
        margin: 0 6px !important;
    }

    .qut_action li span {
        font-size: 14px;
    }

    .qut_action ul {
        margin-bottom: 5px;
    }

    .qut_list_img,
    .qut_list_img img {
        height: 45px;
        width: 45px;
    }

    .qut_list_info {
        width: calc(100% - 45px);
        padding-left: 10px;
    }

    .qut_list_info p {
        line-height: 23px;
        font-size: 13px;
    }

    .qut_list_info .artical_re_name {
        text-align: left;
    }

    .qut_list_info .artical_re_name h4,
    .qut_list_info .artical_re_name p {
        font-size: 11.87px !important;
    }

    .qut li {
        margin-top: 15px;
    }

    .qut_img {
        width: 45px;
        padding-top: 8px;
    }

    .qut_img img {
        width: 30px;
    }

    .qut_info {
        width: calc(100% - 45px);
    }

    .qut_info p {
        line-height: 23px;
        font-size: 13px;
    }

    .qut_date .artical_re_name {
        text-align: left;
    }

    .qut_date .artical_re_name h4,
    .qut_date .artical_re_name p {
        font-size: 13px;
    }

    .qut_ans {
        margin-top: 25px;
    }

    .qut_ans h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .insert_ans {
        margin-top: 20px;
        text-align: center !important;
    }

    .addNewbtn img {
        width: 40px;
    }

    .btn-black.small {
        font-size: 12px;
    }

    .table thead th {
        font-size: 12px;
        padding: 5px;
    }

    .table tbody tr td {
        font-size: 12px;
        padding: 5px;
    }

    .table tbody tr td a img {
        height: 18px;
    }

    .chk_pro {
        font-size: 11px;
        border-radius: 5px;
        padding: 4px 9px 5px;
    }

    .table_foo {
        display: block !important;
        text-align: center;
    }

    .table_foo p {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .share_icon li img {
        width: 24px;
        margin: 0 3px;
    }

    .Popupoverlay.active {
        display: block;
        padding: 30px 10px 10px;
    }

    .popup {
        height: auto;
        min-width: initial;
        padding: 20px;
    }

    .popup_title h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .popup_body .form-control {
        font-size: 13px;
        padding: 8px 15px;
    }

    .btn_product {
        margin-top: 18px;
    }

    .share_media {
        margin-top: 15px;
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    body {
        font-size: 14px;
    }

    .dropdown-header {
        padding: 1rem 0 !important;
    }

    header {
        padding: 15px 0;
    }

    .header_inner {
        display: block !important;
    }

    .logo img {
        max-width: initial;
        width: 45px;
    }

    .we_explain img {
        max-width: 100%;
        height: auto !important;
        position: relative;
    }

    nav {
        position: fixed;
        top: 0;
        background: #fff;
        z-index: 9999;
        height: 100%;
        right: -300px;
        width: 280px;
        padding: 50px 20px 20px;
        overflow: hidden;
        overflow-y: auto;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    nav.active {
        right: 0;
    }

    nav li {
        display: block;
        width: 100%;
    }

    nav li a {
        display: block;
        margin: 0;
        margin-bottom: 10px;
        padding-bottom: 6px;
    }

    .padd-100 {
        padding: 40px 0;
    }

    .banner_text h1 {
        font-size: 22px;
        line-height: 27px;
    }

    .banner_input {
        text-align: center;
    }

    .banner_search .form-control {
        height: 40px;
        border-radius: 7px;
        padding-right: 90px;
        font-size: 14px;
    }

    .banner_input p {
        font-size: 16px;
        margin-top: 8px;
    }

    .padd-top-40 {
        padding-top: 25px;
    }

    .title h2 {
        font-size: 20px;
    }

    .col_green {
        font-size: 15px;
    }

    .how_work_box {
        padding: 15px 0;
    }

    .how_box {
        margin-bottom: 20px;
        height: auto;
    }

    .how_box h3 {
        font-size: 19px;
    }

    .how_box_img img {
        max-width: 35%;
    }

    .how_box p {
        font-size: 14px;
        line-height: 22px;
        padding: 0 0;
    }

    .arital_outer ul,
    .suppliers_tools ul {
        display: block;
    }

    .suppliers_tools li {
        margin-bottom: 20px;
    }

    .suppliers_tools span {
        font-size: 13px;
    }

    .suppliers_list_inner a {
        font-size: 15px;
        height: 80px;
        margin-bottom: 15px;
    }

    .arital_outer {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .arital_outer li {
        width: 100%;
        min-height: initial;
        padding: 25px 20px;
    }

    .arital_outer li a {
        font-size: 16px;
    }

    .customer_inner {
        display: block !important;
    }

    .customer_inner li {
        margin-bottom: 20px;
    }

    .customer_inner li:last-child {
        margin-bottom: 0;
    }

    .customer_inner li::after {
        height: 1px;
        width: 100%;
        left: 0;
        top: -11px;
    }

    .customer_inner h3 {
        font-size: 46px;
        line-height: 45px;
    }

    .customer_inner p {
        font-size: 13px;
    }

    .testimonial {
        padding: 0;
        margin-top: 25px;
        margin-bottom: 0;
    }

    .testimonial .owl-buttons div {
        left: 0;
    }

    .testimonial .owl-buttons div.owl-next {
        right: 0;
        left: auto;
    }

    .testimonial h4 {
        font-size: 16px;
    }

    .over_re {
        margin-top: 15px;
    }

    .over_re_inner {
        padding: 25px 15px;
    }

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

    .over_re_inner h3 {
        font-size: 19px;
        line-height: 34px;
    }

    .footer_logo img {
        margin: 0 auto 20px;
    }

    .footer_logo p {
        text-align: center;
    }

    .link_list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .link_list li a {
        display: inline-block;
    }

    .link {
        padding-left: 0;
        margin-top: 25px;
    }

    .footer_bottom .d-flex {
        display: block !important;
        text-align: center;
    }

    .footer_bottom {
        padding: 15px 0;
        font-size: 12px;
    }

    .footer_bottom p {
        line-height: 23px;
    }

    .footer_bottom ul {
        margin-top: 10px;
    }

    .socail li a i {
        margin: 0 4px;
    }

    header .container {
        position: relative;
    }

    .toggleMenu {
        display: block;
        position: absolute;
        right: 15px;
        top: 0;
        font-size: 23px;
        line-height: 23px;
    }

    .toggleMenu label {
        cursor: pointer;
        margin-bottom: 0;
        line-height: 23px;
    }

    .closeMenu {
        display: block !important;
        position: absolute;
        top: 14px;
        font-size: 16px !important;
        color: red;
        cursor: pointer;
    }

    .banner_inner {
        padding: 30px 0 0;
    }

    .banner_text_inner h1 {
        padding-bottom: 30px;
        font-size: 22px;
    }

    .bread {
        font-size: 12px;
        position: relative;
        text-align: center;
    }

    .text_info p {
        line-height: 23px;
        font-size: 14px;
        padding: 0 0;
    }

    .text_info {
        margin-top: 10px;
    }

    .padd-top-40 hr {
        margin-top: 0;
    }

    .choose_supp_inner {
        margin-bottom: 20px;
        height: auto;
    }

    .we_explain {
        margin-bottom: 20px;
    }

    .request_your {
        padding: 30px 0;
    }

    .request_your .title h2 {
        font-size: 25px;
    }

    .request_your .banner_input {
        margin-top: 15px;
    }

    .pad-lr-20 {
        padding-left: 0;
        padding-right: 0;
    }

    .suppli_tab li a {
        font-size: 15px;
        margin: 0 4px;
        padding-bottom: 6px;
    }

    .suppli_tab p {
        line-height: 25px;
        margin-bottom: 10px;
    }

    .suppli_tab ul {
        margin-bottom: 15px;
    }

    .recruiting_inner {
        padding: 15px;
        margin-bottom: 25px;
        height: auto;
    }

    .recruiting_inner h3 {
        font-size: 16px;
    }

    .recruiting_img img {
        height: 160px;
        width: 160px;
    }

    .intersted {
        margin-top: 15px;
        padding: 30px 0;
        margin-bottom: 8px;
    }

    .intersted h3 {
        font-size: 21px;
        margin-bottom: 13px;
    }

    .btn-black {
        min-width: 150px;
        padding: 8px 30px 7px;
        font-size: 14px;
    }

    .supp_artical_outer ul,
    .supp_cat_outer ul {
        display: block !important;
    }

    .supp_cat_outer li {
        width: 100%;
        margin-bottom: 25px;
    }

    .supp_cat_outer li:last-child {
        margin-bottom: 0;
    }

    .supp_cat_outer li a {
        height: 180px;
        width: 180px;
        margin: auto;
        -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.07);
        box-shadow: 0 10px 12px rgba(0, 0, 0, 0.07);
    }

    .supp_artical_outer li {
        min-height: initial;
        margin-bottom: 5px;
        width: 100%;
    }

    .supp_artical_outer a {
        font-size: 16px;
        width: 100%;
    }

    .supp_question_outer ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }

    .mt-30 {
        margin-top: 20px;
    }

    .supp_question_outer ul li {
        font-size: 14px;
        padding-left: 20px;
        margin-bottom: 13px;
    }

    .supp_question_outer ul li::after {
        background-size: 15px;
    }

    .supp_loca_outer {
        display: block !important;
    }

    .supp_loca_box {
        width: 100%;
        margin-bottom: 10px;
    }

    .supp_drop {
        -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.07);
        box-shadow: 0 10px 12px rgba(0, 0, 0, 0.07);
        width: 100%;
        font-size: 14px;
        padding: 20px 30px 20px 15px;
    }

    .mb-60 {
        margin-bottom: 30px;
    }

    .arti_info p {
        margin-bottom: 10px;
        line-height: 26px;
    }

    .artical_review,
    .rating_provide {
        display: block !important;
        margin-top: 16px;
    }

    .artical_re_name {
        text-align: center;
    }

    .artical_re_rate {
        margin-top: 5px;
        text-align: center;
    }

    .artical_re_name p,
    .artical_re_rate p {
        font-size: 17px;
    }

    .artical_re_rate .rating {
        margin-top: 0;
    }

    .rating_provide {
        text-align: center;
        padding: 13px;
    }

    .rating_provide_text p {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .submit_request {
        display: block !important;
        margin: 20px 0 0;
        text-align: center;
    }

    .submit_request h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .market_photos_inner {
        margin-bottom: 20px;
    }

    .market_photos_inner a {
        font-size: 15px;
    }

    .supp_pro_left {
        display: block !important;
        float: none;
    }

    .supp_pro_img {
        height: 180px;
        width: 180px;
        margin: 0 auto;
    }

    .supp_pro_img img {
        height: 180px;
        width: 180px;
    }

    .supp_pro_info {
        padding-left: 0;
        margin-top: 10px;
        text-align: center;
    }

    .supp_pro_info h3 {
        font-size: 25px;
    }

    .supp_pro_info p {
        margin-top: 1px;
        font-size: 13px;
    }

    .supp_pro_info .artical_re_rate p {
        margin: 2px 0 0 10px;
        font-size: 16px;
    }

    .supp_pro_right {
        float: none;
        margin-top: 10px;
        text-align: center;
    }

    .pro_review_info {
        padding-left: 15px;
        width: calc(100% - 45px);
    }

    .supp_pro {
        padding: 0 0 20px;
        margin-bottom: 20px;
    }

    .pro_review_inner {
        display: block !important;
    }

    .pro_review_right .artical_re_name {
        text-align: left;
    }

    .pro_review_di p.pro_review_text {
        margin-top: 3px;
        line-height: 23px;
        font-size: 13px;
    }

    .pro_review {
        margin-top: 20px;
    }

    .pro_review_img {
        margin-top: 0;
    }

    .pro_review_replay_text {
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 45px);
    }

    .pro_review_replay {
        margin-left: 25px;
        margin-top: 15px;
    }

    .pro_review_img,
    .pro_review_img img,
    .pro_review_replay_img,
    .pro_review_replay_img img {
        width: 45px;
        height: 45px;
    }

    .pro_review li {
        margin-bottom: 20px;
    }

    .desc_text {
        margin-top: 10px;
    }

    .profile_map {
        margin-top: 20px;
    }

    .profile_map iframe {
        height: 180px;
    }

    .promotion {
        padding: 15px;
        margin-top: 4px;
    }

    .mt-10 {
        margin-top: 0;
    }

    .btn-black {
        padding: 8px 30px 8px;
    }

    .register_outer {
        margin: 10px 0 30px;
    }

    .mt-50 {
        margin-top: 20px;
    }

    .bids {
        margin-top: 20px;
    }

    .bids h3 {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .bid_inner .d-flex-new {
        display: block !important;
    }

    .bids_info {
        padding-left: 30px;
        width: 100%;
    }

    /* .bid_inner li {
        padding: 14px;
    } */

    .bids_info h6 {
        font-size: 14px;
        line-height: 20px;
    }

    .bids_info p {
        font-size: 14px;
        line-height: 24px;
    }

    .bid_action {
        width: 100%;
        text-align: left;
        padding-left: 30px;
        margin-top: 15px;
    }

    .bid_action a img {
        width: 16px;
    }

    .bid_action a {
        margin: 0 11px 0 0;
    }

    .bid_action span {
        display: inline-block;
        font-size: 13px;
        margin-top: 0;
    }

    .btn.btn_close {
        margin-right: 5px !important;
    }

    .qut_list_inner {
        padding-left: 15px;
    }

    .qut_list_inner {
        margin-bottom: 15px;
    }

    .qut_action li img {
        width: 15px;
    }

    .qut_action li {
        margin: 0 6px !important;
    }

    .qut_action li span {
        font-size: 14px;
    }

    .qut_action ul {
        margin-bottom: 5px;
    }

    .qut_list_img,
    .qut_list_img img {
        height: 45px;
        width: 45px;
    }

    .qut_list_info {
        width: calc(100% - 45px);
        padding-left: 10px;
    }

    .qut_list_info p {
        line-height: 23px;
        font-size: 13px;
    }

    .qut_list_info .artical_re_name {
        text-align: left;
    }

    .qut_list_info .artical_re_name h4,
    .qut_list_info .artical_re_name p {
        font-size: 11.87px !important;
    }

    .qut li {
        margin-top: 15px;
    }

    .qut_img {
        width: 45px;
        padding-top: 8px;
    }

    .qut_img img {
        width: 30px;
    }

    .qut_info {
        width: calc(100% - 45px);
    }

    .qut_info p {
        line-height: 23px;
        font-size: 13px;
    }

    .qut_date {
        display: block !important;
    }

    .qut_date .artical_re_name {
        text-align: left;
    }

    .qut_date .artical_re_name h4,
    .qut_date .artical_re_name p {
        font-size: 13px;
    }

    .qut_date .d-flex {
        margin-top: 5px;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .qut_ans {
        margin-top: 25px;
    }

    .qut_ans h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .insert_ans {
        margin-top: 20px;
        text-align: center !important;
    }

    .addNewbtn img {
        width: 40px;
    }

    .btn-black.small {
        font-size: 12px;
    }

    .table thead th {
        font-size: 12px;
        padding: 5px;
    }

    .table tbody tr td {
        font-size: 12px;
        padding: 5px;
    }

    .table tbody tr td a img {
        height: 18px;
    }

    .chk_pro {
        font-size: 11px;
        border-radius: 5px;
        padding: 4px 9px 5px;
    }

    .table_foo {
        display: block !important;
        text-align: center;
    }

    .table_foo p {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .share_icon li img {
        width: 24px;
        margin: 0 3px;
    }

    .Popupoverlay.active {
        display: block;
        padding: 30px 10px 10px;
    }

    .popup {
        height: auto;
        min-width: initial;
        padding: 20px;
    }

    .popup_title h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .popup_body .form-control {
        font-size: 13px;
        padding: 8px 15px;
    }

    .btn_product {
        margin-top: 18px;
    }

    .share_media {
        margin-top: 15px;
        margin-bottom: 0;
    }
}

.promotion p {
    margin: 2px 0 0 20px;
    font-size: 17px;
}

.card-body h5 {
    text-align: center;
}

.graybg {
    background: rgba(0, 0, 0, 0.03);
}

.productpromotion {
    background: #fff;
    padding: 10px;
}

.productpromotion p {
    color: #ee3a17;
    margin-top: 5px;
}

.product_re_rate p {
    vertical-align: middle;
    font-weight: 700;
    color: #ee3a17;
    margin-left: 10px;
}

.aproduct_re_rate .rating {
    margin-top: 0;
}

.product_re_rate .rating {
    display: inline-block;
    vertical-align: middle;
}

.productrate {
    font-size: 36px;
    color: #ee3a17;
    font-weight: 700;
    text-align: center;
}

.supp_pro_right.profile_di_right {
    margin-top: 80px;
}

.profile_di_outer {
    border-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.bg_sky {
    background: #ee3a17;
    display: inline-block;
    color: #fff;
    height: 37px;
    width: 37px;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    line-height: 37px;
}

.addNewProductBtn a {
    color: #fff !important;
    background: #414546;
}

.addNewProductBtn a img {
    display: block;
    width: 55px;
    margin-bottom: 15px;
}

.pro_en {
    margin-top: 25px;
}

.pro_en li {
    width: calc(14.28% - 20px);
}

.pro_en_in {
    height: 142px;
    width: 142px;
    border: 1px solid #eee;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #ee3a17;
    padding: 10px;
    border-radius: 50%;
    -webkit-box-shadow: 0 25px 49px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 25px 49px rgba(0, 0, 0, 0.07);
    box-shadow: 0 25px 49px rgba(0, 0, 0, 0.07);
}

.pro_en_in span {
    display: block;
    color: #ee3a17;
    font-size: 40px;
    line-height: 43px;
}

.pro_en_in p {
    line-height: 19px;
    font-size: 14px;
}

.mt-15 {
    margin-top: 15px;
}

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

.pro_di_chk .btn {
    height: 46px;
    width: 100%;
    display: block;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.tem_con {
    margin-top: 30px;
}

.tem_con li img {
    width: 30px;
    height: 30px;
}

.tem_con li p {
    font-weight: 600;
    padding-left: 20px;
    color: #000;
    line-height: 26px;
}

.btn-radius {
    border-radius: 30px;
    font-weight: 700;
}

.tem_con li .btn {
    margin-left: 30px;
}

.tem_con_form {
    margin: 30px auto 0;
    max-width: 900px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px #2727271a;
    border: 1px solid #0c0c0c1a;
}

.tem_con_form h3 {
    color: #555;
    margin-bottom: 15px;
}

.form-gp {
    margin-bottom: 20px;
}

.tem_con_form .form-control {
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 11px 10px rgba(0, 0, 0, 0.05) !important;
    -moz-box-shadow: 0 11px 10px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 11px 10px rgba(0, 0, 0, 0.05) !important;
    font-size: 15px;
    padding: 8px 15px;
}

.tem_con_form textarea.form-control {
    resize: none;
    height: 120px;
}

.faq {
    padding: 30px 0;
}

.faq_list {
    cursor: pointer;
}

.faq_list img {
    height: 26px;
    width: 26px;
}

.faq_list li {
    margin-bottom: 25px;
}

.faq_list .faq_list p {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    padding-left: 15px;
    color: #555;
}

.faq_body {
    font-weight: 600;
    padding-left: 41px;
    display: none;
}

.faq_list li.active .faq_body {
    display: block;
}

.faq_body p {
    font-size: 16px;
    line-height: 27px;
    opacity: 0.5;
    margin-top: 15px;
}

.sky_bule {
    color: #ee3a17 !important;
}

.select_customer {
    max-width: 600px;
    margin: 20px auto 20px;
}

.select_customer .form-control {
    border: 1px solid #ddd;
    border-radius: 4px;
    font-weight: 700;
    -webkit-box-shadow: 0 11px 10px rgba(0, 0, 0, 0.05) !important;
    -moz-box-shadow: 0 11px 10px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 11px 10px rgba(0, 0, 0, 0.05) !important;
    font-size: 15px;
    padding: 10px 45px 10px 15px;
    min-height: 45px;
    height: 45px !important;
    background: url(../frontend/images/arrow_down.png) no-repeat right 10px center #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.qu_ans li {
    padding: 15px 25px;
    background: #fff;
}

.qu_ans li.bg_gray,
.bg_gray {
    background: #eee;
}

.qu_ans li.bg_light_gray {
    background: #f9f9f9;
}

.qu_ans li img {
    height: 26px;
    width: 26px;
}

.qu_ans li h5 {
    font-weight: 500;
    color: #414546;
    padding-left: 15px;
    font-size: 22px;
    padding-top: 1px;
}

.su_quest_an {
    margin-top: 5px;
}

.su_quest_an span {
    color: #fff;
    font-size: 12px;
    background: #ee3a17;
    border-radius: 4px;
    padding: 4px 8px;
    display: inline-block;
    font-weight: 600;
}

.su_quest_an p {
    padding-left: 10px;
    color: #555;
    font-weight: 600;
    font-size: 12px;
}

.su_quest_an p i {
    color: #ee3a17;
    padding-right: 5px;
    font-size: 15px !important;
}

.bg_white_shadow {
    background: #fff;
    -webkit-box-shadow: 0 16px 29px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 16px 29px rgba(0, 0, 0, 0.07);
    box-shadow: 0 16px 29px rgba(0, 0, 0, 0.07);
}

.bg_white_shadow h5 {
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    margin-top: 3px;
}

.su_quest_inner {
    width: calc(100% - 80px);
}

.su_quest a {
    position: relative;
    margin-right: 20px;
}

.su_quest a img {
    width: 35px;
    height: auto;
}

.su_quest a span {
    background: #456274;
    border-radius: 50%;
    line-height: 15px;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    display: inline-block;
    font-weight: 600;
}

.faq_tab {
    width: 200px;
}

.faq_tab li a {
    padding: 12px 15px;
    display: block;
    font-size: 15px;
    color: #fff;
    position: relative;
    font-weight: 500;
}

.faq_tab li:nth-child(odd) a {
    background: #5b7586;
}

.faq_tab li:nth-child(even) a {
    background: #456176;
}

.faq_tab li a:hover,
.faq_tab li.active a {
    background: #ee3a17;
}

.faq_tab li a:hover:after,
.faq_tab li.active a:after {
    position: absolute;
    content: "";
    right: -11px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-left: 11px solid #ee3a17;
    border-bottom: 11px solid transparent;
}

.tab_con {
    width: calc(100% - 200px);
    padding-left: 25px;
}

.tab_info .tab_title {
    font-size: 22px;
    margin-bottom: 10px;
}

.tab_info li {
    padding: 20px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 16px 29px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 16px 29px rgba(0, 0, 0, 0.07);
    box-shadow: 0 16px 29px rgba(0, 0, 0, 0.07);
    position: relative;
    background: #fff;
}

.tab_info li img {
    height: 23px;
    width: 23px;
}

.tab_info li p {
    font-weight: 600;
    font-size: 16px;
    padding-left: 15px;
    color: #555;
    line-height: 25px;
}

.tab_info.active {
    display: block;
}

.pro_user {
    position: relative;
}

.pro_user a {
    border: 0 !important;
    padding: 0;
    position: relative;
}

.pro_user img {
    height: 37px;
    width: 37px;
}

.pro_user span {
    padding: 0 5px;
    font-size: 14px;
}

.user_dropdown {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.01);
    width: 200px;
    padding: 6px 15px;
    border-radius: 3px;
    right: 0;
    top: 50px;
    display: none;
    z-index: 9;
}

.user_dropdown .dropdown-header {
    padding: 0.5rem 0.2rem !important;
    font-size: 1.2rem;
    border-bottom: 1px solid #ccc;
}

.user_dropdown li {
    display: block;
    /* border-bottom: 1px solid #eee */
}

.user_dropdown li:last-child {
    border-bottom: 0;
}

.user_dropdown li a {
    display: block;
    padding: 9px 5px;
    font-size: 0.7rem;
}

nav li {
    vertical-align: middle;
}

@media (min-width: 768px) and (max-width: 991px) {
    .supp_pro_right.profile_di_right {
        margin-top: 62px;
    }

    .addNewProductBtn a img {
        width: 35px;
    }

    .pro_en li {
        width: calc(14.28% - 2px);
    }

    .pro_en_in {
        height: 95px;
        width: 95px;
    }

    .pro_en_in span {
        font-size: 23px;
        line-height: 24px;
    }

    .pro_en_in p {
        line-height: 15px;
        font-size: 12px;
        margin-top: 2px;
    }

    .pro_di_chk .btn {
        min-width: 100%;
        height: 40px;
    }

    .we_explain img {
        max-width: 100%;
        height: auto !important;
        position: relative;
    }
}

@media (max-width: 480px) {
    .l_menu li a {
        font-size: 1rem;
        padding: 15px 5px;
        display: block;
        font-weight: bold;
        color: #000;
    }

    span.select2-selection__rendered {
        font-size: 1.1rem;
    }

    /* .m-t-94 {
        margin-top: 94px;
    } */

    .acc_info {
        width: 100%;
        padding: 0px;
        margin-top: 10px;
    }

    .acc_menu {
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .user_dropdown {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
    }

    .user_dropdown li a {
        margin-bottom: 0;
    }

    .supp_pro_right.profile_di_right {
        margin-top: 12px;
    }

    .bg_sky_outer {
        text-align: center;
    }

    .bg_sky {
        height: 28px;
        width: 28px;
        font-size: 17px;
        line-height: 28px;
    }

    .addNewProductBtn a img {
        width: 35px;
    }

    .pro_en li {
        width: auto;
        margin-bottom: 10px;
    }

    .pro_en_in {
        margin: auto;
    }

    .pro_en_in span {
        font-size: 32px;
    }

    .tem_con li {
        display: block !important;
    }

    .tem_con li img {
        width: 25px;
        height: 25px;
    }

    .tem_con li p {
        padding-left: 11px;
        line-height: 23px;
    }

    .tem_con li .btn {
        margin-top: 10px;
        font-size: 14px;
    }

    .tem_con_form textarea.form-control {
        height: 85px;
    }

    .faq_list img {
        height: 25px;
        width: 25px;
        margin-top: 2px;
    }

    .faq_list .faq_list p {
        font-size: 15px;
        line-height: 23px;
        padding-left: 10px;
    }

    .faq_body {
        padding-left: 36px;
    }

    .faq_body p {
        font-size: 14px;
        line-height: 24px;
        opacity: 0.5;
        margin-top: 10px;
    }

    .faq_list li {
        margin-bottom: 15px;
    }

    .qu_ans li {
        padding: 10px;
    }

    .qu_ans li img {
        height: 24px;
        width: 24px;
    }

    .qu_ans li h5 {
        padding-left: 9px;
        font-size: 16px;
        line-height: 23px;
    }

    .su_quest_an span {
        font-size: 11px;
    }

    .su_quest_an p {
        font-size: 11px;
    }

    .bg_white_shadow h5 {
        font-size: 14px !important;
        margin-top: 0;
        line-height: 19px !important;
    }

    .su_quest a {
        margin-right: 8px;
    }

    .su_quest a span {
        font-size: 10px;
        padding: 2px 6px;
    }

    .su_quest_inner {
        width: calc(100% - 40px);
    }

    .faq_tab_list {
        display: block !important;
    }

    .faq_tab li a {
        padding: 8px;
        font-size: 14px;
    }

    .faq_tab li a:hover::after,
    .faq_tab li.active a::after {
        content: none;
    }

    .tab_info .tab_title {
        font-size: 18px;
    }

    .tab_info li {
        padding: 10px;
    }

    .tab_info li p {
        font-size: 14px;
        padding-left: 12px;
        line-height: 20px;
    }

    .tab_info li img {
        height: 21px;
        width: 21px;
    }
}

@media (max-width: 575px) {
    .user_dropdown {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
    }

    .user_dropdown li a {
        margin-bottom: 0;
    }

    .supp_pro_right.profile_di_right {
        margin-top: 12px;
    }

    .bg_sky_outer {
        text-align: center;
    }

    .bg_sky {
        height: 28px;
        width: 28px;
        font-size: 17px;
        line-height: 28px;
    }

    .addNewProductBtn a img {
        width: 35px;
    }

    .pro_en li {
        width: auto;
        margin-bottom: 10px;
    }

    .pro_en_in {
        margin: auto;
    }

    .pro_en_in span {
        font-size: 32px;
    }

    .tem_con li {
        display: block !important;
    }

    .tem_con li img {
        width: 25px;
        height: 25px;
    }

    .tem_con li p {
        padding-left: 11px;
        line-height: 23px;
    }

    .tem_con li .btn {
        margin-top: 10px;
        font-size: 14px;
    }

    .tem_con_form textarea.form-control {
        height: 85px;
    }

    .faq_list img {
        height: 25px;
        width: 25px;
        margin-top: 2px;
    }

    .faq_list .faq_list p {
        font-size: 15px;
        line-height: 23px;
        padding-left: 10px;
    }

    .faq_body {
        padding-left: 36px;
    }

    .faq_body p {
        font-size: 14px;
        line-height: 24px;
        opacity: 0.5;
        margin-top: 10px;
    }

    .faq_list li {
        margin-bottom: 15px;
    }

    .qu_ans li {
        padding: 10px;
    }

    .qu_ans li img {
        height: 24px;
        width: 24px;
    }

    .qu_ans li h5 {
        padding-left: 9px;
        font-size: 16px;
        line-height: 23px;
    }

    .su_quest_an span {
        font-size: 11px;
    }

    .su_quest_an p {
        font-size: 11px;
    }

    .bg_white_shadow h5 {
        font-size: 14px !important;
        margin-top: 0;
        line-height: 19px !important;
    }

    .su_quest a {
        margin-right: 8px;
    }

    .su_quest a span {
        font-size: 10px;
        padding: 2px 6px;
    }

    .su_quest_inner {
        width: calc(100% - 40px);
    }

    .faq_tab_list {
        display: block !important;
    }

    .faq_tab li a {
        padding: 8px;
        font-size: 14px;
    }

    .faq_tab li a:hover::after,
    .faq_tab li.active a::after {
        content: none;
    }

    .tab_info .tab_title {
        font-size: 18px;
    }

    .tab_info li {
        padding: 10px;
    }

    .tab_info li p {
        font-size: 14px;
        padding-left: 12px;
        line-height: 20px;
    }

    .tab_info li img {
        height: 21px;
        width: 21px;
    }
}

.padd-bot-40 {
    padding-bottom: 40px;
}

ul.text-link li {
    padding-bottom: 10px;
    padding-top: 10px;
}

ul.text-link li a {
    text-transform: uppercase;
    color: #ee3a17;
    font-size: 15px;
    font-weight: 700;
}

ul.text-link li a:hover {
    color: #ee3a17;
}

@media (max-width: 575px) {
    ul.text-link li a {
        font-size: 13px;
    }

    ul.text-link li {
        text-align: center;
    }
}

.back a {
    background-color: #dadada;
    padding: 12px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
}

.forward a {
    background-color: #ee3a17;
    padding: 12px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
}

.load {
    color: #ee3a17;
}

.color_round {
    background: #ee3a17;
    color: #fff !important;
}

.category {
    background-color: #f5f5f5;
}

.cat-btn {
    background-color: #ee3a17;
    padding: 9px;
    color: #fff;
    border-radius: 8px;
}

a.cat-btn:hover {
    color: #fff;
}

.icon {
    position: absolute;
    z-index: 22;
    margin-left: 12px;
    margin-top: 8px;
}

.details {
    border: 1px solid #bfbdbd;
}

.contact_form {
    background-color: #f7f7f7;
}

.contact_form .form-group {
    width: 100% !important;
}

.contact_form h3 {
    display: block;
    color: #ee3a17;
    font-size: 30px;
}

div#contact_details {
    display: flex;
}

.label_contact {
    color: #515151;
    font-size: 16px;
    display: block;
}

.btn.btn-custom {
    background-color: #484747;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
}

.register button:hover {
    background-color: #ee3a17;
}

.ml-5.register button {
    width: 134px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-70 {
    padding-left: 70px;
}

@media (max-width: 575px) {
    .contact_form .form-group {
        width: 100% !important;
    }

    div#contact_details {
        display: block;
    }

    .pl-120 {
        padding-left: 15px;
    }

    .pl-70 {
        padding-left: 15px;
    }

    .cat_outer ul li {
        margin-top: 27px !important;
    }

    .cat_outer ul {
        display: block !important;
    }
}

.ab>li {
    width: 20%;
}

.sug-wrap {
    background: #ffff;
    padding: 15px 0 20px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    border: 1px solid #ccc;
    webkit-box-shadow: 10px 10px 5px 0 #f7f4f7;
    -moz-box-shadow: 10px 10px 5px 0 #f7f4f7;
    box-shadow: 0 5px 18px 0 #bdb8bd;
}

.sug-wrap h5 {
    font-size: 16px;
    padding: 0 20px 10px;
    border-bottom: 1px solid #ccc;
}

.sug-wrap ul li {
    padding: 5px 20px;
}

.sug-wrap ul li a {
    font-size: 15px;
    color: #333;
    text-transform: capitalize;
}

.childmarket.active {
    background-color: #97558b;
}

.banner_text_inner h5 {
    display: block;
    text-align: center;
    padding-bottom: 70px;
    color: #fff;
    font-size: 20px;
}

.forward1 input {
    background-color: #ee3a17;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    padding-left: 36px;
}

.forward1 img {
    position: absolute;
    margin-top: 8px;
}

.selectedCategoryAndMarket {
    color: #fff !important;
    border: 1px solid #ee3a17 !important;
    background-color: #ee3a17;
}

.selectedCategoryAndMarketsecond {
    color: #fff !important;
    border: 1px solid #ee3a17 !important;
}

.selectedMarketAnd {
    color: #fff !important;
    border: 1px solid #ee3a17 !important;
    background-color: #ee3a17;
}

.selectedCategoryAnd {
    color: #fff !important;
    border: 1px solid #ee3a17 !important;
    background-color: #ee3a17;
}

.faq-box {
    border: 1px solid #988787;
    padding: 10px 10px;
    text-align: center;
    margin: 0 0 20px 0;
}

.faq_image {
    min-height: 204px;
    object-fit: cover;
}

.faq_image img {
    height: 200px;
}

.faq_active {
    background-color: #ee3a17;
}

.banner_text_inner h4 {
    display: block;
    text-align: center;
    padding-bottom: 20px;
    color: #fff;
}

.request_loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    vertical-align: middle;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.resend_otp {
    padding: 7px;
    margin-left: 4px;
    border-radius: 3px;
}

.edit_icon {
    font-size: 21px !important;
    margin-top: 5px;
    color: #ee3a17;
}

.su_quest_inner2 {
    width: calc(100% - 193px);
}

#cookieConsent {
    background-color: rgba(20, 20, 20, 0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

#cookieConsent a {
    color: #4b8ee7;
    text-decoration: none;
}

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: 700;
}

#closeCookieConsent:hover {
    color: #fff;
}

#cookieConsent a.cookieConsentOK {
    background-color: #f1d600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}

#cookieConsent a.cookieConsentOK:hover {
    background-color: #e0c91f;
}

.font-21 {
    font-size: 21px !important;
}

.reviewcircle {
    font-size: 62px;
    color: #fff;
    background: #ee3a17;
    border-radius: 50%;
}

.word-wrap {
    word-wrap: break-word;
}

.snippet-hidden {
    visibility: hidden;
}

@media (max-width: 575px) {
    .send-btn {
        display: inline-grid;
    }

    .supp_pro_img {
        height: 158px;
    }

    .usercircle {
        font-size: 80px;
        color: #fff;
        background: #ee3a17;
        border-radius: 50%;
        padding: 15px 20px;
    }

    .supp_pro_right {
        text-align: left;
    }

    .ab>li {
        width: 30%;
    }

    .suppliers_tools ul {
        display: inline-flex !important;
    }

    .rating_text h6 {
        font-size: 14px;
    }

    .artical_re_name p,
    .artical_re_rate p {
        font-size: 14px;
    }

    .supp_artical_outer li {
        margin-bottom: 10px;
    }

    .login span,
    .signup span {
        display: inline;
    }

    .suppliers_tools li {
        width: 50%;
    }

    .padding-5 {
        padding: 10px !important;
    }

    .banner_input {
        text-align: left !important;
    }

    .usercircle {
        padding: 15px 15px !important;
    }

    .artical_re_name {
        text-align: left;
    }
}

.padding-5 {
    padding: 30px;
}

.btn-primary {
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc;
}

.btn-primary:hover {
    color: #fff;
    background-color: #227dc7;
    border-color: #2176bd;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2176bd;
    border-color: #1f6fb2;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #fff !important;
    border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.44rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    background-color: #3490dc;
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.custom-control-input:active~.custom-control-label:before {
    color: #fff;
    background-color: #cce3f6;
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label:before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
}

.custom-control-label:before {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: 0.22rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}

.custom-control-label:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-label:before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    background-color: #3490dc;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    background-color: #3490dc;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(52, 144, 220, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(52, 144, 220, 0.5);
}

.custom-radio .custom-control-label:before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label:before {
    background-color: #3490dc;
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(52, 144, 220, 0.5);
}

input {
    padding: 10px;
    font-size: 17px;
    border: 1px solid #aaa;
}

input.invalid {
    background-color: #fdd;
}

.tab {
    display: none;
}

button:hover {
    opacity: 1;
}

#prevBtn {
    background-color: #bbb;
}

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}

.step.finish {
    background-color: #4caf50;
}

.pac-container {
    z-index: 10000;
}

.borders {
    border: 1px solid;
    margin: 10%;
}

.error {
    color: red;
}

.userimg {
    color: #fff;
    background-color: #ee3a17;
    padding: 15px;
    font-size: 8rem;
}

.col-1-5 {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 575px) {
    .customer_inner li::after {
        height: 100%;
        width: 1px;
        left: -41px;
        top: -11px;
    }

    span.select2.select2-container.select2-container--default {
        width: 100% !important;
    }

    .banner_search .btn {
        border-radius: 7px;
        font-size: 14px;
        padding: 7px 17px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .banner_input {
        max-width: 100%;
    }
}

/* .select2-container .select2-selection--single {
    border-radius: 10px;
    padding-right: 125px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 47px !important;
    font-size: 17px !important
} */

.none {
    display: none;
}

.usercircle {
    font-size: 80px;
    color: #fff;
    background: #ee3a17;
    border-radius: 50%;
    padding: 36px 20px;
}

.container.supplierscontact {
    display: inherit;
}

a.btn.btn-black1 {
    background: #000;
    color: #fff;
    margin: 12px;
}

.subscriptionplan {
    height: 245px !important;
}

.btn-send-black {
    background-color: #ee3a17;
    color: #fff;
}

.active_plan {
    background-color: #f0f8ff !important;
}

.productheight {
    margin-bottom: 24px !important;
    height: 657px !important;
}

.promotionheight {
    margin-bottom: 24px !important;
    height: 583px !important;
}

.banner_search .btn-new1 {
    font-size: 20px;
    padding: 7px 11px;
    background-color: #446275;
    border: 1px solid #446275;
    color: #fff;
    cursor: pointer;
}

.emsg {
    color: red;
}

.pointer {
    cursor: pointer;
}

.descriptions {
    word-wrap: break-word;
}

ul.typeahead.dropdown-menu {
    width: 97%;
}

.redcolor {
    background-color: red;
}

.linkcolor {
    color: #3490dc;
}

.errorbox {
    border: 2px red solid;
    padding: 12px;
    margin-top: 8px;
}

.productimage {
    height: 100px !important;
    width: 100px;
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: 0.4rem !important;
    left: -2.5rem !important;
    display: block !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
    content: "" !important;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid #eed3d7;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    color: #b94a48;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

.footer_logo {
    max-width: 70%;
    margin-top: -13px;
}

.text-website-green {
    color: #ee3a17;
}

.modal-dialog {
    max-width: 644px;
}

.custom-radio1 {
    font-weight: 500;
    font-size: 20px;
}

.custom-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0 !important;
    cursor: pointer;
    line-height: 2;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-radio-btn {
    background-color: #fffdfd;
    border: 1px solid #eaeaea;
    padding: 3px 10px;
    border-radius: 1px;
}

.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-radio:hover input~.checkmark {
    background-color: #ccc;
}

/* .custom-radio input:checked~.checkmark {
    background-color: #EE3A17
} */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-radio input:checked~.checkmark:after {
    display: block;
}

.custom-radio .checkmark:after {
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #e34b2a;
}

.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0 !important;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-check {
    position: absolute;
    top: 5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.custom-checkbox:hover input~.custom-check {
    background-color: #ccc;
}

.custom-checkbox input:checked~.custom-check {
    background-color: #ee3a17;
}

.custom-check:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked~.custom-check:after {
    display: block;
}

.btn-next {
    color: #fff;
    font-size: 18px;
    padding: 10px 10px;
    width: 100%;
    font-weight: 600;
    background-color: #ee3a17;
    border-color: #ee3a17;
}

.btn-next:hover {
    color: #fff;
    background-color: #ee3a17;
    border-color: #ee3a17;
}

.btn-back {
    color: #ee3a17;
    background-color: #fff;
    border: 1px solid #ee3a17;
    font-size: 18px;
    padding: 10px 10px;
    width: 100%;
    font-weight: 600;
}

.btn-back_50 {
    color: #ee3a17;
    background-color: #fff;
    border: 1px solid #ee3a17;
    font-size: 18px;
    padding: 10px 10px;
    width: 49%;
    font-weight: 600;
}

.mt-65 {
    margin-top: 48px;
}

.btn-next_50 {
    color: #fff;
    font-size: 18px;
    padding: 10px 10px;
    width: 50%;
    font-weight: 600;
    background-color: #ee3a17;
    border-color: #ee3a17;
}

.custom-checkbox .custom-check:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bg-progress-green {
    background-color: #ee3a17;
}

#regiration_form section:not(:first-of-type) {
    display: none;
}

.form-section {
    display: none;
}

.form-section.current {
    display: inherit;
}

.btn-default,
.btn-info {
    margin-top: 10px;
}

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -ms-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.hummingbird-treeview,
.hummingbird-treeview * {
    list-style: none;
    line-height: 20px;
}

.hummingbird-treeview label {
    font-weight: 400;
}

.hummingbird-treeview input[type="checkbox"] {
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
}

.hummingbird-treeview ul:not(.hummingbird-base) {
    display: none;
}

.hummingbird-treeview .fa {
    font-style: normal;
    cursor: pointer;
}

.hummingbird-treeview .fas {
    font-style: normal;
    cursor: pointer;
}

.hummingbird-base,
.hummingbird-base ul {
    white-space: nowrap;
    padding-left: 25px !important;
}

.bg-website-yellow {
    background-color: #ceb820 !important;
}

.rel-article {
    height: 120px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.text-black {
    color: #414546 !important;
}

@media only screen and (max-width: 768px) {
    .faq_tab {
        width: 100%;
    }

    .faq_tab_list {
        display: block !important;
    }

    .tab_con {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
}

.btn-outline-green {
    border-color: #ee3a17;
}

/* .supplier-inner-menu li:nth-child(odd) a {
    background: #5b7586
}

.supplier-inner-menu li:nth-child(even) a {
    background: #456176
} */

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-extrabold {
    font-weight: 800;
}

section.msg-box-wrapper {
    margin-top: 10vh;
    overflow: hidden;
    border-radius: 10px;
}

.msg-box-wrapper h1 {
    font-size: 34px;
    color: #040404;
}

.msg-box-wrapper h3 {
    font-size: 18px;
    color: #535353;
}

.msg-form {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px #2727271a;
    border: 1px solid #0c0c0c1a;
    padding: 20px;
    display: flex;
    flex-direction: column;
    transition: height 0.3s ease;
    max-height: 40vh;
}

.msg-form textarea {
    width: 100%;
    min-height: 40px;
    max-height: 200px;
    resize: none;
    border: 0;
    font-size: 1rem;
    color: #666666;
    overflow-y: hidden;
    line-height: 1.5;
    transition: height 0.2s ease;
    scrollbar-width: thin;
    scrollbar-color: #bbb transparent;
}


.msg-form label {
    cursor: pointer;
}

.msg-form textarea:focus {
    outline: none;
}

/* .msg-form button, */
.blog-form button {
    background: #ee3a17;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-form button {
    background: #ec54269f;
}

.blog-form {
    width: 60%;
    position: fixed;
    bottom: 4vh;
    margin-left: 8px;
    background: #fff;
    border: 1px solid #01015b4d;
    padding: 2px;
    border-radius: 10px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.blog-form textarea {
    width: 100%;
    font-size: 1rem;
    color: #666666;
    border: none;
    resize: none;
    line-height: 1.25rem;
    padding: 12px 8px;
    transition: height 0.2s ease;
    max-height: 200px;
    max-height: 200px;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: #bbb transparent;
}

.blog-detail h1 {
    font-size: 30px;
    line-height: 34px;
}

.blog-detail h4,
.blog-sidebar h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.blog-detail p {
    font-size: 16px;
    line-height: 22px;
}
.blog-detail .card-header {
    border: 0;
    border-radius: 0 !important;
    border-top: 1px solid #5353534d;
    background: transparent;
    padding: 10px 0;
}

.blog-detail .card-header button {
    font-size: 16px;
    color: #0c0c0c;
    padding: 0;
    text-align: left;
}

.blog-detail .card-body {
    padding: 0 0 20px 0;
}

.blog-detail .card-header button:hover,
.blog-detail .card-header button:focus {
    text-decoration: none;
}

.related-item,
.service-item {
    border: 1px solid #01015b4d;
    border-radius: 10px;
}

.related-item a {
    font-size: 14px;
    text-decoration: underline !important;
}

.custom-btn {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #040404;
    border: 1px solid #ee3a17;
    border-radius: 28px;
    padding: 8px 16px;
}

.service-initial {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 66px;
    border-radius: 50%;
    background: #ee3a17;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
}

.service-item h5 {
    font-size: 18px;
}

.service-item h6 {
    font-size: 16px;
    color: #535353;
}

.service-rating {
    font-size: 14px;
    color: #535353;
}

.service-review {
    font-size: 12px;
    color: #535353;
}

.ai-left-sidebar {
    position: sticky;
    /* top: 50px; */
    /* height: 100vh; */
    overflow-y: auto;
}

.section-heading h2 {
    display: inline-block;
    position: relative;
    font-weight: 700;
}

.section-heading h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 60px;
    /* adjust for length */
    height: 4px;
    /* adjust for thickness */
    background-color: #ee3a17;
    border-radius: 2px;
}

.btn-outline-orange {
    color: #ee3a17;
    border: 2px solid #ee3a17;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.45rem 1rem;
    line-height: 1.4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.btn-outline-orange:hover {
    background-color: #ee3a17;
    color: white !important;
    text-decoration: none;
}

.social-circle {
    width: 36px;
    height: 36px;
    background-color: #5c5c5c;
    color: white;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.social-circle:hover {
    background-color: #ee3a17;
    color: white;
}

.help-circle {
    width: 20px;
    height: 20px;
    border: 1px solid #5c5c5c;
    border-radius: 50%;
    color: #5c5c5c;
    font-weight: bold;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.help-circle:hover {
    background-color: #ee3a17;
    color: white;
}

.footer-info-wrapper .dropdown-menu {
    top: 90%;
    min-width: 220px;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
    font-size: 0.9rem;
    transform: translateY(-10px);
    /* gently move it up */
    margin-bottom: 0.8rem;
}

.help-circle::after {
    display: none !important;
}

.footer-info-wrapper .dropdown-item {
    padding: 10px 15px;
    color: #333;
    white-space: nowrap;
}

.footer-info-wrapper .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #ee3a17;
}

input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.article-content {
    font-size: 0.9rem;
    line-height: 1.6;
}

.bg-grey {
    background: #fafafc;
}

.blog-sidebar {
    flex: 1 1 25%;
    min-width: 0;
    height: inherit;
    overflow-y: auto;
    padding: 10px;
    margin: 0px 0;
    display: flex;
    flex-direction: column;
    background: #fafafc;
}

header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.btn-outline-orange {
    border: 2px solid #ea4821;
    color: #fff;
}

.btn-outline-orange:hover {
    background-color: #ea4821;
    color: #fff;
}

.btn-outline-orange-black {
    border: 2px solid #F5A18B;
    color: #000066;
}

.btn-outline-orange-black:hover {
    background-color: #F5A18B;
    border: 2px solid #ea4821;
    color: #fff;
}

.custom-tabs .nav-link {
    border: none;
    font-size: 1rem;
    color: #000;
    padding: 10px 20px;
}

.custom-tabs .nav-link.active {
    border-bottom: 3px solid #ee3a17 !important;
    font-weight: bold;
    color: #ee3a17;
}

.custom-tabs .nav-link i {
    font-size: 20px;
}

.btn-orange {
    background-color: #ee3e21;
    border-color: #ee3e21;
    color: #fff;
    font-weight: 400;
}

.btn-orange:hover {
    background-color: #b02a12;
    border-color: #d6361b;
    color: #fff;
}

.text-orange {
    color: #ee3e21 !important;
}

.border-orange {
    border: 1px solid #ee3e21;
}

.profile-image-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-avatar-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.profile-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.select2-container--bootstrap4 .select2-selection--single {
    height: calc(2.25rem + 4px) !important;
}

.mt-6 {
    margin-top: 4rem !important;
}

.left-sidebar {
    height: calc(100vh - 72px);
    position: sticky;
    top: 66px;
    z-index: 1030;
}

.sidebar-container {
    position: fixed;
    min-height: 100vh;
}

@media only screen and (max-width: 767px) {
    .sidebar-toggle {
        display: block;
        cursor: pointer;
        background: #f8f9fa;
        border: none;
        padding: 10px 15px;
        font-size: 18px;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #dee2e6;
    }

    .sidebar-container {
        top: 0;
        left: -250px;
        height: 100vh;
        width: 240px;
        background: #f8f9fa;
        z-index: 1050;
        transition: left 0.3s ease-in-out;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    }

    .sidebar-container.open {
        left: 0;
    }

    .sidebar-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1040;
    }

    .sidebar-overlay.show {
        display: block;
    }

    .blog-form {
        bottom: 4.5vh;
        width: 95%;
        padding: 5px 8px;
    }
}

@media (max-width: 767px) {
    section.msg-box-wrapper {
        min-height: auto;
        margin-top: 5rem;
    }

    .msg-box-wrapper h1 {
        font-size: 25px;
    }

    .msg-form {
        padding: 10px;
    }

    .fw-extrabold {
        font-weight: 600;

    }

    .blog-form textarea {
        height: 48px;
    }
}

@media only screen and (max-width: 576px) {

    .msg-form button,
    .msg-form a {
        font-weight: 400;
    }

    .msg-form {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .btn-new {
        display: flex;
        align-items: center;
        gap: 8px;
        transition: all 0.2s ease;
    }

    /* .form-control {
        height: 100%;
    } */

    .copyright {
        margin-left: 0vh !important;
    }
}

.sidebar-user-menu {
    position: fixed !important;
    bottom: 70px;
    left: 150px;
    background: white;
    display: none;
}

.sidebar-user-menu.show {
    display: block;
}

.content {
    margin-top: 3rem;
    min-height: 400px;
    position: relative;
    left: 50vh;
}

.main {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
}

@media only screen and (max-width: 776px) {
    .toggle-icon {
        font-size: 1.6rem;
        margin: 0.2rem;
    }
    .content {
        margin-top: 10px;
    }
}

.social-signup {
    width: 100%;
    flex-wrap: nowrap !important;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.credit-form {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px #2727271a;
    border: 1px solid #0c0c0c1a;
    padding: 30px;
}

.h-70 {
    height: 70vh !important;
}

.h-80 {
    height: 80vh !important;
}

.h-90 {
    height: 90vh !important;
}
.ch-100 {
  height: calc(100dvh - var(--footer-height));
}

.rotate-90 {
    transform: rotate(90deg);
}

.rotate-180 {
    transform: rotate(180deg);
}

.not-styled-th {
    font-weight: normal;
    text-transform: none !important;
    white-space: nowrap;
}

.not-styled-td {
    font-weight: normal;
    text-transform: none !important;
    white-space: nowrap;
}

/* css for scrollbar */

/* General Scrollbar Styling */
#chat-window-box::-webkit-scrollbar,
.blog-sidebar::-webkit-scrollbar,
.scrollable-row::-webkit-scrollbar,
.msg-form textarea::-webkit-scrollbar {
    width: 6px;
}

/* Track (background behind the thumb) */
#chat-window-box::-webkit-scrollbar-track,
.blog-sidebar::-webkit-scrollbar-track,
.scrollable-row::-webkit-scrollbar-track,
.msg-form textarea::-webkit-scrollbar-track {
    background: transparent;
}

/* Scroll Thumb (draggable part) */
#chat-window-box::-webkit-scrollbar-thumb,
.blog-sidebar::-webkit-scrollbar-thumb,
.scrollable-row::-webkit-scrollbar-thumb,
.msg-form textarea::-webkit-scrollbar-thumb {
    background: #cbd5e0;
    border-radius: 4px;
}

/* Thumb Hover Effect */
#chat-window-box::-webkit-scrollbar-thumb:hover,
.blog-sidebar::-webkit-scrollbar-thumb:hover,
.scrollable-row::-webkit-scrollbar-thumb:hover,
.msg-form textarea::-webkit-scrollbar-thumb:hover {
    background: #a0aec0;
}

/* -------- Safari  ------- */

/* Scrollbar color for Safari 13+ (only colors, track and thumb together) */
#chat-window-box,
.blog-sidebar,
.scrollable-row,
.msg-form textarea {
    scrollbar-color: #cbd5e0 transparent;
    /* thumb color, track color */
    scrollbar-width: thin;
    /* Firefox */
}

/* For older Safari (WebKit) to reduce scrollbar width as much as possible */
#chat-window-box,
.blog-sidebar,
.scrollable-row,
.msg-form textarea {
    -webkit-overflow-scrolling: touch;
    /* smooth scrolling */
}

/* Optional: hide scrollbar in Safari and macOS with overlay scrollbar behavior */
@supports (-webkit-touch-callout: none) {

    #chat-window-box,
    .blog-sidebar,
    .scrollable-row,
    .msg-form textarea {
        scrollbar-width: thin;
    }
}

@media (max-width: 767.98px) {

    /* Hide scrollbars on mobile */
    #chat-window-box::-webkit-scrollbar,
    .blog-sidebar::-webkit-scrollbar,
    .scrollable-row::-webkit-scrollbar,
    .msg-form textarea::-webkit-scrollbar {
        display: none;
    }

    #chat-window-box,
    .blog-sidebar,
    .scrollable-row,
    .msg-form textarea {
        -ms-overflow-style: none;
        /* IE/Edge */
        scrollbar-width: none;
        /* Firefox */
    }
}


/* end css for scroll bar */

.nav-link-separator {
    display: flex;
    align-items: center;
    color: #dee2e6;
    font-weight: 300;
    padding: 0 8px;
}

@media (max-width: 767.98px) {
    .nav-tabs {
        border-bottom: none;
    }

    .nav-link {
        border: none !important;
        padding: 8px !important;
        font-size: 0.9rem;
    }

    .nav-link.active {
        background-color: transparent !important;
        border-bottom: 2px solid #f57c00 !important;
    }
}

.clear-view {
    color: #0d0d0d;
    font-size: 1rem;
    line-height: 1.75rem;
}

.ai-issue-textarea {
    width: 100%;
    font-size: 1rem;
    color: #666666;
    resize: none;
    border: 1px solid #ccc;
    border-radius: 8px;
    line-height: 1.25rem;
    padding: 12px 16px;
    transition: height .15s ease-out;
    min-height: 2.5rem;
    max-height: 200px;
    scrollbar-width: thin;
    scrollbar-color: #bbb transparent;
    max-height: 10rem;
    overflow: hidden;
}

.ai-issue-textarea:focus {
    border-color: #EE3A17;
    box-shadow: 0 0 0 3px rgba(238, 58, 23, 0.1);
    outline: none;
}

.supplier-signup-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 32px;
    max-width: 600px;
    width: 100%;
    border-top: 4px solid #EE3A17;
}

.supplier-signup-label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.supplier-signup-input {
    padding: 10px 12px;
    width: 100%;
    font-size: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #fff;
    transition: all 0.2s ease;
}

.supplier-signup-input:focus {
    border-color: #EE3A17;
    box-shadow: 0 0 0 3px rgba(238, 58, 23, 0.1);
    outline: none;
}

.subservice-flex {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem 1.5rem;
}

.subservice-flex label {
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
}

.subservice-flex input[type=checkbox] {
    margin-right: .4rem;
}

.bg-outline-orange {
    color: #ee3a17;
    border: 2px solid #ee3a17;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.bg-outline-orange:hover {
    background-color: #ee3a17;
    color: white !important;
    text-decoration: none;
}

.login-block {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.already-signed {
    font-size: 0.8rem;
    color: #0b0b0b;
    line-height: 1.4;
    position: absolute;
    bottom: 5%;
    left: 25%;

}

.terms {
    font-size: 0.8rem;
    color: #0b0b0b;
    margin-top: 20px;
    line-height: 1.4;
}

.f-s-0-9 {
    font-size: 0.9rem;
}

.btn-pro {
    background-color: #f1f1f1;
    color: #333;
}

.btn-pro:hover {
    background-color: #e2e2e2;
}

.request-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background-color: #ffffff;
    padding: 20px;
    margin: 0px 10px 10px 10px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.display-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(12, 12, 12, 0.1);
    padding: 10px 10px;
    text-align: center;
    margin: 0 10px;
    transition: transform 0.3s ease;
    white-space: wrap;
    max-width: max-content;
}

.display-card p {
    font-size: .875rem;
    color: #333;
    margin: 0;
    white-space: nowrap;
}

@media (max-width: 768px) {

    #chat-window-box,
    .blog-sidebar {
        flex: 1 1 100%;
        width: 100%;
    }
}
.search-box{
    border: .5px solid var(--Separators-S1);
    background: var(--BgGp-Secondary);
    padding: 12px 8px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 14px;
    transition: box-shadow .2s ease-in-out, background-color .2s ease-in-out;
}
.fs-7 {
  font-size: 0.65rem !important;
}
