
@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Regular';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Semibold';
    src: url('../fonts/ProximaNova-Semibold.eot');
    src: url('ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff'),
        url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

*{
    outline: none!important;
    text-decoration: none!important;
}

body{
    background-color: #ffffff;
    font-family: 'Proxima Nova Regular';
    color:#161b1b;
}
h1{
font-style: normal;
font-family: 'Proxima Nova Bold';
font-size: 56px;
line-height: 64px;
}
h2{
font-style: normal;
font-family: 'Proxima Nova Semibold';
font-size: 48px;
line-height: 56px;
}
h3, h4 {
    font-style: normal;
    font-family: 'Proxima Nova Semibold';
/*    font-size: 28px;
    line-height: 44px;*/
}
h5{
    font-style: normal;
font-family: 'Proxima Nova Semibold';
font-size: 24px;
line-height: 32px;
}
h6{
    font-style: normal;
font-family: 'Proxima Nova Semibold';
font-size: 18px;
line-height: 28px;
}

p{
font-style: normal;
font-family: 'Proxima Nova Regular';
font-size: 18px;
line-height: 25px;  
}
p a {
    color: #153adc;
}
img{
    max-width: 100%;
    outline: none;
}
a:hover {
    text-decoration: none;
      outline: none;
}
button:focus {
    outline: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
figure{
    margin:0;
}
.custom-container {
    max-width: 1440px;
}
:root{
    --bs-primary-color:#153adc;
    --bs-primary-variant-color:#041e90;

    --bs-lightgray-background:#f6f7fb;
    --bs-gray-background:#f3f3f3;

    --bs-link-color:#5CB1FF;

    --bs-lightblue-color:#7CAAFF;

     --bs-primary-yellow:#ffe79c;
};

.lightblue-color{
    color: var(--bs-lightblue-color)
}
.lightblue-background{
    background-color: var(--bs-lightblue-color)
}
.primary-color{
    color:var(--bs-primary-color);
}
.primary-background{
    background-color:var(--bs-primary-color);
}

.primary-variant-color{
    color:var(--bs-primary-variant-color);
}
.primary-variantbackground-color{
    background-color:var(--bs-primary-variant-color);
}
.gray-background{
    background-color:var(--bs-gray-background);
}

.yellow-background {
    background: var(--bs-primary-yellow);
}
.light-gray-background{
    background-color:var(--bs-lightgray-background);
}
.light-blue-bg {
    background: #E4F7FF;
}
.vertical-center{
top: 50%;
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

.howitworks-modal {
    position: fixed;
    display: none;
    padding: 15px;
    width: 100%;
    z-index: 100;
    max-width: 800px;
    height: 450px;
    left: 50%;
    top: 50%;
    border-radius: 10px;
    transition: all .5s ease-in;
    transform: translate(-50%, -50%);
}
.howitworks-modal .modal-content {
    background-color: #000000;
    width: 100%;
    height: 100%;
    padding: 30px;
    box-shadow: 0 0 19px 2px #bbb;
}
.howitworks-modal .close {
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #163bdc;
    opacity: 1;
    color: #fff;
}
.video_container {
    height: 100%;
}

.howitworks-modal .close:hover,
.howitworks-modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.full-width{
    width:100%;
}
.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.44);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    transition: all 0.5s;
    visibility: hidden;
}
.play-button {
    border: 0;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #fff;
    color: #153adc;
    font-size: 20px;
    box-shadow: 0px 0px 10px #ddd;

}
.fas.fa-play {
    background-image: url(../../assets/images/sfwp-custom/sprite.png);
    width: 21px;
    height: 27px;
    background-position: 30px -37px;
}
.center-button {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.bstock-sprite{
    background-image: url(../../assets/images/sfwp-custom/sprite.png);
}
/*header css start*/

ul > li {
    list-style-type: none;
}

.buyer-blog-button,.seller-blog-button{
    display: none;
}
.sticky-header .seller-button + header .primiry-button,.sticky-header .blog-buyer-button + header .primiry-button {
    display: none!important;
}
.sticky-header .seller-button + header .primiry-button.seller-blog-button,.sticky-header .blog-buyer-button + header .primiry-button.buyer-blog-button {
    display: flex!important;
}
.header {
        padding: 30px 15px 10px 15px;
   /* transition: all 0.3s;*/
    z-index: 100;
    left: 0;
    top: 0;
}

.menu-overlay{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.44);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}
.navbar-row{
    padding: 0px 15px;
}
.sticky-header .header {
    background: #fff;
    /*box-shadow: 0px 0px 9px #304e94;*/
    position: fixed!important;
    padding: 13px 16px;
    box-shadow: 0px 4px 20px rgba(191, 191, 191, 0.25);
}


a.navbar-brand {
    padding: 0px;
    margin: 0;
    margin-right:15px;
    width: 165px;
    height: 41px;
    background-repeat: no-repeat;
}
.bstock-fdp-logo {
    background-position: -2px -2px;
}
button.navbar-toggler {
    padding: 0;
    border-radius: 0px;
}

.navbar-icon {
    width: 22px;
    height: 14px;
}   
.navbar-icon > span {
    width: 100%;
    height: 2px;
    background: #333333;
}
.global-menu-class {
    flex: 1;
}
.global-menu-class #menu-fdp-global-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
        position: static;
}

.global-menu-class #menu-fdp-global-menu>li {
    margin-left: 20px;
   padding: 10px 0px;

}
.global-menu-class #menu-fdp-global-menu>li>a {
    font-style: normal;
       font-family: 'Proxima Nova Semibold';
    font-size: 18px;
    color: #161b1b;
    display: block;
    padding: 15px 15px;
    line-height: 13px;
        transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    position: relative;
    background: transparent;
}
.global-menu-class #menu-fdp-global-menu>li>a:hover {
    color: #153adc;
}
.global-menu-class #menu-fdp-global-menu>li>a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 2px;
    background: #153adc;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    opacity: 0;
    visibility: visible;
    z-index: 1111;
}

.global-menu-class #menu-fdp-global-menu>li:hover a:before {
    animation-name: width;
    -webkit-animation-name: width;
    -moz-animation-name: width;
    -ms-animation-name: width;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    visibility: visible;
    opacity: 1;
}
.global-menu-class #menu-fdp-global-menu .sub-menu {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 15px;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(191, 191, 191, 0.5);
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 16px;
    visibility: hidden;
    transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    opacity: 0;
    top: 100%;
    flex-flow: wrap;
        justify-content: end;
}
.global-menu-class #menu-fdp-global-menu .sub-menu li {
    list-style: none;
    max-width: 25%;
    min-width: 258px;

}
.global-menu-class #menu-fdp-global-menu .sub-menu li a {
    color: #000000;
    padding: 16px 40px;
    display: block;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    font-style: normal;
    font-family: 'Proxima Nova Semibold';
    font-size: 18px;
    line-height: 28px;
    flex-shrink: 0;
    height: 100%;
}
.global-menu-class #menu-fdp-global-menu .sub-menu li a .menu-item-description {
    display: block;
    margin: 0;
    color: #6A6A6A;
    line-height: 21px;
    font-size: 16px;
        font-style: normal;
    font-family: 'Proxima Nova Regular';
    max-width: 195px;
        margin-top: .5rem;
            display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.global-menu-class #menu-fdp-global-menu>li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}
.top-started{
    /*display: none;*/
}
.sticky-header .top-started{
    display: block;
}

.close-menu {
    padding: 0;
    right: 15px;
    font-size: 22.4533px;
    line-height: 138.95%;
    color: #C5C5C5;
    position: absolute;
    top: 32px;
    opacity: 0;
    display: none;
    visibility: hidden;
    transition: 0.3s ease -1s;
    -ms-transition: 0.3s ease -1s;
    -moz-transition: 0.3s ease -1s;
    -webkit-transition: 0.3s ease -1s;
    z-index: 10;
    width: 22px;
    height: 22px;
    background-position: 68px -37px;
}



.global-menu-class #menu-fdp-global-menu .sub-menu li.active a{
background: transparent
}
.global-menu-class #menu-fdp-global-menu .sub-menu li a:hover{
    background: #F6F7FB;
}
.global-menu-class #menu-fdp-global-menu>li.top-started {
position: absolute!important;
    right: 15px;
    margin: 0;
    padding: 0;
    height: auto;
    background: transparent;
    border-radius: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}
.global-menu-class #menu-fdp-global-menu>li.top-started a {
        display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    background-color: var(--bs-primary-color);
    background: #153adc;
    font-family: 'Proxima Nova Bold';
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 27px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    letter-spacing: 0.05em;
}
.global-menu-class #menu-fdp-global-menu>li.top-started a:hover {
    background: #041E91;
    color: #ffffff;
}
.global-menu-class #menu-fdp-global-menu>li.top-started a:before{
    display: none;
}
/*header css end*/
.custom-large-h2 {
    font-size: 56px;
    line-height: 64px;
    font-family: 'Proxima Nova Bold';
    margin-bottom: 25px;

}

.customh1-fdp {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
   /* color: #555555;*/
    color:#7C89BD;
    font-family: 'Proxima Nova Bold';
    margin-bottom: 15px;
}
.customh2-fdp{
    font-style: normal;
    font-family: 'Proxima Nova Semibold';
    font-size: 48px;
    line-height: 56px;
}
.home-banner .customh1-fdp {
    color: #555555;
        margin-left: 2px;

}
.primiry-button {
    height: 56px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    background-color: var(--bs-primary-color);
    background: #153adc;
        font-family: 'Proxima Nova Bold';
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 27px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
         letter-spacing: 0.05em;
}
.primiry-button:hover {
    background: #041E91;
    color: #ffffff;
}
.primiry-link{
    color:#161b1b;
    font-style: normal;
font-family: 'Proxima Nova Semibold';
font-size: 16px;
line-height: 28px;
position: relative;
}
.primiry-link:hover{
    color:#000000;
}
.primiry-link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #153adc;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.primiry-link:hover:before{
  animation-name: width;
  -webkit-animation-name: width;
  -moz-animation-name: width;
  -ms-animation-name: width;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;

}

.top-content {
    padding:0;
    padding-top: 98px;
    min-height: 632px
}
.home-banner.top-content {
    padding-top: 0px;
    overflow: hidden;
}
.home-banner-desktop img {
    position: relative;
    top: -50px;
    right: -52px;
    margin-bottom: -52px;
    max-width: 540px;
}
.home-banner .banner-text{
    margin-top: 60px;
}
.blue-gradient-bg {
   /* background: linear-gradient(-40deg, #41dafc 14%, #43defd 19%, #3fd3f9 40%, #3dccf6 66%, #44d4f9 100%);*/
   background: #fea3aa;

}
.banner-container {
    width: 100%;
    max-width: 1280px;

}

.banner-title,.banner-content {
    margin-bottom: 40px;

}
.banner-title{
        font-family: 'Proxima Nova Bold';

}
.banner-text{
flex-shrink: 0;
margin-right: 15px;
max-width: 621px;
}
.auto-text{
    max-width: initial!important;
}
.home-banner-desktop {
    flex-shrink: 0;
    margin-top:120px;
}
.banner-text .primiry-button{margin-right:40px;}

/*main container css start*/
section{
    margin:0!important;
}
.section {
    padding: 70px 15px; 
        margin: 0!important;
}
.large-section {
    /*padding-top: 152px;*/
    padding: 150px 15px;
     margin: 0!important;

}

.section-title{
     margin-bottom: 70px;
}
.max-width-700{
    max-width: 715px;
    width: 100%;
}
.baying-content-section .max-width-700{
max-width: 528px;
}
.content-row {
    margin-top: 70px;
  
}
.content-row:first-child{
    margin-top: 0;
}
.content-row h3,.content-row h4{
    margin-bottom: 16px;
}
.content-row p{
margin:0;
}
.liquidation-section .content-row-section {
    max-width: 400px;
    margin-left: 110px;
    padding-right: 15px;
}

.how-work-section .section-title {
    margin: 0;

}
.how-work-content{
    margin-left: 95px;
}
.how-work-banner{
    overflow: hidden;
}
.how-work-banner:before {
    content: "";
    position: absolute;
    border-left: 2000px solid transparent;
    border-bottom: 320px solid #ffffffdd;
    left: 0;
    bottom: 0;
}
.how-work-banner figure img {
    position: relative;
    top: -50px;
    right: -52px;
    margin-bottom: -52px;
    max-width: 700px;
}

.how-work-content .content-row {
    margin-top: 45px;
    padding-left: 70px;
    margin-right: 80px;
    max-width: 400px;
}
.work-section-row{
    margin-top:40px;
}
.how-work-diagram {
    position: absolute;
    right: 0;
        top: -105px;
}
.how-work-diagram:after {
 /*   content: "";
    position: absolute;
    width: 50%;
    height: 374px;
    background-color: #fcfbf9;
    bottom: 0;
    z-index: -1;
    left: 100%;*/
}
.counter-number {
    font-style: normal;
    font-family: 'Proxima Nova Bold';
    font-size: 14px;
    line-height: 138.95%;
    color: #153adc;
    border: 1px solid #153adc;
    border-radius: 5px 5px 0px 5px;
    left: 0px;
    width: 33px;
    height: 24px;
    top: 5px;
}
.retailer-brand-column{
    padding:15px;
}
.retailer-brand-column>a {
    min-height: 235px;
    border: 1px solid #EAEAEA;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.retailer-brand-column>a figure {
    margin: 0px 10px;
}
.section-primay-link{
    margin-top: 45px;
}
.product-item-column {
    margin-bottom: 60px;
}
.product-category-section .section-primay-link {
    margin-top: -10px;
}
.product-item-column figure,.product-item-column img{
    width: 100%;
}
.product-name {
    z-index: 1;
    bottom: -35px;
    color: #161B1B;
    width: 100%;
    max-width: 240px;
      font-size: 21px;
    min-height: 70px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 17px 10px;
    display: inline-block;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
}

.product-name span {
position: relative;
padding: 5px 0px;
}
.product-name span:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #153adc;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}
.product-item-column:hover .product-name span:before {
    animation-name: width;
    -webkit-animation-name: width;
    -moz-animation-name: width;
    -ms-animation-name: width;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
     opacity: 1;
    visibility: visible;
}

@keyframes width {
  0%   {width: 0%;} 
  100% {width: 100%;}
}
.testimonial-content {
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 70px;
    height: 100%;
    padding-top: 90px;
}
.testimonial-quote {
 position: relative;

}
.testimonial-quote h4 {
    margin-bottom: 15px;
}


.testimonial-quote:before {
    content: "";
    position: absolute;
    background-image: url(../../assets/images/sfwp-custom/quote.png);
    width: 60px;
    height: 49px;
    top: -104px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -30px;
}
.testimonial-author-business {
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    color: #7C89BD;
    font-family: 'Proxima Nova Semibold';
}
.testimonial-author-name {
    padding-top: 15px;
    border-top: 1px solid #D7D7D7;
    margin-top: 30px;
    color: #161B1B;
    font-family: 'Proxima Nova Semibold';
    font-size: 16px;
    line-height: 24px;
}

.marketplace-grid-column-row .isotope-enable {
    display: flex;
    width: 100%;
    flex-flow: wrap;
   /* height: auto!important;*/
}
.marketplace-grid-column {
    margin-top: 30px;
}

.marketplace-grid-column-row .isotope-enable .marketplace-grid-column {
/*    position: static!important;
    top: initial!important;
    height: auto!important;*/
}
.marketplace-grid-column-row .isotope-enable .marketplace-grid-column .marketplace-grid-content{
/*    height: 100%;*/

}
.feture-retail-brand .marketplace-grid-content{
    padding-top: 75px;
}

.blog-grid-column{
/*    margin-bottom: 15px;*/
 }
.blog-grid-column img{width: 100%;}
.blog-item {
    border: 1px solid #EAEAEA;
    height: 100%;
        transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
        border-radius: 5px;
            cursor: pointer;
}
.blog-grid-img figure {
    border-bottom: 0.5px solid #f7f7f7;
}
.blog-grid-img img,.search-results .blog-item img {
min-height: 175px;
    object-fit: cover;
    max-height: 175px;
}
.blog-grid-img-landing img {
min-height: 328px;
    object-fit: cover;
    max-height: 328px;
}
.search-results .blog-section {
    padding-bottom: 70px;
}
.search-results .blog-item .blog-grid-img, .search-results .blog-item .blog-grid-img figure {
    max-height: 242px;
    min-height: 242px;
}
.search-results .blog-item .blog-grid-img figure {
    max-height: 242px;
    min-height: 242px;
    background-image: url(../images/sfwp-custom/default-image.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.blog-grid-content {
    padding: 20px 30px;
}
.blog-grid-title{
            display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.archive .blog-grid-content .blog-grid-title {
    min-height: 65px;
}
.blog-grid-text {
    font-size: 16px;
    line-height: 21px;
        display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-grid-content a {
    font-size: 13px;
    line-height: 133.69%;
    font-family: 'Proxima Nova Semibold';
    letter-spacing: 0.05em;
    color:var(--bs-primary-color);
}
.get-start-img {
    width: 604px;
    padding: 0px 15px;
}
.get-started-content {
    max-width: 470px;
    margin-left: 15px;
}
.get-started-content .section-title {
    margin-bottom: 32px;
}
.get-started-content p {
    margin-bottom: 35px;
}
/*.get-start-img:before {
    content: "";
    position: absolute;
    width: 50%;
    background-color: #fea3aa;
    bottom: 0;
    z-index: -1;
    height: 100%;
    right: calc(100% - 5px);
}*/
.order-listing {
    margin: 0;
    padding: 0;
      counter-reset: section;
}
.order-listing li {
    list-style: none;
    font-size: 18px;
    line-height: 32px;
    position: relative;
    padding-left: 20px;
    text-align: left;
}
.or-looking-sell{
    margin-top: 15px;
    padding-top: 15px;
}
.or-looking-sell a {
    
    display: inline-block;
    position: relative;

    color: var(--bs-primary-color);
}
.or-looking-sell a:before {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--bs-primary-color);
    position: absolute;
    left: 0;
    bottom: 3px;
}
.or-looking-sell:before {
    content: "";
    position: absolute;
    width: 95px;
    height: 1px;
    background: #ddd;
    top: 0;
}

.order-listing li:before {
    counter-increment: section;
    content: counter(section) ".";
    color: var(--bs-primary-color);
    font-size: 18px;
    line-height: 32px;
    font-family: 'Proxima Nova Bold';
 position: absolute;
 left: 0;
 top: 0;
}
.marketplace-grid-content {
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    padding: 42px;
/*    height: 100%;*/
        transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.market-place-banner-img {
    flex-shrink: 0;
}

.brand-tag {
    border-radius: 0px 0px 5px 5px;
    top: 0;
    right: 0;
    width: 66px;
    height: 56px;
    font-size: 10px;
    line-height: 138.95%;
    font-family: 'Proxima Nova Bold';
    padding: 7px;
    right:30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.brand-tag{
	    height: 70px;
    width: 90px;

}
.marketplace-grid-content:hover .brand-tag {
    background-color: var(--bs-primary-color);
}
.marketplace-grid-content figure {
    margin-bottom: 36px;
}
.retail-brand-content h6 {
    color: #474747;
   
}
.bstock-fetured-mp-heading {
margin-bottom: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    line-height: 28px;
}
.retail-brand-content p {
    color: #8d8d8d;
    margin-bottom: 27px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
}
.retail-brand-content .primiry-link{
font-size: 14px;
line-height: 24.4px;
color: #161b1b;
}
.marketplace-grid-column >.marketplace-grid-content  .primiry-link{
    font-size: 18px;
}
.mobile-retail-content {
    display: none;
    color: #474747;
    
}
.mobile-retail-content h4 {
    font-size: 10px;
    letter-spacing: 0.21px;
    text-align: left;
    padding-left: 15px;
}
.mobile-retail-content i {
    font-size: 18px;
    line-height: 26px;
    color: #153adc;
    flex-shrink: 0;
    margin-left: 15px;
}
.mobile-retail-content h4 span {
    border-right: 1px solid #EAEAEA;
    padding: 0px 10px 0px 0px;
    line-height: 14px;
    flex-shrink: 0;
    flex: 1;
    min-height: 40px;
    display: flex;
    align-items: center;
}
.marketplace-grid-content .primiry-button {
    width: 125px;
    min-width: auto;
    height: 37px;
    font-size: 12px;
    line-height: 10px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0px 6px;
}
.marketplace-grid-contentp {
    color: #8D8D8D;
    font-size: 18px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.marketplace-select-section{
    padding-top: 32px;
}
.marketplace-select-section .section-title{
/*margin-bottom: 30px;*/
margin-bottom: 0px;
}
.tabs-column {
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px rgba(191, 191, 191, 0.25);
    border-radius: 5px;
    padding: 9px 0px;
}
.tabs-column > span {
    color: var(--bs-primary-color);
    font-size: 13px;
    line-height: 133.69%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'Proxima Nova Bold';
    margin-left: 24px;
}
.nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;
}
.nav-tabs li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #161B1B;
    padding: 8px 21px;
    display: block;
    position: relative;
}
.nav-tabs li a:before {
    content: "";
    width: 1px;
    height: 32px;
    position: absolute;
    background-color: #EAEAEA;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.nav-tabs li:first-child a:before{
    opacity: 0;
}
.nav-tabs li a i {
    margin-left: 15px;
      color: var(--bs-primary-color);
      font-size: 10px;
line-height: 28px;
}
.marketplace-banner {
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 60px;
}
.market-place-banner-img img {
    position: relative;
    top: -50px;
    
    margin-bottom: -52px;
}
.marketplace-banner .banner-title{
    margin-bottom: 35px;
}
.feture-marketplace-section .section-title {
    margin-bottom: 30px;
}
.marketplace-grid-column-row {
    /*padding-top: 75px;*/
    padding-top: 105px;
    overflow: hidden;
        min-height: 750px;
}

.all-market-dowpdown .dropdown-menu{
    width: calc(1140px - 30px)!important;
}

.marketplace-section .section-title {
    margin-bottom: 40px;
}
.marketplace-dropdwon {
    border: 1px solid #cacaca;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px rgba(191, 191, 191, 0.25);
    border-radius: 5px;
    background-color: #ffffff;
}
.marketplace-dropdwon-row .dropdown-menu{
    outline: none;
}
.marketplace-dropdwon>span {
    color: #153adc;
    font-size: 13px;
    line-height: 133.69%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-left: 23px;
    font-family: 'Proxima Nova Bold';
}
.marketplace-dropdwon .dropdown> a {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #161B1B;
    padding: 10px 23px;
    position: relative;
    /*font-family: 'Proxima Nova Semibold';*/
    
        width: 100%;
}
.marketplace-dropdwon .dropdown> a.active {
    font-family: 'Proxima Nova Bold';
}
.marketplace-dropdwon .dropdown> a:before {
    content: "";
    width: 1px;
    height: 30px;
    position: absolute;
    background-color: #cacaca;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.marketplace-dropdwon .dropdown:first-child a:before {
    opacity: 0;
}
.marketplace-dropdwon .dropdown.show> a {
    font-family: 'Proxima Nova Semibold';
}
.marketplace-dropdwon .dropdown>a>span {
    padding: 7px 0px;
 
}
.dropdown-columns .dropdown:focus,.marketplace-dropdwon .dropdown>a>span:focus,.marketplace-dropdwon .dropdown>a i:focus {
    outline: none;
    text-decoration: none;
}
.dropdown-columns .dropdown:nth-child(2) a>span{
border-left: 1px solid #EAEAEA;
border-right: 1px solid #EAEAEA;
}


.fas.fa-chevron-down {
    font-size: 0px!important;
    width: 10px;
    height: 6px;
    background-image: url(../../assets/images/sfwp-custom/sprite.png);
    background-position: 75px  -9px;
     margin-left: 9px;
}
.marketplace-dropdwon .dropdown.show .fas.fa-chevron-down {
    background-position: 55px -9px;
}


.marketplace-dropdwon-row .dropdown-menu ul {
    margin: 0;
    flex-shrink: 0;
    background: #fff;
    flex: 1;
    padding: 15px;
}
.marketplace-dropdwon-row .dropdown-menu ul li {
    list-style: none;
   
}
.marketplace-dropdwon-row .all-category-dropdown .dropdown-menu ul {
    width: 100%;
    -moz-column-count: 3;
    -moz-column-gap: 0;
    -webkit-column-count: 3;
    -webkit-column-gap: 0;
    column-count: 3;
    column-gap: 0;
}
.marketplace-dropdwon-row .all-market-dowpdown .dropdown-menu ul{
        -moz-column-count: 5;
    -moz-column-gap: 5px;
    -webkit-column-count: 5;
    -webkit-column-gap: 5px;
    column-count: 5;
    column-gap: 5px;

    
}
.marketplace-dropdwon-row .all-category-dropdown .dropdown-menu ul li {
    width: 100%;
}
.all-market-dowpdown .dropdown-menu ul li{
    min-height: 50px; 
}
.marketplace-dropdwon-row .dropdown-menu ul li a,.marketplace-dropdwon-row .dropdown-menu ul li {
	font-size: 16px;
    line-height: 22px;
    color: #8D8D8D;
    padding:6px 4px;
    display: block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    cursor: pointer;

}
.marketplace-dropdwon-row .dropdown.show .dropdown-menu ul li a{
    padding: 0;
}
.marketplace-dropdwon-row .dropdown-menu ul li a:hover,.marketplace-dropdwon-row .dropdown-menu ul li:hover{
       color: #163bdc;
}

.baying-content-section .content-row-section {
    max-width: 540px;
    margin-left:104px;
}
.register-content-section .content-row-section {
    max-width: 565px;
    margin-right: 70px;
   
}
.work-direction-row .content-row-section {
    max-width: 334px;
    flex-shrink: 0;
}
.work-direction-row{
    padding:60px 15px;
    position: relative;
}
.work-direction-row:last-child{
    padding-bottom: 0;
}
.work-direction-row .primiry-button {
    margin-top: 20px;
}
 .work-direction-row:nth-child(odd) {
    flex-direction: row-reverse;
        justify-content: space-between;
}
.work-direction-row:nth-child(odd):first-child {
    padding-top: 0;
}
.overlay-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.22);
    border-radius: 5px;
}
 .work-direction-section{
    counter-reset: step;
 }
.work-direction-row .content-row-section .content-row:before {
    counter-increment: step;
    content: "STEP " counter(step);
    font-size: 13px;
    line-height: 133.69%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--bs-primary-color);
    font-family: 'Proxima Nova Bold';
    margin-bottom: 15px;
    display: block;
}

.acution-banner-container .banner-text {
    margin-right: 15px;
    flex-shrink: 0;
}



.work-direction-row:nth-child(even) .content-row-section{
    margin-left:90px;
}
.work-direction-row:nth-child(odd) .content-row-section{
    margin-left:90px;

}
.work-direction-row .content-row h3,.work-direction-row .content-row h4{
    margin-bottom: 16px;
}
.customh3look {
    font-size: 28px;
    line-height: 34px;
}
.work-direction-row:nth-child(odd):first-child .content-row {
    margin: 0;
}
.work-direction-row .section-title {
    position: absolute;
    top: 0;
    left: 107px;
}
.blog-view-heading .banner-text {
    flex-shrink: initial;
    margin-right: 0;
}
.blog-banner {
    min-height: 408px;
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: cover;
    padding-top: 216px;
}
.blog-banner .banner-title {
    margin-bottom: 0px;
}

.inner-blog-section .container {
    max-width: 934px;
}
a.arrow-link {
    color: #161B1B;
    line-height: 28px;
    font-size: 16px;
}
.arrow-link i{
        color: #153adc;
        margin-left: 8px;
}
.fdp-arrow-right {
    background-position: 156px -6px;
    width: 20px;
    height: 12px;
    flex-shrink: 0;
}
.fdp-arrow-left {
    background-position: 178px -6px;
    width: 20px;
    height: 12px;
    flex-shrink: 0;
}
i.fas.fa-long-arrow-alt-right {
    font-size: 0px;
  background-position: 156px -6px;
    width: 20px;
    height: 12px;
    flex-shrink: 0;
        background-image: url(../../assets/images/sfwp-custom/sprite.png);
}

.buyer-blogs-section {
    padding-top: 35px;
}
.blog-list-heading {
    padding-top: 150px;
}
.tab-bar{
    margin-bottom: 40px;
}
.tab-bar li a {
        font-family: 'Proxima Nova Semibold';
    border-bottom: 2px solid #EAEAEA;
}

.tab-bar li a:after,.tab-bar li a:before {
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -2px;
    background-color: var(--bs-primary-color);
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.tab-bar li a.active:after{
    opacity: 1;
    visibility: visible;
    animation-name: width;
    -webkit-animation-name: width;
    -moz-animation-name: width;
    -ms-animation-name: width;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
}


.date-text{
font-size: 13px;
line-height: 17.4px;
letter-spacing: 0.65px;
font-family: 'Proxima Nova Bold';
color: #153adc;
text-transform: uppercase;
}
.tab-banner-heading {
 margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.tab-banner-text{
        display: -webkit-box;
    -webkit-line-clamp: 6;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.category .tab-banner-content .date-text {
    color: #153adc;
}

.tab-banner-detail .arrow-link{
font-family: 'Proxima Nova Semibold';
font-size: 16px;
line-height: 28px;
}
.tab-blogs-row .pagination {
    margin-top: 30px!important;
}
.inner-blog-section .blog-grid-column {
    padding-top: 70px;
}

.inner-blog-section .blog-column-heading {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    font-size: 28px;
    line-height: 34px;
}
.inner-blog-section .blog-item figure img {
    min-height: 328px;
    object-fit: cover;
    max-height: 328px;
}
.buyer-blog-heading {
    min-height: auto;
       padding-top: 150px;
}
.buyer-blog-heading .banner-title {
    margin: 0;

}
.tab-banner-detail {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
}
.tab-blogs-row .blog-grid-column {
    margin-top: 30px;
    margin-bottom: 0;
}
.tab-banner-detail figure {
    flex: 1;
    min-height: 370px;
    max-height: 370px;

}
.tab-banner-detail figure img {
    object-fit: cover;
    height: 370px;
      width: 100%;
}
.tab-banner-content {
    width: 372px;
    padding: 15px 50px;
}
.pagination >li{
    display: block;
    margin-right: 10px
}
.pagination >li>a, .pagination >li>span {
    border: 0;
    font-size: 18px;
    line-height: 150.69%;
    color: #161B1B;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
        position: relative;
        font-weight: 700;
}
.pagination >li>a:hover{

    color: #153adc;
}
.pagination >li>span.current:before{
content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    height: 2px;
    background: #153adc;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    right: 0;
    margin: auto;
}
.pagination >li a i{
    color: #153adc;
   
}
.pagination >li>a.next,.pagination >li>a.prev {
    font-size: 0px;
    position: relative;
}

.pagination >li>a.next:before,.pagination >li>a.prev:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../../assets/images/sfwp-custom/sprite.png);

    width: 20px;
    height: 12px;

}
.pagination >li>a.next:before{
        background-position: 156px -6px;
}
.pagination >li>a.prev:before{
                    background-position: 180px -6px;
}
.pagination >li>a.next:hover:before {
  /*  background-position: 113px -6px;*/
}
.pagination >li>a.prev:hover:before {
    /*background-position: 136px -6px;*/
}

.blog-view-heading {
    /*margin-bottom: 40px;*/
    min-height: auto;
        margin-bottom: 28px;
   /* padding-top: 150px;*/
    padding-top: 120px;
}
.blog-view-heading .banner-title {
    margin: 6px 0px;
}
.breadcrumbs-row {
    border-bottom: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    padding: 17px 15px;
    margin-bottom: 48px;
}
p#breadcrumbs {
    margin: 0;    
    line-height: 16px;
	margin-left: -15px;
}
p#breadcrumbs span>span {
    font-size: 13px;
    line-height: 16px;
    margin-left: 8px;
}
p#breadcrumbs span>span:first-child {
    margin-left: 0;
    position: relative;
}
p#breadcrumbs span a {
    color: #8F8F8F;
    font-family: 'Proxima Nova Semibold';
    margin-right: 8px;
      font-size: 13px;
    line-height: 16px;
}
p#breadcrumbs>span>span>a {
    display: none;
}
p#breadcrumbs>span>span:first-child:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 20px;
    background: #fff;
    left: 0;
    z-index: 1;
}
p#breadcrumbs span>span.breadcrumb_last {
    font-family: 'Proxima Nova Semibold';
    color: #161b1b;
}
p#breadcrumbs span a:hover{
	color: #153ADC;
}


.gray-border-text {
    color: #153ADC;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    font-family: 'Proxima Nova Bold';
    letter-spacing: 0.05em;
}
.gray-border-text:before{
/*    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #A8A8A8;*/
}
.blog-view-heading .banner-text .date-text {
    color: #8F8F8F;
   /* text-transform: capitalize;*/
    font-size: 18px;
    line-height: 28px;
    font-family: 'Proxima Nova Semibold';
}
.profile-blog-section .section-title{
    margin-bottom: 49px;
}
.aside-bar {
    width: 250px;
    flex-shrink: 0;
}
.asiderbar-column {
    margin-bottom: 35px;
}
.aside-heading {
    margin-bottom: 16px;
}
.sidebar-barand li {
    list-style: none;
}
.sidebar-barand a {
    display: flex;
    justify-content: center;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    margin-top: 8px;
}
.sidebar-barand li:first-child a {
    margin: 0;
}
.sidebar-barand figure {
    width: 108px;
}

.top-acution {
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    padding: 23px 30px 23px 23px;
    margin: 0;
}
.top-acution li {
    list-style: none;
    padding: 15px 0px;
    border-bottom: 1px solid #EAEAEA;
}
.top-acution li:first-child{
    padding-top:0;
}
.top-acution li:last-child {
    padding-bottom: 0;
    border: 0;
}
.top-acution figure {
    width: 50px;
    height: 35px;
    margin-right: 10px;
    flex-shrink: 0;
}
.top-acution figure img{
    width: 100%;
    height: 100%;
}
.top-acution a p {
    font-size: 11px;
    line-height: 13px;
    color: #161B1B;
    font-weight: 500;
        display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Proxima Nova Semibold';
}
.blog-profile-img {
    margin-bottom: 45px;
}
.blog-profile-img .featured-image a {
    border: 0.5px solid #f7f7f7;
}
.blog-profile-img  .featured-image a{
    width: 100%;
    float: left;
}
.blog-profile-img  .featured-image a img{
    width: 100%;
}
.blog-profile-content {
    width: 100%;
    max-width: 765px;
    padding-right: 30px;
}
.blog-profile-content .content-row-section .content-row p {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 20px;
}
.midimage img {
    width: auto;
}
.blog-profile-content h2, .blog-profile-content h3 {
    margin: 20px 0px;
}
.join-b2b {
    border-top: 1px solid #D7D7D7;
    padding-top: 45px;
        margin-top: 45px;
}
.blog-profile-content .content-row-section ul li {
    list-style: disc;
    padding: 10px;
}


.profile-testimonial-row {
    margin-bottom: 49px;
}
.profile-testimonial-row .testimonail_section {
    margin: 0;
}
.form-control {
    border: 1px solid #D7D7D7;
    border-radius: 5px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
font-size: 16px!important;
line-height: 19px!important;
letter-spacing: 0.05em !important;
color: #7C7C7C !important;
}
::-moz-placeholder { /* Firefox 19+ */
font-size: 16px!important;
line-height: 19px!important;
letter-spacing: 0.05em !important;
color: #7C7C7C !important;
}
:-ms-input-placeholder { /* IE 10+ */
font-size: 16px!important;
line-height: 19px!important;
letter-spacing: 0.05em !important;
color: #7C7C7C !important;
}
:-moz-placeholder { /* Firefox 18- */
font-size: 16px!important;
line-height: 19px!important;
letter-spacing: 0.05em !important;
color: #7C7C7C !important;
}

.form-control {
    height: 56px;
    margin: 0;
    padding: 20px 59px 17px 35px;
    font-size: 16px;
}

.suscribe-left-colunm{
    max-width: 450px;
    margin-right: 30px;
     flex-shrink: 0;

}
.suscribe-content figure img {
    width: 300px;
}
.newsletter-form {
    background: #f6f7fb;
    border-radius: 5px;
    width: 600px;
    padding: 65px 30px;
 
   

}
.single-post .suscribe-news-letter .newsletter-form{
   min-height: 510px;
}
.page-template-template-contact .newsletter-form {
    min-height: 865px;
}
.newsletter-form form {
    width: 100%!important;
    max-width: 420px;
}
.newsletter-form input {
    margin-bottom: 20px;
}
.newsletter-form .btn{
    margin-top: 20px;
}

.suscribe-content input {
    height: 55px;
    width: 100%;
    max-width: 352px;
    margin-right: 15px;
}
.suscribe-news-letter {
    padding-top: 50px;
    border-top: 1px solid #D7D7D7;
    margin-top: 50px;
}
.suscribe-content figure{
    margin-bottom: 16px;
}
.suscribe-content h3,.suscribe-content h4{
    margin-bottom: 18px;
        font-family: 'Proxima Nova Semibold';
    font-size: 48px;
    line-height: 56px;
}
.suscribe-content h5{
     font-family: 'Proxima Nova Semibold';
}
.form-control:focus,input:focus {
    border-color: #153adc;
    box-shadow: none;
}

.sfwp-minheight-auto {
    min-height: auto!important;
}

.newsletter-form .mktoForm .mktoFormRow .mktoField {
    height: 56px;
    margin: 0;
    padding: 20px 59px 17px 35px;
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%!important;
        border: 1px solid #D7D7D7;
        line-height: 1.5;
}
.mktoForm .mktoFormCol {
    margin: 0!important;
    min-height: auto;
    width: 100%;
}
.newsletter-form .mktoForm .mktoFormRow textarea.mktoField {
    height: 100px;
}
.newsletter-form .mktoForm .mktoFormRow select.mktoField {
    padding: 15px 59px 17px 35px!important;
}
.mktoForm .mktoFieldWrap {
    width: 100%;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    height: 56px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px!important;
    line-height: 16px!important;
    color: #fff;
    background-color: var(--bs-primary-color);
    background: #153adc!important;
    font-family: 'Proxima Nova Bold';
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 27px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    letter-spacing: 0.05em;
}
.newsletter-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    background: #153adc!important;
}
.newsletter-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover{
        background: #041E91!important;
}

.mktoForm input[type=text]:focus, .mktoForm input[type=url]:focus, .mktoForm input[type=email]:focus, .mktoForm input[type=tel]:focus, .mktoForm input[type=number]:focus, .mktoForm input[type=date]:focus, .mktoForm select.mktoField:focus, .mktoForm textarea.mktoField:focus {
    border-color: #153adc;
    box-shadow: none;
}

section#customer_support {
    margin: 40px 0px!important;
    padding: 40px;
}


.bluebg {

    padding: 30px 0px;
}
#contact_form{
    /*min-height: 890px;*/
    min-height: 100vh;
}

.ad-block{
	width: 100%;
}
ul.contact_ul-text>li {
    list-style: disc;
    font-size: 18px;
    margin-bottom: 10px;
}
.contact_us-newsletter-form {
    width: 100%;
    padding: 60px;
}
.contact_us-newsletter-form form{
	    max-width: 100%;
}











/*footer css start*/
.footer {
   
}
.footer-top {
    padding-top: 55px;
    border-top: 1px solid #D7D7D7;
}
.footer-logo{
    margin: 0px 20px 20px 0px;
}
.footer-links {
    margin-right: 40px;
}

.footer-links:last-child {
    margin-right: 0px;
}

.footer-links h6 {
    margin-bottom: 15px;
}
.footer-links ul {
    margin: 0;
    padding: 0;
    display: block;
}
.footer-links ul li {
    list-style: none;
}
.footer-links ul li a {
    font-size: 16px;
    line-height: 26px;
    color: #000 !important;
    padding: 0;
        background: transparent!important;
}
.footer-links ul li a:hover{
       color: #153adc !important;
}
.social-icons a {
    margin-right: 12px;
        width: 35px;
    height: 35px;
}
.facebook-icon {
    background-position: 181px -28px;
}
.twitter-icon{
        background-position: 113px -28px;
}
.linkdin-icon{
    background-position: 147px -28px;
}
.social-icons a:last-child{
    margin-right: 0;
}
.fooger-bottom {
    padding: 40px 0px;
}
.copyright a{
color:#000;
}
