.home-page .intro-section {
  background-image: url("../../assets/images/home_page/section1-bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.home-page .intro-section .intro-content {
  padding-left: 60px;
}
.home-page .intro-section .intro-content p {
  margin-bottom: 60px;
}
.home-page .intro-section .intro-content .intro-btns-section {
  display: flex;
}
.home-page .intro-section .intro-content .intro-btns-section .mark-block-btn {
  margin-right: 10px;
}
.home-page .instant-rate-section {
  position: relative;
  overflow: hidden;
  background-color: #f8f8f8;
}
.home-page .instant-rate-section .instant-rate-form {
  width: 65%;
  padding-right: 50px;
}
.home-page .instant-rate-section .instant-rate-form .shipment-type {
  display: flex;
  align-items: center;
}
.home-page .instant-rate-section .instant-rate-form .shipment-type span {
  font-size: 14px;
  margin-right: 10px;
  font-weight: 500;
  color: #6b7983;
}
.home-page
  .instant-rate-section
  .instant-rate-form
  .shipment-type
  .shipment-type-selection {
  padding: 15px 30px;
  padding-left: 45px;
  border: 1px solid rgba(107, 121, 131, 0.2);
  margin-left: 10px;
  border-radius: 3px;
  position: relative;
  color: #6b7983;
  user-select: none;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.1s ease;
}
.home-page
  .instant-rate-section
  .instant-rate-form
  .shipment-type
  .shipment-type-selection::before {
  content: "";
  height: 75%;
  width: 30px;
  position: absolute;
  display: flex;
  align-items: center;
  left: 5px;
  top: 5px;
  justify-content: center;
  font-family: "Font Awesome 5 Pro";
  font-size: 9px;
  transition: none;
  border-radius: 3px;
}
.home-page
  .instant-rate-section
  .instant-rate-form
  .shipment-type
  .shipment-type-selection.active {
  border-color: #e84f14;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  transform: scale(1.01);
}
.home-page
  .instant-rate-section
  .instant-rate-form
  .shipment-type
  .shipment-type-selection.active::before {
  background-color: #e84f14;
  color: #fff;
  font-weight: bold;
}
.home-page
  .instant-rate-section
  .instant-rate-form
  .shipment-type
  .shipment-type-selection:hover {
  border-color: #e84f14;
}
.home-page
  .instant-rate-section
  .instant-rate-form
  .mark-shipment-destinations {
  justify-content: space-between;
}
.home-page
  .instant-rate-section
  .instant-rate-form
  .mark-shipment-destinations
  .mark-home-formfield {
  width: 48%;
  margin: 30px 0px;
  background: #fff;
}
.home-page .instant-rate-section .instant-rate-form .custom-field {
  background-color: #fff;
}
.home-page .instant-rate-section .instant-rate-form .mark-block-btn {
  width: 100%;
  margin-top: 10px;
}
.home-page .valueProp-and-buildFlex {
  position: relative;
  background-color: #f8f8f8;
}
.home-page .valueProp-and-buildFlex .value-proposition-section {
  height: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.home-page .valueProp-and-buildFlex .value-proposition-section .mark-heading-2 {
  margin: 15px 0px;
}
.home-page .valueProp-and-buildFlex .build-flexible-section {
  height: 40%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.home-page .how-it-works {
  margin: 0px 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.home-page .how-it-works .mark-heading-2 {
  margin-bottom: 20px;
}
.home-page .how-it-works .mark-process-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 30px 0px;
}
.home-page .how-it-works .mark-process-wrapper .process-section {
  width: 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.home-page
  .how-it-works
  .mark-process-wrapper
  .process-section
  .mark-process-img {
  height: 120px;
  width: 65%;
  margin: 15px 0px;
}
.home-page
  .how-it-works
  .mark-process-wrapper
  .process-section
  .mark-process-img
  img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.home-page
  .how-it-works
  .mark-process-wrapper
  .process-section
  .mark-process-desc
  p {
  line-height: 1.71;
}
.home-page .how-it-works .mark-process-wrapper .process-section.col-inverse {
  flex-direction: column-reverse;
  padding-top: 0px !important;
}
.home-page
  .how-it-works
  .mark-process-wrapper
  .process-section.col-inverse
  .mark-process-img {
  margin-top: 15px;
}
.home-page .how-it-works .mark-process-wrapper .process-line-bg {
  width: 100%;
  position: absolute;
  z-index: -1;
}
.home-page .how-it-works .mark-process-wrapper .process-line-bg img {
  width: 100%;
  object-fit: contain;
}
.home-page .how-it-works h3 {
  margin-bottom: 0px;
}
@media only screen and (min-width: 1025px) {
  .home-page .intro-section .intro-content {
    padding-left: 4.39vw !important;
  }
  .home-page .intro-section .intro-content p {
    margin-bottom: 4.39vw !important;
  }
  .home-page .intro-section .intro-content .intro-btns-section .mark-block-btn {
    margin-right: 0.73vw !important;
  }
  .home-page .instant-rate-section .instant-rate-form {
    padding-right: 3.66vw !important;
  }
  .home-page .instant-rate-section .instant-rate-form .shipment-type span {
    font-size: 1.02vw !important;
    margin-right: 0.73vw !important;
  }
  .home-page
    .instant-rate-section
    .instant-rate-form
    .shipment-type
    .shipment-type-selection {
    padding: 1.09vw 2.19vw !important;
    padding-left: 3.29vw !important;
    margin-left: 0.73vw !important;
    border-radius: 0.21vw !important;
  }
  .home-page
    .instant-rate-section
    .instant-rate-form
    .shipment-type
    .shipment-type-selection::before {
    width: 2.19vw !important;
    left: 0.366vw !important;
    top: 0.366vw !important;
    font-size: 0.65vw !important;
    border-radius: 0.21vw !important;
  }
  .home-page
    .instant-rate-section
    .instant-rate-form
    .mark-shipment-destinations
    .mark-home-formfield {
    margin: 2.19vw 0 !important;
  }
  .home-page .instant-rate-section .instant-rate-form .mark-block-btn {
    margin-top: 0.73vw !important;
  }
  .home-page
    .valueProp-and-buildFlex
    .value-proposition-section
    .mark-heading-2 {
    margin: 1.09vw 0 !important;
  }
  .home-page .how-it-works {
    margin: 0 9.51vw !important;
  }
  .home-page .how-it-works .mark-heading-2 {
    margin-bottom: 1.46vw !important;
  }
  .home-page .how-it-works .mark-process-wrapper {
    padding: 2.19vw 0 !important;
  }
  .home-page
    .how-it-works
    .mark-process-wrapper
    .process-section
    .mark-process-img {
    height: 8.78vw !important;
    margin: 1.09vw 0 !important;
  }
  .home-page
    .how-it-works
    .mark-process-wrapper
    .process-section.col-inverse
    .mark-process-img {
    margin-top: 1.09vw !important;
  }
}
@media only screen and (max-width: 1024px) {
  .home-page .intro-section {
    padding: 100px 50px;
  }
  .home-page .intro-section .intro-content {
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home-page .intro-section .intro-content h1 {
    text-align: center;
  }
  .home-page .intro-section .intro-content p {
    margin-bottom: 60px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .home-page .instant-rate-section {
    flex-direction: column;
    overflow: visible;
    padding: 50px 0px !important;
  }
  .home-page .instant-rate-section .mark-heading-2 {
    margin: 30px 0px !important;
  }
  .home-page .instant-rate-section .instant-rate-form {
    padding-right: 0px;
  }
  .home-page .valueProp-and-buildFlex {
    padding: 50px;
  }
  .home-page .valueProp-and-buildFlex .value-proposition-section {
    height: auto;
  }
  .home-page
    .valueProp-and-buildFlex
    .value-proposition-section
    .mark-heading-2 {
    margin: 15px 0px;
  }
  .home-page .valueProp-and-buildFlex .build-flexible-section {
    height: auto;
    padding: 50px 0;
  }
  .home-page .valueProp-and-buildFlex .build-flexible-section br {
    display: none;
  }
  .home-page .how-it-works {
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px !important;
  }
  .home-page .how-it-works .mark-heading-2 {
    margin-bottom: 20px;
  }
  .home-page .how-it-works .mark-process-wrapper {
    flex-direction: column;
    width: 100%;
    padding: 30px;
  }
  .home-page .how-it-works .mark-process-wrapper .process-section {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin: 40px 0px;
  }
  .home-page
    .how-it-works
    .mark-process-wrapper
    .process-section
    .mark-process-img {
    margin: 15px 0px;
    height: 150px;
    width: 150px;
  }
  .home-page
    .how-it-works
    .mark-process-wrapper
    .process-section
    .mark-process-img
    img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .home-page
    .how-it-works
    .mark-process-wrapper
    .process-section
    .mark-process-desc
    h4 {
    font-size: 22px !important;
  }
  .home-page
    .how-it-works
    .mark-process-wrapper
    .process-section
    .mark-process-desc
    p {
    line-height: 1.5;
    font-size: 18px !important;
  }
  .home-page
    .how-it-works
    .mark-process-wrapper
    .process-section
    .mark-process-desc
    p
    br {
    display: none;
  }
  .home-page .how-it-works .mark-process-wrapper .process-section.col-inverse {
    flex-direction: column;
    padding-top: 0px !important;
  }
  .home-page
    .how-it-works
    .mark-process-wrapper
    .process-section.col-inverse
    .mark-process-img {
    margin-top: 15px;
  }
  .home-page .how-it-works .mark-process-wrapper .process-line-bg {
    display: none;
  }
  .home-page .how-it-works h3 {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .home-page br {
    display: none !important;
  }
  .home-page .intro-section {
    height: calc(100vh - 130px) !important;
    padding: 20px 40px !important;
  }
  .home-page .intro-section .intro-content {
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    height: 100%;
  }
  .home-page .intro-section .intro-content p {
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 14px;
  }
  .home-page .intro-section .intro-content .mark-heading-1 {
    font-size: 26px;
  }
  .home-page .intro-section .intro-content .intro-btns-section {
    flex-direction: column;
    width: 100%;
  }
  .home-page .intro-section .intro-content .intro-btns-section a {
    margin: 5px 0px !important;
  }
  .home-page .instant-rate-section {
    padding: 30px !important;
  }
  .home-page .instant-rate-section .instant-rate-form {
    width: 100%;
  }
  .home-page .instant-rate-section .instant-rate-form .shipment-type {
    display: flex;
    flex-direction: column;
  }
  .home-page .instant-rate-section .instant-rate-form .shipment-type span {
    font-size: 14px;
    margin-right: 10px;
    font-weight: 500;
    color: #6b7983;
  }
  .home-page
    .instant-rate-section
    .instant-rate-form
    .shipment-type
    .shipment-type-selection {
    width: calc(100% - 80px);
    margin: 10px 0;
  }
  .home-page
    .instant-rate-section
    .instant-rate-form
    .mark-shipment-destinations {
    justify-content: space-between;
  }
  .home-page
    .instant-rate-section
    .instant-rate-form
    .mark-shipment-destinations
    .mark-home-formfield {
    width: 100%;
    background: #fff;
    margin: 10px 0px;
  }
  .home-page .instant-rate-section .instant-rate-form .custom-field {
    background-color: #fff;
    margin: 10px 0px;
  }
  .home-page .valueProp-and-buildFlex {
    padding: 30px;
  }
  .home-page .valueProp-and-buildFlex .value-proposition-section {
    height: auto;
  }
  .home-page
    .valueProp-and-buildFlex
    .value-proposition-section
    .mark-heading-2 {
    margin: 15px 0px;
  }
  .home-page .valueProp-and-buildFlex .build-flexible-section {
    height: auto;
    padding: 50px 0;
  }
  .home-page .valueProp-and-buildFlex .build-flexible-section br {
    display: none;
  }
  .home-page .how-it-works {
    padding: 50px 30px !important;
  }
  .home-page .how-it-works .mark-process-wrapper .process-section {
    margin: 0px;
    margin-bottom: 40px;
  }
  .home-page
    .how-it-works
    .mark-process-wrapper
    .process-section
    .mark-process-img {
    margin: 15px 0px;
    height: 100px;
    width: 100px;
  }
  .home-page
    .how-it-works
    .mark-process-wrapper
    .process-section
    .mark-process-desc
    h4 {
    font-size: 16px !important;
  }
  .home-page
    .how-it-works
    .mark-process-wrapper
    .process-section
    .mark-process-desc
    p {
    line-height: 1.5;
    font-size: 14px !important;
  }
  .home-page
    .how-it-works
    .mark-process-wrapper
    .process-section
    .mark-process-desc
    p
    br {
    display: none;
  }
  .home-page .how-it-works .mark-process-wrapper .process-section.col-inverse {
    flex-direction: column;
    padding-top: 0px !important;
  }
  .home-page
    .how-it-works
    .mark-process-wrapper
    .process-section.col-inverse
    .mark-process-img {
    margin-top: 15px;
  }
}
