.tiva-common-banner2 {
  height: 100%;
  min-height: 382px;
}
.tiva-common-banner {
  /* background-image: url("../images/main-banner.png"); */
  height: 100%;
  min-height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner-heading-text2 {
  font-size: 42px;
  color: #002367;
  font-weight: 400;
  margin-top: 100px;
  /* text-transform: uppercase; */
  margin-bottom: 30px;
  /* line-height: 56px; */
}
.banner-section {
  display: flex;
  align-items: center;
}
.Global-Logistics-section {
  padding: 100px 0;
}
.global-contact-us-text {
  display: flex;
  width: 100%;
}
.global-contact-heading {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  text-align: center;
}
.global-contact-heading h3 {
  font-size: 35px;
  color: #1D1D1F;
  /* font-family: "GT Super Display"; */
}
.helpful-topics-row {
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dedede;
}
.helpful-topics {
  width: 33%;
  border-right: 1px solid #dedede;
}
.helpful-topics-img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.contact-link {
  display: flex;
  justify-content: center;
}
.helpful-topics a {
  /* display: block; */
}
a.learn-more {
  display: flex;
  align-items: center;
  gap: 10px;
}
.helpful-topics:last-child {
  border-right: 0;
}

.global-contact-us-text {
	display: flex;
	width: 100%;
}
.global-contact-heading {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	text-align: center;
}
.global-contact-title {
	width: 100%;
}
.global-contact-title p {
	font-size: 16px;
	color: #646464;
	margin-top: 10px;
	font-family: "AktivGroteskW06";
	line-height: 1.4;
	margin-bottom: 35px;
}
.schedule-row {
	display: grid;
	width: 100%;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
	margin-bottom: 120px;
}
.schedule-col {
	border: 1px solid #dedede;
	border-radius: 4px;
	text-align: center;
	padding: 50px 50px 40px 50px;
}
.schedule-title {
	display: flex;
	width: 100%;
	justify-content: center;
	margin: 10px 0 10px 0;
	font-size: 20px;
	font-weight: 500;
	color: #3c3c3c;
}
.schedule-txt {
	font-size: 16px;
	font-weight: normal;
	color: #3c3c3c;
}
.support-detail-subtitle {
	font-size: 14px;
	color: #646464;
	margin-top: 10px;
	font-family: "AktivGroteskW06";
}
.support-detail .support-detail-title {
	color: #3c3c3c;
	font-size: 18px;
	margin-bottom: 10px;
	font-family: "AktivGroteskW06";
  font-weight: 500;
}
.contact-link {
	display: flex;
	justify-content: center;
}
.contact-form-section {
	background-color: #F2F2F2;
	padding: 80px 0 80px 0;
}
.contact-form-section .form-control {
	width: 100%;
	height: 51px;
	border-radius: 4px !important;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
	box-sizing: border-box !important;
  padding: 5px 12px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	box-sizing: border-box;
}
.contact-form-section label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 400;
	color: black;
}
.contact-form-section .iti {
	position: relative;
	display: block !important;
}
.contact-form-section  .nice-select.wide .list {
  height: 200px;
  left: 0 !important;
  right: 0 !important;
  overflow-y: scroll;
}
.tiva-common-banner2 {
  height: 100%;
  min-height: 382px;
}
@media screen and (max-width: 991.98px) {
  .helpful-topics-row {
    flex-wrap: wrap;
    border-bottom: none;
}
.helpful-topics {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #dedede;
    padding-bottom: 40px;
    padding-top: 40px;
}
.schedule-row {
	grid-template-columns: 1fr;
}
.schedule-col {
	padding: 30px 20px 20px 20px;
}
}
.nice-select.wide {
  width: 100%;
  height: 52px;
  line-height: 50px;
}
.nice-select.wide {
  width: 100%;
}