/* Body Css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
body * {
    font-family: 'Poppins', sans-serif;
}
body {
    background-color: #f5f5f5;
}
img {
    width: 100%;
}
.fill-blue-500 {
    fill: #3b82f6;
}
.fill-gray-700 {
    fill: #616568;
}
button.btn {
    display: block;
    width: 95%;
    background-color: #017113;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.4s linear;
}
button.btn a {
    color: #fff;
    text-decoration: unset;
    font-weight: 500;
    letter-spacing: 1px;
}
a button.btn {
    color: #fff;
    text-decoration: unset;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.4s linear;
}
a button.btn:hover {
    border-color: #017113;
    color: #000;
}
button.btn:hover {
    border-color: #017113;
}
button.btn:hover a {
    color: #000;
}
.w-head {
    margin-bottom: 20px;
    position: relative;
}
.w-head:before {
    content: "";
    background-color: #0000001f;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 11px;
    z-index: -1;
}
.w-head h2 {
    color: #6f6568;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #f5f5f5;
    display: inline-block;
}
/* Header Css */
header.header-row {
    background-color: #fff;
}
.navbar-brand {
    width: 20%;
    display: flex;
    align-items: center;
}
.nav-form  {
    width: 65%;
    margin-left: auto;
}
.nav-form form {
    display: flex;
}
.navbar-expand-lg .navbar-nav {
    width: 26%;
}
.navbar-brand ul {
    padding: 0;
    margin: 0;
    margin-left: 35px;
    position: relative;
}
.navbar-brand ul:before {
    content: "\f041";
    font-family: 'FontAwesome';
    position: absolute;
    color: #017111;
    left: -20px;
    font-size: 22px;
}
.navbar-brand img {
    width: 85% !important;
}
.navbar-brand ul li span {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.navbar-brand ul li {
    position: relative;
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    color: #017113;
}
.navbar-brand ul li i {
    font-size: 18px;
    font-weight: 700;
}
.navbar-expand-lg .navbar-nav .nav-link {
    border: 1px solid #017113;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #017113;
    font-weight: 600;
    transition: all 0.4s linear;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
    background-color: #017113;
    color: #fff;
}
.nav-form form input {
    border-radius: 5px 0px 0px 5px !important;
    border: 1px solid #c4c4c4 !important;
    padding: 12px 0 12px 20px;
    font-size: 16px;
    color: #00000082;
    font-weight: 500;
}
.nav-form form button {
    background-color: #017113;
    color: #fff;
    width: 25%;
    border: 1px solid #017113 !important;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0px 5px 5px 0px !important;
    transition: all 0.4s linear;
}
.nav-form form button:hover {
    background-color: transparent;
}
.nav-form form input::placeholder {
    font-size: 16px;
    color: #00000082;
    font-weight: 500;
}
.login-btns {
    width: 26%;    
}

.login-btns:hover{
    cursor: pointer;;
}

.login-btns ul {
    display: flex;
    justify-content: end;
    padding: 0;
    margin: 0;
}
.login-btns ul li {
    list-style: none;
    margin-left: 25px;
    position: relative;
    color: #979797;
    font-size: 15px;
    font-weight: 500;
}
.login-btns ul li .__account-menu-button-icon {
    margin-right: 8px;
    scale: 1.15;
    fill: #979797;
}
.login-btns ul li .__header-pick-ups-icon {
    fill: #979797;
    margin-right: 5px;
}
.login-btns ul li span {
    position: absolute;
    left: 12px;
    top: -5px;
    background-color: #017113;
    color: #fff;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    border-radius: 50px;
}
.offcanvas-menu img {
    width: 30%;
    margin-bottom: 10px;
}
.offcanvas-menu ul.location {
    padding: 0;
    margin-bottom: 20px;
}
.offcanvas-menu ul.location li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #017113;
}
.offcanvas-menu {
    text-align: center;
    width: 320px;
    height: 100%;
    position: fixed;
    right: 0;
    background-color: #fff;
    display: none;
}
.offcanvas-menu.show {
    z-index: 2;
    display: block;   
}
.offcanvas-menu ul.location li:before {
    content: "\f041";
    font-family: 'FontAwesome';
    position: absolute;
    color: #017111;
    left: -20px;
    font-size: 22px;
    top: -4px;
}
.offcanvas-menu ul li span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.offcanvas-menu a.offcanvas-btn {
    border: 1px solid #017113;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #017113;
    font-weight: 600;
}
div#all {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#all.open {
    transform: translateX(-320px);
}
#nav-trigger {
    width: 40px;
    margin: auto;
    margin-right: 0;
    height: 20px;
    position: relative;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    display: none;
}
#nav-trigger span {
     display: block;
     position: absolute;
     height: 2px;
     width: 100%;
     background: #222222;
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     transform: rotate(0deg);
     -webkit-transition: .6s ease-in-out;
     -moz-transition: .6s ease-in-out;
     -o-transition: .6s ease-in-out;
     transition: .6s ease-in-out;
}
 #nav-trigger span:nth-child(1) {
     top: 0;
}
 #nav-trigger span:nth-child(2), #nav-trigger span:nth-child(3) {
     top: 50%;
     transform: translateY(-50%);
}
 #nav-trigger span:nth-child(4) {
     bottom: 0;
}
 #nav-trigger.active span:nth-child(1) {
     transform: translateY(-10px);
     opacity: 0;
}
 #nav-trigger.active span:nth-child(2) {
     transform: rotate(45deg);
     transform-origin: center;
}
 #nav-trigger.active span:nth-child(3) {
     transform: rotate(-45deg);
     transform-origin: center;
}
 #nav-trigger.active span:nth-child(4) {
     transform: translateY(10px);
     opacity: 0;
}
/* Banner Css */
section.banner-row {
    padding: 16px 0 20px;
}
.banner-sec img {
    width: 100%;
}
/* Products Css */
section.products-row {
    padding-bottom: 30px;
}
section.products-row .nav-tabs .nav-link.active {
    border: 0;
    background-color: transparent;
    border-bottom: 2px solid #017113;
    color: #017113;
}
section.products-row .nav-tabs .nav-link {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    border: 0;
}
section.products-row .nav-tabs {
    margin-bottom: 25px;
}
.product-sec {
    background-color: #fff;
    box-shadow: #bdbdbd 0 0 7px 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.location-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0 20px;
}
.location-sec ul {
    padding: 0;
    margin: 0;
}
.location-sec ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}
.location-lft li {
    margin: 0 0px 0 10px;
}
.location-lft li i {
    color: #017113;
    font-weight: 100;
    font-size: 18px;
}
.location-rgt ul li a {
    text-decoration: unset;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}
.location-rgt ul li i {
    color: #017113;
}
.product-sec img {
    width: 100% !important;
    height: 200px;
    object-fit: scale-down;
    margin-bottom: 10px;
}
.product-sec h3 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    width: 88%;
    margin: auto;
    margin-bottom: 10px;
}
.details-sec {
    background-color: #f5f5f5;
    padding: 5px 10px;
    margin-bottom: 5px;
}
.details-sec ul {
    padding: 0;
    margin: 0;
    line-height: 15px;
}
.details-sec ul li {
    display: inline-block;
}
.details-sec ul.rating {
    text-align: center;
}
.details-sec ul.rating li {
    margin: 0 1px;
}
.details-sec ul.rating li i {
    color: #017113;
}
.details-sec ul.product-details li {
    font-size: 11px;
    width: 49%;
}
.details-sec ul.product-details li span.negative {
    color: red;
}
.details-sec ul.product-details li span.positive {
    color: #017113;
}
.details-sec ul.product-details li strong {
    color: #000;
}
.aution-labels {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}
.aution-labels p {
    margin-bottom: 0;
    font-size: 13px;
    color: #000;
    font-weight: 400;
}
.aution-labels ul {
    padding: 0;
    margin: 0;
}
.aution-labels ul li {
    display: inline-block;
    font-size: 13px;
    color: #000;
}
.aution-labels strong {
    font-weight: 600;
    font-size: 13px;
    color: #000;
}
.aution-labels ul li span {
    color: #017113;
    font-weight: 600;
}
.product-sec button.btn {
    margin: 12px auto 20px;
}
.product-sec button.btn-cancel:hover {
    background-color: transparent;
}
.product-sec h4 {
    text-align: center;
    font-size: 12px;
    color: #017113;
    font-weight: 600;
}
/* Event Css */
section.events-row {
    padding: 30px 0 50px;
}
section.events-row .col-lg-3 {
    padding: 0 5px;
}
.events-sec {
    border: 1px solid #d4d4d4;
    background-color: #fff;
    border-radius: 10px;
    padding: 14px 0;
}
.expect-sec svg {
    margin-bottom: 10px;
}
.expect-sec h3 {
    font-size: 20px;
    color: #3a3a3a;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
}
.expect-sec p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
}
.events-sec h3 a {
    color: #017113;
    text-decoration: unset;
}
.events-sec h3 {
    font-size: 16px;
    line-height: 22px;
    width: 95%;
    margin: auto;
    margin-bottom: 10px;
}
.events-sec img {
    width: 95%;
    margin: auto;
    display: block;
    margin-bottom: 15px;
}
.events-sec ul {
    padding-left: 14px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d4d4d4;
}
.events-sec ul li {
    list-style: none;
    display: flex;
    align-items: baseline;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
}
.events-sec ul li i {
    padding-right: 10px;
    font-size: 18px;
}
.events-sec ul li strong {
    display: contents;
    font-weight: 600;
}
.events-sec p {
    margin-bottom: 5px;
    font-size: 14px;
    padding-left: 14px;
}
.events-sec button.btn {
    margin: auto;
    margin-top: 10px;
}
/* Review Css */
section.review-row {
    padding-bottom: 50px;
}
section.review-row .col-lg-4 {
    padding: 0 5px;
}
.review-flex {
    background-color: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    display: flex;
    padding: 20px;
}
.review-lft {
    margin-right: 20px;
}
.review-rgt h3 {
    font-size: 16px;
    color: #6f6568;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
}
.review-rgt p {
    color: #777;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    min-height: 105px;
}
.review-rgt p.author {
    min-height: auto;
    margin-bottom: 15px;
}
.review-rgt ul {
    padding: 0;
    margin: 0;
}
.review-rgt ul li {
    display: inline-block;
}
.review-rgt ul li i {
    color: #017113;
}
.review-rgt ul li:last-child {
    padding-left: 10px;
    color: #777;
    font-size: 15px;
}
/* Benefits Css */
section.benefits-row {
    padding-bottom: 30px;
}
.benefits-sec svg {
    margin-bottom: 10px;
}
.benefits-sec h3 {
    color: #000;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
}
.benefits-sec p {
    color: #777;
    font-size: 14px;
    line-height: 24px;
}
/* Story Css */
.story-head {
    background-image: url(../images/story-bg.jpg);
    padding: 80px 40px 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.story-head:before {
    content: "";
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.story-head h2 {
    color: #fff;
    font-size: 45px;
    width: 60%;
    font-style: italic;
    line-height: 60px;
    margin-bottom: 0;
}
.story-head p {
    color: #fff;
    width: 50%;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}
.story-boxes {
    background-color: #171717;
    padding: 50px;
}
.story-sec iframe {
    border: 2px solid #eee;
    margin-bottom: 20px;
}
.story-sec h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    line-height: 28px;
}
/* FAQ Css */
section.inner-banner {
    text-align: center;
    background: #e0e0e0;
    padding: 60px 0;
}
.inner-cont h1 {
    color: #15731f;
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 0;
}
.inner-cont p {
    font-size: 15px;
    line-height: 20px;
    margin-top: 15px;
    color: #000;
}
section.faq-row {
    padding: 50px;
}
section.faq-row div#accordionExample {
    max-width: 1028px;
    margin: auto;
}
section.faq-row div#accordionExample .accordion-item button.accordion-button {
    background: rgba(0,0,0,.03);
    padding: 22px 30px;
    color: #15731f;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.accordion-body {
    padding-left: 30px;
}
.accordion-body p {
    font-size: 14px;
    color: #000;
}
.accordion-body p b {
    color: #000;
}
/* Location Css */
section.location-banner {
    padding: 20px 0 30px;
}
.locatio-ban-cont h1, .locatio-ban-cont h2 {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 10px;
}
.locatio-ban-cont p {
    color: #000;
}
.locatio-ban-cont ul {
    padding: 0;
    margin: 0;
}
.locatio-ban-cont ul li {
    color: #000;
    list-style: none;
    font-size: 16px;
}
.locatio-ban-cont ul li b {
    font-weight: 600;
}
.locatio-ban-cont ul li a {
    text-decoration: unset;
    color: #000;
}
section.location-row {
    padding-bottom: 50px;
}
.location-box {
    background-color: #fff;
    border-radius: 25px;
    padding: 20px;
}
.location-box iframe {
    border-radius: 25px;
    margin-bottom: 20px;
}
.location-box h2 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
}
.location-box p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.location-box button.btn {
    border-radius: 50px;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    margin-bottom: 20px;
}
.location-box h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
}
.location-box ul {
    padding: 0;
    margin: 0;
}
.location-box ul li {
    display: flex;
    justify-content: space-between;
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
}
/* Terms Css */
section.terms-row {
    padding: 50px 0;
}
.terms-cont img {
    width: 12%;
    margin-bottom: 10px;
}
.terms-cont a {
    color: #017113;
    text-decoration: unset;
}
.terms-cont p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}
.terms-cont h5 {
    font-size: 22px;
}
.terms-cont b , .terms-cont h5 b {
    color: #000;
    font-weight: 600;
}
/* Product Details Css */
.header-titles {
    background: #eff0f3;
    padding: 10px 0;
}
.header-titles ul {
    padding: 0;
    margin: 0;
}
.header-titles ul li {
    color: #000;
    display: inline-block;
}
.header-titles ul li i {
    color: #017113;
    padding-right: 10px;
}
.header-titles ul li a {
    color: #000;
    text-decoration: unset;
    font-size: 16px;
}
.header-description {
    background-color: #e6e4e3;
    padding: 10px 0;
}
.header-description ul {
    padding: 0;
    margin: 0;
}
.header-description ul li {
    display: inline-block;
    margin-left: 20px;
}
.header-description .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.descript-lft p {
    margin: 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.products-content {
    padding: 50px 0 30px;
}
.products-content .card__image img {
    width: 100%;
    height: 350px;
    object-fit: scale-down;
}
.products-content .swiper .swiper-wrapper {
    margin-bottom: 50px !important;
}
.products-content .swiper-button-next, .products-content .swiper-button-prev {
    top: 45%;
}
.pro-details-sec h2 {
    font-size: 28px;
    width: 80%;
    line-height: 35px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
.pro-cart-box {
    background-color: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-bottom: 20px;
}
.pro-cart-box div {
    width: 50%;
}
.cart-lft ul {
    padding: 0;
    margin: 0;
}
.cart-lft ul li {
    list-style: none;
    margin-bottom: 8px;
    font-size: 16px;
    color: #000;
}
.cart-lft ul li b {
    font-weight: 600;
}
.cart-lft ul li a {
    color: #017113;
    text-decoration: unset;
    font-weight: 600;
    font-size: 16px;
    
}
.cart-btn button.btn {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}
.cart-btn button.btn a {
    letter-spacing: 0;
}
.pro-details-sec h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 25px;
    margin-bottom: 0;
}
.pro-details-sec ul {
    padding: 0;
    margin: 0;
}
.pro-details-sec ul li {
    list-style: none;
}
.pro-details-sec ul.rating {
    margin-top: 8px;
    margin-bottom: 10px;
}
.pro-details-sec ul.rating li {
    display: inline-block;
    margin-right: 2px;
}
.pro-details-sec ul.rating li i {
    color: #017113;
    font-size: 18px;
}
.pro-details-sec ul.quality-btns li {
    display: inline-block;
    background: #E3EFE4;
    padding: 7px 12px;
    border-radius: 50px;
    font-size: 15px;
    color: #000;
}
.pro-details-sec ul.quality-btns {
    margin-bottom: 20px;
}
.pro-details-sec p {
    font-size: 16px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 20px;
}
.pro-details-sec .items-details ul li {
    display: inline-block;
    margin-bottom: 10px;
    color: #000;
}
.pro-details-sec .items-details ul li b {
    width: 230px;
    display: block;
    font-weight: 600;
    font-size: 17px;
}
.pro-details-sec .items-details {
    margin-top: 10px;
    margin-bottom: 15px;
}
.pro-details-sec .bid-history {
    margin: 15px auto 0;
}
.pro-details-sec .bid-history ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    align-items: center;
}
.pro-details-sec .bid-history ul li {
    text-align: center;
    width: 100px;
    font-size: 14px;
    color: #000;
    margin: 0 35px;
}
.pro-details-sec .bid-history ul.bid-title {
    margin-bottom: 5px;
}
.pro-details-sec .bid-history ul.bid-title li {
    font-size: 16px;
}
.pro-details-sec .bid-history ul.bid-details {
    border-bottom: 1px solid #AEAAAE;
    padding: 10px 0;
}
/* Search Css */
section.search-row {
    padding-bottom: 30px;
}
/* Login Css */
.login-row {
    padding: 120px 0;
}
.login-box {
    background-color: #fff;
    padding: 22px;
}
.login-box h1 {
    font-size: 32px;
    color: #000;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 30px;
    text-align: center;
}
.login-box label {
    text-align: left;
    display: block;
}
.login-box .col-12 label {
    background-color: #fff;
    font-size: 13px;
    color: #017113;
    z-index: 11;
    position: relative;
    top: 10px;
    left: 16px;
    display: inline-block;
}
.login-box input {
    height: 55px;
    padding: 16.5px 14px;
    border: 1px solid #c4c4c4;
    font-size: 15px;
}
.login-box input::placeholder {
    font-size: 15px;
}
.login-box input[type="checkbox"] {
    height: auto;
    padding: 7px;
}
.login-box .form-check label {
    font-size: 15px;
}
.login-box a {
    text-decoration: unset;
    color: #017113 !important;
    font-weight: 600;
    font-size: 15px;
}
.login-box .col-12 {
    margin: 0;
}
.login-box button[type="submit"] {
    border: 0;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    width: 100%;
}
.create-box {
    background-color: #fff;
    padding: 22px 22px 28px;
}
.create-box h2 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #000;
}
.create-box p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 25px;
}
.create-icon {
    background-color: #f5f5f5;
    width: 150px;
    height: 150px;
    margin: auto;
    border: 1px solid #e0e0e0;
    line-height: 150px;
    border-radius: 50%;
    margin-bottom: 35px;
}
.create-icon svg {
    transform: scale(2.35);
}
.create-box a button.create-btn  {
    text-decoration: unset;
    color: #017113;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #017113;
    background-color: transparent;
    padding: 8px 22px;
    height: 56px;
    border-radius: 4px;
    transition: all 0.4s linear;
}
.create-box a button.create-btn:hover {
    background-color: #017113;
    color: #fff;
}
section.register-row {
    padding: 50px 0;
}
.register-box h1 {
    font-size: 40px;
    color: #000;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 30px;
}
.register-box input {
    height: 55px;
    padding: 16.5px 14px;
    border: 1px solid #c4c4c4;
    font-size: 15px;
}
.register-box input::placeholder {
    font-size: 15px;
}
.register-box label {
    background-color: #fff;
    font-size: 13px;
    color: #017113;
    z-index: 11;
    position: relative;
    top: 10px;
    left: 16px;
    display: inline-block;
}
.register-box .col-12 {
    margin: 0;
}
.register-box button[type="submit"] {
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #017113;
    transition: all 0.4s linear;
}
.register-footer ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
.register-footer ul li {
    display: inline-block;
    color: #000;
    font-size: 16px;
    margin-right: 5px;
}
.register-footer ul li a {
    text-decoration: unset;
    color: #017113;
    font-weight: 600;
}
.register-box button[type="submit"]:hover {
    background-color: transparent;
    color: #000;
}
section.forget-row {
    padding: 50px 0 280px;
}
.forget-box {
    padding: 30px;
    background-color: #fff;
}
.forget-box h1 {
    color: #000;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px;
}
.forget-box p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.forget-box .col-12 {
    margin: 0;
}
.forget-box label {
    background-color: #fff;
    font-size: 13px;
    color: #017113;
    z-index: 11;
    position: relative;
    top: 10px;
    left: 16px;
    display: inline-block;
}
.forget-box input {
    height: 55px;
    padding: 16.5px 14px;
    border: 1px solid #c4c4c4;
    font-size: 15px;
}
.forget-box input::placeholder {
    font-size: 15px;
}
.forget-box button[type="submit"] {
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #017113;
    transition: all 0.4s linear;
}
.forget-box button[type="submit"]:hover {
    background-color: transparent;
    color: #000;
}
/* Dashboard Css */
.dashboard-sidebar {
    background-color: #fff;
    padding: 20px 16px;
}
section.dashboard-row {
    padding: 30px 0;
}
.dashboard-sidebar ul {
    padding: 0;
    margin: 0;
}
.dashboard-sidebar ul.dropdownList-1, .dashboard-sidebar ul.dropdownList-2 {
    margin: 15px 0;
    display: none;
}
.dashboard-sidebar ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}
.dashboard-sidebar ul li a {
    color: #979797;
    text-decoration: unset;
}
.dashboard-sidebar ul li a:hover {
    color: #017113;
}
.dashboard-sidebar ul li a.active {
    color: #017113;
}
.dashboard-sidebar ul li a span.count {
    background-color: #017113;
    color: #fff;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    border-radius: 50px;
}
.dashboard-sidebar ul li.aution-dropdown i , .dashboard-sidebar ul li.account-dropdown i {
    float: right;
    font-size: 22px;
}
.dashboard-sidebar ul li.aution-dropdown i.active:before {
    content: "\f106";
}
.dashboard-sidebar ul li.account-dropdown i.active:before {
    content: "\f106";
}
.dashboard-cont h1 {
    font-size: 40px;
    color: #000;
    line-height: 40px;
    font-weight: 400;
}
.dashboard-cont h1 strong {
    font-weight: 600;
}
.dashboard-count-sec {
    background-color: #fff;
    margin-top: 30px;
}
.dashboard-count-sec h3 {
    background-color: #017113;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px 5px 0px 0px;
    padding-left: 20px;
    font-weight: 600;
    margin-bottom: 0px;
}
.count-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
}
.count-flex p {
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 600;
    color: #000;
    line-height: 30px;
}
.count-flex img {
    width: 10%;
}
.aution-cont h1 {
    font-size: 32px;
    font-weight: 600;
}
.aution-cont p.aution-para {
    font-size: 14px;
}
.aution-cont p {
    font-size: 16px;
    color: #000;
}
.aution-cont h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 500;
}
.appointment-sec {
    background-color: #fff;
    padding: 10px;
}
.appointment-sec h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
    color: #000;
}
.appointment-details ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.appointment-details ul li {
    list-style: none;
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
    width: 65%;
}
.appointment-details ul li:first-child {
    width: 35%;
}
.appointment-details ul li b {
    font-weight: 600;
}
.appointment-details {
    margin-bottom: 30px;
}
.appointment-sec button.btn {
    width: 100%;
}
.appointment-sec button.return-btn {
    width: 100%;
    border: 1px solid #017113;
    background-color: transparent;
    padding: 5px;
    border-radius: 50px;
    margin-bottom: 15px;
    transition: all 0.4s linear;
}
.appointment-sec button.return-btn a {
    text-decoration: unset;
    color: #017113;
}
.appointment-sec button.return-btn:hover {
    background-color: #017113;
}
.appointment-sec button.return-btn:hover a {
    color: #fff;
}
section.dashboard-row .product-sec h4 {
    margin-top: 15px;
}
section.dashboard-row .product-sec button.btn {
    margin-bottom: 10px;
}
.receipt-sec h3 {
    margin-bottom: 5px;
}
.receipt-sec p {
    font-size: 14px;
    color: #000;
}
.receipt-sec .appointment-details {
    margin-bottom: 15px;
}
.receipt-sec ul li {
    width: auto !important;
}
/* Purchase Css */
.purchase-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 5px 16px;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.purchase-lft {
    width: 83%;
    display: flex;
    align-items: center;
}
.purchase-lft img {
    width: 100%;
    height: 150px;
    object-fit: scale-down;
}
.purchase-details {
    width: 70% !important;
    padding-left: 30px;
}
.purchase-lft div {
    width: 15%;
}
.purchase-details p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}
.purchase-details h4 {
    color: #017113;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}
.purchase-rgt p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
}
.purchase-rgt p b {
    font-weight: 600;
    color: #017113;
}
/* Fees Css */
.fees-head ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
}
.fees-head ul li {
    list-style: none;
}
.fees-head ul li h3 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 0;
}
.fees-head ul li a {
    color: #000;
    text-decoration: unset;
    font-size: 16px;
    line-height: 20px;
}
.fees-head ul li a .__fee-header-help-icon {
    scale: 1.15;
    fill: #2b2b2b;
}
.fees-total {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    margin: 15px 0 0px;
}
.fees-total ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
}
.fees-total ul li {
    list-style: none;
    padding-left: 20px;
    font-size: 16px;
}
.fees-total ul li b {
    color: #017113;
    font-weight: 600;
}
.fees-sec h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 8px;
}
.fees-sec p {
    font-size: 16px;
    color: #000;
    line-height: 20px;
    margin-bottom: 20px;
}
.fees-msg {
    background-color: #e9c6911a;
    border-bottom: 1px dashed #DABA95;
    padding: 16px;
}
.details-boxes {
    border-left: 3px solid rgb(1 113 19);
    box-shadow: #0003 0 3px 1px -2px, #00000024 0 2px 2px, #0000001f 0 1px 5px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 8px;
}
.fees-msg p {
    margin-bottom: 0;
}
.fees-details-sec {
    padding: 16px;
}
.details-boxes ul {
    padding: 0;
    margin: 0;
}
.details-boxes ul li {
    list-style: none;
    display: inline-block;
    width: 18%;
    color: #000;
    font-size: 16px;
    position: relative;
    font-weight: 400;
}
.details-boxes ul li b {
    display: block;
    font-weight: 600;
}
.details-boxes ul li span.fee-status {
    background-color: #017113;
    width: 8px;
    height: 8px;
    display: inline-block;
    filter: blur(2px);
    position: absolute;
    left: -15px;
    top: 7px;
}
.profile-details {
    padding: 16px;
    background-color: #fff;
    box-shadow: #0003 0 3px 1px -2px, #00000024 0 2px 2px, #0000001f 0 1px 5px;
    border-radius: 4px;
    margin-bottom: 25px;
}
.profile-head {
    display: flex;
    justify-content: space-between;
}
.profile-lft h2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    color: #000;
}
.profile-lft p {
    font-size: 14px;
    color: #000;
    line-height: 26px;
    margin-bottom: 0;
    min-height: 52px;
}
.profile-lft {
    margin-bottom: 10px;
}
.profile-rgt a {
    text-decoration: unset;
    color: #017113;
    font-size: 16px;
    font-weight: 500;
}
.profile-rgt a svg {
    fill: #017113;
}
.profile-details .form-label {
    background-color: #fff;
    font-size: 13px;
    color: #017113;
    z-index: 11;
    position: relative;
    top: 17px;
    left: 16px;
    display: inline-block;
}
.profile-details input {
    height: 45px;
    padding: 16.5px 14px;
    border: 1px solid #c4c4c4;
    font-size: 15px;
}
.profile-details .col-md-6 {
    margin: 0;
    margin-bottom: 10px;
}
.profile-details button.btn {
    border: 0;
    font-size: 16px;
    font-weight: 500 !important;
    padding: 10px;
}
.profile-details-inner .profile-lft {
    margin-bottom: 0;
}
.pass-head h1 {
    margin-bottom: 20px;
}
/* Wallet Css */
.wallet-info {
    display: flex;
    border-bottom: 1px solid #0000001f;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.wallet-lft-info {
    width: 20%;
}
.wallet-rgt {
    width: 75%;
    margin-left: 15px;
}
.wallet-rgt h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
}
.wallet-rgt p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.wallet-details ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wallet-details ul li {
    list-style: none;
    font-size: 15px;
}
.wallet-details ul li a {
    text-decoration: unset;
    font-weight: 500;
}
.wallet-details ul li.defult-btn {
    background-color: #017113;
    padding: 10px 15px;
    border-radius: 4px;
}
.wallet-details ul li.defult-btn a {
    color: #fff;
}
.wallet-details ul li.delete-btn {
    border: 1px solid #017113;
    padding: 10px 15px;
    border-radius: 4px;
}
.wallet-details ul li.delete-btn a {
    color: #000;
}
/* Invoice Css */
section.invoice-row {
    padding-bottom: 160px;
}
section.invoice-row p.msg-para {
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
    color: #757575;
    font-size: 14px;
    font-weight: 500;
}
.appointment-invoice-sec {
    background-color: #fff;
    box-shadow: 0 2px 1px -1px #0003, 0 1px 1px #00000024, 0 1px 3px #0000001f;
    border-top: 4px solid;
    border-top-color: #017113;
}
.appint-invoice-head {
    background-color: #e9c6911a;
    padding: 16px;
    border-bottom: 1px dashed #DABA95;
}
.appint-invoice-head h1 {
    font-size: 18px;
    color: #000;
    line-height: 22px;
    margin-bottom: 5px;
}
.appint-invoice-head p {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin-bottom: 0;
}
.appointment-invoice-sec h2 {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    padding: 25px 25px 0;
    margin-bottom: 15px;
}
.invoice-details {
    padding: 0px 25px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.invoice-lft h3 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 5px;
    padding: 0 !important;
}
.invoice-lft ul {
    padding: 0;
    margin: 0;
}
.invoice-lft ul li {
    list-style: none;
    font-size: 16px;
    line-height: 30px;
}
.invoice-lft {
    width: 60%;
}
.invoice-rgt {
    width: 40%;
    border: 1px solid #e0e0e0;
}
.billing-list {
    border-bottom: 1px solid #e0e0e0;
}
.billing-list ul {
    padding: 6px;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.billing-list ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.billing-total {
    background-color: #eee;
}
.billing-list ul li b {
    font-weight: 700;
}
.appointment-invoice-sec h3 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 15px;
}
.return-flex {
    padding-left: 25px;
    display: flex;
    align-items: center;
}
.return-lft {
    width: 16%;
}
.return-cont {
    width: 80%;
    margin-left: 15px;
}
.return-cont a {
    text-decoration: unset;
    color: #017113;
    font-weight: 500;
    width: 90%;
    display: block;
}
.receipt-invoice-sec {
    padding: 25px;
}
.receipt-invoice-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.receipt-lft {
    width: 10%;
}
.receipt-rgt p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: end;
}
.receipt-client-info {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}
.receipt-client-info h3 {
    font-size: 20px;
    color: #000;
    line-height: 20px;
    margin-bottom: 10px;
}
.receipt-client-info h2 {
    padding: 0;
    font-size: 22px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}
.receipt-client-info ul {
    padding: 0;
    margin: 0;
}
.receipt-client-info ul li {
    list-style: none;
}
.client-info-rgt {
    text-align: end;
}
.receipt-invoice-sec .return-flex {
    margin-bottom: 10px;
}
.payment-sec {
    text-align: center;
    margin-bottom: 60px;
}
.payment-sec table.__receipt-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: .9rem;
    display: unset;
    overflow-x: unset;
}
.payment-sec .__payment-display-table-head th {
    border: 1px solid #e0e0e0;
    padding: 8px 45px;
    font-weight: 600;
    color: #000;
    font-size: 14px;
}
.payment-sec .__receipt-table-body tr {
    border-bottom: 1px solid #e0e0e0;
}
.payment-sec .__receipt-table-body tr td {
    padding: 8px;
    color: #000;
    border: 1px solid #e0e0e0 !important;
}
.invoice-rgt {
    margin: auto;
    margin-right: 0;
}
/* Footer Css */
section.stories-row {
    padding-bottom: 30px;
}
footer.footer-row {
    border-top: 2px solid #e0e0e0;
    padding: 20px 0 10px;
}
.footer-link h4 {
    color: #555;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
}
.footer-link ul {
    padding: 0;
    margin: 0;
}
.footer-link ul li {
    list-style: none;
    margin-bottom: 5px;
}
.footer-link ul li a {
    color: #9e9e9e;
    text-decoration: unset;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}
.copyright-row {
    margin-top: 20px;
}
.copyright-row .row {
    border-top: 1px solid #bdbdbd;
    padding-top: 10px;
}
.copyright-links ul {
    padding: 0;
    margin: 0;
}
.copyright-links ul li {
    display: inline-block;
    margin-right: 16px;
}
.copyright-links ul li a {
    color: #9e9e9e;
    text-decoration: unset;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}
.copyright-cont {
    float: right;
}
.copyright-cont p {
    margin-bottom: 0;
    color: #212529;
    font-size: 14px;
    font-weight: 400;
}
/* Responsive Css */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    #nav-trigger {
        display: block;
    }
    #all.open {
        transform: inherit;
        z-index: 1111;
        position: relative;
    }
    .offcanvas-menu.show {
        width: 100%;
        display: block;
        position: fixed;
        top: 0;
        padding-top: 20px;
    }
    .navbar-brand {
        width: 40%;
    }
    .navbar-brand ul {
        display: none;
    }
    .offcanvas-menu .dashboard-sidebar {
        padding: 10px;
        margin-top: 37px;
    }
    .offcanvas-menu .dashboard-sidebar li {
        text-align: left;
        font-size: 15px;
    }
    section.banner-row {
        display: none;
    }
    section.products-row {
        padding: 20px 0;
    }
    section.products-row .nav-tabs .nav-link {
        font-size: 14px;
        padding: 0 5px;
        margin: 0;
    }
    .location-rgt ul li a {
        font-size: 14px;
    }
    .product-sec h3 {
        font-size: 15px;
        line-height: 22px;
    }
    .details-sec ul.product-details li {
        text-align: left;
    }
    .product-sec button.btn {
        margin-bottom: 15px;
    }
    .product-sec h4 {
        font-size: 14px;
    }
    .w-head h2 {
        font-size: 16px;
    }
    .w-head {
        margin-bottom: 10px;
    }
    .expect-sec h3 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 4px;
    }
    section.events-row {
        padding: 15px 0 30px;
    }
    .events-sec h3 {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
    }
    .events-sec ul li {
        flex-direction: column;
        align-items: center;
    }
    .events-sec ul li i {
        padding: 0;
    }
    .events-sec ul {
        padding: 0;
    }
    .events-sec p {
        padding: 0;
        text-align: center;
    }
    .events-sec {
        margin-bottom: 10px;
    }
    .review-flex {
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px;
        padding: 10px;
    }
    .review-lft {
        margin: 0;
        margin-bottom: 15px;
    }
    .review-rgt {
        text-align: center;
    }
    .review-rgt h3 {
        margin-bottom: 5px;
    }
    .review-rgt p {
        font-size: 14px;
        min-height: auto;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .review-rgt ul li:last-child {
        padding: 0;
    }
    section.review-row {
        padding-bottom: 30px;
    }
    .benefits-sec h3 {
        font-size: 18px;
        line-height: 24px;
    }
    section.benefits-row {
        padding-bottom: 20px;
    }
    .story-head h2 {
        width: 100%;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .story-head {
        padding: 30px 0;
        text-align: center;
    }
    .story-head p {
        font-size: 14px;
        margin: auto;
        width: 95%;
        line-height: 22px;
    }
    .story-boxes {
        padding: 45px 10px 30px;
        text-align: center;
    }
    .story-sec iframe {
        width: 100%;
        height: 200px;
        margin-bottom: 0px;
    }
    .story-sec h3 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 30px;
    }
    footer.footer-row {
        text-align: center;
    }
    .footer-link h4 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .footer-link {
        margin-bottom: 15px;
    }
    .footer-link ul li a {
        font-weight: 400;
    }
    .copyright-links ul li {
        display: block;
        margin: 0;
        margin-bottom: 5px;
    }
    .copyright-cont p {
        margin-top: 10px;
    }
    section.inner-banner {
        padding: 30px 0;
    }
    .inner-cont h1 {
        font-size: 22px;
        line-height: 22px;
    }
    .inner-cont p {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    section.faq-row {
        padding: 30px 0;
    }
    section.faq-row div#accordionExample .accordion-item button.accordion-button {
        padding: 12px;
        font-size: 15px;
        line-height: 24px;
    }
    .accordion-body {
        padding: 10px 10px 0;
        text-align: center;
    }
    section.location-banner {
        text-align: center;
        padding-bottom: 15px;
    }
    .locatio-ban-cont h1, .locatio-ban-cont h2 {
        font-size: 22px;
        line-height: 22px;
    }
    .locatio-ban-cont ul li {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .location-box {
        padding: 10px;
        text-align: center;
        margin-bottom: 15px;
    }
    .location-box iframe {
        height: 250px;
        margin-bottom: 10px;
    }
    .location-box h2 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .location-box p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .location-box button.btn {
        font-size: 14px;
        padding: 8px;
        margin-bottom: 15px;
    }
    .location-box h3 {
        font-size: 18px;
        line-height: 18px;
    }
    .location-box ul li {
        flex-direction: column;
        font-size: 14px;
    }
    section.location-row {
        padding-bottom: 20px;
    }
    section.terms-row {
        text-align: center;
        padding: 30px 0;
    }
    .terms-cont img {
        width: 30%;
    }
    .terms-cont p {
        font-size: 14px;
        line-height: 22px;
    }
    .terms-cont h5 {
        font-size: 18px;
        line-height: 25px;
    }
    section.dashboard-row {
        padding: 30px 0 30px;
        text-align: center;
    }
    section.dashboard-row .col-lg-3 {
        display: none;
    }
    .dashboard-cont h1 {
        font-size: 22px;
        line-height: 22px;
    }
    .aution-cont p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .aution-cont h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .appointment-sec h3 {
        font-size: 16px;
    }
    .appointment-details {
        margin-bottom: 20px;
    }
    .appointment-sec {
        margin-bottom: 10px;
    }
    .appointment-sec button.return-btn {
        margin-bottom: 10px;
    }
    .appint-invoice-head h1 {
        font-size: 16px;
    }
    .appint-invoice-head p {
        font-size: 14px;
        line-height: 23px;
    }
    .appointment-invoice-sec h2 {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 15px 5px;
    }
    .invoice-details {
        flex-direction: column;
        padding: 0;
    }
    .appointment-invoice-sec h3 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .invoice-lft ul li {
        font-size: 14px;
        line-height: 26px;
        width: 88%;
        margin: auto;
    }
    .invoice-lft ul li br {
        display: none;
    }
    .invoice-lft {
        width: 100%;
        margin-bottom: 20px;
    }
    .invoice-rgt {
        width: 95%;
        margin: auto;
        margin-bottom: 20px;
    }
    .billing-list ul {
        padding: 4px;
    }
    .billing-list ul li {
        font-size: 14px;
    }
    .return-flex {
        flex-direction: column;
        padding: 0;
        padding-bottom: 30px;
    }
    .return-lft {
        width: 100%;
    }
    .return-cont {
        width: 100%;
        margin: 0;
    }
    .return-lft img {
        width: 50%;
    }
    .return-cont a {
        margin: auto;
        font-size: 14px;
        line-height: 22px;
    }
    section.invoice-row p.msg-para {
        margin-top: 10px;
    }
    .receipt-invoice-head {
        flex-direction: column;
        margin-bottom: 15px;
    }
    .receipt-lft {
        width: 100%;
    }
    .receipt-lft img {
        width: 35%;
        margin-bottom: 15px;
    }
    .receipt-rgt p {
        font-size: 15px;
        text-align: center;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .receipt-client-info {
        flex-direction: column;
    }
    .receipt-client-info h2 {
        padding: 0;
    }
    .receipt-client-info ul li {
        font-size: 14px;
    }
    .client-info-lft {
        margin-bottom: 20px;
    }
    .client-info-rgt {
        text-align: center;
    }
    .receipt-invoice-sec .return-flex {
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    .payment-sec {
        margin-bottom: 30px;
    }
    .payment-sec table.__receipt-table {
        display: inline-table;
    }
    .payment-sec .__payment-display-table-head th {
        display: block;
    }
    .payment-sec .__receipt-table-body tr td {
        display: block;
        padding-bottom: 0px;
    }
    .purchase-sec {
        flex-direction: column;
    }
    .purchase-lft {
        flex-direction: column;
        width: 100%;
    }
    .purchase-lft img {
        margin-bottom: 20px;
    }
    .purchase-lft div {
        width: 100%;
    }
    .purchase-details {
        width: 100% !important;
        padding: 0;
    }
    .purchase-details h4 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .purchase-rgt p {
        font-size: 14px;
        line-height: 15px;
    }
    .fees-head ul {
        flex-direction: column;
    }
    .fees-head ul li h3 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .fees-head ul li a {
        font-size: 14px;
    }
    .fees-head ul li a .__fee-header-help-icon {
        scale: unset;
    }
    .fees-total ul {
        flex-direction: column;
    }
    .fees-total ul li {
        font-size: 14px;
    }
    .fees-sec h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .fees-sec p {
        font-size: 14px;
    }
    .details-boxes ul li {
        width: 100%;
        font-size: 14px;
        margin-bottom: 8px;
    }
    .details-boxes ul li span.fee-status {
        left: -80px;
        right: 0;
        margin: auto;
    }
    .account-profile-row {
        text-align: left !important;
    }
    .aution-cont, .profile-sec {
        text-align: center;
    }
    .profile-head {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .profile-details-inner .profile-head {
        margin: 0 !important;
    }
    .profile-lft h2 {
        font-size: 18px;
        line-height: 18px;
    }
    .profile-rgt a {
        font-size: 14px;
    }
    .profile-details form {
        position: relative;
    }
    .profile-details .col-md-6 {
        margin-bottom: 0;
    }
    .profile-details .form-label {
        left: 0;
    }
    .profile-details input {
        font-size: 14px;
        height: 40px;
    }
    .profile-details button.btn {
        font-size: 14px;
        padding: 8px;
    }
    .profile-details-inner button.btn {
        margin-top: 15px;
    }
    .profile-lft p br {
        display: none;
    }
    .account-profile-row .col-lg-12 {
        margin: 0;
    }
    .account-profile-row .col-lg-12 button.btn {
        margin-top: 20px;
    }
    .wallet-info {
        flex-direction: column;
        align-items: center;
    }
    .wallet-lft-info {
        width: 100%;
    }
    .wallet-lft-info img {
        width: 80%;
        margin-bottom: 10px;
    }
    .wallet-rgt {
        width: 100%;
        margin: 0;
    }
    .wallet-rgt h4 {
        font-size: 16px;
    }
    .wallet-rgt p {
        font-size: 14px;
    }
    .wallet-details ul {
        flex-direction: column;
    }
    .wallet-details ul li {
        font-size: 14px;
        margin-bottom: 15px;
        width: 100%;
    }
    .login-row {
        padding: 50px 0;
    }
    .login-box {
        padding: 10px;
        margin-bottom: 10px;
    }
    .login-box h1 {
        font-size: 25px;
        line-height: 25px;
    }
    .login-box a {
        text-align: center;
        font-size: 14px;
        float: unset !important;
    }
    .login-box .col-sm-6 {
        max-width: 100%;
        text-align: center;
        width: 100%;
        margin: 15px 0 0;
    }
    .login-box button[type="submit"] {
        font-size: 14px;
        padding: 10px;
    }
    .create-box h2 {
        font-size: 20px;
        line-height: 20px;
    }
    .create-box p {
        font-size: 13px;
    }
    .create-icon {
        margin-bottom: 20px;
    }
    .create-box button.create-btn {
        height: 45px;
    }
    .create-box button.create-btn a {
        font-size: 14px;
    }
    .login-box input {
        height: 45px;
        font-size: 14px;
    }
    .login-box input::placeholder {
        font-size: 14px;
    }
    .register-box h1 {
        font-size: 25px;
        margin-bottom: 20px;
        line-height: 25px;
    }
    .register-box input {
        height: 45px;
        font-size: 14px;
    }
    .register-box input::placeholder {
        font-size: 14px;
    }
    .register-box button[type="submit"] {
        padding: 10px;
        font-size: 14px;
    }
    .register-footer ul li {
        font-size: 14px;
    }
    .forget-box h1 {
        font-size: 22px;
        line-height: 22px;
    }
    .forget-box p {
        font-size: 14px;
    }
    .forget-box {
        padding: 30px 15px;
    }
    .forget-box input {
        height: 45px;
        font-size: 14px;
    }
    .forget-box input::placeholder {
        font-size: 14px;
    }
    .forget-box button[type="submit"] {
        padding: 10px;
        font-size: 14px;
        height: 45px;
    }
    section.forget-row {
        padding-bottom: 50px;
    }
    .header-titles ul li {
        font-size: 14px;
        list-style-type: none;
        display: list-item;
        margin-right: 10px;
    }
    .header-titles ul li:last-child {
        overflow-x: hidden;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 65%;
    }
    .header-titles ul {
        flex-wrap: nowrap;
        align-items: center;
        overflow-x: hidden;
        display: flex;
    }
    .descript-lft p {
        font-size: 16px;
    }
    .header-description ul li {
        margin-left: 10px;
    }
    .products-content {
        padding: 30px 0;
    }
    .products-content .swiper-button-next, .products-content .swiper-button-prev {
        display: none;
    }
    .pro-details-sec h2 {
        font-size: 17px;
        text-align: center;
        width: 100%;
        line-height: 26px;
    }
    .pro-cart-box {
        flex-direction: column;
    }
    .pro-details-sec ul li {
        font-size: 14px;
        text-align: center;
    }
    .pro-cart-box div {
        width: 100%;
        margin-bottom: 10px;
    }
    .cart-btn button.btn {
        font-size: 14px;
    }
    .pro-details-sec {
        text-align: center;
    }
    .pro-details-sec h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .pro-details-sec ul.quality-btns li {
        padding: 7px  20px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .pro-details-sec ul.quality-btns {
        margin-bottom: 10px;
    }
    .pro-details-sec p {
        font-size: 14px;
    }
    .pro-details-sec .items-details ul , .pro-details-sec .items-details ul li {
        text-align: left;
    }
    .pro-details-sec .bid-history ul.bid-title li {
        font-size: 14px;
        margin: 0;
    }
    .pro-details-sec .bid-history ul li {
        margin: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
    #nav-trigger {
        display: block;
        z-index: 111;
        margin: 0;
    }
    .offcanvas-menu.show {
        position: fixed;
        top: 0;
        padding-top: 20px;
    }
    .offcanvas-menu img {
        width: 12%;
        display: none;
    }
    #all.open {
        transform: unset;
    }
    .navbar-brand {
        width: 15%;
    }
    .navbar-brand ul {
        display: none;
    }
    div#nvbCollapse {
        display: block;
    }
    .navbar-expand-lg .navbar-nav {
        display: none;
    }
    .nav-form {
        width: 100%;
        margin: 10px 0 0;
    }
    .offcanvas-menu .dashboard-sidebar {
        padding: 10px;
        margin-top: 37px;
    }
    .offcanvas-menu .dashboard-sidebar li {
        text-align: left;
        font-size: 15px;
    }
    .nav-form form input {
        font-size: 14px;
    }
    .nav-form form input::placeholder {
        font-size: 14px;
    }
    section.products-row {
        padding: 20px 0;
    }
    section.products-row .nav-tabs {
        justify-content: space-evenly;
    }
    section.products-row .nav-tabs .nav-link {
        font-size: 17px;
        padding: 0;
        margin: 0;
    }
    .product-sec {
        margin-bottom: 10px;
    }
    .location-rgt ul li a {
        font-size: 14px;
    }
    .product-sec h3 {
        font-size: 15px;
        line-height: 22px;
    }
    .details-sec ul.product-details li {
        text-align: left;
    }
    .product-sec button.btn {
        margin-bottom: 15px;
    }
    .product-sec h4 {
        font-size: 14px;
    }
    .w-head h2 {
        font-size: 17px;
    }
    .w-head {
        margin-bottom: 20px;
    }
    .expect-sec h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 4px;
    }
    section.events-row {
        padding: 30px 0;
    }
    .events-sec h3 {
        text-align: center;
        font-size: 15px;
        line-height: 23px;
    }
    .events-sec ul li i {
        position: relative;
        top: 4px;
    }
    .events-sec p {
        padding: 0;
        text-align: center;
    }
    .events-sec {
        margin-bottom: 10px;
    }
    .review-flex {
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px;
        padding: 10px;
    }
    .review-lft {
        margin: 0;
        margin-bottom: 15px;
    }
    .review-rgt {
        text-align: center;
    }
    .review-rgt h3 {
        margin-bottom: 5px;
    }
    .review-rgt p {
        font-size: 14px;
        min-height: 88px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .review-rgt ul li:last-child {
        padding: 0;
    }
    section.review-row {
        padding-bottom: 30px;
    }
    .benefits-sec h3 {
        font-size: 18px;
        line-height: 24px;
    }
    section.benefits-row {
        padding-bottom: 20px;
    }
    .story-head h2 {
        width: 72%;
        font-size: 25px;
        line-height: 30px;
        margin: auto;
        margin-bottom: 10px;
    }
    .story-head {
        padding: 30px 0;
        text-align: center;
    }
    .story-head p {
        font-size: 14px;
        margin: auto;
        width: 95%;
        line-height: 22px;
    }
    .story-boxes {
        padding: 45px 10px 30px;
        text-align: center;
    }
    .story-sec iframe {
        width: 100%;
        height: 200px;
        margin-bottom: 0px;
    }
    .story-sec h3 {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 30px;
    }
    footer.footer-row {
        text-align: center;
    }
    .footer-link h4 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .footer-link {
        margin-bottom: 15px;
    }
    .footer-link ul li a {
        font-weight: 400;
    }
    .copyright-cont {
        float: unset;
    }
    .copyright-cont p {
        margin-top: 10px;
    }
    section.inner-banner {
        padding: 40px 0;
    }
    .inner-cont h1 {
        font-size: 25px;
        line-height: 25px;
    }
    .inner-cont p {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    section.faq-row {
        padding: 40px 0;
    }
    section.faq-row div#accordionExample .accordion-item button.accordion-button {
        padding: 12px;
        font-size: 16px;
        line-height: 24px;
    }
    .accordion-body {
        padding: 10px 10px 0;
        text-align: center;
    }
    section.location-banner {
        text-align: center;
        padding-bottom: 20px;
    }
    .locatio-ban-cont h1, .locatio-ban-cont h2 {
        font-size: 25px;
        line-height: 25px;
    }
    .locatio-ban-cont ul li {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .location-box {
        padding: 10px;
        text-align: center;
        margin-bottom: 15px;
    }
    .location-box iframe {
        height: 250px;
        margin-bottom: 10px;
    }
    .location-box h2 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .location-box p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .location-box button.btn {
        font-size: 15px;
        padding: 8px;
        margin-bottom: 15px;
    }
    .location-box h3 {
        font-size: 18px;
        line-height: 18px;
    }
    .location-box ul li {
        font-size: 15px;
    }
    section.location-row {
        padding-bottom: 20px;
    }
    section.terms-row {
        text-align: center;
        padding: 30px 0;
    }
    .terms-cont img {
        width: 15%;
    }
    .terms-cont ul {
        padding: 0;
        margin: 0;
    }
    .terms-cont ul li {
        list-style: none;
    }
    .terms-cont p {
        font-size: 15px;
        line-height: 22px;
    }
    .terms-cont h5 {
        font-size: 19px;
        line-height: 25px;
    }
    section.dashboard-row {
        padding: 30px 0 30px;
        text-align: center;
    }
    section.dashboard-row .col-lg-3 {
        display: none;
    }
    .dashboard-cont h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .aution-cont p.aution-para {
        margin-bottom: 10px;
    }
    .aution-cont p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .aution-cont h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .appointment-sec h3 {
        font-size: 16px;
    }
    .appointment-details {
        margin-bottom: 20px;
    }
    .appointment-sec {
        margin-bottom: 10px;
    }
    .appointment-sec button.return-btn {
        margin-bottom: 10px;
    }
    .appint-invoice-head h1 {
        font-size: 18px;
    }
    .appint-invoice-head p {
        font-size: 15px;
        line-height: 23px;
    }
    .appointment-invoice-sec h2 {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 15px 5px;
        margin-bottom: 10px;
    }
    .invoice-details {
        flex-direction: column;
        padding: 0;
    }
    .appointment-invoice-sec h3 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .invoice-lft ul li {
        font-size: 15px;
        line-height: 26px;
        width: 88%;
        margin: auto;
    }
    .invoice-lft ul li br {
        display: none;
    }
    .invoice-lft {
        width: 100%;
        margin-bottom: 20px;
    }
    .invoice-rgt {
        width: 95%;
        margin: auto;
        margin-bottom: 20px;
    }
    .billing-list ul {
        padding: 4px;
    }
    .billing-list ul li {
        font-size: 15px;
    }
    .return-flex {
        flex-direction: column;
        padding: 0;
        padding-bottom: 30px;
    }
    .return-lft {
        width: 100%;
    }
    .return-cont {
        width: 100%;
        margin: 0;
    }
    .return-lft img {
        width: 50%;
    }
    .return-cont a {
        margin: auto;
        font-size: 15px;
        line-height: 22px;
    }
    section.invoice-row p.msg-para {
        margin-top: 10px;
    }
    .receipt-invoice-head {
        flex-direction: column;
        margin-bottom: 15px;
    }
    .receipt-lft {
        width: 100%;
    }
    .receipt-lft img {
        width: 15%;
        margin-bottom: 15px;
    }
    .receipt-rgt p {
        font-size: 16px;
        text-align: center;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .receipt-client-info {
        flex-direction: column;
    }
    .receipt-client-info h2 {
        padding: 0;
    }
    .receipt-client-info ul li {
        font-size: 15px;
    }
    .client-info-lft {
        margin-bottom: 20px;
    }
    .client-info-rgt {
        text-align: center;
    }
    .receipt-invoice-sec .return-flex {
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    .payment-sec {
        margin-bottom: 30px;
    }
    .payment-sec table.__receipt-table {
        display: inline-table;
    }
    .payment-sec .__payment-display-table-head th {
        display: block;
    }
    .payment-sec .__receipt-table-body tr td {
        display: block;
        padding-bottom: 0px;
    }
    .purchase-sec {
        flex-direction: column;
    }
    .purchase-lft {
        flex-direction: column;
        width: 100%;
    }
    .purchase-lft img {
        margin-bottom: 20px;
    }
    .purchase-lft div {
        width: 100%;
    }
    .purchase-details {
        width: 100% !important;
        padding: 0;
    }
    .purchase-details h4 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    .purchase-rgt p {
        font-size: 15px;
        line-height: 20px;
    }
    .fees-head ul li h3 {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .fees-head ul li a {
        font-size: 15px;
    }
    .fees-head ul li a .__fee-header-help-icon {
        scale: unset;
    }
    .fees-total ul li {
        font-size: 15px;
    }
    .fees-sec h4 {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .fees-sec p {
        font-size: 15px;
    }
    .details-boxes ul li {
        width: 19%;
        font-size: 15px;
        margin-bottom: 8px;
    }
    .details-boxes ul li span.fee-status {
        left: -80px;
        right: 0;
        margin: auto;
    }
    .account-profile-row {
        text-align: left !important;
    }
    .aution-cont, .profile-sec {
        text-align: center;
    }
    .profile-head {
        margin-bottom: 10px;
    }
    .profile-details-inner .profile-head {
        margin: 0 !important;
    }
    .profile-lft h2 {
        font-size: 20px;
        line-height: 20px;
    }
    .profile-lft p {
        text-align: left;
    }
    .profile-details-inner p {
        text-align: center;
        line-height: 22px;
        min-height: 44px;
    }
    .profile-rgt a {
        font-size: 15px;
    }
    .profile-details form {
        position: relative;
    }
    .profile-details .col-md-6 {
        margin-bottom: 0;
    }
    .profile-details .form-label {
        left: 0;
    }
    .profile-details input {
        font-size: 14px;
        height: 45px;
    }
    .profile-details button.btn {
        font-size: 14px;
        padding: 8px;
    }
    .profile-details-inner button.btn {
        margin-top: 10px;
    }
    .profile-lft p br {
        display: none;
    }
    .account-profile-row .col-lg-12 {
        margin: 0;
    }
    .account-profile-row .col-lg-12 button.btn {
        margin-top: 20px;
    }
    .account-profile-row .row {
        justify-content: center;
    }
    .wallet-info {
        align-items: center;
    }
    .wallet-lft-info {
        width: 100%;
    }
    .wallet-lft-info img {
        width: 90%;
        margin-bottom: 10px;
    }
    .wallet-rgt {
        width: 100%;
        margin: 0;
    }
    .wallet-rgt h4 {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .wallet-rgt p {
        font-size: 15px;
    }
    .wallet-details ul {
        flex-direction: column;
    }
    .wallet-details ul li {
        font-size: 14px;
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
    }
    .login-row {
        padding: 50px 0;
    }
    .login-box {
        padding: 10px;
        margin-bottom: 10px;
    }
    .login-box h1 {
        font-size: 25px;
        line-height: 25px;
    }
    .login-box .col-sm-6 .form-check {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    .login-box .col-sm-6 .form-check input {
        margin-right: 8px;
    }
    .login-box a {
        text-align: center;
        font-size: 14px;
        float: unset !important;
    }
    .login-box .col-sm-6 {
        max-width: 100%;
        text-align: center;
        width: 100%;
        margin: 15px 0 0;
    }
    .login-box button[type="submit"] {
        font-size: 14px;
        padding: 10px;
    }
    .create-box h2 {
        font-size: 20px;
        line-height: 20px;
    }
    .create-box p {
        font-size: 13px;
    }
    .create-icon {
        margin-bottom: 20px;
    }
    .create-box button.create-btn {
        height: 45px;
    }
    .create-box button.create-btn a {
        font-size: 14px;
    }
    .login-box input {
        height: 45px;
        font-size: 14px;
    }
    .login-box input::placeholder {
        font-size: 14px;
    }
    .register-box h1 {
        font-size: 25px;
        margin-bottom: 20px;
        line-height: 25px;
    }
    .register-box input {
        height: 45px;
        font-size: 14px;
    }
    .register-box input::placeholder {
        font-size: 14px;
    }
    .register-box button[type="submit"] {
        padding: 10px;
        font-size: 15px;
    }
    .register-footer ul li {
        font-size: 15px;
    }
    .forget-box h1 {
        font-size: 25px;
        line-height: 25px;
    }
    .forget-box p {
        font-size: 14px;
    }
    .forget-box {
        padding: 30px 15px;
    }
    .forget-box input {
        height: 45px;
        font-size: 14px;
    }
    .forget-box input::placeholder {
        font-size: 14px;
    }
    .forget-box button[type="submit"] {
        padding: 10px;
        font-size: 14px;
        height: 45px;
    }
    section.forget-row {
        padding-bottom: 50px;
    }
    .header-titles ul li {
        font-size: 15px;
        list-style-type: none;
        display: list-item;
        margin-right: 10px;
    }
    .header-titles ul li:last-child {
        overflow-x: hidden;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 84%;
    }
    .header-titles ul {
        flex-wrap: nowrap;
        align-items: center;
        overflow-x: hidden;
        display: flex;
    }
    .descript-lft p {
        font-size: 16px;
    }
    .header-description ul li {
        margin-left: 10px;
    }
    .products-content {
        padding: 30px 0;
    }
    .products-content .swiper-button-next, .products-content .swiper-button-prev {
        display: none;
    }
    .pro-details-sec h2 {
        font-size: 20px;
        width: 100%;
        line-height: 24px;
    }
    .pro-cart-box {
        flex-direction: column;
    }
    .pro-details-sec ul li {
        font-size: 15px;
    }
    .pro-cart-box div {
        width: 100%;
        margin-bottom: 10px;
    }
    .cart-btn button.btn {
        font-size: 14px;
    }
    .pro-details-sec h3 {
        font-size: 18px;
        line-height: 20px;
    }
    .pro-details-sec ul.quality-btns li {
        padding: 7px  20px;
        font-size: 15px;
        margin-bottom: 10px;
    }
    .pro-details-sec ul.quality-btns {
        margin-bottom: 10px;
    }
    .pro-details-sec p {
        font-size: 15px;
    }
    .pro-details-sec .items-details ul , .pro-details-sec .items-details ul li {
        text-align: left;
    }
    .pro-details-sec .bid-history ul.bid-title li {
        font-size: 15px;
        margin: 0;
    }
    .pro-details-sec .bid-history ul li {
        margin: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) { 
    .navbar-brand {
        width: 25%;
    }
    .navbar-brand img {
        width: 100%;
    }
    .nav-form {
        width: 75%;
    }
    .nav-form form input {
        font-size: 15px;
        padding: 10px 20px;
    }
    .nav-form form input::placeholder {
        font-size: 15px;
    }
    section.products-row .nav-tabs .nav-link {
        font-size: 16px;
    }
    .details-sec ul.product-details li {
        font-size: 10.8px;
    }
    .product-sec {
        margin-bottom: 10px;
    }
    .w-head h2 {
        font-size: 17px;
    }
    .expect-sec h3 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 8px;
    }
    .events-sec h3 {
        font-size: 14px;
        width: 100%;
        padding-left: 5px;
        line-height: 20px;
    }
    .events-sec ul li {
        font-size: 13px;
    }
    .events-sec p {
        font-size: 13px;
        padding-left: 10px;
    }
    .review-rgt p {
        font-size: 14px;
        min-height: 144px;
    }
    .review-flex {
        padding: 10px;
    }
    .benefits-sec h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .story-head h2 {
        font-size: 40px;
        width: 80%;
        line-height: 45px;
    }
    .story-head p {
        width: 82%;
    }
    .story-sec h3 {
        font-size: 20px;
    }
    .copyright-links ul li {
        margin-right: 13px;
    }
    .pro-details-sec h2 {
        width: 100%;
    }
    .pro-details-sec ul.quality-btns li {
        margin-bottom: 10px;
        padding: 7px 26px;
    }
    .dashboard-sidebar ul li {
        font-size: 15px;
    }
    .product-sec h3 {
        font-size: 14px;
        line-height: 22px;
    }
    .aution-cont h3 {
        font-size: 20px;
    }
    section.dashboard-row .details-sec ul.product-details li {
        width: 100%;
        font-size: 13px;
    }
    .appointment-sec h3 {
        font-size: 16px;
    }
    .appointment-details ul li {
        font-size: 13px;
    }
    .appointment-details {
        margin-bottom: 20px;
    }
    .receipt-lft {
        width: 14%;
    }
    .appointment-invoice-sec h3 {
        font-size: 20px;
    }
    .receipt-rgt p {
        font-size: 15px;
        line-height: 18px;
    }
    .receipt-client-info h2 {
        font-size: 20px;
    }
    .receipt-client-info ul li {
        font-size: 15px;
    }
    .return-cont a {
        font-size: 15px;
        line-height: 22px;
    }
    .payment-sec {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .billing-list ul li {
        font-size: 15px;
    }
    .purchase-details h4 {
        font-size: 18px;
        line-height: 22px;
    }
    .purchase-rgt p {
        font-size: 15px;
        line-height: 16px;
    }
    .purchase-lft {
        width: 78%;
    }
    .purchase-details p {
        font-size: 15px;
    }
    .fees-head ul li h3 {
        font-size: 22px;
    }
    .details-boxes ul li {
        font-size: 14px;
        width: 19%;
    }
    .fees-sec p {
        font-size: 15px;
    }
    .fees-head ul li a {
        font-size: 15px;
    }
    .fees-total ul li {
        font-size: 15px;
    }
    .profile-details-inner .col-lg-8 {
        width: 100%;
        margin-bottom: 15px;
    }
    .profile-details-inner .col-lg-4 {
        width: 100%;
    }
    .profile-details-inner p {
        min-height: 52px;
    }
    .profile-details-inner p br {
        display: none;
    }
    .wallet-lft-info {
        width: 32%;
    }
    .login-row {
        padding: 60px 0;
    }
    .create-box h2 {
        font-size: 22px;
    }
    .create-box p {
        font-size: 13px;
    }
    .create-box button.create-btn {
        padding: 8px 22px;
        height: 50px;
    }
    .create-box button.create-btn a {
        font-size: 15px;
    }
    .login-box .col-sm-6 {
        width: 100%;
        flex: 100%;
        margin: 10px 0 0;
    }
    .login-box a {
        text-align: center;
        float: unset !important;
        display: block;
    }
    .login-box .col-sm-6 .form-check {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    .login-box .col-sm-6 .form-check input {
        margin-right: 10px;
    }
    .login-box button[type="submit"] {
        margin-top: 10px !important;
        font-size: 15px;
        height: 45px;
        padding: 0;
    }
    .register-box h1 {
        margin-bottom: 30px;
    }
    section.forget-row {
        padding: 50px 0;
    }
}


/* Zee css start */

.not-eligible-error{
    background: #f7bf35;
    padding: 5px;
    color: #017113;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    width: 50%;
    margin-right: 25px;
    text-align: center;
    line-height: 22px !important;
}

#bid_error {
    position: absolute;
    top: 390px;
    right: 370px;
    color: red;
}

.process-msg{
    background-color: #2196F3;
    padding: 20px;
    color: #fff;
    opacity: 0.83;
    transition: opacity 0.6s;
    margin-bottom: 15px;
    position: absolute;
    right: 615px;
    top: 620px;
    width: 20%;
    text-align: center;    
}
.success-msg{
    background-color: #04AA6D;
    padding: 20px;
    color: #fff;
    opacity: 0.83;
    transition: opacity 0.6s;
    margin-bottom: 15px;
    position: absolute;
    right: 615px;
    top: 620px;
    width: 20%;
    text-align: center;
}
.error-msg{
    background-color: #f44336;
    padding: 20px;
    color: #fff;
    opacity: 0.83;
    transition: opacity 0.6s;
    margin-bottom: 15px;
    position: absolute;
    right: 615px;
    top: 620px;
    width: 20%;
    text-align: center;
}

.account-menu{
    color: #9797b2;
    text-decoration: none;
}

.account-menu:hover{
    color: #9797b2;
}

.product-page-bid-verify-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bid-form-container {
    padding: 0;
    display: flex;
    position: relative;
}

.product-page-bid-verify-container>form {
    width: 100%;
}

.bid-form-text-input {
    border: 1px solid #ccc;
    border-right: 0;
    box-sizing: content-box;
    border-radius: 4px 0 0 4px;
    padding: 8px 14px;
    width: 100%;
    font-size: 1rem;
    margin: 0;
}

.bid-form-bid-button {
    background: linear-gradient(61deg,#f7bf35 8.61%,#017113 55.61%);
    margin: 0;
    padding: 6px 16px;
    width: 100%;
    color: #fff;
    border-radius: 0 4px 4px 0;
    text-transform: uppercase;
    font-size: .95rem;
    font-weight: 600;
    line-height: 1.75;
}

.bid-form-bid-button:hover {
    background: linear-gradient(272deg,#f7bf35 8.61%,#017113 55.61%);
    transition-delay: 1s;
}

.product-card-bid-status {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    bottom: 4px;
    left: 0;
    right: 0;
    color: #fff;
    font-weight: 700;
}

.product-card-bid-status-lost {
    background-color: #2b2b2b;
    padding: 0.5rem;
}

.search-active {
    background: #f85d5d !important;
    border: 1px solid #f85d5d !important;
}

.product-page-header-background-lost {
    background: linear-gradient(104.02deg,#212427 8.61%,#5F6368);
}

.product-page-header-background-won {
    background: linear-gradient(104.02deg,#CCF5D3 8.61%,#499F53);
}

.product-page-interior-container {
    max-width: 1280px;
    margin: 0 auto;
}

.product-page-bid-status-container {
    padding: 10px;
    display: grid;
    grid-template-areas:"status action";
}

.product-page-bid-status-lost {
    color: #fff;
}

p.product-page-bid-status {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.product-page-header-button-container {
    grid-area: action;
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 20px;
    position: relative;
}

.btn.btn-cancel {
    background: #f12929;
}

.order_summary {
    padding: 20px;
    background-color: #fff;
    margin-top: -80px;
}

.order_summary h4 {
    font-weight: bold;
    text-align: center;
    margin: 0px 0px 20px 0px;
}

.order_summary ul li {
    list-style: none;
}

.purchase-rgt a {
    color: #017113;
    text-decoration: none;
}

.product-card-bid-status-won {
    background-color: #fff;
    color: green;
    border: 3px solid #008000;
    padding: 0.3rem;
}

.print-btn {
    background-color: #017113;
    color: #fff;
    margin-bottom: 10px;
    border: none;
    border-radius: 4px;
    width: 8%;
    padding: 5px;
}

.order_head {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

.order-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-info .image {
    width: 20%;
}

.order-info .product-name {
    /* margin: 0px 74px 0 0; */
    width: 70%;
}

.order-info .product-name h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: left;
    margin-left: 15px;
}

.order_price {
    display: grid;
}
.price h6 {
    margin-bottom: 0 !important;
}
.price, .total_price {
    display: flex;
    justify-content: space-between;
}

.dark {
    font-weight: bold;
}

.wishlist-row {
    display: flex;
    justify-content: space-between;
}

.product-icons{
    cursor: pointer;
}

.product-icons i {
    color: #017113;
    font-size: 18px;
}

.btn-review {
    color: #fff;
}

#bid_error {
    TOP: 431px !IMPORTANT;
    bottom: 0 !important;
    right: 428px !important;
}

.pro-details-sec h2 {
    font-size: 20px !important;
    font-weight: 700 !important;
    width: 97% !important;
    line-height: 35px !important;
}

.header-titles ul li {
    font-size: 11px !important;
}

.review_modal_btn {
    width: 100% !important;
    border: none;
}

button#closeModal {
    background: none;
    border: 1px solid #ccc;
}

.events-sec a {
    text-decoration: none;
}

.events-sec a button {
    color: #fff;
}

.events-sec a button:hover {
    color: #000;
}


.left_sidebar {
    padding: 20px 0 30px;
}
.left_sidebar label.feature-label {
    background-color: #fff;
    font-size: 13px;
    color: #017113;
    z-index: 11;
    position: relative;
    top: 10px;
    left: 16px;
    display: inline-block;
}
.left_sidebar select {
    height: 45px;
    padding: 9px 14px;
    border: 1px solid #c4c4c4;
    font-size: 16px;
    background-color: transparent;
    border-radius: 5px;
}
.filter-flex {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    align-items: center;
}
.filter-flex h4 {
    font-size: 20px;
    color: #017113;
    line-height: 20px;
    margin-bottom: 0;
}
.filter-flex h4 span {
    background: #017113;
    color: #fff;
    border-radius: 50px;
    width: 25px;
    display: inline-block;
    height: 25px;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    vertical-align: inherit;
}
.filter-flex a {
    text-decoration: unset;
}
.filter-flex a button.btn {
    color: #fff;
}

.filter-flex a button.btn:hover {
    color: #000;
}

.filter-box {
    background-color: #fff;
    box-shadow: 0 4px 4px #0000001a;
    border-radius: 4px;
    padding: 10px 20px;
    margin-bottom: 5px;
}
.filter-box ul {
    padding: 0;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter-box ul li {
    list-style: none;
    font-size: 15px;
}
.filter-box ul li i {
    color: #000;
    font-size: 25px;
}
.filter-box input[type="checkbox"], section.dashboard-row input[type="checkbox"] {
    accent-color: #017113;
}
.filter-box label {
    font-size: 14px;
    padding-left: 5px;
    vertical-align: middle;
}
.filter-box input#switch {
    -webkit-appearance: none;
    appearance: none;position: relative;
    margin: 0;
    min-width: 32px;
    min-height: 12px;
    background-color: #cca49f;
    border-radius: 32px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    transition: background-color .3s,border-color .3s;
    margin-top: 10px;
}
.filter-box input#switch:before {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    top: -2px;
    background-color: #7d0000;
    transition: all .3s;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}
.filter-box input#switch:checked {
    background-color: #93c294;
}
.filter-box input#switch:checked:before {
    background-color: #4a8c23;
    left: unset;
    -webkit-transform: translateX(calc(100% + 2px));
    transform: translate(calc(100% + 2px));
}
.filter-last-box .check-flex {
    display: flex;
}
.filter-last-box .check-flex label {
    padding-left: 10px;
}

#loading{
 text-align:center; 
 background: url('../images/loader.gif') no-repeat center; 
 height: 150px;
}

.modal-btn{
  position: relative;
  top: -80px;
  right: -800px;
  background: transparent;
  border: transparent;
  color: #017113;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

.credit-card-form-logos {
    max-width: 250px;
    margin-bottom: 10px;
}


.modal_button {
    display: flex;
    gap: 10px;
    justify-content: end;
    margin-top: 20px;
}

.modal_button button {
    background-color: #017113;
    padding: 10px 15px;
    border-radius: 4px;
    color: #fff;
    border: transparent;
    cursor: pointer;
}

.billing-address {
    margin-top: 10px;
}

.shareButton {
    color: #017113;
}
a{
    text-decoration: none;
}

/* zee css end */
