/*#region City San Diego Page */
#city-san-diego .section-container {
    max-width: 1440px;
    margin   : 0 auto;
    padding  : 0 112px
}

@media (max-width:1024px) {
    #city-san-diego .section-container {
        padding: 0 16px
    }
}

#city-san-diego .section-container-fluid {
    max-width: 1440px;
    margin   : 0 auto
}

@media (max-width:1024px) {
    #city-san-diego .section-container-fluid {
        padding: 0 16px
    }
}

/*#endregion City San Diego Page */

/*#region Intro*/

#city-san-diego-intro {
    background-color: #e0efff;
    padding         : 30px 0
}

@media only screen and (max-width:768px) {
    #city-san-diego-intro {
        padding: 30px 0 50px
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    #city-san-diego-intro {
        background-color: #f6f9fc
    }
}

#city-san-diego-intro .intro-box {
    display       : flex;
    position      : relative;
    padding-bottom: 90px;
    align-items   : center;
    flex-wrap     : wrap
}

@media only screen and (max-width:1024px) {
    #city-san-diego-intro .intro-box {
        padding-bottom: 0
    }
}

#city-san-diego-intro .intro-box .text {
    width: 54%
}

@media only screen and (max-width:768px) {
    #city-san-diego-intro .intro-box .text {
        width: 100%
    }
}

#city-san-diego-intro .intro-box .text .title {
    color        : #0d1c2c;
    font-family  : Poppins !important;
    font-size    : 40px;
    font-weight  : 700;
    line-height  : 56px;
    margin-bottom: 24px
}

@media only screen and (max-width:1200px) {
    #city-san-diego-intro .intro-box .text .title {
        font-size     : 24px;
        line-height   : 33.6px;
        margin-bottom : 16px;
        text-transform: uppercase
    }
}

@media only screen and (max-width:768px) {
    #city-san-diego-intro .intro-box .text .title {
        text-align : center;
        font-size  : 32px;
        line-height: 44.8px
    }
}

#city-san-diego-intro .intro-box .text .desc {
    color        : #475467;
    font-family  : Poppins !important;
    font-size    : 16px;
    font-weight  : 400;
    line-height  : 25.6px;
    margin-bottom: 24px
}

@media only screen and (max-width:1200px) {
    #city-san-diego-intro .intro-box .text .desc {
        font-size  : 14px;
        line-height: 22.4px
    }
}

@media only screen and (max-width:768px) {
    #city-san-diego-intro .intro-box .text .desc {
        text-align   : center;
        font-size    : 18px;
        line-height  : 32px;
        margin-bottom: 22px
    }
}

#city-san-diego-intro .intro-box .text .ti-widget {
    text-align: start;
    margin-top: 24px
}

@media only screen and (max-width:768px) {
    #city-san-diego-intro .intro-box .text .ti-widget {
        text-align: center;
        margin-top: 0
    }
}

#city-san-diego-intro .intro-box .btn-box {
    display  : flex;
    gap      : 16px;
    flex-wrap: wrap;
    width    : 100%
}

#city-san-diego-intro .intro-box .btn-box .btn {
    padding    : 15px 0;
    width      : 232px;
    font-size  : 20px;
    line-height: 22px;
    font-weight: 600
}

@media only screen and (max-width:1200px) {
    #city-san-diego-intro .intro-box .btn-box .btn {
        width    : 153px;
        font-size: 16px
    }
}

@media only screen and (max-width:768px) {
    #city-san-diego-intro .intro-box .btn-box .btn {
        width      : 100%;
        line-height: 28px;
        padding    : 11px 0;
        font-weight: 600
    }
}

@media only screen and (max-width:768px) {
    #city-san-diego-intro .intro-box .btn-box {
        margin-top: 20px
    }
}

#city-san-diego-intro .intro-box .photo {
    width          : 46%;
    display        : flex;
    justify-content: flex-end
}

@media only screen and (max-width:768px) {
    #city-san-diego-intro .intro-box .photo {
        width          : 100%;
        justify-content: center
    }
}

#city-san-diego-intro .intro-box .photo img {
    max-width: 100%
}

#city-san-diego-intro .intro-box .delivery {
    display         : flex;
    position        : absolute;
    right           : 0;
    top             : calc(100% - 40px);
    background-color: #fff;
    padding         : 30px 50px;
    gap             : 62px;
    box-shadow      : 0 2px 4px 0 rgba(13, 16, 45, .1), 0 1px 2px -1px rgba(13, 16, 45, .1);
    border-radius   : 4px;
    flex-wrap       : wrap;
    justify-content : space-between
}

@media only screen and (max-width:1024px) {
    #city-san-diego-intro .intro-box .delivery {
        position  : static;
        width     : 100%;
        margin-top: 30px
    }
}

@media only screen and (max-width:768px) {
    #city-san-diego-intro .intro-box .delivery {
        padding        : 16px;
        gap            : 43px;
        margin-top     : -50px;
        justify-content: center
    }
}

#city-san-diego-intro .intro-box .delivery-item {
    display       : flex;
    flex-direction: column
}

@media only screen and (max-width:768px) {
    #city-san-diego-intro .intro-box .delivery-item {
        align-items: center
    }
}

#city-san-diego-intro .intro-box .delivery-item-icon {
    width        : 44px;
    height       : 44px;
    margin-bottom: 13px
}

@media only screen and (max-width:600px) {
    #city-san-diego-intro .intro-box .delivery-item-icon {
        width        : 32px;
        height       : 32px;
        margin-bottom: 6px
    }
}

#city-san-diego-intro .intro-box .delivery-item-title {
    color        : #0d1c2c;
    font-family  : Poppins !important;
    font-size    : 16px;
    font-weight  : 600;
    line-height  : 22.4px;
    margin-bottom: 4px
}

@media only screen and (max-width:600px) {
    #city-san-diego-intro .intro-box .delivery-item-title {
        font-size  : 12px;
        line-height: 16.8px
    }
}

#city-san-diego-intro .intro-box .delivery-item-desc {
    color                  : #666;
    font-size              : 14px;
    font-weight            : 500;
    text-decoration        : none;
    -webkit-text-decoration: none
}

@media only screen and (max-width:600px) {
    #city-san-diego-intro .intro-box .delivery-item-desc {
        font-size: 12px
    }
}

#city-san-diego-intro .intro-box .delivery-item-desc span {
    color      : #1c244b;
    font-weight: 600
}

#city-san-diego-intro .intro-box .delivery-item-desc span.num {
    color        : #005eff;
    -webkit-color: #005eff
}

#city-san-diego-intro .intro-box .delivery:before {
    content : url(/uploads/12046237/File/deco/cities/assets/intro-arrow.svg);
    position: absolute;
    top     : 30px;
    right   : calc(100% + 15px)
}

@media only screen and (max-width:1024px) {
    #city-san-diego-intro .intro-box .delivery:before {
        display: none
    }
}

#city-san-diego-intro .ti-header {
    padding      : 0;
    margin-bottom: 8px
}

/*#endregion Intro*/

/*#region Product*/
#city-san-diego-product {
    padding: 200px 0 70px
}

@media only screen and (max-width:1024px) {
    #city-san-diego-product {
        padding: 50px 0
    }
}

@media only screen and (max-width:768px) {
    #city-san-diego-product {
        background-color: #f6f9fc
    }
}

#city-san-diego-product .title {
    color         : #0d1c2c;
    text-align    : center;
    font-family   : Poppins !important;
    font-size     : 36px;
    font-weight   : 600;
    line-height   : 50.4px;
    text-transform: capitalize;
    margin-bottom : 12px
}

@media only screen and (max-width:1024px) {
    #city-san-diego-product .title {
        font-size  : 28px;
        line-height: 39.2px
    }
}

@media only screen and (max-width:768px) {
    #city-san-diego-product .title {
        font-size  : 30px;
        line-height: 42px
    }
}

#city-san-diego-product .subtitle {
    color      : #333;
    font-family: Poppins;
    font-size  : 16px;
    font-weight: 400;
    line-height: 24px;
    text-align : center
}

@media only screen and (max-width:1024px) {
    #city-san-diego-product .subtitle {
        margin-bottom: 24px
    }
}

#city-san-diego-product .product-box {
    margin               : 36px 0;
    display              : grid;
    grid-template-columns: repeat(4, 1fr);
    gap                  : 20px
}

@media only screen and (max-width:1024px) {
    #city-san-diego-product .product-box {
        grid-template-columns: repeat(2, 1fr);
        gap                  : 16px;
        margin               : 0
    }
}

@media only screen and (max-width:768px) {

    #city-san-diego-product .product-box .product-box-item:first-child,
    #city-san-diego-product .product-box .product-box-item:nth-child(6) {
        grid-column: span 2
    }
}

#city-san-diego-product .product-box-item {
    text-decoration: none;
    display        : flex;
    padding        : 16px 10px 10px;
    flex-direction : column;
    align-items    : center;
    gap            : 22px;
    border-radius  : 4px;
    border         : 1px solid #e6e8ea;
    background     : #fff;
    box-shadow     : 0 5px 15px 0 rgba(0, 0, 0, .1);
    transition     : all .3s
}

#city-san-diego-product .product-box-item p {
    color      : #0b1629;
    font-family: Poppins !important;
    font-size  : 24px;
    font-weight: 500;
    line-height: 24px;
    text-align : center
}

@media only screen and (max-width:768px) {
    #city-san-diego-product .product-box-item p {
        font-size: 20px
    }
}

#city-san-diego-product .product-box-item .photo {
    height         : 100%;
    display        : flex;
    align-items    : center;
    justify-content: center
}

#city-san-diego-product .product-box-item img {
    max-height: 277px;
    max-width : 100%
}

#city-san-diego-product .product-box-item:hover {
    box-shadow: 0 5px 15px 0 rgba(2, 41, 107, .39)
}

#city-san-diego-product .view-all {
    color          : #003ca3;
    font-family    : Poppins;
    font-size      : 20px;
    font-weight    : 500;
    line-height    : 32px;
    display        : block;
    text-align     : center;
    text-decoration: none;
    transition     : all .3s;
    text-decoration: underline
}

@media only screen and (max-width:1024px) {
    #city-san-diego-product .view-all {
        margin-top: 24px
    }
}

/*#endregion Product*/

/*#region Reviews*/
#city-san-diego-reviews {
    background-color: #f6f9fc;
    padding         : 50px 0
}

@media only screen and (max-width:768px) {
    #city-san-diego-reviews {
        background-color: #fff
    }
}

#city-san-diego-reviews .title {
    color        : #1c244b;
    font-family  : Poppins !important;
    font-size    : 24px;
    font-weight  : 700;
    line-height  : 35.28px;
    text-align   : center;
    margin-bottom: 25px
}

@media only screen and (max-width:768px) {
    #city-san-diego-reviews .title {
        font-size     : 32px;
        font-weight   : 600;
        line-height   : 44.8px;
        text-transform: capitalize;
        margin-bottom : 20px
    }
}

#city-san-diego-reviews .btn-box {
    margin-top     : 33px;
    display        : flex;
    justify-content: center;
    gap            : 16px
}

@media only screen and (max-width:768px) {
    #city-san-diego-reviews .btn-box {
        flex-direction: column
    }
}

#city-san-diego-reviews .btn-box .btn {
    width      : 273px;
    font-size  : 20px;
    font-weight: 600;
    line-height: 22px;
    padding    : 15px 0
}

@media only screen and (max-width:1024px) {
    #city-san-diego-reviews .btn-box .btn {
        width      : 153px;
        font-size  : 16px;
        font-weight: 500
    }
}

@media only screen and (max-width:768px) {
    #city-san-diego-reviews .btn-box .btn {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    #city-san-diego-reviews .ti-widget .ti-controls-line {
        display: block !important
    }

    #city-san-diego-reviews .ti-widget .ti-header {
        display: none
    }
}

/*#endregion Reviews*/

/*#region Best Seller*/
#city-san-diego-best-seller {
    padding: 70px 0
}

@media only screen and (max-width:1024px) {
    #city-san-diego-best-seller {
        padding: 50px 0
    }
}

#city-san-diego-best-seller .title {
    color         : #0d1c2c;
    text-align    : center;
    font-family   : Poppins !important;
    font-size     : 36px;
    font-weight   : 600;
    line-height   : 50.4px;
    text-transform: capitalize;
    margin-bottom : 12px
}

@media only screen and (max-width:1024px) {
    #city-san-diego-best-seller .title {
        font-size  : 28px;
        line-height: 39.2px
    }
}

@media only screen and (max-width:768px) {
    #city-san-diego-best-seller .title {
        font-size  : 30px;
        line-height: 42px
    }
}

#city-san-diego-best-seller .subtitle {
    color      : #333;
    font-family: Poppins !important;
    font-size  : 16px;
    font-weight: 400;
    line-height: 24px;
    text-align : center
}

@media only screen and (max-width:768px) {
    #city-san-diego-best-seller .subtitle {
        font-size: 17px
    }
}

#city-san-diego-best-seller .best-seller-box {
    margin-top           : 40px;
    display              : grid;
    grid-template-columns: repeat(4, 1fr);
    gap                  : 20px
}

@media only screen and (max-width:1024px) {
    #city-san-diego-best-seller .best-seller-box {
        grid-template-columns: repeat(2, 1fr);
        gap                  : 16px;
        margin-top           : 24px
    }
}

#city-san-diego-best-seller .best-seller-box-item {
    border-radius  : 4px;
    border         : 1px solid #e8e9ea;
    background     : #f6f9fc;
    box-shadow     : 0 2px 4px 0 rgba(13, 16, 45, .1), 0 1px 2px -1px rgba(13, 16, 45, .1);
    padding        : 16px;
    text-align     : center;
    display        : flex;
    flex-direction : column;
    justify-content: space-between;
    text-decoration: none;
    transition     : all .3s
}

#city-san-diego-best-seller .best-seller-box-item:hover {
    box-shadow: 0 5px 15px 0 rgba(2, 41, 107, .39)
}

@media only screen and (max-width:768px) {
    #city-san-diego-best-seller .best-seller-box-item {
        padding: 16px 8px
    }
}

#city-san-diego-best-seller .best-seller-box-item .next {
    color      : #0b1629;
    text-align : center;
    font-family: Inter !important;
    font-size  : 18px;
    font-weight: 600;
    line-height: 26.64px
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    #city-san-diego-best-seller .best-seller-box-item .next {
        font-size  : 24px;
        line-height: 24px
    }
}

#city-san-diego-best-seller .best-seller-box-item .desc {
    color             : #172640;
    text-align        : center;
    font-family       : Inter !important;
    font-size         : 14px;
    font-weight       : 400;
    line-height       : 20.72px;
    overflow          : hidden;
    display           : -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow     : ellipsis;
    white-space       : normal;
    max-width         : 214px;
    margin            : 0 auto
}

@media only screen and (max-width:768px) {
    #city-san-diego-best-seller .best-seller-box-item .desc {
        -webkit-line-clamp: 2
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    #city-san-diego-best-seller .best-seller-box-item .desc {
        font-size  : 13px;
        line-height: 24px
    }
}

#city-san-diego-best-seller .best-seller-box-item .btn {
    display        : block;
    text-decoration: none;
    display        : flex;
    gap            : 5px;
    align-items    : center;
    justify-content: center;
    padding        : 13px 10px;
    border-radius  : 4px;
    border         : 1px solid #354156;
    background     : #354156;
    box-shadow     : 0 2px 0 0 rgba(0, 0, 0, .02);
    color          : #fff;
    font-family    : Poppins !important;
    font-size      : 18px;
    font-weight    : 500;
    line-height    : 22px;
    width          : 100%;
    text-align     : center;
    transition     : all .3s
}

#city-san-diego-best-seller .best-seller-box-item .btn:hover {
    border-color    : #1c244b;
    background-color: #1c244b
}

@media only screen and (max-width:768px) {
    #city-san-diego-best-seller .best-seller-box-item .btn {
        font-size: 14px;
        padding  : 11px 15px;
        border   : none
    }
}

#city-san-diego-best-seller .best-seller-box-item .photo {
    display        : flex;
    align-items    : flex-end;
    justify-content: center;
    margin         : 20px 0 10px;
    width          : 100%;
    height         : 100%
}

#city-san-diego-best-seller .best-seller-box-item .photo img {
    max-width : 100%;
    width     : 215px;
    height    : 100%;
    object-fit: cover
}

/*#endregion Best Seller*/

/*#region Process*/
#city-san-diego-process {
    padding         : 70px 0;
    background-color: #f6f9fc
}

@media only screen and (max-width:1024px) {
    #city-san-diego-process {
        padding: 50px 0
    }
}

#city-san-diego-process .title {
    color         : #0d1c2c;
    text-align    : center;
    font-family   : Poppins !important;
    font-size     : 30px;
    font-weight   : 600;
    line-height   : 42px;
    text-transform: capitalize;
    margin-bottom : 12px
}

@media only screen and (max-width:1024px) {
    #city-san-diego-process .title {
        font-size  : 24px;
        line-height: 33.6px
    }
}

@media only screen and (max-width:768px) {
    #city-san-diego-process .title {
        font-size  : 30px;
        line-height: 42px
    }
}

#city-san-diego-process .subtitle {
    color        : #333;
    text-align   : center;
    font-family  : Poppins !important;
    font-size    : 16px;
    font-style   : normal;
    font-weight  : 400;
    line-height  : 24px;
    margin-bottom: 27px
}

#city-san-diego-process .benefit-box {
    display              : grid;
    gap                  : 17px 20px;
    grid-template-columns: repeat(3, 1fr)
}

#city-san-diego-process .benefit-box-item {
    overflow     : hidden;
    border-radius: 4px;
    border       : 1px solid #e6e8ea;
    background   : #fff;
    box-shadow   : 0 2px 4px 0 rgba(13, 16, 45, .1), 0 1px 2px -1px rgba(13, 16, 45, .1);
    min-height   : 403px
}

#city-san-diego-process .benefit-box-item .photo {
    position: relative;
    width   : 100%;
    height  : 239px
}

#city-san-diego-process .benefit-box-item .photo img {
    width     : 100%;
    height    : 100%;
    object-fit: cover
}

#city-san-diego-process .benefit-box-item .photo .img-position {
    position       : absolute;
    width          : 100%;
    height         : 50px;
    background     : rgba(0, 0, 0, .5);
    color          : #fff;
    font-family    : Poppins;
    font-size      : 17px;
    font-weight    : 600;
    bottom         : 0;
    display        : flex;
    justify-content: center;
    align-items    : center;
    flex-shrink    : 0
}

@media only screen and (max-width:1024px) and (min-width:768px) {
    #city-san-diego-process .benefit-box-item .photo {
        height: 155px
    }
}

#city-san-diego-process .benefit-box-item .desc {
    padding       : 16px;
    display       : flex;
    flex-direction: column;
    gap           : 16px;
    margin-bottom : 8px
}

#city-san-diego-process .benefit-box-item .desc-item {
    display       : flex;
    flex-direction: column;
    gap           : 16px;
    align-items   : flex-start
}

#city-san-diego-process .benefit-box-item .desc-item-desc {
    color      : #354156;
    font-family: Inter;
    font-size  : 14px;
    font-style : normal;
    font-weight: 400;
    line-height: 18px;
    margin-top : 8px
}

@media only screen and (max-width:1024px) {
    #city-san-diego-process .benefit-box {
        grid-template-columns: repeat(3, 1fr)
    }

    #city-san-diego-process .benefit-box .benefit-box-item {
        min-height: 200px
    }

    #city-san-diego-process .benefit-box .benefit-box-item .text-desc {
        font-size: 14px
    }
}

@media only screen and (max-width:768px) {
    #city-san-diego-process .benefit-box {
        display              : grid;
        grid-template-columns: 1fr;
        grid-template-rows   : auto;
        grid-auto-flow       : row;
        margin               : 0 -16px;
        padding              : 0 16px
    }
}

#city-san-diego-process .btn-box {
    display        : flex;
    gap            : 16px;
    justify-content: center;
    flex-wrap      : wrap;
    margin-top     : 28px
}

#city-san-diego-process .btn-box .btn {
    padding    : 14px 0;
    font-family: Poppins !important;
    font-size  : 20px;
    font-weight: 600;
    line-height: 20px;
    width      : 220px
}

@media only screen and (max-width:1024px) {
    #city-san-diego-process .btn-box .btn {
        width      : 200px;
        font-size  : 16px;
        line-height: 22px;
        font-weight: 500
    }
}

@media only screen and (max-width:768px) {
    #city-san-diego-process .btn-box .btn {
        width      : 100%;
        font-size  : 20px;
        font-weight: 600;
        line-height: 28px;
        padding    : 11px 0
    }
}
/*#endregion Process*/

/*#region Sample*/
#city-san-diego-sample {
    padding: 70px 0
}

@media only screen and (max-width:1024px) {
    #city-san-diego-sample {
        padding: 50px 0
    }
}

#city-san-diego-sample .title {
    color         : #0d1c2c;
    text-align    : center;
    font-family   : Poppins !important;
    font-size     : 30px;
    font-weight   : 600;
    line-height   : 42px;
    text-transform: capitalize;
    margin-bottom : 12px
}

@media only screen and (max-width:1024px) and (min-width:768px) {
    #city-san-diego-sample .title {
        font-size  : 24px;
        line-height: 33.6px
    }
}

#city-san-diego-sample .subtitle {
    color         : #333;
    font-family   : Poppins !important;
    font-size     : 16px;
    font-weight   : 400;
    line-height   : 24px;
    text-transform: capitalize;
    text-align    : center
}

#city-san-diego-sample .sample-box {
    display              : grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows   : repeat(3, 200px);
    gap                  : 12px;
    margin               : 32px 0
}

#city-san-diego-sample .sample-box-item {
    border-radius: 8px;
    overflow     : hidden;
    box-shadow   : 0 1px 2px 0 rgba(13, 16, 45, .1);
    border       : 1px solid #e6e8ea
}

#city-san-diego-sample .sample-box-item img {
    width     : 100%;
    height    : 100%;
    object-fit: cover
}

#city-san-diego-sample .sample-box .sample-box-item:first-child {
    grid-column: span 2;
    grid-row   : span 2
}

@media only screen and (max-width:1024px) {
    #city-san-diego-sample .sample-box {
        margin            : 28px 0;
        grid-template-rows: repeat(2, 170px)
    }

    #city-san-diego-sample .sample-box .sample-box-item:nth-child(6),
    #city-san-diego-sample .sample-box .sample-box-item:nth-child(7),
    #city-san-diego-sample .sample-box .sample-box-item:nth-child(8),
    #city-san-diego-sample .sample-box .sample-box-item:nth-child(9) {
        display: none
    }
}

@media only screen and (max-width:768px) {
    #city-san-diego-sample .sample-box {
        margin               : 24px 0;
        grid-template-rows   : repeat(4, 154px);
        grid-template-columns: repeat(2, 1fr)
    }

    #city-san-diego-sample .sample-box .sample-box-item:first-child {
        grid-column: span 1;
        grid-row   : span 1
    }

    #city-san-diego-sample .sample-box .sample-box-item:nth-child(3) {
        grid-column: span 2;
        grid-row   : span 2
    }
}

#city-san-diego-sample .btn-box {
    display        : flex;
    gap            : 16px;
    justify-content: center;
    flex-wrap      : wrap
}

#city-san-diego-sample .btn-box .btn {
    padding    : 14px 0;
    font-family: Poppins !important;
    font-size  : 20px;
    font-weight: 600;
    line-height: 20px;
    width      : 220px
}

@media only screen and (max-width:1024px) {
    #city-san-diego-sample .btn-box .btn {
        width      : 200px;
        font-size  : 16px;
        line-height: 22px;
        font-weight: 500
    }
}

@media only screen and (max-width:768px) {
    #city-san-diego-sample .btn-box .btn {
        width      : 100%;
        font-size  : 20px;
        font-weight: 600;
        line-height: 28px;
        padding    : 11px 0
    }
}
/*#endregion Sample*/

/*#region Info*/
#city-san-diego-info .method-box {
    padding         : 64px 0;
    position        : relative;
    background-color: #f6f9fc
}

@media only screen and (max-width:1024px) {
    #city-san-diego-info .method-box {
        padding: 50px 0
    }
}

@media only screen and (max-width:768px) {
    #city-san-diego-info .method-box {
        padding: 70px 0 50px
    }
}

#city-san-diego-info .method-box-content {
    display        : flex;
    align-items    : center;
    justify-content: space-between
}

@media only screen and (max-width:1024px) {
    #city-san-diego-info .method-box-content {
        align-items: flex-start
    }
}

@media only screen and (max-width:768px) {
    #city-san-diego-info .method-box-content {
        flex-direction: column-reverse
    }
}

#city-san-diego-info .method-box-content .photo {
    width   : 41.66667%;
    position: relative;
    z-index : 1;
    height  : 364px
}

@media only screen and (max-width:768px) {
    #city-san-diego-info .method-box-content .photo {
        width: 100%
    }
}

#city-san-diego-info .method-box-content .photo img {
    width     : 100%;
    height    : 100%;
    object-fit: cover
}

#city-san-diego-info .method-box-content .text {
    width: 50%
}

@media only screen and (max-width:768px) {
    #city-san-diego-info .method-box-content .text {
        width: 100%
    }
}

#city-san-diego-info .method-box-content .text-title {
    color      : #0d1c2c;
    font-family: Poppins !important;
    font-size  : 28px;
    font-style : normal;
    font-weight: 600;
    line-height: 39.2px
}

@media only screen and (max-width:1024px) {
    #city-san-diego-info .method-box-content .text-title {
        font-size  : 24px;
        line-height: 33.6px
    }
}

@media only screen and (max-width:768px) {
    #city-san-diego-info .method-box-content .text-title {
        font-size  : 30px;
        line-height: 42px;
        margin-top : 24px
    }
}

#city-san-diego-info .method-box-content .text-desc {
    list-style    : none;
    display       : flex;
    flex-direction: column;
    gap           : 16px;
    margin        : 16px 0
}

@media only screen and (max-width:768px) {
    #city-san-diego-info .method-box-content .text-desc {
        margin: 24px 0
    }
}

#city-san-diego-info .method-box-content .text-desc-item-title {
    display: flex;
    gap    : 4px
}

#city-san-diego-info .method-box-content .text-desc-item-title p {
    color      : #102437;
    font-size  : 18px;
    font-weight: 500;
    line-height: 20px
}

@media only screen and (max-width:1024px) {
    #city-san-diego-info .method-box-content .text-desc-item-title p {
        font-size  : 14px;
        line-height: 16px
    }
}

@media only screen and (max-width:768px) {
    #city-san-diego-info .method-box-content .text-desc-item-title p {
        font-size  : 18px;
        line-height: 20px
    }
}

#city-san-diego-info .method-box-content .text-desc-item-title span {
    color      : #102437;
    font-family: Pacifico !important;
    font-size  : 20px;
    font-weight: 400;
    line-height: 20px;
    font-style : normal;
    margin-top : -2px
}

@media only screen and (max-width:1024px) {
    #city-san-diego-info .method-box-content .text-desc-item-title span {
        font-size : 24px;
        margin-top: -4px
    }
}

#city-san-diego-info .method-box-content .text-desc-item-detail {
    margin-top : 8px;
    color      : #354156;
    font-size  : 14px;
    font-weight: 400;
    line-height: 18px;
    font-style : normal
}

#city-san-diego-info .method-box-content .text .btn-box {
    display: flex;
    gap    : 16px
}

@media only screen and (max-width:768px) {
    #city-san-diego-info .method-box-content .text .btn-box {
        flex-direction: column
    }
}

#city-san-diego-info .method-box-content .text .btn-box .btn {
    width          : 232px;
    text-align     : center;
    font-family    : Poppins !important;
    font-size      : 20px;
    font-weight    : 600;
    line-height    : 22px;
    text-decoration: none;
    padding        : 15px 0;
    display        : block
}

@media only screen and (max-width:768px) {
    #city-san-diego-info .method-box-content .text .btn-box .btn {
        width      : 100%;
        line-height: 28px;
        padding    : 11px 0
    }
}

#city-san-diego-info .method-box:before {
    content         : "";
    width           : 40%;
    height          : 45%;
    background-color: #ffdebe;
    border-radius   : 94px 0 0 0;
    position        : absolute;
    top             : 0;
    right           : 0
}

@media only screen and (max-width:1024px) {
    #city-san-diego-info .method-box:before {
        height: 120px
    }
}

@media only screen and (max-width:768px) {
    #city-san-diego-info .method-box:before {
        width : 80%;
        height: 150px;
        top   : 50px
    }
}

#city-san-diego-info .method-box:nth-child(2n) .text-desc-item-detail {
    margin-left: 24px
}

@media only screen and (max-width:1024px) {
    #city-san-diego-info .method-box:nth-child(2n) {
        background-color: #fff
    }
}

#city-san-diego-info .method-box:nth-child(2n):before {
    left         : 0;
    border-radius: 0 94px 0 0;
    z-index      : 0
}

#city-san-diego-info .method-box:nth-child(2n) .method-box-content {
    flex-direction: row-reverse
}

#city-san-diego-info .method-box:nth-child(2n) .method-box-content .text-desc {
    margin: 24px 0
}

@media only screen and (max-width:768px) {
    #city-san-diego-info .method-box:nth-child(2n) .method-box-content {
        flex-direction: column-reverse
    }
}
/*#endregion Info*/

/*#region Service*/
#city-san-diego-service {
    padding: 70px 0
}

@media only screen and (max-width:1024px) {
    #city-san-diego-service {
        padding         : 50px 0;
        background-color: #f6f9fc
    }
}

#city-san-diego-service .service-box {
    display       : flex;
    flex-direction: column;
    gap           : 40px
}

#city-san-diego-service .service-box-item {
    display       : flex;
    flex-direction: column;
    gap           : 12px
}

#city-san-diego-service .service-box-item-title {
    color      : #353535;
    font-family: Poppins !important;
    font-size  : 17px;
    font-weight: 600
}

@media only screen and (max-width:768px) {
    #city-san-diego-service .service-box-item-title {
        font-size  : 16px;
        line-height: 22.4px
    }
}

#city-san-diego-service .service-box-item-desc {
    color      : #102437;
    font-size  : 16px;
    font-weight: 400;
    line-height: 20px
}

@media only screen and (max-width:768px) {
    #city-san-diego-service .service-box {
        gap: 16px
    }

    #city-san-diego-service .service-box .service-box-item {
        box-shadow      : 0 9px 26px 0 rgba(0, 0, 0, .05);
        padding         : 16px 13px;
        gap             : 0;
        background-color: #fff
    }

    #city-san-diego-service .service-box .service-box-item-title {
        padding-bottom: 0;
        position      : relative;
        padding-right : 40px
    }

    #city-san-diego-service .service-box .service-box-item-title:before {
        content   : url(/uploads/12046237/File/deco/cities/assets/arrow-down.svg);
        position  : absolute;
        top       : 50%;
        right     : 0;
        transform : translateY(-50%);
        transition: .3s
    }

    #city-san-diego-service .service-box .service-box-item-desc {
        max-height: 0;
        overflow  : hidden;
        transition: max-height .3s, padding .3s
    }

    #city-san-diego-service .service-box .service-box-item.active .service-box-item-title {
        padding-bottom: 16px;
        border-bottom : 1px solid #e8e9ea
    }

    #city-san-diego-service .service-box .service-box-item.active .service-box-item-title:before {
        top      : 0;
        transform: rotate(-180deg) translateY(0)
    }

    #city-san-diego-service .service-box .service-box-item.active .service-box-item-desc {
        padding-top: 16px;
        max-height : 100vh;
        color      : #353535;
        font-size  : 14px;
        line-height: 18px
    }
}
/*#endregion Service*/
