/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
    padding-top: 120.2px;
    font-family: "Poppins", sans-serif;
    font-display: swap;
    font-size: 13px;
    color: #eaeaea;
    background-color: #262626;
    -webkit-overflow-scrolling: touch;
}
ul {
    list-style-type: none;
    padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    float: left;
}
li.nav-item {
    /* margin: 0 4px; */
}
.display_name {
    display: none;
}
option:disabled {
    color: #d3d2d2;
}
label {
    font-weight: bold;
    margin-bottom: 2px;
}
input[type="text"],
input[type="password"],
select {
    width: 100%;
    padding: 12px 10px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 13px;
    border-radius: 0px;
}
.font-16 {
    font-size: 16px;
}
.full-width {
    width: 100%;
}
.img-fluid {
    width: 100%;
}
.top-promo-bar {
    padding: 10px;
    text-align: center;
    background-color: #000;
    color: #fff;
}
.large-top-promo .top-promo-bar {
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 22px;
}
/*.ul-subnav{margin: 0 auto;display: flex;overflow: auto;justify-content: center;}
.li-subnav{width: auto;flex: none;}
.li-subnav:first-child a{border-left: none;}
.li-subnav a{color: #000;padding: 5px 15px;display: block;font-weight: 700;border-left: #C4C4C4 solid 1px;font-size: 14px;}
.li-subnav a:hover,.li-subnav a.active{color: #000;background-color: #e3e3e3;text-decoration: none;}
.li-subnav a svg{width: 50px;height: 50px;display: block;margin: auto;fill: #333;padding: 5px;}*/

.company-logo-parent {
    height: 150px;
    vertical-align: middle;
    /* background-color: #fbfbfb;
  border: 1px solid #ccc; */
}
.company-logo {
    width: 150px;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 5px;
}
.company-name {
    background-color: #252525;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    vertical-align: middle;
    color: #fff;
}
.company-name-inner {
    width: 30%;
    background: #fff;
    display: flex;
    justify-content: center;
    /* align horizontal */
    align-items: center;
    /* align vertical */
    border: 1px solid green;
    height: 90px;
}
.company_name_span {
    vertical-align: middle;
    top: 50%;
}
.tooltiptextservice {
    font-size: 10px;
    display: block;
}
.custom-tooltip {
    position: relative;
    /* display: inline-block; */
}

.custom-tooltip .tooltiptext {
    display: none;
    width: 200px;
    background-color: #fbfbfb;
    background: linear-gradient(
        0deg,
        rgba(242, 240, 240, 1) 0%,
        rgba(255, 255, 255, 1) 71%
    );

    /* border: 1px solid #04212e; */
    /* border-top: 5px solid #04212e; */
    border-radius: 20px;
    padding: 0px 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -10%;
    left: -25px;
}

.custom-tooltip:hover .tooltiptext {
    display: block;
}
.serviceslider.carousel {
    margin-bottom: 10px;
    /* border:1px solid #04212e; */
    padding: 10px;
    /* border-top: 5px solid #04212e;
 border-radius: 5px; */
    /* -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75); */
}
.serviceslider img {
    /* width: 50%; */
    margin: auto;
}
.serviceslider .carousel-indicators {
    /* background-color: rgb(0 0 0 / 80%); */
    margin-bottom: 0;
    width: 100%;
    margin-left: 0;
    /* border: 1px solid #04212e; */
}
.client-name {
    background-color: #04212e;
    color: #fff;
}

.homeslider .carousel-item {
    /*height: 65vh;*/
    /* min-height: 300px; */
    /* background: no-repeat center center scroll; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.right_bottom_reload {
    position: absolute;
    color: #fff;
    bottom: 10px;
    right: 29px;
    font-size: 17px !important;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
    border-radius: 50%;
}
.package_desc {
    width: 100% !important;
    color: #262626;
}
.package_desc table {
    width: 100% !important;
}
.package_desc table td {
    padding: auto;
}

.img-div {
    position: relative;
    width: 100%;
}
.img-div img {
    width: 100%;
}

.service_desc {
    display: block;
    position: absolute;
    bottom: 0;
    padding: 5px 15px;
    left: 0;
    background-image: linear-gradient(
        to left,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.5)
    );
    width: 100%;
}
.service_desc_inner {
    /*background-color: rgba(0,0,0,0.5);padding: 10px;*/
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.service_desc_inner h1 {
    font-size: 33px;
    margin-bottom: 0px;
    filter: drop-shadow(4px 4px 4px #000);
}
.service_desc_inner p {
    margin-bottom: 0px;
}
.service_desc_inner p,
.service_desc_inner span {
    color: #fff !important;
}

.video_iframe {
    width: 100%;
    height: 400px;
}

.overflow-auto {
    overflow: auto;
}
.overflow-hidden {
    overflow: hidden;
}

.m0 {
    margin: 0px !important;
}
.m5 {
    margin: 5px !important;
}

.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt25 {
    margin-top: 25px;
}
.mt30 {
    margin-top: 30px;
}
.mt35 {
    margin-top: 35px;
}
.mt40 {
    margin-top: 40px;
}

.mb0 {
    margin-bottom: 0px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb35 {
    margin-bottom: 35px;
}
.mb40 {
    margin-bottom: 40px;
}

.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.mr25 {
    margin-right: 25px;
}
.mr30 {
    margin-right: 30px;
}
.mr35 {
    margin-right: 35px;
}
.mr40 {
    margin-right: 40px;
}

.p0 {
    padding: 0px !important;
}
.p5 {
    padding: 5px !important;
}
.p10 {
    padding: 10px !important;
}
.p15 {
    padding: 15px;
}
.p20 {
    padding: 20px;
}
.p25 {
    padding: 25px;
}
.p30 {
    padding: 30px;
}
.p35 {
    padding: 35px;
}
.p40 {
    padding: 40px;
}

.pt5 {
    padding-top: 5px;
}
.pt10 {
    padding-top: 10px;
}
.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}
.pt25 {
    padding-top: 25px;
}
.pt30 {
    padding-top: 30px;
}
.pt35 {
    padding-top: 35px;
}
.pt40 {
    padding-top: 40px;
}

.pb5 {
    padding-bottom: 5px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb25 {
    padding-bottom: 25px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb35 {
    padding-bottom: 35px;
}
.pb40 {
    padding-bottom: 40px;
}

.pl0 {
    padding-left: 0px;
}
.pl5 {
    padding-left: 5px;
}
.pl10 {
    padding-left: 10px;
}
.pl15 {
    padding-left: 15px;
}
.pl20 {
    padding-left: 20px;
}
.pl25 {
    padding-left: 25px;
}
.pl30 {
    padding-left: 30px;
}
.pl35 {
    padding-left: 35px;
}
.pl40 {
    padding-left: 40px;
}

.pr0 {
    padding-right: 0px;
}
.pr5 {
    padding-right: 5px;
}
.pr10 {
    padding-right: 10px;
}
.pr10 {
    padding-right: 10px;
}
.pr15 {
    padding-right: 15px;
}
.pr20 {
    padding-right: 20px;
}
.pr25 {
    padding-right: 25px;
}
.pr30 {
    padding-right: 30px;
}
.pr35 {
    padding-right: 35px;
}
.pr40 {
    padding-right: 40px;
}

.portfolio-item {
    margin-bottom: 30px;
}
.btn {
    font-size: 13px;
}
.auto-width-btn {
    width: auto;
}
.btn-default {
    background: lightgrey;
    color: #000;
}
.more {
    display: none;
}
.bg-dark {
    background-color: #000 !important;
}
.bg-blue {
    background-color: #06688d !important;
}
.bg-blue:hover {
    background-color: rgb(3, 65, 88) !important;
    text-decoration: none;
}
.bg-gradient-blue {
    /* background-color: #010b0f;
  background-image: linear-gradient(#08425d, #010b0f); */
    background-color: #9a8a78;
    background-image: linear-gradient(#9a8a78, #9a8a78);
}
.appliedCoupon {
    color: #036703;
    font-size: 14px;
    font-weight: bold;
}

.breadcrumb {
    background-image: url("../../images/breadcrumb_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
}
.breadcrumb h3 {
    padding: 0 0 30px 0;
    display: block;
    font-size: 15px;
}
.breadcrumb h1 {
    padding-top: 30px;
    color: #fff;
}
.breadcrumb-item {
    color: #fff !important;
    font-weight: normal;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    content: ">";
}

.login .breadcrumb {
    margin-bottom: 0px;
}
/*.header-nav{background-color: rgba(255,255,255,0.50);;transition: background-color 0.5s ease;}*/
/*.sticky*/
.header-nav {
    /*-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);*/
    background-color: #262626 !important;
    /* background-color: #0071e3 !important; */
    transition: background-color 0.5s ease;
    padding: 1rem 1rem;
}
.navbar-dark .navbar-brand {
    color: #fff;
    font-weight: bold;
    margin-right: 0.8rem;
}
.navbar-brand:hover {
    color: #ccc !important;
}
.navbar-brand label {
    margin-bottom: 0;
    margin-left: 5px;
    cursor: pointer;
}
.navbar-brand span {
    color: #ccc !important;
    font-size: 12px;
    width: 100%;
    display: block;
    margin-left: 60px;
}
.navbar-dark .navbar-toggler {
    border-color: rgba(255, 255, 255, 1);
}
.navbar-dark div.navbar-toggler {
    width: 100%;
    height: 4px;
    background-color: #fff;
    margin: 4px 0;
    padding: 0;
}
.mainlogo {
    width: 50px;
    float: left;
}
.sticky .mainlogo {
    width: 47px;
}
.sticky .navbar-brand {
    padding: 0;
}

.cart-count {
    position: absolute;
    background-color: #b6b6b6;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 22px;
    font-size: 9px;
    color: #000;
    font-weight: bold;
    margin-top: -9px;
    margin-left: -8px;
}

.notification-count {
    position: absolute;
    background-color: #3e81c7;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 22px;
    font-size: 9px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: -10px;
}
.notification_div {
    position: absolute;
    background: #414040;
    margin-left: -222px;
    margin-top: 23px;
    width: 300px;
    padding: 5px;
    font-size: 13px;
}
.notification_div a {
    color: #fff;
    padding: 10px;
    display: block;
    border-bottom: 1px solid #333;
    margin: 5px 0;
}
.notification_div a:hover {
    text-decoration: none;
    outline: none !important;
    background: #666;
}
.notification_div a:last-child {
    border-bottom: none;
    padding: 5px 10px;
    background: #999;
    color: #fff;
    font-weight: bold;
    margin: 0px 0;
}
.arrow_box {
    border: 1px solid #333;
    -webkit-box-shadow: 0px 0px 24px -14px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 24px -14px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 24px -14px rgba(255, 255, 255, 1);
}
.arrow_box:after,
.arrow_box:before {
    bottom: 100%;
    left: 76%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #414040;
    border-width: 10px;
    margin-left: -10px;
}
.arrow_box:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #333;
    border-width: 11px;
    margin-left: -11px;
}
.addon_select {
    padding: 2px 5px !important;
    margin: 0 !important;
    height: auto;
}
.borderless th,
.borderless td {
    border: none;
}
.cart .tbladdon th {
    background-color: #cacaca;
}
.cart {
    font-size: 13px;
}
.cart .tbladdon {
    font-size: 12px; /*background-color: #fbfbfb;*/
}
.cart .tbladdon th,
.cart .tbladdon td {
    padding: 0.25rem;
    vertical-align: middle;
    max-width: 250px;
}
.cart-btn {
    border: 1px solid #000;
    font-size: 14px;
    padding: 5px;
    border-radius: 0;
    color: #000;
}
.cart-btn:hover {
    background-color: #000;
    text-decoration: unset;
    color: #fff;
}
.cart-button {
    border: 1px solid #000;
    padding: 10px;
    color: #000;
}
.cart-button:hover {
    background-color: #000;
    text-decoration: unset;
    color: #fff;
}
.cart-remove-button {
    border: 1px solid #dbdbdb;
    margin: 0;
    width: auto;
    padding: 0 0.25rem;
    font-size: 12px;
    border-radius: 0;
    color: #dbdbdb;
    background-color: #ba0f0f;
}
.cart-remove-button:hover {
    background-color: #fff;
    color: #ba0f0f;
}
.cart-total {
    margin-bottom: 0px;
}
.cart-total td {
    padding: 7px;
}
.coupontxt {
    padding: 5px 54px 5px 5px !important;
    font-size: 13px;
    height: auto;
}
.couponaplybtn {
    position: absolute;
    width: auto;
    right: 23px;
    margin-top: 5px;
    border: 1px solid #000;
}
.blog-anchor {
    border-radius: 20px;
    background-color: #f3f3f3;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(105, 105, 105, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(105, 105, 105, 1);
    box-shadow: 0px 0px 5px 0px rgba(105, 105, 105, 1);
    display: block;
}

.blog-anchor:hover {
    -webkit-box-shadow: 0px 0px 18px 0px rgba(105, 105, 105, 1);
    -moz-box-shadow: 0px 0px 18px 0px rgba(105, 105, 105, 1);
    box-shadow: 0px 0px 18px 0px rgba(105, 105, 105, 1);
    background-color: rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.blog-anchor:hover .bgimg {
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 30%);
}
.pagination-div {
    background: #ccc;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin: auto 5px;
    font-size: 20px;
    line-height: 52px;
    display: inline-block;
}
.blog_desc div {
    width: 100% !important;
}
.shareicon {
    cursor: pointer;
    color: #111;
    background: #ccc;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin: auto 5px;
    font-size: 18px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
}
.shareicon:hover {
    background: #999;
}
.paymentbox {
    border: 4px #ccc dashed;
    padding: 10px;
    height: 100px;
}
a.active .paymentbox {
    border: 4px #000 dashed;
}
.pay-gate-logo {
    margin: auto;
    text-align: center;
    display: block;
}
.btn-paymentgateway {
    background-color: #2c2e2f;
}
.stickycartsidebar {
    position: sticky;
    top: 70px;
}
.placeorderbar {
    display: none;
}

.loc_page_desc {
    font-size: 16px;
    line-height: 30px;
}
.loc_page_desc a {
    color: #000;
    text-decoration: underline;
}
.loc_page_desc a:hover {
    color: #333;
    text-decoration: none;
}
.loc_page_desc img {
    padding: 5px;
    border: 1px solid #ccc;
    margin: 5px;
}
.loc_page_desc h2 {
    font-size: 1.5rem;
}
.loc_page_desc ul li {
    list-style: initial;
    margin-left: 20px;
}

.loc_c_page {
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
}
.loc_c_page .country_services {
    margin: 5px 0;
    border: 1px solid #ccc;
    padding: 5px;
    display: block;
    font-weight: bold;
}
.loc_c_page .country_services span {
    text-decoration: none;
    background-color: #ccc;
    color: #000;
    display: block;
    padding: 5px;
}
.loc_c_page a.country_services:hover {
    text-decoration: none;
    background-color: #999;
}
.loc_c_page a.loc_name {
    color: #fff;
    text-decoration: none;
    background-color: #010b0f;
    background-image: linear-gradient(#0b597e, #01131a);
    padding: 10px 20px;
    margin: 5px 0;
    display: block;
    font-weight: bold;
    border: 1px solid #333;
}
.loc_c_page a.loc_name:hover {
    color: #fff;
    text-decoration: none;
    background-color: #010b0f;
    background-image: linear-gradient(#313131, #999999);
    border: 1px solid #ccc;
}

.font12 {
    font-size: 12px;
}
.font13 {
    font-size: 13px;
}
.font14 {
    font-size: 14px;
}
.font15 {
    font-size: 15px;
}
.font16 {
    font-size: 16px;
}
.font17 {
    font-size: 17px;
}
.font18 {
    font-size: 18px !important;
}
.font20 {
    font-size: 20px !important;
}
.font24 {
    font-size: 24px;
}
.text-bold {
    font-weight: bold;
}

/*.orders .vieworderstbl .orderrow:first-child {
    background-color: unset;
    border: unset;
    margin: unset;
}
.orders .vieworderstbl .orderrow:first-child div{
    border: unset;
    padding: 0 0.75rem;
}*/
.uploadbtn {
    width: auto;
    margin: 0;
    padding: 3px 5px;
    font-size: 12px;
    border-radius: 0;
    background: #933535;
    border: none;
}
.orders {
    font-size: 13px;
    word-break: break-all;
}
.orders .vieworderstbl .orderrow {
    border: 1px solid #0f7090;
    padding: 10px;
    margin-bottom: 10px;
}
.orders .vieworderstbl .orderrow:hover {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(33, 33, 33, 1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(33, 33, 33, 1);
    box-shadow: 0px 0px 3px 0px rgba(33, 33, 33, 1);
}
.main_order_id {
    background-color: #0f7090;
    padding: 5px;
    color: #fff;
    font-size: 17px;
}
.orders .price {
    font-size: 20px;
}
.orders .order_date,
.payreq .order_date {
    font-size: 13px;
    line-height: 24px;
    float: right;
}
.orders .total_amt {
    font-size: 13px;
    color: #666;
}
.order_row_inner {
    background-color: #f6f6f6;
    padding: 5px 0;
}
.orders .order_type.success {
    background-color: #00a65a !important;
}
.req_for_quote {
    background-color: #ba0202 !important;
    color: #fff;
}
.orders .order_type {
    position: absolute;
    right: 0;
    top: 45px;
    background: #f39c12;
    padding: 4px 3px 4px 10px;
    border-top-left-radius: 50px 50px;
    border-bottom-left-radius: 50px 50px;
    color: #fff;
    font-size: 10px;
}
.floating-label {
    position: absolute;
    background: #fff;
    margin-left: 10px;
    font-size: 11px;
    top: -2px;
    z-index: 1;
}
.floating-cross {
    position: absolute;
    background: #fff;
    right: 22px;
    font-size: 13px;
    margin-top: 13px;
    cursor: pointer;
    color: #868686;
}

.bg-green {
    background-color: #00a65a !important;
}
a.vieworder {
    color: #212529;
}
a.vieworder:hover {
    color: #212529;
}
.vieworderdetails_title {
    background: #ccc;
    padding: 2px 5px;
}
.readMoreLess {
    background-color: transparent;
    padding: 0;
    width: auto;
    color: #000;
    margin: 0;
    text-decoration: underline;
}
.readMoreLess:hover {
    color: #666;
    text-decoration: none;
}
.vieworderstbl .tbladdon th {
    background-color: #cacaca;
}
.vieworderstbl .tbladdon th,
.vieworderstbl .tbladdon td {
    padding: 0.25rem;
    vertical-align: middle;
    max-width: 130px;
}
.vieworderstbl .tbladdon {
    font-size: 13px;
    background-color: #fbfbfb;
}
.vieworderstbl .stickycartsidebar {
    top: 0;
    position: unset;
}
.vieworderstbl .modal .order_type {
    position: absolute;
    left: 50%;
    margin-left: -35px;
    right: unset;
    background: #f39c12;
    padding: 6px 8px 5px 8px;
    border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-top-left-radius: unset;
    font-size: 13px;
    margin-top: 0;
    color: #fff;
}
.vieworderstbl .modal .mCSB_inside > .mCSB_container {
    margin-right: 14px;
}
.vieworderstbl .modal.show .modal-dialog {
    margin: 5px !important;
}
.vieworderstbl .modal.show .modal-header .close {
    margin: 0px;
    padding: 4px;
}
.vieworderstbl .modal.show .modal-body {
    padding: 8px !important;
}
.vieworderstbl .modal.show .cart-total {
    font-size: 16px;
}
.btnviewinfo {
    width: 100%;
    font-weight: bold;
    background: #106f8f;
    color: #fff;
}
.floating-copybtn {
    top: 13px;
    width: auto;
    position: absolute;
    right: 16px;
    border-radius: 0;
}
.saveinfo {
    margin: auto;
    width: auto;
    display: block;
}

.question {
    font-size: 15px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 0 0;
    font-weight: bold;
    background-color: #ccc;
}

.answer {
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
/*.bg-paid{background-color: #ccc;}*/
/*#div-subnav{border-bottom: 1px solid #ccc;background-color: #fafafa;}
#div-subnav.sticky{width: 100%;overflow: auto;position: fixed;z-index: 11;}*/

#div-subnav {
    background-color: #010b0f;
    background-image: linear-gradient(#08425d, #010b0f);
    top: 59px;
    z-index: 20;
    width: 100%;
}
#div-subnav.sticky {
    width: 100%;
    overflow: auto;
    position: fixed;
    z-index: 20;
    top: 46px;
}
#div-subnav.sticky #inner-div-subnav svg {
    width: 30px;
    height: 30px;
    display: unset;
}

#div-subnav1 {
    background-color: #010b0f;
    background-image: linear-gradient(#08425d, #010b0f);
    top: 59px;
    z-index: 20;
    width: 100%;
}
#div-subnav1.sticky {
    width: 100%;
    overflow: auto;
    position: fixed;
    z-index: 20;
    top: 46px;
}
#div-subnav1.sticky #inner-div-subnav1 svg {
    width: 30px;
    height: 30px;
    display: unset;
}

.ul-subnav {
    margin: 0 auto;
    display: flex;
    overflow: auto;
    justify-content: center;
}
.li-subnav {
    width: auto;
    flex: none;
}
.li-subnav:first-child a {
    border-left: none;
}
.li-subnav a {
    color: #fff;
    padding: 5px 15px;
    display: block;
    font-weight: 700;
    border-left: #000 solid 1px;
    font-size: 13px;
}
.li-subnav a:hover,
.li-subnav a.active {
    color: #fff;
    background-color: #008bc4;
    background-image: linear-gradient(#06425d, #008bc4);
    text-decoration: none;
}
.li-subnav a svg {
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
    fill: #fff;
    padding: 5px;
}
.sticky .li-subnav a {
    padding: 2px 15px;
}
/*.sticky.navbar-dark .navbar-nav .nav-link{padding: 0.1rem 0.5rem;}*/
.navbar-dark .navbar-nav .nav-link {
    padding: 0.4rem 0.4rem;
}
/*a:visited{color: #000;}*/
.home-cards .card-title {
    background-color: rgba(0, 0, 0, 0.125);
    padding: 5px 10px;
}
.home-cards .card-title a {
    font-weight: 800;
    color: #494949;
}
.home-cards .card-title a:hover {
    color: #000;
    text-decoration: none;
}
.carousel-caption .caption-div {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 2px;
}
.carousel-caption .caption-div p {
    margin-bottom: 0px;
}
.navbar-toggler {
    border-radius: 0;
}
.dropdown-menu {
    font-size: 13px;
}
.dropdown-menu {
    border-radius: 0px;
    background-color: #787878;
    border: 1px solid #ccc;
}
.dropdown-menu.show {
    display: none;
}
.dropdown-item {
    color: #fff; /*border-bottom: 1px solid #919191;*/
}
.dropdown-menu-inner {
    padding: 0 10px;
}
.dropdown-item svg {
    width: 30px;
    height: 30px;
    fill: #fff;
    padding: 5px;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active {
    background-color: #5f5f5f !important;
    outline: none;
}
.nav-item:hover a:hover,
.nav-item a:visited,
.nav-item a:active,
.nav-item.active,
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff !important;
    outline: 0px solid #fff;
}
.logo_company_name {
    font-size: 33px;
}
.navbar-brand span {
    font-size: 14px;
}
.sticky .logo_company_name {
    font-size: 16px;
}
.sticky .navbar-brand span {
    font-size: 9px;
}

.loggedinDiv {
    border: 1px solid #ccc;
    padding: 10px;
    float: left;
    width: 100%;
}
.loggedinDiv label {
    width: 100%;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
}
.loggedinDiv span {
    width: 100%;
    font-size: 15px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
.loggedinDiv .user-icon {
    font-size: 100px;
    text-align: center;
    display: block;
}
.loggedinDiv .btn {
    width: 100%;
}

.form-inputs input[type="text"],
input[type="password"],
.form-inputs select {
    margin: 0;
    border-radius: 0px;
}
.form-inputs textarea {
    border-radius: 0px;
}

.form-control {
    font-size: 13px;
    padding: 4px 6px;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
/* Set a style for all buttons */
button {
    background-color: #4caf50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

button:hover {
    opacity: 0.8;
}

.ordered-list {
    padding-left: 10px;
}
.ordered-list a {
    color: #000;
    text-decoration: underline;
    font-weight: 600;
}
.ordered-list a:hover {
    text-decoration: none;
}
.unordered-list {
    list-style-type: circle;
    margin-left: 10px;
}
.unordered-list li p {
    margin-left: 5px;
}

.addons {
    font-size: 13px;
}
.addons td {
    padding: 6px;
}
.input-sm {
    padding: 5px !important;
    font-size: 13px;
    height: auto;
}

/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

span.psw {
    float: right;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}

.comments .user-profile {
    font-size: 50px;
    color: #666;
    float: left;
    width: 60px;
}
.comments .profile-name {
    float: left;
    margin: 10px;
}
.comments .profile-name .name-span {
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid #666;
    display: block;
}
.comments .comment-text {
    font-size: 13px;
    float: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    word-break: break-word;
    width: 100%;
}

.upload-images input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
.custom-input-btn {
    width: 100%;
    padding: 50px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.fileuploadMainDiv {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.orelemnt {
    z-index: 1;
    float: left;
}
.or-div {
    background: #106f8f;
    padding: 10px;
    border-radius: 50%;
    margin-left: -18px;
    margin-top: 18px;
    font-weight: bold;
    position: absolute;
    color: #fff;
}
#progress-bar-status-show {
    height: 20px;
    color: #ffffff;
    width: 0%;
    -webkit-transition: width 0.6s;
    -moz-transition: width 0.6s;
    transition: width 0.6s;
}
.submit-button {
    padding: 5px;
    background-color: green;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.fileuploadbtn {
    border: 1px solid #ccc;
    width: 100%;
    padding: 3px;
}
.fileuploadbtn:disabled {
    background-color: #e9ecef;
}
#progressbr-container {
    height: auto;
    padding: 5px 0px;
    margin: 30px 0px;
    border-radius: 4px;
    text-align: center;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
#toshow {
    width: 100%;
    text-align: center;
}
.uploadmain-div {
    border: 2px solid green;
    padding: 40px;
}
.anchor_class {
    font-size: 25px;
}
#imageDiv {
    border: 1px solid #eee;
    padding: 5px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    /*padding-top: 60px;*/
    z-index: 1050;
}
.modal-open .modal {
    padding-right: 0px !important;
}
.modal-header {
    padding: 10px;
}
.modal-content {
    border: none;
}

.alert-red {
    color: #ffffff;
    background-color: #940310;
    border-color: #f5c6cb;
}
.brs0 {
    border-radius: 0;
}
.black-border {
    border: 1px solid #000;
}
#accordion .card {
    margin-bottom: 10px;
    outline: 1px solid #ccc;
    border: none;
}
#accordion .card h5 {
    font-weight: bold;
}
#accordion .accordion-heading:hover {
    background-image: linear-gradient(#fefefe, #e1e1e1);
    text-decoration: none;
}

.midImg {
    text-align: center;
    display: block;
    width: 60%;
    margin: auto;
}

/* Modal Content/Box */
.form-title {
    margin: 10px;
}
.mandatory {
    color: red;
}
.error_msg,
.error {
    color: red;
}
.error_msg_signup {
    color: red;
    font-size: 13px;
    font-weight: 600;
}
.error_msg_signup p,
.error_msg p {
    margin-bottom: 0px;
}
.loginfrm {
    margin: 25px auto;
    -webkit-box-shadow: 0px 0px 12px 8px rgba(242, 242, 242, 0.64);
    -moz-box-shadow: 0px 0px 12px 8px rgba(242, 242, 242, 0.64);
    box-shadow: 0px 0px 12px 8px rgba(242, 242, 242, 0.64);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    padding: 10px;
    float: left;
}
.loginfrm input,
.loginfrm select {
    border: none;
    border-bottom: 1px solid #999;
    padding: 4px 30px;
    box-sizing: border-box;
}
.loginfrm .rememberme {
    width: 15px;
    height: 15px;
}
.loginfrm .field-icon {
    position: absolute;
    margin-top: 33px;
    margin-left: 25px;
    left: 0;
}

.bg-teal-gradient {
    background: #39cccc !important;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #39cccc),
        color-stop(1, #7adddd)
    ) !important;
    background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
    background: -moz-linear-gradient(
        center bottom,
        #39cccc 0%,
        #7adddd 100%
    ) !important;
    background: -o-linear-gradient(#7adddd, #39cccc) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
    color: #fff;
}

#chartdiv {
    height: 370px;
}
#line-chart {
    height: 300px;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.box-primary {
    border-top-color: #3c8dbc;
}
.box.box-info {
    border-top-color: #00c0ef;
}
.box.box-danger {
    border-top-color: #dd4b39;
}
.box.box-warning {
    border-top-color: #f39c12;
}
.box.box-success {
    border-top-color: #00a65a;
}
.box.box-default {
    border-top-color: #d2d6de;
}
.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.alert-danger,
.alert-error,
.alert-info,
.alert-success,
.alert-warning,
.bg-aqua,
.bg-aqua-active,
.bg-black,
.bg-black-active,
.bg-blue,
.bg-blue-active,
.bg-fuchsia,
.bg-fuchsia-active,
.bg-green,
.bg-green-active,
.bg-light-blue,
.bg-light-blue-active,
.bg-lime,
.bg-lime-active,
.bg-maroon,
.bg-maroon-active,
.bg-navy,
.bg-navy-active,
.bg-olive,
.bg-olive-active,
.bg-orange,
.bg-orange-active,
.bg-purple,
.bg-purple-active,
.bg-red,
.bg-red-active,
.bg-teal,
.bg-teal-active,
.bg-yellow,
.bg-yellow-active,
.callout.callout-danger,
.callout.callout-info,
.callout.callout-success,
.callout.callout-warning,
.label-danger,
.label-info,
.label-primary,
.label-success,
.label-waring,
.modal-danger .modal-body,
.modal-danger .modal-footer,
.modal-danger .modal-header,
.modal-info .modal-body,
.modal-info .modal-footer,
.modal-info .modal-header,
.modal-primary .modal-body,
.modal-primary .modal-footer,
.modal-primary .modal-header,
.modal-success .modal-body,
.modal-success .modal-footer,
.modal-success .modal-header,
.modal-warning .modal-body,
.modal-warning .modal-footer,
.modal-warning .modal-header {
    color: #fff !important;
}
.bg-gray {
    color: #000;
    background-color: #d2d6de !important;
}
.bg-black {
    background-color: #111 !important;
}
.alert-danger,
.alert-error,
.bg-red,
.callout.callout-danger,
.label-danger,
.modal-danger .modal-body {
    background-color: #dd4b39 !important;
}
.alert-warning,
.bg-yellow,
.callout.callout-warning,
.label-waring,
.modal-warning .modal-body {
    background-color: #f39c12 !important;
}
.alert-info,
.bg-aqua,
.callout.callout-info,
.label-info,
.modal-info .modal-body {
    background-color: #00c0ef !important;
}
.bg-blue {
    background-color: #0073b7 !important;
}
.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
    background-color: #3c8dbc !important;
}
.alert-success,
.bg-green,
.callout.callout-success,
.label-success,
.modal-success .modal-body {
    background-color: #00a65a !important;
}
.bg-navy {
    background-color: #001f3f !important;
}
.bg-teal {
    background-color: #39cccc !important;
}
.bg-olive {
    background-color: #3d9970 !important;
}
.bg-lime {
    background-color: #01ff70 !important;
}
.bg-orange {
    background-color: #ff851b !important;
}
.bg-fuchsia {
    background-color: #f012be !important;
}
.bg-purple {
    background-color: #605ca8 !important;
}
.bg-maroon {
    background-color: #d81b60 !important;
}
.bg-gray-active {
    color: #000;
    background-color: #b5bbc8 !important;
}
.bg-black-active {
    background-color: #000 !important;
}
.bg-red-active,
.modal-danger .modal-footer,
.modal-danger .modal-header {
    background-color: #d33724 !important;
}
.bg-yellow-active,
.modal-warning .modal-footer,
.modal-warning .modal-header {
    background-color: #db8b0b !important;
}
.bg-aqua-active,
.modal-info .modal-footer,
.modal-info .modal-header {
    background-color: #00a7d0 !important;
}
.bg-blue-active {
    background-color: #005384 !important;
}
.bg-light-blue-active,
.modal-primary .modal-footer,
.modal-primary .modal-header {
    background-color: #357ca5 !important;
}
.bg-green-active,
.modal-success .modal-footer,
.modal-success .modal-header {
    background-color: #008d4c !important;
}
.bg-navy-active {
    background-color: #001a35 !important;
}
.bg-teal-active {
    background-color: #30bbbb !important;
}
.bg-olive-active {
    background-color: #368763 !important;
}
.bg-lime-active {
    background-color: #00e765 !important;
}
.bg-orange-active {
    background-color: #ff7701 !important;
}
.bg-fuchsia-active {
    background-color: #db0ead !important;
}
.bg-purple-active {
    background-color: #555299 !important;
}
.bg-maroon-active {
    background-color: #ca195a !important;
}
[class^="bg-"].disabled {
    opacity: 0.65;
}
.text-red {
    color: #dd4b39 !important;
}
.text-yellow {
    color: #f39c12 !important;
}
.text-aqua {
    color: #00c0ef !important;
}
.text-blue {
    color: #0073b7 !important;
}
.text-black {
    color: #111 !important;
}
.text-light-blue {
    color: #3c8dbc !important;
}
.text-green {
    color: #00a65a !important;
}
.text-gray {
    color: #d2d6de !important;
}
.text-navy {
    color: #001f3f !important;
}
.text-teal {
    color: #39cccc !important;
}
.text-olive {
    color: #3d9970 !important;
}
.text-lime {
    color: #01ff70 !important;
}
.text-orange {
    color: #ff851b !important;
}
.text-fuchsia {
    color: #f012be !important;
}
.text-purple {
    color: #605ca8 !important;
}
.text-maroon {
    color: #d81b60 !important;
}
.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-box > .inner {
    padding: 10px;
}
.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
.small-box > .small-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}
.small-box p {
    font-size: 15px;
}
.small-box p > small {
    display: block;
    color: #f9f9f9;
    font-size: 13px;
    margin-top: 5px;
}
.small-box h3,
.small-box p {
    z-index: 5px;
}
.small-box .icon {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
}
.small-box:hover {
    text-decoration: none;
    color: #f9f9f9;
}
.small-box:hover .icon {
    font-size: 95px;
}
@media (max-width: 767px) {
    .small-box {
        text-align: center;
    }
    .small-box .icon {
        display: none;
    }
    .small-box p {
        font-size: 12px;
    }
}

.border-btn {
    background: none;
    color: #000;
    border: 1px solid #000;
    font-weight: 600;
}
.border-btn:hover,
.border-btn.active {
    background: #e5e5e5;
}
.psw {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    text-align: center;
}
.psw a {
    color: #000 !important;
    font-weight: 600;
    text-decoration: underline;
}
.calculateAmt.show {
    display: table-cell;
}
.calculateAmt {
    display: none;
}

.tot_place_order {
    position: absolute;
    right: 20px;
    top: 28px;
    font-weight: bold;
    font-size: 13px;
}
/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    color: #000;
    font-weight: bold;
    width: auto;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

.social-share {
    padding: 4px 10px;
    background: #ccc;
    color: #000;
    border: 1px solid #ccc;
}
.social-share:hover {
    border: 1px solid #ccc;
    color: #000;
    background-color: transparent;
}

#err_msg p {
    margin-bottom: 0;
}

footer {
    border-top: 1px solid #fff !important;
    background-color: #262626;
    /* background-color: #0071e3; */
    font-size: 13px;
}
footer h4 {
    color: #fff;
}
footer ul li {
    color: #d7d7d7;
    padding: 10px 0;
    border-bottom: 1px dotted #5d5d5d;
}
footer ul li:last-child {
    border-bottom: none;
}
footer ul li a {
    color: #d7d7d7;
}
footer ul li a:hover {
    color: #999;
    text-decoration: none;
}

/*===========Loader==============*/
.loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}
.loader {
    left: 50%;
    margin-left: -4em;
    font-size: 10px;
    border: 0.8em solid rgba(218, 219, 223, 1);
    border-left: 0.8em solid rgb(0 0 0);
    animation: spin 1.1s infinite linear;
}
.loader,
.loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4.05em;
}
.show_mobile {
    display: none;
}
.hide_mobile {
    display: block;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*===========Loader==============*/
@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 10px;
    }
}
@media only screen and (max-width: 991px) {
    body {
        padding-top: 59.2px;
    }
    #navbarResponsive {
        max-height: 250px;
        overflow: auto;
    }
    .header-nav {
        background-color: #000;
    }
    .navbar-dark .container {
        display: block;
    }
    .dropdown-menu.show {
        display: block;
    }
    .display_name {
        display: inline-block;
    }
    #div-subnav {
        display: none !important;
    }
    ul.navbar-nav {
        border-top: 1px solid #414141;
        padding-top: 10px;
    }
    #div-subnav.sticky {
        top: 57px;
    }
    #div-subnav1 {
        display: none;
    }
    .dropdown-item {
        padding: 0.25rem 0.7rem;
    }
    .video_iframe {
        height: 300px;
    }
    .hide_mobile {
        display: none;
    }
    .show_mobile {
        display: block;
    }
    .mposrel {
        position: relative;
    }
    .sticky .navbar-brand {
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem;
    }
    .cart-count.show_mobile.mposrel {
        margin-top: -20px;
        margin-left: 76px;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    #rzp-button {
        padding: 0px !important;
    }
    .paymentbox {
        height: 133px;
    }
}
@media only screen and (max-width: 768px) {
    .ul-subnav {
        justify-content: unset;
    }
    .li-subnav a {
        font-size: 13px;
    }
    .li-subnav a svg {
        width: 40px;
        height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .large-top-promo .top-promo-bar {
        font-size: 19px;
    }
    .mpl15 {
        padding-left: 15px;
    }

    .mpr15 {
        padding-right: 15px;
    }
    .my-4 {
        font-size: 1.9rem;
    }
    .mp0 {
        padding: 0px !important;
    }
    #accordion .card-header {
        padding: 10px;
    }
    #accordion .card-header h5 {
        font-size: 16px;
    }
    #accordion .card-body {
        font-size: 14px;
    }

    #subtotalWrapper {
        margin-bottom: 10px;
    }
    .midImg {
        width: 100%;
    }
    .stickycartsidebar {
        position: unset;
        top: unset;
    }
    #chartdiv {
        height: 270px;
    }
    #line-chart {
        height: 200px;
    }
    /*.placeorderbar{    background: #000;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;}*/
    /* Force table to not be like tables anymore */
    /*.service_desc{display: block;
    position: unset;
    bottom: unset;padding: unset;
    left: unset;}
.service_desc_inner{background-color: #fff;padding: initial;font-size: 13px;}
.service_desc_inner p, .service_desc_inner span{color: #000 !important;}*/
}
.orderstab.nav-tabs .nav-link.active,
.orderstab.nav-tabs .nav-item.show .nav-link,
.orderstab.nav-tabs .nav-link.active:hover,
.orderstab.nav-tabs .nav-link.active:active {
    color: #ffffff !important;
    border-color: #bababa #dee2e6 #fff;
    background: #6e6e6e;
    font-weight: bold;
    background-color: #010b0f;
    background-image: linear-gradient(#08425d, #010b0f);
}
.orderstab.nav-tabs .nav-link {
    background: #ccc;
    color: #17191c !important;
    font-size: 14px;
    border-color: #bababa #bababa #fff;
    font-weight: bold;
}
.orderstab.nav-tabs .nav-link:hover,
.orderstab.nav-tabs .nav-link:active {
    background: #ededed;
    color: #17191c !important;
    font-size: 14px;
}
@media only screen and (max-width: 575px) {
    .orelemnt {
        width: 100%;
    }
    .mp0 {
        padding: 0px !important;
    }
    .or-div {
        margin-left: 0;
        margin-top: 0;
        font-weight: bold;
        position: relative;
        margin: auto;
        width: 39px;
    }
}
@media only screen and (max-width: 468px) {
    .service_desc_inner h1 {
        font-size: 25px;
    }
    .m-full-button {
        width: 100%;
        display: block;
        text-align: center;
        margin: 5px 0;
    }
    .video_iframe {
        height: 250px;
    }
}
#frmsignup input::placeholder {
    color: transparent !important;
}

.nav-item a svg {
    width: 15px;
    height: 15px;
    fill: #fff;
}
