html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@font-face {
  font-family: "General Sans Bold";
  src: url("../fonts/GeneralSans-Bold.eot"),
    url("../fonts/GeneralSans-Bold.woff") format("woff"),
    url("../fonts/GeneralSans-Bold.woff2") format("woff2"),
    url("../fonts/GeneralSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "General Sans Regular";
  src: url("../fonts/GeneralSans-Regular.eot"),
    url("../fonts/GeneralSans-Regular.ttf") format("truetype"),
    url("../fonts/GeneralSans-Regular.woff") format("woff"),
    url("../fonts/GeneralSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "General Sans Medium";
  src: url("../fonts/GeneralSans-Medium.eot"),
    url("../fonts/GeneralSans-Medium.ttf") format("truetype"),
    url("../fonts/GeneralSans-Medium.woff") format("woff"),
    url("../fonts/GeneralSans-Medium.woff2") format("woff2");
}

body {
  font-size: 16px;
  /* -webkit-text-size-adjust: auto; */
  font-family: "Poppins", sans-serif;
      overflow: hidden;
}
.mainMenu {
  padding: 10px 0;
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
}
:focus-visible {
  outline: none !important;
}
.sticky {
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0 10px 0 #000 !important;
}
.sticky .mainMenu {
  background-color: #fff;
  box-shadow: 0 0 10px 0 #000 !important;
}
.navbar-logo img {
  width: 170px;
}
.mainMenu .nav-item a {
  color: #fff;
  font-size: 18px;
  padding: 0 15px;
}
.sticky .mainMenu .nav-item a {
  color: #000;
}
.mainMenu .nav-item a:hover {
  color: #086094;
  transition: 0.3s;
}
.mainMenu .navbar {
  padding: 0.5rem 0;
}
.navbar-toggler span {
  background-color: #fff;
  display: block;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  position: relative;
  right: 0;
  opacity: 1;
}
.sticky .navbar-toggler span {
  background-color: #000;
}
.diabossBanner {
  background-image: url("../images/homeBanner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.diabossBanner h1 {
  color: #a0d3f2;
  font-weight: bold;
  font-size: 45px;
  margin-bottom: 20px;
  font-family: "General Sans Bold" !important;
  text-transform: uppercase;
}
.bannerContentArea p {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
}
.diabossBanner .row.bannerContentArea {
  align-items: center;
}
.bannerFormBg {
  background-color: #fff;
  padding: 20px;
  margin: 0 auto;
  width: 70%;
  border-radius: 6px;
}
.nav-pills li a {
  padding: 6px 8px;
  color: #a3a6b7;
}
.nav-pills li a.active {
  color: #000;
  font-weight: bold;
}
.bannerFormBg .form-control {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  border-color: #dfe0e7;
  padding-left: 30px;
  margin-bottom: 15px;
}
.tab-content {
  margin-top: 20px;
}
.diabossButton {
  background-color: #086094;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  font-size: 16px;
  margin-top: 10px;
  transition: 0.3s;
}
.diabossButton:is(:hover, :focus) {
  background-color: #000;
  color: #fff;
  transition: 0.3s;
}
.bannerFormBg .form-control:focus {
  box-shadow: none;
  border-color: #dfe0e7;
}
.bannerFormBg .nav-pills li a.active {
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #4ba2d8;
  text-decoration-thickness: 2px;
}
.bannerFormBg .nav-pills li a:hover {
  text-decoration: none;
}
.bannerFormBg .nav-pills li a.active:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #4ba2d8;
  text-decoration-thickness: 2px;
}
::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #a3a6b7;
}
::-moz-placeholder {
  font-size: 0.875rem;
  color: #a3a6b7;
}
:-ms-input-placeholder {
  font-size: 0.875rem;
  color: #a3a6b7;
}
:-moz-placeholder {
  font-size: 0.875rem;
  color: #a3a6b7;
  font-weight: normal;
}
.input-icons {
  width: 100%;
  margin-bottom: 10px;
}
.input-icons i {
  position: absolute;
}
.icon {
  padding: 8px 0;
  min-width: 30px;
}
.marginRight15px {
  margin-right: 15px;
}
.bannerFormBg .nav-pills li a {
  padding: 0;
}
.section {
  padding: 60px 0;
}
.section h2 {
  color: #4ba2d8;
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.homeSimplify a:hover {
  text-decoration: none;
}
.section p {
  color: #6f6c90;
}
.marginBottom40px {
  margin-bottom: 40px;
}
.marginBottom30px {
  margin-bottom: 30px;
}
.sectionTitle {
  margin-bottom: 30px;
}
.diabossHomeBoxContent h3 {
  color: #317cbf;
  font-size: 24px;
  font-weight: bold;
}
.diabossHomeBoxContent {
  padding: 30px 15px;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.dibossHomeBox {
  box-shadow: 0px 4px 8px rgba(142, 142, 142, 0.16);
}
.dibossHomeBox:hover {
  box-shadow: 0px 12px 40px rgba(142, 142, 142, 0.24);
}
.dibossHomeBox img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.dibossHomeBox figure {
  overflow: hidden;
  margin: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.dibossHomeBox figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.dibossHomeBox figure img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.homeBrowseOurNetwork {
  background-image: url("../images/browse_our_network_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #4ba2d8;
  min-height: 450px;
  background-attachment: fixed;
}
.homeBrowseOurNetwork h2 {
  color: #fff;
  font-weight: bold;
}
.homeBrowseOurNetwork p {
  color: #fff;
  font-size: 17px;
}
.homeBrowseOurNetwork img {
  margin: 0 auto;
  display: block;
}
.homeCountArea h4 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
}
.homeCountArea h5 {
  color: #fff;
  font-size: 18px;
}
.homeBrowseOurNetwork .sectionTitle {
  margin-bottom: 40px;
}
button:focus {
  outline: none;
}
ul.footerSocialIcons {
  padding-inline-start: 0;
}
ul.footerSocialIcons li {
  display: inline;
  padding: 0 10px;
}
ul.footerSocialIcons li i {
  color: #4ba2d8;
  transition: 0.3s;
}
ul.footerSocialIcons li i:hover {
  color: #086094;
  transition: 0.3s;
}
.footerLogo {
  margin-bottom: 20px;
}
.footer ul {
  list-style: none;
  padding-inline-start: 0;
}
.footer li a {
  font-size: 1rem;
}
.quickLinks li {
  margin-bottom: 15px;
}
.quickLinks li:last-child {
  margin-bottom: 0;
}
.footerAddress li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.footerAddress li:last-child {
  margin-bottom: 0;
}
.footerAddress li b {
  float: left;
  width: 30px;
}
.footerAddress li span {
  width: 82%;
  float: left;
  padding: 2px 0 0 0;
  font-size: 1rem;
}
.footerAddress li i {
  font-size: 1.125rem;
}
.footerAddress li a {
  color: #6f6c90;
}
.footerAddress li {
  color: #6f6c90;
}
.footer li a:hover {
  text-decoration: underline;
}
.quickLinks li a {
  color: #6f6c90;
}
.quickLinks li a:hover {
  color: #6f6c90;
}
.copyRights {
  font-size: 16px;
  padding: 20px 0 0 0;
  background-color: #086094;
  color: #fff;
}
.copyRights ul li {
  display: inline;
  padding: 0 2px;
}
.Footerterms li a {
  color: #fff;
}
.Footerterms li {
  color: #fff;
}
.Footerterms li a:hover {
  color: #fff;
}
.section.footer {
  padding: 60px 0 15px 0;
}
.paddingRight0 {
  padding-right: 0;
}
.footerLogo {
  width: 170px;
}
.diabossBanner .bi-geo-alt::before {
  font-weight: bold !important;
}
.diabossBanner .bi-geo::before {
  font-weight: bold !important;
}
.diabossBanner .bi-geo-fill::before {
  font-weight: bold !important;
}
.footerAddress .bi-envelope-open::before {
  font-weight: bold !important;
}
.footerAddress .bi-telephone::before {
  font-weight: bold !important;
}
.footerAddress .bi-geo-alt::before {
  font-weight: bold !important;
}
.ourOffices p {
  margin-bottom: 10px;
  color: #6f6c90;
  font-weight: 600;
}
.ourOffices h5 {
  font-weight: bold;
  margin-bottom: 7px;
  font-size: 24px;
  color: #317cbf;
}

.social-btn {
  display: flex;
  width: 360px;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  right: -305px;
  transition: right 1s;
  background-color: #317cbf;
  justify-content: space-between;
  box-shadow: 0 12px 40px rgba(142, 142, 142, 0.24);
}
.social-btn:hover {
  right: -45px;
  transition: right 1s;
  justify-content: flex-start;
}

.social {
  position: fixed;
  bottom: 30%;
  z-index: 9999;
  right: 0;
}

.social-btn i {
  padding-left: 5px;
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
}
.social a {
  color: #fff;
  text-decoration: none;
}
.social a:hover {
  color: #fff;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 0px 0 40px 0;
  text-align: center;
  font-size: 18px;
}
thead th {
  background-color: #4ba2d8;
  color: #fff;
}
th,
td {
  border: 1px solid #ddd;
  padding: 8px;
}

.package-heading {
  margin: 20px 0px 10px 0;
  font-weight: bold;
  font-size: 20px;
}
.mainMenu li.dropdown:hover ul.dropdown-menu {
  display: block;
}
.mainMenu ul.dropdown-menu a {
  color: #000 !important;
  padding: 0 !important;
}
.mainMenu ul.dropdown-menu a:hover {
  color: #000;
  text-decoration: none;
}
.mainMenu ul.dropdown-menu {
  width: 250px;
  background-color: #fff;
  padding: 0;
  margin: 0;
}
.mainMenu ul.dropdown-menu li {
  display: block;
  padding: 10px 15px;
  transition: 0.3s;
}
.mainMenu ul.dropdown-menu li:hover {
  background-color: #317cbf;
  transition: 0.3s;
}
.mainMenu ul.dropdown-menu li:hover a {
  color: #fff !important;
  padding-left: 10px !important;
  transition: 0.3s;
}
.subpage-banner {
  background-image: url("../images/homeBanner.jpg");
  background-position: bottom;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
}
.subpage-title {
  display: flex;
  height: 345px;
  align-items: center;
}
.subpage-title h1 {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 35px;
}
.tariff-box {
  padding: 60px 0;
}
.tariff-box label {
  display: block;
  font-size: 18px;
  text-align: left;
  color: #000;
  font-weight: bold;
}
.tariff-box label span {
  color: red;
}
.tariff-box .nav-pills li a {
  color: #000;
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  font-size: 16px;
  transition: 0.3s;
  font-weight: bold;
  background-color: #000;
  color: #fff;
}
.tariff-box .nav-pills li a.active {
  background-color: #317cbf;
  color: #fff;
}
.tariff-box .nav-pills li a:is(:hover, :focus) {
  text-decoration: none;
}
.tariff-box .nav-pills li {
  margin: 0 15px;
}

.tariff-box {
  background-color: #f1f1f1;
}
.tariff-box select {
  border: 1px solid #ced4da;
  height: 35px;
  padding: 5px;
  font-size: 12px;
  width: 100%;
  border-radius: 6px;
}
.tariff-box .tab-content {
  margin-top: 40px;
  padding: 30px;
  background-color: #fff;
  border-radius: 6px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.detention-loading-message {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.terminals-page {
  padding: 60px 0;
  background-color: #f1f1f1;
}

.terminals-page form select {
  border: none;
  height: 35px;
  padding: 5px;
  font-size: 12px;
  width: 100%;
  border-radius: 6px;
  background-color: #fff;
}
.terminals-page label {
  display: block;
  font-size: 14px;
  text-align: left;
  color: #000;
  font-weight: bold;
}
.terminals-page label span {
  color: red;
}
.terminals-page #content h3 {
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  margin: 20px 0;
}
.terminals-page .card-header {
  background-color: #fff;
}
.terminals-page .card {
  margin-bottom: 10px;
}
.terminals-page .card-header button {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  box-shadow: none;
}
.terminals-page .card-header button:is(:hover, :focus) {
  text-decoration: none;
}
.card-body img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.terminals-page #content h5 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
}
.terminals-page #content h4 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
  margin-bottom: 15px;
  color: #086094;
}

#accordion {
  margin-top: 10px;
}
#accordion .card .card-header .btn.collapsed:after {
  content: "\f107";
}
#accordion .card .card-header .btn:after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  font-size: 12px;
}
#accordion .card .card-header .btn {
  padding: 0;
}
#accordion .card .card-header {
  padding: 15px;
}

/* Floating Button */
/* Base */
.btn-floating:hover img {
  margin-bottom: -3px;
}

.btn-floating {
  position: fixed;
  right: 25px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 0;
  z-index: 9999;
  color: white;
  transition: 0.3s;
}

.btn-floating:hover {
  width: auto;
  padding: 0 20px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-floating span {
  font-size: 16px;
  margin-left: 5px;
  transition: 0.2s;
  line-height: 0px;
  display: none;
  transition: 0.3s;
}

.btn-floating:hover span {
  display: inline-block;
  transition: 0.3s;
}

/* Phone */
.btn-floating.phone {
  bottom: 200px;
  background-color: #317cbf;
  transition: 0.3s;
}

.btn-floating.phone:hover {
  background-color: #317cbf;
  transition: 0.3s;
}

.btn-floating.botim {
  bottom: 280px;
  background-color: #4fb0f4;
  transition: 0.3s;
}

.btn-floating.botim:hover img {
  width: 38px;
  height: 38px;
}

.btn-floating.botim:hover {
  background-color: #4fb0f4;
  transition: 0.3s;
}

.btn-floating.wechat {
  bottom: 50px;
  background-color: #2ec100;
  transition: 0.3s;
}

.btn-floating.wechat:hover img {
  width: 38px;
  height: 38px;
}

.btn-floating.wechat:hover {
  background-color: #2ec100;
  transition: 0.3s;
}

/* WhatsApp */
.btn-floating.floating-email {
  background-color: #34af23;
  bottom: 125px;
  transition: 0.3s;
}

.btn-floating.floating-email:hover {
  background-color: #1f7a12;
  transition: 0.3s;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.card-body span {
  display: inline-block;
  margin: 0 10px 25px 10px;
}
.exchange-rates {
  background-color: #f1f1f1;
  padding: 30px 0;
}
.clock {
  padding: 5px 0 0 0;
}
.clock li {
  display: inline-block;
  margin: 0 30px 15px 30px;
}
.clock li strong {
  font-size: 20px;
  font-weight: bold;
  color: #317cbf;
}
.clock span {
  font-size: 17px;
}
.exchange-rates-banner {
  background-image: url("../images/exchange-bg-two.webp");
  background-position: center;
}
.exchange-rates-banner h1 {
  text-shadow: 4px 4px 4px #000;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
.inches-convertor {
  background-color: #fff;
  padding: 48px 20px;
  border-radius: 6px;
}
.inches-convertor .form-control {
  height: 45px;
}
.inches-convertor label {
  font-weight: bold;
  font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Assistant", sans-serif !important;
}
.footer h5 {
  font-weight: bold;
}
.inches-convertor h3 {
  color: #317cbf;
  margin-bottom: 30px;
  font-weight: bold;
}
.about-content img {
  border-radius: 8px;
}
.our-vision {
  background-color: #f1f1f1;
}

.our-vision ul {
  list-style: none;
  padding-inline-start: 0;
}

.our-vision ul b {
  width: 100%;
  margin-right: 15px;
  vertical-align: middle;
}
.our-vision ul b svg {
  background-color: #fff;
  padding: 12px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  transition: 0.3s;
}
.our-vision ul b svg path {
  fill: #000;
}
.our-vision ul li {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.our-vision ul span {
  width: 100%;
  float: left;
  padding: 2px 0 0 0;
  color: #000;
  font-size: 18px;
}
.our-vision li strong {
  color: #086094;
  font-weight: bold;
  transition: 0.3s;
  margin-bottom: 5px;
  display: block;
  font-size: 24px;
}
.our-vision ul b svg:hover {
  background-color: #086094;
  transition: 0.3s;
}
.our-vision ul b svg:hover path {
  fill: #fff;
  transition: 0.3s;
}

.reach-us ul {
  list-style: none;
  padding-inline-start: 0px;
}
.reach-us li b {
  float: left;
  width: 30px;
}
.reach-us li span {
  width: 82%;
  float: left;
  padding: 2px 0 0 0;
  font-size: 1rem;
}
.reach-us li i {
  font-size: 1.125rem;
}
.reach-us li a {
  color: #6f6c90;
}
.reach-us li {
  color: #6f6c90;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.reach-us li a:hover {
  text-decoration: underline;
}

#contact_form .form-control {
  height: 45px;
  border-radius: 6px;
}
#contact_form textarea.form-control {
  height: auto;
}
textarea {
  resize: none;
}
.form-control:is(:hover, :focus) {
  outline: none;
  box-shadow: none;
  border-color: #ced4da;
}
#contact_form label {
  color: #000;
  font-weight: 600;
}
#contact_form label span {
  color: red;
}
#contact_form .form-group {
  margin-bottom: 20px;
}
.submit-btn {
  background-color: #317cbf;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  font-size: 18px;
  transition: 0.3s;
  font-weight: bold;
}
.submit-btn:is(:hover, :focus) {
  transition: 0.3s;
  color: #fff;
  background-color: #000;
}
.our-team {
  background-color: #f1f1f1;
}
.our-team h2 {
  margin-bottom: 30px;
}
.our-team-box {
  padding: 30px;
  background-color: #fff;
  color: #317cbf;
}
.our-team-box h4 {
  color: #4ba2d8;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.our-team-box a {
  color: #6f6c90;
  margin-bottom: 15px;
  display: inline-block;
}
.our-team-box a:is(:hover, :focus) {
  color: #6f6c90;
}
.our-team-box span {
  display: block;
  color: #000;
  font-weight: bold;
}
.bg-white {
  padding: 40px;
}
.bg-white table {
  margin-bottom: 0;
}
.bg-white td a {
  color: #000 !important;
}
.bg-white td i {
  margin-right: 5px;
  vertical-align: middle;
}
.bg-white td {
  font-size: 16px;
  padding: 20px 25px;
}
.our-team-box h3,
.our-team-box h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.our-team-box i {
  margin-right: 3px;
}
.cbm-calclutor-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
}
.cbm-or {
  margin: 10px 0;
  font-weight: bold;
}
.cbm-or h5 {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.cbm-calclutor-box .form-control {
  height: 45px;
}
.cbm-calclutor-box label {
  font-weight: bold;
  font-size: 18px;
}
.cbm-calclutor-box h2 {
  font-size: 20px;
  font-weight: bold;
  color: #4ba2d8;
}
.cbmoutput {
  margin: 20px 0 10px 0;
}
.cbmoutput h5 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
.exchange-rates h3 {
  font-size: 30px;
  color: #086094;
  font-weight: bold;
  margin-bottom: 15px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.currency-convertor h3 {
  margin-bottom: 10px;
}
.service-top-area img {
  border-radius: 8px;
}

.service-top-area figure {
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
}
.service-top-area figure img,
.what-we-offer-box figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.service-top-area figure img:hover,
.what-we-offer-box figure img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.services-what-we-offer {
  background-color: #f1f1f1;
}
.what-we-offfer-content {
  background-color: #fff;
  padding: 15px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  min-height: 150px;
}
.what-we-offer-box figure {
  overflow: hidden;
  margin: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.what-we-offer-box img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.what-we-offfer-content h3 {
  color: #086094;
  font-size: 24px;
  font-weight: bold;
}
.what-we-offfer-content p {
  margin-bottom: 0;
}

.serices-why-choose-us {
  background-color: #fff;
}
.serices-why-choose-us ul li,
.services-initiatives ul li {
  list-style-type: circle;
  padding-bottom: 10px;
  font-size: 18px;
}
.services-section {
  padding: 40px 0;
}
.services-section h2 {
  color: #4ba2d8;
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.services-get-a-quote {
  /* background-image: url(../images/browse_our_network_bg.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #086094;
  min-height: 225px;
  background-attachment: fixed;
}
.services-get-a-quote p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
.services-get-a-quote .row {
  min-height: 225px;
}
.services-get-a-quote .diabossButton {
  font-size: 18px;
}
.services-get-a-quote a {
  text-decoration: none;
}
.about-banner {
  background-image: url("../images/about_us_banner.webp");
  background-position: center;
  height: 300px;
}
.contact-banner {
  background-image: url("../images/contact_us_banner.webp");
  background-position: center;
}
.quantity {
  margin-top: 20px;
}
.weightOutput {
  margin-top: 10px;
}
.weightOutput h5 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
.sea-transport-banner {
  background-image: url("../images/sea_transport_banner_2.webp");
  background-position: center;
}
.services-benefits .st0,
.services-benefits .st1,
.services-benefits .st2,
.services-benefits .st3 {
  fill: #fff;
}
.services-benefits svg {
  background-color: #fff;
  padding: 12px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  transition: 0.3s;
}
.services-benefits svg:hover {
  background-color: #086094;
}
.services-benefits svg:hover path {
  fill: #fff;
}
.services-benefits .seatransport-benefits-tracking svg:hover .st0,
.services-benefits .seatransport-benefits-tracking svg:hover .st1 {
  stroke: #fff;
}

.seatransport-benefits-tracking svg:hover path {
  fill: #fff;
}

.sea-transport-rates svg:hover .st0,
.sea-transport-rates svg:hover .st1 {
  fill: #fff;
}
.sea-transport-rates svg:hover .st3 {
  stroke: #fff;
}
.services-benefits {
  background-color: #f1f1f1;
}
.services-benefits h3 {
  color: #086094;
  font-weight: bold;
  transition: 0.3s;
  margin-bottom: 5px;
  display: block;
  font-size: 24px;
}
.services-benefits p {
  font-size: 18px;
}
.seatransport-benefits-tracking .st0,
.seatransport-benefits-tracking .st1 {
  fill: none;
  stroke: #000;
  stroke-width: 17;
  stroke-miterlimit: 10;
}
.sea-transport-rates .st0,
.sea-transport-rates .st1 {
  fill: FEBD66;
}
.sea-transport-rates .st2 {
  fill: none;
}
.sea-transport-rates .st3 {
  fill: none;
  fill: none;
  stroke: #000000;
  stroke-width: 17;
  stroke-miterlimit: 10;
}
.terms-page {
  background-color: #f1f1f1;
}
.table-white {
  background-color: #fff;
  padding: 20px 20px 0 20px;
}
tr.orange td {
  background-color: #fff !important;
  color: #000 !important;
}
.terms-page table th {
  background-color: #086094 !important;
}
.color-dark-blue td {
  background-color: #086094 !important;
  color: #fff !important;
}
.color-grey td {
  background-color: #bcbbc1 !important;
  color: #000 !important;
}
.terms-page tbody tr td:first-child {
  background-color: #086094;
  color: #fff;
}
td.seller {
  background-color: #bcbbc1 !important;
  color: #000 !important;
}
td.buyer {
  background-color: #4ba2d8;
  color: #fff;
}
td.nego {
  background-color: #95a8e5;
  color: #000 !important;
}
.terms-page .container-fluid {
  width: 98%;
}
.terms-page table th,
.terms-page table td {
  font-size: 9px !important;
}
.tariff-box table {
  font-size: 9px;
}
.services-top-area-list p {
  margin-bottom: 8px;
}
.services-top-area-list li {
  list-style-type: circle;
}
.services-top-area-list li {
  padding-bottom: 10px;
}
.services-top-area-list li:last-child {
  padding-bottom: 0;
}
.package-heading,
.tariff-box label {
  font-size: 12px;
}
.login-bg {
  background-image: url("../images/login-bg.webp");
  min-height: 100vh;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.login-area {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.form-area {
  background-color: #fff;
  width: 400px;
  padding: 50px 30px 60px 30px;
  border-radius: 6px;
}
.form-area-logo img {
  width: 180px;
  margin: 0 auto;
  display: block;
}
.login-area button {
  width: 100%;
}
.login-area input {
  border: none !important;
  border-bottom: 1px solid #ced4da !important;
  border-radius: 0 !important;
}
.login-area .form-group {
  margin-bottom: 40px;
}
.login-area label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}
.form-area-logo {
  margin-bottom: 30px;
}
.terminals-banner {
  background-image: url("../images/terminals_banner.webp");
  background-position: center;
}
.land-banner {
  background-image: url("../images/land_transport_banner.webp");
  background-position: center;
}
.air_transport_banner {
  background-image: url("../images/air_transport_banner.webp");
  background-position: center;
}
.air-felixibility svg .st0 {
  fill: #fff;
}
.air-felixibility svg .st1 {
  fill: #bec0c2;
}
.air-felixibility svg .st2 {
  fill: #efefef;
}
.air-felixibility svg .st3 {
  fill: #d1d1d1;
}
.air-felixibility svg:hover .st2 {
  fill: #000;
}
.local-charges {
  background-color: #f1f1f1;
}

.local-charges label {
  display: block;
  font-size: 14px;
  text-align: left;
  color: #000;
  font-weight: bold;
}
.local-charges label span {
  color: red;
}
.local-charges .nav-pills li a {
  color: #000;
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  font-size: 16px;
  transition: 0.3s;
  font-weight: bold;
  background-color: #000;
  color: #fff;
}
.local-charges .nav-pills li a.active {
  background-color: #317cbf;
  color: #fff;
}
.local-charges .nav-pills li a:is(:hover, :focus) {
  text-decoration: none;
}
.local-charges .nav-pills li {
  margin: 0 15px;
}

.local-charges select {
  border: 1px solid #ced4da;
  height: 35px;
  padding: 5px;
  font-size: 12px;
  width: 100%;
  border-radius: 6px;
}
.local-charges .tab-content {
  margin-top: 40px;
  padding: 30px;
  background-color: #fff;
  border-radius: 6px;
}
.local-charges table {
  text-align: left;
  font-size: 9px !important;
}

.local-charges .custom-bold {
  font-weight: bold;
}
.shipping-terms h3 {
  margin-bottom: 30px;
  color: #086094;
  font-weight: bold;
}
.shipping-terms ul li {
  list-style-type: circle;
}
.shipping-terms li {
  padding-bottom: 10px;
}
.shipping-terms {
  border-bottom: 2px solid #086094;
}
.shipping-terms.section {
  padding: 30px 0;
}
.dangerous-goods.section {
  padding: 30px 0;
  border-bottom: 2px solid #086094;
}
.dangerous-goods h3 {
  margin-bottom: 30px;
  color: #086094;
  font-weight: bold;
}
.dangerous-goods p {
  color: #000;
}
.dangerous-goods h4 {
  color: #317cbf;
  font-weight: bold;
}
.dangerous-goods-classes h3 {
  margin-bottom: 5px;
  font-size: 24px;
}
.dangerous-goods-classes h4 {
  font-size: 18px;
}
.dangerous-goods-classes .margin-bottom-40 {
  margin-bottom: 15px;
}
.incoterms-banner {
  background-image: url("../images/inco-banner-image.webp");
}
.dangerous-goods-classes table {
  text-align: left;
}

.dangerous-goods-classes table tr {
  padding: 10px 0;
}
.dangerous-goods-classes table h3,
.dangerous-goods-classes table h4 {
  font-size: 14px;
}
.dangerous-goods-classes table p {
  font-size: 11px;
}
.dangerous-goods-banner {
  background-image: url("../images/dg-banner.webp");
}
.services-get-a-quote .diabossButton {
  background-color: #317cbf;
}
.services-get-a-quote .diabossButton:is(:hover, :focus) {
  background-color: #000;
}

.spinner-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}

.spinner {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
}
.login-form span {
  position: absolute;
}
.login-form span svg {
  width: 50px;
  height: 35px;
}
.login-form .form-control {
  padding-left: 50px;
}
.password-icon .st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 11;
  stroke-miterlimit: 10;
}
.password-icon .st1 {
  fill: #231f20;
}
.password-icon .st2 {
  fill: none;
}
.login-form span.password-icon svg {
  width: 50px;
  height: 30px;
}
.loginNav svg {
  width: 40px;
}
.loginNav svg path.st0,
.loginNav svg path.st1,
.loginNav svg path.st2,
.loginNav svg path.st3 {
  fill: #fff !important;
}
.loginNav a {
  display: inline-block;
}
.loginNav a.nav-link {
  padding-left: 0 !important;
}
.sticky .loginNav svg path.st0,
.sticky .loginNav svg path.st1,
.sticky .loginNav svg path.st2,
.sticky .loginNav svg path.st3 {
  fill: #000 !important;
}
.container-dimensions .nav-pills li a {
  color: #000;
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  font-size: 16px;
  transition: 0.3s;
  font-weight: bold;
  background-color: #000;
  color: #fff;
}
.container-dimensions .nav-pills li a.active {
  background-color: #317cbf;
  color: #fff;
}
.container-dimensions .nav-pills li a:is(:hover, :focus) {
  text-decoration: none;
}
.container-dimensions .nav-pills li {
  margin: 0 15px;
}
a.flip-animate {
  perspective: 1000px;
}

a.flip-animate span {
  position: relative;
  display: inline-block;
  transition: transform 0.3s ease;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}

a.flip-animate span:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  transition: color 0.3s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  text-align: center;
}

a.flip-animate:hover span,
a.flip-animate:focus span {
  transform: rotateX(90deg) translateY(-22px);
}

a.flip-animate:hover span:before,
a.flip-animate:focus span:before {
  color: #317cbf;
}
.tracking-screenarea h1{
  font-size: 22px;
  font-weight: 600;
}
.tracking-screenarea table{
  font-size: 16px;
}
.tracking-screenarea table th{
color: #201D1E;
font-weight: 500;
}
.tracking-screenarea table td{
    color: #A1A1A1;
}
.tracking-status{
    background-color: #045CA6;
    border-radius: 10px;
    padding: 25px;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
#pol {
    background-image: url(https://eservices.sarjak.com/images/tracking_pol_bg.png);
    padding: 20px;
    border-radius: 10px;
    background-size: cover;
    background-position: center center;
}
.container_tracking_Box_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.container_tracking_Box_header h3 {
    font-size: 20px;
}
.container_tracking_Box h3 {
    color: #fff;
}
.container_tracking_Box_details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ctbl_1.ctbl_box p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
     margin-bottom: 8px;
}
.container_tracking_Box p {
    color: #fff;
}
.ctbl_1.ctbl_box h3 {
    font-size: 15px;
}
#transhipment {
    background-image: url(https://eservices.sarjak.com/images/transhipment.jpg);
    padding: 20px;
    border-radius: 10px;
    background-size: cover;
    background-position: center center;
}
#pod {
    background-image: url(https://eservices.sarjak.com/images/POD.jpg);
    padding: 20px;
    border-radius: 10px;
    background-size: cover;
    background-position: center center;
}
.searchingArea-sailing-schedule p{
margin-bottom: 7px;
font-size: 13px;
}
.searchingArea-sailing-schedule table thead th{
  font-size: 13px;
  text-wrap: nowrap;
}
.searchingArea-sailing-schedule table tbody td{
  font-size: 13px;
  text-wrap: nowrap;
}
.otherpages-heightbanner{
  max-height: 40vh !important;
}
.estimatetime{
    color: #A1A1A1;
    font-weight: 500;
}
.pr0ccesingdetails small{
    color: #A1A1A1;
    font-size: 12px;
}
.pr0ccesingdetails strong{
      font-size: 14px;
    color: #201D1E;
    font-weight: 500;
}
.ontime{
    background-color: #E8F6E6 !important;
    padding: 2px;
    color: #169F00 !important;
    margin: 0px !important;
}
.custom-widthsvg{
    width: 1406px;
    margin: 15px 0px;
}
.nav-tabs button{
  color: var(--primary-color) !important;
  font-weight: 700 !important;
}



