@charset "utf-8";

/* ------------------------------------------------------------------
 * Name         : FoodSifY - Multi-Tenancy Based Food & Grocery Platform
 * Author       : AMCoders
 * Author URI   : https://codecanyon.net/user/amcoders
 * All Rights Reserved.
 * --------------------------------------------------------------------- */

/*===================== TABLE OF CONTENT =======================
/*------------------------------------------------------------------
[ header]
[ hero ]
[ features ]
[ development ]
[ pricings ]
[ blog ]
[ footer ]
[ breadcrumb ]
[ blog details ]
[ register ]
[ demo ]
=============================================================*/


.img-responsive{
    max-width: 100%;
}




/* header */
.header-left-area {
    display: flex;
    align-items: center;
}

.header-logo img {
    height: 46px;
}

.language-switch {
    margin-left: 10px;
}

.language-switch select {
    border: 1px solid #ddd;
    padding: 12px 43px;
    color: #666;
    padding-left: 25px;
}

.language-switch select:focus {
    outline: 0;
    box-shadow: none;
    border-color: #ddd;
}

.header-menu ul li {
    display: inline-block;
    padding: 0 25px;
    position: relative;
    transition: .4s;
}

.header-menu ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    transition: .4s;
    font-weight: 500;
}

.header-menu ul {
    margin: 0;
    padding: 0;
}

.header-area {
    padding: 5px 0;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.header-btn a {
    text-decoration: none;
    background: #111212;
    color: #fff;
    padding: 17px 32px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 49px;
}

.header-menu ul li ul.submenu {
    position: absolute;
    background: #fff;
    color: #222;
    width: 220px;
    top: 200%;
    transition: .3s;
    /* padding-top: 30px; */
    opacity: 0;
    visibility: hidden;
    box-shadow: 7px 5px 20px rgba(0, 41, 117, .12);
    z-index: 99999;
    /* padding-bottom: 30px; */
    /* padding-left: 30px; */
    /* padding-right: 18px; */
    border-radius: 10px;
    padding: 5px;
}

.header-menu ul li:hover>ul.submenu {
    opacity: 1;
    visibility: visible;
    top: 150%
}

.header-menu ul li ul.submenu li ul.submenu {
    left: 100%;
    top: 0
}

.icon-search img{
    width: 22px;
    margin-right: 20px;
}

.header-menu ul li ul.submenu li {
    margin: 0;
    display: block;
    margin-bottom: 3px;
    text-align: left;
}

.header-menu ul li ul.submenu li:hover>a {
    color: #ff6726;
}

.header-menu ul li ul.submenu>.header-menu ul li a i {
    display: block
}

.header-menu ul li:hover>a {
    color: #ff6726;
}

.header-menu ul li ul.submenu li:last-child {
    margin-bottom: 0;
    padding-left: 0;
}

.header-menu ul li ul.submenu li a {
    color: #000000;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
}

.submenu li{
    padding-left: 0 !important;
}

#language{
    font-size: 14px;
    height: 34px;
}
/* demo-service */
.demo-service{
    margin-top: 100px;
}

.titleleft{
    font-weight: 600;
    margin-bottom: 42px;
}

.titleleft1{
    font-weight: 600;
    font-size: 32px;
}

.left_item div{
    color: #000000;
    font-size: 13px;
    /* margin-top: 145px; */
}

.left_item div p{
    text-align: justify;
    font-size: 18px;
	/* margin-top: 145px; */
}

.righ_titem .right_col{
    padding: 25px;
}


.righ_titem .right_col h3{
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 24px;
}

.righ_titem .right_col p{
    color: #000000;
    font-size: 18px;
    margin-top: 20px;
	text-align: justify;
}
/* demo-service */

.brand-description{
    font-size:13px;
    background: #f3f0eb;
    border-radius:10px;
    padding: 10px;
}

.brand-description strong{
    font-size: 21px;
}

.brand-description div {
    font-size: 18px;
	text-align: justify;
}

.brand-link a{
    color:#000000c9;
    text-decoration:none;
    font-size:14px
}

.ecomerce-brand hr{
    margin: 7px;
}

/* option-scroll */
.option-scroll{
    background:url(/frontend/assets/img/nenmomenu.png);
    background-repeat: repeat;
    padding: 5px
}
.option-scroll .scroll-item{
    margin:5px;
    padding: 3px 13px;
    border-radius:10px;
    background:#ffffff;
    display: inline-block;
    width:128px
}

.option-scroll .scroll-item a{
    text-decoration:none;
    font-size:13px;
    color:#000000
}

.option-scroll .scroll-item.active{
    background:#ff6726;
}

.option-scroll .scroll-item.active a{
    color:#ffffff;
}
/* option-scroll */
.footer-top{
    background: url(/frontend/assets/img/bg_footer.jpg);
    padding: 90px 0;
}
.footer-top .titleft{
    color:#ffffff;
    font-size:26px;
}

.footer-top .btnaft a{
    text-decoration: none;
    color:#ffffff;
    font-size:18px
}

.footer-top .btnaft{
    border:1px solid #ffffff;
    background:#ff9734;
    padding: 6px 17px;
    border-radius:20px;
    margin-top:10px;
}

.footer-top .btnaft i{
    font-size:20px;
    margin-bottom:-2px
}
/* hero */
.hero-area {
    /* background: bisque; */
    background: url(/frontend/assets/img/bg1.jpg);
    margin-top: 96px;
}

.hero-content {
    padding: 180px 0;
}

.hero-img {
    text-align: center;

}

.hero-content h2 {
    color: #ffffff;
    font-weight: 600;
    font-size: 55px;
    margin-bottom: 20px;
}

.hero-content p {
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 25px;
	text-align: justify;
}

.hero-input input {
    border: 1px solid #fff;
    width: 100%;
    padding: 9px 16px;
    padding-left: 35px;
    border-radius: 24px;
}

.hero-input {
    display: flex;
    align-items: center;
}

.input-filed {
    width: 100%;
    margin-right: 10px;
    position: relative;
}

.hero-btn button {
    white-space: nowrap;
}

.hero-small-message {
    margin-top: 25px;
}

.hero-small-message p {
    margin-bottom: 0;
    font-size: 21px;
    color: #ffffff;
    line-height: 1.3;
}

.hero-btn button {
    border: none;
    background: #ff6726;
    color: #fff;
    padding: 8px 21px;
    font-size: 21px;
    border-radius: 38px;
    font-weight: 500;
}

.input-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.input-icon span {
    color: #111212;
    font-weight: 500;
}

.hero-input input:focus {
    outline: 0;
}

.hero-input input::placeholder {
    color: #bfbcbc;
}

.hero-input input::placeholder{
    font-style: italic;
}

/* features */

.single-features {
    border: 1px solid #efeded;
    border-radius: 10px;
    padding: 40px 40px;
    margin-bottom: 30px;
}

.features-img svg {background: #5ae4a6;padding: 15px 15px;border-radius: 18px;fill: #fff;width: 70px;height: 70px;}

.features-img {
    margin-bottom: 25px;
}

.features-title h4 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 18px;
}

.features-des p {
    color: #838282;
    font-size: 17px;
    margin-bottom: 0;
}

.features-area .col-lg-6:nth-child(2) .single-features {
    transform: translateY(48px);
}

.features-area .col-lg-6:nth-child(4) .single-features {
    transform: translateY(48px);
}

.key-features-content h5 {
    color: #666;
    margin-bottom: 25px;
    font-size: 25px;
    font-weight: 500;
}

.key-features-content h2 {
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 20px;
    color: #333;
}

.key-features-content p {font-size: 18px;color: #666;line-height: 1.7;}

.features-btn a {
    background: #111212;
    text-decoration: none;
    color: #fff;
    padding: 20px 45px;
    font-size: 18px;
    border-radius: 5px;
    margin-right: 10px;
    line-height: 60px;
}

.features-btn a:last-child {
    background: none;
    color: #111212;
    padding-left: 10px;
    font-size: 19px;
    text-underline-position: under;
}



/* development */

.devlopment-area {
    padding: 100px 0;
    background: azure;
}

.development-right-section h6 {
    display: inline-block;
    color: #5ae4a6;
    border-radius: 24px;
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 600;
}

.development-right-section h2 {
    color: #333;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 25px;
}

.development-right-section p {
    color: #666;
    font-size: 19px;
}

.development-right-section ul li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 16px;
    color: #56636c;
}

.development-right-section ul {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.development-right-section ul li svg {
    fill: #5ae4a6;
    width: 28px;
    height: 28px;
}

.development-btn a {
    text-decoration: none;
    background: #5ae4a6;
    color: #fff;
    padding: 20px 40px;
    font-size: 17px;
    border-radius: 10px;
    line-height: 57px;
}

.development-btn a svg {
    fill: #fff;
    width: 20px;
    height: 20px;
}

/* pricings */
.pricing-header-area h2 {
    font-weight: 700;
    font-size: 50px;
}

.pricing-header-area p {
    color: #666;
    font-size: 18px;
}

.pricing-input-field .form-check.form-switch {
    display: flex;
    justify-content: center;
    align-items: center;
}


.pricing-input-field input {
    width: 75px !important;
    height: 35px;
}

.pricing-input-field .form-check-input:checked {
    background-color: #5ae4a6;
    border-color: #5ae4a6;
}

.pricing-input-field .form-check-input {
    border-color: #5ae4a6;
    border: 2px solid #bfbfbf;
}

.monthly-span span {
    margin-right: 65px;
    color: #666;
}

.pricing-input-field label {
    color: #666;
    margin-left: 20px;
    margin-top: 5px;
}

.monthly-span {
    margin-top: 5px;
}

.single-pricing {
    background: white;
    border-radius: 10px;
    padding: 50px;
	border-style: dotted;
}

.pricing-header span {
    text-transform: uppercase;
    color: #ff6926;
	font-size: 20px;
    font-weight: 600;
}

.pricing-middle-area {
    padding: 50px 0;
}

.pricing-monthly-area {
    display: flex;
    align-items: center;
}

.pricing-des p {
	margin-bottom: 0;
	color: #000;
	font-size: 20px;
}

.pricing-monthly-area span {
    font-size: 23px;
    letter-spacing: 4px;
}

.pricing-monthly-area h2 {
    font-weight: 600;
    font-size: 67px;
    margin-bottom: 0;
}

.pricing-menu-area ul {
    margin: 0;
    padding: 0;
}

.pricing-menu-area ul li {
    list-style: none;
    margin-bottom: 20px;
    font-size: 18px;
}

.pricing-menu-area ul li svg {
    fill: #ff004c;
}

.pricing-btn a {
    background: #f7921d;
    text-decoration: none;
    color: #fff;
    padding: 20px 45px;
    font-size: 17px;
    line-height: 56px;
    border-radius: 5px;
}

.pricing-btn a svg {
    fill: #fff;
    width: 20px;
    height: 20px;
}

.pricing-btn {
    margin-top: 40px;
}

/* blog */
.blog-header-area h2 {
    font-size: 50px;
    font-weight: 700;
}

.blog-header-area p {
    color: #666;
    font-size: 18px;
}

.blog-img img {
    border-radius: 10px;
    background: aliceblue;
    height: 312px;
    object-fit: cover;
    width: 100%;
}

.blog-content {
    background: aliceblue;
    padding: 25px 25px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.blog-img {
    background: aliceblue;
}

.blog-author-date span {
    color: #666;
}

.blog-author-date {
    margin-bottom: 10px;
}

.blog-title h2 {
    font-weight: 700;
    font-size: 25px;
}

.blog-des p {
    color: #666;
}

.blog-action a {
    background: #111212;
    text-decoration: none;
    color: #fff;
    padding: 20px 40px;
    border-radius: 5px;
    font-size: 17px;
    line-height: 57px;
}

.blog-action a svg {
    fill: #fff;
}

/* footer */

.footer-area {
    background: #ff6726;
}

.pt-60{
    padding-top: 60px;
}

.h-40{
    height: 40px;
}

.footer-des {
    padding: 9px 0;
}

.footer-des p {
    margin-bottom: 0;
    color: #ffffffd9;
    font-size: 18px;
}

.footer-newsletter label {
    color: #333;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 5px;
}

.newsletter-input-group input {
    border: none;
    background: #fff;
    width: 100%;
}

.newsletter-input-group {
    display: flex;
    align-items: center;
}

.newsletter-input-group input {
    height: 39px;
    border-radius: 44px;
    padding: 0 25px;
    background-color: #e56e43;
    border: 1px solid #ffffffd9;
    font-size: 18px;
    
}

.newsletter-input-group input::placeholder{
    color:#ffffffd9;
    font-size: 18px;
    text-align: center;
}

.newsletter-input-group button {
    border: none;
    background: #111212;
}

.newsletter-input-group button svg {
    fill: #fff;
}

.newsletter-input-group button {
    padding: 15px 19px;
    border-radius: 5px;
}

.categories-header h4 {
    color: #ffffffe8;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 22px;
}

.categories-menu ul {
    margin: 0;
    padding: 0;
}

.categories-menu ul li a {
    text-decoration: none;
    color: #ffffffd9;
    font-size: 18px;
}

.categories-menu ul li {
    list-style: none;
    margin-bottom: 2px;
}

.footer-contact-email-phone p {
    color: #333;
    font-size: 20px;
    margin-bottom: 5px;
}


.footer-contact-email-phone {
    margin-bottom: 25px;
}

.footer-social-icon ul {
    margin: 0;
    padding: 0;
}

.footer-social-icon ul li {
    list-style: none;
    display: inline-block;
    padding-right: 15px;
}

.footer-menu {
    float: right;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
}

.footer-menu ul li {
    display: inline-block;
    margin-right: 30px;
}

.footer-menu ul li:last-child {
    margin-right: 0;
}

.footer-menu ul li a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
}

.footer-copywriter p {
    margin-bottom: 0;
    font-size: 14px;
    color:#ffffffd9
}

.footer-bottom-area {
    padding: 30px 0;
    border-top: 1px solid #e3d5c5;
    margin-top: 30px;
}

.categories-menu {

}

.footer-contact-us {
    float: right;
}

.last-item-footer{
    background: #ff8651;
    margin-top: -60px;
}

/* breadcrumb */

.breadcrumb-area {
    padding: 0px 0;
    background: #f7941d;
}

.breadcrumb-content h2 {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 10px;
}

.breadcrumb-content p a {
    color: #fff;
    text-decoration: none;
}

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

.breadcrumb-content p a {
    font-weight: 600;
}

/* blog details */

.blog-details-img img {
    border-radius: 10px;
}

.blog-details-img {
    margin-bottom: 20px;
}

.blog-details-title h2 {
    font-weight: 700;
    font-size: 44px;
}


.blog-details-content {
    color: #666;
    margin: 20px 0;
}

.blog-details-content svg {
    fill: #666;
    width: 25px;
}

.blog-details-des p {
    color: #666;
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 30px;
}

.blog-searchbar {
    margin-bottom: 50px;
    background: azure;
    padding: 30px 30px;
    border-radius: 10px;
}

.blog-searchbar-header h2 {
    font-weight: 600;
    font-size: 30px;
}

.blog-searchbar input {
    border: none;
    width: 100%;
    height: 60px;
    padding: 0 20px;
}

.searchbar-input input {
    padding: 0 25px;
}

.searchbar-input {
    display: flex;
    align-items: center;
}

.searchbar-input button {
    border: none;
    background: #5ae4a6;
    padding: 16px 17px;
}

.searchbar-input button svg {
    fill: #fff;
}

.blog-sidebar-header-title h2 {
    font-weight: 600;
    font-size: 30px;
}

.sidebar-blog {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.sidebar-blog-img img {
    width: 200px;
    height: 110px;
    border-radius: 5px;
    object-fit: cover;
}

.sidebar-blog-img {
    margin-right: 10px;
}

.sidebar-blog-content h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #333;
}

.sidebar-blog-content a {
    text-decoration: none;
}

.sidebar-blog-content p {
    color: #666;
    font-size: 17px;
    margin-bottom: 0;
}


.blog-sidebar-header-title {
    margin-bottom: 15px;
}

.blog-no-found-data {
    color: #666;
    font-size: 25px;
    font-weight: 300;
}

.footer-social-icon ul li a {
    color: #333;
    font-size: 20px;
}

.footer-social-icon ul li a svg {
    width: 24px;
    height: 24px;
}


/* register */
.header-logo-area {
    margin-top: 30px;
    margin-bottom: 30px;
}

.header-form-area {
    margin-top: 120px;
}

.header-form-title h2 {
    font-weight: 700;
    font-size: 45px;
}

.header-form-title {
    margin-bottom: 40px;
}

.header-form-body-area .form-control {
    border: 1px solid #ddd;
    padding: 8px 12px;
    border-radius: 10px;
    background: #dddddd7d;
}

.header-form-body-area .form-group {
    margin-bottom: 22px;
}

.header-form-body-area label {
    color: #666;
    font-size: 16px;
}

.header-form-body-area .form-control:focus {
    box-shadow: none;
    outline: 0;
}

.button-btn button {
    width: 100%;
    border: none;
    background: #ff6726;
    color: #fff;
    font-size: 18px;
    padding: 8px 0;
    border-radius: 5px;
    font-weight: 500;
}

.already-have-member {
    margin-top: 20px;
}

.already-have-member p {
    color: #000000;
    font-size: 18px;
}

.already-have-member p a {
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
}

.register-right-section {
    background: azure;
    height: 835px;
    /* padding: 50px 50px; */
    display: flex;
    align-items: center;
}

.features-img img {
    height: 100px;
}

.contact-btn button {
    border: none;
    background: #f7941d;
    color: #fff;
    padding: 16px 40px;
    font-size: 18px;
    border-radius: 5px;
}

.contact-map iframe {
    width: 100%;
    height: 650px;
    border-radius: 10px;
}

/* demo */
.demo-area {
    padding: 150px 0;
    background: aliceblue;
}

.demo-header-area h1 {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 7px;
}

.demo-header-area p {
    font-size: 18px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 0;
}

.demo-header-right-area {
    float: right;
}

.demo-header-right-area a {
    text-decoration: none;
    color: #111212;
    padding: 20px 38px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
}

.single-demo {
    background: #fff;
    padding: 25px 25px;
    border-radius: 15px;
}

.demo-img img {
    border-radius: 10px;
}

.demo-name h4 {
    margin-bottom: 0;
    font-size: 30px;
    color: #000;
}

.demo-name {
    margin-top: 20px;
}

.pricing-area {
    background: white;
    margin-top: 150px;
}

.single-blog {
    margin-bottom: 30px;
}

.details-content h3 {
    font-weight: 700;
    font-size: 57px;
    margin-bottom: 20px;
}

.details-content p {
    color: #8b8989;
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 25px;
}

.details-content a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
}

.forgotten-pass a {
    color: #666;
    text-decoration: none;
    float: right;
}


.last-item-footer{
    text-align:center;
    padding: 15px 12px;
    box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
}
.last-item-footer label{
    color: #ffffffd9;
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 22px;
    font-weight:bold
}

.last-item-footer span{
    color: #ffffffd9;
    font-size: 18px;
}

.last-item-footer button{
    background:#ffffff;
    color:#ff6727;
    border:none;
    padding: 7px 17px;
    border-radius:18px
}

/* Css More */
.icon-search{
    position: relative;
}

#searchBox{
    position: absolute;
    right: 4px;
    top: -5px;
    border: 1px solid #dddddddb;
    background:#ffffff;
    width: 200px;
    border-radius: 20px;
}

#searchBox input{
    border-radius: 20px;
    border: none;
    padding: 0 9px;
    height: 34px;
    width: 90%;
    float: right;
    color:#000000ab
}

#searchBox input[type="text"]:focus{
    border-color: #dddddddb;
    outline: none;
}

#searchBox img{
    position: absolute;
    top: 7px;
    left: 5px;
}
/* Css More */

/* Css ecomerce */
.features-lotusby{
    margin-top:157px;
    margin-bottom:115px;
}
.features-lotusby .features-lotusby-item{
    margin-bottom: 24px;
    border-radius: 20px;
    padding: 26px;
}

.features-lotusby-item .lotusby-item-img{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
}

.features-lotusby-item .lotusby-item-img img{
    max-width: 88px;
}

.features-lotusby-item .lotusby-item-content h3{
    color:#ff6527;
    font-size: 19px;
    font-weight: 600;
}

.features-lotusby-item .lotusby-item-content span{
    font-weight: 550;
    color: #000000;
    font-size:16px
}

.features-lotusby .bx-wrapper{
    box-shadow: none !important;
    border: none !important;
}

.features-lotusby .bx-wrapper .bx-prev, .features-lotusby .bx-wrapper .bx-next{
    display: none !important;
}

.features-lotusby .bx-wrapper .bx-pager.bx-default-pager a.active{
    background:#ff6626 !important
}

.features-lotusby .bx-wrapper .bx-pager.bx-default-pager a{
    background: #d2d3d5 !important;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    margin: 0 7px;
}

.features-lotusby-left h2{
    color:#000000ed;
    font-size: 46px;
    font-weight: bold;
    line-height: 56px;
}

.features-lotusby-left img{
    max-height: 420px;
}

.website-few-step{
    background:#f1f0ec
}
.website-few-step h2{
    text-align: center;
    font-size: 46px;
    margin-bottom: 68px;
    margin-top: 24px;
}

.website-few-step .btntraial {
    border: 1px solid #ff9734;
    background: #ffffff;
    padding: 19px 34px;
    border-radius: 36px;
    margin-top: 34px;
}

.website-few-step .btntraial a {
    text-decoration: none;
    color: #ff6728;
    font-size: 20px;
    font-weight: bold;
}

.website-few-step .few-step-img img{
    width:100%
}

.customize-business .tab-menu span{
    margin:5px;
    border:1px solid #dddddd;
    padding:6px 15px;
    border-radius:10px
}
.customize-business .tab-menu span a{
    text-decoration: none;
    color:#000000;
    font-size:14px
}

.customize-business .tab-menu span.active{
    background:#e6e7e9
}

.customize-business .fa.fa-search{
    color:#000000ab
}

.t-h3-b{
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.t-h1-b{
    font-size:46px;
    font-weight:bold;
}

.t-h2-b{
    font-size:28px;
    font-weight:bold;
}

.business-item{
    display: flex;
    flex-direction: column;
}


.tag-d{
    background:#e2e6e7;
    border-radius:5px;
    padding: 3px;
    margin: 3px 3px 10px 3px;
}

.tag-d a{
    color:#000000;
    font-size:12px;
    text-decoration: none;
}

.business-list-item .business-item img{
    border-radius:8px
}

.business-list-item .bx-wrapper{
    box-shadow: none !important;
    border: none !important;
}

.business-list-item .bx-wrapper .bx-prev, .business-list-item .bx-wrapper .bx-next{
    display: none !important;
}

.business-list-item .bx-wrapper .bx-pager.bx-default-pager a.active{
    background:#ff6626 !important
}

.business-list-item .bx-wrapper .bx-pager.bx-default-pager a{
    background:#d2d3d5 !important;
    width: 16px;
    height: 16px;
    border-radius: 10px;
}

.business-list-item .bx-wrapper .bx-pager{
    bottom: -70px !important;
}
/* Css ecomerce */
/* Css Payment */
.payment-left-banner{
    padding-top:82px
}
.payment-left-banner span{
    border:1.5px solid #ffe7cf;
    padding: 15px 40px;
    color:#faee64;
    font-size:80px;
    font-weight:bold;
    border-radius:20px;
    letter-spacing:3px
}

.payment-right-banner h2{
    font-size:75px;
    letter-spacing:3px;
    text-align: right;
}

.payment-area{
    background: url(/frontend/assets/img/bg_2.png);
    margin-top: 59px;
    background-size: cover;
}

.payment-banner-description{
    margin-top: 160px;
}

.payment-banner-description p{
    font-size:23px
}

.payment-area .payment-img{
    display:flex;
    flex-direction: column;
    margin-top: -150px;
    
}

.payment-img .payment-partner{
    background:#ffffff;
    border-radius:20px;
    padding: 10px 20px;
    overflow: hidden;
    width:450px;
    margin-top: 42px;
}

.payment-img .payment-partner img{
    height:36px;
    margin:0 10px        
}

.payment-img .payment-partner span{
    font-style:italic
}

@media (max-width: 1366px) {
    .payment-right-banner h2 {
        font-size: 66px !important;
    }

    .payment-left-banner span{
        font-size:61px !important
    }
}

.lotusby-payment .container{    
    border-left:0px solid #acaaab;
    padding: 65px 0;
    border-right:0px solid #acaaab;
}

.lotusby-payment-title h2 span{
    color:#000000;
    font-size:45px;
    font-weight:bold;
    background-image:url(/frontend/assets/img/artboard7.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 17px 0;
    letter-spacing:3px
}

.right-item-payment-content h3{
    font-weight:bold;
}

.right-item-payment-content p{
    color:#000000;
    font-size: 18px;
}

.mb-6{
    margin-bottom: 5rem!important;
}

.lotusby-payment-content .col-5.mt-3{
    padding-right:66px
}

.lotusby-payment .title-payment-choose > span{
    height:auto;
    display:flex;
    justify-content: center;
}

.lotusby-payment .title-payment-choose span span{
    border:1px solid #000000;
    padding:3px 30px;
    border-radius:35px;
    font-size:19px
}

.logo-payment-choose span img{
    height:50px
}

.logo-payment-choose span{
    margin:16px
}

.lotusby-payout .payout-title h2 span{
    background-image: url(/frontend/assets/img/artboard7.png);
    color: #000000;
    font-size: 45px;
    font-weight: bold;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 18px 19px;
}

.lotusby-payout-method h3{
    font-weight: bold;
    font-size: 25px;
    color: #000000;
}

.lotusby-payout-method div{
    font-size: 18px;
    color: #000000;
    padding-top: 13px;
}

.mt-7{
    margin-top: 9rem!important;
}
.mt-6{
    margin-top: 7rem!important;
}

.lotusby-payout-method-logo span img{
    height:40px
}

.lotusby-payout-method-logo span{
    margin:13px
}

.lotusby-payout{
    background:#f1f0ec;
}

.lotusby-payout .container{
    border-left: 0px solid #acaaab;
    border-right: 0px solid #acaaab;
    padding-top: 7rem!important;
    padding-bottom: 15rem!important;
}
/* Css Payment */

.p-relative{
    position: relative;
}
