@media all and (max-width: 1200px) {
  .banner-content h1 {
    font-size: 45px;
  }
  .search-box-area {
    padding: 15px 20px 15px 15px;
  }
  .flag-img img {
    max-width: 201px;
  }
  .services-card h3 {
    font-size: 22px;
  }
  .services-content-area {
    /*padding: 25px 30px 0px 30px;*/
  }
  .content-items h2 {
    font-size: 40px;
  }
  .content-items h3 {
    font-size: 35px;
  }
  .search-item {
    padding: 15px 15px;
  }
  .dropdown {
    top: 70px;
  }
  .content-items p {
    font-size: 18px;
  }
}

@media all and (max-width: 991px) {
  .search-box-area {
    display: block;
  }
  .search-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-right: 0px;
    padding: 15px 15px;
    margin-right: 0px;
    margin-bottom: 3px;
    width: 100%;
  }
  .search-item::after {
    position: absolute;
    bottom: -3px;
    left: 53px;
    width: calc(100% - 53px);
    height: 1px;
    background: rgba(198, 202, 223, 1);
    content: "";
    right: inherit !important;
    top: inherit;
  }
  .search-item:nth-child(3)::after {
    display: none;
  }
  button.submit-btn {
    width: 100%;
  }
  .search-box-area {
    padding: 15px 20px 25px 15px;
  }
  .dropdown {
    top: 60px;
    left: 0px;
    z-index: 50;
  }
  .dropdown li {
    padding: 14px 0px;
    font-size: 14px;
  }
  .search-box-area {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: -75px;
  }
  .all-services-area {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-top-area {
    display: block;
  }
  .footer-menu ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 22px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    padding-top: 38px;
  }
  .footer-menu ul li a {
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .footer-text p {
    font-size: 25px;
  }
  .search-area {
    top: 76px !important;
  }
  .right-image img {
    max-width: 230px;
    margin-right: 10px;
  }
  .serives-features-list ul {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .details-mnu ul li a {
    font-size: 18px;
  }
  .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px;
  }
  .search-area {
    position: relative;
    top: 0px !important;
  }
  .search-area.scrolled-up {
    position: sticky;
    top: 76px !important;
  }
  .search-btn {
    width: 100%;
  }
  .details-search {
    left: 0px;
    right: 0px;
    max-width: 95%;
    margin: auto;
  }
  .details-search.active {
    top: 140px;
  }
  .services-content-area {
    /*padding: 30px 20px 30px 20px;*/
  }
  .services-details-header {
    padding: 0px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0px;
  }
}

@media all and (max-width: 575px) {
  .header-area {
    padding: 19px 0px;
  }
  .logo-area img {
    max-width: 101px;
    width: 100%;
  }
  .innert-btn a img {
    width: 38px;
  }
  a.user-img {
    width: 38px;
    height: 38px;
  }
  a.user-img img {
    width: 22px;
  }
  .banner-area {
    padding: 139px 0px 90px 0px;
  }
  .banner-content h1 {
    font-size: 24px;
  }
  .banner-content p {
    width: 100%;
    padding-top: 0px;
    font-size: 14px;
  }
  .search-box-area {
    padding: 10px 18px 25px 18px;
  }
  .search-area {
    top: 0px !important;
  }
  .search-area.scrolled-up {
    position: sticky;
    top: 60px !important;
  }
  .search-item {
    gap: 0;
  }
  span.tab-label {
    font-size: 13px;
  }

  .search-item input {
    font-size: 13px;
  }
  button.submit-btn img {
    width: 24px;
  }
  button.submit-btn {
    height: 44px;
  }
  .search-box-area {
    margin-top: -60px;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(249, 115, 22, 0.07);
    box-shadow: 0px 10px 15px 0px rgba(249, 115, 22, 0.07);
  }
  section.services-area {
    padding: 40px 0px 51px 0px;
  }
  .services-title h2 {
    font-size: 23px;
  }
  .all-services-area {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    padding-top: 20px;
  }
  .services-card {
    padding: 8.33px;
  }
  ul.pagination-items {
    gap: 10px 2px;
  }
  .flag-img img {
    max-width: 210px;
  }
  .services-meta span {
    font-size: 10px;
  }
  .services-card h3 {
    font-size: 18px;
  }
  .footer-area {
    padding: 40px 0px;
    background: url(../images/footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .footer-top-area {
    padding-bottom: 30px;
  }
  .footer-bottom-area {
    padding-top: 30px;
  }
  .footer-text p {
    font-size: 14px;
  }
  .footer-social img {
    width: 24px;
  }
  .footer-social ul {
    gap: 20px;
    margin-right: 20px;
  }
  .dropdown {
    min-width: 100%;
  }
  .services-left-content h3 {
    font-size: 20px;
  }
  .right-image img {
    max-width: 115px;
    margin-right: 0;
  }
  .services-details-header {
    padding: 0px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0px;
  }
  .serives-features-list {
    padding-top: 41px;
  }
  .list-icon img {
    width: 20px;
  }
  .serives-features-list span {
    font-size: 10px;
    padding-top: 8px;
  }
  .details-mnu ul li a {
    font-size: 14px;
  }
  .details-mnu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px 18px;
  }
  .content-items {
    padding: 30px 0px;
  }
  .content-items h2 {
    font-size: 23px;
  }
  .dropdown li label {
    padding-left: 35px;
  }
  .content-items h2 {
    padding-bottom: 30px;
  }
  .content-items h3 {
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #151212;
  }
  .content-items p {
    font-size: 14px;
  }
  .accordion-header {
    font-size: 16px;
  }

  /* why portal css */
  .why__portal_area {
      padding-top: 5px;
  }
  .potal_another_heading h2 {
      font-size: 30px;
  }
  .potal_another_heading p {
    font-size: 16px;
    width: 100%;
    text-align: justify;
}
.row.services_row {
    padding-top: 35px;
}
.potal_another_sub_heading h2 {
    font-size: 25px;
}
.why-page h3{
  width: 65% !important;
}

}

@media all and (max-width: 420px) {
}
