/*fonts-starts-here*/

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.eot");
  src: url("../fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Black.woff2") format("woff2"),
    url("../fonts/Roboto-Black.woff") format("woff"),
    url("../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Bold.woff2") format("woff2"),
    url("../fonts/Roboto-Bold.woff") format("woff"),
    url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Medium.woff2") format("woff2"),
    url("../fonts/Roboto-Medium.woff") format("woff"),
    url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.eot");
  src: url("../fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Thin.woff2") format("woff2"),
    url("../fonts/Roboto-Thin.woff") format("woff"),
    url("../fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Regular.woff2") format("woff2"),
    url("../fonts/Roboto-Regular.woff") format("woff"),
    url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Light.woff2") format("woff2"),
    url("../fonts/Roboto-Light.woff") format("woff"),
    url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.woff2") format("woff2"),
    url("../fonts/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraLight.woff2") format("woff2"),
    url("../fonts/Inter-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"),
    url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"),
    url("../fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.woff2") format("woff2"),
    url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Thin.woff2") format("woff2"),
    url("../fonts/Inter-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"),
    url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"),
    url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"),
    url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/*fonts-end-here*/

:root {
  --primary-color: #035460;
  --secondary-color: #f4f6f7;
}

html,
body {
  font-family: "Inter";
  color: #43525a;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}

*:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  color: #43525a;
  /* font-family: 'Montserrat'; */
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a,
a:hover {
  text-decoration: none;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto';
} */
.roboto-txt {
  font-family: "Roboto";
}

.intr-txt {
  font-family: "Inter";
}

/**typography-css-starts**/

h1,
.heading1 {
  font-size: 40px;
  font-weight: 900;
  line-height: 46px;
  letter-spacing: 1.2px;
}

h2,
.heading2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 58.09px;
  letter-spacing: 0.2px;
}

h3,
.heading3 {
  font-size: 30px;
  font-weight: 800;
  line-height: 35px;
  letter-spacing: 0.2px;
}

h4,
.heading4 {
  font-size: 36px;
  font-weight: 600;
  line-height: 43.57px;
  letter-spacing: 0.2px;
}

h5,
.heading5 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.73px;
  letter-spacing: 0.2px;
}

h6,
.heading6 {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.heading7 {
  font-size: 22px;
  font-weight: 600;
  line-height: 26.6px;
  letter-spacing: 0.2px;
}

.heading8 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.2px;
}

.heading9 {
  font-size: 24px;
  font-weight: 600;
  line-height: 26.6px;
  letter-spacing: 0.2px;
}

.text-lg {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.text-md {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.46px;
}

.text-sm {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.46px;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.theme-white * {
  color: #fff;
}

.pri-color {
  color: #43525a;
}

.black-text {
  color: #000;
}

.border-radius-lg {
  border-radius: 29px;
}

.border-radius-md {
  border-radius: 5px;
}

.border-radius--md {
  border-radius: 10px;
}

.border-radius-sm {
  border-radius: 20px;
}

/* footer * {
  color: #43525a;
} */

.text-underline {
  text-decoration: underline !important;
}

/**typography-css-ends**/

/**common-css-starts**/
.container-header {
  max-width: 1230px;
  padding: 0 15px;
}

.container {
  max-width: 1230px;
  padding: 0 15px;
}

.container-md {
  max-width: 1020px;
  padding: 0 15px;
}

.container-sm {
  max-width: 984px;
  padding: 0 15px;
}

.container-md-1 {
  max-width: 1063px;
}

.container-sm-1 {
  max-width: 1020px;
}

.bg-primary {
  background-color: var(--primary-color);
}

.bg-secondary {
  background-color: var(--secondary-color);
}

.pri-color {
  color: var(--primary-color);
}

.light-gray {
  background-color: var(--secondary-color);
}

input[type="text"],
input[type="email"],
input[type="phone"],
input[type="search"],
input[type="password"],
input[type="date"],
input[type="url"],
input[type="tel"],
textarea,
select,
input[type="number"],
input[type="file"] {
  border: 0.5px solid #c1c1c1;
  padding: 8.5px 10px;
  width: 100%;
  font-size: 16px;
  border-radius: 3px;
  background: #fff;
  color: #43525a;
  font-weight: 300;
  height: 41px;
  letter-spacing: 0.2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.track-input input[type="text"] {
  height: 50px;
  padding: 13px 16px !important;
  border-color: #acacac80;
  border-radius: 5px;
  padding-bottom: 5px;
}

.selectdiv:after {
  content: "";
  color: #333;
  top: 44px;
  right: 12px;
  position: absolute;
  pointer-events: none;
  background-image: url(../images/select-arrow.png);
  width: 12px;
  height: 17px;
  background-repeat: no-repeat;
  line-height: 17px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus,
input[type="number"]:focus,
input[type="file"]:focus {
  border: 0.5px solid #acacac;
}

.select-input-field {
  border: 0.5px solid #c1c1c1;
  padding: 8.5px 10px;
  width: 100%;
  font-size: 16px;
  border-radius: 3px;
  background: #fff;
  color: #ababab;
  font-weight: 300;
  height: 41px;
  letter-spacing: 0.2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-input-field:focus,
.select-input-field:hover {
  border: 0.5px solid #acacac;
  color: #ababab;
}

/* .selectdiv .dropdown-toggle::after {
    display: none;
}

.selectdiv .dropdown-item.active,
.selectdiv .dropdown-item:active {
    background-color: #185260;
}

select,
.select-input-field {
    color: #ABABAB;
} */

/* #topic.option-selected,
.otherclass {
    color: #43525A;
}

.otherclass {
    border: 0.5px solid #ACACAC;
    color: #43525A;
} */
/**********/

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.select2-search__field,
.select2-selection__clear {
  display: none;
}

label#topic-error {
  bottom: -26px;
  position: absolute;
  left: 0;
}

/***********/
textarea.input-field {
  height: 120px;
  resize: none;
}

.input-field::placeholder {
  color: #ababab;
}

.input-field:-ms-input-placeholder {
  color: #ababab;
}

.input-field::-ms-input-placeholder {
  color: #ababab;
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.cursor-pointer {
  cursor: pointer;
}

.sec-pd {
  padding: 80px 0;
}

.sec-pd-about {
  padding: 100px 0;
}

.client-logo-slider .slick-track {
  align-items: center;
  justify-content: center;
  display: flex;
}

.client-logo-slider .slick-slide img {
  margin: 0 auto;
}

.shipping-carriers img {
  max-width: 150px;
}

.client-logo-slider .slick-dots button {
  background: #256376;
  border-radius: 50px;
  width: 12px;
  height: 12px;
}

.client-logo-slider .slick-dots li {
  margin: 0;
}

.client-logo-slider .slick-dots .slick-active button {
  background: #8d9496;
}

.client-logo-slider .slick-dots {
  top: 100px;
}

.about-slider .slick-dots button {
  background: #256376;
  border-radius: 50px;
  width: 12px;
  height: 12px;
}

.about-slider .slick-dots li {
  margin: 0;
}

.about-slider .slick-dots .slick-active button {
  background: #8d9496;
}
/* latest common css */

.primary-button {
  box-shadow: none;
  color: #111827;
  height: 48px;
  text-align: center;
  display: flex;
  padding: 16px 30px;
  align-items: center;
  border-radius: 100px;
  background: #ffed50;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  justify-content: center;
  border: none;
}

.primary-button:hover {
  background-color: #e8d63f;
}

.outline-button-light {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  display: flex;
  height: 48px;
  padding: 16px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.outline-button-light:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.outline-button-dark {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 500px;
  background: transparent;
  display: flex;
  height: 48px;
  padding: 16px 30px;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  box-shadow: none;
}

.outline-button-dark:hover {
  border: 1px solid #000;
  color: black;
}

.secondary-button {
  display: flex;
  height: 48px;
  padding: 16px 30px;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 500px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  cursor: pointer;
}

.secondary-button:hover {
  background: #363636;
}

.drop-shadow-small {
  box-shadow: 0px 2px 6px 0px rgba(16, 24, 40, 0.06);
}

.heading-2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
}

.text-neutral-900 {
  color: #111827;
}

/**common-css-ends**/
.about-bg {
  width: 100%;
  background: var(--primary-color);
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 229px; */
  padding: 70px 0 80px;
}

.services-width {
  max-width: 750px;
  margin: 0 auto;
}

.services-width-md {
  max-width: 900px;
  margin: 0 auto;
}

.services-width--lg {
  max-width: 940px;
  margin: 0 auto;
}

.tab-content > .tab-pane:not(.active),
.pservice-item > .service-outer:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

/****footer css****/
.get-bg {
  width: 100%;
  background: var(--primary-color);
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  padding: 70px 0;
  background-position: center;
}

.track-yellow-btn {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.46px;
  color: #595846;
  padding: 10px 20px;
  height: 51px;
  background: linear-gradient(
    180deg,
    rgba(251, 234, 65, 1) 0%,
    rgba(214, 203, 95, 1) 100%
  );
  box-shadow: 0px 6px 9px rgb(0 0 0 / 5%), 0px 15px 20px rgb(108 111 6 / 15%);
  min-width: 193px;
  border-radius: 5px;
  border: 1px solid #e5dc28;
  transition: 0.2s ease-in-out;
}

.track-yellow-btn:hover,
.track-btn:hover {
  border: 1px solid #e5dc28;
  transition: 0.2s ease-in-out;
  background: linear-gradient(
    0deg,
    rgb(249, 236, 6) 0%,
    rgb(233, 227, 105) 98%
  );
  color: #595846;
  box-shadow: none;
}

.track-yellow-btn:focus,
.track-btn:focus,
.track-yellow-btn:active,
.track-btn:active {
  border: 1px solid #e5dc28 !important;
  transition: 0.2s ease-in-out;
  background: linear-gradient(
    0deg,
    rgb(249, 236, 6) 0%,
    rgb(233, 227, 105) 98%
  );
  color: #595846 !important;
}

/* 
.transparent-btn:hover {
    color: #fff;
} */

.trans-section {
  margin: 80px 0px;
}

.trans-inner {
  padding: 70px 50px;
}

.footer-btn {
  min-width: 265px;
}

/****footer css end****/
/***about us page css*******/
.about-left {
  width: 42%;
}

.about-right {
  width: 58%;
  position: absolute;
  right: 0px;
  bottom: 0;
}

/***contac us page css****/
.form-inner label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #43525a;
  margin-bottom: 8px;
}

.form-inner {
  padding: 32px 42px 47px;
}

.field-wrapper {
  margin-top: 38px;
}

.form-inner label.error {
  color: #f53a3a;
  font-size: 12px;
  margin-bottom: 0;
}

.form-inner span {
  color: black;
}

.contact-bg {
  width: 100%;
  background: var(--primary-color);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 77px 0 80px;
}

/***track page css****/
.track-width {
  max-width: 803px;
  margin: 0 auto;
}

.delivery-box {
  padding: 45px;
  max-width: 410px;
  margin-right: 0;
  margin-left: auto;
}

.StepProgress {
  position: relative;
  padding-left: 45px;
  list-style: none;
}

.StepProgress:not(:last-child)::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 10px;
  height: 100%;
  border-left: 2px solid #ccc;
}

.StepProgress-item {
  position: relative;
  counter-increment: list;
}

.StepProgress-item:not(:last-child) {
  padding-bottom: 20px;
}

.StepProgress-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -37px;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}

.StepProgress-item::before {
  border-left: 2px dotted #b3b3b3;
}

.StepProgress-item.is-done::after {
  content: "";
  font-size: 10px;
  color: #fff;
  text-align: center;
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
}

.StepProgress-item.current::before {
  border-left: 2px solid var(--primary-color);
}

.StepProgress strong {
  display: block;
}

.StepProgress-item:not(:last-child)::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -28px;
  height: 100%;
  width: 10px;
}

.StepProgress-item.is-done.loction-img::after {
  content: "";
  background: #185460 url(../images/loction.png);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: 3px 2px;
}

.StepProgress-item.is-done.tick-img::after {
  content: "";
  background: #185460 url(../images/tick.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 2px 4px;
}

.step-nav a {
  color: #000;
  width: 100%;
}

.step-nav a.active .step {
  /* background-color:var(--primary-color); */
  color: #fff;
}

/* .step {
    height: 40px;
    width: 40px;
    background-color: #fff5e3;
} */

.step-nav li:nth-child(odd) .step::after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 10px;
  width: 230px;
  background: #fff5e3;
  left: 0%;
}

.step-nav li:nth-child(even) .step::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 10px;
  width: 230px;
  background: #fff5e3;
  left: 0%;
}

.step-nav a.active .step::after {
  background-color: var(--primary-color);
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

.step-nav a.active .step::before {
  background-color: var(--primary-color);
}

.step-nav li {
  width: 33%;
}

/***home page css******/
/* header */

/* .custom-header {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(58.23deg, #1f6979 28.61%, #195b70 67.93%, #425375 91.39%);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    padding: 7px 0;
    position: fixed;
    width: 100%;
} */
.main-wrapper {
  padding-top: 72px;
}

.header-sec {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.2s linear 0s;
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(58.23deg, #1f6979 28.61%, #195b70 67.93%, #425375 91.39%); */
  padding: 7px 0;
}

.header-sec.header-small {
  background: white;
  -moz-box-shadow: 0px 2px 6px 0px rgba(16, 24, 40, 0.06);
  -webkit-box-shadow: 0px 2px 6px 0px rgba(16, 24, 40, 0.06);
  box-shadow: 0px 2px 6px 0px rgba(16, 24, 40, 0.06);
}

.header-sec.header-small .mobile-header-logo {
  display: block;
}
.header-sec.header-small .mobile-header-logo a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-sec.header-small .mobile-header-logo,
.header-sec.header-small .header-logo {
  height: 50px;
}

.header-sec.header-small .header-logo {
  display: none;
}

.header-sec.header-small .header-menu .header-menu-item a {
  color: #111827;
}

.track-btn {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.46px;
  color: #484504;
  padding: 14px 27px;
  background: linear-gradient(180deg, #faed00 0%, #d0ca55 100%);
  box-shadow: 0px 6px 9px rgb(0 0 0 / 5%), 0px 15px 20px rgb(108 111 6 / 15%);
  border-radius: 36px;
  border: 1px solid #e5dc28;
  height: 51px;
}

.custom-nav-bar .nav-link.active {
  font-weight: 600;
  color: #ffffff;
  text-decoration: underline !important;
}

.custom-nav-bar .nav-link:focus {
  color: #ffffff;
}

.my-nav-links a {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.custom-nav-bar .nav-item {
  padding: 0px 10px;
}

.custom-nav-bar .nav-link:hover {
  text-decoration: underline !important;
  color: #c4ced4;
}

.navbar-toggler .icon-bar.icon-bar:first-child {
  margin-top: 0;
}

.navbar-toggler .icon-bar {
  height: 3px;
  width: 100%;
  background: #fff;
  display: inline-block;
  margin-top: 5px;
  vertical-align: top;
}

.navbar-toggler .icon-bar {
  height: 2px;
  width: 100%;
  background: #fff;
  display: inline-block;
  margin-top: 5px;
  vertical-align: top;
}

.navbar-toggler {
  width: 25px;
  height: 30px;
  padding: 0;
  border: none;
  line-height: 0;
  cursor: pointer;
  margin-left: 20px;
}

.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(5px);
  -moz-transform: rotate(45deg) translateY(5px);
  -ms-transform: rotate(45deg) translateY(5px);
  -o-transform: rotate(45deg) translateY(5px);
  transform: rotate(45deg) translateY(5px);
}

.navbar-toggler .icon-bar.icon-bar:first-child {
  margin-top: 0;
}

.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(2) {
  display: none;
}

.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-5px);
  -moz-transform: rotate(-45deg) translateY(-5px);
  -ms-transform: rotate(-45deg) translateY(-5px);
  -o-transform: rotate(-45deg) translateY(-5px);
  transform: rotate(-45deg) translateY(-5px);
}

/**home page css******/

.banner-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 1090px;
  padding: 97px 0;
}

.white-banner-sec {
  width: 100%;
  background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 64.73%);
  box-shadow: 0px 30px 60px rgb(0 0 0 / 10%), 0px 67px 80px rgb(0 0 0 / 7%),
    0px 102px 96px rgb(0 0 0 / 5%);
  border-radius: 17px;
  padding: 51px 47px;
  max-width: 840px;
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.border-right:after {
  content: "";
  border-right: 1px solid #e3e3e3;
  width: 2px;
  height: 100px;
  position: absolute;
  right: 0;
}

.about-section {
  padding: 60px 0 80px;
}

.service-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.service-img {
  width: 40%;
}

.service-content {
  width: 60%;
  padding-left: 100px;
}

.about-slider .slick-prev.slick-arrow {
  background: url(../images/previous-arrow.png) no-repeat;
  padding: 28px;
  content: "";
  position: absolute;
  top: 50%;
  left: -100px;
}

.about-slider .slick-next.slick-arrow {
  background: url(../images/next-arrow.png) no-repeat;
  padding: 28px;
  content: "";
  position: absolute;
  top: 50%;
  right: -70px;
}

.service-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.service-slider .slick-slide {
  height: inherit !important;
  display: flex;
}

.about-slider .slick-next:before {
  /* background: url('../images/next-arrow.png') no-repeat;
    padding: 28px;
    content: "";
    position: absolute;
    top: -50%; */
  font-size: 0;
}

.about-slider .slick-prev:before {
  /* background: url('../images/next-arrow.png') no-repeat;
    padding: 28px;
    content: "";
    position: absolute;
    top: -50%;
    right: 40px;
    transform: rotate(180deg); */
  font-size: 0;
}

.service-text {
  margin-top: 50.5px;
  margin-bottom: 32px;
}

.services-heading {
  margin-bottom: 50px;
}

.services-heading h3 {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.service-tabs {
  margin-bottom: 50px;
}

.service-tabs .nav-link.active {
  background: linear-gradient(
    58.23deg,
    #1f6979 37.85%,
    #195b70 67.93%,
    #425375 91.39%
  );
  color: #ffffff;
  cursor: pointer;
}

.service-tabs {
  margin-bottom: 50px;
  width: 100%;
}

.service-tabs .nav-link {
  padding: 5px 9px;
  background: #f1f1f1;
  border-radius: 21px;
  color: rgba(67, 82, 90, 0.7);
  font-size: 15px;
  cursor: pointer;
}

.service-tabs li:not(:last-child) {
  margin: 0 20px 0 0;
}

.service-tabs li {
  width: 100%;
  text-align: center;
}

.about-img:before {
  content: "";
  width: 220px;
  height: 160px;
  position: absolute;
  background-image: url(../images/grid-top.png);
  left: -40px;
  top: -40px;
  z-index: -1;
  background-repeat: no-repeat;
}

.about-img:after {
  content: "";
  width: 250px;
  height: 160px;
  position: absolute;
  background-image: url(../images/grid-dot-bottom.png);
  right: -90px;
  bottom: -90px;
  z-index: -1;
  background-repeat: no-repeat;
}

.about-text h2 {
  margin-bottom: 8px;
}

.about-text p {
  margin-bottom: 32px;
}

.text-row {
  padding: 42.5px 0;
}

.text-row h3 {
  margin-bottom: 32px;
}

.multi-bg {
  background: url("../images/about-img.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.multi-row {
  padding: 80px 0 93px;
}

.multi-left h3 {
  margin-bottom: 25px;
}

.multi-text {
  margin-bottom: 68px;
}
.zapier-bg {
  background: #fff;
  border-radius: 18px;
  padding: 27px 0px;
  min-width: 345px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.zapier-bg-border {
  margin-top: 40px;
  border-top: 1px solid #ffffff;
}

.zapier-outer {
  max-width: 330px;
}
.max-width-md {
  max-width: 950px;
  margin: 0 auto;
}
/* 
.img-grid {
    margin-top: 48px;
} */

.int-text-2 {
  padding-top: 21px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 1rem;
}

.white-logo-box {
  background: #fff;
  border-radius: 14.83px;
  padding: 27px 5px;
  max-width: 107px;
  filter: drop-shadow(0px 6.24299px 12.486px rgba(0, 0, 0, 0.08));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 107px;
  margin: 0 auto;
}

.white-logo-bottom {
  background: #fff;
  border-radius: 14.83px;
  padding: 27px 5px;
  max-width: 176px;
  filter: drop-shadow(0px 6.24299px 12.486px rgba(0, 0, 0, 0.08));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  margin: 0 auto;
}

.article-col-1 span {
  color: #232326;
  border: 1px solid #232326;
  border-radius: 21px;
  padding: 5px 12px;
  margin-top: 81px;
}

.article-col-1 h3 {
  margin-top: 32px;
}

.article-col-2 {
  padding: 48px;
  background: #f4f6f7;
  border-radius: 32px;
}

.logo-img {
  margin-bottom: 32px;
}

.article-col-2 h6 {
  margin-bottom: 32px;
}

.bounce-to-left {
  position: relative;
  transition: color 400ms;
  transform: translateZ(0);
  z-index: 1;
  line-height: 34px;
  font-size: 16px;
  letter-spacing: 0.46px;
  display: inline-block;
}

.read-more-animation-outer:hover a {
  color: #fff !important;
}

.read-more-animation-outer {
  width: 100%;
  max-width: 131px;
}

.bounce-to-left::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 2px;
  z-index: -1;
  background: linear-gradient(
    58.23deg,
    #1f6979 37.85%,
    #195b70 67.93%,
    #425375 91.39%
  );
  transition-property: transform;
  transform-origin: 95% 50%;
  transition: 400ms ease-out;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.bounce-to-left:hover::before {
  border-radius: 100px;
  width: 150px;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.green-arrow {
  background: #185260;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.white-arrow-btn img {
  padding: 9px 13px;
  background: linear-gradient(
    58.23deg,
    #1f6979 37.85%,
    #195b70 67.93%,
    #425375 91.39%
  );
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.footer-list .active {
  font-weight: 500;
  text-decoration: underline !important;
}

.footer-list li a:hover {
  text-decoration: underline !important;
}

#result {
  margin-top: 20px;
  color: #206273;
}

/*******track page css*******/

.track {
  position: relative;
  background-color: #f0f0f0;
  height: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 110px;
  margin-top: 50px;
}

.track::after {
  content: "";
  height: 7px;
  position: absolute;
  width: 0%;
  left: 2px;
  right: 2px;
  background: var(--primary-color);
}

.track .step {
  list-style-type: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: -23px;
  position: relative;
  text-align: center;
  opacity: 0.7;
}

.track .step.active {
  opacity: 1;
}

.track .step:nth-child(1) {
  text-align: left;
}

.track .step:last-child {
  text-align: right;
}

.track .step.active .icon {
  background-color: var(--primary-color);
}

.track .icon {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  position: relative;
  border-radius: 100%;
  background: #ddd;
  text-align: center;
  z-index: 111;
}

.track .step .icon img {
  width: 20px;
}

.track .step.active .icon img {
  filter: brightness(0) invert(1);
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));

  background: -webkit-radial-gradient(
    rgba(20, 20, 20, 0.8),
    rgba(0, 0, 0, 0.8)
  );
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/***********/

.mag img {
  max-width: 1200px;
}

.magnify {
  position: relative;
  cursor: none;
}

.magnify-large {
  position: absolute;
  display: none;
  width: 100px;
  height: 100px;
  -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.show-all {
  color: var(--primary-color);
  text-decoration: underline !important;
  display: inline-block;
}

.search-icon {
  background: transparent;
  position: absolute;
  right: 3px;
  top: 0px;
  color: #fff;
  padding: 0;
  height: 48px;
  width: 40px;
}

.input-group input {
  border-radius: 50px !important;
  height: 47px;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 300;
  color: #858585;
  background: #fff;
}

.help-bg {
  width: 100%;
  background: var(--primary-color);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 88px 0 95px;
}

.help-list li {
  list-style: disc;
}

.help-list-number {
  list-style: number;
}

.help-width {
  max-width: 570px;
  margin: 0 auto;
}

.help-tabber a {
  background: #fff;
  color: #43525a;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  border-radius: 0;
}

.help-tabber .nav-link.active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(58.23deg, #1f6979 28.61%, #195b70 67.93%, #425375 91.39%);
  color: #fff;
  border-radius: 0;
}

.help-tabber .nav-link:focus,
.help-tabber .nav-link:hover {
  border-color: transparent;
  color: #43525a;
}

.help-tabber .nav-link.active:focus,
.help-tabber .nav-link.active:hover {
  color: #fff;
}

.ddu-scroll-padding {
  scroll-padding-top: 126px;
}

#page_search_form {
  width: 100%;
}

.first-line {
  width: 37%;
}

.second-line {
  width: 11%;
}

.third-line {
  width: 13%;
}

.fourth-line {
  width: 15%;
}

.fifth-line {
  width: 24%;
}

@media only screen and (max-width: 1920px) and (min-width: 1600px) {
  .banner-bg {
    height: 1280px;
  }
}

@media screen and (max-width: 1360px) {
  .magnifiedImg img {
    max-width: 1000px;
  }
}

@media screen and (max-width: 1200px) {
  .about-img:after {
    right: 0;
  }

  .white-banner-sec {
    bottom: 0px;
  }

  .banner-bg {
    height: 780px;
    padding: 60px 0;
  }

  .service-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-slider .slick-prev.slick-arrow {
    left: -70px;
  }

  .magnifiedImg img {
    max-width: 850px;
  }
  .first-line {
    width: 100%;
  }

  .second-line {
    width: 33%;
  }

  .third-line {
    width: 33%;
  }

  .fourth-line {
    width: 33%;
  }

  .fifth-line {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  /*****header css start*****/
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0px -30px;
    z-index: 1;
    background: #fff;
    border-top: 1px solid;
  }

  .my-nav-links a {
    color: #000;
    padding: 7px 0;
  }

  .custom-nav-bar .nav-link.active {
    color: #000;
  }

  .my-nav-links {
    padding: 10px 10px;
  }

  .track-btn {
    font-size: 14px;
    line-height: 30px;
    padding: 5px 20px;
    height: 42px;
    min-width: 120px;
  }

  .header-btn {
    padding: 0 15px 10px;
  }

  .custom-header {
    padding: 0px 0;
  }

  /*****header css end*****/
  .contact-bg {
    padding: 40px 0;
  }
  .delivery-box {
    padding: 35px;
    max-width: 100%;
  }
  .get-bg {
    height: auto;
    padding: 40px 0;
  }
  h1,
  .heading1 {
    font-size: 31px;
    line-height: 32px;
  }
  h2,
  .heading2 {
    font-size: 35px;
  }
  h3,
  .heading3 {
    font-size: 26px;
    line-height: 34px;
  }
  h4,
  .heading4 {
    font-size: 24px;
    line-height: 28px;
  }
  h5,
  .heading5 {
    font-size: 25px;
    line-height: 28.73px;
  }
  .heading7 {
    font-size: 18px;
  }
  .heading8 {
    font-size: 18px;
  }
  .text-lg {
    font-size: 16px;
    line-height: 25px;
  }
  .text-md {
    font-size: 14px;
    line-height: 22px;
  }
  .services-width,
  .services-width--lg {
    max-width: 100%;
  }
  .sec-pd,
  .sec-pd-about {
    padding: 50px 0;
  }
  .step-nav li:nth-child(odd) .step::after,
  .step-nav li:nth-child(even) .step::before {
    width: 300px;
  }
  .trans-inner {
    padding: 20px 40px;
  }
  .trans-section {
    margin: 40px 0px;
  }
  .about-section {
    padding: 50px 0 50px;
  }
  .service-tabs .nav-link {
    font-size: 12px;
  }
  .service-tabs li:not(:last-child) {
    margin: 0 5px 0 0;
  }
  .white-banner-sec {
    padding: 30px 30px;
    max-width: 600px;
  }
  .multi-text {
    margin-bottom: 38px;
  }
  .multi-row {
    padding: 50px 0 50px;
  }
  .article-col-1 span {
    margin-top: 0;
  }
  .article-col-2 {
    padding: 30px;
  }
  .shipping-carriers img {
    max-width: 120px;
  }
  .about-slider .slick-next.slick-arrow {
    right: -10px;
    z-index: 1;
  }
  .about-slider .slick-prev.slick-arrow {
    left: -10px;
    z-index: 1;
  }
  .about-slider .slick-prev.slick-arrow {
    background-size: 40px;
    padding: 20px;
  }
  .about-slider .slick-next.slick-arrow {
    background-size: 40px;
    padding: 20px;
  }
  .border-right:after {
    width: 10px;
    height: 70px;
  }
  .magnifiedImg img {
    max-width: 650px;
  }
}

@media screen and (max-width: 767px) {
  h1,
  .heading1 {
    font-size: 31px;
    line-height: 39.77px;
  }
  h2,
  .heading2 {
    font-size: 28px;
    line-height: 35.09px;
  }
  h3,
  .heading3 {
    font-size: 22px;
    line-height: 30px;
  }
  h5,
  .heading5 {
    font-size: 22px;
    line-height: 30px;
  }
  h6,
  .heading6 {
    font-size: 24px;
  }
  .heading7 {
    font-size: 16px;
    line-height: 24px;
  }
  .heading8 {
    font-size: 18px;
    line-height: 24px;
  }
  .heading9 {
    font-size: 20px;
    line-height: 24px;
  }
  .text-lg {
    font-size: 17px;
    line-height: 23px;
  }
  .text-md {
    font-size: 15px;
    line-height: 22px;
  }
  .delivery-box {
    padding: 25px;
  }
  .about-bg {
    padding: 40px 0;
  }
  .help-bg {
    padding: 45px 0;
  }
  .about-left,
  .about-right {
    width: 100%;
  }
  .container-header {
    padding: 0 15px;
  }
  .border-right:after {
    display: none;
  }
  .services-heading {
    margin-bottom: 20px;
  }
  .text-row {
    padding: 0 0;
  }
  .text-row h3 {
    margin-bottom: 10px;
  }
  .white-banner-sec {
    padding: 20px 20px;
  }
  .white-banner-sec {
    position: unset;
  }
  .banner-bg {
    padding: 30px 0 0;
    height: 490px;
  }
  .service-tabs .nav-item button {
    width: 100%;
  }
  .service-tabs .nav-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .service-tabs li:not(:last-child) {
    margin: 0 0px 12px 0px;
  }
  .service-tabs .nav-link {
    font-size: 15px;
  }
  .service-img img {
    margin-bottom: 20px;
  }
  .multi-row {
    padding: 30px 0 30px;
  }
  .article-col-1 h3 {
    margin-top: 12px;
  }
  .service-img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .service-content {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
  }
  .about-slider .slick-dots {
    bottom: -40px;
  }
  .service-tabs {
    margin-bottom: 20px;
  }
  .about-section {
    padding: 40px 0 40px;
  }
  .trans-inner {
    padding: 20px 20px;
  }
  .multi-left h3 {
    margin-bottom: 20px;
  }
  .multi-text {
    margin-bottom: 24px;
  }
  .article-col-2 {
    padding: 20px;
  }
  .trans-section {
    margin: 10px 0px;
  }
  .track-yellow-btn {
    font-size: 14px;
    line-height: 30px;
    padding: 5px 20px;
    height: 42px;
    min-width: 120px;
  }
  .about-text p {
    margin-bottom: 20px;
  }
  .article-col-2 h6 {
    margin-bottom: 20px;
  }
  .bounce-to-left {
    line-height: 31px;
  }
  .navbar-collapse {
    margin: 0px -15px;
  }
  .zapier-bg-border {
    border-top: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
  }
  .magnifiedImg img {
    max-width: 520px;
  }
  .field-wrapper {
    margin-top: 20px;
  }
  .form-inner {
    padding: 30px 20px;
  }
  .bounce-to-left:hover::before {
    width: 122px;
  }
  .bounce-to-left {
    font-size: 14px;
  }
  .bounce-to-left::before {
    top: 3px;
    height: 26px;
    width: 26px;
  }
  .read-more-animation-outer img {
    margin-top: -3px;
    max-width: 30px;
  }
  .about-right {
    position: unset;
  }
  .footer-btn {
    min-width: 220px;
  }
  .zapier-outer {
    max-width: 100%;
  }

  /* latest common css */
  .heading-2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 44px;
  }
}

@media screen and (max-width: 600px) {
  div#translate-container{
    margin-top: 15px !important;
  }
  .service-outer {
    display: initial;
  }
  .zapier-bg {
    min-width: 100%;
  }
  .banner-bg {
    height: 380px;
    padding: 20px 0 0;
  }
  .white-banner-sec {
    max-width: 300px;
  }
  .about-slider .slick-prev.slick-arrow {
    background-size: 24px;
    padding: 12px;
    top: 30%;
  }
  .about-slider .slick-next.slick-arrow {
    background-size: 24px;
    padding: 12px;
    top: 30%;
  }
  .magnifiedImg img {
    max-width: 460px;
  }
  .track-input input[type="text"] {
    height: 45px;
    padding: 10px 11px !important;
    font-size: 13px;
  }
  .footer-btn,
  .first-line,
  .second-line,
  .third-line,
  .fourth-line,
  .fifth-line {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  div#translate-container{
    margin-top: 15px !important;
  }  
  .container {
    max-width: 1230px;
    padding: 0 15px;
  }
  h1,
  .heading1 {
    font-size: 23px;
    line-height: 28px;
  }
  h3,
  .heading3 {
    font-size: 20px;
    line-height: 25px;
  }
  h5,
  .heading5 {
    font-size: 18px;
    line-height: 22px;
  }
  h6,
  .heading6 {
    font-size: 16px;
  }
  .heading7 {
    font-size: 14px;
    line-height: 20px;
  }
  .heading8 {
    font-size: 14px;
    line-height: 18px;
  }
  .text-lg {
    font-size: 14px;
    line-height: 20px;
  }
  .text-md {
    font-size: 14px;
    line-height: 20px;
  }
  .sec-pd,
  .sec-pd-about {
    padding: 30px 0;
  }
  .about-bg {
    padding: 40px 0;
  }
  .track .step {
    margin-top: -13px;
  }
  .track .icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .track .step .icon img {
    width: 15px;
  }
  .magnifiedImg img {
    max-width: 370px;
  }
  .main-wrapper {
    padding-top: 74px;
  }
}

@media screen and (max-width: 480px) {
  .magnifiedImg img {
    max-width: 260px;
  }
}

@media screen and (max-width: 360px) {
  .magnifiedImg img {
    max-width: 200px;
  }
  .banner-bg {
    height: 330px;
  }
}
