@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=DM+Sans:700,500");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap");


@font-face {
  font-family: "HelveticaNeue-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("https://anima-uploads.s3.amazonaws.com/5ad90c8b588afb000b501a89/HelveticaNeue.ttf") format("truetype");
}

@font-face {
  font-family: "HelveticaNeue LT Pro-55Roman";
  font-style: normal;
  font-weight: 400;
  src: url("https://anima-uploads.s3.amazonaws.com/projects/6001a3b5219ce4d462727e74/fonts/helveticaneueltproroman.otf") format("opentype");
}

@font-face {
  font-family: "HelveticaNeue-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("https://anima-uploads.s3.amazonaws.com/5ad90c8b588afb000b501a89/HelveticaNeue-Bold.ttf") format("truetype");
}

* {
  box-sizing: border-box;
}

body {
  font-family: "DM Sans";

}

html {
  scroll-behavior: smooth;
}

:root {
  --ratio: 1.5;
}

h1 {
  font-size: clamp(1rem, 1rem + 3vw, 3rem);
  line-height: calc(2 / var(--ratio));
}

h2 {
  font-size: clamp(1rem, 1rem + 1.5vw, 1.5rem);
}

a {
  color: black;
  text-decoration-thickness: 0.1em;
  /* text-decoration-color: deeppink; */
  text-decoration-skip-ink: none;
  text-underline-offset: 0.25em;
}

.align-self-flex-center {
  align-self: flex-center;
}

.align-self-flex-end {
  align-self: flex-end;
}

.align-self-flex-start {
  align-self: flex-start;
}

.animate-nodelay {
  animation-delay: 0s;
}

.auto-animated .container-center-vertical,
.auto-animated .container-center-horizontal {
  opacity: 1;
}

.auto-animated div {
  opacity: 0;
  position: absolute;
  --z-index: -1;
}

.component-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  pointer-events: none;
}

.component-wrapper a {
  text-decoration: none;
  display: contents;
  pointer-events: auto;
}

.component-wrapper a *,
.component-wrapper input,
.component-wrapper video,
.component-wrapper iframe {
  pointer-events: auto;
}

.component-wrapper.not-ready,
.component-wrapper.not-ready * {
  visibility: hidden !important;
}

.container-center-horizontal {
  pointer-events: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.container-center-horizontal>* {
  pointer-events: auto;
  flex-shrink: 0;
}

.container-center-vertical {
  pointer-events: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}

.container-center-vertical>* {
  pointer-events: auto;
  flex-shrink: 0;
}

.full-height-a {
  height: 100%;
}

.full-width-a {
  width: 100%;
}

.hidden,
.hidden * {
  visibility: hidden;
  pointer-events: none;
}

.listeners-active,
.listeners-active * {
  pointer-events: auto;
}

.listeners-active-click,
.listeners-active-click * {
  cursor: pointer;
}

.overlay {
  position: absolute;
  opacity: 0;
  display: none;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

.overlay.animate-appear {
  opacity: 0;
  display: block;
  animation: reveal 0.3s ease-in-out 1 normal forwards;
}

.overlay.animate-disappear {
  opacity: 1;
  display: block;
  animation: reveal 0.3s ease-in-out 1 reverse forwards;
}

.screen * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

.screen a {
  text-decoration: none;
  display: contents;
}

.screen div {
  -webkit-text-size-adjust: none;
}

.screen textarea:focus,
.screen input:focus {
  outline: none;
}

.smart-layers-pointers,
.smart-layers-pointers * {
  pointer-events: auto;
  visibility: visible;
}

.valign-text-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@keyframes reveal {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

input:focus {
  outline: none;
}

:root {
  --bridal-heath: #fff9f1;
  --havelock-blue: #3d91d6;
  --havelock-blue-2: #3e91d6;
  --licorice: #141414;
  --shark: #282828;
  --white: #ffffff;

  --font-size-l: 20px;
  --font-size-m: 18px;
  --font-size-s: 15px;
  --font-size-xl: 30px;
  --font-size-xs: 14px;
  --font-size-xxl: 40px;
  --font-size-xxxl: 60px;
  --font-size-xxxxl: 80px;

  --font-family-dm_sans: "DM Sans", Helvetica;
  --font-family-helveticaneue-bold: "HelveticaNeue-Bold", Helvetica;
  --font-family-helveticaneue-regular: "HelveticaNeue-Regular", Helvetica;
  --font-family-helveticaneue_lt_pro-55roman: "HelveticaNeue LT Pro-55Roman",
    Helvetica;
}

.dmsans-bold-bridal-heath-18px {
  color: var(--bridal-heath);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}

.dmsans-bold-havelock-blue-30px {
  color: var(--havelock-blue);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 700;
}

.dmsans-medium-bridal-heath-18px {
  color: var(--bridal-heath);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 500;
}

.helveticaneueltpro-55roman-normal-havelock-blue-18px {
  color: var(--havelock-blue);
  font-family: var(--font-family-helveticaneue_lt_pro-55roman);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.dmsans-bold-shark-60px {
  color: var(--shark);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 700;
}

.helveticaneue-regular-normal-white-20px {
  color: var(--white);
  font-family: var(--font-family-helveticaneue-regular);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
}

.helveticaneue-bold-shark-30px {
  color: var(--shark);
  font-family: var(--font-family-helveticaneue-bold);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 700;
}

.dmsans-bold-white-30px {
  color: var(--white);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 700;
  margin-left: -46px;
}

.dmsans-bold-shark-30px {
  color: var(--shark);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 700;
}

.dmsans-medium-white-18px {
  color: var(--white);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 500;
}

.dmsans-bold-licorice-60px {
  color: var(--licorice);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 700;
}

.helveticaneueltpro-55roman-normal-shark-14px {
  color: var(--shark);
  font-family: var(--font-family-helveticaneue_lt_pro-55roman);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
}

.dmsans-bold-white-40px {
  color: var(--white);
  font-family: var(--font-family-dm_sans);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 700;
}

.dmsans-bold-white-80px {
  color: #fff;
  font-family: "DM Sans", Helvetica !important;
  font-style: normal !important;
  font-weight: 700 !important;
}


/* screen - 01-home */

/*******css******/

.dmsans-bold-havelock-blue-30px {
  color: #3d91d6;
  font-family: "DM Sans", Helvetica;
  font-style: normal;
  font-weight: 700;
}

.banner-section {
  float: left;
  width: 100%;
  position: relative;
  /*background: #3d91d6; */
}


.banner-section video {
  width: 100%;
  vertical-align: bottom;
}

.section-cdb {
  position: absolute;
  top: 11em;
  left: 8%;
  /* width: 100%; */
  width: auto;
  font-family: "DM Sans", "HelveticaNeue LT Pro-55Roman";
}

.section-cdb h1.title {
  font-size: 55px;
  line-height: 65px;
  /*font-size: 4.3vw;*/
  text-align: left;
}

.section-cdb .enjoy-easier-an-nology-si-ships {
  /*font-size: 21px;*/
  margin-left: 0px;
  line-height: 30px;
  margin-top: 45px;
  font-family: "DM Sans", Helvetica;
  font-size: 1.65vw;
  text-align: left;
}

.section-cdb .button {
  margin-top: 40px;
}

.section-cdb .button .learn-more {
  margin-left: 0px;
  background-color: #c73039;
  border-radius: 40px;
  height: 55px;
  width: 181px;
  text-align: center;
  font-size: 18px;
  line-height: 55px;
  font-family: "HelveticaNeue-Regular", Helvetica;
  float: left;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: initial;
  appearance: initial;
}

.section-cdb .button .learn-more:hover {
  background-color: #c7212b;
  color: #fff;
}

.what-we-do {
  float: left;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.we-do-section {
  float: left;
  width: 100%;
}

.we-do-section h2 {
  font-size: 50px;
  text-align: center;
  font-weight: 600;
  line-height: 50px;
  font-family: "DM Sans", "HelveticaNeue LT Pro-55Roman";
  font-size: 3.3vw;
}

.data-section {
  width: 60%;
  margin: 60px auto 20px;
}

.data-section ul {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  grid-auto-rows: 180px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.data-section ul li:hover .pr-img svg {
  transform: scale(1.1);
  transition: all 0.4s;
}

.data-section ul li .pr-img {
  min-height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.data-section ul li img {
  width: 100px;
}

.data-section ul li.customer-broker img {
  width: 70px !important;
}

.data-section ul li.import-bonds img {
  width: 55px !important;
}

.data-section ul li.projectcargo img {
  width: 75px !important;
}

.data-section ul li.trucking img {
  width: 85px !important;
}

.data-section ul li a {
  float: left;
  width: 100%;
}

.data-section ul li span {
  color: #3d91d6;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  float: left;
  margin-top: 15px;
  font-family: "DM Sans", Helvetica;
  cursor: pointer;
  font-size: 1.4vw;
}

.customer-agent {
  float: left;
  width: 100%;
}

.bcm-custmr {
  float: left;
  width: 50%;
  background: #313dd1;
  padding: 70px 77px;
}

.bcm-agent {
  float: left;
  width: 50%;
  background: #c7212b;
  padding: 70px 77px;
}

.customer-agent .root-tile h3 {
  margin-left: 41px;
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  line-height: 48px;
  font-family: "DM Sans", Helvetica;
  font-size: 3.1vw;
}

.customer-agent .agentNew h3 {
  margin-left: -58px;
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  line-height: 48px;
  font-family: "DM Sans", Helvetica;
  font-size: 3.1vw;
}

.customer-agent .root-tile .learn-more {
  float: left;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 15px;
}

.customer-agent .root-tile .learn-more a {
  font-size: 17px;
  margin-left: 44px;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 1vw;
  font-family: "DM sans";
}

.customer-agent .agentNew .learn-more a {
  font-size: 17px;
  margin-left: -58px;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 1vw;
  font-family: "DM sans";
}

.what-can-we {
  float: left;
  width: 100%;
  padding: 60px 0px 0;
  margin-top: -27px;
}

.what-can-we .can-offer-tracking {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.what-can-we .can-offer-tracking .we-can-offer {
  width: 30%;
  float: left;
  padding-top: 1em;
  padding-right: 20px;
}

.what-can-we .can-offer-tracking .tracking-section {
  width: 65%;
  float: right;
}

.what-can-we .can-offer-tracking .tracking-section .phn-tracking {
  width: 50%;
  float: left;
  min-height: 500px;
  margin-top: 10px;
}

.what-can-we .can-offer-tracking .tracking-section .phn-tracking img {
  position: relative;
  left: 5px;
  width: 100%;
  transform: translateY(65vh) !important;
  transition: all 2s ease !important;
}

section.active .what-can-we .can-offer-tracking .tracking-section .phn-tracking img {
  transform: translateY(0vh) !important;
  transition: all 2s ease !important;
}

@media only screen and (min-width:1024px) {

  section.vertical-scrolling div[data-aos="fade-up"], section.vertical-scrolling li[data-aos="fade-up"], section.vertical-scrolling[data-aos="fade-up"] {
    transform: translateY(10vh) !important;
    transition: all 2s ease !important;
    /* opacity: 0; */
  }

  section.vertical-scrolling.active div[data-aos="fade-up"], section.vertical-scrolling.active li[data-aos="fade-up"], section.vertical-scrolling.active[data-aos="fade-up"] {
    transform: translateY(0vh) !important;
    opacity: 1;
  }

  section.vertical-scrolling.active div[data-aos-duration="100"], section.vertical-scrolling.active li[data-aos-duration="100"], section.vertical-scrolling.active[data-aos-duration="100"] {
    transition: all 1.10s ease !important;
  }

  section.vertical-scrolling.active div[data-aos-duration="150"], section.vertical-scrolling.active li[data-aos-duration="150"], section.vertical-scrolling.active[data-aos-duration="150"] {
    transition: all 1.15s ease !important;
  }

  section.vertical-scrolling.active div[data-aos-duration="200"], section.vertical-scrolling.active li[data-aos-duration="200"], section.vertical-scrolling.active[data-aos-duration="200"] {
    transition: all 1.20s ease !important;
  }

  section.vertical-scrolling.active div[data-aos-duration="250"], section.vertical-scrolling.active li[data-aos-duration="250"], section.vertical-scrolling.active[data-aos-duration="250"] {
    transition: all 1.25s ease !important;
  }

  section.vertical-scrolling.active div[data-aos-duration="300"], section.vertical-scrolling.active li[data-aos-duration="300"], section.vertical-scrolling.active[data-aos-duration="300"] {
    transition: all 1.30s ease !important;
  }

  section.vertical-scrolling.active div[data-aos-duration="350"], section.vertical-scrolling.active li[data-aos-duration="350"], section.vertical-scrolling.active[data-aos-duration="350"] {
    transition: all 1.35s ease !important;
  }

  section.vertical-scrolling.active div[data-aos-duration="400"], section.vertical-scrolling.active li[data-aos-duration="400"], section.vertical-scrolling.active[data-aos-duration="400"] {
    transition: all 1.40s ease !important;
  }

  section.vertical-scrolling.active div[data-aos-duration="450"], section.vertical-scrolling.active li[data-aos-duration="450"], section.vertical-scrolling.active[data-aos-duration="450"] {
    transition: all 1.45s ease !important;
  }

  section.vertical-scrolling.active div[data-aos-duration="500"], section.vertical-scrolling.active li[data-aos-duration="500"], section.vertical-scrolling.active[data-aos-duration="500"] {
    transition: all 1.50s ease !important;
  }

  section.vertical-scrolling.active div[data-aos-duration="550"], section.vertical-scrolling.active li[data-aos-duration="550"], section.vertical-scrolling.active[data-aos-duration="550"] {
    transition: all 1.55s ease !important;
  }

  section.vertical-scrolling.active div[data-aos-duration="600"], section.vertical-scrolling.active li[data-aos-duration="600"], section.vertical-scrolling.active[data-aos-duration="600"] {
    transition: all 1.60s ease !important;
  }

  section.vertical-scrolling.active div[data-aos-duration="650"], section.vertical-scrolling.active li[data-aos-duration="650"], section.vertical-scrolling.active[data-aos-duration="650"] {
    transition: all 1.65s ease !important;
  }

  section.vertical-scrolling.active div[data-aos-duration="700"], section.vertical-scrolling.active li[data-aos-duration="700"], section.vertical-scrolling.active[data-aos-duration="700"] {
    transition: all 1.70s ease !important;
  }

  section.vertical-scrolling.active div[data-aos-duration="750"], section.vertical-scrolling.active li[data-aos-duration="750"], section.vertical-scrolling.active[data-aos-duration="750"] {
    transition: all 1.75s ease !important;
  }

  section.vertical-scrolling.active div[data-aos-duration="800"], section.vertical-scrolling.active li[data-aos-duration="800"], section.vertical-scrolling.active[data-aos-duration="800"] {
    transition: all 1.80s ease !important;
  }

  section.vertical-scrolling.active div[data-aos-duration="850"], section.vertical-scrolling.active li[data-aos-duration="850"], section.vertical-scrolling.active[data-aos-duration="850"] {
    transition: all 1.85s ease !important;
  }

  section.vertical-scrolling.active div[data-aos-duration="900"], section.vertical-scrolling.active li[data-aos-duration="900"], section.vertical-scrolling.active[data-aos-duration="900"] {
    transition: all 1.90s ease !important;
  }

  section.vertical-scrolling.active div[data-aos-duration="950"], section.vertical-scrolling.active li[data-aos-duration="950"], section.vertical-scrolling.active[data-aos-duration="950"] {
    transition: all 1.95s ease !important;
  }

  section.vertical-scrolling.active div[data-aos-duration="1000"], section.vertical-scrolling.active li[data-aos-duration="1000"], section.vertical-scrolling.active[data-aos-duration="1000"] {
    transition: all 2.00s ease !important;
  }

  section.vertical-scrolling.active div[data-aos-duration="1050"], section.vertical-scrolling.active li[data-aos-duration="1050"], section.vertical-scrolling.active[data-aos-duration="1050"] {
    transition: all 2.05s ease !important;
  }

  section.vertical-scrolling.active div[data-aos-duration="1100"], section.vertical-scrolling.active li[data-aos-duration="1100"], section.vertical-scrolling.active[data-aos-duration="1100"] {
    transition: all 2.10s ease !important;
  }

  section.vertical-scrolling.active div[data-aos-duration="1150"], section.vertical-scrolling.active li[data-aos-duration="1150"], section.vertical-scrolling.active[data-aos-duration="1150"] {
    transition: all 2.15s ease !important;
  }

  section.vertical-scrolling.active div[data-aos-duration="1200"], section.vertical-scrolling.active li[data-aos-duration="1200"], section.vertical-scrolling.active[data-aos-duration="1200"] {
    transition: all 2.20s ease !important;
  }

  section.vertical-scrolling.active div[data-aos-duration="1250"], section.vertical-scrolling.active li[data-aos-duration="1250"], section.vertical-scrolling.active[data-aos-duration="1250"] {
    transition: all 2.25s ease !important;
  }

  section.vertical-scrolling.active div[data-aos-duration="1300"], section.vertical-scrolling.active li[data-aos-duration="1300"], section.vertical-scrolling.active[data-aos-duration="1300"] {
    transition: all 2.30s ease !important;
  }

  section.vertical-scrolling.active div[data-aos-duration="1350"], section.vertical-scrolling.active li[data-aos-duration="1350"], section.vertical-scrolling.active[data-aos-duration="1350"] {
    transition: all 2.35s ease !important;
  }

  section.vertical-scrolling.active div[data-aos-duration="1400"], section.vertical-scrolling.active li[data-aos-duration="1400"], section.vertical-scrolling.active[data-aos-duration="1400"] {
    transition: all 2.40s ease !important;
  }

  section.vertical-scrolling.active div[data-aos-duration="1450"], section.vertical-scrolling.active li[data-aos-duration="1450"], section.vertical-scrolling.active[data-aos-duration="1450"] {
    transition: all 2.45s ease !important;
  }

  section.vertical-scrolling.active div[data-aos-duration="1500"], section.vertical-scrolling.active li[data-aos-duration="1500"], section.vertical-scrolling.active[data-aos-duration="1500"] {
    transition: all 2.50s ease !important;
  }
}


.what-can-we .can-offer-tracking .tracking-section .track-animation {
  width: 50%;
  float: left;
  position: relative;
  padding-top: 8em;
}

.track-animation video {
  position: absolute;
  left: 28px;
  width: 97%;
  height: 530px;
  margin-top: 45px;
  z-index: -1;
}

.track-animation .mapId {
  position: absolute;
  margin-top: 46px;
  z-index: 0;
  left: calc(23% - -1%) !important;
  top: calc(100% - 85%) !important;
  width: calc(100% - 37%) !important;
  height: calc(100% - 30%) !important;
  border-radius: 20px;
}

.what-can-we .can-offer-tracking .tracking-section .track-animation img {
  position: relative;
  left: -20px;
  width: 100%;
  transform: translateX(30vh) !important;
  transition: all 2s ease !important;
}

section.active .what-can-we .can-offer-tracking .tracking-section .track-animation img {
  transform: translateX(0vh) !important;
  transition: all 2s ease !important;
}

.we-can-offer h3 {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  color: #141414;
  font-family: "DM Sans", Helvetica;
  font-size: 4.1vw;
}

.freight-data {
  margin-top: -10px;
  float: left;
  width: 100%;
}

.freight-data p {
  margin-top: 60px;
  color: #3d91d6;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  font-family: "DM Sans", Helvetica;
  font-size: 1.67vw;
}

.section-plus {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.can-offer-tracking .section-plus {
  width: 74%;
}

.section-plus span {
  color: #3d91d6;
  font-size: 13px;
  font-weight: 400;
  font-family: "HelveticaNeue LT Pro-55Roman", Helvetica;
  /*font-size: 0.91vw;*/
}

.section-plus p:nth-child(2) {
  margin: 0px;
}

.our-testimonial {
  float: left;
  width: 100%;
  background: #3d91d6;
  padding-top: 6%;
  padding-bottom: 50px;
  margin-top: -75px;
}

.whyus {
  float: left;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.whyus .fame-img {
  width: 50%;
  float: left;
}

.whyus .fame-img img {
  width: 100%;
}

.whyus .fame-info {
  width: 40%;
  float: left;
  padding: 6em 6em 0px 2em;
}

.whyus .fame-info h3 {
  color: #141414;
  font-size: 45px;
  font-weight: 600;
  line-height: 40px;
  font-family: "DM Sans", Helvetica;
  font-size: 3.1vw;
}

.whyus .fame-info .freight-data p {
  font-size: 22px;
  margin-top: 40px;
  font-size: 1.52vw;
}

.get-in-touch {
  float: left;
  width: 100%;
  padding: 40px 0 80px;
}

.get-form {
  width: 58%;
  margin: auto;
}

.get-form h3 {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  line-height: 40px;
  font-family: "DM Sans", Helvetica;
  font-size: 3.1vw;
}

.fom-blok {
  float: left;
  width: 100%;
  margin-top: 20px;
}

ul.sc-model {
  width: 90%;
  margin: 15px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.sc-model li {
  width: 40%;
  float: left;
  text-align: center;
  border: 2px solid #3d91d6;
  padding: 15px;
  border-radius: 60px;
  margin: 2%;
  min-height: 214px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

ul.sc-model li span {
  color: #3d91d6;
  font-weight: 600;
  font-size: 20px;
  font-family: "DM Sans", Helvetica;
  width: 100%;
  float: left;
  padding: 0 20px 25px;
  line-height: 23px;
  text-align: center;
  font-size: 1.41vw;
}

.blok-modl-img {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blok-modl-img img {
  width: 70px;
}

.footer {
  float: left;
  width: 100%;
  padding: 0;
  background: #282828;
  padding: 0px 15px 25px;
}

.phone-top {
  width: 145px;
  height: 13px;
  z-index: 999;
  margin: 0px;
  padding: 0px;
  border-radius: 20px;
  left: calc(50% - 13%) !important;
  margin-top: 46px;
  position: absolute;
  top: calc(100% - 85%) !important;
}

div.phone-top img.img-phone-top {
  position: absolute !important;
  top: 0;
  left: 0 !important;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {

  /* 0% {opacity: 0;}
  100% {opacity: 1;} */
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.fadeIn1 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeIn2 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeIn3 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeIn4 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeIn5 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeIn6 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.gm-style {
  background: #000 !important;
}


.leftVideoIntro2 {
  padding: 0;
}

.leftVideoIntro2 .vdIntro {
  align-items: center;
  display: flex;
  width: 100%;
  background: #3d97e3;
  border-radius: 35px;
  overflow: hidden;
}

.newHome {
  float: left;
  width: 100%;
  text-align: center;
  padding: 80px 0;
}

.fp-tableCell {
  height: 100% !important;
  display: block !important;
}

/**new css add here **/
.what-we-do-sec {
  width: 50%;
  float: left;
  padding-top: 5em;
  padding-right: 20px;
  text-align: left;

}

.what-we-do-sec h2 {
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
  font-family: "DM Sans", "HelveticaNeue LT Pro-55Roman";
}

.what-we-do-sec h4 {
  margin-top: 30px;
  color: #3d91d6;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  font-family: "DM Sans", Helvetica;
  margin-bottom: 10px;
}

.what-we-do-sec p {
  font-size: 14px;
  color: #3d91d6;
  font-weight: 400;
  font-family: "HelveticaNeue LT Pro-55Roman", Helvetica;
  line-height: 19px;
}

.what-we-do-sec ul {
  display: flex;
  margin: 10px 0px;
  padding-left: 0;
}

.what-we-do-sec ul li {
  border-radius: 20px;
  border: 1px solid #3d91d6;
  text-align: center;
  padding: 10px;
  width: 18%;
  margin: 10px;
  padding-top: 15px;
}

.what-we-do-sec ul li span {
  font-size: 13px;
  line-height: 15px;
  padding-top: 10px;
  float: left;
  width: 100%;
  text-decoration: none;
  font-family: "DM Sans", Helvetica;
  color: #3d91d6;
}

.what-we-do-sec ul li:first-child {
  margin-left: 0px;
}

.what-we-do-sec ul li svg {
  width: 35px;
  height: 25px;
}

.what-we-do-img {
  width: 50%;
  float: right;
}

.what-we-do-img img {
  width: 100%;
  margin-top: 10px !important;
  transform: translateX(30vh) translateY(-50px) !important;
  transition: all 2s ease !important;
}

section.active .what-we-do-img img {
  transform: translateX(0vh) translateY(0px) !important;
  transition: all 2s ease !important;
}

div.section-plus p {
  font-size: 14px;
  line-height: 21px;
  font-family: "DM Sans", Helvetica;

}

.freight-data h4 {
  margin-top: 30px;
  color: #3d91d6;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  font-family: "DM Sans", Helvetica;
}

.freight-data p {
  font-size: 14px;
  color: #3d91d6;
  font-weight: 400;
  font-family: "HelveticaNeue LT Pro-55Roman", Helvetica;
  line-height: 19px;
}

.blank-sec {
  background: #fff;
  width: 100% !important;
}

.blank-sec .blank-div {
  height: 100px !important;
}

ul.sc-model li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.sc-model li:hover {
  background: #302dd1;
  border-color: #302dd1;
}

.intro-video {
  width: 100%;
  margin-bottom: 100px;
}

.newhand .firghtImgs::after {
  content: "";
  position: absolute;
  background: #fff;
  bottom: -50px;
  height: 50px;
  width: 100%;
}

/**new css add here**/

.what-we-do-sec {
  width: 40%;
}

.what-we-do-img {
  width: 60%;
}

.customer-agent {
  margin-top: 3%;
}

.bcm-custmrnew {
  background: #302dd1;
  text-align: left;
  padding-top: 8%;
  z-index: 2;
  position: relative;
}

.our-testimonial {
  margin-top: 0px;
  height: 60vh;
}

.what-can-we .can-offer-tracking .we-can-offer {
  width: 40%;
  padding-left: 2%;
  text-align: left;
}

.what-can-we .can-offer-tracking .tracking-section {
  width: 60%;
}

.what-can-we {
  margin-top: 0px;
  padding-bottom: 100px !important;
}

.frightYourHand {
  background: #282828;
  float: none;
  width: 95%;
  margin: 0 auto;
  border-radius: 25px;
  margin-top: 40px;
  padding-left: 5%;
}

.frightYourHand .frightleft {
  padding-left: 1%;
  text-align: left;
}

.newhand .firghtImgs .maskGroup {
  position: relative;
  top: 20px;
  z-index: 0;
}

.firghtImgs .maskGroup {
  width: 70%;
}

.newhand .firghtImgs .maskGroup {
  margin-top: -70px;
}

ul.sc-model {
  width: 100%;
}

ul.sc-model li {
  width: 60%;
  float: left;
  text-align: center;
  border: 2px solid #3d91d6;
  background: #3d91d6;
  padding: 15px;
  border-radius: 20px;
  margin: 2%;
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.sc-model li span {
  color: var(--white);
}

.blok-modl-img img {
  width: 50px;
}

.firghtImgs {
  width: 100%;
}

.get-in-touch {
  padding-top: 20px !important;
}

.bcm-agent {
  padding-left: 9% !important;
  text-align: left;
  padding-top: 8% !important;
}

.header-blue.onHome a.learn_more {
  background-color: #c73039;
}


/*4dec*/

.what-we-do-sec h4,
.freight-data h4 {
  line-height: 30px;
}

a.contact {
  border-radius: 40px;
  height: 55px;
  width: 181px;
  text-align: center;
  font-size: 18px;
  line-height: 55px;
  font-family: "HelveticaNeue-Regular", Helvetica;
  float: left;
  text-decoration: none;
  cursor: pointer;
  border: solid 1px #c7212b;
  color: #fff;
  background-color: #c7212b;
  position: absolute;
  display: flex;
  top: 92vh;
  right: 9%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  z-index: 9;
}

a.contact:hover {
  background-color: #c7212b;
  color: #fff;
}

a.contact .blok-modl-img {
  min-height: auto;
}

ul.nav.justify-content-end.main-menu li.nav-item.active a {
  background-color: #fff;
  color: #3d91d6 !important;
  padding: 7px 10px;
  box-sizing: border-box;
  border-radius: 20px;
  line-height: 20px;
  display: inline-block;
}

ul.nav.justify-content-end.main-menu li.nav-item a {
  color: #fff !important;
  padding: 7px 10px !important;
  box-sizing: border-box;
  border-radius: 20px;
  line-height: 22px !important;
  display: inline-block;
}

ul.main-menu {
  position: unset;
}

a.contact .blok-modl-img img {
  max-width: 20px !important;
}

.what-can-we .can-offer-tracking .we-can-offer {
  padding-left: 15px;
}

.sticky-menu nav .container {
  max-width: 84%;
}

.our-testimonial .carousel-control-prev {
  padding-right: 65px;
}

.we-can-offer h3 {
  font-size: 45px;
  font-weight: 600;
  line-height: 50px !important;
  font-family: "DM Sans", "HelveticaNeue LT Pro-55Roman";
}

.header-blue.onHome a.learn_more {
  min-width: fit-content;
  padding: 0 25px;
}

.frightYourHand.newhand .container {
  max-width: 100%;
}

.what-we-do-sec p {
  font-size: 14px;
  line-height: 22px;
}

.stay-loop .form-left-cont h2 {
  line-height: 50px;
}

.what-we-do-sec ul li:hover {
  background: #3d91d6;
  color: #fff;
}

.what-we-do-sec ul li:hover svg {
  fill: #fff;
  color: #fff;
  filter: brightness(0) invert(1);
}

.what-we-do-sec ul li:hover span {
  color: #fff;
}

.for-what-we-do {
  margin-top: 0em;
  display: flex;
  align-items: center;
}

.what-can-we .can-offer-tracking {
  display: flex;
  align-items: center;
}

.fom-blok ul.sc-model li span {
  text-align: left;
}

img#logo-default:focus-visible {
  outline: none;
}

.customer-agent {
  margin-top: 0;
}

.get-in-touch,
.for-max-height {
  display: flex;
  height: 100vh;
}

.get-in-touch .container {
  margin: auto;
  height: 100vh;
  display: flex;
  align-items: center;
}

/* .for-max-height .stay-loop {
  margin: auto;
  height: 60vh;display:flex;align-items:center;
} */
.for-cs-hnd {
  align-items: center;
}

.container-center-horizontal {
  /* height: 100vh; */
  height: 100%;
  align-items: center;
  position: absolute;
  top: 0;


}

.intro-video {
  margin-bottom: 0 !important;
}

.what-we-do-sec ul li {
  width: 100px;
  height: 100px;
}

.fp-auto-height .our-testimonial .fp-tableCell {
  height: auto !important;
}

.what-we-do-sec,
.what-we-do-img img {
  padding-top: 0;
}

.what-can-we {
  padding-top: 0;
  padding-bottom: 0 !important;
}

.container-center-horizontal {
  overflow: hidden;
}

video#homeVideoPl {
  height: 100vh;
  object-fit: cover;
}


.mid-video {
  height: 100vh;
}

.becme-agent-sec {
  padding-left: 0px;
  padding-right: 0px;
}


nav .container-fluid {
  max-width: 1465px;
}

nav .container-fluid .navbar-brand {
  width: 160px;
  display: flex;
}

nav .container-fluid .navbar-brand img {
  width: 100%;
}

.navbar-expand-lg ul.navbar-nav {
  gap: 20px;
  width: 50%;
}

.navbar-expand-lg ul.navbar-nav li a {
  color: #333;
  font-weight: 500;
}

.navbar-expand-lg .navbar-collapse form .btn.btn-outline-success.addbss,
.fifth .btn.btn-outline-success.addbss,
.btn.btn-outline-success.addbss {
  border: solid 2px #333;
  color: #333;
  padding: 8px 12px;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.3s;
  font-size: 15px;
}

.first {
  background: #f2faff;
  padding: 90px 0;
}

.second {
  background: #fff2f2;
  padding: 90px 0;
}

.third {
  background: #fffdef;
  padding: 90px 0;
}

.fourth {
  background: #f2faff;
  padding: 90px 0;
}

/* .container-fluid {
  max-width: 1140px;
} */

.one {
  float: left;
  width: auto;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  left: 0;
  /* top:  60px; */
}

.two {
  float: left;
  width: auto;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top:
    /*290*/
    230px;
}

.three {
  float: right;
  width: auto;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  right: 16%;
  top: 65px;
}

.innerimg {
  position: relative;
}

#third .innerimg {
  width: 550px;
}

#top\ first .innerimg,
#fourth .innerimg,
#second .innerimg {
  width: 620px;
}

.innertext {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.first .container-fluid .ryt {
  padding-left: 38px;
}

.innertext h2 span {
  position: relative;
  background: linear-gradient(to bottom, #4566db, #4566db, #4596f7, #4596f7);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.innertext h2 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 50px;
}

.innertext p {
  max-width: 400px;
  font-size: 18px;
  font-weight: 500;
}

#second .innertext p,
.fourth .innertext p {
  max-width: 370px;
}

#second .one {
  opacity: 0.3 !important;
}

#third .two {
  left: unset;
  top: 35px;
  z-index: 9;
  right: 0;
}

span.more {
  width: fit-content;
  background-image: linear-gradient(#4073e4, #3a8ef2);
  border-radius: 35px;
  padding: 10px 18px;
  font-weight: normal;
  color: #fff;
  transform: rotate(-6deg);
}

span.quality {
  width: fit-content;
  background-image: linear-gradient(#f1c50e, #f3503e);
  border-radius: 35px;
  padding: 10px 18px;
  font-weight: normal;
  color: #fff;
  transform: rotate(3deg);
  position: relative;
  left: -30px;
  top: 25px;
}

span.time {
  width: fit-content;
  background-image: linear-gradient(#317b0d, #54c11f);
  border-radius: 35px;
  padding: 10px 18px;
  font-weight: normal;
  color: #fff;
  transform: rotate(-6deg);
  left: 30px;
  top: 45px;
  position: relative;
}

.thirdp {
  margin: 0;
  position: relative;
  top: 235px;
  z-index: 99;
  left: 20px;
}

#second .innertext h2 span {
  position: relative;
  background: linear-gradient(to bottom, #f0cc14, #f0cc14, #f2423d, #f2423d);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

#fourth .innertext h2 span {
  position: relative;
  background: linear-gradient(to bottom, #df8551, #e76547, #f0443c);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

span .fa.fa-check {
  font-size: 20px;
}

#fourth .two {
  top: 50px;
}

.scroll {
  position: relative;
}

#fifth .innertext {
  height: auto;
  margin-top: 95px;
}

#fifth .card {
  padding: 10px;
  height: 230px;
  background: #f3f9ff;
  border-color: transparent;
  margin: 10px 0 35px;
}

#fifth .card h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sixth .innertext {
  height: 100%;
}

#sixth {
  padding: 35px 0;
  /*margin-top: 80px;*/
}

.row.success {
  padding: 0px 0 10px;
  border-bottom: solid 2px #ddd;
}

.row.small-bs {
  padding: 35px 0 0px;
}

.sixthimg {
  border-radius: 10px;
  float: left;
  overflow: hidden;
  width: 100%;
}

/*#sixth .sixthimg{height: 425px;display: flex;}*/
.sixthimg img {
  width: 100%;
}

#sixth .innertext h2 span {
  position: relative;
  background: linear-gradient(to bottom, #3e8f24, #46bb1b);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

#sixth .innerimg p {
  font-size: 18px;
  max-width: 435px;
}

#seventh .innertext p {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}

#seventh .innertext {
  height: auto;
  margin-bottom: 30px;
}

#seventh {
  padding: 40px 0;
}

#eight {
  background: #f2f9ff;
}

.seventhimg {
  float: left;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  max-width: 60%;
  min-height: 330px;
  margin: 0 auto;
}

.navbar-expand-lg .navbar-collapse form .btn.btn-outline-success.addbss:hover,
.fifth .btn.btn-outline-success.addbss:hover,
.btn.btn-outline-success.addbss:hover {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
}

#fourth .two img.contact {
  position: absolute;
  width: 45%;
  z-index: 999;
  left: 10%;
  bottom: 10%;
}

#second .three img.contact {
  position: absolute;
  width: 70%;
  z-index: 999;
  left: -30px;
  bottom: 12%;
  animation: unset;
  height: auto;
}

#top\ first .three img.download {
  position: absolute;
  width: 80%;
  z-index: 999;
  right: -30px;
  bottom: 10%;
  animation: unset;
  opacity: 1;
  height: auto;
}

.show .one {
  animation: slide-up 2s ease-in-out;
}

@keyframes slide-up {
  0% {
    transform: translate3d(42px, -62px, -135px);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.show .two {
  animation: slide-right 2s ease-in-out;
}

@keyframes slide-right {
  0% {
    transform: translate3d(62px, 105px, -42px);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.show .three {
  animation: slide-left 2s ease-in-out;
}

@keyframes slide-left {
  0% {
    transform: translate3d(-2.7rem, 0, 1rem);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.show .thirdp {
  animation: slide-left 2s ease-in-out;
}

@keyframes slide-left {
  0% {
    transform: translate3d(-2.7rem, 0, 1rem);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

/*out*/

#second span.one {
  transition: transform 1s out, opacity 1s out, filter 1s ease,
    max-width 0.5s out;
  display: flex;
  transition-timing-function: ease-out;
  transition: 1s;
  opacity: 0 !important;
  transform: translateY(0px);
  animation: unset;
}

#second .two {
  transition: transform 1s out, opacity 1s out, filter 1s ease,
    max-width 0.5s out;
  display: flex;
  transition-timing-function: ease-out;
  transition: 1s;
  opacity: 0 !important;
  transform: translateY(0px);
  animation: unset;
}

#second .three {
  transition: transform 0.1s out, opacity 1s out, filter 1s ease,
    max-width 0.5s out;
  transition-timing-function: ease-out;
  transition: 0.8s;
  opacity: 0 !important;
  transform: scale(1);
  left: 235px;
  animation: unset;
}

/*in*/

#second.newClass span.one {
  transition: transform 1s ease, opacity 1s ease, filter 1s ease,
    max-width 0.5s ease;
  display: flex;
  transition-timing-function: ease-in;
  transition: 1s;
  opacity: 0.8 !important;
  transform: translateY(6px);
}

#second.newClass span.two {
  transition: transform 1s ease, opacity 1s ease, filter 1s ease,
    max-width 0.5s ease;
  display: flex;
  transition-timing-function: ease-in;
  transition: 1s;
  opacity: 0.8 !important;
  transform: translateY(6px);
}

#second.newClass span.three {
  transition: transform 1s ease, opacity 1s ease, filter 1s ease,
    max-width 0.5s ease;
  display: flex;
  transition-timing-function: ease-in;
  transition: 1s;
  opacity: 1 !important;
  transform: scale(1.4);
  left: 282px;
}

#top\ first .two,
#top\ first .three,
#top\ first span.one {
  opacity: 0 !important;
  animation: unset;
  transform: scale(1);
  transition-timing-function: ease-out;
  transition: 0.1s;
}

#third.newClass span.three,
#third.newClass span.one,
#third.newClass span.two {
  opacity: 1 !important;
  transform: translate(min(0vw, 218px), 0vh);
  transition-timing-function: ease-out;
  transition: 2s;
  width: auto;
  height: auto;
  display: block;
  z-index: 9px;
}

#third .two,
#third .three,
#third span.one {
  opacity: 0 !important;
  transform: translate(min(0vw, 0px), -100vh);
  width: 250px;
  height: 200px;
  display: flex;
  transition-timing-function: ease-in;
  transition: 2s;
}

.thirdp {
  opacity: 0;
  transform: translate(min(18vw, 218px), 4vh);
}

#fourth.newClass .two,
.newClass .thirdp,
#top\ first.newClass .one,
#top\ first.newClass .two,
#top\ first.newClass .three {
  transform: translate(min(0vw, 0px), 0vh);
  opacity: 1 !important;
  width: auto;
  height: auto;
  display: block;
  z-index: 9px;
  transition-timing-function: ease-out;
  transition: 2s;
}

#fourth .two {
  transform: translate(min(0vw, 0px), 60.3vh);
  opacity: 0;
  width: 250px;
  height: 200px;
  display: flex;
  transition-timing-function: ease-in;
  transition: 2s;
}

.imageClass.ryt {
  pointer-events: none;
  transition-timing-function: ease-out;
}

#firstImg {
  animation: slide-top 0.2s ease-in-out;
}

@keyframes slide-top {
  0% {
    transform: translateY(-75px);
  }

  100% {
    transform: translateY(-0px);
  }
}

section.newClass .three img.img23 {
  position: absolute;
  left: 0;
  animation-delay: 3s;
}

section.newClass .three img.img22 {
  animation-delay: 0s;
}

section.newClass .three img {
  animation: change-img-anim 4s infinite;
  width: 280px;
  border-radius: 10px;
  height: 100%;
}

@keyframes change-img-anim {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#top\ first .three img {
  opacity: 0;
  transition: 0s;
  width: 290px;
  height: 100%;
  border-radius: 10px;
}

.innertext {
  overflow: hidden;
  height: 100vh;
}

.innertext {
  animation: 2s slide-up;
  margin-top: 0%;
}

@keyframes slide-up {
  0% {
    transform: translate3d(0px, 105px, 0px);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

section:last-child {
  padding-bottom: 0;
}

#eight .innertext h2,
#seventh .innertext h2 {
  font-size: 27px;
  line-height: 35px;
}

#eight .btn.btn-outline-success.addbss {
  font-size: 14px;
}

#eight .innertext p {
  max-width: 420px;
}

::-webkit-scrollbar-thumb {
  background: transparent;
}

::-webkit-scrollbar {
  width: 0px;
}

section#fifth,
section#sixth,
section#seventh,
section#eight {
  position: relative;
  z-index: 999;
  background: #fff;
}

.show,
.imageClass.ryt {
  opacity: 1 !important;
  transition: all 0.5s;
  z-index: 1;
}

.sixthimg img.reviews {
  position: absolute;
  left: -135px;
  width: 45%;
  top: 90px;
}

.seventhimg img {
  width: 100%;
}

.seventhimg .one {
  position: absolute;
  top: unset;
  right: unset;
  float: right;
  width: 375px;
  border-radius: 5px;
  animation: spinnerRotate 9s ease-in;
  transform: translateX(295px);
}

.seventhimg .two {
  position: absolute;
  top: unset;
  right: unset;
  z-index: 99;
  width: 162px;
  border-radius: 5px;
  animation: spinnerRotateone 7s ease-in;
  transform: translateY(30px);
}

.seventhimg .three {
  position: absolute;
  top: unset;
  right: unset;
  width: 105px;
  border-radius: 5px;
  animation: spinnerRotatetwo 8s ease-in;
  transform: translateX(175px);
  opacity: 0.5;
}

.seventhimg .four {
  position: absolute;
  float: left;
  width: 170px;
  left: unset;
  overflow: hidden;
  border-radius: 5px;
  animation: spinnerRotatethree 4s ease-in;
  transform: translate(110px, 190px);
  opacity: 0.8;
}

.seventhimg .fa.fa-play-circle {
  background: #fff;
  color: red;
  border-radius: 50%;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

span.arrow {
  position: fixed;
  bottom: 10%;
  left: 7%;
  z-index: 999;
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
}

#top\ first .three,
#second .three {
  overflow: visible;
}

.row.download {
  position: absolute;
  width: 80%;
  z-index: 999;
  right: -30px;
  bottom: 10%;
  animation: unset;
  opacity: 1;
  height: auto;
  border-radius: 10px;
  padding: 20px 10px 12px;
}

.row.download .col-3 {
  display: grid;
  padding: 0px;
}

#top\ first .three .row.download img {
  max-width: 26px;
  margin: 0 auto;
  max-height: 26px;
  animation: unset;
  opacity: 1 !important;
  border-radius: 0;
  width: auto;
  height: auto;
}

#top\ first .three .row.download p {
  margin: 0 auto;
  font-size: 13px;
  font-weight: 700;
}

#fourth .two img {
  width: 100%;
}

.fade-in-text {
  font-size: 150px;
  animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fade-in-section {
  opacity: 0;
  transform: translateY(20vh);
  visibility: hidden;
  transition: opacity 0.6s ease-out, transform 1.2s ease-out;
  will-change: opacity, visibility;
}

.fade-in-section.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}

/***new header***/

#footer-wrapper {
  margin-top: 0rem !important;
}

.for-what-we-do,
.what-can-we {
  padding-top: 5%;
}

.footer_first,
.footer_scnd {
  padding-top: 2%;
}

section.vertical-scrolling.fp-auto-height {
  height: 100vh !important;
  margin: 0px 0px 0vh 0px;
}

section.vertical-scrolling.fp-auto-height.footer-sec {
  height: auto !important;
  margin-bottom: 0px;
  overflow-x: inherit;
}

section.vertical-scrolling.fp-auto-height.for-auto-height.head-video-hide.head-video-scroll {
  margin: 0px;
}

section.vertical-scrolling.fp-auto-height.for-auto-height.latest-news {
  float: left;
  width: 100%;
  margin: 5% 0 0 0;
}

section.vertical-scrolling.fp-auto-height.for-auto-height.section-fullwidth {
  float: left;
  width: 100%;
  margin: 5% 0 0 0;
  height: auto !important;
}

.get-in-touch {
  height: 100vh !important;
  align-items: center;
}

.get-in-touch .container {
  align-items: flex-start;
  height: auto;
  margin: 0px auto;
}

.get-form {
  margin: 0 auto;
}

section.vertical-scrolling.for-auto-height.footer-sec.fp-section.fp-table.active:last-child {
  height: 240px !important;
  display: block;
  table-layout: inherit;
}

.latest-new-for-center {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***for video logo**/
.home-video-spline {
  height: 100vh;
}


.what-can-we {
  padding-top: 0%;
}

.stay-loop-section {
  margin-top: 3% !important;
}

.height-for-stay-loop {
  height: 80vh !important;
}

.for-max-height .stay-loop {
  margin: 0 auto !important;
}

.home-page-iframe {
  height: 100vh;
}

.fp-table {
  height: 100% !important;
}

.fp-section {
  height: 100% !important;
  height: 100vh !important;
  /* background: #fff !important; */
}

.footer-sec {
  height: 100% !important;
}

.what-can-we {
  display: flex;
  justify-self: center;
  align-items: center;
}

.for-cs-hnd {
  margin-top: 40px;
}

.frightYourHand {
  margin-top: 0px !important;
}

.home-footer .stay-loop {
  height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: inherit;
}

.home-footer .stay-loop .form-right-cont button {
  padding: 10px 23px;
  font-weight: 500;
  font-family: "DM Sans";
  font-size: 15px;
  background: #fff;
}


.freight-icon {
  margin-top: 20px;
  float: left;
  width: 100%;
}

.freight-icon a {
  margin: 5px 0px 5px 5px;
}

.header-new {
  margin-bottom: 0px;
  position: relative;
  z-index: 9;
  width: 100%;
}

.modal-popup-container {
  position: relative;
  z-index: 9;
}

/* Media queries starts */
@media only screen and (max-width: 340px) {
  div.track-animation video {
    left: 40px;
  }

  .header div.banner-section {
    min-height: 96vw;
    background: #3d91d6;
  }
}

@media only screen and (max-width: 420px) {
  div.phone-top {
    left: calc(50% - 15%) !important;
    top: calc(100% - 91.4%) !important;
    width: 43%;
    margin-top: 0px;
  }

  div.track-animation div.mapId {
    margin-top: 0;
    left: calc(24% - 0%) !important;
    top: calc(100% - 91%) !important;
    width: calc(100% - 37%) !important;
    height: calc(100% - 19%) !important;
  }
}

@media only screen and (max-width: 520px) {
  .section-cdb {
    top: -6em !important;
    left: 1%;
    max-width: 99%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .what-we-do {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  div.banner-section {
    min-height: 80vw;
    background: #3d91d6;
  }

  div.data-section {
    width: 100%;
    margin: 30px auto 20px;
  }

  div.bcm-custmr {
    width: 100%;
    padding: 40px 30px;
    text-align: center;
  }

  div.bcm-agent {
    width: 100%;
    padding: 40px 30px;
    text-align: center;
  }

  .customer-agent .root-tile h3 {
    font-size: 38px;
    line-height: 40px;
  }

  .data-section ul li span {
    font-size: 18px;
  }

  .data-section ul li .pr-img {
    min-height: 65px;
    margin-bottom: 0;
  }

  .data-section ul li img {
    width: 85px;
  }

  .data-section ul li.import-bonds img {
    width: 45px !important;
  }

  .data-section ul li.customer-broker img {
    width: 62px !important;
  }

  .data-section ul li.trucking img {
    width: 70px !important;
  }

  .data-section ul li.projectcargo img {
    width: 60px !important;
  }

  .what-can-we {
    padding: 40px 0px 40px;
  }

  .what-can-we .can-offer-tracking .tracking-section .phn-tracking {
    width: 100%;
    min-height: auto;
  }

  .what-can-we .can-offer-tracking .tracking-section .track-animation {
    width: 100%;
    padding-top: 1em;
  }

  .what-can-we .can-offer-tracking .tracking-section .track-animation img {
    width: 100%;
  }

  .what-can-we .can-offer-tracking .tracking-section .phn-tracking img {
    width: 90%;
  }

  /*.track-animation video{left:15px;height:calc(100% - 110px);margin-top: 53px;top: 0;}*/
  /*.track-animation video{left: calc(0% - 1%);height: calc(100% - 110px);margin-top: 53px;top: 0;width: calc(100% - 21%);}*/
  .track-animation video {
    left: calc(16% - 1%);
    height: calc(100% - 129px);
    margin-top: 61px;
    top: 0;
    width: calc(100% - 21%);
  }

  .whyus .fame-img {
    width: 100%;
  }

  .whyus .fame-info {
    width: 100%;
    padding: 1em 20px 0px 20px;
  }

  .whyus .fame-info h3 {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }

  .whyus .fame-info .freight-data p {
    font-size: 19px;
    margin-top: 15px;
  }

  .get-form {
    width: 90%;
  }

  .get-form h3 {
    font-size: 40px;
  }

  ul.sc-model {
    flex-wrap: wrap;
  }

  ul.sc-model li {
    width: 90%;
  }

  div.we-do-section h2 {
    font-size: 35px;
  }

  div.we-can-offer h3 br {
    display: none;
  }

  div.we-can-offer h3 {
    font-size: 34px;
    line-height: 40px;
    text-align: center;
  }

  .freight-data p {
    text-align: center;
  }

  .section-plus p {
    text-align: center;
  }

  .phone-top {
    left: calc(50% - 16%) !important;
    top: calc(100% - 91.4%) !important;
    width: 215px;
    margin-top: 0px;
  }

  div.track-animation div.mapId {
    margin-top: 0;
    left: calc(24% - 0%) !important;
    top: calc(100% - 91%) !important;
    width: calc(100% - 37%) !important;
    height: calc(100% - 19%) !important;
  }
}

@media only screen and (min-width: 521px) and (max-width: 640px) {
  .navbar-collapse .login-form {
    margin-left: 25px;
    min-height: 65px;
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .section-cdb {
    top: 10em !important;
    left: 10%;
    max-width: 80%;
  }

  .what-we-do {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  div.data-section {
    width: 100%;
    margin: 30px auto 20px;
  }

  div.bcm-custmr {
    width: 100%;
    padding: 40px 30px;
    text-align: center;
  }

  div.bcm-agent {
    width: 100%;
    padding: 40px 30px;
    text-align: center;
  }

  .customer-agent .root-tile h3 {
    font-size: 38px;
    line-height: 40px;
  }

  .data-section ul li span {
    font-size: 18px;
  }

  .data-section ul li .pr-img {
    min-height: 65px;
    margin-bottom: 0;
  }

  .data-section ul li img {
    width: 85px;
  }

  .data-section ul li.import-bonds img {
    width: 45px !important;
  }

  .data-section ul li.customer-broker img {
    width: 62px !important;
  }

  .data-section ul li.trucking img {
    width: 70px !important;
  }

  .data-section ul li.projectcargo img {
    width: 60px !important;
  }

  .what-can-we {
    padding: 40px 0px 40px;
  }

  .what-can-we .can-offer-tracking .tracking-section .phn-tracking {
    width: 100%;
    min-height: auto;
  }

  .what-can-we .can-offer-tracking .tracking-section .track-animation {
    width: 100%;
    padding-top: 1em;
  }

  .what-can-we .can-offer-tracking .tracking-section .phn-tracking img {
    width: 90%;
  }

  .track-animation video {
    left: 90px;
    /*/height: 725px;*/
    height: calc(100% - 170px);
    margin-top: 64px;
    width: 80%;
  }

  .whyus .fame-img {
    width: 100%;
  }

  .whyus .fame-info {
    width: 100%;
    padding: 1em 20px 0px 20px;
  }

  .whyus .fame-info h3 {
    font-size: 39px;
    line-height: 39px;
  }

  .whyus .fame-info .freight-data p {
    font-size: 18px;
    margin-top: 15px;
  }

  .get-form {
    width: 90%;
  }

  .get-form h3 {
    font-size: 40px;
  }

  ul.sc-model {
    flex-wrap: wrap;
  }

  ul.sc-model li {
    width: 46%;
  }

  .we-can-offer h3 br {
    display: none;
  }

  div.we-can-offer h3 {
    text-align: center;
  }

  .freight-data p {
    text-align: center;
  }

  .section-plus p {
    text-align: center;
  }

  .whyus .fame-info h3 {
    text-align: center;
  }

  .phone-top {
    left: calc(50% - 15%) !important;
    top: calc(100% - 91.4%) !important;
    width: 215px;
    margin-top: 0px;
  }

  div.track-animation div.mapId {
    margin-top: 0;
    left: calc(24% - 0%) !important;
    top: calc(100% - 91%) !important;
    width: calc(100% - 37%) !important;
    height: calc(100% - 19%) !important;
  }
}

@media only screen and (min-width: 641px) and (max-width: 767px) {
  .navbar-collapse .login-form {
    margin-left: 25px;
    min-height: 65px;
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .container {
    max-width: 95%;
  }

  .section-cdb {
    top: 10em !important;
    left: 12%;
    max-width: 80%;
  }

  .what-we-do {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  div.data-section {
    width: 100%;
    margin: 30px auto 20px;
  }

  div.bcm-custmr {
    padding: 40px 45px;
  }

  div.bcm-agent {
    padding: 40px 45px;
  }

  div.customer-agent .root-tile h3 {
    font-size: 38px !important;
    line-height: 40px;
  }

  .data-section ul li span {
    font-size: 18px;
  }

  .data-section ul li .pr-img {
    min-height: 65px;
    margin-bottom: 0;
  }

  .data-section ul li img {
    width: 85px;
  }

  .data-section ul li.import-bonds img {
    width: 45px !important;
  }

  .data-section ul li.customer-broker img {
    width: 62px !important;
  }

  .data-section ul li.trucking img {
    width: 70px !important;
  }

  .data-section ul li.projectcargo img {
    width: 60px !important;
  }

  .what-can-we {
    padding: 40px 0px 40px;
  }

  .what-can-we .can-offer-tracking .tracking-section .phn-tracking {
    width: 100%;
    min-height: auto;
  }

  .what-can-we .can-offer-tracking .tracking-section .track-animation {
    width: 100%;
    padding-top: 1em;
  }

  .what-can-we .can-offer-tracking .tracking-section .phn-tracking img {
    width: 80%;
  }

  .what-can-we .can-offer-tracking .tracking-section .track-animation img {
    width: 570px;
  }

  .track-animation video {
    left: 120px;
    height: calc(100% - 180px);
    margin-top: 82px;
    width: 66%;
    top: 0px;
  }

  .whyus .fame-img {
    width: 100%;
  }

  .whyus .fame-info {
    width: 100%;
    padding: 1em 25px 0px 25px;
  }

  .whyus .fame-info h3 {
    font-size: 42px;
    line-height: 42px;
  }

  .whyus .fame-info .freight-data p {
    font-size: 19px;
    margin-top: 15px;
  }

  .get-form {
    width: 90%;
  }

  .get-form h3 {
    font-size: 40px;
  }

  ul.sc-model {
    flex-wrap: wrap;
  }

  ul.sc-model li {
    width: 46%;
  }

  .phone-top {
    left: calc(50% - 15%) !important;
    top: calc(100% - 92%) !important;
    width: 230px;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 767px) {

  /* div.section-cdb{top: 1em;} */
  .banner-section {
    min-height: 60vh;
    background: #3d91d6;
  }

  /* .banner-section video {
    display: none;
  } */

  .section-cdb h1.title {
    font-size: 25px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 5px;
  }

  .section-cdb h1.title br {
    display: none;
  }

  .section-cdb .enjoy-easier-an-nology-si-ships {
    font-size: 17px;
    line-height: 20px;
    margin-top: 10px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-cdb .enjoy-easier-an-nology-si-ships br {
    display: none;
  }

  .section-cdb .button {
    margin-top: 15px;
    text-align: center;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .we-do-section h2 {
    font-size: 42px;
  }

  .what-can-we .can-offer-tracking .we-can-offer {
    width: 100%;
    float: left;
    padding-top: 2em;
    padding-right: 0;
  }

  .freight-data p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 25px;
  }

  .we-can-offer h3 {
    font-size: 39px;
    line-height: 39px;
  }

  .what-can-we .can-offer-tracking .tracking-section {
    width: 100%;
    float: left;
    margin-top: 25px;
  }

  .customer-agent .root-tile h3 {
    font-size: 45px !important;
  }

  .customer-agent .root-tile .learn-more a {
    font-size: 17px !important;
  }

  .section-plus p {
    font-size: 13px !important;
  }

  ul.sc-model li span {
    font-size: 20px !important;
  }

  .our-testimonial {
    margin-top: 0px;
  }

  div.track-animation .mapId {
    margin-top: 0;
    left: calc(23% - 0%) !important;
    top: calc(100% - 90%) !important;
    width: calc(100% - 36%) !important;
    height: calc(100% - 20%) !important;
  }

  .copyright_text {
    font-size: 14px !important;
  }

  .what-can-we .can-offer-tracking .tracking-section .track-animation .phone-top img {
    width: 100%;
  }

  .youtube-sec iframe {
    min-height: 60vh;
  }


}

@media only screen and (max-width: 640px) and (orientation: landscape) {
  .banner-section {
    min-height: 380px !important;
  }

  div.track-animation .mapId {
    left: calc(25% - 0%) !important;
    top: calc(100% - 91%) !important;
    width: calc(100% - 38%) !important;
    height: calc(100% - 19%) !important;
  }
}

@media only screen and (min-width: 641px) and (max-width: 650px) and (orientation: landscape) {
  .banner-section {
    min-height: 380px !important;
  }

  div.track-animation .mapId {
    left: calc(25% - 0%) !important;
    top: calc(100% - 91%) !important;
    width: calc(100% - 40%) !important;
    height: calc(100% - 19%) !important;
  }
}

@media only screen and (min-width: 651px) and (max-width: 670px) and (orientation: landscape) {
  .banner-section {
    min-height: 380px !important;
  }

  div.track-animation .mapId {
    left: calc(25% - 0%) !important;
    top: calc(100% - 91%) !important;
    width: calc(100% - 36%) !important;
    height: calc(100% - 19%) !important;
  }
}

@media only screen and (min-width: 671px) and (max-width: 680px) and (orientation: landscape) {
  .banner-section {
    min-height: 380px !important;
  }

  div.track-animation .mapId {
    left: calc(25% - 0%) !important;
    top: calc(100% - 92%) !important;
    width: calc(100% - 41%) !important;
    height: calc(100% - 18%) !important;
  }
}

@media only screen and (min-width: 681px) and (max-width: 690px) and (orientation: landscape) {
  .banner-section {
    min-height: 380px !important;
  }

  div.track-animation .mapId {
    left: calc(25% - 0%) !important;
    top: calc(100% - 92%) !important;
    width: calc(100% - 43%) !important;
    height: calc(100% - 18%) !important;
  }
}

@media only screen and (min-width: 691px) and (max-width: 700px) and (orientation: landscape) {
  .banner-section {
    min-height: 380px !important;
  }

  div.track-animation .mapId {
    left: calc(23% - 0%) !important;
    top: calc(100% - 91%) !important;
    width: calc(100% - 42%) !important;
    height: calc(100% - 19%) !important;
  }
}

@media only screen and (min-width: 701px) and (max-width: 720px) and (orientation: landscape) {
  .banner-section {
    min-height: 380px !important;
  }

  div.track-animation .mapId {
    left: calc(23% - 0%) !important;
    top: calc(100% - 91%) !important;
    width: calc(100% - 43%) !important;
    height: calc(100% - 19%) !important;
  }
}

@media only screen and (min-width: 721px) and (max-width: 740px) and (orientation: landscape) {
  .banner-section {
    min-height: 380px !important;
  }

  div.track-animation .mapId {
    left: calc(23% - 0%) !important;
    top: calc(100% - 91%) !important;
    width: calc(100% - 45%) !important;
    height: calc(100% - 19%) !important;
  }
}

@media only screen and (min-width: 741px) and (max-width: 767px) and (orientation: landscape) {
  .banner-section {
    min-height: 380px !important;
  }

  div.track-animation .mapId {
    left: calc(22% - 0%) !important;
    top: calc(100% - 91%) !important;
    width: calc(100% - 47%) !important;
    height: calc(100% - 19%) !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  div.track-animation .mapId {
    left: calc(23% - 0%) !important;
    top: calc(100% - 84%) !important;
    width: calc(100% - 37%) !important;
    height: calc(100% - 31%) !important;
  }

  .navbar-collapse .login-form {
    margin-left: 25px;
    min-height: 65px;
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .section-cdb {
    top: 8em;
    left: calc(9% - 1%);
    max-width: 410px;
  }

  .section-cdb .enjoy-easier-an-nology-si-ships br {
    display: none;
  }

  .section-cdb h1.title {
    font-size: 42px;
    line-height: 45px;
  }

  .section-cdb .enjoy-easier-an-nology-si-ships {
    font-size: 20px;
    line-height: 27px;
    margin-top: 15px;
  }

  .section-cdb .button {
    margin-top: 15px;
  }

  .data-section {
    width: 95%;
    margin: 45px auto 20px;
  }

  .data-section ul li span {
    font-size: 22px;
  }

  .data-section ul li .pr-img {
    min-height: 65px;
    margin-bottom: 0;
  }

  .data-section ul li img {
    width: 85px;
  }

  .data-section ul li.import-bonds img {
    width: 45px !important;
  }

  .data-section ul li.customer-broker img {
    width: 62px !important;
  }

  .data-section ul li.trucking img {
    width: 70px !important;
  }

  .data-section ul li.projectcargo img {
    width: 60px !important;
  }

  .bcm-custmr {
    padding: 70px 65px;
  }

  .bcm-agent {
    padding: 70px 65px;
  }

  .customer-agent .root-tile h3 {
    font-size: 45px !important;
  }

  .customer-agent .root-tile .learn-more a {
    font-size: 17px !important;
  }

  .what-can-we .can-offer-tracking .we-can-offer {
    width: 100%;
    padding-top: 2em;
    padding-right: 20px;
  }

  .we-can-offer h3 {
    font-size: 55px;
    line-height: 55px;
  }

  .freight-data p {
    margin-top: 15px;
  }

  .section-plus p {
    font-size: 14px;
  }

  .what-can-we .can-offer-tracking .tracking-section {
    width: 100%;
  }

  .track-animation video {
    left: 25px;
    height: 470px;
    margin-top: 40px;
  }

  .our-testimonial {
    margin-top: 0;
  }

  .whyus .fame-info {
    padding: 3em 2em 0px 2em;
  }

  .whyus .fame-info .freight-data p {
    font-size: 20px;
    margin-top: 10px;
    line-height: 24px;
  }

  .get-form {
    width: 85%;
  }

  .phone-top {
    left: calc(50% - 17%) !important;
    top: calc(100% - 84%) !important;
    width: 150px;
  }
}

@media only screen and (min-width: 901px) and (max-width: 991px) {
  div.track-animation .mapId {
    left: calc(22% - 0%) !important;
    top: calc(100% - 83%) !important;
    width: calc(100% - 38%) !important;
    height: calc(100% - 33%) !important;
  }

  .container {
    max-width: 90% !important;
  }

  .section-cdb {
    top: 8em;
    left: 7%;
  }

  .section-cdb .enjoy-easier-an-nology-si-ships {
    margin-top: 19px;
  }

  /****What we can offer****/
  div.track-animation video {
    width: 90%;
    height: calc(100% - 193px);
    margin-top: 35px;
    left: 25px;
  }

  .data-section {
    width: 100%;
  }

  .bcm-custmr {
    padding: 70px 7.5%;
  }

  .bcm-agent {
    padding: 70px 9%;
  }

  .customer-agent .root-tile h3 {
    font-size: 45px !important;
  }

  .customer-agent .root-tile .learn-more a {
    font-size: 17px !important;
  }

  .get-form {
    width: 70%;
  }

  .what-can-we .can-offer-tracking .we-can-offer {
    padding-right: 0;
    padding-top: 1em;
  }

  .we-can-offer h3 {
    font-size: 46px;
    line-height: 42px;
  }

  .freight-data p {
    margin-top: 15px;
    font-size: 20px;
    line-height: 26px;
  }

  .section-cdb .button {
    margin-top: 15px;
  }

  .section-cdb h1.title {
    font-size: 50px;
    line-height: 49px;
  }

  .phone-top {
    left: calc(50% - 17%) !important;
    top: calc(100% - 83%) !important;
    width: 120px;
  }

  .whyus .fame-info .freight-data p {
    line-height: 23px;
  }

  .section-plus p {
    line-height: 17px;
    font-size: 13px;
  }

  .data-section ul li span {
    font-size: 18px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
  div.track-animation .mapId {
    left: calc(22% - 0%) !important;
    top: calc(100% - 84%) !important;
    width: calc(100% - 36%) !important;
    height: calc(100% - 32%) !important;
  }

  div.section-cdb {
    left: 4%;
    top: 12em !important;
  }

  .what-we-do-sec h2,
  .we-can-offer h3 {
    padding-top: 25%;
  }

  .section-cdb .enjoy-easier-an-nology-si-ships {
    margin-top: 20px;
  }

  .section-cdb h1.title {
    font-size: 55px;
    line-height: 60px;
  }

  /****What we can offer****/
  div.track-animation video {
    width: 90%;
    height: 445px;
    margin-top: 35px;
    left: 29px;
  }

  .what-can-we .can-offer-tracking .we-can-offer {
    padding-right: 0;
  }

  div.freight-data p {
    margin-top: 40px;
    line-height: 23px;
  }

  .data-section {
    width: 80%;
  }

  div.bcm-custmr {
    padding: 70px 45px;
  }

  div.bcm-agent {
    padding: 70px 45px;
  }

  .customer-agent .root-tile h3 {
    font-size: 45px !important;
  }

  .customer-agent .root-tile .learn-more a {
    font-size: 17px !important;
  }

  .phone-top {
    left: calc(50% - 17%) !important;
    top: calc(100% - 84%) !important;
  }

  .whyus .fame-info .freight-data p {
    line-height: 23px;
  }

  .section-plus p {
    line-height: 17px;
    font-size: 13px;
  }

  /***Get in touch***/
  ul.sc-model {
    width: 100%;
  }

  div.bcm-agent {
    padding: 70px 9%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1100px) {
  div.track-animation .mapId {
    left: calc(22% - 0%) !important;
    top: calc(100% - 84%) !important;
    width: calc(100% - 36%) !important;
    height: calc(100% - 32%) !important;
  }

  div.section-cdb {
    left: 6.1%;
    top: 8em;
  }

  .section-cdb .enjoy-easier-an-nology-si-ships {
    margin-top: 20px;
  }

  /****What we can offer****/
  div.track-animation video {
    width: 90%;
    height: 445px;
    margin-top: 35px;
    left: 29px;
  }

  .what-can-we .can-offer-tracking .we-can-offer {
    padding-right: 0;
  }

  div.freight-data p {
    margin-top: 40px;
    line-height: 23px;
  }

  .data-section {
    width: 80%;
  }

  div.bcm-custmr {
    padding: 70px 6%;
  }

  div.bcm-agent {
    padding: 70px 6%;
  }

  .phone-top {
    left: calc(50% - 17%) !important;
    top: calc(100% - 84%) !important;
  }

  .whyus .fame-info .freight-data p {
    line-height: 23px;
  }

  .section-plus p {
    line-height: 16px;
  }

  /***Get in touch***/
  ul.sc-model {
    width: 100%;
  }

  .customer-agent .root-tile h3 {
    font-size: 45px !important;
  }

  .customer-agent .root-tile .learn-more a {
    font-size: 17px !important;
  }

  .section-plus p {
    font-size: 13px !important;
  }

  div.bcm-agent {
    padding: 70px 9%;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1140px) {
  div.track-animation .mapId {
    left: calc(22% - 0%) !important;
    top: calc(100% - 84%) !important;
    width: calc(100% - 36%) !important;
    height: calc(100% - 32%) !important;
  }

  div.section-cdb {
    left: calc(9% - 1%);
    top: 8em;
  }

  /****What we can offer****/
  .phone-top {
    left: calc(50% - 17%) !important;
    top: calc(100% - 84%) !important;
  }

  div.track-animation video {
    width: 90%;
    height: 445px;
    margin-top: 35px;
    left: 29px;
  }

  .what-can-we .can-offer-tracking .we-can-offer {
    padding-right: 0;
  }

  div.freight-data p {
    margin-top: 40px;
    line-height: 23px;
  }

  .data-section {
    width: 80%;
  }

  div.bcm-custmr {
    padding: 70px 7.5%;
  }

  div.bcm-agent {
    padding: 70px 7.5%;
  }

  .customer-agent .root-tile h3 {
    font-size: 45px !important;
  }

  .customer-agent .root-tile .learn-more a {
    font-size: 17px !important;
  }

  .whyus .fame-info .freight-data p {
    line-height: 23px;
  }

  .section-plus p {
    line-height: 16px;
  }

  /***Get in touch***/
  ul.sc-model {
    width: 100%;
  }

  div.bcm-agent {
    padding: 70px 9.5%;
  }
}

@media only screen and (min-width: 1141px) and (max-width: 1200px) {
  div.track-animation .mapId {
    left: calc(22% - 0%) !important;
    top: calc(100% - 84%) !important;
    width: calc(100% - 36%) !important;
    height: calc(100% - 32%) !important;
  }

  div.section-cdb {
    left: calc(11% - 1%);
  }

  /****What we can offer****/
  .phone-top {
    left: calc(50% - 17%) !important;
    top: calc(100% - 84%) !important;
  }

  div.track-animation video {
    width: 90%;
    height: 445px;
    margin-top: 35px;
    left: 29px;
  }

  .what-can-we .can-offer-tracking .we-can-offer {
    padding-right: 0;
  }

  div.freight-data p {
    margin-top: 40px;
    line-height: 25px;
  }

  div.bcm-custmr {
    padding: 70px 10.5%;
  }

  div.bcm-agent {
    padding: 70px 10.5%;
    padding-left: 10% !important;
  }

  div .container, div nav .container {
    max-width: 85%;
  }

  .frightYourHand .frightleft {
    padding-left: 2%;
  }

  .freight-data h4 {
    font-size: 24px;
  }

  .whyus .fame-info .freight-data p {
    line-height: 23px;
  }

  .section-plus p {
    line-height: 16px;
  }

  .customer-agent .root-tile h3 {
    font-size: 45px !important;
  }

  .customer-agent .root-tile .learn-more a {
    font-size: 17px !important;
  }

  /***Get in touch***/
  ul.sc-model {
    width: 100%;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1240px) {
  div.section-cdb {
    left: calc(5% - 1%);
  }

  div.freight-data p {
    margin-top: 25px;
    font-size: 21px;
  }

  .customs-list ul {
    padding-left: 0px;
  }

  .forwarding-further .can-offer-tracking {
    padding-left: 10%;
  }

  div.bcm-agent {
    padding: 70px 9.5%;
  }
}

@media only screen and (min-width: 1241px) and (max-width: 1300px) {

  /* .container {
    max-width: 90% !important;
  } */
  div.section-cdb {
    left: calc(7.5% - 1%);
  }

  body, .fp-tableCell {
    overflow: hidden;
    overflow-y: auto;
  }

  .whyus .fame-info div.freight-data p {
    margin-top: 25px;
    font-size: 21px;
    line-height: 26px;
    margin-top: 20px;
  }

  .customs-list ul {
    padding-left: 0px;
  }

  .forwarding-further .can-offer-tracking {
    padding-left: 10%;
  }

  .section-plus p {
    font-size: 14px;
  }

  div.bcm-agent {
    padding: 70px 9.5%;
  }
}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {
  div.section-cdb {
    left: calc(11% - 1%);
  }

  .leftVideoIntro2 .vdIntro {
    max-height: 540px;
  }

  .leftVideoIntro2 .vdIntro video {
    height: 540px;
  }
}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {
  div.section-cdb {
    left: 9%;
  }

  /****What we can offer****/
  .data-section {
    width: 80%;
  }

  div.bcm-custmr {
    padding: 70px 140px;
  }

  div.bcm-agent {
    padding: 70px 140px;
  }

  .leftVideoIntro .vdIntro {
    min-height: 540px;
  }

  .leftVideoIntro2 .vdIntro {
    min-height: 540px;
  }

  .leftVideoIntro2 .vdIntro video {
    height: 540px;
  }

  .container {
    max-width: 1370px;
  }
}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {
  div.section-cdb {
    left: calc(23% - 18%) !important;
    top: 11em;
    max-width: 465px;
  }

  /****What we can offer****/
  .data-section {
    width: 80%;
  }

  div.bcm-custmr {
    padding: 70px 14%;
  }

  div.bcm-agent {
    padding: 70px 8%;
  }

  div.whyus .fame-info {
    padding: 6em 20em 0px 2em;
  }

  .leftVideoIntro .vdIntro {
    min-height: 540px;
  }

  .leftVideoIntro2 .vdIntro {
    min-height: 540px;
  }

  .leftVideoIntro2 .vdIntro video {
    height: 540px;
  }

  .container.quote-container {
    max-width: 1370px;
  }

  div.container {
    /* max-width: 1370px; */
    max-width: 85%;
  }


  .firghtImgs {
    float: right;
    width: 95%;
  }

  .newHome .RightWhatWedo .data-section {
    max-width: 34%;
  }
}

@media only screen and (min-width: 1601px) and (max-width: 1700px) {
  div.section-cdb {
    left: calc(27% - 17%) !important;
    top: 13em;
  }

  .section-cdb .enjoy-easier-an-nology-si-ships {
    line-height: 38px !important;
  }

  /****What we can offer****/
  .data-section {
    width: 80%;
  }

  div.bcm-custmr {
    padding: 70px 15%;
  }

  div.bcm-agent {
    padding: 70px 10%;
  }

  .section-plus p {
    font-size: 16px;
  }

  div.whyus .fame-info {
    padding: 6em 20em 0px 2em;
  }

  .leftVideoIntro .vdIntro {
    min-height: 540px;
  }

  .leftVideoIntro2 .vdIntro {
    min-height: 540px;
  }

  .leftVideoIntro2 .vdIntro video {
    height: 540px;
  }
}

@media only screen and (min-width: 1701px) and (max-width: 1900px) {
  div.track-animation .mapId {
    left: calc(24% - 0%) !important;
    top: calc(100% - 86%) !important;
    width: calc(100% - 36%) !important;
    height: calc(100% - 28%) !important;
  }

  /*.container{max-width: 80%;}*/
  .container {
    max-width: 1370px;
  }

  div.section-cdb {
    left: calc(27% - 14%) !important;
    top: 13em;
  }

  .section-cdb h1.title {
    font-size: 62px;
    line-height: 75px;
  }

  div.section-cdb .enjoy-easier-an-nology-si-ships {
    font-size: 25px;
    line-height: 40px;
  }

  .section-cdb .button .learn-more {
    font-size: 22px;
  }

  /****What we can offer****/
  .data-section {
    width: 80%;
  }

  div.bcm-custmr {
    padding: 70px 11.5%;
  }

  div.bcm-agent {
    padding: 70px 8.5%;
  }

  .section-plus p {
    font-size: 16px;
  }

  .data-section ul li span {
    font-size: 26px;
  }

  .data-section ul li img {
    width: 110px;
  }

  .data-section ul li.customer-broker img {
    width: 80px !important;
  }

  .data-section ul li.import-bonds img {
    width: 60px !important;
  }

  .data-section ul li.projectcargo img {
    width: 85px !important;
  }

  .data-section ul li.trucking img {
    width: 90px !important;
  }

  .customer-agent .root-tile .learn-more a {
    font-size: 21px;
  }

  div.track-animation video {
    left: 29px;
    width: 99%;
    height: 635px;
    margin-top: 56px;
  }

  div.whyus .fame-info {
    padding: 6em 20em 0px 2em;
  }

  .phone-top {
    left: calc(53% - 13%) !important;
    margin-top: 37px;
  }

  /**********************new home***************/
  .leftVideoIntro .vdIntro {
    min-height: 600px;
  }

  .leftVideoIntro2 .vdIntro {
    min-height: 600px;
  }

  .leftVideoIntro2 .vdIntro video {
    height: 600px;
  }

  .rightLayerdata {
    display: flex;
    align-items: center;
  }

  .rightLayerdata .companyIntro .submini {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1901px) and (max-width: 2000px) {
  div.track-animation .mapId {
    left: calc(24% - 0%) !important;
    top: calc(100% - 86%) !important;
    width: calc(100% - 36%) !important;
    height: calc(100% - 28%) !important;
  }
  .inner-header.header .container, .header div.sticky-menu nav .container {max-width: 81% ;}

  /*.container{max-width: 76%;}*/
  .container {
    max-width: 1370px;
  }

  div.section-cdb {
    left: 13.5%;
    top: 16em;
  }

  .section-cdb h1.title {
    font-size: 62px;
    line-height: 75px;
  }

  div.section-cdb .enjoy-easier-an-nology-si-ships {
    font-size: 25px;
    line-height: 40px;
  }

  .section-cdb .button .learn-more {
    font-size: 22px;
  }

  /****What we can offer****/

  .data-section {
    width: 80%;
  }

  div.bcm-custmr {
    padding: 70px 13%;
  }

  div.bcm-agent {
    padding: 70px 13%;
  }

  .section-plus p {
    font-size: 19px;
    line-height: 24px;
  }

  .data-section ul li span {
    font-size: 26px;
  }

  .data-section ul li img {
    width: 110px;
  }

  .data-section ul li.customer-broker img {
    width: 80px !important;
  }

  .data-section ul li.import-bonds img {
    width: 60px !important;
  }

  .data-section ul li.projectcargo img {
    width: 85px !important;
  }

  .data-section ul li.trucking img {
    width: 90px !important;
  }

  .customer-agent .root-tile .learn-more a {
    font-size: 21px;
  }

  .freight-data p {
    font-size: 25px;
  }

  div.track-animation video {
    left: 35px;
    width: 98%;
    height: 680px;
    margin-top: 58px;
  }

  div.whyus .fame-info {
    padding: 6em 20em 0px 2em;
  }

  .we-can-offer h3 {
    line-height: 75px !important;
  }

  .phone-top {
    left: calc(55% - 13%) !important;
    margin-top: 37px;
  }

  .leftVideoIntro .vdIntro {
    min-height: 620px;
  }

  .leftVideoIntro2 .vdIntro {
    min-height: 620px;
  }

  .leftVideoIntro2 .vdIntro video {
    height: 620px;
  }

  .rightLayerdata {
    display: flex;
    align-items: center;
  }

  .rightLayerdata .companyIntro .submini {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 2001px) and (max-width: 2200px) {
  div.track-animation .mapId {
    left: calc(24% - 0%) !important;
    top: calc(100% - 86%) !important;
    width: calc(100% - 36%) !important;
    height: calc(100% - 28%) !important;
  }

  /*.container{max-width: 76%;}*/
  .container {
    max-width: 1370px;
  }

  div.section-cdb {
    left: 13%;
    top: 22em;
  }

  /*div.section-cdb{left: 14%;top: 15em;max-width: 430px;}*/
  .section-cdb h1.title {
    font-size: 62px;
    line-height: 75px;
  }

  div.section-cdb .enjoy-easier-an-nology-si-ships {
    font-size: 25px;
    line-height: 40px;
  }

  .section-cdb .button .learn-more {
    font-size: 22px;
  }

  /****What we can offer****/
  .data-section {
    width: 80%;
  }

  div.bcm-custmr {
    padding: 70px 12%;
  }

  div.bcm-agent {
    padding: 70px 7%;
  }

  .section-plus p {
    font-size: 19px;
    line-height: 23px;
  }

  .data-section ul li span {
    font-size: 26px;
  }

  .data-section ul li img {
    width: 110px;
  }

  .data-section ul li.customer-broker img {
    width: 80px !important;
  }

  .data-section ul li.import-bonds img {
    width: 60px !important;
  }

  .data-section ul li.projectcargo img {
    width: 85px !important;
  }

  .data-section ul li.trucking img {
    width: 90px !important;
  }

  .customer-agent .root-tile .learn-more a {
    font-size: 21px;
  }

  .freight-data p {
    font-size: 25px;
  }

  div.track-animation video {
    left: 35px;
    width: 98%;
    height: 680px;
    margin-top: 58px;
  }

  div.whyus .fame-info {
    padding: 6em 20em 0px 2em;
  }

  .phone-top {
    left: calc(55% - 13%) !important;
    margin-top: 37px;
  }

  .leftVideoIntro .vdIntro {
    min-height: 650px;
  }

  .leftVideoIntro2 .vdIntro {
    min-height: 650px;
  }

  .leftVideoIntro2 .vdIntro video {
    height: 650px;
  }

  .rightLayerdata {
    display: flex;
    align-items: center;
  }

  .rightLayerdata .companyIntro .submini {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 2201px) and (max-width: 2400px) {
  div.track-animation .mapId {
    left: calc(24% - 0%) !important;
    top: calc(100% - 86%) !important;
    width: calc(100% - 36%) !important;
    height: calc(100% - 28%) !important;
  }

  /*.container{max-width: 76%;}*/
  .container {
    max-width: 1370px;
  }

  div.section-cdb {
    left: 13%;
    top: 25em;
  }

  .section-cdb h1.title {
    font-size: 62px;
    line-height: 75px;
  }

  div.section-cdb .enjoy-easier-an-nology-si-ships {
    font-size: 25px;
    line-height: 40px;
  }

  .section-cdb .button .learn-more {
    font-size: 22px;
  }

  /****What we can offer****/
  .data-section {
    width: 80%;
  }

  div.bcm-custmr {
    padding: 70px 12%;
  }

  div.bcm-agent {
    padding: 70px 10%;
  }

  .section-plus p {
    font-size: 19px;
    line-height: 23px;
  }

  .data-section ul li span {
    font-size: 26px;
  }

  .data-section ul li img {
    width: 110px;
  }

  .data-section ul li.customer-broker img {
    width: 80px !important;
  }

  .data-section ul li.import-bonds img {
    width: 60px !important;
  }

  .data-section ul li.projectcargo img {
    width: 85px !important;
  }

  .data-section ul li.trucking img {
    width: 90px !important;
  }

  .customer-agent .root-tile .learn-more a {
    font-size: 21px;
  }

  .freight-data p {
    font-size: 25px;
  }

  div.track-animation video {
    left: 35px;
    width: 98%;
    height: 680px;
    margin-top: 58px;
  }

  div.whyus .fame-info {
    padding: 6em 20em 0px 2em;
  }

  .phone-top {
    left: calc(55% - 13%) !important;
    margin-top: 37px;
  }

  .leftVideoIntro .vdIntro {
    min-height: 650px;
  }

  .leftVideoIntro2 .vdIntro {
    min-height: 650px;
  }

  .leftVideoIntro2 .vdIntro video {
    height: 650px;
  }

  .rightLayerdata {
    display: flex;
    align-items: center;
  }

  .rightLayerdata .companyIntro .submini {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 2401px) and (max-width: 2600px) {
  div.track-animation .mapId {
    left: calc(25% - 0%) !important;
    top: calc(100% - 86%) !important;
    width: calc(100% - 36%) !important;
    height: calc(100% - 28%) !important;
  }

  .container {
    max-width: 76%;
  }

  div.section-cdb {
    left: 13%;
    top: 24em;
  }

  .section-cdb h1.title {
    font-size: 62px;
    line-height: 75px;
  }

  div.section-cdb .enjoy-easier-an-nology-si-ships {
    font-size: 30px;
    line-height: 42px;
  }

  .section-cdb .button .learn-more {
    font-size: 28px;
    width: 200px !important;
    height: 65px !important;
    line-height: 65px;
  }

  /****What we can offer****/
  .data-section {
    width: 80%;
  }

  div.bcm-custmr {
    padding: 70px 12.5%;
  }

  div.bcm-agent {
    padding: 70px 12.5%;
  }

  .section-plus p {
    font-size: 22px;
    line-height: 30px;
  }

  .data-section ul li span {
    font-size: 30px;
  }

  .data-section ul li img {
    width: 115px;
  }

  .data-section ul li.customer-broker img {
    width: 85px !important;
  }

  .data-section ul li.import-bonds img {
    width: 65px !important;
  }

  .data-section ul li.projectcargo img {
    width: 90px !important;
  }

  .data-section ul li.trucking img {
    width: 95px !important;
  }

  .customer-agent .root-tile .learn-more a {
    font-size: 32px;
    width: 200px !important;
    height: 80px !important;
    line-height: 70px !important;
    padding: 20px 50px;
  }

  .freight-data p {
    font-size: 29px !important;
    line-height: 35px;
  }

  div.track-animation video {
    left: 53px;
    width: 98%;
    height: 910px;
    margin-top: 83px;
  }

  .what-can-we .can-offer-tracking .we-can-offer {
    padding-top: 10em;
  }

  ul.sc-model li span {
    font-size: 26px;
    line-height: 29px;
  }

  .blok-modl-img img {
    width: 80px;
  }

  .blok-modl-img {
    min-height: 125px;
  }

  .what-can-we .can-offer-tracking .tracking-section .track-animation {
    padding-top: 10em;
  }

  div.whyus .fame-info {
    padding: 11em 20em 0em 2em;
  }

  .customer-agent .root-tile h3 {
    line-height: 88px !important;
  }

  .we-can-offer h3 {
    line-height: 100px !important;
  }

  .phone-top {
    left: calc(57% - 13%) !important;
    margin-top: 34px;
  }

  .leftVideoIntro .vdIntro {
    min-height: 650px;
  }

  .leftVideoIntro2 .vdIntro {
    min-height: 650px;
  }

  .leftVideoIntro2 .vdIntro video {
    height: 650px;
  }

  .rightLayerdata {
    display: flex;
    align-items: center;
  }

  .rightLayerdata .companyIntro .submini {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 2601px) and (max-width: 2800px) {
  div.track-animation .mapId {
    left: calc(25% - 0%) !important;
    top: calc(100% - 86%) !important;
    width: calc(100% - 36%) !important;
    height: calc(100% - 28%) !important;
  }

  .container {
    max-width: 76%;
  }

  div.section-cdb {
    left: 14%;
    top: 24em;
  }

  .section-cdb h1.title {
    font-size: 62px;
    line-height: 75px;
  }

  div.section-cdb .enjoy-easier-an-nology-si-ships {
    font-size: 30px;
    line-height: 42px;
  }

  .section-cdb .button .learn-more {
    font-size: 28px;
    width: 200px !important;
    height: 65px !important;
    line-height: 65px;
  }

  /****What we can offer****/
  .data-section {
    width: 80%;
  }

  div.bcm-custmr {
    padding: 70px 12%;
  }

  div.bcm-agent {
    padding: 70px 8%;
  }

  .section-plus p {
    font-size: 22px;
    line-height: 30px;
  }

  .data-section ul li span {
    font-size: 30px;
  }

  .data-section ul li img {
    width: 115px;
  }

  .data-section ul li.customer-broker img {
    width: 85px !important;
  }

  .data-section ul li.import-bonds img {
    width: 65px !important;
  }

  .data-section ul li.projectcargo img {
    width: 90px !important;
  }

  .data-section ul li.trucking img {
    width: 95px !important;
  }

  .customer-agent .root-tile .learn-more a {
    font-size: 28px;
    width: 200px !important;
    height: 65px !important;
    line-height: 65px !important;
  }

  .freight-data p {
    font-size: 29px;
    line-height: 35px;
  }

  div.track-animation video {
    left: 53px;
    width: 98%;
    height: 910px;
    margin-top: 83px;
  }

  .what-can-we .can-offer-tracking .we-can-offer {
    padding-top: 10em;
  }

  ul.sc-model li span {
    font-size: 26px;
    line-height: 29px;
  }

  .blok-modl-img img {
    width: 80px;
  }

  .blok-modl-img {
    min-height: 125px;
  }

  .what-can-we .can-offer-tracking .tracking-section .track-animation {
    padding-top: 10em;
  }

  div.whyus .fame-info {
    padding: 6em 20em 0px 2em;
  }

  .leftVideoIntro .vdIntro {
    min-height: 650px;
  }

  .leftVideoIntro2 .vdIntro {
    min-height: 650px;
  }

  .leftVideoIntro2 .vdIntro video {
    height: 650px;
  }

  .rightLayerdata {
    display: flex;
    align-items: center;
  }

  .rightLayerdata .companyIntro .submini {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 2801px) and (max-width: 3000px) {
  div.track-animation .mapId {
    left: calc(25% - 0%) !important;
    top: calc(100% - 86%) !important;
    width: calc(100% - 36%) !important;
    height: calc(100% - 28%) !important;
  }

  .container {
    max-width: 76%;
  }

  div.section-cdb {
    left: 14%;
    top: 24em;
  }

  .section-cdb h1.title {
    font-size: 62px;
    line-height: 75px;
  }

  div.section-cdb .enjoy-easier-an-nology-si-ships {
    font-size: 30px;
    line-height: 42px;
  }

  .section-cdb .button .learn-more {
    font-size: 28px;
    width: 200px !important;
    height: 65px !important;
    line-height: 65px;
  }

  /****What we can offer****/
  .data-section {
    width: 80%;
  }

  div.bcm-custmr {
    padding: 70px 12%;
  }

  div.bcm-agent {
    padding: 70px 10%;
  }

  .section-plus p {
    font-size: 22px;
    line-height: 30px;
  }

  .data-section ul li span {
    font-size: 30px;
  }

  .data-section ul li img {
    width: 115px;
  }

  .data-section ul li.customer-broker img {
    width: 85px !important;
  }

  .data-section ul li.import-bonds img {
    width: 65px !important;
  }

  .data-section ul li.projectcargo img {
    width: 90px !important;
  }

  .data-section ul li.trucking img {
    width: 95px !important;
  }

  .customer-agent .root-tile .learn-more a {
    font-size: 28px;
    width: 200px !important;
    height: 65px !important;
    line-height: 65px !important;
  }

  .freight-data p {
    font-size: 29px;
    line-height: 35px;
  }

  div.track-animation video {
    left: 53px;
    width: 98%;
    height: 910px;
    margin-top: 83px;
  }

  .what-can-we .can-offer-tracking .we-can-offer {
    padding-top: 10em;
  }

  ul.sc-model li span {
    font-size: 26px;
    line-height: 29px;
  }

  .blok-modl-img img {
    width: 80px;
  }

  .blok-modl-img {
    min-height: 125px;
  }

  .what-can-we .can-offer-tracking .tracking-section .track-animation {
    padding-top: 10em;
  }

  div.whyus .fame-info {
    padding: 6em 20em 0px 2em;
  }

  .leftVideoIntro .vdIntro {
    min-height: 650px;
  }

  .leftVideoIntro2 .vdIntro {
    min-height: 650px;
  }

  .leftVideoIntro2 .vdIntro video {
    height: 650px;
  }

  .rightLayerdata {
    display: flex;
    align-items: center;
  }

  .rightLayerdata .companyIntro .submini {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 3001px) {
  div.track-animation .mapId {
    left: calc(28% - 0%) !important;
    top: calc(100% - 88%) !important;
    width: calc(100% - 39%) !important;
    height: calc(100% - 24%) !important;
  }

  .container {
    max-width: 76%;
  }

  div.section-cdb {
    left: calc(27% - 15%) !important;
    top: 24em;
  }

  .section-cdb h1.title {
    font-size: 62px;
    line-height: 75px;
  }

  div.section-cdb .enjoy-easier-an-nology-si-ships {
    font-size: 30px;
    line-height: 42px;
  }

  .section-cdb .button .learn-more {
    font-size: 28px;
    width: 200px !important;
    height: 65px !important;
    line-height: 65px;
  }

  .customer-agent .root-tile h3 {
    line-height: 1;
  }

  .we-can-offer h3 {
    line-height: 1;
  }

  /****What we can offer****/
  .data-section {
    width: 80%;
  }

  div.bcm-custmr {
    padding: 70px 12%;
  }

  div.bcm-agent {
    padding: 70px 8.5%;
  }

  .section-plus p {
    font-size: 38px;
    line-height: 53px;
    padding-right: 125px;
  }

  .whyus .fame-info h3 {
    line-height: 1;
  }

  .data-section ul li span {
    font-size: 30px;
  }

  .data-section ul li img {
    width: 115px;
  }

  .data-section ul li.customer-broker img {
    width: 85px !important;
  }

  .data-section ul li.import-bonds img {
    width: 65px !important;
  }

  .data-section ul li.projectcargo img {
    width: 90px !important;
  }

  .data-section ul li.trucking img {
    width: 95px !important;
  }

  .customer-agent .root-tile .learn-more a {
    font-size: 45px;
    width: 200px !important;
    height: 65px !important;
    line-height: 65px !important;
    padding: 20px 60px;
  }

  .freight-data p {
    font-size: 35px;
    line-height: 53px;
    padding-right: 95px;
  }

  div.track-animation video {
    left: 83px;
    width: 99%;
    height: 1370px;
    margin-top: 124px;
  }

  .what-can-we .can-offer-tracking .we-can-offer {
    padding-top: 10em;
  }

  ul.sc-model li span {
    font-size: 26px;
    line-height: 29px;
  }

  .blok-modl-img img {
    width: 80px;
  }

  .blok-modl-img {
    min-height: 125px;
  }

  .what-can-we .can-offer-tracking .tracking-section .track-animation {
    padding-top: 10em;
  }

  .whyus .fame-info .freight-data p {
    font-size: 43px;
    line-height: 57px;
  }

  .whyus .fame-info {
    padding: 15em 6em 0px 2em;
  }

  div.whyus .fame-info {
    padding: 14em ​20em 0px 2em;
  }

  .phone-top {
    width: 380px;
    left: calc(53% - 13%) !important;
    margin-top: 3px;
    top: calc(100% - 86%) !important;
  }

  .leftVideoIntro .vdIntro {
    min-height: 650px;
  }

  .leftVideoIntro2 .vdIntro {
    min-height: 650px;
  }

  .leftVideoIntro2 .vdIntro video {
    height: 650px;
  }

  .rightLayerdata {
    display: flex;
    align-items: center;
  }

  .rightLayerdata .companyIntro .submini {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 676px) {
  /* .modal-dialog {
    max-width: 760px;
  } */
}



@media only screen and (max-width: 767px) {
  .what-we-do-sec {
    width: 100%;
  }

  .what-we-do-img {
    width: 100%;
  }

  .what-we-do-sec ul li {
    width: 40%;
  }

  .what-can-we .can-offer-tracking .we-can-offer {
    width: 100%;
  }

  .what-can-we .can-offer-tracking .tracking-section {
    width: 100%;
  }

  .newhand .firghtImgs .maskGroup {
    /* margin-top: -40px;*/
    margin-top: -110px;
  }

  .customer-agent div.bcm-agent {
    padding-left: 20% !important;
    width: 100%;
  }

  div.get-in-touch div.get-form ul.sc-model li {
    width: 80%;
    min-width: auto;
    min-width: 170px;
    max-width: 170px;
  }

  .stay-loop .form-left-cont {
    width: 100%;
    text-align: left;
  }

  .stay-loop .form-right-cont {
    width: 100%;
  }

  div.get-in-touch .get-form ul.sc-model li {
    border-radius: 20px;
  }

  .stay-loop .form-left-cont p {
    width: 100%;
  }

  .stay-loop .form-left-cont h2 {
    line-height: 48px;
    font-size: 40px;
    font-family: DM Sans, Helvetica !important;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 765px) and (max-width: 1024px) {

  .customer-agent .root-tile .learn-more {
    margin-bottom: 50px;
  }
}


@media only screen and (min-width: 1580px) {
  .company-about-us.companyPage .tol-img img {
    margin-bottom: -42px;
  }

  .group.siship-info.row .group.col-md-6.row-right.sub-main-title {
    padding: 0% 0 0 10%;
  }

  .leftVideoIntro .vdIntro img {
    width: 75%;
  }

  /* .container {
    max-width:77%;
  } */
  nav .container {
    max-width: 82.3%;
  }

  div.section-plus span {
    font-size: 18px;
    line-height: 24px;
  }

  .frightDataSection {
    padding: 10px 0 70px 0%;
    float: left;
    width: 100%;
    /* padding-left: 8% !important; */
  }

  .customer-agent .root-tile h3,
  .get-form h3 {
    font-size: 45px !important;
    line-height: 55px !important;
  }

  .customer-agent .root-tile .learn-more a {
    font-size: 21px !important;
  }
}

@media only screen and (min-width: 1901px) {
  nav.navbar form.login-form button {
    line-height: 24px !important;
  }
}

/* @media screen and (min-width:1300px) {
  body ,.fp-tableCell{overflow: hidden;overflow-y: auto;}
  
} */

@media only screen and (min-width: 1301px) and (max-width: 1360px) {
  .banner-section div.section-cdb {
    left: calc(27% - 17.7%) !important;
    bottom: calc(36% - 18%) !important;
  }

  body, .fp-tableCell {
    overflow: hidden;
    overflow-y: auto;
  }
}

@media only screen and (min-width: 1601px) and (max-width: 1680px) {
  .banner-section div.section-cdb {
    left: calc(27% - 16.4%) !important;
  }

  a.contact {
    right: 10.5%;
  }

  .can-offer-tracking .section-plus {
    width: 87%;
  }

  .container {
    max-width: 82%;
  }

  .frightDataSection {
    padding-left: 0%;
  }
}

@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .banner-section div.section-cdb {
    left: calc(27% - 16.8%) !important;
    top: 13em;
  }

  .bcm-agent {
    padding-left: 10.3% !important;
  }

  a.contact {
    right: 10.4%;
  }

  .can-offer-tracking .section-plus {
    width: 92%;
  }

  .container {
    max-width: 83%;
  }

  .frightDataSection {
    padding-left: 2% !important;
  }
}

@media only screen and (min-width: 1901px) and (max-width: 2000px) {
  .banner-section div.section-cdb {
    left: calc(23% - 13%);
    top: 16em;
  }

  a.contact {
    right: 13.4%;
  }

  .can-offer-tracking .section-plus {
    width: 97%;
  }
}

@media only screen and (min-width: 2601px) and (max-width: 2800px) {
  .banner-section div.section-cdb {
    left: calc(27% - 17%) !important;
    top: 25em;
  }

  a.contact {
    right: 13%;
  }

  .can-offer-tracking .section-plus {
    width: 71%;
  }

  .frightDataSection {
    padding-left: 2% !important;
  }
}

@media only screen and (min-width: 1701px) and (max-width: 1900px) {
  nav .container {
    max-width: 80.6% !important;
    padding: 0;
  }
}

@media only screen and (min-width: 1301px) and (max-width: 1450px) {

  /*div.bcm-agent,.bcm-custmrnew{padding:60px 85px;}*/
  .our-testimonial {
    padding-top: 3%;
    padding-bottom: 3%;
  }
}

@media only screen and (min-width: 1451px) and (max-width: 1600px) {
  .our-testimonial {
    padding-top: 3%;
    padding-bottom: 3%;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1597px) {
  .can-offer-tracking .section-plus {
    width: 84%;
  }
}

@media only screen and (min-width: 3001px) {
  div.section-cdb {
    left: calc(27% - 14.5%) !important;
    top: 24em;
  }

  a.contact {
    right: 12.5%;
  }

  .can-offer-tracking .section-plus {
    width: 57%;
  }
}

@media only screen and (min-width: 1601px) and (max-width: 1700px) {
  .bcm-agent {
    padding-left: 10.4% !important;
  }
}

@media only screen and (min-width: 1901px) {
  .container {
    max-width: 83%;
  }

  .bcm-agent {
    padding-left: 10% !important;
  }

  .bcm-custmrnew {
    padding-left: 10% !important;
  }

  .section-plus p {
    font-size: 20px !important;
    line-height: 28px !important;
  }

  .newhand .container {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1201px) {

  .for-what-we-do,
  .what-can-we {
    height: 100vh;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1240px) {
  div.section-cdb {
    left: calc(5% - -4%);
  }
}

@media only screen and (max-width: 767px) {

  .what-we-do-sec h2,
  .what-can-we div.we-can-offer h3 {
    font-size: 29px;
    line-height: 35px !important;
    text-align: left;
  }

  .what-we-do-sec h4,
  .freight-data h4 {
    font-size: 19px;
    line-height: 25px;
    text-align: left;
  }

  .what-we-do-sec h4 br,
  .freight-data h4 br,
  .what-we-do-sec p br {
    display: none;
  }

  .can-offer-tracking .freight-data {
    margin-top: 0;
  }

  .frightmini p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 25px;
  }

  div.our-testimonial .carousel-control-prev {
    padding-right: 4%;
  }

  .frightYourHand div.frightDataSection h3 {
    font-size: 30px;
    line-height: 35px;
  }

  .what-we-do-sec p br {
    display: none;
  }

  .what-we-do-sec p {
    max-width: 100%;
    font-size: 14px;
    text-align: left;
    margin-bottom: 5%;
  }

  div.section-plus p {
    font-size: 14px !important;
    line-height: 20px;
  }

  div.section-cdb .enjoy-easier-an-nology-si-ships br {
    display: none;
  }

  div.get-in-touch .get-form ul.sc-model {
    flex-wrap: wrap;
  }

  .for-what-we-do,
  .what-can-we .can-offer-tracking {
    flex-direction: column;
  }

  body div.header div.banner-section {
    min-height: auto !important;
    max-height: auto !important;
  }

  div.what-can-we {
    padding: 50px 0px 50px !important;
  }

  .what-we-do-sec ul li {
    width: 90px;
    height: 90px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .what-we-do-sec ul {
    flex-wrap: wrap;
    gap: 10px;
    /*justify-content: center;*/
  }

  .what-we-do-sec {
    padding-right: 0;
    padding-top: 2%;
  }

  div a.contact {
    height: 45px;
    width: 155px;
    font-size: 16px;
  }

  .intro-video {
    margin-bottom: 30px;
  }

  div.what-can-we .can-offer-tracking {
    padding-bottom: 50px;
  }

  .blank-sec .blank-div {
    height: 70px !important;
  }

  .banner-section div.section-cdb h1.title {
    font-size: 35px !important;
    line-height: 45px !important;
  }

  div.get-in-touch .get-form .fom-blok {
    margin-top: 10px;
  }

  .get-in-touch .get-form h3 {
    margin-bottom: 10px;
  }

  div.get-in-touch {
    padding: 50px 35px 60px !important;
  }

  .for-what-we-do {
    overflow: hidden;
  }

  .section-cdb div.enjoy-easier-an-nology-si-ships {
    font-size: 16px;
  }

  /*.frightYourHand.newhand{float: left; margin: 0 auto 40%;}*/
  .newhand .firghtImgs .maskGroup {
    width: 140px;
  }

  .frightYourHand.newhand {
    max-height: 480px;
    margin-top: 60px;
  }

  .for-cs-hnd {
    display: block;
  }

  .newhand .firghtImgs {
    justify-content: center;
  }

  /* .container-center-horizontal {
    height: auto !important;
  } */
  .bcm-custmrnew {
    padding-left: 20% !important;
  }

  div.what-can-we .can-offer-tracking div.section-plus p br,
  .frightmini .innovative br {
    display: none;
  }

  .frightmini .innovative {
    max-width: 300px;
  }

  .newhand .firghtImgs::after {
    width: 130%;
  }

  div.footer .widget.footer {
    margin-top: 0 !important;
  }

  div.get-in-touch {
    /* height:auto; */
    height: 100% !important;
  }

  div.get-in-touch div.get-form ul.sc-model li {
    max-width: 205px;
    min-height: 140px;
  }

  div.what-can-we .we-can-offer {
    padding-left: 30px !important;
  }
}

@media only screen and (min-width: 560px) and (max-width: 767px) {

  .frightYourHand .frightleft,
  .frightYourHand .frightImg {
    width: 50%;
  }

  .frightYourHand.newhand {
    margin: auto !important;
  }

  .for-cs-hnd {
    display: flex !important;
  }

  .newhand .firghtImgs .maskGroup {
    width: 100% !important;
    left: 0;
  }

  .what-can-we .can-offer-tracking div.tracking-section .track-animation img {
    width: 84% !important;
  }

  .customer-agent div.bcm-custmrnew,
  .customer-agent div.bcm-agent {
    width: 50% !important;
    padding-left: 5% !important;
  }
}

@media only screen and (max-width: 560px) {

  /* .header-blue {
    display: flex;
    justify-content: center;
  } */
  div a.contact {
    right: unset;
    left: 30px;
    top: 96vh;
  }

  .what-can-we .can-offer-tracking div.tracking-section .track-animation img {
    width: 95%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1100px) {
  .banner-section div.section-cdb {
    left: 10%;
    top: 9em;
  }

  ul.nav.justify-content-end.main-menu li.nav-item {
    margin: 0 5px !important;
  }

  .navbar form.login-form button {
    padding: 5px 14px !important;
  }

  div.our-testimonial {
    margin-top: 0 !important;
  }

  .what-we-do-sec h4,
  .freight-data h4 {
    font-size: 22px !important;
  }

  .section-plus p br {
    display: none;
  }

  .frightmini p {
    font-size: 17px !important;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1121px) {
  ul.nav.justify-content-end.main-menu li.nav-item {
    margin: 0 6px !important;
  }

  .navbar form.login-form button {
    padding: 5px 14px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .banner-section div.section-cdb {
    left: 9%;
  }

  ul.nav.justify-content-end.main-menu li.nav-item {
    margin: 0 6px !important;
  }

  ul.nav.justify-content-end.main-menu li.nav-item a {
    padding: 4px 7px !important;
  }

  .navbar form.login-form button {
    padding: 5px 14px !important;
  }

  .what-we-do-sec p,
  .can-offer-tracking .section-plus p {
    font-size: 14px;
  }

  div.frightDataSection h3 {
    font-size: 39px;
    line-height: 45px;
  }

  .what-we-do-sec p,
  .can-offer-tracking .section-plus p {
    font-size: 14px;
  }

  .what-we-do-sec h4,
  .freight-data h4,
  .frightmini p {
    font-size: 20px;
  }

  .what-we-do-sec h2,
  .we-can-offer h3 {
    font-size: 38px;
    margin-bottom: 5px;
  }

  .frightmini p {
    font-size: 16px;
    padding-right: 0 !important;
  }

  .frightYourHand .frightleft {
    padding-left: 4%;
  }

  div.our-testimonial {
    margin-top: 0 !important;
  }

  .customer-agent .root-tile .learn-more {
    margin-bottom: 25px !important;
  }
}

@media only screen and (min-width: 901px) and (max-width: 991px) {
  div.container {
    max-width: 96% !important;
  }

  nav div.container {
    max-width: 88% !important;
  }

  .what-we-do-sec p,
  .can-offer-tracking .section-plus p {
    font-size: 14px;
  }

  div.frightDataSection h3 {
    font-size: 39px;
    line-height: 45px;
  }

  .what-we-do-sec p,
  .can-offer-tracking .section-plus p {
    font-size: 14px;
  }

  .what-we-do-sec h4,
  .freight-data h4,
  .frightmini p {
    font-size: 20px;
  }

  .what-we-do-sec h2,
  .we-can-offer h3 {
    font-size: 38px;
    margin-bottom: 5px;
  }

  .frightmini p {
    font-size: 16px;
    padding-right: 0 !important;
  }

  .frightYourHand .frightleft {
    padding-left: 4%;
  }

  .what-we-do-sec ul {
    flex-wrap: wrap;
  }

  div.our-testimonial {
    margin-top: 0 !important;
  }

  .customer-agent .root-tile .learn-more {
    margin-bottom: 25px !important;
  }

  /*.header nav.navbar button.navbar-toggler {background: transparent !important;padding: 0;border: 0;}
    .header nav.navbar button.navbar-toggler span.navbar-toggler-icon{background-image:url('../images/menu-resposnive.svg');background-size:auto !important;}
*/
}

@media only screen and (min-width: 521px) and (max-width: 767px) {
  nav #navbarSupportedContent ul.main-menu li.nav-item:first-child {
    margin-top: 20px !important;
  }

  nav #navbarSupportedContent ul.main-menu li.nav-item {
    margin: 10px 12px !important;
    width: 100%;
  }

  .navbar-collapse .login-form {
    width: 83%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {

  .what-we-do-sec p,
  .can-offer-tracking .section-plus p {
    font-size: 14px;
  }

  section.footer-sec {
    height: 40vh !important;
    display: flex !important;
  }

  .what-we-do-sec h4,
  .freight-data h4,
  .frightmini p {
    font-size: 20px;
  }

  .what-we-do-sec ul li {
    width: 100px;
  }

  div.frightDataSection h3 {
    font-size: 39px;
    line-height: 45px;
  }

  .customer-agent .root-tile h3 {
    font-size: 35px !important;
    line-height: 40px;
  }

  .what-can-we .can-offer-tracking .section-plus p {
    width: 100%;
  }

  .what-we-do-sec h2,
  .we-can-offer h3 {
    font-size: 38px;
    margin-bottom: 5px;
  }

  .frightmini p {
    font-size: 15px;
    padding-right: 0 !important;
  }

  .frightYourHand .frightleft {
    padding-left: 2%;
  }

  .what-we-do-sec ul {
    flex-wrap: wrap;
  }

  .what-can-we .can-offer-tracking .section-plus p br,
  .what-we-do-sec p br {
    display: none;
  }

  .customer-agent .root-tile .learn-more {
    margin-bottom: 25px !important;
  }

  .frightYourHand {
    height: auto !important;
    width: 87%;
  }

  div.our-testimonial {
    margin-top: 0 !important;
  }

  video#homeVideoPl {
    height: 92vh;
    object-position: right;
    object-fit: cover;
  }

  div.banner-section div.section-cdb {
    left: 5%;
  }

  .what-can-we .can-offer-tracking .we-can-offer {
    padding-left: 0;
  }
}



@media only screen and (min-width: 768px) and (max-width: 1024px) {}

@media only screen and (min-width: 1901px) and (max-width: 2000px) {
  .frightYourHand .frightleft {
    padding-left: 2.4%;
  }

  .firghtImgs .maskGroup {
    width: 50%;
  }
}


/************************* add css ***************************/


@media screen and (min-width: 1437px) {

  #sixth .innertext,
  #seventh .innertext,
  #fifth .innertext {
    height: 100% !important;
  }

  section#fifth,
  section#sixth,
  section#seventh,
  section#eight {
    min-height: 100vh !important;
  }

  section#fifth .container-fluid,
  section#sixth .container-fluid,
  section#seventh .container-fluid,
  section#eight .container-fluid {
    margin: auto;
  }

  #fifth .innertext {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .innertext {
    height: 600px !important;
  }

  #sixth .innertext,
  #seventh .innertext,
  #fifth .innertext,
  #eight .innertext {
    height: 100% !important;
  }

  section#fifth,
  section#sixth,
  section#seventh,
  section#eight {
    min-height: 100vh !important;
  }

  section#fifth .container-fluid,
  section#sixth .container-fluid,
  section#seventh .container-fluid,
  section#eight .container-fluid {
    margin: auto;
  }

  body, .fp-tableCell {
    overflow: hidden;
    overflow-y: auto;
  }

  #fifth .innertext {
    margin-top: 0 !important;
  }

  section .container-fluid .col-md-6.ryt {
    top: 70px !important;
  }

  #sixth {
    padding: 1rem !important;
  }

  .col-md-6.ryt {
    width: 55%;
  }

  .col-md-6.lft {
    width: 42%;
  }

  /*section#second .one {width: 190px;height: 190px;display: flex;}
section#second .two {width: 350px;height: 400px;display: flex;left: 45px;}*/
  section#second .three {
    width: 44%;
    /*display: height: 200px;right: 5%;top: 280px;*/
  }

  #third .two {
    right: 40px;
  }

  .thirdp {
    left: 30px;
  }

  #eight .sixthimg {
    width: 90%;
  }

  #eight .innerimg {
    display: flex;
    justify-content: flex-end;
  }

  span.sixthimg img.reviews {
    left: -18px;
    width: 40%;
  }

  #second .innerimg {
    width: 570px !important;
  }

  div.innertext h2 {
    font-size: 32px;
    line-height: 40px;
  }

  span.arrow {
    left: 3% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .innertext {
    height: 480px !important;
  }

  #sixth .innertext,
  #seventh .innertext,
  #fifth .innertext,
  #eight .innertext {
    height: 100% !important;
  }

  section#fifth,
  section#sixth,
  section#seventh,
  section#eight {
    min-height: 100vh !important;
  }

  section#fifth .container-fluid,
  section#sixth .container-fluid,
  section#seventh .container-fluid,
  section#eight .container-fluid {
    margin: auto;
  }

  #fifth .innertext {
    margin-top: 0 !important;
  }

  section .container-fluid .col-md-6.ryt {
    top: 70px !important;
  }

  #sixth {
    padding: 1rem !important;
  }

  .col-md-6.ryt {
    width: 55%;
  }

  .col-md-6.lft {
    width: 42%;
  }

  .innertext h2 {
    font-size: 24px !important;
    line-height: 30px !important;
  }

  .innertext p {
    font-size: 14px !important;
  }

  #fifth .card span {
    font-size: 14px;
  }

  #fifth .card .card-body {
    padding: 10px 10px;
  }

  #top\ first .one {
    width: 160px !important;
    height: 160px !important;
    display: flex !important;
  }

  #top\ first .two {
    width: 160px !important;
    height: 200px !important;
    display: flex !important;
    top: 174px;
  }

  #top\ first .three {
    display: flex !important;
    width: 215px !important;
    height: 280px !important;
    right: unset !important;
    left: 175px;
  }

  section#second .one {
    width: 145px !important;
    height: 145px !important;
    display: flex !important;
  }

  section#second .two {
    width: 145px !important;
    height: 185px !important;
    display: flex !important;
    top: 157px;
  }

  section#second .three {
    /*isplay: flex;width: 160px;height: 200px;right: 24%;top: 160px;*/
    width: 195px;
    top: 52px;
    right: unset;
    left: 195px !important;
  }

  #third .two {
    right: unset;
    left: 85px;
    width: 290px !important;
    height: 330px !important;
    display: flex !important;
    top: 60px;
  }

  .thirdp {
    left: 0px;
    top: 195px;
  }

  section#third .one {
    width: 160px;
    height: 160px;
    display: flex;
  }

  .thirdp span {
    font-size: 13px;
    padding: 6px 15px 8px;
  }

  span.time {
    top: 35px;
  }

  span.quality {
    top: 20px;
  }

  div.seventhimg {
    max-width: 670px;
  }

  #eight .sixthimg {
    width: 90%;
  }

  #eight .innerimg {
    display: flex;
    justify-content: flex-end;
  }

  span.sixthimg img.reviews {
    left: -18px;
    width: 40%;
    top: 55px;
  }

  #top\ first .innerimg,
  #fourth .innerimg,
  #second .innerimg,
  #third .innerimg {
    width: auto !important;
  }

  section#second.newClass .three img {
    width: 100%;
    height: 100%;
  }

  section#second .three img.contact {
    height: auto;
    width: 60%;
  }

  #fourth .two {
    width: 96% !important;
  }

  span.arrow {
    left: 3% !important;
  }

  #top\ first .three img {
    width: 215px !important;
  }

  #top\ first .three .row.download img {
    width: 20px !important;
    height: 20px !important;
  }

  #top\ first .three .row.download p {
    font-size: 11px !important;
  }

  div.row.download {
    width: 70%;
    right: -5px;
    padding: 15px 5px 8px;
  }

  section .container-fluid #secondImg,
  section .container-fluid #firstImg {
    right: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  /* section {
    min-height: 100vh !important;
    overflow-x: hidden;
  } */

  .footer-sec section.widget-area {
    height: auto !important;
    margin: 0 !important;
    min-height: auto !important;
    padding: 0 0.2rem;
  }

  div section> :last-child:not(.content) {
    margin-top: 0 !important;
  }

  /* .for-max-height .stay-loop {
    margin:0 auto; 
    height:60vh;
    display: flex;
    align-items: center;
} */
  .stay-loop h2 {
    margin-top: 50px;
    line-height: 45px;
  }

  .fp-section.fp-table {
    padding: 0;
  }

  .innertext {
    height: 200px !important;
  }

  #sixth .innertext,
  #seventh .innertext,
  #fifth .innertext,
  #eight .innertext {
    height: 100% !important;
  }

  section#fifth,
  section#sixth,
  section#seventh,
  section#eight {
    min-height: 100vh !important;
  }

  section#fifth .container-fluid,
  section#sixth .container-fluid,
  section#seventh .container-fluid,
  section#eight .container-fluid {
    margin: auto;
  }

  #fifth .innertext {
    margin-top: 0 !important;
  }

  section .container-fluid .col-md-6.ryt {
    top: 220px !important;
    left: 20px;
  }

  #sixth {
    padding: 1rem !important;
  }

  .innertext h2 {
    font-size: 24px !important;
    line-height: 30px !important;
  }

  .innertext p {
    font-size: 14px !important;
  }

  #fifth .card span {
    font-size: 14px;
  }

  #fifth .card .card-body {
    padding: 5px 10px 15px;
  }

  #top\ first .one {
    width: 160px !important;
    height: 160px !important;
    display: flex !important;
  }

  #top\ first .two {
    width: 160px !important;
    height: 200px !important;
    display: flex !important;
    top: 174px !important;
  }

  #top\ first .three {
    display: flex !important;
    width: 215px !important;
    height: 280px !important;
    right: unset !important;
    left: 176px;
  }

  #second .one {
    width: 145px !important;
    height: 145px !important;
    display: flex !important;
  }

  #second .two {
    width: 145px !important;
    height: 185px !important;
    display: flex !important;
    top: 158px !important;
  }

  #second .three {
    display: flex !important;
    width: 200px !important;
    height: 255px !important;
    right: unset !important;
    left: 198px !important;
    /*height: 165px!important;right: 30%!important;*/
    top: 45px !important;
  }

  #sixth .innerimg p {
    font-size: 15px;
  }

  #eight .innertext h2,
  #seventh .innertext h2 {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .navbar-expand-lg .navbar-collapse form .btn.btn-outline-success.addbss,
  .fifth .btn.btn-outline-success.addbss,
  .btn.btn-outline-success.addbss {
    font-size: 14px;
  }

  #eight .btn.btn-outline-success.addbss {
    font-size: 13px;
    margin-bottom: 20px;
  }

  section#sixth .btn.btn-outline-success.addbss {
    font-size: 13px;
    margin-bottom: 20px;
  }

  #fifth .card {
    height: 185px;
    margin-bottom: 20px;
    text-align: center;
  }

  #third .two {
    right: unset;
    left: 85px;
    width: 290px !important;
    height: 330px !important;
    display: flex !important;
    top: 60px;
  }

  .thirdp {
    left: 0px;
    top: 195px;
  }

  section#third .one {
    width: 160px;
    height: 160px;
    display: flex;
  }

  .thirdp span {
    font-size: 13px;
    padding: 6px 15px 8px;
  }

  span.time {
    top: 35px;
  }

  span.quality {
    top: 20px;
  }

  section#seventh .container-fluid {
    margin: 0;
  }

  section> :last-child:not(.content) {
    margin-top: 20px !important;
  }

  #second.newClass span.one,
  #second.newClass span.two {
    transform: unset !important;
  }

  section#second.newClass .three img {
    width: 100%;
    height: 100%;
  }

  section#second .three img.contact {
    height: auto;
    width: 60%;
  }

  #second .innerimg {
    width: 65% !important;
  }

  div.seventhimg {
    max-width:
      /*455px*/
      100%;
  }

  #eight .sixthimg {
    width: 80%;
  }

  #eight .innerimg {
    display: flex;
    justify-content: flex-end;
  }

  span.sixthimg img.reviews {
    left: -5px;
    width: 36%;
    top: 75px;
  }

  #fourth .two {
    width: 90% !important;
  }

  #top\ first .innerimg,
  #fourth .innerimg,
  #second .innerimg,
  #third .innerimg {
    width: auto !important;
  }

  section#second.newClass .three img {
    width: 100%;
    height: 100%;
  }

  section#second .three img.contact {
    height: auto;
    width: 60%;
  }

  div.seventhimg .one {
    width: 60%;
    transform: unset;
    right: 0;
    left: unset;
  }

  div.seventhimg .two {
    width: 22.2%;
    transform: unset;
    top: 25px;
  }

  div.seventhimg .three {
    width: 15%;
    left: 23.7%;
    transform: unset;
  }

  div.seventhimg .four {
    width: 23%;
    transform: unset;
    top: 105px;
    left: 15%;
  }

  span.arrow {
    left: 2.5% !important;
  }

  #top\ first .three img {
    width: 215px !important;
  }

  #top\ first .three .row.download img {
    width: 20px !important;
    height: 20px !important;
  }

  #top\ first .three .row.download p {
    font-size: 11px !important;
  }

  div.row.download {
    width: 70%;
    right: -5px;
    padding: 15px 5px 8px;
  }
}

@media screen and (max-width: 479px) {
  div.innertext h2 {
    font-size: 21px !important;
    line-height: 27px !important;
  }

  section#eight .innertext h2,
  #seventh .innertext h2 {
    font-size: 18px !important;
    line-height: 23px !important;
  }

  section#top\ first .one {
    width: 120px !important;
    height: 120px !important;
    display: flex !important;
  }

  section#top\ first .two {
    width: 120px !important;
    height: 160px !important;
    display: flex !important;
    top: 132px !important;
  }

  section#top\ first .three {
    display: flex !important;
    width: 160px !important;
    height: 220px !important;
    right: unset !important;
    top: 55px !important;
    left: 130px;
  }

  section#second .one {
    width: 100px !important;
    height: 100px !important;
    display: flex !important;
  }

  section#second .two {
    width: 100px !important;
    height: 135px !important;
    display: flex !important;
    left: 0px;
    top: 110px !important;
  }

  section#second .three {
    display: flex !important;
    width: 130px !important;
    height: 180px !important;
    right: 45%;
    top: 32px !important;
    left: 136px !important;
  }

  section .container-fluid .col-md-6.ryt {
    left: 5px !important;
  }

  section {
    padding: 0.2rem;
    overflow-x: hidden;
  }

  #third .two {
    right: unset;
    left: 60px;
    width: 230px !important;
    height: 265px !important;
    display: flex !important;
    top: 60px;
  }

  .thirdp {
    left: 10px;
    top: 150px;
  }

  section#third .one {
    width: 120px;
    height: 120px;
    display: flex;
  }

  .thirdp span {
    font-size: 11px;
    padding: 2px 12px 7px;
  }

  span.time {
    top: 35px;
  }

  span.quality {
    top: 20px;
    left: -24px;
  }

  #fourth .two {
    width: 285px;
  }

  .row.small-bs {
    padding: 18px 0 0px;
  }

  section#seventh {
    padding: 0;
  }

  section#seventh .container-fluid {
    margin: 0;
  }

  section#eight .container-fluid {
    margin: 20px 0 0;
  }

  span.sixthimg img.reviews {
    top: 37px !important;
  }

  section#fourth .two {
    width: 97% !important;
  }

  .seventhimg {
    min-height: 24vh;
  }

  #top\ first .three img {
    width: 100%;
    height: 100%;
  }

  #top\ first .three img.download {
    height: auto !important;
  }

  #top\ first .three img {
    width: 215px !important;
  }

  #top\ first .three .row.download img {
    width: 20px !important;
    height: 20px !important;
  }

  #top\ first .three .row.download p {
    font-size: 11px !important;
  }

  div.row.download {
    width: 70%;
    right: -5px;
    padding: 15px 5px 8px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1725px) {
  div.imageClass.ryt {
    top: 10em !important;
  }
}

@media screen and (min-width: 1736px) and (max-width: 2300px) {
  div.imageClass.ryt {
    top: 15em !important;
  }
}

@media screen and (min-width: 2301px) and (max-width: 2800px) {
  div.imageClass.ryt {
    top: 25em !important;
  }
}

@media screen and (min-width: 2801px) and (max-width: 3876px) {
  div.imageClass.ryt {
    top: 45em !important;
  }
}

@media screen and (min-width: 3877px) {
  div.imageClass.ryt {
    top: 60em !important;
  }
}



/*******************add css*******************/

/**add media queries**/
@media only screen and (min-width: 1600px) and (max-width: 1724px) {
  .frightYourHand .frightleft {
    padding-left: 1.5%;
  }

}

@media only screen and (min-width: 1300px) and (max-width: 1400px) {

  /*.section-cdb { top: 11em;}*/
  .what-can-we .can-offer-tracking .we-can-offer {
    width: 50%;
  }

  .what-can-we .can-offer-tracking .tracking-section {
    width: 50%;
  }
}

@media only screen and (min-width: 2601px) and (max-width: 2800px) {
  .our-testimonial {
    padding-top: 11%;
  }
}

@media only screen and (max-width: 767px) {
  .home-video-spline {
    display: none;
  }

  section.vertical-scrolling.fp-auto-height {
    margin: 0px 0px 5vh 0px;
  }

  .our-testimonial {
    height: auto;
    /* height: 50vh; */
  }

  .latest-new-for-center {
    height: auto !important;
  }

  section.vertical-scrolling.fp-auto-height {
    padding: 0;
    height: auto !important;
    min-height: inherit !important;
  }

  .customer-agent div.bcm-custmrnew,
  .customer-agent div.bcm-agent {
    padding: 45px 35px 45px 35px !important;
  }
}

@media only screen and (max-width: 767px) {

  .freight-icon a img {
    width: 150px;
    margin-bottom: 4px
  }

  .layout {
    overflow-x: hidden;
  }

  .can-offer-tracking .section-plus {
    width: 100%;
  }

  div button.contact {
    height: 45px;
    top: 83vh;
    right: 0%;
    z-index: 1;
    left: 8%;
  }

  /* .container-center-horizontal div.banner-section div.section-cdb {
    top: -150px !important;
  } */

  section.vertical-scrolling.for-auto-height.section-fullwidth.stay-loop-section.testimonial-for-phn.fp-section {
    height: auto !important;
    padding: 0;
  }

  body div.header .container-center-horizontal {
    height: 100vh;
  }

  /* .video-section-head{top: 40% !important} */
  .home-page-iframe,
  section.youtube-sec {
    height: 100% !important;
    /* min-height: auto !important; */
  }

  section.stay-loop-section {
    margin-top: 2rem !important;
  }

  section.latest-news {
    margin-top: 1rem;
  }

  div.stay-loop h2, div.stay-loop .stay-loop-row {
    margin-left: 0 !important;
    padding: 0;

  }

  .iframe-opacity .youtube-play {
    transform: translate(-50%, -50%);
    top: 50% !important;
    left: 50% !important;
  }

  div.what-we-do-img img {
    width: 100%;
    margin-top: 10px !important;
    transform: translateX(100vh) translateY(-10vh) !important;
    transition: all 2s ease !important;
  }

  /* section.fp-section {
    height: 60vh !important;
  }
  div section {
    min-height: 60vh !important;
  } */
  .newhand .frightDataSection {
    padding-bottom: 30px;
  }

  .height-for-stay-loop {
    height: 80vh !important;
  }

  .for-max-height {
    height: 50vh !important;
    display: contents;
  }

  section#iframe-id {
    margin-bottom: 2rem;
  }

  .get-in-touch {
    height: 60vh !important;
  }

  .freight-icon {
    margin-top: 0px;
  }

  div.footer {
    padding: 0 20px 25px !important;
  }

  .container-center-horizontal {
    position: relative;
  }

  .pop-up-common-class {
    position: relative;
    z-index: 99;
  }

  .fp-section.fp-table {
    height: auto !important;
  }

  section.vertical-scrolling.for-auto-height.fp-table.banner-height.fp-section.active.fp-completely {
    height: 100vh !important;
    position: relative;
  }

  .header-darkblue {
    height: 100vh !important;
  }

  .for-agents button {
    top: 90vh !important;
    left:50% !important;
    right:0% !important;
  }

  /* .container-center-horizontal div.banner-section div.section-cdb {
    position: static;
  } */

  .inner-left-cnt-sec {
    width: 95% !important;
  }

  .company-about-us.companyPage .group.IntroVideo {
    padding: 10px 0 !important;
  }

  .inner-left-cnt-sec h1 {
    margin-top: 0px !important;
  }

  .companyPage .sishipsRight p {
    width: auto !important;
  }


}

/* Media queries Ends */
/***home-component-css-end **/







/**customer-component-css-start**/


/***customer css start**/

.visibility-hidden {
  visibility: hidden !important;
}

/* screen - 03-for-customers */

/*******css******/

.header.company .inner-header.header {
  /*background:#ccc; */
  position: relative;
}

.dmsans-bold-havelock-blue-30px {
  color: #3d91d6;
  font-family: "DM Sans", Helvetica;
  font-style: normal;
  font-weight: 700;
}

.banner-section {
  float: left;
  width: 100%;
  position: relative;
  /*background: #000;*/
}

.banner-section video {
  width: 100%;
  vertical-align: bottom;
}

.section-cdb {
  position: absolute;
  top: 11em;
  left: 8%;
  max-width: 500px;
  width: 100%;
  font-family: "DM Sans", 'HelveticaNeue LT Pro-55Roman';
}

.section-cdb h1.title {
  font-size: 54px;
  line-height: 65px;
}

.section-cdb .enjoy-easier-an-nology-si-ships {
  font-size: 21px;
  line-height: 30px;
  margin-top: 45px;
  font-family: "DM Sans", Helvetica;
}

.section-cdb .button {
  margin-top: 40px;
}

.section-cdb .button .learn-more {
  background-color: #c73039;
  border-radius: 40px;
  height: 55px;
  width: 181px;
  text-align: center;
  font-size: 18px;
  line-height: 55px;
  font-family: "HelveticaNeue-Regular", Helvetica;
  float: left;
  text-decoration: none;
  cursor: pointer;
}

.section-cdb .button .learn-more:hover {
  background-color: #c7212b;
  color: #fff;
}

.forwarding-further {
  float: left;
  width: 100%;
  padding: 80px 0px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.forwarding-further .can-offer-tracking {
  float: left;
  width: 40%;
  position: relative;
  padding-left: 8%;
}

.forwarding-further .fame-img {
  width: 60%;
  float: left;
  position: relative;
}

.forwarding-further .fame-img img {
  width: 100%;
  padding-top: 8%;
}

.forwarding-further .fame-img video {
  position: absolute;
  left: 10%;
  width: 80%;
  top: 30px;
}

.forwarding-further .fame-img .mapId {
  position: absolute;
  left: calc(11% - 0%) !important;
  top: 25px;
  width: calc(100% - 22%) !important;
  height: calc(100% - 11%) !important;
}

.forwarding-further .can-offer-tracking .we-can-offer {
  width: 100%;
  float: left;
  padding-top: 5em;
  padding-right: 40px;
}

.forwarding-further .can-offer-tracking .we-can-offer h3 {
  color: #141414;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
  font-family: "DM Sans", Helvetica;
}

.freight-data {
  margin-top: 10px;
  float: left;
  width: 100%;
}

.freight-data p {
  margin-top: 0px;
  color: #3d91d6;
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
  font-family: "DM Sans", Helvetica;
}

.section-plus {
  float: left;
  width: 100%;
  margin-top: 0px;
}

.section-plus p {
  color: #3d91d6;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  font-family: "HelveticaNeue LT Pro-55Roman", Helvetica;
}

.section-plus p:nth-child(2) {
  margin: 0px;
}

.customs-brokerage {
  float: left;
  width: 100%;
  padding: 20px 0 90px;
  margin-top: 40px;
}

.brokerge-width {
  float: left;
  width: 100%;
  overflow: hidden;
}

.brokerge-width .customs-left {
  width: 50%;
  float: left;
}

.customs-list ul {
  display: grid;
  grid-gap: 10px 10px;
  grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
  grid-auto-rows: 180px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.brokerge-width .customs-left li {
  border: 1px solid #3d91d6;
  border-radius: 60px;
  padding: 5px 10px;
  min-height: 180px;
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
}

.brokerge-width .customs-left li:hover {
  opacity: 1;
  background: #3d91d6;
}

.brokerge-width .customs-left li:hover span {
  color: #fff;
}

.brokerge-width .customs-left li.active {
  opacity: 1;
  background: #3d91d6;
  transition: all 0.5s ease-in;
}

.brokerge-width .customs-left li.active span {
  color: #fff;
}

.brokerge-width .customs-left li a {
  float: left;
  width: 100%;
}

.brokerge-width .customs-left li span {
  float: left;
  width: 100%;
}

.brokerge-width .customs-left li .pr-img {
  min-height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brokerge-width .customs-left li span {
  color: #3d91d6;
  font-size: 19px;
  font-weight: 700;
  width: 100%;
  float: left;
  margin-top: 5px;
  font-family: "DM Sans", Helvetica;
  margin-bottom: 5px;
  position: relative;
  bottom: 3px;
}

.brokerge-width .customs-left li svg.custom-brokerage-hover {
  display: none;
}

.brokerge-width .customs-left li svg.air-freight-hover {
  display: none;
}

.brokerge-width .customs-left li svg.ocean-cargo-hover {
  display: none;
}

.brokerge-width .customs-left li svg.domestic-transportation-hover {
  display: none;
}

.brokerge-width .customs-left li svg.project-cargo-hover {
  display: none;
}

.brokerge-width .customs-left li svg.ocean-consolidations-hover {
  display: none;
}

.brokerge-width .customs-left li:hover svg.custom-brokerage {
  display: none;
}

.brokerge-width .customs-left li:hover svg.air-freight {
  display: none;
}

.brokerge-width .customs-left li:hover svg.ocean-cargo {
  display: none;
}

.brokerge-width .customs-left li:hover svg.domestic-transportation {
  display: none;
}

.brokerge-width .customs-left li:hover svg.project-cargo {
  display: none;
}

.brokerge-width .customs-left li:hover svg.ocean-consolidations {
  display: none;
}

.brokerge-width .customs-left li:hover svg.custom-brokerage-hover {
  display: block;
}

.brokerge-width .customs-left li:hover svg.air-freight-hover {
  display: block;
}

.brokerge-width .customs-left li:hover svg.ocean-cargo-hover {
  display: block;
}

.brokerge-width .customs-left li:hover svg.domestic-transportation-hover {
  display: block;
}

.brokerge-width .customs-left li:hover svg.project-cargo-hover {
  display: block;
}

.brokerge-width .customs-left li:hover svg.ocean-consolidations-hover {
  display: block;
}

.brokerge-width .customs-left li.active svg.custom-brokerage-hover {
  display: block;
}

.brokerge-width .customs-left li.active svg.air-freight-hover {
  display: block;
}

.brokerge-width .customs-left li.active svg.ocean-cargo-hover {
  display: block;
}

.brokerge-width .customs-left li.active svg.domestic-transportation-hover {
  display: block;
}

.brokerge-width .customs-left li.active svg.project-cargo-hover {
  display: block;
}

.brokerge-width .customs-left li.active svg.ocean-consolidations-hover {
  display: block;
}

.brokerge-width .customs-left li.active svg.air-freight {
  display: none;
}

.brokerge-width .customs-left li.active svg.custom-brokerage {
  display: none;
}

.brokerge-width .customs-left li.active svg.ocean-cargo {
  display: none;
}

.brokerge-width .customs-left li.active svg.domestic-transportation {
  display: none;
}

.brokerge-width .customs-left li.active svg.project-cargo {
  display: none;
}

.brokerge-width .customs-left li.active svg.ocean-consolidations {
  display: none;
}

.custom-brokerage img {
  width: 75px;
}

.air-freight img {
  width: 85px;
}

.ocean-cargo img {
  width: 90px;
}

.ocean-consolidations {
  width: 75px;
}

.domestic-transportation img {
  width: 80px;
}

.project-cargo img {
  width: 70px;
}

.brokerge-width .customs-right {
  width: 50%;
  float: left;
}

.customs-section {
  float: left;
  width: 100%;
}

.customs-info {
  float: left;
  width: 100%;
  padding-left: 15%;
}

.customs-info h3 {
  color: #141414;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
  font-family: "DM Sans", Helvetica;
}

.getintouch-section {
  float: left;
  width: 100%;
  padding: 9% 0px 215px;
}

.form-info {
  width: 100%;
  float: left;
  text-align: center;
}

.form-info h3 {
  color: #141414;
  font-size: 45px;
  font-weight: 600;
  line-height: 52px;
  font-family: "DM Sans", Helvetica;
}

.our-testimonial {
  float: left;
  width: 100%;
  background: #3d91d6;
  padding-top: 40px;
  padding-bottom: 50px;
}

@media only screen and (max-width:340px) {
  div.form-info h3 {
    font-size: 26px;
    line-height: 35px;
  }

  .header div.banner-section {
    min-height: 92vw;
    background: #494848;
  }

  .header div.banner-section.agent-banner-sec {
    min-height: 92vw;
    background: #2540cc;
  }

  .customs-list ul {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    grid-auto-rows: 195px;
  }

  .brokerge-width .customs-left li {
    min-height: 195px;
  }
}

@media only screen and (max-width:520px) {
  div.section-cdb {
    top: 9em !important;
    left: 1%;
    max-width: 99%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-cdb h1.title {
    padding-left: 10px;
    padding-right: 10px;
  }

  div.banner-section {
    min-height: 77vw;
    background: #3d91d6;
  }

  .forwarding-further {
    padding: 40px 0px;
  }

  .forwarding-further .can-offer-tracking {
    width: 100%;
  }

  .forwarding-further .can-offer-tracking .we-can-offer {
    padding-top: 1em;
    padding-right: 20px;
  }

  .forwarding-further .can-offer-tracking .we-can-offer h3 {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }

  .forwarding-further .can-offer-tracking .we-can-offer h3 br {
    display: none;
  }

  .freight-data p {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }

  .section-plus p {
    font-size: 13px;
    text-align: center;
  }

  .forwarding-further .fame-img {
    width: 100%;
    margin-top: 5%;
  }

  .brokerge-width .customs-left {
    width: 100%;
    float: left;
  }

  .brokerge-width .customs-right {
    width: 100%;
    margin-top: 3em;
  }

  .customs-info {
    float: left;
    width: 100%;
    padding-left: 10px;
  }

  .customs-info h3 {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }

  .customs-info h3 br {
    display: none;
  }

  .customs-info .freight-data p {
    margin-top: 8px;
  }

  .getintouch-section {
    padding: 5% 0px 8em;
  }

  .form-info h3 {
    font-size: 30px;
    line-height: 36px;
  }

  .form-info h3 br {
    display: none;
  }

  .forwarding-further .fame-img video {
    left: 7%;
    width: 88%;
    top: 20px;
    height: 81%;
  }

  .customs-brokerage {
    padding: 20px 10px 90px;
  }

  .brokerge-width .customs-left li .pr-img {
    min-height: 80px;
  }

  .brokerge-width .customs-left li span {
    font-size: 17px;
    word-break: break-all;
  }

  .custom-brokerage img {
    width: 65px;
  }

  .air-freight img {
    width: 80px;
  }

  .ocean-cargo img {
    width: 85px;
  }

  .ocean-consolidations img {
    width: 85px;
  }

  .domestic-transportation img {
    width: 70px;
  }

  .project-cargo img {
    width: 60px;
  }

  .customs-list ul {
    padding-left: 0;
  }

}

@media only screen and (min-width:521px) and (max-width:640px) {
  .navbar-collapse .login-form {
    margin-left: 25px;
    min-height: 65px;
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .section-cdb {
    top: 10em !important;
    left: 10%;
    max-width: 80%;
  }

  .forwarding-further {
    padding: 40px 30px;
  }

  .forwarding-further .can-offer-tracking {
    width: 100%;
    padding-left: 0;
  }

  .forwarding-further .can-offer-tracking .we-can-offer {
    padding-top: 1em;
    padding-right: 20px;
  }

  .forwarding-further .can-offer-tracking .we-can-offer h3 {
    font-size: 39px;
    line-height: 39px;
  }

  .forwarding-further .can-offer-tracking .we-can-offer h3 br {
    display: none;
  }

  .freight-data p {
    font-size: 18px;
    line-height: 25px;
    margin-top: 0;
  }

  .forwarding-further .fame-img {
    width: 100%;
    margin-top: 5%;
  }

  .brokerge-width .customs-left {
    width: 100%;
    float: left;
  }

  .brokerge-width .customs-right {
    width: 100%;
    margin-top: 3em;
  }

  .customs-info {
    float: left;
    width: 100%;
    padding-left: 0px;
  }

  .customs-info h3 {
    font-size: 39px;
    line-height: 39px;
  }

  .customs-info h3 br {
    display: none;
  }

  .customs-info .freight-data p {
    margin-top: 8px;
  }

  .getintouch-section {
    padding: 5% 0px 8em;
  }

  .form-info h3 {
    font-size: 30px;
    line-height: 36px;
  }

  .form-info h3 br {
    display: none;
  }

  .forwarding-further .fame-img video {
    left: 7%;
    width: 88%;
    top: 20px;
    height: 81%;
  }

  .customs-brokerage {
    padding: 20px 20px 40px;
  }

  .brokerge-width .customs-left li .pr-img {
    min-height: 80px;
  }

  .brokerge-width .customs-left li span {
    font-size: 17px;
    word-break: break-all;
  }

  .custom-brokerage img {
    width: 65px;
  }

  .air-freight img {
    width: 80px;
  }

  .ocean-cargo img {
    width: 85px;
  }

  .ocean-consolidations img {
    width: 85px;
  }

  .domestic-transportation img {
    width: 70px;
  }

  .project-cargo img {
    width: 60px;
  }

  div.we-can-offer h3 {
    text-align: center;
  }

  .freight-data p {
    text-align: center;
  }

  .section-plus p {
    text-align: center;
  }

  .whyus .fame-info h3 {
    text-align: center;
  }
}

@media only screen and (min-width:641px) and (max-width:767px) {
  .navbar-collapse .login-form {
    margin-left: 25px;
    min-height: 65px;
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .container {
    max-width: 95%;
  }

  .section-cdb {
    top: 11em !important;
    left: 12%;
    max-width: 80%;
  }

  .forwarding-further {
    padding: 40px 40px;
  }

  .forwarding-further .can-offer-tracking {
    width: 100%;
    padding-left: 0;
  }

  .forwarding-further .can-offer-tracking .we-can-offer {
    padding-top: 1em;
    padding-right: 20px;
  }

  .forwarding-further .can-offer-tracking .we-can-offer h3 {
    font-size: 41px;
    line-height: 44px;
  }

  .freight-data p {
    font-size: 22px;
    line-height: 30px;
  }

  .forwarding-further .fame-img {
    width: 100%;
    margin-top: 5%;
  }

  .brokerge-width .customs-left {
    width: 100%;
    float: left;
  }

  .brokerge-width .customs-right {
    width: 100%;
    margin-top: 3em;
  }

  .customs-info {
    float: left;
    width: 100%;
    padding-left: 0px;
  }

  .customs-info h3 {
    font-size: 42px;
    line-height: 45px;
  }

  .customs-info .freight-data p {
    margin-top: 8px;
  }

  .getintouch-section {
    padding: 5% 0px 8em;
  }

  .form-info h3 {
    font-size: 30px;
    line-height: 36px;
  }

  .form-info h3 br {
    display: none;
  }

  .forwarding-further .fame-img video {
    left: 7%;
    width: 90%;
    top: 30px;
    height: 85%;
  }

  .customs-brokerage {
    padding: 20px 0px 40px;
  }

  .brokerge-width .customs-left li .pr-img {
    min-height: 80px;
  }

  .brokerge-width .customs-left li span {
    font-size: 17px;
    word-break: break-all;
  }

  .custom-brokerage img {
    width: 65px;
  }

  .air-freight img {
    width: 80px;
  }

  .ocean-cargo img {
    width: 85px;
  }

  .ocean-consolidations img {
    width: 85px;
  }

  .domestic-transportation img {
    width: 70px;
  }

  .project-cargo img {
    width: 60px;
  }

}

@media only screen and (max-width:767px) and (orientation: landscape) {
  .banner-section {
    min-height: 95vh !important;
  }

}

@media only screen and (max-width:767px) {

  /* div.section-cdb{top: 1em;} */
  .banner-section {
    min-height: 380px !important;
    background: #3d91d6;
  }

  /* .banner-section video {
    display: none;
  } */

  .section-cdb h1.title {
    font-size: 25px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 5px;
  }

  .section-cdb h1.title br {
    display: none;
  }

  .section-cdb .enjoy-easier-an-nology-si-ships {
    font-size: 17px;
    line-height: 20px;
    margin-top: 10px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-cdb .enjoy-easier-an-nology-si-ships br {
    display: none;
  }

  .section-cdb .button {
    margin-top: 15px;
    text-align: center;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .our-testimonial {
    margin-top: 0px;
  }

  .customs-info .freight-data p br {
    display: none;
  }

  .forwarding-further .can-offer-tracking .we-can-offer h3 br {
    display: none;
  }

  .forwarding-further .fame-img .mapId {
    height: calc(100% - 17%) !important;
    top: calc(100% - 92%);
  }


}

@media screen and (max-width:900px) {

  body {
    overflow-y: auto !important;
  }
}

@media only screen and (min-width:768px) and (max-width:900px) {
  .navbar-collapse .login-form {
    margin-left: 25px;
    min-height: 65px;
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;

  }

  body, .fp-tableCell {
    overflow: hidden;
    overflow-y: auto;
  }

  nav.navbar-expand-lg .navbar-collapse.show {
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
    flex-direction: column;
  }

  .container {
    max-width: 90% !important;
  }

  .section-cdb {
    top: 8em;
    left: calc(9% - 1%);
    max-width: 410px;
  }

  .section-cdb .enjoy-easier-an-nology-si-ships br {
    display: none;
  }

  .section-cdb h1.title {
    font-size: 42px;
    line-height: 45px;
  }

  .section-cdb .enjoy-easier-an-nology-si-ships {
    font-size: 20px;
    line-height: 27px;
    margin-top: 15px;
  }

  .section-cdb .button {
    margin-top: 15px;
  }

  .data-section {
    width: 95%;
    margin: 45px auto 20px;
  }

  .forwarding-further .can-offer-tracking {
    padding-left: 7%;
  }

  .forwarding-further .can-offer-tracking .we-can-offer {
    padding-top: 1em;
    padding-right: 0;
  }

  .we-can-offer .freight-data p {
    margin-top: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .getintouch-section {
    padding: 5% 0px 15em;
  }

  .forwarding-further .fame-img .mapId {
    height: calc(100% - 17%) !important;
    top: calc(100% - 92%);
  }

}


@media only screen and (min-width:901px) and (max-width:990px) {
  .forwarding-further .fame-img .mapId {
    height: calc(100% - 17%) !important;
    top: calc(100% - 92%);
  }

  .container {
    max-width: 90% !important;
  }

  .section-cdb {
    top: 10em;
  }

  .section-cdb h1.title {
    font-size: 50px;
    line-height: 49px;
  }

  .forwarding-further .can-offer-tracking {
    padding-left: 7%;
  }

  .forwarding-further .can-offer-tracking .we-can-offer {
    padding-top: 1em;
    padding-right: 0;
  }

  .we-can-offer .freight-data p {
    margin-top: 0;
    font-size: 21px;
    line-height: 29px;
  }

  .getintouch-section {
    padding: 5% 0px 15em;
  }

  body, .fp-tableCell {
    overflow: hidden;
    overflow-y: auto;
  }

}

/* body ,.fp-tableCell{overflow: hidden;overflow-y: auto;} */


@media only screen and (min-width:991px) and (max-width:1024px) {
  .forwarding-further .fame-img .mapId {
    height: calc(100% - 17%) !important;
    top: calc(100% - 92%);
  }

  div.section-cdb {
    left: 4.5%;
    top: 8em;
  }

  ul.sc-model {
    width: 100%;
  }

  .section-cdb h1.title {
    font-size: 55px;
    line-height: 60px;
  }

  .forwarding-further .can-offer-tracking {
    padding-left: 4%;
  }

  .forwarding-further .can-offer-tracking .we-can-offer {
    padding-top: 1em;
    padding-right: 0;
  }

  .we-can-offer .freight-data p {
    margin-top: 0;
    font-size: 22px;
    line-height: 30px;
  }

  .getintouch-section {
    padding: 8% 0px 18em;
  }

  body, .fp-tableCell {
    overflow: hidden;
    overflow-y: auto;
  }

  section.footer-sec {
    height: 40vh !important;
    display: flex !important;
  }

}

@media only screen and (min-width:1025px) and (max-width:1100px) {

  .forwarding-further .fame-img .mapId {
    height: calc(100% - 17%) !important;
    top: calc(100% - 92%);
  }

  div.section-cdb {
    left: calc(8% - 1%);
    top: 11em;
  }

  .forwarding-further .can-offer-tracking {
    padding-left: 7%;
  }

  ul.sc-model {
    width: 100%
  }

}


@media only screen and (min-width:1101px) and (max-width:1140px) {
  .forwarding-further .fame-img .mapId {
    height: calc(100% - 17%) !important;
    top: calc(100% - 92%);
  }

  div.section-cdb {
    left: calc(9% - 1%);
    top: 11em;
  }

  div.freight-data p {
    margin-top: 40px;
  }
}


@media only screen and (min-width:1141px) and (max-width:1200px) {
  .forwarding-further .fame-img .mapId {
    height: calc(100% - 17%) !important;
    top: calc(100% - 92%);
  }

  div.section-cdb {
    left: calc(12% - 1%);
  }

  div.freight-data p {
    margin-top: 40px;
  }

  .forwarding-further .can-offer-tracking {
    padding-left: 10%;
  }
}

@media only screen and (min-width:1201px) and (max-width:1240px) {
  div.section-cdb {
    left: calc(5% - 1%)
  }

  div.freight-data p {
    margin-top: 25px;
    font-size: 21px;
  }

  .customs-list ul {
    padding-left: 0px;
  }

  .forwarding-further .can-offer-tracking {
    padding-left: 10%;
  }
}

@media only screen and (min-width:1241px) and (max-width:1300px) {
  .container {
    max-width: 90% !important;
    padding-right: 15px;
    padding-left: 15px;
  }

  div.section-cdb {
    left: calc(8.5% - 1%);
    top: 20em;
  }

  div.section-cdb.home-banner-content {
    left: calc(8.5% - 1%);
    top:16em;
  }



  div.freight-data p {
    margin-top: 25px;
    font-size: 21px;
  }

  .customs-list ul {
    padding-left: 0px;
  }

  .forwarding-further .can-offer-tracking {
    padding-left: 7%;
  }
}

@media only screen and (min-width:1301px) and (max-width:1400px) {
  div.section-cdb {left: calc(11% - 1%)}
  div.section-cdb {
    top: 20em;}

}

@media only screen and (min-width:1401px) and (max-width:1500px) {

  /* div.section-cdb{left:11%;top:14em; } */
  div.section-cdb {
    top: 20em;
    left: 9%;
    bottom: calc(36% - 16%) !important;
  }

  div.section-cdb.home-banner-content {
    top: 20em;
    left: 9%;
    bottom: calc(36% - 16%) !important;
  }

  .forwarding-further .can-offer-tracking {
    padding-left: 11%;
  }
}

@media only screen and (min-width:1501px) and (max-width:1600px) {
  div.section-cdb {
    left: 14%;
    top: 16em;
  }

  /****What we can offer****/
  .data-section {
    width: 80%;
  }

  .forwarding-further .can-offer-tracking {
    padding-left: 14%;
  }
}

@media only screen and (min-width:1601px) and (max-width:1700px) {
  div.section-cdb {
    left: 16%;
    top: 15em;
  }

  /****What we can offer****/
  .data-section {
    width: 80%;
  }

  div.bcm-custmr {
    padding: 70px 15%;
  }

  div.bcm-agent {
    padding: 70px 10%;
  }

  .section-plus p {
    font-size: 16px;
  }

  .forwarding-further .can-offer-tracking {
    padding-left: 15%;
  }

  .forwarding-further .fame-img .mapId {
    height: calc(100% - 17%) !important;
    top: calc(100% - 92%);
  }


}

@media only screen and (min-width:1701px) and (max-width:1900px) {
  .container {
    max-width: 80%;
  }

  .section-cdb {
    left: 12%;
    top: 15em;
    max-width: 560px;
  }

  .section-cdb h1.title {
    font-size: 62px;
    line-height: 75px;
  }

  div.section-cdb .enjoy-easier-an-nology-si-ships {
    font-size: 25px;
    line-height: 40px;
  }

  .section-cdb .button .learn-more {
    font-size: 22px;
  }

  /****What we can offer****/
  .section-plus p {
    font-size: 16px;
  }

  .brokerge-width .customs-left li span {
    font-size: 20px;
    line-height: 22px;
  }

  .forwarding-further .can-offer-tracking {
    padding-left: 11%;
  }

  .forwarding-further .fame-img .mapId {
    height: calc(100% - 17%) !important;
    top: calc(100% - 92%);
  }
}

@media only screen and (min-width:1901px) and (max-width:2000px) {
  .container {
    max-width: 76%;
  }

  div.section-cdb {
    left: 14%;
    top: 17em;
    max-width: 540px;
  }

  .section-cdb h1.title {
    font-size: 62px;
    line-height: 75px;
  }

  div.section-cdb .enjoy-easier-an-nology-si-ships {
    font-size: 25px;
    line-height: 40px;
  }

  .section-cdb .button .learn-more {
    font-size: 22px;
  }

  .section-plus p {
    font-size: 19px;
    line-height: 23px;
  }

  .freight-data p {
    font-size: 25px;
  }

  .brokerge-width .customs-left li span {
    font-size: 20px;
    line-height: 22px;
  }

  .forwarding-further .can-offer-tracking {
    padding-left: 13%;
  }

  .forwarding-further .fame-img .mapId {
    height: calc(100% - 17%) !important;
    top: calc(100% - 92%);
  }
}

@media only screen and (min-width:2001px) and (max-width:2200px) {
  .container {
    max-width: 76%;
  }

  div.section-cdb {
    /* left:14%;top:18em;max-width:540px; */
    left: calc(20.4% - 10%);
    max-width: 530px;
    top: 16em;
  }

  .section-cdb h1.title {
    font-size: 62px;
    line-height: 75px;
  }

  div.section-cdb .enjoy-easier-an-nology-si-ships {
    font-size: 25px;
    line-height: 40px;
  }

  .section-cdb .button .learn-more {
    font-size: 22px;
  }

  .section-plus p {
    font-size: 19px;
    line-height: 23px;
  }

  .freight-data p {
    font-size: 25px;
  }

  .brokerge-width .customs-left li span {
    font-size: 20px;
    line-height: 22px;
  }

  .forwarding-further .can-offer-tracking {
    padding-left: 13%;
  }

  .forwarding-further .fame-img .mapId {
    height: calc(100% - 17%) !important;
    top: calc(100% - 92%);
  }
}

@media only screen and (min-width:2201px) and (max-width:2400px) {
  .container {
    max-width: 76%;
  }

  div.section-cdb {
    /* left:14%;top: 18em;max-width:540px; */
    left: calc(20.4% - 10%);
    max-width: 530px;
    top: 16em;
  }

  .section-cdb h1.title {
    font-size: 62px;
    line-height: 75px;
  }

  div.section-cdb .enjoy-easier-an-nology-si-ships {
    font-size: 25px;
    line-height: 40px;
  }

  .section-cdb .button .learn-more {
    font-size: 22px;
  }

  .section-plus p {
    font-size: 19px;
    line-height: 23px;
  }

  .freight-data p {
    font-size: 25px;
  }

  .brokerge-width .customs-left li span {
    font-size: 20px;
    line-height: 22px;
  }

  .forwarding-further .can-offer-tracking {
    padding-left: 13%;
  }

  .forwarding-further .fame-img .mapId {
    height: calc(100% - 17%) !important;
    top: calc(100% - 92%);
  }
}

@media only screen and (min-width:2401px) and (max-width:2600px) {
  .container {
    max-width: 76%;
  }

  div.section-cdb {
    left: 14%;
    top: 25em;
    max-width: 540px;
  }

  .section-cdb h1.title {
    font-size: 62px;
    line-height: 75px;
  }

  div.section-cdb .enjoy-easier-an-nology-si-ships {
    font-size: 30px;
    line-height: 42px;
  }

  .section-cdb .button .learn-more {
    font-size: 28px;
    width: 200px !important;
    height: 65px !important;
    line-height: 65px;
  }

  .section-plus p {
    font-size: 22px;
    line-height: 30px;
  }

  .freight-data p {
    font-size: 29px;
    line-height: 35px;
  }

  .brokerge-width .customs-left li span {
    font-size: 20px;
    line-height: 22px;
  }

  .forwarding-further .can-offer-tracking {
    padding-left: 13%;
  }

  .forwarding-further .fame-img .mapId {
    height: calc(100% - 17%) !important;
    top: calc(100% - 92%);
  }
}

@media only screen and (min-width:2601px) and (max-width:2800px) {
  .container {
    max-width: 76%;
  }

  div.section-cdb {
    left: 14%;
    top: 25em;
    max-width: 540px;
  }

  .section-cdb h1.title {
    font-size: 62px;
    line-height: 75px;
  }

  div.section-cdb .enjoy-easier-an-nology-si-ships {
    font-size: 30px;
    line-height: 42px;
  }

  .section-cdb .button .learn-more {
    font-size: 28px;
    width: 200px !important;
    height: 65px !important;
    line-height: 65px;
  }

  .section-plus p {
    font-size: 22px;
    line-height: 30px;
  }

  .freight-data p {
    font-size: 29px;
    line-height: 35px;
  }

  .brokerge-width .customs-left li span {
    font-size: 20px;
    line-height: 22px;
  }

  .forwarding-further .can-offer-tracking {
    padding-left: 13%;
  }

  .forwarding-further .fame-img .mapId {
    height: calc(100% - 17%) !important;
    top: calc(100% - 92%);
  }

  .customs-contact-form .customs-info div.freight-data p, div.freight-data p {
    font-weight: 500;
    font-size: 25px !important;
    max-width: 400px !important;
  }

}

@media only screen and (min-width:2801px) and (max-width:3000px) {
  .container {
    max-width: 76%;
  }

  div.section-cdb {
    left: 14%;
    top: 25em;
    max-width: 540px;
  }

  .section-cdb h1.title {
    font-size: 62px;
    line-height: 75px;
  }

  div.section-cdb .enjoy-easier-an-nology-si-ships {
    font-size: 30px;
    line-height: 42px;
  }

  .section-cdb .button .learn-more {
    font-size: 28px;
    width: 200px !important;
    height: 65px !important;
    line-height: 65px;
  }

  .section-plus p {
    font-size: 22px;
    line-height: 30px;
  }

  .freight-data p {
    font-size: 29px;
    line-height: 35px;
  }

  .brokerge-width .customs-left li span {
    font-size: 20px;
    line-height: 22px;
  }

  .forwarding-further .can-offer-tracking {
    padding-left: 13%;
  }

  .forwarding-further .fame-img .mapId {
    height: calc(100% - 17%) !important;
    top: calc(100% - 92%);
  }
}


@media only screen and (min-width:3001px) {
  .container {
    max-width: 76%;
  }

  div.section-cdb {
    left: 14%;
    top: 25em;
    max-width: 540px;
  }

  .section-cdb h1.title {
    font-size: 62px;
    line-height: 75px;
  }

  div.section-cdb .enjoy-easier-an-nology-si-ships {
    font-size: 30px;
    line-height: 42px;
  }

  .section-cdb .button .learn-more {
    font-size: 28px;
    width: 200px !important;
    height: 65px !important;
    line-height: 65px;
  }

  .section-plus p {
    font-size: 26px;
    line-height: 35px;
    padding-right: 125px;
  }

  .freight-data p {
    font-size: 33px;
    line-height: 50px;
    padding-right: 95px;
  }

  .brokerge-width .customs-left li span {
    font-size: 20px;
    line-height: 22px;
  }

  .forwarding-further .fame-img .mapId {
    height: calc(100% - 17%) !important;
    top: calc(100% - 92%);
  }
}

/**add new css here**/

.brokerge-width .customs-left li {
  border-radius: 18px
}

.customers-txt {
  width: 72%
}

.get-in-touch {
  float: left;
  width: 100%;
  padding: 40px 0 80px;
  padding-top: 80px !important;
}

.get-form {
  width: 50%;
  margin: auto;
}

@media only screen and (min-width:1301px) and (max-width:1360px) {
  div.get-form h3 {
    font-size: 45px;
  }
}

.get-form h3 {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  line-height: 40px;
  font-family: "DM Sans", Helvetica;
  font-size: 3.1vw;
}

.fom-blok {
  float: left;
  width: 100%;
  margin-top: 20px;
}

ul.sc-model {
  width: 100%;
  margin: 15px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.sc-model li {
  width: 60%;
  float: left;
  text-align: center;
  border: 2px solid #3d91d6;
  background: #3d91d6;
  padding: 15px;
  border-radius: 20px;
  margin: 2%;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

ul.sc-model li:hover {
  background: #302dd1;
  border-color: #302dd1;
}

ul.sc-model li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blok-modl-img {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blok-modl-img img {
  width: 50px;
}

.fom-blok ul.sc-model li span {
  padding: 0 20px 5px;
}

ul.sc-model li span {
  color: var(--white);
  font-weight: 600;
  font-size: 20px;
  font-family: "DM Sans", Helvetica;
  width: 100%;
  float: left;
  padding: 0 20px 25px;
  line-height: 23px;
  text-align: center;
  font-size: 1.41vw;
}

.create-account-left-side {
  width: 40%;
  float: left;
  text-align: left;
}

.create-account-right-side {
  width: 60%;
  float: right;
  padding-top: 10%;
}

.create-account-right-side input {
  background: transparent;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
  font-size: 13px;
  border-radius: 0px;
}

.create-account-right-side button {
  float: right;
  border: none;
  background: #3d91d6;
  padding: 8px 15px;
  border-radius: 15px;
}

.create-account-right-side button a {
  color: #fff;
  text-decoration: none;
}

.customs-contact-form {
  float: left;
  width: 100%;
  padding: 0% 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.customs-contact-form .customs-info {
  padding-left: 0;
  width: 40%;
}

.customs-info h3 {
  color: #141414;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
  font-family: "DM Sans", Helvetica;
}

.freight-data {
  margin-top: 10px;
  float: left;
  width: 100%;
}

.customs-contact-form .customs-info div.freight-data p {
  font-weight: 500;
  font-size: 22px;
  max-width: 350px;
}

.for-ledt-contact {
  float: left;
  width: 50%;
  padding-left: 0%;
  padding-top: 8%;

}

.for-ledt-contact .d-flex {
  gap: 20px;
}

.customs-contact-form .for-ledt-contact form .form-control {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0;
  border-bottom: solid 1px rgba(169, 169, 169, 0.61) !important;
  padding-left: 3px;
  margin-bottom: 15px !important;
}

.for-ledt-contact .d-flex {
  gap: 20px;
}

.for-ledt-contact a.sign-up, .for-ledt-contact a.sign-up:hover {
  position: relative;
  background-color: #3d91d6;
  border-color: #3d91d6;
  float: right;
  top: 15px;
  font-size: 17px;
  line-height: 30px;
  height: auto;
  padding: 5px 21px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
}

.for-ledt-contact a.sign-up {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width:767px) {
  .create-account-left-side {
    width: 100%;
  }

  .create-account-right-side {
    width: 100%;
  }

  div.brokerge-width .customs-left li {
    border-radius: 20px;
  }

  div.brokerge-width .customs-left li {
    min-height: 140px;
  }

  div.get-in-touch .get-form ul.sc-model {
    padding-left: 0px;
  }

  div.get-in-touch div.get-form ul.sc-model li {
    width: 80%;
    min-width: auto;
    min-width: 170px;
    max-width: 170px;
    border-radius: 20px;
  }

  .customs-contact-form .customs-info {
    width: 100% !important;
  }

  .for-ledt-contact {
    width: 100%;
    padding-left: 0%
  }

  .group.contnt-dm {
    padding-left: 8% !important;
  }

  .brokerge-width .customs-left ul {
    margin-top: 20px
  }


}

/*5dec*/

button.contact {
  border-radius: 40px;
  height: 55px;
  width: 181px;
  text-align: center;
  font-size: 18px;
  line-height: 55px;
  font-family: "HelveticaNeue-Regular", Helvetica;
  float: left;
  text-decoration: none;
  cursor: pointer;
  border: solid 1px #c73039;
  color: #fff;
  background-color: #c73039;
  position: absolute;
  display: flex;
  /*bottom:-25px;*/
  top: 90vh;
  right: 7%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  z-index: 1
}

img#logo-default:focus-visible {
  outline: none;
}

button.contact:hover {
  background-color: #c7212b;
  color: #fff
}

button.contact .blok-modl-img {
  min-height: auto;
}

/*ul.nav.justify-content-end.main-menu li.nav-item.active a{background-color: #fff; color: #3d91d6 !important;padding: 4px 10px;border-radius: 20px; }*/
ul.nav.justify-content-end.main-menu li.nav-item.active a {
  background-color: #fff;
  color: #3d91d6 !important;
  padding: 7px 10px;
  box-sizing: border-box;
  border-radius: 20px;
  line-height: 20px;
  display: inline-block;
}

ul.nav.justify-content-end.main-menu li.nav-item a {
  color: #fff !important;
  padding: 7px 10px !important;
  box-sizing: border-box;
  border-radius: 20px;
  line-height: 22px !important;
  display: inline-block;
}

ul.main-menu {
  position: unset;
}

button.contact .blok-modl-img img {
  max-width: 20px;
}

ul.nav.justify-content-end.main-menu li.nav-item.active a {
  border-color: transparent !important;
}

.fom-blok ul.sc-model li span {
  text-align: left;
}

ul.sc-model {
  padding: 0
}

.customs-contact-form .customs-info div.freight-data p {
  font-weight: 600
}

.what-can-we .can-offer-tracking .we-can-offer {
  padding-left: 15px;
}

/* .container {max-width: 83.9%;} */
nav .container {
  max-width: 86%;
}

.our-testimonial .carousel-control-prev {
  padding-right: 65px;
}

.we-can-offer h3 {
  font-size: 45px;
  font-weight: 600;
  line-height: 50px !important;
  font-family: "DM Sans", 'HelveticaNeue LT Pro-55Roman';
}

.header-blue.onHome a.learn_more {
  min-width: fit-content;
  padding: 0 25px;
}

.frightYourHand.newhand .container {
  max-width: 100%;
}

.what-we-do-sec p {
  font-size: 14px;
  line-height: 21px;
  font-family: "DM Sans", Helvetica;
}

.stay-loop .form-left-cont h2 {
  line-height: 50px
}

.forwarding-further .can-offer-tracking {
  padding-left: 9.4%;
}

.get-form h3 {
  font-size: 45px;
  line-height: 60px;
}

ul.sc-model li span {
  font-size: 20px;
}

.get-in-touch.pt-zero {
  float: left;
  width: 100%;
  margin: 0% 0 5%;
  padding: 4% 0 !important;
}

ul.nav.justify-content-end.main-menu li.nav-item.active a {
  border-color: transparent !important;
}

.blok-modl-img {
  min-height: auto;
}

.customs-contact-form .customs-info div.freight-data p, div.freight-data p {
  /*font-weight:500;*/
  font-size: 20px;
  max-width: 385px;
  line-height: 28px;
}

.forwarding-further .fame-img {
  padding-right: 7%;
}

.customers-txt {
  width: auto;
}

.brokerge-width .customs-left {
  width: 58%;
}

.brokerge-width .customs-right {
  width: 45%;
  padding-left: 6%;
  padding-top: 10%
}

/* .header-gray{position: relative;} */
.customs-info {
  padding-left: 19%;
}

.brokerge-width {
  display: flex;
  /*align-items: center;*/
}

.for-ledt-contact a.sign-up:hover {
  background: #302dd1 !important;
  border-color: #302dd1 !important;
  color: #fff !important;
}


@media only screen and (min-width: 1580px) {
  .company-about-us.companyPage .tol-img img {
    margin-bottom: -42px;
  }

  .group.siship-info.row .group.col-md-6.row-right.sub-main-title {
    padding: 0% 0 0 10%;
  }

  .leftVideoIntro .vdIntro img {
    width: 75%;
  }

  .container {
    max-width: 83%;
  }

  nav .container {
    max-width: 81%;
  }

  div.section-plus span {
    font-size: 18px;
    line-height: 24px;
  }

  .frightDataSection {
    padding: 10px 0 70px 0%;
    float: left;
    width: 100%;
  }
}

@media only screen and (min-width:1301px) and (max-width:1360px) {
  .banner-section div.section-cdb {
    left: calc(27% - 17.7%) !important;
    top: 20em;
    /*top:inherit !important;bottom:calc(36% - 10%) !important;*/
  }
}

@media only screen and (min-width:1601px) and (max-width:1680px) {
  .bcm-custmrnew {
    padding: 70px 77px 70px 14%;
  }

  .banner-section div.section-cdb {
    left: calc(27% - 16.4%) !important;
  }
}

@media only screen and (min-width:1701px) and (max-width:1800px) {
  .banner-section div.section-cdb {
    left: calc(27% - 16.8%) !important;
    top:13em;
    max-width:530px;
  }

  .bcm-agent {
    padding-left:10.3% !important;
  }

  .section-cdb h1.title {
    font-size: 56px;
    line-height: 70px;
  }

}

@media only screen and (min-width:1200px) {
  .customs-brokerage {
    margin-top:0px;
    height:100vh;
    display:flex;
    /*align-items: center;*/
  }
}

@media only screen and (min-width:1901px) and (max-width:2000px) {

  /* .banner-section div.section-cdb {left: calc(23% - 10%);max-width:430px;top:16em;} */
  .banner-section div.section-cdb {left: calc(20% - 10%);max-width:530px;top:16em;}

  .section-cdb h1.title {font-size: 56px;line-height:70px;}

}

@media only screen and (min-width: 2601px) and (max-width: 2800px) {
  .banner-section div.section-cdb {
    left: calc(27% - 14%) !important;
    top: 29em;
  }

  .section-cdb h1.title {
    font-size: 56px;
    line-height:70px;
  }

}

@media only screen and (min-width: 1701px) and (max-width: 1900px) {
  nav .container {
    max-width: 80%;
    padding: 0
  }

  div .container, div nav .container {
    max-width: 83%;

  }

  div.customs-brokerage .container {
    max-width: 81.3%;
  }
}

@media only screen and (min-width:1440px) and (max-width:1597px) {
  .banner-section div.section-cdb {
    left: calc(27% - 18%) !important;
    top: 20em;
    max-width: 500px;
  }
}

@media only screen and (min-width: 3001px) {
  div.section-cdb {
    /* left: calc(27% - 14.5%) !important;top: 24em;max-width: 530px; */
    left: calc(19.8% - 10%) !important;
    max-width: 630px;
    top: 24em;
  }
}

@media only screen and (min-width:1601px) and (max-width:1700px) {
  .bcm-agent {
    padding-left: 10.4% !important;
  }
}

@media only screen and (min-width: 1901px) {
  .container {
    max-width: 77%;
  }

  .bcm-agent {
    padding-left: 10.1% !important;
  }

  .section-plus p {
    font-size: 20px !important;
    line-height: 28px !important;
  }

  .section-cdb h1.title {
    font-size: 56px;
    line-height: 70px;
  }

  nav.navbar form.login-form button {
    line-height: 24px !important
  }
}

@media only screen and (max-width: 560px) {
  div button.contact {
    right: unset;
    top:85vh;
    left:45%;
    /*transform:translate(-50%,0%); */
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1240px) {
  div.section-cdb {
    left: calc(5% - -4%);
  }

  body, .fp-tableCell {
    overflow: hidden;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 767px) {
  .what-we-do-sec h2, .what-can-we div.we-can-offer h3 {
    font-size: 29px;
    line-height: 35px !important
  }

  .what-we-do-sec h4, .freight-data h4 {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }

  .what-we-do-sec p {
    font-size: 16px;
    line-height: 26px;
  }

  div.for-what-we-do {
    margin-top: 20px;
  }

  section#iframe-id .fp-tableCell {
    display: flex !important;
    flex-direction: column;
  }

  section#iframe-id .fp-tableCell section#youtubeHeight {
    height: 60vh !important;
  }

  section#iframe-id .fp-tableCell .home-page-iframe {
    height: 100% !important;
  }

  .can-offer-tracking .freight-data {
    margin-top: 0;
  }

  .frightmini p {
    font-size: 18px;
    line-height: 25px;
  }

  div.our-testimonial .carousel-control-prev {
    padding-right: 4%;
  }

  .frightYourHand div.frightDataSection h3 {
    font-size: 30px;
    line-height: 35px;
  }

  .what-we-do-sec p br {
    display: none;
  }

  .what-we-do-sec p {
    max-width: 250px;
  }

  div.section-plus p {
    font-size: 14px !important;
    line-height: 20px;
  }

  div.section-cdb .enjoy-easier-an-nology-si-ships br {
    display: block;
  }

  .for-details span {
    color: #3d91d6;
    float: left;
    text-align: left;
  }

  .customs-contact-form {
    padding: 3% 20px;
    margin-top: 10%;
    margin-bottom: 10px;
    height: auto;
  }

  .get-in-touch .get-form h3 {
    font-size:26px;float:left;margin-top:15%;
    line-height:35px;width:100%;
  }

  .banner-section div.section-cdb h1.title {
    font-size:34px;line-height:40px;
  }

  div.get-in-touch .get-form .fom-blok {
    margin-top:10px;
  }

  div.can-offer-tracking .freight-data p {
    max-width:340px
  }

  div.get-in-touch .get-form ul.sc-model {
    flex-wrap:wrap;
  }

  .customs-info h3, .forwarding-further .can-offer-tracking .we-can-offer h3 {
    text-align:left;font-size:29px !important;line-height:35px !important;
  }

  div.forwarding-further div.can-offer-tracking .we-can-offer {margin-top:6%;}

  .for-details span br {display:none;}

  .for-details span {max-width:350px;}

  div.customs-contact-form .customs-info div.freight-data p, .freight-data p, div.can-offer-tracking .freight-data p {
  font-size:20px !important;max-width:100%;line-height:30px;}

  a.sign-up, a.sign-up:hover {
    height:45px;line-height:45px;font-size:16px;width:150px;}

  .get-in-touch.pt-zero {
  margin:0 0 20px !important;padding:0 !important;}

  div.header .blok-modl-img img {max-width:25px !important;}
  .brokerge-width .customs-left {width:100%;}
  .brokerge-width .customs-right {width: 100%;}
  div.brokerge-width .customs-left li {min-height: 100%;}
  div.section-plus p br, div.can-offer-tracking .freight-data p br {display: none;}
  div.banner-section div.section-cdb {top: inherit !important; bottom: calc(36% - -20%) !important;}
  section.customer-banner div.section-cdb {top: inherit !important; bottom: calc(36% - -6%) !important;}

  .brokerge-width {flex-direction:column;}

  div.header div.banner-section {min-height:100% !important;max-height:100% !important;}

  div.banner-section div.section-cdb h1.title {font-size: 32px !important;line-height:42px !important;}
  div section.customer-banner .section-cdb h1.title{font-size:32px !important;line-height:42px !important;}
  div button.contact {height:45px;width:155px;font-size:16px}
  div.get-in-touch div.get-form ul.sc-model li {max-width: 205px;min-height: 140px;}
  .for-ledt-contact {padding-left:0 !important}

}

@media only screen and (max-width:380px){
  div.banner-section div.section-cdb {top: inherit !important;bottom: calc(36% - -15%) !important;}
}
  
  
@media only screen and (max-width:520px){

  /* div.banner-section div.section-cdb {top:inherit !important;bottom:calc(36% - 5%) !important;} */
  div.banner-section div.section-cdb {top:14vh !important;bottom:0 !important;}
  /* section.customer-banner div.section-cdb {bottom:calc(36% - 6%) !important;} */
  div.banner-section div.section-cdb.home-banner-content{top:-10vh !important;bottom:0 !important;}

}

/* .header-gray{display:flex} */
.sticky-menu .modal-popup-container{
  background: #3d91d6;
}

@media only screen and (min-width: 1025px) and (max-width: 1100px) {
  .banner-section div.section-cdb {left:10%;top: 9em;}
  ul.nav.justify-content-end.main-menu li.nav-item {margin:0 6px !important;}
  .navbar form.login-form button {padding:5px 14px !important;}
  div.forwarding-further .can-offer-tracking {padding-left: 10%;}
  div.our-testimonial {margin-top:0}
  div.get-form h3 {font-size: 35px;line-height:45px;}
  .banner-section div.section-cdb {left:10%;top: inherit;bottom: calc(36% - 27%) !important;}
  .banner-section div.section-cdb {left:9%;}
  ul.nav.justify-content-end.main-menu li.nav-item {margin: 0 6px !important;}
  ul.nav.justify-content-end.main-menu li.nav-item a {padding: 4px 7px !important;}
  .customs-brokerage .customs-list ul {grid-template-columns: repeat(auto-fill, minmax(35%, 1fr));}
  div.get-form h3 {font-size:35px;line-height:45px;}
  div.our-testimonial {margin-top:0}
  div.get-form {width:70%}

  .navbar form.login-form button {padding: 5px 14px !important;}
  .we-can-offer .freight-data p, .customs-contact-form .customs-info div.freight-data p, div.freight-data p {font-size: 20px;}
  .customerPage .can-offer-tracking div.freight-data p {font-size: 20px;}
  .customerPage .can-offer-tracking div.section-plus p br, .customerPage .customs-right .section-plus p br {display: none;}

  .customs-contact-form .container {align-items:flex-end;display:flex;}
  .customs-brokerage .customs-list ul {
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr)) !important;grid-auto-rows:158px !important;}

  .brokerge-width .customs-left li {min-height:145px !important}
}

@media only screen and (min-width:1101px) and (max-width:1121px) {
  ul.nav.justify-content-end.main-menu li.nav-item {
    margin: 0 6px !important;
  }

  .navbar form.login-form button {
    padding: 5px 14px !important;
  }

  div.get-form {
    width: 70%
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  div.our-testimonial {
    margin-top: 0
  }

  .customs-contact-form {
    padding: 3% 20px
  }

  .banner-section div.section-cdb {
    top: inherit;
    bottom: calc(36% - 10%) !important;
  }

  .customs-info h3, .forwarding-further .can-offer-tracking .we-can-offer h3 {
    text-align: left;
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .get-in-touch .get-form h3 {
    font-size: 32px;
    float: left;
    margin-top: 15%;
    line-height: 40px;
    width: 100%;
  }

  div.forwarding-further .can-offer-tracking {
    padding-left: 45px;
  }

  .we-can-offer .freight-data p, .customs-contact-form .customs-info div.freight-data p, div.freight-data p {
    font-size: 20px;
  }

  .customs-contact-form .container {
    align-items: flex-end;
    display: flex;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .banner-section div.section-cdb {
    left: 9%;
  }

  ul.nav.justify-content-end.main-menu li.nav-item {
    margin: 0 6px !important;
  }

  ul.nav.justify-content-end.main-menu li.nav-item a {
    padding: 4px 7px !important;
  }

  .customs-brokerage .customs-list ul {
    grid-template-columns: repeat(auto-fill, minmax(35%, 1fr));
  }

  div.get-form h3 {font-size: 35px;line-height: 45px;}
  div.our-testimonial {margin-top: 0}
  div.get-form {width: 70%}
  .navbar form.login-form button {padding: 5px 14px !important;}
  .we-can-offer .freight-data p, .customs-contact-form .customs-info div.freight-data p, div.freight-data p {
   font-size: 20px;}
  .customerPage .customs-right .section-plus p br {display: none;}
  .customs-contact-form .container {align-items:flex-end;display:flex;}
  .customs-brokerage .customs-list ul {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr)) !important;
    grid-auto-rows:158px !important;}
  .brokerge-width .customs-left li {min-height: 145px !important}
  div.stay-loop {width:80%;}
  .sticky-menu nav .container {max-width: 86% !important;}
  .container, nav .container {max-width: 89% !important;}

}

@media only screen and (min-width: 901px) and (max-width: 991px) {
  div.forwarding-further .can-offer-tracking {
    padding-left: 6%
  }

  div.get-form h3 {
    font-size: 35px;
    line-height: 45px;
  }

  div.our-testimonial {
    margin-top: 0
  }

  .customs-contact-form {
    padding: 3% 20px
  }

  .banner-section div.section-cdb {
    top: inherit;
    bottom: calc(36% - 27%) !important;
  }

  div.get-form {
    width: 70%
  }

  div.container {
    max-width: 93% !important
  }

  nav div.container {
    max-width: 88% !important
  }

  .we-can-offer .freight-data p, .customs-contact-form .customs-info div.freight-data p, div.freight-data p {
    font-size: 20px;
  }

  .customs-contact-form .container {
    align-items: flex-end;
    display: flex;
  }
}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {
  .forwarding-further .can-offer-tracking {
    padding-left: 8.8%;
  }
}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {

  /* .banner-section div.section-cdb {left: calc(27% - 1%)!important;} */
  .banner-section div.section-cdb {
    left: calc(25.4% - 1%) !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}

@media only screen and (min-width: 1601px) and (max-width: 1700px) {
  div.forwarding-further .can-offer-tracking {
    padding-left: 10.5%;
  }

  .container {
    max-width: 81%;
  }
}

@media only screen and (min-width: 1701px) and (max-width: 1900px) {
  div.forwarding-further .can-offer-tracking {padding-left:10%;}
  .container {max-width:81.5%;}
}

@media only screen and (min-width: 1901px) and (max-width:2800px) {
  div.container {max-width:82%;}
  div.forwarding-further .can-offer-tracking {padding-left:13%;}
  .for-ledt-contact {padding-top:8%}
  .frightYourHand .frightleft {padding-left:2.5%;}

}

@media only screen and (min-width: 2801px) {
  div.container {max-width:82%;}
  div.forwarding-further .can-offer-tracking {padding-left: 12.5%;}
  .customs-contact-form .customs-info div.freight-data p {max-width: 50%;}
  .for-ledt-contact {padding-top:8%}
  .frightYourHand .frightleft {padding-left:2.4%;}
}

@media only screen and (min-width: 521px) and (max-width: 767px) {
  nav #navbarSupportedContent ul.main-menu li.nav-item:first-child {
    margin-top: 20px !important
  }

  nav #navbarSupportedContent ul.main-menu li.nav-item {
    margin:10px 12px !important;width: 100%;
  }

  .navbar-collapse .login-form {width:83%;}
}

@media only screen and (min-width:1141px) and (max-width:1200px) {
  div.section-cdb {
    left: calc(12% - 3%);
    top: 20em;
  }

  body, .fp-tableCell {
    overflow: hidden;
    overflow-y: auto;
  }
}

@media only screen and (min-width: 3001px) {
  .mat-typography div.freight-data p {
    max-width: 70% !important;
    font-size: 35px !important;
  }

  .for-ledt-contact {padding-top:8%}
}

section.vertical-scrolling.fp-auto-height {
  height:100vh;
  scroll-snap-align:center;
}

.container-center-horizontal {
  height:100vh;
  align-items:center;
}

.banner-section video {
  height: 100vh;
  object-fit: cover;
}


/* for-animation */
.for-up {
  transform: translateY(-90vh) !important;
  transition: all 3s ease !important;
}

.for-down {
  transform: translateY(90vh) !important;
  transition: all 3s ease !important;
}

.for-active {
  transform: translateY(0) translateX(0) !important;
  transition: all 3s ease !important;
}

.brokerge-width .customs-left li.for-left-blur {
  border-color: #ccc;
}

.brokerge-width .customs-left li.for-left-blur a span {
  color: #ccc;
}

.brokerge-width .customs-left li.for-left-blur .pr-img {
  filter: grayscale(100%);
  opacity: 0.5;
}

.brokerge-width .customs-left li.for-left-blur:hover {
  background: transparent;
}

.brokerge-width .customs-left li.for-left-blur:hover svg.customer-icon {
  display: block;
}

.brokerge-width .customs-left li.for-left-blur:hover svg.customer-icon-hover {
  display: none;
}

.brokerge-width .customs-left li.for-left-blur.active {
  border-color: #3d91d6;
}

.brokerge-width .customs-left li.for-left-blur.active a span {
  color: #fff;
}

.brokerge-width .customs-left li.for-left-blur.active .pr-img {
  filter: grayscale(100%);
  opacity: 1;
}

.brokerge-width .customs-left li.for-left-blur.active:hover {
  background: #3d91d6;
}

@media (max-width: 768px) {
  div.brokerge-width .customs-left .customs-list ul {
    grid-auto-rows: 35% !important;
  }

  div.brokerge-width .customs-left li {
    min-height: 20vh !important;
  }

  div.customs-list ul {
    grid-gap: 10px 10px;
  }

  .customs-info {
    padding-left: 2%;
  }

  section.vertical-scrolling.fp-auto-height {
    height: auto;
  }

  .container-center-horizontal {
    height: auto;
  }

  .forwarding-further .fame-img {
    padding-right: 0%;
  }

  div.brokerge-width div.customs-left li span {
    font-size: 2vh;
    line-height: 2vh;
  }

  .for-ledt-contact .ng-invalid .col-md-6, .for-ledt-contact .ng-invalid .col-md-12 {
    padding: 0px;
  }
}

.contact.customer{top:92vh;right:10%}
.fp-tableCell {height:100% !important;}
.fp-table {height:100% !important;}
.fp-section {height:100% !important;height:100vh !important;}

.footer-sec {height: 100% !important;}

.customs-list.customs-list-fixed {
  position:absolute;width:46%;top:20%;
  background: #fff;z-index:9;margin-top:0px;}

.brokerge-width .customs-left li svg.air-freight-hover, .brokerge-width .customs-left li svg.custom-brokerage-hover, .brokerge-width .customs-left li svg.domestic-transportation-hover, .brokerge-width .customs-left li svg.ocean-cargo-hover, .brokerge-width .customs-left li svg.ocean-consolidations-hover, .brokerge-width .customs-left li svg.project-cargo-hover, .brokerge-width .customs-left li:hover svg.air-freight, .brokerge-width .customs-left li:hover svg.custom-brokerage, .brokerge-width .customs-left li:hover svg.domestic-transportation, .brokerge-width .customs-left li:hover svg.ocean-cargo, .brokerge-width .customs-left li:hover svg.ocean-consolidations, .brokerge-width .customs-left li:hover svg.project-cargo {
  display:none;}

.brokerge-width .customs-left li.active svg.air-freight-hover, .brokerge-width .customs-left li.active svg.custom-brokerage-hover, .brokerge-width .customs-left li.active svg.domestic-transportation-hover, .brokerge-width .customs-left li.active svg.ocean-cargo-hover, .brokerge-width .customs-left li.active svg.ocean-consolidations-hover, .brokerge-width .customs-left li.active svg.project-cargo-hover, .brokerge-width .customs-left li:hover svg.air-freight-hover, .brokerge-width .customs-left li:hover svg.custom-brokerage-hover, .brokerge-width .customs-left li:hover svg.domestic-transportation-hover, .brokerge-width .customs-left li:hover svg.ocean-cargo-hover, .brokerge-width .customs-left li:hover svg.ocean-consolidations-hover, .brokerge-width .customs-left li:hover svg.project-cargo-hover {
  display:block;
}

.btn-primary.focus, .btn-primary:focus {
  border-color:transparent;box-shadow:none;}

.btn.focus, .btn:focus {outline:0;box-shadow:none;}


/* section.vertical-scrolling.for-auto-height.fp-section.fp-table.testimonial-agent {
  height: 100vh !important;
} */

.carousel.slide {
  background: transparent !important;
}

.no-indicator .carousel-indicators {
  display: none !important;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position:relative;
  display:none;
  float:left;
  width:100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.carousel-item img {
  height: 300px;
}

div.carousel-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.carousel-caption {
top: 40px !important;
}

.carousel-caption h6 {
  font-size: 25px;
  line-height:32px;
  font-weight:600;
  font-family:'DM Sans,HelveticaNeue LT Pro-55Roman';
  font-size:1.75vw;
}

div.carousel-caption h3 {
  font-size: 18px;
}

.brokerge-width .customs-left li:hover {
  opacity: 1;
  background: transparent;
}

.brokerge-width .customs-left li.active:hover {
  opacity: 1;
  background: #3d91d6;
}

.brokerge-width .customs-left li.active:hover span {
  color: #fff !important;
  opacity: 1;
}

.brokerge-width .customs-left li:hover span {
  color: #3d91d6 !important;
  opacity: .5;
}

.brokerge-width .customs-left li svg.custom-brokerage, .brokerge-width .customs-left li svg.air-freight,
.brokerge-width .customs-left li svg.ocean-cargo, .brokerge-width .customs-left li svg.ocean-consolidations,
.brokerge-width .customs-left li svg.domestic-transportation, .brokerge-width .customs-left li svg.project-cargo {
  display: block !important;
  opacity: .5;
}

.brokerge-width .customs-left li svg.custom-brokerage-hover, .brokerge-width .customs-left li svg.air-freight-hover,
.brokerge-width .customs-left li svg.ocean-cargo-hover, .brokerge-width .customs-left li svg.ocean-consolidations-hover,
.brokerge-width .customs-left li svg.domestic-transportation-hover, .brokerge-width .customs-left li svg.project-cargo-hover {
  display: none !important;
}

.brokerge-width .customs-left li.active svg.custom-brokerage, .brokerge-width .customs-left li.active svg.air-freight,
.brokerge-width .customs-left li.active svg.ocean-cargo, .brokerge-width .customs-left li.active svg.ocean-consolidations,
.brokerge-width .customs-left li.active svg.domestic-transportation, .brokerge-width .customs-left li.active svg.project-cargo {
  display: none !important;
}

.brokerge-width .customs-left li.active svg.custom-brokerage-hover, .brokerge-width .customs-left li.active svg.air-freight-hover,
.brokerge-width .customs-left li.active svg.ocean-cargo-hover, .brokerge-width .customs-left li.active svg.ocean-consolidations-hover,
.brokerge-width .customs-left li.active svg.domestic-transportation-hover, .brokerge-width .customs-left li.active svg.project-cargo-hover {
  display: block !important;
}

section.testimonial-agent .our-testimonial {
  height: 58vh;
}

/* section.testimonial-agent .footer {
  height: 42vh;
} */

section.testimonial-agent #footer-widget-bar {
  height:28vh;
  margin-top:0px;
}

.for-mobile-view {
  display: none;
}

app-header {
  position:absolute;
  top:0;
  z-index:9;
  width:100%;
}

.video-section-head {
  position: absolute;
  top: 0;
  z-index: 1;
}

.header-gray {
  height: 100vh;
  z-index: 10;
  position: relative;
}

/**customer-component-css-end**/


/**company-component-css-start**/
.company-about-us.companyPage .container {
  max-width: 84%;
}

.header.company {
  height: 110px;
}

.company-about-us {
  float: left;
  width: 100%;
  /* padding: 80px 0; */
}

.group.contnt-dm {
  padding-left: 0;
}

.inner-left-cnt-sec {
  width: 80%;
  margin: 0px auto;
}

.main-title h1.title {
  color: #141414;
  font-size: 48px;
  font-weight: 600;
  line-height: 50px;
  font-family: DM Sans, Helvetica;
  margin-bottom: 35px;
}

.company-about-us.companyPage .group.IntroVideo .row .who-section {
  max-width: 55%;
}

.company-about-us.companyPage .group.IntroVideo .row {
  justify-content: space-between;
}

.company-about-us.companyPage .group.IntroVideo .group.siship-info.row {
  justify-content: unset;
}

.company-about-us.companyPage .group.IntroVideo .row .sub-main-title {
  max-width: 44.5%;
  display: inline-flex;
}

.company-about-us.companyPage .group.IntroVideo .row .sub-main-title.our-value-cont {
  max-width: 55%;
  padding-left: 0 !important;
  display: inline-flex;

}


.sub-main-title h1 {
  font-size:48px !important;
  margin-bottom:35px;
  line-height:60px;
  font-weight:600 !important;
  font-family:DM Sans, Helvetica !important;
}

div.isSiShips {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

div.isSiShips .group.siship-info.row .group.row-left {
  padding-left: calc(0% - 0%) !important;
  padding-right: 0% !important;
}

.what-we-do-section {
  background: url(/assets/images/what-we-do-banner.png);
  height:100vh;
  width:100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}


.what-we-do-section .col-md-12 {
  display: grid;
  place-items: center;
  height: 95vh;
  grid-template-columns: auto auto;
}

.what-we-do-section .left-cont {
  padding: 0 !important;
  width:330px;
  position:absolute;
  left: 0%;
}

.what-we-do-section .left-cont h1 {
  color: #fff;
  font-size:50px;
  font-weight:500;
  line-height:60px;
  font-family:DM Sans, Helvetica !important;
  margin-top: 0%;
}

.what-we-do-section .left-cont p {
  color: #fff;
  font-family: DM Sans, Helvetica !important;
  font-size: 13px;
  line-height: 21px;
}

.set-up-live-demo-aanttw a, .set-up-live-demo-aanttw button {
  font-family: HelveticaNeue-Regular, Helvetica;
  background: #3e91d6;
  padding: 15px 38px;
  border-radius: 40px;
  color: #fff;
  font-size: 18px;
  text-decoration:none;
}

.set-up-live-demo-aanttw a img {
  width:40px;
}

.live-video-container .row {
  width:100%;
  align-items:center;
  margin:0;
}

.live-video-container .contnt-dm h2{
  font-size:36px;
  line-height:46px;
  font-weight:700;
}

/* .company-about-us.companyPage .tol-img img {
  width: 100% !important;
} */

.customerlogos, .customerlogos .row {
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
}

.customerlogos {
  margin-top:5%;
  margin-bottom:10%;
  display:flex;
}

/**company-component-css-end**/

/**contact-component-css-start**/
.header.contact {height: 103px;}
.footer-section {float: inherit;margin: 10% 0 9% !important;}
div.map-section {
  height: 280px;
  padding-left: 0;
  border-radius: 0 20px 20px 0;
  margin-right: 6%;
  float: left;
  overflow: hidden !important;
  max-width: 60%;
}
.content-section{padding-left: 0;}

/**company-component-css-end**/
.header-darkblue .brokerge-width .customs-left{width: 58%;border: 1px solid #ff0000;}
.header-darkblue {height: 100vh;z-index: 10;position: relative;}
.brokerge-width .customs-left li svg.earn-commission-hover, .brokerge-width .customs-left li svg.global-reach-hover, .brokerge-width .customs-left li svg.increase-sales-hover, .brokerge-width .customs-left li svg.project-cargo-hover, .brokerge-width .customs-left li svg.quote-globally-hover, .brokerge-width .customs-left li svg.track-cargo-hover, .brokerge-width .customs-left li.active svg.earn-commission, .brokerge-width .customs-left li.active svg.global-reach, .brokerge-width .customs-left li.active svg.increase-sales, .brokerge-width .customs-left li.active svg.project-cargo, .brokerge-width .customs-left li.active svg.quote-globally, .brokerge-width .customs-left li.active svg.track-cargo {
display: none !important;}
.brokerge-width .customs-left li.active svg.earn-commission-hover, .brokerge-width .customs-left li.active svg.global-reach-hover, .brokerge-width .customs-left li.active svg.increase-sales-hover, .brokerge-width .customs-left li.active svg.project-cargo-hover, .brokerge-width .customs-left li.active svg.quote-globally-hover, .brokerge-width .customs-left li.active svg.track-cargo-hover {
display: block !important;}
.customs-brokerage .container {max-width: 84%;}
.customs-list {background: #fff;margin-top: 13px;}
.customs-list.agents-list-fixed {
position: absolute;width: 46%;top: 20%;background: #fff;z-index: 9;margin-top: 0px;}
#fullpagecompany .inner-left-cnt-sec .we-are-a-freigh-he-faster p {
font-size: 14px;font-family: 'HelveticaNeue LT Pro-55Roman';width: 340px;}
#fullpagecompany .inner-left-cnt-sec .we-are-a-freigh-he-faster p {
font-size: 14px;font-family: 'HelveticaNeue LT Pro-55Roman';width: 340px;}
#fullpagecompany .inner-left-cnt-sec .What-is-siship p {
font-size: 14px;font-family: 'HelveticaNeue LT Pro-55Roman';width: 375px;}
.company-about-us.companyPage .group.IntroVideo {padding:80px 0;}
.companyPage .sishipsLeft p {font-size: 14px !important;width:340px;}
.companyPage .sishipsRight p {font-size: 14px !important;width:450px;}
.company-about-us.companyPage .liste-head {
height: 50px;text-align: center;font-weight:600;padding-top:10px;}
.company-about-us.companyPage .customerlogos {text-align:center;}
.companyPage .sishipsRight .our-value-cont {padding-left:15px !important}
section.vertical-scrolling.fp-auto-height {position:relative;}
.customs-list ul {position:fixed;top:20%;width:46%;}
section:nth-child(2), section:nth-child(10), section:nth-child(11), section:nth-child(12){
background: #fff !important;z-index: 8 !important;position: relative !important;}
.banner-section.bg-banner-home {background: #3d91d6 !important;}
.banner-section.customer-banner-sec {/**background-color: #515051;**/background-color:#494848 !important;}
.banner-section.agent-banner-sec {/**background-color: #302dd1;**/background-color:transparent !important;}
.brokerge-width .customs-left li.active svg.heavy-lifting {display: none !important;}
.brokerge-width .customs-left li.active svg.heavy-lifting-hover {display: block !important;}
.brokerge-width .customs-left li svg.heavy-lifting-hover {display: none !important;}
section.vertical-scrolling.for-auto-height.footer-sec.fp-section.fp-table:last-child {height:240px !important;display: block;table-layout: inherit;}
section.vertical-scrolling.for-auto-height.footer-sec.fp-section.fp-table.active.fp-completely:last-child {
  height: 240px !important;display: block;table-layout: inherit;}
section.vertical-scrolling.com-btm-sec, section.vertical-scrolling.com-sec {height:100vh !important;}
section.vertical-scrolling.com-mid-banner {height:90vh !important;}


@media only screen and (max-width: 767px) {
  .customs-list-fixed {width:90%;}
  section.testimonial-agent .footer {height:auto;}
  section.testimonial-agent #footer-widget-bar{height:auto;}
  /* .customerPage .banner-section div.section-cdb {position: static;} */
  .forwarding-further {display: inline;}
  .contact.customer {top:90vh;left:50%;right:0%;}
  section.vertical-scrolling.fp-auto-height.banner-height {height:100vh !important}
  .header-gray {height:100vh;}
  section.vertical-scrolling.for-auto-height.footer-sec.fp-section.fp-table.active:last-child, section.vertical-scrolling.for-auto-height.footer-sec.fp-section.fp-table:last-child {
  height: auto !important;}
  .company-about-us.companyPage .group.IntroVideo .row .who-section {
  max-width: 100% !important;height: 60vh;margin-bottom: 0em !important;padding-right: 0px !important;}
  .custom-input {height: 50px;}
  .for-ledt-contact .mb-3.row {margin-bottom: 0rem !important;}
  .contact-section-right span.invalid-feedback {position: absolute;bottom: -2px;}
  .freight-icon a {width: 100%;position: relative;display: block;}
  .sub-main-title h1 {line-height: 31px !important;}
  section.testimonial-agent .our-testimonial {height: auto;}
  div button.contact.company {top:160vh !important;}
  div.map-section {max-width: 100% !important;}
  .invalid-feedback {font-size: 12px !important;text-align: left;}
  .stay-loop span.invalid-feedback {font-size: 10px !important;}
  .customs-contact-form span.invalid-feedback {position: absolute;bottom: -2px;}
  .contact-section-left p {width: 100% !important;}
  .company-about-us.companyPage p {width:94% !important;}
  section.vertical-scrolling.on-home-page {height: 100vh;}
  section.vertical-scrolling.active.on-home-page {height: 100vh;}
  /* .header.header-blue.onHome {height: 100vh;} */
  body div.header.onHome .container-center-horizontal {height:100%;}
  .contact-section-left a:hover {width:100% !important;}

}

.btn-primary.focus, .btn-primary:focus {box-shadow: none !important}
span.req {color: #ff0000;}
.stay-loop span.invalid-feedback {position: absolute;bottom: -11px;font-size: 12px;}
.popup-qt-header .exit-dm {width:50% !important;float:right !important;}
.popup-qt-header .track-qt-menu {width:50% !important;text-align:left !important;}
.popup-qt-header.cont-header.contact .write-to-us {width:50% !important;text-align:left !important;}
span.invalid-feedback {position: absolute;bottom: -9px !important;font-size: 12px;}
.pop-up-common-class span.invalid-feedback{position:absolute;bottom:-3px !important;font-size:12px;}
.pop-up-common-class .for-ledt-cont-page span.invalid-feedback {
position: absolute;bottom: -9px !important;font-size: 12px;}
.content-section h1{margin-top:0% !important;}



/**footer resourse **/

.ozy-simple-hove-box section{background: none !important;z-index:8 !important;position:relative !important;}
.container.measurement-converter {margin-top:2%;}
.wpb_start_animation img.attachment-full {margin-bottom:2%;}
table.weight-calculator{margin-top:6%;}
.measurement-converter h1.page-title {margin-top:6%;float:left;width:100%;}
.terms-conditionss{margin-top: 6%;float: left;width:100%;}
.terms-conditions.wpb_column.vc_column_container {margin-top:6%;float: left;width: 100%;}
.compny-btm-section{height: 90vh !important;}
.company-about-us.companyPage .tol-img img {z-index: -1;position: relative;}
div.company-about-us.companyPage .tol-img img {margin-bottom: 0px !important;position: relative;top:45px;}

@media only screen and (max-width: 767px) {
  span.invalid-feedback {position: absolute;bottom:-2px !important;}
  .pop-up-common-class .for-ledt-cont-page span.invalid-feedback {position:absolute;bottom:-3px !important;}
  .stay-loop-row .form-right-cont input {padding-left:5px;font-size:11px !important;}   
  .banner-section div.section-cdb {padding-left: 30px;padding-right:30px;}
  .content-section h1 {margin-top:5% !important;}
  .terms-conditions {margin-top:12% !important;}


.sticky-menu nav#classAddScroll { padding: 8px 30px 8px !important; }
/* .custom-input .asterisk {top: 15px !important;} */
.for-ledt-contact .custom-input {min-height: 60px;}
.for-ledt-contact .mb-3.row:nth-child(1) .custom-input:nth-child(1) .asterisk, .for-ledt-contact .mb-3.row:nth-child(1) .custom-input:nth-child(2) .asterisk {
left: 74px !important;}
.for-ledt-contact .mb-3.row:nth-child(2) .custom-input:nth-child(1) .asterisk {left:45px !important;}
.for-ledt-contact .mb-3.row:nth-child(3) .custom-input:nth-child(1) .asterisk {left:45px !important;}
.for-ledt-contact .mb-3.row:nth-child(3) .custom-input:nth-child(2) .asterisk {left: 105px !important;}
.for-ledt-cont-page .mb-3.row:nth-child(1).custom-input:nth-child(1) .asterisk, .for-ledt-cont-page .mb-3.row:nth-child(1) .custom-input:nth-child(2) .asterisk  {
top: 40%!important;left: 84px!important;}
.for-ledt-cont-page .mb-3.row:nth-child(2) .custom-input:nth-child(1) .asterisk{top:39% !important;left:56px !important;}
.for-ledt-cont-page .mb-3.row:nth-child(3) .custom-input:nth-child(1) .asterisk{top:39% !important;left:106px !important;}
.wpb_start_animation img.attachment-full {margin-top:8%;}
table.weight-calculator {margin-top:10%;float:left;}
.measurement-converter h1.page-title {margin-top:10%;}
}

@media only screen and (min-width: 768px) and (max-width: 900px){

  .banner-section div.section-cdb {top:inherit;bottom: calc(56% - 10%) !important;}
  .we-can-offer .freight-data p br , .can-offer-tracking .section-plus p br , .we-can-offer .freight-data p br , .customs-contact-form .customs-info div.freight-data p br, div.freight-data p br{ display: none;}
  .can-offer-tracking .section-plus {width:100%;}
  section.vertical-scrolling.fp-auto-height .banner-section video{height:84vh;top:unset;}
  nav.navbar-expand-lg .navbar-collapse.show{padding:20px 0;}
  .navbar-collapse ul.nav.main-menu{min-height:auto;}
  
  }

@media only screen and (min-width:1024px){
  section.vertical-scrolling.for-auto-height.fp-section.fp-table.testimonial-agent{
  height: 91vh !important;display:grid;
  justify-content:center;gap:0px;
  align-items:center;flex-direction:column;
  grid-template-rows:63% 38%;width:100%;
  grid-template-columns:100%;}

}

.set-up-live-demo-aanttw a:hover {background: #302dd1;color: #fff;text-decoration: none;}


/*.banner-section.bg-banner-home video#homeVideoPl {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: revert;
  object-position: right;
  position: relative;
  right: -40vh;
  top: 75px;
  left: unset;
  zoom: 1.3;
}


section.vertical-scrolling.fp-auto-height .banner-section video {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: revert;
  object-position: right;
  position: relative;
  right: -40vh;
  top: 75px;
  zoom: 1.3;
}*/


.banner-section.bg-banner-home video#homeVideoPl {
  height: 100vh;
  -o-object-fit: cover;
  position: relative;
/*  zoom: 1.3;*/
  zoom:unset;
}


section.vertical-scrolling.fp-auto-height .banner-section video {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: revert;
  object-position: right;
  position: relative;
  right: -40vh;
  top: 75px;
  zoom: unset;  
  pointer-events: all;
}
section.vertical-scrolling.fp-auto-height.customer-banner .banner-section video {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  /* object-position: top; */
  position: relative;
  right: 5px;
  top: 0;
  zoom: unset;
  /* pointer-events: none; */
}
section.vertical-scrolling.fp-auto-height .header.header-darkblue.for-agents .banner-section video {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  right: 5px;
  top: unset;
  zoom: unset;
}

@media only screen and (max-width: 767px){
  .banner-section.bg-banner-home video#homeVideoPl {
    height:52vh;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: left;
    position: relative;
    right: 0vh;
    top: 200px;
    left: unset;
    zoom: 1;
    /* pointer-events: none; */
  }


  section.vertical-scrolling.fp-auto-height .banner-section video{
    height: 80vh;
    -o-object-fit:cover;
    object-fit:cover;
    object-position:left;
    position: relative;
    right: 0vh;
    top: 200px;
    left: unset;
    zoom: .8;
    pointer-events: none;
  }
.section-cdb div.enjoy-easier-an-nology-si-ships {line-height:31px;}

}

/*.customer-banner nav.bg-transparent {background-color: #494848 !important;}*/
svg.open-menu{width:30px!important;height:30px !important;}
.navbar-toggler.collapsed .close-menu{display:block}
.navbar-toggler.collapsed .open-menu{display:none}
.navbar-toggler .close-menu{display:none}
.navbar-toggler .open-menu{display:block}


@media screen and (min-width:1601px){
  /*.banner-section div.container {position: relative !important;height: 100% !important;float: left !important;top: -95vh !important;}*/
 .banner-section .container {
      float: left;
      width: 100%;
      height: 100%;
      position: relative;
      top: -80vh;
      left: calc(10vh - 10vh);
    }
    .banner-section div.container div.section-cdb {left: 31px !important;top: 0 !important;position: absolute !important;float: left !important;width: 100% !important;}
    div.banner-section {display: flex !important;flex-direction: column !important;}
    div.forwarding-further.customerPage .can-offer-tracking {padding-left: 10.5% !important;}
    div.forwarding-further .can-offer-tracking { padding-left: 9.4% !important;}
    .mat-body p br, .mat-body-1 p br, .mat-typography p br {display: none;}
    .section-plus p { padding-right: 0;} 
}

@media screen and (min-width:2001px){
  .inner-header.header .container, .header div.sticky-menu nav .container {max-width: 81% !important;}
  div.customs-brokerage .container{max-width: 81%;}
}

@media screen and (min-width: 2501px){
  div.forwarding-further.customerPage .can-offer-tracking {padding-left: 9.8% !important;}
}
@media screen and (min-width:3001px){
  .inner-header.header .container, .header div.sticky-menu nav .container {max-width: 82% !important;}
  div.customs-brokerage .container{max-width: 81%;padding: 0;}
}
      

.for-desktop-video{display:block;}
.for-mobile-banner{display:none;}

/* .banner-section .for-mobile-banner {
  height:auto;
  width: 100%;
  position: relative;
  right:0;
  float: right;
  bottom: -60px;
} */

.banner-section .for-mobile-banner {
  height: 80%;
  width: 350px;
  position: relative;
  right: 0px;
  /* top: 70px; */
  float: right;
  bottom: -220px;
  left: 15%;
}




@media only screen and (max-width:767px){
  .for-desktop-video{display:none;}
  .for-mobile-banner{display:block;}

}

@media only screen and (max-width: 520px){
  .banner-section.bg-banner-home{height:85vh}
  div.banner-section div.section-cdb.home-banner-content {top:6vh !important;}
}

@media only screen and (max-width: 767px){
   div.section-cdb .button .learn-more {height:55px;line-height:38px;
   font-size: 18px;width: 150px;padding:9px 8px !important;font-family:'DM Sans';}

   div button.contact {height:55px;width:155px;font-size:18px;font-family:'DM Sans';}   
}
.section-cdb .enjoy-easier-an-nology-si-ships{text-transform: capitalize;}

.tracking-details ul, .quotes-details ul {
    padding-left: 2rem;
}


.container-center-horizontal.workWithUsPage {display: inline-block;height: auto;     position: relative;}

.container-center-horizontal.workWithUsPage .carousel-item img {height: auto;}


.container-center-horizontal.workWithUsBanner{position: relative !important;}