
img.arrow-1.home {
    top: 663px;
}

img.arrow-2.py {
    top: 663px;
}
    .pac-container {
    z-index: 99999;
    position: relative;
}
.product-anc a:hover {
    background: #000;
}
.product-anc a {
    margin-top: 20px;
}
section.banner-section {
    position: relative;
    padding: 0;
}
.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.product-ancg{
    background:#99a98c!important ;
}
.advance-search a {
    margin: 0 20px;
}
input#range {
    border: 0;
}
/* header.main-header {
    position: absolute;
    width: 100%;
    background: none;
} */
.banner-image img {
    opacity: 0.5;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.modal-content.advance {background: var(--cyan);}
.Business-class-img img {
    width: 100%;
    border: 15px solid #fff;
    border-radius: 26px;
}
section.Client-sec {
    padding: 120px 0 120px;
}
section.section-product.welcome-product.pt-5 {
    background-image: url(assets/images/banner-cam.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 70px;
    position: relative;
}
.product-anc {
    background: none;
}
.best-product h1 {
    text-align: center;
    margin-bottom: 40px;
}
.benifit-img {position: relative;}

.benifit-img h6 {
    position: absolute;
    bottom: 0;
    color: #fff;
    left: 20px;
}
.review-img img {
    width: 100%;
}

.benifit-img:before {
    position: absolute;
    content: '';
    background: #00000075;
    width: 97%;
    height: 100%;
    overflow: hidden;
    margin: 0 11px;
    top: 0;
    left: -1px;
}

.benifit-img img {
    width: 101%;
}
.events-banner-image img {
    width: 100%;
}
section.events-banner {
    background-image: url(../images/events-prev.png);
    width: 100%;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    /* padding: 170px 0; */
    color: #fff;
    font-family: var(--ga);
    display: flex;
    align-items: center;
}
.events-con h1 {
    font-size: 48px;
    text-transform: capitalize;
}
.events-con h6 {
    font-size: 25px;
    margin: 20px 0;
}
.banner-con p {
    font-size: clamp(20px, 5vw, 38px) !important; 
}
.banner-con h1 {
    font-size: clamp(50px, 8vw, 103px) !important;
}
.photo-graph p {
    font-size: clamp(16px, 2vw, 30px);
}
        .currency-input {
            position: relative;
            width: 200px;
        }

        .currency-input input {
            padding-left: 30px;
            width: 100%;
            margin-bottom:20px;
        }

        .currency-input::before {
            content: "$";
            position: absolute;
            left: 10px;
            top: 52%;
            transform: translateY(-50%);
        }
.events-con p {font-family: var(--cab);font-size: 18px;}
@media only screen and (min-width: 100px) and (max-width: 1920px) {}
@media only screen and (min-width: 100px) and (max-width: 1550px) {}
@media only screen and (min-width: 100px) and (max-width: 1366px) {}
@media only screen and (min-width: 100px) and (max-width: 1200px) {}
@media only screen and (min-width: 100px) and (max-width: 1024px) {
    .inner-footer {
    width: 90%;
}



.banner-image img {
    height: 1020px;
    object-fit: cover;
}
section.inner-footer-main {
    overflow-x: hidden;
    width: 100%;
}

.serch-area {
    width: 800px;
}

body {
    overflow-x: hidden;
}
section.section-product.welcome-product.pt-5 {padding: 90px 70px;}
}
.cut-button i {
    position: absolute;
    top: 3px;
    right: 30px;
    font-size: 40px;
    cursor:pointer;
    color:#000;
}
input#loc::placeholder {
    padding: 5px;
    font-family:var(--ga);
}
input#origin::placeholder {
    padding: 0;
}
.select2-container {
    box-sizing: border-box;
    /* display: inline-block; */
    margin: 0;
    /* position: relative; */
    vertical-align: middle;
    z-index: 999999 !important;
    position: relative;
    display: block;
    width: 100%;
}

.multiSelect {
      width: 100%;
    position: relative;
}

.multiSelect *, .multiSelect *::before, .multiSelect *::after {
    box-sizing: border-box;
}

.multiSelect_dropdown {
    font-size: 14px;
    min-height: 35px;
    line-height: 35px;
    border-radius: 4px;
    box-shadow: none;
    outline: none;
    background-color: #fff;
    color: #444f5b;
    border: 1px solid #d9dbde;
    font-weight: 400;
    padding: 0.5px 13px;
    margin: 0;
    transition: .1s border-color ease-in-out;  
    cursor: pointer;
}

.multiSelect_dropdown.-hasValue {
    padding: 5px 30px 5px 5px;
    cursor: default;
}

.multiSelect_dropdown.-open {
    box-shadow: none;
    outline: none;
    padding: 4.5px 29.5px 4.5px 4.5px;
    border: 1.5px solid #4073FF;
}

.multiSelect_arrow::before,
.multiSelect_arrow::after {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 8px;
    border-radius: 20px;
    border-bottom: 8px solid #99A3BA;
    top: 40%;
    transition: all .15s ease;
}

.multiSelect_arrow::before {
    right: 18px;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.multiSelect_arrow::after {
    right: 13px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}

.multiSelect_list {
    margin: 0;
    margin-bottom: 25px;
    padding: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    max-height: calc(10 * 31px);
    top: 28px;
    left: 0;
    z-index: 9999;
    right: 0;
    background: #fff;
    border-radius: 4px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: opacity 0.1s ease, visibility 0.1s ease, -webkit-transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    transition: opacity 0.1s ease, visibility 0.1s ease, transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    transition: opacity 0.1s ease, visibility 0.1s ease, transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    -webkit-transform: scale(0.8) translate(0, 4px);
    transform: scale(0.8) translate(0, 4px);
    border: 1px solid #d9dbde;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.12);
}

.multiSelect_option {
    margin: 0;
    padding: 0;
    opacity: 0;
    -webkit-transform: translate(6px, 0);
    transform: translate(6px, 0);
    transition: all .15s ease;
}

.multiSelect_option.-selected {
    display: none;
}

.multiSelect_option:hover .multiSelect_text {
    color: #fff;
    background: #4d84fe;
}

.multiSelect_text {
    cursor: pointer;
    display: block;
    padding: 5px 13px;
    color: #525c67;
    font-size: 14px;
    text-decoration: none;
    outline: none;
    position: relative;
    transition: all .15s ease;
}

.multiSelect_list.-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) translate(0, 12px);
    transform: scale(1) translate(0, 12px);
    transition: opacity 0.15s ease, visibility 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}

.multiSelect_list.-open + .multiSelect_arrow::before {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
}

.multiSelect_list.-open + .multiSelect_arrow::after {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
}

.multiSelect_list.-open .multiSelect_option {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.multiSelect_list.-open .multiSelect_option:nth-child(1) {
  transition-delay: 10ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(2) {
  transition-delay: 20ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(3) {
  transition-delay: 30ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(4) {
  transition-delay: 40ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(5) {
  transition-delay: 50ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(6) {
  transition-delay: 60ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(7) {
  transition-delay: 70ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(8) {
  transition-delay: 80ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(9) {
  transition-delay: 90ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(10) {
  transition-delay: 100ms;
}

.multiSelect_choice {
    background: rgba(77, 132, 254, 0.1);
    color: #444f5b;
    padding: 4px 8px;
    line-height: 17px;
    margin: 5px;
    display: inline-block;
    font-size: 13px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 500;
}

.multiSelect_deselect {
    width: 12px;
    height: 12px;
    display: inline-block;
    stroke: #b2bac3;
    stroke-width: 4px;
    margin-top: -1px;
    margin-left: 2px;
    vertical-align: middle;
}

.multiSelect_choice:hover .multiSelect_deselect {
    stroke: #a1a8b1;
}

.multiSelect_noselections {
    text-align: center;
    padding: 7px;
    color: #b2bac3;
    font-weight: 450;
    margin: 0;
}

.multiSelect_placeholder {
    position: absolute;
    left: 20px;
    font-size: 14px;
    top: 8px;
    padding: 0 4px;
    background-color: #fff;
    color: #b8bcbf;
    pointer-events: none;
    transition: all .1s ease;
}

.multiSelect_dropdown.-open + .multiSelect_placeholder,
.multiSelect_dropdown.-open.-hasValue + .multiSelect_placeholder {
    top: -11px;
    left: 17px;
    color: #4073FF;
    font-size: 13px;
}

.multiSelect_dropdown.-hasValue + .multiSelect_placeholder {
    top: -11px;
    left: 17px;
    color: #6e7277;
    font-size: 13px;
}


#msg-btn
{
    background-color: #99A98C !important;
}
/* Custom modal styles */
.modal-dialog {
    max-width: 600px; /* Adjust the width to suit your design */
}

.modal-content {
    border-radius: 10px; /* Rounded corners for a smoother look */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

.modal-header {
    background-color: #99A98C; /* Blue background for the header */
    color: white; /* White text */
    border-radius: 10px 10px 0 0; /* Rounded top corners */
}

.modal-title {
    font-size: 24px;
    font-weight: bold;
}

.modal-body {
    padding: 30px; /* More space around the text */
}

.modal-footer {
    border-top: none; /* Remove the border from the footer */
}

.btn-close {
    background-color: white; /* Red color for the close button */
    border-radius: 50%;
}

.btn-primary {
    background-color: #007DE1; /* Button with matching header color */
    border: none;
}

.btn-primary:hover {
    background-color: #005fa3; /* Slightly darker shade on hover */
}

#modalMessage {
    font-size: 35px; /* Larger font size for the message */
    font-weight: bold; /* Bold font */
    color: #333; /* Dark color for readability */
}

.text-success {
    color: #28a745; /* Green for success */
}

.text-danger {
    color: #dc3545; /* Red for error */
}






.profile-drop {
    display: none;
    position: absolute;
    width: 150px;
    background: #fff;
    z-index: 2;
    right:0;
}

.profile-drop a ,.profile-drop form {
    padding: 10px 10px;
    border-bottom: 1px solid #d7d7d7;
}
.profile-drop.active {
    display: block;
}
.cart-dropdown {
    display: none;
    position: absolute;
    width: 150px;
    background: #fff;
    z-index: 2;
        right: 0;
}

.cart-dropdown {
    padding: 10px 10px;
    border-bottom: 1px solid #d7d7d7;
}
.cart-dropdown.active {
    display: block;
}
ul.dropdown-menu.cart-dropdown.show {
    padding: 10px;
    width: 250px;
    left: -150px !important;
}



    .wrapper-div {
    overflow-x: hidden;
    background: var(--red);
    overflow: visible;
}



    .user-dropdown {
    position: relative;
    display: inline-block;
}

.profile-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.custom-profile-dropdown {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    min-width: 180px;
    padding: 0;
}

.user-dropdown:hover .custom-profile-dropdown {
    display: block;
}

.dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-item {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    transition: background-color 0.2s;
}

.dropdown-item:hover {
    background-color: #e2e6ea;
}



.cart-dropdown-container {
    position: relative;
}

.cart-icon {
    font-size: 1.5rem;
    cursor: pointer;
    color: white;
}

.cart-dropdown {
    min-width: 250px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.cart-item {
    margin-bottom: 10px;
}
body {
overflow-x: hidden;
}
.cart-total {
    font-weight: bold;
    margin-top: 10px;
}

.cart-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.btn-remove, .btn-clear, .btn-checkout {
font-size: 0.85rem;
padding: 8px 8px;
background-color: #99a98c;
color: white;
display: inline-flex;
border: none;
cursor: pointer;
transition: 0.5s ease all;
border-radius: 5px;
}

.btn-remove:hover, .btn-clear:hover, .btn-checkout:hover {
background-color: #000;
}

.cart-count {
font-size: 15px;
position: absolute;
font-weight: bold;
color: #ED4A2B;
top: -20px;
background: #fff;
width: 30px;
height: 30px;
text-align: center;
border-radius: 50px;
line-height: 30px;
}
.wrapper-1 {
position: relative;
z-index: 99;
}