

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/


/*Regular font*/
@font-face {
    font-family: 'DubaiRegular';
    src: url('assets/dubai-Font/regular/DubaiRegular.eot');
    src: url('assets/dubai-Font/regular/DubaiRegular.eot?#iefix') format('embedded-opentype'),
         url('assets/dubai-Font/regular/DubaiRegular.svg#SegoeUI') format('svg'),
         url('assets/dubai-Font/regular/DubaiRegular.ttf') format('truetype'),
         url('assets/dubai-Font/regular/DubaiRegular.woff') format('woff'),
         url('assets/dubai-Font/regular/DubaiRegular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  
  
  /*medium font*/
  @font-face {
    font-family: 'DubaiMedium';
    src: url('assets/dubai-Font/medium/DubaiMedium.eot');
    src: url('assets/dubai-Font/medium/DubaiMedium.eot?#iefix') format('embedded-opentype'),
         url('assets/dubai-Font/medium/DubaiMedium.svg#SegoeUI') format('svg'),
         url('assets/dubai-Font/medium/DubaiMedium.ttf') format('truetype'),
         url('assets/dubai-Font/medium/DubaiMedium.woff') format('woff'),
         url('assets/dubai-Font/medium/DubaiMedium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  

  /*bold font*/
  @font-face {
    font-family: 'DubaiBold';
    src: url('assets/dubai-Font/bold/DubaiBold.eot');
    src: url('assets/dubai-Font/bold/DubaiBold.eot?#iefix') format('embedded-opentype'),
         url('assets/dubai-Font/bold/DubaiBold.svg#SegoeUI') format('svg'),
         url('assets/dubai-Font/bold/DubaiBold.ttf') format('truetype'),
         url('assets/dubai-Font/bold/DubaiBold.woff') format('woff'),
         url('assets/dubai-Font/bold/DubaiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  

html, body{
    height: 100%;
}
body {
    font-family: 'DubaiRegular';
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #444444;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:focus,
a:hover,
a:visited,
input,
.bootstrap-select>.dropdown-toggle,
input:hover,
.bootstrap-select>.dropdown-toggle:hover,
input:focus,
.bootstrap-select>.dropdown-toggle:focus,
input:active,
.bootstrap-select>.dropdown-toggle:active,
select {
    text-decoration: none;
    outline: none;
}

button:focus{
    outline: 0px;
}

img {
    max-width: 100%;
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 15px;
    color: #111727;
}

.container{
    max-width: 1300px;
}

/*
 *****************************************
 >>> | 03. navigation css Start
 *****************************************
*/

.header-top-area {
    background: #061639;
    padding: 12px 0px;
}

.header-top-left {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
}

.header-top-left p, .header-top-left a {
    color: #fff;
    font-size: 15px;
    margin: 0px;
}

.header-top-left p img {
    margin-right: 5px;
    height: 20px;
}
.header-top-right {
    text-align: right;
}

.header-top-right a {
    color: #fff;
    font-size: 15px;
    margin-left: 25px;
}

.header-center-area {
    background: #0a1d48;
    padding: 20px 0px;
}

.search-form {
    display: grid;
    grid-template-columns: 3fr 10fr;
    background: none;
    padding-top: 10px;
}

.search-products input[type="search"] {
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 7px 10px;
    padding-left: 45px;
    border: none;
}

.search-products {
    position: relative;
}

.search-products button {
    position: absolute;
    left: 15px;
    background: none;
    border: none;
    padding: 0;
    top: 6px;
}

.search-products button img {
    height: 22px;
}

.select-product select {
    border: none;
    background: none;
    position: relative;
    z-index: 99;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}

.select-product {
    background: #ebebeb;
    padding-left: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 6px 10px;
    position: relative;
}

.search-products input::placeholder {
    color: #A9B6D2;
}

.select-product:after {
    font-family: Material-Design-Iconic-Font;
    content: '\f2f9';
    font-size: 26px;
    position: absolute;
    right: 10px;
    top: 6px;
    color: #CD005C;
}

.header-center-right a {
    display: inline-block;
    color: #fff;
    margin-left: 10px;
}

.header-center-right a span {
    display: inline-block;
    background: #17316c;
    padding: 5px;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 10px;
    margin-right: 6px;
}

.header-center-right a img {
    height: 18px;
}

.header-center-right a:first-child span {
    width: auto;
    height: auto;
    padding: 4px 25px;
}

.header-center-right {
    text-align: right;
    padding-top: 10px;
}

.header-center-right a.cartIcon {
    position: relative;
}

.header-center-right a.cartIcon b {
    position: absolute;
    right: 31px;
    top: -7px;
    height: 25px;
    width: 25px;
    background: #DC3545;
    font-size: 10px;
    line-height: 25px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.header-menu li {
    display: inline-block;
}

.header-menu li a {
    display: block;
    color: #0A1D48;
    padding: 0px 10px;
    font-family: 'DubaiMedium';
    position: relative;
}
.header-menu li a span {
    position: absolute;
    background: #DC3545;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    width: 30px;
    height: 16px;
    top: 6px;
    right: -36px;
    text-align: center;
    line-height: 17px;
}
.categories-menu button {
    background: none;
    border: none;
    padding: 0;
    color: #0A1D48;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    gap: 5px;
    font-family: 'DubaiMedium';
}

.categories-menu button img {
    height: 30px;
}

.categories-menu button i {
    color: #C3005C;
    font-size: 30px;
    padding-left: 30px;
}

.header-menu li:first-child a {
    padding-left: 0;
}

.header-menu li:last-child a {
    padding-right: 0;
}

.header-bottom-right a {
    color: #C3005C;
    font-family: 'DubaiMedium';
}

.header-bottom-right a img {
    padding-right: 5px;
}

.header-bottom-right {
    text-align: right;
}

.header-bottom-area {
    padding: 15px 0px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.04);
}

.header-menu li a:hover {
    color: #C3005C;
}

.categories-menu button:hover {
    color: #dc3645;
}

.banner-left-menu h5 {
    color: #111827;
    font-family: 'DubaiBold';
    padding-left: 15px;
    font-size: 17px;
    margin-bottom: 5px;
}

.banner-left-menu a {
    display: block;
    color: #111827;
    font-size: 16px;
    padding: 4px 15px;
    border-radius: 12px;
}

.banner-left-menu {
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.09);
    border-radius: 18px;
    padding: 20px 15px;
}

.padding-5 {
    padding-left: 8px;
    padding-right: 8px;
}

.banner-left-menu a:hover {
    background: rgba(195, 0, 92, 0.08);
}

.home-banner-cart {
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    padding: 10px;
    position: relative;
    display: grid;
    grid-template-columns: 6fr 6fr;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    justify-content: center;
    align-items: center;
    grid-gap: 15px;
    margin-bottom: 24px;
}

.home-banner-cart h4 {
    color: #0a1d48;
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
    padding: 25px 0px;
}

.home-banner-cart img {
    border-top-right-radius: 18px;
}

.home-banner .owl-dots {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
}

.home-banner .owl-dots div {
    height: 14px;
    width: 14px;
    border:  1px solid rgba(232, 232, 232, 0.37);
    display: inline-block;
    border-radius: 50%;
    margin: 0px 5px;
}

.home-banner {
    position: relative;
}

.home-banner .owl-dots div.active {
    background: #007BFF;
    border-color: #007BFF;
}


.cart-style1-txt h5 {font-size: 17px;margin-bottom: 5px;}

.cart-style1 {
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    display: grid;
    grid-template-columns: 3fr 9fr;
    padding: 10px 15px;
    grid-gap: 15px;
    align-items: center;
    padding-left: 10px;
}

.cart-style1-txt p {
    color: #848EA4;
    margin: 0;
}

.cart-style1-txt {
    position: relative;
    padding-right: 8px;
}

.cart-style1-txt i {
    position: absolute;
    right: -5px;
    top: 45%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #CD005C;
}

.small-cart-area {
    padding-bottom: 40px;
    padding-top: 10px;
}

.cart-style2 {
    display: grid;
    grid-template-columns: 8fr 4fr;
    grid-gap: 20px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
    border-radius: 18px;
}

.cart-style2-txt {
    padding: 20px;
}

.cart-style2-txt h4 {
    color: #fff;
    font-family: 'DubaiRegular';
    margin-bottom: 6px;
}

.cart-style2-txt span {
    color: #DEDEDE;
}

.cart-style2-txt form {
    position: relative;
    margin-top: 30px;
}

.cart-style2-txt input[type="search"] {
    width: 100%;
    border: none;
    background: #F5F8FE;
    border-radius: 109px;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'DubaiRegular';
}

.cart-style2-txt form button {
    position: absolute;
    right: 10px;
    border: none;
    background: none;
    background: #CD005C;
    border-radius: 58px;
    height: 35px;
    width: 35px;
    top: 7px;
}

.cart-style2-txt form button img {
    height: 16px;
}

.cart-style2-txt input::placeholder {
    color: #8D8C8C;
}

.cart-style2-txt p a {
    color: #FFFFFF;
    text-decoration: underline;
}

.cart-style2-txt p {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
}

.cart-style2-img img {
    border-radius: 18px;
}

.cart-style2.cart-style2-bg2 input[type="text"] {
    position: absolute;
    right: 65px;
    width: 110px;
    top: 8px;
    border: none;
    border-left: 1px solid #DEDEDE;
    padding-left: 10px;
    background: #F5F8FE;
}

.cart-style2.cart-style2-bg2 button {
    width: auto;
    padding: 5px 15px;
    color: #fff;
    background: #CD005C;
    line-height: 26px;
}

.cart-style3-area {
    padding-top: 50px;
}

.section-title h4 {
    color: #111827;
    font-size: 24px;
    margin-bottom: 20px;
}

.cart-styel3 {
    display: grid;
    grid-template-columns: 5fr 9fr;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
}

.cart-style3-txt {
    padding: 30px 25px;
}

.cart-style3-txt h3 {
    color: #fff;
    margin-bottom: 30px;
}

.explore-btn {
    background: #EDF6FF;
    border: 1px solid #EDF6FF;
    border-radius: 18px;
    color: #C3005C;
    height: 37px;
    width: 110px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
}
.explore-btn:hover{
    color: #C3005C;
}

.cart-style3-right {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr 3fr;
    grid-gap: 14px;
}

.cart-styel4 {
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    border-radius: 9px;
    padding: 11px;
    text-align: right;
}

.cart-styel4 h5 {
    margin: 0;
    font-size: 18px;
    font-family: 'DubaiRegular';
    line-height: 1.3;
    text-align: left;
}

.cart-styel4 img {
    width: 50%;
}

.cart-style3-img {
    padding-top: 64px;
}

.global-logo-bg {
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    border-radius: 18px;
    padding: 30px 10px;
}

.section-title-dark h4 {
    font-size: 26px;
    color: #111827;
}

.explore-btn.style2 {
    background: #fff;
    border-color: #C3005C;
}

.global-logo-area {
    padding-top: 35px;
}

.global-logo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    justify-content: center;
    align-items: center;
}

.cart-style5 {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 188px;
    border-radius: 18px;
    padding: 30px;
    padding-right: 110px;
}

.cart-style5 h5 {
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
}

.learnMore {
    background: #CD005C;
    border-radius: 9px;
    width: 153px;
    height: 45px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    font-weight: 700;
}
.learnMore:hover{
    color: #fff;
}

.cart-style5-area {
    padding-top: 50px;
}

.cart-style6-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 15px;
}

.cart-style6 a {
    display: block;
}

.cart-style6 p {
    color: #7E7E7E;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 7px;
    margin-top: 0px;
}

.cart-style6 img{
    margin-bottom: 7px;
    width: 100%;
}

.cart-style6 h6 {
    color: #111827;
    font-size: 14px;
    margin-bottom: 14px;
}

.cart-style6 h5 {
    color: #BFBFBF;
    font-size: 13px;
    font-family: 'DubaiRegular';
    margin-bottom: 7px;
}

.off50 {
    display: inline-block;
    background: #FF5A6A;
    border-radius: 40px;
    color: #fff;
    padding: 0px 0px;
    font-size: 10px;
    width: 60px;
    text-align: center;
}

.cart-style6 {
    position: relative;
    z-index: 1;
}

.new {
    position: absolute;
    top: 10px;
    right: 50%;
    background: #CD000C;
    border-radius: 40px;
    color: #fff;
    width: 50px;
    text-align: center;
    font-size: 10px;
    transform: translateX(50%);
    height: 20px;
    line-height: 20px;
}

.cart-large-box {
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.04);
    border-radius: 18px;
    padding: 20px;
    margin-bottom: 30px;
}

.big-box-area {
    padding-top: 40px;
}

.cart-large-box .nav-link {
    color: rgba(10, 29, 72, 0.6);
    border: 1px solid #ACACAC;
    border-radius: 9px;
    margin-right: 15px;
    font-weight: 500;
    margin-bottom: 25px;
}

.cart-large-box .nav-link.active {
    background: #F2F2F2;
    border-color: #F2F2F2;
}

.cart-style6-box.grid6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.cart-style6-box.grid4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid4 .cart-style6 h6 {
    font-family: 'DubaiBold';
}

.grid4 .cart-style6 p {
    margin-bottom: 5px;
}

.cart-large2-box {
    background: #F4F4F4;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 20px;
}

.cart-large2-box .cart-style6-box.grid4 {
    grid-gap: 45px;
}

.cart-large2-box .row {
    margin-bottom: 15px;
}

.home-blog-box {
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    border-radius: 18px;
    padding: 30px 20px;
}

.blog-lg-box {
    display: grid;
    grid-template-columns: 4fr 8fr;
    gap: 20px;
    margin-bottom: 30px;
    margin-top: 15px;
}

.blog-lg-img img {
    width: 100%;
}

.bookGrid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    align-items: center;
}

.book-now {
    text-align: right;
}

.blog-lg-txt h5 a {
    font-size: 18px;
    color: #0A1D48;
}

.blog-lg-txt h5 {
    margin-bottom: 5px;
}

.blog-lg-txt p {
    font-size: 15px;
    color: #7E7E7E;
    margin-bottom: 10px;
}

.offerLeft {
    color: #DC3545;
    font-size: 13px;
}

.book-now button {
    background: #F2F8FF;
    border-radius: 8px;
    border: none;
    height: 37px;
    width: 37px;
    padding: 0;
    margin-right: 5px;
}

.book-now button img {
    height: 16px;
}

.blog-lg-img {
    position: relative;
}

.eventDate {
    position: absolute;
    left: 10px;
    bottom: 18px;
    background: #EDEDED;
    border-radius: 15px;
    width: 70px;
    height: 50px;
    font-size: 14px;
    color: #17316C;
    font-family: 'DubaiBold';
    text-align: center;
    padding-top: 12px;
}

.blog-md-box {
    display: grid;
    grid-template-columns: 2fr 7fr 4fr;
    gap: 20px;
    margin-top: 20px;
}

.blog-md-img img {
    width: 100%;
}

.blog-md-text h5 a {
    color: #0A1D48;
    font-size: 16px;
}

.blog-md-text h5 {
    margin-bottom: 5px;
}

.blog-md-box .book-now span {
    display: block;
    text-align: center;
    color: #17A2B8;
    font-size: 13px;
    margin-bottom: 10px;
}
.blog-md-text p {
    margin: 0;
    color: #7E7E7E;
    font-size: 15px;
}

.explore-all-event {
    text-align: center;
    margin-top: 30px;
}

.explore-all-event a {
    background: #F5F8FE;
    border-radius: 18px;
    display: block;
    padding: 10px 20px;
    color: #CD005C;
    width: 66%;
    margin: 0 auto;
}

.home-blog-area {
    padding-top: 50px;
}

.home-blog-box .select-product {
    border-radius: 10px;
}

.latestNews.cart-large-box .nav-link {
    padding: 5px 7px;
    font-size: 15px;
}

.cart-large-box.latestNews {
    padding: 30px 20px;
}

.newsTxt strong a, .news-category-txt strong a {
    color: #CD005C;
    font-size: 13px;
}

.newsTxt strong, .news-category-txt strong {
    font-size: 13px;
    color: #7E7E7E;
}

.newsTxt {
    margin-top: 5px;
}

.newsTxt h5 a {
    color: #0A1D48;
    font-size: 18px;
    font-family: 'DubaiRegular';
}

.newsTxt p {
    font-size: 15px;
    color: #7E7E7E;
    line-height: 1.6;
    margin-top: 20px;
}

.newsTxt p a {
    color: #5473d2;
    text-decoration: underline;
}

.news-category-txt h5 a {
    color: #0A1D48;
    font-size: 14px;
}

.news-category-list {
    display: grid;
    grid-template-columns: 4fr 13fr;
    gap: 7px;
    margin-bottom: 15px;
}

.news-category-list img {
    width: 100%;
}

.news-category-txt h5 {
    margin-top: 0;
    font-family: 'DubaiRegular';
    line-height: 20px;
}

.seller-success-bg {
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    border-radius: 18px;
    padding: 40px 20px;
    padding-bottom: 80px;
}

.seller-success-bg h2 {
    text-align: center;
    font-size: 26px;
    padding-bottom: 20px;
}

.single-success-carousel h5 {
    font-size: 18px;
    font-family: 'DubaiRegular';
}

.single-success-carousel p img {
    height: 20px !important;
    width: 20px !important;
    margin-right: 2px;
    display: inline-block !important;
}

.single-success-carousel p {
    color: #7E7E7E;
}

.single-success-carousel strong {
    font-size: 15px;
    color: #0A1D48;
}

.single-success-carousel {
    border: 1px solid #F2F2F2;
    border-radius: 18px;
    padding: 20px;
    display: grid;
    grid-template-columns: 8fr 4fr;
    gap: 20px;
}
.succes-story-img {
    padding-top: 60px;
}
.seller-success-story {
    padding-top: 30px;
}

.seller-success-bg .owl-nav div, 
.featuresCarousel2 .owl-nav div, 
.featuresCarousel .owl-nav div {
    position: absolute;
    left: 43%;
    font-size: 28px;
    bottom: -60px;
    height: 33px;
    width: 33px;
    border: 2px solid #000;
    text-align: center;
    border-radius: 50%;
}

.seller-success-bg .owl-nav .owl-next, 
.featuresCarousel2 .owl-nav .owl-next, 
.featuresCarousel .owl-nav .owl-next {
    left: auto;
    right: 43%;
}

.seller-success-bg .owl-dots div, 
.featuresCarousel2 .owl-dots div, 
.featuresCarousel .owl-dots div {
    height: 10px;
    width: 10px;
    border: 1px solid #5472D2;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
}

.seller-success-bg .owl-dots, 
.featuresCarousel2 .owl-dots, 
.featuresCarousel .owl-dots {
    position: absolute;
    bottom: -52px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}

.seller-success-bg .owl-dots div.active, 
.featuresCarousel2 .owl-dots div.active, 
.featuresCarousel .owl-dots div.active {
    background: #C3005C;
    border-color: #C3005C;
    height: 16px;
    width: 16px;
}

.card-box7 {
    display: grid;
    grid-template-columns: 7fr 5fr;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.04);
    border-radius: 18px;
    padding: 20px;
    margin-top: 30px;
    gap: 20px;
}

.card-area {
    margin-top: 15px;
}

.card-box7-txt p {
    color: #7E7E7E;
    font-size: 15px;
    line-height: 21px;
}

.card-xl {
    display: grid;
    grid-template-columns: 7fr 5fr;
}

.card-xl-txt {
    background: radial-gradient(180.58% 429.21% at 53.05% 85.4%, #0A1D48 0%, #CD005C 100%);
    background-blend-mode: multiply;
    border-radius: 18px 0px 0px 18px;
    padding: 20px 50px;
    padding-top: 80px;
}

.card-xl-txt h2 {
    color: #fff;
    font-family: 'DubaiRegular';
    font-size: 34px;
}

.card-xl-txt h5 {
    color: #A4AAB1;
    font-size: 18px;
    font-family: 'DubaiRegular';
    line-height: 1.4;
    margin-bottom: 40px;
}

.card-xl-txt input[type="search"] {
    width: 55%;
    border: none;
    background: #F8F8F8;
    border-radius: 13px;
    height: 48px;
    padding: 0px 15px;
}

.card-xl-txt input::placeholder {
    color: rgba(10, 29, 72, 0.7);
}

.card-xl-txt button {
    background: #CD005C;
    border: 1px solid #CD005C;
    border-radius: 18px;
    width: 151px;
    height: 48px;
    color: #fff;
    margin-left: 15px;
}

.card-xl-img {
    position: relative;
    z-index: 1;
}

.imgPopup {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%)translateY(-50%);
}

.imgPopup img {
    height: 35px;
}

.start-business {
    margin-top: 40px;
}

.subscribe-area {background: #061639;padding: 50px 0px;margin-top: 70px;}

.subscribe-area .card-xl-txt {
    background: none;
    text-align: center;
    padding: 0;
}

.subscribe-area .card-xl-txt h2 {
    margin-bottom: 30px;
}

.subscribe-area .card-xl-txt p {
    color: #EDF6FF;
    opacity: .8;
    margin-bottom: 0;
    margin-top: 6px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.footer-area {
    background: #0A1D48;
    padding: 40px 0px;
}

.footer-menu h5 {
    font-size: 16px;
    color: #EDF6FF;
}

.footer-menu a {
    color: #EDF6FF;
    line-height: 26px;
    display: block;
}

.footer-menu.social-links a i {
    margin-right: 4px;
}

.footer-bottom-area {
    background: #061639;
    padding: 15px 0px;
}

.footer-bottom-area p {
    margin: 0;
    color: #EDF6FF;
}

.footer-bottom-area p span {
    margin-left: 15px;
}

.footer-right {
    text-align: right;
}

.footer-right a {
    color: #EDF6FF;
    padding-left: 20px;
}

.explore-btn:hover {
    background: #C3005C;
    color: #fff;
    border-color: #C3005C;
}

.learnMore:hover {
    background: #ed066e;
}

.card-xl-txt button:hover {
    opacity: .8;
}

.explore-all-event a:hover {
    background: #CD005C;
    color: #fff;
}

.siteNav {
    position: absolute;
    left: -330px;
    transition: .3s;
    width: 300px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    top: 211px;
    height: 100%;
}

.siteNav.collapsed-left {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.slicknav_menu {
    display: none;
}

.blobal-shadow {
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.04);
    border-radius: 18px;
    padding: 30px 25px;
}

.breadcrumb-title li {
    display: inline-block;
}

.breadcrumb-title li a, .breadcrumb-title li {
    color: rgba(10, 29, 72, 0.4);
    font-size: 16px;
}

.bradcrumb-area {
    margin-bottom: 20px;
}

.section-title h1 {
    color: #0A1D48;
    font-size: 52px;
    margin-bottom: 10px;
}

.section-title p, 
.section-title-disc p,  
.section-title-disc span {
    color: #0A1D48;
}
body{
    background: #f9fdff;
}
.section-title-disc ul {
    list-style: disc;
    margin-left: 20px;
}

.section-title-disc li  {
    padding: 3px 0px;
    color: #0A1D48;
}

.section-title-disc {
    margin: 30px 0px;
}

.section-title-disc h2 {
    color: #0A1D48;
    margin-bottom: 25px;
}

.categoryName {
    color: #CD005C;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.categoryName span {
    color: #7E7E7E;
    text-transform: initial;
}

.refund .section-title-disc h2 {
    margin-bottom: 10px;
}

.help-search-form input[type="search"] {
    width: 100%;
    background: #EFEFEF;
    border-radius: 12px;
    height: 44px;
    border: none;
    padding: 0px 20px;
    padding-left: 40px;
}

.help-search-form {
    position: relative;
    margin: 25px 0px;
    margin-bottom: 35px;
}

.help-search-form button {
    background: none;
    border: none;
    position: absolute;
    left: 5px;
    top: 7px;
}

.help-search-form button img {
    height: 18px;
}

.help-search-form input::placeholder {
    color: #8D8C8C;
}

.faqsCategory-left {
    background: #F5F8FE;
    border: 1px solid #EAF5FB;
    border-radius: 18px;
    padding: 20px;
}

.faqsCategory-left li {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.faqsCategory-left li a {
    display: block;
    color: #17316C;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.19);
    padding: 13px 20px;
    transition: .0s;
}

.faqsCategory-left .nav {
    display: block;
}

.faqsCategory-left h4{
    margin-bottom: 30px;
}

.faqsCategory-left li a.active {
    background: #F5F8FE;
    border: 1px solid #CD005C !important;
    border-radius: 8px;
    color: #C3005C;
}

.faqsCategory-left li:last-child a {
    border-bottom: 0px;
}

.faqsCategory-left li a i {
    font-size: 27px;
    position: absolute;
    right: 15px;
    top: 10px;
}

.section-title-disc.sec-border {
    border: 1px solid #C3E8FC;
    border-radius: 12px;
    padding: 20px;
    margin-top: 0;
    margin-bottom: 18px;
}

.section-title-disc.sec-border p {
    color: #0A1D48;
    margin: 0;
    line-height: 22px;
}

.section-title-disc.sec-border h4 {
    margin-bottom: 10px;
}

.section-title-disc.sec-border li {
    line-height: 22px;
}

.sing-in-grid {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 30px;
    align-items: center;
}

.login-form h4 {
    font-family: 'DubaiRegular';
    font-size: 32px;
    margin-bottom: 22px;
}

.login-form input, 
.login-form select {
    width: 100%;
    padding: 6px 15px;
    border: 1px solid #CFCBCB;
    border-radius: 13px;
    height: 42px;
    font-size: 14px;
    color: #A9B6D2;
}

.login-form input::placeholder {
    color: #A9B6D2;
}

.login-form label {margin-bottom: 0;color: #0A1D48;}

.form-gap {
    margin-top: 25px;
}

.login-form p {
    color: #0A1D48;
    margin-top: 10px;
    margin-bottom: 0;
}

.login-form p a {
    color: #0A1D48;
}

.login-form button {
    background: #CD005C;
    border-radius: 18px;
    width: 161px;
    border: none;
    height: 32px;
    color: #fff;
    font-size: 14px;
}

.login-form button:hover {
    opacity: .7;
}

.new-user {
    margin-top: 50px;
}

.new-user a {
    color: #0A1D48;
}

.register-new-account {
    background: #F5F8FE;
    border-radius: 18px;
    display: inline-block;
    padding: 5px 20px;
    color: #CD005C !important;
    margin-left: 20px;
}

.login-form {
    padding-left: 50px;
}

.login-form input[type="checkbox"] {
    width: auto;
    height: auto;
    margin-top: 15px;
    position: relative;
    cursor: pointer;
}

.login-form input[type="checkbox"] {
    width: auto;
    height: auto;
    margin-top: 15px;
    position: relative;
    cursor: pointer;
}

.form-gap.externalLink p a {
    color: #CD005C;
}

.new-user.registerNew .register-new-account {
    margin-left: 5px;
    margin-top: 0px;
}

.login-form.registerForm {
    padding-left: 0;
}
.new-user.registerNew a {
    font-size: 15px;
    margin-bottom: 10px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .form-group label {
    position: relative;
    cursor: pointer;
  }
  
  .form-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: #C4C4C4;
    border: 3px solid #E7E7E7;
    padding: 5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 4px;
  }
  
  .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid #0079bf;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
  }

 .checkStyle2.form-group label:before{
    content:'';
    -webkit-appearance: none;
    background-color: #fff;
    border: 3px solid #CD005C;
    padding: 9.5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    width: 15px;
 }
 .checkStyle2.form-group label{
     position: relative;
 }
 .checkStyle2.form-group label:after{
    content:'';
    -webkit-appearance: none;
    background: #CD005C;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    left: 7px;
    position: absolute;
    top: 9px;
    height: 11px;
    width: 11px;
 }

 .checkStyle2.form-group input:checked + label:after{
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid #0079bf;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
 }
 .checkStyle2.form-group input:checked + label:after {
    left: 10px;
    top: 6px;
    background: none;
    border-color: #CD005C;
    height: 13px;
    width: 7px;
}
  .form-group {
    margin-top: 10px;
}

.verify-form .login-form {
    padding-left: 0;
}

.trade-licence h4 {
    font-size: 32px;
    margin-bottom: 5px;
}

.trade-licence-item {
    display: grid;
    grid-template-columns: 2fr 17fr;
    margin-top: 50px;
}

.licence-icon {
    height: 78px;
    width: 78px;
}

.licence-txt h5 {
    color: #000000;
    font-size: 18px;
    margin-bottom: 8px;
}

.licence-txt input[type="file"] {
    display: none;
}

.licence-txt label {
    display: block;
    font-size: 14px;
    color: #CD005C;
    margin-bottom: 2px;
}

.licence-txt p {
    margin-bottom: 15px;
}

.licence-txt input {
    display: block;
    color: #A9B6D2;
    border: 1px solid #CFCBCB;
    height: 42px;
    width: 220px;
    border-radius: 12px;
    padding: 9px 9px;
    margin-top: 5px;
}

.licence-txt input::placeholder{
    color: #A9B6D2;
}

.licence-txt input[type="checkbox"] {
    display: none;
}

.trade-licence-grid .login-form {
    margin-top: 50px;
}

.trade-licence-grid .login-form button.uploadLater {
    background: #F5F8FE;
    color: #CD005C;
    margin-left: 15px;
}

.trade-licence-grid .login-form button.uploadLater:hover {
    opacity: 1;
    background: #cd005c;
    color: #fff;
}

.accountProfile .faqsCategory-left {
    background: #fff;
}

.business-bg-blue {
    background: #007BFF;
    display: grid;
    grid-template-columns: 1fr 8fr 3fr;
    gap: 15px;
    align-items: center;
    padding: 20px;
    border-radius: 18px;
    margin-bottom: 50px;
}

.alert-cicle img {
    height: 48px;
    width: 48px;
}

.section-title-white h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 5px;
    font-family: 'DubaiRegular';
}

.section-title-white p {
    color: #fff;
    margin: 0;
    line-height: 1.4;
}

.business-button {
    text-align: right;
}

.btn-bg-white {
    background: #F5F8FE;
    border-radius: 18px;
    color: #CD005C;
    display: inline-block;
    width: 160px;
    text-align: center;
    height: 35px;
    line-height: 38px;
    font-size: 13px;
}

.btn-bg-white:hover {
    background: #CD005C;
    color: #fff;
}

.section-title p {
    line-height: 1.5;
}

.section-title h2 {
    color: #0A1D48;
    font-size: 3;
    margin-bottom: 5px;
}

.account-details-info .login-form {
    padding-left: 0;
}

.accountDetails {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 20px;
}

.accountDetails input {
    background: #F5F8FE;
    border: 1px solid #CFCBCB;
    border-radius: 13px;
}

.changePassWord label {
    display: block;
    margin-bottom: 5px;
}

.changePassWord button {
    background: #F5F8FE;
    border-radius: 18px;
    color: #CD005C;
    font-size: 13px;
    width: auto;
    padding: 0px 25px;
}

.accountDetails input::placeholder {
    color: #000000;
}

.accountDetailsLeft.login-form button {
    width: 82px;
    color: #C3005C;
    background: #fff;
    border: 1px solid #C3005C;
    margin-top: 15px;
}

.address_ .cart-large-box {
    padding: 0;
    box-shadow: none;
    margin: 0;
}

.addressBox li {
    color: rgba(10, 29, 72, 0.6);
    font-family: 'DubaiBold';
}

.addressBox li span {
    font-family: 'DubaiRegular';
}

.addressBox button {
    background: #F5F8FE;
    border-radius: 18px;
    padding: 1px 32px;
    margin-top: 15px;
    color: #CD005C;
    border: none;
    transition: .3s;
}

.addressBox button:hover {
    background: #CD005C;
    color: #fff;
}

.addressBox {
    padding: 10px 20px 10px 20px;
    border: 1px solid #ACACAC;
    border-radius: 9px;
}

.addressGrid {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 20px;
}
.addNewAdress .explore-btn.style2 {
    width: auto;
    padding: 1px 22px;
}

.addNewAdress {
    margin-top: 25px;
}

.addressGrid.grid3 {
    grid-template-columns: 4fr 4fr 4fr;
}

.accountProfile .trade-licence-item {
    gap: 20px;
}

.editField .accountDetails input {
    background: #fff;
    border: 1px solid #CFCBCB;
}

.editField .accountDetails input::placeholder {
    color: #A9B6D2;
}

.editField .accountDetailsLeft.login-form button {
    width: 150px;
    margin-right: 10px;
    background: #CD005C;
    color: #fff;
}

.editField .accountDetailsLeft.login-form button.uploadLater {
    background: #F5F8FE;
    color: #CD005C;
}

.mt-20{
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}

.leftGridRow {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 20px;
    margin:20px 0px;
}

.feature-single-carousel .news-category-txt h5 a {
    font-size: 20px;
}

.feature-single-carousel .news-category-txt p {
    font-size: 15px;
    line-height: 1.4;
    color: #7E7E7E;
    margin: 0;
}

.feature-single-carousel .news-category-txt {
    margin-top: 10px;
}

.featuresCarousel .owl-stage {
    left: -80px;
 }

.featuresCarousel2 .owl-stage {
    left: -130px;
 }

 .featuresCarousel {
    position: relative;
}

.featuresArticale {
    padding-bottom: 100px;
}

.featuresCarousel .owl-dots {
    bottom: -60px;
}

.explore-btn.style3 {
    background: #C3005C;
    border-color: #C3005C;
    width: 180px;
    color: #fff;
}

.explore-btn.style3:hover {
    background: #fff;
    border-color: #C3005C;
    color: #C3005C;
}

.blog-right .latest-news-left {
    margin-bottom: 30px;
}

.btn-bgGray {
    background: #F2F2F2;
    border-radius: 9px;
    padding: 8px 20px;
    height: 42px;
    color: rgba(10, 29, 72, 0.6);
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 10px;
}

.btn-bgGray:hover {
    color: #fff;
    background: #CD005C;
}

.exploreBtn {
    display: inline-block;
    height: 42px;
    background: #CD005C;
    border-radius: 9px;
    color: #fff;
    padding: 8px 30px;
}

.exploreBtn:hover {
    color: #fff;
    opacity: .7;
}

.instagram-feed img:first-child {
    margin-bottom: 15px;
}
.blog-right .newsTxt p {
    margin: 0;
}

.detailsLeft .newsTxt h5 a {
    font-size: 24px;
}

.detailsLeft .newsTxt p {
    color: #0A1D48;
    font-family: 'DubaiRegular';
}

.blog-aticle-left-grid {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 15px;
    align-items: center;
    margin-bottom: 60px;
    margin-top: 60px;
}

.blogDetailsRight .news-category-txt h5 a {
    font-size: 16px;
    font-family: 'DubaiRegular';
}

.blogDetailsRight .news-category-txt h5 {
    margin: 0;
    font-family: 'DubaiRegular';
}

.blogDetailsRight .news-category-txt p {
    font-size: 15px;
    line-height: 21px;
    margin-top: 5px;
    color: #7E7E7E;
    margin-bottom: 0;
}

.blogDetailsRight .news-category-list {
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.readAll.section-title h4 a {
    font-size: 13px;
    color: #CD005C;
    font-family: 'DubaiRegular';
    position: absolute;
    right: 10px;
    top: 0;
}

.readAll.section-title h4 {
    position: relative;
}
.newsTxt.bottomPart h5 {
    margin-bottom: 50px;
}

.product-left-single-menu .card-header {
    padding: 0;
    background: none;
    border: none;
    position: relative;
    padding-bottom: 10px;
}

.product-left-single-menu .card-body {
    padding: 0;
}

.product-left {
    height: 100%;
    border: 1px solid #EAF5FB;
    border-radius: 18px;
}

.product-left-single-menu .card {
    border-radius: 0px;
    border: none;
    background: none;
    padding: 20px 20px;
}

.product-left-single-menu {
    border-bottom: 1px solid #C3E8FC;
}

.product-left-single-menu .card-header button {
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #111827;
    font-family: 'DubaiBold';
    width: 100%;
    text-align: left;
}

.product-left-single-menu .card-header button i {
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 25px;
    color: #C3005C;
    transition: .3s;
}

.product-left-single-menu .card-header button.collapsed i {
    transform: rotate(180deg);
}

.product-single-checkbox label, .product-single-checkbox input {
    color: #111827;
    cursor: pointer;
}

.product-single-checkbox label {
    position: relative;
}

.product-single-checkbox:hover label {
    color: #CD005C;
}

.product-single-checkbox input:after {
    border-color: red;
}

.product-single-checkbox input {
    display: none;
}

.product-single-checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #ffff;
    border: 1px solid #D3D3D3;
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    border-radius: 2px;
    margin-top: -5px;
}

.product-single-checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 6px;
    width: 6px;
    height: 12px;
    border: 2px solid #c3005c;
    border-width: 0 2px 2px 0px;
    transform: rotate(45deg);
}

.product-single-checkbox input:checked + label {color: #c3005c;}

.searchCategory input {
    width: 100%;
    background: #F5F2F2;
    border-radius: 7px;
    border: none;
    height: 43px;
    padding-left: 36px;
}

.searchCategory {
    position: relative;
    padding-bottom: 20px;
}

.searchCategory button {
    position: absolute;
    left: 10px;
    top: 7px;
    border: none;
    padding: 0;
    background: none;
}

.searchCategory button img {
    height: 22px;
}

.showMore button {
    background: none;
    color: #111827;
    border: none;
    padding: 0;
    font-family: 'DubaiBold';
    margin-top: 5px;
}

.searchCategory input::placeholder {
    color: #A7A7A7;
}

.apply-priceGrid .searchCategory input {
    padding-left: 10px;
}

.apply-priceGrid {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 20px;
}

.apply-priceGrid .searchCategory {
    padding-bottom: 0;
}

.priceBtnLeft button {
    background: #CD005C;
    border: 1px solid #CD005C;
    border-radius: 18px;
    height: 37px;
    padding: 2px 20px;
    display: inline-block;
    color: #fff;
    margin-top: 20px;
}

.product-left-single-menu:last-child {
    border: none;
}

.searchResult h4 {
    color: rgba(10, 29, 72, 0.6);
    font-size: 18px;
    font-family: 'DubaiRegular';
    margin-bottom: 0px;
    margin-top: 20px;
}
.searchResult {
    margin-bottom: 30px;
}
.recommend-selct {
    text-align: right;
}

.recommend-selct select {
    height: 44px;
    background: #F2F2F2;
    border-radius: 9px;
    padding: 0px 10px;
    border: none;
}

.recommend-selct button {
    border: none;
    background: #F1F1F1;
    border-radius: 9px;
    width: 61px;
    height: 42px;
    margin-left: 5px;
}

.recommend-selct button.filter2 {
    background: #FFFFFF;
    border: 1px solid #ACACAC;
}

.product-search-single-item {
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    border-radius: 18px;
    padding: 20px 15px;
    margin-bottom: 25px;
}

.product-search-single-item p {
    color: #7E7E7E;
    font-size: 13px;
    line-height: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.product-search-single-item h5 {
    color: #111827;
    font-size: 14px;
    font-family: 'DubaiRegular';
    margin-bottom: 10px;
    font-weight: 400;
}

.product-search-single-item h5 span {
    color: #111827;
    opacity: 0.6;
    font-size: 13px;
}

.product-search-single-item h6 {
    color: #BFBFBF;
    font-size: 13px;
    margin: 0;
    font-weight: 400;
}

.product-search-single-item h6 .off50 {
    display: inline-block;
    padding-top: 2px;
    margin-left: 6px;
}

.show-item p {
    color: #7A7A9D;
    font-size: 14px;
}

.product-pagination {
    text-align: center;
}

.product-pagination a i {
    color: #B5B5BD;
    font-size: 30px;
    margin: 0px 3px;
    transform: translateY(7px);
}

.product-pagination a {
    color: #2B3344;
    font-size: 14px;
    display: inline-block;
    margin: 0px 1px;
    padding: 1px 12px;
    border-radius: 6px;
}

.product-pagination a.active {
    background: #F2F2F2;
}

.perRowPage {
    text-align: right;
    font-size: 14px;
    color: #7A7A9D;
}

.perRowPage select {
    width: 92px;
    color: #B5B5BD;
    border-radius: 6px;
    border-color: #ebebed;
    height: 33px;
    margin-left: 8px;
}

.allCategoryList h5 {
    color: #111827;
    font-size: 18px;
}

.allCategoryList {
    background: #FFFFFF;
    border: 1px solid #EAF5FB;
    box-sizing: border-box;
    border-radius: 18px;
    padding: 25px 20px;
}

.allCategoryList ul li {
    display: block;
}

.allCategoryList ul li a {
    color: #111827;
    padding: 5px 0px;
    display: block;
}

.allCategoryList ul li a img {
    margin-right: 5px;
}

.allCategoryGrid {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 15px;
}

.allCategorySingleGrid a {
    display: block;
    color: #111827;
    padding: 1px 0px;
}

.allCategorySingle {
    background: #FFFFFF;
    border: 1px solid #EAF5FB;
    box-sizing: border-box;
    border-radius: 18px;
    padding: 20px;
}

.allCategorySingleGrid {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 15px;
}

.allCategorySingle h4 {
    color: #111827;
    font-size: 24px;
    margin-bottom: 20px;
}

.product-left.noBdr {
    border: none;
    height: auto;
    border-radius: 0px;
}

.headerNoMargin .header-bottom-area {
    margin-bottom: 0;
}

.paylater-baner {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding-top: 70px;
    padding-bottom: 100px;
}

.section-title-white h1 {
    font-size: 54px;
    color: #fff;
}

.paylater-baner .section-title-white h3 {
    font-size: 32px;
    color: #fff;
    font-family: 'DubaiMedium';
    font-weight: 500;
}

.paylater-baner .section-title-white p {
    font-size: 18px;
}

.paylater-form {
    background: #F9FDFF;
    border: 6px solid #E7F0F4;
    padding: 20px;
    margin-bottom: -170px;
    margin-left: 60px;
}

.paylater-form h4 {
    color: #000;
}

.single-field {
    position: relative;
    margin: 20px 0px;
}

.single-field input {
    width: 100%;
    border: 2px solid #cfd6e0;
    border-radius: 7px;
    padding: 6px 10px;
    text-align: right;
}

.single-field span {
    color: #444444;
    position: absolute;
    left: 10px;
    top: 8px;
}

.single-field input::placeholder {
    color: #A4AAB1;
    text-align: right;
}

.paylater-form p {
    color: #000000;
    margin-top: 30px;
    margin-bottom: 20px;
}

.paylater-form p a {color: #C3005C;}

.paylater-form button {
    background: #C3005C;
    border-radius: 8px;
    height: 42px;
    width: 100%;
    border: none;
    color: #fff;
    transition: .3s;
}

.paylater-form button:hover {
    opacity: .7;
}

.paylater-section1 {
    padding-top: 70px;
}

.paylater-section1 h4 {
    color: #111827;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 35px;
}

.payButton {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.04);
    border-radius: 18px;
    height: 120px;
    padding: 10px 20px;
}

.payButton h4 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 5px;
    padding-top: 15px;
}

.payButton p {
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.howItWorks {
    margin-top: 35px;
}

.howItWorksGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    /* align-items: center; */
}

.howItWorks h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
}

.worksIcon {
    height: 142px;
    width: 142px;
    background: #F3F9FC;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.worksIcon img {
    height: 80px;
    padding: 10px;
}

.howItWorks-single {
    text-align: center;
}

.howItWorks-single h5 {
    font-size: 18px;
    font-family: 'DubaiRegular';
    margin-bottom: 10px;
}

.howItWorks-single p {
    line-height: 1.4;
    margin: 0;
}

.worksApply {
    text-align: center;
    margin-top: 40px;
}

.worksApply a.applyBtn {
    display: block;
    height: 42px;
    max-width: 400px;
    background: #C3005C;
    border-radius: 8px;
    margin: 0 auto;
    font-family: 'DubaiMedium';
    color: #fff;
    line-height: 42px;
}

.worksApply a.applyBtn:hover {
    opacity: .7;
}

.worksApply p {
    margin-top: 20px;
    margin-bottom: 0;
}

.worksApply p a {
    color: #C3005C;
}

.seller-acceptiing {
    padding: 50px 0px;
}

.seller-cardgrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.seller-single-card h5 {
    font-size: 14px;
    color: #111827;
    margin-top: 13px;
}

.seller-single-card p {
    font-size: 13px;
    color: #7E7E7E;
    line-height: 1.4;
    margin-bottom: 0;
}

.seller-single-card span {
    font-size: 13px;
    color: #7E7E7E;
    line-height: 1.4;
}

.faq-area {
    padding: 50px 0px;
    background: #fff;
}

.faq-section h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
}

.faq-section .product-left-single-menu .card-header button {
    font-size: 24px;
}

.faq-content p {
    color: #7E7E7E;
    line-height: 1.6;
}

.faq-content {
    padding: 10px 0px;
}

.faq-section .product-left-single-menu .card {
    border-bottom: 1px solid #C3E8FC;
    padding: 20px 0px;
}

.faq-section .product-left-single-menu .card-header {
    padding-bottom: 0;
}


.faq-section .product-left-single-menu .card-header button.collapsed.btn.btn-link i {
    top: 6px;
    transform: rotate(180deg);
}


.faq-section .product-left-single-menu .card-header button.btn.btn-link i {
    top: 6px;
    transform: rotate(180deg);
}

.company-banner-area {
    background: url(assets/img/company-banner-bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 36px 0px;
}

.company-banner-txt {
    padding-top: 70px;
}

.company-banner-txt h2 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
}

.explore-btn.style4 {
    background: #fff;
    border-color: #C3005C;
    width: auto;
    padding: 0px 20px;
}

.explore-btn.style4:hover {
    background: #C3005C;
    color: #fff;
}

.company-top-details {
    display: grid;
    grid-template-columns: 2fr 14fr;
    gap: 5px;
    align-items: center;
}

.company-details-logo img {
    height: 90px;
    width: 90px;
}

.company-details-txt h3 {font-size: 35px;margin-bottom: 5px;}

.company-details-tag button {
    background: none;
    border: none;
    font-weight: 700;
    font-size: 12px;
    margin-right: 10px;
    border-radius: 30px;
    padding: 3px 10px;
}

.company-details-tag button.veryfied-seller {
    color: #25DCB0;
}

.company-details-tag button.veryfied-seller img {
    margin-left: 3px;
}

.company-details-tag button.top-rated-seller img {margin-right: 3px;}

.company-details-tag button.top-rated-seller {
    color: #ED6C30;
}

.company-details-tag button.free-shipping {
    color: #9DC43A;
}

.company-details-tag button.free-return img {
    margin-right: 3px;
}

.company-details-tag button.free-return {
    color: #CD005C;
    background: #FFF0F7;
}

.company-details-tag button.free-sample {
    color: #007BFF;
}

.company-details-tag {
    margin-left: -10px;
}

.tabNavBg {
    background: #F2F2F2;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    padding: 12px 20px;
    margin-bottom: 30px;
}

.search-product {
    text-align: right;
}

.search-product input {
    background: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 30px;
    color: #0A1D48;
    width: 100%;
    height: 36px;
}

.search-product input::placeholder {
    color: #0A1D48;
}

.company-tabnav ul > li > a {
    color: #0A1D48;
    padding: 6px 12px;
    border-radius: 5px;
}

.company-tab-section {
    margin-top: 40px;
}

.company-tabnav .nav {
    align-items: center;
}

.company-tabnav {
    padding-top: 5px;
}

.company-tabnav ul > li > a.active {
    background: #D7D6D6;
}

.company-tabnav ul > li.dropdown a.active {
    background: none;
}

.company-tabnav .dropdown-menu {
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    box-sizing: border-box;
    box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    width: 208px;
}

.company-tabnav .dropdown-menu a {
    border-bottom: 1px solid #D2D2D2;
    display: block;
    border-radius: 0px;
    margin: 0px 12px;
    color: #0A1D48;
    padding: 6px 12px;
}

.company-tabnav .dropdown-menu a:last-child{
    border: none;
}

.company-title h3 {
    font-size: 31px;
    margin-bottom: 10px;
}

.searchRequest h5 {
    color: #0A1D48;
    font-size: 18px;
    opacity: .6;
}

.opportunity-single-item-grid {
    background: #F2F2F2;
    border: 1px solid #EAF5FB;
    border-radius: 18px;
    display: grid;
    grid-template-columns: 3fr 8fr 3fr;
    gap: 20px;
    padding: 20px;
    margin-bottom: 15px;
}

.opportunity-txt h4 {
    font-size: 18px;
    color: #111827;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 8px;
}

.opportunity-txt span {
    color: #0A1D48;
    opacity: .7;
    font-size: 13px;
    margin-right: 15px;
}
.opportunity-txt p {
    margin: 0;
    color: #0A1D48;
    opacity: .7;
    line-height: 22px;
    margin-top: 10px;
}
.opportunity-share-icon {
    text-align: right;
    margin-bottom: 40px;
}

.opportunity-share-icon img {
    height: 22px;
}

.opportunity-img img {
    width: 100%;
}

.opportunity-single-item-grid.jobListing {
    grid-template-columns: 7fr 5fr;
}

.opportunity-single-item-grid.jobListing .explore-btn.style3, 
.opportunity-single-item-grid.jobListing .explore-btn.style2 {
    max-width: 150px;
    width: 100%;
    margin-left: 5px;
}

.jobListing .opportunity-txt h4 {
    font-size: 24px;
}

.promotion-title {
    display: grid;
    grid-template-columns: 8fr 4fr;
    gap: 15px;
    align-items: center;
    margin-bottom: 10px;
}

.promotion-add {
    padding: 20px;
}

.promotion-title button {
    background: no-repeat;
    border: none;
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    font-size: 13px;
    color: #C3005C;
    cursor: pointer;
    text-align: right;
}

.promotion-title p {
    margin: 0;
}



/* Bootstrap carousel css */

.bootstrap-carousel img {
    display: inline-block !important;
}

.slick-list {
    margin: 0 -5px;
}
.slick-slide>div {
    padding: 0 5px;
}

.slick-list.draggable {
    margin-left: -85px;
}
.bootstrap-carousel {
    overflow: hidden;
}

.bootstrap-carousel .slick-arrow {
    position: absolute;
    right: 5px;
    top: 50%;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    color: #111;
    cursor: pointer;
    background: #fff;
    line-height: 34px;
}

.company-profile-txt .section-title-disc {
    margin-top: 0;
}

.company-profile-txt {
    margin-top: 50px;
}

.video-popup {
    position: relative;
}

.video-popup-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 42px;
    width: 42px;
    background: #fff;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    color: #000000;
    transform: translateX(-50%)translateY(-50%);
}

.video-popup-play-btn:hover {
    background: #f5f8fe;
    color: #222;
}

.company-profile-table table td:first-child {
    background: #f9f9f9;
    border-right: 1px solid #F3F3F3;
}

.company-profile-table td {
    padding: 10px;
    color: #0A1D48;
    opacity: .7;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.company-profile-table tr:last-child td{
    border:none
}

.company-profile-table .table-style {
    border: 1px solid #F3F3F3;
    border-radius: 10px;
}

.supplier {
    display: grid;
    grid-template-columns: 8fr 4fr;
    gap: 20px;
}

.supplier textarea {
    width: 100%;
    height: 125px;
    padding: 6px 15px;
    border: 1px solid #CFCBCB;
    border-radius: 13px;
    font-size: 15px;
    color: #A9B6D2;
    padding-top: 35px;
}

.supplier input, .supplier select {
    font-size: 15px !important;
}

.textForm {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.textForm label {
    position: absolute;
    top: 10px;
    left: 20px;
    color: #A4AAB1;
    font-size: 16px;
}

.supplier textarea::placeholder {
    color: #A4AAB1;
}

.supplier .accountDetailsLeft.login-form button {
    width: 193px;
    background: #C3005C;
    color: #fff;
    height: 42px;
    border-radius: 5px;
}

.quatation_box {
    background: #F2F2F2;
    border-radius: 13px;
    padding: 20px;
    margin-top: 90px;
}

.form-gap.formImg {
    position: relative;
    z-index: 1;
}

.form-gap.formImg label {
    position: absolute;
    right: 12px;
    top: 6px;
    font-size: 10px;
}

.tab-blog .news-category-txt h5 {
    margin-bottom: 2px;
    font-size: 16px;
}

.tab-blog .news-category-txt p {
    font-size: 15px;
    line-height: 21px;
    color: #7E7E7E;
}

.tab-blog .news-category-list {
    gap: 12px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.tab-blog .explore-btn {
    background: none;
    border: none;
    padding: 0;
    text-align: right;
    text-decoration: underline;
}

.tab-blog .explore-btn:hover {
    color: #C3005C;
}

ul.slick-dots li {
    display: inline-block;
    margin: 0px 5px;
}

ul.slick-dots li button {
    padding: 0;
    font-size: 0;
    height: 10px;
    width: 10px;
    border: 1px solid #5472D2;
    border-radius: 50%;
}

ul.slick-dots {
    text-align: center;
    margin-top: 25px;
    display: none !important;
}

.tab-blog ul.slick-dots {
    display: block !important;
}

ul.slick-dots li.slick-active button {
    border: none;
    background: #C3005C;
    height: 15px;
    width: 15px;
    transform: translateY(-4px);
}

.tab-blog .bootstrap-carousel .slick-arrow{
    display: none !important;
}

.tab-blog-title p {
    color: #0A1D48;
    opacity: .7;
}

.map-style {
    display: grid;
    grid-template-columns: 4fr 8fr;
    gap: 10px;
}

.loaction-map {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 7px;
}

.loaction-map h5 {
    font-size: 14px;
    font-weight: 400;
    color: #0A1D48;
    opacity: .7;
}

.products-details-left {
    background: #F4FAFF;
    border: 1px solid #EAF5FB;
    border-radius: 18px;
    padding: 15px 0px;
}

.products-details-left .promotion-title {
    padding: 0px 20px;
    margin-bottom: 10px;
}
.products-details-left .promotion-title h4 {
    margin: 0;
    font-size: 18px;
}
.product-details-left-logo, .products-details-left-btn, .products-details-left-link, .product-details-left-adderess, .map-location, .explore-more-products, .explore-more-products, .products-details-left-bottom-logo {
    padding: 0px 10px;
}

.product-details-left-logo {
    display: grid;
    grid-template-columns: 3fr 9fr;
    gap: 5px;
    justify-content: center;
}

.products-details-logo-txt h3 {
    font-size: 16px;
    line-height: 23px;
    margin: 0;
    font-weight: 400;
}
.explore-more-products h5 {
    font-size: 16px;
    font-weight: 400;
}
.product-details-logo img {
    height: 50px;
}

.products-details-logo-txt .company-details-tag button {
    margin-right: 5px;
    padding: 0;
    font-size: 11px;
}

.products-details-logo-txt .company-details-tag {
    margin-left: 0;
}

.products-details-left-btn .explore-btn {
    background: #F5F8FE;
    border: 1px solid #CFCFCF;
    border-radius: 18px;
    font-size: 13px;
}

.products-details-left-btn .explore-btn:hover{
    background: #C3005C;
}

.products-details-left-btn {
    display: grid;
    grid-template-columns: 6fr 6fr;
    justify-items: center;
    gap: 10px;
    margin: 18px 0px;
    border-bottom: 1px solid #EDF6FF;
    padding-bottom: 20px;
}

.products-details-left-link h5 {
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 400;
}

.products-details-left-link a {
    color: #17316C;
    display: block;
    position: relative;
    border-bottom: 1px solid #E0E6F2;
    font-size: 15px;
    padding: 5px 0px;
}

.products-details-left-link a i {
    position: absolute;
    right: 0;
    top: 10px;
}

.products-details-left-link a:last-child {
    border: none;
}

.products-details-left-link {
    border-bottom: 1px solid #C7D5EF;
    padding-bottom: 20px;
}

.product-details-left-adderess {
    padding-top: 20px;
    border-bottom: 1px solid #C7D5EF;
    padding-bottom: 15px;
    margin-bottom: 16px;
}

.product-details-left-adderess p {
    color: #0A1D48;
    position: relative;
    padding-left: 15px;
    line-height: 21px;
    font-size: 13px;
    margin-bottom: 12px;
}

.product-details-left-adderess p {}

.product-details-left-adderess p i {
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 18px;
    opacity: .4;
}

.map-location-title {
    gap: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.map-location-title h5 {
    color: #0A1D48;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

.link2 {
    color: #CD005C;
    font-size: 13px;
    text-decoration: underline;
}

.map-location {
    border-bottom: 1px solid #C7D5EF;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.explore-more-products-img {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
    gap: 10px;
    align-items: center;
}

.explore-more-products .explore-btn {
    width: 100%;
    background: #EEF1F5;
    border-radius: 18px;
    margin-top: 20px;
    font-size: 13px;
}

.explore-more-products .explore-btn:hover {
    background: #CD005C;
    color: #fff;
}

.products-details-left-bottom-logo {
    width: 150px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 25px;
}

.products-details-left-bottom-img {
    position: relative;
    z-index: 1;
}

.products-details-left-bottom-txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-left: 15px;
    text-align: left;
}

.products-details-left-bottom-txt h4 {
    color: #fff;
    font-size: 20px;
}

.product-details-carousel .xzoom-gallery {
    margin: 0 !important;
    padding: 0px !important;
    border: 2px solid rgba(23, 49, 108, 0.06);
    border-radius: 19px;
}

div#productCarousel {
    /* overflow-x: hidden; */
    margin: 0px 30px;
    padding-right: 5px;
    padding-top: 20px;
}

div#productCarousel .slick-arrow {
    position: absolute;
    left: -30px;
    top: 60%;
    transform: translateY(-60%);
    cursor: pointer;
}

div#productCarousel .slick-arrow.slick--next {
    left: auto;
    right: -30px;
}

div#productCarousel .slick-list.draggable {
    margin-left: 0;
}

.products-details-right h4 {
    margin-bottom: 10px;
    font-size: 22px;
}

.products-details-right img {
    margin-right: 7px;
    padding: 7px 0px;
}

.products-details-rating img {
    margin: 0;
}

.products-details-rating img span {
    font-size: 13px;
    opacity: .6;
}

.products-details-rating span {
    font-size: 13px;
    color: #0A1D48;
    opacity: .6;
    margin-left: 5px;
}

.procucts-details-right-price {
    background: #f4faff;
    padding: 20px;
    margin-top: 20px;
    border-radius: 18px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.procucts-details-right-price h3 {
    font-size: 24px;
    margin-bottom: 9px;
}

.procucts-details-right-price h2 {
    font-size: 30px;
    margin-bottom: 12px;
}

.procucts-details-right-price h2 span {
    font-size: 22px;
    color: #0A133E;
    opacity: .2;
}

.procucts-details-right-price h6 {
    color: #007BFF;
    font-weight: 400;
}

.procucts-details-right-price h5 {
    color: #C3005C;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
}

.procucts-details-right-price p {color: #96a2b6;}

.procucts-details-right-price p strong {
    color: #000;
}

.procucts-details-right-price p span {
    display: inline-block;
    width: 70px;
    height: 30px;
    background: #FF5A6A;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 30px;
    line-height: 32px;
    margin-left: 10px;
}

.products-details-quantity {
    background: #F3F6F8;
    border-radius: 18px;
    padding: 20px;
}

.quantity-item {
    display: grid;
    grid-template-columns: 9fr 3fr;
    align-items: center;
    gap: 10px;
}

.input-group.quantity-number {
    display: grid;
    grid-template-columns: 2fr 4fr 2fr 5fr;
    align-items: center;
}

.quantity-item input {
    width: 80px;
    height: 42px;
    border: 1px solid #DAE3F4;
    border-radius: 13px !important;
    margin-right: 12px;
}

.input-group.quantity-number span {
    font-size: 12px;
    color: #0A1D48;
    opacity: .6;
    line-height: 17px;
}

.input-group.quantity-number span b {
    font-size: 14px;
    display: block;
    font-weight: 700;
}

.products-details-quantity p {
    margin-bottom: 0;
    padding-top: 12px;
    color: #0A1D48;
    opacity: .7;
}

.explore-offer a {
    color: #0A1D48;
    margin-top: 10px;
    display: inline-block;
}

.explore-offer a strong {
    font-weight: 700;
    font-family: 'DubaiBold';
}

.products-details-quantity p {
    margin-bottom: 0;
    padding-top: 12px;
    color: #0A1D48;
    opacity: .7;
}

.explore-offer a {
    color: #0A1D48;
    margin-top: 10px;
    display: inline-block;
}

.explore-offer a strong {
    font-weight: 700;
    font-family: 'DubaiBold';
}

.input-group.quantity-number button {
    font-size: 10px;
    height: 27px;
    width: 27px;
    border: 1px solid #CD005C;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    line-height: 27px;
    font-weight: 400;
    color: #CD005C;
}
.quantity-item .explore-btn.style3 {
    width: 120px;
}

.product-details-tab-and-right-section {
    margin-top: 25px;
}

.product-details-tab .cart-large-box {
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    margin-bottom: 0px;
}

.globalBdr {
    background: #FFFFFF;
    border: 1px solid #EAF5FB;
    border-radius: 18px;
    padding: 25px;
}

.product-details-tab-content h6 {
    font-family: 'DubaiBold';
}

.product-details-tab-content ul li {
    list-style: disc;
    margin-left: 20px;
}

.description-bg-box {
    background: rgba(196, 196, 196, 0.2);
    border-radius: 10px;
    padding: 20px;
}

.product-details-tab-content .description-bg-box li {
    list-style: none;
    margin-left: 0px;
}

.product-details-tab-content .description-bg-box li strong {
    font-family: 'DubaiBold';
}
.description-bg-box {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 10px;
    margin-top: 25px;
}

.bundle-offer {
    background: #F9F9F9;
    border: 1px solid #F0FAFF;
    border-radius: 18px;
    padding: 20px;
}

.bundle-offer h5 {
    font-size: 18px;
    margin-bottom: 20px;
}

.bundle-offer-img {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 0;
}

.bundle-offer-img img {
    border: 1px solid #EDF6FF;
    border-radius: 9px;
}

.bundle-offer-img span {
    font-size: 25px;
}

.bundle-offer-content .product-single-checkbox label, .bundle-offer-content .product-single-checkbox input:checked + label {
    color: #5472D2;
    font-size: 14px;
}

.bundle-offer-content .product-single-checkbox input:checked + label:before {
    background-color: #C3005C;
    border-color: #C3005C;
}

.bundle-offer-content .product-single-checkbox input:checked + label:after {
    border-color: #fff;
    left: 5px;
}

.bundle-offer-content .product-single-checkbox label:before {
    transform: scale(1.2);
}

.bundle-offer-content p {
    margin-top: 20px;
    margin-bottom: 0;
}

.bundle-offer-content h4 {
    color: #0A1D48;
    opacity: .7;
    font-size: 20px;
}

.bundle-offer-content .explore-btn.style4 {
    width: 100%;
}

.product-details-tab-content table {
    width: 100%;
}

.product-details-send-message {
    margin: 30px 0px;
}

.product-details-bottom-grid1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 15px;
}

.product-search-single-item {
    position: relative;
}

.newTag {
    position: absolute;
    right: 15px;
    top: 30px;
    background: #CD000C;
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
    padding: 0px 10px;
    height: 16px;
    margin: 0;
    line-height: 17px;
    width: 45px;
    text-align: center;
}

.product-details-bottom-grid1 .product-search-single-item {
    padding-top: 0;
}

.product-detail-title-btn {
    text-align: right;
    margin-bottom: 20px;
}

.products-details-bottom-title h5 {
    font-size: 18px;
    color: #111827;
    margin-bottom: 10px;
}

.product-details-bottom-grid1 .product-search-single-item img {
    width: 100%;
}

.grid7 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.product-details-bottom-grid1.grid7 .product-search-single-item {
    padding: 10px;
}

.product-details-bottom-grid1.grid7 .product-search-single-item h5 {
    margin-top: 12px;
}

.sellerMessage .login-form {
    padding: 20px 15px;
}

.sellerMessage .login-form textarea {
    width: 100%;
    border: 1px solid rgba(86, 103, 137, 0.26);
    height: 130px;
    border-radius: 10px;
    padding-top: 41px;
    padding-left: 20px;
    padding-right: 10px;
}

.sellerMessage .login-form input::placeholder, .sellerMessage .login-form select {
    color: #444444;
    font-size: 16px;
}

.sellerMessage .modal-footer {
    display: grid;
    justify-content: center;
}

.sellerMessage label a {
    color: #C3005C;
}

.accountDetailsLeft.login-form .modal-bottom button {
    display: block;
    width: 100%;
    margin: 0;
    height: 42px;
    border-radius: 7px;
    border: 1px solid rgba(86, 103, 137, 0.26);
    color: #15192091;
}

.modal-bottom {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 15px;
}

.accountDetailsLeft.login-form .modal-bottom button[type="submit"] {
    background: #C3005C;
    color: #fff;
    border: 1px solid transparent;
}

div#productCarousel .slick-slide {
    padding: 5px;
}

a.explore-btn.style5 {
    width: 120px;
}

.company-seller-btn a.explore-btn.style5{
    margin-left: 10px;
}

.fileUpload {
	background: #00bcbe;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	margin: 1.25em auto;/*20px/16px 0*/
	overflow: hidden;
	padding: 0.875em;/*14px/16px*/
	position: relative;
	text-align: center;
	width: 120px;
   cursor: pointer;
}



.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 148px;
    height: 46px;
  cursor: pointer;
}

input[type="file"] {
    position: fixed;
    right: 100%;
    bottom: 100%;
}

.file-upload {
    border: 1px solid #CFCBCB;
    border-radius: 12px;
    align-items: center;
    gap: 10px;
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
}

.file-upload p {
    margin: 0;
}

.fileUpload {
    margin: 0;
    background: #EDF6FF;
    border-radius: 7px;
    color: #C3005C;
    font-size: 14px;
    width: 90px;
    margin: 8px 15px;
    padding: 0;
    height: 42px;
    line-height: 42px;
}

.fileUpload img {
    height: 18px;
}

.success-modal span {
    background: rgb(23 162 184 / 40%);
    height: 60px;
    width: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 13px;
    font-size: 26px;
    color: #17A2B8;
}

.success-modal {
    text-align: center;
}

.success-modal h4 {
    font-size: 22px;
    color: #17A2B8;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 20px;
}

.success-modal button {
    background: #EDF6FF !important;
    border-radius: 8px;
    border: none !important;
    height: 42px;
    width: 133px !important;
    font-weight: 600;
    font-size: 15px;
}

.success-modal.error span {
    background: rgb(220 53 69 / 40%);
    color: #DC3545;
}

.success-modal.error h4 {
    color: #000000;
}

.search-category-form {
    display: grid;
    grid-template-columns: 6fr 3fr 2fr 2fr;
    gap: 15px;
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.04);
    border-radius: 13px;
    margin-top: 20px;
    margin-bottom: 40px;
    align-items: center;
    padding: 20px 10px;
}

.search-category-form .search-products input[type="search"] {
    width: 100%;
    padding: 6px 15px;
    border: 1px solid #CFCBCB;
    border-radius: 13px;
    height: 42px;
    font-size: 14px;
    color: #A9B6D2;
    padding-left: 50px;
}

.search-category-form .login-form {
    padding-left: 0;
    text-align: right;
}

.select-location.login-form button {
    height: 42px;
    border-radius: 40px;
}

.trade-img {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.tradeData {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: #EDEDED;
    border-radius: 10px;
    padding: 5px;
    font-size: 12px;
    color: #17316C;
    font-family: 'DubaiBold';
    line-height: 18px;
}

.tradeEvent {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.25));
    background: #007bff;
    font-size: 12px;
    color: #fff;
    padding: 2px 6px;
    border-radius: 10px;
}

.tradeTxtGrid {
    display: grid;
    grid-template-columns: 9fr 3fr;
    gap: 10px;
}

.trade-txt h5 {
    font-size: 16px;
    font-family: 'DubaiRegular';
    margin-bottom: 5px;
}

.trade-txt p {
    margin: 0;
    font-size: 15px;
    color: #7E7E7E;
}

.trade-right {
    text-align: center;
}

.trade-right span {
    font-size: 13px;
    color: #17A2B8;
    display: block;
    margin-bottom: 10px;
}

.trade-img img {
    width: 100%;
}

.trade-item {
    margin: 20px 0px;
}

.trade-shows-banner {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    min-height: 370px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.trade-shows-banner h1 {
    margin: 0;
    font-size: 68px;
    color: #fff;
    font-weight: 500;
}

.tradeShows-txt h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
}

.tradeShows-txt h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 22px;
}

.trade-location-date {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.trade-location-date span img {
    margin-right: 10px;
}

.trade-show-details-area {
    padding: 50px 0px;
}

.book-now-btn .explore-btn {
    width: 100%;
    border-radius: 9px;
}

.book-now-btn {
    text-align: center;
    margin-bottom: 20px;
}

.book-now-btn p {
    color: #DC3545;
    margin: 0;
    margin-top: 15px;
}

.single-event-details {
    display: grid;
    grid-template-columns: 2fr 10fr;
    gap: 10px;
    border-bottom: 1px solid #C3E8FC;
    padding-top: 30px;
    padding-bottom: 16px;
}

.single-event-details-txt h5 {
    color: #0A1D48;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 7px;
}

.single-event-details-txt p {
    color: rgba(10, 29, 72, 0.7);
    line-height: 22px;
}

.single-event-details-icon img {
    height: 50px;
}

.single-event-details:last-child {
    border: none;
}

.single-event-details-txt h4 {
    font-size: 17px;
    color: #CD005C;
    margin: 0;
}

.trade-show-booking-select {
    display: flex;
    width: 100%;
    align-items: center;
}

.trade-show-booking-select select {
    background: #EBEBEB;
    border-radius: 13px;
    color: #0A1D48;
    border: none;
}

.trade-show-booking-select h4 {
    margin: 0;
}

.trade-show-booking-exlore {
    text-align: right;
}

.trade-show-booking-area .featuresCarousel2 {
    padding-top: 40px;
}

.trade-carousel-txt {
    display: grid;
    grid-template-columns: 2fr 10fr;
    gap: 13px;
    margin-top: 15px;
}

.trade-carousel-date span {
    background: #EDEDED;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 13px;
    color: #17316C;
    font-family: 'DubaiBold';
    line-height: 18px;
    display: inline-block;
}

.trade-carousel-txt .news-category-txt h5 a {
    font-size: 16px;
}

.trade-carousel-txt .explore-btn.style3 {
    width: auto;
    padding: 0px 20px;
    margin-right: 10px;
}

.trade-carousel-txt b {
    font-size: 15px;
    color: #CD005C;
    font-weight: 400;
}

.trade-carousel-txt .news-category-txt h5 {
    margin-bottom: 5px;
}

.feature-single-carousel .trade-carousel-txt .news-category-txt p {
    margin-bottom: 15px;
}

.feature-single-carousel .trade-carousel-txt .news-category-txt {
    margin-top: 0;
}

.trade-show-booking-area .featuresCarousel2 .owl-dots {
    bottom: -5px;
}

.trade-show-booking-area .featuresCarousel2 {
    padding-bottom: 40px;
}

.section-title-subscibe {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px;
}

.section-title-subscibe h1 {
    font-size: 44px;
}

.section-title-subscibe h5 {
    font-weight: 500;
    margin-bottom: 40px;
}

.subcsription-btn a {
    border-radius: 8px;
    font-weight: 700;
    height: 43px;
    max-width: 140px;
    line-height: 43px;
    margin-right: 15px;
}

.business-owner-area {
    padding: 50px 0px;
}

.business-logo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    align-items: center;
    margin-top: 40px;
}

.feature-item {
    text-align: center;
    margin: 30px 0px;
}

.feature-item h4 {
    font-weight: 600;
    margin-top: 20px;
    font-size: 22px;
    margin-bottom: 5px;
}

.subscription-plan-area {
    padding: 80px 0px;
}

.subscription-plan-area h1 {
    color: #fff;
    margin-bottom: 60px;
}

.subscription-left-bg {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
}

.subscription-left h2 {color: #fff;font-size: 40px;margin-bottom: 5px;}

.subscription-left-bg h3 {
    font-size: 30px;
}

.subscription-left-bg p {
    color: #000;
    opacity: .4;
}

.subscription-left-bg li i {
    color: #4E2D92;
    margin-right: 10px;
}

.btn-bg-dark {
    height: 52px;
    width: 250px;
    display: block;
    background: #F9F2FF;
    border-radius: 26px;
    text-align: center;
    line-height: 52px;
    color: #4E2D92;
    font-weight: 700;
}

.subscription-left-bg.bg-blue {
    background: #22055D;
    border-radius: 20px;
}

.subscription-left-bg.bg-blue h3, .subscription-left-bg.bg-blue li {
    color: #fff;
}

.subscription-left-bg.bg-blue p {
    color: #fff;
}

.subscription-left-bg.bg-blue li i {
    color: #fff;
    opacity: .4;
}

.subscription-left-bg.bg-blue ul {
    column-count: 2;
    margin-bottom: 32px;
}

.subscription-left-bg.bg-blue a {
    height: 52px;
    width: 250px;
    display: block;
    line-height: 52px;
    border-radius: 40px;
}

.subscription-left-bg ul {
    margin-bottom: 60px;
}

.subscription-left p {
    font-size: 18px;
    color: #fff;
    opacity: .6;
    margin-bottom: 30px;
}

.subscription-left-bg h3 span {
    font-size: 20px;
}

.rating img {
    display: inline-block !important;
    padding-right: 8px;
    height: 16px;
}

.single-testimonail-slide img {
    width: auto !important;
}

.single-testimonail-slide {
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-radius: 18px;
    padding: 20px;
}

.testimonial-slideGrid {
    display: grid;
    grid-template-columns: 8fr 4fr;
    gap: 20px;
}

.testimonialImg {
    text-align: right;
}

.testimonialImg img {display: inline-block !important;}

.testimonialTxt h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

.rating {
    display: block;
    margin-bottom: 5px;
}

.testimonialTxt p {
    color: #7E7E7E;
    line-height: 23px;
}

.testimonialTxt h6 {
    font-size: 17px;
    color: #0A1D48;
    font-weight: 700;
    margin-bottom: 3px;
}

.client-testimonial-area {
    background: #F4F5F7;
    padding: 70px 0px;
}

.client-testimonial-area .sction-title {
    margin-bottom: 40px;
}

.client-testimonial-area .owl-dots div {
    height: 10px;
    width: 10px;
    background: #2EC5CE;
    display: inline-block;
    border-radius: 50%;
    margin: 0px 5px;
}

.client-testimonial-area .owl-dots div.active {
    border: 3px solid #2EC5CE;
    height: 15px;
    width: 15px;
    background: none;
}

.client-testimonial-area .owl-dots {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.public-preview-content {
    padding: 25px;
}

.public-content.blobal-shadow {
    padding: 0;
}

.public-preview-heading {
    padding: 25px;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 5px;
}

.public-preview-heading span {
    font-size: 15px;
    color: #0A1D48;
}

.public-preview-heading p.grid3 {
    display: flex;
    gap: 30px;
    color: #0A1D48;
    opacity: .7;
}

.public-preview-heading h2 {
    margin-bottom: 10px;
    margin-top: 8px;
}

.public-pre-btn .explore-btn.style3 {
    width: 110px;
    margin-left: 5px;
}

.public-preview-content h5 {
    margin-bottom: 30px;
}

.single-content-public p, .single-content-public li {
    color: #0A1D48;
    line-height: 24px;
}

.single-content-public li {
    list-style: disc;
    margin-left: 35px;
}

.single-content-public h6 {
    color: #0A1D48;
    font-weight: 700;
    font-size: 1.25rem;
}

.single-content-public {
    margin-bottom: 30px;
}

.single-content-public-skill a {
    display: inline-block;
    background: #F8F8F8;
    border-radius: 13px;
    padding: 7px 20px;
    color: #000;
    margin-right: 10px;
}

.single-content-public-skill {
    margin-top: 50px;
    padding-bottom: 20px;
}

.single-public-right h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.single-public-right {
    border: 1px solid #DEDEDE;
    border-radius: 25px;
    padding: 20px;
    margin-bottom: 15px;
}

.single-public-right h4 {
    position: relative;
}
.single-public-right h4 img {
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
}
.public-preview-right h5 {
    font-size: 18px;
    margin-bottom: 25px;
}

.single-public-right p {
    font-size: 14px;
    color: #0A1D48;
    opacity: .7;
    margin: 0;
}

.single-public-right p span {
    margin-left: 10px;
}

.single-public-right a.link {
    color: #CD005C;
    font-size: 15px;
    text-decoration: underline;
    margin-top: 10px;
    display: block;
}

.exlore-all-job a {
    width: 100% !important;
}

.public-preview-post {
    margin-top: 15px;
}

.public-preview-post img {
    width: 100%;
}

.public-preview-post h2 {
    font-size: 26px;
    margin-top: 15px;
}

.public-preview-post p {
    color: #7E7E7E;
    line-height: 23px;
}

.form-gap strong {
    color: #0A1D48;
    font-family: 'DubaiBold';
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}

.form-progress .progress {
    width: 90%;
    height: 7px;
    border-radius: 40px;
    background-color: #c2c2c2;
}

.form-progress {
    position: relative;
    z-index: 1;
    margin-top: 30px;
}
.valueOutput {
    position: absolute;
    right: 0;
    top: -9px;
}

.progress-bar {
    background-color: #cd015c;
}

.form-gap-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #CFCBCB;
    padding: 15px;
    border-radius: 13px;
    margin-top: 32px;
}

.form-gap-grid-logo {
    background: #EDF6FF;
    border-radius: 10px;
    height: 90px;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    justify-items: center;
    padding: 5px 17px;
}

.form-gap-grid-logo span {
    font-size: 13px;
    color: rgba(10, 29, 72, 1);
}

.form-gap-grid-logo img {
    height: 40px;
    width: 40px;
}

.form-gap-grid-txt h5 {
    font-size: 18px;
    color: #111827;
    margin-bottom: 10px;
}

.form-gap-grid-txt ul li {
    color: rgba(10, 29, 72, 0.7);
    font-size: 14px;
    line-height: 20px;
}

span.sub {
    display: block;
    color: #A4AAB1;
    font-size: 14px;
    line-height: 18px;
}

.form-gap-details.review {
    justify-content: flex-start;
    gap: 20px;
}

.form-gap-details.review .form-gap-grid-logo {
    background: none;
    height: auto;
    width: auto;
    padding: 0;
}

.form-gap-details.review .form-gap-grid-logo img {
    height: 67px;
    width: 67px;
    border-radius: 50%;
}

.accountDetailsLeft.login-form .viewDocuments button {
    width: auto;
    border: none;
    height: auto;
    padding: 0;
    background: none;
    margin: 0;
}

.fileUpload.viewDocuments {
    width: 140px;
}

.success-modal.application img {
    width: 170px;
}

.success-modal.application h4 {
    font-size: 24px;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
}

.accountDetailsLeft.login-form 
 .application button {
    background: #C3005C !important;
    color: #fff;
}

.subscription-banner {
    min-height: 510px;
}

.register-business-count {
    padding: 50px 0px;
}

.register-business-item h1 {
    color: #fff;
    margin-bottom: 5px;
    font-size: 48px;
}

.register-business-item p {
    margin: 0;
    color: #EDF6FF;
}

.register-business-item {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin: 25px 0px;
}

.section-title-dark h1 {
    font-size: 48px;
}

.section-title-dark p {
    color: #18191F;
    font-size: 18px;
}

.company-partner-logo {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr 3fr;
    align-items: center;
    gap: 50px;
}

.company-partner-logo img {
    padding: 10px;
}

.company-partner-area {
    padding: 70px 0px;
    background: #fff;
}

.company-partner-area .section-title-dark {
    padding-top: 10px;
}

.cta-area {
    padding: 70px 0px;
}

.cta-txt h1 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 25px;
}

.cta-txt p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}

.cta-txt a {
    width: auto;
    padding: 0px 35px;
    border-radius: 6px;
    height: 48px;
    line-height: 48px;
}

.process-grid {
    display: grid;
    grid-template-columns: 9fr 3fr;
    gap: 20px;
    margin: 30px 0px;
}

.process-icon {
    height: 78px;
    width: 78px;
    background: #EDF6FF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-icon img {
    height: 43px;
}

.process-txt h5 {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.process-right h2 {
    margin-bottom: 40px;
}

.faq-content2 .accountDetails {
    display: block;
}

.faq-content2 {
    padding-right: 100px;
}

.faq-content2 input, .faq-content2 textarea {
    background: #fff;
    width: 100%;
}

.faq-content2 textarea {
    border: 1px solid #CFCBCB;
    border-radius: 13px;
    height: 84px;
    padding: 10px;
}

.faq-content2 input::placeholder, .faq-content2 textarea::placeholder {
    color: #A9B6D2;
}

.faq-content2 .form-gap {
    margin-top: 18px;
}

.faq-content2 .fileUpload {
    width: 140px;
    margin: 0;
    margin-top: 5px;
}

.faq-content2 .accountDetailsLeft.login-form button {
    background: #CD005C;
    border-radius: 18px;
    width: 161px;
    height: 36px;
    color: #fff;
}

.faq-left .faq-section .product-left-single-menu .card {
    padding: 0;
    border: none;
}

.accordion-shadow.blobal-shadow {
    padding: 23px 25px;
    margin: 30px 0px;
}

.faq-left .faq-section h2 {
    text-align: left;
}

.faq-left .product-left-single-menu .card-header button i {
    border: 1.5px solid rgba(19, 15, 38, 0.3);
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 16px;
    border-radius: 50px;
    font-size: 18px;
    color: rgba(19, 15, 38, 0.3);
}

.addJob .faq-content2 input, .addJob .faq-content2 textarea, .addJob .faq-content2 select {
    background: #F5F8FE;
    border: 1px solid #CFCBCB;
    color: #000000;
}

.addJob .faq-content2 input::placeholder, .addJob .faq-content2 textarea::placeholder {
    color: #000000;
}

.faq-content2 .accountDetailsLeft.login-form .addRemoveBtn button {
    width: auto;
    background: #fff;
    color: #CD005C;
    margin-top: 28px;
    margin-bottom: 15px;
    max-width: 100%;
    padding: 0px 15px;
}

.addJob .faq-content2 {
    padding-right: 30px;
}

.faq-content2 .accountDetailsLeft.login-form .addRemoveBtn button:hover {
    background: #CD005C;
    color: #fff;
    opacity: 1;
}
.form-gap.btLogo {
    position: relative;
}

.form-gap.btLogo img {
    position: absolute;
    left: 10px;
    top: 37px;
    height: 24px;
}

.addJob .faq-content2 .btLogo input {
    padding-left: 40px;
}
.addJob .faq-content2 .btLogo.locationIcon img {
    height: 20px;top: 39px;
}
.accountDetailsLeft.login-form button.uploadLater {
    width: 165px;
}
.addJob select {
    background: #F5F8FE;
}

.richText .richText-editor {
    background-color: #f5f8fe;
    border: none;
}

.richText .richText-toolbar {
    background-color: #fff;
}

.form-gap.addSkills label {
    display: block;
    margin: 0;
    padding: 0;
}

.form-gap.addSkills button {
    margin-top: 0;
    margin-bottom: 5px;
    background: #F8F8F8 !important;
    border-radius: 13px !important;
    color: #000 !important;
    border: none !important;
    width: auto !important;
    padding: 0px 20px;
    margin-right: 8px;
}

.form-gap.skillForm input {
    max-width: 230px;
}

.form-gap.skillForm button {
    border: 1px solid #CD005C !important;
    border-radius: 18px !important;
    background: #fff !important;
    color: #CD005C !important;
    width: auto !important;
    padding: 0px 30px;
    text-align: center;
    margin-left: 10px;
}
.form-group .link {
    color: #CD005C;
}
