.dropzone .MuiDropzoneArea-root {
    min-height: 160px !important;
    border: 1px solid #c4c4c4;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    font-size: 20px;
  }

  .css-r1hick-MuiGrid-root{
    margin-left: 60%;
  }

  .css-ag7rrr-MuiTypography-root{
    font-size: 1rem !important;
  }
  
  
  .grid-6 .MuiDropzonePreviewList-image{
    height: inherit !important;
  }

  .dropzone-class{
    border: 1px solid #c4c4c4
  }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#body {
  font-family: "Oswald", sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
  background: #fff;
  overflow: hidden;
  letter-spacing: 1.7px;
}

.container {
  max-width: 1366px;
  padding: 0 1.5rem;
  margin: 0 auto;
}

.bg-image-container {
  width: 1366px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.btn-main {
  font-size: 1.1rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #fff;
  outline: 0;
  border: 0;
  border-radius: 10px;
  background: #000;
  letter-spacing: 1.5px;
  padding: 0.7rem 1.4rem;
}
.btn-secondary {
  font-size: 1.1rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #fff;
  outline: 0;
  background: rgba(14, 14, 14, 0.151);
  padding: 0.6rem 1.4rem;
  border: 1.5px solid rgb(0, 0, 0);
  letter-spacing: 1.5px;
}

.btn-secondary:hover {
  background-color: #000;
}

.btn-tertiary {
  font-size: 1.1rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #fff;
  outline: 0;
  background: rgba(14, 14, 14, 0.151);
  padding: 0.6rem 1.9rem;
  border: 1.5px solid rgb(0, 0, 0);
  letter-spacing: 1.5px;
}
.btn-tertiary:hover {
  background-color: #000;
}

.btn-main:hover {
  /* background: rgb(55, 122, 163); */
  background-color: rgb(41, 41, 41);
}

.btn-main > a {
  color: #fff;
}
.btn-secondary > a {
  color: #fff;
}

h1 {
  font-size: 3rem;
  font-weight: 500;
  margin: 1rem 0;
}

h2 {
  font-size: 2.5rem;
  font-weight: 500;
  margin: 1rem 0;
}

h3 {
  font-size: 2rem;
  font-weight: 500;
  margin: 1rem 0;
}
h4 {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 1rem 0;
}

p {
  font-size: 1.05rem;
  font-weight: 300;
  margin: 1rem 0;
  line-height: 1.7;
  text-align: left;
}

header {
  color: #fff;
  font-weight: 200;
  position: fixed;
  width: 100%;
  z-index: 30;
}

a {
  text-decoration: none;
}

.logo > a > img {
  height: 3.5rem;
}

footer {
  bottom: 0;
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 2.8rem;
  }

  h2 {
    font-size: 2.3rem;
  }

  h3 {
    font-size: 1.8rem;
  }
  h4 {
    font-size: 1.3rem;
  }

  /* p {
    font-size: 1.3rem;
    line-height: 2.4rem;
  } */
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 512px) {
  h1 {
    font-size: 2.1rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  h3 {
    font-size: 1.3rem;
  }
  h4 {
    font-size: 1.1rem;
  }

  p {
    font-size: 1rem;
  }
  .btn-main {
    font-size: 1rem;
    padding: 0.8rem 1.2rem;
  }
  .btn-secondary {
    font-size: 1rem;
    padding: 0.8rem 1.2rem;
  }
  .btn-tertiary {
    font-size: 1rem;
    padding: 0.8rem 1.6rem;
  }
}

#nav {
  background-color: #000;
  color: #fff;
  padding: 0.5rem 2.5rem 0;
}

.nav {
  display: block;
}

.top-nav {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
}

.top-nav-left {
  display: flex;
}

.show-searchbar {
  outline: 0;
  border: 0;
  border-bottom: 1px solid #fff;
  background-color: #1b7199;
  margin-left: 24px;
  width: 30%;
  font-size: 16px;
  padding-bottom: 5px;
  color: white;
  transition: width 0.8s;
}

.hide-searchbar {
  width: 0px;
  transition: width 0.8s;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #fff;
  background-color: #1b7199;
  margin-left: 24px;
  font-size: 16px;
  padding-bottom: 5px;
  color: white;
  transition: width 0.8s;
}

.top-nav-left input::placeholder {
  color: #404242;
}

.top-nav-right {
  display: flex;
}

.contact-number {
  display: flex;
  margin-top: 6px;
}

.contact-number>div {
  margin: 0 0.7rem 0 0.5rem;
  font-size: 1rem;
}

.header-btn-container {
  border-left: 1px solid #2c2c2c;
  border-right: 1px solid #2c2c2c;
  font-size: 20p;
  padding: 0.5rem 0;
}

.header-btn-container>a {
  color: #fff;
  padding: 1rem;
}

.header-btn {
  padding: 0.5rem 2rem;
  font-size: 1rem;
  font-weight: 300;
}

.country-picker {
  /* border-left: 1px solid #2c4147; */
  width: 12rem;
}

.country-picker-select {
  margin-left: 0.7rem;
}

/* react-select options styling */
.css-26l3qy-menu {
  color: #2c4147;
}

/* react-select options styling */

.bottom-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0.5rem;
  /* background: rgb(56, 125, 175);
  background: linear-gradient(
    90deg,
    rgba(56, 125, 175, 1) 0%,
    rgba(63, 137, 182, 1) 20%,
    rgba(69, 148, 189, 1) 40%,
    rgba(75, 161, 196, 1) 60%,
    rgba(80, 168, 200, 1) 80%,
    rgba(83, 174, 204, 1) 100%
  ); */
}

.nav-menu>ul {
  list-style: none;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
}

.nav-menu>ul>li {
  padding: 0 1rem;
}

.nav-menu>ul>li>a {
  padding: 0.6rem 0;
  text-decoration: none;
  color: #fff;
}

.nav-menu>ul>li>a:hover {
  border-bottom: 2px solid #4d4d4d;
}

.nav-responsive {
  display: none;
}

.login_btn {
  border: 2px solid #fff;
  padding: '0.4rem 0.5rem';
  border-radius: '15px';
  background-color: #fff;
  color: '#000'
}

.login_btn:hover {
  background-color: rgb(233, 233, 233);
  border: 2px solid rgb(233, 233, 233);
  transition: 0.2s all ease-out;
}


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

  .nav-menu>ul>li {
    padding: 0 0.6rem
  }
}

@media only screen and (max-width: 820px) {
  .nav {
    display: none;
  }

  .nav-responsive {
    display: block;
  }
}
.page-wrapper {
  width: 100%;
  height: auto;
}

.nav-wrapper {
  width: 100%;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  background-color: #000;
}

.grad-bar {
  width: 100%;
  height: 5px;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  -webkit-animation: gradbar 15s ease infinite;
  -moz-animation: gradbar 15s ease infinite;
  animation: gradbar 15s ease infinite;
}

/* NAVIGATION */

.navbar {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  overflow: hidden;
  padding: 0.4rem 0;
}

.navbar img {
  height: 2.5rem;
  width: auto;
  justify-self: start;
  margin-left: 20px;
}

.navbar ul {
  display: flex;
  flex-direction: column;
  position: fixed;
  justify-content: start;
  top: 3.5rem;
  background-color: #000;
  width: 100%;
  height: calc(100vh - 55px);
  transform: translate(-101%);
  overflow: hidden;
  padding: 0 1.8rem;
}

.nav-item a {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  transition: color 0.3s ease-out;
  font-weight: 400;
}

/* .nav-item a:hover {
  color: #3498db;
} */

/* SECTIONS */

/* SEARCH FUNCTION */

.no-search {
  transform: translate(0);
  transition: transform 0.5s ease-in-out;
}

/* MOBILE MENU & ANIMATION */

.menu-toggle .bar {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-toggle {
  justify-self: end;
  margin-right: 25px;
  display: none;
}

.menu-toggle:hover {
  cursor: pointer;
}

#mobile-menu.is-active .bar:nth-child(2) {
  opacity: 0;
}

#mobile-menu.is-active .bar:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

/* KEYFRAME ANIMATIONS */

@-webkit-keyframes gradbar {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes gradbar {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradbar {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.contact-number-resp {
  display: flex;
  align-items: center;
  margin: 0 0 1rem;
  color: #fff;
}

.contact-number-resp > div {
  margin-left: 0.7rem;
  font-size: 1.1em;
}

.header-resp-contact {
  margin: 1.5rem 0;
}
/* Media Queries */

/* Mobile Devices - Phones/Tablets */

@media only screen and (max-width: 870px) {
  .navbar li {
    padding: 0.5rem;
  }

  .navbar li:first-child {
    margin-top: 3rem;
  }

  .navbar li a {
    font-size: 1rem;
  }

  .nav-item > a {
    padding: 0.5rem 0;
  }

  .nav-item > a:hover {
    border-bottom: 1px solid #4d4d4d;
  }

  .menu-toggle,
  .bar {
    display: block;
    cursor: pointer;
  }

  .mobile-nav {
    transform: translate(0%) !important;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#body {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  text-transform: none;
  background: #fff;
  overflow: hidden;
  letter-spacing: 0;
}

.container {
  max-width: 1366px;
  padding: 0 1.5rem;
  margin: 0 auto;
}

.bg-image-container {
  width: 1366px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.btn-main {
  cursor: pointer;
  font-size: 1.1rem;
  font-family: 'Inter', sans-serif;
  text-transform: none;
  color: #fff;
  outline: 0;
  border: 0;
  border-radius: 10px;
  background: #000;
  /* letter-spacing: 1.5px; */
  padding: 0.7rem 1.4rem;
}
.btn-secondary {
  cursor: pointer;
  font-size: 1.1rem;
  font-family: 'Inter', sans-serif;
  text-transform: none;
  color: #fff;
  outline: 0;
  background: rgba(14, 14, 14, 0.151);
  padding: 0.6rem 1.4rem;
  border: 1.5px solid rgb(0, 0, 0);
  /* letter-spacing: 1.5px; */
}

.btn-secondary:hover {
  background-color: #000;
  transition: 0.2s all ease-out;
}

.btn-tertiary {
  cursor: pointer;
  font-size: 1.1rem;
  font-family: 'Inter', sans-serif;
  text-transform: none;
  color: #fff;
  outline: 0;
  background: rgba(14, 14, 14, 0.151);
  padding: 0.6rem 1.9rem;
  border: 1.5px solid rgb(0, 0, 0);
  /* letter-spacing: 1.5px; */
}
.btn-tertiary:hover {
  background-color: #000;
}

.btn-main:hover {
  /* background: rgb(55, 122, 163); */
  background-color: rgb(41, 41, 41);
  transition: 0.2s all ease-out;
}

.btn-main > a {
  color: #fff;
}
.btn-secondary > a {
  color: #fff;
}

.btn-white {
  cursor: pointer;
  font-size: 1.1rem;
  font-family: 'Inter', sans-serif;
  text-transform: none;
  outline: 0;
  color: #000;
  background: #fff;
  padding: 0.4rem 1.0rem;
  border: 1.5px solid rgb(0, 0, 0);
  border-radius: 5px;
}
.btn-white:hover {
  transition: 0.2s ease-in-out all;
  background-color: rgb(235, 235, 235);
}

.btn-track {
  cursor: pointer;
  font-size: 1.1rem;
  font-family: 'Inter', sans-serif;
  text-transform: none;
  color: #fff;
  background: rgba(27, 27, 27);
  padding: 0.8rem 1.8rem;
  margin-top: 0.1rem;
}
.btn-track:hover {
  background-color: #000;
}

h1 {
  font-size: 3rem;
  font-weight: 500;
  margin: 1rem 0;
}

h2 {
  font-size: 2.5rem;
  font-weight: 500;
  margin: 1rem 0;
}

h3 {
  font-size: 2rem;
  font-weight: 500;
  margin: 1rem 0;
}
h4 {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 1rem 0;
}

p {
  font-size: 1.05rem;
  font-weight: 300;
  margin: 1rem 0;
  line-height: 1.7;
  text-align: left;
}

header {
  color: #fff;
  font-weight: 200;
  position: fixed;
  width: 100%;
  z-index: 30;
}

a {
  text-decoration: none;
}

.logo > a > img {
  height: 2.6rem;
}

footer {
  bottom: 0;
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 2.8rem;
  }

  h2 {
    font-size: 2.3rem;
  }

  h3 {
    font-size: 1.8rem;
  }
  h4 {
    font-size: 1.3rem;
  }

  /* p {
    font-size: 1.3rem;
    line-height: 2.4rem;
  } */
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 512px) {
  h1 {
    font-size: 2.1rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  h3 {
    font-size: 1.3rem;
  }
  h4 {
    font-size: 1.1rem;
  }

  p {
    font-size: 1rem;
  }
  .btn-main {
    font-size: 1rem;
    padding: 0.8rem 1.2rem;
  }
  .btn-secondary {
    font-size: 1rem;
    padding: 0.8rem 1.2rem;
  }
  .btn-tertiary {
    font-size: 1rem;
    padding: 0.8rem 1.6rem;
  }
}

/* Variables */
/* Fonts */
/* @import url(
  https://fonts.googleapis.com/css?family=Roboto+Mono|Roboto+Slab|Roboto:300,400,500,700
); */
body {
  font-family: 'Inter', sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.radioGroupFlag{
  flex-direction: row !important;
}

.radioGroupFlag .MuiFormControlLabel-root{
  margin-right: 27px !important;
}
/* Layout */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Styling */
.timeline {
  margin: 2em auto;
  position: relative;
  /* max-width: 46em; */
}
.timeline:before {
  background-color: black !important;
  content: '';
  margin-left: -1px !important;
  position: absolute;
  top: 0;
  left: 2em !important;
  width: 2px !important;
  height: 100%;
}

.timeline-event {
  list-style: none;
  position: relative;
}
.timeline-event:hover .timeline-event-icon {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #757575;
}

.timeline-event-copy {
  padding: 2em;
  position: relative;
  top: -1.875em;
  left: 4em;
  /* width: 80%; */
}
.timeline-event-copy h3 {
  font-size: 1.75em;
}
.timeline-event-copy h4 {
  font-size: 1.25em;
}

.timeline-event-copy h5 {
  font-size: 1em;
  color: #757575;
  margin-bottom: 1.2rem;
}
.timeline-event-copy strong {
  font-weight: 700;
}
.timeline-event-copy p:not(.timeline-event-thumbnail) {
  padding-bottom: 1.2em;
}

.timeline-event-icon {
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: black;
  outline: 10px solid white;
  display: block;
  margin: 0.5em 0.5em 0.5em -0.5em;
  position: absolute;
  top: 0;
  left: 2em;
  width: 1em;
  height: 1em;
}

.timeline-event-thumbnail {
  -moz-transition: box-shadow 0.5s ease-in 0.1s;
  -o-transition: box-shadow 0.5s ease-in 0.1s;
  -webkit-transition: box-shadow 0.5s ease-in;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  transition: box-shadow 0.5s ease-in 0.1s;
  color: white;
  font-size: 0.75em;
  background-color: black;
  -moz-box-shadow: inset 0 0 0 0em #ef795a;
  -webkit-box-shadow: inset 0 0 0 0em #ef795a;
  box-shadow: inset 0 0 0 0em #ef795a;
  display: inline-block;
  margin-bottom: 1.2em;
  padding: 0.25em 1em 0.2em 1em;
}

@media only screen and (max-width: 600px) {
  .timeline-event-copy {
    width: 80%;
  }
  .radioGroupFlag{
    flex-direction: column !important;
  }  
}

footer {
  font-weight: 200;
  line-height: 1.8;
}

footer ul>li>a {
  text-decoration: none;
  color: #fff;
}

footer h4 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
}

#footer-top {
  background-color: #000;
  color: #fff;
  display: flex;
  padding-bottom: 1.5rem;
}

.container>.footer-top {
  font-size: 1rem;
}

.container>.footer-bottom {
  font-size: 1.2rem;
  font-weight: 100;
}

footer .address {
  font-size: 0.9rem;
}

footer .call-center {
  margin: 1rem 0 0.7rem;
}

ul {
  list-style: none;
}

.footer-top {
  padding-top: 1rem;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.2fr 1.3fr 0.5fr 1fr;
  gap: 5rem;
}

.logo-footer {
  padding: 0.5rem 0;
}

.sitemap-division {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.social-links {
  /* padding: 1.5rem 0 0; */
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 1.3rem;
}

.social-links>div {
  margin-right: 1.5rem;
}

.social-links ul {
  display: flex;
  align-items: center;
}

.social-links ul li {
  font-size: 1.9rem;
  margin-right: 0.6rem;
}

.legal {
  width: 11rem
}

#footer-bottom {
  background-color: #101213;
  color: #fff;
  display: flex;
}

.footer-bottom {
  text-align: center;
  padding: 0.5rem 0;
}

@media only screen and (max-width: 1024px) {
  footer h4 {
    font-size: 1rem;
    margin: 1rem 0 0.5rem;
  }

  .footer-main {
    gap: 1.5rem;
  }

  .logo-footer {
    padding: 1rem 0 0;
  }

  .logo-footer>a>img {
    height: 2.5rem;
  }

  .container>.footer-bottom {
    font-size: 1rem;
  }

  .social-links {
    font-size: 1.2rem;
  }

  .social-links ul li {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .footer-main {
    grid-template-columns: 1.7fr 1.6fr 1fr;
    gap: 1rem;
  }

  .sitemap {
    padding-left: 1.3rem;
  }

  .legal {
    padding-left: 1.5rem;
  }

  .social-links {
    font-size: 1.2rem;
  }

  .social-links ul li {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 512px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .logo-footer {
    padding: 1rem 0 1rem;
  }

  .sitemap {
    padding-left: 0;
  }

  .legal {
    padding-left: 0;
  }
}
/* .nav-responsive {
  display: none;
}

.nav {
  display: block;
}

@media only screen and (max-width: 870px) {
  .nav {
    display: none;
  }
  .nav-responsive {
    display: block;
  }
} */
#nav {
  background-color: #000;
  color: #fff;
  padding: 0.5rem 2.5rem 0;
}
.nav{
  display: block;
}
.top-nav {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
}

.top-nav-left {
  display: flex;
}
.show-searchbar {
  outline: 0;
  border: 0;
  border-bottom: 1px solid #fff;
  background-color: #1b7199;
  margin-left: 24px;
  width: 30%;
  font-size: 16px;
  padding-bottom: 5px;
  color: white;
  transition: width 0.8s;
}

.hide-searchbar {
  width: 0px;
  transition: width 0.8s;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #fff;
  background-color: #1b7199;
  margin-left: 24px;
  font-size: 16px;
  padding-bottom: 5px;
  color: white;
  transition: width 0.8s;
}

.top-nav-left input::placeholder {
  color: #404242;
}

.top-nav-right {
  display: flex;
}

.contact-number {
  display: flex;
  margin-top: 6px;
}

.contact-number > div {
  margin: 0 0.7rem 0 0.5rem;
  font-size: 1.1rem;
}

.header-btn-container {
  border-left: 1px solid #2c2c2c;
  border-right: 1px solid #2c2c2c;
  font-size: 20p;
  padding: 0.5rem 0;
}
.header-btn-container > a {
  color: #fff;
  padding: 1rem;
}

.header-btn {
  padding: 0.5rem 2rem;
  font-size: 1rem;
  font-weight: 300;
}

.country-picker {
  /* border-left: 1px solid #2c4147; */
  width: 12rem;
}

.country-picker-select {
  margin-left: 0.7rem;
}

/* react-select options styling */
.css-26l3qy-menu {
  color: #2c4147;
}
/* react-select options styling */

.bottom-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0.5rem;
  /* background: rgb(56, 125, 175);
  background: linear-gradient(
    90deg,
    rgba(56, 125, 175, 1) 0%,
    rgba(63, 137, 182, 1) 20%,
    rgba(69, 148, 189, 1) 40%,
    rgba(75, 161, 196, 1) 60%,
    rgba(80, 168, 200, 1) 80%,
    rgba(83, 174, 204, 1) 100%
  ); */
}
.nav-menu > ul {
  list-style: none;
  display: flex;
  /* font-size: 1.3rem; */
}
.nav-menu > ul > li {
  padding: 0 1rem;
}
.nav-menu > ul > li > a {
  padding: 0.6rem 0;
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
}

.nav-menu > ul > li > a:hover {
  border-bottom: 2px solid #4d4d4d;
}

.nav-responsive {
  display: none;
}

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

  .nav-menu >ul>li{
    padding: 0 0.6rem
  }
}

@media only screen and (max-width: 820px) {
  .nav {
    display: none;
  }
  .nav-responsive {
    display: block;
  }
}


#blog-body {
  margin: 11rem 0 4rem;
}

.blog-body {
  display: grid;
  grid-template-columns: 2fr 0.8fr;
  gap: 3rem;
}

.blog-body-container {
  padding: 0.3rem 2rem 1rem;
  background-color: #f5f6f8;
}

.blog-long-description {
  text-align: justify;
  margin-top: 2rem;
}

.blog-page-image > img {
  width: 100%;
}

.blog-side-publish-date {
  font-size: 1rem;
  margin: 1rem 0 0.5rem;
  font-weight: 100;
}

.blog-side-title {
  margin: 0;
}

.blog-side-title > a {
  color: #000;
}

.blog-side-title > a:hover {
  text-decoration: underline;
}

.blog-side-image > img {
  width: 100%;
  object-fit: cover;
}

.blog-side-container:nth-child(1) {
  padding: 1rem 0;
  border-bottom: 1px solid #e1e8ec;
}

.blog-side-container {
  padding: 1.6rem 0 1rem;
  border-bottom: 1px solid #e1e8ec;
}

.blog-side-container:last-child {
  border: 0;
}

@media only screen and (max-width: 820px) {
  #blog-body {
    margin: 7rem 0;
  }
}

@media only screen and (max-width: 768px) {
  .blog-body {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .blog-side > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  .blog-long-description {
    text-align: left;
  }
  .blog-side-container {
    padding: 0;
    border-bottom: 0;
  }
  .blog-side-container:nth-child(1) {
    padding: 0;
    border-bottom: 0;
  }
}

@media only screen and (max-width: 512px) {
  .blog-side > div {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .blog-body-container {
    padding: 0.3rem 1rem 1rem;
  }
}

/* .list {
margin: 5%;
border: "10px solid #DDD";
} */
#blog-list {
  margin: 3rem 0;
}

.blog-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e1e8ec;
}

.blog-container:last-child {
  border: 0;
}

.blog-image {
  display: flex;
  align-items: center;
}

.blog-short-description {
  text-align: justify;
}

.blog-publish-date {
  font-size: 1rem;
  font-weight: 200;
  margin: 0 0 1rem;
}

.blog-continue-reading {
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: 300;
}

.blog-continue-reading > a {
  color: #132f42;
}

.blog-continue-reading > a:hover {
  text-decoration: underline;
}

.blog-image > img {
  width: 100%;
}


@media only screen and (max-width: 768px) {
  .blog-continue-reading {
    font-size: 1rem;
  }
  .blog-container {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 512px) {
  #blog-list {
    margin: 0;
  }
  .blog-publish-date {
    font-size: 1rem;
  }
}

.top-banner-component-container {
  max-width: 683px;
  margin: 0 auto;
}

.top-banner-component-container > h2 {
  color: #fff;
}

.top-banner-component {
  height: 17.5rem;
  margin-top: 4rem;
  display: flex;
  align-items: center;
  text-align: center;
  background-position: center center;
  background-size: cover;
  color: #fff;
}

@media only screen and (max-width: 820px) {
  .top-banner-component {
    margin-top: 3.5rem;
  }
}


@media only screen and (max-width: 768px) {
  .top-banner-component-container {
    max-width: 350px;
  }
}

.row {
  padding: 15px;
}

.header-text {
  font-weight: 550;
  background-color: rgb(253, 253, 253);
  padding-top: 10px;
  padding-left: 10px;
}

.about-content {
  text-align: left;
  margin-bottom: 2rem;
  font-size: 22px;
}

.about-container {
  padding: 1rem 0;
}

blockquote {
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
  font-weight: 350;
}

blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.25em;
  vertical-align: -0.4em;
}

.our-mission {
  width: 100%;
  display: flex;
  align-items: center;
  background-position: center center;
  background-image: linear-gradient(
      to right,
      rgba(8, 10, 10, 0.815),
      rgba(15, 19, 19, 0.6),
      rgba(8, 10, 10, 0.815)
    ),
    url("https://i.ibb.co/6Rzwpsb/our-mission.png");
  background-size: cover;
  color: #fff;
  height: 23.5rem;
}

.our-mission-text {
  text-transform: none;
  /* font-weight: 300; */
}
.about-type {
  padding: 2rem 2rem;
  background-color: #f7f7f7;
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: transform 0.3s;
}

.why-mgx-about {
  width: 100%;
  display: flex;
  align-items: center;
  background-position: center center;
  background-image: linear-gradient(
      to right,
      rgba(43, 43, 42, 0.48),
      rgba(43, 43, 42, 0.44),
      rgba(43, 43, 42, 0.48)
    ),
    url("https://i.ibb.co/PrWHmhS/why-mgx.png") !important;
  background-size: cover;
  color: #000;
  height: 23.5rem;
  margin-top: 3rem;
}

.why-mgx-about-text {
  text-align: justify;
  max-width: 683px;
  font-size: 1.15rem;
}

.about-why-mgx {
  padding: 0 3rem;
  text-align: left;
}
.about-why-mgx > h2 {
  color: #fff;
}

.ship-with-us-in > h2 {
  color: #fff;
}

.about-ship-now {
  width: 100%;
  display: flex;
  align-items: center;
  background-position: center center;
  height: 25rem !important;
  background-image: linear-gradient(
      to right,
      rgba(27, 32, 32, 0.815),
      rgba(27, 32, 32, 0.6),
      rgba(27, 32, 32, 0.815)
    ),
    url("https://i.ibb.co/4Wq5d4d/ship-with-us.png") !important;
  background-size: cover;
  color: #fff;
  margin-top: 3rem;
}

.about-ship-now > div {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .about-why-mgx {
    padding: 0;
  }
}

@media only screen and (max-width: 512px) {
  .why-mgx-about-text {
    text-align: left;
  }
  .about-why-mgx-container {
    height: 25rem !important;
  }
  .about-ship-now {
    background-image: linear-gradient(
        to right,
        rgba(27, 32, 32, 0.815),
        rgba(27, 32, 32, 0.6),
        rgba(27, 32, 32, 0.815)
      ),
      url("https://i.ibb.co/sCbgfV4/ship-with-us-mob.png") !important;
  }
}

.pagination {
  margin: 3rem 0;
}

.pagination > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination > ul > li {
  font-weight: 300;
  padding: 0rem 0.4rem;
  margin-left: 0.2rem;
  cursor: pointer;
}

.pagination > ul > li:nth-child(2) {
  background: #000;
  color: #fff;
}
#career-at-mgx {
  margin: 3rem 0;
}
#environment-at-mgx,
#drop-cv {
  margin-bottom: 3rem;
}
.career-description {
  text-align: center;
}

.environment-at-mgx {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin: 4rem 0;
}

.environment-description {
  display: flex;
  align-items: center;
}

.environment-image > img {
  height: 25rem;
  object-fit: cover;
  width: 100%;
}
.drop-cv-text {
  margin: 3rem 0;
}

.dropzone {
  max-width: 650px;
  margin: 0 auto 3rem;
  padding: 0 1rem;
}

.dropzone-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-width: 2px;
  border-radius: 2px;
  border-style: dashed;
  background-color: #fafafa;
  color: #bdbdbd;
  outline: none;
  transition: border 0.24s ease-in-out;
  background: rgb(22, 22, 22);
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .environment-at-mgx {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 0;
  }
  .drop-cv-text {
    margin: 1rem 0;
  }
}
@media only screen and (max-width: 512px) {
  .environment-image > img {
    height: 20rem;
  }
}

#contact-us {
  margin: 3rem 0;
}
.contact-us {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2.5rem;
}
.contact-us-container {
  padding: 1rem 2rem;
  background-color: #f1f3f5;
}
form {
  margin: 2rem 0;
}

form > div {
  margin-bottom: 2rem;
}

.contact-name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.contact-common {
  display: grid;
  grid-template-columns: 1fr;
}

.form-control {
  font-family: 'Inter', sans-serif;
  height: 3.5rem;
  padding: 1.3rem 1rem;
  font-size: 1rem;
  font-weight: 300;
  border: 1px solid #ced4da;
  border-radius: 1rem;
  background-color: #fff;
}

.form-control:focus {
  outline: 0;
  border: 1px solid #2a81b9;
}

.textarea {
  height: 150px;
}

.contact-title-head {
  margin-top: 2rem;
  margin-bottom: 0;
}
.contact-address-num {
  margin-top: 0;
}

.contact-social-links {
  padding: 0.7rem 0 !important;
}

.contact-social-links > ul > li {
  font-size: 2.5rem !important;
  margin-right: 1rem !important;
}

@media only screen and (max-width: 768px) {
  .contact-us{
    grid-template-columns: 1fr;
  }
  .contact-name {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

#contact-us {
  margin: 3rem 0;
}
.contact-us {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2.5rem;
}
.contact-us-container {
  padding: 1rem 2rem;
  background-color: #f1f3f5;
}

form {
  margin: 2rem 0;
}

form > div {
  margin-bottom: 2rem;
}

.contact-name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.contact-common {
  display: grid;
  grid-template-columns: 1fr;
}

.form-control {
  height: 3.5rem;
  padding: 1.3rem 1rem;
  font-size: 1rem;
  font-weight: 300;
  border: 1px solid #ced4da;
  border-radius: 1rem;
  background-color: #fff;
  letter-spacing: 0.1rem;
}

.form-control:focus {
  outline: 0;
  border: 1px solid #2a81b9;
}

.textarea {
  height: 150px;
}

.contact-title-head {
  margin-top: 2rem;
  margin-bottom: 0;
}
.contact-address-num {
  margin-top: 0;
}

.contact-social-links {
  padding: 0.7rem 0 !important;
}

.contact-social-links > ul > li {
  font-size: 2.5rem !important;
  margin-right: 1rem !important;
}

@media only screen and (max-width: 768px) {
  .contact-us{
    grid-template-columns: 1fr;
  }
  .contact-name {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.why-mgx-overview > .services-image > img {
  height: 430px;
}

.services-in-title {
  padding-top: 2rem;
}

@media screen and (max-width: 768px) {
  .why-mgx-overview > .services-image > img {
    height: 20rem;
  }
  .services-in-title {
    padding: 2rem 0;
  }
}

.services-banner {
  display: flex;
  align-items: center;
  height: 8rem;
  background-position: center center;
  background-image: linear-gradient(
      to right,
      rgba(27, 32, 32, 0.72),
      rgba(27, 32, 32, 0.57)
    ),
    url("https://us.123rf.com/450wm/fastfun23/fastfun231602/fastfun23160200214/52521007-luxury-background-blur-bokeh-black-background.jpg?ver=6");
  background-size: cover;
  color: #fff;
}
.services-text {
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.5rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.row {
  padding: 15px;
}

.header-text {
  background-color: rgb(253, 253, 253);
  padding-top: 10px;
  padding-left: 10px;
}

.services-h3 {
  color: rgb(36, 36, 36);
  text-align: center;
}

/* GRID */

.grid-container {
  display: grid;
  grid-template-columns: 50% 50%;
  justify-items: stretch;
  grid-row-gap: 15px;
  /* grid-gap: 5px; */
  /* background-color: #2196F3; */
  /* padding: 5px; */
}

.grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  /* border: 1px solid black; */
  text-align: justify;
  /* font-size: 30px; */
}

/* CARD */

.card {
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
  transition: 0.3s;
  width: 80%;
}

.card-text {
  width: 90%;
  text-align: justify;
}

.card-header {
  color: #2a81b9;
  font-size: 2rem;
  margin-top: 20px;
}
.timeline {
  position: relative;
  width: 660px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgb(80, 80, 80);
  background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
  background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
  background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
  background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
  background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
  z-index: 5;
}

.timeline li {
  padding: 1em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}

.direction-r {
  position: relative;
  width: 300px;
  float: right;
}

.flag-wrapper {
  position: relative;
  display: inline-block;
  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(248, 248, 248);
  padding: 6px 10px;
  border-radius: 5px;
  font-weight: 600;
  text-align: left;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-l .flag:before, .direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid rgb(255, 80, 80);
  z-index: 10;
}

.direction-r .flag:before {
  left: -40px;
}

.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248, 248, 248);
  border-width: 8px;
  pointer-events: none;
}

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(248, 248, 248);
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {
  display: inline;
  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250, 80, 80);
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248, 248, 248);
}

.desc {
  margin: 1em 0.75em 0 0;
  font-size: 1em;
  font-weight: 300;
}

.direction-r .desc {
  margin: 1em 0 0 0.75em;
  font-weight: 300;
}

@media screen and (max-width: 768px){
  .services-page{
    margin: 3rem 0;
  }
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {
  .timeline {
      width: 100%;
      padding: 4em 0 1em 0;
  }
  .timeline li {
      padding: 2em 0;
  }
  .direction-l, .direction-r {
      float: none;
      width: 100%;
      text-align: center;
  }
  .flag-wrapper {
      text-align: center;
  }
  .flag {
      background: rgb(255, 255, 255);
      z-index: 15;
  }
  .direction-l .flag:before, .direction-r .flag:before {
      position: absolute;
      top: -30px;
      left: 50%;
      content: ' ';
      display: block;
      width: 12px;
      height: 12px;
      margin-left: -9px;
      background: #fff;
      border-radius: 10px;
      border: 4px solid rgb(255, 80, 80);
      z-index: 10;
  }
  .direction-l .flag:after, .direction-r .flag:after {
      content: "";
      position: absolute;
      left: 50%;
      top: -8px;
      height: 0;
      width: 0;
      margin-left: -8px;
      border: solid transparent;
      border-bottom-color: rgb(255, 255, 255);
      border-width: 8px;
      pointer-events: none;
  }
  .time-wrapper {
      display: block;
      position: relative;
      margin: 4px 0 0 0;
      z-index: 14;
  }
  .direction-l .time-wrapper {
      float: none;
  }
  .direction-r .time-wrapper {
      float: none;
  }
  .desc {
      position: relative;
      margin: 1em 0 0 0;
      padding: 1em;
      background: rgb(245, 245, 245);
      -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
      -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
      z-index: 15;
  }
  .direction-l .desc, .direction-r .desc {
      position: relative;
      margin: 1em 1em 0 1em;
      padding: 1em;
      z-index: 15;
  }
}


.top-banner-in {
  background-image: linear-gradient(
      to right,
      rgba(27, 32, 32, 0.72),
      rgba(27, 32, 32, 0.57)
    ),
    url("https://images.unsplash.com/photo-1527314392553-2c7bded21b23?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1867&q=80") !important;
}
.why-us-ind {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  text-align: left;
}

.why-us-ind > div {
  padding: 0.5rem 1.2rem;
  background-color: #f5f8fa;
  margin: 0 0 2rem;
  border-radius: 2rem;
}

.why-us-ind-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  max-width: 880px;
  margin: 0 auto;
  text-align: left;
}

.why-us-ind-bottom > div {
  padding: 0.5rem 1.2rem;
  background-color: #f5f8fa;
  border-radius: 2rem;
}

.why-us-ind > div:hover {
  /* background: linear-gradient(
    90deg,
    rgba(63, 137, 182, 1) 0%,
    rgba(69, 148, 189, 1) 30%,
    rgba(75, 161, 196, 1) 60%,
    rgba(80, 168, 200, 1) 80%,
    rgba(83, 174, 204, 1) 100%
  ); */
  background-color: #1d1d1d;
  color: #fff;
  -ms-transform: scale(1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05);
  /* Safari 3-8 */
  transform: scale(1.05);
  transition: transform 0.3s;
}

.why-us-ind-bottom > div:hover {
  background:#1d1d1d;
  color: #fff;
  -ms-transform: scale(1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05);
  /* Safari 3-8 */
  transform: scale(1.05);
  transition: transform 0.3s;
}

.why-us-in-par {
  font-size: 1rem;
  /* line-height: 2rem; */
  text-align: left;
}
.ship-with-us-in {
  text-align: center;
}
.ship-with-us-in > h2 {
  color: #fff;
}
.ship-with-us-in > p {
  margin-bottom: 2rem;
  /* text-align: center; */
}

.our-team-in {
  margin: 5.5rem 0 3rem !important;
}

@media only screen and (max-width: 768px) {
  .why-us-ind {
    grid-template-columns: repeat(1, 1fr);
    gap: 0rem;
  }

  .why-us-ind-bottom {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.top-banner {
  display: flex;
  align-items: center;
  /* margin-top: 7.2rem; */
  height: 36rem;
  background-position: center center;
  background-image:
    linear-gradient(to right,
      rgba(27, 32, 32, 0.60),
      rgba(27, 32, 32, 0.45)),
    url("https://images.unsplash.com/photo-1449247666642-264389f5f5b1?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2849&q=80");
  background-size: cover;
  color: #fff;
}

.top-banner-text {
  text-align: center;
}

.top-banner-text h1{
  font-size: 70px;
}

.banner-text {
  font-size: 2.3rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.header-card-box {
  margin-left: 15rem;
  margin-right: 15rem;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 600px) {
  .header-card-box {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: center;
  }
  .top-banner{
    height: 55rem;
  }
  .top-banner-text h1{
    font-size: 50px;
  }
}

@media only screen and (min-width: 600.5px) and (max-width: 900px) {
	.header-card-box {
    margin-left: 10rem;
    margin-right: 10rem;
    display: flex;
    justify-content: center;
  }
  .top-banner{
    height: 45rem;
  }
  .top-banner-text h1{
    font-size: 60px;
  }
}

.header-card {
  transition: 0.3s;
  width: 100%;
  background-color: #fff;
  color: #000;
  min-height: 8rem;
  border-right: 0.1rem solid #6F7378;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
  display: flex;
  justify-content: center;
  /* margin-top: 0; */
}

.header-card,
.active h5 {
  font-size: 0.9rem;
  font-weight: 400;
  /* margin-top: 0.3rem; */
}

.active {
  display: flex;
  justify-content: center;
  transition: 0.3s;
  width: 100%;
  background-color: rgb(22, 22, 22);
  color: #fff;
  min-height: 8rem;
  border-right: 0.1rem solid rgb(22, 22, 22);
  cursor: pointer;
}

.active:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -ms-transform: scale(1.04);
  /* IE 9 */
  -webkit-transform: scale(1.04);
  /* Safari 3-8 */
  transform: scale(1.04);
  /* transition: transform 0.3s; */
  transition: transform 0.2s all;
}

.header-card-icon {}

.header-card:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #6F7378;
  color: white;
  -ms-transform: scale(1.04);
  /* IE 9 */
  -webkit-transform: scale(1.04);
  /* Safari 3-8 */
  transform: scale(1.04);
  /* transition: transform 0.3s; */
  transition: transform 0.2s all;
}

.header-card-container {
  padding: 2px 16px;
  margin-top: 0.3rem;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}



.header-card-items {
  margin-top: 2rem;
  width: 40%;
}

.services-short-description {
  margin: 3rem 0 2rem;
  text-align: center;
}

.services-list-container {
  margin: 2rem 0;
  text-align: center;
}

.services-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.services-type {
  padding: 2rem 1rem;
  /* background-color: #f5f8fa; */
  cursor: pointer;
  transition: transform 0.3s;
}

.services-short-title {
  margin-top: 1rem;
}

.form-input {
  /* display: flex; */
}

.custom-input {
  padding: 1rem;
  box-sizing: border-box;
}

.fmcg:hover {
  /* background: linear-gradient(
    90deg,
    rgba(63, 137, 182, 1) 0%,
    rgba(69, 148, 189, 1) 30%,
    rgba(75, 161, 196, 1) 60%,
    rgba(80, 168, 200, 1) 80%,
    rgba(83, 174, 204, 1) 100%
  ); */
  background-color: #1d1d1d;
  color: #fff;
  -ms-transform: scale(1.06);
  /* IE 9 */
  -webkit-transform: scale(1.06);
  /* Safari 3-8 */
  transform: scale(1.06);
  transition: transform 0.3s;
}

.why-mgx-overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 4rem 0 0;
  gap: 4rem;
}

.why-mgx-overview>div>img {
  width: 100%;
  height: 38rem;
  object-fit: cover;
}

.why-mgx-text {
  display: flex;
  align-items: center;
}

.blog-overview {
  margin: 4rem 0;
}

.blog-overview>h2 {
  text-align: center;
}

.blog-overview-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 3rem 0;
}

.blog-headline {
  display: flex;
  align-items: flex-end;
  background-size: cover;
  color: #fff;
  background-position: center center;
  height: 18rem;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.6);
}

.blog-headline:hover {
  transform: scale(1.07);
  transition: transform 0.5s;
  cursor: pointer;
}

.blog-headline>div {
  padding: 0.5rem 1.5rem;
}

.blog-title-home {
  font-weight: 300;
  font-size: 1.1rem;
  margin: 0.7rem 0;
}

.blog-description-home {
  font-weight: 300;
  font-size: 1rem;
  margin-bottom: 0.7rem;
}

.blog-date-home {
  font-weight: 200;
  font-size: 1rem;
}

.blog-see-all {
  text-align: center;
}

.btn-track:hover {
  background-color: #000;
}

.career-overview {
  width: 100%;
  display: flex;
  align-items: center;
  background-position: center center;
  background-image: linear-gradient(to right,
      rgba(27, 32, 32, 0.815),
      rgba(27, 32, 32, 0.6),
      rgba(27, 32, 32, 0.815)),
    url("https://images.unsplash.com/flagged/photo-1576045771676-7ac070c1ce72?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=934&q=80");
  background-size: cover;
  color: #fff;
  height: 23.5rem;
  margin-top: 3rem;
}

.career-overview-container {
  text-align: center;
}

.career-overview-container>h1 {
  margin-bottom: 4rem;
  color: #fff;
}

.services-icon {
  font-size: 50px;
}

.ship-section-bd {
  margin: 5rem 0 0;
}

.ship-with-us-overview {
  height: 25rem !important;
  background-image: linear-gradient(to right,
      rgba(27, 32, 32, 0.815),
      rgba(27, 32, 32, 0.6),
      rgba(27, 32, 32, 0.815)),
    url("https://i.ibb.co/4Wq5d4d/ship-with-us.png") !important;
}

.ship-with-us-in {
  text-align: center;
}

.ship-with-us-in>h2 {
  color: #fff;
}

.ship-with-us-in>p {
  margin-bottom: 2rem;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .services-list {
    gap: 1rem;
  }

  .services-type {
    padding: 1.5rem 1rem 1rem;
  }

  .services-short-title {
    font-size: 1.1rem;
  }

  .blog-title-home {
    font-size: 1.1rem;
  }

  .blog-headline {
    height: 15rem;
  }

  .blog-overview-container {
    gap: 1.1rem;
  }

  .why-mgx-overview {
    gap: 3rem;
  }

  .why-mgx-overview>div>img {
    height: 34rem;
  }
}

@media only screen and (max-width: 820px) {
  .top-banner {
    margin-top: 3.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .top-banner {
    /* height: 38rem; */
  }

  .banner-text {
    font-size: 2rem;
  }

  .services-icon {
    font-size: 40px;
  }

  .services-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-type {
    padding: 2rem 1rem;
  }

  .why-mgx-overview {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 0;
  }

  .why-mgx-overview>div>img {
    height: 25rem;
  }

  .blog-title-home {
    font-size: 1rem;
  }

  .blog-date-home {
    font-size: 0.8rem;
  }

  .blog-headline {
    height: 12rem;
  }

  .blog-headline>div {
    padding: 0.5rem 1rem;
  }
}

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

  /* .top-banner {
    height: 31rem;
  } */
  .ship-with-us-overview {
    background-image: linear-gradient(to right,
        rgba(27, 32, 32, 0.815),
        rgba(27, 32, 32, 0.6),
        rgba(27, 32, 32, 0.815)),
      url("https://i.ibb.co/sCbgfV4/ship-with-us-mob.png") !important;
  }

  .banner-text {
    font-size: 1.6rem;
  }

  .services-list {
    grid-template-columns: 1fr;
  }

  .why-mgx-overview>div>img {
    height: 20rem;
  }

  .career-overview {
    height: 20rem;
  }

  .blog-overview-container {
    grid-template-columns: 1fr;
  }

  .blog-headline {
    height: 13rem;
  }

  .blog-overview-container {
    margin: 2rem 0;
  }
}
.slick-dots{
    position: relative;
}
html,
body {
  margin: 0;
  background-color: #ececec;
  font-weight: 300;
}
.picker {
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 65vh;
}

.picker-container {
  padding: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  text-align: center;
}
.logo-container {
  padding: 1rem 0;
  text-align: center;
  margin: 0 auto;
  max-width: 480px;
}
.logo-container > img {
  height: 70px;
}

@media only screen and (max-width: 512px) {
  .picker {
    max-width: 420px;
    padding: 1rem;
  }
  .picker-container {
    padding: 1rem 2rem;
  }
}

