@media (min-width: 1400px) {

  .about_sec h3 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 800;
    margin-left: 98px;
    color: #fff;
    margin-bottom: 30px;
    padding-top: 110px;
  }
  
}

@media screen and (max-width: 992px) {
	.ul-dot li{
    justify-content: start !important;
    align-items: start !important;
    gap: 7px;
	
}
	.ul-dot li i{
	font-size: 6px;
	margin-top: 5px;
}
	.fa-angle-down:before {
    display: block !important;
}
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }

  #main_header {
    display: none;
  }

  .small nav {
    padding: 15px 0;
  }

  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .small nav .menu {
    width: 40px;
    height: 40px;
    background: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }

  .small nav .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
  }

  .small.show .sidebar {
    right: 0;
  }

  .small nav .sidebar>ul {
    margin-top: 120px !important;
  }

  .small nav .sidebar>ul>li {
    padding: 10px;

  }

  .small nav .sidebar ul>li:last-child {
    border-bottom: none;
  }

  .small nav .sidebar ul>li>a {
    color: #000;
    padding: 4px;
    font-size: 17px;
    text-transform: capitalize;
  }

  .small nav .sidebar>ul>li.link-sm {
    position: relative;
  }

  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }

  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    margin-top: 0px !IMPORTANT;
  }

  .small nav .sidebar ul.sub-menu-sm li a {
    text-transform: uppercase;
  }

  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }

  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }

  .small .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }

  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }

  ul.list-unstyled.p-0.m-0.sub-menu-sm li a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
  }

  .small {
    display: block;
    background: #fff;
  }

  .small img {
    width: 220px;
  }

  .inner_banner_sec {
    padding: 120px 0 54px;
  }

  p br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 38px;
  }

  .small img {
    width: 220px;
  }

  h1 {
    font-size: 42px;
    font-weight: 600;
  }

  .banner_sec .banner_heading {
    padding-bottom: 30px;
    text-align: center;
  }

  .banner_sec .review img {
    width: 210px;
  }

  .banner_sec .hd_info {
    justify-content: center;
  }

  .banner_sec {
    padding: 115px 0 220px;
    text-align: center;
	background-repeat: no-repeat !important;
	background-position: bottom !important;
  }

  .home_sec_2 {
    text-align: center;
  }

  .about_sec {
    padding: 0;
    padding-top: 60px;
    text-align: center;
  }

  .about_sec .hd_info {
    justify-content: center;
  }

  .about_sec .heading {
    margin-bottom: 20px;
  }

  .about_sec h3 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
    margin-left: 0;
    color: #fff;
    margin-bottom: 30px;
    padding-top: 60px;
  }

  .about_sec h3 span {
    display: block;
    padding-left: 0;
  }

  .about_sec .btom_img .btn_text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 21px;
    flex-wrap: wrap;
  }

  .about_sec .btom_img .btn_text h5 {
    margin-bottom: 0;
    line-height: 1.4;
  }

  .difference-section .cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  a.comon-btn {
    background: var(--theme-color-second);
    color: #fff;
    display: flex;
    font-size: 15px;
    padding: 12px 0;
    border-radius: 55px;
    width: 210px;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    gap: 6px;
    box-shadow: 1px 2px 10px var(--theme-color-second);
  }

  .matters-section .matters-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 22px;
    margin-bottom: 50px;
  }

  .home_sec1 .hd_info {
    justify-content: center;
  }

  .home_sec1 {
    text-align: center;
    padding-bottom: 250px;
	background-repeat: no-repeat !important;
	background-position: bottom !important
  }

  .home_sec_2 .heading a.comon-btn {
    margin: 0 auto;
  }

  section {
    padding: 60px 0px;
  }

  .difference-section {
    text-align: center;
  }

  .difference-section .card img {
    width: 60px;
    margin-bottom: 20px !important;
    margin: 0 auto;
  }

  .difference-section .content h2 {
    text-align: center;
    color: #59b4f5;
    margin-bottom: 25px;
  }

  .difference-section .hd_info {
    justify-content: center;
  }

  .difference-section .mobile-image img {
    width: 160px;
    margin: 0 auto;
  }

  .home_sec3 h2 br {
    display: none;
  }

  .home_sec3 {
    padding-bottom: 280px;
    background: url(https://digitalagencynetwork.online/stewartaccounting.co.uk/wp-content/uploads/2026/07/home_sec3_mb.webp) no-repeat bottom / cover !important;
  }
}

@media screen and (max-width: 1400px) {
	.header_menu li a {
    font-size: 13px;
}
}

@media screen and (max-width: 320px) {}