/* @import url('https://fonts.googleapis.com/css?family=Poppins');*/
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400&family=Poppins:wght@400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Goliroy';
}


/* Regular */


@font-face {
    font-family: 'Goliroy';
    src: url('./fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* SemiBold */


@font-face {
    font-family: 'Goliroy';
    src: url('./fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


/* Bold */


@font-face {
    font-family: 'Goliroy';
    src: url('./fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


/* Thin */


@font-face {
    font-family: 'Goliroy';
    src: url('./fonts/Gilroy-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}


body {
    font-family: 'Poppins', sans-serif;
}

#insightsCaursol img {
    /*    width: 200px;*/
    height: auto;
}

.img-right {
    bottom: -2rem;
    position: absolute;
    right: 15%;
    /*
    width: 25px !important;
    height: 25px !important;
*/
}

.img-left {
    bottom: -2rem;
    position: absolute;
    left: 15%;
    /*
    width: 25px !important;
    height: 25px !important;
*/
}

.mb-8 {
    margin-bottom: 4rem;
}

.mb-4 {
    margin-bottom: 2rem;
}

.mb-2 {
    margin-bottom: 1rem;
}

.mt-8 {
    margin-bottom: 4rem;
}

.mt-4 {
    margin-bottom: 2rem;
}

.mt-2 {
    margin-bottom: 1rem;
}

.pcolor {
    color: #BD9A74;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #BD9A74;
}

.imgCaption {
    border-radius: 0px 0px 8px 8px;
    background: rgba(96, 43, 1, 0.99);
    text-align: center;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 6px 15px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#VideoSectionContent {
    bottom: 0.7rem !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #6d3201;
    border-bottom: 2px solid #6d3201 !important;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    text-align: center;
    font-weight: 800;

}

.nav-tabs .nav-link {
    border: 0px;
    color: #BD9A74;
    font-size: 13px;
    font-weight: 700;
}

.nav-item {
    width: 33.33%;
}

.nav-tabs {
    border-bottom: 0px;
}

.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*//ADDED shaheen//*/
/* CSS to overlay the button in the bottom right corner of the image */
/* Custom CSS to adjust arrow color */
* {
    box-sizing: border-box;
}

.d-flex {
    display: flex;
    display: -webkit-flex;
}

.d-grid {
    display: grid;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.pos-fixed {
    position: fixed;
}

.pos-sticky {
    position: sticky;
}

.img-responsive,
img {
    max-width: 100%;
}

li {
    list-style-type: none;
}

.w3l-companies-20 .d-grid {
    display: grid;
}

.w3l-companies-20 .offer-grids {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 8px;
}

.w3l-companies-20 a {
    /*    padding: 20px;*/
    /*
	background: #f8f9fa;
	border-radius: 4px;
*/
    position: relative;
    overflow: hidden;
    /*	border: 1px solid #f8f9fa;*/
}

/*
.w3l-companies-20 a:hover {
    background: #fff;
    border: 1px solid #e3e3e3;
}
*/

.w3l-companies-20 .offer-item span.pos-icon {
    background: var(--theme-color);
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    opacity: 0.75;
    margin-bottom: 12px;
}

.w3l-companies-20 .offer-item .pos-icon span.fa {
    font-size: 25px;
    color: #fff;
    line-height: 50px;
    transition: .3s;
    display: block;
}

.w3l-companies-20 .offer-item:hover .pos-icon span.fa {
    opacity: 1;
    transition: .3s;
}

.w3l-companies-20 .offer-item {
    font-size: 20px;
    color: var(--title-color);
    font-weight: bold;
}

.w3l-companies-20 .offer-item p {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
    font-weight: normal;
    color: var(--text-color);
}

/*
@media (max-width: 1490px) {
    .w3l-companies-20 a {
        padding: 10px;
    }
}
*/

@media (max-width: 1080px) {
    .w3l-companies-20 .companies20-content {
        max-width: 100%;
    }

    .w3l-companies-20 .text {
        padding-top: 40px;
        margin-top: 40px;
    }

    .w3l-companies-20 .offer-item p {
        font-size: 11px;
        line-height: 16px;
        margin: 5px 0;
    }

    .w3l-companies-20 .offer-item {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .w3l-companies-20 .text {
        padding-top: 30px;
        margin-top: 30px;
    }
}

@media (max-width: 667px) {
    .w3l-companies-20 .text p {
        font-size: 23px;
        line-height: 34px;
    }
}

@media (max-width: 568px) {
    .w3l-companies-20 .text p {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 480px) {
    .w3l-companies-20 .offer-grids {
        grid-template-columns: 1fr 1fr;
    }

    .w3l-companies-20 .text {
        padding-top: 20px;
        margin-top: 20px;
        text-align: left;
    }

    .w3l-companies-20 .text p {
        font-size: 20px;
        line-height: 28px;
    }

    .w3l-companies-20 a.action {
        margin-top: 20px;
    }
}

.section-gap {
    padding: 10px;
}

.image-wrapper {
    position: relative;
}

.wrapper-full {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .wrapper {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .wrapper {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .wrapper {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .wrapper {
        max-width: 1140px;
    }
}

.clear {
    clear: both;
}


.actionbg1 { 
    position: absolute; 
    bottom: 15%; 
    right: 37px; 
    font-size: 13px; 
    font-weight: 700; 
    line-height: 16.93px; 
    height: 33.55px; 
    display: flex; 
    align-items: center; 
    background-color: #602B01; 
    color: #FFFFFF !important; 
    border: transparent !important; 
    transition: background-color 0.3s ease; 
} 
.actionbg:hover {
    background-color: #0056b3;
    /* Change background color on hover */
}

#prevbtn,
#nextbtn {
    position: relative;
    text-align: center;
    color: black;
    /* Set arrow color to black */
}

#prevbtn:hover,
#nextbtn:hover {
    color: black;
    /* Set arrow color on hover to black */
}

/* Style for navigation dots */
.carousel-indicators {
    justify-content: center;
}

/* Style for the row containing dots and buttons */
.carousel-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner_section {
    background-image: url('../assests/images/background.png');
    background-size: cover;
    /* Adjust background size as needed */
    background-repeat: no-repeat;
    /* Prevent background image from repeating */
    /* Other styles for the banner_section class */
}

.icon {
    text-align: center;
    text-decoration: none;
    color: white;
}

.icon img {
    width: 30px;
    /* Adjust the size of your icons as needed */
    height: 30px;
}

/* Set a fixed height and define overflow behavior */
.scrollable-div {
    /*    height: 600px;*/
    /* Adjust the height as needed */
    border: 1px solid #ccc;
    /* Optional: Add a border for better visibility */
    flex: 1;
    /* Allow this section to grow and take remaining space */
    overflow-y: auto;
    /* Enable vertical scrolling for content */
}

.bottom-bar {
    background: #4F2D1E;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    z-index: 1;
    /* Ensure it appears above the frame-border content */
    position: sticky;
    /* Change position to sticky */
    bottom: 0;
    /* Stick it to the bottom of the frame-border container */
}

/*///*/

/* Remove modal background */
#imageModal .modal-content {
    background: none;
    border: none;
    box-shadow: none;
    position: relative;
    /* Add relative positioning */
}

/* Center carousel arrows */

/* Position the previous arrow on the left-center of the image */
.carousel-control-prev1 {
    position: absolute;
    top: 50%;
    left: -43px;
    transform: translateY(-50%);
    z-index: 1;
}

/* Position the next arrow on the right-center of the image */
.carousel-control-next1 {
    position: absolute;
    top: 50%;
    right: -41px;
    transform: translateY(-50%);
    z-index: 1;
}

/* Style the previous and next arrow images */
.carousel-arrow {
    width: 50px;
    /* Adjust the width as needed */
    height: 50px;
    /* Adjust the height as needed */
    border-radius: 50%;
    /* Make the arrows circular */
    padding: 10px;
    /* Add padding for better visibility */
    transition: background-color 0.3s;
    /* Add a smooth transition effect */
}

/* Position carousel indicators at the top */

/*
.carousel-indicators {
    position: absolute;
    top: -14px;
    left: 38%;
    transform: translateX(-50%);
    z-index: 1;
}
*/

/* Style the modal footer */
.modal-footer {
    text-align: center;
    background-color: #4F2D1E;
    /* Brown background color */
    position: relative;
    /* Add relative positioning */
    padding: 10px 0;
}

/* Style the footer content */
.footer-content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #b0bfca;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

/* Style the image title */
.modal-title {
    color: #fff;
    /*     background: #6D3201;*/
    /* Text color for the title */
}

.carouselItem {
    margin-bottom: 60px;
}

.carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 20px;
    left: 0%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.image-heading {
    background: #4F2D1E;
    color: #ffffff;
    padding: 0px;
    text-align: center;
    font-size: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.rounded-item {
    border-radius: 25px;
    overflow: hidden;
}

.rounded-item .pad15 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}

.modal-backdrop.show {
    opacity: 70% !important;
}

.modal-backdrop {
    background-color: #000000 !important;
}

#profile {
    background: #fff;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 12px;
    text-align: center;
    left: 0;
    right: 0;
    box-shadow: 0 0px 6px 0 rgba(0,
            0,
            0,
            0.1);
}

.profile-container {
    display: flex;
    align-items: center;
    background-color: #F0F0F0;
    padding: 0 15px 0 15px;
}

.profile-image {
    border-radius: 50%;
    width: 100px;
    /* Set the width of the profile image */
    height: 100px;
    /* Set the height of the profile image */
    object-fit: cover;
    /* Ensure the image covers the container */
}

.hello {
    /*   // width: 104px;*/
    height: 55px;
    top: 0px;
    left: 20px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 44px;
    margin-top: 0.5rem;
}

.username {
    margin-bottom: 0.6rem;
    width: 135px;
    height: 23px;
    top: 121px;
    left: 33px;
    font-size: 18px;
    color: #6D3201;
    font-weight: 700;

    /* Adjust font size as needed */
}

#address {
    width: 100%;
    margin-bottom: 17px !important;
    border: 2px solid #BD9A74 !important;
    border-radius: 7px;
    margin-top: 23px;
    height: 67px;

}

.btn-brown {
    color: #fff;
    background-color: #6D3201;
    border-color: #6D3201;
    font-weight: 700;
}

.map-content {
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
}

#map {
    width: 100%;
    height: 100%;
    /* 100% of the parent container */
}

.address-content {
    padding: 0 10px 25px 10px;
    border-radius: 0px 0px 25px 25px;
}

.user-container {
    width: 70%;
    text-align: left;
}

.edit-address {
    margin-bottom: 0.2rem;
    color: #BD9A74;
    font-size: 11px;
    font-weight: 700;
    width: 200px;
}

.edit-link {
    font-size: 12px;
    font-weight: 500;
}

.slotwrapper {
    width: 100%;

}

.col-md-12 {
    display: flex !important;
}

.col-md-6 {
    width: 50% !important;
}

#myModal {
    position: fixed;
    top: 204px;
    /* left: 25px; */
    /* right: -22px; */
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.brown-color {
    color: #6D3201 !important;
}

.thankyou-img {
    width: 68px !important;
    height: 44px !important;
}

.note {
    font-size: 19px;
    font-weight: 700;
}

.booking {
    color: #BD9A74 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.details {
    padding-right: 0px !important;
    padding-left: 0px !important;
    font-size: 13px;
    font-weight: 700;
}

.thankyou-modal::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 5px;
    background-image: radial-gradient(circle, #9d9393 50%, transparent 50%);
    background-size: 10px 10px;
    /* Adjust the size of the dots */
}

.thankyou-modal::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 5px;
    /* Adjust the height of the dots */
    background-image: radial-gradient(circle, #9d9393 50%, transparent 50%);
    background-size: 10px 10px;
    /* Adjust the size of the dots */
    background-position: 0 bottom;
    /* Align the lower half of the dots at the top */
}

.thankyou-modal::before {
    top: 0;
}

.thankyou-modal::after {
    bottom: 0;
}

.viewall {
    width: 100%;
    justify-content: center;
    color: #BD9A74 !important;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

/*//niharika styles*/
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 300px;
        margin: 1.75rem auto
    }
}



.text-warning {
    color: #D09028 !important;
    font-weight: 700;
    font-size: 20px;
    color: #4F2D1E !important;
}

::placeholder {
    font-size: 0.9rem;
    color: #b7b4b4 !important;
    font-weight: : 700 !important;
}




.lumivia_modal {
    border-radius: 0.5rem !important;
}


.modal_close {
    font-size: 18px;
    width: 31px;
    height: 31px;
    /*        margin: -1.8rem -1.4rem -1rem auto;*/
    line-height: 22px;
}


.center-textbtn {
    display: block;
    margin: 0 auto;
}

#thankyou_modal .modal-content {
    background-image: linear-gradient(white, white), linear-gradient(to bottom, #edca45, #cf902a);
    border-image-slice: 1;
    outline-width: 0;
    border: double 2px transparent;
    border-radius: 10px;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    outline: 0 !important;
    width: 263px;
    margin: 0px auto;
}

#enquiry_modal .modal-content {
    /*
    background-image: linear-gradient(white, white), linear-gradient(to bottom, #edca45, #cf902a);
    border-image-slice: 1;
    outline-width: 0;
    border: double 2px transparent;
*/
    border: 1px solid #BD9A74;
    border-radius: 10px;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    outline: 0 !important;
    width: 288px;
    margin: 0px auto;
}

#enquiry_modal .modal-header .close {
    padding: 1rem 1rem;
    margin: -2.5rem -2.3rem 0rem auto;
}

#thankyou_modal .modal-header .close {
    padding: 1rem 1rem;
    margin: -1.7rem -1.5rem -1rem auto;
}


.navbar {
    justify-content: flex-start;
}


.loader-img {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999
}

.fa-shopping-bag {
    font-size: 1.3rem !important;
}

.nav_icon {
    font-size: 1.7rem !important;
}

.logo {
    width: 120px;
    height: 24px;
}

.otp__digit,
.form-control {
    border: 1px solid #BD9A74 !important;
    height: 40px;
    border-radius: 8px;
}

#submitBtn {
    background-color: #6D3201;
    border: none !important;
    font-weight: 700;
    width: 122px;
    height: 40px;
    font-size: 15px;
}



#otp-error-message {
    display: flex !important;
    justify-content: center !important;
    font-size: 15px;
}

/*media queries*/


/* Main Container Div css  Start*/

@media only screen and (min-width: 768px) {
    body {
        overflow-x: hidden;
        background-image: linear-gradient(#ffffff, #f5f9fd);
        box-sizing: content-box;
        padding: 0;
        margin: 0;
        height: 98%;
    }

    .container,
    .container-fluid {
        max-width: 360px !important;
        margin: auto;
        background: white;
    }

    .modal-backdrop {
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 360px !important;
        position: fixed !important;
        left: 50% !important;
        right: 50% !important;

    }
}

@media only screen and (max-width: 575px) {
    .modal-dialog {
        margin: 1rem !important;
    }
}


.header_dropdown {
    left: -96px !important;
}

.select_crop {
    background-color: #4F2D1E !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #4F2D1E !important;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #4F2D1E;
}

#cap_sec,
#tomato_sec,
#cucumber_sec {
    display: none;
}

.mirchi_botton {
    width: 90px;
    height: 43px;
    display: flex;
    align-items: center;
    background-color: #4F2D1E !important;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #4F2D1E !important;
    position: relative;
    justify-content: center;
}

.mirchi_img {
    height: 43px;
    margin-left: -5px;
}

.crop_change_btn {
    background-color: #DAB792 !important;
    border: 1px solid #DAB792 !important;
    color: #4F2D1E !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    height: 43px !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    width: 80px !important;
}

.help-block {
    color: red;
    font-size: 13px;
    margin-bottom: 0.25rem;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .10) !important;
}

.dropdown-divider {
    border-top: 1px solid #BD9A74 !important;
}

.crop_name {
    font-weight: 500;
    color: #4F2D1E;
    font-size: 16px;
	align-items: center;
    display: flex;
}

.CloseBtn {
    opacity: 1;
}

.sidebar.show {
    left: 0;
}

.sidebar {
    position: absolute;
    top: 0;
    left: -820px;
    width: 250px;
    height: 100vh;
    background-color: #ffffff;
    transition: left 0.3s ease-in-out;
    z-index: 9999;
}

.menu-text {
    font-size: 13px;
    color: #000;
    font-weight: 400;
}

.navbar-nav .nav-link {
    padding: 10px !important;
}

.nav-link {
    display: flex;
    align-items: center;
}

.thanks_text {
    text-align: center;
    padding: 0rem .5rem;
    color: #7D7D7D;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.withImg {
    width: 21px;
    margin: 0 auto;
    display: block;
}

.icon_text {
    margin-top: 0.1rem;
    font-size: 11px;
    font-weight: 500;
    color: white;
}

.footer {
    background: #6D3201;

}

.heading_text {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #000000;
}

.heading_text::after {
    content: "";
    display: block;
    width: 49.57px;
    height: 1.5px;
    background-color: #BD9A74;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    /* Adjust the margin as needed to control the distance between the text and the border */
}

.video-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 6px;
}

.video-list {
    padding: 7px 0;
}

.video-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 5px;
    margin-top: 8px;
}

.youtube_tittle {
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 0;
}

.youtube_subtittle {
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    opacity: .7;
    margin-top: 4px;
}

.video-section {
    padding: .8rem;
}

.salibro_card_main {
    overflow-y: auto;
    height: 85vh;
}



.salibro_card_main::-webkit-scrollbar {
    width: 6px;
    background-color: white;
    border: 1px solid #D4D4D4;
    transform: rotate(180deg);
    border-radius: 100px;
    /* Rotate the scrollbar */
}

.salibro_card_main::-webkit-scrollbar-thumb {
    background: #D4D4D4;
    transform: rotate(180deg);
    border-radius: 100px;
    height: 10px;

    /* Rotate the scrollbar thumb */
}
#salibrohome .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -13px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

#salibrohome .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 5px;
    border-radius: 50%;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #BD9A74 !important;
    background-color: transparent;
    background-clip: padding-box;
    opacity: .5;
    transition: opacity .6s ease;
}

#salibrohome .carousel-item {
    padding-bottom: 15px;
    padding-left: 13px;
    padding-right: 13px;
}

#salibrohome .carousel-indicators .active {
    opacity: 1;
    background-color: #BD9A74;
}

/*/////*/
.MultiCarousel .carousel-indicators {
    position: absolute;
    right: 0;
    /*     bottom: 26px;*/
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.MultiCarousel .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 5px;
    border-radis: 50%;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #BD9A74 !important;
    background-color: transparent;
    background-clip: padding-box;
    opacity: .5;
    transition: opacity .6s ease;
}

.MultiCarousel .carousel-item {
    padding-bottom: 37px;
    padding-left: 13px;
    padding-right: 13px;
}

.MultiCarousel .carousel-indicators .active {
    opacity: 1;
    background-color: #BD9A74;
}

.image-section {
    padding: 1rem 1rem 0rem 1rem;
    position: relative;
}

.resources-section {
    position: relative;
    padding: .5rem 1rem 0rem 1rem;
}

.resorce-img-btn {
    background-color: #602B01 !important;
    border: none !important;
    font-weight: 700;
    font-size: 11px;
    color: white !important;
    border-radius: 4px !important;
    /*    margin-top: 1.5rem;*/
}

.slide-resorce-img-btn {
    font-weight: 700;
    justify-content: center;
    font-size: 12px;
    line-height: 16.93px;
    display: flex;
    align-items: center;
    background-image: url(../../english/images/brown_texture.png) !important;
    background-size: cover;
    color: #4F2D1E !important;
    border: transparent !important;
    transition: background-color 0.3s ease;
    /*    width: 57px;*/
}


.images {
    width: 100%;
}

.img-title {
    line-height: 16px;
    font-size: 13px;
    color: #000000;
    font-weight: 700;
}

.img-btn {
    background-color: #602B01 !important;
    border: none !important;
    font-weight: 700;
    font-size: 11px;
    color: white !important;
    border-radius: 4px !important;
}

.image-text-btn-sec {
    width: 93%;
    position: absolute;
    bottom: 1.2rem;

}

.resources-text-btn-sec {
    position: absolute;
    top: 2rem;
    height: 68%;
    width: 93%;
}

.slide-resources-text-btn-sec {
    position: absolute;
    top: 0.5rem;
    height: 90%;
    right: 3%;
/*    width: 96%;*/

}

.resources-text {
    line-height: 16px;
    width: 80px;
    font-weight: 500;
    font-size: 11px;
}

#myGallery .carousel-control-next {
    right: -16px !important;
}

#myGallery .carousel-control-prev {
    left: -16px !important;
}

#myFarmersGallery .carousel-control-next {
    right: -16px !important;
}

#myFarmersGallery .carousel-control-prev {
    left: -16px !important;
}

#GalleryModal .modal-content {
    background-color: transparent !important;
    box-shadow: 0px 4px 23px 7px #00000040;
}

#GalleryModal .carousel-inner {
    margin: 0px auto;
    width: 261px;
}

#GalleryModal .carousel-control-next-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-next.png);
}

#GalleryModal .carousel-control-prev-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-prev.png);
}

#GalleryModal .carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}


#FarmersGalleryModal .modal-content {
    background-color: transparent !important;
    box-shadow: 0px 4px 23px 7px #00000040;
}

#FarmersGalleryModal .carousel-inner {
    margin: 0px auto;
    width: 261px;
}

#FarmersGalleryModal .carousel-control-next-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-next.png);
}

#FarmersGalleryModal .carousel-control-prev-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-prev.png);
}

#FarmersGalleryModal .carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

/*

////resorce modal
*/

#ResourceModal .modal-content {
    background-color: transparent !important;
    box-shadow: 0px 4px 23px 7px #00000040;
}

#ResourceModal .carousel-inner {
    margin: 0px auto;
    width: 260px;
}

#ResourceModal .carousel-control-next-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-next.png);
}

#ResourceModal .carousel-control-prev-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-prev.png);
}

#ResourceModal .carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}




#resourceItems .carousel-indicators {
    margin-top: 35px;
    position: relative;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: inherit !important;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    cursor: pointer;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}

.goback {
    color: #BD9A74;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer
}

#myFarmersGallery .carousel-indicators {
    margin-top: 35px;
    position: relative;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: inherit !important;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    cursor: pointer;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}

#myGallery .carousel-indicators {
    margin-top: 35px;
    position: relative;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: inherit !important;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    cursor: pointer;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}

.scrool_bar {
    margin-top: 35px;
    padding-bottom: 0.5rem;
    /*    overflow-x: auto !important;*/
}

.scrool_bar ::-webkit-scrollbar {
    width: 6px !important;
}

.scrool_bar::-webkit-scrollbar {
    width: 6px !important;
    background-color: white;
    border: 1px solid #D4D4D4;
    transform: rotate(180deg);
    border-radius: 100px;
    /* Rotate the scrollbar */
}

.scrool_bar::-webkit-scrollbar-thumb {
    background: #D4D4D4 !important;
    transform: rotate(180deg) !important;
    border-radius: 100px !important;
    height: 10px !important;

    /* Set the scrollbar thumb height to 1000px */
}

.gallery-title {
    height: 50px;
    color: #FFFFFF;
    font-size: 13px;
    padding-top: 10px;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;

}

.resources-title {
    color: #FFFFFF;
    font-size: 13px;
    margin-top: 20px;
    height: 150px;
    overflow-y: auto;
}

.resources-title::-webkit-scrollbar {
    width: 2px;
    background-color: #585858 !important;
    border: 1px solid #585858;
    transform: rotate(180deg);
    border-radius: 100px;
}

.resources-title::-webkit-scrollbar-thumb {
    background: #737272;
    transform: rotate(180deg);
    border-radius: 100px;
    height: 10px;
}



.carousel-count {
    color: white;
    display: flex;
    justify-content: center;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 10px;
}

.enquiry_modal-title {
    margin-left: .6rem;
    color: #6D3201;
    text-align: center !important;
    width: 100%;
    font-size: 18px !important;
    font-weight: 700;
}

.cursor-pointer {
    cursor: pointer;
}

.close {
    opacity: 1 !important;
}

/*
 .modal-backdrop {
     position: fixed;
     top: 57px;
     left: 0;
     z-index: 1040;
     width: 100vw;
     height: 85vh;
     background-color: #000;
 }
*/

.modal-backdrop.show {
    opacity: 80% !important;
}

.modal-backdrop {
    background-color: #000000 !important;
}

.crop-section {
    padding: 10px 19px;
    margin-top: 10px;
}

.resource-heading {
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    color: #602B01;
    display: flex;
    justify-content: center;
}

.resource-title {
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    color: #000000;
    padding-top: 1rem;
}

.list-text {
    padding: 0px 18px;
}

.View-all {
    position: relative;
    top: 20px;
    font-size: 14px;
    color: #BD9A74;
    font-weight: 700;
}

.back-button {
    position: relative;
    float: right;
    bottom: 16px;
    cursor: pointer;
    margin-bottm: 4rem;
}

.nav-tabs .nav-link:hover {
    isolation: isolate;
    /*    border-color: transparent !important;*/
}

/*
.w3l-companies-20 a:hover {
    background: #fff;
    border: transparent !important;
}
*/

.btn:hover {
    color: #fff;
}

.tab-content {
    /*     background-image: url('../../english/images/background2.png') !important;*/
    background-size: cover;
    background-color: #FFFCF0;
    background-repeat: no-repeat;
    padding: 40px 0px 20px 0px
}

#content1 {
    margin-bottom: 10px;
}

.banner {
    position: relative;
    text-align: center;
    cursor: pointer;
    /*    //background-color: #f0f0f0;*/
    /* Set the background color of the banner */
}



.banner img {
    max-width: 100%;
    height: auto;
}

#myGallery .carousel-indicators {
    margin-top: 35px;
    position: relative;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    cursor: pointer;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popupimgCaption {
    background: rgba(96, 43, 1, 0.99);
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 21px 15px;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
}

.insights-img {
    border-radius: 8px 8px 0px 0px;
}

.allinsightImgs {
    border-radius: 5px 5px 0px 0px;
    height: 270px;
    width: 100%;

}

a {
    text-decoration: none !important;
}

#HomeGalleryModal .carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}


#homeGallery .carousel-control-next {
    right: -16px !important;
}


#homeGallery .carousel-control-prev {
    left: -16px !important;
}

#homeGallery .carousel-control-next-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-next.png);
}


#homeGallery .carousel-control-prev-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-prev.png);
}

#homeGallery .carousel-inner {
    margin: 0px auto;
    width: 261px;
}

#HomeGalleryModal .modal-content {
    background-color: transparent !important;
    box-shadow: 0px 4px 23px 7px #00000040;
}

#HomeGalleryModal .modal-header .close {
    padding: 2.5rem 0rem;
    margin: -1rem 0rem -1rem auto;
}

.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin-right: 4px;
    margin-left: 4px;
    background-color: transparent !important;
    border: 1px solid #BD9A74 !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
    background-color: #BD9A74 !important;
}

.closBtn {
    background-color: rgba(96, 43, 1, 0.99) !important;
    border: 1px solid rgba(96, 43, 1, 0.99) !important;
    font-weight: 700;
}

#homeGallery .carousel-indicators {
    margin-top: 0;
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    cursor: pointer;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}

#homeGallery .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    /*   // width: 37px;*/
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #979797 !important;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1 !important;
    transition: opacity .6s ease;
}

#homeGallery .carousel-indicators .active {
    background-color: #FFFFFF !important;
}



#homeGallery2 .carousel-control-next {
    right: -16px !important;
}

#homeGallery2 .carousel-control-next-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-next.png);
}

#homeGallery2 .carousel-control-prev-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-prev.png);
}

#homeGallery2 .carousel-inner {
    margin: 0px auto;
    width: 261px;
}

#HomeGalleryModal2 .modal-content {
    background-color: transparent !important;
    box-shadow: 0px 4px 23px 7px #00000040;
}

#HomeGalleryModal2 .modal-header .close {
    padding: 2.5rem 0rem;
    margin: -1rem 01rem -1rem auto;
}



#HomeGalleryModal2 .carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

#homeGallery2 .carousel-control-prev {
    left: -16px !important;
}

#homeGallery2 .carousel-indicators {
    margin-top: 0;
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    cursor: pointer;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}

#homeGallery2 .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    /*    width: 37px;*/
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #979797 !important;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1 !important;
    transition: opacity .6s ease;
}

#homeGallery2 .carousel-indicators .active {
    background-color: #FFFFFF !important;
}




#homeGallery3 .carousel-control-next {
    right: -16px !important;
}

#homeGallery3 .carousel-control-next-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-next.png);
}

#homeGallery3 .carousel-control-prev-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-prev.png);
}

#homeGallery3 .carousel-inner {
    margin: 0px auto;
    width: 261px;
}

#HomeGalleryModal3 .modal-content {
    background-color: transparent !important;
    box-shadow: 0px 4px 23px 7px #00000040;
}

#HomeGalleryModal3 .modal-header .close {
    padding: 2.5rem 0rem;
    margin: -1rem 0rem -1rem auto;
}

#HomeGalleryModal3 .carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

#homeGallery3 .carousel-control-prev {
    left: -16px !important;
}

#homeGallery3 .carousel-indicators {
    margin-top: 0;
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    cursor: pointer;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}

#homeGallery3 .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    /*    width: 31px;*/
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #979797 !important;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1 !important;
    transition: opacity .6s ease;
}

#homeGallery3 .carousel-indicators .active {
    background-color: #FFFFFF !important;
}




#homeGallery4 .carousel-control-next {
    right: -16px !important;
}

#homeGallery4 .carousel-control-next-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-next.png);
}

#homeGallery4 .carousel-control-prev-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-prev.png);
}

#homeGallery4 .carousel-inner {
    margin: 0px auto;
    width: 261px;
}

#HomeGalleryModal4 .modal-content {
    background-color: transparent !important;
    box-shadow: 0px 4px 23px 7px #00000040;
}

#HomeGalleryModal4 .modal-header .close {
    padding: 2.5rem 0rem;
    margin: -1rem 0rem -1rem auto;
}

#HomeGalleryModal4 .carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

#homeGallery4 .carousel-control-prev {
    left: -16px !important;
}

#homeGallery4 .carousel-indicators {
    margin-top: 0;
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    cursor: pointer;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}

#homeGallery4 .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    /*   // width: 31px;*/
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #979797 !important;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1 !important;
    transition: opacity .6s ease;
}

#homeGallery4 .carousel-indicators .active {
    background-color: #FFFFFF !important;
}




#homeGallery5 .carousel-control-next {
    right: -16px !important;
}

#homeGallery5 .carousel-control-next-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-next.png);
}

#homeGallery5 .carousel-control-prev-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-prev.png);
}

#homeGallery5 .carousel-inner {
    margin: 0px auto;
    width: 261px;
}

#HomeGalleryModal5 .modal-content {
    background-color: transparent !important;
    box-shadow: 0px 4px 23px 7px #00000040;
}

#HomeGalleryModal5 .modal-header .close {
    padding: 2.5rem 0rem;
    margin: -1rem 0rem -1rem auto;
}

#HomeGalleryModal5 .carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

#homeGallery5 .carousel-control-prev {
    left: -16px !important;
}

#homeGallery5 .carousel-indicators {
    margin-top: 0;
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    cursor: pointer;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}

#homeGallery5 .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    /*    width: 31px;*/
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #979797 !important;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1 !important;
    transition: opacity .6s ease;
}

#homeGallery5 .carousel-indicators .active {
    background-color: #FFFFFF !important;
}

#HomeGalleryModal5 .modal-header .close {
    padding: 2.5rem 0rem;
    margin: -1rem 0rem -1rem auto;
}


#homeGallery6 .carousel-control-next {
    right: -16px !important;
}

#homeGallery6 .carousel-control-next-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-next.png);
}

#homeGallery6 .carousel-control-prev-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-prev.png);
}

#homeGallery6 .carousel-inner {
    margin: 0px auto;
    width: 261px;
}

#HomeGalleryModal6 .modal-content {
    background-color: transparent !important;
    box-shadow: 0px 4px 23px 7px #00000040;
}

#HomeGalleryModal6 .modal-header .close {
    padding: 2.5rem 0rem;
    margin: -1rem 0rem -1rem auto;
}

#HomeGalleryModal6 .carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

#homeGallery6 .carousel-control-prev {
    left: -16px !important;
}

#homeGallery6 .carousel-indicators {
    margin-top: 0;
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    cursor: pointer;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}

#homeGallery6 .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    /*    width: 31px;*/
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #979797 !important;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1 !important;
    transition: opacity .6s ease;
}

#homeGallery6 .carousel-indicators .active {
    background-color: #FFFFFF !important;
}

#HomeGalleryModal6 .modal-header .close {
    padding: 2.5rem 0rem;
    margin: -1rem 0rem -1rem auto;
}

#homeGallery7 .carousel-control-next {
    right: -16px !important;
}

#homeGallery7 .carousel-control-next-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-next.png);
}

#homeGallery7 .carousel-control-prev-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-prev.png);
}

#homeGallery7 .carousel-inner {
    margin: 0px auto;
    width: 261px;
}

#HomeGalleryModal7 .modal-content {
    background-color: transparent !important;
    box-shadow: 0px 4px 23px 7px #00000040;
}

#HomeGalleryModal7 .modal-header .close {
    padding: 2.5rem 0rem;
    margin: -1rem 0rem -1rem auto;
}

#HomeGalleryModal7 .carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

#homeGallery7 .carousel-control-prev {
    left: -16px !important;
}

#homeGallery7 .carousel-indicators {
    margin-top: 0;
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    cursor: pointer;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}

#homeGallery7 .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    /*    width: 31px;*/
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #979797 !important;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1 !important;
    transition: opacity .6s ease;
}

#homeGallery7 .carousel-indicators .active {
    background-color: #FFFFFF !important;
}

#HomeGalleryModal7 .modal-header .close {
    padding: 2.5rem 0rem;
    margin: -1rem 0rem -1rem auto;
}



#homeGallery8 .carousel-control-next {
    right: -16px !important;
}

#homeGallery8 .carousel-control-next-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-next.png);
}

#homeGallery8 .carousel-control-prev-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-prev.png);
}

#homeGallery8 .carousel-inner {
    margin: 0px auto;
    width: 261px;
}

#HomeGalleryModal8 .modal-content {
    background-color: transparent !important;
    box-shadow: 0px 4px 23px 7px #00000040;
}

#HomeGalleryModal8 .modal-header .close {
    padding: 2.5rem 0rem;
    margin: -1rem 0rem -1rem auto;
}

#HomeGalleryModal8 .carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

#homeGallery8 .carousel-control-prev {
    left: -16px !important;
}

#homeGallery8 .carousel-indicators {
    margin-top: 0;
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    cursor: pointer;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}

#homeGallery8 .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    /*    width: 31px;*/
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #979797 !important;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1 !important;
    transition: opacity .6s ease;
}

#homeGallery8 .carousel-indicators .active {
    background-color: #FFFFFF !important;
}

#HomeGalleryModal8 .modal-header .close {
    padding: 2.5rem 0rem;
    margin: -1rem 0rem -1rem auto;
}



#resourceItems .carousel-control-next {
    right: -15px;
}

#resourceItems .carousel-control-prev {
    left: -15px;
}



/*media queries*/
@media screen and (min-width: 576px) {
    #HomeGalleryModal .modal-header .close {
        padding: 2rem 0rem;
        margin: -2rem -2rem -1rem auto;
    }

    #homeGallery .carousel-control-next {
        right: -31px !important;
    }

    #homeGallery .carousel-control-prev {
        left: -31px !important;
    }


    #myGallery .carousel-control-prev {
        left: -31px !important;
    }

    #myGallery .carousel-control-next {
        right: -31px !important;
    }

    #myFarmersGallery .carousel-control-prev {
        left: -31px !important;
    }

    #myFarmersGallery .carousel-control-next {
        right: -31px !important;
    }

    #resourceItems .carousel-control-prev {
        left: -28px !important;
    }

    #resourceItems .carousel-control-next {
        right: -28px !important;
    }

    #HomeGalleryModal2 .modal-header .close {
        padding: 2rem 0rem;
        margin: -2rem -2rem -1rem auto;
    }

    #homeGallery2 .carousel-control-next {
        right: -31px !important;
    }

    #homeGallery2 .carousel-control-prev {
        left: -31px !important;
    }


    #HomeGalleryModal3 .modal-header .close {
        padding: 2rem 0rem;
        margin: -2rem -2rem -1rem auto;
    }

    #homeGallery3 .carousel-control-next {
        right: -31px !important;
    }

    #homeGallery3 .carousel-control-prev {
        left: -31px !important;
    }

    #HomeGalleryModal4 .modal-header .close {
        padding: 2rem 0rem;
        margin: -2rem -2rem -1rem auto;
    }

    #homeGallery4 .carousel-control-next {
        right: -31px !important;
    }

    #homeGallery4 .carousel-control-prev {
        left: -31px !important;
    }


    #HomeGalleryModal5 .modal-header .close {
        padding: 2rem 0rem;
        margin: -2rem -2rem -1rem auto;
    }

    #homeGallery5 .carousel-control-next {
        right: -31px !important;
    }

    #homeGallery5 .carousel-control-prev {
        left: -31px !important;
    }

    #HomeGalleryModal6 .modal-header .close {
        padding: 2rem 0rem;
        margin: -2rem -2rem -1rem auto;
    }

    #homeGallery6 .carousel-control-next {
        right: -31px !important;
    }

    #homeGallery6 .carousel-control-prev {
        left: -31px !important;
    }

    #HomeGalleryModal7 .modal-header .close {
        padding: 2rem 0rem;
        margin: -2rem -2rem -1rem auto;
    }

    #homeGallery7 .carousel-control-next {
        right: -31px !important;
    }

    #homeGallery7 .carousel-control-prev {
        left: -31px !important;
    }

    #HomeGalleryModal8 .modal-header .close {
        padding: 2rem 0rem;
        margin: -2rem -2rem -1rem auto;
    }

    #homeGallery8 .carousel-control-next {
        right: -31px !important;
    }

    #homeGallery8 .carousel-control-prev {
        left: -31px !important;
    }


    #trueNematicideModal .modal-header .close {
        padding: 2rem 0rem;
        margin: -2rem -2rem -1rem auto;
    }

    #trueNematicideGallery .carousel-control-next {
        right: -31px !important;
    }

    #trueNematicideGallery .carousel-control-prev {
        left: -31px !important;
    }

    #featuresModal .modal-header .close {
        padding: 2rem 0rem;
        margin: -2rem -2rem -1rem auto;
    }

    #featuresGallery .carousel-control-next {
        right: -31px !important;
    }

    #featuresGallery .carousel-control-prev {
        left: -31px !important;
    }

    #benifitsModal .modal-header .close {
        padding: 2rem 0rem;
        margin: -2rem -2rem -1rem auto;
    }

    #benifitsGallery .carousel-control-next {
        right: -31px !important;
    }

    #benifitsGallery .carousel-control-prev {
        left: -31px !important;
    }

    #demosModal .modal-header .close {
        padding: 2rem 0rem;
        margin: -2rem -2rem -1rem auto;
    }

    #demosGallery .carousel-control-next {
        right: -31px !important;
    }

    #demosGallery .carousel-control-prev {
        left: -31px !important;
    }

    #doesDontsModal .modal-header .close {
        padding: 2rem 0rem;
        margin: -2rem -2rem -1rem auto;
    }

    #doesDontsGallery .carousel-control-next {
        right: -31px !important;
    }

    #doesDontsGallery .carousel-control-prev {
        left: -31px !important;
    }

    #recommendationModal .modal-header .close {
        padding: 2rem 0rem;
        margin: -2rem -2rem -1rem auto;
    }

    #recommendationGallery .carousel-control-next {
        right: -31px !important;
    }

    #recommendationGallery .carousel-control-prev {
        left: -31px !important;
    }


}

.table-condensed td,
.table-condensed th {
    padding: 0.4rem 0.3rem;
    vertical-align: top;
}

.table-condensed {
    font-size: 12px !important;
    width: 270px !important;
}

.table-condensed th {
    color: #BD9A74 !important;
}

.table-condensed td {
    text-align: center;
    font-weight: 700 !important;
}

.datepicker-switch {
    text-align: center;
}

#datepicker,
#timepicker {
    border-top: transparent !important;
    border-left: transparent !important;
    border-right: transparent !important;
    border-bottom: 1px solid #BFCBD1 !important;
    border-radius: 0 !important;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: .5rem;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0 !important;
    box-shadow: none !important;
}

.slot_label {
    font-weight: 700;
    font-size: 14px;
    color: #BD9A74 !important;
}

.slot-heading {
    font-size: 16px;
    font-weight: 700;
    color: #6D3201;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.thankyou_text {
    color: #BD9A74;
}

.gallery-images {
    height: 175px;
}

.carousel-control-next,
.carousel-control-prev {

    opacity: 1;
}

#resourceView {
    width: 250px !important;
    margin: auto !important;
}

#headertitle {
    color: #fff;
    background-color: #6d320100 !important;
}

.bg-primary {
    background-color: #6D3201 !important;
}

#productinfo_modal .modal-header .close {
    padding: 1rem 1rem;
    margin: -2.5rem -2.3rem 0rem auto;
}

#productinfo_carousel .carousel-indicators {
    margin-top: 35px;
    position: relative;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: inherit !important;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    cursor: pointer;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}

.thumbnail {
    width: 100px;
    height: 100px;
}

#ResourceModal .modal-header .close {
    padding: 0rem 1rem !important;
    margin: -1rem -1rem -1rem auto !important;
}

#FarmersGalleryModal .modal-header .close {
    padding: 0rem 0rem;
    margin: -1rem -1rem -1rem auto;
}

#GalleryModal .modal-header .close {
    padding: 0rem 0rem;
    margin: -1rem -1rem -1rem auto;
}

/* Set the scrollbar width */
#resourceItems .carousel-indicators::-webkit-scrollbar,
#myGallery .carousel-indicators::-webkit-scrollbar,
#myFarmersGallery .carousel-indicators::-webkit-scrollbar,
#productinfo_carousel .carousel-indicators::-webkit-scrollbar {
    height: 6px;
}

/* Change the background color */
#resourceItems .carousel-indicators::-webkit-scrollbar-track,
#myGallery .carousel-indicators::-webkit-scrollbar-track,
#myFarmersGallery .carousel-indicators::-webkit-scrollbar-track,
#productinfo_carousel .carousel-indicators::-webkit-scrollbar-track {
    background-color: white;
    border: 1px solid white;
    border-radius: 5px;
    /* Change this to your desired background color */
}

/* Style the scrollbar handle */
#resourceItems .carousel-indicators::-webkit-scrollbar-thumb,
#myGallery .carousel-indicators::-webkit-scrollbar-thumb,
#myFarmersGallery .carousel-indicators::-webkit-scrollbar-thumb,
#productinfo_carousel .carousel-indicators::-webkit-scrollbar-thumb {
    background-color: #D4D4D4;
    /* Change this to your desired handle color */
    border-radius: 5px;
    /* Optional: Add border-radius for a rounded look */
}


#playlist {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 5px;
    margin-top: 20px;
    padding: 0;
}

.videos-heading {
    font-size: 16px;
    display: block;
    margin: 0 auto;
    font-weight: 700;
}

li.playlist-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 6px;
}

.thumbnail img {
    width: 300px;
    height: 44px;
}


.text-dark {
    color: #343a40 !important;
}

.video-title {
    width: 70%;
}

.product-info-text {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    font-size: 13px !important;
    font-weight: 700;
}

.product-info-text-sec {
    position: relative;
    text-align: center;
    cursor: pointer;
	display: flex;
    justify-content: center;
}

#trueNematicideGallery .carousel-indicators {
    margin-top: 0;
    position: relative;
    right: 0;
/*    top: -485px;*/
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    cursor: pointer;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}

#trueNematicideGallery .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    flex-grow: .1;
    height: 2px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #979797 !important;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1 !important;
    transition: opacity .6s ease;
}

#trueNematicideGallery .carousel-indicators .active {
    background-color: #FFFFFF !important;
}


#trueNematicideGallery .carousel-control-next {
    right: -16px;
}


#trueNematicideGallery .carousel-control-prev {
    left: -16px;
}

#trueNematicideGallery .carousel-control-next-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-next.png);
}


#trueNematicideGallery .carousel-control-prev-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-prev.png);
}

#trueNematicideGallery .carousel-inner {
    margin: 0px auto;
    width: 261px;
}

#trueNematicideModal .modal-content {
    background-color: transparent !important;
    box-shadow: 0px 4px 23px 7px #00000040;
}


/*///*/

#featuresGallery .carousel-indicators {
    margin-top: 0;
    position: relative;
    right: 0;
/*    top: -485px;*/
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    cursor: pointer;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}

#featuresGallery .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    flex-grow: .1;
    height: 2px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #979797 !important;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1 !important;
    transition: opacity .6s ease;
}

#featuresGallery .carousel-indicators .active {
    background-color: #FFFFFF !important;
}


#featuresGallery .carousel-control-next {
    right: -16px;
}


#featuresGallery .carousel-control-prev {
    left: -16px;
}

#featuresGallery .carousel-control-next-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-next.png);
}


#featuresGallery .carousel-control-prev-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-prev.png);
}

#featuresGallery .carousel-inner {
    margin: 0px auto;
    width: 261px;
}

#featuresModal .modal-content {
    background-color: transparent !important;
    box-shadow: 0px 4px 23px 7px #00000040;
}


/*///*/

#benifitsGallery .carousel-indicators {
    margin-top: 0;
    position: relative;
    right: 0;
/*    top: -485px;*/
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    cursor: pointer;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}

#benifitsGallery .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    flex-grow: .1;
    height: 2px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #979797 !important;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1 !important;
    transition: opacity .6s ease;
}

#benifitsGallery .carousel-indicators .active {
    background-color: #FFFFFF !important;
}


#benifitsGallery .carousel-control-next {
    right: -16px;
}


#benifitsGallery .carousel-control-prev {
    left: -16px;
}

#benifitsGallery .carousel-control-next-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-next.png);
}


#benifitsGallery .carousel-control-prev-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-prev.png);
}

#benifitsGallery .carousel-inner {
    margin: 0px auto;
    width: 261px;
}

#benifitsModal .modal-content {
    background-color: transparent !important;
    box-shadow: 0px 4px 23px 7px #00000040;
}

/*///*/

#demosGallery .carousel-indicators {
    margin-top: 0;
    position: relative;
    right: 0;
/*    top: -485px;*/
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    cursor: pointer;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}

#demosGallery .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    flex-grow: .1;
    height: 2px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #979797 !important;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1 !important;
    transition: opacity .6s ease;
}

#demosGallery .carousel-indicators .active {
    background-color: #FFFFFF !important;
}


#demosGallery .carousel-control-next {
    right: -16px;
}


#demosGallery .carousel-control-prev {
    left: -16px;
}

#demosGallery .carousel-control-next-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-next.png);
}


#demosGallery .carousel-control-prev-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-prev.png);
}

#demosGallery .carousel-inner {
    margin: 0px auto;
    width: 261px;
}

#demosModal .modal-content {
    background-color: transparent !important;
    box-shadow: 0px 4px 23px 7px #00000040;
}

/*///*/

#doesDontsGallery .carousel-indicators {
    margin-top: 0;
    position: relative;
    right: 0;
/*    top: -485px;*/
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    cursor: pointer;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}

#doesDontsGallery .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    flex-grow: .1;
    height: 2px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #979797 !important;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1 !important;
    transition: opacity .6s ease;
}

#doesDontsGallery .carousel-indicators .active {
    background-color: #FFFFFF !important;
}


#doesDontsGallery .carousel-control-next {
    right: -16px;
}


#doesDontsGallery .carousel-control-prev {
    left: -16px;
}

#doesDontsGallery .carousel-control-next-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-next.png);
}


#doesDontsGallery .carousel-control-prev-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-prev.png);
}

#doesDontsGallery .carousel-inner {
    margin: 0px auto;
    width: 261px;
}

#doesDontsModal .modal-content {
    background-color: transparent !important;
    box-shadow: 0px 4px 23px 7px #00000040;
}

/*///*/

#recommendationGallery .carousel-indicators {
    margin-top: 0;
    position: relative;
    right: 0;
/*    top: -485px;*/
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    cursor: pointer;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}

#recommendationGallery .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    flex-grow: .1;
    height: 2px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #979797 !important;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1 !important;
    transition: opacity .6s ease;
}

#recommendationGallery .carousel-indicators .active {
    background-color: #FFFFFF !important;
}


#recommendationGallery .carousel-control-next {
    right: -16px;
}


#recommendationGallery .carousel-control-prev {
    left: -16px;
}

#recommendationGallery .carousel-control-next-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-next.png);
}


#recommendationGallery .carousel-control-prev-icon {
    width: 24px;
    border-radius: 50%;
    height: 25px;
    background-color: #212529;
    background-image: url(../../english/images/gallery-prev.png);
}

#recommendationGallery .carousel-inner {
    margin: 0px auto;
    width: 261px;
}

#recommendationModal .modal-content {
    background-color: transparent !important;
    box-shadow: 0px 4px 23px 7px #00000040;
}


.brocher-btns {
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 16.93px;
    padding: 0.55rem 0.75rem;
    /*   // height: 34px;*/
    width: 50%;
    display: flex;
    align-items: center;
    background-color: #602B01;
    color: #FFFFFF !important;
    border: transparent !important;
    transition: background-color 0.3s ease;
}

.share-text {
    color: #BD9A74;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    justify-content: center;
}

.share-image {
    margin: auto;
    display: flex;
    justify-content: center;
}

.nematode-info {
    font-size: 14px;
    font-weight: 700;
    border-left: 2px solid #BD9A74;
    padding-left: 1rem
}

.nematode-info-heading {
    color: #602B01;
    font-weight: 700;
    line-height: 22px;
    font-size: 15px;
}

#main-video {
    height: 400px;
}

.bannerVideoBack {
    color: #BD9A74;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.insightWtsp {
    position: fixed;
    width: 30px !important;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.insights-image-title {
    font-size: 10px !important;
}

.insights-card {
    position: relative;
}

.viewall-insightWtsp {
    position: absolute;
    width: 30px !important;
    top: 12px;
    right: 12px;
    cursor: pointer;
}

#salibrohome .carousel-control-prev {
    left: 22px;
}

#salibrohome .carousel-control-next {
    right: 22px;
}

#salibrohome .carousel-control-next,
#salibrohome .carousel-control-prev {
    bottom: 10%;
}
#loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
}  
 .salibrohomearrows {
    line-height: 23px;
    width: 22px;
    color: white;
    font-size: 11px;
    background-color: #BD9A74!important;
    border-radius: 50%;
    height: 22px;
    display: flex;
    justify-content: center;
} 
.page,.ellipsis{
    padding: 0px 10px;
    border:1px solid #6D3201;
    cursor: pointer;
}
.page.active{
    background-color: #6D3201;
    color: white;
}
#pagination{
display: flex;
justify-content: flex-end;
}
.voice-record-img {
     border-radius: 50%;
    position: relative;
    bottom: 15px;
    width: 53px;
    height: 53px;
}
#root button{
 	left: -1;
    bottom: -1;
	position: relative;
}


.Circlelogo{
	margin:auto;
}


ol{
     margin: 16px!important;
 }