* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

 h1 {
  font-size: 23px;
  font-family: 'Nunito Sans', sans-serif;
}

h2 {
  font-size: 22px;
  font-family: 'Nunito Sans', sans-serif;
  margin-top: 10px;
  text-align: center;
}

h3,
h4 {
  font-size: 21px;
  font-family: 'Nunito Sans', sans-serif;
  margin-top: 10px;
  text-align: center;
}

p {
  font-size: 17px;
  line-height: 24px;
  font-family: 'Nunito Sans', sans-serif;
  margin-top: 10px;
}

a {
  font-size: 17px;
  text-decoration: none;
  font-family: 'Nunito Sans', sans-serif;
}

ul {
  margin: 20px;
}

li {
  font-size: 17px;
  line-height: 24px;
  
  margin-top: 10px;
} 

h1, h3, h4, h5, h6, ul, p, a {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  padding: 10px;
  font-family: 'Nunito Sans', sans-serif;
}

.container {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  background-color: white;
}

.header_container {
  width: 100%;
  height: auto;
  padding: 0px 50px;
}

.header_container .header_container_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_container .header_container_row ul {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.header_container .header_container_row ul li {
  list-style: none;
  border: none;
  margin: 10px;
  padding: 0px;
}

.header_container .header_container_row ul li a {
  padding: 10px;
  text-decoration: none;
  color: #004aad!important;
  color: #000;
  text-transform: capitalize;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Nunito Sans', sans-serif;
}

.header_container .header_container_row ul li a:hover {
  background-color:#004aad;
  color: #fff!important;
  transition: all 0.7s;
}

.icons {
  display: none;
}

#menu-btn {
  display: none;
}

.header_image_bg {
  background: url(https://www.grewaltransportservice.com/img/grewal-header-img-packers-charges.jpg);
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 20px;
}

.header_image_text {
  width: 60%;
  padding: 10px;
  color: #fff;
  background: #000000a6;
  margin: 0 auto;
}

/*start landing page container section*/
.landing_page {
  width: 100%;
  height: auto;
  padding: 30px 50px;
}

.landing_page .landing_page_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.landing_page .landing_page_row .content {
  width: 50%;
  height: auto;
  padding: 10px;
}

.landing_page_row .content h1 {
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 23px;
}

.landing_page_row .content p {
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 24px;
  margin-top: 10px;
}

.landing_page_row .bg {
  width: 50%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgb(145, 147, 147);
}

.landing_page_row .bg img {
  width: 100%;
  height: 100%;
}

/*start highlight container section*/
.highlight_container {
  width: 100%;
  height: auto;
  padding: 30px 50px;
  /* background: #222; */
  background-color: #004aad;
}

.highlight_container_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  /* background: #222; */
  background-color: #004aad;
}

.highlight_container_row .client_box {
  color: #fff;
}

.client_box div {
  font-size: 22px;
  font-family: 'Nunito Sans', sans-serif;
}

.client_box span {
  font-size: 20px;
  font-family: 'Nunito Sans', sans-serif;
}

/*moving company container section*/
.moving_company_container {
  width: 100%;
  height: auto;
  padding: 30px 50px;
}

.moving_company_container h2 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 22px;
}

.moving_container_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 10px;
}

.moving_container_row .table_box {
  font-family: 'Nunito Sans', sans-serif;
  /* border: 2px solid navy; */
  border: 2px solid #004aad;
  font-size: 18px;
  position: relative;
  left: 26px;
  width: 30%;
  height: auto;
  text-align: center;
  padding: 7px;
  border-radius: 10px;
}

.table_box span {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  /* border: 1px solid #333; */
  display: inline-block;
  position: absolute;
  left: -25px;
  top: -7px;
  /* background: navy; */
  background: #004aad;
  color: #fff;
  padding: 8px;
}
.table_box span p{
  font-size: 24px;
transform: translateY(-.3rem);
}

.table_box a {
  text-decoration: none;
  color: #004aad;
  /* color: red; */
  transform: translateY(.5rem)!important;
}

/* service section start*/
.service_container {
  width: 100%;
  height: auto;
  padding: 30px 50px;
  text-align: center!important;
}

.service_section {
  width: 100%;
  height: auto;
  padding: 0px 50px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  column-gap: 7rem;
  justify-content: space-evenly;
}

.service_section h3 {
  font-size: 22px;
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
}

.Service_box {
  flex: 1 370px;
  height: auto;
  background: #004aad;
  padding: 12px 10px;
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-family: 'Nunito Sans', sans-serif;
  position: relative;
}

.Service_box::before {
  content: '';
  position: absolute;
  top: 0;
  left: -38px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 35px solid #004aad;
}

.Service_box::after {
  content: '';
  position: absolute;
  top: 0;
  right: -38px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 35px solid #004aad;
}
/* service section end */


/* form css start */
.container_form{
  width: 100%;
  height: auto;
  padding: 1rem 4%;
}
.container{
  max-width: 1270px;
  width: 100%;
  height: auto;
  margin: auto;
}
.form_title{
  width: 100%;
  height: auto;
  padding: 1rem;
  text-align: center;
  font-size: 22px;
}
.form_container{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding: 2rem 3rem;
}
.form_content{
  max-width: 600px;
  width: 100%;
  height: auto;
}
.form_content_wrap_1{
  max-width: 450px;
  height: 100%;
  background-color: #004aad;
  padding: 3rem 2rem;
  color: white;
  border-radius: .5rem;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.form_content_wrap_1 h2{
  color: white;
  font-size: 22px;
  text-transform: capitalize;
  text-align: left;
}
.form_content_wrap_1 div{
  display: flex;
  align-items: center;
  padding: .5rem 0;
}
.form_content_wrap_1 div i{
  font-size: 22px;
  padding-right: .5rem;
  color: white;
}
.form_content_wrap_1 div span{
  text-transform: capitalize;
  font-weight: bold;
  font-size: 1.1rem;
}
.form_content_wrap_1 div p{
  font-size: 1rem;
}
.form_content_wrap_1 div a{
  color: white;
  font-size: 1rem;
}
.form_icon{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.query_form_wrap h2{
  font-size: 22px;
  text-transform: capitalize;
  color: #004aad;
  text-align: left;
}
.main_input{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.main_input p{
  padding: .2rem 0;
  text-transform: capitalize;
  color: #004aad;
}
.input_contect{
  width: 300px;
  height: auto;
}
.input_contect input{
  width: 100%;
  height: auto;
  padding: .7rem;
  color: #004aad;
  border: 1px solid #004aad;
  outline: none;
}
.input_contect input::placeholder{
  color: #004aad;
}
.textarea{
  width: 100%;
  height: auto;
}
.textarea p{
  padding: .2rem 0;
  text-transform: capitalize;
  color: #004aad;
}
.textarea textarea{
  width: 100%;
  padding: .7rem;
  border: 1px solid #004aad;
}
.textarea textarea::placeholder{
  color: #004aad;
  transform: translateY(.4rem);
}
.submit{
  width: 10rem;
  height: auto;
  padding: .2rem 0;
}
.submit input{
  width: 100%;
  padding: .7rem 0;
  border: 1px solid #004aad;
  background-color: transparent;
  font-size: 1rem;
  text-transform: capitalize;
  cursor: pointer;
  color: #004aad;
}

 


/* form css end */

.customer_container {
  width: 100%;
  height: auto;
  padding: 30px 50px;
}

.canvasjs-chart-credit {
  display: none;
}

.textes h1 {
  font-size: 23px;
  font-family: 'Nunito Sans', sans-serif;
}

.textes h4 {
  font-size: 22px;
    text-align: center;
  font-family: 'Nunito Sans', sans-serif;
}

/*.textes p {
      font-size: 17px;
    line-height: 24px;
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
  margin-top: 10px;
}*/

.textes .image_gif {
  display: flex;
  justify-content: center;
}

.image_gif .bg_gif {
  width: 34%;
  height: auto;
  padding: 10px;
}

.image_gif .bg_gif img {
  width: 100%;
  height: auto;
}

.moving_company_container {
  width: 100%;
  height: auto;
  padding: 30px 50px;
}

.moving_company_container h3 {
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
  margin-bottom: 20px;
font-size: 20px;
}

.moving_company_container_row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  border: 2px solid #ff8026;
  padding: 20px;
}

.moving_company_container_row a {
  font-size: 16px;
  text-decoration: none;
  font-family: 'Nunito Sans', sans-serif;
  background-color: #ff8026;
  color: #1D252F;
  padding: 10px;
  border: 1px solid #fff;
  transition: all 0.5s;
}

.moving_company_container_row a:hover {
  border: 1px solid #af642d;
  background-color: #fff;
  color: #000;
}

.moving_local_container {
  width: 100%;
  height: auto;
  padding: 30px 50px;
}

.moving_local_container h3 {
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
  margin-bottom: 20px;
  line-height: 26px;
font-size: 20px;
}

.moving_local_container_row ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.moving_local_container_row ul li {
  list-style: none;
  /* padding: 10px; */
  /* border: 1px solid #000; */
  margin: 10px;
  width: auto;
  height: auto;
  text-align: center;
  transition: all 0.4s;
  cursor: pointer;
}

/* .moving_local_container_row ul li:hover {
  border: 1px solid #af642d;
  background-color: red;
  color: #000!important;
} */

.moving_local_container_row ul li a {
  text-decoration: none;
  color: #000;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  transition: all 0.4s;
}

.moving_local_container_row ul li:hover a {
  background-color: white;
  color: black;

}

.table_container {
  width: 100%;
  height: auto;
  padding: 30px 50px;
}

.table_container h2 {
  text-align: center;
  font-size: 22px;
  font-family: 'Nunito Sans', sans-serif;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  text-align: left;
  padding: 8px;
  border: 1px solid #fff;
  font-family: 'Nunito Sans', sans-serif;
}

tr:nth-child(even) {
  background-color: rgba(126, 126, 126, .5);
}

.movers_container {
  width: 100%;
  height: auto;
  padding: 30px 50px;
}

.movers_container h3 {
  text-align: center;
  font-size: 22px;
  font-family: 'Nunito Sans', sans-serif;
}

.movers_container_row {
  display: flex;
}

.movers_container_row .movers_bg {
  width: 50%;
  height: auto;
  padding: 10px;
  overflow: hidden;
}

.movers_container_row .movers_bg img {
  width: 100%;
  height: 100%;
  box-shadow: 0px 5px 5px rgb(85 85 85/ 66%);
}

.movers_container_row .movers_content {
  width: 50%;
  padding: 10px;
}

.movers_content p {
 /* font-size: 18px;*/
  font-family: 'Nunito Sans', sans-serif;
  margin-top: 10px;
  line-height: 24px;
}

.movers_container p {
  /*font-size: 18px;*/
  font-family: 'Nunito Sans', sans-serif;
  margin-top: 10px;
  line-height: 24px;
}

.transport_container {
  width: 100%;
  height: auto;
  padding: 30px 50px;
}

.transport_content h2,h3 {
  font-size: 22px;
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
}

.transport_content p {
  font-size: 17px;
  font-family: 'Nunito Sans', sans-serif;
  line-height: 24px;
  margin-top: 10px;
}

.textes h2 {
    font-size: 20px;
    font-weight: bold;
}
/* faq start */

.contents{
  max-width: 90%;
  /*padding: 0 40px;*/
  margin: 0 auto;
}
.accordion-single  {
  border-bottom: 1px solid #efefef;
  margin-top: 10px;
}

.accordion-single-title {
  border-top: 1px solid #efefef;
  padding: 20px;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  color: #004aad;
  text-align: left;
}

.accordion-single-title::after{
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #004aad;
  border-right: solid 2px #004aad;
  transform: translateY(-50%) rotate(135deg);
}

.accordion-single-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease-in-out;
}

.accordion-single-content p {
  padding: 0 20px;
}

.accordion-single-item.is-open .accordion-single-content  {
  max-height: 350px;
  height: auto;
}

.accordion-single-item.is-open .accordion-single-title::after  {
  transform: translateY(-50%) rotate(315deg);
}
/* faq end */

summary {
  color: #fff;
  background: #ff8026;
  padding: 10px;
  list-style: none;
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
  font-size: 18px;
}

summary .question {
  float: left;
}

.down {
  font-family: 'Nunito Sans', sans-serif;
}

summary .fa {
  float: right;
}

/* button section */
.all_state{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin:0 auto;
    display: flex;
    padding: .5rem;
    gap: 1rem;
    background-color: #ff8026;
    border-radius: .5rem;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tablinks {
    max-width: 100px;
    width: 100%;
    height: auto;
    padding: .7rem;
    border: none;
    background-color: white;
    cursor: pointer;
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: .5rem;
}
.tabcontent {
    display: none;
}
.tabcontent.active_0{
    display: block;
}
.main_tabcontent{
    width: 100%;
    height: auto;
    padding: 2rem;
}
.state_button{
    background-color: #004aad;
    max-width: 650px;
    width: 100%;
    height: auto;
    padding: .5rem .8rem;
    border-radius: .5rem;
    margin: 0 auto;
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    justify-content: center;
}
.state_button span{
    width: auto;
    padding: .8rem;
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: .5rem;
    color: white;
}
.footer_buttons span i{
    transform: translateY(.1rem);
}
.footer_btn {
    width: auto;
    padding: .8rem;
    font-size: .9rem;
    border: none;
    cursor: pointer;
    position: relative;
    color: white;
    transition: .5s;
    background-color: white;
    border-radius: .5rem;
    color: black;
}
.state_1,.state_2,.state_3,.state_4,.state_5,.state_6,.state_7,.state_8,.other_1{
    display: none;
    margin: auto;
}
.state_contnet{
    margin: auto;
}
.ul_prent{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-between;
    padding: 1rem 3rem;
    overflow-y: scroll;
    gap: 1rem;
    flex-wrap: wrap;
}
.ul_prent ul{
    max-width: 250px;
    width: 100%;
    height: auto;
    padding: .5rem;
}
.ul_prent ul a{
    text-decoration: none;
    color: #ff8026;
}
/* button section end */

/*start footer container section*/
.footer_container {
  width: 100%;
  height: auto;
  padding: 30px 50px;
}

.footer_container .footer_container_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}

.footer_logo {
  width: 300px;
  text-align: center;
  margin-bottom: 20px;
}

.footer_container_row .col_1,
.col_2,
.col_3 {
  width: 30%;
  height: auto;
}

.footer_container_row .col_1 .footer_logo {
  width: 300px;
  text-align: center;
}

.footer_container_row .col_1,
.col_2,
.col_3,
.title {
  font-size: 24px;
  font-family: 'Nunito Sans', sans-serif;
  margin-bottom: 20px;
  text-align: center;
}

.footer_container_row .col_1,
.col_2,
.col_3,
ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.footer_container_row .col_1,
.col_2,
.col_3,
ul li {
  list-style: none;
  padding: 5px 0px;
  text-align: left;
  border-bottom: 1px dotted #000;
}

.footer_container_row .col_1,
.col_2,
.col_3,
ul li a {
  text-transform: capitalize;
  text-decoration: none;
  font-size: 16px;
  color: #000;
  border: none;
}

.footer_container .bottom_link {
  text-align: center;
  word-spacing: 10px;
}

.footer_container .bottom_link a {
  color: #000;
  font-size: 16px;
}

.footer_container .copy_right_area {
  width: 100%;
  height: auto;
  padding: 10px;
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
}

/*fixed contect button*/
.fixed_icon {
  position: fixed;
  z-index: 1;
  right: 10px;
  top: 70%;
}

.fixed_icon_bg {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.fixed_icon_bg img {
  width: 70px;
  height: auto;
}

.fixed_icon_bg .fa {
  color: #fff;
  font-size: 30px;
  background-color: #ff8026;
  padding: 10px;
  border-radius: 5px;
}

.about_container {
  width: 100%;
  height: auto;
  padding: 30px 50px;
}

.about_content h1 {
  font-size: 23px;
  font-family: 'Nunito Sans', sans-serif;
  line-height: 24px;
}

.about_content p {
  font-size: 17px;
  font-family: 'Nunito Sans', sans-serif;
  line-height: 24px;
  margin-top: 10px;
}

.about_content h3 {
  font-size: 22px;
  font-family: 'Nunito Sans', sans-serif;
}

.about_content ol li {
  font-size: 17px;
  font-family: 'Nunito Sans', sans-serif;
}

.cargo_container {
  width: 100%;
  height: auto;
  padding: 10px 50px;
}

.cargo_content h2 {
  font-size: 22px;
  font-family: 'Nunito Sans', sans-serif;
}

.cargo_content p {
  font-size: 17px;
  font-family: 'Nunito Sans', sans-serif;
  line-height: 24px;
  margin-top: 10px;
}

.table_item_faq {
            width: 100%;
            height: auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-evenly;
        }

        .table_content_faq {
            border: 1px solid #ff8026;
            padding: .5rem;
        }

        .table_content_faq a {
            color: #004aad;
            font-size: 1rem;
        }
        