@import url('https://fonts.googleapis.com/css2?family=Lemonada:wght@300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100&amp;display=swap');
:root {
    --primary-color: #00715D;
    --text-grey: #737373;
    --light-grey: #F5F5F5;
}

body {
    font-family: 'Neo Sans Arabic', sans-serif;
    cursor: pointer;
    /* padding: 170px 0 0 0; */
}

.fa-heart:before {
    color: var(--primary-color)!important;
}

li.list-dot ::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #D9D9D9;
    border-radius: 50%;
    top: 38%;
    left: -22px;
}

.splide__pagination--custom {
    position: absolute;
    right: 2rem !important;
    left: auto!important;
    top: 0%;
    flex-direction: column!important;
    gap: 28px !important;
    height: 100%!important;
    width: fit-content!important;
}

.side-links.active,
.side-links.active svg rect {
    background-color: var(--primary-color);
    fill: var(--primary-color);
}

.nav-fixed {
    position: fixed;
    top: 0;
    background-color: var(--primary-color)!important;
    color: #fff!important;
}

.side-links.active svg path,
.side-links:hover svg path {
    fill: #fff;
}

input[type='radio'] {
    accent-color: var(--primary-color);
}



.nav-menu::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 24px;
    background-color: #ddd;
    right: -23px;
    top: 28%;
}

.nav-menu:nth-child(2)::after {
    display: none;
  }


.nav-menu.relative a {
    color: var(--text-grey);
    font-weight: 400;
}

.nav-menu.relative.active a svg path{
    stroke: var(--primary-color);
}
.nav-menu.relative.active a {
    color: var(--primary-color);
}

.nav-menu.relative.active {
    border-bottom: 2px solid var(--primary-color);
}
.bg-circle {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


#siteRepresentativesContainer,
.overflow-scroll {
    scrollbar-width: none!important;
}



.nav-fixed .nav-menu.relative a {
    color: #fff;
    font-weight: 400;
}

.nav-fixed .nav-menu.relative a svg path {
    stroke: #fff;
}

.nav-fixed .nav-menu.relative.active a {
    color: #fff;
}

.nav-fixed .nav-menu.relative li a {
    color: #fff!important;
}

.nav-fixed .nav-menu.relative.active a svg path {
    stroke: #fff;
}

.nav-fixed .nav-menu.relative.active {
    border-bottom: 2px solid #fff;
}

.nav-menu::after {
    border: none;
}

.dropdown-menu {
    display: none;
}

.modal.active {
    display: block;
}
.amountCodeBtn > :nth-child(n + 7) {
    display: none;
}

#projects .splide__pagination.splide__pagination--ltr {
    display: none!important;
}

.gallery .owl-dots {
    display: none;
}

.shadow-md.shadow-primary {
    box-shadow: 0px 2px 10px 0px rgba(0, 113, 93, 0.20), 0px -2px 10px 0px rgba(0, 113, 93, 0.10);
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}

input[type=number] {
  -moz-appearance: textfield;
}
.checkbox__input {
    display: none;
}

.goldShine{
    background: rgb(251,230,123);
    background: linear-gradient(349deg, rgba(251,230,123,1) 37%, rgba(252,251,231,1) 50%, rgba(251,230,123,1) 60%);
}

button.owl-prev,
.owl-next {
    display: flex!important;
    justify-content: center;
    align-items: center;
    padding: 15px!important;
    height: 35px!important;
    width: 35px!important;
    background-color: var(--light-grey) !important;
    border-radius: 50%!important;
}

.brands button.owl-prev {
    position: absolute;
    left: -5%;
    top: 24%;
    transform: translateY(10%);
}

.brands button.owl-next {
    position: absolute;
    right: -5%;
    top: 24%;
    transform: translateY(10%);
}
.projects button.owl-prev {
    position: absolute;
    left: -5%;
    top: 24%;
    transform: translateY(10%);
}

.projects button.owl-next {
    position: absolute;
    right: -5%;
    top: 24%;
    transform: translateY(10%);
}
/*  */

.featured-projects button.owl-next {
    position: absolute;
    right: -5%;
    top: 48%;
    transform: translateY(10%);
}

.featured-projects button.owl-prev {
    position: absolute;
    left: -5%;
    top: 48%;
    transform: translateY(10%);
}

#gradient {
    /* height: 100%; */
    background: -webkit-linear-gradient(white, black);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, black);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, black);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(transparent, black);
    /* Standard syntax (must be last) */
}

.invalid-feedback {
    font-size: 12px;
    text-align: right;
    color: red;
    font-family: 'Poppins', sans-serif;
}

.invalid-feedback strong {
    font-weight: 400;
}


/* Change the white to any color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

input#terms {
    display: none;
}

#gradient {
    transform: translateY(100%);
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.item:hover #gradient {
    transform: translateY(0);
}

.splide__pagination__page {
    background-color: var(--primary-color) !important;
    opacity: 1!important;
    height: 12px!important;
    width: 12px!important;
}

#media-center .splide__pagination li {
    line-height: 0px!important;
}
.gm-style-iw-d{
    padding: 4px 12px 0px 0px !important;
}
.gm-ui-hover-effect{
    left:-5px!important;
    right:auto !important;
}

#media-center .splide__pagination {
    width: 80%!important;
    padding: 0!important;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    gap: 12.5%;
    margin-right: 21%;
    position: absolute!important;
    bottom: 0px!important;
}

#media-center .splide.splide--slide {
    overflow: hidden!important;
}

/* .font-lemonada {
    font-family: 'Lemonada', cursive;
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
} */

@font-face {
    font-family: 'Neo-Sans-Arabic-Normal';
    src: url('../fonts/Neo-Sans-Arabic-Normal.ttf') format('truetype');
}

@font-face {
    font-family: 'stolzl';
    src: url('../fonts/Stolzl-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Neo-Sans-Arabic-Black';
    src: url('../fonts/Neo-Sans-Arabic-Black.ttf') format('truetype');

}

.font-bold{
    font-family: 'Neo-Sans-Arabic-Black',sans-serif!important;
    font-weight: 500 !important;
}


body {
    font-family: 'Neo-Sans-Arabic-Normal', sans-serif !important;
    /* Use the defined font in your styles */
}


/* .stolzl-normal {
    font-family: 'stolzl', sans-serif;
    Use the defined font in your styles
}

.stolzl-500 {
    font-family: 'stolzl', sans-serif;
    Use the defined font in your styles
    font-weight: 500;
} */

.tabCarousel  .owl-nav {
    margin-top: 0px !important;
}
.tabCarousel button.owl-prev {
    background-color: var(--primary-color) !important;
    position: absolute;
    left: -43px;
    top: 5px;
}
.tabCarousel button.owl-next {
    background-color: #c79206 !important;
    position: absolute;
    right: -43px;
    top: 5px;
}

button[disabled] {
    background-color: #979797;
    pointer-events:not-allowed;
}



.progress-container {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    position: relative;
}

.progress-container::before {
    background-color: var(--text-grey);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.progress {
    background-color: var(--primary-color);
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s ease;
    width: 0%;
}

.circle {
    align-items: center;
    background-color: #fff;
    border: 2px solid #737373;
    border-radius: 50%;
    color: #999;
    display: flex;
    height: 60px;
    justify-content: center;
    transition: 0.4 ease;
    width: 60px;
}

.circle.active {
    border-color: var(--primary-color);
    transition: 1s ease;
    background-color: var(--primary-color);
    color: #fff;
}

.btn {
    background-color: #e0e0e0;
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    margin: 5px;
    padding: 8px 30px;
}

.btn:active {
    transform: scale(0.98);
}

.btn:focus {
    outline: 0;
}

.btn:disabled {
    background-color: #ddd;
    cursor: not-allowed;
}
.cross-btn{
    box-shadow: 0px 1px 3px 2px #ddd;
}

.my-slider-progress {
    margin-bottom: 7px!important;
    background: #ccc;
    width: 80%;
    margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
}

.my-slider-progress-bar {
    background: var(--primary-color);
    height: 4px;
    transition: width 400ms ease;
    width: 0;
}

.brands .owl-stage-outer {
    margin-bottom: 80px!important;
}

.side-btns:hover svg path {
    stroke: #fff;
    transition: 500ms;
}

.side-btns:hover {
    background-color: var(--primary-color);
    transition: 500ms;
}

.side-btns:hover svg path {
    fill: #fff;
    transition: 500ms;
}

.side-btns:hover {
    background-color: var(--primary-color);
    transition: 500ms;
}


/* .menu {
    background-color: #333;
    padding: 15px;
    color: white;
    text-align: center;
    transition: 0.3s;
}

#menu.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    background-color: #fff!important;
}
 */

#floating_standard::placeholder {
    color: gray;
    /* or any other default color you want */
}


/* Placeholder color when input is filled */

#floating_standard:not(:placeholder-shown)+label {
    color: var(--primary-color);
    /* Change to the desired color */
    font-weight: 700;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-dot:hover span{
    background: var(--primary-color)!important;
}

.country .owl-dots {
    text-align: right!important;
    margin-top: 30px!important;
}

.splide__arrow--prev {
    left: -1em!important;
}

.splide__arrow--next {
    right: -1em!important;
}


/* ////// accessbility css */

body {
    transition: .25s ease-out;
}


/* animations */

.ping-pulse {
    animation: ping-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes ping-pulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: .5;
    }
}


/* range slider css */

input[type='range'] {
    accent-color: var(--primary-color);
}


/* range slider css */

.checkbox {
    position: relative;
    overflow: hidden;
}

.checkbox__input {
    opacity: 0;
    left: 5px;
    top: 5px;
}

.checkbox__inner {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    background: transparent no-repeat center;
}

.checkbox__input:checked+.checkbox__inner {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14px' height='10px' viewBox='0 0 14 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 59.1 (86144) - https://sketch.com --%3E%3Ctitle%3Echeck%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='ios_modification' transform='translate(-27.000000, -191.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Group-Copy' transform='translate(0.000000, 164.000000)'%3E%3Cg id='ic-check-18px' transform='translate(25.000000, 23.000000)'%3E%3Cpolygon id='check' points='6.61 11.89 3.5 8.78 2.44 9.84 6.61 14 15.56 5.05 14.5 4'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 14px 10px;
}

#sms-donation tr:nth-child(even) {
    background-color: #f2f2f2;
}

.tooltip-container {
    position: relative;
}

.side-btns {
    position: relative;
}

.tooltip {
    position: absolute;
    left: -200%;
    /* Initially off screen to the left */
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
    padding: 2px;
    opacity: 0;
    ;
    transition: left 0.3s ease;
    /* Add transition effect */
    z-index: -99;
    width: 0px!important;
}

.side-btns:hover .tooltip {
    left: 110%;
    /* Move the tooltip to the right when hovering */
    opacity: 1;
    width: 200%;
    color: black;
}

.transition {
    transition: opacity 1s ease;
    /* Adjust the duration (1s) to your preference */
}
.instagram{ 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
      }


/* Add this class to your hidden elements */

.opacity-0:hover {
    opacity: 0;
    pointer-events: auto;
    /* Enable pointer events to interact with the element during hover */
}


/* Add this class to the button to prevent hiding the element on mouse leave */

.keep-visible {
    opacity: 1 !important;
    pointer-events: auto !important;
}

@media (prefers-color-scheme: dark) {
    .splide__pagination__page.is-active {
        background: #fff;
    }
}

@media screen and (max-width: 1024px) {

    #login-modal, #onloadModal{
        width: 95% !important;
        margin: auto !important;
    }

}
@media screen and (max-width: 700px) {
    body {
        padding: 0;
        width: 100%
    }
  

    .smiles div div svg {
        width: 32px;
    }
    .circle {
       
        height: 32px;
        width: 32px;
    }
    .country .owl-dots {
        text-align: right !important;
        margin-top: 30px!important;
    }
    #media-center .splide__pagination {
        margin-right: 13%;
        gap: 11%;
       
    }
    .my-slider-progress {
       
        width: 96%;
    }
    .brands .owl-stage-outer {
        margin-bottom: 0px!important;
    }
    #mobile-menu .list-disc{
        color:#737373 !important;
    }
}

a {
    color: inherit;
}

.menu-item {
    left:48px;
    display: inline-flex;
    justify-content: center;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    margin-left: -30px;
    position: absolute;
    margin-top: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform ease-out 200ms;
    transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms;
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}

.menu-open-button {
    left:18px;
    background: var(--primary-color);
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    /* margin-left: -40px; */
    position: absolute;
    color: #FFFFFF;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform ease-out 200ms;
    transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms;
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}

.menu-open {
    display: none;
}

.lines {
    width: 25px;
    height: 3px;
    background: #596778;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -1.5px;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
}

.line-1 {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
}

.line-2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.line-3 {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
}

.menu-open:checked+.menu-open-button .line-1 {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
}


/* .menu-open:checked + .menu-open-button .line-2 {
  -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
  transform: translate3d(0, 0, 0) scale(0.1, 1);
} */

.menu-open:checked+.menu-open-button .line-3 {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 65px;
    height: 80px;
    text-align: center;
    box-sizing: border-box;
    font-size: 26px;
}


/* .menu-item {
  transition: all 0.1s ease 0s;
} */

.menu-item:hover {
    background: #EEEEEE;
    color: #3290B1;
}

.menu-item:nth-child(3) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(4) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-open-button {
    z-index: 2;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    cursor: pointer;
}

.menu-open:checked+.menu-open-button {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    /* -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
  transform: scale(0.8, 0.8) translate3d(0, 0, 0); */
}

.menu-open:checked~.menu-item:nth-child(3) {
    display: inline-flex;
    justify-content: center;
    transition-duration: 180ms;
    -webkit-transition-duration: 180ms;
    -webkit-transform: translate3d(80.08361px, -51.99997px, 0);
    transform: translate3d(80.08361px, -60px, 0);
}

.menu-open:checked~.menu-item:nth-child(4) {
    display: inline-flex;
    justify-content: center;
    transition-duration: 280ms;
    -webkit-transition-duration: 280ms;
    -webkit-transform: translate3d(80.9466px, 8.52414px, 0);
    transform: translate3d(80.9466px, 0px, 0);
}

.menu-open:checked~.menu-item:nth-child(5) {
    display: inline-flex;
    justify-content: center;
    transition-duration: 380ms;
    -webkit-transition-duration: 380ms;
    -webkit-transform: translate3d(80.9466px, 68.47586px, 0);
    transform: translate3d(80.9466px, 60px, 0);
}

.blue {
    background-color: #669AE1;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.blue:hover {
    color: #669AE1;
    text-shadow: none;
}

.green {
    background-color: #70CC72;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.green:hover {
    color: #70CC72;
    text-shadow: none;
}

.red {
    background-color: #FE4365;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.red:hover {
    color: #FE4365;
    text-shadow: none;
}

.purple {
    background-color: #C49CDE;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.purple:hover {
    color: #C49CDE;
    text-shadow: none;
}

.orange {
    background-color: #FC913A;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.orange:hover {
    color: #FC913A;
    text-shadow: none;
}

.lightblue {
    background-color: #62C2E4;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

.lightblue:hover {
    color: #62C2E4;
    text-shadow: none;
}

.credit {
    margin: 24px 20px 120px 0;
    text-align: right;
    color: #EEEEEE;
}

.credit a {
    padding: 8px 0;
    color: #C49CDE;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.credit a:hover {
    text-decoration: underline;
}

a[data-tooltip].top:before,
a[data-tooltip].top:after {
    transform: translateY(10px);
}

a[data-tooltip].top:hover:after,
a[data-tooltip].top:hover:before {
    transform: translateY(0px);
}

a[data-tooltip].right:before,
a[data-tooltip].right:after {
    transform: translateX(0px);
}

a[data-tooltip].right:hover:after,
a[data-tooltip].right:hover:before {
    transform: translateX(10px);
}

a[data-tooltip]:after,
a[data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: transform 200ms ease, opacity 200ms;
    z-index: 99;
}

a[data-tooltip]:before {
    content: attr(data-tooltip);
    background: var(--primary-color);
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    padding: 4px 10px;
    border-radius: 6px 6px 0px 0px;
}

a[data-tooltip]:hover:after,
a[data-tooltip]:hover:before {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    white-space: nowrap;
}

a[data-tooltip][data-position="right"]:before {
    top: 30%;
    left: 100%;
    margin-left: 10px;
    white-space: nowrap;
}

a[data-tooltip][data-position="right"]:after {
    border-left: none;
    top: calc(50% - 6px);
    left: calc(100% + 4px);
    white-space: nowrap;
}

a[data-tooltip][data-position="left"]:before {
    top: 2%;
    right: 100%;
    margin-right: 10px;
}

a[data-tooltip][data-position="left"]:after {
    border-left: none;
    top: calc(70% - 6px);
    right: calc(100% + 4px);
}


/* surender */

.tab button.active {
    background-color: var(--primary-color);
    color: #fff;
}
.giftContainer button.active {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}
.giftContainer button.active svg path {
    fill: #fff !important;
}
.giftContainer button.active p {
    color: #fff !important;
}
.giftContainer button.active {
    border-color: #00715D !important;
}
.first_img:before {
    content: '';
    background-image: url(../imgs/left_img.svg);
    width: 134px;
    height: 100px;
    position: absolute;
    top: -40px;
    left: -88px;
    background-repeat: no-repeat;
  }
  
  .first_img:after {
    content: '';
    background-image: url(../imgs/right_img.svg);
    width: 115px;
    height: 100px;
    position: absolute;
    right: -112px;
    bottom: -90px;
    background-repeat: no-repeat;
  }
  .last_img:before {
    content: '';
    background-image: url(../imgs/heart_right.svg);
    width: 57px;
    height: 64px;
    position: absolute;
    top: -23px;
    left: -24px;
    background-repeat: no-repeat;
  }
  .last_img:after {
    content: '';
    background-image: url(../imgs/right_flower.svg);
    width: 92px;
    height: 75px;
    position: absolute;
    right: -28px;
    bottom: -60px;
    background-repeat: no-repeat;
    z-index: -1;
  }


  .quality-features:before{
    content: '';
    background-image: url(../imgs/quotes-left.svg);
    width: 24px;
    height: 22px;
    position: absolute;
    top: 27px;
    left: 17px ;
    background-repeat: no-repeat;
  
  } 
  .quality-features:after {
    content: '';
    background-image: url(../imgs/quotes-right.svg);
    width: 27px;
    height: 20px;
    position: absolute;
    right: 14px;
    bottom: 25px;
    background-repeat: no-repeat;
   
  }
  .quotes_div{
    width: 194px !important;
  }
  .button {
 
    margin: 0 5px 0 0;
    width: 100px;
    height: 44px;
    padding: 16px;
    position: relative;
  }
  
  .button label,
  .button input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .button input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
    border: 1px solid gray;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    cursor: pointer;
  }
  .button input[type="radio"]:hover{
    border-color: #00715D;
    color: #fff;
    background-color: #00715D;
  }
  
  .button input[type="radio"]:checked + label {
    background: var(--primary-color);
    border-radius: 8px;
    color: #fff;
    border: 1px solid var(--primary-color);
    font-weight: 700;
    
  }
  .button label {
    cursor: pointer;
    z-index: 0;
    line-height: 1.8em;
  }
  label.btn-default {
    color: var(--text-grey);
    border: 1px solid #ddd;
    padding: 6px 5px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  
  }
  .fslightbox-slide-btn-container-next .fslightbox-flex-centered{
    background-color: #c79206 !important;
    border-radius: 50% !important;
  }
  
  
  
  
  .fslightbox-slide-btn-container-previous .fslightbox-flex-centered{
    background-color: #00715D !important;
    border-radius: 50% !important;
  }
  .gm-words:before{
    content: '';
    background-image: url(../imgs/quotes-left.svg);
    width: 24px;
    height: 22px;
    position: absolute;
    top: -24px;
    left:1px;
    background-repeat: no-repeat;
  
  } 
  .gm-words:after {
    content: '';
    background-image: url(../imgs/quotes-right.svg);
    width: 27px;
    height: 20px;
    position: absolute;
    right:-2px;
    bottom:-18px ;
    background-repeat: no-repeat;
   
  }


  /* pagination css */

  #media_pagination nav > div:nth-child(2) > div:first-child {
   display: none !important;
  }
  /* nav > div:nth-child(2) > div:last-child svg {
    display: none;
    background-image: url('path/to/your/new/svg.svg');
    background-size: cover;
  
  } */
  #media_pagination nav > div:nth-child(2) > div:nth-child(2) > span:nth-child(1) {
   display: flex !important;
   align-items: center !important;
   column-gap: 12px !important;
   box-shadow: none !important;
   border-radius: none !important;
   outline: none !important;
  }
  /* #media_pagination nav > div:nth-child(2) > div:nth-child(2) > span:nth-child(1) >a:nth-child(1){
    border-radius: 50% !important;
    border-color:#00715D !important;
    color: #00715D !important;
    cursor: pointer;
  }



  #media_pagination nav > div:nth-child(2) > div:nth-child(2) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) {
    border-radius: 50% !important;
    border-color:#00715D !important;
    color: #00715D !important;
    cursor: pointer;
  }
  #media_pagination nav > div:nth-child(2) > div:nth-child(2) > span:nth-child(1) > a:last-child {
    border-radius: 50% !important;
    border-color:#00715D !important;
    color: #00715D !important;
    cursor: pointer;
  }
  #media_pagination nav > div:nth-child(2) > div:nth-child(2) > :first-child,
#media_pagination nav > div:nth-child(2) > div:nth-child(2) > :last-child {
  /* Your styles here */
  /* border-radius: 50% !important;
  border-color:#00715D !important;
  color: #00715D !important;
  cursor: pointer;
} */ 

#media_pagination nav span[aria-current="page"] > span {
    /* border: none !important; */
    color: #00715D !important;
    border-color: #00715D !important;
    background-color: transparent !important;
    border-radius: 50% !important;
    outline: none !important;
    line-height: 24px!important;
    
}

#media_pagination nav span[aria-disabled='true'] > span {
    border-radius: 50% !important;
   border-color: #00715D;
    color: #00715D !important;
    background-color: transparent !important;
    outline: none !important;
}
#media_pagination nav a[aria-label="Next &raquo;"],#media_pagination nav a[aria-label="&laquo; Previous"]{
    border-radius: 50% !important;
    border-color: #00715D;
    color: #00715D !important;
    background-color: transparent !important;
    outline: none !important;

}
li.flex.items-center svg {
    rotate: 180deg;
}
#media_pagination nav a.text-gray-700{
    color: #737373 !important;
    border-radius: 50% !important;
    outline: none !important;
    line-height: 24px!important;


}
#media_pagination nav .focus\:ring:focus{
    outline: none !important;
}
  /* #media_pagination nav > div:nth-child(2) > div:last-child span:first-child {
    border-radius: 50% !important;
  } */


    /* pagination css */






/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
    height: 6px;
}
 
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #299985; 
}
.donation button.owl-prev {
    position: absolute !important;
    left: -4% !important;
    top: 24% !important;
    transform: translateY(10%) !important;
}

.donation button.owl-next {
    position: absolute !important;
    right: -4% !important;
    top: 24% !important;
    transform: translateY(10%) !important;
}
@media screen and  (max-width: 639px){
    #media_pagination nav a.text-gray-700,  #media_pagination nav span.text-gray-700{
     
      border-radius:8px !important;
     
  }
  #media_pagination nav div{
    column-gap: 10px !important;

  }

    
  }
  @media screen and  (min-width: 640px){
    #media_pagination nav > div:nth-child(2) > div:nth-child(2) > span:nth-child(1) {
        flex-direction: row-reverse !important;
    }
  }


  @media screen and (max-width: 767px) {
    input, select, textarea {
      font-size: 16px !important;
      border-radius: 0;
    }
  }

  /* dark mode css */
  .dark .nav-fixed{
    background-color: #959595 !important;
}
.dark .splide__pagination__page{
background-color:#585858 !important;
}

.dark .nav-menu.relative.active{
    border-bottom: 2px solid #585858;
}
.dark .nav-menu.relative.active a{
    color:#585858;
} 
.dark .nav-menu.relative.active a svg path{
    stroke:#585858;
}
.dark ::-webkit-scrollbar-thumb {
   
    background:#585858; 
}

select option:hover {
    background-color:#585858 !important; 
  }
.dark #floating_standard:not(:placeholder-shown)+label{
    color: white;
}
/* dark mode css */