@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600;1,700&display=swap');

body {
    font-family: 'Inter', sans-serif;
    margin: 0px;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.main-logo {
    width: 70px;
}

.topbanner p {
    color: #fff;
    font-family: 'Lora';
}

.nav-names {
    font-family: 'Lora';
}

.nav-link {
    font-family: 'Lora';
    font-size: .89rem;
}

.nav-button {
    top: 30px;
    border: none;
    background-color: rgba(255, 61, 0, 1);
    font-family: 'Inter-bold';
    font-size: 14px;
}

.nav-button:hover {
    border: none;
    background-color: #EA3901;
    font-family: 'Inter-bold';
}

.icon-button {
    width: 35px;
    height: 35px;
    color: white;
    border-radius: 50%;
    background-color: rgba(255, 61, 0, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-button:hover {
    width: 39px;
    color: white;
    border-radius: 39px;
    background-color: rgba(255, 61, 0, 1);
}

.dropdown {
    list-style-type: none;
}

.follow {
    width: 100%;
    height: 69px;
    background-color: black;
}

.follow-link a {
    color: white;
}

.main-footer {
    background-image: url('../../images/footer-bg.png');
    width: 100%;
    height: auto;
}

.left p {
    font-family: 'Lora';
    margin-top: 20px;
    width: 360px;
    line-height: 1.8rem;
    font-size: 14px;
    color: black;
}

.right {
    font-family: 'Inter-bold';
    color: rgba(180, 47, 49, 1);
}

.center {
    font-family: 'Inter-bold';
    color: rgba(180, 47, 49, 1);
}

.fb_iframe_widget {
    width: 260px;
}

.l1 {
    color: black;
    list-style-type: none;
}

.info {
    color: black;
    list-style-type: none;
}

.nav-link {
    color: black;
}

.nav-link:hover {
    color: rgba(255, 61, 0, 1);
}

.active {
    color: rgba(255, 61, 0, 1) !important;
}

/* 
    =========== Recent Properties Starts ==============
*/


.section-title p {
    color: #FF2E00;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.5px;
}

.section-title h3 {
    color: #000;
    text-align: center;
    font-family: 'Lora', serif;
    font-size: 30px;
    font-style: normal;
    margin-top: 10px;
    font-weight: 700;
    line-height: 22px;
}

.property-listing {
    margin-top: 3rem;
}

.properties-box .property-image img {
    border-radius: 8px 8px 0 0;
}

.properties-box .property-detail {
    border-radius: 0px 0px 8px 8px;
    background: #FFF;
    padding: 26px 26px 20px 30px;
    box-shadow: 3px 6px 14px -3px rgba(0, 0, 0, 0.25);
}

.properties-box .property-detail h4 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px;
}

.properties-box .property-location i {
    color: #000000;
    font-size: 16px;
}

.properties-box .property-location h4 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-left: 10px;
}

.properties-box .property-price h1 {
    color: #FF3D00;
    font-family: Lora;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-right: 11rem;
}

.properties-box .property-price i {
    color: #000;
    font-size: 22px;
}

.property-listing .row div[class*=col-] {
    margin-bottom: 35px;
}

.view-btn {
    display: inline;
    border-radius: 4px;
    background: #FF3D00;
    color: #fff;
    padding: 10px 20px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.view-btn:hover {
    background-color: #000000;
    color: #fff;
}

/* 
   =========== About Number of shop sold Starts ============
*/
.shop-sold {
    position: relative;
    height: 500px;
    /* Set a specific height for .shop-sold to see the background */
}

.shop-sold img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

.shop-sold .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(117, 172, 255, 0.42) 0%, rgba(117, 172, 255, 0.42) 100%), lightgray 50% / cover no-repeat;
    opacity: 0.5;
}

.content-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
}

.sold-pasal {
    background-color: #FF3D00;
    /* Set the background color to the desired color */
    border-radius: 4px;
    color: #fff;
    /* Add text color for visibility */
    padding: 10px;
    text-align: center;
}

.top-middle,
.bottom-middle {
    display: flex;
    justify-content: center;
}

.inner-div {
    background-color: #FF3D00;
    /* Set the background color for inner divs */
    border-radius: 4px;
    color: #fff;
    padding: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 5px;
    width: 400px;
    height: 176px;
    margin: 0 41px 28px 0;
}

.inner-div i {
    font-size: 40px;
    margin-right: 30px;
}

.inner-div h4 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
}

.inner-div h4 span {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
}

/* 
    ========== Feature Section ===========
*/
.feature-section {
    padding: 50px 0;
}

.feature-section .property-image {
    position: relative;
}

.feature-section .property-image .sale-img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
}

/* 
    ======= Testimonial Section =======
*/

.client-box {
    background-color: #FBFBFB;
    text-align: center;
    border-radius: 8px;
}

.slider .client-box img {
    width: 150px;
    margin: 7.5rem auto 0 auto;
    padding-top: 30px;
}

.client-name h4 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-top: 14px;
}

.client-words p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    width: 60%;
    margin: 30px auto;
}

.client-detail h4 {
    color: #B63235;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    padding-bottom: 30px;
}

/* 
    ======== Footer ==========
*/
.footer-li ul li a {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.footer-location li {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}

.footer-about {
   font-family: 'Lora';
    margin-top: 20px;
    width: 360px;
    line-height: 1.8rem;
    font-size: 14px;
    color: black;
}

/* 
    =========== About Us =============
*/
.about-image {
    position: relative;
}

.about-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.60);
    opacity: 1;
    /* Initially invisible */
    transition: opacity 0.3s;
    /* Smooth transition effect */
}

.about-content h3 {
    position: absolute;
    top: 15%;
    /* Position content 50% from the top */
    left: 50%;
    /* Position content 50% from the left */
    transform: translate(-50%, -50%);
    /* Center the content */
    color: #fff;
    /* Text color on the overlay */
    font-family: 'Lora';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px;
    text-transform: uppercase;
}

.about-image img {
    max-height: 400px;
    object-fit: cover;
    width: 10%;
}

.whatis {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
    max-width: 970px;
    max-height: 752px;
    margin: -15rem auto 0 auto;
    padding: 50px 90px 60px 90px;
    /* Center the content */
}

.whatis h4 {
    color: #000;
    font-family: Lora;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
}

.whatis h2 {
    text-align: center;
}

.whatis h2 span img {
    width: 10px;
}

.about-pasalkinbech {
    color: #000;
    margin-top: 3rem;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
}

.about-pk {
    color: #000;
    text-align: justify;
    margin-top: 3rem;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.bg {
    width: 100%;
    /* Set the width of the container */
    height: 400px;
    /* Set the height of the container */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1440' height='1174' viewBox='0 0 1440 1174' fill='none'><path d='M0 0H1440V710L-14 1174L0 0Z' fill='%23FFEAE6'/></svg>");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* 
==========  Mission,Vision Starts ===========
*/
.mission-vision {
    padding: 30px 0;
    max-width: 970px;
    margin: 0 auto;
}

.about-pasalakinbech-logo img {
    max-width: 232px;
    margin-bottom: 3rem;
}

.left-title h3 {
    color: #000;
    font-family: Lora;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    /* 58.333% */
}

.left-title h3 span {
    color: #B53033;
    font-family: Lora;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.mission-content p {
    color: #000;
    text-align: justify;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    margin-top: 42px;
}

/* 
    ========== Core Value Section =============
*/

.core {}

.core-image {
    position: relative;
    height: 650px;
    /* Set an appropriate height */
}

.core-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.core-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 85, 194, 0.50);
    opacity: 0.5;
}

.core-content h3 {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-family: Lora;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.core .container {
    position: absolute;
    top: 22%;
    left: 5%;
    width: 100%;
    height: 100%;
}


.core-box {
    border-radius: 8px;
    height: 450px;

    padding: 34px;
    text-align: center;
    background: #F8F8F8;
}

.core-box-image {
    height: 245px;
}

.core-box .core-box-title h3 {
    color: #000;
    font-family: Lora;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* 87.5% */
}

.core-box .core-box-image img {
    width: 233px;
}

.core-box .core-box-content p {}

/* 
    ========================================
            Shop Detail Page
    ========================================
*/
.detail-background {
    background: #FFE7E6;
}

.detail-starts {
    padding: 50px 0;
}

.search-form input[type=search] {
    border-radius: 10px !important;
    padding: 15px;
}

.search-form i {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    border-radius: 0px 17px 17px 0px;
    background: #222;
    height: 56px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-content {
    margin-top: 40px;
}

.detail-content .shop-detail,
.location-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail-content .shop-detail .shop-type h3 {
    color: #000;
    font-family: Lora;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.detail-content .shop-detail .shop-distance i {
    color: #ED462F;
    font-size: 20px;
}

.detail-content .shop-detail .shop-distance span {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.location-share .shop-detail-location i {
    color: #ED462F;
    font-size: 18px;
}

.location-share .shop-detail-location span {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.share-items ul {
    display: flex;
    align-items: center;
}

.share-items ul li {
    margin-right: 15px;
}

.share-items ul li:last-child {
    margin-right: 0;
}

.share-items ul li a i {
    font-size: 22px;
}

.share-items ul li a {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.share-items ul li:nth-child(1) a {
    background-color: #E60023;

}

.share-items ul li:nth-child(2) a {
    background-color: #FA7E1E;
}

.share-items ul li:nth-child(3) a {
    background-color: #E60023;
}

.share-items ul li:nth-child(4) a {
    background-color: #000;
}

.share-items ul li:nth-child(5) a {
    background-color: #03B21F;
}

.shop-image {
    margin-top: 30px;
}

.shop-rg div[class*=col-] {
    margin-bottom: 20px;
}

.description-box {
    border-radius: 10px;
    border: 1px solid #EEE;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 44px 20px 20px 58px;
}

.description-box h2 {
    font-family: Lora;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.description-box p {
    color: #414141;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-top: 23px;
}

.about-shop {
    border-radius: 10px;
    border: 1px solid #EEE;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 30px 30px 0 30px;
}

.about-shop-name {
    display: flex;
    align-items: center;
}

.shop-logo img {
    width: 66px;
}

.shop-name h3 {
    color: #000;
    font-family: Lora;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.shop-name .verified {
    background-color: #079E3B;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.shop-social-link .shop-mail a,
.shop-social-link .shop-mail i,
.shop-social-link .shop-phone a,
.shop-social-link .shop-phone i,
.shop-social-link .shop-whatsapp a,
.shop-social-link .shop-whatsapp i {
    color: #000;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: 500;
}

.shop-social-link div {
    margin-bottom: 15px;
}

.view-profile {
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    color: #fff;
    background: #ED462F;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.view-profile:hover {
    background: #ED462F;
    color: #fff;
}

.property-detail-box {
    margin-top: 35px;
}

.property-detail-detailed {
    border-radius: 10px;
    border: 1px solid #EEE;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 44px 20px 20px 58px;
}

.property-detail-detailed h3 {
    color: #000;
    font-family: Lora;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px;
    /* 133.333% */
}

.detail-listing {
    display: flex;
    justify-content: space-between;
}

.detail-listing-left li span,
.detail-listing-right li span {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 171.429% */
}

.detail-listing-left li,
.detail-listing-right li {
    margin-bottom: 10px;
    font-weight: 400;
}

.contact-seller-form {
    border-radius: 10px;
    border: 1px solid #EEE;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 30px 30px 0 30px;

}

.contact-form-title h3 {
    color: #000;
    font-family: Lora;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
}

.contact-seller-form .form input,
.contact-seller-form .form textarea {
    border-radius: 5px;
    border: 1px solid #EEE;
    background: #FBFAFA;
    padding: 15px;
    resize: none;
    width: 100%;
    margin-bottom: 25px;
}

.contact-seller-form .form input:focus {
    box-shadow: none;
}

.contact-seller-form .form textarea:focus-visible {
    outline: none;
}

.customer-review-slider .slider .client-box img {
    margin: 1rem auto 0 auto !important;
}

.customer-review .review-box .review-title h3 {
    font-family: Lora;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.customer-review-slider .client-box {
    border-radius: 3px !important;
    background: #ED462F !important;
}

.customer-review-slider .client-box h4,
.customer-review-slider .client-words p {
    color: #fff !important;
}

.adding-review {
    margin-top: 35px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 44px 20px 20px 58px;
}

.adding-review-title h3 {
    color: #000;
    font-family: Lora;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-left: 17px;
    margin-bottom: 20px;
    /* 123.077% */
}

.adding-review form .form-control {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #EEE;
    background: #FBFAFA;
    margin-bottom: 25px;
}

.adding-review form textarea {
    resize: none;
}

.adding-review .form input:focus,
.adding-review .form textarea:focus {
    box-shadow: none;
}

.adding-review .form textarea:focus-visible {
    outline: none;
}

.review-btn .btn {
    width: auto !important;
    padding: 7px 24px !important;
}
.main-footer .container .row{
    width:90%;
    margin: 0 auto;
}
#st-1{
    z-index:1 !important;
}

/* 
==============================================
        Media Query Starts
==============================================
*/
@media only screen and (min-width:360px) and (max-width:800px){
    .left-title h3,
    .left-title h3 span{
    font-size:35px;
    text-align:center;
  }

}
@media screen and (min-width:1200px) and (max-width:1255px){
    .properties-box .property-price h1{
        margin-right: 8rem;
    }
    .main-footer .container .row{
        width:100%;
    }
}
@media screen and (min-width:1024px) and (max-width:1200px) {
    .topbanner p{
        font-size: 4vh !important;
    }
    .text-slider-items{
        font-size: 10vh !important;
    }
}


@media screen and (max-width:1024px){
    .properties-box .property-price h1{
        margin-right: 4rem;
    }
}
/* Media query for iPhones */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) {
  
  .footer-about {
    width: 100%;
  }
  .left-title h3,
  .left-title h3 span{
      font-sizE:35px;
  }

}
@media only screen and (min-width:712px) and (max-width:1138px){
    .topbanner p{
        font-size:3vh !important;
    }
}
@media only screen and (min-width:810px) and (max-width:1080px){
    .footer-about {
    width: 100%;
  }
  .left-title h3,
  .left-title h3 span{
      font-sizE:35px;
  }
}
@media screen and (min-width:412px) and (max-width:915px){
    .left-title h3,
    .left-title h3 span{
      font-sizE:35px;
  }
} 
@media screen and (max-width:991px) {
    .search-button {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav-button{
        margin-bottom:10px;
    }

    .properties-box .property-price h1 {
        margin-right: 7rem;
    }

    .left p,
    .fb_iframe_widget {
        width: auto;
    }

    .left,
    .center,
    .right {
        text-align: center;
    }

    .center .d-flex {
        justify-content: center;
    }

    .footer-logo {
        text-align:center;
       
    }
    .core .container{
        max-width: 100%;
    }
    .core .container{
        left: 0;
    }
    .core-box{
        height: 466px;
    }
    .shop-description .row div[class*=col-],
    .property-detail-box .row div[class*=col-],
    .shop-image .row div[class*=col-]{
        margin-bottom: 15px;
    }
    .moving-down{
        display:flex;
        justify-content:center;
        align-items:center;
    }
   
}



/* Media query for iPhones */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and(max-device-width:1000px)
  and (-webkit-min-device-pixel-ratio: 2) {
  
  .left-title h3 ,
  .left-title h3 span{
    font-size:35px;
    text-align:center;
  }
}


@media only screen and (max-width:767px) {
    .properties-box .property-price h1 {
        margin-right: 15rem;
    }

    .inner-div {
        width: 315px;
        height: 150px;
    }

    .property-listing .view-button {
        padding-bottom: 30px;
    }
    .left-title h3,
    .left-title h3 span{
        font-size: 35px;
        text-align: center;
    }
    
    
    .mission-image{
        text-align: center;
    }
    .mission-image img{
        margin-bottom: 10px;
        width: 200px;
    }
    
    .core-content h3{
        left: 47%;
        font-size: 18px;
        top: 3%;
    }
    .core-image .container .row{
        display: block !important;
    }
    .core-image{
        height: 1550px;
    }
    .core .container{
        left: 15%;
        top: 5%;
    } 
    .core-image .box{
        margin-bottom: 15px;
    }
    .detail-content .shop-detail, .location-share,
    .detail-listing{
        display: block;
    }
    .share-items ul{
        padding-left: 0;
    }
    .shop-type,
    .shop-detail-location{
        margin-bottom: 10px;
    }
    
    .description-box,
    .about-shop,
    .property-detail-detailed,
    .adding-review  {
        padding:20px 15px;
    }
    .main-footer .container .row {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width:480px) and (max-width:640px) {

    .recent-properties .section-title {
        padding-top: 30px;
    }

    .top-middle,
    .bottom-middle {
        display: block;
    }

    .inner-div {
        margin: 0 0 10px 0;
        width: 260px;
        height: 140px;
    }

    .shop-sold {
        height: 720px;
    }

    .inner-div h4,
    .inner-div h4 span,
    .inner-div i {
        font-size: 27px;
    }
    .about-content h3{
        font-size: 24px;
    }
    .whatis{
        margin: 0;
        padding: 10px;
        max-width: 100%;
        max-height: 100%;
    }
    .whatis h2 img{
        width: 75%;
    }
    .core .container{
        left: 0;
        top: 5%;
    } 
    
    .detail-content .shop-detail .shop-type h3{
        font-size: 33px;
    }
   
    
   
}

@media screen and (max-width:320px) and (max-width:480px) {
    .search .grid-container {
        padding: 1rem !important;
    }

    .topbanner .search {
        margin-left: 0;
    }


    .properties-box .property-price h1 {
        margin-right: 4rem;
    }
    
    .about-pasalkinbech{
        margin-top: 1rem;
    }
    .about-pasalakinbech-logo img{
        max-width: 160px;
    }

    .core-box{
        height: 460px;
    }
   
    .left img{
        margin-left: 0 !important;
    }
    .detail-content .shop-detail .shop-type h3{
        font-size: 24px;
    }
    
   
    
   
    .shop-name h3{
        font-size: 16px;
    }
    
}