.navbar-dark .navbar-toggler-icon {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAKxJREFUWEftlrERwjAMRf/3EEwQmsiegToL0LAMM1BkiGzBDjZDMITFhSMcHEc6nVNIpQv9rydZJ6JxsLE+3MC2CIhIT3JnOReqei+l3BaNNwER6QBcSA6WBkiWWutxMbGtFlhW/i+3E3ACTuCLQErppKp7y+/42oTjzyacH2KMZwAHSwMArjnnWecZPgNOwAk4gc+TrA8hTKoqloto9SRrepRaVr2W24fQCTwAtsM1IZcnX/oAAAAASUVORK5CYII=);
}

.topnav {
    width: 100%;
    background-color: #fff;
}

.navbar {
    padding-top: 0;
}

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

.dropdown-menu:before {
    display: none;
}

.navbar-collapse {
    position: relative;
}

.padtop {
    padding-top: 60px;
}

.top-nav-bar {
    width: 100%;
    height: 60px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.top-nav-bar::after {
    content: '';
    position: absolute;
    top: 105px;
    left: -50%;
    width: 200vw;
    height: 2px;
    background-color: #f4f4f4;
}

.top-nav-bar .logo {
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 32px;
}

.top-nav-link {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
}

.top-nav-link a {
    color: #383838;
}

.top-nav-link .dropdown {
    position: relative;
}

.top-nav-link .dropdown .arr-b {
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-40%);
    width: 15px;
    height: 15px;
}

.top-nav-link .dropdown .arr-b>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top-nav-link .hover-dropdown:hover .dropdown-menu {
    display: block;
}

.top-nav-link .dropdown-toggle::after {
    display: none !important;
}

.top-nav-link .link {
    height: 100%;
    font-size: 16px;
    font-weight: 400;
}

.flex-row {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: space-around;
}

.top-search {
    width: 240px;
    height: 100%;
    margin: 0 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-search::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #B0B0B0;
}

.top-search .top-search-input {
    width: 100%;
    height: 30px;
    border: none;
    outline: none;
    background-color: transparent;
}

.top-search .search-icon {
    position: absolute;
    right: 10px;
    top: 40%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.top-search .search-icon img {
    width: 100%;
}

.login-btn {
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: linear-gradient(91.86deg, #F3743D 0%, #EF5233 100%);
    border-radius: 30px;
    color: #fff;
    margin-left: 20px;
}

.login-after-btn {
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 30px;
    color: #fff;
    background-image: linear-gradient(to right, rgba(241, 120, 96, 1), rgba(239, 82, 51, 1));
    margin-left: 20px;
    padding: 0 10px;
    cursor: default;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.appoint-btn {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 20px;
    /* height: 40px; */
    text-align: center;
    /* line-height: 40px; */
    background-color: #EF5233;
    border-radius: 30px;
    color: #fff;
    /* margin-left: 20px; */
    cursor: pointer;
}

.view-btn {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(93.65deg, #F17860 2.3%, #EF5233 100%);
}

tr {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.view-status-btn {
    font-size: 12px;
    font-weight: 400;
    padding: 5px 10px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    background-color: #EF5233;
}

.greeting-btn {
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #EF5233;
    border-radius: 30px;
    color: #fff;
    margin-left: 20px;
}

.navbar-nav {
    /* width: 100%;
    display: flex;
    justify-content: center; */
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
}

.navbar-nav .nav-item .nav-link {
    color: #383838;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #F47054;
}

.rd-navbar-main-outer,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
    padding-left: 0;
    padding-right: 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: -25vw;
    width: 150vw;
    height: 1px;
    background-color: #eee;
}

.rd-nav-link .icon {
    width: 15px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rd-nav-link .icon>img {
    width: 100%;
}

.rd-navbar-static .rd-nav-link {
    display: flex;
    align-items: center;
}

.rd-navbar-static .rd-nav-link {
    font-size: 17px;
    font-weight: 400;
    color: 383838;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-nav {
    height: 40px;
    display: flex;
    align-items: center;
}

.rd-navbar-nav-wrap .no-icon .dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    border-radius: 15px;
}

.dropdown-rd-nav-link {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.dropdown-rd-nav-link:last-child {
    margin-bottom: 0;
}

.bs-dropdown-min-width {
    --bs-dropdown-min-width: 80px;
}

.dropend-sec:hover .dropdown-menup-three {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(108px, 0px, 0px);
}

.dropdown-menup-three .dropdown-rd-nav-link {
    display: flex;
    justify-content: center;
}

.dropdown-rd-nav-link-more {
    padding-left: 10px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-nav-wrap {
    justify-content: flex-start;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
    justify-content: flex-start;
}

.rd-navbar-classic.rd-navbar-static .rd-nav-link:hover::before {
    display: none;
}

.rd-navbar-classic.rd-navbar-static .rd-nav-link:hover {
    color: #EF5233;
}

.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar--is-clone {
    display: flex;
    justify-content: center;
}

.mobile-icon-bar-box,
.rd-navbar-brand {
    display: none;


}

.mobile-icon-bar-box .icon {
    width: 30px;
    margin-left: 10px;
}

.mobile-icon-bar-box .icon>img {
    width: 100%;
}

.mobile-nav {
    display: none;
}

.rd-navbar-fixed .rd-navbar-nav {
    display: none;
}

.rd-navbar-fixed .rd-navbar-panel {
    justify-content: space-between;
}



.rd-navbar-fixed .mobile-icon-bar-box {
    display: flex;
    align-items: center;
}

.rd-navbar-fixed .rd-navbar-brand {
    display: block;
}

.rd-navbar-fixed .rd-navbar-nav-wrap .no-icon {
    display: none;
}

.rd-navbar-fixed .mobile-nav {
    display: block;
    color: #383838;
    padding-left: 10%;
}

.rd-navbar-fixed .mobile-nav .title {
    text-align: left;
    font-size: 18px;
    color: #888;
}

.rd-navbar-fixed .mobile-nav .mobile-nav-link {
    position: relative;
}

.rd-navbar-fixed .mobile-nav .mobile-nav-link-arr .arr {
    position: absolute;
    top: 50%;
    right: 10%;
    width: 15px;
    transform: translateY(-50%);
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rd-navbar-fixed .mobile-nav .mobile-nav-link-collapsed {
    position: relative;
}

.rd-navbar-fixed .mobile-nav .mobile-nav-link-collapsed .arr {
    position: absolute;
    top: 50%;
    right: 10%;
    width: 15px;
    transform: translateY(-50%) rotate(90deg);
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rd-navbar-fixed .mobile-nav .collapsed .arr {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    width: 15px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rd-navbar-fixed .mobile-nav .mobile-nav-link .arr>img {
    width: 100%;
}

.rd-navbar-fixed .mobile-nav-item {
    display: flex;
    justify-content: flex-start;
}

.rd-navbar-fixed .mobile-nav-item a {
    padding-left: 5%;
    margin-bottom: 10px;
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0;
    color: #151515;
    display: flex;
    justify-content: flex-start;
}

.footer-list-category-2>li:not(:first-child) {
    border-left: none;
}

.footer-list-category-2>li {
    width: 20%;
    /* height:120px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-list-category-2 .title-item {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 5px;
}

.footer-list-category-2 .title-item a {
    color: #383838;
}

.footer-list-category-2 .title-item a:hover {
    color: #EF5233;
}

.ft-title {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 5px;
    color: #000;
}

.footer-minimal-inset {
    padding-bottom: 10px;
}

.footer-list-category-2 a {
    color: #000;
}

.footer-minimal {
    border-top: 2px solid #F8F8F8;
    color: #000;
    margin-bottom: 100px;
}

.footer-minimal.context-dark .footer-minimal-bottom-panel {
    color: #000;

}

.icon-iphone {
    width: 60px;
}

.icon-google {
    width: 45px;
}

.swiper-container {
    display: block;
}

.swiper-container-non-hidden {
    display: block;
}

.swiper-m-container {
    display: none;
}

.banner-search-txt {
    position: absolute;
    top: 40%;
    left: 10%;
    transform: translateY(-50%);
}

.bnanner-search-box {
    position: relative;
    width: 480px;
    height: 50px;
    z-index: 1010;
}

.bnanner-search-input {
    width: 480px;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 50px;
    border-radius: 40px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    border: 1px solid #eee;
}

.bnanner-search-box .search-icon {
    position: absolute;
    top: 45%;
    left: 15px;
    transform: translateY(-50%);
}

.bnanner-search-box .search-icon>img {
    width: 20px;
}

.search-btn {
    cursor: pointer;
    position: absolute;
    padding: 0 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: auto;
    height: 30px;
    line-height: 40px;
    color: #fff;
    background: linear-gradient(91.86deg, #F3743D 0%, #EF5233 100%);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-icon {
    margin-right: 10px
}

.btn-icon>img {
    width: 15px;

}

.vague {
    display: none;
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0;
    background-color: #fff;
    border-radius: 20px;
    padding-top: 40px;
}

.vague-item {
    cursor: pointer;
    padding: 20px;
    text-align: left;
}

.vague-item:not(:last-child) {
    border-bottom: 1px solid #eee;
}

/* .bnanner-search-input:focus+.vague{
    display: block;
} */
.banner-txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20%;
    color: #EF5233;
    font-size: 32px;
    font-weight: bold;
}

.sever-title {
    width: 100%;
    height: 70px;
    text-align: left;
    position: relative;
}


.sever-title .line {
    /* width: -moz-calc(100% + 35px);
    width: -o-calc(100% + 35px);
    width: -webkit-calc(100% + 35px);
    width: -ms-calc(100% + 35px);
    width: calc(100% + 35px); */

    height: 15px;
    background-color: #FDEBDE;
    border-radius: 50px;
    position: absolute;
    bottom: 5px;
    left: -15px;
    z-index: -1;
}

.sever-title .sever-title-icon {
    width: calc(100% + 55px);
}

.sever-title .sever-title-txt {
    position: absolute;
    left: 0;
    z-index: 2;
    font-size: 25px;
}

.sever-title>.sever-title-txt .hot {
    position: absolute;
    top: 0;
    right: -30px;
    width: 30px;
}

.sever-title>.sever-title-txt .hot>img {
    width: 100%;
}

.sever-title .more {
    position: absolute;
    bottom: 70%;
    right: 10px;
    transform: translateY(50%);
    font-size: 17px;
    cursor: pointer;
    font-weight: 400;
    color: #383838;
}

.sever-title .more a {
    text-decoration: underline;

}

.sever-title-center {
    width: 100%;
    height: 70px;
    font-weight: 600;
    color: #383838;
    text-align: center;
    position: relative;
}


.sever-title-center-underline {
    position: relative;
    z-index: 1;
    font-size: 25px;
    font-weight: 600;
    height: 70px;
    float: center;
    padding: 0 10px;
    color: #383838;
}

.sever-title-center-underline:after {
    background-color: #FFEADD;
    content: "";
    width: 100%;
    height: 16px;
    border-radius: 32px;
    position: absolute;
    left: 0px;
    top: 13px;
    z-index: -1;
}



.classfy {
    width: 100%;
}

.classfy-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.classfy-item {
    width: 12.5%;
    margin-bottom: 10px;
    padding: 3px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.classfy-item-a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.classfy-icon {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    background-color: rgba(100, 100, 111, 0.2);
    box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 10px 0px;
}

.classfy-icon>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.classfy-p {
    margin-top: 5px;
    color: #383838;
    font-size: 20px;
    font-weight: 500;
}

.team-classic {
    border-radius: 10px;
    overflow: hidden;
}

.team-classic-lg .team-classic-caption {
    min-width: unset;
    padding: 0;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.team-classic-caption::before {
    background-color: transparent;
}

.team-classic-status {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 25px;
    border-radius: 20px;
    background: linear-gradient(93.65deg, #F17860 2.3%, #EF5233 100%);
}

.classfy-item-shop {
    width: 22%;
    margin: 0 1.2% 20px;

}

.classfy-item-shop .classfy-icon {
    background-color: transparent;
}

.classfy-item-shop .classfy-p {
    color: #EF5233;
    font-weight: bold;
}

.shop-txt {
    width: 100%;
    /* height: 100px; */
    height: auto;
    /*  AMG special shop-txt content height */
    word-break: normal;
    /* overflow: hidden;     */
    /* display: -webkit-box; */
    /* text-overflow:ellipsis;     */
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    color: #383838;
    font-size: 16px;
    font-weight: 400;
}

.shopping-list {
    display: flex;
    justify-content: start;
    gap: 25px;

}

.shopping-item {
    width: 23%;
}

.border-reaius-hidden {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.shopping-img {
    width: 100%;
    position: relative;

}

.shopping-img img {
    aspect-ratio: 3/2;
    width: 100%;
}

.shopping-item .tag-link-right {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(91.86deg, #F3743D 0%, #EF5233 100%);
    padding: 5px 20px;
    border-radius: 20px;
    text-align: center;
    color: #fff !important;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
}

.shopping-item .tag-link-left {
    position: absolute;
    top: 10px;
    left: 10px;
    /* background-color: #EF5233; */
    padding: 5px 20px;
    border-radius: 20px;
    text-align: center;
    color: #fff !important;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
}

.shopping-item .shopping-name {
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    color: #383838;
    word-break: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.shopping-item .shopping-txt {
    width: 100%;
    height: 36px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    word-break: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #383838;
}

.shopping-price-commit {
    display: flex;
    justify-content: space-between;
}

.spc-left {
    display: flex;
    align-items: center;
}

.shopping-price-commit .star-list {
    display: flex;
}

.shopping-price-commit .star-list .star-item {
    display: flex;
    align-items: center;
}

.shopping-price-commit .star-list .star-item>img {
    width: 14px;
    height: 14px;
}

.shopping-price-commit .commit {
    font-size: 12px;
    font-weight: 400;
    margin-top: 0;
    padding-left: 10px;
}

.spc-right {
    display: flex;
    align-items: flex-end;
}

.spc-right .price {
    font-weight: 700;
    color: #EF5233;
    font-size: 18px;
}

.spc-right .price-start {
    font-weight: 700;
    color: #EF5233;
    font-size: 15px;
}

.spc-left .price {
    font-weight: 700;
    color: #EF5233;
    font-size: 18px;
}

.spc-left .price-start {
    font-weight: 700;
    color: #EF5233;
    font-size: 15px;
}

.expertise {
    display: flex;
    align-items: flex-start;
    text-align: start;
    width: 100%;
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    word-break: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.shopping-item-recom {
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px ; */
}

.shopping-item-recom .star-list {
    display: flex;
}

.shopping-item-recom .star-list .star-item {
    display: flex;
    align-items: center;
}

.shopping-item-recom .star-list .star-item>img {
    width: 14px;
    height: 14px;
}

.shopping-cnt {
    padding: 5px 10px;
}

.shopping-item-recom .price {
    font-weight: bold;
    color: #EF5233;
}

.shopping-item-recom .learn-more {
    background: linear-gradient(91.86deg, #F3743D 0%, #EF5233 100%);
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #fff !important;
    cursor: pointer;
}

.shopping-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.shopping-banner>img {
    width: 100%;
}

.banner-bg {
    width: 80%;
    height: 100%;
    border-radius: 0 90px 90px 0;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-bg-txt {
    position: absolute;
    top: 17%;
    left: 35%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 20px;
    color: #fff;
}

.ad-footer2 {
    width: 100%;
    height: 200px;
    background: linear-gradient(93.65deg, #F17860 2.3%, #EF5233 100%);
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 1050;
}

.ad-footer-flex {
    display: flex;
}

.ad-footer-flex-ads {
    display: flex;
}

.ad-footer-left {
    width: 80%;
    position: relative;
}

.ad-footer-left-ads {
    width: 50%;
    position: relative;
}

.ad-footer-left .phone {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 580px;
    border-radius: 50px;
    object-fit: contain;
    transform: translateY(-14%);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.ad-footer-left-ads .phone-ads {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 220px;
    /* height: 880px; */
    /* border-radius: 50px; */
    object-fit: contain;
    /* transform: translateY(-14%);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px ; */

}

.ad-footer-left .app-txt-title {
    position: absolute;
    top: 10%;
    left: 28%;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.ad-footer-left-ads .app-txt-title {
    position: absolute;
    top: 10%;
    left: 28%;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.ad-footer-left .app-txt {
    position: absolute;
    top: 40%;
    left: 28%;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.ad-footer-left-ads .app-txt {
    position: absolute;
    top: 40%;
    left: 28%;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.ad-footer-right {
    position: relative;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ad-footer-right-ads {
    position: relative;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ad-footer-right .app-txt {
    position: absolute;
    top: 5%;
    text-align: start;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.ad-footer-right-ads .app-txt {
    position: absolute;
    top: 0%;
    text-align: start;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.ad-footer-right-ads .app-txt2 {
    position: absolute;
    top: 30px;
    text-align: start;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.ad-footer-flex .ercode {
    width: 120px;

}

.ad-footer-flex-ads .ercode {
    width: 50%;
    height: 150px;
    position: relative;
    top: 0px;

}

.ad-footer-flex .ercode>img {
    width: 100%;
}

.ad-footer-flex-ads .ercode>img {
    width: 100%;
}

.ad-footer-flex .line {
    color: #fff;
    margin: 0 30px;
    position: relative;
}

.ad-footer-flex-ads .line {
    color: #fff;
    margin: 0 30px;
    position: relative;
}

.ad-footer-flex .line::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 40px;
    background-color: #fff;
}

.ad-footer-flex-ads .line::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 40px;
    background-color: #fff;
}

.ad-footer-flex .line::after {
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 40px;
    background-color: #fff;
}

.ad-footer-flex-ads .line::after {
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 40px;
    background-color: #fff;
}

.ad-footer-flex .store {
    display: flex;
    flex-direction: column;
    width: 120px;
}

.ad-footer-flex-ads .store {
    position: relative;
    top: 10px;
    display: flex;
    flex-direction: column;
    width: 50%;
}

.ad-footer-flex .store-icon {
    margin-bottom: 10px;
}

.ad-footer-flex-ads .store-icon {
    margin-bottom: 10px;
}

.ad-footer-flex .store .store-icon>img {
    width: 100%;
}

.ad-footer-flex-ads .store .store-icon>img {
    width: 100%;
}

.ad-footer-flex .closed {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 24px;
    width: 20px;

}

.ad-footer-flex-ads .closed {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 24px;
    width: 20px;

}

.ad-footer-flex .closed>img {
    width: 100%;
}

.ad-footer-flex-ads .closed>img {
    width: 100%;
}

.ad-mobile-phone {
    display: none;
}

.ad-mobile-phone .closed {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 20px;
    color: #fff;
    font-size: 24px;
    width: 20px;
    height: 20px;
}

.ad-mobile-phone .closed>img {
    width: 100%;
}

.ad-mobile-phone .phone-m {
    /* position: absolute;
    bottom: 0px;
    left: 15px; */
    width: 80%;
    height: 135px;

    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px ; */
}

.ad-mobile-phone .app-txt-m {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    width: 70%;
}

.mobile-ad-show .rd-navbar-fixed .rd-navbar-panel {
    top: 135px;
}

.mobile-ad-show .swiper-m-container {
    margin-top: 135px;
}


.block-top {
    display: none;
}


.rd-navbar-fixed .rd-navbar-nav-wrap {
    z-index: 1050;
    top: 0;
    padding-top: 30px;
}

.ad-mobile-phone .ad-footer-left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.mobile-navbar-nav .mobile-nav-item .mobile-nav-link-sec {
    padding-left: 9%;
}

.accordion-button {
    padding-top: 0;
    padding-bottom: 0;
}

.accordion-button:focus {
    background-color: #fff;
    border: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    border: none;
    box-shadow: none;
}

.inner-bottom-panel {
    font-size: 14px;
    display: f;
}

.fnt-size14 {
    font-size: 12px;
    font-weight: normal;
}

.footer-list-category-2>.is-xl-show {
    display: none;
}

.rd-nav-item.dropdown:hover .dropdown-rd-menu {
    display: block;
}

.swiper-slider-classic-w100 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.mark {
    display: none;
    pointer-events: none;
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active+.mark {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #B9B9B9;
    z-index: 1049;
}

/* .rd-navbar-fixed .rd-navbar-nav-wrap::after{
    content: '';
    
} */
.display-none-all {
    display: none;
}

.scroll-y {
    overflow: auto;
}

.scroll-y::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.scroll-y-hidden-bar {
    width: 400%;
}

.scroll-y-hidden-bar-prefer {
    width: 300%;
    display: flex;
}

.scroll-y-hidden-bar-prefer .prefer-item {
    flex: 1;
    margin-left: 10px;
    margin-right: 10px;
}

/* .scroll-y-hidden-bar-prefer2{
    width: 200%;
    display: flex;
} */
.scroll-y-hidden-bar-prefer2 .prefer-item {

    flex: 1;
    margin-left: 10px;
    margin-right: 10px;
}

.scroll-y-hidden-bar-shop {
    width: 200%;
    flex-wrap: nowrap;
}



/*Global*/
.sever-title-underline {
    position: relative;
    z-index: 1;
    font-size: 25px;
    font-weight: 600;
    height: 70px;
    float: left;
    padding: 0 10px;
    color: #383838;
}

.sever-title-underline:after {
    background-color: #FFEADD;
    content: "";
    width: 100%;
    height: 15px;
    border-radius: 32px;
    position: absolute;
    left: 0px;
    top: 20px;
    z-index: -1;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border-radius: 10px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*Filter district*/
.sever-filter-title {
    width: 100%;
    height: 20px;
    text-align: left;
    position: relative;
    padding: 10px 0px 30px 0px;
}

.sever-filter-title-underline {
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 600;
    height: 25px;
    float: left;
    padding: 0 10px;
    color: #383838;
}

.sever-filter-title-underline:after {
    background-color: #FFEADD;
    content: "";
    width: 100%;
    height: 12px;
    border-radius: 32px;
    position: absolute;
    left: 0px;
    top: 10px;
    z-index: -1;
}

/*Filter type*/
.sever-filter-type-title {
    width: 100%;
    height: 20px;
    text-align: left;
    position: relative;
    padding: 10px 0px 40px 0px;
}


/*Filter rating*/
.sever-filter-rating-title {
    width: 100%;
    height: 20px;
    text-align: left;
    position: relative;
    padding: 30px 0px 30px 0px;
}


#featured-offers {
    padding-top: 0;
    padding-bottom: 0;
}

#featured-offers .thumbnail {
    width: 100%;
    height: 200px;
    object-fit: cover
}

#featured-offers .thumbnail-m {
    width: 100%;
    height: 150px;
    object-fit: cover;
}


#amg-special {
    padding-bottom: 0px;
    margin-bottom: 0px;
}


#amg-special .classfy-icon {
    width: 200px;
    height: 150px;
    object-fit: contain;
}

#amg-special .classfy {
    margin: 0px;
    padding: 0px;
}

#popular-shops {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.team-classic-name {
    font-size: 25px;
    font-weight: 600;
}

#popular-shops .shopping-img {
    height: 288px;
    object-fit: cover;
    width: 100%;
    height: auto;
}

#custom-services {
    padding-top: 80px;
    padding-bottom: 0px;
}

#custom-services .thumbnail {
    width: 100%;
    height: 190px;
    object-fit: cover
}

#limited-purchase {
    padding-top: 80;
    padding-bottom: 20;

}

#limited-purchase .thumbnail {
    width: 100%;
    height: 200px;
    object-fit: cover
}

#limited-purchase .thumbnail-m {
    height: 200px;
    object-fit: cover;
}

#shop-info .shop-profile-pic-m {
    display: none;
}

#shop-info .shop-swiper-slider {
    display: none;
}

#shop-hot-recommendatons {
    padding-top: 0px;
    padding-bottom: 0px;
}

#shop-hot-recommendatons .thumbnail {
    width: 100%;
    height: 190px;
    object-fit: cover
}

.sever-title-center-strip-title {
    font-size: 20px;
    font-weight: 600;
    float: center;
    color: #EF5233;
}

.sever-title-center-strip-btn {
    font-size: 16px;
    font-weight: 400;
    float: center;
    color: #383838;
}

#stripe-error-page {
    margin-top: 50px;
    min-height: 60vh;
}

#stripe-error-page img {
    width: 250px;
    height: 250px
}

.ajax-popup {
    z-index: 999999999 !important;
    position: absolute;
    left: 0%;
}

.ajax-popup .modal-dialog {
    width: 150px;
    height: 100px;
}

.modal-backdrop {
    z-index: 999999990 !important;
}

.font-28-20 {
    font-size: 28px;
    font-weight: 400;
    width: 50%;
}

.font-22-18 {
    font-size: 22px;
    font-weight: 400;
    width: 90%
}

/* .font-20-16{
    font-size: 20px;
    font-weight:400;
    width:50% 
} */
.font-26-20-600 {
    font-size: 26px;
    font-weight: 600;
}

.font-20-16 {
    font-size: 20px;
    font-weight: 400;
}

#info-services .text-end>img {
    height: 300px;
    width: 100%;
    object-fit: cover
}

.info-services-desktop {
    display: block;
}

.info-services-mobile {
    display: none;
}

.footer-copyright-mobile {
    font-size: 12px;
    color: #383838;
    display: none;
}

.footer-payment-margin {
    margin-top: -50px;
    margin-bottom: 10px;
}

.ad-pop-h400-h190 {
    height: 400px;

}

#el-dialog-ads-pop .ads-pop-title {
    position: absolute;
    top: 10%;
    left: 0%;
    text-align: start;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
}

#el-dialog-ads-pop .ads-pop-title2 {
    position: absolute;
    top: 20%;
    left: 0%;
    text-align: start;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

#el-dialog-ads-pop .ads-pop-app-L-txt {
    font-size: 15px;
    position: absolute;
    top: 28%;
}

#el-dialog-ads-pop .ads-pop-app-R-txt {
    font-size: 15px;
    position: absolute;
    top: 25%;

}

#el-dialog-ads-pop .ad-footer-right-ads {
    width: 80%;
    margin-left: 0px;
}

#el-dialog-ads-pop .ads-store-L-icon {
    margin-top: 80px;
    max-height: 180px;
}

#el-dialog-ads-pop .line {
    margin: 0px;
    font-size: 18px;
}

#el-dialog-ads-pop .line::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 40px;
    background-color: #fff;
}

#el-dialog-ads-pop .line::after {
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 40px;
    background-color: #fff;
}

.info-contact-space {
    display: inline-block;
}

.info-contact-social-icon {
    width: 50px;
    height: 50px;
}

.text-start-center {
    text-align: left;
}

.text-start-justify {
    text-align: left;
}

@media (min-width: 1400px) {
    .rd-navbar-classic.rd-navbar-static .rd-navbar-main {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 1200px) {
    .ad-mobile-phone {
        z-index: 1040;
        width: 100%;
        height: 135px;
        background: linear-gradient(93.65deg, #F17860 2.3%, #EF5233 100%);
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
    }

    .xl-display-none {
        display: none !important;
    }

    .xl-display-show {
        display: block !important;
    }

    .footer-list-category-2 .is-xl-hidden {
        /* display: none; */

    }

    .footer-list-category-2>.is-xl-show {
        display: block;
    }

    .footer-list-category-2>li {
        width: 42%;
        box-sizing: border-box;
    }

    .swiper-container {
        display: none;
    }

    .swiper-m-container {
        display: block;
    }

    .banner-search-txt {
        display: none;
    }

    .banner-txt {
        right: 50%;
        transform: translateY(-50%) translateX(50%);
    }

    .classfy-item {
        width: 16.5%;
    }

    .classfy-icon {
        width: 60px;
        height: 60px;
    }

    .classfy-item-shop {
        width: 45%;
    }

    /* .shopping-list{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    } */
    .shopping-item {
        width: 48%;
        margin-bottom: 20px;

    }

    .shopping-price-commit .star-list .star-item>img {
        width: 5px;
        height: 5px;
    }

    .shopping-price-commit .commit {
        padding-left: 2px;
    }

    .shopping-item .more-link {
        font-size: 12px;
        padding: 2px 10px;
    }

    .mobile-ad-show .block-top {
        display: block;
        margin-top: 135px;
        height: 3px;
        width: 100%;
    }

    .footer-payment-margin {
        margin-top: 10px;
    }


}

@media (max-width: 980px) {

    /* .sever-title .line{
        width: 178px;
        bottom: 15px;
    } */
    .shopping-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

}

@media (max-width: 768px) {
    .footer-list-category-2>li:not(:first-child) {
        border-left: none;
    }

    .classfy-item-shop {
        width: 45%;
    }

    .xs-display-none {
        display: none;
    }

    .xs-display-show {
        display: block;
    }

    .classfy-row-xs {
        flex-wrap: nowrap;
    }

    /* .classfy-row-xs .classfy-item{
        width: 16.6%;
    } */

    .classfy-row-xs .classfy-item {
        width: 5%;
    }

    .classfy-icon {
        width: 80px;
        height: 80px;
    }

    /* max-width: 768px */
    .sever-title-underline {
        font-size: 25px;
    }

    .sever-title-underline:after {
        width: 100%;
        height: 15px;
        border-radius: 32px;
    }

    #shop-info .shop-profile-pic-m {
        display: block;
    }

    #shop-info .shop-swiper-slider {
        display: block;
        margin-bottom: 0;
    }
}

@media (max-width: 430px) {
    .shopping-price-commit .commit {
        font-size: 10px;
    }

    .classfy-row-xs {
        width: 200%;
    }

    .classfy-row-xs .classfy-item {
        width: 16.6%;
    }

    .classfy-icon {
        width: 45px;
        height: 45px;
        max-width: fit-content;
        margin: 10px;
    }

    #amg-special .classfy-row {
        width: 400%;
    }

    #amg-special .classfy-row .classfy-item-shop {
        width: 45%;
        margin: 0 10px;
    }

    #amg-special .classfy-icon {
        width: 90px;
        height: 90px;
        object-fit: contain;
    }

    .classfy-p {
        font-size: 14px;
    }

    .shopping-list {
        gap: 0px;

    }

    /* max-width: 430px */
    .sever-title {
        height: 40px;
    }

    .sever-title .more {
        position: absolute;
        bottom: 80%;
        right: 10px;
        transform: translateY(50%);
        font-size: 14px;
        cursor: pointer;
        font-weight: 400;
    }

    /* max-width: 430px */
    .sever-title-underline {
        font-size: 15px;
        height: 40px;
    }

    .sever-title-underline:after {
        width: 100%;
        height: 13px;
        border-radius: 32px;
        position: absolute;
        left: 0px;
        top: 10px;
        z-index: -1;
    }

    #service-categories {
        margin-top: 0px;
        padding-bottom: 20px;
    }

    .team-classic-name {
        font-size: 20px;
        font-weight: 1000;
    }

    .team-classic-status {
        font-size: 14px;

    }

    .shop-txt {
        font-size: 14px;
    }

    #popular-shops .shopping-img {
        height: 150px;
        object-fit: cover
    }

    .shopping-item .tag-link-right {
        font-size: 10px;
    }

    .shopping-item .tag-link-left {
        font-size: 10px;
    }

    .shopping-item .shopping-name {
        font-size: 15px;
    }

    .spc-right .price {
        font-size: 14px;
    }

    .spc-right .price-start {
        font-size: 14px;
    }

    .spc-left .price {
        font-size: 14px;
    }

    .spc-left .price-start {
        font-size: 14px;
    }

    .shopping-price-commit .star-list .star-item>img {
        width: 8px;
        height: 8px;
    }

    .shopping-item-recom .star-list .star-item>img {
        width: 10px;
        height: 10px;
    }

    #custom-services .thumbnail {
        width: 100%;
        height: 120px;
        object-fit: cover
    }

    #shop-hot-recommendatons .thumbnail {
        width: 100%;
        height: 120px;
        object-fit: cover
    }

    #limited-purchase .thumbnail {
        width: 100%;
        height: 150px;
        object-fit: cover
    }

    .shopping-item-recom .learn-more {
        font-size: 10px;
        padding: 1px 5px;
    }

    #custom-services {
        padding-top: 20px;
    }

    #limited-purchase {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .sever-title .more {
        font-size: 14px;
    }

    .expertise {
        width: 80%;
        font-size: 14px;
    }

    .appoint-btn {
        font-size: 14px;
    }

    .sever-title-center-strip-title {
        font-size: 16px;
        font-weight: 600;
    }

    .sever-title-center-strip-btn {
        font-size: 12px;
    }

    #stripe-error-page {
        margin-top: 20px;
        min-height: 40vh;
    }

    #stripe-error-page img {
        width: 150px;
        height: 150px
    }

    .view-btn {
        font-size: 12px;
        padding: 10px 20px;
        text-align: center;
        border-radius: 30px;
    }

    .ajax-popup {
        position: absolute;
        left: 30%;
    }

    .font-28-20 {
        font-size: 20px;
        width: 90%
    }

    .font-22-18 {
        font-size: 18px;
        width: 90%
    }

    /* .font-20-16{
        font-size: 16px;
        font-weight:400;
        width:50% 
    } */
    .font-26-20-600 {
        font-size: 20px;
        font-weight: 600;
    }

    .font-20-16 {
        font-size: 16px;
        font-weight: 400;
    }

    #info-services .text-end>img {
        height: 150px;
        object-fit: contain;

    }

    .info-services-desktop {
        display: none;
    }

    .info-services-mobile {
        display: block;
    }

    .footer-copyright-mobile {
        display: block;
    }

    .ad-pop-h400-h190 {
        height: 190px;
    }

    #el-dialog-ads-pop .ads-pop-title {
        font-size: 16px;
    }

    #el-dialog-ads-pop .ads-pop-title2 {
        font-size: 12px;
    }

    #el-dialog-ads-pop .ads-pop-app-L-txt {
        font-size: 10px;
    }

    #el-dialog-ads-pop .ads-pop-app-R-txt {
        font-size: 10px;
        top: 28%;
    }

    #el-dialog-ads-pop .ad-footer-right-ads {
        width: 90%;
        margin-left: 20px;
    }

    #el-dialog-ads-pop .ads-store-L-icon {
        margin-top: 45px;
    }

    #el-dialog-ads-pop .line {
        margin: 0px;
        font-size: 10px;
    }

    #el-dialog-ads-pop .line::before {
        content: '';
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        width: 1px;
        height: 25px;
        background-color: #fff;

    }

    #el-dialog-ads-pop .line::after {
        content: '';
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 1px;
        height: 25px;
        background-color: #fff;
    }

    .info-contact-space {
        display: none;
        white-space: pre;
    }

    .info-contact-social-icon {
        width: 40px;
        height: 40px;
    }

    .text-start-center {
        text-align: center;
    }

    .text-start-justify {
        text-align: justify;
    }
}

.dropdown-menu.bs-dropdown-min-width.custom {
    position: absolute !important;
    top: 12px !important;
}

.rd-three-dot .dropend.dropend-sec:nth-child(1) {
    padding-top: 10px;
}

.rd-three-dot .dropend.dropend-sec {
    padding-left: 10px;
    padding-right: 10px;
}

.dropdown-rd-nav-logout {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}

.dropdown-rd-nav-logout:hover {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    color: #EF5233;
    ;
}


.dropdown-item {
    text-align: left;
    font-size: 16px;
    font-weight: 400;

}

.dropdown-item:hover {
    color: #EF5233;
    background-color: white;
}

.dropdown-menu-lang {
    min-width: 60px;
    position: absolute;
    right: 0px;
    border: 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px
}

.link a {
    font-size: 18px;
    font-weight: 400;
    color: #383838;
}

.link a:hover {
    color: #EF5233;
}

.classfy-icon-no-shadow {
    box-shadow: rgba(100, 100, 111, 0.0) 0px 7px 10px 0px
}