@media (max-width: 480px) {

  .equipment-grid {
    grid-template-columns: 1fr;
  }

}

@media (min-width: 425px) and (max-width: 768px) {
  .card {
    width: 426px;
    padding: 38px 38px;
  }

  .equipment-card {
    margin-top: 5px;
  }
}

@media (max-width: 576px) {
  .equipment-grid {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 15px;
  }

  .search-boxs {
    width: 95%;
    padding: 20px;
  }

  .field {
    flex: 0 0 100%;
  }

  .search-btn {
    width: 100%;
  }

  .equipment-detail-thumbnails {
    justify-content: center;
  }

  .equipment-detail-thumbnails .equipment-thumb {
    width: 75px;
    height: 65px;
  }


}

@media (max-width: 767px) {
  .contact-us .contact-form-wrapper {

    padding: 15px;

    text-align: left;
  }

  .supplier-logo img {
    height: 25px;
  }

  .thumb-box {

    width: 100% !important;
  }

  .thumb-row {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .profile-wrapper,
  .form-wrapper {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .brand-text img {
    width: 145px;
  }

  .enquiry-section .enquiry-header {
    margin-bottom: 15px;
  }

  .thumb-row {

    grid-template-columns: repeat(3, 1fr);
  }

  .add-equipment-section .form-group {
    margin-bottom: 1rem;
  }

  .add-equipment-section .gx-4 {
    margin-bottom: 0rem !important;
  }

  .equipment-dashbord-cards .equipment-detail-button {
    width: auto !important;

  }

  .enquiry-header {
    margin: 3px;
  }

  .profile-section .profile-wrapper {
    padding-bottom: 40px;
  }

  .equipment-grid {

    grid-template-columns: repeat(2, 1fr);
    gap: 15px;

  }

  .equipment-grid {
    padding: 15px;
  }

  .search-boxs {
    width: 75%;
    margin: 0 auto 0px;
  }

  .hero-content h1 {
    font-size: 28px;
  }

  .search-fields {
    flex-direction: column;
    align-items: stretch;
  }

  .equipment-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .equipment-wrapper {
    background: transparent;
    padding: 0px;
    border-radius: 0px;
  }

  .hero-content h1 {
    font-size: 22px;
    margin-top: 14px;
  }

  .view-btn {

    margin: 30px 0px;
  }

  .hero-main {
    position: relative;
    padding: 0px;
  }

  .equipment-wrapper {
    border-radius: 0px;
  }

  .contact-us .owner-equipment-title {
    font-size: 17px !important;
  }

  .contact-us .owner-equipment-heading {
    font-size: 20px !important;
    font-weight: 600;
    color: #414141;
    margin-top: 7px !important;
  }

  .about-us .owner-equipment-title {
    font-size: 17px !important;
  }

  .about-us .owner-equipment-heading {
    font-size: 20px !important;
    font-weight: 600;
    color: #414141;
    margin-top: 7px !important
  }

  .about-us .owner-equipment-title {
    font-size: 18px;
  }

  .for-equipment .container-wrapper {
    padding: 0px 10px;
  }

  .construction-img {
    padding: 20px;
  }

  .for-customers {

    padding: 20px;
  }

  .related-card {
    margin: 0;
  }

  .modal-content {
    padding: 3rem 15px !important;
  }

  .modal-content .gap-4 {
    gap: 1.2rem !important;
  }

  .thumbnail-fex {
    gap: 10px !important;
  }

  .equipment-breadcrumb {
    padding-top: 90px;
    padding-bottom: 15px;
  }

  .related-card img {
    width: 100%;
    height: auto;
  }

  .thumbnail-fex {
    gap: 10px !important;
  }

  .equipment-detail-gallery .gap-5 {
    gap: 0.5rem !important;
  }

  .thumb-nav:hover {
    background: #fafafa;
    color: #fff;
  }

  .equipment-detail-section {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .equipment-detail-gallery,
  .equipment-detail-content {
    padding: 20px;
  }

  .equipment-detail-main-image {
    padding: 30px 20px;
  }

  .equipment-detail-main-image img {
    max-height: 250px;
  }

  .equipment-pricing {
    flex-direction: column;
  }

  .price-box {
    width: 100%;
  }

  .equipment-related {
    margin-top: 50px;
  }

  .registration-section .container {
    padding: 15px;
  }

  .profile-wrapper {
    text-align: center;
    margin-top: -60px;
    padding: 0 20px;
  }

  .profile-wrapper .row {
    justify-content: center;
  }

  .role-toggle {
    justify-content: center;
    margin-top: 15px;
  }

  .registration-section {
    background: #FDFDFD;
    padding: 9px 0;
  }

  .top-banner {
    height: 130px;
  }

  .role-toggle {
    padding-top: 0px;
  }

  .profile-img {
    margin: 0px auto;
  }

  .form-wrapper {
    padding: 15px 15px;
  }

  .btn-continue {
    width: 100%;
  }

  .desktop-view {
    display: none;
  }

  .mobile-view {
    display: block;
  }

  .pagination-wrapper {
    flex-direction: column;
    gap: 10px;
  }

  .equipment-banner-content .content-wrappers {
    width: 100%;
  }

  .equipment-banner-section {
    padding: 40px 12px;
  }

  .equipment-banner-content h2 {
    font-size: 27px;
  }

  .content-wrappers p {

    line-height: 24px;
  }

  .con .terms-hero {
    padding: 45px 15px 40px;
  }

  .terms-hero h1 {
    font-size: 24px;
  }

  .terms-card {
    padding: 25px;
  }

  .terms-card p,
  .terms-card li {
    font-size: 14px;
  }

  .login-wrapper {
    padding: 20px;
  }

  .card {
    width: 100%;
    padding: 32px 32px;
  }

  .login-card-logo img {
    width: 100px;
  }

  .login-title {
    font-size: 20px;
  }

  .login-form-group {
    margin-top: 25px;
  }

  .login-subtitle {
    font-size: 12px;
  }

  .login-label {
    font-size: 14px;
    margin-bottom: 10px;
  }


  .login-input::placeholder {
    font-size: 14px;
  }

  .verify-box {
    margin: 10px 0px;
  }

  .login-verificarion-btn {
    height: 45px;
    border-radius: 6px;
    padding: 8px 0px 10px 0px;

    font-size: 14px;
  }

  .login-redirect {
    margin-top: 20px;
  }

  .otp-input {
    width: 40px;
    height: 42px;

    padding: 14px 0px 12px 14px;
    font-size: 20px;
  }



  .main-content1 {
    padding: 15px;
  }

  .owner-equipment-title {
    font-size: 20px;
  }
/* 
  .owner-equipment-hr-line {
    width: 96%;
  } */

  .owner-equipment-heading {
    font-size: 24px;
    margin-top: 14px;
    line-height: 32px;
  }

  .owner-equipment-description {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-top: 15px;

  }

  .owner-equipment-hr-line {
    margin: 0px auto;
  }

  .for-customers h5 {

    font-size: 20px;
  }

  .equipment-banner-content .search-boxs {
    width: 100% !important;
  }

  .equipment-section .container-wrapper {
    padding-top: 0px;
  }

  .equipment-section .equipment-headers {
    align-items: center;

  }


  .button-wrapper {
    display: flex;

    text-align: center;
    justify-content: center;

  }

  .owner-equipment-btn {
    width: 210px;
    height: 40px;
    padding: 6px 10px 6px 14px;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 700;
    gap: 19px;
  }

  .owner-equipment-btn-icon {
    width: 30px;
  }

  .owner-equipment-img {
    width: 100%;
    margin-left: 0px;
    margin-top: 26px;
  }



  .fact-hr-line {
    width: 70%;
  }

  .counter-section {
    background-color: #F8F5F3;
    padding: 0px;
  }

  .fact-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 7px;
    width: 90% !important;
    height: 100%;
    margin-bottom: 10px;
  }

  .fact-card .row {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .fact-card .col-7,
  .fact-card .col-5 {
    width: 100%;
  }

  .fact-description {
    font-size: 14px;
    line-height: 24px;
    padding: 0% 5%;
  }

  .for-equipment {
    text-align: center;
  }

  .fact-card-icon-box {
    height: 55px;
    width: 55px;
    background-color: #fff;
    border-radius: 10px;

    transition: all 0.3s ease;
  }

  .fact-card-icon {
    font-size: 20px;
    color: #414141;
    transition: all 0.3s ease;
  }


  .fact-card-icon-box:hover {
    background-color: #e76727;
    border-color: #e76727;
  }

  .fact-card-icon-box:hover .fact-card-icon {
    color: #fff;
  }

  .fact-card-count {
    font-size: 16px;
    font-weight: 700;
    color: #414141;
    text-align: center;
    margin-top: 15px;
  }

  .fact-card-description {
    font-size: 13px;
    font-weight: 500;
    color: #676767;
    text-align: center;
  }

  .why-choose {
    background-color: #ffffff;
    padding: 0px 0px;
  }

  .container-wrapper {
    padding: 35px 10px;
  }

  .choose-us-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin: 0px;
    height: 100%;

    border: 1px solid #e6e6e6;
  }

  .choose-us-card-icon-box {
    height: 50px;
    width: 90%;
    background-color: #414141;
    border-radius: 10px;
    padding: 20px;
    margin-left: 5%;
  }

  .choose-us-card-icon-box1 {
    height: 50px;
    width: 90%;
    background-color: #e76727;
    border-radius: 10px;
    padding: 20px;
    margin-left: 5%;
  }

  .choose-us-card-icon {
    font-size: 15px;
    color: #414141;
    transition: all 0.3s ease;
  }

  .choose-us-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #414141;
    margin-top: 25px;
    margin-bottom: 0px;
  }

  .equipment-titles {
    font-weight: 600;
    font-size: 18px;
  }

  .faq-section {
    padding: 0px 15px !important;
  }

  .footer-section {
    padding: 0px;
  }

  .faq-header h6 {
    font-size: 16px;
    line-height: 24px;
  }

  .faq-header {
    gap: 12px;
  }

  .faq-card {
    padding: 20px;
  }

  .choose-us-card-description {
    font-size: 12px;
    font-weight: 500;
    color: #676767;
    margin-top: 17px;
    padding: 0% 20px;
    line-height: 24px;
  }

  /* faq */

  .faq-card-open {
    padding: 27px 23px;
    width: 93%;
    min-height: 211px;
  }

  .faq-card-closed {
    padding: 27px 23px;
    min-height: 100px;
  }

  .faq-title {
    font-size: 16px;
  }

  .faq-description {
    font-size: 13px;
  }

  /* footer */

  .section5 {
    padding: 10px 0;
  }

  .footer-card {
    padding: 25px;
  }

  .footer-col {
    padding: 15px;
  }

  .footer-col-40 {
    width: 100%;
    flex: auto;
    max-width: 100%;
  }

  .why-choose .container-wrapper {
    padding: 35px 0px;
  }

  .footer-brand-title {
    font-size: 40px;
    font-weight: 900;
    color: #0b0b0b;
    margin: 0;
    text-align: center;
  }

  .footer-title-1 {
    font-size: 16px;
    font-weight: 600;
    color: #414141;
    text-align: left;
  }

  .footer-hr-line {
    height: 3px;
    background-color: #e76727;
    width: 37%;

  }

  .footer-description-1 {
    font-size: 14px;
    font-weight: 400;
    color: #414141;
    line-height: 28px;
    text-align: left;
  }

  .footer-col {
    padding: 0px;
  }

  .footer-col-20 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .ftr-media {
    width: 65%;
    max-width: 65%;
  }

  .footer-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 18px;
    color: #111827;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .footer-sub-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 20px;
    color: #4b5563;

  }

  .footer-sub-title a {
    font-size: 14px;
  }

  .footer-icon-box-container {
    display: flex;
    justify-content: center;
    gap: 18px !important;
    margin: 9px 0 14px;
  }

  .footer-icon-box {
    height: 35px;
    width: 35px;

    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
  }

  .footer-brand-text {
    width: 135px;
  }

  .footer-break-line {
    margin: 10px 0 20px 0;
  }

  .footer-icon {
    color: #414141;
  }

  .footer-ending-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 22px;
    color: #afafaf;
    text-align: center;
    padding-bottom: 10px;
  }

  .equipment-detail-button {
    margin: 7px 0px !important;
  }

  .enquiry-list .equipment-detail-button {
    margin-right: 0.5rem !important;
  }

  * {
    box-sizing: border-box;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .equipment-title {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 0 14px;
    color: #1A191F;
  }

  .equipment-breadcrumb-list {

    padding: 8px 20px;
  }

  .filter-btn {
    padding: 4px 8px;
    background-color: #FFFFFF;
    gap: 6px;
    font-size: 14px;
  }



  .filter-icon {
    width: 17px;
    height: 17px;
    margin-bottom: 2px;
  }

  .equipment-card .row {
    margin-left: 0;
    margin-right: 0;
  }

  .main-content-equipment {
    margin-top: 75px;
    background-color: #fdfdfd;
    padding: 0px 5px;
  }



  .equipment-card {

    border-radius: 8px;
    border: 1.5px solid #e6e6e6;
    padding: 12px;
    background: #fff;
    transition: 0.3s ease;
    margin: 10px 0px !important;
  }

  .equipment-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    /* transform: translateY(-4px); */
  }

  .equipment-img-card {
    width: 100%;
    height: 237px;
    border-radius: 10px;
    border: 1px solid #f2f2f2;

    background-size: cover;
    /* fills properly */
    background-position: center;
    /* center image */
    background-repeat: no-repeat;
    /* no repeat */
  }

  .equipment-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    line-height: 24px;
    color: #111827;
    margin: 10px 0;
  }

  .equipment-detail-wrapper {
    display: flex;
    margin-bottom: 2px;
    /* align-items: baseline; */
  }

  .equipment-detail-container {
    display: flex;
    align-items: end;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .equipment-detail-icon {
    width: 13px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px !important;
  }

  .equipment-detail-icon2 {
    width: 13px;
    margin-bottom: 0px !important;
    margin-top: 0px;
    margin-left: 0px;
  }

  .equipment-capacity {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #374151;
    padding-left: 10px;
  }

  .equipment-rent-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 9px;
    color: #6b7280;
    margin-top: 13px;
  }

  .equipment-rent-price {
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    color: #374151;
  }

  .equipment-detail-button {
    width: 100%;
    height: 40px;
    background: #414141;
    margin-top: 10px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;

    font-size: 14px;
    font-weight: 500;
    color: #fff;

  }

  .equipment-detail-btn-wrapper {
    display: contents;
    align-items: end;
  }

  .equipment-related {
    padding: 15px;
  }

  .equipment-related {
    margin-top: 1rem !important;
  }

  .main-content {
    padding: 15px;
  }

  .notification-card-body {
    padding: 15px;
  }

  .enquiry-list .enquiry-data {

    padding: 8px !important;
  }

  .notification-item {
    flex-direction: column;
    gap: 10px;
  }

  .notification-time {
    text-align: right;
    font-size: 11px;
    width: 100%;
  }

  .notification-icon {
    width: 50px;
  }

  .dashboard-card {
    padding: 18px;
    margin: 10px 0px !important;
  }

  .enquiry-list .enquiry-header {
    margin-bottom: 20px !important;
  }

  .card-value {
    font-size: 22px;
  }

  .card-icon {
    width: 55px;
    height: 55px;
    font-size: 20px;
  }

  .main-content-equipment .equipment-banner {
    height: auto !important;
  }

  .main-content-equipment .hero-content h1 {
    font-size: 23px !important;

  }

  .main-content-equipment .search-fields {
    display: unset !important;
    gap: unset !important;
    align-items: unset !important;
  }

  .main-content-equipment .search-fields .col-md-3 {
    margin-bottom: 10px;
  }

  .equipment-banner {
    height: 220px;
  }

  .equipment-banner-content {
    padding: 20px;
  }

  .terms-hero {
    padding: 50px 15px 40px;
  }

  .terms-hero h1 {
    font-size: 24px;
  }

  .terms-card {
    padding: 25px;
  }

  .terms-card p,
  .terms-card li {
    font-size: 14px;
  }

  .equipment-banner {

    max-height: 580px !important;
  }

  .owner-equipment-btn {
    width: auto;
  }

  .main-preview {
    width: 100%;
    height: 250px;
  }

  .uploade-card-box .small-label {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .publish-btn {
    padding: 7px 15px;
  }

  .main-content .enquiry-list .enquiry-data {
    padding: 0px !important;
  }

  .enquiry-data {
    background: unset;
    border: unset;

  }

  .hero-content p {
    color: #666;
    font-size: 14px;
  }

  .choose-us-card-description {
    font-size: 14px;
  }

  .faq-body {

    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .enquiry .enquiry-section{
         padding: 25px !important;   
}
  .main-content-equipment .equipment-section {
    padding: 25px;
  }

  .equipment-meta li {

    font-size: 16px;
  }

  .main-content-equipment .container-wrapper {
    padding-top: 0px;

  }

  .footer-section {
    padding-bottom: 25px !important;
    padding: 0px 0;

  }

  .contact-form-wrapper {
    text-align: left;
  }

  .owner-equipment-heading {
    font-size: 30px;
    margin-top: 15px;
    line-height: 40px;
  }

  .footer-col-20 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-col-40 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .thumb-row {
    grid-template-columns: repeat(5, 1fr);
  }

  .for-equipment .col-12 {
    text-align: center !important;
    padding: 20px 0px;
  }

  .for-equipment .owner-equipment-hr-line {
    margin: 0px auto;
  }

  .equipment-dashbord-cards .equipment-detail-button {
    width: auto !important;
    margin: 5px !important;
  }

  .hero-content {
    margin-top: 28px;
  }

  .search-boxs {
    width: 100% !important;
    margin: 0 auto 25px;
  }

  .for-customers {
    padding: 20px;
  }

  .equipment-banner-content .content-wrappers {
    width: 60%;
  }

  .equipment-banner-content h2 {
    font-size: 27px;
  }

  .content-wrappers p {
    font-size: 14px;
    line-height: 23px;
  }

  .faq-section {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .equipment-detail-gallery,
  .equipment-detail-content {
    padding: 25px 0px !important;
  }

  .mt-5 {
    margin-top: 2rem !important;
  }

  .price-box {
    width: 31%;
  }

  .gap-5 {
    gap: 6rem !important;
  }

  .equipment-titles {
    margin-top: 20px;
  }

  .hamburger {
    padding-right: 0px;
  }

  .brand-title {
    padding-left: 0px !important;
  }

  .terms-section {
    padding: 1px 15px 0px !important;
    margin-top: -340px;

  }

  .ftr-media {
    width: 45%;
    max-width: 32%;
  }

  .footer-section .container-wrapper {
    padding: 0px;
  }

  .owner-equipment-img-wrapper {
    display: flex;
    justify-content: center;
  }

  .owner-equipment-img {
    width: 80%;
    margin-left: 10px;
    margin-top: 26px;
  }

  .choose-us-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;

    margin: 20px 5%;
    border: 1px solid #e6e6e6;
  }

  .choose-us-card-icon-box {
    height: 50px;
    width: 90%;
    background-color: #414141;
    border-radius: 10px;
    padding: 20px;
    margin-left: 5%;
  }

  .choose-us-card-icon-box1 {
    height: 50px;
    width: 90%;
    background-color: #e76727;
    border-radius: 10px;
    padding: 20px;
    margin-left: 5%;
  }

  .choose-us-card-icon {
    font-size: 15px;
    color: #414141;
    transition: all 0.3s ease;
  }

  .choose-us-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #414141;
    margin-top: 25px;
  }

  .choose-us-card-description {
    font-size: 15px;
    font-weight: 500;
    color: #676767;
    margin-top: 0px;
    padding: 0% 20px;
    line-height: 24px;
  }

  * {
    box-sizing: border-box;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .equipment-card .row {
    margin-left: 0;
    margin-right: 0;
  }

  .main-content-equipment {
    margin-top: 75px;
    background-color: #fdfdfd;
    padding: 0px 5px;
  }

  .equipment-section {
    padding: 25px 28px 25px 1px;
  }

  .equipment-card {
    width: 95%;
    border-radius: 8px;
    border: 1.5px solid #e6e6e6;
    padding: 12px;
    background: #fff;
    transition: 0.3s ease;
    margin-top: 10px;
  }

  .hero-main {
    padding: 0px;
  }

  .equipment-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);

  }

  .equipment-img-card {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    border: 1px solid #f2f2f2;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .equipment-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    line-height: 24px;
    color: #111827;
    margin: 10px 0;
  }

  .equipment-detail-wrapper {
    display: flex;
    margin-bottom: 2px;

  }

  .equipment-detail-container {
    display: flex;
    align-items: end;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .equipment-detail-icon {
    width: 15px;
    margin-bottom: 3px;
    margin-top: 3px;
  }

  .equipment-detail-icon2 {
    width: 13px;
    height: 10px;
    margin-top: 5px;
    margin-left: 2px;
  }

  .equipment-capacity {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #374151;
    padding-left: 10px;
  }

  .equipment-rent-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 9px;
    color: #6b7280;
    margin-top: 13px;
  }

  .equipment-rent-price {
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    color: #374151;
  }

  .equipment-detail-button {
    width: 100%;
    height: 40px;
    background: #414141;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    font-size: 14px;
    font-weight: 500;
    color: #fff;

  }

  .hero-content h1 {
    font-size: 30px;

    margin-bottom: 10px;
    margin-top: 15px;
  }

  .equipment-card p {
    font-size: 18px;
  }

  .owner-equipment-title {
    font-size: 25px !important;
    color: #414141;
    padding-bottom: 12px;
    font-weight: 600;
  }

  .search-fields {

    gap: 13px;

  }

  .equipment-detail-btn-wrapper {
    display: contents;
    align-items: end;
  }

  .search-fields {
    display: flex;
    gap: 8px !important;
  }

  .enquiry-data {

    padding: 20px 0px;
  }

  .about-card-structure .align-items-center {
    align-items: unset !important;
  }

  .owner-equipment-btn-icon {
    width: auto;
  }

  .owner-equipment-btn {
    width: auto;
  }

  .terms-hero {

    padding: 55px 20px 96px;
  }

  .terms-section {
    margin-top: -306px;
  }
  .search-btn {
 
    padding: 7px 11px !important;
  }
  .reset-btn {
    padding: 12px 13px !important;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .equipment-dashbord-cards .col-lg-3 {
    width: 33.33%;
  }

  .equipment-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .equipment-section .col-md-6 {
    width: 33.33%
  }

  .fact-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 7px;
    width: 90%;
    height: 100%;
    margin: 0px 5px;
    margin-bottom: 10px;
  }

  .fact-description {
    font-size: 14px;
    line-height: 24px;
    padding: 0% 5%;
  }

  .fact-card-icon-box {
    height: 55px;
    width: 55px;
    background-color: #fff;
    border-radius: 10px;

    transition: all 0.3s ease;
  }

  .fact-card-icon {
    font-size: 14px;
    color: #414141;
    transition: all 0.3s ease;
  }

  /* Hover Effect */
  .fact-card-icon-box:hover {
    background-color: #e76727;
    border-color: #e76727;
  }

  .fact-card-icon-box:hover .fact-card-icon {
    color: #fff;
  }

  .fact-card-count {
    font-size: 20px;
    font-weight: 700;
    color: #414141;
  }

  .fact-card-description {
    font-size: 14px;
    font-weight: 500;
    color: #676767;
  }

  .choose-us-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    /* width: 90%; */
    height: 100%;
    /* margin: 20px 5%; */
    border: 1px solid #e6e6e6;
  }

  .choose-us-card-icon-box {
    height: 50px;
    width: 90%;
    background-color: #414141;
    border-radius: 10px;
    padding: 20px;
    margin-left: 5%;
  }

  .choose-us-card-icon-box1 {
    height: 50px;
    width: 90%;
    background-color: #e76727;
    border-radius: 10px;
    padding: 20px;
    margin-left: 5%;
  }

  .choose-us-card-icon {
    font-size: 15px;
    color: #414141;
    transition: all 0.3s ease;
  }

  .choose-us-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #414141;
    margin-top: 25px;

  }

  .choose-us-card-description {
    font-size: 12px;
    font-weight: 500;
    color: #676767;

    padding: 0% 20px;
    line-height: 24px;
  }

  /* faq */


  .faq-title {
    font-size: 16px;
  }

  .faq-description {
    font-size: 13px;
  }

  /* equipments */

  .equipment-card .row {
    margin-left: 0;
    margin-right: 0;
  }

  .main-content-equipment {
    margin-top: 75px;
    background-color: #fdfdfd;
    padding: 0px 5px;
  }

  .equipment-section {
    padding: 25px 28px 25px 1px;
  }

  .equipment-card {
    width: 95%;
    /* responsive */
    border-radius: 8px;
    border: 1.5px solid #e6e6e6;
    padding: 12px;
    background: #fff;
    transition: 0.3s ease;
    margin-top: 10px;
  }

  .equipment-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);

  }

  .equipment-img-card {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    border: 1px solid #f2f2f2;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .equipment-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    line-height: 24px;
    color: #111827;
    margin: 10px 0;
  }

  .equipment-detail-wrapper {
    display: flex;
    margin-bottom: 2px;
    /* align-items: baseline; */
  }

  .equipment-detail-container {
    display: flex;
    align-items: end;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .equipment-detail-icon {
    width: 13px;
    height: 10px;
    margin-top: 7px;
  }

  .equipment-detail-icon2 {
    width: 13px;
    height: 10px;
    margin-top: 5px;
    margin-left: 2px;
  }

  .equipment-capacity {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: #374151;
    padding-left: 10px;
  }

  .equipment-rent-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 7px;
    color: #6b7280;
    margin-top: 11px;
  }

  .equipment-rent-price {
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    color: #374151;
  }

  .equipment-detail-button {
    width: 100%;
    height: 40px;
    background: #414141;

    border-radius: 8px;
    border: 1px solid #e5e7eb;

    font-size: 14px;
    font-weight: 500;
    color: #fff;

  }

  .add-equipment-card {
    min-height: 385px;
  }
}

@media (min-width: 992px) and (max-width: 1230px) {
  .equipment-dashbord-cards .col-lg-3 {
    width: 50%;
  }

  .equipment-img-card {
    width: 100%;
    height: 200px;
  }
}

@media (max-width: 991px) {
  .fact-card {

    width: 95%;

  }

  .sidebar-menu .nav-link {
    margin: 4px 0px !important;
  }

  .supplier-sidebar {
    padding: 10px;
  }

  .supplier-sidebar {
    transform: translateX(-100%);
  }

  .supplier-sidebar.active {
    transform: translateX(0);
  }

  .sidebar-overlay.active {
    display: block;
  }

  .card-head h4 {
    color: #111827;
    font-weight: 600;
  }



  .enquiry-section {
    padding: 0px;
  }


  .enquiry-card .view-link {
    position: absolute;
    right: 10px;
    bottom: 25px;
    background: #414141;
    padding: 7px 10px;
    color: white;
    border-radius: 6px;
    font-size: 13px;
  }

  .enquiry-card {
    position: relative;
  }

  .enquiry-card {
    background: #fff;
    border: 1px solid #f3b393;
  }

  .pagination-wrapper {
    display: none;
  }

  .hamburger {
    display: block !important;
  }

  .nav-section span {
    width: 100%;
  }


  .nav-section {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 0px !important;
    display: none;
    border-bottom: 1px solid #ecedf0;
  }



  .brand-title {
    padding-left: 20px;
    width: 160px;
  }

  .d-none-lg {
    display: block !important;
  }

  .nav-section.active {
    display: flex;
  }

  .nav-link {
    width: 100%;
    font-size: 14px !important;
    padding: 12px 0;
    border-bottom: 1px solid #f1f1f1;
  }

  .profile-dropdown {
    width: 100%;
  }

  .profile-dropdown {
    display: none;

  }

  .profile-circle {
    margin-top: 10px;
  }


  .dropdown-menu-custom {
    position: static;
    width: 100%;
    margin-top: 15px;
    box-shadow: none;
    border-radius: 12px;
  }

  .mobile-profile-card {
    display: flex;

    gap: 14px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
  }

  .mobile-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
  }

  .mobile-user-info h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
  }

  .mobile-user-info p {
    margin: 2px 0;
    font-size: 13px;
    color: #777;
  }

  .mobile-profile-card {
    width: 100%;
    display: flex !important;
  }


  .mobile-user-info span {
    font-size: 13px;
    color: #777;
  }

  .equipment-detail-gallery {
    padding-bottom: 0px !important;
  }

  .equipment-detail-content {
    padding-top: 15px !important;
  }

  .equipment-breadcrumb {
    padding-top: 100px;
    padding-bottom: 0px !important;
    padding-left: 20px;
  }

  .equipment-detail-gallery,
  .equipment-detail-content {
    padding: 25px;
  }

  .equipment-detail-main-image img {
    max-height: 320px;
  }

  .equipment-pricing {
    gap: 15px;
  }

  .registration-card .profile-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .profile-wrapper,
  .form-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-section .col-lg-6 {
    padding: 0px;
  }



  .nav-section.active {
    display: flex;
  }

  .hamburger {
    display: block;
  }

  .brand-text .brand-title {
    font-size: 26px;
    font-weight: 900;
    color: #0b0b0b;
    margin: 0;


  }

  .contact-form-wrapper {
    max-width: 100%;
  }

  .supplier-sidebar {
    transform: translateX(-100%);
    position: fixed;
    left: 0;
    top: 65px;
    width: 260px;
    height: calc(100vh - 65px);
    transition: transform 0.3s ease-in-out;
    z-index: 1045;
    background: #fff;
  }

  .supplier-sidebar.active {
    transform: translateX(0);
  }

  .sidebar-overlay {
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    height: calc(100vh - 65px);
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 1040;
  }

  .sidebar-overlay.active {
    display: block;
  }

  .title {
    margin-bottom: 0px !important;
  }

  .main-content {
    margin-left: 0;
    padding: 15px;
  }

  .add-equipment-section {
    grid-template-columns: 1fr;
  }

  .add-equipment-card {
    min-height: 440px;
  }

}

/* @media (min-width: 1200px) and (max-width: 1600px) {
  .login-wrapper {
    zoom: 70%;
  }
} */

@media (max-width: 1199px) {
  .equipment-detail-main-image img {
    max-height: 360px;
  }
}

@media (max-width: 1400px) {
  .search-boxs {
    width: 85%;
  }
}


@media (max-width: 1200px) {
  .equipment-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .search-boxs {
    width: 90%;
  }
}