@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1230px;
    }
}


/* @font-face {
    font-family: 'AvenirLTStd';
    src: url('fonts/Avenir-Book.otf');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MYRIADPRO-REGULAR.OTF');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Jost';
    src: url('fonts/Jost-Regular.ttf');
}

@font-face {
    font-family: 'Jost-Bold';
    src: url('fonts/Jost-Bold.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: block;
} */

:root {
    --bs-white: #fff;
    --bs-black: #000;
    --bs-site-yellow: #fdd100;
    --bs-site-blue: #144f8b;
    --bs-site-navtext: #555555;
    --bs-site-text: #424141;
    --bs-site-text2: #45474d;
    --bs-site-text3: #202226;
    --bs-site-red: #ff1022;
    --fontfamily-main: "Oswald", sans-serif;
    --fontfamily-text: "Heebo", sans-serif;
    --inputcolor: #3e3e3e;
    --bsbtn-red: #DB3131;
    --bgcolorfooter: #dbe8f9;
    --bodycolor: #43484c;
    --bscard-color: #EFF5FF;
    --bscard-colorhover: #D4F9FF;
    --lightgrey: #F1EEE9;
}

body {
    font-family: var(--fontfamily-main);
    color: var(--bodycolor);
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 400;
}

* {
    padding: 0px;
    margin: 0px;
    transition: 0.5s ease-in-out;
}

a {
    text-decoration: none;
}

ul li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul {
    padding: 0px;
    margin: 0px;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: var(--fontfamily-main);
    font-weight: 700;
}

p {
    font-size: 16px;
    line-height: 1.3em;
    font-family: var(--fontfamily-text);
    color: #222222;
    font-weight: 400;
}

a,
button {
    text-decoration: none;
    outline: none;
    transition: all 0.5s ease-in-out 0s;
}

.main-menu-container ul li a {
    color: #000000;
    font-size: 18px;
    margin: 0 20px;
    /* padding: 49px 0; */
    font-weight: normal;
}

.main-menu-container ul li {
    display: inline-block;
}

.main-menu-container ul {
    float: right;
}

.main-menu-container ul li a.free-btn {
    color: white;
    font-size: 16px;
    margin-left: 20px;
    padding: 13px 34px;
    text-transform: uppercase;
    background-color: var(--bsbtn-red);
}

.main-menu-container ul li a.free-btn:hover {
    color: white;
    background-color: #c52323;
}

.main-logo img {
    max-height: 130px;
}

#header-container .header-bottom {
    padding: 10px 0px;
}

.dashboard-menu li.active a {
    color: #fff;
}
.dashboard-menu li.active img {

    filter: brightness(0) invert(1);
}

.main-banner {
    width: 100%;
    /* margin-top: 155px; */
    padding: 29px 0 0 0;
    position: relative;
    background-color: var(--bscard-color);
}

.inner-banner {
    width: 100%;
    /* margin-top: 155px; */
    padding: 40px 0px;
    position: relative;
    background-color: var(--bscard-color);
}

.review {
    z-index: 9999;
    list-style: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.main-banner h2 {
    font-size: 62px;
    line-height: 1.4em;
    font-weight: 700;
}

.main-banner h3 {
    font-size: 46px;
    line-height: 1.2em;
    font-weight: 700;
}

.main-banner h2,
.main-banner h3 {
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, #1c59ba 25%, #14336b 100%);
}

.inner-banner h2 {
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, #1c59ba 25%, #14336b 100%);
    font-size: 50px;
    line-height: 1.4em;
    font-weight: 500;
    text-align: center;
}

.banner-btn {
    margin: 30px 0 43px 0;
}

.banner-btn a {
    color: white;
    font-size: 16px;
    padding: 13px 34px;
    text-transform: uppercase;
    background-color: var(--bsbtn-red);
}

.banner-list ul li {
    margin: 20px 0;
    color: black;
    max-width: fit-content;
    position: relative;
    font-family: 'Heebo', sans-serif
}

.banner-list ul li p {
    padding-left: 31px;
    font-size: 18px;
}

.banner-list ul li p::before {
    content: '';
    left: 0px;
    top: 4px;
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(../images/list_icon.svg);
}

.main-banner .content {
    padding-top: 77px;
}

.banner-img {
    text-align: right;
}

.main-title h3 {
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, #1c59ba 25%, #14336b 100%);
    text-align: center;
    font-weight: 400;
    font-size: 45px;
    line-height: 1.2em;
    padding: 90px 0px;
    letter-spacing: 1px;
}

.service_main_container {
    background-color: white;
    padding: 50px 0 10px 0;
}

.service-inner-items h3 {
    margin-bottom: 36px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, #1c59ba 25%, #14336b 100%);
    text-transform: uppercase;
}

.service-card {
    width: 100%;
    position: relative;
    /* max-width: calc(100% / 4 - 10px); */
    margin-bottom: 55px;
    background-color: #EFF5FF;
    transition: all 0.5s ease-in-out;
    display: block;
}

.service-card:hover {
    background: #D4F9FF;
    transition: all 0.5s ease-in-out;
}

.ser-img {
    position: relative;
}

img {
    max-width: 100%;
}

.service-card .ser-img::after {
    content: '';
    width: 100%;
    height: 113%;
    left: 0;
    top: 0;
    position: absolute;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 79%);
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    background: linear-gradient(90deg, #1c59ba 0%, #090979 100%, #14336b 100%);
}

.service-card .ser-img::before {
    content: '';
    width: 100%;
    height: 113%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #DB3131;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    clip-path: polygon(0% 0%, 100% 0%, 100.00% 79.00%, 0.00% 100.00%);
}

.service-card img {
    /* width: 100%;
    position: relative;
    z-index: 88; */
    width: 100%;
    position: relative;
    z-index: 888;
    height: 200px;
    object-fit: cover;
}

.ser-icon {
    margin-top: -33px !important;
    top: 46%;
    width: 70px;
    margin: 0 auto;
    height: 70px;
    display: flex;
    z-index: 9999;
    position: relative;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    background-color: #fff;
}

.ser-icon img {
    width: 37px;
    height: 40px;
}

.ser-card-descrip {
    position: relative;
    text-align: center;
}

.service-card .ser-card-descrip h4 {
    margin-top: 15px;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, #1c59ba 25%, #14336b 100%);
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
}

.service-card .ser-card-descrip p {
    padding: 15px 0 36px 0;
    min-height: 136px;
}

.service-card:hover .ser-icon {
    transform: rotate(360deg);
    transition: all 0.5s ease-in-out;
}

.ser-more {
    position: absolute;
    left: 44%;
    bottom: -13%;
    border: 3px solid white;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: #DB3131;
}

.service-card:hover .ser-more {
    background: #1C59BA;
    transition: all 0.5s ease-in-out;
}

.ser-more img {
    height: 20px;
    width: 20px;
    margin-left: -3px;
}

.project-left {
    background-color: var(--lightgrey);
    padding: 50px;
    border-radius: 15px;
}

.project-left h2 {
    color: #1C59BA;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.3em;
    font-weight: 400;
}

.project-left p {
    color: #1C59BA;
    padding: 10px 0px;
}

.project-left a.view-more {
    background-color: var(--bs-white);
    padding: 10px 15px;
    color: #1C59BA;
    text-transform: capitalize;
    display: inline-block;
}

.compelte-project img {
    border-radius: 12px;
}

.compelte-project .col-md-3 {
    width: 34%;
}

.compelte-project .col-md-4 {
    width: 24.33333333%;
}

.project-right img:first-child {
    margin-bottom: 20px;
}

.plumbing-main-container {
    background-image: linear-gradient(to right, #1c59ba 25%, #14336b 100%);
}

.plumbing-main-container .plum-left {
    color: white;
    width: 100%;
    /* max-width: 51%; */
    padding-top: 82px;
}

.plumbing-main-container .plum-left h3 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 1.3em;
}

.plumbing-main-container .plum-contact h4 {
    font-size: 27px;
    line-height: 1.3em;
}

.plumbing-main-container .plum-contact h3 {
    font-size: 48px;
    line-height: 1.3em;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.plumbing-main-container p {
    color: var(--bs-white);
}

.plumbing-main-container .plum-contact {
    margin-top: 50px;
}

.plumbing-main-container {
    margin-top: 70px;
}

.footer-listing h4 {
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 30px;
}

.footer-listing ul li a:hover {
    color: #DB3131;
}

.footer-listing ul li {
    position: relative;
}

.footer-listing ul li::before {
    content: '';
    height: 20px;
    width: 20px;
    top: 11px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../images/lict_icon_v2.png);
}

.footer-listing.no-icon ul li::before {
    display: none;
}

.footer-listing.no-icon ul li a {
    padding-left: 0px;
    display: flex;
    color: var(--bs-white);
}

.footer-listing.no-icon ul li a p {
    color: var(--bs-white);
    line-height: 1.4em;
}

.footer-listing.no-icon ul li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-listing ul li a p {
    line-height: 1.4em;
}

#footer .footer-top {
    padding: 30px 0 45px 0;
    font-family: var(--fontfamily-text);
    background-image: linear-gradient(to right, #1c59ba 25%, #14336b 100%);
}

.footer-listing ul li a {
    padding-left: 30px;
}

.footer-listing ul li a {
    font-size: 16px;
    color: white;
    line-height: 1.3em;
}


/* ul.col-div-2 {
    column-count: 2;
    column-gap: 20px;
} */

.footer-listing ul li:not(:last-child) {
    margin-bottom: 5px;
}

ul.col-div-2 li:nth-child(odd) {
    max-width: 40%;
}

ul.col-div-2 li:nth-child(even) {
    max-width: 60%;
}

ul.col-div-2 li {
    width: 50%;
    float: left;
}

#footer .col-md-3:first-child {
    width: 22%;
}

#footer .col-md-6 {
    width: 53%;
}

.footer-listing ul li a span {
    width: 27px;
    /* height: 20px; */
    /* margin-top: 6px; */
    margin-right: 20px;
}

.footer-copyright {
    padding: 10px 0px;
    text-align: center;
}

.item-plumbing-inner .row {
    border-top: 1px solid #ebebeb;
}

 .item-plumbing-inner .col-md-3 {
    border-top: 0px;
    border-right: 1px solid #ebebeb;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
}
.product-list-page .item-plumbing-inner .col-md-3:nth-child(1),.product-list-page .item-plumbing-inner .col-md-3:nth-child(2),.product-list-page .item-plumbing-inner .col-md-3:nth-child(3),.product-list-page .item-plumbing-inner .col-md-3:nth-child(4) {
    border-top: 1px solid #ebebeb;
}
 .product-list-page .item-plumbing-inner .col-md-3:nth-child(4n+1){
    
    
    text-align: center;
    border-left: 1px solid #ebebeb;
}

 .product-list-page .item-plumbing-inner .row {
    border-top:none;
}


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


/* .item-content h3 {
    color: #1C59BA;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.3em;
    padding: 0px 10px
} */

.item-content h3 {
    color: #1C59BA;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.4em;
    padding: 0px 10px;
}

.item-content p {
    font-family: var(--fontfamily-text);
    font-size: 18px;
    line-height: 1.2em;
    padding: 15px 0px;
    color: var(--bsbtn-red);
    font-weight: 500;
    display: block;
}

.item-content p span:last-child {
    text-decoration: line-through;
    color: #80869A;
    font-weight: 400;
}

a.add-to-cart,
button.add-to-cart,
.filter-submit-btn {
    font-family: var(--fontfamily-text);
    font-size: 16px;
    padding: 10px 20px;
    background-color: var(--bsbtn-red);
    color: #fff;
    display: inline-block;
    margin-bottom: 35px;
    border: 0px;
}

.filter-submit-btn {
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 10px 30px;
}

.left-search-block {
    background-color: #EFF5FF;
    border-radius: 5px;
}

.listings-cat-title {
    background-color: #1C59BA;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
    font-size: 20px;
    font-weight: 400;
    /* margin-bottom: 20px; */
}

.left-search-block form {
    padding: 20px 15px;
}

.left-search-block form .form-check-label {
    font-family: var(--fontfamily-text);
    font-weight: 300;
    /* margin-bottom: 10px; */
    font-size: 16px;
}

.left-search-block form .form-check-label input[type=checkbox] {
    height: 15px;
    border-color: #ebebeb;
}

.left-search-block .category-search-block.form-check {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    min-height: inherit;
}

@keyframes buttonText {
    0% {
        background-color: transparent;
    }
    20% {
        background-color: #00b490;
    }
    100% {
        background-color: black;
    }
}

.btn--to-secondary .secondary-text {
    display: none;
}

.btn--to-secondary::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all 0.2s ease-out;
}

.btn--to-secondary:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all .2s ease-out;
}

.btn--to-secondary-transitioned:before {
    -webkit-animation-name: buttonBackground;
    animation-name: buttonBackground;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    background-color: #000;
}

.btn--secondary:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 2px solid #00b490;
    transition: outline .1s linear;
}

.btn--to-secondary-transitioned:not(.disabled):hover:after {
    outline: 4px solid #00b490;
}

.btn--to-secondary-transitioned .secondary-text {
    display: inline;
}

.btn--to-secondary .secondary-text {
    display: none;
}

.btn--to-secondary-transitioned .primary-text {
    display: none;
}

a.add-to-cart:hover,
.filter-submit-btn:hover,
.add-to-cart:hover {
    background-color: #c52323;
}

.plumbing-item-container {
    margin-bottom: 90px;
}

ul.main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 36px;
    padding: 0px 20px;
}

ul.main-menu>li {
    float: left;
    position: relative;
}

.main-menu-container ul.main-menu>li>a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #666;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-left: -1px;
}

.main-menu-container ul.main-menu>li:hover>a {
    background: #06c;
    color: #fff;
    border-color: #fff;
}

.main-menu-container ul>li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    transform: scale(1);
}

.main-menu-container ul.sub-menu {
    z-index: 200;
    opacity: 0;
    transform: scale(.97);
    visibility: hidden;
    position: absolute;
    margin: 0;
    margin-top: 15px;
    padding: 0;
    list-style: none;
    left: 0;
    padding: 0px 0px;
    background: #fff;
    min-width: 210px;
    transition: all .2s;
    /* box-shadow: 2px 2px 5px #aaa; */
    float: none;
    max-width: 250px;
}

.main-menu-container li {
    position: relative;
}

.main-menu-container ul.sub-menu:before {
    content: "";
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    top: -5px;
    left: 10px;
}

.main-menu-container ul.sub-menu>li>a {
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    padding: 4px 0;
    font-weight: normal;
    margin: 0px 15px;
}

html .drop-menu-link .sub-menu a img {
    filter: none;
    transform: none;
    position: relative;
    top: 0px;
    padding-right: 5px;
    width: 25px;
}

ul.sub-menu>li>a:hover {
    color: var(--bsbtn-red);
    text-decoration: none;
}

.main-menu-container ul.sub-menu>li {
    line-height: 35px;
    border-top: 1px solid lightgrey;
    width: 100%;
}

.main-menu-container ul.sub-menu>li:first-child {
    border: 0px;
}

.main-menu-container ul.sub-menu a::before {
    padding-right: 8px;
    content: "";
    top: 8px;
    right: 3px;
    position: relative;
    background-repeat: no-repeat;
    background-image: url(../images/next_icon.svg);
    display: none;
}

.drop-menu-link a:hover img {
    filter: none;
}

.drop-menu-link a img {
    filter: invert(1) brightness(0);
    transform: rotate(90deg);
    position: relative;
    top: -2px;
}

.drop-menu-link a:hover {
    color: var(--bsbtn-red);
}

.form-group-inner .form-group {
    width: 50%;
    float: left;
    padding: 0px 20px;
    margin-bottom: 25px;
}

.form-group-inner-row-last.form-group-inner .form-group {
    width: 100%;
}


/* .form-group-inner-row-first.form-group-inner .form-group {
    width: 50%;
} */

.form-group-inner .form-group label {
    color: #1D58BC;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: var(--fontfamily-text);
}

.form-group-inner .form-group .form-control {
    border: 0px;
    border-bottom: 1px solid #1D58BC;
    border-radius: 0px;
    font-family: var(--fontfamily-text);
    font-size: 18px;
    line-height: 1em;
    padding: 0px 0px;
}

#textarea {
    border: 1px solid #1D58BC;
}

.form-group-inner.form-group-inner-row {
    float: left;
    width: 100%;
}

#datepicker .ui-widget.ui-widget-content {
    padding: 0px;
    font-family: var(--fontfamily-text);
    width: 100%;
}

#datepicker .ui-widget.ui-widget-content {
    border: 0px;
    width: 100%;
}

#datepicker .ui-datepicker-calendar {
    border: 1px solid #e5e7eb;
    border-top: 0px;
}

.ui-datepicker td {
    border: 0;
    padding: 0px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #e5e7eb;
    background: #fff;
    font-weight: normal;
    color: #000;
    border-right: 0px;
    border-bottom: 0px;
    border: 0px;
    font-size: 14px;
}

.ui-datepicker-calendar tr td {
    border: 1px solid #e5e7eb;
    border-right: 0px;
    border-bottom: 0px;
}

#datepicker .ui-datepicker-calendar tr td a {
    padding: 13px 10px;
}

.ui-widget-header {
    border: 0px;
    background-color: #1c59ba;
    font-family: var(--fontfamily-text);
    font-weight: 400;
    color: #fff;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}

.ui-datepicker th {
    font-weight: 300;
    color: rgb(153, 153, 153, 0.7);
    padding: 3px;
    font-size: 14px;
}

html #datepicker .ui-state-highlight,
html #datepicker .ui-widget-content .ui-state-highlight,
html #datepicker .ui-widget-header .ui-state-highlight {
    background: #fffa90;
    color: #000;
}

#datepicker .ui-state-active,
#datepicker .ui-widget-content .ui-state-active,
#datepicker .ui-widget-header .ui-state-active,
#datepicker a.ui-button:active,
#datepicker .ui-button:active,
#datepicker .ui-button.ui-state-active:hover {
    /* border: 1px solid #2563EB; */
    background: #1c59ba;
    color: #fff;
}

#datepicker .ui-state-disabled,
#datepicker .ui-widget-content .ui-state-disabled,
#datepicker .ui-widget-header .ui-state-disabled {
    opacity: .35;
    background-color: #EFF5FF;
}

#datepicker .ui-state-default:hover,
#datepicker .ui-widget-content .ui-state-default:hover {
    background: #e5e7eb;
}

.sig-block {
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    display: inline-block;
    margin-right: 10px;
}

.available-block li:last-child .sig-block {
    height: 20px;
    width: 20px;
    background-color: #EFF5FF;
    border: 0px;
    display: inline-block;
    margin-left: 20px;
}

.available-block ul,
.available-block ul li {
    display: flex;
    align-items: center;
}

.available-block ul {
    margin-top: 15px;
}

.ui-datepicker-prev.ui-corner-all::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    content: "\f284";
    font-size: 15px;
    position: absolute;
    left: 25px;
    top: 12px;
    color: #fff;
    background-image: none;
    cursor: pointer;
}

.ui-datepicker-next.ui-corner-all:before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    content: "\f285";
    font-size: 15px;
    position: absolute;
    right: 25px;
    top: 12px;
    color: #fff;
    background-image: none;
    cursor: pointer;
}

#datepicker a.ui-corner-all {
    background-color: transparent;
    border: 0px;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 14px;
    padding: 5px 0px;
}

.form-group-inner.form-group-inner-row label.icon-label {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.icon-label svg {
    margin-right: 15px;
}

.time-block-listing ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.time-block-listing ul li {
    width: 33.333%;
    padding: 0px 5px;
    margin-bottom: 10px;
}

.time-block-listing ul li a {
    border: 1px solid #2563EB;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 1em;
    color: var(--bs-site-navtext);
    display: inline-block;
    width: 100%;
    color: #2563EB;
    font-weight: 400;
    font-family: var(--fontfamily-text);
}

.time-block-listing ul li a.active {
    background-color: #2563EB;
    color: #fff;
}

#submit-btn {
    color: white;
    font-size: 16px;
    margin-left: 20px;
    padding: 13px 34px;
    text-transform: uppercase;
    background-color: #2563EB;
    border: 0px;
}

#submit-btn:hover {
    background-color: var(--bsbtn-red);
}

.submit-btn-block {
    text-align: center;
}

.booking-container {
    margin-top: 90px;
    margin-bottom: 40px;
}

.booking-container .container {
    max-width: 1000px;
}


/* Product Detail */

.block-category-navigation li ul li {
    padding-left: 10px;
}

.block-category-navigation li ul {
    padding-top: 10px;
}

.cart-container {
    padding: 60px 0px;
    background-color: #fcfaf9;
}

.table-box {
    margin: 10px auto;
    margin-bottom: 30px;
    border-radius: 0px 0px 15px 15px;
}

.table-row {
    display: flex;
    flex-direction: row;
    /* justify-content: space-around; */
    width: 100%;
    margin: 1px auto;
    background: #fff;
    /* padding: 12px 0; */
    color: #2563EB;
    font-size: 13px;
    /* box-shadow: 0 1px 4px 0 rgba(0, 0, 50, 0.3); */
    border-radius: 0px 0px 5px 5px;
}

.table-row1,
.header {
    background-color: #2563EB;
    border-radius: 5px 5px 0px 0px;
}

.table-cell {
    width: 14%;
    text-align: center;
    padding: 8px 6px;
    border-right: 1px solid #d6d4d4;
    vertical-align: middle;
    /* border-right-color: #ebebeb; */
}

.table-row.header .table-cell {
    padding: 10px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-cell p {
    font-size: 14px;
    font-weight: 400;
    color: #2563EB;
    line-height: 1.2em;
    word-break: break-all;
}

html .cart-header .table-cell p {
    color: #fff;
}

.table-row.table-header {
    background-color: #2563EB;
    color: #fff;
    box-shadow: none;
    padding: 10px 0px;
    display: block;
    text-align: center;
    border-radius: 0px;
}

.btn.submit-btn {
    padding: 10px 25px 10px 25px;
    background-color: #2563EB;
    border: 0px;
    box-shadow: none;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    transition: 0.3s all;
    border: 1px solid #2563EB;
    /* margin-left: 15px; */
}

.table-row.header .table-cell:last-child,
.table-cell:last-child {
    border-right: 0px;
}

.alert.alert-success {
    padding: 10px;
}

.table-row.table-row-1 .table-cell p {
    color: #333;
}

.header1 {
    /* background-color: #DBF0F2; */
    color: #2563EB;
    background-color: #f9f9f9;
}

.generalTitle {
    margin: 30px 0 15px 0;
    font-size: 32px;
    font-weight: 600;
}

.short-description {}

.short-description p {
    position: relative;
    /* padding-left: 20px; */
    margin-bottom: 15px;
    font-family: var(--fontfamily-text);
    color: #888;
    font-size: 15px;
    line-height: 1.4em;
}

.stock {
    font-family: var(--fontfamily-text);
}

.short-description li:before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2563EB;
    content: "\f135";
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 20px;
}

.value a {
    text-decoration: none;
    color: #2563EB;
}

.generalMarginSupporter {
    margin: 15px 0;
}

.free-shipping.label-warning {
    background-color: #333;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px 6px 10px;
    font-family: var(--fontfamily-text);
    background-color: #EFF5FF;
    color: #2563EB;
}

.breadcrumb {
    font-family: var(--fontfamily-text);
    font-size: 15px;
}

.free-shipping.label-warning .linearicons-ship {
    padding-right: 5px;
}

.product-price .actual-price,
.product-price .your-price {
    color: #2563EB;
    font-size: 26px;
    font-weight: 600;
}

.old-price {
    text-decoration: line-through;
    color: #888;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    margin-right: 5px;
}

.qty-container .minus:hover,
.qty-container .plus:hover {
    background: #2563EB;
    border-color: #2563EB;
    color: #fff;
}

.qty-container .minus:before:hover,
.qty-container .plus:before:hover {
    color: #fff;
}

.qty-container .minus,
.qty-container .plus {
    position: relative;
    width: 35px;
    height: 38px;
    background: #fff;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.qty-container {
    display: inline-flex;
    align-items: center;
    margin: 0 15px 0 0;
}

.qty-container .minus::before,
.qty-container .plus::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 12px;
    width: 8px;
    height: 1px;
    background: #212529;
    z-index: 1;
}

.qty-container .qty-input {
    max-width: 45px;
    border: 1px solid #dfdfdf;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    text-align: center;
}

.qty-container .plus::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 12px;
    width: 8px;
    height: 1px;
    background: #212529;
    transform: rotate(90deg);
    z-index: 1;
}

.product-tab-content {
    padding: 60px 0px;
}

.product-tab-content .tab-content {
    padding-top: 20px;
}


/* .form-register-inner .form-group {
    padding: 0px 15px;
} */

.form-register-inner .form-group:not(:last-child) {
    margin-bottom: 15px;
}

.form-register-inner label {
    color: #333;
    font-size: 16px;
    line-height: 1em;
    font-weight: 400;
    display: block;
    padding-bottom: 8px;
    margin-right: 10px;
}

.input-with-icon-left {
    position: relative;
}

.input-with-icon-left i {
    position: absolute;
    top: 0;
    color: #fff;
    text-align: center;
    line-height: 48px;
    width: 48px;
    height: 48px;
    font-size: 19px;
    background-color: #2563EB;
    border: 1px solid #2563EB;
    box-sizing: border-box;
    display: block;
    border-radius: 4px 0 0 4px;
}

.input-with-icon-left input {
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    outline: none;
    font-size: 16px;
    color: #333;
    /* margin: 0 0 16px 0; */
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    font-weight: 400;
    opacity: 1;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
    padding-left: 61px;
}

h3#order_review_heading,
.billing-container h3 {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    color: #2563EB;
    font-size: 25px;
    font-weight: 600;
}

.button.action_button,
.back-to-shopping,
.button.add_to_cart_button {
    background-color: #2563EB;
    padding: 8px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 15px;
    text-decoration: none;
    font-family: var(--fontfamily-text);
    border: 0px;
}

.product-cart-group .button.add_to_cart_button:hover,
.item-container .button.add_to_cart_button:hover,
.action_button:hover,
.back-to-shopping:hover {
    color: #fff;
    background-color: #000;
}

.cart-btn-container .button.action_button {
    width: 100%;
}

.item-container .button.add_to_cart_button {
    border: 0px;
}

.rating-box::before {
    content: "\2605\2605\2605\2605\2605";
    height: 20px;
    color: #c3c5c9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 18px;
}

.rating-box {
    height: 20px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
}

.product-no-reviews {
    font-family: var(--fontfamily-text);
}

.item-container {
    padding: 90px 0px;
}

.slider-nav img {
    height: 115px;
    width: 115px;
    object-fit: cover;
    border: 6px solid #eff5ff;
    /* box-shadow: rgba(0, 0, 0, 0.075) 0px 2px 4px 0px; */
}

.slider-nav .slider-item {
    /* margin: 0px 5px; */
    margin-top: 20px;
}

.slick-slide {
    height: auto;
}

.form-control:focus {
    box-shadow: none;
}

.slider-nav .slick-arrow {
    background-color: #2563EB;
    /* padding: 10px; */
    color: #fff;
    border: 0px;
    position: absolute;
    z-index: 99;
    top: 50%;
    margin-top: -12px;
    font-size: 0px;
    width: 40px;
    height: 40px;
}

.slider-nav .slick-arrow.slick-prev {
    left: 0px;
}

.slider-nav .slick-arrow.slick-prev:before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    content: "\f284";
    font-size: 15px;
    position: absolute;
    left: 15px;
    top: 13px;
    color: #fff;
    background-image: none;
    cursor: pointer;
}


/* .slider-nav .slick-arrow.slick-next {
    left: 0px;
} */

.slider-nav .slick-arrow.slick-next {
    right: 0px;
}

.slider-nav .slick-arrow.slick-next:before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    content: "\f285";
    font-size: 15px;
    position: absolute;
    left: 15px;
    top: 13px;
    color: #fff;
    background-image: none;
    cursor: pointer;
}

.product-price {
    margin-bottom: 20px;
}

.add-cart-block {
    margin-bottom: 10px;
}

.header-top {
    background-color: var(--bscard-color);
    background-color: #1C59BA;
}

.interaction-container ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.interaction-container li a:not(.cart-basket-link) {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 40px; */
    color: #80869A;
    line-height: 1;
    font-family: var(--fontfamily-text);
    font-size: 15px;
    line-height: 1em;
    color: #2563EB;
    font-weight: 400;
    color: #80869A;
    color: #14336b;
    color: #2563EB;
    color: #fff;
}

.interaction-container li {
    padding-right: 10px;
    padding-left: 10px;
}

.icon-circle {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    color: #2563EB;
}

.icon-circle i {
    font-size: 18px;
}

.interaction-container li:not(:last-child) {
    margin: 10px 0px;
    border-right: 1px solid rgba(255, 255, 255, .35);
}

.icon-circle-bas {
    position: relative;
}

.qty-circle {
    height: 15px;
    width: 15px;
    background-color: #fff;
    background-color: var(--bscard-color);
    text-align: center;
    color: #2563EB;
    font-size: 10px;
    position: absolute;
    top: -4px;
    right: -6px;
    border-radius: 50%;
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

body {
    overflow-x: hidden;
    position: relative;
    right: 0;
}

.cart-drawer {
    background: #EFF5FF;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 300px;
    padding: 20px 15px;
    z-index: 99;
}

.cart-drawer-right {
    right: -300px;
}

.cart-drawer-right.cart-drawer-open {
    right: 0;
}

.cart-drawer-pushtoleft {
    right: 300px;
}

.cart-drawer,
.cart-drawer-push {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cart-drawer-btn {
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
}

.cart-drawer-close-btn {
    cursor: pointer;
    /* position: absolute;
    top: 10px;
    right: 10px; */
}

.overlay {
    background: #1e1e1e;
    opacity: .8;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    display: none;
    position: fixed;
    z-index: 40;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.cart-drawer-pushtoleft .overlay {
    display: block;
}


/* .shoping-cart-block {
    padding: 15px;
} */

.shoppping-cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.cart-drawer-close-btn {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563EB;
    font-size: 18px;
}

.cart-drawer-close-btn:hover {
    background-color: #2563EB;
    color: #fff;
}

.shoppping-cart-header h3 {
    color: #2563EB;
    font-family: var(--fontfamily-text);
    font-size: 18px;
    line-height: 1em;
    font-weight: 500;
}

.cart-img {
    width: 25%;
    object-fit: cover;
    /* border: 3px solid #fff; */
    border-radius: 5px;
}

.cart-listing-basket ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.cart-listing-basket h3 {
    color: #000;
    font-family: var(--fontfamily-text);
    font-size: 14px;
    line-height: 1em;
    font-weight: 400;
    line-height: 1.3em;
}

.cart-content {
    text-align: left;
    padding: 0px 10px;
    width: 65%;
}

.cart-remove {
    width: 10%;
}

.cart-listing-basket .totalPrice {
    display: block;
    font-family: var(--fontfamily-text);
    color: #DB3131;
    font-weight: 500;
    font-size: 15px;
}

.cart-content .qty-container .minus,
.cart-content .qty-container .plus {
    width: 21px;
    height: 21px;
}

.cart-content .qty-container .qty-input {
    max-width: 23px;
    font-size: 12px;
    line-height: 1em;
    font-size: 10px;
    padding: 2px;
    height:21px;
    /*width:21px;*/
}

.cart-content .qty-container .minus::before,
.cart-content .qty-container .plus::before {
    top: 9px;
    left: 6px;
    width: 5px;
    height: 1px;
}

.cart-content .qty-container .plus::after {
    top: 9px;
    left: 6px;
    width: 5px;
    height: 1px;
}

.cart-drawer .cart-listing-basket.addScroll {
    max-height: 372px;
    overflow-y: scroll;
}

.cart-drawer .cart-listing-basket.addScroll {
    /* margin-left: 30px; */
    /* float: left; */
    height: 372px;
    /* width: 65px; */
    /* background: #F5F5F5; */
    overflow-y: scroll;
    /* margin-bottom: 25px; */
}

.cart-drawer .cart-listing-basket.addScroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.cart-drawer .cart-listing-basket.addScroll::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.cart-drawer .cart-listing-basket.addScroll::-webkit-scrollbar-thumb {
    background-color: #2563EB;
}

.interaction-container .bi.bi-box-arrow-in-right {
    font-size: 22px;
    padding-right: 6px;
}

.cart-content .qty-container {
    margin: 6px 0px;
}

.cart-content h6 {
    font-family: var(--fontfamily-text);
    color: #DB3131;
    font-weight: 500;
    font-size: 15px;
}

.billing-details {
    font-family: var(--fontfamily-text);
}

html .billing-details label {
    font-size: 16px;
    padding-bottom: 10px;
}

.billing-details .check-part label {
    display: flex;
    align-items: center;
}

.check-part #homeChargeCheckbox {
    margin-right: 5px;
}

.billing-details .contact-row span {
    font-size: 15px;
}

.cart-listing-basket ul {
    margin-top: 30px;
}

.cart-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    margin: 15px 0px;
    padding: 15px 0px;
}

.cart-listing-basket ul li:last-child {
    border: 0px;
}

.cart-total h3 {
    font-family: var(--fontfamily-text);
    font-size: 22px;
    color: #000;
    font-weight: 500;
}

.cart-total h6 {
    color: #2563EB;
    font-family: var(--fontfamily-text);
    font-size: 18px;
    line-height: 1em;
    font-weight: 500;
}

.img-item {
    padding: 20px;
}

.interaction-container li .relative.d-flex {
    align-items: center;
}

.interaction-container li .relative.d-flex {
    align-items: center;
    font-family: var(--fontfamily-text);
}

.interaction-container .relative.d-flex .header-input-box {
    font-size: 15px;
    padding: 0px 5px;
    color: #fff;
    font-weight: bold;
    line-height: 1em;
    padding-right: 0px;
    padding-left: 10px;
}

html .order-detail-info-block {
    /* border-left: 1px solid #ccc7c7;

    border-right: 1px solid #ccc7c7; */
    border: 1px solid #ccc7c7;
    padding: 10px;
    margin-top: 15px;
}

.form-group-inner .form-group .error {
    color: red;
}

.hd-appt-date {
    visibility: hidden;
    width: 0;
    height: 0;
}

button.delete-cart-item {
    box-shadow: none;
    border: 0px;
    background: transparent;
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}


/* .product-price .actual-price {
    padding-left: 5px;
} */

.qty-container .qty-label {
    padding-right: 6px;
}

#orderDetail .table-row img {
    padding-left: 5px;
}

.slider-bottom .slick-track {
    margin: 0px;
}

.alert.alert-success {
    font-family: var(--fontfamily-text);
    font-size: 15px;
    line-height: 1.2em;
    padding: 5px;
}

.testimonial-container .testimonial-wrapper {
    display: flex;
    flex-direction: column;
    border-radius: 0px;
    background-color: #fff;
    padding: 30px 30px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 12%);
    padding-bottom: 40px;
    margin-bottom: 25px;
    font-family: var(--fontfamily-text);
}

.testimonial-name {
    color: #2563EB;
    font-weight: 500;
}

.testimonial-content {
    font-size: 16px;
    line-height: 1.6em;
    margin-top: 20px;
}

.testimonial-container .testimonial-wrapper .testimonial-name:after {
    background: url(../images/star.png) center no-repeat;
    content: "";
    height: 17px;
    width: 107px;
    display: block;
    margin-top: 5px;
}

.testimonial-container .testimonial-wrapper .testimonial-name {
    position: relative;
}

.testimonial-container {
    background-color: #EFF5FF;
    padding: 60px 0px;
    margin-bottom: -70px;
    padding-top: 0px;
}

.testimonial-image img {
    height: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 50%;
    
}

.testimonial-top {
    display: flex;
    align-items: center;
}

.testimonial-top .testimonial-image {
    padding-right: 15px;
}

html .service-detail-wrapper img {
    height: auto;
    width: auto;
    max-height:450px;
    max-width:100%;
}

.contact-right-block .form-register-inner label.error {
    color: red;
    padding-top: 5px;
}

.checkout-section-part {
    padding-top: 60px;
}

.order-detail-info-block.order-info {
    cursor: pointer;
}

.order-detail-info-block.order-info:hover {
    background-color: #ebebeb;
}

.dashboard-menu {
    font-family: var(--fontfamily-text);
}

html .service-detail-section .dashboard-menu li a:hover,
html .service-detail-section .dashboard-menu li a.active {
    background-color: #014BA2;
    color: white;
}

html .service-detail-section .dashboard-menu li:last-child a {
    border-bottom: 0px;
}

html .service-detail-section .dashboard-menu li a:hover img,
html .service-detail-section .dashboard-menu li a.active img {
    filter: brightness(0) invert(1);
}

html .service-desc h5 {
    color: #000;
    font-size: 24px;
}

html .billing-details input[type=text],
html .billing-details input[type=email],
html .billing-details select {
    margin-bottom: 0px;
}

.billing-details .form-group {
    margin-bottom: 25px;
}

html .billing-details label.error {
    color: red;
    padding-top: 5px;
    padding-bottom: 0px;
    font-weight: 400;
}

#frm label.error {
    color: red;
    padding-top: 5px;
    padding-bottom: 0px;
}

.login-section .login-body-wrapper .remember-check {
    text-align: left;
}

.login-body-wrapper .row.mb-2.btn-login-block .col-md-8 {
    text-align: left;
    padding-left: 25px;
}

.registation-container,
.login-section .login-body-wrapper,
.login-section {
    font-family: var(--fontfamily-text);
}

html .register-right-block .form-register-inner label {
    font-weight: 400;
}

html .register-right-block .contact-input-with-icon-left input {
    font-size: 16px;
}

.login-section .login-body-wrapper .col-form-label,
.login-section .login-body-wrapper a,
.login-section .login-body-wrapper .remember-check {
    font-size: 16px;
}

.login-section .login-body-wrapper a {
    font-size: 15px;
}

.prod-empty p {
    padding-top: 15px;
}

.inner-banner.inner-banner-thankyou {
    margin-bottom: -70px;
}

.table-box.thankyou-table {
    max-width: 800px;
}

.dashboard-form {
    font-family: var(--fontfamily-text);
}

.dashboard-form .form-register-inner label {
    font-weight: 400;
}

@media screen and (max-width: 1000px) and (min-width:768px) {
    .header-bottom .col-md-4 {
        width: 20%
    }
    .header-bottom .col-md-8 {
        width: 80%
    }
    .main-menu-container ul li a {
        font-size: 16px;
        margin: 0 16px;
    }
    .main-banner h2 {
        font-size: 46px;
    }
    .main-banner h3 {
        font-size: 36px;
    }
    .banner-list ul li p {
        padding-left: 25px;
        font-size: 14px;
    }
    .row.service-card-items .col-md-3 {
        width: 50%
    }
    .item-plumbing-inner .col-md-3 {
        width: 50%;
    }
    .item-plumbing-inner .col-md-3:nth-child(even) {
        border-right: 1px solid #ebebeb;
    }
    .cart-drawer .cart-listing-basket.addScroll {
        height: 300px;
    }
}

@media screen and (max-width: 767px) {
    #footer .col-md-3:first-child {
        width: 100%;
    }
    #footer .col-md-6 {
        width: 100%;
    }
    .footer-listing h4 {
        margin-bottom: 15px;
        margin-top: 30px;
    }
    .mean-container .mean-nav ul li a {
        text-transform: capitalize;
        font-size: 16px;
        line-height: 16px;
        background-color: var(--bs-site-blue);
        padding: 14px 5%;
    }
    .mean-container .mean-nav ul li a.mean-expand {
        height: 21px;
    }
    .mean-container .mean-nav ul li {
        background: none;
    }
    .sf-menu ul {
        position: static;
    }
    .mean-container .mean-nav ul ul li a:hover {
        background-color: rgba(30, 95, 182, 0.83);
    }
    .mean-container .mean-nav ul ul {
        background-color: rgba(30, 95, 182, 0.83);
    }
    .mean-container .mean-bar {
        background-color: transparent;
        z-index: 999;
        right: 0px;
        top: 55px;
        position: absolute;
    }
    html .mean-container a.meanmenu-reveal {
        width: auto;
        height: auto;
        padding: 0px;
        position: absolute;
        top: 11px;
        right: 10px !important;
        cursor: pointer;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        text-indent: inherit;
        line-height: 22px;
        font-size: 36px !important;
        display: inline-block;
        background-color: transparent !important;
        /* font-family: Arial, Helvetica, sans-serif; */
    }
    html .mean-container a.meanmenu-reveal i {
        color: #1e5fb6;
        font-size: 25px;
    }
    html .mean-container a.meanmenu-reveal.meanclose {
        top: 14px;
        right: 15px !important;
        font-size: 24px !important;
    }
    .mean-container .mean-nav ul li span {
        /* display: none; */
    }
    html .mean-container a.meanmenu-reveal.meanclose {
        background-color: transparent !important;
        color: var(--bs-site-blue);
    }
    html .mean-container .mean-nav {
        margin-top: 54px;
        z-index: 9999;
        position: relative;
    }
    .main-logo img {
        max-height: 60px;
        z-index: 9999;
        position: relative;
    }
    #header-container .header-bottom {
        padding: 5px 0px;
    }
    .drop-menu-link a img {
        display: none;
    }
    .mean-container .mean-nav ul li li a {
        opacity: 1;
    }
    .main-menu-container {
        display: none;
    }
    html .header-top .interaction-container li {
        border: 0px;
        padding: 0px;
        padding-left: 5px;
    }
    .icon-circle i {
        font-size: 16px;
    }
    .icon-circle {
        height: 26px;
        width: 26px;
        margin-right: 3px;
    }
    .item-container {
        padding: 30px 0px;
    }
    .item-des-container {
        margin-top: 20px;
    }
    .breadcrumb {
        font-size: 13px;
    }
    .generalTitle {
        font-size: 25px;
        margin-top: 9px;
    }
    .form-group-inner .form-group {
        width: 100%;
        padding: 0px 5px;
    }
    .time-block-listing ul li a {
        font-size: 14px;
    }
    .form-group-inner.form-group-inner-row label.icon-label {
        margin-bottom: 15px;
    }
    .booking-container {
        margin: 30px 0px;
    }
    .compelte-project .col-md-3,
    .compelte-project .col-md-4 {
        width: 100%;
    }
    .project-left {
        padding: 20px;
        margin-bottom: 20px;
    }
    .main-banner h2 {
        font-size: 38px;
    }
    .main-banner h3 {
        font-size: 32px;
    }
    .main-banner .content {
        padding-top: 10px;
    }
    .banner-list ul li p {
        padding-left: 25px;
        font-size: 14px;
    }
    .banner-list ul li {
        margin: 10px 0;
    }
    .banner-img {
        text-align: center;
    }
    .banner-img img {
        max-height: 300px;
    }
    .main-title h3 {
        font-size: 32px;
        padding: 30px 0px;
    }
    .service-card {
        margin-bottom: 30px;
    }
    .item-plumbing-container {
        padding: 0px 10px;
    }
    .project-right {
        text-align: center;
        margin-top: 20px;
    }
    .plumbing-main-container {
        margin-top: 40px;
    }
    .plumbing-main-container .plum-left h3 {
        margin-bottom: 10px;
        font-size: 35px;
    }
    .plumbing-main-container .plum-contact {
        margin-top: 20px;
    }
    .plumbing-main-container .plum-contact h4 {
        font-size: 23px;
    }
    .plum-right img {
        max-height: 300px;
    }
    .plumbing-item-container {
        margin-bottom: 30px;
    }
    .mean-container .mean-nav ul ul li span img {
        display: inline-block;
        filter: brightness(0) invert(1);
        width: 20px;
    }
    .left-search-block {
        margin-bottom: 20px;
    }
    html .checkout-section-part {
        padding-top: 30px;
    }
    .checkout-section-part .col-md-8 {
        order: 2;
    }
    .checkout-section-part .col-md-8 {
        order: 1;
    }
    html .registation-container {
        padding: 30px 0px;
        padding-bottom: 0px;
    }
    html .aaa:after {
        display: none;
    }
    html .billing-details {
        padding-top: 30px;
    }
    .booking-container .form-group-inner:not(.form-group-inner-row-first) .form-group {
        display: flex;
        flex-direction: column;
    }
    .booking-container #submit-btn {
        margin-left: 0px;
    }
    html .service-detail-section .dashboard-menu {
        max-width: 100%;
    }
    .service-detail-section .col-md-3 h5 {
        margin-top: 20px;
    }
    .service-detail-section .table-box {
        margin-bottom: 0px;
    }
    .cart-drawer .cart-listing-basket.addScroll {
        height: 300px;
    }
    .service-card .ser-card-descrip p {
        min-height: inherit;
    }
    /* .table-box.thankyou-table {
        margin-bottom: 0px;
    } */
    .table-box.thankyou-table .table-row.header .table-cell:nth-child(1) {
        width: 20% !important;
    }
    .table-box.thankyou-table .table-row.header .table-cell:nth-child(2) {
        width: 60% !important;
    }
    .table-box.thankyou-table .table-row.header .table-cell:nth-child(3) {
        width: 20% !important;
    }
    .table-box.thankyou-table .table-row.table-price-block .table-cell:nth-child(1) {
        width: 20% !important;
    }
    .table-box.thankyou-table .table-row.table-price-block .table-cell:nth-child(2) {
        width: 60% !important;
    }
    .table-box.thankyou-table .table-row.table-price-block .table-cell:nth-child(3) {
        width: 20% !important;
    }
    .inner-banner.inner-banner-thankyou h2 {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) and (min-width:576px) {
    .item-plumbing-inner .col-md-3:nth-child(even) {
        border-right: 1px solid #ebebeb;
    }
}

@media screen and (max-width: 575px) {
    .item-plumbing-inner .col-md-3 {
        border-right: 1px solid #ebebeb;
    }
    ul.col-div-2 li {
        width: 100%;
        float: left;
    }
    ul.col-div-2 li:nth-child(odd) {
        max-width: 100%;
    }
    ul.col-div-2 li:nth-child(even) {
        max-width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .inner-banner h2 {
        font-size: 32px;
    }
    /* .interaction-container span {
        display: none;
    } */
    .slider-nav img {
        height: 55px;
        width: 55px;
        object-fit: cover;
        border: 4px solid #eff5
    }
    .slider-nav .slick-arrow {
        margin-top: -3px;
        width: 25px;
        height: 25px;
    }
    .slider-nav .slick-arrow.slick-prev:before,
    .slider-nav .slick-arrow.slick-next:before {
        font-size: 13px;
        left: 6px;
        top: 7px;
        color: #fff;
    }
    html .billing-details .form-group-wrapper .form-group.form-group-50 {
        width: 100%;
    }
    html .billing-details .form-group-wrapper {
        display: block;
    }
    .interaction-container .relative.d-flex .header-input-box {
        font-size: 13px;
    }
    .interaction-container li a:not(.cart-basket-link) {
        font-size: 13px;
    }
}


.cart-listing-basket .check-part{
    display: none;
}

.checkout-cart-listing-basket .cart-listing-basket .check-part{
    display: block;
}

.checkout-cart-listing-basket .cart-btn-container{
    display: none;
}

/*Thank you page*/
.thanku-banner-section {
    position: relative;
    margin-bottom: 25px;
}
.thanku-banner-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(1, 101, 178, 0.78);
    z-index: 2;
}
.thanku-banner-block {
    background-size: cover;
    background-repeat: no-repeat;
    height: 316px;
    margin-top: -75px;
    position: relative;
}
.thanku-text-block {
    text-align: center;
    padding-top: 121px;
    padding-left: 50px;
    z-index: 2;
    position: relative;
}
.thanku-text-block h2 {
    color: white;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 10px;
}
.thanku-text-block h4{
    color: white;
}
.table-box {
    margin-bottom: 30px;
}
.table-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    font-size: 13px;
    border: 0;
    border-bottom: 1px solid #ddd;
}
.table-row.title-row {
    border: 1px solid #ddd;
}
.table-cell {
    padding: 8px 6px;
}
.table-cell.product-cell {
    display: flex;
    width: 55%;
    align-items: center;
}
.table-cell p {
    margin-bottom: 0;
    text-align: left;
    padding: 5px;
    font-size: 15px;
    font-weight: 700;
}
.table-cell.product-cell p {
    padding-left: 20px;
}
.table-cell.price-cell {
    width: 10%;
}
.thanku-order-detail .table-cell.qty-cell {
    width: 15%;
}
.table-cell.subtotal-cell {
    width: 15%;
}
.table-row.inner-table-row {
    align-items: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
/*pwd strength*/
.strength_meter div p {
        font-size: 15px;
        padding: 1px 10px;
        width:100%;
    }

.veryweak {
        background-color: #fcc1c1;
        border-color: #F04040 !important;
        width: 41% !important;
        padding-left: 5px;
        border-radius: 13px;
        margin-top: 5px;
    }

.weak {
        background-color: #FFB78C;
        border-color: #FF853C !important;
        width: 50% !important;
        padding-left: 5px;
        border-radius: 13px;
        margin-top: 5px;
    }

.medium {
        background-color: #FFEC8B;
        border-color: #FC0 !important;
        width: 75% !important;
        padding-left: 5px;
        border-radius: 13px;
        margin-top: 5px;
    }

.strong {
        background-color: #C3FF88;
        border-color: #8DFF1C !important;
        width: 100% !important;
        padding-left: 5px;
        border-radius: 13px;
        margin-top: 5px;
    }
.login-section .alert.alert-danger{
        padding:8px;
    }
.login-box {
     margin: 134px 400px;
}
.login-box .card-title{
    font-size: 20px;
    font-weight: 400;
}
.login-box .input-group-text {
    font-size: 1.5rem;
    border-radius: 0 5px 5px 0;
}

.login-card-body .input-group .form-control:focus {
    border: 1px solid #ced4da;
}
.login-box .btn-block {
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 4px;
}
.booking-container .alert-success{
    margin: 5px 20px;
    padding: 11px;
}
.fa-history, .fa-check, .fa-ban {
    padding-left: 5px;
    width: 20px;
    height: 20px;
    padding-top: 1px;
    border-radius: 50%;
    margin-top: 7px;
}
.fa-check {
    background: green;
}
.fa-history {
    background: rgb(249, 102, 192);
}
.fa-history:before, .fa-check:before, .fa-ban:before {
    color: #fff;
    font-size: 11px;
}
.product-detail .qty-container .qty-input{
    height:38px;
    
}
.left-search-block form .form-check-label input[type=checkbox]:focus{
    box-shadow:none;
}
.main-menu-container ul.sub-menu .serv-menu{
    display: flex;
    align-items: center;
}
.serv-title{
        display: block;
}
.billing-details input[type=number]{
    height: 50px;
    font-size: 16px;
    width: 100%;
    display: block;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #e5e8eb;
    padding-left: 15px;
    margin-bottom: 25px;
}
.billing-details input[type=number]:focus{
    outline: none;
}
/*thankyoupage*/
.top-order-part {
    background: #eee;
    padding: 10px;
    margin-bottom: 10px;
}
.top-order-part p {
    margin-bottom: 8px;
    font-family: var(--fontfamily-main);
}
.top-order-part h5 {
    font-size: 17px;
}
.thanku-order-detail h5 {
    padding-left: 193px;
    margin-bottom: 15px;
    margin-top:15px;
}
.thanku-order-detail .table-box {
    margin-bottom: 30px;
}
.thanku-order-detail .table-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    font-size: 13px;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius:0;
}
.thanku-order-detail .table-row.title-row {
    border: 1px solid #ddd;
    border-radius:0px;
    margin:0;
}
.thanku-order-detail .table-cell {
    padding: 8px 6px;
    border-right:0;
}
.thanku-order-detail .table-cell.product-cell {
    display: flex;
    width: 55%;
    align-items: center;
}
.thanku-order-detail .table-cell.price-cell {
    width: 11%;
}
.thanku-order-detail .table-cell p {
    margin-bottom: 0;
    text-align: left;
    padding: 5px;
    font-size: 15px;
    font-weight: 700;
    color:black;
}
.thanku-order-detail .table-cell.product-cell p {
    padding-left: 20px;
   
}
.thanku-order-detail .table-cell.qty-cell {
    width: 16%;
}
.thanku-order-detail .table-cell.subtotal-cell {
    width: 15%;
}
.thanku-order-detail .table-row.inner-table-row {
    align-items: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin:0;
}
.thanku-order-detail .table-cell.product-cell img {
    height: 80px;
    padding: 5px;
}
.thanku-order-detail .table-row.inner-table-row p {
   
    font-weight: 400;
}
.thanku-order-detail .table-cell.product-cell p {
    padding-left: 20px;
  
}
.order-received-text{
    text-align: center;
    color: #0b3c8b;
}
.order-summary-display{
    margin-top:25px;
}
.thank-you-col{
    padding-left:0;
    padding-right:0;
}
.payment-method-wrapper h4{
    font-size: 19px;
    margin-bottom: 8px;
}
.thanku-order-detail .table-box p{
    font-family: var(--fontfamily-main);
    
}
.qty-wrapper-part{
    display:flex;
    align-items:center;
    gap:10px;
}
.orginal-price{
    font-weight:700;
    margin-top: 5px;
    font-family:var(--fontfamily-main);
    color: #43484c;
}
.cart-listing-basket .totalPrice {
    color: #43484c;
    font-weight: 700;
    font-family: var(--fontfamily-main);
    font-size: 16px;
}
.alert.alert-danger.email-msg-error{
    padding:8px;
}
.booking-container .form-group-inner .form-group textarea{
    padding:9px;
}
.item-plumbing-inner .col-md-3:nth-child(4n+1) {
    text-align: center;
    border-left: 1px solid #ebebeb;
}
.thanku-order-detail .table-cell.total-cell {
    width: 82%;
}
.thanku-order-detail .table-cell.total-price-cell {
    width: 15%;
}
.thanku-order-detail .table-cell.total-cell p{
    text-align:right;
}
.service-detail-section .alert.alert-danger{
    font-size: 13px;
    padding: 5px;
}
.my-order-details{
    margin-bottom:20px;
}
.price-detail-block .table-row{
    border-bottom:0;
}

.my-orders-list .table-cell.emp-cell p{
    text-align:right;
}
.contact-section .contact-left-block img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}
 .contact-section .alert.alert-success.alert-1{
    max-width: 903px;
    margin: 0 auto;
    margin-top: 31px;
    padding: 8px;

    }
.contact-section .contact-block {
    background-color: white;
}
 @media only screen and (max-width: 600px) {
   .mean-container .mean-nav ul li li a{
       display:flex;
   }
   .mean-container .mean-nav ul li a.mean-expand {
       border-bottom:0!important;
       margin-top:0;
   }
   .item-content .plumb-pro-name{
        padding-bottom: 0;
        padding-top: 5px;
   }
   .item-plumbing-inner .col-md-3:nth-child(1), .item-plumbing-inner .col-md-3:nth-child(2), .item-plumbing-inner .col-md-3:nth-child(3), .item-plumbing-inner .col-md-3:nth-child(4) {
    border-top: 0;
    border-left: 1px solid #ebebeb;
    }
    .item-plumbing-inner .col-md-3 {
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    }
    html .service-detail-wrapper img {
    max-width:100%;
    }
    .mean-container .mean-nav ul ul li:hover span img {
    display: inline-block;
    filter: brightness(1) invert(4);
    width: 20px;
    }
    ul.sub-menu>li>a:hover {
    color: #e99f28;
    text-decoration: none;
    }
    .login-box {
    margin: 55px 15px;
    }
    .product-list-page .item-plumbing-inner .col-md-3:nth-child(1), .product-list-page .item-plumbing-inner .col-md-3:nth-child(2), .product-list-page .item-plumbing-inner .col-md-3:nth-child(3){
        border-bottom:0;
    }
    .body-wrapper .product-list-page {
    padding-top: 25px;
    }
    .body-wrapper .service-inner-banner {
    padding: 35px 0px;
    }
    .body-wrapper .service-detail-section .dashboard-menu li a {
    padding: 4px;
    }
    .login-section .login-body-wrapper .col-form-label{
        text-align:left;
    }
    .service-detail-section .col-12{
        order: 2;
    }
    .body-wrapper .service-detail-section {
    padding: 0;
    }
    .service-detail-wrapper .service-desc p {
    padding-bottom: 30px;
    }
    .item-plumbing-inner .col-md-3{
        padding:0;
    }
    .login-body-wrapper .row.mb-2.btn-login-block .col-md-8 {
    padding-left: 0;
    }
    .login-body-wrapper .btn.login-btn{
        margin-left:10px!important;
    }
    .login-section .new-reg{
        text-align:left;
        padding-top: 5px;
    }
    .top-order-part {
    flex-direction:row;
    }
    .top-order-part .col-md-2:first-child{
            width: 15%;
    }
     .top-order-part .col-md-3{
            width: 30%;
    }
     .top-order-part .col-md-2{
            width: 25%;
    }
     .top-order-part .col-md-4{
            width: 30%;
            padding:0;
    }
    .top-order-part h5 {
    font-size: 15px;
    }
    .thanku-order-detail h5 {
     padding-left: 0px;
    }
    .thanku-order-detail .table-row.title-row{
    display:none;
    }
    .thanku-order-detail .table-row.inner-table-row {
    flex-direction: row;
    flex-wrap: wrap;
    }
    .thanku-order-detail .table-box .table-row .table-cell.product-cell {
    position: relative;
    width: auto;
    border-bottom: 0;
    padding-bottom: 0;
    /*padding-left: 106px;*/
    }
    /*.table-box .table-row .table-cell.product-cell::after {*/
    /*position: absolute;*/
    /*content: 'Image';*/
    /*top: 35px;*/
    /*left: 10px;*/
    /*bottom: 0;*/
    /*color:black;*/
    /*}*/
    .thanku-order-detail .table-box .table-row .table-cell.price-cell {
    position: relative;
    width: 100% !important;
    padding-left: 106px;
    padding-top: 0;
    padding-bottom: 0;
    }
    .thanku-order-detail .table-box .table-row .table-cell.price-cell::after {
    position: absolute;
    content: 'Price';
    top: 4px;
    left: 10px;
    color:black;
    }
     .thanku-order-detail .table-box .table-row .table-cell:nth-child(3) {
    position: relative;
    width: 100% !important;
    padding-left: 106px;
    padding-top: 0;
    padding-bottom: 0;
    }
    .thanku-order-detail .table-box .table-row .table-cell:nth-child(3)::after {
    position: absolute;
    content: 'Qty';
    top: 4px;
    left: 10px;
    color:black;
    }
    .thanku-order-detail  .table-box .table-row .table-cell:nth-child(4) {
    position: relative;
    width: 100% !important;
    padding-left: 106px;
    padding-top: 0;
    padding-bottom: 0;
    }
    .thanku-order-detail .table-box .table-row .table-cell:nth-child(4)::after {
    position: absolute;
    content: 'Subtotal';
    top: 4px;
    color:black;
    left: 10px;
    }
    .thanku-order-detail .table-cell.total-cell {
    width: 28%;
    }
    .thanku-order-detail .table-cell.total-price-cell {
        width: 23%;
    }
    .thanku-order-detail .table-cell.total-cell p{
        text-align:left;
    }
     .thanku-order-detail .table-row.inner-table-row:first-child{
         border-top:1px solid #ddd;
     }
     .thanku-order-detail .table-row:first-child{
         border-top:1px solid #ddd;
     }
     .thanku-order-detail .row{
         padding-left:2px;
         padding-right:2px;
     }
     .thanku-order-detail .table-box{
        border-top: 1px solid #ddd;
     }
     .thanku-order-detail .table-cell.product-cell{
           gap: 18px;
     }
     .thanku-order-detail .table-cell.product-cell p {
     padding-left: 5px; 
    line-height: 1.3em;
    }
    .thanku-order-detail .table-cell.product-cell img {
    padding: 0;
    }
    .body-wrapper .service-detail-section .dashboard-inner-block {
    margin-bottom: 20px;
    }
    .my-orders-list .table-box{
    margin-bottom:19px;
    }
    .my-orders-list .table-row.header{
        display:none;
    }
    .service-detail-section .my-orders-list .table-row  {
    flex-direction: column;
    flex-wrap: wrap;
    }
    .price-detail-block.my-orders-list img {
        height: 65px;
    } 
    .my-orders-list .table-box .table-row .table-cell:first-child {
    position: relative;
    width: auto!important;
    border-bottom: 0;
    padding-bottom: 0;
    border-right: 0;
    gap: 10px;
 
    }
    .my-orders-list .table-box .table-row .table-cell.my-order-qty {
    position: relative;
    width: 100% !important;
    padding-left: 79px;
    padding-top: 0;
    padding-bottom: 0;
    border-right: 0;
    }
    .my-orders-list .table-box .table-row .table-cell.my-order-qty::after {
    position: absolute;
    content: 'Quantity';
    top: 4px;
    left: 10px;
   
    }
    .my-orders-list .table-box .table-row .table-cell:nth-child(3) {
    position: relative;
    width: 100% !important;
    padding-left: 79px;
    padding-top: 0;
    padding-bottom: 0;
    border-right: 0;
    }
    .my-orders-list .table-box .table-row .table-cell:nth-child(3)::after {
    position: absolute;
    content: 'Subtotal';
    top: 4px;
    left: 10px;
   
    }
    .my-orders-list .table-row.my-order-total{
        flex-direction:row;
     
    }
    .service-detail-section .my-orders-list .my-order-amt{
        border-right:0;
    }
    .price-detail-block.my-orders-list {
    margin-top: 14px;
    }
    .contact-section .contact-left-block img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    }
}
