@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=Castoro:ital@0;1&family=Figtree:ital,wght@0,300..900;1,300..900&family=Original+Surfer&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tajawal:wght@200;300;400;500;700;800;900&family=Tapestry&family=Teko:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Original+Surfer&family=Trispace:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ADLaM+Display&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Racing+Sans+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sansita:ital,wght@0,400;0,700;0,800;0,900;1,400;1,700;1,800;1,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);
}
.about-content{
    color: #fff;
}
.product-discription h1, .product-discription h2, .product-discription h3, .product-discription h4, .product-discription h5, .product-discription h6 {
    color: #000000;
}
.about-content h1, .about-content h2, .about-content h3, .about-content h4, .about-content h5, .about-content h6 {
    color: #fff;
}
.product-discription ol , .product-discription ul {
    color: #000000;
}
.about-content ol , .about-content ul {
    padding-left: 18px !important;
    color: #fff;
}
.service-card ul , .service-card ol {
    padding-left: 18px !important;
}
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 {
    border-top: 0 !important;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    /* width: 425px; */
    margin: auto;
    background-repeat: round;
    background-size: 100%;
    overflow-x: hidden;
    background: #EAF5FF;
    border: 1px solid #767c7e;
    background-repeat: no-repeat;
}

.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
}

.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: #fff;
    font-weight: 500;
    color: #000;
    border: 0;
    border-radius: 50px !important;
    position: relative;
    font-size: 14px;
    padding: 8px 20px;
}
.load_more , .feedback_btn{
    background-color: #2c4652;
    color: #fff;
}
.enquiry-section .form-control{
    background-color: #EBF5FF !important;
    height: 50px;
    border-radius: 10px;
}
#feedback-form .form-control{
    background-color: #EBF5FF !important;
    height: 50px;
    border-radius: 10px;
}
#feedback-form textarea{
    height: 90px !important;
}
.enquiry-section textarea{
    height: 120px !important;
}
.feedback-section .form-control{
    background-color: #CBE0E8 !important;
    border-radius: 0px;
    border-radius: 10px;
}
input::placeholder{
    color: #454752 !important;
}
textarea::placeholder{
    color: #454752 !important;
}
.btn-secondary {
    color: #fff;
    background: #009F2B;
}
.navigation-icon {
    top: 15px;
    right: 15px;
}
.slider-line{
    width: 100%;
    margin-top: -20%;
    position: absolute;
}
.heading-main{
    text-align: center;
    text-align: center;
    position: relative;
    padding: 12px 0;
}
.navigation-icon a img {
    max-width: 2.4rem;
}
.slider-img img{
    margin-top: -20%;
    position: relative;
    width: 100%;
}
.footer-logo-theme img{
    height: 100px;
    object-fit: contain;
}
.brand-area .logo {
    max-width: 150px;
    height: 80px;
    text-align: center;
    padding: 6px;
    justify-content: center;
}
.logo-name{
    font-size: 18px;
    color: #2c4652;
}
.main-heading{
    position: relative;
    z-index: 54;
}
.nav-link:hover{
    color: unset !important;
}
.services-price h6{
    font-family: 'Poppins' !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.services-price p{
    background: #1A3542;
    padding: 2px 10px !important;
    color: #fff !important;
}
.header-name{
    line-height: normal;
    font-size: 20px !important;
    font-family: "Racing Sans One", sans-serif;
    color: #074F97;
}
.Modern-Slider .item .img-fill {
    height: 100vh !important;
    background: #000;
}
.footer-main .payment-bg-img{
    background-position: center;
    background-image: url(../../images/web_Leafand_water/cover-img-1.png);
    position: relative;
    padding: 50px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-main .payment-bg-img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #074F97E3;
}
.about-content{
    width: 50%;
}
@media(max-width:1024px){
    .main-heading{
        font-size: 30px !important;
    }
    .main-name{
        font-size: 18px !important;
    }
        .slick-slide , .Modern-Slider .item .img-fill img{
        height: 720px !important;
    }
}
.menu-toggal{
    display: none;
}
@media(max-width:768px){
    .manu-main{
        display: none !important;
    }
    .about-content{
        flex-direction: column !important;
        width: 100%;
    }
    .video-main{
        flex-wrap: wrap;
    }
    .menu-toggal{
        display: block;
    }
    .sidebar-open .mobile-menu ul{
        right: 0;
        transition: .3s;
    }
    #menu-close{
        display: flex;
        margin-left: auto;
    }
    .about-main > div{
        flex-direction: column;
        gap: 40px;
    }
    .fb-content{
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
    }
    .feedback-wrapper{
        padding-top: 0 !important;
    }
    #enquiry-form{
        width: 100% !important;
    }
    .nav-item.active::after{
        display: none;
    }
    .no-before{
        width: 100% !important;
        margin: auto;
    }
}
@media(max-width:992px){
    .service-box-main , .grid-container{
        grid-template-columns: 1fr 1fr !important;   
    }
    .payment-parent{
        flex-direction: column !important;
        gap: 20px;
    }
    .feedback-form-main{
        flex-wrap: wrap;
        gap: 20px;
    }
    .fb-content{
        grid-template-columns: 1fr 1fr !important;   
    }
        .about-content-main {
        flex-direction: column;
    }
}
@media(max-width:576px){
    .service-box-main , .grid-container{
        grid-template-columns: 1fr !important;   
    }
    .Modern-Slider .NextArrow, .Modern-Slider .PrevArrow{
        display: none !important;
    }
    .search-theme{
        width: 100% !important;
    }
    .fb-content{
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    .bank-info ul li span{
        font-size: 14px !important;
    }
    .payment-inner ul li{
        font-size: 16px !important;
        gap: 0 !important;
    }
}
.social-icon{
    width: max-content;
    margin: auto;
    position: relative;
    z-index: 50;
}
.footer-logo{
    width: 120px;
    height: 120px;
    position: relative;
    z-index: 50;
    margin: auto;
}
.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;
}

.main-heading {
    font-size: 50px;
    font-family: "Racing Sans One", sans-serif;
    font-weight: 400;
}
.social-links a {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 54px;
    background-color: #fff;
    height: 54px;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.social-links{
    gap: 14px;
}
.sl-area .sl-image {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 54px;
    background-color: #fff;
    height: 54px;
    border-radius: 10px;
}

.slider-theme-img{
    position: relative;
    width: 100%;
}
.main-name {
    color: #ffffff !important;
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}
.sl-area .sl-image img {
    z-index: 8;
}

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

.no-before::before {
    display: none;
}
.no-before{
    width: 800px;
    margin: auto;
}
.no-before h4{
    font-size: 30px;
    color: #074F97;
    font-weight: 600;
}
.sl-info a {
    color: #193441;
    font-size: 14px;
    word-break: break-word;
    font-weight: 500;
}
.sl-info{
    width: 100%;
    height: 47px;
    padding: 0px 10px 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 50;
}
.social-line{
    border-radius: 50px 0px 0 50px;
    width: 100%;
    gap: 10px;
}
.sl-area , #feedback-form{
    background-color: #D9EDFF;
    border: 1px solid #8BB5DF;
    border-radius: 16px;
}
.sl-info p {
    margin-bottom: 3px;
}

.wp-share {
    background-color: #fff;
}

.wp-share .form-control {
    font-size: 14px;
    background-color: #B4D6F4;
    border-radius: 10px 0px 0px 10px !important;
    text-indent: 12px;
}

.wp-share button {
    word-wrap: normal;
    height: 45px;
    white-space: nowrap;
    border-radius: 0px 10px 10px 0px;
    font-size: 14px;
    color: #fff;
    background: #009F2B;
    flex-basis: 180px;
    font-weight: 500;
    text-align: center;
    justify-content: center;
    border: 0;
}


.wp-share button .svg {
    max-width: 24px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(31%) saturate(0%) hue-rotate(65deg) brightness(116%) contrast(100%);
}

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

.share-group a {
    border-radius: 8px;
    background: #B4D6F4;
    border: 0;
    color: #074F97;
    padding: 12px 25px;
    font-size: 15.72px;
    font-weight: 700;
    box-shadow: 0px 4.55px 10.1px 3px #05023847 inset;
    margin: 0.3rem 0px;
    display: flex;
    position: relative;
    width: 146px;
    white-space: nowrap;
    justify-content: center;
}
.share-button img{
    filter: brightness(0) saturate(100%) invert(12%) sepia(94%) saturate(4270%) hue-rotate(200deg) brightness(92%) contrast(95%);
}
.logo-frame .swiper-slide {
    width: auto;
    margin: 0px 15px;
}
.big-letter{
    font-size: 50px;
}
.logo-frame .swiper-slide img {
    max-height: 40px;
}

.sub-hd {
    font-size: 24px;
    font-weight: 600;
    z-index: 1;
    justify-content: center;
    display: flex;
    color: #1E3846;
    align-items: center;
    text-transform: capitalize;
    gap: 0px;
}
.heading-title{
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    padding: 13px 10px;
}
.title-image {
    height: 40px;
    position: absolute;
    left: 0;
    top: -3px;
}
.about-cnt ul {
    padding: 0px;
    margin: 0px;
}
.heading-box{
    width: 200px;
    height: 50px;
    position: relative;
    background: #fff;
}
.heading-box::after{
    content: "";
    position: absolute;
    left: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 20px solid #fff;
    border-bottom: 24px solid transparent;
    border-top: 26px solid transparent;
}
.heading-box::before{
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 24px solid transparent;
    border-bottom: 26px solid transparent;
}
.blue-title .sub-hd::after{
    content: "";
    position: absolute;
    left: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 20px solid #074F97;
    border-bottom: 24px solid transparent;
    border-top: 26px solid transparent;
}
.blue-title .sub-hd::before{
     content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #074F97;
    border-top: 24px solid transparent;
    border-bottom: 26px solid transparent;
}
.blue-title .sub-hd{
    background-color: #074F97;
    color: #fff;
}
.sub-hd{
    width: 200px;
    height: 50px;
    position: relative;
    background: #fff;
}
.sub-hd::after{
    content: "";
    position: absolute;
    left: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 20px solid #fff;
    border-bottom: 24px solid transparent;
    border-top: 26px solid transparent;
}
.sub-hd::before{
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 24px solid transparent;
    border-bottom: 26px solid transparent;
}

.about-cnt p {
    color: #fff  !important;
    margin: 0;
}
.about-main{
    padding: 50px 0;
    background-color: #074F97;
}
.about-cnt ul li {
    position: relative;
    padding: 0px 0px 15px 0px;
    width: 100%;
    vertical-align: top;
}

.about-cnt .btn-primary {
    border-radius: 30px;
    padding: 5px 20px;
}
.Modern-Slider .NextArrow, .Modern-Slider .PrevArrow{
    top: 42% !important;
    margin-top: 0px !important;
}
.Modern-Slider{
    overflow: hidden;
    z-index: 50;
    width: 100% !important;
    background: none !important;
}
.Modern-Slider::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #074f97ba;
}
.service-card {
    background-color: #fff;
    position: relative;
    height: 100%;
    border-bottom: 2px solid #fff;
    min-width: 400px;
    flex: 0 0 calc(33.333% - 20px);
    border: 2px solid #0C5CA5;
}
@media(max-width:1399px){
    .service-card{
        min-width: 320px;
    }
}
@media(max-width:768px){
    .service-card{
        min-width: 100%;
    }
    .share-main{
        flex-wrap: wrap;
    }
    .no-before h4{
        font-size: 24px;
    }
}
@media(max-width:1199px){
    .service-card{
        flex: 0 0 calc(50.333% - 20px) !important;
    }
}
.price-box-main{
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.card-main{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.header-container{
    max-width: 1320px;
    margin: auto;
}
.service-card p {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    padding: 0;
    overflow-wrap: anywhere;
}
.service-box-main{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.service-card img {
    display: flex !important;
    margin: auto !important;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.product-name-group {
    flex: 1;
}
.modal-title{
    font-size: 16px;
}
.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: #e9e9e9;
    border-radius: 50px;
}

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

.product-name-group h6 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.product-price {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
}

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

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

.service-card .btn-secondary {
    border-radius: 5px;
    width: 110px;
    padding: 8px 15px;
    font-size: 15px;
    border: 0;
}
.service-card h6 {
    color: #1B3643;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
}
.whatsapp-theme{
    width: 38px;
    height: 38.5px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    background: #009F2B;
}
.service-card .whatsapp-theme img{
    width: 20px !important;
    height: 20px !important;
    filter: brightness(0) saturate(100%) invert(95%) sepia(5%) saturate(0%) hue-rotate(350deg) brightness(106%) contrast(104%);
    border-radius: 0px !important;
}
.discout-text {
    color: #44C0B9;
    font-size: 16px;
    font-weight: 600;
}

.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 {
    color: #000;
    padding: 4px 14px;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 500;
    border-right: 1px solid #B6B6B6;
}
.product-filter .swiper-slide a:focus,
.product-filter .swiper-slide a.active {
    color: #074F97;
}
.service-section{
    background-color: #074F97;
}
.service-section .service-card{
    padding: 6px;
}
.video-main{
    background-color: #074F97;
    padding: 50px 0;
}
.feedback-section{
     background-color: #074F97;
    padding: 50px 0;
}
.enquiry-section{
    background-image: url(../../images/web_Leafand_water/cover-img-1.png);
    position: relative;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.portfolio-row {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5px;
}
.enquiry-img{
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 50;
}
.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-details ul{
    display: flex;
    flex-wrap: wrap;
    gap: 15px; /* optional spacing */
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
}
.payment-details div{
        font-weight: 600;
    color: #000;
    display: flex
;
    flex-direction: column;
    font-size: 18px;
    margin-bottom: 14px;
    margin: 12px 0;
    gap: 6px;
}
.bank-details{
    display: grid;
    grid-template-columns: 1fr 1fr; 
}
.payment-details img{
    width: 40px;
    display: flex;
    margin: auto;
}
.gray-star {
    filter: brightness(0) saturate(100%) invert(84%) sepia(39%) saturate(1%) hue-rotate(2deg) brightness(95%) contrast(93%);
}
.payment-bg-img{
    background-position: center;
    position: relative;
    text-align: center;
    background-color: #074F97;
}
.payment-parent{
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 50;
    padding: 50px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.payment-inner ul li {
    font-weight: 600;
    color: #000;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    margin-bottom: 14px;
    margin: 12px 0;
    gap: 6px;
} 
.payment-details ul li {
    font-weight: 600;
    color: #000;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    margin: 18px 0;
    gap: 12px;
    width: calc(33.333% - 10px);
} 
.payment-details{
    background-color: #fff;
}
.payment-inner ul li span {
    font-weight: 600;
    color: #1A3542;
    font-size: 16px;
    width: 100%;
}
.payment-inner{
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.qr-code img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.footer-logo-theme{
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.qr-code h5 {
    font-weight: 600;
}

.fb-content p {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    overflow-wrap: anywhere;
}
@media(max-width:576px){
    .fb-content p{
        font-size: 18px;
    }
    .service-search-main{
        width: 100% !important;
    }
}
.fb-content{
    overflow: hidden;
    gap: 20px;
}
#customPrevBtn, #customNextBtn{
    background: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #074f97;
}
.custom-nav p{
    font-size: 18px;
    color: #003870;
}
.fb-rating {
    min-width: 120px;
    text-align: right;
    border-radius: 10px;
    background: #033D76;
    width: max-content;
    margin: auto;
    border: 1px solid #fff;
}

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

.fb-content span {
    font-size: 28px;
    display: block;
    font-weight: 600;
    color: #fff;
}

.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;
}

.enquiry_add_btn {
    background-color: #185393 !important;
    color: #fff !important;
    border: 0 !important;
}

.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: 70px !important;
    height: 70px;
    margin-top: 20px;
    padding: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
}

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

.modal {
    width: 100%;
}

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

.modal-body {
    color: #3b3b3b
}

.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 1fr;
    padding: 0 4px;
    gap: 10px;
}
.portfolio-text{
    color: #1E3846;
    margin: 0;
    padding: 14px;
    background-color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: "Sansita", sans-serif;
}
.column {
    max-width: 100%;
}
.bank-info ul li span{
    width: 190px;
}
.column img {
    vertical-align: middle;
    width: 445px;
    height: 310px;
    object-fit: cover;
}

.rating>input {
    display: none
}

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

.rating>label {
    position: relative;
    width: 1em;
    font-size: 42px;
    color: #ffc107;
    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 {
    padding-top: 14px;
    /* 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: 51;
    bottom: 147px;
    right: 16px;
    animation: share 1s infinite 1s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 #fff;
}

@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: #205184;
    color: #fff;
    cursor: pointer;
    display: none;
}
.mobile-menu ul{
    list-style: none;
    position: fixed;
    background-color: #b4d6f4;
    z-index: 500;
    width: 300px;
    padding: 20px;
    height: 100vh;
    right: -300px;
    top: 0;
}
.menu-toggal button{
    width: 40px;
    border: 0;
    height: 40px;
    background: #074f97;
    border-radius: 8px;
}
.mobile-menu ul li a{
    color: #074f97;
    padding: 10px 0 !important;
    font-weight: 600;
}
/*bottom menu*/
.manu-main {
    gap: 24px;
    list-style: none;
    height: 60px;
    z-index: 1000;
    align-items: center;
    border-radius: 20px 20px 0px 0px;
}
.banner-details .logo{
    width: 150px;
    height: 150px;
    background: #fff;
    justify-content: center;
    padding: 10px;
    border-radius: 24px;
    border-top: 10px solid #02366B;
}
.banner-details{
    position: absolute;
    top: 50%;
    z-index: 50;
    left: 50%;
    transform: translate(-50%, -50%);
}
.manu-main a{
    color: #003870;
    font-weight: 600;
}
.nav-item .nav-link img {
    width: 20px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(0%) hue-rotate(230deg) brightness(102%) contrast(101%);
}

.nav-item.active img {
    filter: brightness(0) saturate(100%) invert(76%) sepia(77%) saturate(1772%) hue-rotate(352deg) brightness(104%) contrast(103%);
}

.nav-item.active::after {
    content: "";
    position: absolute;
    bottom: -31px;
    width: 100%;
    height: 4px;
    background-color: #205184;
}

@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;
    }
}
@media (max-width: 1299px) {
    .card-main {
        grid-template-columns: 1fr 1fr !important;
    }
}

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

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

.modal-body {
    color: #3b3b3b
}

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

.modal-header {
    justify-content: end;
    border: 0 !important;
    padding: 0px 10px !important;
}
.header-main{
    position: relative;
}
/* .header-main::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 70%;
    height: 10px;
    background-color: #fff;
    transform: translate(-50%, 0);
    border-radius: 0px 0 10px 10px;

} */
.img-thumbnail {
    border-radius: 10px !important;
    width: 43px !important;
    height: 43px !important;
    display: flex;
    margin: auto;
    background-color: #074F97;
    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
}
.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;
    }

    .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;
    }
}

/* new - css */
.nav-item{
    position: relative;
}
#menu-close svg{
    filter: brightness(0) saturate(100%) invert(17%) sepia(81%) saturate(2280%) hue-rotate(197deg) brightness(99%) contrast(95%);
}
.header-top{
    background-color: #EAF5FF;
    position: fixed;
    overflow: hidden;
    top: 0;
    box-shadow: -1px 0px 12px 0px rgba(0,0,0,0.75);
    width: 100%;
    z-index: 500;
}
.video-parent{
     display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.enquiry-bg-img{
    gap: 100px;
}
@media(max-width:992px){
    .enquiry-bg-img{
        gap: 50px;
    }
     .video-parent{
        grid-template-columns: 1fr;
    }
    .payment-parent{
        display: unset !important;
    }
}
@media(max-width:768px){
    .enquiry-bg-img{
        flex-direction: column-reverse;
    }
    .card-main {
        grid-template-columns: 1fr !important;
    }
    .enquiry-bg-img img{
        width: 100%;
    }
    .banner-details .logo{
        width: 150px;
        height: 150px;
    }
    .nav-item{
        background: #fff;
        margin: 10px 0;
        border-radius: 10px;
        padding: 0 10px;
    }
}
.enquiry-bg-img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #074F97CC;
}
#enquiry-form{
    position: relative;
    z-index: 50;
}
#multiSocialModal .modal-header {
    border-bottom: 1px solid #dfdfdf !important;
}
.modal-details {
    color: #1E1E1E;
    font-weight: 600;
    padding-bottom: 20px;
}
.icon-theme {
    min-width: 42px;
    height: 42px;
    background-color: #EEF0F1;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-main img {
    height: 28px;
    object-fit: contain;
    width: 28px;
}
#socialModalContent a img {
    width: 24px;
}
.top-slider{
    justify-content: start;
}
.view-more-products button, .view-more-gallery button {
    background-color: #074f97;
    padding: 12px 16px;
    color: #fff;
    border: 0;
    margin-top: 10px;
    height: 48px;
    border-radius: 10px;
}
.view-more-services button {
    background-color: #fff;
    padding: 12px 16px;
    color: #2c4652;
    border: 0;
    margin-top: 30px;
    height: 48px;
    border-radius: 10px;
}
.view-more-services button:hover{
    background-color: #fff;
    color: #2c4652;
}
.product-img-main {
    width: 350px;
    height: 350px !important;
}
.search-theme{
    width: 380px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid #2c0c02;
    text-indent: 11px;
    background: transparent;
}
.service-section .search-theme{
    border-color: #fff !important;
    color: #fff !important;
}
.service-section .search-theme::placeholder{
    color: #fff !important;
}
#noServiceDataMessage{
    color: #fff !important;
}
.search-icon-btn{
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 4px;
    right: 4px;
}
.d-none-important {
    display: none !important;
}
.filter-data-main{
    max-width: calc(100% - 420px);
}
@media(max-width:768px){
    .filter-main-part{
        flex-direction: column;
        gap: 35px !important;
        margin-bottom: 20px;
    }
    .filter-data-main{
        max-width: 100%;
    }
    .product-filter{
        margin: 0 !important;
    }
}
.wp-share .form-control {
    font-size: 14px;
    height: 45px;
}
.iti__flag-container{
    position: unset !important;
}
.iti.iti--allow-dropdown.iti--show-flags{
    display: flex !important;
    width: 100%;
    background: #b4d6f4;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
    background-color: #b4d6f4;
}
.iti--inline-dropdown .iti__dropdown-content{
    width: unset !important;
    border-radius: 16px;
    overflow: hidden;
}
.iti__dropdown-content .iti__search-input{
    width: 96%;
    margin: auto;
    display: flex;
    background: #f3f3f3;
    border: 1px solid #ccc;
    padding: 5px 8px;
    border-radius: 9px;
    margin-top: 10px;
}
.iti__selected-flag{
    padding: 0 0px 0 16px;
}
.iti__dropdown-content .custom-search{
    display: none;
}
.iti__country-list{
    width: 400px !important;
    overflow-x: hidden;
    z-index: 500;
}
.iti__search-input +.iti__country-list{
    border: 0 !important;
    margin: 5px 0;
}
@media(max-width:576px){
    .iti__country-list{
        width: 340px !important;
        height: 300px;
    }
    .card-main {
        grid-template-columns: 1fr !important;
    }
}