@media (min-width: 998px) {
  .choose-city-secction-new .choose-city h3 br {
    display: none;
  }
}
@media (min-width: 998px) and (max-width: 1279px) {
  .banner-bottom-btn {
    width: 220px;
    font-size: 20px;
  }
  .banner-bottom {
    gap: 21px 20px;
  }
  .success-box {
    gap: 40px;
  }
  .most-popular-row {
    gap: 20px;
  }
}

@media (min-width: 768px) and (max-width: 997px) {
  :root {
    --header-height: 74px;
  }

  body {
    padding-top: var(--header-height);
  }
  .city-location-sec {
    padding: 40px 0;
  }
  .most-popular-row {
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
  }
  .city-location-sec .city-left-box {
    width: 50%;
  }
  .city-location-sec
    .city-popular-location
    .city-left-box
    .popular-city-content {
    flex-direction: column;
  }
  .city-location-sec
    .city-popular-location
    .city-left-box
    .popular-city-content
    .city-details {
    flex-direction: column;
    justify-content: left;
    width: 100%;
  }
  .city-location-sec
    .city-popular-location
    .city-left-box
    .popular-city-content
    .city-details
    img {
    width: 100%;
    max-width: 100%;
    border-radius: 12px 12px 0px 0;
  }
  .city-details .city-address {
    width: 100%;
    padding: 10px;
    border-radius: 0px 0px 12px 12px;
    border-left: 1px solid var(--Gray-200);
  }
  .city-address .banner-hero-btns a {
    width: 100%;
  }
  .city-right-box {
    width: 50%;
    max-width: 100%;
  }
  .city-right-box .right-main-content ul li {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 22px;
    gap: 12px;
    white-space: normal;
  }
  /* services page */
  .inc-feature-sec,
  .optional-upgrade-sec,
  .get-office {
    padding: 64px 0;
  }
  .inc-feature-row {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
  .inc-feature-row p {
    font-size: 16px;
    line-height: 19.6px;
  }
  .get-office-content {
    padding: 40px 24px 48px 24px;
    gap: 32px;
  }
  .get-office-img {
    width: 50%;
  }
  .get-office-img img {
    max-width: 100%;
    min-height: 350px;
  }
  .get-office-content .office-txt h2 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: normal;
    margin-bottom: 0;
  }
  .get-office-content .office-txt p {
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  .banner-box {
    text-align: center;
    display: block;
  }
  .banner-left-column {
    gap: 10px;
  }
  .banner-column-box {
    justify-content: center;
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-column-box-inner {
    width: calc(50% - 10px);
    padding: 10px 15px;
    text-align: left;
    background-size: cover;
  }
  .banner-column-box-inner:hover {
    background-size: cover;
  }
  .banner-column-box-inner:first-child h5 {
    max-width: 100px;
  }
  .banner-tittle,
  .banner-list,
  .banner-call-us,
  .banner-btns {
    width: 100%;
  }
  .banner-list span {
    font-size: 36px;
    font-weight: bold;
  }
  .banner-call-us {
    margin-top: 10px;
    color: #fff;
  }
  .btn {
    font-size: 14px;
  }
  .banner-bottom-btn {
    font-size: 14px;
    padding: 10px 12px;
    width: calc(50% - 9px);
    max-width: 400px;
  }
  .banner-bottom-btn svg,
  .banner-bottom-btn img {
    width: 20px;
    height: 20px;
  }
  .banner-bottom {
    gap: 21px 18px;
  }
  .see-below {
    font-size: 14px;
    display: none;
  }
  .success-box,
  .curious-about-row {
    display: block;
  }
  .success-box-left {
    width: 100%;
  }
  .success-box-left p,
  .success-box-list ul li {
    font-size: 14px;
  }
  .success {
    padding-top: 50px;
    padding-bottom: 30px !important;
  }
  .location-accross h2 {
    font-size: 34px;
    max-width: 600px;
    margin: auto;
  }
  .location-accross p {
    font-size: 14px;
    margin: 24px 0;
  }
  .location-accross {
    padding: 50px 0;
  }
  .curious-about-renting h2 {
    font-size: 24px;
    line-height: 28px;
    width: 100%;
  }
  .curious-about-renting .talk-expert {
    padding: 30px 0;
    font-size: 14px;
  }
  .curious-about-renting .accordion button {
    font-size: 16px;
    padding: 10px 0;
  }
  .accordion-body {
    font-size: 14px;
    padding: 10px 0;
  }
  .curious-right-col {
    width: 100%;
  }
  .accordion .accordion-item {
    margin-bottom: 20px;
  }
  .most-popular {
    padding-top: 30px;
    padding-bottom: 56px;
  }
  .most-popular h2 {
    margin-bottom: 24px;
    font-size: 24px;
  }
  .most-popular-row {
    gap: 23px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin: auto;
  }
  .most-popular-row > a {
    width: 100%;
  }
  .most-popular-row img {
    width: 100%;
    max-width: 400px;
    max-height: 160px;
    object-fit: cover;
    border-radius: 10px;
  }
  .view-all {
    display: none;
  }
  .testimonials h2 {
    margin-bottom: 80px;
    font-size: 24px;
  }

  .test-name {
    font-size: 20px;
    margin-bottom: 0;
  }
  .banner-column-box-inner h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .banner-column-box-inner p {
    font-size: 12px;
  }
  .success-box-list ul {
    flex-direction: row-reverse;
  }
  .success-box-right {
    max-width: 100%;
    background-size: 100% 100%;
  }
  .slick-slide img {
    display: block;
    height: auto;
    width: 140px;
  }
  .test-post,
  .test-detail {
    font-size: 12px;
  }
  .banner-btns {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .curious-about-renting .btn-signup {
    margin-bottom: 50px;
  }
  .banner-btns .btn-primary {
    width: 252px;
    height: 42px;
    padding: 0;
    line-height: 42px;
  }
  .banner-call-us strong {
    margin-right: 13px;
    font-size: 18px;
  }
  .banner-left-column .btn-signup {
    max-width: 346px;
  }
  .banner-right-btns {
    max-width: 346px;
    margin: auto;
  }
  .test-detail {
    text-align: left;
  }
  /* new home 10 */
  .phone-services-row {
    gap: 24px;
  }
  .phone-service-item {
    gap: 32px;
    flex: 100%;
    padding: 0px;
    flex-direction: column;
    text-align: center;
  }
  .service-item-img {
    margin: auto;
  }
  .phone-services-header {
    margin-bottom: 50px;
  }
  .curious-about-renting {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .banner-btns a.link {
    font-size: 14px;
  }
  .banner-call-us span {
    margin-right: 60px;
  }
  .success-box-links {
    margin-top: 40px;
    margin-bottom: 14px;
  }
  .location-across {
    background-size: 300% 100%;
    background-position: center top;
    padding: 50px 0;
  }
  .header-banner p {
    max-width: 280px;
    margin: auto;
  }
  .location-across p {
    font-size: 14px;
  }
  .location-across h2 {
    font-size: 34px;
    line-height: normal;
  }
  .business-integration-box,
  .business-box-link {
    flex-direction: column;
  }
  .business-box-link a,
  .business-box-link h5 {
    font-size: 14px;
  }
  .integration-box-left {
    padding: 0;
  }
  .integration-box-right {
    display: none;
  }

  .testimonials-col {
    max-width: 420px;
    margin: auto;
  }

  /* Ultimate */
  .ultimate-main-content {
    display: block;
  }
  .ultimate-main-content .left-main-content {
    max-width: 100%;
  }
  .header-contact li.login a {
    text-align: center;
  }
  /* recent category */
  .recent-category-title {
    margin-bottom: 0px;
  }

  .category-content {
    gap: 32px;
    grid-template-columns: repeat(2, 1fr);
    padding: 48px 0;
  }
  .category-item h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 8px;
    margin-top: 24px;
  }
  .category-item-details p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
  .category-item-details a {
    font-weight: 700;
    line-height: 20px;
  }
  .category-item-details .date {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .location-accross .recent-category-locaction {
    flex-direction: column;
    padding: 40px 0px;
    gap: 24px;
  }
  .location-accross .recent-category-locaction h2 {
    margin: auto;
    font-size: 24px;
    line-height: 29px;
  }
  .location-accross .recent-category-locaction h2 span {
    font-size: 26px;
    font-weight: 400;
    line-height: 31px;
    margin-left: 0;
  }
  .location-accross .recent-category-locaction a {
    max-width: 239px;
    font-weight: 700;
    padding: 11px 29px;
    margin: auto;
    border-radius: 40px;
    margin-bottom: 0px;
  }
  .category-most-popular {
    padding-bottom: 64px;
    padding-top: 64px;
  }
  .category-most-popular h2 {
    font-size: 32px;
    line-height: 38.4px;
    margin-bottom: 64px;
  }
  .category-most-popular-row {
    display: grid;
    gap: 75px;
    /* padding: 40px 32px; */
    grid-template-columns: repeat(2, 1fr);
  }
  .carousel-control-prev {
    left: 16px;
  }

  .carousel-control-next {
    right: 16px;
  }
  .hero-content .right-main-content {
    padding-left: 0px;
  }
  .most-popular3 {
    padding-top: 40px;
  }
  .most-popular-row3 {
    padding: 48px 0 40px 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .most-popular-row3 img {
    max-width: 100%;
  }
  .most-popular3 h2 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: normal;
    margin-bottom: 16px;
  }
  .most-popular3 .sub-title {
    font-size: 20px;
    line-height: 30px;
    color: #475467;
    margin-bottom: 0;
  }
  .most-popular-row3 {
    padding: 64px 0 0px 0;
    grid-template-columns: repeat(3, 1fr);
  }
  .most-popular-row3 img {
    max-width: 100%;
  }
  .pagination .page-numbers.next span,
  .pagination .page-numbers.prev span {
    display: none;
  }
  .pagination {
    padding-top: 16px;
  }
  .pagination .page-numbers.next,
  .pagination .page-numbers.prev {
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    width: 40px;
    height: 40px;
  }
  .pagination .page-numbers.next a,
  .pagination .page-numbers.prev a {
    line-height: 40px;
  }
  .pagination .page-numbers.next svg,
  .pagination .page-numbers.prev svg {
    margin-top: -3px;
  }
  div#filter-records {
    top: 130px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .btn-signup {
    width: 50%;
  }
  .success-box-right {
    max-width: 100%;
    flex-direction: row;
  }
  .curious-about-row {
    display: flex;
  }
  .most-popular-row {
    max-width: none;
  }
  .most-popular-row > div {
    width: auto;
    flex-shrink: 3;
    flex-grow: 3;
  }
  .header-contact {
    gap: 5px;
    margin-bottom: 0 !important;
  }
  .virtual-location-img {
    width: 420px;
  }
  .header-contact li a {
    font-size: 18px;
    white-space: nowrap;
    padding-right: 0 !important;
  }
  .navbar.show-desktop {
    display: flex;
    flex-wrap: nowrap;
  }
  .show-tab {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .show-mobile {
    display: none;
  }
  .close {
    top: 2px !important;
    right: 10px !important;
    cursor: pointer;
  }
  #form6Modal .modal-content {
    overflow: visible;
  }
}

@media (max-width: 767px) {
  :root {
    --header-height: 74px;
  }

  body {
    padding-top: var(--header-height);
  }

  .close {
    top: 0px;
    right: 10px;
  }
  .navbar.show-desktop {
    display: flex;
    flex-wrap: nowrap;
  }
  .show-desktop {
    display: none;
  }
  .scroll-button {
    top: 70px;
  }
  .social-media ul {
    gap: 14px;
  }

  .testimonials h2 {
    margin-bottom: 32px;
    font-size: 24px;
  }
  .test-post {
    font-size: 14px;
  }
  .test-detail {
    font-size: 16px;
  }
  .location-accross h2 {
    max-width: 370px;
  }

  /*======= recent category======= */
  .recent-category-title {
    margin-bottom: 0px;
  }
  .category-content {
    max-width: 400px;
    margin: auto;
    gap: 48px;
    grid-template-columns: repeat(1, 1fr);
  }
  .category-item h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
    margin-top: 20px;
  }
  .category-item-details p {
    font-size: 16px;
    font-weight: 400;
    line-height: 17px !important;
  }
  .category-item-details a {
    font-weight: 700;
    line-height: 20px;
  }
  .category-item-details .date {
    display: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .post-social-media-icons {
    display: none;
  }
  .location-accross .recent-category-locaction {
    flex-direction: column;
    padding: 40px 0px;
    gap: 24px;
  }
  .location-accross .recent-category-locaction h2 {
    margin: auto;
    font-size: 24px;
    line-height: 29px;
  }
  .location-accross .recent-category-locaction h2 span {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
  }
  .category-most-popular {
    padding-bottom: 64px;
    padding-top: 64px;
    transform: translateY(0px);
  }
  .category-most-popular h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 64px;
  }
  .category-most-popular-row {
    max-width: 300px;
    margin: auto;
    gap: 75px;
    padding: 0px;
    grid-template-columns: repeat(1, 1fr);
  }

  /* city location */
  .city-location-sec {
    padding: 20px 0 40px 0;
  }
  .city-location-sec .city-left-box {
    max-width: 100%;
  }
  .city-location-sec .city-right-box {
    display: none;
  }
  .city-location-sec
    .city-popular-location
    .city-left-box
    .popular-city-content
    .city-details {
    align-items: normal;
    flex-direction: column;
    width: 100%;
  }
  .city-location-sec
    .city-popular-location
    .city-left-box
    .popular-city-content
    .city-details
    img {
    width: 100%;
    height: 200px;
    border-radius: 12px 12px 0px 0px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    max-width: 100%;
    min-height: 200px;
    object-fit: cover;
    object-position: top;
  }
  .city-location-sec
    .city-popular-location
    .city-left-box
    .popular-city-content
    .city-details
    .banner-hero-btns
    img {
    height: 32px !important;
  }
  .city-location-sec .city-breadcrumb ul {
    gap: 8px;
    padding: 0;
  }
  .city-location-sec h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
  }
  .city-location-sec .search-city input[type="text"] {
    padding: 12px 50px;
    border-radius: 9.25px;
    border: 1.606px solid var(--Gray-300);
    font-size: 20px;
    line-height: 32px;
    max-width: 100%;
  }
  .city-location-sec .search-city img {
    top: 18px;
    left: 19px;
    width: 23px;
  }
  .city-details .city-address .premium-loc {
    justify-content: left;
    flex-direction: column-reverse;
  }
  .city-details .city-address {
    padding: 20px 16px;
    border-radius: 0px 0px 12px 12px;
    border-left: 1px solid var(--Gray-200);
    border-right: 1px solid var(--Gray-200);
    border-bottom: 1px solid var(--Gray-200);
  }
  .popular-cities-florida .all-cities-btn {
    gap: 8px;
  }
  .location-slide img {
    height: 384px;
  }
  .top-premium-location .slick-list {
    width: 180%;
  }
  .location-slide .carousel-caption {
    width: calc(100% - 32px);
  }
  .most-popular3 .container,
  .bocaraton-testimonial .container {
    max-width: 380px;
  }
  .content-section .content-row .left-side-box h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .cities-loc-selected-value {
    font-size: 20px;
    line-height: 32px;
  }
  /* services page responsive */
  .inc-feature-sec,
  .optional-upgrade-sec,
  .get-office {
    padding: 64px 0;
  }
  .inc-feature-row {
    gap: 40px;
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }
  .office-solution-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .get-office-img {
    width: 100%;
  }
  .get-office-img img {
    max-width: 100%;
    height: 280px;
    min-height: auto;
    border-radius: 0 0 24px 24px;
    width: 100%;
    object-fit: cover;
  }
  .inc-feature-item a {
    padding-top: 10px;
  }
  .fea-title {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: normal;
    margin-bottom: 48px;
  }
  .inc-feature-row h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }
  .get-office-content {
    padding: 40px 24px 48px 24px;
    align-items: normal;
    gap: 32px;
  }
  .get-office-content .office-txt {
    gap: 16px;
  }
  .get-office-content .office-txt h2 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: normal;
    margin-bottom: 0;
  }
  .get-office-content .office-txt p span {
    font-size: 18px;
    line-height: 28px;
  }
  .get-office-content .office-txt p {
    margin-bottom: 0;
  }
  .inc-feature-row p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .inc-feature-item .content {
    margin-bottom: 0px;
  }
  div#filter-records {
    top: 160px;
  }
  .most-popular3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .most-popular3 h2 {
    font-size: 30px !important;
    line-height: 38px !important;
    letter-spacing: normal !important;
    margin-bottom: 16px !important;
  }
  .most-popular3 .sub-title {
    font-size: 20px;
    line-height: 30px;
    color: #475467;
    margin-bottom: 0;
  }
  .most-popular-row3 {
    padding: 48px 0 0px 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .most-popular-row3 img {
    max-width: 100%;
  }
  .most-popular3 .most-popular-row3 p {
    font-size: 18px;
    line-height: 28px;
  }
  .most-popular3 .most-popular-row3 .select {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .hero-loc-btn {
    display: inline-block;
    text-align: center;
  }
  .category-content a img {
    height: 240px;
  }
  .video-container {
    width: 100%;
  }
  .hero-header {
    min-height: 150px;
  }
  .hero-header h1 {
    color: var(--White);
    font-size: 32px;
    margin-top: 0px;
    line-height: normal;
    padding: 20px;
  }
  .group-btns .btn-primary {
    padding-left: 8px;
    padding-right: 8px;
    line-height: normal;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .group-btns .btn-primary.light-btn {
    background-color: var(--White);
    color: var(--primary-color);
  }
  .premium-location .group-btns .btn-primary:first-child:after {
    right: 0;
  }

  .popular-premium-locations .california-virtual-office .virtual-img::before {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
  }

  .popular-location-card img,
  .popular-state-locations-card img {
    width: 100% !important;
    height: 300px !important;
  }

  .popular-location-card-group-2 .btn-primary {
    width: 148px;
    min-height: 43px;
  }
  .popular-location-card.active,
  .popular-state-locations-card.active {
    display: flex;
    flex-direction: column;
  }

  .popular-state-locations-card img {
    width: 100% !important;
    height: 300px !important;
  }

  .page-template-template-service .add-services-box-right span {
    font-size: 12px !important;
  }
  .choose-city ul li a {
    padding: 10px;
    font-size: 12px;
  }
  .choose-city ul li {
    width: 33%;
    white-space: nowrap;
  }
  .content-premium-virtual-office{margin-top: -30px;}
  #myModal span{right: 5% !important;}
  .testimonials-col{align-items: stretch;}
  .testimonials-col img{
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
}
@media (max-width:640px) {
  .faq-contact-container{padding-right: 15px;}
}