@media (min-width: 1200px) {
  body .container {
    padding: 0 30px;
  }
}

@media (max-width: 1600px) {
  :root {
    --themeH1-size: 40px;
    --themeH2-size: 30px;
    --themeH3-size: 26px;
    --themeH4-size: 22px;
    --themeFont-size: 20px;
    --themeFont-large: 24px;
  }
  .headerLinksMobileDrawer {
    gap: 100px;
  }

  .headerLinksHldr ul {
    gap: 40px;
  }

  .mainBanner {
    padding-top: 280px;
    padding-bottom: 400px;
  }

  .headerLinksHldr ul li a {
    font-size: 22px;
  }

  .categoryBoxesMainRow {
    grid-template-columns: repeat(3, 1fr);
  }

  .meetTheTeamRow {
    gap: 80px 40px;
  }

  .headerLogoArea {
    height: 200px;
    max-width: 250px;
  }

  .allCatgBoxesNamePr button {
    font-size: 22px;
  }
}

@media (max-width: 1440px) {
  
  .headerLinksMobileDrawer {
    gap: 80px;
  }

  .headerLinksHldr ul {
    gap: 30px;
  }

  .headerLogoArea {
    max-width: 220px;
    height: 180px;
  }

  .headerLinksHldr ul li a {
    font-size: 20px;
    padding: 40px 20px 20px;
  }

  .categoryBoxesMainRow {
    gap: 60px 30px;
  }

  .categoryImg img {
    max-height: 310px;
  }

  .categoryBoxHldr {
    max-width: 310px;
  }

  .withCreativeTouchRow {
    max-width: 98%;
  }

  /* .headingH4 {
    font-size: 20px;
  } */

  .mainBanner {
    padding-top: 220px;
    padding-bottom: 320px;
  }

  .yourHomeMain {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .imgWithContent.withbg {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .instaGalleryMain {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .mainFooterTop {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .mainFooterBottom {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .innerBanner {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .allCategoryBoxesROW {
    margin-top: 80px;
  }

  /* .headingH3 {
    font-size: 30px;
    line-height: 36px;
  } */

  .allCategoryBoxesROW {
    margin-top: 60px;
  }

  .allCategoryBoxesROW {
    gap: 30px;
  }

  .allCategoryBoxesImg {
    max-height: 315px;
  }
}

@media (max-width: 1024px) {
  .headerLinksMobileDrawer {
    position: fixed;
    top: 0;
    right: -100%;
    max-width: 100%;
    width: 400px;
    height: 100%;
    background: #fff;
    transition: right 0.3s ease;
    z-index: 999;
  }

  .headerLinksMobileDrawer.active {
    right: 0;
  }

  .headerHamburgerIconHldr {
    display: block;
  }

  #menu-header-menu li:first-child {
    display: block;
  }

  .headerLinksMobileDrawer .headerDrawerCrossIcon {
    display: block;
    width: 100%;
  }

  .mobileDrawrLayer {
    height: 100%;
    width: 100%;
    position: fixed;
    background: rgba(19, 19, 19, 0.844);
    z-index: 99;
    top: 0px;
    left: 0;
    display: none;
    transition: right 0.3s ease;
  }

  .mobileDrawrLayer.active {
    display: block;
    opacity: 1;
  }

  .headerLogoLinksIconsArea {
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .headerLinksMobileDrawer {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 15px;
    gap: 20px;
  }

  .headerLinksHldr ul {
    align-items: flex-start;
    flex-direction: column;
  }

  .headerLogoArea {
    max-width: 180px;
    height: 120px;
    transform: translateY(20px);
    margin-bottom: 0;
  }

  .mainBanner {
    padding-top: 150px;
    padding-bottom: 250px;
  }

  .headerLinksHldr ul {
    width: 100%;
  }

  .headerLinksHldr {
    width: 100%;
  }

  .headerLinksHldr ul li {
    width: 100%;
  }

  .headerLinksHldr ul li a {
    padding: 20px 10px;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    width: 100%;
    border-top: 1px solid #a3bfcb;
    border-bottom: 1px solid #a3bfcb;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
  }

  .headerLinksHldr ul li a:hover {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    color: #fff;
    background: #a3bfcb;
  }

  .headerIconsHldr ul li {
    height: 40px;
    width: 40px;
    border-radius: 10px;
  }

  .mainBannerContent {
    padding: 60px 15px;
  }

  .headingTop {
    font-size: 24px;
    line-height: 30px;
  }

  /* .headingH1 {
    font-size: 50px;
    line-height: 58px;
  } */

  .mainBtn {
    margin-top: 40px;
  }

  .mainBtn :is(a, button) {
    font-size: 20px;
    min-height: 45px;
  }

  .mainHeader.sticky .headerLogoArea {
    max-width: 80px;
    height: 80px;
    transform: translateY(0px);
  }

  .mainHeader.sticky {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .mainHeadRow {
    align-items: center;
  }

  .mainHeader.sticky .headerLogoMain {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
  }

  .categoryBoxesMain {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .categoryBoxesMainRow {
    gap: 40px 20px;
  }

  .categoryImg img {
    max-height: 233px;
    max-width: 233px;
    margin-left: auto;
    margin-right: auto;
  }

  .headingH4 {
    font-size: 20px;
    line-height: 26px;
  }

  .categoryBoxHldr {
    max-width: 250px;
  }

  .yourHomeMain {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .archive-description .archive-title,
  article.entry .entry-title {
    font-size: 40px;
    line-height: 48px;
  }

  .yourHomeMainCntent .headingH2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .yourHomeMainCntent p {
    /* font-size: 20px; */
    line-height: 1.2;
    margin-top: 15px;
  }

  .withCreativeTouch {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .headingHldr p {
    /* font-size: 20px; */
    line-height: 1.2;
  }

  .headingHldr {
    margin-bottom: 40px;
  }

  .withCreativeTouchRowHldr::before {
    top: -100px;
  }

  .withCreativeTouchRow {
    gap: 20px;
  }

  .withCreativeTouchIconImg {
    width: 140px;
    height: 140px;
    padding: 35px;
  }

  .withCreativeTouchIconCnt p {
    margin-top: 15px;
  }

  .imgWithContent.withbg {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .imgWithCntRow {
    gap: 20px;
  }

  .imgWithCntRowContent p {
    /* font-size: 20px; */
    line-height: 1.2;
    margin-top: 15px;
  }

  .imgWithContent.withbg .imgWithCntRow .imgWithCntRowMedia {
    height: 350px;
    width: 350px;
  }

  .workWithYou {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .workWithYouRow ul li::before {
    height: 55px;
    width: 55px;
    min-width: 55px;
    font-size: 30px;
    left: -73px;
  }

  .workWithYouRow ul li {
    /* font-size: 20px; */
    line-height: 26px;
  }

  .instaGalleryMain {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .mainFooterTop {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .mainFooterBottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mainFooterBottomCnt p {
    font-size: 16px;
  }

  .innerBanner {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .beautifulSpace {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contactDetailList ul li a {
    font-size: 20px;
  }

  .contactDetailList ul li a img {
    width: 20px;
  }

  .contactDetailList {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .testiBox *:not(:first-child) {
    margin-top: 20px;
  }

  .reviewsSlider {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .testiSlider {
    max-width: 700px;
  }

  .testiBox :is(p, span) {
    /* font-size: 20px; */
    line-height: 25px;
  }

  :is(.swiper-button-prev, .swiper-button-next) svg {
    width: 30px !important;
    height: 60px !important;
  }

  .visitWahingtonRow {
    gap: 20px;
  }

  .visitWahington {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .visitWahingtonContent .headingH2 {
    margin-bottom: 20px;
  }

  .visitWahingtonContent p {
    /* font-size: 20px; */
    line-height: 1.2;
  }

  .faqMain {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .faqMainRow {
    gap: 20px;
  }

  .faqBody p {
    line-height: 1.2;
  }

  .meetTheTeam {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .meetTheTeamRow {
    gap: 60px 30px;
    grid-template-columns: repeat(3, 1fr);
  }

  .teamBox {
    gap: 30px;
  }

  .headerIconsHldr ul li a {
    padding: 10px;
  }

  .allCategoryBoxes {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /* .headingH3 {
    font-size: 25px;
    line-height: 30px;
  } */

  .allCatgTop {
    margin-bottom: 30px;
  }

  .allCategoryBoxesROW {
    gap: 20px;
    margin-top: 50px;
  }

  .allCategoryBoxesNameRow {
    gap: 30px 15px;
  }

  .allCatgBoxesNamePr button {
    min-width: fit-content;
    font-size: 16px;
    height: 45px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .allCategoryBoxesImg {
    max-height: 250px;
  }

  body.error404 article.entry,
  body.search main.content {
    padding: 70px 20px;
  }

  body.search
    main.content
    article.status-publish
    .entry-header
    .entry-title
    .entry-title-link {
    font-size: 22px;
    line-height: 17px;
  }

  body.search main.content article.status-publish {
    gap: 10px;
  }

  body.search main.content {
    gap: 20px;
  }

  body.search main.content .archive-description .archive-title {
    margin-bottom: 20px;
  }

  body.error404 article.entry {
    gap: 20px;
  }

  body.error404 article.entry .entry-content p {
    font-size: 16px;
    max-width: 600px;
    line-height: 25px;
  }

  body.error404 article.entry .search-form .search-form-submit {
    font-size: 16px;
    line-height: 16px;
    height: 42px;
  }

  body.error404 article.entry .search-form .search-form-input {
    height: 42px;
  }

  .block_section {
    padding: 50px 0;
  }

  body.error404 article.entry .search-form .search-form-input::placeholder,
  body.error404 article.entry .search-form .search-form-input {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  :root {
    --themeH1-size: 36px;
    --themeH2-size: 32px;
    --themeH3-size: 24px;
    --themeH4-size: 20px;
    --themeFont-size: 18px;
    --themeFont-large: 20px;
  }
  .mainBanner {
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .headingTop {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 15px;
  }

  .mainBtn {
    gap: 15px;
  }

  .mainBtn :is(a, button) {
    font-size: 18px;
    min-height: 40px;
  }

  .categoryBoxesMain {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .categoryBoxesMainRow {
    grid-template-columns: repeat(2, 1fr);
  }

  .categoryContent {
    padding: 15px;
  }

  .yourHomeMain {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .archive-description .archive-title,
  article.entry .entry-title {
    font-size: 32px;
    line-height: 40px;
  }

  .yourHomeMainCntent p {
    line-height: 1.2;
    margin-top: 15px;
  }

  .headingHldr p {
    line-height: 1.2;
  }

  .withCreativeTouch {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .withCreativeTouchRow {
    gap: 40px 20px;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 60px;
  }

  .withCreativeTouchIconImg {
    width: 120px;
    height: 120px;
    padding: 30px;
  }

  .imgWithContent.withbg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .imgWithContent.withbg .imgWithCntRow {
    grid-template-columns: repeat(1, 1fr);
  }

  .imgWithContent.withbg .imgWithCntRow .imgWithCntRowMedia {
    grid-area: 1/1;
    width: 300px;
    height: 300px;
    place-content: center;
    margin-right: auto;
  }

  .imgWithContent.withbg .imgWithCntRowContent {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .imgWithCntRowContent p {
    /* font-size: 18px; */
    margin-top: 15px;
  }

  .workWithYou {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .workWithYouRow ul {
    padding-left: 55px;
  }

  .workWithYouRow ul li {
    line-height: 1.2;
    gap: 15px;
  }

  .workWithYouRow ul li::before {
    height: 40px;
    width: 40px;
    min-width: 40px;
    font-size: 23px;
    left: -55px;
  }

  .workWithYouRow ul li:nth-of-type(3n + 3) {
    margin-left: 12%;
  }

  .workWithYouRow ul li:nth-of-type(3n + 2) {
    margin-left: 6%;
  }

  .instaGalleryMain {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mainFooterBottomCnt p {
    font-size: 15px;
    text-align: center;
  }

  .mainFooterTop {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mainBannerContent {
    padding: 40px 15px;
  }

  .headerLogoArea {
    max-width: 140px;
    height: 100px;
    transform: translateY(20px);
  }

  .innerBanner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .beautifulSpace {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .beautifulSpaceRow {
    grid-template-columns: 100%;
  }

  .beautifulSpaceImg {
    order: 1;
    max-width: 350px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .beautifulSpaceContent {
    order: 2;
    text-align: center;
  }

  .contactDetailList ul {
    justify-content: center;
  }

  .contactDetailList ul li a {
    justify-content: center;
    font-size: 18px;
  }

  .contactDetailList {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .beautifulSpaceContent .headerIconsHldr ul {
    justify-content: center;
  }

  .beautifulSpaceContent .mainBtn {
    justify-content: center;
  }

  .reviewsSlider {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testiBox :is(p, span) {
    line-height: 1.2;
  }

  .testiSlider {
    max-width: 90%;
  }

  :is(.swiper-button-prev, .swiper-button-next) svg {
    width: 20px !important;
    height: 40px !important;
  }

  .visitWahingtonRow {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .visitWahington {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .visitWahingtonContent p {
    line-height: 1.2;
  }

  .visitWahingtonContent .headingH2 {
    margin-bottom: 15px;
  }

  .faqMain {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .faqMainRow {
    column-count: 1;
  }

  .faqBox {
    margin-bottom: 20px;
  }

  .faqBody p {
    line-height: 1.2;
  }

  .meetTheTeam {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .meetTheTeamRow {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }

  .teamBox {
    gap: 25px;
  }

  .imgWithContent.withbg .headingHldr * {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .allCategoryBoxes {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .headingH3 {
    font-size: 22px;
    line-height: 26px;
  }

  .allCategoryBoxesNameRow {
    gap: 20px 10px;
  }

  .allCatgBoxesNamePr button {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .allCategoryBoxesROW {
    gap: 15px;
    margin-top: 40px;
    grid-template-columns: repeat(3, 1fr);
  }

  /* search page */

  body.error404 article.entry,
  body.search main.content {
    padding: 60px 20px;
  }

  body.search main.content article.status-publish {
    flex: 1 0 35%;
  }

  body.search main.content .archive-description .archive-title {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  :root {
    --themeH1-size: 32px;
    --themeH2-size: 26px;
    --themeH3-size: 21px;
    --themeH4-size: 19px;
    --themeFont-size: 14px;
    --themeFont-large: 16px;
  }
  .headerLogoArea {
    max-width: 80px;
    height: 60px;
    transform: translateY(10px);
  }

  .mainHeader.sticky .headerLogoArea {
    height: 45px;
    width: 45px;
  }

  .mainHeader.sticky {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .mainBanner {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .mainBannerContent {
    padding: 30px 15px;
  }

  .headingTop {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .mainBtn {
    margin-top: 30px;
    gap: 10px;
  }

  .mainBtn :is(a, button) {
    font-size: 15px;
    min-height: 36px;
    padding: 10px 13px;
  }

  .mainBannerContent .mainBtn {
    flex-direction: column;
  }

  .mainBannerContent .mainBtn :is(a, button) {
    width: 100%;
  }

  .categoryBoxesMain {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .categoryBoxesMainRow {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .categoryBoxHldr {
    gap: 10px;
    max-width: 220px;
  }

  .categoryImg img {
    max-height: 200px;
    max-width: 200px;
    min-height: 200px;
  }

  .categoryContent {
    padding: 10px;
  }

  .yourHomeMain {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .archive-description .archive-title,
  article.entry .entry-title {
    font-size: 26px;
    line-height: 30px;
  }

  .yourHomeMainCntent p {
    margin-top: 10px;
  }

  .headerLinksMobileDrawer {
    width: 100%;
  }

  .headingHldr {
    margin-bottom: 30px;
  }

  .withCreativeTouch {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .headingHldr .headingH2 {
    margin-bottom: 10px;
  }

  .withCreativeTouchRow {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding-bottom: 40px;
  }

  .withCreativeTouchIconCnt p {
    margin-top: 10px;
    line-height: 1.2;
    max-width: 100%;
  }

  .withCreativeTouchIconImg {
    width: 80px;
    height: 80px;
    padding: 20px;
  }

  .withCreativeTouchRowHldr::before {
    top: -150px;
  }

  .imgWithContent.withbg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .imgWithContent.withbg .imgWithCntRow .imgWithCntRowMedia {
    width: 250px;
    height: 250px;
  }

  .imgWithCntRowContent p {
    margin-top: 10px;
  }

  .workWithYou {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .workWithYouRow {
    padding-top: 20px;
  }

  .workWithYouRow ul li {
    gap: 10px;
    margin-left: 0px !important;
  }

  .workWithYouRow ul li::before {
    height: 35px;
    width: 35px;
    min-width: 35px;
    font-size: 20px;
  }

  .instaGalleryMain {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mainFooterTop {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mainFooterBottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mainFooterBottomCnt p {
    font-size: 13px;
  }

  .headerLinksHldr ul li a {
    padding: 15px 10px;
  }

  .headerLinksHldr ul {
    gap: 20px;
  }

  .headerIconsHldr ul {
    gap: 10px;
  }

  .headerIconsHldr ul li {
    height: 30px;
    width: 30px;
    border-radius: 5px;
  }

  .headerDrawerCrossIcon .menuDrawerClose,
  .headerHamburgerIconHldr .menuDrawerOpen {
    width: 30px;
    height: 30px;
  }

  .headerIconsHldr ul li a {
    padding: 7px;
  }

  .innerBanner {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .beautifulSpace {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .beautifulSpaceImg {
    height: 250px;
    max-width: 250px;
  }

  .beautifulSpaceRow {
    gap: 20px;
  }

  .contactDetailList ul li a {
    gap: 15px;
    font-size: 16px;
    justify-content: flex-start;
  }

  .contactDetailList ul {
    gap: 15px;
  }

  .contactDetailList ul li a img {
    width: 15px;
  }

  .beautifulSpaceContent .headerIconsHldr ul {
    justify-content: flex-start;
  }

  .contactDetailList {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .reviewsSlider {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testiBox :is(p, span) {
    line-height: 1.2;
  }

  :is(.swiper-button-prev, .swiper-button-next) svg {
    width: 15px !important;
    height: 30px !important;
  }

  :is(.swiper-button-next) {
    right: -10px !important;
  }

  :is(.swiper-button-prev) {
    left: -10px !important;
  }

  .visitWahington {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .visitWahingtonRow {
    gap: 20px;
  }

  .faqMain {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .faqMainRow {
    gap: 15px;
  }

  .faqHead {
    margin-bottom: 5px;
  }

  .meetTheTeam {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .meetTheTeamRow {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
  }

  .teamBox img {
    max-height: 200px;
  }

  .teamBox {
    gap: 15px;
  }

  .teamBox .headingH2 {
    font-size: 20px;
    line-height: 24px;
  }

  .allCategoryBoxes {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .allCatgBoxesNamePr button {
    min-width: fit-content;
    font-size: 16px;
    height: fit-content;
    border-radius: 0px;
    padding: 0px;
    background-color: transparent;
    color: #000;
    border: none;
    gap: 10px;
  }

  .allCatgBoxesNamePr button.active,
  .allCatgBoxesNamePr button:hover {
    color: #a3bfcb;
    background: transparent;
  }

  .allCatgBoxesNamePr button.active::before,
  .allCatgBoxesNamePr button:hover::before {
    background: #a3bfcb;
  }

  .allCategoryBoxesNameRow {
    gap: 10px;
    justify-content: left;
  }

  .allCategoryBoxesROW {
    gap: 15px;
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
  }

  .allCategoryBoxesImg {
    max-height: 150px;
  }

  .headingH3 {
    font-size: 21px;
    line-height: 25px;
  }

  .allCategoryBoxesImg img {
    border-radius: 10px;
  }

  .allCatgTop {
    margin-bottom: 20px;
  }

  .allCatgBoxesNamePr button::after {
    width: 29vw;
    right: 0vw;
    display: none;
  }

  .allCatgBoxesNamePr button::before {
    left: unset;
    top: 0;
    background: #000;
    height: 4px;
    width: 4px;
    border-radius: 10px;
    position: relative;
    /* display: none; */
  }

  /* seacrh page */
  body.error404 article.entry,
  body.search main.content {
    padding: 40px 20px;
  }

  body.search main.content article.status-publish {
    flex: 1 0 100%;
  }

  body.search main.content article.status-publish .entry-content * {
    height: 200px;
    min-height: 200px;
  }

  body.search
    main.content
    article.status-publish
    .entry-header
    .entry-title
    .entry-title-link {
    font-size: 16px;
    line-height: 14px;
  }

  body.error404 article.entry .search-form {
    flex-direction: column;
  }

  body.error404 article.entry {
    gap: 10px;
  }

  body.error404 article.entry .entry-content p {
    font-size: 14px;
    line-height: 19px;
  }

  body.error404 article.entry .entry-content p a {
    font-weight: 600;
    text-decoration: underline;
  }

  .block_section {
    padding: 40px 0;
  }
}
