/* Define standard variables and values for website */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

.bgColor {
  background: #F5F5F5;
}

body {
  font-family: "Poppins-Regular" !important;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 1.2rem;
}

a,
a:hover {
  outline: none;
  text-decoration: none;
  color: #000000;
  transition: all 0.5s ease;
}

input,
textarea,
select {
  -webkit-appearance: none;
  font-size: 1.3rem;
  color: #000;
  vertical-align: middle;
  font-family: "Poppins-Regular";
  outline: none;
  width: 100%;
}

input[type=button] {
  transition: ease-in-out 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: "Poppins-Regular";
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

textarea::-moz-placeholder {
  color: #c5c5c5;
  font-family: "Poppins-Regular" !important;
}

textarea:-ms-input-placeholder {
  color: #c5c5c5;
  font-family: "Poppins-Regular" !important;
}

textarea::placeholder {
  color: #c5c5c5;
  font-family: "Poppins-Regular" !important;
}

input::-moz-placeholder {
  color: #c5c5c5;
  font-family: "Poppins-Regular" !important;
}

input:-ms-input-placeholder {
  color: #c5c5c5;
  font-family: "Poppins-Regular" !important;
}

input::placeholder {
  color: #c5c5c5;
  font-family: "Poppins-Regular" !important;
}

.cursor {
  cursor: pointer;
}

button {
  cursor: pointer !important;
}

button:focus {
  outline: none !important;
  border-color: rgba(134, 183, 254, 0) !important;
  outline: 0;
  box-shadow: none !important;
}

:focus {
  outline: 0;
  box-shadow: none !important;
}

label {
  margin-bottom: 0rem !important;
}

.form-group {
  margin-bottom: 0rem !important;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.ttf"), url("../fonts/Poppins-Regular.woff"), url("../fonts/Poppins-Regular.otf"), url("../fonts/Poppins-Regular.eot");
}
@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/Poppins-Light.ttf"), url("../fonts/Poppins-Light.woff"), url("../fonts/Poppins-Light.otf"), url("../fonts/Poppins-Light.eot");
}
@font-face {
  font-family: "Poppins-ExtraLight";
  src: url("../fonts/Poppins-ExtraLight.ttf"), url("../fonts/Poppins-ExtraLight.woff"), url("../fonts/Poppins-ExtraLight.otf"), url("../fonts/Poppins-ExtraLight.eot");
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.ttf"), url("../fonts/Poppins-Medium.woff"), url("../fonts/Poppins-Medium.otf"), url("../fonts/Poppins-Medium.eot");
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.ttf"), url("../fonts/Poppins-SemiBold.woff"), url("../fonts/Poppins-SemiBold.otf"), url("../fonts/Poppins-SemiBold.eot");
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.ttf"), url("../fonts/Poppins-Bold.woff"), url("../fonts/Poppins-Bold.otf"), url("../fonts/Poppins-Bold.eot");
}
/* width */
::-webkit-scrollbar {
  width: 0.7rem;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #406CB4;
  border-radius: 0rem;
}

.bgColorsecondary {
  background: #FAF9F9;
}

header {
  width: 100%;
  height: 8.4rem;
  line-height: 8.4rem;
  border-bottom: 0.1rem solid #CCCCCC;
  margin-bottom: 4.2rem;
  background: #FAF9F9;
}
header .logo {
  color: #000000;
  letter-spacing: 0.5px;
  font-size: 2.4rem;
  font-family: "Poppins-SemiBold";
  cursor: pointer;
}
header .help {
  color: #333333;
  font-family: "Poppins-Medium";
  cursor: pointer;
}
header .help span {
  margin-right: 0.6rem;
}

.stepBox {
  background: #fff;
  border-radius: 2.4rem;
  padding: 4rem 0rem 4rem 6rem;
  margin-bottom: 20rem;
}
.stepBox ul {
  position: relative;
}
.stepBox ul::before {
  content: "";
  position: absolute;
  background: #C4C4C4;
  width: 0.1rem;
  height: 100%;
  top: 1rem;
  left: 0;
}
.stepBox li {
  margin-left: 3.8rem;
  color: rgba(0, 0, 0, 0.8);
  padding-bottom: 3.2rem;
  font-family: "Poppins-SemiBold";
  font-size: 1.5rem;
  position: relative;
  cursor: pointer;
}
.stepBox li span {
  display: block;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.7019607843);
  font-family: "Poppins-Medium";
}
.stepBox li:last-child {
  padding-bottom: 0;
}
.stepBox li i {
  position: absolute;
  left: -4.6rem;
  color: #fff;
  top: 0.5rem;
  font-size: 1.8rem;
}
.stepBox li.active strong {
  color: #000;
}
.stepBox li.active:before {
  background: #406CB4;
}
.stepBox li:before {
  top: 0.4rem;
  left: -5rem;
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  background: #C4C4C4;
  border-radius: 50%;
  position: absolute;
}
.stepBox li:last-child:after {
  position: absolute;
  content: "";
  background: #fff;
  height: 2.2rem;
  left: -3.8rem;
  width: 0.4rem;
  top: 3rem;
}

.responsive-lineImg {
  display: none;
}

.responsive-lineImg2 {
  display: none;
}

#responsive-lineImg3 {
  display: none;
}

.main {
  margin-left: 4rem;
  background: #fff;
  border-radius: 2.4rem;
  padding: 5.6rem 7rem 7rem 7rem;
  margin-bottom: 20rem;
}

.joinHd h1 {
  color: #000;
  font-size: 2.4rem;
  font-family: "Poppins-Bold";
}
.joinHd p {
  color: #000000;
  margin-top: 0.4rem;
  letter-spacing: 0.01em;
}

.imgbox {
  margin-top: 3.8rem;
}
.imgbox .img_placholder {
  background-size: cover;
  background-position: center;
  width: 9.2rem;
  height: 9.2rem;
  border-radius: 50%;
}
.imgbox .upload_logo {
  margin-top: 1.2rem;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  color: #406CB4;
  font-family: "Poppins-Medium";
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.imgbox .upload_logo span {
  margin-right: 0.8rem;
}
.imgbox .upload_logo input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
}

.formDetails {
  margin-top: 2rem;
}
.formDetails label {
  color: #000000;
  font-size: 1.2rem;
  font-family: "Poppins-Medium";
  margin-top: 2rem;
  padding-bottom: 0.8rem;
}
.formDetails input {
  background: #F4F4F4;
  height: 5rem;
  color: #202020;
  width: 100%;
  border: none;
  font-size: 1.4rem;
  border-radius: 0.6rem;
  padding: 0 1.6rem;
}
.formDetails .phone_number {
  padding-left: 5rem;
}
.formDetails .nineOne {
  position: absolute;
  left: 1.9rem;
  font-size: 100%;
  top: 6.4rem;
  border-right: 0.1rem solid #BABABA;
  padding-right: 1.2rem;
}

.upload_id {
  margin-top: 2rem;
}
.upload_id .tax_upload {
  font-size: 1.2rem;
  font-family: "Poppins-Medium";
  color: #000000;
  padding-bottom: 0.8rem;
}
.upload_id .frontSidebox {
  border: 0.1rem dashed #406CB4;
  background: #fff;
  border-radius: 1.6rem;
  width: 100%;
  height: 10.1rem;
  position: relative;
}
.upload_id .frontSidebox img {
  margin: 0 auto;
  display: block;
  margin-top: 3rem;
}
.upload_id .frontSidebox h2 {
  text-align: center;
  font-size: 1.2rem;
  font-family: "Poppins-Medium";
  margin-top: 0.5rem;
  color: #000;
}
.upload_id .frontSidebox input {
  width: 100%;
  height: 10.1rem;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

footer {
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 2.9rem 0rem 2.8rem;
  width: 100%;
  margin-top: 10.9rem;
}
footer .footerButton {
  margin-left: 4rem;
}
footer .footerButton .back_button {
  color: #406CB4;
  background: #fff;
  padding: 1.6rem 5.4rem;
  border: 0.1rem solid #406CB4;
  transition: 0.3s ease-in-out;
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
  border-radius: 1.2rem;
}
footer .footerButton .next_button {
  color: #ffffff;
  background: #F9AA23;
  padding: 1.6rem 5.5rem;
  border: 0.1rem solid #F9AA23;
  transition: 0.3s ease-in-out;
  font-family: "Poppins-Medium";
  font-size: 1.4rem;
  border-radius: 1.2rem;
}

.pickupBox {
  max-width: 40rem;
}
.pickupBox .formDetails .addNew {
  margin-top: 3rem;
  color: #000000;
  font-size: 1.4rem;
  cursor: pointer;
  font-family: "Poppins-Medium";
}
.pickupBox .formDetails .addNew span {
  margin-right: 0.4rem;
}
.pickupBox .formDetails .addNew small {
  display: block;
  color: #000000;
  font-family: "Poppins-Regular";
  font-size: 1.2rem;
  width: 100%;
  margin-left: 2.7rem;
}
.pickupBox .formDetails .dayTxt {
  color: #000;
  font-family: "Poppins-SemiBold";
  font-size: 1.6rem;
}
.pickupBox .formDetails .timeinput {
  position: relative;
  margin-top: 1.4rem;
}
.pickupBox .formDetails .timeinput input {
  background: #ECF1F8;
  height: 4.5rem;
  color: #406CB4;
  font-family: "Poppins-Medium";
}
.pickupBox .formDetails .timeinput input::-moz-placeholder {
  color: #406CB4;
}
.pickupBox .formDetails .timeinput input:-ms-input-placeholder {
  color: #406CB4;
}
.pickupBox .formDetails .timeinput input::placeholder {
  color: #406CB4;
}
.pickupBox .formDetails .timeinput span {
  position: absolute;
  cursor: pointer;
  right: 1rem;
  top: 1.2rem;
}

.time_slot .modal-dialog {
  max-width: 48.6rem;
}
.time_slot .modal-content {
  border-radius: 2.4rem;
  border: 0;
  padding: 5rem;
}
.time_slot .add-slot h1 {
  font-family: "Poppins-Bold";
  font-size: 2.4rem;
  text-align: center;
}
.time_slot .add-slot p {
  color: #000000;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 0.4rem;
}
.time_slot .daysList {
  margin-top: 3.6rem;
}
.time_slot .daysList ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.time_slot .daysList ul li {
  color: #000000;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: "Poppins-SemiBold";
  cursor: pointer;
}
.time_slot .daysList ul li.active span {
  color: #fff;
  padding: 0.8rem 1rem;
  background: #406CB4;
  font-size: 1.6rem;
  border-radius: 0.9rem;
}

.formTo {
  position: relative;
}
.formTo .closeForm {
  position: absolute;
  top: 6rem;
  right: -4rem;
  cursor: pointer;
}

.savebutton {
  margin-top: 4rem;
}
.savebutton button {
  color: #ffffff;
  background: #F9AA23;
  padding: 1.6rem 5.5rem;
  border: 0.1rem solid #F9AA23;
  transition: 0.3s ease-in-out;
  font-family: "Poppins-Medium";
  font-size: 1.4rem;
  border-radius: 1.2rem;
  width: 100%;
}

.coverage-area {
  margin-top: 0rem;
  position: relative;
}
.coverage-area img {
  width: 100%;
}

.mapInput {
  position: relative;
  top: 7rem;
  z-index: 1000;
  margin: 0rem 2rem;
}
.mapInput input {
  width: 100%;
  border-radius: 0.6rem;
  border: 0;
  background: #fff;
  height: 4.2rem;
  padding: 0rem 2rem 0rem 4rem;
  color: #000;
}
.mapInput span {
  position: absolute;
  left: 1.4rem;
  top: 1.2rem;
  font-size: 1.4rem;
}

.current_carrier {
  margin-top: 2.3rem;
}
.current_carrier .upsc {
  background: #FAFAFA;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 0.6rem;
}
.current_carrier .upsc .hd_txt_upsc {
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
  text-transform: capitalize;
  padding: 1.4rem;
}

/* The container */
.addcheckBox_container {
  cursor: pointer;
  position: relative;
  left: -3.7rem;
}

/* Hide the browser's default checkbox */
.addcheckBox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.addcheckBox_container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid #406CB4;
}

/* When the checkbox is checked, add a blue background */
.addcheckBox_container input:checked ~ .checkmark {
  background-color: #406CB4;
  border: 1px solid #406CB4;
}

/* Create the checkmark/indicator (hidden when not checked) */
.addcheckBox_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.addcheckBox_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.addcheckBox_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.current_carrierAdd {
  margin-top: 2.6rem;
  position: relative;
}
.current_carrierAdd input {
  color: #000000;
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
  width: 100%;
  height: 4.9rem;
  border: 0;
  background: #FAFAFA;
  padding: 0rem 10rem 0rem 2rem;
  border-radius: 0.6rem;
}
.current_carrierAdd button {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  background: #406CB4;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
  border: 0;
  padding: 0.8rem 2rem;
  border-radius: 0.6rem;
}

.bankAccount {
  margin-top: 3rem;
  background: #fff;
  box-shadow: 0px 2px 30px rgba(139, 139, 139, 0.078);
  width: 100%;
  border-radius: 1.2rem;
  padding: 2.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bankAccount h3 {
  color: #000;
  font-size: 1.6rem;
  font-family: "Poppins-SemiBold";
}
.bankAccount h4 {
  color: #000;
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
}
.bankAccount h4 span {
  margin-right: 0.4rem;
}

.add_on_pricing label {
  color: #000;
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
}
.add_on_pricing small {
  position: absolute;
  right: 2rem;
  top: 6.6rem;
  font-size: 1.2rem;
  color: #000;
}
.add_on_pricing .packaging {
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
  margin-top: 2.3rem;
}
.add_on_pricing .addNew {
  color: #000000;
  font-size: 1.4rem;
  margin-top: 3.5rem;
  font-family: "Poppins-Medium";
  cursor: pointer;
}
.add_on_pricing .addNew span {
  margin-right: 0.3rem;
}

.addcustom .formDetails label {
  font-size: 1.4rem;
  color: #000;
  font-family: "Poppins-Medium";
}

.modal-header {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}

.carrier_label label {
  font-family: "Poppins-Medium";
}

/*--------------------------------------------------------------
# Index page css header
--------------------------------------------------------------*/
.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1.3rem 0rem;
  background: #fff;
  width: 100%;
  box-shadow: 0px 1px 0px #E5E9F2;
  z-index: 999;
  transition: 0.2s ease-in-out;
}
.header-wrapper .navbar-brand {
  padding: 0;
  font-size: 0;
  margin: 0;
}
.header-wrapper .navbar-brand img {
  width: 100%;
  height: 5.4rem;
  position: relative;
  top: 0.5rem;
}
.header-wrapper .navbar {
  padding: 0;
}
.header-wrapper .navbar-nav .nav-link {
  padding: 0rem 3rem;
  font-size: 1.6rem;
  color: #18191F;
  font-family: "Poppins-Medium";
  transition: 0.3s;
}
.header-wrapper .navbar-nav .nav-link:hover {
  color: #406CB4;
}
.header-wrapper .schedule_Btn button {
  padding: 1rem 2.4rem;
  color: #fff;
  background: #406CB4;
  border: 0;
  font-size: 1.6rem;
  font-family: "Poppins-Medium";
  transition: 0.3s;
}
.header-wrapper .schedule_Btn :hover {
  background: #F9AA23;
}
.header-wrapper .navbar-toggler {
  font-size: 6.4rem !important;
  color: #000;
  line-height: 1;
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 0;
}
.header-wrapper .navbar-toggler:focus {
  box-shadow: none;
}

.newClass {
  padding: 1rem 0rem;
  box-shadow: 0px 1px 0px #E5E9F2;
}

/*--------------------------------------------------------------
# Index page css header
--------------------------------------------------------------*/
.hero_bg {
  background: #F9AA23;
  height: auto;
  margin-top: 8rem;
  width: 100%;
}
.hero_bg .hero_fullscreen {
  padding-top: 5rem;
  padding-bottom: 40rem;
}
.hero_bg .hero_fullscreen .heroTxt {
  color: #fff;
  font-size: 6.2rem;
  font-family: "Poppins-Bold";
  text-transform: capitalize;
}
.hero_bg .hero_fullscreen .heroTxt span {
  color: #000;
}
.hero_bg .hero_fullscreen .loaction_inputHero {
  margin-top: 2.7rem;
  position: relative;
}
.hero_bg .hero_fullscreen .loaction_inputHero input {
  border: 0;
  font-size: 1.8rem;
  height: 7rem;
  padding: 0rem 22rem 0rem 4.5rem;
}
.hero_bg .hero_fullscreen .loaction_inputHero button {
  position: absolute;
  right: 0;
  top: 0;
  background: #406CB4;
  margin: 0.8rem 0.9rem 1rem 0.9rem;
  padding: 1.4rem 3.7rem;
  border: 0;
  font-size: 1.8rem;
  font-family: "Poppins-SemiBold";
  color: #fff;
  transition: 0.3s;
}
.hero_bg .hero_fullscreen .loaction_inputHero button:hover {
  background: #F9AA23;
}
.hero_bg .hero_fullscreen .loaction_inputHero span {
  position: absolute;
  left: 1.5rem;
  top: 2.5rem;
}

.what_we_offer {
  margin-top: -31rem;
}
.what_we_offer .what_we_Hd {
  text-align: center;
}
.what_we_offer .what_we_Hd h1 {
  font-size: 4.2rem;
  font-family: "Poppins-Bold";
  color: #000;
}
.what_we_offer .what_we_Hd p {
  font-size: 2.4rem;
  color: #000;
}
.what_we_offer .offer_sec {
  padding-top: 9rem;
}
.what_we_offer .offer_sec .offer_Box {
  background: #fff;
  box-shadow: 0px 22px 50px rgba(60, 60, 60, 0.06);
  border-radius: 0.6rem;
  position: relative;
  padding: 8.6rem 4.5rem 4.5rem;
  cursor: pointer;
  transition: 0.3s;
}
.what_we_offer .offer_sec .offer_Box .imgEasy {
  position: absolute;
  top: -4.9rem;
  left: 38%;
}
.what_we_offer .offer_sec .offer_Box h1 {
  font-size: 2.4rem;
  font-family: "Poppins-SemiBold";
  text-align: center;
}
.what_we_offer .offer_sec .offer_Box p {
  line-height: 2.4rem;
  font-size: 1.6rem;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 4.8rem;
  margin-top: 0.3rem;
}
.what_we_offer .offer_sec .offer_Box .arrow_img {
  text-align: center;
  margin-top: 1.5rem;
  cursor: pointer;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}
.what_we_offer .offer_sec .offer_Box .arrow_img :hover {
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transform: rotate(360deg);
}

.what_we_offer .offer_sec .offer_Box:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
}

.boxHero_export {
  padding-top: 10rem;
}
.boxHero_export .export_help {
  max-width: 95rem;
  margin: 0 auto;
  display: block;
}
.boxHero_export .export_help .ready_helpHd h1 {
  text-align: center;
  font-size: 4.2rem;
  font-family: "Poppins-Bold";
  text-transform: capitalize;
}
.boxHero_export .export_help .ready_helpHd p {
  color: #747474;
  text-align: center;
  font-size: 2.4rem;
  font-family: "Poppins-Medium";
  margin-top: 0.3rem;
}
.boxHero_export .export_help .ready_helpHd .implified_Shipping_img {
  margin-top: 3.5rem;
}
.boxHero_export .export_help .local_hub {
  padding-top: 4rem;
  text-align: center;
}
.boxHero_export .export_help .local_hub h1 {
  font-size: 3.4rem;
  font-family: "Poppins-Bold";
}
.boxHero_export .export_help .local_hub h1 span {
  color: #fff;
  border-radius: 50%;
  font-family: "Poppins-Bold";
  font-size: 2.4rem;
  padding: 0.8rem 2rem;
  background: #406CB4;
  margin-right: 0.5rem;
}
.boxHero_export .export_help .local_hub p {
  font-size: 2rem;
  font-family: "Poppins-Regular";
  margin-top: 1.6rem;
}
.boxHero_export .export_help .swing_by {
  position: relative;
  margin-top: 13rem;
}
.boxHero_export .export_help .swing_by .carve_line_one {
  position: absolute;
  top: -8.4rem;
  left: 32%;
}
.boxHero_export .export_help .swing_by .findTime_hd {
  padding-left: 7rem;
  padding-top: 6.5rem;
}
.boxHero_export .export_help .swing_by .findTime_hd h2 {
  font-size: 3.4rem;
  font-family: "Poppins-Bold";
  line-height: 4.4rem;
  position: relative;
}
.boxHero_export .export_help .swing_by .findTime_hd p {
  font-size: 2rem;
  margin-top: 1rem;
}
.boxHero_export .export_help .swing_by .findTime_hd h2::before {
  position: absolute;
  left: -6rem;
  top: 0.6rem;
  content: "2";
  background: #406CB4;
  color: #fff;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  text-align: center;
  font-family: "Poppins-Bold";
  font-size: 2.4rem;
  line-height: 4.8rem;
}
.boxHero_export .export_help .swing_by .pickup_dateImg img {
  padding-left: 4rem;
}

.shipment_or_return .swing_by .findTime_hd {
  padding-left: 3rem !important;
  padding-top: 3.5rem !important;
}
.shipment_or_return .carve_line_one {
  top: -13.4rem !important;
  left: 37% !important;
}
.shipment_or_return .swing_by .findTime_hd h2.tell_shipment::before {
  content: "3" !important;
}

.upload_lbl_box {
  margin-top: 8rem !important;
}
.upload_lbl_box .swing_by .findTime_hd {
  padding-top: 1rem !important;
}
.upload_lbl_box .carve_line_one {
  top: -13.4rem !important;
  left: 32% !important;
}
.upload_lbl_box .swing_by .findTime_hd h2.upl_hd::before {
  content: "4" !important;
}

.lastcarve_line {
  text-align: center;
  padding-top: 4rem;
}

.returns_happen {
  text-align: center;
  margin-top: 4rem;
  padding-bottom: 11rem;
}
.returns_happen h1 {
  font-size: 3.4rem;
  line-height: 4rem;
  font-family: "Poppins-Bold";
}
.returns_happen p {
  font-size: 2rem;
  max-width: 40rem;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 1rem;
}
.returns_happen button {
  padding: 1.8rem 3.9rem;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #406CB4;
  font-family: "Poppins-SemiBold";
  font-size: 1.8rem;
  transition: 0.3s;
  margin-top: 4rem;
}
.returns_happen button:hover {
  background: #F9AA23;
}

.shippingSectionBg {
  background: #FFF7E9;
  padding: 10rem;
}
.shippingSectionBg .shippingSectionHeading {
  text-align: center;
}
.shippingSectionBg .shippingSectionHeading h1 {
  font-family: "Poppins-Bold";
  line-height: 4rem;
  font-size: 4.2rem;
}
.shippingSectionBg .shippingSectionHeading p {
  color: #747474;
  font-family: "Poppins-Medium";
  font-size: 2.4rem;
  margin-top: 1rem;
}
.shippingSectionBg .carrierBox_logo {
  padding-top: 5rem;
}
.shippingSectionBg .carrierBox_logo .fedexbox {
  background: #FFFFFF;
  padding: 2.8rem 4rem 3.4rem 2.8rem;
  min-height: 32.1rem;
  cursor: pointer;
  transition: 0.3s;
}
.shippingSectionBg .carrierBox_logo .fedexbox .label__problem {
  font-size: 2.2rem;
  font-family: "Poppins-Bold";
  padding-top: 3rem;
  max-width: 28rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shippingSectionBg .fedexbox:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
}
.shippingSectionBg .somthing_today {
  padding-top: 4.2rem;
  text-align: center;
}
.shippingSectionBg .somthing_today button {
  padding: 1.8rem 3.9rem;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #406CB4;
  font-family: "Poppins-SemiBold";
  font-size: 1.8rem;
  transition: 0.3s;
}
.shippingSectionBg .somthing_today button:hover {
  background: #F9AA23;
}

.frequently_asked_questions {
  background: #fff;
  padding: 11.6rem 0rem;
}
.frequently_asked_questions .frequently_asked_questions_hd h1 {
  font-size: 4.2rem;
  font-family: "Poppins-Bold";
}
.frequently_asked_questions .frequently_asked_questions_hd p {
  font-size: 2.4rem;
  line-height: 3.4rem;
  color: #747474;
  font-family: "Poppins-Medium";
  margin-top: 0.5rem;
}
.frequently_asked_questions .what_boxhhero {
  padding-top: 3.8rem;
}
.frequently_asked_questions .what_boxhhero .accordion-item {
  border: 0;
  cursor: pointer;
  margin-bottom: 2rem;
}
.frequently_asked_questions .what_boxhhero .accordion-item .accordion-button::after {
  background-image: url("../../assets/images/up-arrow.png");
  width: 2.25rem;
  height: 2.25rem;
  background-size: 2.25rem;
}
.frequently_asked_questions .what_boxhhero .accordion-item h1 {
  font-size: 2.4rem;
  font-family: "Poppins-Medium";
  color: #000;
  background: rgba(193, 193, 193, 0.15);
  box-shadow: none;
  padding: 1.9rem 2.5rem;
  padding-right: 3rem;
  line-height: 126%;
  min-height: 9.8rem;
}
.frequently_asked_questions .somthing_todayExplore {
  text-align: center;
  padding-top: 4rem;
}
.frequently_asked_questions .somthing_todayExplore button {
  padding: 1.8rem 3.9rem;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #406CB4;
  font-family: "Poppins-SemiBold";
  font-size: 1.8rem;
  transition: 0.3s;
}
.frequently_asked_questions .somthing_todayExplore button:hover {
  background: #F9AA23;
}

.online__retailer {
  background: #FFF7E9;
  padding: 9.5rem 0rem;
}
.online__retailer .package_at__FedEx {
  text-align: center;
  max-width: 81.4rem;
  margin: 0 auto;
  display: block;
}
.online__retailer .package_at__FedEx h1 {
  font-family: "Poppins-Bold";
  font-size: 4.2rem;
}
.online__retailer .package_at__FedEx p {
  font-family: "Poppins-Medium";
  color: #747474;
  margin-top: 0.5rem;
  font-size: 2.4rem;
}
.online__retailer .logoSlider {
  margin-top: 5rem;
}
.online__retailer .logoSlider .logosliderImages {
  width: 13rem;
  height: 13rem;
}
.online__retailer .pickup_todayExplore {
  padding-top: 4.2rem;
  text-align: center;
}
.online__retailer .pickup_todayExplore button {
  padding: 1.8rem 3.9rem;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #406CB4;
  font-family: "Poppins-SemiBold";
  font-size: 1.8rem;
  transition: 0.3s;
}
.online__retailer .pickup_todayExplore button:hover {
  background: #F9AA23;
}

.readyget_started {
  background: #fff;
  padding: 19rem 0rem 18rem;
}
.readyget_started .startedBg-sch {
  background: #F9AA23;
  width: 100%;
  padding: 4.9rem;
  position: relative;
}
.readyget_started .startedBg-sch h1 {
  font-size: 4.2rem;
  font-family: "Poppins-Bold";
}
.readyget_started .startedBg-sch p {
  font-size: 2.4rem;
  margin-top: 0.5rem;
  font-family: "Poppins-Medium";
}
.readyget_started .startedBg-sch button {
  padding: 1.8rem 3.9rem;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #406CB4;
  font-family: "Poppins-SemiBold";
  font-size: 1.8rem;
  transition: 0.3s;
  padding: 1.8rem 2.8rem;
  margin-top: 3rem;
}
.readyget_started .startedBg-sch button:hover {
  background: #000;
}
.readyget_started .startedBg-sch .mobileImg {
  position: absolute;
  top: -7.2rem;
  right: 4.9rem;
}
.readyget_started .startedBg-sch .mobileImg img {
  max-width: 38rem;
}

.wrapper_footer {
  background: #000;
  padding: 4.9rem 0rem 7.4rem;
}
.wrapper_footer .footerlinkCompnay ul li {
  font-family: "Poppins-Regular";
  margin-bottom: 1.2rem;
}
.wrapper_footer .footerlinkCompnay ul li a {
  color: #D9DBE1;
  font-family: "Poppins-Regular";
  font-size: 1.6rem;
  transition: 0.3s;
}
.wrapper_footer .footerlinkCompnay ul li a:hover {
  color: #F9AA23;
}
.wrapper_footer .footerlinkCompnay ul li:first-child {
  padding-bottom: 1.7rem;
  color: #fff;
  font-family: "Poppins-Medium";
  font-size: 2rem;
}
.wrapper_footer .footerlogoHero .social__link {
  padding-top: 1.5rem;
  display: flex;
}
.wrapper_footer .footerlogoHero .social__link .s_iconimg1 {
  cursor: pointer;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 3.1rem;
  background: #23252E;
  text-align: center;
  line-height: 3.1rem;
  border-radius: 20px;
  transition: 0.3s;
}
.wrapper_footer .footerlogoHero .social__link .s_iconimg1:hover {
  background: #F9AA23;
}

.footer_copyrightall {
  background: #000;
  width: 100%;
  border-top: 0.1rem solid #FFFFFF;
}
.footer_copyrightall .right_rese {
  display: flex;
  justify-content: space-between;
  padding: 2.5rem 0rem 2rem;
  align-items: center;
}
.footer_copyrightall .right_rese h1 {
  color: #D9DBE1;
  font-size: 1.4rem;
}
.footer_copyrightall .right_rese .termsCondition ul {
  display: flex;
}
.footer_copyrightall .right_rese .termsCondition ul li a {
  color: #D9DBE1;
  font-size: 1.4rem;
}
.footer_copyrightall .right_rese .termsCondition ul li a:hover {
  color: #F9AA23;
}
.footer_copyrightall .right_rese .termsCondition ul li.conditions__link {
  margin-right: 1rem;
  border-right: 0.1rem solid #D9DBE1;
  padding-right: 1rem;
}

.slider_leftslide_bg {
  background: #fff;
  width: 100%;
  position: relative;
  height: 100vh;
}
.slider_leftslide_bg .slider_leftslide {
  max-width: 33.6rem;
  margin: 0 auto;
  display: block;
  padding-top: 11.4rem;
}
.slider_leftslide_bg .carousel-indicators [data-bs-target] {
  background-color: #406CB4;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-radius: 50%;
}
.slider_leftslide_bg .carousel-indicators .active {
  width: 1.8rem;
  border-radius: 1.2rem;
}
.slider_leftslide_bg .carousel-indicators {
  margin-bottom: -3rem !important;
}
.slider_leftslide_bg .carousel-caption {
  color: #000 !important;
}
.slider_leftslide_bg .carousel-item img {
  width: 100%;
  height: 31rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.slider_leftslide_bg .carousel-item .crousel_text {
  padding-top: 6rem;
}
.slider_leftslide_bg .carousel-item .crousel_text h1 {
  font-size: 2rem;
  font-family: "Poppins-Bold";
  line-height: 3rem;
  text-align: center;
  color: #253746;
}
.slider_leftslide_bg .carousel-item .crousel_text p {
  color: rgba(0, 0, 0, 0.5019607843);
  font-size: 1.3rem;
  text-align: center;
  padding-top: 1.6rem;
  line-height: 1.9rem;
  max-width: 26.2rem;
  margin: 0 auto;
  display: block;
}

.mobile_verifyBox {
  max-width: 48.6rem;
  background: #fff;
  border-radius: 2.4rem;
  padding: 6rem 5rem;
  display: block;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mobile_verifyBox .skip_btn {
  cursor: pointer;
  color: #406CB4;
  font-size: 1.6rem;
  font-family: "Poppins-SemiBold";
  position: absolute;
  right: 3.6rem;
  top: 3.4rem;
}
.mobile_verifyBox .geStarted_mobileTxt h1 {
  font-size: 2.4rem;
  font-family: "Poppins-Bold";
}
.mobile_verifyBox .geStarted_mobileTxt h3 {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-family: "Poppins-SemiBold";
}
.mobile_verifyBox .geStarted_mobileTxt p {
  margin-top: 1rem;
  font-size: 1.2rem;
}
.mobile_verifyBox .geStarted_mobileTxt p a {
  color: #406CB4;
  font-family: "Poppins-SemiBold";
  font-size: 1.3rem;
}
.mobile_verifyBox .geStarted_mobileTxt form {
  margin-top: 2rem;
}
.mobile_verifyBox .geStarted_mobileTxt form label {
  font-family: "Poppins-SemiBold";
  font-size: 1.4rem;
  padding-bottom: 1rem;
}
.mobile_verifyBox .geStarted_mobileTxt form input {
  background: #F5F5F5;
  border: 0;
  border-radius: 1.4rem;
  padding: 0rem 1rem;
  color: #000;
  height: 4.9rem;
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
}
.mobile_verifyBox .geStarted_mobileTxt form select {
  background: #F5F5F5;
  border: 0;
  border-radius: 1.4rem;
  padding: 0rem 1.6rem;
  color: #000;
  height: 4.9rem;
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
}
.mobile_verifyBox .geStarted_mobileTxt form .position_down_mobil {
  position: relative;
}
.mobile_verifyBox .geStarted_mobileTxt form .position_down_mobil #mn_padding {
  padding: 0 0 0 1rem;
}
.mobile_verifyBox .geStarted_mobileTxt form .position_down_mobil span {
  position: absolute;
  right: 0.8rem;
  top: 1.5rem;
}

.savebutton .disable_button {
  background: #FDE6BE;
  border: 0;
}

.verify__Otp .mobile_verifyBox .geStarted_mobileTxt form .position_down_mobil {
  padding: 0 0.3rem;
}
.verify__Otp .mobile_verifyBox .geStarted_mobileTxt form input {
  text-align: center;
}
.verify__Otp .recived_otp {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  padding: 0 0.3rem;
}
.verify__Otp .recived_otp h1 {
  font-size: 1.2rem;
  font-family: "Poppins-Medium";
}
.verify__Otp .recived_otp h2 {
  font-size: 1.3rem;
  font-family: "Poppins-SemiBold";
  cursor: pointer;
  color: #406CB4;
}
.verify__Otp .recived_otp h2 span {
  margin-right: 0.7rem;
}

.verify_accept_terms {
  margin-top: 4.4rem;
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.verify_accept_terms .container_otp {
  display: block;
  position: relative;
  line-height: 2.2rem;
  font-family: "Poppins-Medium";
  padding-left: 3rem;
  cursor: pointer;
  font-size: 1.3rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  color: #021426;
  user-select: none;
}
.verify_accept_terms .container_otp input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.verify_accept_terms .container_otp .checkmark {
  position: absolute;
  top: 0.2rem;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: none;
  border: 2px solid #406CB4;
  border-radius: 6px;
}
.verify_accept_terms .container_otp input:checked ~ .checkmark {
  background-color: #406CB4;
}
.verify_accept_terms .container_otp .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.verify_accept_terms .container_otp input:checked ~ .checkmark:after {
  display: block;
}
.verify_accept_terms .container_otp .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.enter_email_paddding_top {
  margin-top: 2.2rem;
}

.pasword_login {
  margin-top: 2rem;
}
.pasword_login strong {
  float: right;
  color: #406CB4;
  font-size: 1.3rem;
  cursor: pointer;
  margin-top: 2rem;
}

.eye_flash {
  position: absolute;
  right: 26px;
  top: 46px;
  font-size: 14px;
  cursor: pointer;
}

.main_right_sideContent {
  margin-left: 4rem;
}
.main_right_sideContent .mobile_verifyBox {
  position: static;
  top: 0;
  left: 0;
  transform: initial;
  max-width: 58.4rem;
}

.forget__pass {
  margin-bottom: 14rem;
}

.main-contentdb {
  padding-left: 19.7rem;
  margin: 0px 4rem;
}

.side-nav-admin {
  background: #fff;
  width: 100%;
  position: fixed;
  overflow: hidden;
  width: 20.7rem;
  top: 0px;
  bottom: 0;
  transition: 0.5s;
  z-index: 999;
}

.side-slide {
  left: 0 !important;
}

.dasboard_bg .dashboardLogo {
  text-align: center;
  font-size: 2.2rem;
  font-family: "Poppins-Bold";
  padding-top: 2.2rem;
}
.dasboard_bg .create_new {
  background: #F9AA23;
  font-family: "Poppins-Medium";
  font-size: 1.4rem;
  color: #fff;
  border-radius: 1rem;
  max-width: 16.6rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 3rem;
}
.dasboard_bg .create_new span {
  font-size: 2.5rem;
  margin-right: 1.2rem;
}
.dasboard_bg .dasboard-list_link ul li {
  padding: 3.3rem 0rem 0rem 3rem;
  position: relative;
}
.dasboard_bg .dasboard-list_link ul li a {
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
  display: flex;
  align-items: end;
  cursor: pointer;
}
.dasboard_bg .dasboard-list_link ul li a span {
  margin-right: 1.6rem;
}
.dasboard_bg .dasboard-list_link ul li a:hover {
  color: #406CB4;
}
.dasboard_bg .dasboard-list_link ul li.active a {
  color: #406CB4;
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
}
.dasboard_bg .dasboard-list_link ul li.active::before {
  position: absolute;
  content: "";
  z-index: 999;
  width: 0.3rem;
  background: #406CB4;
  height: 2.5rem;
  left: 0;
}
.dasboard_bg .dasboard-list_link ul li:last-child.active::before {
  position: absolute;
  content: "";
  z-index: 999;
  width: 0.3rem;
  background: #406CB4;
  height: 2.5rem;
  left: -3rem;
}
.dasboard_bg .subscribeNow {
  background: #F5F5F5;
  border-radius: 1rem;
  position: absolute;
  bottom: 3.1rem;
  left: 3rem;
  max-width: 14.5rem;
  padding: 4.8rem 1rem 1.4rem;
  text-align: center;
}
.dasboard_bg .subscribeNow img {
  position: absolute;
  top: -6.3rem;
  left: 1rem;
}
.dasboard_bg .subscribeNow h1 {
  color: #56575B;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Poppins-Medium";
}
.dasboard_bg .subscribeNow button {
  border-radius: 0.4rem;
  font-size: 0.7rem;
  background: #406CB4;
  color: #fff;
  font-family: "Poppins-SemiBold";
  border: 0;
  padding: 0.6rem 1.5rem;
  margin-top: 1.3rem;
}

.dashboard_step .border-bottomtab {
  border-bottom: 0.1rem solid #D2DAE9;
  width: 100%;
  background: #F5F5F5;
}
.dashboard_step .border-bottomtab .order_tablist ul li {
  cursor: pointer;
  padding: 2.4rem 9.8rem;
  width: 20%;
}
.dashboard_step .border-bottomtab .order_tablist ul li h1.heading_stp.active {
  color: #406CB4;
  font-family: "Poppins-Medium";
  font-size: 1.5rem;
  position: relative;
}
.dashboard_step .border-bottomtab .order_tablist ul li.active {
  border-bottom: 0.3rem solid #406CB4;
}
.dashboard_step .border-bottomtab .hlp_header {
  text-align: right;
}
.dashboard_step .border-bottomtab .barmenu {
  font-size: 3rem;
  color: #000;
  font-weight: bolder;
  display: none;
}

/* The container */
.containerstep {
  display: block;
  position: relative;
  padding-left: 3rem;
  cursor: pointer;
  font-size: 1.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containerstep input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.containerstep .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid rgba(64, 108, 180, 0.5019607843);
  border-radius: 50%;
}

/* When the checkbox is checked, add a blue background */
.containerstep input:checked ~ .checkmark {
  border: 2px solid #406CB4;
}

/* Create the checkmark/indicator (hidden when not checked) */
.containerstep .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerstep input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerstep .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #406CB4;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.maincontent_dashboard {
  padding: 6rem 0 0 0;
}
.maincontent_dashboard .select_a_pickup_date .heading__PickDate {
  font-size: 1.6rem;
  font-family: "Poppins-Bold";
}
.maincontent_dashboard .select_a_pickup_date .slot_flex .slot_boxsize {
  background: #fff;
  margin-top: 1.5rem;
  border-radius: 1.4rem;
  text-align: center;
  padding: 1.5rem 0rem;
  border: 2px solid #fff;
  cursor: pointer;
}
.maincontent_dashboard .select_a_pickup_date .slot_flex .slot_boxsize h1 {
  color: #021426;
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
}
.maincontent_dashboard .select_a_pickup_date .slot_flex .slot_boxsize p {
  color: #94999E;
  font-size: 1.4rem;
  font-family: "Poppins-Regular";
  margin-top: 0.8rem;
}
.maincontent_dashboard .select_a_pickup_date .slot_boxsize.active {
  border: 2px solid #406CB4;
}
.maincontent_dashboard .select_a_pickup_date .pick__upTime {
  margin-top: 3.4rem;
}
.maincontent_dashboard .select_a_pickup_date .pick__upTime .slot_boxsize {
  padding: 1.3rem 0rem;
}
.maincontent_dashboard .select_a_pickup_date .pick__upTime .slot_boxsize h1 {
  font-size: 1.4rem;
  font-family: "Poppins-Regular";
}
.maincontent_dashboard .store_returning h1 {
  font-size: 1.8rem;
  font-family: "Poppins-Bold";
}
.maincontent_dashboard .store_returning p {
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
  color: #021426;
  margin-top: 1.7rem;
}
.maincontent_dashboard .amazon {
  margin-top: 1.4rem;
}
.maincontent_dashboard .amazon .rowflex_brand {
  display: flex;
}
.maincontent_dashboard .amazon .rowflex_brand .brand_target {
  margin-right: 4.5rem;
}
.maincontent_dashboard .amazon .rowflex_brand .brand_target:last-child {
  margin-right: 0rem;
}
.maincontent_dashboard .amazon .brand_target {
  text-align: center;
}
.maincontent_dashboard .amazon .brand_target img {
  width: 7.4rem;
  height: 7rem;
  border-radius: 1.6rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.maincontent_dashboard .amazon .brand_target p {
  color: #021426;
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
  margin-top: 1rem;
}
.maincontent_dashboard .more_brand {
  margin-top: 4.2rem;
}
.maincontent_dashboard .more_brand .choose_brand {
  position: relative;
}
.maincontent_dashboard .more_brand .choose_brand label {
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
  color: #021426;
}
.maincontent_dashboard .more_brand .choose_brand select {
  border: 0;
  margin-top: 1rem;
  color: #021426;
  font-size: 1.5rem;
  font-family: "Poppins-Medium";
  padding: 0rem 1.9rem;
  height: 5.4rem;
  border-radius: 1.4rem;
  background: #fff;
}
.maincontent_dashboard .more_brand .choose_brand span {
  position: absolute;
  right: 1.8rem;
  top: 4.9rem;
}
.maincontent_dashboard .more_brand .xyz_brand {
  margin-top: 3.4rem;
}
.maincontent_dashboard .more_brand .xyz_brand .req_brand span {
  font-family: "Poppins-SemiBold";
  font-size: 1.4rem;
}
.maincontent_dashboard .more_brand .xyz_compnay-pt {
  margin-top: 2.2rem;
}

.back_next_btnstep2 {
  margin-top: 10rem;
}

.back_next_btnstep3 {
  margin-top: 14rem;
}

.back_next_btnstep4 {
  margin-top: 4rem;
}

.back_next_btn {
  margin-top: 14rem;
}

.button__flex {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  border-top: 0.1rem solid #D9D9D9;
  padding-top: 2.6rem;
}
.button__flex button.backfirstbutton {
  color: #406CB4;
  background: #fff;
  padding: 1.6rem 5.4rem;
  border: 0.1rem solid #406CB4;
  transition: 0.3s ease-in-out;
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
  border-radius: 1.2rem;
  background: none;
  color: #021426;
  padding: 1.4rem 3.5rem;
  border: 0.1rem solid #D2DAE9;
}
.button__flex button.backfirstbutton span {
  margin-right: 0.3rem;
}
.button__flex button.nextfirstbutton {
  color: #ffffff;
  background: #F9AA23;
  padding: 1.6rem 5.5rem;
  border: 0.1rem solid #F9AA23;
  transition: 0.3s ease-in-out;
  font-family: "Poppins-Medium";
  font-size: 1.4rem;
  border-radius: 1.2rem;
  padding: 1.4rem 4.75rem;
}

/* The container */
.containerbrand {
  display: block;
  position: relative;
  padding-left: 3rem;
  cursor: pointer;
  color: #021426;
  font-size: 1.3rem;
  font-family: "Poppins-Medium";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containerbrand input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.containerbrand .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 6px;
  border: 2px solid #406CB4;
}

/* When the checkbox is checked, add a blue background */
.containerbrand input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.containerbrand .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerbrand input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerbrand .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #406CB4;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.lblType__modal .modal-dialog {
  max-width: 85.5rem;
}
.lblType__modal .modal-dialog .modal-content {
  background: #F5F5F5;
  border: 0;
  border-radius: 1.8rem;
  padding: 4.2rem 5.4rem;
}
.lblType__modal .modal-dialog .modal-content h1 {
  text-align: center;
  color: #021426;
  font-size: 2.2rem;
  font-family: "Poppins-Bold";
}
.lblType__modal .modal-dialog .modal-content .lbl_threeBox {
  margin-top: 3rem;
}
.lblType__modal .modal-dialog .modal-content .lbl_threeBox .physicalLabel {
  background: #fff;
  border-radius: 1.8rem;
  padding: 1.8rem 3.8rem;
  text-align: center;
}
.lblType__modal .modal-dialog .modal-content .lbl_threeBox .physicalLabel img {
  width: 6.8rem;
  height: 6.8rem;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.lblType__modal .modal-dialog .modal-content .lbl_threeBox .physicalLabel h2 {
  font-family: "Poppins-SemiBold";
  font-size: 1.4rem;
  margin-top: 1.3rem;
}
.lblType__modal .modal-dialog .modal-content .lbl_threeBox .physicalLabel p {
  font-family: "Poppins-Regular";
  font-size: 1.3rem;
  margin-top: 0.4rem;
  line-height: 1.8rem;
}
.lblType__modal .modal-dialog .modal-content .lbl_threeBox .physicalLabel .print_lbl {
  display: flex;
  justify-content: center;
  padding: 1.6rem 0rem 2rem 0.6rem;
  margin-right: 3rem;
}
.lblType__modal .modal-dialog .modal-content .lbl_threeBox .modal_button {
  text-align: center;
  margin-top: 5rem;
}
.lblType__modal .modal-dialog .modal-content .lbl_threeBox .modal_button button {
  color: #ffffff;
  background: #F9AA23;
  padding: 1.6rem 5.5rem;
  border: 0.1rem solid #F9AA23;
  transition: 0.3s ease-in-out;
  font-family: "Poppins-Medium";
  font-size: 1.4rem;
  border-radius: 1.2rem;
}

/* The container */
.containerlbl {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.containerlbl input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.containerlbl .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1.5px solid #406CB4;
  border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.containerlbl input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.containerlbl .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerlbl input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerlbl .checkmark:after {
  top: 3px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #406CB4;
}

.description_modal {
  margin-top: 3rem;
}
.description_modal .divider_modal {
  border-top: 0.1rem solid #D1D1D1;
  margin-top: 4rem;
  position: relative;
}
.description_modal .divider_modal span {
  position: absolute;
  left: 46%;
  top: -1.2rem;
  padding: 0.3rem 0.6rem;
  background: #F5F5F5;
}
.description_modal .uploadlbl {
  margin-top: 1.3rem;
  margin-bottom: 3rem;
}
.description_modal .uploadlbl label {
  color: #021426;
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
}
.description_modal .uploadlbl .choose_fileupload {
  width: 100%;
  border: 1px solid #E5EBEA;
  border-radius: 1.4rem;
  padding: 1.6rem;
  margin-top: 0.9rem;
  height: 5.4rem;
  font-size: 1.4rem;
  color: #D1D1D1;
  font-family: "Poppins-Medium";
  background: #fff;
  position: relative;
}
.description_modal .uploadlbl .choose_fileupload input {
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
  height: 5.4rem;
}
.description_modal .uploadlbl .choose_fileupload span {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}
.description_modal .uploadlbl .choose_fileupload strong {
  font-family: "Poppins-Medium";
  color: #253746;
  font-weight: normal;
  font-size: 1.4rem;
  position: absolute;
  top: 1.5rem;
}
.description_modal .sneakersDescription label {
  color: #021426;
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
}
.description_modal .sneakersDescription textarea {
  width: 100%;
  border: 1px solid #E5EBEA;
  border-radius: 1.4rem;
  padding: 1.6rem;
  resize: none;
  margin-top: 0.9rem;
  height: 10.4rem;
  color: #000;
  font-family: "Poppins-Medium";
}
.description_modal .senorderId {
  background: #fff;
  border: 0.1rem solid #E5EBEA;
  border-radius: 1.4rem;
  text-align: center;
  width: 100%;
  margin-top: 3.9rem;
  padding: 1.4rem 0rem;
  margin-bottom: 3.2rem;
}
.description_modal .senorderId span {
  margin-right: 0.3rem;
}
.description_modal button {
  color: #ffffff;
  background: #F9AA23;
  padding: 1.6rem 5.5rem;
  border: 0.1rem solid #F9AA23;
  transition: 0.3s ease-in-out;
  font-family: "Poppins-Medium";
  font-size: 1.4rem;
  border-radius: 1.2rem;
  width: 100%;
  margin-top: 3rem;
}

.welcome_boxHero {
  color: #253746;
  font-size: 2rem;
  padding-left: 23rem;
  font-family: "Poppins-Regular";
}
.welcome_boxHero strong {
  font-size: 2rem;
  font-family: "Poppins-SemiBold";
  font-weight: normal;
}

.dasboardMain_content .dasboard_boxis {
  padding-top: 4.2rem;
}
.dasboardMain_content .dasboard_boxis .trackbox_dasbord.returnretailer {
  background: linear-gradient(360.25deg, #FFD389 1.56%, #FFE7BF 114.86%);
  border-radius: 1.6rem;
  width: 100%;
  position: relative;
}
.dasboardMain_content .dasboard_boxis .trackbox_dasbord.returnretailer .cameraImg {
  top: -1.5rem;
}
.dasboardMain_content .dasboard_boxis .trackbox_dasbord.returnretailerany {
  background: linear-gradient(191.25deg, #75A2EC 1.56%, #8FAAD8 114.86%);
  border-radius: 1.6rem;
  width: 100%;
  position: relative;
}
.dasboardMain_content .dasboard_boxis .trackbox_dasbord.returnretailerany .cameraImg {
  top: -0.8rem;
  right: -3.6rem;
}
.dasboardMain_content .dasboard_boxis .trackbox_dasbord {
  background: linear-gradient(360.25deg, #89C6FF 1.56%, #BDDCFF 114.86%);
  border-radius: 1.6rem;
  width: 100%;
  padding: 3rem 2rem;
  position: relative;
}
.dasboardMain_content .dasboard_boxis .trackbox_dasbord h3 {
  font-family: "Poppins-Bold";
  font-size: 2rem;
  color: #253746;
}
.dasboardMain_content .dasboard_boxis .trackbox_dasbord p {
  color: #253746;
  font-family: "Poppins-Medium";
  font-size: 1.6rem;
  max-width: 16.1rem;
  margin-top: 1rem;
}
.dasboardMain_content .dasboard_boxis .trackbox_dasbord .openBoxIcon {
  padding-top: 4rem;
  cursor: pointer;
  display: inline-block;
}
.dasboardMain_content .dasboard_boxis .trackbox_dasbord .cameraImg {
  position: absolute;
  top: 2rem;
  right: 0;
}

.stepwith_content {
  max-width: 84.1rem;
  margin: 0 auto;
  display: block;
}

.item_DetailsHd h1 {
  font-size: 1.8rem;
  font-family: "Poppins-Bold";
  color: #021426;
}
.item_DetailsHd .takepictureForm {
  margin-top: 3rem;
}
.item_DetailsHd .takepictureForm label {
  color: #021426;
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
  padding-bottom: 1rem;
}
.item_DetailsHd .takepictureForm .fileopenModal {
  border-radius: 1.4rem;
  height: 10.5rem;
  width: 10.5rem;
  background: #fff;
  border: 0;
  position: relative;
  cursor: pointer;
}
.item_DetailsHd .takepictureForm .fileopenModal strong {
  font-size: 1.4rem;
  font-weight: normal;
  font-family: "Poppins-SemiBold";
  top: 1.6rem;
  position: relative;
}
.item_DetailsHd .takepictureForm .fileopenModal input {
  position: absolute;
  left: 0;
  top: 0;
  height: 10.5rem;
  width: 10.5rem;
  opacity: 0;
  z-index: 1;
}
.item_DetailsHd .takepictureForm .fileopenModal span {
  display: block;
  position: relative;
  padding-top: 2.2rem;
  line-height: 2.5rem;
  text-align: center;
}
.item_DetailsHd .takepictureForm .fileopenModal span p {
  display: block;
  font-size: 1.1rem;
  font-family: "Poppins-Medium";
  color: #000;
}

.box_btn {
  margin-top: 3rem;
}
.box_btn p {
  color: #021426;
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
  padding-bottom: 1rem;
}
.box_btn button {
  border-radius: 1.8rem;
  background: #fff;
  color: #021426;
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
  border: 0.1rem solid #fff;
  padding: 1.6rem 10rem;
}
.box_btn button.active {
  border: 0.2rem solid #406CB4;
  color: #406CB4;
}
.box_btn h3 {
  font-size: 1.3rem;
  font-family: "Poppins-SemiBold";
  color: #253746;
  margin-top: 1.6rem;
}
.box_btn h3 span {
  margin-right: 0.3rem;
}

.pickupDetails_tab {
  margin-top: 6rem;
}
.pickupDetails_tab h4 {
  font-size: 1.8rem;
  font-family: "Poppins-Bold";
  color: #021426;
}
.pickupDetails_tab .adress_pickup {
  margin-top: 3rem;
}
.pickupDetails_tab .adress_pickup h6 {
  color: #021426;
  font-family: "Poppins-SemiBold";
  font-size: 1.4rem;
  padding-bottom: 1rem;
}
.pickupDetails_tab .adress_pickup .streetAddressForm .officesuit {
  margin-bottom: 1.8rem;
}
.pickupDetails_tab .adress_pickup .streetAddressForm .officesuit input {
  border-radius: 1.4rem;
  height: 5.4rem;
  width: 100%;
  background: #fff;
  border: 0;
  padding: 0rem 2.1rem;
  color: #000;
  font-family: "Poppins-Medium";
}
.pickupDetails_tab .pickupmethod_prefeh {
  margin-top: 1.2rem;
}
.pickupDetails_tab .pickupmethod_prefeh p {
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
  color: #021426;
}
.pickupDetails_tab .pickupmethod_prefeh .packages {
  background: #fff;
  border-radius: 1.8rem;
  width: 100%;
  padding: 2.8rem 1.4rem 2.3rem;
  margin-top: 1rem;
  text-align: center;
}
.pickupDetails_tab .pickupmethod_prefeh .packages h5 {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
  color: #021426;
}
.pickupDetails_tab .pickupmethod_prefeh .packages h2 {
  margin-top: 1rem;
  font-size: 1.3rem;
  font-family: "Poppins-Medium";
  color: #021426;
  line-height: 1.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 5.4rem;
}

.stuff .modal-dialog .modal-content {
  background: #fff !important;
}
.stuff .modal-dialog .modal-content img {
  padding: 2rem 0rem;
}
.stuff .modal-dialog .modal-content p {
  text-align: center;
  font-size: 1.4rem;
  color: #406CB4;
  font-family: "Poppins-SemiBold";
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stuff .modal-dialog .modal-content p span {
  font-size: 2.6rem;
  margin-right: 1rem;
}

.checkoutDetailStep {
  margin-top: 5.7rem;
}
.checkoutDetailStep .checkout_summary .checkout_headimg {
  font-size: 1.8rem;
  color: #021426;
  font-family: "Poppins-Bold";
}
.checkoutDetailStep .checkout_summary .deatils_num {
  margin-top: 2.8rem;
  display: flex;
  justify-content: space-between;
}
.checkoutDetailStep .checkout_summary .deatils_num h3 {
  font-size: 1.4rem;
  color: #021426;
  font-family: "Poppins-SemiBold";
}
.checkoutDetailStep .checkout_summary .deatils_num h3 span {
  color: rgba(2, 20, 38, 0.7411764706);
  font-family: "Poppins-Medium";
  display: block;
  margin-top: 1rem;
}
.checkoutDetailStep .checkout_summary .deatils_num button {
  border: 0;
  color: #406CB4;
  background: none;
  font-family: "Poppins-Medium";
  font-style: 1.3rem;
}

.divider_package {
  border-top: 0.1rem solid #ECECEC;
  width: 100%;
  margin-top: 3rem;
  padding-bottom: 0rem;
}

.addPromoInput {
  position: relative;
  margin-top: 1rem;
}
.addPromoInput input {
  height: 5.4rem;
  border: 0;
  padding: 0rem 10rem 0rem 2rem;
  border-radius: 1.8rem;
}
.addPromoInput span {
  position: absolute;
  right: 1.8rem;
  top: 1.8rem;
  color: #406CB4;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
  cursor: pointer;
}

.addInstructions {
  padding-left: 9rem;
  margin-top: 6rem;
}
.addInstructions .instructionsMsg h1 {
  color: #021426;
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
}
.addInstructions .instructionsMsg textarea {
  width: 100%;
  border-radius: 1.8rem;
  background: #fff;
  border: 0;
  resize: none;
  padding: 1.6rem 2rem;
  height: 9.1rem;
  margin-top: 1rem;
}

.amount_details {
  margin-top: 2.9rem;
}
.amount_details h5 {
  color: #021426;
  font-size: 1.5rem;
  font-family: "Poppins-SemiBold";
}
.amount_details .promocode_amount {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
}
.amount_details .promocode_amount p {
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
  color: rgba(16, 24, 32, 0.7411764706);
}
.amount_details .promocode_amount p.totl_amount {
  font-family: "Poppins-Bold";
  color: #101820;
  font-size: 1.6rem;
}

.saved_cardpayment {
  margin-top: 3rem;
}
.saved_cardpayment h2,
.saved_cardpayment h3 {
  color: #021426;
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
}
.saved_cardpayment h3 {
  margin-top: 1.5rem;
}

.card_saveTxt {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
}
.card_saveTxt h5 {
  font-size: 1.5rem;
  font-family: "Poppins-Medium";
  color: #101820;
}
.card_saveTxt h5 span {
  width: 3.4rem;
  height: 2.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.5rem;
}

/* The container */
.containercard {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containercard input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.containercard .checkmark {
  position: absolute;
  top: 0;
  left: -22px;
  height: 22px;
  width: 22px;
  border: 2px solid #253746;
  border-radius: 50%;
}

/* When the checkbox is checked, add a blue background */
.containercard input:checked ~ .checkmark {
  background-color: #FAF9F9;
}

/* Create the checkmark/indicator (hidden when not checked) */
.containercard .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containercard input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containercard .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #253746;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.add_New_Payment {
  margin-top: 2.2rem;
}
.add_New_Payment h5 {
  color: #021426;
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
  margin-bottom: 1rem;
}
.add_New_Payment input {
  height: 5.4rem;
  border: 0;
  padding: 0rem 1rem;
}

.order_confiirmd_id {
  text-align: center;
  margin-top: 6.7rem;
}
.order_confiirmd_id h6 {
  margin-bottom: 1.5rem;
}
.order_confiirmd_id h1 {
  font-size: 2.2rem;
  font-family: "Poppins-SemiBold";
  color: #021426;
}
.order_confiirmd_id h2 {
  font-size: 1.4rem;
  margin-top: 0.8rem;
  font-family: "Poppins-Regular";
  color: #021426;
}
.order_confiirmd_id .order_id_send {
  background: #EBF3FF;
  max-width: 40.1rem;
  padding: 1.6rem 2.2rem;
  margin: 0 auto;
  display: block;
  border: 0.1rem solid #406CB4;
  border-radius: 1.8rem;
  color: #253746;
  font-size: 1.4rem;
  margin-top: 2rem;
  font-family: "Poppins-Medium";
}

.get_inDone {
  margin-top: 6.6rem;
}
.get_inDone h1 {
  color: #253746;
  font-size: 1.6rem;
  font-family: "Poppins-Bold";
}
.get_inDone .careerStore_box, .get_inDone .careerStore_box4, .get_inDone .careerStore_box3, .get_inDone .careerStore_box2 {
  background: linear-gradient(360.25deg, #FFD389 1.56%, #FFE7BF 114.86%);
  border-radius: 1.6rem;
  width: 100%;
  position: relative;
  min-height: 18rem;
  overflow: hidden;
  margin-top: 1rem;
  padding: 1.8rem;
}
.get_inDone .careerStore_box h1, .get_inDone .careerStore_box4 h1, .get_inDone .careerStore_box3 h1, .get_inDone .careerStore_box2 h1 {
  font-size: 1.6rem;
  font-family: "Poppins-Bold";
  color: #253746;
}
.get_inDone .careerStore_box p, .get_inDone .careerStore_box4 p, .get_inDone .careerStore_box3 p, .get_inDone .careerStore_box2 p {
  color: #253746;
  font-size: 1.3rem;
  font-family: "Poppins-Medium";
  margin-top: 0.4rem;
  max-width: 15.6rem;
}
.get_inDone .careerStore_box h3, .get_inDone .careerStore_box4 h3, .get_inDone .careerStore_box3 h3, .get_inDone .careerStore_box2 h3 {
  margin-top: 1rem;
  cursor: pointer;
}
.get_inDone .careerStore_box h3 img, .get_inDone .careerStore_box4 h3 img, .get_inDone .careerStore_box3 h3 img, .get_inDone .careerStore_box2 h3 img {
  width: 1.8rem;
  height: 1.8rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.get_inDone .careerStore_box .bgstore_box, .get_inDone .careerStore_box4 .bgstore_box, .get_inDone .careerStore_box3 .bgstore_box, .get_inDone .careerStore_box2 .bgstore_box {
  position: absolute;
  right: -3.1rem;
  bottom: 0;
}
.get_inDone .careerStore_box .bgstore_box img, .get_inDone .careerStore_box4 .bgstore_box img, .get_inDone .careerStore_box3 .bgstore_box img, .get_inDone .careerStore_box2 .bgstore_box img {
  width: 17rem;
}
.get_inDone .careerStore_box2 {
  background: linear-gradient(360.25deg, #79A2E6 1.56%, #CFDCF1 114.86%);
}
.get_inDone .careerStore_box2 h3 {
  margin-top: 2rem;
}
.get_inDone .careerStore_box2 .bgstore_box {
  right: 0rem;
  bottom: -1.7rem;
}
.get_inDone .careerStore_box3 {
  background: linear-gradient(360.25deg, #8DC8FF 1.56%, #CFDCF1 114.86%);
}
.get_inDone .careerStore_box3 p {
  max-width: 12.6rem;
}
.get_inDone .careerStore_box3 h3 {
  margin-top: 2rem;
}
.get_inDone .careerStore_box3 .bgstore_box {
  right: 0rem;
  bottom: 0rem;
}
.get_inDone .careerStore_box4 {
  background: linear-gradient(369.25deg, #E59E75 1.56%, #fff8f5 133.86%);
}
.get_inDone .careerStore_box4 h3 {
  margin-top: 2rem;
}
.get_inDone .careerStore_box4 .bgstore_box {
  right: 0.1rem;
  bottom: -1.7rem;
}

.dash_profile {
  margin-top: 5rem;
}
.dash_profile .profile_HD {
  font-size: 1.8rem;
  color: #021426;
  font-family: "Poppins-Bold";
}
.dash_profile .profile_boxBg {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.dash_profile .profile_boxBg .help_supportFaq {
  background: #fff;
  border-radius: 1.4rem;
  padding: 2.4rem 5.6rem 2.3rem 2.2rem;
  margin-bottom: 2.3rem;
  width: 28rem;
  margin-right: 2.4rem;
}
.dash_profile .profile_boxBg .help_supportFaq h1 {
  font-size: 1.5rem;
  color: #021426;
  font-family: "Poppins-SemiBold";
  margin-top: 0.7rem;
}
.dash_profile .profile_boxBg .help_supportFaq h1 span {
  font-size: 1.2rem;
}
.dash_profile .profile_boxBg .help_supportFaq p {
  font-size: 1.4rem;
  color: rgba(2, 20, 38, 0.9019607843);
  font-family: "Poppins-Regular";
  margin-top: 0.8rem;
}

.create-neworder {
  text-align: center;
  max-width: 33.8rem;
  margin: 0 auto;
  display: block;
  margin-top: 8.8rem;
}
.create-neworder .illustration_notifactionImg img {
  height: 21.7rem;
  border-radius: 1.2rem;
  width: 22.8rem;
}
.create-neworder h4 {
  color: #000000;
  margin-top: 4.9rem;
  font-size: 1.8rem;
  font-family: "Poppins-Bold";
}
.create-neworder p {
  margin-top: 1rem;
  color: #000000;
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
  padding: 0rem 1rem;
  line-height: 2.1rem;
}
.create-neworder button {
  color: #ffffff;
  background: #F9AA23;
  padding: 1.6rem 5.5rem;
  border: 0.1rem solid #F9AA23;
  transition: 0.3s ease-in-out;
  font-family: "Poppins-Medium";
  font-size: 1.4rem;
  border-radius: 1.2rem;
  width: 100%;
  margin-top: 3rem;
}

.notifications_width {
  max-width: 59.4rem;
  margin-top: 5rem;
}
.notifications_width h3 {
  color: #021426;
  font-family: "Poppins-Bold";
  font-size: 1.8rem;
  padding-bottom: 3.3rem;
}
.notifications_width .order_pickZara {
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid #ECECEC;
  padding-bottom: 2.2rem;
  margin-bottom: 2.2rem;
}
.notifications_width .order_pickZara .from_imgpick {
  width: 5.2rem;
  height: 5.2rem;
  background: #406CB4;
  line-height: 5.2rem;
  border-radius: 50%;
  text-align: center;
  margin-right: 1.3rem;
}
.notifications_width .order_pickZara h1 {
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
  color: #253746;
}
.notifications_width .order_pickZara h1 span {
  display: block;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  color: rgba(0, 0, 0, 0.5019607843);
}
.notifications_width .order_pickZara:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.notificationFAQ-accordion .accordion-button {
  background: #F5F5F5;
  padding: 0rem;
  color: rgba(2, 20, 38, 0.8509803922);
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
}
.notificationFAQ-accordion .accordion-body {
  padding: 1rem 0;
  background: #F5F5F5;
  color: rgba(2, 20, 38, 0.6588235294);
}
.notificationFAQ-accordion .accordion-item {
  background: #F5F5F5;
  padding: 2.2rem 0;
}
.notificationFAQ-accordion .accordion-flush .accordion-collapse {
  max-width: 56.5rem;
}

#standing {
  text-align: center;
  font-size: 1.4rem;
  color: #000000;
  font-family: "Poppins-Medium";
  max-width: 31.1rem;
  margin: 0 auto;
  display: block;
  margin-top: 0.8rem;
  line-height: 2.1rem;
  margin-bottom: 1.2rem;
}

.startconversation {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 1.4rem;
  cursor: pointer;
  width: 100%;
  padding: 1.6rem;
  margin-top: 2rem;
}
.startconversation img {
  margin-right: 1.2rem;
}
.startconversation h6 {
  font-size: 1.6rem;
  color: rgba(2, 20, 38, 0.9019607843);
  text-align: left !important;
  font-family: "Poppins-SemiBold";
}
.startconversation h6 span {
  color: rgba(37, 55, 70, 0.9882352941);
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
  display: block;
  margin-top: 0.3rem;
}

#pexels-cottonbro {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

#freindhd {
  padding-bottom: 0.4rem;
}

.refer_friends {
  max-width: 52.6rem;
}

#dasboard_hdr {
  padding: 0 4.4rem;
}

#track_rtn {
  padding: 2.2rem 4rem 2.2rem 0rem;
}

.butFree {
  background: #028A58;
  color: #fff;
  border: 0;
  border-radius: 0.6rem;
  font-size: 1.2rem;
  padding: 0.2rem 0.8rem;
  margin-bottom: 1.4rem;
  text-transform: uppercase;
}

.butpaid {
  background: #CA4661;
}

.not_sure {
  text-align: center;
  margin-top: 3rem;
  color: #021426;
  font-size: 1.3rem;
  cursor: pointer;
  font-family: "Poppins-Medium";
}
.not_sure span {
  margin-right: 0.4rem;
}

.recenLocations {
  display: flex;
  justify-content: end;
  position: relative;
  align-items: center;
}
.recenLocations .eldecoMagnoli {
  position: relative;
  margin-right: 4rem;
}
.recenLocations .eldecoMagnoli .youloaction {
  position: absolute;
  top: 1rem;
  left: 1.3rem;
}
.recenLocations .eldecoMagnoli input {
  border: 0.1rem solid #E9E9E9;
  padding: 0.7rem 3rem;
  background: #fff;
  border-radius: 1.2rem;
  width: 32.7rem;
  color: #101820;
  font-family: "Poppins-SemiBold";
  font-size: 1.4rem;
  padding-left: 4rem;
}
.recenLocations .eldecoMagnoli small {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.recenLocations .curren_locationheader_box {
  background: #fff;
  border: 1px solid #E9E9E9;
  position: absolute;
  top: 5rem;
  min-width: 38.5rem;
  left: 0;
  border-radius: 1.2rem;
  z-index: 1;
}
.recenLocations .curren_locationheader_box ul li {
  padding: 2rem;
  font-family: "Poppins-SemiBold";
  font-size: 1.4rem;
  border-bottom: 0.1rem solid #E6E7E9;
}
.recenLocations .curren_locationheader_box ul li span {
  margin-right: 1rem;
  color: #021426;
}
.recenLocations .curren_locationheader_box ul li p {
  color: #021426;
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
  padding-bottom: 1.6rem;
}
.recenLocations .curren_locationheader_box ul li strong {
  font-size: 1.3rem;
  margin-left: 3.6rem;
  color: rgba(0, 0, 0, 0.7411764706);
  display: inline-block;
}
.recenLocations .curren_locationheader_box ul li:last-child {
  border-bottom: 0;
}

.merchant_dashboard .accordion-button:not(.collapsed) {
  box-shadow: none !important;
}
.merchant_dashboard .accordion-button {
  padding: 0rem 3rem 0 0 !important;
}
.merchant_dashboard .accordion-bodyList {
  padding-left: 3rem;
  border-left: 0.3rem solid #406CB4;
}
.merchant_dashboard .accordion-bodyList a {
  display: block;
  font-size: 1.3rem;
  font-family: "Poppins-Medium";
  padding: 1.5rem 0rem 0rem 0rem;
  transition: 0.3s;
}
.merchant_dashboard .accordion-bodyList a:hover {
  color: #F9AA25;
  padding-left: 1rem;
}

.marchant-content-dasboar {
  padding: 5rem 0rem;
}

.logo_leftAlign img {
  width: 8.4rem;
  height: 5.4rem;
}

.bgMap {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgMap .alex_bg {
  max-width: 35.6rem;
  margin: 0 auto;
  display: block;
  padding-top: 20rem;
}
.bgMap .alex_bg .alexPackship {
  background: #fff;
  border-radius: 1.6rem;
  padding: 2rem 1.7rem;
  position: relative;
}
.bgMap .alex_bg .alexPackship .triangle-left {
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 2rem solid #fff;
  position: absolute;
  right: 50%;
  bottom: -2rem;
}
.bgMap .alex_bg .alexPackship .ten_discount {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bgMap .alex_bg .alexPackship .ten_discount h1 {
  color: #000000;
  font-size: 1.1rem;
  font-family: "Poppins-SemiBold";
  text-transform: uppercase;
  background: #E8DEFF;
  padding: 0.3rem 1rem;
  line-height: 1.8rem;
  border-radius: 0.6rem;
}
.bgMap .alex_bg .alexPackship .ten_discount h2 {
  color: #000000;
  font-size: 1.6rem;
  font-family: "Poppins-SemiBold";
}
.bgMap .alex_bg .alexPackship .kierland {
  margin-top: 1.5rem;
}
.bgMap .alex_bg .alexPackship .kierland h3 {
  color: #000000;
  font-size: 1.6rem;
  font-family: "Poppins-Bold";
}
.bgMap .alex_bg .alexPackship .kierland p {
  color: rgba(0, 0, 0, 0.7411764706);
  font-size: 1.4rem;
  font-family: "Poppins-Regular";
  margin-top: 0.4rem;
}
.bgMap .alex_bg .alexPackship .kierland h4 {
  color: #000000;
  font-size: 1.4rem;
  font-family: "Poppins-Regular";
  margin-top: 1.2rem;
}
.bgMap .alex_bg .alexPackship .kierland button {
  color: #ffffff;
  background: #F9AA23;
  padding: 1.6rem 5.5rem;
  border: 0.1rem solid #F9AA23;
  transition: 0.3s ease-in-out;
  font-family: "Poppins-Medium";
  font-size: 1.4rem;
  border-radius: 1.2rem;
  width: 100%;
  padding: 1rem 0rem;
  margin-top: 2rem;
}

.hubArea {
  background: #fff;
  border-radius: 1.6rem;
  padding: 0rem 2rem 0rem 0rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12rem;
  position: absolute;
  width: 35.6rem;
  bottom: 5rem;
}
.hubArea p {
  color: #000000;
  font-size: 1.6rem;
  font-family: "Poppins-SemiBold";
  max-width: 15.2rem;
  line-height: 2.2rem;
}
.hubArea h6 {
  color: #406CB4;
  font-size: 1.2rem;
  font-family: "Poppins-SemiBold";
}

.flexBox_uploadImg {
  display: flex;
  flex-wrap: nowrap;
}
.flexBox_uploadImg .returning_upload {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 10.5rem;
  height: 10.5rem;
  margin-right: 1.2rem;
  position: relative;
}
.flexBox_uploadImg .returning_upload .pexile_close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  cursor: pointer;
}

.seleect-box {
  margin-top: 2.8rem;
}
.seleect-box .hd_sb {
  color: #021426;
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
}
.seleect-box .small_boxis {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 1.6rem;
  border-radius: 1.4rem;
}
.seleect-box .small_boxis .small_lwh #lwh {
  margin-left: 3rem;
}
.seleect-box .small_boxis .small_lwh span {
  font-size: 1.6rem;
  font-family: "Poppins-SemiBold";
}
.seleect-box .small_boxis .small_lwh span img {
  width: 1.3rem;
  margin-left: 0.3rem;
}
.seleect-box .small_boxis .small_lwh span small {
  color: rgba(0, 0, 0, 0.7411764706);
  font-size: 1.2rem;
}
.seleect-box .small_boxis .dollerTxt_small {
  color: #021426;
  font-size: 1.6rem;
  font-family: "Poppins-SemiBold";
}

.containersmall {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.containersmall input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.containersmall .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  border: 2px solid #000;
}

/* When the radio button is checked, add a blue background */
.containersmall input:checked ~ .checkmark {
  border: 2px solid #406CB4;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.containersmall .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containersmall input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containersmall .checkmark:after {
  top: 0.3rem;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #406CB4;
}

#additional-Box {
  text-align: center;
  color: #021426;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-family: "Poppins-SemiBold";
}

.button_abox {
  display: flex;
  margin-top: 3rem;
  justify-content: space-between;
}
.button_abox button {
  background: #FFFFFF;
  border-radius: 1.8rem;
  border: 0.1rem solid #DBDBDB;
  font-family: "Poppins-SemiBold";
  color: #021426;
  font-size: 1.4rem;
  padding: 1.6rem 6.5rem;
}

.boxtwo-total {
  color: #000;
  padding-right: 0.6rem;
}

.addInstructions {
  margin-top: 5rem;
}

.amount_details .promocode_amount p.totl_amount.p_code {
  color: #23BC73;
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
}

.cardsaved_radioBtn {
  margin-right: 2rem;
}

.saved_cardpayment h2,
.saved_cardpayment h3 {
  font-family: "Poppins-Bold";
  font-size: 1.5rem;
}

.additional-BoxFlat {
  font-family: "Poppins-Bold";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}
.additional-BoxFlat small {
  font-family: "Poppins-Medium";
  font-size: 1.2rem;
  margin-left: 0.3rem;
}
.additional-BoxFlat h4 {
  display: block;
}

.saved4 {
  font-family: "Poppins-SemiBold";
  font-size: 2.4rem;
  text-align: center;
  margin-top: 0.3rem;
}
.saved4 span {
  display: block;
  margin-top: 0.3rem;
  color: rgba(0, 0, 0, 0.7411764706);
  font-size: 1.5rem;
  font-family: "Poppins-Regular";
}

.thanksHd {
  color: #406CB4;
  font-size: 1.8rem;
  font-family: "Poppins-SemiBold";
  text-align: center;
  margin-top: 5rem;
  position: relative;
}

.boxhero_blog {
  background: #F9AA23;
  padding: 5.2rem 0rem;
  margin-top: 8.1rem;
}
.boxhero_blog h1 {
  text-align: center;
  font-family: "Poppins-Bold";
  line-height: 7.2rem;
  font-size: 4.8rem;
  max-width: 86.2rem;
  display: block;
  margin: 0 auto;
}
.boxhero_blog p {
  margin-top: 2.8rem;
  text-align: center;
  font-family: "Poppins-Medium";
  line-height: 2.7rem;
  font-size: 1.8rem;
  padding: 0 10.5rem;
}

.last_article {
  margin-top: 3.5rem;
}
.last_article .hd_article {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-family: "Poppins-Medium";
  border-bottom: 0.2rem solid #E4E4E4;
  padding-bottom: 0.4rem;
}
.last_article .firstBlog_sec {
  margin-top: 4rem;
}
.last_article .firstBlog_sec .blog_firstimg img {
  border-radius: 0.4rem;
}
.last_article .firstBlog_sec .september_blog h4 {
  color: #454545;
  font-size: 1.8rem;
  font-family: "Poppins-Medium";
}
.last_article .firstBlog_sec .september_blog h1 {
  margin-top: 2.8rem;
  font-family: "Poppins-Bold";
  font-size: 2.4rem;
  line-height: 152%;
}
.last_article .firstBlog_sec .september_blog p {
  margin-top: 2rem;
  font-family: "Poppins-Medium";
  color: #1F1D2A;
  font-size: 1.8rem;
  line-height: 3.1rem;
}

.shipping_blog {
  margin-top: 10.4rem;
}
.shipping_blog .shippingBlog_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shipping_blog .shippingBlog_flex h1 {
  font-family: "Poppins-Bold";
  font-size: 3.6rem;
}
.shipping_blog .shippingBlog_flex h3 {
  color: #406CB4;
  font-family: "Poppins-SemiBold";
  font-size: 1.4rem;
}
.shipping_blog .shippingBlog_flex h3 img {
  margin-left: 0.4rem;
}
.shipping_blog .shiping_blogPickup {
  margin-top: 3.8rem;
}
.shipping_blog .shiping_blogPickup h4 {
  color: #454545;
  font-size: 1.8rem;
  font-family: "Poppins-Medium";
  margin-top: 2.9rem;
}
.shipping_blog .shiping_blogPickup h1 {
  margin-top: 2.8rem;
  font-family: "Poppins-Bold";
  font-size: 2.4rem;
  line-height: 152%;
}
.shipping_blog .shiping_blogPickup p {
  margin-top: 2rem;
  font-family: "Poppins-Medium";
  color: #1F1D2A;
  font-size: 1.8rem;
  line-height: 3.1rem;
}
.shipping_blog .pickup_ship_blog {
  text-align: center;
  margin-top: 4.8rem;
}
.shipping_blog .pickup_ship_blog button {
  padding: 1.8rem 3.9rem;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #406CB4;
  font-family: "Poppins-SemiBold";
  font-size: 1.8rem;
  transition: 0.3s;
  transition: 0.3s;
}
.shipping_blog .pickup_ship_blog button:hover {
  background: #F9AA23;
}

.try_now_boxhero_sec {
  padding: 15rem 0rem 8rem;
}
.try_now_boxhero_sec .return_happen h1 {
  color: #FC7339;
  font-size: 3.8rem;
  font-family: "Poppins-Bold";
  text-transform: capitalize;
}
.try_now_boxhero_sec .return_happen p {
  color: #1F1D2A;
  font-size: 1.8rem;
  font-family: "Poppins-Medium";
  max-width: 50rem;
  margin-top: 1rem;
  line-height: 2.8rem;
}
.try_now_boxhero_sec .try-now {
  text-align: right;
  margin-top: 4rem;
}
.try_now_boxhero_sec .try-now button {
  color: #ffffff;
  background: #F9AA23;
  padding: 1.6rem 5.5rem;
  border: 0.1rem solid #F9AA23;
  transition: 0.3s ease-in-out;
  font-family: "Poppins-Medium";
  font-size: 1.4rem;
  border-radius: 1.2rem;
  font-size: 2.4rem;
}
.try_now_boxhero_sec .try-now button:hover {
  background: #406CB4;
  border: 0.1rem solid #406CB4;
}

#shoping_onlineBanner {
  font-size: 5.4rem;
  max-width: 96.2rem;
  margin: 0 auto;
  display: block;
  padding-top: 7rem;
}

#mt_offer {
  margin-top: -21rem;
}

#shoping-banner-bottom {
  padding-bottom: 28rem;
}

.arrowImg-leftbanner {
  position: absolute;
  left: 0;
  bottom: -10.3rem;
}

.arrowImg-rightbanner {
  position: absolute;
  right: 0;
  bottom: -10.3rem;
}

.our_mission_sec {
  padding: 16rem 0rem 10.4rem;
}
.our_mission_sec .our_mission_join {
  margin-top: 1rem;
}
.our_mission_sec .our_mission_join h1 {
  font-size: 4.2rem;
  font-family: "Poppins-Bold";
  margin-top: 2rem;
}
.our_mission_sec .our_mission_join p {
  font-size: 2rem;
  font-family: "Poppins-Medium";
  margin-top: 0.8rem;
  line-height: 3.8rem;
}
.our_mission_sec .our_mission_join button {
  padding: 1.8rem 3.9rem;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #406CB4;
  font-family: "Poppins-SemiBold";
  font-size: 1.8rem;
  transition: 0.3s;
  margin-top: 2.6rem;
}
.our_mission_sec .our_mission_join button:hover {
  background: #F9AA23;
}

.gx-6 {
  --bs-gutter-x: 5rem !important;
}

.local-Expoert_sec {
  padding: 10rem 0rem 12rem;
  background: #FFFCF6;
}
.local-Expoert_sec .local_HelpImg {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.local-Expoert_sec .local_HelpImg h1 {
  font-size: 3.8rem;
  font-family: "Poppins-Bold";
  max-width: 43rem;
  text-transform: capitalize;
  padding-top: 3rem;
  margin: 0 auto;
}
.local-Expoert_sec .local_HelpImg p {
  padding-top: 2rem;
  max-width: 65.8rem;
  margin: 0 auto;
  font-size: 2.8rem;
  font-family: "Poppins-Medium";
}
.local-Expoert_sec .imgStandard {
  margin-top: 9rem;
}
.local-Expoert_sec .imgStandard .img_iconDummay h1 {
  margin-top: 2.3rem;
  font-size: 2rem;
  font-family: "Poppins-Bold";
  max-width: 25.5rem;
  line-height: 3rem;
  color: #000000;
}
.local-Expoert_sec .imgStandard .img_iconDummay p {
  color: #1F1D2A;
  font-size: 1.8rem;
  margin-top: 1rem;
  max-width: 31rem;
}

.future_partners {
  padding: 10.2rem 0rem 21.7rem;
}
.future_partners .future_partnersIMg h1 {
  padding-top: 4.6rem;
  font-size: 3.6rem;
  font-family: "Poppins-Bold";
  text-align: center;
  color: #000000;
  margin: 0 auto;
  display: block;
}
.future_partners .future_partnersIMg p {
  color: #1F1D2A;
  font-size: 2rem;
  line-height: 3.8rem;
  text-align: center;
  margin: 0 auto;
  display: block;
  max-width: 94.8rem;
  padding-top: 2.6rem;
  color: #18191F;
}
.future_partners .future_partnersIMg button {
  color: #ffffff;
  background: #F9AA23;
  padding: 1.6rem 5.5rem;
  border: 0.1rem solid #F9AA23;
  transition: 0.3s ease-in-out;
  font-family: "Poppins-Medium";
  font-size: 1.4rem;
  border-radius: 1.2rem;
  margin: 0 auto;
  display: block;
  font-size: 1.8rem;
  margin-top: 5.8rem;
  padding: 1.8rem 6.4rem;
}
.future_partners .future_partnersIMg button:hover {
  background: #000;
  border: 0.1rem solid #000;
}

.boxhero_blogdetails {
  background: #F9AA23;
  padding: 6rem 0rem;
  margin-top: 8.1rem;
}
.boxhero_blogdetails .banner_blogdetails h5 {
  position: relative;
  font-size: 1.4rem;
  color: #000000;
  padding-left: 1rem;
}
.boxhero_blogdetails .banner_blogdetails h5::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0.1rem;
  height: 1.7rem;
  background: #000;
}
.boxhero_blogdetails .banner_blogdetails h1 {
  font-size: 6.4rem;
  font-family: "Poppins-Bold";
  margin-top: 4.2rem;
  max-width: 67.6rem;
}
.boxhero_blogdetails .banner_blogdetails h6 {
  font-size: 1.4rem;
  color: #000000;
  margin-top: 2.4rem;
}
.boxhero_blogdetails .banner_blogdetails h4 {
  font-size: 1.4rem;
  color: #000000;
  margin-top: 5.6rem;
}
.boxhero_blogdetails .banner_blogdetails .wrapper_footer .footerlogoHero .social__link .s_iconimg1 {
  background: #E19920;
}
.boxhero_blogdetails .banner_blogdetails .wrapper_footer .footerlogoHero .social__link .s_iconimg1:hover {
  background: #fff;
}
.boxhero_blogdetails .writenBy {
  padding-top: 9rem;
}
.boxhero_blogdetails .writenBy h6 {
  color: #1F1818;
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
  text-align: center;
}
.boxhero_blogdetails .writenBy .jhonSmithImg2 {
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin: 0 auto;
  display: block;
  margin-top: 2rem;
}
.boxhero_blogdetails .writenBy h3 {
  color: #1F1818;
  font-family: "Poppins-Bold";
  font-size: 1.4rem;
  text-align: center;
  margin-top: 1.4rem;
}
.boxhero_blogdetails .writenBy h5 {
  color: rgba(31, 24, 24, 0.7019607843);
  text-align: center;
  margin-top: 1rem;
}

.newYorkCity {
  padding: 8.2rem 0rem 0rem 0rem;
}
.newYorkCity .cityBoxhero {
  background-image: url("/assets/images/new-yourk.png");
  width: 100%;
  height: 42.3rem;
  background-position: center;
  background-repeat: no-repeat;
}
.newYorkCity .cityBoxhero h2 {
  text-align: center;
  color: #fff;
  font-family: "Poppins-Bold";
  font-size: 2.4rem;
  padding-top: 23.6rem;
}
.newYorkCity .cityBoxhero h1 {
  font-family: "Poppins-Bold";
  color: #fff;
  font-size: 4.8rem;
  text-align: center;
  margin-top: 1.7rem;
}
.newYorkCity .cityBoxhero h3 {
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  margin-top: 1.7rem;
}

.introduction {
  margin-top: 8.6rem;
}
.introduction h1 {
  font-family: "Poppins-Bold";
  color: #000;
  font-size: 3.6rem;
}
.introduction p {
  margin-top: 2rem;
  font-size: 2.4rem;
  color: #1F1D2A;
  line-height: 4rem;
  font-family: "Poppins-Medium";
}
.introduction .shareHd-txt {
  font-size: 2.4rem;
  font-family: "Poppins-Medium";
}
.introduction .wrapper_footer .footerlogoHero .social__link .s_iconimg1 {
  background: #E6E6E6;
}
.introduction input {
  height: 6.7rem;
  padding: 0rem 2.2rem;
  border: 0.1rem solid #EFEFEF;
  margin-top: 2rem;
  color: #000;
  font-size: 1.8rem;
}
.introduction button {
  padding: 1.8rem 3.9rem;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #406CB4;
  font-family: "Poppins-SemiBold";
  font-size: 1.8rem;
  transition: 0.3s;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 2.4rem;
  padding: 1.3rem 3.7rem;
}
.introduction :hover {
  background: #F9AA23;
}

.divider_section {
  border-top: 0.2rem solid #E4E4E4;
}

.browesAll {
  padding: 8.2rem 0rem;
}

.help_center_sec {
  padding: 8.2rem 0rem;
  background: #F9AA23;
  margin-top: 8.1rem;
}
.help_center_sec .can_help_hd {
  position: relative;
  max-width: 101.3rem;
  display: block;
  margin: 0 auto;
}
.help_center_sec .can_help_hd h1 {
  font-size: 3rem;
  font-family: "Poppins-Bold";
  text-align: center;
  color: #000;
}
.help_center_sec .can_help_hd input {
  margin: 0rem 4.5rem;
  border: 0;
  height: 8rem;
  margin-top: 2.1rem;
  padding: 0rem 6rem;
  font-size: 2rem;
  font-family: "Poppins-Medium";
}
.help_center_sec .can_help_hd span {
  position: absolute;
  left: 7rem;
  top: 8.4rem;
  font-size: 2rem;
}

#faq-sec {
  padding: 8.2rem 0rem;
}

.hub-benefits {
  padding-top: 13rem;
  padding-bottom: 4rem;
  background: rgba(255, 164, 18, 0.04);
}
.hub-benefits .logo-v2 {
  width: 6rem;
  margin-bottom: 5rem;
}
.hub-benefits h2 {
  font-size: 4.2rem;
  font-family: "Poppins-Bold";
  color: #000;
  margin-bottom: 4rem;
}
.hub-benefits .list ul li {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-family: "Poppins-Bold";
  max-width: 42.8rem;
  margin-bottom: 6rem;
  position: relative;
  padding-left: 10rem;
}
.hub-benefits .list ul li::before {
  content: "";
  position: absolute;
  width: 7.2rem;
  height: 7.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EFEFEF;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(/assets/images/logo-icon.png);
  background-repeat: no-repeat;
  background-position: top 21px left 17px;
}
.hub-benefits .screen {
  margin-top: 10rem;
}

.enquiry-form {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.enquiry-form .wrap {
  max-width: 51rem;
  margin: auto;
  text-align: center;
}
.enquiry-form .wrap h2 {
  font-size: 3.6rem;
  font-family: "Poppins-Bold";
  margin-bottom: 4rem;
}
.enquiry-form .wrap .form-group {
  margin-bottom: 1.5rem !important;
}
.enquiry-form .wrap .form-group .form-control {
  min-height: 4.9rem;
  background: #FFFFFF;
  border: 0.5px solid rgba(72, 72, 72, 0.29);
  border-radius: 0.6rem;
  font-size: 1.6rem;
  resize: none;
  color: #000;
}
.enquiry-form .wrap .form-group .form-control::-moz-placeholder {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #021426;
  opacity: 0.5;
}
.enquiry-form .wrap .form-group .form-control:-ms-input-placeholder {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #021426;
  opacity: 0.5;
}
.enquiry-form .wrap .form-group .form-control::placeholder {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #021426;
  opacity: 0.5;
}
.enquiry-form input[type=submit] {
  background: #F9AA23;
  border-radius: 0.6rem;
  border-color: #F9AA23;
  color: #fff;
  box-shadow: none;
  min-height: 4.8rem;
  font-size: 1.8rem;
  line-height: 2.8rem;
  border: 0;
}

.align-center {
  align-items: center;
}

.part-hub-featured {
  background-color: #F9AA23;
  padding: 3rem 0 0;
}
.part-hub-featured h2 {
  font-size: 3.6rem;
  color: #fff;
  line-height: 4.6rem;
  max-width: 29rem;
  font-family: "Poppins-Bold";
}
.part-hub-featured .medium-font {
  font-size: 2rem;
}
.part-hub-featured .card {
  background: #FFFFFF;
  border-radius: 1.8rem;
  max-width: 57.9rem;
  padding: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  margin-bottom: 4rem;
  padding: 2.5rem;
}
.part-hub-featured .card .icon {
  margin-right: 2rem;
}
.part-hub-featured .card .content h3 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 1rem;
  font-family: "Poppins-SemiBold";
}
.part-hub-featured .card .content p {
  color: #A6AAB6;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-family: "Poppins-Light";
  max-width: 33rem;
}

.partner-featued-box {
  background: rgba(255, 164, 18, 0.04);
  border-radius: 1.6rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.partner-featued-box h2 {
  font-size: 4.2rem;
  text-align: center;
  line-height: 5.6rem;
  font-family: "Poppins-Bold";
}
.partner-featued-box .subheading {
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  margin-bottom: 4rem;
}
.partner-featued-box .card {
  min-height: 40.2rem;
  background: #FFFFFF;
  border-radius: 1.6rem;
  max-width: 35rem;
  display: flex;
  justify-content: center;
  text-align: left;
  padding: 3rem;
  border: 0;
  margin-bottom: 5rem;
}
.partner-featued-box .card img {
  width: 7rem;
  height: auto;
  margin-bottom: 2rem;
}
.partner-featued-box .card .title {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-family: "Poppins-SemiBold";
  max-width: 20rem;
  margin-bottom: 1rem;
}
.partner-featued-box .card p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #18191F;
  max-width: 27.4rem;
}

.same-day-page {
  position: relative;
}
.same-day-page::before, .same-day-page::after {
  content: "";
  position: absolute;
  top: 3rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 11.4rem;
  background-image: url(/assets/images/logo-icon-gray.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
.same-day-page::after {
  background-image: url(/assets/images/logo-icon-gray-right.png);
  top: auto;
  right: 0;
  background-position: bottom right;
  left: auto;
  bottom: 3rem;
}
.same-day-page .wrap {
  min-height: 42.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
  text-align: center;
  max-width: 96.2rem;
  margin: auto;
}
.same-day-page .wrap h1 {
  font-size: 5.4rem;
  line-height: 6.6rem;
  font-family: "Poppins-Bold";
  color: #fff;
}
.same-day-page .wrap h1 strong {
  color: #000000;
}

.sdd-welcome {
  text-align: center;
  padding: 10rem 0;
}
.sdd-welcome h2 {
  font-size: 4.2rem;
  line-height: 6rem;
  font-family: "Poppins-Bold";
  text-transform: capitalize;
}
.sdd-welcome p {
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: #000;
  opacity: 0.4;
  max-width: 80.4rem;
  margin: auto;
}

.sdd-featured-box .card {
  background: #FFFFFF;
  box-shadow: 0px 22px 50px rgba(60, 60, 60, 0.06);
  border-radius: 1.2rem;
  text-align: center;
  padding: 2rem;
  border: 0;
  display: block;
  height: 100%;
  max-width: 34.8rem;
  margin-bottom: 3rem;
}
.sdd-featured-box .card .img-wrap {
  min-height: 16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.sdd-featured-box .card .img-wrap img {
  width: 11.1rem;
  height: auto;
}
.sdd-featured-box .card h3 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-family: "Poppins-Bold";
  margin-bottom: 0.5rem;
}
.sdd-featured-box .card p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #8F8F8F;
  max-width: 24.9rem;
  margin: auto;
  min-height: 5rem;
}
.sdd-featured-box .card .arrow {
  margin-top: 2rem;
}

.shipping-featured-box .row {
  justify-content: center;
}
.shipping-featured-box .card {
  border: 1px solid #ededed;
  box-sizing: border-box;
  box-shadow: 0px 4px 41px rgba(0, 0, 0, 0.0392156863);
  border-radius: 1.6rem;
  max-width: 40.2rem;
  margin-bottom: 3rem;
  padding: 1rem 3rem;
  min-height: 40.2rem;
  justify-content: center;
}
.shipping-featured-box .card h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-family: "Poppins-SemiBold";
  margin-bottom: 1rem;
}
.shipping-featured-box .card p {
  color: #18191F;
  font-size: 1.8rem;
  line-height: 2.7rem;
  max-width: 27.4rem;
  margin: inherit;
  font-family: "Poppins-SemiBold";
}
.shipping-featured-box .img-wrap {
  min-height: 10rem;
  display: flex;
  align-items: center;
}
.shipping-featured-box .img-wrap img {
  width: 7.2rem;
}

.client-logo {
  height: 20rem;
  width: 20rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5rem auto;
}

.logomodal {
  text-align: center;
  margin-top: 6rem;
}
.logomodal img {
  width: 10rem;
}

#modal_dummayText {
  line-height: 5.4rem;
  font-family: "Poppins-Bold";
  font-size: 3.6rem;
  margin-top: 1rem;
}
#modal_dummayText span {
  color: #F9AA23;
}
#modal_dummayText strong {
  color: #E91F1F;
  display: block;
}

.homepage_modal .req_brand .containerbrand {
  color: #747474;
}
.homepage_modal .req_brand span {
  color: #000;
}
.homepage_modal .uploadlbl input {
  border: 0.1rem solid #E5EBEA;
  border-radius: 0.8rem;
  height: 4.8rem;
  padding: 0rem 1.6rem;
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
  color: #000;
}

#expert-connect {
  text-align: left;
  padding: 0rem 4rem 0rem 25.5rem;
}

#sv1 {
  top: -11.4rem;
  left: 20%;
}

#size_weight {
  padding-left: 6rem;
  padding-top: 16rem;
}

#item_about {
  padding-right: 16rem;
}

#cc1 {
  top: -28.4rem !important;
  left: 21% !important;
}

#shipedCarrier {
  margin-top: 16rem;
}

#convenient {
  margin-top: 13rem;
}

#checkout {
  padding: 11rem 0rem 5rem;
}

#sv3 {
  top: -8.4rem !important;
  left: 24% !important;
}

#sv4 {
  top: -29.4rem !important;
  left: 18% !important;
}

#its_going2 {
  padding: 5rem 0rem;
}

.profile_rightsmith i {
  font-size: 2rem;
  color: #000;
  font-weight: bolder;
}

.metrotechCenter_box .home_box {
  background: #FFFFFF;
  width: 100%;
  padding: 1.8rem;
  border-radius: 1.6rem;
  margin-top: 2.4rem;
}
.metrotechCenter_box .home_box .home_edit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.metrotechCenter_box .home_box .home_edit h1 span {
  color: #021426;
  font-size: 1.6rem;
  font-family: "Poppins-SemiBold";
  margin-left: 1rem;
}
.metrotechCenter_box .home_box .home_edit h3 {
  color: #406CB4;
  font-size: 1.3rem;
  font-family: "Poppins-SemiBold";
  cursor: pointer;
}
.metrotechCenter_box .home_box .ny_center {
  margin-left: 4.9rem;
  margin-top: 0.7rem;
}
.metrotechCenter_box .home_box .ny_center h2 {
  color: #000000;
  font-size: 1.3rem;
  font-family: "Poppins-SemiBold";
}
.metrotechCenter_box .home_box .ny_center p {
  line-height: 2.5rem;
  color: rgba(0, 0, 0, 0.7411764706);
  font-size: 1.3rem;
  font-family: "Poppins-Medium";
}
.metrotechCenter_box .home_box .ny_center p span {
  display: block;
}

.add_address {
  margin-top: 3.4rem;
  cursor: pointer;
  color: #021426;
  font-family: "Poppins-SemiBold";
  font-size: 1.3rem;
}
.add_address img {
  margin-right: 0.5rem;
}

.visaExp .ny_center {
  margin-left: 5.9rem !important;
  margin-top: 0 !important;
}
.visaExp .ny_center h2 {
  margin-top: 0.7rem !important;
}
.visaExp .home_edit h1 img {
  width: 4.1rem;
  height: 2.4rem;
}

.selectPlan-sec {
  margin-top: 2.4rem;
}
.selectPlan-sec .ifNeeded {
  position: absolute;
  right: 1.8rem;
  bottom: 1.4rem;
  color: #828592;
  font-size: 1.2rem;
  font-family: "Poppins-Medium";
}
.selectPlan-sec .selectcurrent-plan {
  background: #FFFFFF;
  border-radius: 1.6rem;
  padding: 3.2rem 4rem;
  min-height: 51rem;
  display: flex;
  height: 100%;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
.selectPlan-sec .selectcurrent-plan .slectHd_price {
  text-align: center;
  padding-bottom: 3.7rem;
}
.selectPlan-sec .selectcurrent-plan .slectHd_price h2 {
  color: #000000;
  font-size: 1.6rem;
  font-family: "Poppins-SemiBold";
}
.selectPlan-sec .selectcurrent-plan .slectHd_price h2 span {
  display: block;
  width: 4rem;
  margin: 0 auto;
  height: 0.3rem;
  background: #406CB4;
  margin-top: 0.6rem;
}
.selectPlan-sec .selectcurrent-plan .slectHd_price h1 {
  color: #406CB4;
  font-size: 3.3rem;
  font-family: "Poppins-SemiBold";
  margin-top: 1rem;
}
.selectPlan-sec .selectcurrent-plan .slectHd_price h1 span {
  color: #828592;
  font-size: 1.2rem;
  font-family: "Poppins-Medium";
}
.selectPlan-sec .selectcurrent-plan .per_pickup {
  display: flex;
  padding-bottom: 1.8rem;
}
.selectPlan-sec .selectcurrent-plan .per_pickup .mr12 {
  margin-right: 1.1rem;
}
.selectPlan-sec .selectcurrent-plan .per_pickup p {
  color: #1F1F1F;
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
}
.selectPlan-sec .selectcurrent-plan .planButton-bottom {
  text-align: center;
}
.selectPlan-sec .selectcurrent-plan .planButton-bottom button {
  border: 0;
  color: #419971;
  font-size: 1.2rem;
  font-family: "Poppins-Medium";
  background: #ECF5F1;
  padding: 1rem 2rem;
  border-radius: 0.8rem;
}
.selectPlan-sec .selectcurrent-plan .planButton-bottom button.upgradeBtn {
  color: #ffffff;
  background: #F9AA23;
  padding: 1.6rem 5.5rem;
  border: 0.1rem solid #F9AA23;
  transition: 0.3s ease-in-out;
  font-family: "Poppins-Medium";
  font-size: 1.4rem;
  border-radius: 1.2rem;
  font-size: 1.2rem;
  padding: 1rem 2.2rem;
  border-radius: 0.8rem;
}

.ongoing_orders {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ongoing_orders h1 {
  color: #000;
  font-size: 1.8rem;
  font-family: "Poppins-SemiBold";
}
.ongoing_orders .filtter_icon {
  background: #fff;
  width: 4rem;
  height: 4rem;
  border-radius: 0.8rem;
  text-align: center;
  line-height: 4rem;
  cursor: pointer;
}

.typeCircle label {
  padding-left: 3rem;
  font-size: 1.6rem;
}
.typeCircle label span {
  top: 1rem !important;
}

.dropdown3 {
  position: relative;
  display: inline-block;
}

.dropdown-content5 {
  top: 3.6rem !important;
  left: -31rem !important;
  display: none;
  position: absolute;
  background-color: white;
  background: #FFFFFF;
  border-radius: 0.8rem;
  padding: 2rem;
  text-align: left;
  min-width: 35.3rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content5 .selectDate-dropdown {
  color: #000000;
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
  text-align: left;
}

.rt-brand {
  padding-right: 1.8rem;
}

.dropdown3:hover .dropdown-content5 {
  display: block;
}

.time-s {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.time-s .containerbrand .checkmark {
  border: 0.2rem solid #8F8F8F;
}
.time-s .req_brand .containerbrand span {
  top: 1rem;
}

.return_box {
  background: #FFFFFF;
  border: 1px solid rgba(64, 108, 180, 0.6);
  border-radius: 0.8rem;
  margin-top: 2.5rem;
  padding: 1.6rem;
}
.return_box .returam_logo .logo_amz {
  border: 0.1rem solid #E6E6E6;
  border-radius: 50%;
  width: 4.8rem;
  height: 4.8rem;
  text-align: center;
  line-height: 4.8rem;
  position: relative;
}
.return_box .returam_logo .logo_amz span {
  position: absolute;
  right: 0.2rem;
  color: #406CB4;
  top: 1.7rem;
}
.return_box .returam_logo .logo_amz span .green {
  color: #00A354;
}
.return_box .returam_logo .returnId {
  display: flex;
  justify-content: space-between;
  margin-left: 1rem;
}
.return_box .returam_logo .returnId h1 {
  color: #000000;
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
}
.return_box .returam_logo .returnId h2 {
  color: #000000;
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
}
.return_box .returam_logo .kierlandTxt {
  color: rgba(0, 0, 0, 0.7411764706);
  font-size: 1.3rem;
  margin-left: 1rem;
  margin-top: 1rem;
}
.return_box .returam_logo .in-transit {
  display: flex;
  margin-top: 1.8rem;
  justify-content: space-between;
}
.return_box .returam_logo .in-transit h3 {
  color: rgba(0, 0, 0, 0.5411764706);
  font-size: 1.3rem;
}
.return_box .returam_logo .in-transit h2 {
  color: #406CB4;
  font-size: 1.2rem;
  cursor: pointer;
  font-family: "Poppins-Medium";
}
.return_box .returam_logo .in-transit h2.placed_Hd {
  color: #00A354;
}

.order-status-border {
  border-left: 0.15rem solid #B3B3B3;
  margin-left: 3rem;
  padding-left: 4rem;
  min-height: 100%;
}

.order-status-box {
  background: #fff;
  border-radius: 0.8rem;
  padding: 2.4rem;
}
.order-status-box .order-place {
  margin-bottom: 2.4rem;
}
.order-status-box .order-place .datetime-order p {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.6);
}
.order-status-box .order-place .datetime-order h1 {
  color: #000000;
  font-family: "Poppins-Medium";
  margin-top: 0.4rem;
  font-size: 1.6rem;
}
.order-status-box .order-place .plc_order p {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.6);
}
.order-status-box .order-place .plc_order h1 {
  color: #00A355;
  font-family: "Poppins-Medium";
  margin-top: 0.4rem;
  font-size: 1.6rem;
}

.box_accordian {
  margin-top: 2rem;
}
.box_accordian .accordion-button {
  background: #fff;
}
.box_accordian .accordion-button {
  padding: 0 !important;
  color: #000000;
  font-size: 1.6rem;
  font-family: "Poppins-Medium";
}
.box_accordian .accordion-item {
  padding: 1.3rem 2rem;
  border-radius: 0.6rem;
  margin-bottom: 2rem;
  border: 0;
}
.box_accordian .accordion-button:not(.collapsed) {
  color: #000000;
  font-size: 1.6rem;
  font-family: "Poppins-Medium";
}
.box_accordian .packagingTxt {
  margin-top: 1.3rem;
  border-top: 0.5px solid rgba(0, 0, 0, 0.2);
}
.box_accordian .packagingTxt .mt-brand {
  margin-top: 2.3rem;
}
.box_accordian .img-by-customer {
  margin-top: 2rem;
}
.box_accordian .img-by-customer p {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 1rem;
}
.box_accordian .img-by-customer .trackOrder {
  border-radius: 0.6rem;
}
.box_accordian .img-by-customer .trackpickedup {
  margin-top: 2.6rem;
}
.box_accordian .img-by-customer .trackpickedup h1 {
  color: #021426;
  font-size: 1.5rem;
  font-family: "Poppins-SemiBold";
}

.enterTrackingId {
  margin-top: 2rem;
}
.enterTrackingId .et-input input {
  color: #000000;
  padding: 0rem 2rem;
  border: 0;
  font-size: 1.5rem;
  background: #f5f5f5;
  font-family: "Poppins-Medium";
  border-radius: 0.8rem;
  height: 5rem;
}
.enterTrackingId .shippedBtn button {
  color: #ffffff;
  background: #F9AA23;
  padding: 1.6rem 5.5rem;
  border: 0.1rem solid #F9AA23;
  transition: 0.3s ease-in-out;
  font-family: "Poppins-Medium";
  font-size: 1.4rem;
  border-radius: 1.2rem;
  padding: 1.3rem 2.7rem;
  border-radius: 0.8rem;
  background: #406CB4;
  border-color: #406CB4;
}

.paymenInformation {
  border-radius: 0.8rem;
  background: #fff;
  padding: 1.7rem 2.2rem 1.7rem 3rem;
  margin-top: 2rem;
}
.paymenInformation .paymenInformation-Hd {
  color: #021426;
  font-size: 1.5rem;
  font-family: "Poppins-SemiBold";
}
.paymenInformation .box1Zara {
  margin-top: 1rem;
}
.paymenInformation .box1Zara .box-lbl-Zara {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.paymenInformation .box1Zara .box-lbl-Zara h1 {
  color: rgba(16, 24, 32, 0.7411764706);
  font-size: 1.5rem;
  font-family: "Poppins-Medium";
}
.paymenInformation .box1Zara .box-lbl-Zara h1 span {
  color: #021426;
  font-size: 1.4rem;
  margin-right: 1.2rem;
  font-family: "Poppins-SemiBold";
}
.paymenInformation .box1Zara .box-lbl-Zara p {
  color: rgba(16, 24, 32, 0.7411764706);
  font-size: 1.5rem;
  font-family: "Poppins-Medium";
}
.paymenInformation .box1Zara .box-lbl-Zara p span {
  color: rgba(2, 20, 38, 0.4);
  font-size: 1.4rem;
  margin-right: 0.8rem;
  font-family: "Poppins-SemiBold";
}
.paymenInformation .box1Zara .box-lbl-Zara h3 {
  font-size: 1.6rem;
  font-family: "Poppins-Bold";
}

.box2nike {
  margin-top: 3rem !important;
}

.border-promocode {
  border-top: 0.1rem solid #ECECEC;
  margin-top: 2rem;
}

.track-progessbar {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.track-progessbar ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.track-progessbar ul li {
  font-size: 1.4rem;
  padding: 2rem 0rem 2rem 0rem;
  text-align: center;
  position: relative;
  padding-bottom: 0;
  color: rgba(32, 32, 32, 0.7019607843);
  width: 100%;
}
.track-progessbar ul li:first-child {
  text-align: left;
}
.track-progessbar ul li:first-child::after {
  left: 0;
}
.track-progessbar ul li:last-child {
  text-align: right;
}
.track-progessbar ul li:last-child::after {
  left: auto;
  right: 0;
}
.track-progessbar ul li:last-child::before {
  width: 100% !important;
}
.track-progessbar ul li.active {
  font-family: "Poppins-SemiBold";
  color: #000;
}

.track-progessbar ul li.active::before {
  border-top: 2px solid #406CB4;
}

.track-progessbar ul li:first-child::before {
  width: 100%;
  left: 0;
}

.track-progessbar ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-top: 0.2rem dashed #c1c1c1;
}

.track-progessbar ul li.active::after {
  background-color: none;
  border: none;
  background: url(../images/tick-new.png) no-repeat;
  border: none;
  background-position: center;
  background-size: cover;
}

.track-progessbar ul li::after {
  content: "";
  position: absolute;
  top: -1rem;
  left: 40%;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  width: 2rem;
  height: 2rem;
  z-index: 9;
  border: 0.2rem solid #B7B7B7;
}

.track-appoinmentSec .track-progessbar ul li:first-child::before {
  left: 50%;
}

.return_box .returam_logo .in-transit strong {
  color: #000;
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
}

.order-suit .return_box {
  padding: 2.4rem;
  border: 0;
  border-radius: 1.4rem;
}
.order-suit .return_box .in-transit {
  margin-top: 1.9rem;
}
.order-suit .return_box .returam_logo .kierlandTxt span {
  display: block;
  color: #406CB4;
  font-size: 1.2rem;
  font-family: "Poppins-Medium";
}
.order-suit .return_box .returam_logo .kierlandTxt span.green {
  color: #1C8F51;
}

.find-order-all input {
  background: #FFFFFF;
  border: 1px solid rgba(151, 151, 151, 0.2);
  border-radius: 1.4rem;
  height: 5.3rem;
  font-size: 1.4rem;
  color: #000;
  padding: 0rem 2rem;
}
.find-order-all button {
  border: 1px solid rgba(151, 151, 151, 0.2);
  background: #FFFFFF;
  height: 5.3rem;
  border-radius: 1.4rem;
  padding: 0rem 1rem;
  font-size: 1.4rem;
  color: #202020;
}
.find-order-all button span {
  padding-left: 5rem;
}

.hd-odr {
  color: #021426;
  font-size: 1.8rem;
  font-family: "Poppins-Bold";
  margin-bottom: 2rem;
}

.od-max-width {
  max-width: 90rem;
  margin: 0 auto;
  display: block;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.deatilsTxt {
  font-size: 1.8rem;
  color: #021426;
  font-family: "Poppins-Bold";
}

.north-txt .return_box {
  background: none;
  border: 0;
  padding: 0;
}
.north-txt .return_box .returam_logo .kierlandTxt span {
  color: rgba(0, 0, 0, 0.7411764706);
  font-size: 1.3rem;
  margin-top: 0.3rem;
  color: #1C8F51;
  display: block;
}
.north-txt .return_box .returam_logo .kierlandTxt span.green {
  color: #1C8F51;
  font-size: 1.2rem;
  font-family: "Poppins-Medium";
  display: block;
}

.downloadBill {
  background: #fff;
  border-radius: 1.4rem;
  border: 0.1rem solid #E5EBEA;
  margin-top: 2.3rem;
  display: flex;
  justify-content: space-between;
  padding: 1.7rem;
  align-items: center;
}
.downloadBill h1 {
  color: #253746;
  font-family: "Poppins-Medium";
  font-size: 1.4rem;
}
.downloadBill h1 span {
  margin-right: 1rem;
}
.downloadBill h3 {
  cursor: pointer;
}

.noPackege {
  margin-top: 2.9rem;
}

.totalpackage-one {
  margin-top: 1.3rem;
}
.totalpackage-one .no_of_pack {
  color: #021426;
  font-size: 1.5rem;
  font-family: "Poppins-SemiBold";
}
.totalpackage-one .total_of_pack {
  text-align: right;
  color: #253746;
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
}

.packg-border {
  border-top: 4px solid #ECECEC;
  margin-top: 2.6rem;
}

.total-pay {
  color: #021426;
  font-size: 1.5rem;
  font-family: "Poppins-Bold";
  margin-bottom: 1.2rem;
}

.total-order-id {
  display: flex;
  margin-top: 2.5rem;
  justify-content: space-between;
}
.total-order-id h1 {
  color: #253746;
  font-size: 1.4rem;
  font-family: "Poppins-Bold";
}
.total-order-id h2 {
  color: #253746;
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
}

.payment-methodTxt {
  margin-top: 2.5rem;
}
.payment-methodTxt h1 {
  color: #021426;
  font-family: "Poppins-Bold";
  font-size: 1.5rem;
}
.payment-methodTxt .visaCardNo {
  color: #101820;
  font-size: 1.5rem;
  font-family: "Poppins-Medium";
  margin-top: 1.3rem;
}
.payment-methodTxt .visaCardNo span {
  padding-left: 1rem;
}

.pl-payment {
  padding-left: 8rem;
}

.owl-theme .owl-nav {
  font-size: 3.9rem;
  background: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: #000;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -5.6rem;
  top: 2.1rem;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -5.6rem;
  top: 2.1rem;
}

.selectPlan-sec .selectcurrent-plan.active {
  border: 0.2rem solid #406cb4;
}

.paymentpage_Hd {
  margin-top: 5rem;
}
.paymentpage_Hd h1 {
  color: #021426;
  font-size: 1.8rem;
  font-family: "Poppins-Bold";
}
.paymentpage_Hd h2 {
  color: #021426;
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
  padding-top: 2.8rem;
}
.paymentpage_Hd .card_saveTxt {
  background: #fff;
  border-radius: 1.4rem;
  padding: 2rem;
  max-width: 54.3rem;
  margin-top: 2rem;
}
.paymentpage_Hd .add_New_Payment {
  margin-top: 3.4rem;
  cursor: pointer;
}

#checkPlanTxt {
  color: #406CB4;
  font-size: 1.5rem;
  text-align: center;
  font-family: "Poppins-Medium";
  cursor: pointer;
  margin-top: 2rem;
}

#thanksTxtBorder {
  color: #406CB4;
  text-align: center;
  border-top: 0.2rem solid #ECECEC;
  margin-top: 4rem;
  font-size: 1.8rem;
  font-family: "Poppins-SemiBold";
  padding: 2rem;
}

.appoinment-docTbl {
  margin-top: 2.1rem;
}
.appoinment-docTbl .tblradius {
  background: #FFFFFF;
  box-shadow: 0px 2px 30px rgba(204, 204, 204, 0.0784313725);
  border: 0.5px solid rgba(203, 203, 203, 0.4117647059);
  border-radius: 1.4rem;
}
.appoinment-docTbl .tblradius .table-responsive {
  border-radius: 1.4rem;
}
.appoinment-docTbl .tblradius thead {
  background: #406CB4;
}
.appoinment-docTbl .tblradius tbody tr td {
  padding: 1.7rem 3.4rem;
  color: #000000;
  font-size: 1.4rem;
  vertical-align: middle;
}
.appoinment-docTbl .tblradius .table th:first-child {
  border-radius: 1.4rem 0rem 0rem 0rem;
}
.appoinment-docTbl .tblradius .table th:last-child {
  border-radius: 0rem 1.4rem 0rem 0rem;
}
.appoinment-docTbl .tblradius .table th {
  border-top: 0;
  border-bottom: 0;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
  padding: 1.7rem 3.4rem;
  vertical-align: middle;
}
.appoinment-docTbl .tblradius .tbl-bgImg img {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.6rem;
  margin-right: 0.8rem;
  border: 1px solid #F0F0F0;
}
.appoinment-docTbl .tblradius .completedGreenTxt {
  color: #2CC877;
}
.appoinment-docTbl .tblradius .dropdown-ellipes {
  position: relative;
  cursor: pointer;
}
.appoinment-docTbl .tblradius .dropdown-ellipes i {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  margin-left: 1.5rem;
}
.appoinment-docTbl .tblradius .dropdown-content-ellipes {
  display: none;
  position: absolute;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 30px rgba(204, 204, 204, 0.0784313725);
  border: 0.5px solid rgba(203, 203, 203, 0.4117647059);
  border-radius: 1rem;
  min-width: 16.3rem;
  z-index: 1;
  left: auto;
  right: 3rem;
}
.appoinment-docTbl .tblradius .dropdown-content-ellipes a {
  color: black;
  border-radius: 4px;
  padding: 8px 8px;
  text-decoration: none;
  display: block;
}
.appoinment-docTbl .tblradius .dropdown-content-ellipes a:hover {
  background-color: #ddd;
  border-radius: 1rem;
}
.appoinment-docTbl .tblradius .dropdown-ellipes:hover .dropdown-content-ellipes {
  display: block;
}

.driverList-Hd h1 {
  color: #000000;
  font-size: 2rem;
  font-family: "Poppins-Medium";
}
.driverList-Hd button {
  color: #FFFFFF;
  margin-top: 3rem;
  background: #406CB4;
  font-size: 1.4rem;
  border: 0;
  padding: 1rem 1.5rem;
  font-family: "Poppins-Bold";
  border-radius: 1.2rem;
  cursor: pointer;
}

.driver_uploadSec {
  border: 0.1rem dashed #406CB4;
  width: 10.8rem;
  height: 10.8rem;
  text-align: center;
  position: relative;
  border-radius: 0.6rem;
  margin-top: 3rem;
}
.driver_uploadSec img {
  margin-top: 3.3rem;
}
.driver_uploadSec input {
  width: 10.8rem;
  height: 10.8rem;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.driver_uploadSec h3 {
  color: #406CB4;
  font-size: 1.2rem;
  font-family: "Poppins-Medium";
  margin-top: 0.8rem;
}

.detailsAddress {
  margin-top: 2rem;
}
.detailsAddress .nameForm {
  margin-bottom: 2rem;
}
.detailsAddress .officesuitSmith {
  position: relative;
}
.detailsAddress .officesuitSmith label {
  color: #000;
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
  padding-bottom: 1rem;
}
.detailsAddress .officesuitSmith input,
.detailsAddress .officesuitSmith select {
  border-radius: 0.8rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.14);
  height: 4.9rem;
  padding: 0rem 1.4rem;
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
  background: #fff;
}
.detailsAddress .officesuitSmith select {
  color: #2CC877;
}
.detailsAddress .officesuitSmith span {
  position: absolute;
  right: 1rem;
  top: 4.6rem;
}

.btnSavedriver {
  margin-top: 1rem;
  text-align: right;
}
.btnSavedriver button {
  padding: 1.8rem 3.9rem;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #406CB4;
  font-family: "Poppins-SemiBold";
  font-size: 1.8rem;
  transition: 0.3s;
  border-radius: 0.8rem;
  padding: 1.3rem 4.5rem;
  font-family: "Poppins-Medium";
  font-style: 1.6rem;
}

#loaction_proced {
  position: relative;
}
#loaction_proced input {
  border: 0.1rem solid #E5EBEA;
  background: #fff;
  border-radius: 1.4rem;
  height: 5.4rem;
  padding: 0rem 2rem 0rem 4rem;
}
#loaction_proced span {
  position: absolute;
  left: 1.4rem;
  top: 1.7rem;
}

.headermerchant {
  width: 100%;
  display: none;
  height: 8.4rem;
  line-height: 8.4rem;
  border-bottom: 0.1rem solid #CCCCCC;
  margin-bottom: 0rem;
  background: #FAF9F9;
}
.headermerchant .logo {
  color: #000000;
  letter-spacing: 0.5px;
  font-size: 2.4rem;
  font-family: "Poppins-SemiBold";
  cursor: pointer;
}
.headermerchant .logo img {
  width: 9rem;
}
.headermerchant .help {
  color: #333333;
  font-family: "Poppins-Medium";
  cursor: pointer;
}
.headermerchant .help span {
  margin-right: 0.6rem;
}

.help .barmenu2 {
  font-size: 3rem;
  color: #000;
  font-weight: bold;
}

.selectRefer-sec {
  text-align: center;
}
.selectRefer-sec .imgRefer img {
  margin-top: 2.8rem;
  border-bottom: 0.1rem solid #000;
}
.selectRefer-sec .imgRefer h1 {
  color: #000000;
  font-size: 1.8rem;
  font-family: "Poppins-Bold";
  margin-top: 2.5rem;
}
.selectRefer-sec .imgRefer p {
  color: rgba(0, 0, 0, 0.8);
  line-height: 2.2rem;
  max-width: 53.1rem !important;
  display: block;
  margin: 0 auto;
  margin-top: 0.8rem;
  font-size: 1.3rem;
}
.selectRefer-sec .imgRefer .copyBox {
  max-width: 43.9rem;
  margin: 0 auto;
  padding: 2.4rem 0rem;
  display: block;
  position: relative;
}
.selectRefer-sec .imgRefer .copyBox input,
.selectRefer-sec .imgRefer .copyBox select {
  height: 4.3rem;
  width: 100%;
  border-radius: 0.8rem;
  border: none;
  background: #fff;
  padding: 0rem 10rem 0rem 1.4rem;
  color: #406CB4;
  font-size: 1.3rem;
}
.selectRefer-sec .imgRefer .copyBox span {
  position: absolute;
  right: 1.9rem;
  top: 0.9rem;
  cursor: pointer;
}
.selectRefer-sec .imgRefer .copyBox span img {
  border: none;
}
.selectRefer-sec .imgRefer .rfrlLink h3 {
  color: #202020;
  font-size: 1.3rem;
  font-family: "Poppins-Medium";
}
.selectRefer-sec .imgRefer .rfrlLink .rfl_via {
  justify-content: center;
  display: flex;
  align-items: center;
  padding-top: 1.6rem;
  padding-bottom: 2.4rem;
}
.selectRefer-sec .imgRefer .rfrlLink .rfl_via .linkdin_Img {
  margin-right: 1.4rem;
  background: #fff;
  width: 3.8rem;
  height: 3.8rem;
  line-height: 3.8rem;
  cursor: pointer;
  border-radius: 0.8rem;
}
.selectRefer-sec .imgRefer .rfrlLink .rfl_via .linkdin_Img img {
  border: none;
  margin-top: 0;
}

.selectcopybox {
  margin-bottom: 2rem !important;
}
.selectcopybox select {
  color: rgba(32, 32, 32, 0.8) !important;
  font-size: 1.4rem !important;
  font-family: "Poppins-Medium";
  height: 4.4rem !important;
}
.selectcopybox span {
  top: 3.5rem !important;
}
.selectcopybox span i {
  color: #000 !important;
  font-weight: bold !important;
  font-size: 1.6rem;
}

.strip_pg {
  padding: 6.5rem 5.8rem 21.2rem 4.3rem;
}
.strip_pg .stripContent h1 {
  padding-top: 4.5rem;
  color: #000000;
  font-family: "Poppins-Bold";
  font-size: 2.4rem;
}
.strip_pg .stripContent p {
  padding-top: 1rem;
  letter-spacing: 0.01em;
  font-size: 1.2rem;
  font-family: "Poppins-Regular";
  line-height: 2rem;
  color: #000000;
}

.stripModal .modal-content {
  padding: 2.8rem 2.4rem;
  border: 0;
  border-radius: 1rem;
}
.stripModal .modal-content .modal_lbl_content h1 {
  color: #000;
  font-family: "Poppins-Bold";
  text-align: center;
  font-size: 2.4rem;
}
.stripModal .modal-content .modal_lbl_content p {
  color: rgba(146, 163, 182, 0.6);
  font-family: "Poppins-Regular";
  text-align: center;
  font-size: 1.4rem;
  margin-top: 1rem;
  line-height: 2.1rem;
}
.stripModal .modal-content .modal_lbl_content img {
  padding: 1.6rem 0rem;
}
.stripModal .modal-content .modal_lbl_content h3 {
  color: rgba(146, 163, 182, 0.6);
  font-family: "Poppins-Regular";
  text-align: center;
  font-size: 1.4rem;
  margin-top: 1rem;
  line-height: 2.1rem;
}
.stripModal .modal-content .modal_lbl_content button {
  color: #ffffff;
  background: #F9AA23;
  padding: 1.6rem 5.5rem;
  border: 0.1rem solid #F9AA23;
  transition: 0.3s ease-in-out;
  font-family: "Poppins-Medium";
  font-size: 1.4rem;
  border-radius: 1.2rem;
  width: 100%;
  margin-top: 2rem;
}

.dashboard_step.top-overlay .bgOverlays {
  display: block;
}
.dashboard_step .bgOverlays {
  display: none;
}

.bgOverlays {
  background-color: rgba(0, 0, 0, 0.6196078431);
  position: fixed;
  top: 0;
  transition: 0.3s;
  left: 0;
  right: 0;
  bottom: 0;
}

.currentPlan {
  padding: 0.7em 1rem;
  position: absolute;
  top: -16px;
  left: 35%;
  font-size: 1.2rem;
  background: #406cb4;
  border-radius: 0.4rem;
  color: #fff;
}

.dummayTxt {
  background: #F6F6F6;
  border-radius: 0.6rem;
  border: 0.6px solid #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.2rem;
  padding: 1.1rem 1.6rem;
}
.dummayTxt h1 {
  color: #202020;
  font-family: "Poppins-Medium";
  font-size: 1.3rem;
}
.dummayTxt h2 {
  cursor: pointer;
}

.covrageArea-MAp {
  background: #fff;
  border-radius: 2.4rem;
  padding: 5.7rem 5.8rem 3.6rem 3.2rem;
  margin-top: 5rem;
  margin-bottom: 2.7rem;
}
.covrageArea-MAp .main {
  padding: 0;
  margin-bottom: 0;
}
.covrageArea-MAp .ca-heading h1 {
  font-size: 2.4rem;
  font-family: "Poppins-Bold";
  color: #000;
}
.covrageArea-MAp .ca-heading p {
  color: #000;
  font-size: 1.2rem;
  font-family: "Poppins-Regular";
  margin-top: 0.5rem;
}
.covrageArea-MAp .ca-heading .multiple_loc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F6F6F6;
  border-radius: 0.6rem;
  border: 0.6px solid #F4F4F4;
  padding: 1.1rem 1.6rem;
  margin-top: 1.8rem;
}
.covrageArea-MAp .ca-heading .multiple_loc p {
  font-size: 1.3rem;
  font-family: "Poppins-Medium";
}
.covrageArea-MAp .ca-heading .multiple_loc h4 {
  cursor: pointer;
}
.covrageArea-MAp .ca-heading .newAdd-address {
  margin-top: 2.2rem;
  cursor: pointer;
}
.covrageArea-MAp .ca-heading .newAdd-address span {
  padding-left: 1rem;
  color: #021426;
  font-family: "Poppins-SemiBold";
  font-size: 1.3rem;
}

.saveBackBTn {
  text-align: right;
  margin-bottom: 5rem;
}
.saveBackBTn button.b_button {
  color: #F9AA25;
  border: 0.1rem solid #F9AA25;
  padding: 1.7rem 8.8rem;
  background: none;
  border-radius: 1.2rem;
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
  text-transform: capitalize;
  margin-right: 3rem;
}
.saveBackBTn button.s_button {
  color: #fff;
  border: 0rem solid #F9AA25;
  padding: 1.7rem 8.8rem;
  background: #F9AA25;
  border-radius: 1.2rem;
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
  text-transform: capitalize;
  margin-right: 2rem;
}

.calculate_Shipping .maincontent_dashboard .select_a_pickup_date .pick__upTime {
  margin-top: 1.7rem;
  color: #021426;
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
}
.calculate_Shipping .heading__sending {
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
  margin-bottom: 1rem;
}
.calculate_Shipping .documents-Box {
  background: #FFFFFF;
  border-radius: 1.8rem;
  margin-top: 1.4rem;
  padding: 1.4rem 1.6rem;
  cursor: pointer;
}
.calculate_Shipping .documents-Box .docFlex {
  display: flex;
  align-items: center;
}
.calculate_Shipping .documents-Box .docFlex .docImage {
  width: 6.4rem;
  height: 6.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: block;
  margin-right: 1.6rem;
}
.calculate_Shipping .documents-Box .docFlex .doc_lorem h3 {
  color: #021426;
  font-family: "Poppins-SemiBold";
  font-size: 1.4rem;
}
.calculate_Shipping .documents-Box .docFlex .doc_lorem p {
  color: #021426;
  max-width: 21.2rem;
  line-height: 1.9rem;
  padding-top: 0.5rem;
  font-size: 1.3rem;
  font-family: "Poppins-Medium";
}
.calculate_Shipping .documents-Box.active {
  border: 0.2rem solid #406CB4;
}
.calculate_Shipping .description-titil {
  margin-top: 2rem;
}
.calculate_Shipping .description-titil h5 {
  color: #021426;
  font-family: "Poppins-SemiBold";
  font-size: 1.4rem;
}
.calculate_Shipping .description-titil .boxveritatis {
  border: 0.1rem solid #E5EBEA;
  box-sizing: border-box;
  background: #fff;
  border-radius: 1.4rem;
  padding: 1.6rem 1.7rem;
  margin-top: 1.5rem;
}
.calculate_Shipping .description-titil .boxveritatis p {
  color: rgba(2, 20, 38, 0.7019607843);
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: "Poppins-Regular";
}
.calculate_Shipping .description-titil .boxveritatis p span {
  display: block;
}

.other-modal .lblType__modal .modal-dialog {
  max-width: 56.6rem;
}
.other-modal .lblType__modal .modal-dialog .modal-content {
  background: #fff;
  border-radius: 2.4rem;
}
.other-modal .lblType__modal .modal-dialog .modal-content .lbl_threeBox .modal_button button {
  width: 100%;
}
.other-modal .enterWeight-input {
  position: relative;
}
.other-modal .enterWeight-input label {
  color: #021426;
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
  padding-bottom: 1.2rem;
}
.other-modal .enterWeight-input input {
  background: #FFFFFF;
  border: 0.1rem solid rgba(201, 201, 201, 0.23);
  box-sizing: border-box;
  border-radius: 0.8rem;
  height: 4.6rem;
  padding: 0rem 0.5rem;
  font-size: 1.4rem;
  width: 100%;
  font-family: "Poppins-Bold";
  color: #000;
  padding: 0rem 1rem;
  padding-right: 8rem;
}
.other-modal .enterWeight-input span {
  position: absolute;
  top: 4.7rem;
  color: #021426;
  font-size: 1.2rem;
  font-family: "Poppins-Medium";
  right: 1.4rem;
}
.other-modal .enterWeight-input-size {
  margin-top: 2rem;
}
.other-modal .enterWeight-input-size label {
  color: #021426;
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
}
.other-modal .enterWeight-input-size .lengthLabel {
  display: flex;
  align-items: center;
  padding-top: 1.2rem;
}
.other-modal .enterWeight-input-size .lengthLabel label {
  color: #000000;
  margin-right: 1.2rem;
  font-family: "Poppins-Medium";
  font-size: 1.3rem;
}
.other-modal .enterWeight-input-size .lengthLabel input {
  background: #FFFFFF;
  border: 0.1rem solid rgba(201, 201, 201, 0.23);
  box-sizing: border-box;
  border-radius: 0.4rem;
  height: 3.8rem;
  padding: 0rem 0.5rem;
  font-size: 1.4rem;
  width: 100%;
  font-family: "Poppins-Bold";
  color: #000;
  text-align: center;
}

.delavery_ptn .sameDay-Box {
  background: #FFFFFF;
  border-radius: 1.2rem;
  cursor: pointer;
  padding: 1.8rem;
  margin-top: 1.2rem;
}
.delavery_ptn .sameDay-Box .sameDayFlex {
  display: flex;
  align-items: center;
}
.delavery_ptn .sameDay-Box .sameDayFlex .box_hero_delavery {
  border-radius: 0.8rem;
  width: 4.2rem;
  height: 4.2rem;
  margin-right: 1rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.delavery_ptn .sameDay-Box .sameDayFlex .hd-delavery h4 {
  color: #000000;
  font-size: 1.5rem;
  font-family: "Poppins-Bold";
}
.delavery_ptn .sameDay-Box .sameDayFlex .hd-delavery p {
  color: #000000;
  font-size: 1.3rem;
  font-family: "Poppins-Regular";
  padding-top: 0.3rem;
}
.delavery_ptn .cheapest {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #202020;
  font-family: "Poppins-Medium";
  margin-top: 2rem;
}

.sameDay-Box.active {
  border: 0.2rem solid #406CB4;
}

.bgColor2 {
  background: #FAFAFA;
}

.userList-Tbl .appoinment-docTbl .tblradius tbody tr td {
  color: #000000;
  font-family: "Poppins-Medium";
  font-size: 1.3rem;
}

.signout_bg {
  background: #FAFAFA !important;
}

.signout_header .border-bottomtab .hlp_header {
  color: #406CB4;
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
  cursor: pointer;
}

.search-filterSec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-filterSec .s_tbl-item {
  width: 23.5rem;
  position: relative;
}
.search-filterSec .s_tbl-item input {
  width: 100%;
  background: #FFFFFF;
  border: 0.1rem solid #E5EBEA;
  box-sizing: border-box;
  border-radius: 0.6rem;
  padding: 1rem 1rem;
  color: #000;
  font-family: "Poppins-Medium";
  padding-left: 4rem;
  height: 4rem;
}
.search-filterSec .s_tbl-item span {
  position: absolute;
  left: 1.1rem;
  top: 0.8rem;
}
.search-filterSec .filter-image {
  padding-right: 2rem;
}
.search-filterSec .filter-image img {
  margin-right: 1rem;
  cursor: pointer;
}

.pagination {
  margin-top: 2rem;
}

.revenue-Box {
  background: #FFFFFF;
  border-radius: 0.8rem;
  padding: 1.3rem 1.8rem;
  margin-top: 1.4rem;
}
.revenue-Box .flexRevenue {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.revenue-Box .flexRevenue .revemuHd {
  display: flex;
  align-items: center;
}
.revenue-Box .flexRevenue .revemuHd img {
  width: 4.8rem;
  border-radius: 50%;
  height: 4.8rem;
}
.revenue-Box .flexRevenue .revemuHd h3 {
  margin-left: 2.2rem;
  color: #33383F;
  letter-spacing: -0.01em;
  font-size: 1.3rem;
  font-family: "Poppins-SemiBold";
}
.revenue-Box .flexRevenue .revemuHd h3 strong {
  display: block;
  letter-spacing: -0.03em;
  color: #406CB4;
  font-size: 4.8rem;
}
.revenue-Box .lastDays-dropdown .dropdown button {
  color: #6F767E;
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
  border: 0.1rem solid #EFEFEF;
  background: #fff;
  padding: 0.8rem 1.6rem;
  border-radius: 0.8rem;
}
.revenue-Box .lastDays-dropdown .dropdown-item {
  font-size: 1.4rem !important;
  font-family: "Poppins-SemiBold" !important;
}

.revenue-Box .lastDays-dropdown .dropdown button:focus {
  outline: #EFEFEF !important;
  border-color: #EFEFEF !important;
}

.total-RevenueBox {
  background: #FFFFFF;
  border-radius: 0.8rem;
  width: 100%;
  margin-top: 1rem;
  padding: 2.4rem;
  min-height: 46rem;
}
.total-RevenueBox h1 {
  color: #1A1D1F;
  font-size: 2rem;
  font-family: "Poppins-SemiBold";
  margin-bottom: 3rem;
}
.total-RevenueBox .chart_part img {
  height: 100%;
}

.userDetailsBox {
  border-radius: 2.4rem;
  background: #fff;
  max-width: 100.1rem;
  padding-bottom: 4.7rem;
}
.userDetailsBox .ud-Hd {
  color: #253746;
  font-size: 1.8rem;
  font-family: "Poppins-Bold";
  padding: 2.4rem 3rem;
  border-bottom: 0.1rem solid #F3F5FA;
}
.userDetailsBox .ud_profile {
  width: 10.7rem;
  height: 10.7rem;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  border: 0.2rem solid #F7F7F7;
  background-repeat: no-repeat;
}
.userDetailsBox .pd-user {
  margin-top: 3.8rem;
  margin-left: 3rem;
}
.userDetailsBox .nameuser {
  margin-top: 2.4rem;
}
.userDetailsBox .nameuser h2 {
  color: #021426;
  font-size: 1.5rem;
  font-family: "Poppins-SemiBold";
}
.userDetailsBox .nameuser h3 {
  text-transform: capitalize;
  font-family: "Poppins-Medium";
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #2E3B46;
}
.userDetailsBox .nameuser h3.links {
  color: #406CB4;
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
  line-height: 2.2rem;
  cursor: pointer;
}
.userDetailsBox .nameuser h3.fedex {
  color: #2E3B46;
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
  text-transform: capitalize;
  line-height: 2.8rem;
}
.userDetailsBox .nameuser .cd-div h5 {
  color: #101820;
  font-size: 1.5rem;
  font-family: "Poppins-Medium";
  padding-top: 1.3rem;
}
.userDetailsBox .nameuser .cd-div h6 {
  color: #101820;
  font-size: 1.5rem;
  font-family: "Poppins-Medium";
  padding-top: 2rem;
}

.doj {
  margin-top: 17.1rem;
}

.reposterBtn {
  text-align: right;
  margin-right: 4.7rem;
  margin-top: 4.7rem;
}
.reposterBtn button.rep1 {
  border: 0.1rem solid #D2DAE9;
  border-radius: 1.2rem;
  background: #fff;
  padding: 1.3rem 4.5rem;
  color: #021426;
  font-size: 1.5rem;
  font-family: "Poppins-SemiBold";
  margin-right: 2rem;
}
.reposterBtn button.rep2 {
  background: #F9AA25;
  border-radius: 1.2rem;
  padding: 1.3rem 3rem;
  color: #fff;
  font-size: 1.5rem;
  border: 0.1rem solid #F9AA25;
  font-family: "Poppins-SemiBold";
}

.userList-Tbl .appoinment-docTbl .tblradius tbody tr td .activate {
  background: #EDFAE8;
  border-radius: 0.6rem;
  color: #83BF6E;
  letter-spacing: -0.01em;
  font-size: 1.1rem;
  font-family: "Poppins-Medium";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 0.8rem;
}

.userList-Tbl .appoinment-docTbl .tblradius tbody tr td .offline {
  color: #FF6A55;
  background: #FFEDEA;
  letter-spacing: -0.01em;
  font-size: 1.1rem;
  font-family: "Poppins-Medium";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 0.8rem;
  border-radius: 0.6rem;
}

.merchantStrip {
  margin-top: 4.8rem;
}

.imposter_Login {
  max-width: 100.1rem;
}
.imposter_Login .reposterBtn {
  margin-right: 0;
}

.bg_login {
  background: #F5F5F5;
  height: 100vh;
  width: 100%;
}

.loginAdmin_box {
  max-width: 48.6rem;
  background: #fff;
  border-radius: 2.4rem;
  padding: 6rem 5rem;
  display: block;
  margin: 0 auto;
}

.center_stepprocess {
  padding-top: 15rem;
}
.center_stepprocess input {
  background: #F5F5F5 !important;
  border: 0;
  border-radius: 1.4rem;
  padding: 0rem 1rem;
  color: #000 !important;
  height: 4.9rem;
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
}
.center_stepprocess .heading_login h2 {
  font-size: 2.4rem;
  font-family: "Poppins-Bold";
}
.center_stepprocess .heading_login p {
  margin-top: 1rem;
  font-size: 1.2rem;
}
.center_stepprocess .add-detail {
  font-size: 1.4rem;
  padding-bottom: 1rem;
  font-family: "Poppins-SemiBold";
  color: #000;
}
.center_stepprocess .btn_register {
  margin-top: 4rem;
}
.center_stepprocess .btn_register button {
  color: #ffffff;
  background: #F9AA23;
  padding: 1.6rem 5.5rem;
  border: 0.1rem solid #F9AA23;
  transition: 0.3s ease-in-out;
  font-family: "Poppins-Medium";
  font-size: 1.4rem;
  border-radius: 1.2rem;
  width: 100%;
}
.center_stepprocess .form-group {
  margin-top: 2rem;
}
.center_stepprocess .form-group-error {
  border: 1px solid transparent !important;
}
.center_stepprocess .methode-check {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
.center_stepprocess .methode-check h6 a.pop-click {
  color: #406CB4;
  cursor: pointer;
  font-size: 1.3rem;
  font-family: "Poppins-SemiBold";
}
.center_stepprocess .methode-check h6.log-in {
  color: #000;
  font-size: 1.2rem;
}
.center_stepprocess .methode-check h6.log-in span a {
  color: #406CB4;
  cursor: pointer;
  font-size: 1.3rem;
  font-family: "Poppins-SemiBold";
  padding-left: 0.3rem;
}

.create_new2 {
  background: #F9AA23;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 1rem;
  border: 0;
  padding: 1rem 1.5rem;
  font-family: "Poppins-SemiBold";
  padding-top: 0.6rem;
}
.create_new2 span {
  margin-right: 0.4rem;
  font-size: 2rem;
  position: relative;
  top: 0.3rem;
}

.create_Coupon .homepage_modal .uploadlbl label {
  color: #021426;
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
  padding-bottom: 1rem;
}
.create_Coupon .homepage_modal .uploadlbl select {
  border: 0.1rem solid #E5EBEA;
  border-radius: 0.8rem;
  height: 4.8rem;
  padding: 0rem 1.6rem;
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
  color: #000;
}
.create_Coupon .description_modal button {
  margin-top: 1rem;
}
.create_Coupon .lblType__modal .modal-dialog .modal-content {
  padding: 3.1rem 3rem;
}
.create_Coupon .position-relative2 {
  position: relative;
}
.create_Coupon .position-relative2 span {
  position: absolute;
  right: 13px;
  top: 4.5rem;
  pointer-events: none;
}

.pt_showing {
  margin-top: 2rem;
}

#closeiconimage img {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  z-index: 999;
}

.adduploadimg-box {
  border: 0.1rem dashed #F9AA25;
  box-sizing: border-box;
  border-radius: 1.4rem;
  position: relative;
  height: 18rem;
  margin-bottom: 3rem;
}
.adduploadimg-box input {
  width: 100%;
  height: 18rem;
  opacity: 0;
  position: relative;
  z-index: 9;
}
.adduploadimg-box p {
  position: absolute;
  left: 43%;
  top: 45%;
  font-size: 1.6rem;
  font-family: "Poppins-Medium";
  color: #878080;
}
.adduploadimg-box p span {
  color: #F9AA25;
  margin-right: 0.3rem;
}

.imgUpload .b_post {
  width: 100%;
  height: 17.8rem;
}
.imgUpload .b_post img {
  width: 100%;
  height: 17.8rem;
  border-radius: 1.4rem;
}

.buttonS {
  margin-top: 5rem;
}
.buttonS button {
  font-family: "Poppins-Medium";
  font-size: 1.6rem;
  color: #fff;
  background: #3d6cb5;
  border-radius: 1rem;
  border: 0rem;
  padding: 1.4rem 5rem;
}

.bon {
  border-radius: 0.8rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.14);
  height: 4.9rem;
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
  background: #fff;
  resize: none;
  height: 11rem;
  padding: 1rem;
}

.bodyof {
  margin-top: 5rem !important;
}

#bodySelect .officesuitSmith select {
  color: #000 !important;
}

.headingTitel {
  color: #253746;
  font-size: 2rem;
  padding-bottom: 2rem;
  font-family: "Poppins-SemiBold";
}

#bodySelect .multiselect-dropdown .dropdown-btn {
  display: inline-block;
  border: 1px solid #dbdbdb !important;
  width: 100%;
  padding: 10px 12px !important;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.52857143;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  background: #fff !important;
  border-radius: 0.8rem !important;
  font-size: 1.4rem !important;
}

.selectLabel3 {
  color: #000;
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
  padding-bottom: 1rem;
}

.datpickerInput-dashboard {
  width: 25rem !important;
  margin-right: 4rem !important;
  height: 4rem !important;
  font-size: 1.4rem !important;
  border: 0.1rem solid #EFEFEF !important;
  border-radius: 0.8rem !important;
}

.passwordBtn {
  text-align: right;
  margin-bottom: 1rem;
}
.passwordBtn button {
  letter-spacing: -0.03em;
  color: #406CB4;
  font-family: "Poppins-Medium";
  font-size: 1.4rem;
  background: #fff;
  padding: 0.8rem 1.6rem;
  border-radius: 0.8rem !important;
  border: 0.1rem solid #406CB4;
}

#btnchangepass-cancel .c_pass {
  letter-spacing: -0.03em;
  color: #406CB4;
  font-family: "Poppins-Medium";
  font-size: 1.4rem;
  background: #fff;
  padding: 0.8rem 1.6rem;
  border-radius: 0.8rem !important;
  border: 0.1rem solid #406CB4;
  margin-right: 1rem;
  margin-left: 0;
  width: 100%;
}

#btnchangepass-cancel button {
  margin-left: 5rem;
}

.strip_accountInput {
  margin-top: 2rem;
  padding: 2.4rem 3rem;
  padding-top: 0;
}
.strip_accountInput label {
  font-family: "Poppins-Medium";
  font-size: 1.4rem;
  padding-bottom: 1rem;
}
.strip_accountInput input {
  border-radius: 0.8rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.14);
  height: 4.9rem;
  font-size: 1.4rem;
  font-family: "Poppins-SemiBold";
  background: #fff;
  resize: none;
  height: 5rem;
  padding: 1rem 2rem;
}
.strip_accountInput button {
  margin-top: 2rem;
  margin-bottom: 2rem;
  background: #406CB4;
  border-radius: 0.6rem;
  padding: 1rem 2.4rem;
  color: #fff;
  font-size: 1.4rem;
  border: 0.1rem solid #406CB4;
  font-family: "Poppins-SemiBold";
}

.addCreditcard {
  color: #021426;
  font-size: 1.6rem;
  font-family: "Poppins-Bold";
}

.cardInput_Details {
  margin-top: 2rem;
}
.cardInput_Details label {
  color: #021426;
  font-size: 1.6rem;
  font-family: "Poppins-Medium";
  padding-bottom: 1rem;
}
.cardInput_Details label small {
  color: rgba(0, 0, 0, 0.74);
  font-size: 1.2rem;
  margin-left: 2rem;
  position: relative;
}
.cardInput_Details label small::before {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: #828282;
  border-radius: 50%;
  left: -1rem;
  top: 0.5rem;
}
.cardInput_Details label span {
  color: #000;
  padding-left: 0.5rem;
}
.cardInput_Details input {
  border-radius: 1.2rem;
  height: 5.9rem;
  border: 0;
  background: #fff;
  color: #000;
  font-size: 1.6rem;
  font-family: "Poppins-Medium";
  padding: 0rem 1.4rem;
}

.boxPriceSec {
  margin-top: 3.4rem;
}
.boxPriceSec h4 {
  font-size: 1.6rem;
  font-family: "Poppins-Bold";
  color: #021426;
}

.selectDate_Export {
  display: flex;
  align-items: center;
}
.selectDate_Export .inputwidth-date {
  width: 100%;
}
.selectDate_Export .inputwidth-date input {
  background: #FFFFFF;
  border: 0.1rem solid #E5EBEA;
  box-sizing: border-box;
  border-radius: 0.6rem;
  padding: 1rem 1rem;
  font-size: 1.4rem;
  color: #000;
  font-family: "Poppins-Medium";
  height: 4.4rem;
  width: 30rem;
}
.selectDate_Export .resetDate button {
  border: 0.1rem solid #406CB4;
  padding: 0.8rem 2.4rem;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  margin: 0rem 2rem;
  background: #fff;
  color: #406CB4;
}
.selectDate_Export .resetDate2 button {
  background: #406CB4;
  color: #fff;
  border: 0.1rem solid #406CB4;
  padding: 0.8rem 2.4rem;
  border-radius: 0.6rem;
  font-size: 1.4rem;
}

.showingTxt {
  font-size: 1.4rem !important;
  font-family: "Poppins-Medium" !important;
}

.multiselect-item-checkbox input[type=checkbox] + div {
  font-size: 1.4rem !important;
  font-family: "Poppins-Medium" !important;
}

.multiselect-dropdown .dropdown-btn .selected-item-container .selected-item {
  max-width: 100% !important;
}

.label_downloadUrl {
  background: #406CB4;
  color: #fff;
  border: 0.1rem solid #406CB4;
  padding: 0.8rem 2.4rem;
  border-radius: 0.6rem;
  font-family: "Poppins-Medium";
  font-size: 1.4rem;
  margin-top: 1rem;
}

.create_m button {
  padding: 1rem 2rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 0;
  color: #fff;
  font-size: 1.4rem;
  background: #f9ad2d;
  border-radius: 0.6rem;
  margin-right: 1rem;
  font-family: "Poppins-Medium";
}

.ca-card .card {
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 1.25rem !important;
  padding: 1rem !important;
  max-width: 43.6rem;
}
.ca-card .card-body {
  border-radius: 0.8rem;
}
.ca-card .card-body h6 {
  font-size: 1.3rem;
  font-family: "Poppins-SemiBold";
  color: #000 !important;
  margin-top: 1rem;
}
.ca-card .card-body h6 span {
  margin-left: 0.5rem;
  color: #777;
}
.ca-card .flex-delete {
  display: flex;
  justify-content: space-between;
}
.ca-card .flex-delete h5 {
  font-family: "Poppins-SemiBold" !important;
  font-size: 1.3rem !important;
}
.ca-card .flex-delete span {
  margin-left: 0.5rem;
  color: #777;
}
.ca-card .deleteBtn {
  color: red;
  font-size: 1.2rem;
  font-family: "Poppins-Medium";
  cursor: pointer;
}

.heding-covrage {
  font-size: 1.8rem;
  font-family: "Poppins-SemiBold";
}

#s_loaction {
  margin: 8rem 0rem 0rem 0rem !important;
  padding: 2rem;
  width: 94%;
  left: 19px;
  border-radius: 0.4rem !important;
  font-size: 1.4rem;
}

.modal.confirm {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.568627451);
}
.modal.confirm .modal-content {
  border-radius: 10px;
  padding: 20px 15px;
  text-align: center;
  border: 0;
}
.modal.confirm p {
  font-size: 18px !important;
  font-weight: 800 !important;
}
.modal.confirm input {
  border: 1px solid #dedede !important;
  padding: 23px 10px;
  border-radius: 7px;
  font-size: 14px;
  display: block;
  width: 100%;
}
.modal.confirm .form-group {
  margin-bottom: 3rem !important;
}
.modal.confirm .heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 29px;
}
.modal.polygon .modal-content {
  border-radius: 10px;
  overflow: hidden;
  border: 0;
}
.modal button {
  background: #406CB4;
  color: #fff;
  padding: 10px 23px;
  font-size: 14px;
  border-radius: 9px;
  margin-right: 2rem;
  border: 1px solid #406cb4;
}
.modal button.cancel {
  background-color: #fff;
  color: #406cb4;
}

.filter-btn {
  background: #fff;
  border: 1px solid #d6d6d6;
  padding: 8px;
  border-radius: 7px;
}
.filter-btn img {
  max-width: 2rem;
}

.text-right2 {
  text-align: right;
  font-size: 1.4rem;
  font-family: "Poppins-Medium";
  margin-top: 3rem;
}

.ngx-pagination .current {
  border-radius: 50% !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  text-align: center !important;
}

@media (max-width: 1440px) and (min-width: 1367px) {
  .arrowImg-rightbanner, .arrowImg-leftbanner {
    bottom: -7.3rem;
  }
  .arrowImg-rightbanner img, .arrowImg-leftbanner img {
    width: 6rem;
  }
}
@media (max-width: 1024px) {
  .arrowImg-rightbanner, .arrowImg-leftbanner {
    display: none;
  }
  .what_we_offer .offer_sec .offer_Box h1 {
    font-size: 2rem;
  }
  .help_center_sec .can_help_hd input {
    margin: auto;
    margin-top: 2rem;
  }
  .help_center_sec .can_help_hd span {
    left: 2rem;
    top: 6.4rem;
  }
  .gx-6 {
    --bs-gutter-x: 0rem !important;
  }
  .dashboard_step .border-bottomtab .order_tablist ul li {
    padding: 2.4rem 5.8rem;
  }
  .dasboardMain_content .dasboard_boxis .trackbox_dasbord.returnretailer .cameraImg {
    top: 8.7rem;
    right: -0.6rem;
  }
  .dasboardMain_content .dasboard_boxis .trackbox_dasbord.returnretailer .cameraImg img {
    width: 20rem;
  }
  .dasboardMain_content .dasboard_boxis .trackbox_dasbord.returnretailerany .cameraImg {
    top: 8.5rem;
    right: -3.2rem;
  }
  .dasboardMain_content .dasboard_boxis .trackbox_dasbord.returnretailerany .cameraImg img {
    width: 20rem;
  }
  .dasboardMain_content .dasboard_boxis .trackbox_dasbord .cameraImg {
    top: 9rem;
  }
  .dasboardMain_content .dasboard_boxis .trackbox_dasbord .cameraImg img {
    width: 14rem;
  }
}
@media (max-width: 991.98px) {
  .shipping-featured-box .card p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .shipping-featured-box .card {
    min-height: 30.2rem;
    padding: 0rem 1rem;
    max-width: 100%;
  }
  .shipping-featured-box .card h3 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  #expert-connect {
    padding: 0rem 4rem 0rem 17.5rem;
  }
  #size_weight {
    padding-top: 12rem;
  }
  .welcome_boxHero {
    font-size: 1.6rem;
  }
  .dasboardMain_content .dasboard_boxis .trackbox_dasbord {
    margin-bottom: 2rem;
  }
  .client-logo {
    height: 15rem;
    width: 15rem;
  }
  .dashboard_step .border-bottomtab .order_tablist ul li {
    padding: 2.4rem 3rem;
  }
  .addInstructions {
    padding-left: 2rem;
  }
  .box_btn button {
    padding: 1.6rem 8rem;
  }
  .stepwith_content {
    padding: 0 1rem;
  }
  .stepBox {
    padding: 2rem 0rem 2rem 2rem;
    margin-left: 1rem;
  }
  .main {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .stepBox li:last-child:after {
    left: -4.9rem;
    width: 2rem;
    top: 3rem;
  }
  .footerButton {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .header-wrapper .navbar-nav .nav-link {
    padding: 0rem 1rem;
    font-size: 1.4rem;
  }
  .header-wrapper .schedule_Btn button {
    padding: 0.61rem 1.4rem;
    font-size: 1.4rem;
  }
  .hero_bg .hero_fullscreen .heroTxt {
    font-size: 4.2rem;
  }
  .what_we_offer {
    margin-top: 5rem;
  }
  .hero_bg .hero_fullscreen {
    padding-bottom: 8rem;
  }
  .what_we_offer .offer_sec .offer_Box {
    padding: 8.6rem 2.5rem 4.5rem;
  }
  .shipment_or_return .swing_by .findTime_hd {
    padding-left: 6rem !important;
  }
  .what_we_offer .what_we_Hd h1 {
    font-size: 3.2rem;
  }
  .boxHero_export .export_help .ready_helpHd h1 {
    font-size: 3.2rem;
  }
  .boxHero_export .export_help .local_hub h1 {
    font-size: 3.2rem;
  }
  .boxHero_export .export_help .swing_by .findTime_hd h2 {
    font-size: 3.2rem;
  }
  .returns_happen h1 {
    font-size: 3.2rem;
  }
  .shippingSectionBg .carrierBox_logo .fedexbox {
    margin-bottom: 2rem;
    min-height: auto;
  }
  .shippingSectionBg .carrierBox_logo .fedexbox .label__problem {
    max-width: 100%;
  }
  .frequently_asked_questions .frequently_asked_questions_hd h1 {
    font-size: 3.2rem !important;
  }
  .frequently_asked_questions .what_boxhhero .accordion-item h1 {
    font-size: 2rem;
  }
  .online__retailer .package_at__FedEx h1 {
    font-size: 3.2rem;
  }
  .readyget_started .startedBg-sch .mobileImg img {
    max-width: 20rem;
  }
  .readyget_started .startedBg-sch .mobileImg {
    top: 14.8rem;
    right: 1.9rem;
  }
  .wrapper_footer .footerlinkCompnay ul li:first-child {
    font-size: 1.6rem;
  }
  .wrapper_footer .footerlinkCompnay ul li a {
    font-size: 1.4rem;
  }
  .slider_leftslide_bg .carousel-item img {
    width: 100%;
    height: 18rem;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (max-width: 767.98px) {
  .header-wrapper .navbar-nav .nav-link {
    padding: 0rem 1rem;
    font-size: 1.4rem;
  }
  .mobile_verifyBox {
    width: 100%;
  }
  .slider_leftslide_bg {
    min-height: 80rem;
    height: auto;
  }
  .main_right_sideContent {
    margin-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 575.98px) {
  html {
    font-size: 60%;
  }
  .boxhero_blog h1 {
    line-height: 4.2rem;
    font-size: 3.8rem;
  }
  .boxhero_blog p {
    padding: 0;
  }
  .hub-benefits .logo-v2 {
    margin: 0 auto;
    display: block;
    margin-bottom: 5rem;
  }
  .hub-benefits h2 {
    text-align: center;
  }
  .part-hub-featured h2 {
    max-width: 100%;
    text-align: center;
  }
  .partner-featued-box .card .title {
    text-align: center;
    max-width: 100%;
  }
  .partner-featued-box .card p {
    text-align: center;
    max-width: 100%;
  }
  .partner-featued-box .card {
    min-height: 30.2rem;
    max-width: 100%;
    align-items: center;
  }
  .part-hub-featured .medium-font {
    text-align: center;
    padding-bottom: 2rem;
  }
  #item_about {
    padding-right: 0rem;
  }
  #expert-connect {
    padding: 0;
  }
  #convenient {
    margin-top: 0rem;
  }
  #its_going {
    margin-top: 15rem !important;
  }
  .sdd-featured-box .card {
    max-width: 100%;
  }
  .margin_bottom_featuredBox {
    margin-bottom: 4rem;
  }
  .sdd-welcome {
    padding: 5rem 0;
  }
  .same-day-page {
    margin-top: 4rem;
  }
  .same-day-page .wrap h1 {
    font-size: 3.5rem;
    line-height: 5rem;
  }
  .sdd-welcome h2 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
  .sdd-welcome p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    max-width: 100%;
    margin-top: 2rem;
  }
  .same-day-page::before, .same-day-page::after {
    display: none;
  }
  .browesAll .what_we_Hd h1 {
    font-size: 2.5rem;
    padding-top: 4rem;
  }
  .help_center_sec .can_help_hd span {
    top: 8.4rem;
  }
  #faq-sec {
    padding: 4rem 0rem;
  }
  .local-Expoert_sec .imgStandard .img_iconDummay img {
    display: block;
    margin: 0 auto;
  }
  .local-Expoert_sec .imgStandard .img_iconDummay h1 {
    max-width: 100%;
    text-align: center;
  }
  .local-Expoert_sec .imgStandard .img_iconDummay p {
    max-width: 100%;
    text-align: center;
  }
  .local-Expoert_sec .imgStandard {
    margin-top: 4rem;
  }
  .local-Expoert_sec .imgStandard .img_iconDummay {
    margin-top: 5rem;
  }
  .future_partners {
    padding: 6.2rem 0rem 5.7rem;
  }
  .our_mission_sec .our_mission_join {
    margin-top: 5rem;
  }
  .local-Expoert_sec {
    padding: 6rem 0rem 6rem;
  }
  #shoping_onlineBanner {
    font-size: 3.4rem;
    padding-top: 0;
  }
  #shoping-banner-bottom {
    padding-bottom: 112rem;
  }
  #mt_offer {
    margin-top: -110rem;
  }
  .our_mission_sec .our_mission_join button {
    width: 100%;
  }
  .our_mission_sec {
    padding: 6rem 1rem 7.4rem;
  }
  .dash_profile .profile_boxBg .help_supportFaq {
    margin-right: 0rem;
    width: 100%;
  }
  .dashboard_step .border-bottomtab .hlp_header {
    display: none;
  }
  .dasboard_bg .dasboard-list_link ul li {
    padding: 2.3rem 0rem 0rem 2.3rem;
  }
  .barmenu {
    display: block !important;
    text-align: right;
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
    z-index: 99;
    font-size: 4rem !important;
  }
  .dasboardMain_content .dasboard_boxis .trackbox_dasbord.returnretailerany .cameraImg {
    right: 0;
  }
  #track_rtn {
    padding: 2.2rem 0rem 2.2rem 0rem;
    border-bottom: 0.1rem solid #D2DAE9;
  }
  .side-nav-admin {
    left: -20.7rem;
  }
  .main-contentdb {
    padding-left: 0;
    margin: 0px 2rem;
  }
  .welcome_boxHero {
    padding-left: 0;
    font-size: 1.4rem;
  }
  .box_btn button {
    padding: 1.6rem 6rem;
  }
  .addInstructions {
    padding-left: 0rem;
  }
  .maincontent_dashboard .amazon .rowflex_brand {
    flex-wrap: wrap;
  }
  .maincontent_dashboard .amazon .rowflex_brand .brand_target {
    margin-right: 1.8rem;
    margin-top: 2rem;
  }
  .lblType__modal .modal-dialog .modal-content .lbl_threeBox .physicalLabel {
    margin-bottom: 2rem;
  }
  .lblType__modal .modal-dialog .modal-content {
    padding: 5.2rem 3.4rem;
  }
  #dasboard_hdr {
    padding: 0 1rem;
  }
  .dashboard_step .border-bottomtab .order_tablist ul li.active {
    border-bottom: 0.2rem solid #406CB4;
  }
  .dashboard_step .border-bottomtab .order_tablist ul li {
    width: 100%;
    border-bottom: 0.2rem solid #406CB4;
  }
  .dashboard_step .border-bottomtab {
    border-bottom: 0;
  }
  .header-wrapper .navbar-brand {
    padding: 0 1rem;
  }
  .hero_bg {
    padding: 0 1rem;
  }
  .what_we_offer {
    padding: 0 1rem;
  }
  .boxHero_export {
    padding: 0 1rem;
  }
  .shippingSectionBg {
    padding: 0 1rem;
  }
  .frequently_asked_questions {
    padding: 0 2rem;
  }
  .online__retailer {
    padding: 0 1rem;
  }
  header {
    margin-bottom: 2.2rem;
  }
  .stepBox {
    margin-left: 0;
  }
  .main {
    margin-left: 0rem;
    margin-right: 0rem;
    padding: 2rem 1rem 2rem 1rem;
    margin-top: 4rem;
  }
  .footerButton {
    margin-right: 0;
  }
  footer {
    padding: 1.9rem 0rem 1.8rem;
    margin-top: 2.9rem;
  }
  .frontSidebox {
    margin-top: 1rem;
  }
  .back_button {
    padding: 1.2rem 3.4rem !important;
  }
  .next_button {
    padding: 1.2rem 3.4rem !important;
  }
  footer .footerButton {
    margin-left: 0rem;
  }
  .time_slot .modal-content {
    padding: 1rem 4rem 1rem 1rem;
  }
  .pickupBox {
    max-width: 100%;
  }
  .time_slot .modal-dialog {
    max-width: 100%;
  }
  .modal-dialog {
    max-width: 100% !important;
  }
  .pickupBox .formDetails .addNew small {
    margin-left: 3.7rem;
  }
  .lastcarve_line {
    display: none;
  }
  .boxHero_export .export_help .swing_by .carve_line_one {
    display: none;
  }
  .what_we_offer .offer_sec .offer_Box {
    padding: 7.6rem 2.5rem 4.5rem;
    margin-bottom: 10rem;
  }
  .what_we_offer .offer_sec .offer_Box h1 {
    font-size: 3rem;
  }
  .what_we_offer .offer_sec .offer_Box .imgEasy {
    top: -5rem;
  }
  .boxHero_export .export_help .ready_helpHd h1 {
    font-size: 2.8rem;
  }
  .boxHero_export {
    padding-top: 0rem;
  }
  .boxHero_export .export_help .ready_helpHd p {
    font-size: 2rem;
    margin-top: 1rem;
  }
  .boxHero_export .export_help .local_hub h1 span {
    width: 4rem;
    text-align: center;
    height: 4rem;
    margin: 0 auto;
    line-height: 4rem;
    display: block;
    padding: 0;
    margin-bottom: 1rem;
  }
  .responsive_colomn {
    margin-top: 2rem;
  }
  .boxHero_export .export_help .swing_by .findTime_hd h2 {
    font-size: 2.4rem;
    padding: 0rem 4rem;
  }
  .boxHero_export .export_help .swing_by .findTime_hd p {
    padding: 0rem 2rem;
  }
  .boxHero_export .export_help .swing_by .pickup_dateImg img {
    padding-left: 0;
  }
  .boxHero_export .export_help .swing_by .findTime_hd h2::before {
    left: 44%;
    top: -5rem;
  }
  .boxHero_export .export_help .swing_by .findTime_hd {
    padding-left: 0;
    padding-top: 12rem;
    text-align: center;
    padding-left: 0 !important;
    margin-top: 2rem;
  }
  .boxHero_export .export_help .swing_by .findTime_hd.f_timeresponsive {
    padding-top: 4rem !important;
  }
  .responsiveMt-shipment {
    padding-top: 8rem;
  }
  .shipment_or_return .responsive-lineImg2 {
    display: block !important;
    left: 50% !important;
    top: -9rem !important;
  }
  #responsive-lineImg3 {
    text-align: center;
    display: block !important;
  }
  .returns_happen h1 {
    font-size: 3rem;
  }
  .shippingSectionBg .shippingSectionHeading h1 {
    font-size: 2.8rem;
  }
  .boxHero_export .export_help .swing_by .carve_line_one.responsive-lineImg2 {
    display: block !important;
    left: 50% !important;
    top: -9rem !important;
  }
  .responsive-lineImg {
    display: block !important;
    left: 50% !important;
  }
  .implified_Shipping_img {
    padding-top: 3rem;
  }
  .header-wrapper {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
    padding: 0.55rem 0rem;
  }
  .online__retailer {
    padding: 5.5rem 0rem;
  }
  .shippingSectionBg .somthing_today {
    padding-top: 0;
  }
  .readyget_started {
    background: #f9aa23;
  }
  .footer_copyrightall .right_rese {
    flex-wrap: wrap;
  }
  .header-wrapper .schedule_Btn button {
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .termsCondition {
    padding-top: 2rem;
  }
  .rs_responsive {
    padding: 6rem 0rem 48rem !important;
    margin-top: 6rem;
  }
  .rs_responsive .startedBg-sch {
    padding: 0rem 1rem;
  }
  .readyget_started .startedBg-sch .mobileImg {
    top: 26.8rem;
  }
  .readyget_started .startedBg-sch button {
    padding: 1.8rem 7rem;
    display: block;
    margin: 0 auto;
    margin-top: 3rem;
  }
  .readyget_started .startedBg-sch .mobileImg img {
    max-width: 32rem;
  }
  .readyget_started .startedBg-sch h1 {
    font-size: 2.8rem;
    text-align: center;
  }
  .readyget_started .startedBg-sch p {
    text-align: center;
    font-size: 2rem;
  }
  .pickup_dateImg img {
    width: 100%;
    margin-top: 4rem;
  }
  .footerlinkCompnay {
    margin-top: 5rem;
    justify-content: flex-start !important;
  }
  .readyget_started {
    padding: 8rem 0rem 13rem;
  }
  .footerlinkCompnay {
    margin-top: 5rem;
  }
  .header-wrapper .navbar-nav .nav-link {
    padding: 0rem 1rem;
    font-size: 2rem;
    padding-left: 0;
    margin-bottom: 1rem;
    border-bottom: 0.1rem solid #E6E6E6;
    padding-bottom: 1rem;
  }
  .hero_Img {
    margin-top: 3rem;
  }
  .online__retailer .package_at__FedEx p {
    font-size: 2rem;
    padding: 1rem 4rem 0rem;
  }
  .online__retailer .package_at__FedEx h1 {
    font-size: 2.8rem;
    line-height: 4rem;
    padding: 0 1rem;
  }
  .wrapper_footer {
    padding: 4.9rem 1rem 7.4rem;
  }
  .footer_copyrightall {
    padding: 0 1rem;
  }
  .frequently_asked_questions .frequently_asked_questions_hd p {
    font-size: 2rem;
  }
  .frequently_asked_questions .what_boxhhero .accordion-item h1 {
    padding: 1rem 2.5rem;
    padding-right: 2rem;
    font-size: 2rem;
    min-height: 6rem;
  }
  .frequently_asked_questions .somthing_todayExplore button {
    padding: 1.8rem 8.9rem;
  }
  .frequently_asked_questions {
    padding: 6.6rem 1rem;
  }
  .frequently_asked_questions .frequently_asked_questions_hd h1 {
    line-height: 4.8rem;
  }
  .shippingSectionBg .carrierBox_logo .fedexbox .label__problem {
    font-size: 2.1rem;
  }
  .shippingSectionBg {
    padding: 4rem 1.5rem;
  }
  .hero_bg .hero_fullscreen .heroTxt {
    font-size: 3.7rem;
  }
  .hero_bg .hero_fullscreen .loaction_inputHero button {
    padding: 1.5rem 10.3rem;
    position: relative;
    left: 1.6rem;
    top: 1.7rem;
  }
  .what_we_offer {
    margin-top: -100rem;
  }
  .hero_bg .hero_fullscreen .loaction_inputHero input {
    padding: 0rem 3rem 0rem 4.5rem;
  }
  .hero_bg .hero_fullscreen {
    padding-bottom: 112rem;
  }
  .hero_bg .hero_fullscreen .loaction_inputHero span {
    top: 2.4rem;
  }
  .header-wrapper .navbar-toggler span {
    font-size: 5rem;
  }
  .stepBox {
    background: #fff;
    width: 100%;
    position: fixed;
    overflow: auto;
    width: 25.7rem;
    left: -25.7rem;
    height: 100%;
    top: 0px;
    bottom: 0;
    transition: 0.5s;
    z-index: 9999999;
  }
  .side-slide2 {
    left: 0 !important;
  }
  .headermerchant {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */