@font-face {
  font-family: "mullerextrabold";
  font-weight: 400;
  font-style: normal;
  src: url(../../dist/font/fontfabric_-_muller-extrabold-webfont.woff2)
      format("woff2"),
    url(../../dist/font/fontfabric_-_muller-extrabold-webfont.woff)
      format("woff");
}

@font-face {
  font-family: "mullernormal";
  font-weight: 400;
  font-style: normal;
  src: url(../../dist/font/fontfabric_-_muller-medium-webfont.woff2)
      format("woff2"),
    url(../../dist/font/fontfabric_-_muller-medium-webfont.woff) format("woff");
}

.hero-section {
  height: 115vh;
}

.heading {
  margin: 0;
  font-size: 42px;
  line-height: 48px;
  color: #fbbd0e;
  padding-bottom: 15px;
}

.para {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  padding-top: 6px;
  color: #1b3348;
  font-weight: 400;
}

a.primary-btn.on-yellow {
  background-color: #387dff !important;
}

a.primary-btn.on-yellow::after,
a.primary-btn.on-yellow::before {
  background: url("/images/81028eed89ab36f13f151bfc222bfce4.svg") no-repeat !important;
}

.hero-section .hero-wrapper {
  /* display: table-cell; */
  width: 100%;
  vertical-align: middle;
  height: 100vh;
  background-color: #fbbd0e;
  position: relative;
}

.hero-section .hero-wrapper .main-section {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding-top: 130px;
}

.hero-section .hero-wrapper .rounded svg {
  fill: #fbbd0e;
}

.hero-section .main-section .content-wrapper {
  width: 40.5%;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  padding-right: 100px;
}

.hero-section .main-section .image-wrapper {
  width: 79.5%;
  max-width: 812px;
  display: inline-block;
}

.hero-section .main-section .content-wrapper h3 {
  color: #fff;
  font-size: 48px;
  line-height: 67px;
  margin: 0;
}

.hero-section .main-section .content-wrapper p {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  margin: 0;
  padding: 20px 0 35px 0;
  max-width: 535px;
}

.hero-section .main-section .image-wrapper img {
  width: 100%;
  height: 700px;
  object-position: center;
}

/******Headin section******/

.custom-heading {
  text-align: center;
  padding: 375px 0 70px 0;
}

.custom-heading h3 {
  margin: 0;
  color: #fbbd0e;
}

.custom-heading p {
  margin: 0;
  padding-top: 6px;
  color: #1b3348;
  max-width: 715px;
  margin: 0 auto;
}

/*********Box Section**********/

.box-section {
  display: table;
  width: 100%;
  vertical-align: middle;
  background-image: url("/images/Landing-One/Union.png");
  height: 100%;
  background-size: auto;
  /* background-size: 130% 221%; */
  background-position: top;
  padding-bottom: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.box-section .box-wrapper {
  padding: 0px 135px;
  background: #f8f5ef;
  margin: 0;
}

.box-section .box-wrapper:first-child {
  margin-top: 170px;
}

.box-section .box-wrapper .image-wrapper {
  max-width: 1088px;
  position: relative;
}

.box-section .box-wrapper .image-wrapper img {
  width: 100%;
}

.box-section .box-wrapper .content-wrapper {
  padding-left: 142px;
  max-width: 1475px;
  padding-top: 48px;
  padding-right: 0;
  padding-bottom: 92px;
}

.box-section .box-wrapper .content-wrapper h3.heading {
  padding-bottom: 13px;
}

.box-section .box-wrapper .content-wrapper p.para {
  line-height: 30px;
  max-width: 1222px;
}

.box-section .box-wrapper:nth-child(even) .image-wrapper {
  margin: 0 0 0 auto;
}

.box-section .box-wrapper:nth-child(even) .content-wrapper {
  padding-left: 250px;
  padding-right: 0px;
}

.box-section .box-wrapper:last-child {
  padding-bottom: 50px;
}

.box-section .box-wrapper .image-wrapper .bottom-image {
  max-width: 194px;
  position: absolute;
  bottom: 0;
  right: -95px;
}

.box-section .box-wrapper:nth-child(even) .image-wrapper .bottom-image {
  left: -95px;
  right: unset;
}

/*******Shipping******/

.start-shipping {
  background-size: cover;
  position: relative;
  margin-top: -50px;
  background: #f8f5ef;
  overflow: hidden;
}

.start-shipping .bg-image {
  min-height: 350px;
  background-image: unset;
  background: #fbbd0e;
  margin-top: -1px;
}

.start-shipping .rounded.top {
  z-index: 999;
  top: 0;
  bottom: 0;
  background-image: url(/images/Landing-One/shipping-bg-4.png);
  width: 100%;
  background-size: 100% 275%;
  background-position: 0 0;
}

.start-shipping .wrapper h2 {
  font-size: 42px;
  line-height: 54px;
  color: #fff;
  text-align: center;
  margin: 0;
  max-width: 1500px;
  padding: 50px 0 50px 0;
  margin: 0 auto;
}

.start-shipping .wrapper {
  max-width: 100%;
  margin-top: 149;
  background-image: url("/images/Rigid-Page/Canada.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  display: table;
  text-align: center;
  margin: 0 auto;
  top: 80px;
  z-index: 999999;
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
}

.rigid-page .start-shipping div#curve {
  background-image: unset;
  max-height: 150px;
  position: relative;
  width: 100%;
}

.start-shipping div#curve svg {
  fill: #fbbd0e;
}

.start-shipping .wrapper p {
  margin: 0;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  padding-bottom: 0px;
}

.start-shipping .wrapper a {
  margin: 65px 0 0 0;
}

/*****Box type section*******/

.box-type {
  padding: 50px 0 30px 0;
  overflow: hidden;
  margin-top: 0px;
  background-color: #fff;
  position: relative;
}

.box-type .heading-section {
  text-align: center;
  padding: 15px 0;
}

.box-type .slider-section {
  padding-top: 50px;
}

.box-type .heading-section h3 {
  font-size: 36px;
  color: #387dff;
  display: table;
  margin: 0 auto;
  position: relative;
}

.box-type .heading-section h3 svg {
  display: inline-block;
  position: absolute;
  right: -28px;
  top: -15px;
}

.box-type .slider-section .box-wrapper {
  display: inline-block;
  width: 24%;
  padding: 0 0px;
  margin: 0 7px;
  max-width: 540px;
  text-align: center;
  transition: 0.2s;
}

.box-type .slider-section .box-wrapper:hover {
  transition: 0.5s;
}

.box-type .slider-section .box-wrapper img {
  width: 100%;
  border: 1px solid #387dff;
  border-radius: 6px;
  height: 35rem;
  transition: 0.9s;
  object-fit: cover;
  display: table;
  object-position: center;
  max-height: 640px;
}

.box-type .slider-section .box-wrapper label {
  color: #387dff;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  padding-top: 20px;
  text-align: left;
  display: block;
  font-family: "mullerextrabold" !important;
  padding-left: 6px;
}

.box-type .slider-section .box-wrapper .image-wrapper {
  position: relative;
  z-index: -35;
}

.box-type .slider-section .box-wrapper .hover-image {
  position: absolute;
  bottom: 40px;
  right: 35px;
  opacity: 0;
  transition: 0.5s opacity;
}

.box-type .slider-section .box-wrapper .hover-image img {
  width: 60px;
  height: auto;
  border: 0;
}

.box-type .slider-section .box-wrapper:hover .hover-image,
.box-type .slider-section .box-wrapper:focus .hover-image {
  transition: 0.5s opacity;
  opacity: 1;
}

@media only screen and (max-width: 1500px) {
  .heading {
    font-size: 32px;
    line-height: 44px;
  }
  .para {
    font-size: 18px;
    line-height: 28px;
  }
  .custom-heading {
    padding: 250px 0 65px 0;
  }
  .hero-section .hero-wrapper {
    height: 100vh;
  }
  .hero-section .main-section .image-wrapper img {
    width: 100%;
    height: 462px;
    object-position: 0 0px;
  }
  .hero-section .main-section .image-wrapper {
    max-width: 536px;
  }
  .hero-section .main-section .content-wrapper {
    max-width: 568px;
    padding-right: 80px;
  }
  .hero-section .main-section .content-wrapper h3 {
    font-size: 40px;
    line-height: 52px;
  }
  .hero-section .main-section .content-wrapper p {
    max-width: 440px;
  }
  .hero-section .hero-wrapper .main-section {
    padding-top: 133px;
  }
  .custom-heading h3 {
    padding-bottom: 0;
  }
  .box-section .box-wrapper .image-wrapper {
    max-width: 720px;
  }
  .box-section .box-wrapper .content-wrapper p.para {
    line-height: 28px;
    max-width: 809px;
  }
  .box-section .box-wrapper .image-wrapper .bottom-image {
    max-width: 111px;
    right: -55px;
  }
  .box-section .box-wrapper:nth-child(even) .image-wrapper .bottom-image {
    left: -55px;
  }
  .box-section .box-wrapper .content-wrapper {
    max-width: 900px;
    padding-left: 80px;
  }
  .box-section .box-wrapper:nth-child(even) .content-wrapper {
    padding-left: 00px;
    padding-right: 75px;
  }
  .box-section .box-wrapper:nth-child(3) .content-wrapper,
  .box-section .box-wrapper:nth-child(5) .content-wrapper {
    padding-left: 190px;
    max-width: 1010px;
    margin: 0 0 0 auto;
  }
  .box-type .slider-section .box-wrapper img {
    max-width: unset;
    max-height: 300px;
  }
  .box-type .slider-section .box-wrapper {
    max-width: 440px;
    margin: 0 10px;
  }
  .start-shipping .wrapper h2 {
    font-size: 42px;
    line-height: 54px;
    padding: 50px 0 40px 0;
  }
  .start-shipping .wrapper a {
    margin: 30px 0 0 0;
  }
  .start-shipping .bg-image {
    min-height: 350px;
  }
  .box-section .box-wrapper:nth-child(3) .content-wrapper p,
  .box-section .box-wrapper:nth-child(5) .content-wrapper p {
    padding-right: 5px;
  }
  .box-section .box-wrapper:first-child {
    margin-top: 100px;
  }
}

@media only screen and (height: 1024px) {
  .hero-section {
    height: 68vh;
  }
  .hero-section .hero-wrapper {
    height: 59vh;
  }
  .custom-heading {
    padding: 170px 0 60px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .box-type .slider-section .box-wrapper {
    max-width: 240px;
  }
  .box-type .slider-section .box-wrapper img {
    max-width: 240px;
    max-height: 240px;
  }
  .box-type {
    overflow: hidden;
  }
  .hero-section .main-section .content-wrapper h3 {
    font-size: 27px;
    line-height: 35px;
  }
  .hero-section .main-section .content-wrapper p {
    font-size: 18px;
    line-height: 26px;
  }
  .hero-section {
    height: 52vh;
  }
  .box-type .slider-section .box-wrapper .hover-image img {
    width: 45px;
  }
  .box-type .slider-section .box-wrapper .hover-image {
    bottom: 30px;
    right: 30px;
  }
  .rigid-page .start-shipping div#curve {
    max-height: 100px;
  }
  .start-shipping .wrapper h2 {
    max-width: 800px;
    font-size: 30px;
    line-height: 35px;
    padding: 50px 0 50px 0;
  }
  .start-shipping .wrapper {
    margin-top: 0;
    top: 60px;
  }
  .start-shipping .wrapper .image-wrapper img {
    width: 100px;
  }
  .box-section .box-wrapper:nth-child(3) .content-wrapper,
  .box-section .box-wrapper:nth-child(5) .content-wrapper {
    padding-left: 80px;
  }
  .hero-section .hero-wrapper {
    height: 48vh;
  }
  .custom-heading {
    padding: 130px 0 65px 0;
  }
}

@media screen and (width: 1024px) and (orientation: landscape) {
  .hero-section {
    height: 90vh;
  }
  .hero-section .hero-wrapper {
    height: 82vh;
  }
  .custom-heading {
    padding: 180px 0 60px 0;
  }
}

@media only screen and (max-width: 991px) {
  .box-type .slider-section .box-wrapper {
    max-width: 240px;
  }
  .box-type .slider-section .box-wrapper img {
    max-width: 240px;
    max-height: 250px;
  }
  .box-type {
    overflow: hidden;
  }
  .hero-section .main-section .content-wrapper h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .hero-section .main-section .content-wrapper p {
    font-size: 14px;
    line-height: 23px;
  }
  .hero-section {
    height: 87vh;
  }
  .hero-section .main-section .content-wrapper {
    max-width: 468px;
    padding-right: 30px;
  }
  .hero-section .main-section .image-wrapper {
    max-width: 348px;
  }
  .hero-section .main-section .image-wrapper img {
    height: auto;
  }
  .hero-section .hero-wrapper {
    height: 60vh;
  }
  .hero-section {
    height: 49vh;
  }
  .custom-heading {
    padding: 170px 0 70px 0;
  }
  .box-section .box-wrapper {
    padding: 0 50px;
  }
  .box-section .box-wrapper .image-wrapper {
    max-width: 420px;
  }
  .box-section .box-wrapper .image-wrapper .bottom-image {
    max-width: 90px;
    right: -43px;
  }
  .heading {
    font-size: 24px;
    line-height: 33px;
  }
  .para {
    font-size: 14px;
    line-height: 24px;
  }
  .box-section .box-wrapper .content-wrapper p.para {
    line-height: 25px;
  }
  .box-section .box-wrapper .content-wrapper {
    padding-left: 0;
    max-width: 100%;
  }
  .box-section .box-wrapper:nth-child(even) .content-wrapper {
    padding-right: 0;
  }
  .box-section .box-wrapper:nth-child(3) .content-wrapper,
  .box-section .box-wrapper:nth-child(5) .content-wrapper {
    max-width: 100%;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .hero-section .main-section .content-wrapper h3 {
    font-size: 32px;
    line-height: 44px;
  }
  .hero-section .hero-wrapper {
    height: 113vh;
  }
  .hero-section .main-section .content-wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0 5px;
  }
  .hero-section .main-section .content-wrapper a.primary-btn.on-yellow {
    margin: 0 auto 50px auto;
    display: table;
  }
  .hero-section .hero-wrapper .main-section {
    max-width: 345px;
    margin: 0 auto;
    display: table;
    padding-top: 110px;
  }
  .hero-section {
    height: 100%;
  }
  .hero-section .main-section .content-wrapper p {
    font-size: 16px;
    line-height: 28px;
    padding: 10px 0 30px 0;
  }
  .hero-section .main-section .image-wrapper {
    max-width: 335px;
    width: 100%;
  }
  .custom-heading h3 {
    padding: 0 15px;
  }
  .custom-heading {
    padding: 65px 0 35px 0;
  }
  .custom-heading p {
    padding: 20px 25px 0 25px;
  }
  .box-section .box-wrapper:first-child {
    margin-top: 40px;
  }
  .box-section {
    background-size: 275% 87%;
  }
  .box-section .box-wrapper .image-wrapper {
    max-width: 335px;
  }
  .box-section .box-wrapper {
    padding: 0 20px;
  }
  .box-section .box-wrapper .image-wrapper img {
    height: 298px;
  }
  .box-section .box-wrapper .image-wrapper .bottom-image {
    max-width: 92px;
    right: 0;
    bottom: -63px;
  }
  .box-section .box-wrapper .image-wrapper .bottom-image img {
    height: auto;
  }
  .para {
    font-size: 14px;
    line-height: 22px;
  }
  .box-section .box-wrapper .content-wrapper {
    padding-top: 90px;
    padding-bottom: 40px;
    /* max-width: 270px; */
  }
  .box-section .box-wrapper:nth-child(even) .image-wrapper .bottom-image {
    left: 0;
    bottom: -35px;
  }
  .box-section .box-wrapper:nth-child(even) .content-wrapper {
    padding-top: 60px;
  }
  .box-section .box-wrapper .content-wrapper h3.heading {
    padding-bottom: 10px;
  }
  .start-shipping .wrapper h2 {
    font-size: 24px;
    line-height: 36px;
    padding: 25px 0 30px 0;
  }
  .start-shipping .wrapper .image-wrapper img {
    width: 70px;
  }
  .start-shipping .bg-image {
    min-height: 300px;
    background-size: contain;
    background-image: unset;
    background-position: 0 -36px;
  }
  .start-shipping .wrapper p {
    font-size: 16px;
    line-height: 28px;
  }
  .start-shipping .wrapper {
    max-width: 335px;
    top: 50px;
  }
  .start-shipping .wrapper a {
    margin: 0px 0 0 0;
  }
  .box-type .heading-section h3 {
    font-size: 24px;
    line-height: 55px;
  }
  .box-type {
    padding: 20px 0 30px 0;
  }
  .box-type .heading-section {
    padding: 0;
  }
  .box-type .heading-section h3 svg {
    right: -25px;
    top: -7px;
  }
  .box-type .slider-section .box-wrapper label {
    font-size: 24px;
    line-height: 19px;
    font-weight: normal;
    padding-left: 3px;
    padding-top: 12px;
    font-family: "mullernormal" !important;
  }
  .box-type .slider-section .box-wrapper img {
    max-width: 183px;
    max-height: 170px;
  }
  .box-type .slider-section .box-wrapper {
    max-width: 176px;
    margin: 0 8px;
  }
  .box-type .slider-section .box-wrapper .hover-image img {
    width: 35px;
  }
  .box-type .slider-section .box-wrapper .hover-image {
    bottom: 20px;
    right: 20px;
  }
  .start-shipping .rounded.top {
    background-image: url(/images/Landing-One/Flag-Mobile.png);
  }
  .box-section .box-wrapper:nth-child(3) .image-wrapper .bottom-image,
  .box-section .box-wrapper:nth-child(5) .image-wrapper .bottom-image {
    bottom: -45px;
  }
  .box-section .box-wrapper:nth-child(3) .content-wrapper,
  .box-section .box-wrapper:nth-child(5) .content-wrapper {
    padding-top: 70px;
  }
  .box-section .box-wrapper:nth-child(4) .image-wrapper .bottom-image,
  .box-section .box-wrapper:nth-child(6) .image-wrapper .bottom-image {
    right: 0;
    left: unset;
  }
  .box-section .box-wrapper:nth-child(5) .image-wrapper .bottom-image {
    left: 0;
    right: unset;
  }
  .box-section .box-wrapper .content-wrapper p.para {
    padding-right: 0;
    max-width: 335px;
    font-size: 16px;
    line-height: 28px;
  }
  .rigid-page .start-shipping div#curve {
    max-height: 40px;
  }
  .box-section .box-wrapper:nth-child(6) .image-wrapper .bottom-image {
    bottom: -45px;
  }
  .box-section .box-wrapper:nth-child(2) .image-wrapper .bottom-image {
    bottom: -65px;
  }
  .box-type .slider-section {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 320x) {
  .hero-section .main-section .content-wrapper {
    padding: 0 21px;
  }
}

/***Footer Facebook Icon***/

.pack-social-links .fa-facebook-f:before {
  content: "\F09A";
}
