* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Afacad", system-ui;
}

/* Header Start  */
.header {
  background-color: #acff3b;
}

.active_menu {
  position: relative;
  bottom: 5px;
  border-bottom: 2px solid #000 !important;
  padding: 8px 10px;
}
.tab_section {
  position: relative;
  top: 4px;
}

.header .userlogin-button {
  background-color: #333333;
  color: #acff3b;
  font-size: 16px;
  font-weight: 500;
  font-family: "Afacad", system-ui;
}

.dotted-border {
  position: relative;
}

.dotted-border::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 2px dotted rgba(51, 51, 51, 1);
  border-radius: 5px;
  pointer-events: none;
}

.header .userlogin-button:hover {
  background-color: #333333;
  color: #acff3b;
  font-size: 16px;
  font-weight: 500;
  font-family: "Afacad", system-ui;
}

.header .userlogin-button-large {
  background-color: #333333;
  color: #acff3b;
  font-size: 16px;
  font-family: "Afacad", system-ui;
  padding: 2px 18px 2px 9px !important;
  margin: 0 25px 0 10px;
}

.header .userlogin-button-large:hover {
  background-color: #333333;
  color: #acff3b;
  font-size: 16px;
  font-family: "Afacad", system-ui;
  padding: 2px 18px 2px 9px !important;
}

.header-logo {
  display: flex;
  justify-content: start;
  align-items: start;
  padding-left: 1rem;
  padding-right: 0rem;
}

.header-menu a {
  font-weight: 500;
  font-size: 20px;
  font-family: "Afacad", system-ui;
}

.header-menu a:hover {
  font-weight: 700;
  font-size: 20px;
  font-family: "Afacad", system-ui;
}

.header-menu .active_section {
  position: relative;
  padding-bottom: 5px;
}

.header-menu .active_section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: rgba(0, 0, 0, 1);
  transition: width 0.3s ease;
}

.header-menu .active_section:hover::after {
  width: 100%;
}

@media screen and (max-width: 380px) and (min-width: 320px) {
  .header-logo {
    max-width: 120px;
  }

  .navbar-toggler .button {
    max-width: 150px;
  }

  .button {
    max-width: 200px;
  }
}

.icon-input {
  position: absolute;
  left: 10px;
  color: #9c54ff;
}

/* Header End  */

/* Footer Start  */

.footer {
  background-color: #acff3b;
  padding: 15px 0;
}
.mw--30 {
  min-height: 25px;
}
.footer-conent {
  color: #acff3b;
  background-color: #333333;
  padding: 15px 0;
}

.connect_heading {
  color: #333333 !important;
  font-size: 52px;
  font-weight: 700;
  line-height: 69.33px;
  text-align: left;
}

.connect {
  padding: 0 0 40px 0 !important;
}

/* form */
.connect .footer-form {
  background: none !important;
  border: none;
  border-bottom: 1px solid #333333 !important;
  border-radius: 0;
  font-weight: 700;
  margin: 1.8rem 0;
  box-shadow: none !important;
  text-align: start !important;
  padding: 24px 0;
}

@media screen and (max-width: 450px) {
  .input-colum {
    width: 100% !important;
    margin-bottom: 15px;
  }

  .footer-title {
    margin: 0 auto 15px auto;
  }

  .links {
    text-align: center !important;
    display: flex;
    justify-content: center;
  }

  .links2 {
    text-align: center !important;
  }

  .footer-links {
    padding: 0 !important;
  }

  .footer-links .links {
    padding: 0;
    cursor: pointer;
  }

  .footer-links .links2 {
    padding: 0;
    cursor: pointer;
  }

  .headings {
    text-align: center;
  }

  .headings img {
    display: none;
  }

  .send_btn {
    text-align: center;
  }

  .conect_heading {
    text-align: center;
    line-height: 2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .connect .footer-form {
    background: none !important;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    font-weight: 700;
    margin: 0;
    box-shadow: none !important;
    text-align: start !important;
    padding: 18px 0;
  }

  .conect_heading {
    margin-top: 0 !important;
  }

  .connect .footer-btn {
    border: 1px solid;
    padding: 12px 45px !important;
    font-weight: 500;
    align-items: center !important;
    margin-top: 40px !important;
  }
}

@media (max-width: 992px) {
  .footer .row {
    display: flex;
    flex-direction: row;
  }
}

.connect .footer-btn {
  border: 1px solid;
  padding: 12px 45px !important;
  font-weight: 500;
  margin-top: 10px;
}

.connect .footer-btn:hover {
  border: 1px solid;
  background-color: #95f70d !important;
  color: black !important;
  padding: 12px 45px !important;
  font-weight: 500;
  margin-top: 10px;
}

.conect_heading {
  margin-top: 8rem;
  line-height: 4rem;
}

.footer-title {
  font-weight: bolder;
  cursor: pointer;
  position: relative;
  top: 2px;
}

.underline_img {
  position: absolute;
}

.footer-links .links {
  margin: 30px 0;
  padding: 5px;
  cursor: pointer;
}

.footer-links .links2 {
  margin: 30px 0;
  padding: 0px;
  cursor: pointer;
}

.line-divider i {
  padding: 0 9px;
}

/* Footer End  */

#user_icon {
  font-size: 12px;
}
#item_move {
  font-size: 22px;
}
.user_regular {
  font-size: 24px;
  height: 30px;
}
.mp_link a {
  font-size: 16px;
  color: #acff3b;
}
#ftr_lgo {
  font-size: 24px;
  color: #acff3b;
}
#modal_header_bns {
  background-color: rgb(255, 80, 80);
  color: white;
}
#modal_header_bns p {
  font-size: 28px;
}
#modal_head_bsn p {
  font-size: 28px;
}
#modal_head_bsn {
  background: #acff3b;
  color: #333;
}
#fa_circle {
  color: rgb(255, 80, 80);
  font-size: 70px;
}
#circle_check {
  color: #28a745;
  font-size: 80px;
}
/* business page */

body {
  background-color: #fafafa;
}

/* Hero Section Start*/
.custome-badge {
  border: 1px solid #333;
  background-color: white;
  color: #333;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}

.house-moving-header {
  color: #82dc06 !important;
}

.header-housing_mooving {
  color: #333333;
  font-size: 54px;
  font-weight: 700;
}

.hero-p-tag {
  font-size: 18px;
}

.book-btn {
  background-color: #acff3b;
  border-radius: 8px;
  border: 1px solid #82dc06;
  font-weight: 600 !important;
  font-size: 16px;
  padding: 6px 14px;
}

.book-btn:hover {
  background-color: #95f70d;
  border-radius: 8px;
  color: #000;
}

.book-btn:active {
  background-color: #95f70d !important;
  border-radius: 3px !important;
  color: #000 !important;
}

.book-img {
  width: 30px;
  height: 30px;
}

.hero-bg {
  background-color: #ffff !important;
  position: relative;
  top: -30px;
  z-index: -10;
}
@media screen and (max-width: 992px) {
  .hero-bg {
    position: relative;
  }
}
/* Hero Section End*/

/* Why Trucklah Start */
.why-truckla-title {
  font-size: 46px;
  font-weight: 700;
}

@media screen and (max-width: 560px) and (min-width: 320px) {
  .why-truckla-title {
    font-size: 33px;
    font-weight: 700;
  }
}

.why-trucklah-p {
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  text-wrap: nowrap;
}

.on-site-container {
  align-items: start;
  gap: 12px;
}

.on-site-number {
  font-size: 28px;
  font-weight: bold;
  background-color: #adff3b;
  border-radius: 8px;
  padding: auto 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: auto;
}

.on-site-text {
  /* font-size: 18px; */
  font-weight: 500;
  color: #333;
  margin: 0;
}

/* Why Trucklah End */

/* Why Trucklah-1 Start */
.why-truckla-title-1 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 560px) and (min-width: 320px) {
  .why-truckla-title-1 {
    font-size: 22px;
    font-weight: 500;
  }
}

/* Why Trucklah-1 End */

/* Best Moves Start */
.house-backGround {
  background-image: url("../images/house_moving/best-moves-bg-img.webp");
  background-size: cover;
  border-radius: 10px;
  background-position: center;
}

.best-moves-title {
  color: #82dc06;
  font-weight: 700;
  text-align: center;
}

.best-moves-p {
  font-size: 18px;
  font-weight: 400;
  color: #ffff !important;
  text-align: center;
}

/* Best Moves End */

/*  Ready House Moving Start  */
.ready-title {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 600px) and (min-width: 320px) {
  .ready-title {
    font-size: 28px;
    font-weight: 500;
  }
}
/*  Ready House Moving End  */
.our_services_ddown {
  background-color: #acff3b;
  border-radius: 0 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #95f70d;
}
.d_dwon_header {
  margin-top: 3px;
  font-weight: 600;
  font-size: 19px;
  color: #000000a6;
}
.header-menu:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.dropdown-toggle::after {
  vertical-align: 0.1em !important;
}
.callUs {
  font-size: 32px;
  color: #333;
}
.contact-button {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #acff3b;
  color: #333;
  padding: 20px 5px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  writing-mode: sideways-lr;
  text-align: center;
  border-radius: 5px 0 0 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.contact-button:hover {
  background-color: #82dc06;
}

/* Packing Service Start */
.packing-custome-badge {
  border: 1px solid #82dc06;
  background-color: white;
  color: #82dc06;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}

.header-packing-service {
  color: #333333;
  font-size: 53px;
  font-weight: 700;
}
.packing-p-tag {
  font-size: 18px;
  color: #777777;
}
.packing-p-tag1 {
  color: #777777;
  font-size: 15px;
}
@media screen and (min-width: 1400px) and (max-width: 1940px) {
  .header-packing-service {
    color: #333333;
    font-size: 60px;
    font-weight: 700;
  }
}
@media screen and (min-width: 1941px) and (max-width: 2560px) {
  .header-packing-service {
    color: #333333;
    font-size: 62px;
    font-weight: 700;
  }
}
/* Packing Service End */