/*--------------
    Start Home page css
    --------------*/
body {
  background-color: #fff;
  color: #424242;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  padding: 0;
  word-wrap: break-word;
}

/* start Header css */
.header {
  display: flex;
  flex: 1;
  justify-content: space-between;
  padding: 20px 0;
  align-items: center;
}
.header .header-left {
  width: 40%;
}
.header .header-right {
  width: 60%;
  justify-content: flex-end;
  display: flex;
  padding-left: 60px;
}
.homepage .btn:focus,
.homepage .btn:hover {
  color: #f1f1f1;
  text-decoration: none;
}
.btn-free-account {
  font-size: 16px;
  line-height: 18px;
  padding: 12px 24px;
  border: 2px solid #001c5b;
  background: #001c5b;
  color: #fff;
  min-width: 220px;
}
.btn-free-account.focus,
.btn-free-account:focus,
.btn-free-account:hover {
  color: #fff;
  text-decoration: none;
}
.btn-login {
  font-size: 16px;
  line-height: 18px;
  padding: 12px 24px;
  border: 2px solid rgba(243, 243, 243, 0);
  border-color: #1c54b5;
  color: #000;
  min-width: 220px;
  margin-left: 20px;
}
.btn-login.focus,
.btn-login:focus,
.btn-login:hover {
  color: #fff;
  text-decoration: none;
  background: #001c5b;
  border-color: #001c5b;
}

/* Start Banner css */
.banner {
  position: relative;
  background-image: url(../images/independent-mover.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  /* border-style: solid; */
  border-width: 0;
  background-clip: border-box;
  border-color: #bababa;
  border-bottom-width: 40px;
  width: 100%;
  min-height: 500px;
  padding-top: 100px;
  padding-bottom: 80px;
  color: #ffffff;
}
.banner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.33);
}
.banner-content-wrap {
  position: relative;
  z-index: 1;
}
.banner-content {
  width: 70%;
}
.banner-content h1 {
  font-weight: 800;
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.banner-content p {
  font-size: 18px;
}
.banner-content .btn-join-free {
  font-size: 18px;
  line-height: 18px;
  border: 1px solid #d10023;
  border-radius: 0px;
  padding: 20px 28px;
  width: 400px;
  background: #dd002f;
  color: #fff;
  margin: 25px 0;
}
.banner-content .app-btns a {
  margin-right: 20px;
}

/* Start Services css */
.service-wrap {
  margin-top: -50px;
  position: relative;
  padding-bottom: 80px;
}
.homepage-services .service-box {
  width: 50%;
  float: left;
  text-align: center;
  color: #fff;
  border: none;
  background: transparent;
  padding: 0;
}
.homepage-services .service-box-red {
  background-color: #b80128;
  box-shadow: 0px 5px 8px 0.5px rgb(0 0 0 / 25%);
  padding: 20px 50px;
  margin-right: 10px;
}
.homepage-services .service-box h2 {
  font-weight: 800;
  font-size: 16px;
}
.homepage-services .service-box img {
  margin: 12px 0;
}
.homepage-services .service-box p {
  font-size: 14px;
  margin-bottom: 30px;
}
.homepage-services .service-box-blue {
  background-color: #002868;
  box-shadow: 0px 5px 8px 0.5px rgb(0 0 0 / 25%);
  padding: 20px 50px;
  margin-left: 10px;
}

/* Start Service Details */
.service-details {
  background-image: url(../images/export-flip.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  min-height: 400px;
  border-bottom: 3px solid #dd002f;
}
.service-details-wrap {
  padding: 30px 20px;
}
.service-details-wrap .btn,
.become-member .btn {
  font-size: 18px;
  line-height: 18px;
  border: 1px solid #d10023;
  border-radius: 0px;
  padding: 14px 28px;
  background: #dd002f;
  color: #fff;
  margin: 30px 0;
}
.service-details .service-details-left {
  width: 47.33%;
}
.service-details-wrap .media-left img {
  width: 90px;
  height: auto;
}
.service-details .service-details-left h1,
.boots-ground-details .service-details-right h1,
.simple-process h1 {
  font-weight: 800;
  font-size: 35px;
  line-height: 1;
  color: #353535;
}
.service-details .service-details-left p,
.boots-ground-details .service-details-right p,
.simple-process p {
  font-size: 18px;
  margin-bottom: 40px;
}
.service-details .service-details-left .media,
.boots-ground-details .service-details-right .media {
  margin-top: 30px;
}
.service-details .service-details-left .media p,
.boots-ground-details .service-details-right .media p {
  margin-bottom: 10px;
}
.service-details .service-details-left .media-left,
.boots-ground-details .service-details-right .media-left {
  padding-right: 30px;
}
.boots-ground-details {
  background-image: url(../images/Row-3-11.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  min-height: 400px;
  border-top: 1px solid #2577e0;
  border-bottom: 1px solid #2d396d;
}
.boots-ground-details .service-details-left {
  width: 51.58%;
  float: left;
}
.boots-ground-details .service-details-right {
  width: 48.42%;
  float: right;
}
.boots-ground-details .service-details-right .approval-process {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}
.boots-ground-details .service-details-right .approval-process p {
  flex: 1;
  color: #0f3572;
  font-size: 22px;
}

/* Start Simple Process Css */
.simple-process {
  background: #fff;
}
.simple-process-wrap {
  padding: 30px 0px;
}
.simple-process-list {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.simple-process-list .simple-process-list-wrap {
  flex: 1;
  padding: 20px;
  margin: 0 10px;
  background-color: #ffffff;
  border: 2px solid #f7f7f7;
  box-shadow: 0px 5px 8px 0.5px rgb(0 0 0 / 29%);
}
.simple-process-list .list-content h2 {
  font-weight: 800;
  font-size: 16px;
  color: #353535;
  line-height: 1.4;
}
.simple-process-list .list-content p {
  font-size: 14px;
  color: #353535;
  margin-bottom: 0;
}

/* Become Number css */
.become-member {
  background: #fff;
}
.become-member p {
  font-size: 24px;
  margin: 20px 0;
}
.become-member .btn {
  min-width: 300px;
}

/*--------------
    Start Subscription css
    --------------*/
/*-------------------
Subscription Plans wrap
--------------------*/
.subscription-wrap {
  background-image: url(../images/us-flag.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 860px;
}

.subscription-overlay {
  background-color: rgba(255, 255, 255, 0.83);
  position: relative;
}

.subscription-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 32%,
    rgba(255, 255, 255, 1) 42%,
    rgba(255, 255, 255, 0.91) 47%,
    rgba(237, 237, 237, 0) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(32%, rgba(255, 255, 255, 1)),
    color-stop(42%, rgba(255, 255, 255, 1)),
    color-stop(47%, rgba(255, 255, 255, 0.91)),
    color-stop(100%, rgba(237, 237, 237, 0))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 32%,
    rgba(255, 255, 255, 1) 42%,
    rgba(255, 255, 255, 0.91) 47%,
    rgba(237, 237, 237, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 32%,
    rgba(255, 255, 255, 1) 42%,
    rgba(255, 255, 255, 0.91) 47%,
    rgba(237, 237, 237, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 32%,
    rgba(255, 255, 255, 1) 42%,
    rgba(255, 255, 255, 0.91) 47%,
    rgba(237, 237, 237, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 32%,
    rgba(255, 255, 255, 1) 42%,
    rgba(255, 255, 255, 0.91) 47%,
    rgba(237, 237, 237, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

/* ---------------
pricing background start
------------------*/

.bg-gradient-blue {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3485f1+0,0b4ca2+100 */
  background: #3485f1;
  /* Old browsers */
  background: -moz-linear-gradient(left, #3485f1 0%, #0b4ca2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3485f1 0%, #0b4ca2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3485f1 0%, #0b4ca2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3485f1', endColorstr='#0b4ca2', GradientType=1);
  /* IE6-9 */
}

.bg-gradient-green {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#73c51b+1,578d0a+100 */
  background: #73c51b;
  /* Old browsers */
  background: -moz-linear-gradient(left, #73c51b 1%, #578d0a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #73c51b 1%, #578d0a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #73c51b 1%, #578d0a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73c51b', endColorstr='#578d0a', GradientType=1);
  /* IE6-9 */
}

.bg-gradient-pink {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef496c+2,c20d33+100 */
  background: #ef496c;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ef496c 2%, #c20d33 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ef496c 2%, #c20d33 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ef496c 2%, #c20d33 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef496c', endColorstr='#c20d33', GradientType=1);
  /* IE6-9 */
}

.bg-gradient-orange {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcbb48+2,e28204+100 */
  background: #fcbb48;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fcbb48 2%, #e28204 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fcbb48 2%, #e28204 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fcbb48 2%, #e28204 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcbb48', endColorstr='#e28204', GradientType=1);
  /* IE6-9 */
}

.pricing-footer-bg-blue {
  background-color: #3384ef;
}

.pricing-footer-bg-green {
  background-color: #73c51b;
}

.pricing-footer-bg-pink {
  background-color: #f64a6e;
}

.pricing-footer-bg-orange {
  background-color: #eb951b;
}

.text-blue {
  color: #3384ef;
}

.text-green {
  color: #73c51b;
}

.text-pink {
  color: #f64a6e;
}

.text-orange {
  color: #eb951b;
}

/*--------------------
pricing background end
---------------------*/

/*---------
   price
----------*/
.pricing {
  transition-duration: 0.3s;
  box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

.pricing:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.pricing-header {
  border-radius: 15px 15px 0 0;
  height: 120px;
  position: relative;
}

.offer {
  position: absolute;
  left: 8px;
  top: 0;
  background-image: url(../images/offer-bg.png);
  background-repeat: no-repeat;
  width: 70px;
  height: 80px;
  text-align: center;
  padding: 6px 0px;
}

.offer span {
  color: #bf0a30;
  font-size: 21px;
  font-weight: 500;
  margin: 0;
}

.offer b {
  color: #bf0a30;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.pricing-header p {
  color: #73c51b;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 50px;
  text-transform: uppercase;
  width: 80px;
  margin: 30px auto 0;
  display: inline-block;
}

.pricing-header h6.pricing-title {
  text-transform: uppercase;
  color: #fff;
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  padding: 55px 0 0;
}

.pricing-header h5.pricing-title {
  text-transform: uppercase;
  color: #fff;
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  padding: 10px 0;
}

.pricing-price {
  font-size: 30px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

.pricing-price span.pricing-currency {
  vertical-align: 25px;
}

.pricing-price span {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
}

.pricing-price p {
  color: #313131;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  padding-top: 20px;
  margin: 0;
}

.pricing-price i {
  border-bottom: 1px solid #d9d9d9;
  display: block;
  padding-bottom: 10px;
}

.pricing-body {
  background-color: #fff;
  padding: 0 15px;
}

.pricing-body ul.pricing-list {
  padding: 0;
  margin-bottom: 0px;
}

.pricing-body ul.pricing-list li {
  list-style: none;
  color: #313131;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding: 20px 0px;
  border-bottom: 1px solid #d9d9d9;
}

.pricing-footer {
  background: #fff;
  border-radius: 0 0 15px 15px;
}

.pricing-footer a {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 19px;
  color: #fff;
  padding: 12px 40px;
  display: inline-block;
  border-radius: 3px;
}

.pricing-footer a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #232323 !important;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}

.pricing .ribbon-wrapper {
  width: 132px;
  height: 130px;
  overflow: hidden;
  position: absolute;
  top: -4px;
  right: -4px;
}

.pricing .ribbon {
  font: bold 11px Sans-Serif;
  /* color: #212121; */
  text-align: center;
  text-shadow: rgb(255 255 255 / 50%) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 5px 0px;
  left: -5px;
  top: 38px;
  width: 170px;
  background-color: #fede00;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fede00),to(#fede00));
  background-image: -webkit-linear-gradient(top, #fede00, #e0c507);
  background-image: -moz-linear-gradient(top,  #fede00, #e0c507);
  background-image: -ms-linear-gradient(top,  #fede00, #e0c507);
  background-image: -o-linear-gradient(top,  #fede00, #e0c507);
  color: #bf0931;
  -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
  text-transform: capitalize;
}

.pricing .ribbon:before,
.pricing .ribbon:after {
  content: "";
  border-top: 3px solid #fede00;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}

.pricing .ribbon:before {
  left: 0;
}
.pricing .ribbon:after {
  right: 0;
}
/*--------------
    End Subscription css
    --------------*/

/* Start newsletter css */
.newsletter {
  background: #002968;
}
.newsletter .newsletter-wrap {
  padding: 50px 0px;
}
.newsletter .newsletter-left,
.newsletter .newsletter-right {
  width: 50%;
  float: left;
}
.newsletter .newsletter-wrap h2 {
  font-size: 41px;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #fff;
}
.newsletter .newsletter-wrap p {
  font-size: 18px;
  color: #fff;
}
.newsletter .newsletter-right ul {
  margin-top: 35px;
}
.newsletter .newsletter-right ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
}
.newsletter .newsletter-right ul li input {
  padding: 5px 10px;
  border-radius: 5px;
}
.newsletter .newsletter-right ul li input:focus-visible {
  outline: none;
}
.newsletter .newsletter-right .btn {
  background: #333333;
  color: #fff;
  padding: 5px 20px;
  min-width: 200px;
  font-size: 16px;
}
.newsletter .newsletter-left {
  padding-right: 5%;
}

/* Start footer css */
.footer {
  background: #151534;
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer ul li {
  display: inline-block;
  margin-bottom: 10px;
}
.footer ul li a {
  color: #fff;
  padding: 10px 40px 10px 10px;
  font-size: 16px;
  text-decoration: none;
}
.footer ul li a:hover {
  color: #969696;
}
.footer p {
  color: #969696;
  padding: 10px;
  margin-top: 20px;
}
/*--------------
    Sign up css
    --------------*/
.activationMassage-wrap {
  background: url(../images/activationmessage-background.jpg);
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
}
.activationMassage-box {
  background: #fff;
  margin-top: 150px;
  border-radius: 3px;
}

/*--------------
    End Homepage css
    --------------*/

/*--------------
    Start Responsive Css
    --------------*/
@media (min-width: 769px) {
  .container {
    width: 97%;
  }
}

@media only screen and (max-width: 920px) {
  .header {
    display: block;
  }
  .header .header-left,
  .header .header-right {
    width: 100%;
  }
  .header .header-left {
    display: block;
    text-align: center;
  }
  .header .header-right {
    justify-content: center;
    padding-left: 0;
    margin-top: 20px;
  }
  .btn-free-account {
    margin-bottom: 0px;
  }
  .banner-content {
    width: 100%;
  }
  .banner-content .btn-join-free {
    width: 250px;
    font-size: 16px;
  }
  .banner-content .app-btns a {
    margin-bottom: 10px;
    display: inline-block;
  }
  .banner-content h1 {
    font-size: 40px;
  }
  .banner-content p {
    font-size: 16px;
  }
  .service-wrap {
    padding-bottom: 0;
  }
  .homepage-services .service-box {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .homepage-services .service-box-red {
    margin-right: 0;
  }
  .homepage-services .service-box-blue {
    margin-left: 0;
  }
  .service-details,
  .boots-ground-details {
    background-image: none;
    border-top: none;
  }
  .service-details .service-details-left {
    width: 94%;
    margin: auto;
  }
  .boots-ground-details .service-details-left {
    width: 0;
    float: none;
  }
  .boots-ground-details .service-details-right {
    width: 94%;
    float: none;
    margin: auto;
  }
  .simple-process-list {
    display: block;
  }
  .simple-process-list .simple-process-list-wrap {
    margin-bottom: 30px;
  }
  .subscriptions .subscription-plans {
    float: none;
    width: 80%;
    margin: 0 auto 40px;
  }
  .newsletter .newsletter-left,
  .newsletter .newsletter-right {
    width: 100%;
    float: none;
  }
  .newsletter .newsletter-left {
    padding-right: 0;
    text-align: left;
  }
  .newsletter .newsletter-wrap {
    padding: 20px 30px;
  }
  .newsletter .newsletter-wrap h2 {
    font-size: 34px;
  }
  .footer .footer-wrap {
    padding: 20px;
  }
  .footer p {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pricing {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 520px) {
  .header .header-left img {
    width: 100%;
  }
  .btn-free-account {
    padding: 12px;
  }
  .btn-free-account,
  .btn-login {
    min-width: auto;
    font-size: 14px;
  }
  .banner-content h1 {
    font-size: 34px;
  }
  .service-details-wrap {
    padding: 30px 0px;
  }
  .service-details .service-details-left p,
  .boots-ground-details .service-details-right p,
  .simple-process p {
    font-size: 16px;
  }
  .service-details .service-details-left h1,
  .boots-ground-details .service-details-right h1,
  .simple-process h1 {
    font-size: 30px;
  }
  .service-details-left .media,
  .boots-ground-details .media {
    text-align: center;
  }
  .service-details-left .media-left,
  .service-details-left .media-body,
  .boots-ground-details .media-left,
  .boots-ground-details .media-body {
    display: block;
  }
  .service-details-left .media-body,
  .boots-ground-details .media-body {
    margin-top: 20px;
    width: auto;
  }
  .service-details-wrap .media-left img,
  .boots-ground-details .media-left img {
    width: 60px;
  }
  .service-details-wrap .btn,
  .become-member .btn {
    font-size: 16px;
  }
  .approval-process img {
    width: 60px;
  }
  .boots-ground-details .service-details-right .approval-process p {
    font-size: 16px;
  }
  .simple-process-list .list-content img {
    width: 60px;
  }
  .simple-process p {
    margin-top: 30px;
  }
  .become-member p {
    font-size: 20px;
  }
  .footer ul li a {
    padding: 10px;
    font-size: 14px;
  }
}

/*--------------
    End Responsive Css
    --------------*/
