@charset "utf-8";
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

:root {
    --white: #ffffff;
    --black: #000000;
    --primary_clr: #111111;
    --blue-clr: #0c5ca5;
    --green-clr: #29a71a;
    --yellow-clr: #ffc107;
    --gray-clr: #4b4b4b;
}

.blue-clr {
    color: var(--blue-clr);
}

figure,
h1,
h2,
h3,
h4 {
    padding: 0;
    margin: 0
}

h4,
ol,
ul,
ul ul {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0
}

:focus,
body a,
body a:active,
input[type=text]:focus,
textarea:focus {
    outline: 0
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
ol,
p,
section {
    display: block
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
source,
span,
strike,
strong,
sub,
sup {
    outline: 0;
    vertical-align: baseline
}

figure {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0
}

ol {
    list-style-type: decimal
}

a img,
img {
    vertical-align: middle
}

.text-perpul {
    color: #fff;
}

.text-magento {
    color: #C01AAF;
}

a img {
    border: 0
}

body a:focus {
    -mos-outline-style: none;
    outline: 0
}

body:-moz-any-link:focus {
    outline: 0
}

::-moz-selection {
    background: #000;
    color: #fff
}

::selection {
    background: #000;
    color: #fff
}

div {
    vertical-align: top;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
}

a {
    cursor: pointer;
    text-decoration: none !important;
    transition: all 0.5s ease;
}

a:hover,
a:focus {
    text-decoration: none !important;
    color: var(--redclr);
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-text-size-adjust: none;
}

aside,
.right-side,
.navbar-collapse {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

.form-control:focus {
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
}

html {
    height: 100%;
    border: 0 !important;
}

body {
    min-height: 100%;
}

html,
body {
    /* font-family: "Syncopate", sans-serif; */
    border-top: 0 !important;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    width: 425px;
    margin: auto;
    background-color: #85A692;
    border: 1px solid #15584e;
}

div p:last-child {
    margin-bottom: 0px;
}

.row:before,
.row:after {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    color: var(--primary_clr);
}

h1 {
    font-size: 36px;
    font-weight: 600;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
    font-weight: 600;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px
}
.service-card ol{
    padding-left: 16px;
}
.service-card ul{
    padding-left: 16px;
}

.gap-10 {
    gap: 10px;
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
    opacity: 1;
}

.btn-primary,
.btn-secondary {
    background: #15584E;
    font-weight: 500;
    border-radius: 50px !important;
    color: #fff;
    border: 0px;
    font-size: 1rem;
    padding: 5px 15px;
}

.btn-primary {
    border-radius: 10px;
}

.btn-secondary {
    background: #29a71a;
    color: #fff;
}

.navigation-icon {
    top: 15px;
    right: 15px;
}

.navigation-icon a img {
    max-width: 2.4rem;
}

.brand-area .logo {
    background: var(--white);
    z-index: 1000;
    position: relative;
    width: 150px;
    height: 150px;
    text-align: center;
    padding: 1rem 1rem;
    justify-content: center;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 55px;
    background-image: url(../../../assets/images/new-catalog/pngwing18.png);
    border-radius: 10px;
    background-size: cover;
}

.social-links a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(89%) saturate(0%) hue-rotate(71deg) brightness(119%) contrast(100%);
}

.social-links a .svg path {
    fill: #ffffff;
}

.all-rating img {
    max-width: 20px;
    margin: 0px 3px;
}

.top-rating span {
    font-weight: 300;
    font-size: 14px;
}

.top-rating span strong {
    font-weight: 600;
}

.sl-area .d-flex {
    z-index: 99;
    position: relative;
}
.sl-area{
    margin-left: 16px;
}
.main-heading {
    font-size: 28px;
    text-transform: uppercase;
}

.main-name {
    color: #15584e !important;
    font-weight: 600;
    text-transform: uppercase;
}

.sl-area .sl-image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    min-height: 55px;
    border-radius: 10px !important;
    background-image: url(../../../assets/images/new-catalog/pngwing18.png);
    background-size: cover;
}

.sl-area .sl-image img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(89%) saturate(0%) hue-rotate(71deg) brightness(119%) contrast(100%);
}

.sl-area .sl-image svg {
    max-width: 45%;
    max-height: 45%;
    position: relative;
    z-index: 8;
}

.sl-area .pt-2:first-child .sl-image:after {
    display: none;
}

.no-before::before {
    display: none;
}

.sl-info a {
    color: var(--white);
    word-break: break-word;
    font-weight: 500;
}

.sl-info p {
    margin-bottom: 3px;
}

.wp-share {
    background-color: #fff;
    border: solid 1px #E4E4E4;
    border-radius: 10px;
    height: 45px;
}

.wp-share .form-control {
    font-size: 14px;
}

.wp-share button {
    word-wrap: normal;
    top: -4px;
    height: 35px;
    white-space: nowrap;
    font-size: 12px;
    color: var(--white);
    background: #28a745;
    flex-basis: 180px;
    text-align: center;
    justify-content: center;
    border-radius: 10px;
}

.wp-share button .svg {
    max-width: 20px;
}

.wp-share button .svg path {
    fill: #ffffff;
}

.share-group a {
    background: #15584e;
    color: #fff;
    padding: 10px 25px;
    border-radius: 10px;
    font-size: 14px;
    margin: 0.3rem 0px;
    display: flex;
}

.share-group a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(89%) saturate(0%) hue-rotate(71deg) brightness(119%) contrast(100%);
    max-width: 1.1rem;
}

.logo-frame .swiper-slide {
    width: auto;
    margin: 0px 15px;
}

.logo-frame .swiper-slide img {
    max-height: 40px;
}

.sub-hd {
    font-family: "Tajawal", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    position: relative;
    margin-bottom: 0px;
    color: #0B2B48;
    text-transform: uppercase;
}

.sub-hd span {
    background: var(--blue-clr);
    border-radius: 30px;
    padding: 5px 20px 5px 20px;
}

.heading-title {
    align-items: center;
    gap: 10px;
}

.title-line {
    width: 100%;
    height: 8px;
    margin-top: 3px;
    background-image: url(../../../assets/images/new-catalog/product-title.png);
    filter: brightness(0) saturate(100%) invert(11%) sepia(47%) saturate(2419%) hue-rotate(188deg) brightness(92%) contrast(92%);
}

.about-cnt ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.about-cnt p{
    color: #fff !important;
}
.about-cnt ul li {
    position: relative;
    padding: 0px 0px 15px 20px;
    width: 100%;
    vertical-align: top;
    display: inline-block;
}

.about-cnt ul li:before {
    content: '-';
    position: absolute;
    left: 0px;
    top: 0px;
}

.about-cnt .btn-primary {
    border-radius: 30px;
    padding: 5px 20px;
}

.service-card {
    background-color: var(--white);
    border-radius: 20px;
}

.service-card p {
    font-size: 0.8rem;
    font-weight: 600;
    color: #777777;
}

.service-card img {
    border-radius: 20px;
    display: flex !important;
    margin: auto !important;
    width: 100%;
}

.service-card:last-child p {
    margin: 0px !important;
}

.product-name-group {
    flex: 1;
}

.icon-main-menu {
    list-style: none !important;
    display: flex;
    text-align: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.icon-main-menu li {
    width: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
    border-radius: 50px;
}

.icon-main-menu li img {
    width: 22px !important;
}

.product-name-group h6 {
    font-size: 18px;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.product-price {
    font-size: 15px;
    color: var(--black);
    font-weight: 600;
}

.product-price .old-price {
    color: #BFBFBF;
    font-size: 16px;
    font-weight: 600;
}

.product-price .old-price::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    left: 0px;
    background: red;
}

.service-card .btn-secondary {
    border-radius: 50px;
    width: 162px;
    padding: 8px 15px;
    font-size: 15px;
}

.discout-text {
    color: #44C0B9;
    font-size: 14px;
    font-weight: 400;
}

.card-rating .all-rating img {
    max-width: 12px;
}

.card-rating span {
    font-size: 0.8rem;
}

.play-video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-video img {
    max-width: 42px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.search-products {
    border: solid 1px #adadad;
    border-radius: 30px
}

.search-products .form-control {
    font-size: 14px;
}

.search-products button {
    background: transparent;
    opacity: 0.8;
}

.search-products button img {
    max-width: 20px;
}

.product-filter .swiper-slide {
    width: auto;
}

.product-filter .swiper-slide a {
    background: transparent;
    border: 1px solid #fff;
    color: var(--white);
    padding: 4px 20px;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 10px;
}

.product-filter .swiper-slide a:focus,
.product-filter .swiper-slide a:hover,
.product-filter .swiper-slide a.active {
    background: #15584e;
    color: #fff;
    border: 0;
}

.portfolio-row {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5px;
}

.portfolio-row figure {
    width: 100%;
    overflow: hidden;
}

.portfolio-row figure img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

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

.payment-inner ul li {
    font-weight: 600;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 0.85rem;
    margin-bottom: 10px;
}

.payment-inner ul li:last-child {
    margin-bottom: 0px;
}

.payment-inner ul li span {
    font-weight: 400;
    width: 100%;
}

.qr-code img {
    max-width: 150px;
}

.qr-code h5 {
    font-weight: 600;
}

.fb-content p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    overflow-wrap: anywhere;
}

.fb-rating {
    min-width: 120px;
    text-align: right;
}

.fb-rating .all-rating img {
    max-width: 14px;
    margin: 0px 2px;
}

.fb-content span {
    font-size: 14px;
    display: block;
    color: #fff;
    overflow-wrap: anywhere;
}

.rs-left {
    text-align: center;
    width: 40%;
    line-height: 20px;
}

.rs-left p {
    font-weight: 600;
}

.rs-left span {
    font-size: 14px;
    font-weight: 600;
}

.rs-img img {
    max-width: 15px;
    position: relative;
    top: -2px;
}

.rs-right {
    flex: 1;
}

.rs-bar {
    display: flex;
    align-items: center;
}

.rsb-left {
    width: 20px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.rsb-left img {
    max-width: 16px;
    margin-right: 5px;
}

.rsb-right {
    width: 20px;
    text-align: center;
}

.rsb-mid {
    flex: 1;
    background: #e9ecef;
    border-radius: 30px;
    height: 20px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    text-align: center;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.green-bar,
.red-bar {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.green-bar {
    background: #29a71a;
}

.red-bar {
    background: #dc3545;
}

.wp-btn {
    background: #29a71a;
    color: #ffffff;
    padding: 0.8rem 1.4rem;
    font-size: 1.2rem;
    border-radius: 30px;
}

.wp-btn img {
    max-width: 2rem;
    margin-right: 10px;
}

.wp-btn:hover {
    background: var(--green-clr);
    color: var(--white);
}

.flinks {
    color: var(--black);
    font-size: 14px;
}

.flinks a {
    color: var(--black);
}

.video-grid {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.gallery .swiper-container {
    overflow: hidden;
}

.gallery .swiper-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-th {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.product-th .swiper-slide {
    width: 80px !important;
    height: 80px;
    padding: 5px;
    border: solid 2px #DBDBDB;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.product-th .swiper-slide-active {
    border: solid 2px #15584e;
}

.modal {
    width: 100%;
}

.modal-content {
    border-radius: 13px
}

.modal-body {
    color: #3b3b3b
}

.modal-dialog {
    width: 600px;
    animation: fadeIn 0.5s linear;
    animation-fill-mode: both;
}

.smd {
    width: 110px;
    font-size: small;
    text-align: center;
    display: inline-block;
}

.smd a {
    text-decoration: none;
    font-size: 15px;
    color: black;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
    background-color: transparent !important;
}

@media (max-width: 576px) {

    html,
    body {
        width: 100% !important;
        border: 0 !important;
    }

    .manu-main {
        width: 100% !important;
        justify-content: space-between !important;
        gap: 0 !important;
    }
}

/*feedback css*/
.rating {
    display: flex;
    justify-content: start;
    flex-direction: row-reverse;
}

.close-btn {
    background-color: #fff;
    border: 0;
    font-size: 30px;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 4px;
    gap: 10px;
}

.column {
    flex: 50%;
    max-width: 100%;
}

.column img {
    margin-top: 4px;
    vertical-align: middle;
    width: 100%;
}

.rating>input {
    display: none
}

.feedback-text {
    display: inline-block;
    word-break: break-word;
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 42px;
    color: #FFD600;
    cursor: pointer
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}

/*slider css*/
.img-fill img {
    min-height: 100%;
    min-width: 100%;
    position: relative;
    display: inline-block;
    max-width: none;
}

/*feedback load*/
.feedback-wrapper {
    display: none;
}

.modal-open{
    padding-right: 0 !important;
}
.modal-backdrop{
    width: 100% !important;
    height: 100% !important;
}


.whatsapp-share{
    background-color: #fff;
    padding: 6px;
    width: max-content;
    position: fixed;
    border-radius: 10px;
    z-index: 500;
    bottom: 147px;
    right: 16px;
    animation: share 1s infinite 1s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 white;
}

@keyframes share {
    to {
      box-shadow: 0 0 0 18px rgba(255, 255, 255, 0); 
    }
}

.scrollToTopBtn {
    position: fixed;
    z-index: 100;
    bottom: 80px;
    right: 20px;
    padding: 8px;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #0B2B48;
    color: #fff;
    cursor: pointer;
    display: none;
}

/*bottom menu*/
.manu-main {
    gap: 32px;
    backdrop-filter: blur(8px);
    position: fixed;
    bottom: -1px;
    width: 423px;
    list-style: none;
    background-color: hsl(171.04deg 25.49% 27.61%);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.75);
    height: 60px;
    z-index: 1000;
    align-items: center;
    border-radius: 20px 20px 0px 0px;
}

.nav-item img {
    filter: invert(70%) sepia(13%) saturate(30%) hue-rotate(327deg) brightness(105%) contrast(77%);
    width: 20px;
}

.nav-item.active img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(177deg) brightness(105%) contrast(101%);
}

.nav-item.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 22px;
    height: 4px;
    background-color: #fff;
}

@media only screen and (max-width: 520px) {
    .bottom-menu {
        overflow-x: scroll;
        width: unset;
        display: inline;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .bottom-menu li {
        padding: 10px 7px;
    }
}

/* modal */
.modal {
    width: 100%;
}

.modal-content {
    border-radius: 13px
}

.modal-body {
    color: #3b3b3b
}

.modal-dialog {
    width: 600px;
    animation: fadeIn 0.5s linear;
    animation-fill-mode: both;
}

.close-btn {
    background-color: #fff;
    border: 0;
    font-size: 30px;
}

.modal-header {
    justify-content: end;
    border: 0 !important;
    padding: 0px 10px !important;
}

.img-thumbnail {
    border-radius: 10px !important;
    width: 43px !important;
    height: 43px !important;
    display: flex;
    margin: auto;
    background-color: #15584e;
    background-size: cover;
    border: 0 !important;
    color: #fff !important;
    font-size: 24px;
}

#enquiry-add-form .btn-secondary {
    width: 100px;
}

.modal {
    width: 100%;
}

.modal-content {
    border-radius: 13px
}

.modal-body {
    color: #3b3b3b
}

.modal-dialog {
    width: 600px;
    animation: fadeIn 0.5s linear;
    animation-fill-mode: both;
}

.smd {
    width: 110px;
    margin: 28px 0px;
    font-size: small;
    text-align: center;
    display: inline-block;
}

.smd a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    color: black;
}

@media screen and (max-width:980px) {
    .smd {
        width: 96px;
        font-size: small;
        text-align: center;
        display: inline-block;
    }

    .smd p {
        font-size: 12px;
    }

    .smd .fa:before {
        position: relative;
    }

    .modal-body {
        padding: 0px;
    }

    .social_modal .modal-dialog {
        width: 100% !important;
        margin: 0;
    }

    .enquiry_modal .modal-dialog {
        width: 100% !important;
        margin: 0;
    }

    .img-thumbnail {
        border-radius: 10px;
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}