
:root{
    --theme-color: #2b5685;
    --secondary-color: #fd6e08;
    --black: #222222;
    --border-color:#ddd;
  }

 .barlow-thin {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-extralight {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-light {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-medium {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-black {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-thin-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-extralight-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-light-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-regular-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-medium-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-semibold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-bold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-extrabold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-black-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: italic;
}
 
  body {
    font-size: 12px;
    color: #000 !important;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif !important;
}
body p {
    font-family: 'Inter', sans-serif !important;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: -0.3px;
    --tw-text-opacity: 1;
    color: rgb(24 24 27 / var(--tw-text-opacity));
}

 
.text-black{
    color:var(--black) !important;
}
.top-header{
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: rgb(0 0 0 / 8%) 0 1px 0;
}
.top-header-logo {
    width: 145px;
}
.top-header-logo img {
    width: 100%;
    padding: 3px;
}
.top-header-menu ul {
    list-style: none;
    display: inline-flex;
    font-size: 16px;
}
.top-header-menu ul li a{
    text-decoration: none;
    color:var(--black);
}
.top-header-menu ul li {
    width: 80px;
}
.top-header-login-btn .navbar {
    display: flex;
    justify-content: flex-end;
    padding: 15px;
    background: #fff;
    padding-right: 0px !important;
}
.top-header-login-btn .menu-button {
    position: relative;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 80px;
    justify-content: space-between;
}
.top-header-login-btn .menu-button i {
    font-size: 27px;
    margin-right: 0px;
    color: #6A6A6A;
}
.top-header-login-btn .menu-button .fas.fa-bars{
    font-size: 16px;
}
.top-header-login-btn .dropdown {
    position: absolute;
    top: 65px;
    right: 0;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 240px;
    display: none;
    flex-direction: column;
    padding: 10px 0;
    z-index: 100;
}
.top-header-login-btn hr {
    margin: 10px 0;
}
.top-header-login-btn .dropdown a {
    text-decoration: none;
    color: #333;
    padding: 5px 15px;
    display: block;
    transition: background 0.3s;
    font-size: 14px;
}
.top-header-login-btn .dropdown a:hover {
    background: #f5f5f5;
}
.top-header-login-btn .dropdown.active {
    display: flex;
}


.top-header-searchbar .search-container {
    display: flex;
    justify-content: center;
    margin-top: 0px;
}
.top-header-searchbar .search-bar {
    background: white;
    padding: 7px 10px;
    border-radius: 50px;
    align-items: center;
    width: 800px;
    gap: 10px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}
.border-none{
    border-right:none !important;
}
.top-header-searchbar .search-section {
    flex: 1;
    padding: 0px 10px;
    border: none;
    outline: none;
    font-size: 13px;
    border-radius: 50px;
    background: transparent;
    border-right: 1px solid;
    border-radius: 0px;
    border-color: var(--border-color);
    font-family: Roboto, sans-serif;
    font-weight: 400;
}
.top-header-searchbar .search-btn {
    background: var(--theme-color);
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    align-items: center;
    width: 45px;
    height: 45px;
    text-align: center;
    margin-left: 15px;
}
.index1 .top-header-searchbar .search-btn {
    background: var(--theme-color) !important;
}

.index1 .emg-contact-no {
    background: var(--theme-color) !important;
}
.index1 .process_number {
    background: rgba(3, 160, 227, .1) !important;
}
.index1 .MostBookPackageNew_package__button__9spW_ {
    background: var(--theme-color) 0 0 no-repeat padding-box !important;
}
.index1 .MostBookPackageNew_price_section__I3HBc>p:first-child>span {
    color: var(--theme-color);
}
.index1 .emg-con {
    background-color: rgba(3, 160, 227, .1) !important
}
.top-header-searchbar .dropdown {
    position: absolute;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 300px;
    display: none;
    flex-direction: column;
    margin-top: 50px;
    padding: 10px;
}
.top-header-searchbar .dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    transition: background 0.3s;
}
.top-header-searchbar .dropdown-item:hover {
    background: #f5f5f5;
}
.top-header-searchbar .dropdown-item img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 8px;
}
.top-header-searchbar .dropdown-item p {
    margin: 0;
    font-size: 14px;
    color: #333;
}
.w-20{
    width: 20% !important;
}




.products-details-inner {
    display: flex;
}
.products-img-details {
    padding-left: 24px;
    padding-right: 70px;
    width: 570px;
}
.products-content-details {
    font-size: 20px;
    font-weight: 500;
    color: #324357;
    line-height: normal;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: 0px;
    line-height: 28px;
    margin-bottom: -5px;
}
.supers-brands-wrapper {
    display: inline-flex;
    align-items: center;
    margin-bottom: 5px;
}
.supers-brands-wrapper .yale-wrapper {
    margin-right: 16px;
}
.yale-wrapper .by, .yale-wrapper .yale {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #5e7792;
}
.yale-wrapper .yale {
    color: #324357;
    text-decoration: underline;
    font-weight: 600;
}
.supers-brands-wrapper .super-brands {
    margin-right: 8px;
}
.super-brands {
    max-width: 33px;
    width: 100%;
}
.super-brands img {
    width: 80%;
    vertical-align: middle;
}
.info-icon-wrapper {
    margin-left: 4px;
    width: 20px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.info-icon-wrapper img {
    width: 80%;
}
.info-icon-dropdown {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: -78px;
    background-color: #6c757d;
    padding: 16px;
    width: auto;
    top: auto;
    border-radius: 8px;
    bottom: 13px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 6px;
}
.info-icon-dropdown:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: calc(50% - 21px);
    top: auto;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #6c757d transparent;
    transition-duration: .3s;
    transition-property: transform;
    bottom: -9px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.info-icon-dropdown .pricedetails {
    display: flex;
    justify-content: space-between;
}
.info-icon-wrapper .pricedetails .baseprice {
    font-size: 12px;
    font-weight: 500;
    color: #fbfefd;
}
.zoom-img-views {
    width: 411px;
    height: auto;
    display: flex;
    flex-shrink: 0;
}
.products-details-wrpper{
    margin-top: 30px;
}
.price-pcs-pdp {
    background: #f6f8fc;
    font-size: 14px;
    color: #5e7792;
    padding: 2px 15px;
    border-radius: 4px;
    border: 1px solid var(--border-color);
    font-weight: 500;
}
.rupees-medium {
    font-family: rupeesMedium;
    font-size: inherit !important;
}
.price-dtls-pdp {
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 5px;
}
.included-texes-pdp {
    color: #99abbe;
    font-size: 12px;
    font-weight: 500;
    margin-top: 0;
}
.price-dtls-pdp p {
    margin-bottom: 0;
    margin-right: 16px;
}
.main-price-pdp {
    font-size: 25px;
    font-weight: 600;
    color: #324357;
}
.rupees-semibold {
    font-family: rupeeSemiBold;
    font-size: inherit !important;
}
.discount-price-pdp {
    font-size: 14px;
    color: #5e7792;
    font-weight: 500;
    line-height: 17px;
}
.rupees-medium {
    font-family: rupeesMedium;
    font-size: inherit !important;
}
.discount-price-pdp {
    font-size: 14px;
    color: #5e7792;
    font-weight: 500;
    line-height: 17px;
}
.discount-price-pdp .off-price-pdp {
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-left: 5px;
}
.info-icon-wrapper {
    margin-left: 4px;
    width: 20px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.Variation-bar-pdp {
    margin-top: 10px;
}
.pdp-title-cnt {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #324357;
}
.variation-attributes {
    padding: 5px 12px;
    color: #212529;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid var(--border-color);
    margin-right: 0px;
    margin-bottom: 8px;
    max-width: max-content;
    white-space: nowrap;
    overflow: hidden;
    background: 0 0;
    text-overflow: ellipsis;
}
.variation-attributes a {
    display: block;
    color: #212529;
}
a{
    text-decoration: none;
}
.key-Features-pdp {
    margin-top: 24px;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.key-Features-cnt li {
    color: #212529;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    list-style: disc;
    margin-left: 25px;
}
.see-more-btn{
    padding-left: 20px;
    color: var(--theme-color);
    font-size: 14px;
    
}
.see-more-btn::after {
    content: '\f078';
    font-family: "FontAwesome";
    font-size: 12px;
    margin-left: 4px;
    vertical-align: bottom;
}
.key-Features-seprator {
    height: 1px;
    background-color: #ccc;
    border: 0;
    margin: 24px 0;
}
.services-slider-pdp {
    border: 1px solid var(--border-color);
    border-radius: 4px;
    padding: 5px 5px;
    position: relative;
    margin-right: 5px;
    margin-top: 20px;
}
.services-slider-pdp ul {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.services-slider-pdp li:first-child {
    padding-left: 0;
}
.services-slider-pdp li {
    display: flex
;
    align-items: center;
    position: relative;
    padding-right: 16px;
    padding-left: 16px;
    text-wrap: nowrap;
}
.services-slider-pdp li img {
    margin-right: 2px;
}
.service-title-pdp {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
}
.services-slider-pdp li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    background: #d4dfea;
    right: 0;
}
.services-slider-pdp .multi-slider-btn-pre-card {
    left: -22px;
}
.services-slider-pdp .multi-slider-btn-next {
    right: -22px;
}
.services-slider-pdp>button {
    position: absolute;
    top: calc(50% - 18px);
    width: 36px;
    height: 36px;
    cursor: pointer;
    border-radius: 100%;
    border: 0;
    opacity: 1;
    background-color: #fff;
    padding: 0;
}

.add-to-cart-wrapper-pdp {
    width: 310px;
    flex-shrink: 0;
    padding-left: 30px;
}
.add-to-cart-inner-pdp, .apply-coupon-pdp, .check-availbility-wrapper {
    padding: 5px 0px 15px 0px;
    border-radius: 0px;
    height: auto;
    border: 1px solid #a7a7a7;
    height: min-content;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 6px; */
    border-radius: 4px;
}
.add-to-cart-inner-pdp table th, .add-to-cart-inner-pdp table td, .add-to-cart-inner-pdp table thead, .add-to-cart-inner-pdp table tr{
    border-color: #a7a7a7;
}
.info-icon-wrapper:hover .info-icon-dropdown {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all .5s cubic-bezier(.75,-.02,.2,.97);
    min-width: 200px;
    width: 100%;
}
.info-icon-wrapper .pricedetails .price {
    font-size: 12px !important;
    color: #fff !important;
}
.info-icon-dropdown .pricedetails {
    display: flex;
    justify-content: space-between;
}
.pay-title-pdp {
    font-size: 14px;
    font-weight: 500;
    color: #5e7792;
    margin: 0;
}
.price-dtls-pay-values {
    display: flex;
    align-items: baseline;
}
.price-dtls-pay-values {
    display: block;
    align-items: baseline;
    border-bottom: 1px solid #a7a7a7;
    margin-bottom: 15px;
}
.price-dtls-pay-values h3{
    padding: 0px;
    margin-top: 0px;
    padding: 0px 15px;
}
.price-dtls-pay-values .four-pcs {
    color: #5e7792;
    font-size: 14px;
    font-weight: 500;
    margin-left: 4px;
}
.price-dtls-pay-values p {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0px 15px;
}
.will-pay-seprator {
    height: 1px;
    background-color: #474646;
    margin: 10px 0;
    border: 0;
    box-shadow: none;
}
.title-slect-qty {
    font-size: 16px;
    font-weight: 600;
    color: #324357;
    margin-bottom: 16px;
}
/* .selectBox-wrapper {
    display: flex;
    align-items: center;
} */
.selectBox-wrapper .btn.btn-secondary.dropdown-toggle{
    background: #fff;
    color: #212529;
    border-color: var(--border-color);
    width: 100%;
    text-align: left;
    font-size: 14px;
}
.selectBox-wrapper .dropdown-toggle::after {
    float: right;
    margin-top: 10px;
}
.selectBox-wrapper .dropdown-menu{
    width: 100%;
}
.selectBox-wrapper .dropdown-menu li{
    cursor: pointer;
    padding: 3px 15px;
}
.selectBox-wrapper .dropdown-menu li:hover{
    background: #f5f5f5;
}
.selectBox {
    border: 1px solid var(--border-color);
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    width: 160px;
    margin-right: 8px;
    height: 41px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    
}
.selectBox__value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #324357;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 940;
}
.selectBox .dropdown-menu {
    opacity: 0;
    display: block;
    top: 100%;
    width: 100%;
    max-height: 250px;
    z-index: -1;
    overflow-y: auto;
    transform: translateY(-15%);
    visibility: hidden;
}
.selectBox:after {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    transition: all .2s ease-in-out;
    content: url(../images/product-details/down-arrow.svg);
}
.add-to-cart-pdp {
    width: 100% !important;
    background-color: #ee5e1b;
    color: #fff !important;
    border: 0;
    border-radius: 8px;
    padding: 8px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-top: 8px;
    text-align: center;
}
.add-to-cart-pdp img, .save-purchaselist img {
    margin-right: 8px;
}
.add-to-cart-pdp {
    width: 100% !important;
    background-color: var(--secondary-color);
    color: #fff !important;
    border: 0;
    border-radius: 40px;
    padding: 12px 8px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-top: 8px;
    text-align: center;
}
.add-to-cart-pdp img, .save-purchaselist img {
    margin-right: 8px;
}
.save-purchaselist {
    margin-top: 8px;
    border: 1px solid var(--theme-color);
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    background: 0 0;
    color: var(--theme-color);
    padding: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title-slect-qty {
    font-size: 16px;
    font-weight: 600;
    color: #324357;
    margin-bottom: 16px;
}
.want-to-bulk-quantity-inner {
    display: flex;
}
.get-quote-pdp, .whatsappbutton-pdp {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 9px 27px;
    font-size: 12px;
    font-weight: 500;
    color: #5e7792;
    width: 65%;
    display: inline-block;
    background: 0 0;
    text-wrap: nowrap;
}
.whatsappbutton-pdp {
    margin-right: 8px;
}
.procure_later_wrapper {
    position: relative;
    margin: 24px 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 16px;
}
.Procure_wrapper {
    padding: 24px;
}
.Procure_title {
    font-size: 18px;
    margin-bottom: 16px;
    color: #1e293b;
    font-weight: 800;
    
}
.Procure_para_cnt {
    margin-bottom: 12px;
}
.procure_later_wrapper img {
    object-fit: cover;
}
.credit_apply_btn {
    margin-top: 16px;
    display: inline-block;
    border-radius: 8px;
    background: #2289ec;
    color: #f2f6ff;
    width: 254px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 24px;
    width: 100%;
}
.Procure_para p {
    font-size: 14px;
    font-weight: 500;
    color: #485d75;
    
    margin-left: 8px;
    margin-bottom: 0;
}
.check-availbility-wrapper {
    margin-top: 30px;
}
.title-slect-qty {
    font-size: 14px;
    font-weight: 500;
    color: #324357;
    margin-bottom: 10px;
    padding: 0px 15px;
    margin-top: 6px;
}
.check_availbility-pin {
    /* border: 1px solid #d4dfea; */
    padding: 5px 0px;
    border-radius: 4px;
    position: relative;
    font-size: 14px;
    margin-top: 10px;
    width: 315px;
    margin-bottom: 5px;
}
.check_availbility-pin input{
    width: 100%;
}
.check_availbility-pin input:focus-visible {
    border: none !important;
    outline: transparent;
}
.check-availbility-wrapper .enter-pin-code[type=number] {
    color: #99abbe;
    font-weight: 500;
    cursor: pointer;
}
.check-availbility-wrapper .enter-pin-code {
    font-size: 14px;
    font-weight: 500;
    color: #99abbe;
    outline: 0;
}
.info-icon-wrapper .pricedetails .baseprice {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
.info-icon-dropdown hr.dividerline {
    height: 1px;
    background-color: #fff;
    border: 0;
    margin: 5px 0;
}
.info-icon-wrapper .pricedetails .total-price {
    color: #caefff !important;
}
.info-icon-wrapper .pricedetails .total-price {
    color: #caefff !important;
}
.variation-attributes.active, .variation-attributes:hover {
    border-color: var(--theme-color);
    color: #324357;
}
.services-slider-pdp li:last-child::after{
    background: #fff;
}


.location-modal-pdp.location-modal .modal-dialog {
    max-width: 648px;
    width: 100%;
    width: 480px;
}
.location-modal-pdp.choose-location-popup .modal-content {
    border-radius: 32px !important;
}
.location-modal .modal-header {
    padding: 32px 32px 0;
    border: 0;
    justify-content: space-between;
    align-items: center;
}
.location-modal .modal-header h2{
    margin-bottom: 0px;
}
.location-modal-pdp .location-close-m-btn {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background-color: transparent;
    width: auto;
}
.location-close-m-btn {
    width: 120px;
    padding: 12px 0 !important;
    color: #5e7792 !important;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid var(--border-color) !important;
    background-color: #fbfcfd;
    margin: 0 !important;
    border-radius: 50px;
}
.location-modal .modal-body {
    padding: 32px !important;
}
.location-modal .modal-body h2 {
    color: #324357;
    margin: 0 0 24px;
}
.location-modal .modal-body h2, h2 {
    font-size: 24px;
    font-weight: 600;
}
.location-modal .modal-body form {
    display: flex;
    width: 100%;
    margin-bottom: 16px;
}
.location-modal .modal-body form input {
    flex: 1;
    padding: 16px 0 16px 24px;
    background-color: #fbfcfd;
    border-radius: 8px 0 0 8px;
    border: 1px solid var(--border-color);
    font-size: 14px;
}
.location-modal .modal-body form button {
    display: inline-block;
    width: 103px;
    padding: 8px 0;
    background-color: #1babee;
    border-radius: 0 8px 8px 0;
    font-size: 14px;
    color: #fbfcfd;
    border: 0;
}
.error {
    font-size: 12px;
    color: red;
    font-weight: 500;
    margin-left: 10px;
}
.live-locaton a {
    color: #1babee;
    font-size: 14px;
    font-weight: 500;
}
.updatepinbutton {
    width: 100%;
    background-color: #1babee;
    border: 0;
    color: #fff;
    padding: 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 30px 0 0;
}

.doctor-detail-page .aon-doctor-tabs {
    margin-bottom: 0px !important;
}
.aon-doctor-tabs {
    margin-bottom: 30px !important;
    margin-top: 20px;
    border-bottom: 1px solid var(--border-color);
}
.aon-custom-nav > .nav-item > .nav-link.active {
    color: #222;
    background: none;
    position: relative;
    border: 0;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out;
    border-radius: 0;
    cursor: pointer;
}
.aon-custom-nav .nav-link {
    cursor: pointer;
    min-width: 175px;
    text-align: center;
}
.aon-custom-nav > .nav-item > .nav-link.active h4 {
    color: var(--theme-color);
}
.aon-doctor-tabs .nav-link h4 {
    border-top: none;
    border-bottom: none;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #000;
}
.aon-doctor-tabs h4 {
    font-size: 17px;
    padding-top: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
}
.aon-custom-nav > .nav-item > .nav-link.active:after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: var(--theme-color);
    opacity: 1;
    position: absolute;
    content: '';
    z-index: 1;
}
.other-specification-sec{
    margin-top: 30px;
}

.Specifications-table-pdp {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    border-top: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    margin-right: 24px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.table-Specifications {
    width: 100%;
}
.table-Specifications tr:nth-child(1) td {
    border-top: 0;
}
.table-Specifications td {
    padding: 7px 15px;
    border-top: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    font-size: 13px;
    font-weight: 500;
    color: #212529;
}
.table-Specifications .title-hdr {
    color: #212529;
    font-weight: 500;
}
.other-specification-sec .table-caption{
    border: 1px solid var(--border-color);
    margin-bottom: 0px;
    border-bottom: 0px;
    padding: 10px 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.description-title-pdp {
    font-size: 18px;
    font-weight: 500;
    color: #324357;
    margin-bottom: 16px;
}
.products-description-pdp p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #212529;
}
.products-description-pdp ul li {
    font-size: 14px;
    font-weight: 400;
    color: #212529;
    line-height: 30px;
}
.products-description-pdp ul.list-style{
    list-style: disc;
    padding-left: 30px;
}
.tab-content>.tab-pane {
    margin-bottom: 30px;
}



#gallery {
    padding-top: 0px 0px 15px 0px;
  }
  @media screen and (min-width: 991px) {
    #gallery {
      padding: 0px 0px 15px 0px;
    }
  }
  
  #gallery  .img-wrapper {
    position: relative;
    margin-top: 15px;
  }
  #gallery  .img-wrapper img {
    width: 100%;
  }
  
  #gallery .img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }
  #gallery .img-overlay i {
    color: #fff;
    font-size: 2em;
  }
  
  #gallery #overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #gallery #overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 5%;
  }
  @media screen and (min-width: 768px) {
    #gallery #overlay img {
      width: 60%;
    }
  }
  @media screen and (min-width: 1200px) {
    #gallery #overlay img {
      width: 50%;
    }
  }
  
  #gallery #nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #gallery #nextButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #gallery #nextButton {
      font-size: 2em;
    }
  }
  
  #gallery #prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #gallery #prevButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #gallery #prevButton {
      font-size: 2em;
    }
  }
  
  #gallery #exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  #gallery #exitButton:hover {
    opacity: 0.7;
  }
  #gallery .col-lg-3 {
    flex: 0 0 auto;
    width: 15%;
    padding-left: 0px;
}
  @media screen and (min-width: 768px) {
    #gallery #exitButton {
      font-size: 2em;
    }
  }
  #image-gallery .row{
    padding-left: 20px;
    padding-right: 20px;
}


.review-listing {
    border-bottom: 1px solid var(--border-color);
    margin-top: 20px;
    padding-bottom: 30px;
}
.review-listing>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.review-listing>ul li {
    margin-top: 0px;
    /* border-top: 1px dashed #f0f0f0; */
    padding-top: 0px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 25px;
}
.review-listing>ul li .comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.widget.review-listing .avatar-sm {
    top: 4px;
}
.avatar-sm {
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    border-radius: 50% !important;
    border-style: none;
    max-width: 100%;
    vertical-align: middle;
}
.review-listing>ul li .comment .comment-body {
    margin-left: 15px;
    width: 100%;
}

.review-listing>ul li .comment .comment-body {
    margin-left: 15px;
    width: 100%;
}

.review-listing>ul li .comment .comment-body .meta-data {
    position: relative;
    margin-bottom: 10px;
}

.review-listing>ul li .comment .comment-body .meta-data span.comment-author {
    font-weight: 600;
    color: #272b41;
    text-transform: capitalize;
}

.review-listing>ul li .comment .comment-body .meta-data span {
    display: block;
    font-size: 16px;
    color: #757575;
}

.review-listing>ul li .comment .comment-body .meta-data span.comment-date {
    font-size: 13px;
    margin-top: -8px;
}

.review-listing>ul li .comment .comment-body .meta-data span {
    display: block;
    font-size: 16px;
    color: #757575;
}

.rating {
    color: green;
    font-weight: bold;
    font-size: 16px;
}
.total-reviews{
    vertical-align: revert;
    margin-top: 6px;
    font-size: 10px;
}
.recommended {
    color: #28a745;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}

.test-other-details p {
    font-size: 14px;
}

.test-other-details p {
    font-size: 14px;
}
.review-listing>ul li .comment .comment-body .meta-data .review-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 3px;
    right: 0;
    width: auto;
    font-size: 12px;
}

.show-more-button {
    font-size: 16px;
    float: right;
}

.show-more-button {
    color: var(--theme-color);
    font-weight: 500;
    font-size: 18px;
    text-decoration: underline;
}

#addReviewModal .modal-dialog {
    transform: none;
    width: 1000px;
    max-width: 1000px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.star-rating i {
    font-size: 1.5rem;
    cursor: pointer;
    color: lightgray;
}
.star-rating i:hover, .star-rating i.active {
    color: gold;
}
#addReviewModal p{
    font-size: 14px;
}
.form-label {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}
.form-check-label{
    font-size: 14px;
    margin-bottom: 5px;
}
label {
    font-size: 14px;
    margin-bottom: 5px;
}

.theme-btn{
    min-width: 90px;
    border:1px solid var(--theme-color);
    background: var(--theme-color);
    color:#fff;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 500;
}
.theme-outline-btn{
    min-width: 90px;
    border:1px solid var(--theme-color);
    background: #fff;
    color:var(--theme-color);
    font-size: 14px;
    border-radius: 4px;
    font-weight: 500;
}
.theme-outline-btn:hover{
    background: var(--theme-color);
    color:#fff;
}
.theme-btn:hover{
    background: #fff;
    color:var(--theme-color);
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    padding-left: 0px;
    font-size: 16px;
    background: #fff;
    color: #324357;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    color: var(--black);
    font-weight: 600;
    background-color: #fff;
    box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}
.accordion-body{
    font-size: 14px;
}




#new-zoom-slider-wrapper {
    position: static
}

.img-video-wrapper {
    height: 305px
}

.img-zoom-container {
    position: relative;
    height: 100%
}

.img-zoom-container img {
    max-width: 100%
}

.img-zoom-result {
    border: 1px solid var(--border-color);
    width: 300px;
    height: 300px;
    position: fixed;
    top: 90px;
    right: 0;
    width: 62%;
    height: 86vh;
    z-index: 1050;
    background-color: #fff;
    display: none;
    background-repeat: no-repeat
}

.carousel-inner.video-active .img-zoom-result {
    display: none!important
}

.carousel-inner.image-active .img-zoom-result {
    display: block
}

.img-zoom-lens {
    position: absolute;
    border: 1px solid var(--border-color);
    width: 100px;
    height: 100px;
    display: none
}

.img-zoom-container:hover .img-zoom-lens {
    display: block
}

.zoom-slider-thum-container {
    position: relative;
    margin-top: 12px
}

.new-zoom-slider-wrapper .carousel-indicators {
    margin: 0;
    width: 100%;
    overflow-y: auto;
    justify-content: start;
    position: static;
    scroll-behavior: smooth
}

.new-zoom-slider-wrapper .carousel-indicators::-webkit-scrollbar {
    width: 0;
    height: 0
}

.new-zoom-slider-wrapper .carousel-indicators li {
    text-indent: 0;
    width: 64px;
    height: 64px;
    margin: 0;
    flex-shrink: 0;
    border: 0;
    margin-right: 18px;
    border: 1px solid var(--border-color);
    border-radius: 8px
}

.new-zoom-slider-wrapper .carousel-indicators li.active {
    border: 1px solid #324357
}

.new-zoom-slider-wrapper .carousel-indicators li:last-child {
    margin: 0
}

.new-zoom-slider-wrapper .carousel-indicators li img {
    width: 100%;
    height: 100%;
    border-radius: 8px
}

.zoom-slider-thum-btn-left,.zoom-slider-thum-btn-right {
    position: absolute;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 999;
    top: calc(50% - 22px);
    display: none
}

.zoom-slider-thum-btn-left.show,.zoom-slider-thum-btn-right.show {
    display: block
}

.zoom-slider-thum-btn-left {
    left: -22px
}

.zoom-slider-thum-btn-right {
    right: -22px
}

.xzoom-slider-wrapper {
    z-index: 995
}

.xzoom-container {
    display: block
}

.zoom-img-views {
    width: 411px;
    height: auto;
    display: block;
    flex-shrink: 0;
    /* border: 1px solid #ccc; */
    /* border-radius: 4px; */
    /* padding: 0px; */
    margin-top: -17px;
}

.zoom-img-views .xzoom-container {
    width: 100%
}

.xzoom-slider-wrapper {
    background: #fff 0 0 no-repeat padding-box;
    border: 2px solid var(--border-color);
    border-radius: 16px;
    opacity: 1;
    overflow: hidden;
    padding: 42px 24px 24px 24px;
    box-sizing: border-box;
    position: sticky;
    top: 90px
}

#video-play {
    width: 100%;
    height: 305px;
    overflow: hidden;
    text-align: center
}

#video-play img {
    height: 100%;
    margin-top: 20px
}

#xzoom-default {
    width: 100%!important
}

.xzoom-slider-wrapper .xzoom-thumbs {
    display: block;
    width: 100%;
    position: relative!important;
    display: inline-block;
    height: auto;
    border-radius: 0 0 20px 20px;
    opacity: 1;
    margin-bottom: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    padding-top: 0!important;
    margin-top: 12px
}

.xzoom-preview {
    position: fixed!important;
    z-index: 9999!important;
    left: 36%!important
}

.zoom-img-views .vs-row-1active a {
    display: inline-block;
    margin-right: 18px;
    margin-left: -18px;
    border-radius: 8px
}

.zoom-img-views .vs-row-1active a:last-child {
    margin-right: 0
}

.zoom-img-views .vs-row-1active {
    display: flex
}

img.xzoom-gallery.lazyloaded.lozad:last-child {
    margin-right: 0
}

.more-products-nav {
    display: block;
    width: 100%;
    height: auto;
    z-index: 9;
    text-align: left
}

.more-products-nav .vs-slides {
    position: relative
}

.more-products-nav .vs-slides .vs-slides-inner .vs-products-outer {
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-left: 32px
}

.vs-controls.slider .vs-control.left,.vs-controls.slider .vs-control.right {
    height: 100%;
    width: 100%;
    display: flex;
    position: absolute;
    top: 50%!important;
    top: calc(50% - 18px);
    width: 36px;
    height: 36px;
    cursor: pointer;
    border-radius: 100%;
    border: 0;
    opacity: 1;
    padding: 0
}

.vs-controls.slider .vs-control.left {
    left: -13px
}

.vs-controls.slider .vs-control.right {
    right: -21px
}

.best-seller-pdp {
    position: absolute;
    top: 0;
    left: -1px
}

.share-social-pdp {
    position: absolute;
    top: 3px;
    right: 5px;
    cursor: pointer
}


.zoom-box {
    position: relative
}

.zoom-box img {
    vertical-align: bottom
}

.zoom-box .zoom-selector {
    position: absolute;
    background-image: url("{{ cdn_url() }}/images/product-details/selector.png");
    background-repeat: repeat;
    display: none;
    cursor: crosshair;
    width: 100px!important;
    height: 100px!important
}

.zoom-box .viewer-box {
    position: fixed;
    border: 1px solid var(--border-color);
    display: none;
    overflow: hidden;
    left: auto!important;
    right: 0!important;
    top: 90px!important;
    width: 62%!important;
    height: 86vh!important;
    z-index: 1050
}

.zoom-box .viewer-box>img {
    position: absolute;
    left: 0;
    top: 0
}

.unserviceable-msg-container{
    margin-top: 3px;
    color: #99abbe;
}
.serviceable-msg-container{
    margin-top: 3px;
    color: #99abbe;
}




/* Product Listing */


.filters_area {
    background-color: #fff;
    position: sticky !important;
    top: 80px;
    bottom: 0;
    z-index: 0;
    align-self: flex-start;
    border: 1px solid var(--border-color);
    max-height: calc(100vh - 100px);
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-bottom: 16px;
}
.filters_area .filterheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid var(--border-color);
}
.filters_area .filterheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 5px;
}
.filters_area .mainHeading {
    font-size: 18px;
    font-weight: 500;
    color: #1e293b;
    margin-bottom: 0;
    /* font-family: Helvetica !important; */
}
.filters_area h3{
    line-height: 25px;
    letter-spacing: 0;
}
.filters_area .clearAll {
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    background: 0 0;
    
    border: 0;
    padding: 0;
    margin: 0;
}

.filters_area .accordion>.card>.card-header {
    background: 0 0 !important;
    cursor: pointer;
    border-bottom: 0;
    padding: 3px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filters_area .accordion .title {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    
}
.filters_area .badge {
    width: 15px;
    height: 15px;
    background-color: var(--theme-color);
    color: #fff !important;
    font-size: 10px;
    font-weight: 400;
    border-radius: 100%;
    margin: 0 auto 0 5px;
    line-height: 16px;
    text-align: center;
    padding: 0px;
}
.filters_area .rotate-icon {
    transform: rotate(90deg);
}
.filters_area .card {
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid var(--border-color);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.filters_area .card:last-child{
    border-bottom: none;
}
.filters_area .card-body {
    max-height: 300px;
    padding-left: 10px;
    padding-right: 10px;
}
.filters_area .card-body ul {
    padding-left: 0;
}
.filters_area .card-body ul li {
    display: block !important;
}
.filters_area .card-body ul li div {
    padding: 1px 0;
}

.filters_area .card-body ul li .mfilter-counter {
    font-size: 12px;
    font-weight: 400;
    background: #fff !important;
    color: #0e2a4c !important;
}
.customCheckbox input[type=checkbox] {
    position: relative;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    cursor: pointer;
    margin: 0 .6em 0 0;
    padding: 0 !important;
    height: 15px;
    width: 15px;
    vertical-align: text-bottom;
}
.filters_area .caption div {
    background: no-repeat padding-box #fff;
    border: 1px solid var(--border-color);
    opacity: 1;
}
.filters_area .slider-labels div {
    padding: 5px 6px;
    color: #313133;
    font-size: 14px;
    font-weight: 500;
}

.noUi-origin, .noUi-target {
    border-radius: 2px;
}
.noUi-background {
    background: #ccc;
}
.noUi-horizontal {
    height: 4px;
}
.noUi-target {
    position: relative;
    direction: ltr;
}
.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.noUi-origin, .noUi-target {
    border-radius: 2px;
}
.noUi-connect {
    background: #938f8f;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.noUi-horizontal .noUi-handle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: -7px;
    top: -4px;
    background-color: #938f8f;
}
.noUi-handle {
    position: relative;
    z-index: 1;
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box!important;
    box-sizing: content-box !important;
}
.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.noUi-background {
    background: #ccc;
}

.col-md-3.fliter-sec{
    width: 17%;
}

.col-md-9.product-list-sec {
    width: 82%;
    margin-top: 0px;
}
.col-md-9.product-list-sec .mainHeading {
    font-size: 18px;
    font-weight: 500;
    color: #1e293b;
    margin-bottom: 0;
    
}
.top-menu-filter-dropdown button {
    background: #fff;
    color: var(--black);
    margin-top: 0px;
    margin-left: 5px;
    width: 170px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    font-size: 14px;
    height: 37px;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    border-color: var(--border-color);
}

.product-card {
    max-width: 900px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    padding: 0px 15px 0px 0px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
    margin-bottom: 20px;
    height: 200px;
}
.doctor-image {
    width: 175px;
    height: 100%;
    /* object-fit: contain; */
    border-radius: 0px;
}
.product-title-name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #000;
}
.product-card p {
    font-size: 13px;
    margin-bottom: 7px;
    color: #212529;
}
.book-btn {
    min-width: 100%;
    height: 35px;
    background: var(--theme-color);
    box-shadow: 0 20px 20px #00000003;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    color: #fff;
    cursor: pointer;
    margin-top: 0px;
    line-height: 22px;
    margin-right: 15px;
}
.book-btn:hover{
    background: #0588c1;
    color: #fff;
}
.wishlist-btn {
    margin-top: 16px;
    padding-left: 15px;
}
.wishlist-btn {
    list-style: none;
    display: flex;
    gap: 5px;
    margin-top: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    justify-content: center;
}
.wishlist-btn li {
    background: rgba(3, 160, 227, .1) !important;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 10px;
    cursor: pointer;
}
.product-list-page-middle-block{
    padding: 10px 0px 10px 0px;
}
.product-listing-action-btn {
    align-items: center;
    margin-top: 12px;
    /* margin-bottom: 10px; */
}

.product-list-page-middle-block .main-price-pdp {
    font-size: 20px;
    margin-bottom: 0px;
    margin-right: 5px;
    font-weight: 600;
}
.product-list-page-middle-block p a{
    color: #324357;
    text-decoration: underline;
}
.main-price-pdp .unit {
    color: #5e7792;
    font-size: 12px;
    margin-left: -3px;
}
.share-option {
    position: absolute;
    z-index: 999;
    background: #fff;
    left: 83%;
    top: 4%;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 27px !important;
    font-size: 13px;
    color: var(--theme-color);
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-weight: 600 !important;
}
.text-decoration{
    text-decoration: underline;
}
.super-brand{
    width: 20px;
    margin-left: 5px;
}

.product-card .image-container{
    position: relative;
    display: inline-block;
}
.limited-time-offer {
    background: #CC0C39;
    color: #fff !important;
    height: 17px;
    width: 120px;
    text-align: center;
    line-height: 17px;
    display: block;
    font-size: 10px;
    top: 93%;
    position: absolute;
    border-radius: 3px;
}
.best-seller-block {
    background: #febd69;
    color: #212529 !important;
    height: 17px;
    width: 65px;
    text-align: center;
    line-height: 17px;
    display: block;
    position: absolute;
    top: 93%;
    font-size: 10px;
    border-radius: 3px;
}
.product-listing-style-2 .product-card {
    height: auto;
    padding: 15px 15px 15px 15px;
    border-radius: 10px;
}
.product-listing-style-2 .doctor-image {
    width: 100%;
    height: 175px;
    border-radius: 10px;
}
.image-container{
    display: block !important;
}
.product-listing-style-2 .share-option {
    left: 90%;
}
.product-listing-style-2 .doctor-image {
    object-fit: inherit;
}
.product-list-sec.category-listing-page .product-card p {
    font-size: 14px;
    margin-bottom: 7px;
    color: #212529;
}
.product-list-sec.category-listing-page .sub-category{
    border-top: 1px solid var(--border-color);
}
.sub-category .sub-category-block {
    border-right: 1px solid var(--border-color);
    width: 50%;
    padding: 5px 5px;
    display: grid;
}
.sub-category .count{
    font-size: 20px;
    font-weight: 500;
}
.sub-category .total-items-block {
    width: 50%;
    padding: 5px 10px;
    display: grid;
}
.category-listing-page .product-card {
    height: auto;
}
.category-listing-page .category-description{
    height: 45px;
    overflow: hidden;
}
.category-listing-page .share-option {
    left: 88%;
}
.brand-detail-page-sec{
    margin-top: 20px;
}
.company-images .left-img{
    width: 100%;
}
.company-images .right-img {
    width: 50%;
    margin-bottom: 10px;
    display: block;
}

.company-profile-img{
    width: 85px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    object-fit: contain;
    height: 85px;
}
.company-name {
    font-size: 22px;
    font-weight: 600;
    color: #324357;
}
.company-name-desc {
    font-size: 15px;
    margin-bottom: 0px;
}
.company-certified-block img {
    width: 35px;
}
.company-certified-block{
    padding: 22px 26px;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    margin-top: 45px;
    margin-bottom: 30px;
}
.rating-count {
    font-size: 23px;
    font-weight: 600;
}
.rating-stars {
    margin-top: 5px;
}
.border-left {
    border-left: 1px solid var(--border-color);
    padding-left: 20px;
}
.company-certified-block p{
    font-size: 15px;
    margin-bottom: 0px;
}
.check-review-btn {
    font-size: 13px;
    color: #212529;
    text-decoration: underline;
}

.company-include-block {
    margin-top: 30px;
    padding-bottom: 5px;
}
.company-include-block .highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 20px;
}
.company-include-block .highlight-item i {
    font-size: 20px;
    margin-top: 4px;
}
.company-include-block .highlight-title {
    font-size: 16px;
    font-weight:600;
    color:#324357;
    margin-bottom: 5px;
}
.company-include-block .highlight-text {
    color: var(--black);
    font-size: 14px;
    margin-top: 0px;
}
.f-12px {
    font-size: 12px !important;
}
.company-include-block .show-more-button {
    color: var(--theme-color);
    font-weight: 500;
    font-size: 18px;
    text-decoration: underline;
    float: unset;
}
.detail-page-left-side{
    padding-right: 100px;
}

.company-other-details .other-info-title {
    font-size: 16px;
    color: var(--theme-color);
    padding-top: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
    font-weight: 500;
}
.company-other-details .other-info-title span {
    font-size: 17px;
    margin-right: 5px;
}
.company-other-details p{
    font-size: 14px;
}

#gallery {
    padding-top: 0px 0px 15px 0px;
  }
  @media screen and (min-width: 991px) {
    #gallery {
      padding: 0px 0px 15px 0px;
    }
  }
  
  #gallery .img-wrapper {
    position: relative;
    margin-top: 15px;
    width: 100%;
    /* height: 100px; */
}

  
  #gallery .img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }
  #gallery .img-overlay i {
    color: #fff;
    font-size: 2em;
  }
  
  #gallery #overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #gallery #overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 5%;
  }
  @media screen and (min-width: 768px) {
    #gallery #overlay img {
      width: 60%;
    }
  }
  @media screen and (min-width: 1200px) {
    #gallery #overlay img {
      width: 50%;
    }
  }
  
  #gallery #nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #gallery #nextButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #gallery #nextButton {
      font-size: 2em;
    }
  }
  
  #gallery #prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #gallery #prevButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    #gallery #prevButton {
      font-size: 2em;
    }
  }
  
  #gallery #exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  #gallery #exitButton:hover {
    opacity: 0.7;
  }
  #gallery .col-lg-3 {
    flex: 0 0 auto;
    width: 20%;
    padding-left: 0px;
}
  @media screen and (min-width: 768px) {
    #gallery #exitButton {
      font-size: 2em;
    }
  }

  .tab-ul-list {
    display: block;
    padding-top: 0px;
    padding-bottom: 15px;
    line-height: 29px;
    list-style: disc;
    padding-left: 20px;
}
.tab-ul-list li a {
    display: block;
    font-size: 14px;
    color: #212529;
}
.category-listing-page .book-btn {
    min-width: 100%;
}
.right-side-category-listing {
    width: 330px;
    margin: auto;
    border: 1px solid var(--border-color);
    padding: 15px 25px 5px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.right-side-block-title {
    font-size: 16px;
    font-weight: 600;
    color: #324357;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 10px;
}
.right-side-category-listing ul li a {
    color: #212529;
    font-size: 14px;
    width: 100%;
    display: block;
}
.right-side-category-listing ul li{
    border-bottom: 1px dashed var(--border-color);
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.right-side-category-listing ul li:last-child{
    border-bottom:none;
}
.right-side-category-listing ul li a::after {
    content: '\f178';
    font-family: "FontAwesome";
    position: relative;
    font-size: 11px;
    float: right;
    color:var(--theme-color);
}

.brand-block li a{
    display: flex;
}
.brand-block li a::after{
    display: none;
    content: '\f178';
}
.brand-block li a img {
    width: 65px;
    margin-right: 10px;
    height: 60px;
}
.brand-block li a{
    display: flex !important;
}
.brand-block li a .brand-title{
    color: #212529;
    font-size: 14px;
    font-weight: 600;
    display: block;
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.brand-block li a p{
    display: block;
    margin-bottom: 0px;
}
.brand-block li{
    border-bottom: 1px solid var(--border-color) !important;
    margin-bottom: 15px !important;
    padding-bottom: 5px !important;
}
.brand-block li:last-child{
    border-bottom:none !important;
}
.brand-text-desc {
    height: 45px;
    overflow: hidden;
    display: block;
    font-size: 12px;
    margin-top: 5px;
}
.left-btn, .right-btn{
    display: none;
}
.product-listing-style1.brand-detail-item-list .mainHeading{
    font-size: 24px;
}










#thumbnails {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
    float: left;
    margin-top: 0px;
    z-index: 2;
    
}
  #thumbnails div {
    overflow: visible !important;
}
  #thumbnails ul {
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 1px solid var(--border-color);
    border: 1px solid var(--border-color);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
  #thumbnails ul li {
    border-right: 1px solid var(--border-color);
    text-align: center;
}
  #thumbnails ul li:last-child{
    border-right: none;
  }
  #thumbnails a {
        width: 100px; 
        display: inline-block; 
        text-align: center; 
        padding: 7px 5px; 
        height: 70px;
}
  #thumbnails a img{
    width: 100%;
  }
  /* Prevent FOUC */
  
  #thumbnails ul.thumbelina {
    visibility: visible;
  }
  #product-image {
    position: relative;
    display: inline-block;
    line-height: 0;
    margin-left: 0px;
    width: 100%;
    text-align: center;
    height: 82%;
    padding: 20px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-width: 0px;
}
.thumbelina-but {
    position: absolute;
    top: 20px;
    cursor: pointer;
    display: none;
}
.thumbelina-but.vert.bottom {
    right: 0px;
}
  
  #zoom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: fadeout 0.5s; /* Sync with JS */
    background: url('http://res.cloudinary.com/thdoan/image/upload/v1498133706/carousel/watch01-large.jpg') no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    cursor: zoom-out;
    display: none;
    opacity: 0;
    z-index: 1;
  }
  
  .fullscreen {
    overflow: hidden;
  }
  .fullscreen .cloudzoom-zoom-inside {
    visibility: hidden; /* Prevent FOUC */
  }
  .fullscreen #thumbnails {
    position: fixed;
    top: 8px;
    left: 8px;
    opacity: 0.8;
  }
  .fullscreen #zoom-overlay {
    animation: fadein 0.5s; /* Sync with JS */
    display: block;
    opacity: 1;
  }
  
  @keyframes fadein {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  @keyframes fadeout {
    0% { opacity: 1; }
    100% { opacity: 0; }
  }

  #product-image img {
    width: 100%;
    height: 400px;
    vertical-align: super;
    justify-content: left;
    object-fit: cover;
}
#product-image a{
    vertical-align: inherit;
    display: flex;
    object-fit: cover;
    height: 400px;
}

.footer {
    padding: 0px 0 0;
    background-color: #373737;
    z-index: 1;
    position: relative;
    margin-top: -60px !important;
    padding-top: 60px;
}
.footer .footer-top {
    padding: 0px 0 0px;
}
.footer-bottom {
    padding-bottom: 0px;
    margin-top: 20px;
}
.procure-footer{
    padding-top: 45px;
    padding-bottom: 25px;
}
.footer-title {
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.footer .footer-widget.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: none;
    line-height: 32px;
}
.footer .footer-menu ul li {
    margin-bottom: 5px;
    position: relative;
    font-size: 14px;
    color: rgba(255, 255, 255, .9) !important;
}
.footer .footer-menu ul li a {
    color: rgba(255, 255, 255, .9) !important;
    font-size: 14px;
    padding-left: 20px;
    position: relative;
    transition: all 0.4s ease 0s;
}
.footer .footer-bottom .copyright {
    border-top: 1px solid var(--border-color);
    padding: 20px 0;
}
.footer .footer-bottom .copyright-text p {
    color: rgba(255, 255, 255, .9) !important;
    font-size: 15px;
}
.policy-menu {
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: right;
}
.policy-menu li {
    display: inline-block;
    margin-right: 15px;
}
.policy-menu li a {
    color: rgba(255, 255, 255, .9) !important;
    text-decoration: none;
}
.policy-menu li::after {
    color: #DDDDDD;
    content: "|";
    font-weight: 300;
    position: relative;
    left: 10px;
}
.policy-menu li:last-child::after{
    display: none;
}
.footer .footer-menu ul li a::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    left: 0;
    margin-right: 5px;
    position: absolute;
    top: -8;
    font-size: 12px;
}
.footer .contact-list li span {
    font-weight: 700;
    color: #fff;
    margin-right: 10px;
    position: absolute;
    left: -10%;
    top: 11px;
}
.footer .contact-list a::before{
    display: none;
}
.footer .contact-list a{
    padding-left: 0px !important;
    
}
.footer .contact-list{
    padding-left: 25px !important;
}

.footer .social-links {
    margin-top: 20px;
    padding: 0;
    margin: 0;
    list-style-type: none;
    
}
.footer .social-links li {
    margin-right: 5px;
    display: inline-block;
    margin-top: 10px;
}
.footer .social-links li a {
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    font-size: 15px;
    display: block;
}
.footer .social-links li a::before {
    display: none;
}
.footer .social-links li a{
    padding-left: 0px !important;
}
.download-app-sec {
    display: flex;
    margin-top: 10px;
}
.download-app-sec img{
    width:20%;
    margin-right: 10px;
}

.unit-of-measure-span {
    color: #99abbe;
    font-size: 12px;
}
.product-detail-page-ratings .rating-star {
    color: #de7921;
    font-size: 14px;
}
.total-rating-count{
    margin-left: 5px;
    margin-right: 5px;
    font-size: 18px;
    font-weight: 600;
}
.product-detail-page-ratings a {
    text-decoration: underline;
    margin-left: 0px;
    color: #5e7792;
    font-size: 12px;
    font-weight: 500;
}


.check_availbility-pin input {
    height: 40px;
    font-size: 12px !important;
    border-radius: 4px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    /* box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px; */
    border-color: var(--theme-color);
}
#btn-ok {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 40px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #fff !important;
    border-color: var(--theme-color);
    color: var(--theme-color);
    width: 75px;
    font-size: 14px;
    font-weight: 400;
    border-width: 1px;
}
.fliter-sec .search-input{
    border-radius: 4px;
    height: 30px;
    font-size: 12px;
    margin-bottom: 10px;
}

.totalCartCount {
    position: absolute;
    right: 45%;
    top: 19%;
    padding: 2px 6px;
    background-color: #dc3545;
    border-radius: 32px;
    font-size: 12px;
    
    font-weight: 500;
    color: #fff;
    display: inline-block;
    width: 22px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mean-menu{
    justify-content: space-between;
}
.cartWrapper{
    margin-right: 20px;
}



.showing-product-count{
    font-size: 12px;
    color: #5e7792;
}
.product-list-sec .col-md-3.single-product{
    padding-left: 5px;
    padding-right: 5px;
}

.breadcrumbs-row .breadcrumb{
    margin-bottom: 5px;
}
.breadcrumbs-row .breadcrumb a{
   color:#6c757d;
}
.breadcrumbs-row .breadcrumb .breadcrumb-item.active{
    color:var(--theme-color);
 }
 .stock-availability{
    font-size: 14px;
    font-weight: 500;
}
.dilivery-info {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 12px;
    padding-left: 5px;
}
.dilivery-info .shipping-chanrges{
    color: #5e7792;
    text-decoration: line-through;
}

.offer-details-block li {
    width: 153px;
    border: 1px solid var(--border-color);
    padding: 10px;
    margin-right: 5px;
    border-radius: 4px;
}
.offer-details-block .more-offer{
    padding: 0px;
    width: auto;
    font-size: 12px;
    font-weight: 500;
    color: var(--theme-color);
    cursor: pointer;
}
.offer-details-block .more-offer span{
    font-size: 9px;
    vertical-align: middle;
}

.offer-details-block p {
    margin-bottom: 0px;
    height: 37px;
    overflow: hidden;
}
.offer-details-block li h6 {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}
.offer-details-block{
    display: inline-flex;
}
.bank-offers img {
    width: 18px;
    vertical-align: sub;
}
.offcanvas-header{
    border-bottom: 1px solid var(--border-color);
}
.all-offers li p{
    margin-bottom: 5px;
}
.all-offers li {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.all-offers li:last-child {
    border-bottom: none;
}

.dilivery-info span b{
    font-weight: 500;
    font-size: 12px;
    /* color: #5e7792; */
}


.quantity-cart-option-pdp .form-check.form-check-inline.custom-radio label {
    margin-bottom: 0px;
    vertical-align: middle;
}
.quantity-cart-option-pdp  .form-check.form-check-inline.custom-radio{
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
}
.quantity-cart-option-pdp  .form-check.form-check-inline.custom-radio input{
    width: 15px;
    height: 15px;
    vertical-align: middle;
}
.quantity-cart-option-pdp td{
    font-size: 14px;
}
.quantity-cart-option-pdp td .pdp-save{
    font-size: 12px;
    color:var(--theme-color);
}
#request-quote-for-bulk-btn{
    width: 20px;
}
.add-to-cart-inner-pdp .you-will-pay{
    padding: 0px 0px;
}
.product-qty{
    padding: 0px 15px;
}
.product-qty .title-slect-qty {
    padding: 0px 0px;
}
.cart-bottom-action-btn{
    padding: 0px 15px;
}

.add-to-cart-inner-pdp .wishlist-btn {
    list-style: none;
    display: flex;
    gap: 10px;
    margin-top: 5px;
    padding-left: 0px;
    margin-bottom: 0px;
    justify-content: center;
}
.add-to-cart-inner-pdp .wishlist-btn li {
    background: #fff !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
    border: 1px solid var(--border-color);
    color: #474747;
}
.add-to-cart-inner-pdp .wishlist-btn li:hover {
    background: var(--theme-color) !important;
    color: #fff;
    border-color: var(--theme-color) !important;
}
.bank-offers{
    margin-top: 15px;
}
#request-quote-for-bulk-btn img{
    width: 20px;
    height: 20px;
}
.product-qty input {
    border-radius: 40px !important;
    border-color: #a7a7a7;
}




.top-header-nav-bar {
    background: var(--theme-color);
}
.top-header-nav-bar .nav-link {
    color: #fff;
    font-size: 16px;
    /* min-width: 85px; */
    padding: 5px 7px;
    font-family: var(--bs-font-sans-serif);
    padding-left: 15px !important;
    /* padding-right: 40px !important; */
    min-width: 110px;
    text-align: center;
    padding-right: 15px !important;
}
.top-header-nav-bar .nav-link.active,  .top-header-nav-bar .nav-link:hover{
    color: var(--theme-color);
    background: #fff;
    border-radius: 15px;
}
.top-get-quote-btn {
    background: #fff;
    color: #fff;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 20px;
    border: 1px solid var(--secondary-color);
    background: var(--secondary-color);
    margin-left: 10px;
}
.top-get-quote-btn:hover {
    border-color: #fff;
    color: #fff;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
}

.product-listing-style1{
    margin-top: 15px;
}

.carousel-slider-keyFeature {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    list-style: none;
}
.multisliderItem {
    flex: 0 0 auto;
    margin-right: 10px;
}

/* coming-soon-section section css */



.coming-soon-section h1 {
    font-size: 50px;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 700;
  }
  .coming-soon-section .dot {
    color: var(--secondary-color);
    width: 10px;
    height: 10px;
    display: inline-block;
    background: var(--secondary-color);
    border-radius: 50%;
    margin-left: 5px;
}
  .coming-soon-section p {
    text-align: center;
    margin: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #222 !important;
}
  
  .coming-soon-section .icons {
    text-align: center;
    margin-top: 35px;
  }
  
  .coming-soon-section .icons i {
    color: #fff;
    background: var(--theme-color);
    height: 40px;
    width: 40px;
    padding: 13px;
    margin: 0 5px;
    border-radius: 50px;
    border: 2px solid transparent;
    transition: all 200ms ease;
    text-decoration: none;
    position: relative;
}
  
  .coming-soon-section .icons i:hover, .icons i:active {
    color: var(--theme-color);
    background: none;
    border-color: var(--theme-color);
    cursor: pointer !important;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    text-decoration: none;
  }
  .coming-soon-section {
    text-align: center;
    padding: 60px 0px;
    background-image: url("../images/coming-soon-background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.coming-soon-section .register-now-link{
    color: var(--secondary-color);
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
}

.coming-soon-section .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
    justify-content: center;
    margin: auto;
}
.coming-soon-section input {
    height: 45px;
    font-size: 14px !important;
    border-radius: 4px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.coming-soon-section #btn-ok {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 45px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
    color: #fff;
    width: 110px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.coming-soon-section .coming-soon-services {
    padding-left: 15px;
    line-height: 30px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
.coming-soon-section .coming-soon-services a {
    font-size: 14px;
    color: #222;
    text-decoration: none;
    font-weight: 500;
}
.coming-soon-section .w-50 {
    width: 50% !important;
    margin: auto;
    margin-top: 10px;
    border: 1px solid var(--theme-color);
    border-radius: 4px;
}
.coming-soon-section .coming-soon-services li::before {
    content: '\f00c';
    font-family: "FontAwesome";
    margin-right: 5px;
    color: var(--secondary-color);
    font-weight: 500;
}



.main-login-form {
    height: 85vh;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.login-form {
    width: 400px !important;
    border: 1px solid #ccc;
    padding: 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 3px 0px #0000004f;
    margin-top: 2px;
    text-align: left;
}
.login-header {
    background: var(--theme-color);
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 16px;
}
.login-form .form-content {
    padding: 20px 30px;
}
.captcha-value input {
    text-align: center;
    font-weight: 600;
    -webkit-text-stroke-width: 1px;
    font-size: 18px;
    color: white;
    font-size: 18px;
    -webkit-text-stroke: 1px #00000078;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.login-btn {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    background: var(--theme-color);
    border-color: var(--theme-color);
    height: 40px;
    line-height: 26px;
    font-size: 15px;
    color: #fff !important;
    border-radius: 4px;
}
.form-group.text-center.captcha p {
    font-size: 13px;
    margin-bottom: 0px;
}
.form-group.text-center.captcha a {
    color: var(--theme-color);
}
.main-login-for .form-label {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 500;
}
.login-sec img {
    width: 10%;
    margin-top: 10px;
    margin-bottom: -20px;
}
.text-underline{
    text-decoration: underline;
}

.coming-soon-services a:hover{
    color: var(--secondary-color);
}

#gallery .img-wrapper a {
    width: 100%;
    display: inline-block;
    height: 200px;
}

.images-slider-btn-pre-card{
   position: absolute;
   top: 75px;
   background: transparent;
   border: none;
}
.imagesiderBtnPrev{
    right: 48%;
}
.imagessiderBtnNext{
    left: 48%;
}
.navbar-nav{
    margin-left: auto !important;
}
.navbar-nav li a {
    font-size: 17px;
    font-weight: 500;
    padding: 0px 25px !important;
    color: #000;
}
.navbar-nav li a.active {
    color: #fd6e08 !important;
}
.home-page-banner {
    background-image: url("../images/project/rmc-truck-adjust-1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.home-page-banner .banner-content{
    padding: 100px 0px 170px 0px;
    color:#fff;
}
.home-page-banner .banner-content h2{
    font-style: italic;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    font-size: 50px;
    margin: 20px 0px;
    font-family: "Barlow", sans-serif;
}
.home-page-banner .banner-content p {
    font-size: 17px;
    line-height: 28px;
    color: #fff;
}
.default-btn.btn.top-get-quote-btn span{
    margin-right: 8px;
} 
.home-page-banner .top-get-quote-btn {
    background: #fff;
    color: var(--secondary-color);
    border-radius: 40px;
    border: 1px solid var(--secondary-color);
    width: 230px;
    height: 55px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin-right: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 0px;
}
.home-page-banner .top-get-quote-btn i{
    margin-right: 10px;
}

/* About Us */
#about-us ul {
    padding-left: 0rem;
    line-height: 30px;
    display: flex;
    align-items: center;
}

#about-us li {
    margin-bottom: 15px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    border: 1px solid var(--secondary-color);
    padding: 12px 20px;
    border-radius: 10px;
    margin-right: 25px;
}
.home-page-about-us ul li img{
    width: 40px;
    margin-right: 5px;
}
/* Testimonials */
#testimonials .card {
    background: #fff;
    transition: transform 0.3s ease;
}

#testimonials .card:hover {
    transform: translateY(-5px);
}

#testimonials .card-body {
    padding: 1.5rem;
}

#testimonials p {
    font-size: 1rem;
}
#about-us{
    padding-top: 40px;
    padding-bottom: 40px;
}
.section-title h1 {
    font-size: 38px;
    color: #111111;
    margin-bottom: 5px !important;
}
.section-title{
    margin-bottom: 25px;
}
#about-us ul li i {
    color: var(--secondary-color);
    margin-right: 15px;
    background: rgba(253, 110, 8, .1);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
}
#about-us .btn {
    position: relative;
    min-width: 180px;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    padding: 15px 30px;
    border: 0px solid transparent;
    color: #fff;
    background-color: var(--secondary-color);
    margin-top: 20px;
    font-family: 'Inter', sans-serif !important;
}

.lightbox-video i{
    background: var(--secondary-color);
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 40px;
    line-height: 60px;
    margin-right: 15px;
}
.lightbox-video {
    margin-left: 40px;
    align-items: center;
    display: flex;
    margin-top: 20px;
    color: #242526 !important;
    font-size: 18px;
    font-weight: 600;
}

.page_header {
    background-image: url(../images/29.jpg);
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px 0px 90px 0px;
    overflow: hidden;
}


.page_header .page_header_content {
    position: relative;
    z-index: 2;
}
.page_header .page_header_content .heading {
    position: relative;
    font-size: var(--font-60);
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: white;
}
.page_header .breadcrumb {
    padding: 10px 0px 0px 0px;
    margin-bottom: 0;
    list-style: none;
    display: block;
    background: transparent;
}
.page_header .breadcrumb li:not(:last-child) {
    margin-right: 15px;
}
.page_header .breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
}
.page_header .breadcrumb li:after {
    content: '\f105';
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: 15px;
}
.page_header li.active, .page_header .breadcrumb li a:hover {
    color: var(--secondary-color);
}
.page_header .breadcrumb li a{
    color: #fff;
}
.page_header .breadcrumb li:last-child:after{
    display: none;
}


.about-us-page .sidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
    background: var(--white-color);
}
.sidenav ul {
    padding: 0px;
    margin: 0px;
    padding-left: 15px;
    padding-right: 15px;
}
.sidenav ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    margin: 0px 0px;
}
.sidenav ul li.active a {
    color: var(--secondary-color);
}
.sidenav ul li a {
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 26px;
    color: #212529;
    list-style: none;
    padding: 15px 22px;
    display: flex;
    align-items: center;
    border-radius: 0px;
    border-bottom: 1px dashed #ccc;
}
.about-us-page{
    margin-top: 10px !important;
    margin-bottom: 50px;
}
.about-us-page .sidenav{
    border: 1px solid var(--secondary-color);
    border-radius: 20px;
}

.about-us-right-details{
    padding-left: 60px;
}
.about-us-right-details h1{
    font-size: 25px;
    font-weight: 600;
    color: var(--secondary-color);
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif !important;
}
.about-us-right-details .highlight{
    font-size: 18px;
    font-weight: 600;
}
.about-us-right-details .widget-title{
    font-size: 18px;
    font-weight: 600;
}
.point-order{
    font-size: 14px;
    line-height: 40px;
}
.point-order li i {
    background: rgba(253, 110, 8, .1);
    color: #fd6e08;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    line-height: 26px;
    font-size: 12px;
    margin-right: 10px;
}
.about-us-right-details .post-content{
    margin-bottom: 25px;
}
.experience-box {
    position: relative;
}
.experience-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.experience-list::before {
    background: #ddd;
    bottom: 0;
    content: "";
    left: 10px;
    position: absolute;
    top: 18px;
    width: 2px;
}
.experience-list>li {
    position: relative;
    padding: 0px;
}
.experience-list>li .experience-user {
    background: #fff;
    height: 10px;
    left: 4px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 4px;
    width: 10px;
}
.before-circle {
    background-color: rgba(253, 110, 8, .1);
    border-radius: 50%;
    height: 15px;
    width: 15px;
    border: 2px solid var(--secondary-color);
}
.experience-list>li .experience-content {
    background-color: #fff;
    margin: 0 0 20px 35px;
    padding: 0;
    position: relative;
}
.experience-list>li .experience-content .timeline-content {
    color: #757575;
}
.experience-list>li .experience-content .timeline-content a.name {
    font-weight: 600;
    color: #000;
    font-size: 14px;
}
.about-us-page .side_menu a span{
    position: absolute;
    right: 5px;
}
.box-info .left-side-label{
    font-size: 14px;
    width: 30%;
    display: block;
}
.label-point-list li {
    display: flex;
    font-size: 14px;
    margin-bottom: 15px;
}

.box-info{
    border: 1px solid #ccc;
    padding: 20px 30px;
    border-radius: 6px;
    margin-top: 20px;
}
.label-point-list .right-side-label{
    width: 60%;
    line-height: 25px;
}






/* new css */

/* gst  */
.gstnumber-section{
    margin-bottom: 40px;
}
.gstnumber-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #e0e0e0;
    border-radius: 12px;
    width: 100%;
    max-width: 250px;
    height: 90px;
    font-size: 14px;
    font-weight: bold;
    color: #3c4a63;
    margin: 0 auto 10px;
    text-align: center;
    padding: 10px;
    background-color: #ffffff; /* Box stays white */
  }

  .gstnumber-label {
    text-align: center;
    font-size: 14px;
    color: #000;
  }

  .gstnumber-section {
    background-color: #f8f9fa; /* Light gray background for section */
  }



/* mission vision */
.text-justify{
    text-align: justify;
}
 
  
  .mv-heading {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
  }
  
  .mv-subheading {
    font-size: 1rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
  }
  
  .mv-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .mv-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }
  
  .mv-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1a1a1a;
  }
  
  .mv-text {
    font-size: 0.95rem;
    color: #555;
  }
  
  .mv-list li {
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: #444;
  }



 /* project */
.project-team-section {
  background-color: #f8f9fa;
  border-radius: 8px;
}

.section-head {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #343a40;
}

.section-body {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.7;
}

.team-card {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05); 
}

 

.person-img {
  width: 160px;
  height: 150px;
  object-fit: cover;
}

.person-name {
  font-weight: 600;
  font-size: 1.1rem;
  color: #222;
  margin-bottom: 0px;
}

.person-info {
  font-size: 0.95rem;
  color: #666;
}
 


.learn-more-btn {
    background-color: #FD6E08;
    color: #fff;
    border-radius: 4px;
    padding: 12px 50px;
    font-size: 0.95rem;
    transition: all 0.3s ease-in-out;
    border: none;
    border: 1px solid #FD6E08;
    border-radius: 40px;
}
  
  .learn-more-btn:hover {
    background-color: #ffffff;  
    color: #000000;           
    border: 1px solid #000000;  
    text-decoration: none;
  }





/* certificate */
  .certificate-img {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .feature-icon {
    font-size: 24px;
    color: #6c63ff;
    margin-right: 10px;
  }

  .feature-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 30px;
  }

  .feature-title {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 13px;
  }

  .certificate-note {
    font-size: 14px;
    color: #6c757d;
    margin-top: 15px;
  }



  /* client logo */


  .page-header-media {
    background-image: url(../images/29.jpg);
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px 0px 90px 0px;
    overflow: hidden;
}

.page-header-media .page-header-content {
    position: relative;
    z-index: 2;
}

.page-header-media .page-header-content .heading {
    position: relative;
    font-size: var(--font-60);
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: white;
}

.page-header-media .breadcrumb {
    padding: 10px 0px 0px 0px;
    margin-bottom: 0;
    list-style: none;
    display: block;
    background: transparent;
}

.page-header-media .breadcrumb li:not(:last-child) {
    margin-right: 15px;
}

.page-header-media .breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
}

.page-header-media .breadcrumb li:after {
    content: '\f105';
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: 15px;
}

.page-header-media li.active,
.page-header-media .breadcrumb li a:hover {
    color: var(--secondary-color);
}

.page-header-media .breadcrumb li a {
    color: #fff;
}

.page-header-media .breadcrumb li:last-child:after {
    display: none;
}



  .clientlogo-section, .media {
    background-color: #f8f9fa;   
  }
  .clientlogo-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 140px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    text-align: center;
  }
  .clientlogo-card:hover {
    transform: scale(1.03);
  }
  .clientlogo-card img {
    max-height: 60px;
    object-fit: contain;
    max-width: 100%;
  }
  .logo-name {
    text-align: center;
    margin-top: -20px;
    font-size: 14px;
    font-weight: 500;
    background-color: #FFFFFF;
    border: 0.5px ridge #dfdfdf;
    padding: 5px 10px;
    border-radius: 6px;
    display: inline-block;
  }



  /* project  */
  .bg-color {
    background-color: #f8f9fa; /* Light gray background, change as needed */
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.portfolio-item img {
    transition: transform 0.3s ease;
    width: 100%;
    height: 20rem;
    object-fit: cover;
}

.portfolio-item:hover img {
    transform: scale(1.05);
}

.portfolio-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    opacity: 0.8;
}

.portfolio-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 40;
    padding: 1.25rem;
    color: white;
}

.portfolio-title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.portfolio-subtitle {
    font-size: 1.125rem;
    color: white;
}

.cta-button {
    background: linear-gradient(to right, #bbf7d0, #4ade80, #22c55e);
    border: 1px solid white;
    color: #1f2937;
    font-weight: 600;
    padding: 1rem 1.5rem;
    border-radius: 9999px;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.cta-button:hover {
    background: linear-gradient(to right, #f8f9fa, #f8f9fa, #f8f9fa);
    color: #1f2937;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 255, 0, 0.2);
    border: 1px solid #e5e7eb;
}


/* faq */
.section-tagline {
    color: #6c757d;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
  }

  

 .faq-page .accordion-item {
    background: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: unset;
    border-top:1px solid #ccc !important;
}
.faq-page .accordion-body {
    font-size: 14px;
    line-height: 25px;
    padding-top: 0px;
}
.faq-page   .accordion-button {
    background-color: transparent;
    font-weight: 500;
    font-size: 16px;
    box-shadow: none !important;
    border: none !important;
  }

  .accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
  }

  .accordion-button::after {
    display: none;
  }

  .accordion-button .plus,
  .accordion-button.collapsed .minus {
    display: none;
  }

  .accordion-button.collapsed .plus {
    display: inline;
  }

  .accordion-button:not(.collapsed) .minus {
    display: inline;
  }

  .accordion-button svg {
    margin-left: auto;
  }


/* news */
.news-card {
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.3s;
  }
  .news-card:hover {
    transform: translateY(-5px);
  }
  .news-img {
    width: 100%;
    height: 210px;
    object-fit: cover;
  }
  .news-body {
    padding: 15px;
  }
  .news-meta {
    font-size: 13px;
    color: #999;
  }
  .news-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
  }
  .news-text {
    font-size: 14px;
    color: #666;
  }
  .news-link {
    display: inline-block;
    margin-top: 10px;
    font-weight: 500;
    color: #2e7d32;
    text-decoration: none;
  }
  .news-link:hover {
    text-decoration: underline;
  }

  /* video */
  
  .video-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
  }
  .video-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .video-player iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; 
    height: 100%;
  }
  .video-thumbnails img {
    cursor: pointer;
     width: 100%;
      height: 160px;
    transition: 0.3s;
  }
  .video-thumbnails img:hover {
    transform: scale(1.05);
  }
  .video-thumbnails .thumb-title {
    font-size: 14px;
    margin-top: 8px;
    text-align: center;
  }


  /* blog */

  .blog-card {
    border: 1px solid #ddd;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
  }

  .blog-card:hover {
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  }

  .blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .blog-content {
    padding: 20px;
  }

  .blog-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .blog-meta {
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 10px;
  }

  .blog-desc {
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 15px;
  }

  .read-more {
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
  }


  /* map  */
  .location-section {
    padding: 60px 0;
    background-color: #fff;
  }

  .location-title {
    font-weight: 700;
    font-size: 2.5rem;
  }

  .location-subtitle {
    color: #6c757d;
    margin-bottom: 40px;
  }

  .map-wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .map-responsive {
    position: relative;
    overflow: hidden;
    padding-bottom: 78%;
    height: 0;
    border-radius: 15px;
    /* box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); */
}

  .map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 15px;
  }

  @media (max-width: 768px) {
    .map-wrapper {
      width: 100%;
    }
  }







  .contact-form-heading {
    font-size: 2rem;
    font-weight: 700;
  }

  .text-orange {
    color: #FD6E08;
  }

  .contact-form-card textarea {
    resize: none;
  }

   

.contact-form-card {
    border-radius: 12px;
    background: #fff;
    padding: 40px 40px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}
  .contact-form-card .form-control {
    padding: 8px 15px;
    font-size: 14px;
    border: 1px solid var(--secondary-color);
    margin-bottom: 10px;
}
 .contact-form-card .learn-more-btn{
    margin-top: 15px;
}
  /* form end */

  /* product one start */


  .page-header-products {
    background-image: url(../images/29.jpg);
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px 0px 50px 0px;
    overflow: hidden;
}

.page-header-products .page-header-content {
    position: relative;
    z-index: 2;
}

.page-header-products .page-header-content .heading {
    position: relative;
    font-size: 35px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0px;
    margin-top: 20px;
    margin-bottom: -15px;
    color: white;
}

.page-header-products .breadcrumb {
    padding: 10px 0px 0px 0px;
    margin-bottom: 0;
    list-style: none;
    display: block;
    background: transparent;
}

.page-header-products .breadcrumb li:not(:last-child) {
    margin-right: 15px;
}

.page-header-products .breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    /* font-weight: 600; */
    line-height: 30px;
    text-transform: capitalize;
    color: #fff;
}

.page-header-products .breadcrumb li:after {
    content: '\f105';
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: 15px;
}

.page-header-products li.active,
.page-header-products .breadcrumb li a:hover {
    color: var(--secondary-color);
}

.page-header-products .breadcrumb li a {
    color: #fff;
}
.text-success.green-concrete{
    margin-bottom: 10px !important;
    font-size: 14px;
    font-weight: 500;
}
.page-header-products .breadcrumb li:last-child:after {
    display: none;
}
.product-one.product-item p {
    margin-bottom: 2px;
    line-height: 23px;
}

 .product-one {
    padding: 60px 0;
  }
  .product-two {
    padding: 10px 0;
    background-color: #f8f9fa;
  }
  .product-three {
    padding: 10px 0;
    background-color: #f8f9fa;
  }

  .product-one h2,
  .product-one h3,
  .product-one h5 {
    color: #212529;
  }
  .product-two h2,
  .product-two h3,
  .product-two h5 {
    color: #212529;
  }
  .product-three h2,
  .product-three h3,
  .product-three h5 {
    color: #212529;
  }

  .product-one ul li {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .product-two ul li {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .product-three ul li {
    margin-bottom: 10px;
    font-size: 16px;
  }


  .product-two .btn {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
  }
  .product-three .btn {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
  }
  .product-detail-page-action-btn .learn-more-btn {
    padding: 10px 20px;
    margin-top: 15px;
    font-size: 15px;
}
.product-detail-page-action-btn .btn-outline {
    padding: 10px 20px !important;
    color: var(--secondary-color) !important;
    margin-left: 10px;
    font-size: 5px;
    margin-top: 15px;
    
}
.product-detail-page-action-btn {
    margin-top: 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

  .play-box {
    display: flex;
    align-items: center;
    color: #007bff;
    font-weight: 500;
  }

  .play-box i {
    font-size: 40px;
    margin-right: 8px;
  }

  @media (max-width: 767.98px) {
    .product-one {
      text-align: center;
    }
    .product-two {
        text-align: center;
      }
      .product-three {
        text-align: center;
      }

    .button-box {
      justify-content: center;
    }
  }
 
  .left-image {
    height: 290px;
    object-fit: cover;
    width: 100%; 
  }

  .application img {
    width: 100%;
    height: 165px;
    object-fit: cover;
    border-radius: 4px;
}

  .application p {
    font-size: 15px;
    margin-top: 10px;
    font-weight: 500;
  }

  .application-card{
    min-width: 150px;
    text-align: left;
    background: #fff;
    padding: 6px 5px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    margin: 5px 0;
  }

   

  .product-one .info-section {
    display: flex;
    flex-wrap: wrap; 
  }
  .product-two .info-section {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
  }
  .product-three .info-section {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
  }

  .product-one .info-section p {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 200px;
    text-align: left; 
    padding: 4px 6px;
    border-radius: 8px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    margin: 5px 0;
  }
  .product-two .info-section p {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 200px;
    text-align: left; 
    padding: 4px 6px;
    border-radius: 8px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    margin: 5px 0;
  }
  .product-three .info-section p {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 200px;
    text-align: left; 
    padding: 4px 6px;
    border-radius: 8px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    margin: 5px 0;
  }

  .section-border{
    width: 85%;
    padding: 0.5px ;
    background-color: #c2c2c2;
    margin: 0px auto;
  }


  .right-content{
    border: 0.5px solid #cfcfcf;
    border-radius: 8px;
    padding-top: 16px;
  }
  

  .product-tabs {
    border: none; 
    border-radius: 12px;
    overflow: hidden;
    justify-content: center;
  }
  .product-tabs .nav-link {
    border: 0.5px solid #cdcdcd;
    border-radius: 8px;
    color: #333;
    background-color: transparent;
    padding: 10px 25px;
    font-weight: 500;
    font-size: 16px;
    margin: 5px;
    transition: background-color 0.3s, color 0.3s;
  }
  .product-tabs .nav-link:hover {
    background-color: #e0e0e0;
  }
  .product-tabs .nav-link.active {
    background-color: #FD6E08;
    color: white;
    border-radius: 8px;
    font-weight: 600;
  }
  .application-content {
    text-align: left;
    /* background: rgb(255, 255, 255); */
    padding: 6px 0px;
    border-radius: 8px;
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 6px; */
    margin: 5px 0px;
}
.application-content h6{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0px !important;
}
  .advantages-name, .admixture-name{
    font-size: 17px;
  }

  
  /* product one end */


  /* pdf download start */
  .brochure-card {
    margin-top: 10px;
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 5px 15px;
    text-decoration: none;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
    height: 100%;
  }

  .brochure-card:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    background-color: #e2e6ea;
    text-decoration: none;
  }

  .brochure-title { 
    color: #212529;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .brochure-title svg {
    fill: #dc3545;
  }

  .download-icon {
    margin-left: auto;
    fill: #198754;
  }

  @media (max-width: 576px) {
    .brochure-card {
      flex-direction: row;
    }
  }
  /* pdf download end */


  /* show more and read less button start */
  .more-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
    padding-top: 0;
    opacity: 0;
   visibility: hidden;
  }

  .more-content.show { 
    padding-top: 10px;
     opacity: 1;
    visibility: visible;
  }

  .read-more{
    background-color: #FD6E08;
    color: #fff;
    border-radius: 4px;
    padding: 5px 15px;
    font-size: 0.95rem;
    transition: all 0.3s ease-in-out;
    border: 1px solid #FD6E08;
  }
  .read-more:hover{
    background-color: white;
    color: black;
    border-radius: 4px;
    padding: 5px 15px;
    font-size: 0.95rem;
    transition: all 0.3s ease-in-out;
    border: 1px solid #FD6E08;
  }

  .read-and-less {
    margin-top: 10px;
    background-color: #FD6E08;
    color: white;
    padding: 5px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.95rem;
    transition: all 0.3s ease-in-out;
    border: 1px solid #FD6E08;
    display: inline-block;
  }

  .read-and-less:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    text-decoration: none;
  }

  .info-section p {
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 8px;
    display: inline-block;
    min-width: 240px;
  }
   /* show more and read less button end */


   /* whatsapp button and up arrow start */

    /* WhatsApp Button */
    #whatsappBtn {
    position: fixed;
    bottom: 150px;
    right: 10px;
    z-index: 1000;
    background-color: #25d366;
    color: white;
    border: none;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    font-size: 42px;
    transition: background-color 0.3s ease;
}
  
      #whatsappBtn:hover {
        background-color: #1ebe5d;
      }
  
      /* Scroll to Top Button */
      #scrollTopBtn {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 999;
            font-size: 18px;
            border: none;
            outline: none;
            background-color: #373737;
            color: white;
            cursor: pointer;
            /* padding: 10px 13px; */
            border-radius: 50%;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
            transition: background-color 0.3s;
            display: none;
            border: 1px solid #fff;
            width: 50px;
            height: 50px;
        }
  
      #scrollTopBtn:hover {
        background-color: #555;
      }
   /* whatsapp button and up arrow end */



   /* green concrete start */
   .page-header-green-concrete {
    background-image: url(../images/29.jpg);
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px 0px 90px 0px;
    overflow: hidden;
}

.page-header-green-concrete .page-header-content {
    position: relative;
    z-index: 2;
}

.page-header-green-concrete .page-header-content .heading {
    position: relative;
    font-size: var(--font-60);
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: white;
}

.page-header-green-concrete .breadcrumb {
    padding: 10px 0px 0px 0px;
    margin-bottom: 0;
    list-style: none;
    display: block;
    background: transparent;
}

.page-header-green-concrete .breadcrumb li:not(:last-child) {
    margin-right: 15px;
}

.page-header-green-concrete .breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
}

.page-header-green-concrete .breadcrumb li:after {
    content: '\f105';
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: 15px;
}

.page-header-green-concrete li.active,
.page-header-green-concrete .breadcrumb li a:hover {
    color: var(--secondary-color);
}

.page-header-green-concrete .breadcrumb li a {
    color: #fff;
}

.page-header-green-concrete .breadcrumb li:last-child:after {
    display: none;
}


#green-concrete .btn {
    position: relative;
    min-width: 180px;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    padding: 15px 30px;
    border: 0px solid transparent;
    border-radius: 5px;
    color: #fff;
    background-color: var(--secondary-color);
    margin-top: 20px;
    font-family: 'Inter', sans-serif !important;
}

#green-concrete {
    padding-top: 40px;
    padding-bottom: 40px;
}

#green-concrete h2 {
    font-size: 30px;
    color: #111111;
}

#green-concrete li {
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    color: #5c6166 !important;
}

#green-concrete ul li i {
    color: var(--secondary-color);
    margin-right: 7px;
}




.green-concrete-application {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
  }

  .green-concrete-application img.card-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .green-concrete-application .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 1rem;
    display: flex;
    align-items: flex-end;
    transition: all 0.5s ease;
  }

  .green-concrete-application .content {
    color: white;
    transform: translateY(85%);
    transition: transform 0.5s ease;
  }

  .green-concrete-application:hover img.card-img {
    transform: scale(1.1);
  }

  .green-concrete-application:hover .content {
    transform: translateY(0%);
  }

  .green-concrete-application h5 {
    font-size: 18px;
    font-weight: 600;
  }

  .green-concrete-application p {
    font-size: 0.875rem;
    margin-top: 0.5rem;
    color: #ddd;
  }


  .application-heading {
    font-size: 30px;
    color: #111111;
}



.green-advantages-card {
    background-color: #F9F6F3;
    border-radius: 10px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    padding: 20px;
    height: 100%;
  }

  .green-advantages-card:hover {
    background-color: #ffffff;
  }

  .green-advantages-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 1rem;
    color: #000000;
    background-color: #ededed;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  .green-advantages-card:hover .green-advantages-number {
    background-color: #fd6e08;
    color: #fff;
  }

  .s-sub-title {
    font-size: 1.1rem;
    font-weight: 500;
    color: #555;
  }
   /* green concrete end */

.section-title h4 {
    font-size: 18px;
    color: var(--secondary-color);
    text-transform: capitalize;
}
 .section-title h2 {
    position: relative;
    display: inline-block;
}
.section-title h2 span {
    width: 14px;
    height: 14px;
    background: var(--secondary-color) !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: -5px;
    left: 0;
}
.section-title h2 span:after {
    content: '';
    border: 1px solid var(--theme-color);
    width: 100px;
    position: absolute;
    left: 14px;
    bottom: 5px;
}

.home-page-category-block{
    padding-top: 100px;
    padding-bottom: 100px;
}


.btn.btn-outline{
    font-size: 16px;
    border: 1px solid var(--secondary-color);
    padding: 12px 20px;
    min-width: 134px;
    color: #000;
    border-radius: 40px;

}

.services-section .section-subtitle {
  color: #555;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.services-section .section-title {
  font-size: 28px;
}

.service-card {
  border: 1px solid #fd6e08;
  padding: 30px 30px 5px 30px;
  transition: all 0.3s ease;
  height: 100%;
  text-align: center;
  margin-top: 30px;
  background: #fff;
  border-radius: 10px;
}
.bg-light-orange{
    background: #fef7f1;
}
.service-card p {
    color: #7b7979;
    margin-bottom: 0px !important;
}
.service-card img{
    width: 60px;
}
.service-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.service-card .icon i {
  font-size: 32px;
  color: #e3b576;
}
.service-card h5{
    font-size: 20px;
    margin-top: 20px !important;
    margin-bottom: 15px !important;
}
.home-page-category-block .col-md-4{
    margin-bottom: 25px;
}
.service-card .btn-outline{
    margin-top: 25px;
}
.contact-form-card h5{
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 10px !important;
}
.contact-form {
    background-image: url(../images/bg-pattern-2.png);
    background-attachment: fixed;
    z-index: 1;
    position: relative;
    padding: 85px 0px;
    margin-top: 60px;
    margin-bottom: 50px;
}
.list-content li{
    font-size: 1rem;
}
.list-content{
    line-height: 37px;
}
.list-content li i{
    color: var(--secondary-color);
    margin-right:10px;
}
.home-page-faq{
    padding-left: 60px;
}
.faq .accordion-button{
    border: 1px solid var(--secondary-color) !important;
    border-radius: 40px;
}
.faq .accordion-item {
    background: transparent;
    border: none;
    border-radius: 0px;
    margin-bottom: 20px;
    box-shadow:unset;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    line-height: 27px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}
.contact-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(253, 110, 8, .1);
  z-index: 0;
}

.contact-form .container {
  position: relative;
  z-index: 2;
}
.accordion-button::after {
  background-image: none !important; 
  content: "+" !important;
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: auto;
  color: #ff6600; /* Optional */
  transition: transform 0.2s ease;
  position: absolute;
}

.accordion-button:not(.collapsed)::after {
  content: "−" !important;
}

.key-project-slider .slider {
  animation: slidein 30s linear infinite;
  white-space: nowrap;
  margin-top: 50px;
}
.key-project-slider .container .slider .logos {
  width: 100%;
  display: inline-block;
  margin: 0px 0;
}
.key-project-slider .container .slider .logos img {
  width: calc(100% / 4);
  animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
  padding: 0px 90px;
}
.key-project-slider .container {
  overflow: hidden;
}
.key-project-slider {
    padding: 70px 0px 80px 0px;
}
@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.key-project-slider .logos img::after {
    position: absolute;
    right: 0px;
    top: 50%;
    height: 60px;
    width: 1px;
    transform: translate(0, -50%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    content: url("../images/client-item-border.svg");
}
.banner-contact-no {
    color: #fff;
    line-height: 123px;
    font-size: 28px;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
.banner-contact-no:hover {
    color: #fff;
}
.accordion-body {
    font-size: 14px;
    line-height: 25px;
}
.grade-div p {
    border: 1px solid var(--secondary-color);
    color: #324357;
    width: 65px;
    text-align: center;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 17px !important;
    margin-top: 10px;
}
.quantity-cart-option-pdp table{
    margin-bottom: 10px;
}
.quantity-cart-option-pdp table th:first-child{
    border-left-width: 0px;

}
.quantity-cart-option-pdp table th:last-child{
    border-right-width: 0px;
}

.quantity-cart-option-pdp table td:first-child{
    border-left-width: 0px;

}
.quantity-cart-option-pdp table td:last-child{
    border-right-width: 0px;
}
.grade-div{
    display: flex;
    align-items: center;
}
.grade-div a{
    font-size: 16px;
    margin-left: 20px;
    text-decoration: underline;
    color: var(--theme-color);
}
.grade-div a img{
    width: 24px;
    margin-right: 5px;
    vertical-align: bottom;
}
.types-of-admixture-div p{
    border-bottom: 1px solid #7f7f7f;
    width: 280px;
    padding-bottom: 5px;
    cursor: pointer;
}
.types-of-admixture-div p::after {
    background-image: none !important;
    content: "\f107" !important;
    font-size: 14px;
    font-weight: bold;
    margin-left: auto;
    color: #7f7f7f;
    transition: transform 0.2s ease;
    position: absolute;
    right: 46%;
    margin-top: 5px;
    font-family: 'FontAwesome';
}
.types-of-admixture-div .list-content {
    line-height: 15px;
    margin-bottom: 20px;
}
.types-of-admixture-div .list-content li{
    font-size: 14px;
}
.product-advantages img {
    width: 24px;
    vertical-align: bottom;
    margin-right: 4px;
}
.product-advantages h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.product-advantages .list-content {
    line-height: 20px;
}
.product-advantages .list-content li{
    font-size: 14px;
}
.read-more-btn{
    font-size: 14px;
    color: var(--theme-color);
    padding-left: 25px;
    text-decoration: underline;
    cursor: pointer;
}
.application h5{
    font-size: 25px;
}

.portfolio-nav {
    border-top: 2px solid #e4e4e4;
}
.portfolio-nav ul {
    display: flex;
    /* justify-content: space-between; */
}
.portfolio-nav ul li.is-checked {
    background: #fef7f1;
    border-top: 3px solid var(--secondary-color);
}
.portfolio-nav ul li:hover {
    background: #fef7f1;
    border-top: 3px solid var(--secondary-color);
}
.portfolio-nav ul li {
    color: #797979;
    font-weight: 600;
    cursor: pointer;
    text-transform: capitalize;
    border-top: 3px solid transparent;
}
.portfolio-nav ul li {
    float: left;
    margin-right: 10px;
    padding: 0 5px 0 5px;
    text-align: center;
}
.portfolio-nav ul li.is-checked .gallery_cont1_img {
    background: var(--secondary-color);
    color: #fff;
    border: 1px solid var(--secondary-color);
}
.portfolio-nav .gallery_cont1_img {
    width: 60px;
    height: 60px;
    margin-top: 10px;
    border: 1px solid #cecece;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    border-radius: 40px;
}
.portfolio-nav .gallery_cont1_img i {
    font-size: 16px;
}
.portfolio-nav ul li.is-checked span {
    color: #111;
}
.portfolio-nav .galery_hover_div span {
    float: left;
    width: 100%;
    margin-top: 5px;
    color: #797979;
    margin-bottom: 10px;
}
.galery_hover_div:hover .gallery_cont1_img {
    background: var(--secondary-color);
    color: #fff;
    border: 1px solid var(--secondary-color);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.galery_hover_div:hover span {
    color: #111;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.product-top-category{
    margin-bottom: 30px;
}

 .box-hover-img{
    border-radius: 10px;
    border: 1px solid #6d6d6d;
    overflow: hidden;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.box-hover-img:hover {
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.0705882353);
}
.box-hover-img .image-wrap {
    position: relative;
    overflow: hidden;
}
.box-hover-img .image-wrap > a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    
}
.box-hover-img:hover .image-wrap img, .box-hover-img:hover .img-style img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.box-hover-img .image-wrap img {
    width: 100%;
    object-fit: cover;
    height: 230px;
}
.box-hover-img .image-wrap img, .box-hover-img .img-style img {
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
    transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
}
.box-hover-img:hover .image-wrap a::after {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.box-hover-img .image-wrap > a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.box-hover-img .box-tag, .box-hover-img .status {
    z-index: 2;
    position: absolute;
    top: 7px;
    left: 8px;
}
.gap-8 {
    gap: 8px;
}
.box-hover-img .box-tag .flat-tag, .box-hover-img .status .flat-tag {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    height: 28px;
    border-radius: 999px;
    background-color: var(--secondary-color);
    color: #fff !important;
}
.box-hover-img .content {
    position: relative;
    padding: 20px 20px 15px;
}
.box-hover-img .content .title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
    color: #222;
    font-size: 22px;
}
.box-hover-img .content .title a {
    color: #000;
    font-size: 22px;
    font-weight: 600;
}
.box-hover-img .price {
    /* border: 1px solid var(--secondary-color); */
    /* width: 105px; */
    font-size: 18px;
    padding: 0px 0px;
    border-radius: 40px;
    color: var(--secondary-color);
    font-weight: 600;
}
.box-hover-img .bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px dashed #6d6d6d;
    padding-top: 15px;
}
.box-hover-img .btn.learn-more-btn {
    font-size: 16px;
    border: 1px solid var(--secondary-color);
    padding: 7px 10px;
    min-width: 110px;
    border-radius: 40px;
}
.box-hover-img .price span{
    display: block !important;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 500;
}
.product-category-list-page{
    padding-top: 80px;
    padding-bottom: 20px;
}
.box-hover-img .content p{
    margin-bottom: 10px;
}
.box-hover-img .image-wrap .green-concrete-flag{
    position: absolute;
    right: 10px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 10px;
    text-align: center;
    font-size: 22px;
    line-height: 38px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 1px solid #ddd;
}
.product-category-list-page .single-category-box{
    margin-bottom: 40px;
}
.product-item .green-concrete-flag {
    position: absolute;
    left: 31.5%;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 44.5%;
    text-align: center;
    font-size: 22px;
    line-height: 38px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 1px solid #ddd;
}
.product-advantages {
    width: 45%;
    /* border: 1px solid #ddd; */
    border-radius: 0px;
    border-right: 1px solid #ccc;
    padding-bottom: 15px;
}
.product-advantages:last-child{
    width: 50%;
    border-right: none;
    margin-left: 50px;
}



.advantages-slider-container {
    position: relative;
    display: flex;
    align-items: center;
    /* border: 1px solid #ccc; */
    padding: 10px;
    overflow: hidden;
    width: 850px;
    margin-top: 15px;
    border-radius: 10px;
}
.advantages-scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.advantages-list {
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: nowrap;
}

.advantages-list li {
  text-align: center;
  flex: 0 0 auto;
  min-width: 120px; /* Prevent squishing */
  margin-bottom: 0px !important;
}

.advantages-list img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 8px;
    border: 1px solid #ccc;
    padding: 3px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.scroll-btn {
    background-color: white;
    border: none;
    font-size: 30px;
    cursor: pointer;
    padding: 0 10px;
    z-index: 1;
    position: absolute;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 12px;
    border: 1px solid #ddd;
}

.scroll-btn.left {
    margin-right: 10px;
    left: 35.2%;
    margin-top: 53px;
}

.scroll-btn.right {
    margin-left: 10px;
    right: 6.5%;
    margin-top: -75px;
}

.advantages-scroll-wrapper {
  scrollbar-width: none; /* Firefox */
}
.advantages-scroll-wrapper::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.advantages-list li span{
    display: block;
    font-size: 13px;
    line-height: 16px;
}
.product-bottom-advantages h3{
    font-size: 16px;
    font-weight: 600;
}
.product-bottom-advantages .advantage-img {
    width: 24px;
    vertical-align: bottom;
    margin-right: 4px;
}
.product-bottom-advantages {
    margin-top: 0px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}
.product-share-btn a{
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    line-height: 29px;
    color:#222;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.green-advantages .advantages-slider-container {
    width: 100%;
    border: none;
    margin-bottom: 40px;
}
.green-advantages .scroll-btn.left {
    left: 5%;
}
.green-advantages .scroll-btn.right {
    margin-top: -120px;
}
.show-more-application{
    font-size: 16px;
    color: var(--theme-color);
    padding-left: 25px;
    text-decoration: underline;
    cursor: pointer;
}
 .vision-single-card{
    text-align: center;
    border: 1px solid #ddd;
    padding: 20px 20px;
    border-radius: 10px;
}
.vision-single-card h3 {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 600;
}
.about-us-page-vision-mission {
    margin-top: 40px;
    margin-bottom: 90px;
}



.team-page ul {
  padding: 0;
}

.team-page ul li {
  list-style-type: none;
}

.team-page ul li:before {
  content: "​";
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  position: absolute;
}
.team-page .avatar {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
}

.team-page .team-item:hover .avatar {
  border: 6px solid #fff;
}

.team-page .title, .team-page .name {
    color: #222;
    font-weight: 600;
    text-transform: capitalize;
    /* font-family: Arial, Helvetica, sans-serif; */
    margin-bottom: 5px;
    font-size: 20px;
}
.team-page h5 {
    font-size: 12px;
}

.team-page .team-item {
    padding: 20px 20px;
    color: #000;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    transition: all 300ms ease, transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 1;
    height: 370px;
}
.team-page{
    padding-top: 60px;
    padding-bottom: 60px;
}

.team-page .social {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 10px 0;
    cursor: pointer;
    transition: inherit;
    /* box-shadow: inset 4px 4px 7px rgba(61, 61, 61, 0.596); */
    background-color: var(--secondary-color);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjZmZmZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHg9IjBweCIgeT0iMHB4Ij48dGl0bGU+NTI8L3RpdGxlPjxwYXRoIGQ9Ik04MS4zMDMyOSwzOC41MjkzOUExNC4wMTgsMTQuMDE4LDAsMSwwLDYxLjQ3NywxOC43MDY3MUw0Ny4wMDMxNSwzMy4xNzkxNGExNC4wMzAzNywxNC4wMzAzNywwLDAsMCwwLDE5LjgyMTcxLDQuODAxMTMsNC44MDExMywwLDAsMS02Ljc4OTc5LDYuNzg5ODcsMjMuNjQzMjcsMjMuNjQzMjcsMCwwLDEsMC0zMy40MDE0NUw1NC42ODcyMSwxMS45MTY4NEEyMy42MjAzLDIzLjYyMDMsMCwwLDEsODguMDkzMDgsNDUuMzE5MjdMODAuOTIzOCw1Mi40ODcxMWE0LjgwMTE0LDQuODAxMTQsMCwwLDEtNi43ODk4LTYuNzg5ODdaTTExLjkwNzQxLDg4LjA5MzlhMjMuNjUwNTMsMjMuNjUwNTMsMCwwLDAsMzMuNDA1ODYtLjAwMUw1OS43ODY2NCw3My42MjE0N2EyMy42MTU4MywyMy42MTU4MywwLDAsMCwwLTMzLjQwMTQ1LDQuODAxMTQsNC44MDExNCwwLDAsMC02Ljc4OTc5LDYuNzg5ODgsMTQuMDE1MzEsMTQuMDE1MzEsMCwwLDEsMCwxOS44MjI2OEwzOC41MjM0OCw4MS4zMDRBMTQuMDE4LDE0LjAxOCwwLDEsMSwxOC42OTcyLDYxLjQ4MTM1TDI1Ljg2Niw1NC4zMTM1YTQuODAxMTQsNC44MDExNCwwLDAsMC02Ljc4OTgtNi43ODk4N2wtNy4xNjg3OSw3LjE2Nzg1QTIzLjY0NDg5LDIzLjY0NDg5LDAsMCwwLDExLjkwNzQxLDg4LjA5MzlaIj48L3BhdGg+PC9zdmc+);
}
.team-page .social i{
    color: #fff;
}

.team-page .team-item:hover .social {
    cursor: default;
    color: #000;
    background-color: var(--secondary-color);
    width: 100%;
    transition-duration: 500ms;
    border-radius: 0 0 10px 10px;
    margin-top: 0px;
    height: 45px;
    font-size: 22px;
    padding: 5px;
}

.team-page .social i {
  opacity: 0;
  padding: 0px 10px;
  transform: scale(0.7);
}

.team-page .social i:hover {
  cursor: pointer;
  transform: scale(1);
}

.team-page .team-item:hover .social i {
  opacity: 1;
  transition: opacity 0.2s ease 200ms;
}

.team-page .team-item:hover .social i:hover {
  transition: 500ms;
}

.team-page .description {
  text-align: justify;
}
.team-page .team-item:hover .social{
    background-image:unset !important;
}

.about-us-awaed-section{
    padding-top: 80px;
    padding-bottom: 100px;
}

.green-advantages .product-bottom-advantages {
    border-top: none;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0px;
    color: #3a3a3a !important;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ccc;
}
.nav.nav-pills {
    line-height: 40px;
    border: 1px solid #ccc;
}

.nav-pills .nav-link.active , .nav-pills .show>.nav-link {
    background-color: #fff;
    color: var(--secondary-color) !important;
    border-bottom-color: var(--secondary-color);
}
.nav.nav-pills i{
    margin-right: 5px;
}
.nav.nav-pills li:last-child .nav-link{
    border-bottom: none;
}

.tab-content.w-100 .tab-pane h2{
    font-size: 22px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}



.certification-section .img-area {
    width: 100%;
    margin: 2% auto;
}

.certification-section .single-img {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 1%;
    margin-bottom: 20px;
}

.certification-section .image {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
}

.certification-section .img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #144775;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    
}

.certification-section .single-img:hover .img-overlay {
  height: 100%;
}

.certification-section .text {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    width: 100%;
    padding: 25px 10px;
    overflow: auto;
    height: 235px;
}
.certification-section .text span{
  font-weight: 300;
}
.videos-block iframe{
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}




#gallery {
  padding-top: 0px;
}
@media screen and (min-width: 991px) {
  #gallery {
    padding: 0px 0px 0 0px;
  }
}

#image-gallery .img-wrapper {
  position: relative;
  margin-top: 15px;
}
#image-gallery .img-wrapper img {
  width: 100%;
}

#image-gallery .img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
#image-gallery .img-overlay i {
  color: #fff;
  font-size: 3em;
}

#image-gallery #overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#image-gallery #overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #image-gallery #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #image-gallery #overlay img {
    width: 50%;
  }
}

#image-gallery #nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#image-gallery #nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #image-gallery #nextButton {
    font-size: 3em;
  }
}

#image-gallery #prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#image-gallery #prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #image-gallery #prevButton {
    font-size: 3em;
  }
}

#image-gallery #exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#image-gallery #exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #image-gallery #exitButton {
    font-size: 3em;
  }
}


.brochure-bg-image{
    background: url(images/company-brochure-bg-img.avif);
    padding: 20px 40px;
    position: relative;
    z-index: 99;
}
.brochure-bg-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(253, 110, 8, .8);
    z-index: -1;
}
.brochure-bg-image .btn.btn-outline {
    background: #fff;
    color: var(--secondary-color);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.brochure-bg-image p{
    margin-bottom: 5px;
    color: #fff;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    font-style: italic;
}
.brochure-bg-image h2 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    margin-top: 5px;
    font-style: italic;
}
.shared-rmc-logo {
    width: 60%;
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
}
.procure-footer p {
    color: rgba(255, 255, 255, .9) !important;
    margin-top: 15px;
    font-size: 14px;
    padding-right: 25px;
    margin-bottom: 0px;
    line-height: 30px;
}

.top-bar {
    background: var(--theme-color);
    padding-top: 5px;
    padding-bottom: 5px;
}
.top-bar p {
    margin-bottom: 0px;
    color: #fff;
}
.top-bar ul li {
    color: #fff;
    font-size: 14px;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #fff;
}
.top-bar ul{
    display: flex;
}
.top-bar ul li:first-child {
    border-left: none;
}



.value-box {
    background: white;
    border: 1px solid var(--secondary-color);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    padding: 25px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 40px;
}
.value-box h5{
    font-size: 20px;
}
/* .fist-box{
    margin-top: -90px;
}
.third-box{
    margin-top: -90px;
}
.fist-box, .third-box, .second-box, .four-box{
    padding-left: 20px;
    padding-right: 20px;
} */
.core-section .col-lg-6 .col-md-6{
    padding-left: 20px;
    padding-right: 20px;
}

    .value-number {
    position: absolute;
    top: -25px;
    left: 25px;
    background: var(--secondary-color);
    color: #fff;
    width: 50px;
    height: 50px;
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.why-us-right-side{
    padding-left: 60px;
}

    .core-section {
    padding: 0px 0px;
}

.ceo-card {
    background: var(--theme-color);
    color: #fff;
    padding: 15px 15px;
    border-radius: 4px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.ceo-card img {
    height: 150px;
    object-fit: cover;
    margin-top: -96px;
    margin-left: 10px;
    border-radius: 10px;
}

.ceo-card strong {
    font-size: 27px;
    margin-top: -41px;
}
.ceo-card small {
    font-size: 12px;
}
    .experience-number {
    font-size: 4rem;
    color: var(--secondary-color);
    font-weight: 700;
    /* float: right; */
    text-align: right;
    padding-right: 80px;
    margin-top: -30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

    .experience-label {
    font-weight: 600;
    text-align: end;
    padding-right: 80px;
    font-size: 14px;
    margin-top: -15px;
}

    .section-title {
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.3;
    }

    .why-choose {
      font-weight: 500;
      margin-bottom: 10px;
      color: #444;
    }
    
.why-us-section {
    background-image: url(../images/bg-image.avif);
    background-attachment: fixed;
    z-index: 1;
    position: relative;
    padding: 85px 0px;
    margin-top: 50px;
    margin-bottom: 60px;
}
    .why-us-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(253, 110, 8, .1);
    z-index: 0;
}
.home-page-infrastructure{
    padding-top: 80px;
    padding-bottom: 80px;
}
.home-page-infrastructure #gallery .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
    padding-left: 0px;
}
.home-page-infrastructure #image-gallery .img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    justify-content: center;
    align-items: center;
    opacity: 0;
    text-align: center;
    padding-top: 60px;
}
.home-page-infrastructure #image-gallery .img-overlay h6{
    color: #fff;
    margin-top: 10px;
}
#image-gallery .img-wrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.home-page-our-process-section{
    padding-top: 80px;
    padding-bottom: 50px;
}
.single-work-process::before {
    content: '';
    position: absolute;
    z-index: 1;
    background: url(../images/arrow-big.png) no-repeat center center;
    width: 217px;
    height: 210px;
    top: -20px;
    right: -120px;
}

.single-work-process h3 {
    margin-top: 20px;
    font-size: 16px;
}
.single-work-process .icon {
    background: #fef7f1;
    display: inline-block;
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 1;
    font-size: 35px;
    color: #ff6d34;
    line-height: 100px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

.single-work-process {
    text-align: center;
    background: #ffffff;
    padding: 25px 15px 25px 15px;
    border-radius: 5px;
    position: relative;
    margin-top: 25px;
    border: 1px solid var(--secondary-color);
    height: 200px;
}
.home-page-our-process-section .col-lg-3:last-child .single-work-process::before {
  display: none;
}

.privacy-policy-page{
    padding-top: 80px;
    padding-bottom: 80px;
}
.privacy-policy-page h3{
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 30px;
}
.theme-text{
    color:var(--secondary-color);
}
.privacy-policy-page p{
    font-size: 16px;
}
.privacy-policy-page h5{
    font-size: 20px;
    font-weight: 600;
}
.privacy-policy-list{
    font-size: 16px;
    line-height: 35px;
    padding-left: 40px;
    margin-bottom: 30px;
}
.team{
    padding-top: 40px;
    padding-bottom: 80px;
}

.contact-page{
    background: unset;
}
.contact-page::before{
    display: none !important;
}

.our-all-locations-sec{
    padding-top: 60px;
    padding-bottom: 80px;
}
.location-single-card{
    border: 1px solid var(--secondary-color);
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.location-single-card h4{
    font-weight: 600;
    font-size: 20px;
}
.location-single-card p{
    margin-bottom: 10px;
}
.location-single-card a{
    font-size: 16px;
    color: var(--secondary-color);
    text-decoration: underline;
}
.quality-process-page{
    padding-top: 60px;
    padding-bottom: 80px;
}
.single-quality-box{
    border: 1px solid var(--secondary-color);
    border-radius: 10px;
    padding: 15px 25px;
}
.single-quality-box h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.single-quality-box p{
   margin-bottom: 0px;
}


.quality-certificate {
    padding-bottom: 375px;
    position: relative;
}

.quality-certificate #gallery .img-wrapper {
    width: 100%;
    height: auto !important;
}
.quality-certificate #gallery .img-wrapper img{
    width: 100%;
    height: auto !important;
}
.quality-certificate #gallery .col-lg-3 {
    width: 25%;
}
.quality-certificate #image-gallery .img-overlay h6 {
    color: #fff;
    margin-top: 10px;
}
.quality-certificate #image-gallery .img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 430px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    justify-content: center;
    align-items: center;
    opacity: 0;
    text-align: center;
    padding-top: 100px;
}
.certification-section .img-overlay .fa-solid{
    color: #fff;
    font-size: 27px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: auto;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 40%;
    top: 40%;
}

.contact-page{
    margin-top: 0px;
}