@media screen and (max-width: 2560px) and (min-width: 1439px) {
  /* ---- header ---- */

  section.top-head .container-fluid {
    width: 1320px !important;
  }

  /* ---- about us ---- */

  section.about-us .container-fluid {
    width: 1320px !important;
  }

  /* ---- portfolio ---- */

  section.portfolio .container-fluid {
    width: 1320px !important;
  }

  /* ---- reviews ---- */

  section.review-sec .container-fluid {
    width: 1320px !important;
  }

  /* ---- footer ---- */

  footer .container-fluid {
    width: 1320px !important;
  }
}

@media screen and (max-width: 1253px) and (min-width: 1200px) {
  /* ---- about us ---- */
  section.trust-score .container {
    padding: 0px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 997px) {
  /* ---- header ---- */

  header .container {
    max-width: 1195.33px !important;
  }

  .form-box {
    width: 365px;
  }

  /* ---- about us ---- */

  section.about-us .col-md-8 {
    width: 57.666667% !important;
  }

  section.about-us .col-md-4 {
    width: 42.333333% !important;
  }

  .about-ecom {
    gap: 35px;
  }

  /* ---- portfolio ---- */

  .slick-prev:before {
    left: 4280% !important;
  }

  .port-detail h5 {
    font-size: 12px;
  }

  .port-detail p {
    font-size: 11px;
  }

  /* ---- review sec ---- */

  .most-recent .dropdown-menu.show {
    transform: translate(588px, 1630px) !important;
  }

  section.review-sec .col-md-4 {
    width: 42.333333% !important;
  }

  section.review-sec .col-md-5 {
    width: 50.333333% !important;
  }

  section.review-sec .col-md-3 {
    width: 8.333333% !important;
  }

  /* ---- footer ---- */

  .footer-nav-links a {
    font-size: 12px;
  }
}

@media screen and (max-width: 997px) and (min-width: 992px) {
  /* ---- header ---- */

  header .container {
    max-width: 1195.33px !important;
  }

  .form-box {
    width: 360px;
  }

  /* ---- about us ---- */

  section.about-us .col-md-8 {
    width: 57.666667% !important;
  }

  section.about-us .col-md-4 {
    width: 42.333333% !important;
  }

  .about-ecom {
    gap: 35px;
  }

  /* ---- portfolio ---- */

  .slick-prev:before {
    left: 4640% !important;
  }

  .port-detail h5 {
    font-size: 12px;
  }

  .port-detail p {
    font-size: 11px;
  }

  /* ---- review sec ---- */

  section.review-sec .col-md-4 {
    width: 42.333333% !important;
  }

  section.review-sec .col-md-5 {
    width: 50.333333% !important;
  }

  section.review-sec .col-md-3 {
    width: 8.333333% !important;
  }

  /* ---- footer ---- */

  .footer-nav-links a {
    font-size: 12px;
  }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  /* ---- header ---- */

  header .container {
    max-width: 1195.33px !important;
  }

  .form-box {
    width: 360px;
  }

  a.navbar-brand {
    width: 15%;
  }

  /* ---- about us ---- */

  section.about-us.desktop {
    display: none;
  }

  section.about-us.mobile {
    display: block;
  }

  .trust-container {
    margin-top: 30px;
  }

  section.about-us .col-md-8 {
    width: 100% !important;
  }

  section.about-us .col-md-4 {
    width: 100% !important;
  }

  .about-ecom {
    gap: 35px;
  }

  .col-md-12.main-about {
    display: flex;
    flex-direction: column;
  }

  .ecom-image {
    width: 100%;
    justify-content: space-between;
  }

  .ecom-details {
    width: 100%;
  }

  .trust-head {
    width: 100%;
  }

  .trust-progress {
    width: 80%;
  }

  .prgress-box {
    width: 100%;
  }

  .progress-bar {
    width: 85%;
  }

  .about-ecom {
    display: flex;
    flex-direction: column;
  }

  a.write-review-btn {
    width: 100%;
    justify-content: center;
  }

  /* ---- portfolio ---- */

  .slick-prev:before {
    left: 3250% !important;
  }

  .port-detail h5 {
    font-size: 12px;
  }

  .port-detail p {
    font-size: 11px;
  }

  /* ---- review sec ---- */

  section.review-sec .col-md-4 {
    width: 100% !important;
  }

  section.review-sec .col-md-5 {
    width: 100% !important;
  }

  .col-md-12.main-review-sec {
    display: flex;
    flex-direction: column !important;
  }

  .blank-space {
    display: none;
  }

  .client-review-head {
    width: 80% !important;
    justify-content: flex-start;
  }

  section.review-sec {
    overflow-x: hidden !important;
  }

  .most-recent .dropdown-menu.show {
    transform: translate(80px, 2380px) !important;
  }

  /* ---- footer ---- */

  .footer-nav-links a {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) and (min-width: 651px) {
  /* ---- header ---- */

  header .container {
    max-width: 1195.33px !important;
  }

  .form-box {
    width: 360px;
  }

  a.navbar-brand {
    width: 22%;
  }

  /* ---- top head ---- */

  .top-box a {
    font-size: 10px;
  }

  .top-head-links {
    display: flex;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    white-space: nowrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    transition: all 0.4s ease;
  }

  .top-head-links::-webkit-scrollbar {
    display: none;
  }

  .top-box {
    display: inline-flex;
    align-items: center;
    background: #1c1c1c;
    color: white;
    border-radius: 4px;
    padding: 0px 4px;
    font-size: 14px;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .top-box a {
    text-decoration: none;
    color: inherit;
  }

  .top-icon {
    margin-left: 5px;
    font-size: 12px;
  }

  /* ---- about us ---- */

  section.about-us.desktop {
    display: none;
  }

  section.about-us.mobile {
    display: block;
  }

  .trust-container {
    margin-top: 30px;
  }

  .about-ecom {
    display: flex;
    flex-direction: column;
  }

  section.about-us .col-md-8 {
    width: 100% !important;
  }

  section.about-us .col-md-4 {
    width: 100% !important;
  }

  section.trust-score .container {
    padding: 0px 0px;
  }

  .about-ecom {
    gap: 35px;
  }

  .col-md-12.main-about {
    display: flex;
    flex-direction: column;
  }

  section.about-us {
    border-radius: 25px 25px 0px 0px;
  }

  a.write-review-btn {
    width: 100%;
    justify-content: center;
  }

  .ecom-image {
    width: 100%;
    justify-content: space-between;
  }

  .ecom-details {
    width: 100%;
  }

  .trust-head {
    width: 100%;
  }

  .trust-progress {
    width: 80%;
  }

  .prgress-box {
    width: 100%;
  }

  .progress-bar {
    width: 85%;
  }

  /* ---- portfolio ---- */

  .slick-prev:before {
    left: 3050% !important;
  }
  .port-detail h5 {
    font-size: 12px;
  }

  .port-detail p {
    font-size: 11px;
  }

  .message .modal-dialog.modal-dialog-centered {
    max-width: 100% !important;
  }

  .message .modal-title {
    font-size: 22px !important;
  }

  /* ---- review sec ---- */

  .most-recent .dropdown-menu.show {
    transform: translate(40px, 1450px) !important;
  }

  section.review-sec .col-md-4 {
    width: 100% !important;
  }

  section.review-sec .col-md-5 {
    width: 100% !important;
  }

  .col-md-12.main-review-sec {
    display: flex;
    flex-direction: column !important;
  }

  .blank-space {
    display: none;
  }

  .client-review-head {
    width: 80% !important;
    justify-content: flex-start;
  }

  section.review-sec {
    overflow-x: hidden !important;
  }

  /* ---- footer ---- */

  .footer-nav-links a {
    font-size: 12px;
  }

  ul.media {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
  }
}

@media screen and (max-width: 651px) and (min-width: 529px) {
  /* ---- header ---- */

  header .container {
    max-width: 1195.33px !important;
  }

  .form-box {
    width: 360px;
  }

  a.navbar-brand {
    width: 22%;
  }

  /* ---- top head ---- */

  .top-box a {
    font-size: 10px;
  }

  .top-head-links {
    display: flex;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    white-space: nowrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    transition: all 0.4s ease;
  }

  .top-head-links::-webkit-scrollbar {
    display: none;
  }

  .top-box {
    display: inline-flex;
    align-items: center;
    background: #1c1c1c;
    color: white;
    border-radius: 4px;
    padding: 0px 4px;
    font-size: 14px;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .top-box a {
    text-decoration: none;
    color: inherit;
  }

  .top-icon {
    margin-left: 5px;
    font-size: 12px;
  }

  /* ---- about us ---- */

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .mobile .ecom-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobile .ecom-img {
    width: 80px;
    height: 80px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
  }

  .mobile .country-selector .country-dropdown {
    display: none;
  }

  .mobile .country-selector .country-dropdown.open {
    display: block;
  }

  section.about-us .col-md-8 {
    width: 100% !important;
  }

  section.about-us .col-md-4 {
    width: 100% !important;
  }

  .about-ecom {
    gap: 0px;
    display: flex;
    flex-direction: column;
  }

  .col-md-12.main-about {
    display: flex;
    flex-direction: column;
  }

  section.about-us {
    border-radius: 25px 25px 0px 0px;
  }

  .ecom-image {
    width: 100%;
  }

  .ecom-details {
    width: 100%;
  }

  section.about-us {
    padding-top: 0px;
  }

  section.trust-score {
    margin-top: 30px;
  }

  a.write-review-btn {
    width: 100%;
    justify-content: center;
  }

  /* ---- portfolio ---- */

  .slick-prev:before {
    left: 1900% !important;
  }

  .port-detail h5 {
    font-size: 12px;
  }

  .port-detail p {
    font-size: 11px;
  }

  .message .modal-dialog.modal-dialog-centered {
    max-width: 100% !important;
  }

  .message .modal-title {
    font-size: 22px !important;
  }

  /* ---- review sec ---- */

  section.review-sec .col-md-4 {
    width: 100% !important;
  }

  section.review-sec .col-md-5 {
    width: 100% !important;
  }

  .col-md-12.main-review-sec {
    display: flex;
    flex-direction: column !important;
  }

  .blank-space {
    display: none;
  }

  .client-review-head {
    width: 80% !important;
    justify-content: flex-start;
  }

  section.review-sec {
    overflow-x: hidden !important;
  }

  .offcanvas-header .btn-close {
    width: 7%;
    font-size: 13px;
  }

  label.rate-box {
    padding: 8px 10px;
  }

  /* ---- footer ---- */

  .footer-nav-links a {
    font-size: 12px;
  }

  .footer-nav-links ul {
    flex-direction: column;
  }

  .country-selector button {
    padding-right: 20px;
  }

  .most-recent .dropdown-menu.show {
    transform: translate(88px, 2480px) !important;
  }

  /* ul.media {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
  } */
}

@media screen and (max-width: 529px) and (min-width: 425px) {
  /* ---- header ---- */

  header {
    overflow-x: hidden;
  }

  header .container {
    max-width: 1195.33px !important;
  }

  .form-box {
    width: 360px;
  }

  a.navbar-brand {
    width: 30%;
  }

  /* ---- top head ---- */

  .top-box a {
    font-size: 10px;
  }

  section.top-head {
    overflow-x: hidden;
  }

  .top-head-links {
    display: flex;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    white-space: nowrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    transition: all 0.4s ease;
  }

  .top-head-links::-webkit-scrollbar {
    display: none;
  }

  .top-box {
    display: inline-flex;
    align-items: center;
    background: #1c1c1c;
    color: white;
    border-radius: 4px;
    padding: 0px 4px;
    font-size: 14px;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .top-box a {
    text-decoration: none;
    color: inherit;
  }

  .top-icon {
    margin-left: 5px;
    font-size: 12px;
  }

  /* ---- about us ---- */

  section.trust-score .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .trust-score {
    margin-top: 25px;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .mobile .ecom-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobile .ecom-img {
    width: 80px;
    height: 80px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
  }

  .portfolio-container {
    margin-left: 0px;
    margin-right: 0px;
  }

  .mobile .country-selector .country-dropdown {
    display: none;
  }

  .mobile .country-selector .country-dropdown.open {
    display: block;
  }

  section.about-us .col-md-8 {
    width: 100% !important;
  }

  section.about-us .col-md-4 {
    width: 100% !important;
  }

  .col-md-12.main-about {
    display: flex;
    flex-direction: column;
  }

  section.about-us {
    border-radius: 25px 25px 0px 0px;
    padding-top: 10px;
    overflow-x: hidden;
  }

  .about-ecom {
    flex-direction: column;
    gap: 0px;
    align-items: center;
    margin-top: 20px;
  }

  .ecom-img {
    width: 80px;
    height: 80px;
    margin-bottom: -10px;
  }

  .ecom-img img {
    width: 150%;
  }

  .ecom-details-btn {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  a.write-review-btn {
    width: 100%;
    justify-content: center;
  }

  a.visit-web {
    width: 100%;
    justify-content: center;
  }

  .company-box {
    flex-direction: column;
    gap: 10px;
  }

  .title {
    width: 100%;
  }

  .company-desc {
    width: 100%;
  }

  .ecom-image {
    width: 100%;
  }

  .company-info {
    width: 100%;
  }

  .prgress-box {
    gap: 12px;
  }

  .ecom-details {
    width: 100%;
  }

  .company-note {
    gap: 15px;
  }

  .message .modal-dialog.modal-dialog-centered {
    max-width: 100% !important;
  }

  .message .modal-title {
    font-size: 22px !important;
  }

  /* ---- portfolio ---- */

  .slick-prev:before {
    left: 1900% !important;
  }

  section.portfolio {
    overflow-x: hidden;
  }

  /* ---- review sec ---- */

  .most-recent .dropdown-menu.show {
    transform: translate(20px, 2585px) !important;
  }

  section.review-sec .col-md-4 {
    width: 100% !important;
  }

  section.review-sec .col-md-5 {
    width: 100% !important;
  }

  .col-md-12.main-review-sec {
    display: flex;
    flex-direction: column !important;
  }

  .blank-space {
    display: none;
  }

  .client-review-head {
    width: 100% !important;
  }

  section.review-sec {
    overflow-x: hidden !important;
  }

  section.review-sec {
    overflow-x: hidden;
  }

  .review-side-bar {
    padding-right: 0px;
  }

  .offcanvas-header .btn-close {
    width: 7%;
    font-size: 13px;
  }

  label.rate-box {
    padding: 8px 10px;
  }

  /* ---- footer ---- */

  .footer-nav-links a {
    font-size: 12px;
  }

  .footer-nav-links ul {
    flex-direction: column;
  }

  .country-selector button {
    padding-right: 20px;
  }

  .footer-main {
    flex-direction: column;
  }

  footer {
    overflow-x: hidden;
  }

  .country-selector .country-dropdown {
    width: 100%;
  }

  ul.media {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
  }
}

@media screen and (max-width: 425px) and (min-width: 375px) {
  /* ---- header ---- */

  .top-head-links {
    display: flex;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    white-space: nowrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    transition: all 0.4s ease;
  }

  .top-head-links::-webkit-scrollbar {
    display: none;
  }

  .top-box {
    display: inline-flex;
    align-items: center;
    background: #1c1c1c;
    color: white;
    border-radius: 4px;
    padding: 0px 4px;
    font-size: 14px;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .top-box a {
    text-decoration: none;
    color: inherit;
  }

  .top-icon {
    margin-left: 5px;
    font-size: 12px;
  }

  .extra-link {
    display: none;
    opacity: 0;
    transform: translateX(20px);
  }

  .extra-link.show {
    display: inline-flex;
    opacity: 1;
    transform: translateX(0);
  }

  header {
    overflow-x: hidden;
  }

  header .container {
    max-width: 1195.33px !important;
  }

  .form-box {
    width: 360px;
  }

  a.navbar-brand {
    width: 40%;
  }

  .navbar-toggler-icon {
    filter: invert(61%) sepia(79%) saturate(2817%) hue-rotate(201deg)
      brightness(98%) contrast(97%);
  }

  .offcanvas-header .btn-close {
    width: 7%;
    font-size: 13px;
  }

  label.rate-box {
    padding: 8px 10px;
  }

  /* ---- top head ---- */

  .top-box a {
    font-size: 10px;
  }

  section.top-head {
    overflow-x: hidden;
  }

  /* ---- about us ---- */

  .mobile .ecom-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .portfolio-container {
    margin-left: 0px;
    margin-right: 0px;
  }

  .top-head-links {
    margin-left: 0px;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .most-recent .dropdown-menu.show {
    transform: translate(4px, 2562px) !important;
  }

  section.about-us .col-md-8 {
    width: 100% !important;
  }

  section.about-us .col-md-4 {
    width: 100% !important;
  }

  .col-md-12.main-about {
    display: flex;
    flex-direction: column;
  }

  section.about-us {
    border-radius: 25px 25px 0px 0px;
    padding-top: 10px;
    overflow-x: hidden;
  }

  .about-ecom {
    flex-direction: column;
    gap: 0px;
    align-items: center;
    margin-top: 20px;
  }

  .mobile .ecom-img {
    width: 80px;
    height: 80px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
  }

  .mobile .country-selector .country-dropdown {
    display: none;
  }

  .mobile .country-selector .country-dropdown.open {
    display: block;
  }

  .trust-score {
    margin-top: 25px;
  }

  .ecom-img img {
    width: 150%;
  }

  .ecom-details-btn {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  a.write-review-btn {
    width: 100%;
    justify-content: center;
  }

  a.visit-web {
    width: 100%;
    justify-content: center;
  }

  .company-box {
    flex-direction: column;
    gap: 10px;
  }

  .title {
    width: 100%;
  }

  .company-desc {
    width: 100%;
  }

  .about-company-details {
    margin-right: 0px;
    margin-left: 0px;
  }

  section.trust-score .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .progress-num h5 {
    font-size: 11px;
  }

  .trust-progress {
    padding-left: 15px;
  }

  .prgress-box {
    gap: 12px;
  }

  .ecom-image {
    width: 100%;
  }

  .company-info {
    width: 100%;
  }

  .ecom-details {
    width: 100%;
  }

  .company-note {
    gap: 15px;
  }

  .message .modal-dialog.modal-dialog-centered {
    max-width: 100% !important;
  }

  .message .modal-title {
    font-size: 22px !important;
  }

  /* ---- portfolio ---- */

  .slick-prev:before {
    left: 1900% !important;
  }

  section.portfolio {
    overflow-x: hidden;
  }

  .portfolio-slider .slick-track {
    margin-left: 0 !important; /* left side se flush */
    /* transform: translateX(0) !important; ensure no offset */
  }

  .port-cover .slick-slide {
    margin-right: 20px; /* cards ke beech thoda gap */
  }

  .port-cover .port-box {
    width: 270px; /* card ka size fix */
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    padding: 16px;
  }

  .port-detail h5 {
    font-size: 14px;
  }

  /* ---- review sec ---- */

  section.review-sec .col-md-4 {
    width: 100% !important;
  }

  section.review-sec .col-md-5 {
    width: 100% !important;
  }

  .col-md-12.main-review-sec {
    display: flex;
    flex-direction: column !important;
  }

  .blank-space {
    display: none;
  }

  .client-review-head {
    width: 100% !important;
  }

  section.review-sec {
    overflow-x: hidden !important;
    padding: 0px 0px;
  }

  section.review-sec {
    overflow-x: hidden;
  }

  .review-side-bar {
    padding-right: 0px;
  }

  .mush-star h1 {
    font-size: 13px;
  }

  .faq-box {
    padding: 0px 12px;
    padding-bottom: 20px;
  }

  /* ---- footer ---- */

  .footer-nav-links a {
    font-size: 12px;
  }

  .footer-nav-links ul {
    flex-direction: column;
  }

  .country-selector button {
    padding-right: 20px;
  }

  .footer-main {
    flex-direction: column;
  }

  footer {
    overflow-x: hidden;
  }

  .country-selector button {
    width: 310px;
  }

  ul.media {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
  }
}

@media screen and (max-width: 374px) and (min-width: 344px) {
  /* ---- header ---- */

  header {
    overflow-x: hidden;
  }

  header .container {
    max-width: 1195.33px !important;
  }

  .form-box {
    width: 360px;
  }

  a.navbar-brand {
    width: 40%;
  }

  .offcanvas-header .btn-close {
    width: 7%;
    font-size: 13px;
  }

  label.rate-box {
    padding: 8px 10px;
  }

  /* ---- top head ---- */

  .top-box a {
    font-size: 10px;
  }

  section.top-head {
    overflow-x: hidden;
  }

  /* Default desktop view */
  .top-head-links {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .dots-btn {
    display: none;
  }

  .top-head-links {
    display: flex;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    white-space: nowrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    transition: all 0.4s ease;
  }

  .top-head-links::-webkit-scrollbar {
    display: none;
  }

  .top-box {
    display: inline-flex;
    align-items: center;
    background: #1c1c1c;
    color: white;
    border-radius: 4px;
    padding: 0px 4px;
    font-size: 14px;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .top-box a {
    text-decoration: none;
    color: inherit;
  }

  .top-icon {
    margin-left: 5px;
    font-size: 12px;
  }

  /* Mobile view */
  @media (max-width: 768px) {
    .top-head-links {
      display: flex;
      align-items: center;
      overflow: hidden;
      position: relative;
    }

    .extra-link {
      display: none;
    }

    .dots-btn {
      display: inline-block;
      /* margin-left: auto; */
    }

    /* When active class added */
    .top-head-links.active {
      flex-direction: column;
      align-items: flex-start;
      background: #fff;
      max-height: 250px;
      overflow-y: auto;
      border: 1px solid #ddd;
      padding: 10px;
    }

    .top-head-links.active .extra-link {
      display: block;
      width: 100%;
    }
  }

  /* ---- about us ---- */

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .trust-score {
    margin-top: 25px;
  }

  .mobile .ecom-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobile .ecom-img {
    width: 80px;
    height: 80px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
  }

  .portfolio-container {
    margin-left: 0px;
    margin-right: 0px;
  }

  .mobile .country-selector .country-dropdown {
    display: none;
  }

  .mobile .country-selector .country-dropdown.open {
    display: block;
  }

  section.about-us .col-md-8 {
    width: 100% !important;
  }

  section.about-us .col-md-4 {
    width: 100% !important;
  }

  .col-md-12.main-about {
    display: flex;
    flex-direction: column;
  }

  section.about-us {
    border-radius: 25px 25px 0px 0px;
    padding-top: 10px;
    overflow-x: hidden;
  }

  .about-ecom {
    flex-direction: column;
    gap: 0px;
    align-items: center;
    margin-top: 20px;
  }

  .ecom-img {
    width: 80px;
    height: 80px;
    margin-bottom: -10px;
  }

  .ecom-img img {
    width: 150%;
  }

  .ecom-details-btn {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  a.write-review-btn {
    width: 100%;
    justify-content: center;
  }

  a.visit-web {
    width: 100%;
    justify-content: center;
  }

  .company-box {
    flex-direction: column;
    gap: 10px;
  }

  .title {
    width: 100%;
  }

  .company-desc {
    width: 100%;
  }

  .about-company-details {
    margin-right: 0px;
    margin-left: 0px;
  }

  section.trust-score .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .progress-num h5 {
    font-size: 9px;
  }

  .trust-progress {
    padding-left: 15px;
  }

  .prgress-box {
    gap: 6px;
  }

  .ecom-image {
    width: 100%;
  }

  .company-info {
    width: 100%;
  }

  .ecom-details {
    width: 100%;
  }

  .company-note {
    gap: 15px;
  }

  .message .modal-dialog.modal-dialog-centered {
    max-width: 100% !important;
  }

  .message .modal-title {
    font-size: 22px !important;
  }

  .most-recent .dropdown-menu.show {
    transform: translate(4px, 2580px) !important;
  }

  /* ---- portfolio ---- */

  .slick-prev:before {
    left: 1900% !important;
  }

  section.portfolio {
    overflow-x: hidden;
  }

  .portfolio-head h1 {
    font-size: 22px;
  }

  /* .portfolio-container {
    margin-bottom: 80px !important;
  } */

  /* ---- review sec ---- */

  section.review-sec .col-md-4 {
    width: 100% !important;
  }

  section.review-sec .col-md-5 {
    width: 100% !important;
  }

  .col-md-12.main-review-sec {
    display: flex;
    flex-direction: column !important;
  }

  .blank-space {
    display: none;
  }

  .client-review-head {
    width: 100% !important;
  }

  section.review-sec {
    overflow-x: hidden !important;
    padding: 0px 0px;
  }

  section.review-sec {
    overflow-x: hidden;
  }

  .review-side-bar {
    padding-right: 0px;
  }

  .mush-star h1 {
    font-size: 13px;
  }

  .faq-box {
    padding: 0px 12px;
    padding-bottom: 20px;
  }

  /* ---- footer ---- */

  .footer-nav-links a {
    font-size: 12px;
  }

  .footer-nav-links ul {
    flex-direction: column;
  }

  .country-selector button {
    padding-right: 20px;
  }

  .footer-main {
    flex-direction: column;
  }

  footer {
    overflow-x: hidden;
  }

  .country-selector button {
    width: 310px;
  }

  .country-selector .country-dropdown {
    width: 89.1%;
  }

  ul.media {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
  }
}

/* ----- for country selecter ---- */

@media screen and (max-width: 1100px) and (min-width: 1024px) {
  .country-selector .country-dropdown {
    width: 35%;
  }
}

@media screen and (max-width: 950px) and (min-width: 912px) {
  .country-selector .country-dropdown {
    width: 39.8%;
  }

  .slick-prev:before {
    left: 750px !important;
  }
}

@media screen and (max-width: 911px) and (min-width: 853px) {
  .country-selector .country-dropdown {
    width: 43.6%;
  }
}

@media screen and (max-width: 852px) and (min-width: 820px) {
  .country-selector .country-dropdown {
    width: 44.6%;
  }
}

@media screen and (max-width: 819px) and (min-width: 768px) {
  .country-selector .country-dropdown {
    width: 48.1%;
  }
}

@media screen and (max-width: 590px) and (min-width: 540px) {
  .country-selector .country-dropdown {
    width: 71%;
  }
}

@media screen and (max-width: 450px) and (min-width: 425px) {
  .country-selector .country-dropdown {
    width: 92.2%;
  }
}

@media screen and (max-width: 425px) and (min-width: 412px) {
  .country-selector .country-dropdown {
    width: 89.1%;
  }
}

@media screen and (max-width: 412px) and (min-width: 400px) {
  .country-selector .country-dropdown {
    width: 89.5%;
  }
}

@media screen and (max-width: 400px) and (min-width: 390px) {
  .country-selector .country-dropdown {
    width: 95.4%;
  }
}

@media screen and (max-width: 389px) and (min-width: 375px) {
  .country-selector .country-dropdown {
    width: 100%;
  }
}

@media screen and (max-width: 375px) and (min-width: 360px) {
  .country-selector .country-dropdown {
    width: 105%;
  }
}

@media screen and (max-width: 359px) and (min-width: 344px) {
  .country-selector .country-dropdown {
    width: 100.5%;
  }

  .country-selector button {
    width: 280px;
  }
}
