@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap);
html {
  height: 100%;
}

body {
  font-family: "Outfit", sans-serif;
  color: #1A181C;
  min-height: 100%;
  position: relative;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  body {
    font-size: 14px;
  }
}

a, .btn {
  text-decoration: none;
  transition: all 0.4s;
}
a:hover, .btn:hover {
  text-decoration: none;
}

:focus {
  outline: 0 !important;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
@media (max-width: 991.98px) {
  ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #E3E3E3;
  border-radius: 30px;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  background-color: #FFBF00;
  border-radius: 30px;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1424px;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 100%;
  }
}

.header {
  background-color: #ffffff;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.05);
  z-index: 5;
  transition: all 0.5s;
  position: relative;
}
.header .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1598.98px) {
  .header .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 1199.98px) {
  .header .container-fluid {
    padding: 0 12px;
  }
}
.header.headerFixed {
  position: fixed;
  width: 100%;
  transition: all 0.5s;
  animation: headerFixed 0.8s ease alternate;
}
@media (min-width: 1599px) {
  .header.headerFixed .navbar {
    padding: 15px 0;
  }
  .header.headerFixed .navbar-brand {
    width: 150px;
  }
}
@keyframes headerFixed {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.header .actionBtn .select2-container--default .select2-selection--single {
  background-color: transparent;
  padding: 8px 20px;
  -webkit-padding-end: 30px;
          padding-inline-end: 30px;
  height: auto;
  border-color: #FFBF00;
}
.header .actionBtn .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #FFBF00;
  font-size: 18px;
}
.header .actionBtn .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 9px;
}
.header .actionBtn .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: #FFBF00;
  font-size: 12px;
}
.header .actionBtn .select2-container--open .select2-dropdown .select2-results__option {
  padding: 5px 20px;
  font-size: 16px;
  color: #000000;
}
.header .actionBtn .select2-search.select2-search--dropdown {
  display: none;
}
.header .actionBtn .select2-container--open .select2-dropdown--below, .header .actionBtn .select2-container--open .select2-dropdown--above {
  border: 0;
}
.header .actionBtn .form-group {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.header .homeLogo {
  display: none;
}
.header .navbar {
  padding: 30px 0;
}
.header .navbar-brand {
  padding: 0;
}
.header .navbar .nav-item:not(:last-child) {
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
}
.header .navbar .nav-link {
  color: #1A181C;
  font-size: 18px;
  padding: 0;
  position: relative;
}
.header .navbar .nav-link:before {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1.5px;
  background-color: #FFBF00;
  content: "";
  opacity: 0;
  transition: all 0.5s;
  left: 0;
}
.header .navbar .nav-link:hover, .header .navbar .nav-link.active {
  color: #FFBF00;
  text-shadow: 0 0 0.3px #FFBF00, 0 0 0.3px #FFBF00;
}
.header .navbar .nav-link:hover::before, .header .navbar .nav-link.active::before {
  width: 20px;
  opacity: 1;
}
.header .navbar .nav-link:focus-visible {
  box-shadow: none;
}
.header .navbar .contactUs {
  line-height: normal;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
}
.header .navbar .contactUs img {
  -webkit-margin-end: 12px;
          margin-inline-end: 12px;
}
.header .navbar .contactUs p, .header .navbar .contactUs span {
  color: #1A181C;
  transition: all 0.5s;
}
.header .navbar .contactUs span {
  font-size: 13px;
  color: rgba(26, 24, 28, 0.85);
}
.header .navbar .contactUs:hover p, .header .navbar .contactUs:hover span {
  color: #FFBF00;
}
@media (max-width: 1598.98px) {
  .header .navbar {
    padding: 20px 0;
  }
  .header .navbar-brand {
    width: 150px;
  }
  .header .navbar .nav-item:not(:last-child) {
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
  }
  .header .navbar .nav-link {
    font-size: 14px;
  }
  .header .navbar .contactUs {
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
  }
  .header .navbar .contactUs img {
    width: 25px;
  }
  .header .navbar .actionBtn .select2-container--default .select2-selection--single {
    padding: 6px 10px;
    -webkit-padding-end: 25px;
            padding-inline-end: 25px;
  }
  .header .navbar .actionBtn .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 7px;
  }
  .header .navbar .actionBtn .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    font-size: 10px;
  }
  .header .navbar .actionBtn .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
  }
  .header .navbar .actionBtn .select2-container--open .select2-dropdown .select2-results__option {
    font-size: 15px;
  }
  .header .navbar .actionBtn .select2-container--open .select2-dropdown .select2-results__option {
    padding: 6px 10px;
  }
}
@media (max-width: 1199.98px) {
  .header .navbar {
    padding: 15px 0;
  }
  .header .navbar-brand {
    width: 120px;
  }
  .header .navbar .form-control {
    height: 35px;
  }
  .header .navbar .actionBtn .select2-container--default .select2-selection--single {
    padding: 3px 10px;
    -webkit-padding-end: 25px;
            padding-inline-end: 25px;
  }
}
@media (max-width: 991.98px) {
  .header .navbar .nav-item:not(:last-child) {
    margin: 0;
    margin-bottom: 10px;
  }
  .header .navbar .actionBtn {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    -webkit-margin-end: 15px;
            margin-inline-end: 15px;
  }
  .header .navbar-nav {
    margin-bottom: 0;
  }
  .header .navbar-toggler:focus {
    box-shadow: none;
  }
  .header .navbar-toggler-icon {
    width: 100%;
    height: 2px;
    height: 2px;
    width: 20px;
    display: block;
    background: #000000;
    margin-bottom: 3px;
    position: relative;
    display: block;
    transition: transform 0.2s ease, background-color 0.5s ease;
  }
  .header .navbar-toggler-icon:nth-child(1) {
    width: 10px;
  }
  .header .navbar-toggler-icon:nth-child(3) {
    width: 10px;
    float: right;
  }
  .header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-child(1) {
    transform: translate(0, 0.9px) rotate(45deg);
  }
  .header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-child(2) {
    transform: translateX(0px) rotate(-45deg);
  }
  .header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-child(3) {
    transform: translate(-1.3px, 0px) rotate(45deg);
  }
  .header .navbar-collapse {
    order: 3;
    position: fixed;
    width: 100%;
    top: 70px;
    padding: 12px;
    background-color: #ffffff;
    border-top: 1px solid #f2f2f2;
    -o-box-shadow: 0px 10px 15px rgba(26, 24, 28, 0.1);
    -ms-box-shadow: 0px 10px 15px rgba(26, 24, 28, 0.1);
    box-shadow: 0px 10px 15px rgba(26, 24, 28, 0.1);
    right: 0;
  }
  .header .navbar-collapse .custom-dropdown .dropdown-menu {
    box-shadow: none;
  }
  .header .navbar-collapse .dropdown-menu {
    padding: 0 10px 5px 10px;
  }
  .header .navbar-collapse .dropdown-menu li:not(:last-child) a {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .header .navbar .contactUs {
    -webkit-margin-end: 15px;
            margin-inline-end: 15px;
  }
}
@media (max-width: 767.98px) {
  .header .navbar {
    padding: 5px 0;
  }
  .header .navbar-collapse {
    top: 48px;
  }
  .header .navbar .contactUs p {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .header .navbar-collapse {
    top: 42px;
  }
  .header .navbar .actionBtn {
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
  }
  .header .navbar .actionBtn .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 5px;
  }
  .header .navbar .actionBtn .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
  .header .navbar .actionBtn .select2-container--default .select2-selection--single {
    padding: 0 5px;
    -webkit-padding-end: 22px;
            padding-inline-end: 22px;
  }
  .header .navbar .actionBtn .select2-container--open .select2-dropdown .select2-results__option {
    font-size: 13px;
  }
  .header .navbar-brand {
    width: 100px;
  }
  .header .navbar .contactUs {
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
  }
  .header .navbar .contactUs img {
    width: 17px;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
  .header .navbar .contactUs p, .header .navbar .contactUs span {
    display: none;
  }
  .header .navbar .btn-warning {
    height: 32px;
    padding: 5px 6px;
    font-size: 10px;
  }
}

.footer {
  background-color: #1E1C20;
}
.footer_top {
  padding: 70px 0 40px;
  max-width: 1160px;
}
.footer_topLeft h3 {
  font-size: 40px;
}
.footer_topLeft h3 span {
  color: #FFBF00;
}
.footer_topLeft img {
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
  margin-top: 25px;
}
.footer_topRight h6 {
  margin-bottom: 30px;
}
.footer_topRight a {
  transition: all 0.5s;
}
.footer_topRight a + a {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.footer_topRight a:hover {
  opacity: 0.8;
}
.footer_middle {
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_middleInfo {
  max-width: 435px;
}
.footer_middleInfo .moretext {
  display: none;
}
.footer_middleInfo p {
  margin-top: 30px;
  color: #ffffff;
  font-size: 14px;
}
.footer_middleInfo p a {
  color: #FFBF00;
}
.footer_middleInfo p a:hover {
  color: #ffcc33;
}
.footer_middleInfo li:not(:last-child) {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.footer_middleInfo li a {
  width: 38px;
  height: 38px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transition: all 0.5s;
}
.footer_middleInfo li a:hover {
  background-color: #ffffff;
  border-radius: 5px;
}
.footer_middleInfo li a:hover.facebook {
  color: #3b5998;
}
.footer_middleInfo li a:hover.instagram {
  color: #E4405F;
}
.footer_middleInfo li a:hover.linkedin {
  color: #0e76a8;
}
.footer_middleLinks li:not(:last-child) {
  margin-bottom: 15px;
}
.footer_middleLinks li a {
  color: #ffffff;
  font-size: 14px;
}
.footer_middleLinks li a:hover {
  color: #FFBF00;
}
.footer_middleContactus li {
  color: #ffffff;
  font-size: 14px;
}
.footer_middleContactus li:not(:last-child) {
  margin-bottom: 15px;
}
.footer_middleContactus li em {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  position: relative;
  top: 4px;
}
.footer_middleContactus li a {
  color: #ffffff;
}
.footer_middleContactus li a:hover {
  color: #FFBF00;
}
.footer_bottom {
  font-size: 13px;
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1598.98px) {
  .footer_top {
    padding: 40px 0 30px;
  }
  .footer_topLeft h3 {
    font-size: 32px;
  }
  .footer_topRight img {
    width: 165px;
  }
  .footer_middle {
    padding: 30px 0;
  }
  .footer_middleInfo img {
    width: 150px;
  }
}
@media (max-width: 1199.98px) {
  .footer_top {
    padding: 30px 0 20px;
  }
  .footer_topLeft h3 {
    font-size: 26px;
  }
  .footer_topLeft img {
    -webkit-margin-start: 20px;
            margin-inline-start: 20px;
    margin-top: 20px;
    width: 150px;
  }
  .footer_topRight h6 {
    margin-bottom: 20px;
  }
  .footer_topRight img {
    width: 140px;
  }
  .footer_middle h5 {
    font-size: 16px;
  }
  .footer_middleInfo {
    max-width: 320px;
  }
  .footer_middleInfo img {
    width: 120px;
  }
  .footer_middleInfo p {
    margin-top: 20px;
  }
  .footer_middleInfo li a {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }
  .footer_middleLinks li {
    line-height: normal;
  }
  .footer_middleLinks li:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer_middleLinks li a {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .footer_top, .footer_middle, .footer_bottom {
    padding: 15px 0;
  }
  .footer_topLeft span:not(h3 span) {
    font-size: 14px;
  }
  .footer_topLeft h3 {
    font-size: 22px;
  }
  .footer_topLeft img {
    width: 120px;
  }
  .footer_topRight h6 {
    margin-bottom: 15px;
  }
  .footer_topRight img {
    width: 120px;
  }
  .footer_middleInfo {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .footer_middleInfo p {
    margin-top: 15px;
    margin-bottom: 8px;
  }
  .footer_middleContactus li em {
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
  }
  .footer_middleContactus li:last-child {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .footer_topLeft span:not(h3 span) {
    font-size: 12px;
  }
  .footer_topLeft h3 {
    font-size: 18px;
  }
  .footer_topLeft img {
    display: none;
  }
  .footer_topRight {
    margin-top: 15px;
  }
  .footer_topRight h6 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .footer_middle h5 {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .footer_middleLinks li:not(:last-child) {
    margin-bottom: 10px;
    line-height: 15px;
  }
  .footer_middleLinks li a {
    font-size: 12px;
  }
  .footer_middleInfo {
    margin-bottom: 20px;
  }
  .footer_middleInfo img {
    width: 100px;
  }
  .footer_middleInfo p {
    font-size: 13px;
  }
  .footer_middleInfo li:not(:last-child) {
    -webkit-margin-end: 5px;
            margin-inline-end: 5px;
  }
  .footer_middleInfo li a {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  .footer_middleContactus {
    margin-top: 20px;
  }
  .footer_middleContactus li {
    font-size: 13px;
  }
  .footer_middleContactus li:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer_middleContactus li:last-child {
    font-size: 15px;
  }
  .footer_bottom {
    font-size: 12px;
  }
}

.btn {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  border-radius: 5px;
  padding: 8px 25px;
  text-transform: uppercase;
}
.btn-sm {
  height: 35px;
}
.btn-warning {
  color: #1A181C;
  background-color: #FFBF00;
  border-color: #FFBF00;
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning.focus .btn-warning.active, .btn-warning.show, .btn-warning-check:checked + .btn-warning, .btn-warning:focus-visible, .btn-warning:not(.btn-check) + .btn-warning:hover, .btn-warning:first-child:hover, .btn-warning-check:focus-visible + .btn-warning, .btn-warning:first-child:active, .btn-warning:not(.btn-check) + .btn-warning:active {
  color: #1A181C !important;
  background-color: #e0a800 !important;
  border-color: #e0a800 !important;
  box-shadow: none !important;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning {
  background-color: #FFBF00;
  border-color: #FFBF00;
  box-shadow: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #FFBF00;
  border-color: #FFBF00;
  box-shadow: none;
}
.btn-outline-warning {
  color: #FFBF00;
  border-color: #FFBF00;
}
.btn-outline-warning:hover, .btn-outline-warning:active, .btn-outline-warning:focus, .btn-outline-warning.focus .btn-outline-warning.active, .btn-outline-warning:focus-visible, .btn-outline-warning:not(.btn-check) + .btn-outline-warning:hover, .btn-outline-warning:first-child:hover, .btn-outline-warning-check:focus-visible + .btn-outline-warning {
  color: #1A181C !important;
  background-color: #e0a800 !important;
  border-color: #e0a800 !important;
  box-shadow: none !important;
}
.btn-outline-warning.disabled, .btn-outline-warning[disabled], fieldset[disabled] .btn-outline-warning {
  background-color: #FFBF00;
  border-color: #FFBF00;
  box-shadow: none;
}
.btn-outline-warning.disabled:hover, .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning[disabled]:hover, .btn-outline-warning[disabled]:focus, .btn-outline-warning[disabled].focus, fieldset[disabled] .btn-outline-warning:hover, fieldset[disabled] .btn-outline-warning:focus, fieldset[disabled] .btn-outline-warning.focus {
  background-color: #FFBF00;
  border-color: #FFBF00;
  box-shadow: none;
}
@media (max-width: 1598.98px) {
  .btn {
    height: 42px;
    padding: 5px 20px;
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .btn {
    height: 35px;
    padding: 5px 10px;
    white-space: nowrap;
  }
}
@media (max-width: 767.98px) {
  .btn {
    font-size: 13px;
  }
}

@keyframes ripple {
  0% {
    transform: scale(4);
  }
  100% {
    opacity: 0;
    transform: scale(40);
  }
}
.ripple-effect-dark,
.ripple-effect {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ripple-effect span.ripple-overlay,
.ripple-effect-dark span.ripple-overlay {
  animation: ripple 0.9s;
  border-radius: 100%;
  background: #1A181C;
  height: 12px;
  position: absolute;
  width: 12px;
  line-height: 12px;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.ripple-effect-dark span.ripple-overlay {
  background: #000000;
  opacity: 0.07;
}

@font-face {
  font-family: "beeb-beeb";
  src: url("../../fonts/frontend/beeb-beeb.eot?eguxb1");
  src: url("../../fonts/frontend/beeb-beeb.eot?eguxb1#iefix") format("embedded-opentype"), url("../../fonts/frontend/beeb-beeb.ttf?eguxb1") format("truetype"), url("../../fonts/frontend/beeb-beeb.woff?eguxb1") format("woff"), url("../../fonts/frontend/beeb-beeb.svg?eguxb1#beeb-beeb") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=beebbeeb-], [class*=" beebbeeb-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "beeb-beeb" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.beebbeeb-app-icon:before {
  content: "\e908";
}

.beebbeeb-play-icon:before {
  content: "\e909";
}

.beebbeeb-contactus:before {
  content: "\e907";
}

.beebbeeb-at:before {
  content: "\e905";
}

.beebbeeb-location:before {
  content: "\e906";
}

.beebbeeb-instagram:before {
  content: "\e900";
}

.beebbeeb-linkedin:before {
  content: "\e901";
}

.beebbeeb-brand:before {
  content: "\e901";
}

.beebbeeb-social:before {
  content: "\e901";
}

.beebbeeb-facebook:before {
  content: "\e902";
}

.beebbeeb-brand1:before {
  content: "\e902";
}

.beebbeeb-social1:before {
  content: "\e902";
}

.beebbeeb-dropdown_arrow:before {
  content: "\e928";
}

.beebbeeb-minus:before {
  content: "\e903";
}

.beebbeeb-plus:before {
  content: "\e904";
}

.form-group,
.input-group {
  position: relative;
  margin-bottom: 30px;
}
.form-group.selectCountry .select2,
.input-group.selectCountry .select2 {
  width: 100px !important;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.form-group.selectCountry .select2.select2-container .select2-selection__arrow:after,
.input-group.selectCountry .select2.select2-container .select2-selection__arrow:after {
  font-size: 13px;
}
.form-group.selectCountry .select2.select2-container .select2-selection--single, .form-group.selectCountry .select2.select2-container .select2-selection--multiple,
.input-group.selectCountry .select2.select2-container .select2-selection--single,
.input-group.selectCountry .select2.select2-container .select2-selection--multiple {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  -webkit-padding-end: 35px;
          padding-inline-end: 35px;
}
.form-group label,
.input-group label {
  margin-bottom: 8px;
  color: #1A181C;
  font-size: 14px;
}
.form-group .form-control,
.form-group .input-group-text,
.input-group .form-control,
.input-group .input-group-text {
  border-color: #F5F5F5;
  color: #1A181C;
  background-color: #F5F5F5;
  border-radius: 5px;
  background-clip: initial;
  padding: 10px 20px;
  height: 50px;
  font-size: 14px;
}
.form-group .form-control:focus,
.form-group .input-group-text:focus,
.input-group .form-control:focus,
.input-group .input-group-text:focus {
  outline: none;
  box-shadow: none !important;
  border-color: #FFBF00;
}
.form-group .form-control:valid:focus, .form-group .form-control:invalid:focus,
.form-group .input-group-text:valid:focus,
.form-group .input-group-text:invalid:focus,
.input-group .form-control:valid:focus,
.input-group .form-control:invalid:focus,
.input-group .input-group-text:valid:focus,
.input-group .input-group-text:invalid:focus {
  outline: none;
  box-shadow: none;
}
.form-group .form-control:disabled, .form-group .form-control[readonly],
.form-group .input-group-text:disabled,
.form-group .input-group-text[readonly],
.input-group .form-control:disabled,
.input-group .form-control[readonly],
.input-group .input-group-text:disabled,
.input-group .input-group-text[readonly] {
  background-color: #e9eef1;
  color: #000000;
}
.form-group .form-control::-webkit-input-placeholder,
.form-group .input-group-text::-webkit-input-placeholder,
.input-group .form-control::-webkit-input-placeholder,
.input-group .input-group-text::-webkit-input-placeholder {
  color: #92929E;
  font-size: 14px;
  font-weight: 300;
}
.form-group .form-control:-moz-placeholder,
.form-group .input-group-text:-moz-placeholder,
.input-group .form-control:-moz-placeholder,
.input-group .input-group-text:-moz-placeholder {
  color: #92929E;
  font-size: 14px;
  font-weight: 300;
}
.form-group .form-control::-moz-placeholder,
.form-group .input-group-text::-moz-placeholder,
.input-group .form-control::-moz-placeholder,
.input-group .input-group-text::-moz-placeholder {
  color: #92929E;
  font-size: 14px;
  font-weight: 300;
}
.form-group .form-control:-ms-input-placeholder,
.form-group .input-group-text:-ms-input-placeholder,
.input-group .form-control:-ms-input-placeholder,
.input-group .input-group-text:-ms-input-placeholder {
  color: #92929E;
  font-size: 14px;
  font-weight: 300;
}

textarea {
  resize: none;
}

@media (max-width: 1598.98px) {
  .form-group,
  .input-group {
    margin-bottom: 20px;
  }
  .form-group .form-control, .form-group .input-group-text,
  .input-group .form-control,
  .input-group .input-group-text {
    height: 45px;
    padding: 10px;
  }
  .form-group .dateIcon:after,
  .form-group .timeIcon:after,
  .form-group .searchIcon:after,
  .input-group .dateIcon:after,
  .input-group .timeIcon:after,
  .input-group .searchIcon:after {
    top: 10px;
  }
}
@media (max-width: 1199.98px) {
  .form-group,
  .input-group {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .form-group .form-control, .form-group .input-group-text,
  .input-group .form-control,
  .input-group .input-group-text {
    height: 42px;
    padding: 6px 10px;
  }
  .form-group.selectCountry .select2.select2-container .select2-selection__arrow:after,
  .input-group.selectCountry .select2.select2-container .select2-selection__arrow:after {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .form-group,
  .input-group {
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .form-group,
  .input-group {
    margin-bottom: 10px;
  }
  .form-group label,
  .input-group label {
    margin-bottom: 5px;
  }
}
.select2-selection__rendered::-webkit-scrollbar {
  height: 5px;
}
.select2-selection__rendered::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.select2-selection__rendered::-webkit-scrollbar-thumb {
  background-color: rgb(169, 169, 169);
  border-radius: 50px;
}

input:-internal-autofill-selected {
  -webkit-appearance: menulist-button;
  background-color: rgb(247, 248, 249) !important;
  background-image: none !important;
  color: -internal-light-dark-color(#000000, #ffffff) !important;
  font: 18px "Outfit, sans-serif" !important;
}

.form-control.is-valid,
.form-control.is-invalid {
  background-image: none;
  -webkit-padding-end: inherit;
          padding-inline-end: inherit;
}

.select2.select2-container {
  width: 100% !important;
}
.select2.select2-container span:focus {
  outline: none;
  border: 1px solid #FFBF00;
}
.select2.select2-container--focus .select2-selection--multiple {
  border-color: #FFBF00;
}
.select2.select2-container--open .select2-selection__arrow:after, .select2.select2-container--open .select2-selection--multiple:after {
  transform: rotateX(180deg);
  transition: all 0.5s;
}
.select2.select2-container--open.select2-container--below .select2-selection--single, .select2.select2-container--open.select2-container--below .select2-selection--multiple, .select2.select2-container--open.select2-container--above .select2-selection--single, .select2.select2-container--open.select2-container--above .select2-selection--multiple {
  border-color: #FFBF00;
}
.select2.select2-container .select2-selection--single, .select2.select2-container .select2-selection--multiple {
  height: 50px;
  padding: 10px 20px;
  border-color: transparent;
  -webkit-padding-end: 30px;
          padding-inline-end: 30px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.select2.select2-container .select2-selection--multiple {
  position: relative;
}
.select2.select2-container .select2-selection--multiple:after {
  font-family: "beeb-beeb";
  content: "\e928";
  font-size: 16px;
  position: absolute;
  display: inline-block;
  color: rgba(26, 24, 28, 0.5);
  transition: all 0.5s;
  right: 18px;
}
.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  color: #95A09B;
  font-size: 11px;
  border-color: transparent;
  background-color: #F5F5F5;
  padding: 2px 5px 2px 5px;
  margin: 3px 3px 3px 0px;
}
.select2.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: #95A09B;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  font-size: 14px;
  vertical-align: middle;
  font-weight: normal;
}
.select2.select2-container .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  height: auto;
  line-height: 10px;
  width: 20px;
  right: 15px;
}
.select2.select2-container .select2-selection__arrow:after {
  content: "\e928";
  font-family: "beeb-beeb";
  font-size: 16px;
  display: inline-block;
  color: rgba(26, 24, 28, 0.5);
  transition: all 0.3s;
}
.select2.select2-container .select2-selection__arrow b {
  display: none;
}
.select2.select2-container .select2-selection__rendered {
  font-size: 14px;
  color: #1A181C;
  -webkit-padding-start: 0px !important;
          padding-inline-start: 0px !important;
  -webkit-padding-end: 0 !important;
          padding-inline-end: 0 !important;
}
.select2.select2-container .select2-selection__choice {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.select2.select2-container .select2-selection__choice__remove {
  -webkit-margin-end: 0px !important;
          margin-inline-end: 0px !important;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}
.select2.select2-container--disabled {
  pointer-events: none;
  cursor: default;
}
.select2.select2-container--disabled .select2-selection--single {
  background-color: #e9eef1;
}
.select2.select2-container--disabled .select2-selection__rendered {
  color: rgba(26, 24, 28, 0.45);
}
.select2 .select2-selection__placeholder {
  color: #92929E !important;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 1598.98px) {
  .select2.select2-container .select2-selection--single, .select2.select2-container .select2-selection--multiple {
    height: 45px;
    padding: 10px;
  }
  .select2.select2-container .select2-selection__rendered {
    display: flex;
    overflow-X: auto;
    font-size: 14px;
  }
  .select2-results__option {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .select2.select2-container .select2-selection__arrow:after {
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .select2.select2-container .select2-selection--single, .select2.select2-container .select2-selection--multiple {
    padding: 6px 10px;
    height: 42px;
  }
  .select2.select2-container .select2-selection__arrow:after {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .select2.select2-container .select2-selection__arrow:after {
    font-size: 13px;
  }
}
.select2-results__options {
  max-height: 150px !important;
}

.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
  border-color: #FFBF00;
  border-radius: 0;
  background-color: #F5F5F5;
}
.select2-container--open .select2-dropdown .select2-search__field {
  outline: none;
  border-color: #FFBF00;
  background-color: #F5F5F5;
}
.select2-container--open .select2-dropdown .select2-search__field:focus {
  border-color: #FFBF00;
}
.select2-container--open .select2-dropdown .select2-results__option {
  padding: 8px 20px;
  color: #000000;
  text-align: left;
}
.select2-container--open .select2-dropdown .select2-results__option--highlighted, .select2-container--open .select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: #FFBF00;
  color: #ffffff;
}
.select2-container--open .select2-dropdown .select2-results__option .flag-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
@media (max-width: 1598.98px) {
  .select2-container--open .select2-dropdown .select2-results__option {
    padding: 10px;
  }
}
@media (max-width: 991.98px) {
  .select2-container--open .select2-dropdown .select2-results__option {
    padding: 6px 10px;
  }
}

.tagOutside .select2-container .select2-search__field {
  margin-top: 0px;
}
.tagOutside .select2-selection--multiple .select2-selection__choice {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  color: #95A09B;
  font-size: 11px;
  border-color: transparent;
  background-color: rgba(219, 219, 219, 0.5);
  padding: 7px 5px 7px 5px;
  line-height: 1;
}
.tagOutside .select2-selection--multiple .select2-selection__choice__remove {
  -webkit-margin-end: 0px !important;
          margin-inline-end: 0px !important;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  font-size: 14px;
  line-height: 0;
}
.tagOutside .tagBox .select2-container--empty {
  display: none;
}

.select2-with-icon .select2-selection {
  -webkit-padding-start: 35px !important;
          padding-inline-start: 35px !important;
}

#toast-container > div {
  background-color: #ffffff;
  color: #000000;
  background-image: none !important;
}
#toast-container .icon-close {
  color: #000000;
}
#toast-container .toastr {
  padding: 15px 35px 15px 15px;
  position: relative;
  background: #ffffff;
  box-shadow: 0 3px 12px 1px rgba(43, 55, 72, 0.15);
  border-radius: 4px;
  opacity: 1;
  border-left: 4px solid transparent;
}
#toast-container .toastr .toast-close-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  font-size: 12px;
}
#toast-container .toastr:hover {
  box-shadow: 0 3px 12px 1px rgba(43, 55, 72, 0.15);
}
#toast-container .toast-success {
  border-color: #1ee0ac;
}
#toast-container .toast-error {
  border-color: #e85347;
}
#toast-container .toast-message {
  color: #000000;
  font-size: 14px;
}

.py-70 {
  padding: 70px 0;
}
@media (max-width: 1598.98px) {
  .py-70 {
    padding: 50px 0;
  }
}
@media (max-width: 1199.98px) {
  .py-70 {
    padding: 40px 0;
  }
}
@media (max-width: 991.98px) {
  .py-70 {
    padding: 30px 0;
  }
}
@media (max-width: 767.98px) {
  .py-70 {
    padding: 20px 0;
  }
}

.py-40 {
  padding: 40px 0;
}
@media (max-width: 1598.98px) {
  .py-40 {
    padding: 30px 0;
  }
}
@media (max-width: 991.98px) {
  .py-40 {
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) {
  .py-40 {
    padding: 20px 0;
  }
}

.theme-color {
  color: #FFBF00;
}

.text-grey {
  color: #676767;
}

.text-purple {
  color: #4A0B74;
}

@media (min-width: 1599px) {
  .p-18 {
    font-size: 18px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 1598.98px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199.98px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .mb-40 {
    margin-bottom: 15px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .mb-30 {
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .mb-30 {
    margin-bottom: 10px;
  }
}

.h-45 {
  font-size: 18px;
}
@media screen and (min-width: 767px) {
  .h-45 {
    font-size: 22px;
  }
}
@media screen and (min-width: 992px) {
  .h-45 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1199px) {
  .h-45 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1599px) {
  .h-45 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1600px) {
  .h-45 {
    font-size: 45px;
  }
}

.fw-medium {
  font-weight: 500;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.error-help-block {
  color: #e85347;
}

.homePage .header {
  position: fixed;
  width: 100%;
  top: 0;
  background: transparent;
  left: 0;
}
.homePage .header .homeLogo {
  display: block;
}
.homePage .header .commonLogo {
  display: none;
}
.homePage .header .navbar .nav-link {
  color: #ffffff;
}
.homePage .header .navbar .contactUs p,
.homePage .header .navbar .contactUs span {
  color: #ffffff;
}
.homePage .header.headerFixed {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #ffffff;
  transition: all 0.5s;
  left: 0;
}
.homePage .header.headerFixed .homeLogo {
  display: none;
}
.homePage .header.headerFixed .commonLogo {
  display: block;
}
.homePage .header.headerFixed .navbar .nav-link {
  color: #1A181C;
}
.homePage .header.headerFixed .navbar .nav-link:hover, .homePage .header.headerFixed .navbar .nav-link.active {
  color: #FFBF00;
}
.homePage .header.headerFixed .navbar .contactUs p,
.homePage .header.headerFixed .navbar .contactUs span {
  color: #1A181C;
}
@media (max-width: 991.98px) {
  .homePage .header .navbar-toggler-icon {
    background-color: #ffffff;
  }
  .homePage .header.headerFixed .navbar-toggler-icon {
    background-color: #1A181C;
  }
  .homePage .header .navbar .nav-link {
    color: #1A181C;
  }
  .homePage .header .navbar .nav-link:hover, .homePage .header .navbar .nav-link.active {
    color: #FFBF00;
    text-shadow: 0 0 0.3px #FFBF00, 0 0 0.3px #FFBF00;
  }
}
.homePage .banner {
  background: url("../../images/frontend/banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 950px;
  padding-top: 265px;
}
.homePage .banner_wrap {
  max-width: 725px;
}
.homePage .banner h1 {
  font-size: 85px;
  line-height: 93px;
  margin-bottom: 0;
}
.homePage .banner h1 span {
  color: #FFBF00;
}
.homePage .banner p {
  font-size: 20px;
  padding: 30px 0 40px;
}
.homePage .banner .btn {
  cursor: default;
}
.homePage .banner em, .homePage .banner a {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  color: #1A181C;
}
@media (max-width: 1598.98px) {
  .homePage .banner {
    min-height: 640px;
    padding-top: 150px;
  }
  .homePage .banner h1 {
    font-size: 64px;
    line-height: 64px;
  }
  .homePage .banner p {
    padding: 20px 0 30px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .banner_wrap {
    max-width: 400px;
  }
  .homePage .banner h1 {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 991.98px) {
  .homePage .banner {
    min-height: inherit;
    padding: 110px 0 30px;
  }
  .homePage .banner h1 {
    font-size: 40px;
    line-height: 42px;
  }
  .homePage .banner p {
    padding: 15px 0 20px;
    line-height: 24px;
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .homePage .banner h1 {
    font-size: 35px;
    line-height: 38px;
  }
  .homePage .banner p {
    line-height: 22px;
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .homePage .banner {
    padding: 85px 0 30px;
  }
  .homePage .banner h1 {
    font-size: 22px;
    line-height: normal;
  }
  .homePage .banner p {
    line-height: 18px;
    font-size: 14px;
    padding: 15px 0;
  }
  .homePage .banner em {
    -webkit-margin-end: 5px;
            margin-inline-end: 5px;
  }
}
.homePage .bringingSec_link {
  margin-top: 35px;
}
.homePage .bringingSec_link a {
  transition: all 0.5s;
}
.homePage .bringingSec_link a:not(:last-child) {
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.homePage .bringingSec_link a:hover {
  opacity: 0.8;
}
.homePage .deliverySec {
  background-color: #FBF5FF;
}
.homePage .deliverySec_box {
  height: 280px;
}
.homePage .deliverySec_box:hover .deliverySec_box_hover {
  transform: scale(1.1);
}
.homePage .deliverySec_box_hover {
  transition: transform 0.5s ease;
}
.homePage .deliverySec_box-bg {
  background-color: #4A0B74;
  padding: 30px 40px;
}
.homePage .deliverySec_box-bg:after {
  display: none;
}
.homePage .deliverySec_box:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.14) 50%, rgba(0, 0, 0, 0.82) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.homePage .deliverySec_box_text {
  right: 0;
  left: 0;
  margin: auto;
  bottom: 30px;
  color: #ffffff;
  z-index: 2;
  font-size: 22px;
}
.homePage .deliverySec_box_cnt h3 {
  margin-bottom: 10px;
  font-size: 30px;
}
.homePage .deliverySec_box_cnt h4 {
  font-size: 18px;
  margin-bottom: 30px;
}
.homePage .specializedSec_item_info h5 {
  font-size: 22px;
}
.homePage .howToWorkSec {
  background-color: #FFBF00;
}
.homePage .howToWorkSec:after {
  position: absolute;
  content: "";
  background-image: url("../../images/frontend/package-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  max-width: 740px;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-size: cover;
  right: 0;
}
.homePage .howToWorkSec .commonHead p {
  color: #1A181C;
}
.homePage .howToWorkSec_img {
  -webkit-margin-start: -160px;
          margin-inline-start: -160px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  right: 390px;
}
.homePage .howToWorkSec_left {
  background-image: url("../../images/frontend/how-it-work-line.png");
  background-repeat: no-repeat;
  height: 100%;
  background-position: 0 9px;
}
.homePage .howToWorkSec_steps li {
  position: relative;
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
}
.homePage .howToWorkSec_steps li:not(:last-child) {
  margin-bottom: 40px;
}
.homePage .howToWorkSec_steps li:before {
  position: absolute;
  content: "";
  top: 10px;
  background-color: #4A0B74;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  left: 0;
}
.homePage .howToWorkSec_steps li:nth-child(1):before {
  left: 5px;
}
.homePage .howToWorkSec_steps li:nth-child(2):before {
  left: 12px;
}
.homePage .howToWorkSec_steps li:nth-child(3):before {
  left: -6px;
}
.homePage .howToWorkSec_steps li:nth-child(4):before {
  left: 3px;
}
.homePage .howToWorkSec_steps li span {
  font-size: 22px;
}
.homePage .howToWorkSec_steps_info {
  -webkit-margin-start: 24px;
          margin-inline-start: 24px;
}
.homePage .howToWorkSec_steps_info h6 {
  font-size: 22px;
  margin-bottom: 5px;
}
.homePage .ourAppSec_box-bgColor {
  background-color: #FBF5FF;
}
.homePage .ourAppSec_box p {
  color: #1a181c;
}
.homePage .wordsSec {
  background-color: #FBF5FF;
}
.homePage .wordsSec_slider_item {
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
  -webkit-padding-end: 10px;
          padding-inline-end: 10px;
  background-color: transparent !important;
}
.homePage .wordsSec_slider .swiper-wrapper {
  padding-bottom: 65px;
}
.homePage .wordsSec_slider_cnt {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 30px 30px 32px 40px;
}
.homePage .wordsSec_slider_cnt p {
  font-size: 22px;
}
.homePage .wordsSec_slider .user_img {
  height: 62px;
  width: 62px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #FFBF00;
  -o-object-fit: cover;
     object-fit: cover;
}
.homePage .wordsSec_slider .user_info h6 {
  font-size: 20px;
  margin-bottom: 2px;
  color: #4A0B74;
}
.homePage .wordsSec_slider .user_info span {
  font-size: 18px;
  color: #676767;
}
.homePage .wordsSec_slider .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: rgb(26, 24, 28);
}
.homePage .wordsSec_slider .swiper-pagination-bullet-active {
  background-color: #4A0B74;
}
.homePage .questionsSec .accordion-button {
  border-color: transparent;
  background-color: transparent;
  font-size: 18px;
  padding: 14px 20px 13px;
  min-height: 50px;
}
.homePage .questionsSec .accordion-button::after {
  content: "\e904";
  font-family: "beeb-beeb";
  background-image: none;
  transform: none;
  font-size: 20px;
  color: #676767;
  line-height: 19px;
}
.homePage .questionsSec .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.homePage .questionsSec .accordion-button:not(.collapsed) {
  background-color: transparent;
  border-bottom: 0;
  border-color: #FFBF00;
  box-shadow: none;
  color: #1a181c;
}
.homePage .questionsSec .accordion-button:not(.collapsed):after {
  content: "\e903";
}
.homePage .questionsSec .accordion-item {
  border-radius: 5px;
}
.homePage .questionsSec .accordion-item:not(:last-child) {
  margin-bottom: 15px;
}
.homePage .questionsSec .accordion-item:not(:first-of-type) {
  border-radius: 5px;
  border: 1px solid rgba(203, 203, 203, 0.6);
}
.homePage .questionsSec .accordion-item.active {
  border-color: #FFBF00;
  border-radius: 0;
}
.homePage .questionsSec .accordion-body {
  padding-top: 0;
  -webkit-padding-start: 32px;
          padding-inline-start: 32px;
  color: #676767;
  font-size: 16px;
}
@media (max-width: 1799px) {
  .homePage .howToWorkSec_img {
    max-width: 680px;
  }
}
@media (max-width: 1699px) {
  .homePage .howToWorkSec::after {
    max-width: 680px;
  }
  .homePage .howToWorkSec_img {
    max-width: 600px;
  }
}
@media (max-width: 1598.98px) {
  .homePage .bringingSec_link {
    margin-top: 25px;
  }
  .homePage .bringingSec_link a:not(:last-child) {
    -webkit-margin-end: 15px;
            margin-inline-end: 15px;
  }
  .homePage .bringingSec_link img {
    max-height: 50px;
  }
  .homePage .deliverySec_box {
    height: 260px;
  }
  .homePage .deliverySec_box-bg {
    padding: 20px 30px;
  }
  .homePage .deliverySec_box_text {
    font-size: 18px;
  }
  .homePage .deliverySec_box_cnt h3 {
    font-size: 24px;
  }
  .homePage .deliverySec_box_cnt h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .homePage .specializedSec_item_info h5 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .homePage .specializedSec_item img {
    max-height: 60px;
  }
  .homePage .wordsSec_slider_cnt p {
    font-size: 18px;
  }
  .homePage .wordsSec_slider_quote {
    max-height: 70px;
  }
  .homePage .wordsSec_slider .user_info h6 {
    font-size: 18px;
  }
  .homePage .wordsSec_slider .user_info span {
    font-size: 16px;
  }
  .homePage .wordsSec_slider .user_img {
    height: 50px;
    width: 50px;
  }
  .homePage .howToWorkSec::after {
    max-width: 640px;
  }
  .homePage .howToWorkSec_img {
    max-width: 550px;
    right: 165px;
  }
}
@media (max-width: 1399px) {
  .homePage .howToWorkSec::after {
    max-width: 500px;
  }
  .homePage .howToWorkSec_steps li:not(:last-child) {
    margin-bottom: 30px;
  }
  .homePage .howToWorkSec_left {
    background-size: 22px 84%;
  }
  .homePage .wordsSec_slider_cnt {
    padding: 25px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .howToWorkSec::after {
    display: none;
  }
  .homePage .howToWorkSec_left {
    background-image: none;
  }
  .homePage .howToWorkSec_img {
    position: inherit;
    transform: none;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
  .homePage .howToWorkSec_steps li {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
  .homePage .howToWorkSec_steps li span {
    font-size: 20px;
  }
  .homePage .howToWorkSec_steps li::before {
    display: none;
  }
  .homePage .howToWorkSec_steps li:not(:last-child) {
    margin-bottom: 25px;
  }
  .homePage .howToWorkSec_steps_info {
    -webkit-margin-start: 15px;
            margin-inline-start: 15px;
  }
  .homePage .howToWorkSec_steps_info h6 {
    font-size: 20px;
  }
  .homePage .bringingSec_link {
    margin-top: 15px;
  }
  .homePage .bringingSec_link img {
    max-height: 40px;
  }
  .homePage .wordsSec_slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .homePage .wordsSec_slider_cnt {
    padding: 20px;
  }
  .homePage .wordsSec_slider_cnt p {
    font-size: 16px;
  }
  .homePage .wordsSec_slider .user_info h6 {
    font-size: 16px;
  }
  .homePage .wordsSec_slider .user_info span {
    font-size: 14px;
  }
  .homePage .wordsSec_slider_quote {
    max-height: 60px;
  }
  .homePage .deliverySec_box {
    height: 200px;
  }
}
@media (max-width: 991.98px) {
  .homePage .deliverySec .row .col {
    flex: 1 0 33.3%;
  }
  .homePage .deliverySec_box_text {
    font-size: 18px;
  }
  .homePage .howToWorkSec_steps li span {
    font-size: 18px;
  }
  .homePage .howToWorkSec_steps li:not(:last-child) {
    margin-bottom: 20px;
  }
  .homePage .howToWorkSec_steps li:nth-child(2):before {
    left: 7px;
  }
  .homePage .howToWorkSec_steps li:nth-child(4):before {
    left: 0;
  }
  .homePage .howToWorkSec_steps li:nth-child(1):before {
    left: 2px;
  }
  .homePage .howToWorkSec_steps_info h6 {
    font-size: 18px;
  }
  .homePage .specializedSec_item img {
    max-height: 50px;
  }
  .homePage .wordsSec_slider .swiper-wrapper {
    padding-bottom: 50px;
  }
  .homePage .questionsSec .accordion-button {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .homePage .bringingSec_link {
    margin-top: 10px;
  }
  .homePage .bringingSec_link img {
    max-height: 35px;
  }
  .homePage .deliverySec_box {
    height: 220px;
  }
  .homePage .deliverySec_box_cnt h3 {
    font-size: 22px;
  }
  .homePage .deliverySec_box-bg {
    padding: 15px;
  }
  .homePage .deliverySec_box_text {
    font-size: 16px;
    bottom: 20px;
  }
  .homePage .specializedSec_item img {
    max-height: 40px;
  }
  .homePage .specializedSec_item_info h5 {
    font-size: 16px;
  }
  .homePage .howToWorkSec_steps li:before {
    width: 12px;
    height: 12px;
  }
  .homePage .howToWorkSec_steps li span {
    font-size: 16px;
  }
  .homePage .howToWorkSec_steps li:not(:last-child) {
    margin-bottom: 15px;
  }
  .homePage .howToWorkSec_steps_info {
    -webkit-margin-start: 15px;
            margin-inline-start: 15px;
  }
  .homePage .howToWorkSec_steps_info h6 {
    font-size: 16px;
  }
  .homePage .questionsSec .accordion-button {
    padding: 12px 15px;
    min-height: inherit;
  }
  .homePage .questionsSec .accordion-button::after {
    font-size: 16px;
  }
  .homePage .questionsSec .accordion-body {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .homePage .ourAppSec_box_image {
    text-align: center;
  }
  .homePage .ourAppSec_box_image img {
    max-height: 280px;
  }
  .homePage .ourAppSec_box_info {
    text-align: center;
  }
  .homePage .wordsSec_slider_cnt {
    padding: 15px;
  }
  .homePage .wordsSec_slider_cnt p {
    font-size: 14px;
  }
  .homePage .wordsSec_slider_item {
    border-radius: 5px;
  }
  .homePage .wordsSec_slider .user_img {
    height: 40px;
    width: 40px;
  }
  .homePage .wordsSec_slider_quote {
    max-height: 40px;
  }
  .homePage .wordsSec_slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .homePage .wordsSec_slider .swiper-wrapper {
    padding-bottom: 40px;
  }
  .homePage .questionsSec .accordion-button {
    padding: 12px;
  }
  .homePage .questionsSec .accordion-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .homePage .deliverySec .row .col {
    flex: 1 0 100%;
  }
  .homePage .deliverySec_box {
    text-align: center;
  }
  .homePage .deliverySec_box_cnt h4 {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.aboutUs .banner img {
  padding: 40px 0;
}
.aboutUs .banner_content h1 {
  font-size: 28px;
  -webkit-padding-end: 140px;
          padding-inline-end: 140px;
}
.aboutUs .banner_content p {
  font-size: 18px;
  max-width: 810px;
  color: #676767;
}
@media (max-width: 1598.98px) {
  .aboutUs .banner img {
    padding: 30px 0;
  }
  .aboutUs .banner_content h1 {
    font-size: 22px;
    -webkit-padding-end: 70px;
            padding-inline-end: 70px;
  }
  .aboutUs .banner_content p {
    font-size: 16px;
    max-width: 730px;
  }
}
@media (max-width: 1199.98px) {
  .aboutUs .banner img {
    padding: 20px 0;
  }
  .aboutUs .banner_content h1 {
    font-size: 20px;
    -webkit-padding-end: 30px;
            padding-inline-end: 30px;
  }
}
@media (max-width: 991.98px) {
  .aboutUs .banner_content {
    text-align: center;
  }
  .aboutUs .banner_content h1 {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}
@media (max-width: 575.98px) {
  .aboutUs .banner_content h1 {
    font-size: 18px;
  }
  .aboutUs .banner_content p {
    font-size: 14px;
  }
}
.aboutUs .logisticsSolutions {
  background: url("../../images/frontend/map.jpg") no-repeat;
  min-height: 630px;
  padding-top: 95px;
  position: relative;
  background-position: center center;
}
.aboutUs .logisticsSolutions:after {
  content: "";
  background: url("../../images/frontend/logistics-solutions-border.png") no-repeat;
  width: 100%;
  height: 505px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.aboutUs .logisticsSolutions .commonHead p {
  max-width: 770px;
}
.aboutUs .logisticsSolutions .circle {
  position: absolute;
  z-index: 1;
}
.aboutUs .logisticsSolutions .circle-img01 {
  top: 135px;
  left: 0;
}
.aboutUs .logisticsSolutions .circle-img02 {
  bottom: 190px;
  right: 0;
}
.aboutUs .logisticsSolutions .circle-img03 {
  bottom: -75px;
  left: 800px;
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@media (max-width: 1598.98px) {
  .aboutUs .logisticsSolutions {
    padding-top: 50px;
    min-height: 480px;
  }
  .aboutUs .logisticsSolutions::after {
    height: 330px;
    background-size: cover;
  }
  .aboutUs .logisticsSolutions .circle img {
    width: 95px;
  }
  .aboutUs .logisticsSolutions .circle-img03 {
    left: 550px;
  }
}
@media (max-width: 1199.98px) {
  .aboutUs .logisticsSolutions::after {
    height: 265px;
    background-size: cover;
  }
  .aboutUs .logisticsSolutions .circle-img03 {
    left: 450px;
  }
}
@media (max-width: 991.98px) {
  .aboutUs .logisticsSolutions {
    padding-top: 30px;
    min-height: 390px;
  }
  .aboutUs .logisticsSolutions::after {
    height: 200px;
    background-size: cover;
  }
  .aboutUs .logisticsSolutions .circle img {
    width: 70px;
  }
  .aboutUs .logisticsSolutions .circle-img01 {
    top: 204px;
  }
  .aboutUs .logisticsSolutions .circle-img02 {
    bottom: 80px;
  }
  .aboutUs .logisticsSolutions .circle-img03 {
    bottom: -35px;
    left: 320px;
  }
}
@media (max-width: 575.98px) {
  .aboutUs .logisticsSolutions {
    padding-top: 0;
    padding-bottom: 20px;
    min-height: inherit;
  }
  .aboutUs .logisticsSolutions::after, .aboutUs .logisticsSolutions .circle {
    display: none;
  }
}
.aboutUs .bringingPossibilities {
  background-color: #FBF5FF;
  padding: 125px 0 70px;
}
.aboutUs .bringingPossibilities .commonHead {
  margin-bottom: 40px;
}
.aboutUs .bringingPossibilities .step {
  border-radius: 5px;
  padding: 30px 20px;
  height: 100%;
}
.aboutUs .bringingPossibilities .step img {
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.aboutUs .bringingPossibilities .step h5 {
  font-size: 18px;
}
.aboutUs .bringingPossibilities .step p {
  color: #676767;
  font-size: 14px;
}
@media (max-width: 1598.98px) {
  .aboutUs .bringingPossibilities .step {
    padding: 15px;
  }
  .aboutUs .bringingPossibilities .step img {
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
  }
  .aboutUs .bringingPossibilities .step h5 {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .aboutUs .bringingPossibilities {
    padding: 110px 0 40px;
  }
  .aboutUs .bringingPossibilities .commonHead {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .aboutUs .bringingPossibilities {
    padding: 65px 0 30px;
  }
  .aboutUs .bringingPossibilities .step img {
    width: 50px;
  }
}
@media (max-width: 575.98px) {
  .aboutUs .bringingPossibilities {
    padding: 20px 0;
  }
  .aboutUs .bringingPossibilities .commonHead {
    margin-bottom: 20px;
  }
  .aboutUs .bringingPossibilities .step h5 {
    font-size: 15px;
  }
}
.aboutUs .intracityLogistics .commonHead_title {
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .aboutUs .intracityLogistics .commonHead_title {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .aboutUs .intracityLogistics .commonHead {
    text-align: center;
    margin-bottom: 30px;
  }
}

.staticPages h5, .staticPages h6 {
  font-weight: 700;
}
.staticPages p {
  color: #676767;
}
.staticPages h5 + h6, .staticPages h6 + h5 {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .staticPages h5 {
    font-size: 18px;
  }
  .staticPages h6 {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .staticPages h5 {
    font-size: 17px;
  }
}
