@font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: Poppins-Light;
    src: url(../font/Poppins-Light.woff2);
}

@font-face {
    font-family: Poppins_Medium;
    src: url(../font/Poppins-Medium.woff2);
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url(../font/Poppins-SemiBold.woff2);
}

@font-face {
    font-family: Poppins-Thin;
    src: url(../font/Poppins-Thin.woff2);
}

@font-face {
    font-family: Poppins-Regular;
    src: url(../font/Poppins-Regular.woff2);
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

:root {
    --wd-link-color: rgba(255, 255, 255, 0.9);
    --wd-text-line-height: 1.6;
    --wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
    --wd-text-font-size: 14px;
    --wd-text-font-weight: 400;
    --wd-text-color: #777777;
    --color-gray-500: rgba(255, 255, 255, 0.7);
}

body {
    overflow-x: hidden;
    margin: 0;
    background-color: #fff;
    color: var(--wd-text-color);
    text-rendering: optimizeLegibility;
    font-weight: var(--wd-text-font-weight);

    font-size: var(--wd-text-font-size);
    font-family: var(--wd-text-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: var(--wd-text-line-height);
}

* {
    box-sizing: border-box;
    font-family: 'Poppins-Regular';
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    border: 0;


}

.unique_flex img {
    height: 306px;
    overflow: hidden;
}

.flex {
    display: flex;
}

.space-between {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

li {
    list-style: none;
}

.main-container img {
    width: 100%;
}

a {
    text-decoration: none;
}


body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #001c4d;
}

body::-webkit-scrollbar-thumb {
    background-image: linear-gradient(rgba(0, 118, 176, 1), #151253);
    /* outline: 1px solid slategrey; */
    border-radius: 12px;
}

/*-------------------- Start Header Css */
/*-------------------- Start Header Css */

header.header {
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
}

.hamburger {
    display: none;
}

.header .top-header .top-header1 {
    display: flex;
}

.header .top-header .top-header1 a {
    color: var(--wd-link-color);
    text-decoration: none;
    transition: all .25s ease;
}

.header-navigation .menu-main-menu a {
    font-family: 'Poppins-SemiBold' !important;
}

.top-header1 ul li a {
    font-family: Poppins_Medium !important;
}

.header .top-header .top-header1 strong {
    font-weight: unset;
    color: var(--wd-link-color);
}

.header .top-header .top-header1 .bi-info-circle-fill,
.header .top-header .top-header1 .fa-envelope-o {

    font-weight: 900;
    line-height: 1;
    display: inline-block;
    color: var(--wd-link-color);
}

.header .top-header {
    background-color: rgba(0, 118, 176, 1);
    border-color: rgba(58, 77, 105, 1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.dividerBar:before {
    content: "";
    display: block;
    height: 18px;
    border-right: 1px solid;
    margin: 0px 10px;
    border-color: rgba(255, 255, 255, 0.25);
}

.dividerBarMiddle:before {
    content: "";
    display: block;
    height: 18px;
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.25);
}

.forPopupClass {
    cursor: pointer;
}

.header .top-header .top-header1 ul {
    display: inline-flex;
    padding-left: 0px;

}

.header .top-header .top-header1 ul li {
    margin-top: 15px;
}

.header .top-header .top-header1 ul a {
    text-transform: capitalize;
    /* font-weight: 600; */
    font-size: 12px;
    color: var(--wd-link-color);
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-right: 10px;
    padding-left: 10px;

    line-height: 1.2;
}

.top-header2 {
    margin-left: auto !important;
    width: 348px;

}

.middle-header {
    padding: 18px 0px;
    /* background-color: #000000; */
    background-color: rgb(2, 0, 47);
    border-bottom: 1px solid rgb(0, 118, 176);
}

.middle-header .logo img {
    max-width: 245px;
}

.search-country .select2.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;

}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;

}

.select2-container .select2-selection--single {
    height: 40px !important;

}

/* .shopping_logo img {

    filter: invert(.8);
} */
.shopping_logo img {
    width: 35px;
    height: 35px;
    filter: invert(1);
}

.shopping_logo_box {
    position: relative;
}



.auth_links {
    position: absolute;
    top: 47px;
    right: 0px;
    background-color: #ffffffe3;
    border: 2px solid grey;
    border-radius: 8px;
    padding: 15px;
    z-index: 999;
    width: auto;
    transition: all linear .3s;
    opacity: 0;
    visibility: hidden;

}

.auth_links2 {
    width: 200px !important;
}



.shopping_logo_box {
    transition: all linear .3s;
    cursor: pointer;
}

.shopping_logo_box:hover .auth_links {
    opacity: 1;
    visibility: visible;

}

.auth_links ul a {
    display: block;
    transition: all linear .3s;
    color: #111;
}

.auth_links ul a:hover {
    color: #f89406;
}

.auth_links ul {
    padding-left: 0px;
}

.shopping_logo .img_User_Icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    filter: invert(0);
    margin-right: 4px;
}

.shopping_logo .fa {
    font-size: 25px;
    color: #111;
    filter: invert(1);
}

.shopping_logo p {
    font-size: 13px;
    font-weight: 800;
    margin-top: 14px;
    color: #ffffff;
    font-family: Poppins-Bold;
}

.shopping_logo_box {
    margin: 0px 10px 0px 10px;
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
}

.countBox {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 18px;
    height: 18px;
    background-color: #f89406;
    border-radius: 50%;

}

.countBox {
    text-align: center;
    color: white;
    font-size: 12px;
}

.shopping_logo {
    margin-left: auto;
    width: 270px;
    /* background: red; */
}

.middle-header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-header .menu-main-menu {
    display: inline-flex;
    padding-left: 0px;
    margin-bottom: 0px;
}

.bottom-header .menu-main-menu .header-nav-link {
    color: #ffffff !important;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    margin-left: 20px;
    display: block;
    text-decoration: none;
    transition: all linear .4s;
}

.bottom-header .menu-main-menu .header-nav-link:hover {
    color: #f89406 !important;
}

.bottom-header {
    /* background-color: rgba(2, 0, 47, 1);
    border-color: rgba(0, 118, 176, 1);
    border-bottom-width: 1px;
    border-bottom-style: solid; */
    background-color: #02002f;
    padding: 15px 0px;
}

.header-navigation {
    /* width: 865px;
    margin: 0 auto 0 auto; */
    display: flex;
    justify-content: center;

}

/*-------------------- Start banner Css */

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: white;
    opacity: 1;
    background: transparent;
}

.swiper-pagination-bullet-active {

    background-color: rgba(0, 118, 176, 1);
}

.swiper-button-prev {
    color: white;
}

.swiper-button-next {
    color: white;
}

.banner .swiper-slide {
    position: relative;
    height: 80vh;
}

.slideContent h1 {
    font-weight: 900;
    /* font-family: "Poppins", Arial, Helvetica, sans-serif; */
    font-family: Poppins-Bold;
    color: white;
    font-size: 45px;
}

.slideContent a {
    padding: 12px 14px;
    font-size: 13px;
    line-height: 18px;
    border-radius: 35px;
    background: linear-gradient(180deg, rgb(244 165 28) 0%, rgb(201, 134, 19) 100%);
    text-transform: capitalize;
    color: #ffffff;
    font-family: Poppins-Regular;
    font-weight: 600;
    text-decoration: none;
    /* transition: all .2s  ease-in-out;/ */
}

.slideContent .un_btn_2 {
    background: linear-gradient(180deg, rgb(4, 47, 238) 0%, rgb(1, 47, 146) 100%);
}

.slideContent a:hover {
    background: rgb(190, 124, 0);
    /* transition: all 0.4s ease-out; */
}

.slideContent {
    position: absolute;
    top: 40%;
    left: 10%;
}

.slideContent p {
    color: #ffffff;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 600;
    padding: 12px 0px;
}

/*-------------------- Start Header Css */
/*-------------------- pageBanner Css */

.pageBanner {
    background-color: #0a0a0a;
    background-image: url(../images/pageBanner.jpg);
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 60px 0px;

}

.banner img {
    filter: brightness(.9);
}

.pageBanner .pageBannerBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pageBanner .pageBannerBox a {
    text-transform: uppercase;
    font-weight: 900;
    display: block;
    font-size: 13px;
    text-align: center !important;
    font-family: 'Poppins-Bold';
    color: var(--wd-link-color);
    text-decoration: none;
}

.pageBanner h1 {
    font-size: 68px;
    text-align: center !important;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--wd-link-color);
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}




/*-------------------- Start shop_section Css */

.shop_section {
    padding-bottom: 350px;
}

.shop_section .shop_section_box {
    margin-top: 50px;
}

.shop_section h2 {
    font-weight: 900;
    font-family: 'Poppins-Bold';
    color: #111;
    text-align: center;
    padding: 30px 0px 30px 0px;
    font-size: 30px;
}

.shop_section_box img {
    border: 2px solid black;
    border-radius: 9px;
}

.shop_section .shop_section_box div>h2 {
    border-bottom: 1px solid white;
    color: #000;
}

.shop_section .shop_section_box .absolute_position h2 {
    color: white;
    border-bottom: none;
}

.shop_section .shop_section_box h2 {
    /* font-weight: 900; */
    font-family: Poppins-SemiBold;
    color: white;
    text-align: center;
    padding: 30px 0px 30px 0px;
    font-size: 20px;
}

.shop_section .shop_section_box .absolute_position {
    background-color: #292929;
    border-radius: 0px 0px 20px 20px;
}

.shop_section_box strong {
    font-family: 'Poppins-Regular';
}

.shop_section .shop_section_box p {
    font-family: 'Poppins-Regular';
    color: white;
    font-weight: 900;
    text-align: center;
    font-size: 14px;
    transition: all .4s linear;
}

.shop_section_box>div {
    height: 246px;
    transition: all .5s linear;
    position: relative;
}

.shop_section_box:hover>div {
    background: #292929;
    border-radius: 20px 20px 0px 0px;

}

.absolute_position {
    position: absolute;
    top: 246px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s linear;
}

.shop_section_box:hover>div h2 {
    color: white;
}

.shop_section .shop_section_box:hover .absolute_position {
    visibility: visible;
    opacity: 1;
    padding: 0px 20px 30px 20px;
    z-index: 99;
}




/*-------------------- Start my-account Page Css */

.myaccBanner {
    background-image: url("../images/banner-1.webp");
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 60px 0px;
}

.contactform {
    padding: 90px 0px;
    width: 100%;
}

.contactform .contactformBox h2 {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 20px;
    color: #000;
    font-family: 'Poppins-Regular';
    font-weight: 800;
    text-align: left;
}

.contactform .contactformBox form label span {
    color: #E01020;
    font-size: 16px;
    line-height: 1;
}

.contactform .contactformBox form label {
    display: block;
    margin-bottom: 5px;
    font-family: 'Poppins-Regular';
    font-weight: 500;
    color: #000;
    font-size: 16px;
}

.contactform .contactformBox form input {
    border: 2px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 0 15px;
    height: 42px;
    outline: none;
    border-radius: 20px;
}

.no-arrows::-webkit-outer-spin-button,
.no-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.no-arrows {
    -moz-appearance: textfield;
}

.error {
    color: red;
    font-size: 12px;
}

.input-error {
    border: 2px solid rgb(217, 90, 90) !important;
}

.contactform .contactformBox form select {
    border: 2px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 0 15px;
    height: 42px;
    outline: none;
    border-radius: 20px;
}

.main_map_section aside a {
    background-color: rgba(0, 118, 176, 1);
    border-color: rgba(58, 77, 105, 1);
    padding: 10px 14px;
    width: 240px;
    text-align: center;
    color: white;
    font-size: 24px;
    border-radius: 15px;
    transition: all .3s ease-in-out;
}

.main_map_section aside a:hover {
    background-color: #001c4d;
}

.contactform .contactformBox form button {
    background: #f4a51c;
    width: 100%;
    height: 42px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: white;
    transition: all .2s linear;
    text-transform: uppercase;
    border-radius: 20px;
}

.contactform .contactformBox form button:hover {
    background-color: rgb(199, 130, 12);
}

.contactform .contactformBox form .checkbox {
    display: flex !important;
}

.contactform .contactformBox form .checkbox input {
    width: 18px;
}

.contactform .contactformBox form .checkbox span {
    display: block;
    margin-top: 14px;
    margin-left: 8px;
    font-weight: 500;
    color: #000;
    font-family: 'Poppins-Regular';
    /* font-weight: 500; */
    color: #797979;
    font-size: 16px;
}

.contactform .contactformBox form .login-form-footer a {
    display: block;
    font-family: 'Poppins-Regular';
    font-weight: 500;
    color: #f4a51c;
    font-size: 16px;
    text-decoration: none;
    transition: all .4s linear;
}

.contactform .contactformBox form .login-form-footer a:hover {
    text-decoration: underline;
}

.login-form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contactformBox .register {
    display: block;
    /* background: linear-gradient(180deg, rgba(3,115,205,1) 11%, rgba(10,163,208,1) 73%, rgba(10,163,208,1) 73%, rgba(10,163,208,1) 73%); */
    background-color: #e9e9e9;
    width: 155px;
    height: 42px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    padding-top: 9px;
    text-align: center;
    transition: all .4s linear;
    text-transform: uppercase;
    border-radius: 12px;
    /* margin-top: 30px; */
    /* margin: 0 auto; */
}

.contactformBox .register:hover {
    background-color: #cecece;
}

.contactformBox .registration-info {
    display: block;
    margin-top: 14px;
    margin-left: 0px;
    font-family: 'Poppins-Regular';
    /* font-weight: 600; */
    color: #747474;
    color: #a39f9f;
    font-size: 14px;
    line-height: 2;
    padding: 10px 0px;
    text-align: left;
    padding: 0px 0px 10px 0;

}

.BorderRightForm {
    border-right: 1px solid rgb(228, 227, 224);
    /* background: #f5f5f5; */
    padding: 20px 30px;
}


/*-------------------- Start Blog Page Css */

.blogSection {
    padding: 90px 0px;
    width: 100%;
}

.blogSection h2 {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 20px;
    color: #000;
    font-family: 'Poppins-Bold';
    /* font-weight: 800; */
}

.blogSection p {
    display: block;

    font-family: 'Poppins-Regular';
    /* font-weight: 600; */
    color: #777777;
    font-size: 14px;
    line-height: 2;

}

.search_filter {
    position: relative;
}

.search_filter input {
    width: 100%;
    height: 50px;
    background-color: transparent;
    border: 2px solid #111;
    outline: none;
    padding: 0px 10px;
}

.search_filter>div .fa-search {
    color: white;
    font-size: 19px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.search_filter>div .bi-filter-circle {
    color: black;
    font-size: 20px;
    position: absolute;
    top: 2px;
    background: white;
    left: 2px;
    height: 46px;
    width: 41px;
    padding: 6px 10px;
}

.search_filter>div {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #111;
    width: 90px;
    height: 50px;

}

.AboutBox h2 {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 20px;
    color: #000;
    font-family: "Poppins-Bold";
    /* font-weight: 800; */
}



/*-------------------- Start About Page Css */

.aboutbanner {
    background-image: url("../images/aboutnew.png");
    padding: 5rem 0;
}

.uniqueheading {
    padding: 3rem 0;
    display: flex;
    justify-content: center;
}

.uniqueheading h1 {
    /* background-color: #000; */
    /* width: 330px; */
    font-size: 68px;
    text-align: center !important;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--wd-link-color);
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.about-us-Section {
    padding: 60px 0px;
}

.about-us-Section p {
    width: 100% !important;
}

.AboutBox h2 {
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 20px;
    color: #000;
    font-family: 'Poppins-Bold';
    /* font-weight: 800; */
    text-align: left;
}

.AboutBox p {
    display: block;
    font-family: 'Poppins-Regular';
    /* font-weight: 600; */
    color: #000;
    font-size: 14px;
    width: 80%;
    line-height: 2;
    text-align: left;
}

.inner-bg {
    background-image: url(../images/girlsimg.png);
    background-size: cover;
    /* scale: 0; */
    height: 90vh;

}

.about-us-Section .row .col-lg-12 {
    padding: 0;
}

.SmallAboutBox h2,
.lastSmallAboutBox h2 {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 20px;
    color: #000;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-family: 'Poppins-Bold';
    /* font-weight: 800; */
}

.SmallAboutBox p {
    padding-left: 30px;
    border-left: 3px solid #d1ae82;
}

.SmallAboutBox p {
    display: block;
    font-family: 'Poppins-Regular';
    /* font-weight: 600; */
    color: #000;
    font-size: 14px;
    width: 80%;
    line-height: 2;
}

.sectionAbout {
    padding: 40px 0px 80px 0px;
}

.lastSmallAboutBox ul li {
    display: block;
    font-family: 'Poppins-Regular';
    /* font-weight: 600; */
    color: #000;
    font-size: 14px;
    /* width: 80%; */
    line-height: 2;
}

.lastSmallAboutBox ul {
    padding-left: 30px;
    border-left: 3px solid #d1ae82;
}

.lastSmallAboutBox p {
    display: block;
    font-family: 'Poppins-Regular';
    /* font-weight: 600; */
    color: #000;
    font-size: 14px;
    width: 80%;
    line-height: 2;
}

.lastAboutSection p {
    display: block;
    font-family: 'Poppins-Regular';
    /* font-weight: 600; */
    color: #000;
    font-size: 14px;
    /* width: 80%; */
    line-height: 2;
    text-align: center;
}

.lastAboutSection {
    padding: 50px 0px;
    background-color: #f9f9f9;
}

.lastAboutSection h4 {
    background: -webkit-linear-gradient(#105afb, #00b4db);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Poppins-Bold';
    font-weight: 600;
    font-size: 30px;
    text-align: center;
}


/*-------------------- Start contact Page Css */

.main_map_section {
    position: relative;
}

.mapBox h4 {
    text-transform: uppercase;
    font-size: 20px;
    /* margin-bottom: 20px; */
    color: #000;
    font-family: 'Poppins-Bold';
    font-weight: 800;
}

.mapBox p {
    display: block;
    font-family: 'Poppins-Regular';
    font-weight: 500;
    color: #777777;
    font-size: 14px;
    width: 100%;
    line-height: 2;
}

.mapBox a {
    display: block;
    /* font-family: "Poppins", Arial, Helvetica, sans-serif; */
    font-weight: 600;
    color: #111;
    font-size: 13px;
    width: 105px;
    border-bottom: 1px solid #777777;
    text-decoration: none;
    text-transform: uppercase;
    transition: all linear .4s;
}

.mapBox a:hover {
    border-bottom: 1px solid #111;
}

.mapBox {
    z-index: 2;
    margin-bottom: 0;
    padding: 30px;
    max-width: 340px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
    position: absolute;
    top: 35%;
    left: 15%;
}

.contact_us_section .contactformBox form button {
    background-color: transparent;
    height: 45px;
    width: 200px;
    font-family: 'Poppins_Medium';
    font-weight: 600;
    color: #111;
    border-radius: 35px;
    transition: all .4s linear;
    text-transform: uppercase;
    padding: 0px 23px;
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.contact_us_section .contactformBox form button:hover {
    background-color: #ebeaea;
}

.contact_us_section .registration-info {
    margin-left: 0px;
}

.contactformBox textarea {
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 35px;
    width: 100%;
    padding: 10px 15px;
    /* height: 42px; */
    outline: none;
}

.contact_us_section #accordionExample .accordion-button:not(.collapsed)::after {

    filter: invert(1);
}

.contact_us_section #accordionExample {
    margin-top: 50px;
}

.contact_us_section #accordionExample .accordion-button {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    transition: all linear .3s;
}

.contact_us_section #accordionExample .accordion-button:hover {
    color: rgb(244, 165, 28);
}

.contact_us_section #accordionExample .accordion-button:not(.collapsed) {
    color: rgb(244, 165, 28);
    background-color: transparent;
    box-shadow: none;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.accordion-button:focus {
    box-shadow: 0 0 0 .25rem #FFC107;
}



.user-notification-sec {
    background-color: #ffffffe3;
    /* border: 2px solid grey; */
    border-radius: 8px;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; */
}

.user-notification-sec-li {
    position: relative;
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #eee;
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #eee;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    margin-bottom: 8px;
}

.contact_us_section #accordionExample .accordion-body {
    display: block;

    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #a39f9f;
    font-size: 14px;
    line-height: 2;

}

.contact_us_section #accordionExample h2 {
    margin-bottom: 0px;
}


/*-------------------- Start vendor_register Page Css */
.bottom-header .container {
    position: relative;
}

.menu-main-menu li>div ul li {
    padding: 8px 0px;
}

.menu-main-menu li>div ul .fa.fa-heart-o {
    margin-right: 5px;
}

.menu-main-menu li>div>ul {
    width: 25%;
}

.menu-main-menu li>div {
    background-color: #02002f;
    border-top: 1px solid rgb(0, 118, 176);
    width: 100%;
    padding: 15px 10px;
    position: absolute;
    left: 0px;
    top: 39px;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    transition: all .5s linear;
}

.title_categoryStyle {
    display: block;
    margin-top: -4px !important;
}

.disply_block {
    display: flex !important;
}

.smallFontSize {
    font-size: 12px !important;
    margin-left: 9px !important;
}

.uniquePadding {
    padding: 3px 0px !important;
}

/* .menu-main-menu li>div ul li>ul a {
    width: 100px;
} */

.menu-main-menu li>div ul li>ul {
    display: none;
    position: absolute;
    background: #e2e1e8;
    border-radius: 10px;
    padding: 20px 20px;
}

a.cat-sub-menu-item {
    color: black !important;
}

.title_categoryStyle {
    transition: linear all 0.3s;
}

a.cat-sub-menu-item:hover {
    color: #de8c1a !important;
    transition: linear all 0.3s;
}

.menu-main-menu li>div ul li:hover>ul {
    display: block;
    transition: all .5s linear;
}

.menu-main-menu li:hover>div {
    opacity: 1;
    visibility: visible;
}

.vendor_register .registrationBox {
    padding: 20px;
    background: #fff;
    transition: box-shadow .25s ease-in-out;
    box-shadow: 1px 1px 20px 0px #E9E9E9;
    border-radius: 3px;
    width: 90%;
    margin: 25px auto;
}

.registrationBox .contactformBox form label {
    display: block;
    margin-bottom: 0px;
    font-family: 'Poppins-Regular';
    /* font-weight: 600; */
    color: #7a7a7a;
    font-size: 15px;
}

.registrationBox .contactformBox form input {
    padding: 5px 15px;
}

.registrationBox .contactformBox .login-form-footer .checkbox a {
    display: block;
    margin-top: 10px;
    /* font-family: "Poppins", Arial, Helvetica, sans-serif; */
    font-weight: 600;
    color: #111;
    font-size: 15px;
}

.registrationBox form .Register {
    width: 120px !important;
    background-color: #2a3344 !important;
    height: 40px !important;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: white;
    border-radius: 6px !important;
    transition: all .4s linear;
    text-transform: uppercase;
    margin-left: auto;
    display: block;
}

.registrationBox form .Register:hover {
    background-color: #17a2b8 !important;

}

/*-------------------- Start wishlist Page Css */

.wishlist .wishlistBox h2 {
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 20px;
    color: #000;
    font-family: 'Poppins-Bold';
    font-weight: 800;
}

.wishlist {
    padding: 90px 0px;
    width: 100%;
}

.wishlist_table {
    width: 100%;
}

.wishlist_table tbody {
    border-bottom: 1px solid #b9b9b9;
}

.wishlist_table tbody tr td {
    text-align: center;
    /* font-family: "Poppins", Arial, Helvetica, sans-serif; */
    /* font-size: 18px; */
    padding: 10px 0;
    text-transform: capitalize;
    color: #111;
}

.wishlist_table thead {
    border-bottom: 1px solid #b9b9b9;
}

.wishlist_table thead tr th {
    text-align: center;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #111;
}

/*-------------------- Start Compare Page Css */

.compare_section {
    padding: 90px 0px;
    width: 100%;
}

.compareBox {
    text-align: center !important;
}

.compareBox p {
    display: block;
    /* font-family: "Poppins", Arial, Helvetica, sans-serif; */
    font-weight: 600;
    color: #a39f9f;
    font-size: 14px;
    padding: 14px 0px;
    line-height: 2;
}

.compareBox h2 {
    text-transform: capitalize;
    font-size: 40px;
    /* margin-bottom: 20px; */
    color: #000;
    /* font-family: "Poppins", Arial, Helvetica, sans-serif; */
    font-weight: 800;
}

.compareBox button {

    background-color: rgb(222, 150, 26);
    width: 220px;
    height: 42px;
    /* font-family: "Poppins", Arial, Helvetica, sans-serif; */
    font-weight: 600;
    color: white;
    border-radius: 35px;
    transition: all .4s linear;
    text-transform: uppercase;

}

.compareBox button:hover {
    background-color: rgb(199, 130, 12);
}

.compareBox .bi-arrow-left-right {
    font-size: 100px;
    opacity: .4;

}

/* my profile */

.my-profle .profile-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
}

.my-profle .profile-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.my-profle .profile-header {
    text-align: center;
    padding: 30px 20px 20px;
    background-color: #02002f;
    color: #fff;
}

.my-profle .profile-pic {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 4px solid #fff;
    margin-bottom: 10px;
}

.my-profle .username {
    margin: 0;
    font-size: 1.5em;
}

.my-profle .email {
    margin: 5px 0;
    font-size: 0.9em;
}

.my-profle .profile-body {
    padding: 20px;
}

.my-profle .profile-info {
    list-style: none;
    padding: 0;
}

.my-profle .profile-info li {
    margin: 10px 0;
    font-size: 1em;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.my-profle .edit-btn {
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    background-color: #02002f;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.my-profle .edit-btn:hover {
    background-color: #02002f;
}

/* edit profile */
.edit-profile-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
}

.edit-profile-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.profile-image-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.profile-image-wrapper img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #02002f;
}

.profile-image-wrapper .edit-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #02002f;
    color: #fff;
    border-radius: 50%;
    padding: 6px 8px;
    cursor: pointer;
    font-size: 14px;
    transform: translate(25%, 25%);
}

.profile-image-wrapper input[type="file"] {
    display: none;
}

.edit-profile-card h2 {
    margin-bottom: 20px;
    color: #333;
}

.form-group {
    margin-bottom: 20px;
    text-align: left;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #555;
}

.form-group input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1em;
}

.form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.save-btn,
.cancel-btn {
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.save-btn {
    background-color: #02002f;
    color: #fff;
    border: none;
}

.save-btn:hover {
    background-color: #0056b3;
}

.cancel-btn {
    background-color: #02002f;
    color: #fff;
    text-align: center;
}

.cancel-btn:hover {
    background-color: #999;
}

/*-------------------- Start category_section page Css */

.category_section h2 {
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 40px;
    color: #000;
    font-family: 'Poppins-Bold';
    font-weight: 700;
    text-align: center;
}

.category_section {
    padding: 90px 0px;
    width: 100%;
}

.categoryBox h3 {
    text-transform: capitalize;
    font-size: 20px;
    margin: 30px 0px;
    color: #000;
    font-family: Poppins_Medium;
    font-weight: 500;
    text-align: center;
}

.details_img {
    /* display: flex; */
    justify-content: center;
}

.main-image {
    width: 600px;
    height: 400px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.thumbnails img {
    width: 100px;
    margin-right: 10px;
    cursor: pointer;
    border: 2px solid transparent;
}

.thumbnails img:hover {
    border-color: blue;
}

.details_img img {
    height: 350px !important;
    width: 400px;
}

.details_content h2 {
    padding-top: 1.5rem;
}

.details_content h2,
.details_content p {
    text-align: left;
}



.categoryBox img {
    height: 310px;

}

.categoryBox h3 {
    text-transform: uppercase;
}


.cookies_section {
    padding: 5rem 0;
}

.cookies_section h1 {
    color: #000;
    font-family: 'Poppins-SemiBold';
    font-size: 30px;
}

.cookies_section h2 {
    color: #000;
    font-family: 'Poppins-SemiBold';
    font-size: 30px;

}

.cookies_section strong {
    font-size: 16px;
    color: #000;
    font-weight: unset;
    font-family: 'Poppins-SemiBold';
}

.cookies_section h3,
.cookies_section h4 {
    padding-top: 1rem;
    font-family: 'Poppins-SemiBold';
    font-size: 24px;
    color: #000;
}


/*-------------------- Start footer Css */

.footer {
    background-color: rgb(2, 0, 47);

}

.top-footer p a {
    text-transform: uppercase;
    color: white;
    transition: all .2s ease-in-out;
}

.top-footer p a:hover {
    color: #f4a51c;
}

.top-footer p {
    color: white;
    font-family: 'Poppins-Regular';
    /* font-weight: 600; */
}

.top-footer h2 {
    color: white;
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 12px;
}

.top-footer img {

    max-width: 245px;
    margin-bottom: 20px;

}

.top-footer {
    padding: 60px 0px 100px 0px;
}

.top-footer .shop_section .shop_section_box p {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    color: white;
    font-weight: 900;
    text-align: center;
    font-size: 14px;
    transition: all .4s linear;
}

.bottom-footer img {
    width: auto;
}

.bottom-footer p {
    color: white;
    font-family: 'Poppins_Medium';
    font-weight: 900;
    font-size: 15px;
}

.bottom-footer {
    border-top: 1px solid rgb(240, 238, 238);
    padding: 20px 0px;
}

.topnavUnique {
    gap: 3px;
}

.startOpenPopup {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 1055;
}

.startOpenPopup .startOpenPopupBox>div {
    padding: 25px;
    border-bottom: 1px solid #dfdfdf;
}

.startOpenPopup .startOpenPopupBox {
    border-radius: 20px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    background-color: white;

}

.startOpenPopup .startOpenPopupBox img {
    margin-top: 20px;
}

.startOpenPopup .startOpenPopupBox select#country {
    width: 100%;
    max-width: 300px;
    outline: navajowhite;
    border: 2px solid #dfdfdf;
    padding: 12px 5px;
    /* margin-top: 10px; */
    border-radius: 6px;
}

.startOpenPopup .startOpenPopupBox,
.startOpenPopup .startOpenPopupBox>div {
    text-align: center;
}

.startOpenPopup .startOpenPopupBox h2 {
    font-size: 22px;
    padding: 10px 0px;
    text-align: center;
    /* color: #111; */
}

.startOpenPopup>div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.startOpenPopup .startOpenPopupBtn {
    background-color: rgb(244, 165, 28);
    outline: none;
    border-radius: 8px;
    padding: 5px 14px;
    width: 119px;
    margin: 20px auto 20px auto;
    color: white;
    border: none;
    font-size: 16px;
}

/* new product detail page css */
a,
a:hover {
    text-decoration: none;
    color: inherit;
}

.section-products {
    padding: 80px 0 54px;
}

.section-products .header {
    margin-bottom: 50px;
}

.section-products .header h3 {
    font-size: 1rem;
    color: #fe302f;
    font-weight: 500;
}

.section-products .header h2 {
    font-size: 2.2rem;
    font-weight: 400;
    color: #444444;
}

.section-products .single-product {
    margin-bottom: 26px;
}

/* .section-products .single-product .part-1 {
    position: relative;
    height: 290px;
    max-height: 290px;
    margin-bottom: 20px;
    overflow: hidden;
} */
.section-products .single-product .part-1 {
    height: 290px;
    max-height: 290px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: transform 0.3s;
    overflow: hidden;
}

.section-products .single-product:hover .part-1 {
    transform: scale(1.05) rotate(2deg);
}

.section-products .single-product .part-1::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.3s;
}

.section-products .single-product:hover .part-1::before {
    transform: scale(1.2, 1.2) rotate(5deg);
}

/* .section-products #product-1 .part-1::before {
    background: url("./53f441905e40859f094c6973eefae51f.jpg") no-repeat center;
    background-size: cover;
		transition: all 0.3s;
}

.section-products #product-2 .part-1::before {
    background: url("./53f441905e40859f094c6973eefae51f.jpg") no-repeat center;
    background-size: cover;
}

.section-products #product-3 .part-1::before {
    background: url("./53f441905e40859f094c6973eefae51f.jpg") no-repeat center;
    background-size: cover;
}

.section-products #product-4 .part-1::before {
    background: url("./53f441905e40859f094c6973eefae51f.jpg") no-repeat center;
    background-size: cover;
} */

.section-products .single-product .part-1 .discount,
.section-products .single-product .part-1 .new {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #ffffff;
    background-color: #fe302f;
    padding: 2px 8px;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.section-products .single-product .part-1 .new {
    left: 0;
    background-color: #444444;
}

/* .section-products .single-product .part-1 ul {
    position: absolute;
    bottom: -41px;
    left: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    transition: bottom 0.5s, opacity 0.5s;
} */
.section-products .single-product .part-1 ul {
    position: unset;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    transition: bottom 0.5s, opacity 0.5s;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 20px;
}

.section-products .single-product:hover .part-1 ul {
    bottom: 30px;
    opacity: 1;
}

.section-products .single-product .part-1 ul li {
    display: inline-block;
    margin-right: 4px;
}

.section-products .single-product .part-1 ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    color: #444444;
    text-align: center;
    box-shadow: 0 2px 20px rgb(50 50 50 / 10%);
    transition: color 0.2s;
}

.section-products .single-product .part-1 ul li a:hover {
    color: #fe302f;
}

.section-products .single-product .part-2 .product-title {
    font-size: 1rem;
}

.section-products .single-product .part-2 h4 {
    display: inline-block;
    font-size: 1rem;
}

.section-products .single-product .part-2 .product-old-price {
    position: relative;
    padding: 0 7px;
    margin-right: 2px;
    opacity: 0.6;
}

.section-products .single-product .part-2 .product-old-price::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #444444;
    transform: translateY(-50%);
}

@media screen and (min-width:1200px) and (max-width:1399px) {
    .topnavUnique a {
        font-size: 12px;
    }

    .topnavUnique strong {
        font-size: 11px;
    }
}

@media screen and (max-width:1024px) {
    .top-navbar-section-new {
        display: none;
    }
}



@media screen and (min-width:992px) and (max-width:1199px) {
    .topnavUnique a {
        font-size: 12px;
    }

    .topnavUnique strong {
        font-size: 11px;
    }

    .shopping_logo p {
        font-size: 11px;
    }

    .shopping_logo {
        width: 100%;
    }

    .categoryBox img {
        object-fit: cover;
    }
}


@media screen and (min-width:768px) and (max-width:991px) {

    .header-navigation {
        width: 100%;
    }

    .topnavUnique a {
        font-size: 12px;
    }

    .topnavUnique strong {
        font-size: 11px;
    }

    .shopping_logo p {
        font-size: 11px;
    }

    .shopping_logo {
        width: 100%;
    }

    .hamburger {
        display: block;
    }

    .un_nav {
        display: flex;
        justify-content: space-between;
        padding: 12px 0;
    }

    .un_nav i {
        font-size: 32px;
        color: white;
    }

    .bottom-header {
        /* background-color: #02002f; */
        background: rgb(52, 50, 111);
        background: linear-gradient(90deg, rgba(52, 50, 111, 1) 20%, rgba(0, 118, 176, 1) 89%);
        padding: 15px 0px;
        width: 35%;
        position: absolute;
        right: 62px;
        top: 152px;
        border-radius: 5px;
        display: none;
    }

    .bottom-header .menu-main-menu .header-nav-link {
        padding: 6px 0;
    }

    .bottom-header .menu-main-menu {
        display: block;
    }

    .banner .swiper-slide .mt-5 {
        margin-top: 1rem !important;
    }

    .slideContent {
        top: 28%;
    }

    .banner .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 160px;
    }

    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        margin-top: -95px;
    }

    .AboutBox,
    .lastSmallAboutBox,
    .SmallAboutBox {
        padding: 1rem 0;
    }

    .top-navbar-section-new {
        display: none;
    }
}

@media screen and (min-width:320px) and (max-width:767px) {


    .bottom-header {
        /* background-color: #02002f; */
        background: rgb(0, 118, 176);
        background: linear-gradient(0deg, rgba(0, 118, 176, 1) 20%, rgba(52, 50, 111, 1) 89%);
        padding: 15px 0px;
        width: 35%;
        position: absolute;
        right: 62px;
        top: 152px;
        border-radius: 5px;
        display: none;
    }

    .bottom-header .menu-main-menu .header-nav-link {
        padding: 6px 0;
    }

    .header-navigation {
        width: 100%;
    }

    .topnavUnique a {
        font-size: 12px;
    }

    .topnavUnique strong {
        font-size: 11px;
    }

    .shopping_logo p {
        font-size: 11px;
    }

    .shopping_logo {
        width: 100%;
    }

    .hamburger {
        display: block;
    }

    .un_nav {
        display: flex;
        justify-content: space-between;
        padding: 12px 0;
    }

    .un_nav i {
        font-size: 32px;
        color: white;
    }

    .bottom-header {
        background-color: #02002f;
        padding: 15px 0px;
        width: 40%;
        position: absolute;
        right: 62px;
        top: 180px;
        border-radius: 5px;
        display: none;
    }

    .bottom-header .menu-main-menu {
        display: block;
    }

    .slideContent h1 {
        font-size: 35px;
    }

    .slideContent {
        top: 30%;
    }

    .banner img {
        height: 300px;
        margin-top: 49px;
    }

    .banner .swiper-slide {
        height: auto;
    }

    .shop_section .shop_section_box {
        margin: 50px 0;
    }

    .header .top-header .top-header1 {
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
        width: 100%;
    }

    .shopping_logo {
        margin: 15px auto 0px auto !important;
        width: 262px;

    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 35px;
    }

    .AboutBox,
    .lastSmallAboutBox {
        padding: 1rem 0;
    }

    .slideContent a {
        padding: 13px 13px;
        font-size: 10px;

    }

    .top-navbar-section-new {
        display: none;
    }
}

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

    .bottom-header {
        width: 95%;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 335px;
    }

    /* .categoryBox img {
        object-fit: none;
    } */
    .categoryBox img {
        width: 65%;
    }

    .unique_flex {
        display: grid;
        place-items: center;
        height: unset !important;
    }

    .categoryBox img {
        height: 160px !important;
    }

    .categoryBox .col-12 {
        flex: 0 0 auto;
        width: 50% !important;
    }

    .categoryBox h3 {
        text-transform: uppercase;
        font-size: 14px;
    }

    .shop_section {
        padding-bottom: 0px;
    }

    .category_section h2 {
        margin-top: 15px;
        margin-bottom: 0px;
        text-transform: capitalize;
        font-size: 27px;
        margin-bottom: 26px;
        color: #000;
        font-family: 'Poppins-Bold';
        /* font-weight: 700; */
        text-align: center;

    }

    .category_section {
        padding: 0px 0px;
    }

    .top-navbar-section-new {
        display: none;
    }

}

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

    .slideContent h1 {
        font-size: 18px;
        margin-top: 87px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 26px;
    }

    .middle-header .logo img {
        max-width: 180px;
    }

    .middle-header {
        padding: 6px 0px;
    }

    .dividerBar:before,
    .dividerBarMiddle:before {
        border-right: 0px solid;
    }

    .header .top-header .top-header1 ul a {
        padding-left: 5px;
    }

    .header .top-header .top-header1 ul {
        flex-wrap: wrap;
    }

    .uniqueheading h1 {
        font-size: 40px;
    }

    .mapBox {
        max-width: 280px;
        left: 6%;
    }

    .bottom-footer .flex {
        display: grid;
        place-items: center;

    }

    /* .bottom-footer .flex > div:nth-child(2){
        display: flex;
        justify-content: center;
    } */
    .compareBox h2 {
        font-size: 30px;
    }

    .pageBanner h1 {
        font-size: 30px;
    }

    .AboutBox h2 {
        font-size: 25px;
    }

    .categoryBox img {
        width: 100%;
    }

    .top-navbar-section-new {
        display: none;
    }
}


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

    .bottom-header {
        top: 372px;
    }
}