/* PAGE CSS */
.city-container .section-wrapper {
  max-width : 1440px;
  box-sizing: content-box !important;
  margin    : 0 auto;
  padding   : 0 64px;
}

.city-container a {
  text-decoration: none;
}

.city-container p,
.city-container h1,
.city-container h2,
.city-container h3,
.city-container h4,
.city-container h5,
.city-container h6,
.city-container form,
.city-container ul,
.city-container label {
  margin: 0;
}

.city-container .section-wrapper .section-title {
  color      : #1c244b;
  font-weight: 600;
  font-family: Geologica !important;
}

@media (max-width: 1280px) {
  .city-container .section-wrapper {
    padding: 0 24px;
  }
}

@media (max-width: 1024px) {
  .city-container .section-wrapper {
    padding: 0 16px;
  }
}

#CityIntro.delivery-section-wrapper {
  position: relative;
}

#CityIntro.delivery-section-wrapper .delivery-options-container {
  position : absolute;
  bottom   : 0;
  left     : 50%;
  transform: translate(-50%, 50%);
  width    : calc(100% - 128px);
  z-index  : 4;
  max-width: 1440px;
}

@media (max-width: 1280px) {
  #CityIntro.delivery-section-wrapper .delivery-options-container {
    width: calc(100% - 48px);
  }
}

@media (max-width: 1024px) {
  #CityIntro.delivery-section-wrapper .delivery-options-container {
    width: calc(100% - 32px);
  }
}

@media (max-width: 767.98px) {
  #CityIntro.delivery-section-wrapper .delivery-options-container {
    background: #f6faff;
    padding   : 40px 16px 32px;
    width     : calc(100% + 32px);
    margin    : 0 -16px;
    position  : relative;
    transform : unset;
    left      : unset;
  }
}

#CityIntro.delivery-section-wrapper .delivery-options-container .delivery-title {
  font-weight  : 700;
  font-size    : 28px;
  line-height  : 38px;
  color        : #1c244b;
  text-align   : center;
  margin-bottom: 16px;
}

@media (min-width: 767.98px) {
  #CityIntro.delivery-section-wrapper .delivery-options-container .delivery-title {
    display: none;
  }
}

#CityIntro.delivery-section-wrapper .delivery-options-container .delivery-options {
  background   : #fff;
  border       : 1px solid #e8e9ea;
  box-shadow   : 0px 9px 26px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding      : 10px 0;
  display      : flex;
}

@media (max-width: 1024px) {
  #CityIntro.delivery-section-wrapper .delivery-options-container .delivery-options {
    padding: 7px 0;
  }
}

@media (max-width: 767.98px) {
  #CityIntro.delivery-section-wrapper .delivery-options-container .delivery-options {
    flex-direction  : column;
    border          : none;
    border-radius   : 0;
    padding         : 0;
    box-shadow      : none;
    background-color: transparent;
  }
}

#CityIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt {
  width          : calc(100% / 3);
  display        : flex;
  align-items    : center;
  justify-content: center;
  padding        : 22px 0;
}

@media (max-width: 1024px) {
  #CityIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt {
    padding: 15px 0;
  }
}

@media (max-width: 767.98px) {
  #CityIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt {
    width          : 100%;
    padding        : 8px 0;
    justify-content: flex-start;
  }
}

#CityIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt:not(:last-child) {
  border-right: 1px solid #f4f5f7;
}

@media (max-width: 767.98px) {
  #CityIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt:not(:last-child) {
    border-bottom: 1px solid #f4f5f7;
    border-right : none;
  }
}

#CityIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .photo {
  width       : 65px;
  height      : 65px;
  margin-right: 16px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #CityIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .photo {
    width       : 47px;
    height      : 47px;
    margin-right: 8px;
  }
}

@media (max-width: 767.98px) {
  #CityIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .photo {
    width : 86px;
    height: 86px;
  }
}

#CityIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .photo img {
  width     : 100%;
  height    : 100%;
  object-fit: cover;
}

#CityIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content {
  max-width: calc(100% - 102px);
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #CityIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content {
    max-width: calc(100% - 55px);
  }
}

#CityIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .title {
  font-weight   : 500;
  font-size     : 20px;
  line-height   : 32px;
  letter-spacing: -0.02em;
  color         : #000;
  margin-bottom : 10px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #CityIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .title {
    font-size    : 12px;
    line-height  : 17px;
    margin-bottom: 5px;
  }
}

#CityIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .detail {
  font-weight: 500;
  font-size  : 14px;
  line-height: 17px;
  color      : #555e6d;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #CityIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .detail {
    font-size  : 10px;
    line-height: 12px;
  }
}

@media (max-width: 767.98px) {
  #CityIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .detail {
    font-size  : 16px;
    line-height: 19px;
  }
}

#CityIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .detail span,
#CityIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .detail a {
  font-weight: 600;
}

#CityIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .detail a {
  color          : #005eff;
  text-decoration: none;
  font-size      : 14px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #CityIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .detail a {
    font-size  : 10px;
    line-height: 12px;
  }
}

@media (max-width: 767.98px) {
  #CityIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .detail a {
    font-size  : 16px;
    line-height: 19px;
  }
}

#CityIntro.delivery-section-wrapper .delivery-options-container .delivery-options .delivery-opt .content .detail span {
  color: #1c244b;
}

.grecaptcha-badge {
  display: none !important;
}

/* END OF PAGE CSS */

/*#region CITY INTRO */
#CityIntro {
  padding: 46px 0 0;
}

@media (max-width: 1024px) {
  #CityIntro {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  #CityIntro {
    padding: 24px 0 0;
  }
}

#CityIntro .intro_wrapper {
  display        : flex;
  justify-content: space-between;
  width          : 100%;
}

@media (max-width: 1024px) {
  #CityIntro .intro_wrapper {
    align-items: center;
  }
}

@media (max-width: 767.98px) {
  #CityIntro .intro_wrapper {
    flex-direction: column;
    padding-bottom: 50px;
  }
}

#CityIntro .intro-mob-title {
  display       : flex;
  flex-direction: column;
  align-items   : center;
  margin-bottom : 8px;
  width         : 100%;
}

@media (min-width: 767.98px) {
  #CityIntro .intro-mob-title {
    display: none;
  }
}

@media (max-wdith: 767.98px) {
  #CityIntro .intro-mob-title {
    order: 1;
  }
}

#CityIntro .intro-mob-title .title {
  text-align : center;
  font-size  : 28px;
  font-weight: 600;
  line-height: 45px;
  color      : #1C244B;
}

#CityIntro .google-reviews {
  margin-top     : 10px;
  display        : flex;
  justify-content: flex-start;
}

@media (max-width: 1024px) {
  #CityIntro .google-reviews {
    margin-top: 16px;
  }
}

@media (max-width: 767.98px) {
  #CityIntro .google-reviews {
    margin: 0;
  }
}

#CityIntro .google-reviews .ti-widget>.ti-widget-container {
  display: flex;
}

@media (min-width: 767.98px) {
  #CityIntro .google-reviews .ti-widget>.ti-widget-container>.ti-header {
    flex-wrap   : nowrap !important;
    padding-left: 0;
  }
}

#CityIntro .intro-content {
  width        : calc(100% - 560px);
  margin-bottom: 100px;
}

@media (max-width: 1024px) {
  #CityIntro .intro-content {
    width : calc(50% - 12px);
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  #CityIntro .intro-content {
    width: 100%;
    order: 3;
  }
}

#CityIntro .intro-content .title {
  font-weight  : 800;
  font-size    : 56px;
  line-height  : 68px;
  color        : #242424;
  margin-bottom: 24px;
}

@media (max-width: 1260px) {
  #CityIntro .intro-content .title {
    font-size  : 46px;
    line-height: 76px;
  }
}

@media (max-width: 1024px) {
  #CityIntro .intro-content .title {
    font-size    : 28px;
    font-weight  : 700;
    line-height  : 45px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  #CityIntro .intro-content .title {
    display: none;
  }
}

#CityIntro .intro-content .text {
  color        : #354156;
  font-family  : Inter;
  font-size    : 16px;
  font-style   : normal;
  font-weight  : 500;
  line-height  : 22.4px;
  margin-bottom: 24px;
}

#CityIntro .intro-content .text span {
  font-weight: 700;
}

@media (max-width: 767.98px) {
  #CityIntro .intro-content .text {
    display: none;
  }
}

#CityIntro .intro-content .title .custom-word-break {
  white-space: nowrap;
}

#CityIntro .intro-content .intro-features {
  list-style   : none;
  padding      : 0;
  margin-bottom: 28px;
}

@media (max-width: 1024px) {
  #CityIntro .intro-content .intro-features {
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  #CityIntro .intro-content .intro-features {
    background   : #fff;
    box-shadow   : 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
    border       : 1px solid #e6e8ea;
    padding      : 16px 26px 14px;
    border-radius: 8px;
    width        : 100%;
    max-width    : 300px;
    margin       : 0 auto;
    position     : relative;
    z-index      : 3;
  }
}

#CityIntro .intro-content .intro-features .feature {
  font-weight: 600;
  font-size  : 16px;
  line-height: 24px;
  color      : #354156;
  position   : relative;
  padding    : 7px 0 7px 24px;
}

@media (max-width: 767.98px) {
  #CityIntro .intro-content .intro-features .feature {
    font-size    : 18px;
    padding      : 0 0 0 28px;
    margin-bottom: 12px;
  }

  #CityIntro .intro-content .intro-features .feature:first-child {
    order: 4;
  }

  #CityIntro .intro-content .intro-features .feature:nth-child(2) {
    order: 3;
  }

  #CityIntro .intro-content .intro-features .feature:nth-child(3) {
    order: 1;
  }
}

@media (max-width: 767.98px) {
  #CityIntro .intro-content .intro-features .feature.v-mob-none {
    display: none;
  }
}

#CityIntro .intro-content .intro-features .feature:before {
  content          : "";
  position         : absolute;
  top              : 9px;
  left             : 0;
  background-image : url("/uploads/12037607/File/embroidery/assets/tick-green.svg");
  background-repeat: no-repeat;
  background-size  : contain;
  width            : 20px;
  height           : 20px;
}

@media (max-width: 767.98px) {
  #CityIntro .intro-content .intro-features .feature:before {
    top: 1px;
  }
}

@media (max-width: 767.98px) {
  #CityIntro .intro-content .g-reviews {
    display: none;
  }
}

#CityIntro .intro-content .button-wrapper {
  display    : flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  #CityIntro .intro-content .button-wrapper {
    flex-direction: column;
    gap           : 16px;
    margin-top    : 28px;
  }
}

#CityIntro .intro-content .button-blue,
#CityIntro .intro-content .button-outline {
  padding      : 10px;
  width        : 50%;
  font-weight  : 600;
  font-size    : 18px;
  line-height  : 29px;
  border-radius: 26px;
  text-align   : center;
}

@media (max-width: 1024px) and (min-width: 767.98px) {

  #CityIntro .intro-content .button-blue,
  #CityIntro .intro-content .button-outline {
    font-size  : 14px;
    line-height: 22px;
    max-width  : 136px;
    font-weight: 500;
    padding    : 6px;
    min-height : 36px;
  }
}

@media (max-width: 767.98px) {

  #CityIntro .intro-content .button-blue,
  #CityIntro .intro-content .button-outline {
    width     : 100%;
    max-width : 316px;
    min-height: 52px;
  }
}

#CityIntro .intro-content .button-blue {
  margin-right  : 16px;
  text-transform: capitalize;
}

@media (min-width: 1024px) {
  #CityIntro .intro-content .button-blue {
    max-width: 242px;
  }
}

@media (max-width: 767.98px) {
  #CityIntro .intro-content .button-blue {
    margin: 0;
  }
}

#CityIntro .intro-content .button-outline {
  display    : flex;
  align-items: center;
}

#CityIntro .intro-content .button-outline.v-desktop {
  text-transform: capitalize;
}

#CityIntro .intro-content .button-outline:not(:hover) {
  background: #fff;
}

@media (min-width: 1024px) {
  #CityIntro .intro-content .button-outline {
    max-width: 214px;
  }
}

#CityIntro .intro-content .button-outline:hover svg path {
  fill: #fff;
}

#CityIntro .intro-content .button-outline svg {
  width       : 20px;
  height      : 20px;
  margin-right: 10px;
}

@media (max-width: 700px) {
  #CityIntro .intro-content .button-outline svg {
    width       : 18px;
    height      : 18px;
    margin-right: 8px;
  }
}

@media (max-width: 576px) {
  #CityIntro .intro-content .button-outline svg {
    display: none;
  }
}

#CityIntro .intro-content .button-outline svg path {
  transition: 0.3s;
}

#CityIntro .intro-photo {
  width   : 530px;
  height  : 500px;
  position: relative;
}

@media (max-width: 1024px) {
  #CityIntro .intro-photo {
    height        : 400px;
    width         : 50%;
    padding-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  #CityIntro .intro-photo {
    order    : 2;
    height   : unset;
    width    : 100%;
    max-width: 400px;
  }
}

#CityIntro .intro-photo:before {
  content            : "";
  position           : absolute;
  top                : 0;
  left               : 50%;
  transform          : translateX(-50%);
  width              : 100%;
  height             : 100%;
  background-image   : url("/uploads/12037607/File/embroidery/assets/circle-pattern.svg");
  background-size    : contain;
  background-position: center;
  background-repeat  : no-repeat;
}

@media (max-width: 767.98px) {
  #CityIntro .intro-photo:before {
    top: 25%;
  }
}

#CityIntro .intro-photo .main-image {
  width   : 100%;
  height  : 100%;
  overflow: hidden;
  position: relative;
  z-index : 2;
  display : block;
}

@media (min-width: 1025px) {
  #CityIntro .intro-photo .main-image {
    top: -40px;
  }
}

@media (max-width: 767.98px) {
  #CityIntro .intro-photo .main-image {
    height: unset;
  }
}

#CityIntro .intro-photo .main-image img {
  width          : 100%;
  height         : 100% !important;
  object-fit     : contain;
  object-position: bottom;
}

@media (max-width: 767.98px) {
  #CityIntro .intro-photo .main-image img {
    height: unset !important;
  }
}

/*#endregion END OF CITY INTRO */

/*#region CITY PRODUCTS SECTION */
#city-products {
  padding   : 140px 0 58px;
  background: #f6faff;
}

@media (max-width: 1024px) {
  #city-products {
    padding: 120px 0 40px;
  }
}

@media (max-width: 767.98px) {
  #city-products {
    padding: 40px 0 32px;
  }
}

#city-products .section-title-box {
  margin-bottom: 38px;
}

@media (max-width: 1024px) {
  #city-products .section-title-box {
    margin-bottom: 14px;
  }
}

@media (max-width: 767.98px) {
  #city-products .section-title-box {
    margin-bottom: 16px;
  }
}

#city-products .section-title {
  line-height  : normal;
  margin-bottom: 12px;
  text-align   : center;
  font-size    : 36px;
  font-weight  : 700;
  color        : #172640;
}

@media (max-width: 1024px) {
  #city-products .section-title {
    font-size: 32px;
  }
}

#city-products .section-subtitle {
  color      : #172640;
  font-size  : 20px;
  text-align : center;
  font-style : normal;
  font-weight: 400;
  line-height: 30px;
  max-width  : 1090px;
  margin     : 0 auto;
}

#city-products .section-subtitle a {
  text-decoration: underline;
  color          : #172640;
  font-size      : 20px;
  font-weight    : 400;
  line-height    : 30px;
}

@media (max-width: 1024px) {
  #city-products .section-subtitle {
    font-size     : 16px;
    line-height   : 22px;
    letter-spacing: -0.24px;
  }
}

#city-products .products-wrapper {
  display  : flex;
  flex-wrap: wrap;
  width    : calc(100% + 24px);
  margin   : 0 -12px;
}

@media (max-width: 1024px) {
  #city-products .products-wrapper {
    width : calc(100% + 20px);
    margin: 0 -10px;
  }
}

#city-products .products-wrapper .home-product-card {
  width          : calc(100% / 4 - 24px);
  position       : relative;
  background     : #fff;
  margin         : 12px;
  text-decoration: none;
  padding        : 60px 6px 0 6px;
  transition     : 0.3s;
  box-shadow     : 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  /*new*/
  border-radius  : 6px;
}

@media (max-width: 1024px) {
  #city-products .products-wrapper .home-product-card {
    width        : calc(100% / 2 - 20px);
    margin       : 10px;
    height       : 200px;
    border-radius: 4px;
    padding      : 53px 12px 0 12px;
  }
}

@media (max-width: 767.98px) {
  #city-products .products-wrapper .home-product-card {
    padding: 48px 4px 0;
    margin : 8px 10px;
  }

  #city-products .products-wrapper .home-product-card:first-of-type,
  #city-products .products-wrapper .home-product-card:nth-of-type(4) {
    width : 100%;
    height: 240px;
  }
}

@media (hover: hover) and (pointer: fine) {
  #city-products .products-wrapper .home-product-card:hover {
    box-shadow: 0px 5px 15px 0px rgba(2, 41, 107, 0.39);
  }
}

#city-products .products-wrapper .home-product-card .photo {
  height: 100%;
}

#city-products .products-wrapper .home-product-card .photo img {
  width          : 100%;
  height         : 100%;
  object-fit     : contain;
  object-position: bottom;
}

#city-products .products-wrapper .home-product-card .name {
  position   : absolute;
  top        : 16px;
  left       : 0;
  width      : 100%;
  padding    : 0 4px;
  text-align : center;
  color      : #2d3645;
  font-size  : 24px;
  font-style : normal;
  font-weight: 400;
  line-height: 38px;
}

@media (max-width: 1024px) {
  #city-products .products-wrapper .home-product-card .name {
    line-height: normal;
    font-size  : 16px;
    top        : 20px;
    font-weight: 500;
    color      : #0b1629;
  }
}

@media (max-width: 767.98px) {
  #city-products .products-wrapper .home-product-card .name {
    top: 16px;
  }
}

/*#endregion END OF CITY PRODUCTS SECTION */

/*#region CITY SERVICES SECTION */
.city-services-ls {
  padding: 70px 0;
}

@media only screen and (max-width: 768px) {
  .city-services-ls {
    padding: 50px 0;
  }
}

.city-services-ls .section-title {
  font-size     : 36px;
  font-weight   : 700 !important;
  text-transform: capitalize;
  line-height   : normal;
  text-align    : center;
  margin-bottom : 12px;
  font-family   : "Geologica", sans-serif !important;
}

@media only screen and (max-width: 768px) {
  .city-services-ls .section-title {
    font-size  : 28px;
    font-weight: 600 !important;
  }
}

.city-services-ls .section-subtitle {
  color         : #172640;
  text-align    : center;
  font-size     : 16px;
  font-weight   : 400;
  line-height   : 22.4px;
  letter-spacing: -0.24px;
  width         : 63%;
  margin        : 0 auto 50px;
}

@media only screen and (max-width: 768px) {
  .city-services-ls .section-subtitle {
    width : 100%;
    margin: 0 auto 40px;
  }
}

.city-services-ls .service-container {
  overflow-x: auto;
}

.city-services-ls .service-container::-webkit-scrollbar-track {
  background: transparent !important;
}

.city-services-ls .service-container::-webkit-scrollbar-thumb {
  background: transparent !important;
}

.city-services-ls .service-container::-webkit-scrollbar {
  width : 12px;
  height: 5px;
}

.city-services-ls .service {
  display        : flex;
  justify-content: space-between;
  gap            : 22px;
  min-width      : max-content;
  border-bottom  : 5px solid #e8e9ea;
  position       : relative;
  margin-bottom  : 25px;
}

.city-services-ls .service::before {
  content         : '';
  height          : 5px;
  width           : var(--before-width, 50px);
  background-color: #3578ea;
  position        : absolute;
  bottom          : -5px;
  left            : var(--before-left, 0);
  transition      : left 0.3s ease;
}

.city-services-ls .service-type {
  color      : #172640;
  font-size  : 17px;
  font-weight: 500;
  line-height: 23.8px;
  text-align : center;
  padding    : 15px 0;
  cursor     : pointer;
}

@media only screen and (max-width: 768px) {
  .city-services-ls .service-type {
    font-size  : 14px;
    font-weight: 700;
    line-height: 20px;
  }
}

.city-services-ls .service-type.active p{
  color: #003ca3;
  font-weight:600;
}

.city-services-ls .content-item {
  display   : flex;
  gap       : 14px;
  opacity   : 0;
  height    : 0;
  overflow  : hidden;
  transition: opacity 0.5s ease;
}

.city-services-ls .content-item-text {
  width        : calc((100% - 14px) * 0.62);
  padding      : 24px 20px;
  border-radius: 4px;
  background   : #ebf2fe;
  height       : max-content;
}

@media only screen and (max-width: 768px) {
  .city-services-ls .content-item-text {
    width  : 100%;
    padding: 20px;
  }
}

.city-services-ls .content-item-text .desc {
  display       : flex;
  flex-direction: column;
  gap           : 14px;
  margin-bottom : 24px;
}

.city-services-ls .content-item-text .desc p {
  color      : #1c244b;
  font-family: "Georgia", sans-serif !important;
  font-size  : 15px;
  font-style : normal;
  font-weight: 400;
  line-height: 21px;
}

.city-services-ls .content-item-text .desc b,
.city-services-ls .content-item-text .desc em {
  font-family: "Georgia", sans-serif !important;
  font-size  : 15px;
}

.city-services-ls .content-item-text .desc em {
  font-style: italic !important;
}

.city-services-ls .content-item-text .desc a {
  text-decoration: underline;
  color          : #1c244b !important;
  font-family    : "Georgia", sans-serif !important;
}

.city-services-ls .content-item-text a.btn {
  width      : 270px;
  font-size  : 20px;
  font-weight: 600;
  line-height: 22px;
  padding    : 14px;
  box-shadow : 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
}

@media only screen and (max-width: 768px) {
  .city-services-ls .content-item-text a.btn {
    width: 100%;
  }
}

.city-services-ls .content-item .photo {
  width           : calc((100% - 14px) * 0.38);
  padding         : 18px;
  background-color: #ffe1b1;
  border-radius   : 4px;
  display         : flex;
  align-items     : center;
}

@media only screen and (max-width: 768px) {
  .city-services-ls .content-item .photo {
    display: none;
  }
}

.city-services-ls .content-item .photo img {
  width     : 100%;
  height    : 100%;
  object-fit: cover;
  max-height: 300px;
}

.city-services-ls .content-item.active {
  opacity: 1;
  height : auto;
}


/*#endregion END OF CITY SERVICES */

/*#region CITY GET QUOTE SECTION */
.city-get-quote {
  background-color: #003ca3;
  padding         : 34px 0;
  position        : relative;
}

@media (max-width: 1280px) {
  .city-get-quote {
    padding-left : 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1024px) {
  .city-get-quote {
    padding: 38px 0;
  }
}

@media (max-width: 767.98px) {
  .city-get-quote {
    padding: 46px 0;
  }
}

.city-get-quote .section-wrapper {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .city-get-quote .section-wrapper {
    flex-direction: column;
    gap           : 24px;
  }
}

@media (max-width: 767.98px) {
  .city-get-quote .section-wrapper {
    gap: 32px;
  }
}

.city-get-quote .section-wrapper .x-l,
.city-get-quote .section-wrapper .x-s,
.city-get-quote .section-wrapper .line-group {
  position: absolute;
}

.city-get-quote .section-wrapper .x-l {
  top  : 8px;
  right: 44px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .city-get-quote .section-wrapper .x-l {
    top   : 66px;
    right : 49px;
    width : 28px;
    height: 28px;
  }
}

.city-get-quote .section-wrapper .x-s {
  right : 22px;
  bottom: 17px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .city-get-quote .section-wrapper .x-s {
    width : 13px;
    height: 13px;
  }
}

@media (max-width: 767.98px) {
  .city-get-quote .section-wrapper .x-s {
    right: 17px;
    top  : 88px;
  }
}

.city-get-quote .section-wrapper .line-group {
  left  : 0;
  bottom: 0;
}

.city-get-quote .section-wrapper .section-title {
  color        : #fff !important;
  margin-bottom: 0;
  font-size    : 20px;
  line-height  : 24px;
  max-width    : 70%;
}

@media (max-width: 1024px) {
  .city-get-quote .section-wrapper .section-title {
    max-width  : 570px;
    text-align : center;
    font-size  : 24px;
    line-height: 28px;
  }
}

@media (max-width: 767.98px) {
  .city-get-quote .section-wrapper .section-title {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .city-get-quote .section-wrapper .section-btns {
    width: 100%;
  }
}

.city-get-quote .section-wrapper .section-btns a {
  display        : flex;
  align-items    : center;
  justify-content: center;
  gap            : 4px;
  text-decoration: none;
  border-radius  : 25px;
  transition     : all 0.3s;
  font-size      : 18px;
  font-style     : normal;
  font-weight    : 600;
  line-height    : 28px;
  padding        : 10px 38px;
  border         : 2px solid #fff;
  color          : #fff;
}

.city-get-quote .section-wrapper .section-btns a svg path {
  transition: all 0.3s;
}

@media (max-width: 767.98px) {
  .city-get-quote .section-wrapper .section-btns a {
    max-width: 100%;
    padding  : 10px;
    width    : 256px;
    margin   : 0 auto;
  }
}

.city-get-quote .section-wrapper .section-btns .call-btn {
  display: none;
}

@media (max-width: 767.98px) {
  .city-get-quote .section-wrapper .section-btns .call-btn {
    display: flex;
  }
}

@media (max-width: 767.98px) {
  .city-get-quote .section-wrapper .section-btns .quick-quote-btn {
    display: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  .city-get-quote .section-wrapper .section-btns a:hover {
    background-color: #fff;
    color           : #003ca3;
  }

  .city-get-quote .section-wrapper .section-btns a:hover svg>path {
    stroke: #003ca3;
  }
}

/*#endregion END OF CITY GET QUOTE SECTION */

/*#region CITY GALLERY SECTION */
.city-gallery {
  padding   : 70px 0;
  background: #f6faff;
}

@media (max-width: 1024px) {
  .city-gallery {
    padding: 50px 0;
  }
}

@media (max-width: 1280px) {
  .city-gallery .section-wrapper {
    padding: 0 12px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .city-gallery .section-wrapper {
    padding: 0 6px !important;
  }
}

@media (max-width: 767.98px) {
  .city-gallery .section-wrapper {
    padding: 0 16px !important;
  }
}

.city-gallery .section-title {
  color        : #1C244B;
  text-align   : center;
  font-family  : Geologica, sans-serif !important;
  font-size    : 36px;
  font-weight  : 700;
  line-height  : normal;
  max-width    : 890px;
  margin       : 0 auto;
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  .city-gallery .section-title {
    font-size    : 28px;
    margin-bottom: 32px;
  }
}

.city-gallery .gallery-container {
  display              : grid;
  grid-template-columns: repeat(5, 1fr);
  gap                  : 15px;
  margin-bottom        : 24px;
}

@media (max-width: 1024px) {
  .city-gallery .gallery-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767.98px) {
  .city-gallery .gallery-container {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom        : 32px;
  }
}

.city-gallery .gallery-container .gallery-item {
  overflow     : hidden;
  border-radius: 4px;
  cursor       : pointer;
}

.city-gallery .gallery-container .gallery-item img {
  height          : 278px;
  width           : 100%;
  object-fit      : cover;
  transition      : transform 0.3s ease;
  transform-origin: center center;
  transform       : scale(1.1)
}

.city-gallery .gallery-container .gallery-item.hidden {
  display: none;
}

.city-gallery .gallery-container .gallery-item:hover img {
  transform: scale(1.2);
}

@media (max-width: 767.98px) {
  .city-gallery .gallery-container .gallery-item img {
    height: 154px;
  }
}

.view-btn {
  display         : flex;
  border          : 1px solid #3578ea;
  width           : 232px;
  padding         : 10px;
  height          : 48px;
  color           : #3578ea;
  text-align      : center;
  font-family     : Inter, sans-serif;
  font-size       : 18px;
  font-weight     : 500;
  line-height     : 20px;
  margin          : 0 auto;
  align-items     : center;
  justify-content : center;
  transition      : 0.3s;
  text-decoration : none;
  background-color: transparent;
  border-radius:26px;
}

@media (max-width: 767.98px) {
  .view-btn {
    border-radius: 30px;
  }
}

.view-btn:hover {
  background-color: #3578ea;
  color           : #fff;
}
.view-btn svg {
  margin-left: 10px;
}
.view-btn:hover .svg-blue{
   display:none
}
.view-btn .svg-white{
  display:none
}
.view-btn:hover .svg-white{
  display:block
}
/*#endregion END OF CITY GALLERY SECTION */

/*#region CITY DISCOUNT SECTION */
.city-discount {
  background: #e8eeff;
  padding   : 54px 64px;
}

@media (max-width: 1280px) {
  .city-discount {
    padding: 54px 24px;
  }
}

@media (max-width: 1024px) {
  .city-discount {
    padding: 50px 16px;
  }
}

@media (max-width: 767.98px) {
  .city-discount {
    padding: 35px 16px 60px;
  }
}

.city-discount .section-container {
  border-radius: 8px;
  border       : 1px solid #f4f5f6;
  background   : #fff;
  box-shadow   : 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  padding      : 70px 48px;
  display      : flex;
  align-items  : center;
  max-width    : 1342px;
}

@media (max-width: 1024px) {
  .city-discount .section-container {
    padding: 34px 24px;
  }
}

@media (max-width: 767.98px) {
  .city-discount .section-container {
    padding       : 24px 12px 34px;
    flex-direction: column-reverse;
  }
}

.city-discount .section-container .discount-col-left {
  width        : 55%;
  padding-right: 60px;
}

@media (max-width: 1024px) {
  .city-discount .section-container .discount-col-left {
    padding-right: 65px;
  }
}

@media (max-width: 767.98px) {
  .city-discount .section-container .discount-col-left {
    padding   : 0;
    width     : 100%;
    text-align: center;
  }
}

.city-discount .section-container .discount-col-left>span {
  color        : #1c244b;
  font-size    : 16px;
  font-weight  : 500;
  line-height  : 24px;
  display      : inline-block;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .city-discount .section-container .discount-col-left>span {
    margin-bottom: 4px;
  }
}

.city-discount .section-container .discount-col-left .section-title {
  color        : #1c244b;
  font-size    : 36px;
  font-weight  : 600;
  line-height  : 54px;
  margin-bottom: 20px;
}

.city-discount .section-container .discount-col-left .section-title span {
  color         : #ef4444;
  font-size     : 40px;
  font-weight   : 700;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .city-discount .section-container .discount-col-left .section-title {
    font-size    : 20px;
    line-height  : 30px;
    margin-bottom: 16px;
  }

  .city-discount .section-container .discount-col-left .section-title span {
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  .city-discount .section-container .discount-col-left .section-title {
    color: #555e6d;
  }
}

.city-discount .section-container .discount-col-left p {
  color        : #1c244b;
  font-size    : 16px;
  font-weight  : 400;
  line-height  : 24px;
  margin-bottom: 32px;
}

.city-discount .section-container .discount-col-left p .city-promocode {
  font-size  : 18px;
  font-weight: 500;
  cursor     : pointer;
}

.city-discount .section-container .discount-col-left p.mob-v {
  display: none;
}

@media (max-width: 1024px) {
  .city-discount .section-container .discount-col-left p {
    font-size  : 13px;
    line-height: 20px;
  }

  .city-discount .section-container .discount-col-left p .city-promocode {
    font-size  : 16px;
    font-weight: 600;
    display    : block;
    margin-top : 16px;
  }
}

@media (max-width: 767.98px) {
  .city-discount .section-container .discount-col-left p.desktop-v {
    display: none;
  }

  .city-discount .section-container .discount-col-left p.mob-v {
    display    : block;
    font-size  : 14px;
    line-height: 21px;
  }

  .city-discount .section-container .discount-col-left p.mob-v .city-promocode {
    font-size: 24px;
  }
}

.city-discount .section-container .discount-col-left .start-design-btn {
  border-radius  : 26px;
  border         : 1px solid #3578ea;
  background     : #3578ea;
  color          : #fff;
  text-align     : center;
  font-size      : 18px;
  font-weight    : 600;
  line-height    : 20px;
  padding        : 15px 48px;
  display        : flex;
  max-width      : max-content;
  text-decoration: none;
  transition     : all 0.3s;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .city-discount .section-container .discount-col-left .start-design-btn {
    padding: 11px 34px;
  }
}

@media (max-width: 767.98px) {
  .city-discount .section-container .discount-col-left .start-design-btn {
    margin: 0 auto;
  }
}

@media (hover: hover) and (pointer: fine) {
  .city-discount .section-container .discount-col-left .start-design-btn:hover {
    box-shadow: 0px 8px 19px rgba(166, 166, 166, 0.28),
      inset 0px 4px 4px #6e8efe, inset 0px -2px 4px rgba(0, 0, 0, 0.25);
  }
}

.city-discount .section-container .discount-col-right {
  width   : 45%;
  display : flex;
  position: relative;
}

@media (max-width: 767.98px) {
  .city-discount .section-container .discount-col-right {
    width        : 100%;
    margin-bottom: 18px;
  }
}

.city-discount .section-container .discount-col-right .img-box {
  width: 50%;
}

.city-discount .section-container .discount-col-right .img-box:first-of-type {
  padding-bottom: 35px;
  padding-right : 7px;
}

@media (max-width: 1024px) {
  .city-discount .section-container .discount-col-right .img-box:first-of-type {
    padding-bottom: 20px;
    padding-right : 4px;
  }
}

.city-discount .section-container .discount-col-right .img-box:nth-child(2) {
  padding-top : 35px;
  padding-left: 7px;
}

@media (max-width: 1024px) {
  .city-discount .section-container .discount-col-right .img-box:nth-child(2) {
    padding-top : 20px;
    padding-left: 4px;
  }
}

.city-discount .section-container .discount-col-right .img-box img {
  width        : 100%;
  border-radius: 4px;
  box-shadow   : 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  border       : 1px solid #e8e9ea;
}

.city-discount .section-container .discount-col-right .discount-container {
  position        : absolute;
  filter          : drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  top             : 50%;
  left            : 50%;
  transform       : translate(-50%, -50%);
  background-color: #ffc15f;
  border-radius   : 50%;
  width           : 119px;
  height          : 119px;
  display         : flex;
  align-items     : center;
  justify-content : center;
  flex-direction  : column;
}

.city-discount .section-container .discount-col-right .discount-container .d-text {
  color      : #fff;
  font-size  : 18px;
  font-weight: 500;
  line-height: 27px;
}

.city-discount .section-container .discount-col-right .discount-container .d-percent {
  color      : #fff;
  font-size  : 40px;
  font-weight: 900;
  line-height: 59px;
}

@media (max-width: 1024px) {
  .city-discount .section-container .discount-col-right .discount-container {
    width : 67px;
    height: 67px;
  }

  .city-discount .section-container .discount-col-right .discount-container .d-text {
    font-size  : 10px;
    line-height: 15px;
  }

  .city-discount .section-container .discount-col-right .discount-container .d-percent {
    font-size  : 22px;
    line-height: 33px;
  }
}

/*#endregion END OF CITY DISCOUNT SECTION */

/*#region CITY INFO V1 SECTION */
.city-info-v1 {
  padding: 70px 0;
}

@media (max-width: 1024px) {
  .city-info-v1 {
    padding: 50px 0;
  }
}

.city-info-v1 .info-box {
  margin-bottom: 24px;
  padding      : 24px;
  box-shadow   : 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  border       : 1px solid #f4f5f6;
  border-radius: 4px;
}

.city-info-v1 .info-box:last-of-type {
  margin-bottom: 0;
}

.city-info-v1 .info-box .box-title {
  margin-bottom: 16px;
  color        : #1c244b;
  font-size    : 18px;
  font-weight  : 500;
}

.box-content {
  color      : #1c244b;
  font-size  : 16px;
  line-height: 1.5;
}

.box-content a {
  color      : #3578ea;
  font-weight: 500;
  position   : relative;
  font-size  : 16px;
}

.box-content a:before {
  content   : "";
  position  : absolute;
  top       : 100%;
  left      : 50%;
  transform : translateX(-50%);
  width     : 0;
  opacity   : 0;
  border    : 1px solid #3578ea;
  transition: 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .box-content a:hover {
    color: #3578ea;
  }

  .box-content a:hover:before {
    width  : calc(100% - 14px);
    opacity: 1;
  }
}

/*#endregion END OF CITY V1 INFO SECTION */

/*#region CITY DESIGN SECTION */
.city-design {
  background-color: #003ca3;
  padding         : 34px 0;
  position        : relative;
}

@media (max-width: 1280px) {
  .city-design {
    padding: 38px 40px;
  }
}

@media (max-width: 1024px) {
  .city-design {
    padding: 46px 0;
  }
}

@media (max-width: 767.98px) {
  .city-design {
    padding: 58px 0;
  }
}

.city-design .section-wrapper {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .city-design .section-wrapper {
    flex-direction: column;
    gap           : 24px;
  }
}

@media (max-width: 767.98px) {
  .city-design .section-wrapper {
    gap: 32px;
  }
}

.city-design .section-wrapper .x-l,
.city-design .section-wrapper .x-s {
  position: absolute;
}

.city-design .section-wrapper .x-l {
  top  : 8px;
  right: 44px;
}

.city-design .section-wrapper .x-l:nth-of-type(1) {
  top : 18px;
  left: 17px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .city-design .section-wrapper .x-l {
    top   : 66px;
    right : 49px;
    width : 28px;
    height: 28px;
  }

  .city-design .section-wrapper .x-l:nth-of-type(1) {
    top : 60px;
    left: 15px;
  }
}

@media (max-width: 767.98px) {
  .city-design .section-wrapper .x-l:nth-of-type(1) {
    top      : unset;
    left     : 8px;
    bottom   : 47px;
    transform: rotate(55deg);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .city-design .section-wrapper .x-s {
    width : 13px;
    height: 13px;
  }
}

.city-design .section-wrapper .x-s.first {
  right : 22px;
  bottom: 17px;
}

@media (max-width: 1024px) {
  .city-design .section-wrapper .x-s.first {
    right : 14px;
    bottom: 23px;
  }
}

@media (max-width: 767.98px) {
  .city-design .section-wrapper .x-s.first {
    right: 17px;
    top  : 88px;
  }
}

.city-design .section-wrapper .x-s.second {
  left  : 55px;
  bottom: 12px;
  right : unset;
}

@media (max-width: 1024px) {
  .city-design .section-wrapper .x-s.second {
    left  : 66px;
    bottom: 29px;
  }
}

@media (max-width: 767.98px) {
  .city-design .section-wrapper .x-s.second {
    left     : 81px;
    bottom   : 7px;
    transform: rotate(55deg);
  }
}

.city-design .section-wrapper .section-title {
  color        : #fff !important;
  font-size    : 32px;
  font-weight  : 700;
  line-height  : normal;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .city-design .section-wrapper .section-title {
    text-align: center;
    font-size : 32px;
  }
}

@media (max-width: 767.98px) {
  .city-design .section-wrapper .section-title {
    font-size: 24px;
  }
}

.city-design .section-wrapper .start-design-btn {
  display        : flex;
  align-items    : center;
  justify-content: center;
  gap            : 4px;
  text-decoration: none;
  border-radius  : 26px;
  transition     : all 0.3s;
  font-size      : 18px;
  font-style     : normal;
  font-weight    : 600;
  line-height    : 28px;
  padding        : 10px 44px;
  border         : 2px solid #fff;
  color          : #fff;
}

.city-design .section-wrapper .start-design-btn svg path {
  transition: all 0.3s;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .city-design .section-wrapper .start-design-btn {
    line-height: 24px;
    padding    : 12px 44px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .city-design .section-wrapper .start-design-btn:hover {
    background-color: #fff;
    color           : #003ca3;
  }

  .city-design .section-wrapper .start-design-btn:hover svg>path {
    stroke: #003ca3;
  }
}

/*#endregion END OF CITY DESIGN SECTION */

/*#region CITY CONTACT SECTION */
.city-contact {
  padding         : 70px 0;
  background-color: #F6FAFF;
}

@media (max-width: 1024px) {
  .city-contact {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .city-contact {
    padding-bottom: 0;
  }

  .city-contact .section-wrapper {
    padding: 0 !important;
  }

  .city-contact .section-wrapper .section-title,
  .city-contact .section-wrapper .section-subtitle,
  .city-contact .section-wrapper .contact-options {
    padding: 0 16px;
  }
}

.city-contact ul {
  list-style: none;
}

.city-contact .section-title {
  color        : #1c244b;
  text-align   : center;
  font-family  : Geologica !important;
  font-size    : 36px;
  font-weight  : 600;
  line-height  : 54px;
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  .city-contact .section-title {
    font-size  : 24px;
    line-height: 36px;
  }
}

@media (max-width: 767.98) {
  .city-contact .section-title {
    font-size  : 28px;
    line-height: 42px;
  }
}

.city-contact .section-subtitle {
  color        : #1c244b;
  text-align   : center;
  font-size    : 16px;
  font-style   : normal;
  font-weight  : 400;
  line-height  : 24px;
  margin-bottom: 40px;
}

.city-contact .section-subtitle span {
  color      : #CD480E;
  font-family: Inter;
  font-size  : 16px;
  font-style : normal;
  font-weight: 600;
}

.city-contact .section-subtitle span a {
  color          : #CD480E;
  text-decoration: underline !important;
  font-size      : 16px;
  font-weight    : 600;
}

@media (max-width: 1024px) {
  .city-contact .section-subtitle {
    margin-bottom: 28px;
  }
}

@media (max-width: 767.98px) {
  .city-contact .section-subtitle {
    margin-bottom: 32px;
  }
}

.city-contact .contact-options {
  display        : flex;
  justify-content: space-between;
  margin-bottom  : 64px;
}

.city-contact .contact-options li {
  cursor: pointer;
}

@media (max-width: 1024px) {
  .city-contact .contact-options {
    flex-wrap    : wrap;
    margin-bottom: 36px;
  }
}

@media (max-width: 767.98px) {
  .city-contact .contact-options {
    flex-direction: column;
    margin-bottom : 0;
  }
}

.city-contact .contact-options .option a {
  display        : flex;
  align-items    : center;
  text-decoration: none;
  gap            : 16px;
}

.city-contact .contact-options .option a .icon-container {
  padding      : 14px;
  border-radius: 100%;
  display      : flex;
}

.city-contact .contact-options .option a .option-info>p:first-of-type {
  color        : #4d4f53;
  font-size    : 14px;
  font-weight  : 500;
  line-height  : 20px;
  margin-bottom: 4px;
}

.city-contact .contact-options .option a .option-info>p:last-of-type {
  color      : #232528;
  font-size  : 16px;
  font-weight: 500;
  line-height: 24px;
}

.city-contact .contact-options .option:nth-of-type(1)>a .icon-container {
  background-color: #3578ea;
}

.city-contact .contact-options .option:nth-of-type(2)>a>.icon-container {
  background-color: #17d24b;
}

.city-contact .contact-options .option:nth-of-type(3)>a>.icon-container {
  background-color: #ef4444;
}

.city-contact .contact-options .option:nth-of-type(4)>a .icon-container {
  background-color: #22c7de;
}

@media (max-width: 1024px) {
  .city-contact .contact-options .option {
    width: calc(50% - 38px);
  }

  .city-contact .contact-options .option:first-of-type {
    padding-bottom: 24px;
    border-bottom : 1px solid #cdced0;
    margin-right  : 38px;
  }

  .city-contact .contact-options .option:nth-of-type(2) {
    order      : 3;
    padding-top: 24px;
  }

  .city-contact .contact-options .option:nth-of-type(3) {
    order         : 2;
    padding-bottom: 24px;
    border-bottom : 1px solid #cdced0;
    margin-left   : 38px;
  }

  .city-contact .contact-options .option:last-of-type {
    padding-top: 24px;
    order      : 4;
  }
}

@media (max-width: 767.98px) {
  .city-contact .contact-options .option {
    width         : 100%;
    order         : 1;
    padding-bottom: 24px !important;
    padding-top   : 24px;
    border-bottom : 1px solid #cdced0;
    margin        : 0 !important;
  }

  .city-contact .contact-options .option:first-of-type {
    padding-top: 0;
  }

  .city-contact .contact-options .option:last-of-type {
    border        : none;
    padding-bottom: 30px !important;
  }
}

.city-contact .contact-options .line {
  width     : 1px;
  background: #cdced0;
}

@media (max-width: 1024px) {
  .city-contact .contact-options .line {
    display: none;
  }
}

.city-contact .contact-dates {
  background   : #fff;
  border-radius: 8px;
  border       : 1px solid #f4f5f6;
  overflow     : hidden;
  box-shadow   : 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767.98px) {
  .city-contact .contact-dates {
    background   : #f6faff;
    padding      : 50px 16px;
    border       : none;
    border-radius: 0;
    box-shadow   : none;
  }
}

.city-contact .contact-dates .contact-dates-wrapper {
  display         : flex;
  overflow        : hidden;
  box-shadow      : 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

@media (max-width: 767.98px) {
  .city-contact .contact-dates .contact-dates-wrapper {
    flex-direction: column-reverse;
    border-radius : 8px;
  }
}

.city-contact .contact-dates .contact-dates-wrapper .map-container {
  width   : 60%;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .city-contact .contact-dates .contact-dates-wrapper .map-container {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  .city-contact .contact-dates .contact-dates-wrapper .map-container {
    width : 100%;
    height: 380px;
  }
}

.city-contact .contact-dates .contact-dates-wrapper .map-container iframe {
  width        : 100%;
  height       : 100%;
  border-radius: 8px;
  border       : 1px solid #f4f5f6;
}

.city-contact .contact-dates .contact-dates-wrapper .dates-wrapper {
  width  : 40%;
  padding: 40px 16px;
}

@media (max-width: 1024px) {
  .city-contact .contact-dates .contact-dates-wrapper .dates-wrapper {
    width  : 50%;
    padding: 50px 16px;
  }
}

@media (max-width: 767.98px) {
  .city-contact .contact-dates .contact-dates-wrapper .dates-wrapper {
    width  : 100%;
    padding: 24px 16px 28px;
  }
}

.city-contact .contact-dates .contact-dates-wrapper .dates-wrapper h3,
.city-contact .contact-dates .contact-dates-wrapper .dates-wrapper ul {
  max-width: 330px;
  margin   : 0 auto;
}

@media (max-width: 767.98px) {

  .city-contact .contact-dates .contact-dates-wrapper .dates-wrapper h3,
  .city-contact .contact-dates .contact-dates-wrapper .dates-wrapper ul {
    max-width: 100%;
  }
}

.city-contact .contact-dates .contact-dates-wrapper .dates-wrapper h3 {
  color        : #1c244b;
  text-align   : center;
  font-size    : 24px;
  font-style   : normal;
  font-weight  : 600;
  line-height  : 36px;
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  .city-contact .contact-dates .contact-dates-wrapper .dates-wrapper h3 {
    font-size  : 18px;
    line-height: 27px;
  }
}

@media (max-width: 767.98px) {
  .city-contact .contact-dates .contact-dates-wrapper .dates-wrapper h3 {
    font-size  : 20px;
    line-height: 30px;
  }
}

.city-contact .contact-dates .contact-dates-wrapper .dates-wrapper .date-list {
  padding-top: 20px;
  border-top : 1px solid #cdcecf;
}

.city-contact .contact-dates .contact-dates-wrapper .dates-wrapper .date-list li {
  padding-left   : 26px;
  position       : relative;
  display        : flex;
  justify-content: space-between;
  margin-bottom  : 16px;
}

.city-contact .contact-dates .contact-dates-wrapper .dates-wrapper .date-list li span {
  color      : #232528;
  font-size  : 14px;
  font-style : normal;
  font-weight: 500;
  line-height: 20px;
}

.city-contact .contact-dates .contact-dates-wrapper .dates-wrapper .date-list li:last-of-type {
  margin-bottom: 0;
}

.city-contact .contact-dates .contact-dates-wrapper .dates-wrapper .date-list li:last-of-type span:last-of-type {
  color: #ea3535;
}

.city-contact .contact-dates .contact-dates-wrapper .dates-wrapper .date-list li:before {
  content         : "";
  width           : 10px;
  height          : 10px;
  border-radius   : 50%;
  background-color: #3578ea;
  position        : absolute;
  left            : 0;
  top             : 50%;
  transform       : translateY(-50%);
}

.city-contact .contact-dates .contact-dates-wrapper .dates-wrapper .date-list li:last-of-type:before {
  background-color: #c0c3c8;
}

/*#endregion END OF CITY CONTACT SECTION */

/*#region  CITY FAQ SECTION */
.city-faq-ls {
  padding   : 70px 0;
  background: #fff;
}

@media (max-width: 1024px) {
  .city-faq-ls {
    padding: 50px 0;
  }
}

.city-faq-ls ul {
  list-style: none;
}

.city-faq-ls .section-wrapper {
  display    : flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .city-faq-ls .section-wrapper {
    flex-direction: column-reverse;
  }
}

.city-faq-ls .section-wrapper .faq-container {
  width : 80%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .city-faq-ls .section-wrapper .faq-container {
    padding    : 0;
    padding-top: 32px;
    width      : 100%;
    max-width  : 625px;
  }
}

@media (min-width: 0) {
  .city-faq-ls .section-wrapper .faq-container {
    padding-top: 24px;
    max-width  : 100%;
  }
}

.city-faq-ls .section-wrapper .faq-container .section-title {
  font-size    : 36px;
  text-align   : center;
  width        : 72%;
  font-family  : "Geologica", sans-serif !important;
  margin       : 0 auto 30px;
  line-height: normal;
  display: block;
}

@media (max-width: 1024px) {
  .city-faq-ls .section-wrapper .faq-container .section-title {
    font-size  : 24px;
    line-height: 34px;
  }
}


.city-faq-ls .section-wrapper .faq-container .mob-v {
  display: none;
}

@media (min-width: 0) {
  .city-faq-ls .section-wrapper .faq-container .mob-v {
    display    : block;
    color      : #1c244b;
    font-family: "Geologica", sans-serif !important;
    font-size  : 28px;
    font-weight: 600;
    line-height: normal;
    text-align : center;
  }
}

.city-faq-ls .section-wrapper .faq-container .section-subtitle {
  display: none;
}

@media (min-width: 0) {
  .city-faq-ls .section-wrapper .faq-container .section-subtitle {
    display      : block;
    color        : #213343;
    text-align   : center;
    font-size    : 16px;
    font-weight  : 400;
    line-height  : 24px;
    margin-top   : 14px;
    margin-bottom: 24px;
  }
}

.city-faq-ls .section-wrapper .faq-container .tab-item {
  border-radius: 4px;
  border-bottom: 1px solid #e8e9ea;
  padding      : 16px 0;
}

.city-faq-ls .section-wrapper .faq-container .tab-item:last-of-type {
  margin-bottom : 0;
  border-bottom : 0px;
  padding-bottom: 0px;
}

.city-faq-ls .section-wrapper .faq-container .tab-item:first-of-type {
  padding-top: 0px;
}

.city-faq-ls .section-wrapper .faq-container .tab-item .tab-title {
  color       : #353535;
  font-size   : 16px;
  font-style  : normal;
  font-weight : 500;
  line-height : 24px;
  position    : relative;
  cursor      : pointer;
  padding-left: 33px;
}

.city-faq-ls .section-wrapper .faq-container .tab-item .tab-title::before {
  content   : url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position  : absolute;
  top       : 0;
  left      : 0;
  transition: 0.3s;
  width: 24px;
  height: 24px;
}

.city-faq-ls .section-wrapper .faq-container .tab-item .tab-title::after {
  content         : '';
  position        : absolute;
  top             : 7px;
  left            : 11px;
  height          : 10px;
  width           : 1.5px;
  transform-origin: center;
  background-color: #666666be;
  border-radius   : 2px;
  transition      : all 0.3s;
  transform       : rotate(0deg);
}

@media (max-width: 1024px) {
  .city-faq-ls .section-wrapper .faq-container .tab-item .tab-title {
    font-size  : 16px;
    line-height: 26px;
  }

  .city-faq-ls .section-wrapper .faq-container .tab-item .tab-title::before,
  .city-faq-ls .section-wrapper .faq-container .tab-item .tab-title::after {
    right: 0px;
  }
}

.city-faq-ls .section-wrapper .faq-container .tab-item .tab-content {
  max-height  : 0;
  overflow    : hidden;
  color       : #475467;
  font-size   : 16px;
  font-style  : normal;
  font-weight : 400;
  line-height : 24px;
  transition  : margin 0.3s;
  padding-left: 33px;
}

.city-faq-ls .section-wrapper .faq-container .tab-item .tab-content a {
  color          : #3578ea;
  text-decoration: underline !important;
}

.city-faq-ls .section-wrapper .faq-container .tab-item.active>.tab-title::before {
  content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.city-faq-ls .section-wrapper .faq-container .tab-item.active>.tab-title::after {
  transform       : rotate(90deg);
  background-color: #3578ea;
}

.city-faq-ls .section-wrapper .faq-container .tab-item.active>.tab-title {
  font-weight: 500;
}

@media (min-width: 0) {
  .city-faq-ls .section-wrapper .faq-container .tab-item.active>.tab-title {
    border-bottom: none;
  }
}

.city-faq-ls .section-wrapper .faq-container .tab-item.active {
  max-height: unset;
}

.city-faq-ls .section-wrapper .faq-container .tab-item.active>.tab-content {
  margin-top: 16px;
}

@media (max-width: 0) {
  .city-faq-ls .section-wrapper .faq-container .tab-item.active>.tab-content {
    margin: 8px 0 16px;
  }
}

.city-faq-ls .section-wrapper .section-img {
  width       : 45%;
  padding-left: 50px;
  height      : 400px;
}

@media (max-width: 1024px) {
  .city-faq-ls .section-wrapper .section-img {
    width    : 100%;
    max-width: 100%;
    padding  : 0;
  }
}

@media (min-width: 0) {
  .city-faq-ls .section-wrapper .section-img {
    height: 320px;
  }
}

.city-faq-ls .section-wrapper .section-img img {
  width          : 100%;
  height         : 100%;
  object-fit     : cover;
  object-position: center center;
  border-radius  : 8px;
}

.city-faq-ls .order {
  display      : flex;
  width        : 100%;
  border-bottom: 5px solid #e8e9ea;
  position     : relative;
}

@media only screen and (min-width: 0) {
  .city-faq-ls .order {
    display: none;
  }
}

.city-faq-ls .order::before {
  content         : '';
  height          : 5px;
  width           : calc(100% / 3);
  background-color: #3578ea;
  position        : absolute;
  bottom          : -5px;
  left            : var(--before-left, 0);
  transition      : left 0.3s ease;
}

.city-faq-ls .order-type {
  width          : calc(100% / 3);
  padding        : 15px 0;
  color          : #7e899b;
  font-family    : Inter;
  font-size      : 17px;
  font-weight    : 500;
  display        : flex;
  justify-content: center;
  gap            : 11px;
  cursor         : pointer;
  transition     : all 0.8s ease;
}

.city-faq-ls .order-type.active {
  color: #003ca3;
}

.city-faq-ls .order-type.active svg {
  fill: #3578ea;
}

.city-faq-ls .order-type.active svg path {
  fill: #3578ea;
}

.city-faq-ls .faq {
  padding         : 16px;
  background-color: transparent;
  border-radius   : 4px;
  overflow        : hidden;
}

@media only screen and (max-width: 768px) {
  .city-faq-ls .faq {
    background-color: transparent;
    padding         : 0;
  }
}

.city-faq-ls .faq-accordian {
  opacity         : 0;
  height          : 0;
  overflow        : hidden;
  transition      : opacity 0.8s ease;
  background-color: #fff;
  cursor: pointer;
}

@media only screen and (min-width: 0) {
  .city-faq-ls .faq-accordian {
    opacity      : 1;
    height       : auto;
    margin-bottom: 16px;
    border-radius: 4px;
    border       : 1px solid #e1e1e1;
    background   : #f6f9fc;
    padding      : 16px 16px 0 16px;
  }
  .city-faq-ls .faq-accordian.active{
    border-color  : #3578ea;
  padding-bottom: 11px;
  }
  .city-faq-ls .faq-accordian-text {
    border-radius: 4px;
    border       : 0.5px solid #e8e9ea;
    background   : #fff;
    opacity      : 0;
    max-height   : 0;
    overflow     : hidden;
    transition   : opacity 0.3s ease, max-height 0.1s ease;
    margin-top   : 16px;
  }

  .city-faq-ls .faq-accordian ul {
    padding: 20px 16px;
  }
}

.city-faq-ls .faq-accordian .order-mob-item {
  display        : flex;
  justify-content: flex-start;
  gap            : 12px;
  align-items    : center;
  position       : relative;
}

.city-faq-ls .faq-accordian .order-mob-item p {
  color      : #213343;
  font-size  : 18px;
  font-weight: 500;
}

.city-faq-ls .faq-accordian .order-mob-item::before {
  content   : url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position  : absolute;
  top       : 50%;
  right     : 0;
  transition: 0.3s;
  transform : translateY(-50%);
  width: 24px;
  height: 24px;
}

.city-faq-ls .faq-accordian .order-mob-item::after {
  content         : '';
  position        : absolute;
  top             : 50%;
  right           : 11px;
  height          : 11px;
  width           : 2px;
  transform-origin: center;
  background-color: #666666cb;
  border-radius   : 2px;
  transition      : all 0.3s;
  transform       : rotate(0deg) translate(0, -50%);
}

@media only screen and (max-width: none) {
  .city-faq-ls .faq-accordian .order-mob-item {
    display: none;
  }
}

.city-faq-ls .faq-accordian.active {
  opacity: 1;
  height : auto;
  padding: 20px;
}

@media only screen and (min-width: 0) {
  .city-faq-ls .faq-accordian.active {
    padding: 16px;
  }

  .city-faq-ls .faq-accordian.active .order-mob-item {
    margin-bottom: 16px;
  }

  .city-faq-ls .faq-accordian.active .order-mob-item p {
    color: #3578ea;
  }

  .city-faq-ls .faq-accordian.active .order-mob-item::before {
    content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');

  }

  .city-faq-ls .faq-accordian.active .order-mob-item::after {
    transform       : translate(0, -50%) rotate(90deg);
    background-color: #3578ea;
  }

  .city-faq-ls .faq-accordian.active .faq-accordian-text {
    max-height: 100vh;
    opacity   : 1;
  }
}


/*#endregion END OF CITY FAQ SECTION */

/*#region LIGHTBOX GALLERY POPUP */
.lightbox {
  position        : fixed;
  display         : none;
  background-color: rgba(35, 37, 40, 0.9);
  top             : 0;
  left            : 0;
  width           : 100%;
  height          : 100%;
  overflow        : hidden;
  z-index         : 1000000000000;
  animation       : fadeIn 0.5s forwards;
}

.lightbox .lightbox-content {
  width          : 100%;
  height         : calc(100% - 200px);
  padding        : 20px 0;
  display        : flex;
  align-items    : center;
  justify-content: center;
  margin         : 0 auto;
}

@media (max-width: 1440px) {
  .lightbox .lightbox-content {
    height: calc(100% - 120px);
  }
}

@media (max-width: 1024px) {
  .lightbox .lightbox-content {
    padding        : 16px;
    justify-content: space-between;
    gap            : 12px;
  }
}

@media (max-width: 767.98px) {
  .lightbox .lightbox-content {
    padding: 16px 0;
    gap    : 0px;
  }
}

.lightbox .lightbox-content .gallery-img {
  width    : calc(100% - 64px);
  max-width: 1000px;
  height   : 100%;
}

@media (max-width: 1440px) {
  .lightbox .lightbox-content .gallery-img {
    max-width: 750px;
  }
}

@media (max-width: 767.98px) {
  .lightbox .lightbox-content .gallery-img {
    max-width: unset;
    width    : 100%;
  }
}

.lightbox .lightbox-content .gallery-img img {
  width        : 100%;
  height       : 100%;
  object-fit   : contain;
  display      : block;
  margin       : 0 auto;
  border-radius: 4px;
}

.lightbox .lightbox-content .lightbox-prev,
.lightbox .lightbox-content .lightbox-next {
  height         : 100%;
  width          : calc(50% - 500px);
  min-width      : 56px;
  color          : #fff;
  cursor         : pointer;
  display        : flex;
  align-items    : center;
  justify-content: center;
  min-width      : 56px;
}

@media (max-width: 1440px) {

  .lightbox .lightbox-content .lightbox-prev,
  .lightbox .lightbox-content .lightbox-next {
    width: calc(50% - 375px);
  }
}

@media (max-width: 1024px) {

  .lightbox .lightbox-content .lightbox-prev,
  .lightbox .lightbox-content .lightbox-next {
    min-width       : unset;
    width           : 36px;
    height          : 36px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius   : 2px;
  }
}

@media (max-width: 767.98px) {

  .lightbox .lightbox-content .lightbox-prev,
  .lightbox .lightbox-content .lightbox-next {
    position : absolute;
    z-index  : 4;
    top      : 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 1025px) {
  .lightbox .lightbox-content .lightbox-prev {
    padding-left: 24px;
  }
}

@media (max-width: 767.98px) {
  .lightbox .lightbox-content .lightbox-prev {
    left: 16px;
  }
}

@media (min-width: 1025px) {
  .lightbox .lightbox-content .lightbox-next {
    padding-right: 24px;
  }
}

@media (max-width: 767.98px) {
  .lightbox .lightbox-content .lightbox-next {
    right: 16px;
  }
}

.lightbox .lightbox-header {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
  padding        : 18px 24px;
}

@media (max-width: 1024px) {
  .lightbox .lightbox-header {
    padding: 14px 16px;
  }
}

.lightbox .lightbox-header .lightbox-close {
  cursor: pointer;
}

.lightbox .lightbox-header .slide-number {
  color      : #d6d7d9;
  text-align : center;
  font-size  : 16px;
  font-style : normal;
  font-weight: 400;
  line-height: 24px;
}

/*#endregion END OF LIGHTBOX GALLERY POPUP */

/*#region -- DESIGN PRODUCTS CSS -- */
#design-products {
  background: #141A39;
  padding   : 38px 0;
}

@media (max-width: 1024px) {
  #design-products {
    padding: 60px 0;
  }
}

@media (max-width: 767.98px) {
  #design-products {
    padding: 40px 0;
  }
}

#design-products .title {
  font-size    : 44px;
  font-weight  : 600;
  line-height  : 65.12px;
  margin-bottom: 4px;
  color        : #fff;
  text-align   : center;
}

@media (max-width: 1024px) {
  #design-products .title {
    font-size  : 24px;
    line-height: 35px;
  }
}

#design-products .sub-title {
  color        : #FFF;
  text-align   : center;
  font-family  : Inter;
  font-size    : 16px;
  font-style   : normal;
  font-weight  : 400;
  line-height  : 23.2px;
  margin       : 0 auto;
  margin-bottom: 40px;
  max-width    : 855px;
}

#design-products .button-wrapper {
  display        : flex;
  align-items    : center;
  justify-content: center;
  gap            : 16px;
}

@media (max-width: 767.98px) {
  #design-products .button-wrapper {
    max-width: 400px;
    margin   : 0 auto;
  }
}

#design-products .button-wrapper .button-white,
#design-products .button-wrapper .button-outline {
  font-weight    : 600;
  line-height    : 20px;
  border         : 1px solid #f6faff;
  border-radius  : 28px;
  text-decoration: none;
  cursor         : pointer;
  transition     : 0.3s;
  text-align     : center;
  padding        : 13px 70px;
  font-size      : 20px;
  width          : max-content;
}

@media (max-width: 1024px) {

  #design-products .button-wrapper .button-white,
  #design-products .button-wrapper .button-outline {
    font-size  : 16px;
    line-height: 14px;
    width      : 156px;
  }
}

@media (max-width: 767.98px) {

  #design-products .button-wrapper .button-white,
  #design-products .button-wrapper .button-outline {
    padding    : 11px 8px;
    width      : calc(50% - 8px);
    line-height: 20px;
  }
}

#design-products .button-wrapper .button-white {
  background: #FF5C35;
  color     : #fff;
  border    : none;
}

@media (hover: hover) and (pointer: fine) {
  #design-products .button-wrapper .button-white:hover {
    background-color: #CA300B;
  }
}

#design-products .button-wrapper .button-outline {
  background-color: transparent;
  color           : #fff;
}

@media (hover: hover) and (pointer: fine) {
  #design-products .button-wrapper .button-outline:hover {
    background: #fff;
    color     : #CA300B;
  }
}

@media (max-width: 767.98px) {
  #design-products .button-wrapper .button-outline {
    font-weight: 500;
  }
}

/*#endregion -- DESIGN PRODUCTS CSS END -- */

/*#region --  TABLE CSS -- */
.city-table {
  padding   : 70px 0;
  overflow-x: auto;
}

.city-table::-webkit-scrollbar-track {
  background: transparent !important;
}

.city-table::-webkit-scrollbar-thumb {
  background: transparent !important;
}

.city-table::-webkit-scrollbar {
  width : 12px;
  height: 5px;
}

@media (max-width: 1024px) {
  .city-table {
    padding: 50px 0;
  }
}

.city-table .title {
  color        : #1C244B;
  max-width    : 1008px;
  text-align   : center;
  font-family  : Geologica !important;
  font-size    : 36px;
  font-weight  : 700;
  line-height  : normal;
  margin       : 0 auto;
  margin-bottom: 48px;
}

.city-table-container {
  width          : 1310px;
  border-collapse: collapse;
  margin         : 0 auto;
  table-layout   : fixed;
}

th,
td {
  padding       : 15px;
  text-align    : left;
  border        : 1px solid #E5E5E5;
  white-space   : nowrap;
  vertical-align: middle;
}

th {
  background-color: #1C244B;
  color           : #FFF;
  font-family     : Inter, sans-serif;
  font-size       : 24px;
  font-weight     : 600;
  line-height     : 35.52px;
}

th:nth-child(1) {
  width: 25%;
}

th:nth-child(2) {
  width: 30%;
}

th:nth-child(3) {
  width: 45%;
}

td:nth-child(1) {
  color      : #1C244B;
  font-family: Geologica, sans-serif !important;
  font-size  : 16px;
  font-weight: 600;
  line-height: 23.68px;
  width      : 25%;
}

td:nth-child(2) {
  background-color: #FCFCFC;
  color           : #666;
  font-family     : Geologica, sans-serif !important;
  font-size       : 16px;
  font-weight     : 600;
  line-height     : 23.68px;
  width           : 30%
}

td:nth-child(3) {
  background-color: #F0F4FF;
  color           : #666;
  font-family     : Geologica, sans-serif !important;
  font-size       : 16px;
  font-weight     : 600;
  line-height     : 23.68px;
  width           : 45%
}

td img {
  display       : inline-block;
  vertical-align: middle;
  max-height    : 24px;
  margin-right  : 8px;
}

@media (max-width: 768px) {
  .city-table-container {
    width: 1200px;
  }

  .city-table .title {
    font-size  : 28px;
    font-weight: 600;
  }

  td {
    font-size: 14px;
    padding  : 10px;
  }

  th:nth-child(2) {
    width: 27%;
  }

  th:nth-child(3) {
    width: 48%;
  }

  td:nth-child(2) {
    width: 27%;
  }

  td:nth-child(3) {
    width: 48%;
  }
}

/*#endregion --  TABLE CSS END-- */

/*#region CITY DESIGN PRODUCT CSS */

#city-design-product {
  padding   : 70px 0;
  background: #fff;
}

@media (max-width: 1024px) {
  #city-design-product {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  #city-design-product {
    padding-bottom: 30px;
  }
}

#city-design-product .content-wrapper {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  #city-design-product .content-wrapper {
    flex-direction: column-reverse;
  }
}

@media (max-width: 1024px) and (min-width: 767.98px) {

  #city-design-product .content-wrapper .content,
  #city-design-product .content-wrapper .photo {
    width: calc(50% - 28px);
  }
}

@media (min-width: 1025px) {
  #city-design-product .content-wrapper .content {
    width: 50%;
  }
}

#city-design-product .content-wrapper .content .title-wrapper .section-title {
  color         : #1C244B;
  font-family   : Geologica !important;
  font-size     : 36px;
  font-style    : normal;
  font-weight   : 700;
  line-height   : normal;
  text-transform: capitalize;
  margin-bottom : 16px;
}

@media (max-width: 767.98px) {

  #city-design-product .content-wrapper .content .title-wrapper .section-title,
  #city-design-product .content-wrapper .content .title-wrapper .section-subtitle {
    text-align: center;
  }

  #city-design-product .content-wrapper .content .title-wrapper .section-title {
    font-size  : 28px;
    font-weight: 600;
  }
}

#city-design-product .content-wrapper .content .button-wrapper {
  display   : flex;
  gap       : 16px;
  margin-top: 32px;
}

@media (max-width: 767.98px) {
  #city-design-product .content-wrapper .content .button-wrapper {
    flex-direction: column;
    max-width     : 350px;
    margin        : 32px auto 0;
  }
}

#city-design-product .content-wrapper .content .button-wrapper .button-blue,
#city-design-product .content-wrapper .content .button-wrapper .button-outline {
  font-size  : 20px;
  font-weight: 600;
  line-height: 32px;
  padding    : 10px 50px;
  text-align : center;
}

@media (max-width: 1024px) and (min-width: 767.98px) {

  #city-design-product .content-wrapper .content .button-wrapper .button-blue,
  #city-design-product .content-wrapper .content .button-wrapper .button-outline {
    font-size  : 14px;
    font-weight: 500;
    line-height: 22px;
    padding    : 6px 16px;
  }
}

@media (max-width: 767.98px) {

  #city-design-product .content-wrapper .content .button-wrapper .button-blue,
  #city-design-product .content-wrapper .content .button-wrapper .button-outline {
    font-size  : 18px;
    line-height: 30px;
  }
}

#city-design-product .content-wrapper .content .google-reviews {
  margin-top: 8px;
}

@media (max-width: 767.98px) {
  #city-design-product .content-wrapper .content .google-reviews {
    margin-top: 12px;
  }
}

#city-design-product .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container {
  display: flex;
}

@media (max-width: 767.98px) {
  #city-design-product .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container {
    justify-content: center;
  }
}

#city-design-product .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container>.ti-header {
  padding: 20px 0;
}

@media (min-width: 768px) {
  #city-design-product .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container>.ti-header {
    flex-wrap: nowrap !important;
  }
}

#city-design-product .content-wrapper .photo {
  border-radius: 4px;
  overflow     : hidden;
}

@media (min-width: 1025px) {
  #city-design-product .content-wrapper .photo {
    width: calc(50% - 100px);
  }
}

@media (max-width: 767.98px) {
  #city-design-product .content-wrapper .photo {
    margin-bottom: 32px;
  }
}

#city-design-product .content-wrapper .photo img {
  width     : 100%;
  object-fit: contain;
}

/*#endregion CITY DESIGN PRODUCT CSS END */

/*#region CITY GOOGLE REVIEWS */
#google-reviews {
  padding: 44px 0px;
}

@media (max-width: 1024px) {
  #google-reviews {
    padding: 50px 0;
  }
}

#google-reviews .reviews-wrapper {
  width : calc(100% + 40px);
  margin: 0 -20px 40px;
}

@media (max-width: 1024px) {
  #google-reviews .reviews-wrapper {
    width : 100%;
    margin: 0 0 40px;
  }
}

#google-reviews .title {
  color         : #1C244B;
  font-family   : Geologica !important;
  font-size     : 36px;
  font-style    : normal;
  font-weight   : 700;
  line-height   : normal;
  text-transform: capitalize;
  text-align    : center;
  margin-bottom : 16px;
}

@media (max-width: 767.98px) {
  #google-reviews .title {
    font-size  : 28px;
    font-weight: 600;
  }
}

#google-reviews .subtitle {
  color        : #172640;
  text-align   : center;
  font-family  : Inter !important;
  font-size    : 16px;
  font-style   : normal;
  font-weight  : 400;
  line-height  : 22.4px;
  margin-bottom: 40px;
}

#google-reviews .button-blue {
  font-size      : 20px;
  font-weight    : 600;
  line-height    : 32px;
  border-radius  : 26px;
  padding        : 11px 56px;
  width          : 100%;
  max-width      : max-content;
  margin         : 0 auto;
  display        : flex;
  align-items    : center;
  justify-content: center;
  background     : #3578EA;
  box-shadow     : 0px 7px 29px 0px rgba(0, 16, 43, 0.33);
}

@media (max-width: 1024px) {
  #google-reviews .button-blue {
    font-size  : 18px;
    font-weight: 500;
    line-height: 26px;
    padding    : 8px 50px;
  }
}

@media (max-width: 767.98px) {
  #google-reviews .button-blue {
    font-weight: 600;
    max-width  : 330px;
    min-height : 52px;
  }
}

#google-reviews .ti-header.source-Google.ti-clickable-link {
  display: none !important;
}

/*#endregion CITY GOOGLE REVIEWS END */

/*#region CITY BRANDS */
#city-brands {
  background: #f6faff;
  padding   : 24px 0;
}


@media (max-width: 767.98px) {
  #city-brands {
    padding: 50px 0;
  }
}

#city-brands .title {
  color        : #333;
  font-family  : Inter !important;
  font-size    : 18px;
  font-style   : normal;
  font-weight  : 500;
  line-height  : 26.46px;
  margin-bottom: 16px;
  text-align   : center;
}


@media (max-width: 767.98px) {
  #city-brands .title {
    margin-bottom: 10px;
  }
}

#city-brands .brands-list {
  display        : flex;
  flex-wrap      : wrap;
  justify-content: space-between;
  width          : calc(100% + 24px);
  margin         : 0 -12px;
}

@media (max-width: 1024px) {
  #city-brands .brands-list {
    width : calc(100% + 16px);
    margin: 0 -8px;
  }
}

@media (max-width: 767.98px) {
  #city-brands .brands-list {
    width          : calc(100% + 14px);
    margin         : 0 -7px;
    justify-content: center;
  }
}

#city-brands .brands-list .brand-item {
  width        : calc(100% / 8 - 24px);
  height       : 80px;
  margin       : 0 12px;
  border-radius: 4px;
  background   : #fff;
  box-shadow   : 0px 30px 40px 0px rgba(212, 217, 232, 0.25);
  padding      : 8px 4px;
}

@media (max-width: 1024px) {
  #city-brands .brands-list .brand-item {
    width : calc(100% / 8 - 16px);
    margin: 0 8px;
    height: 64px;
  }
}

@media (max-width: 767.98px) {
  #city-brands .brands-list .brand-item {
    width    : calc(100% / 3 - 14px);
    margin   : 0 7px 16px;
    max-width: 100px;
  }
}

#city-brands .brands-list .brand-item img {
  width     : 100%;
  height    : 100%;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  #city-brands .brands-list .brand-item img.v_desk {
    display: none;
  }
}

@media (min-width: 767.98px) {
  #city-brands .brands-list .brand-item img.v_mobile {
    display: none;
  }
}

/*#endregion CITY BRANDS END */

/*#region CITY BLOG start*/
.city-blog {
  padding         : 70px 0;
  background-color: #f6faff;
}

@media only screen and (max-width: 768px) {
  .city-blog {
    padding: 50px 0;
  }
}

.city-blog .blog-container {
  overflow-x: auto;
}

.city-blog .blog-container::-webkit-scrollbar-track {
  background: transparent !important;
}

.city-blog .blog-container::-webkit-scrollbar-thumb {
  background: transparent !important;
}

.city-blog .blog-container::-webkit-scrollbar {
  width : 12px;
  height: 5px;
}

.city-blog .section-title {
  font-family  : "Geologica", sans-serif !important;
  font-size    : 36px;
  font-weight  : 700;
  text-align   : center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .city-blog .section-title {
    font-size  : 28px;
    font-weight: 600;
  }
}

.city-blog .blog-boxs {
  display: flex;
  gap    : 16px;
}

.city-blog .blog-boxs-item {
  min-width    : 316px;
  border-radius: 4px;
  border       : 1px solid #e8e9ea;
  background   : #fff;
  box-shadow   : 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  overflow     : hidden;
  max-width    : calc((100% - 3 * 16px) / 4);
}

@media only screen and (max-width: 768px) {
  .city-blog .blog-boxs-item {
    min-width: 284px;
  }
}

.city-blog .blog-boxs-item .photo {
  width : 100%;
  height: 210px;
}

.city-blog .blog-boxs-item .photo img {
  width     : 100%;
  height    : 100%;
  object-fit: cover;
}

.city-blog .blog-boxs-item .text {
  padding: 15px;
}

.city-blog .blog-boxs-item .text .title {
  color             : #1c244b;
  font-size         : 17px;
  font-weight       : 600;
  line-height       : 25.16px;
  display           : -webkit-box;
  -webkit-box-orient: vertical;
  overflow          : hidden;
  text-overflow     : ellipsis;
  line-clamp        : 1;
  -webkit-line-clamp: 1;
}

.city-blog .blog-boxs-item .text .desc {
  margin            : 10px 0;
  color             : #1c244b;
  font-size         : 17px;
  font-style        : normal;
  font-weight       : 400;
  line-height       : 25.16px;
  display           : -webkit-box;
  -webkit-box-orient: vertical;
  overflow          : hidden;
  text-overflow     : ellipsis;
  line-clamp        : 2;
  -webkit-line-clamp: 2;
}

.city-blog .blog-boxs-item .text a {
  color                    : #3578ea;
  font-size                : 14px;
  font-weight              : 500;
  line-height              : 20.72px;
  text-decoration:none;
}
.city-blog .blog-boxs-item .text a:hover {
  text-decoration:underline;
}
/*#endregion CITY BLOG end*/

      /*#region H1 bug soloved*/
      @media only screen and (min-width:767.98px) {
        .intro_wrapper {
          display: grid !important;
          grid-template-areas: "a c" "b c" !important;
          grid-template-columns: 1fr 1fr;
        }

        .intro-mob-title {
          grid-area: a !important;
        }

        .intro-content {
          grid-area: b !important;
          width: auto !important;
        }

        .intro-photo {
          grid-area: c !important;
          width: auto !important;
          max-width: 440px !important;
          justify-self: end;

        }

        .intro-mob-title {
          display: block !important;
          margin-bottom: 0px !important;
        }

        .intro-mob-title h1.title {
          text-align: start !important;
          font-weight: 700 !important;
          font-size: 28px !important;
          line-height: 45px !important;
          color: #242424 !important;
          margin-bottom: 10px !important;
        }
      }

      @media only screen and (min-width:1024px) {
        .intro_wrapper {
          grid-template-columns: 1fr 560px;
        }

        .intro-mob-title h1.title {
          font-size: 46px !important;
          line-height: 76px !important;
          margin-bottom: 25px !important;
          font-weight: 800 !important;



        }

        .intro-photo {
          width: 530px !important;
          max-width: none !important;
        }

      }

      @media only screen and (min-width:1260px) {
        .intro-mob-title h1.title {
          font-size: 56px !important;
          line-height: 68px !important;
        }
      }

      /*#endregion H1 bug soloved*/

 