@charset "UTF-8";
/* ---------- Font family ---------- */
/* ---------- Font weight ---------- */
/* ---------- Font size ---------- */
/* ---------- Border Radius ---------- */
/* ---------- Screen size definitions ---------- */
footer {
	background: url(/courierservices/wp-content/uploads/2026/06/Footer-Bck-1.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
footer .footer-top {
	padding: 50px 0;
	border-bottom: 0.25px solid #FFFFFF;
}
@media (max-width: 1199px) {
	footer .footer-top {
		padding: 35px 0;
	}
}
footer .footer-top .foo-logo {
	height: 90px;
	width: 170px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 25px;
}
/* @media (max-width: 1199px) {
footer .footer-top .foo-logo {
height: 85px;
width: 205px;
}
} */
footer .footer-top .foo-mob-logo {
	height: auto;
	width: 335px;
	padding-top: 35px;
	border-top: 0.5px solid #F5F5F7;
}
@media (max-width: 1199px) {
	footer .footer-top .foo-mob-logo {
		width: 260px;
		object-fit: contain;
	}
}
@media (max-width: 769px) {
	footer .footer-top .foo-mob-logo {
		width: 300px;
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
footer .footer-top .social-title {
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	font-family: "Poppins-medium";
	font-weight: 500;
	position: relative;
	margin-bottom: 20px;
}
@media (max-width: 1199px) {
	footer .footer-top .social-title {
		font-size: 14px;
		line-height: 45px;
	}
}
footer .footer-top .social-title::after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	height: 2px;
	width: 50px;
	border-bottom: 2px solid #00B4E9;
}
footer .footer-top .social-links{
	align-self: center;
	margin-left: 35px;
}
footer .footer-top .social-links li {
	display: inline-block;
	margin-right: 10px;
}
footer .footer-top .social-links li a {
	height: 37px;
	width: 37px;
	display: block;
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-color: #ffffff36;
	border-radius: 50%;
	border: 1px solid transparent;
}
footer .footer-top .social-links li a.lin {
	background-image: url(/courierservices/wp-content/uploads/2026/06/linkedin-1.svg);
}
footer .footer-top .social-links li a.insta {
	background-image: url(/courierservices/wp-content/uploads/2026/06/instagram-1.svg);
}
footer .footer-top .social-links li a:hover {
	opacity: 0.7;
}
footer .footer-top .foo-menu li a {
	font-size: 16px;
	line-height: 35px;
	color: #FFFFFF;
	font-family: "Poppins-Regular";
	text-decoration: none;
}
@media (max-width: 1399px) {
	footer .footer-top .foo-menu li a {
		font-size: 13px;
		line-height: 30px;
	}
}
@media (max-width: 991px) {
	footer .footer-top .foo-menu li a {
		font-size: 15px;
		line-height: 32px;
	}
}
footer .footer-top .foo-menu li a:hover {
	opacity: 0.7;
}
footer .footer-top .contact-title {
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	font-family: "Poppins-Regular";
	font-weight: 500;
	margin-top: 40px;
}
@media (max-width: 1399px) {
	footer .footer-top .contact-title {
		margin-top: 15px;
	}
}
@media (max-width: 1199px) {
	footer .footer-top .contact-title {
		font-size: 14px;
		line-height: 22px;
	}
}
@media (max-width: 991px) {
	footer .footer-top .contact-title {
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	footer .footer-top .cta-wrap {
		margin-top: 20px;
	}
}
footer .footer-bottom {
	padding: 12px 0;
	text-align: center;
}
footer .footer-bottom span, footer .footer-bottom a {
	font-size: 12px;
	color: #FFFFFF;
	font-family: "Poppins-light";
	line-height: 36px;
	text-decoration: none;
	padding: 0 2px;
}
@media (max-width: 991px) {
	footer .footer-bottom span, footer .footer-bottom a {
		font-size: 14px;
	}
}
footer .footer-bottom a:hover {
	opacity: 0.7;
}
@font-face {
	font-family: "Poppins-Medium";
	src: url("../fonts/Poppins/Poppins-Medium.ttf");
	font-weight: medium;
	font-display: swap;
}
@font-face {
	font-family: "Poppins-Regular";
	src: url("../fonts/Poppins/Poppins-Regular.ttf");
	font-weight: normal;
	font-display: swap;
}
@font-face {
	font-family: "Poppins-bold";
	src: url("../fonts/Poppins/Poppins-Bold.ttf");
	font-weight: bold;
	font-display: swap;
}
@font-face {
	font-family: "Poppins-SemiBold";
	src: url("../fonts/Poppins/Poppins-SemiBold.ttf");
	font-weight: bolder;
	font-display: swap;
}
@font-face {
	font-family: "Poppins-light";
	src: url("../fonts/Poppins/Poppins-Light.ttf");
	font-weight: light;
	font-display: swap;
}
@font-face {
	font-family: "Poppins-Thin";
	src: url("../fonts/Poppins/Poppins-Thin.ttf");
	font-weight: normal;
	font-display: swap;
}
body {
	font-family: "Poppins", sans-serif;
}

.no-pad {
	padding: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.section-pad {
	padding: 80px 0;
}
@media (max-width: 1199px) {
	.section-pad {
		padding: 65px 0;
	}
}
@media (max-width: 767px) {
	.section-pad {
		padding: 30px 0;
	}
}

.section-btm-pad {
	padding-bottom: 40px;
}

.v-title-w {
	font-size: 52px;
	line-height: 68px;
	color: #FFFFFF;
	font-family: "Poppins-Medium";
}
@media (max-width: 1199px) {
	.v-title-w {
		font-size: 48px;
		line-height: 64px;
	}
}
@media (max-width: 991px) {
	.v-title-w {
		font-size: 44px;
		line-height: 55px;
	}
}
@media (max-width: 767px) {
	.v-title-w {
		font-size: 30px;
		line-height: 46px;
	}
}

.v-title-b {
	font-size: 42px;
	line-height: 60px;
	color: #000000;
	font-family: "Poppins-Medium";
	font-weight: 500;
	padding-bottom: 15px;
	margin: 0;
}
@media (max-width: 1199px) {
	.v-title-b {
		font-size: 30px;
		line-height: 45px;
	}
}
@media (max-width: 991px) {
	.v-title-b {
		font-size: 35px;
		line-height: 55px;
	}
}
@media (max-width: 767px) {
	.v-title-b {
		font-size: 25px;
		line-height: 35px;
	}
}

.v-subtitle-b {
	font-size: 24px;
	line-height: 36px;
	color: #303030;
	font-family: "Poppins-Regular";
	font-weight: 600;
}
@media (max-width: 1199px) {
	.v-subtitle-b {
		font-size: 22px;
		line-height: 30px;
	}
}

.v-subtitle-b1 {
	font-size: 16px;
	line-height: 24px;
	color: #004178;
	font-family: "Poppins-Regular";
	font-weight: 600;
}
@media (max-width: 1199px) {
	.v-subtitle-b1 {
		font-size: 14px;
	}
}


.v-para {
	font-size: 16px;
	line-height: 28px;
	color: #585856;
	font-family: "Poppins-Regular";
}
@media (max-width:1300px) {
	.v-para {
		font-size: 14px;
		line-height: 26px;
	}
}
@media (max-width: 767px) {
	.v-para {
		font-size: 14px;
		line-height: 26px;
	}
}

.v-para2 {
	font-size: 14px;
	line-height: 21px;
	color: #585856;
	font-family: "Poppins-Regular";
	margin: 0;
}

.cta-wrap {
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
}
@media (max-width: 767px) {
	.cta-wrap {
		margin-top: 10px;
	}
}
.cta-wrap .cta {
	padding: 12px 57px 12px 41px;
	background: #00A5E6;
	border-radius: 24px;
	color: #FFFFFF;
	font-family: "Poppins-Regular";
	text-decoration: none;
	position: relative;
	cursor:pointer;
}
.cta-wrap .cta:hover {
	background: #FFFFFF;
	color: #003E74;
}
.cta-wrap .cta::after {
	content: "";
	display: inline-block;
	height: 29px;
	max-width: 29px;
	background-size: 20px;
	background-position: 5px center;
	width: 100%;
	background-repeat: no-repeat;
	margin-left: 18px;
	background-image: url(/courierservices/wp-content/uploads/2026/06/next-3.png);
	border-radius: 50%;
	background-color: #004178;
	position: absolute;
	top: 9px;
	transition: all 0.6s ease-in-out;
}
.cta-wrap .cta::before {
	content: "";
	display: inline-block;
	height: 29px;
	max-width: 29px;
	background-size: 20px;
	background-position: 7px center;
	width: 100%;
	background-repeat: no-repeat;
	margin-left: 18px;
	background-image: url(/courierservices/wp-content/uploads/2026/06/next-3.png);
	border-radius: 50%;
	position: absolute;
	top: 9px;
	right: 40px;
	opacity: 0;
	transition: all 0.6s ease-in-out;
}
.cta-wrap:hover .cta::after {
	background-position: -15px;
}
.cta-wrap:hover .cta::before {
	opacity: 1;
	right: 10px;
	z-index: 1;
}
.cta-wrap:hover .cta-1::before {
	right: 13px;
}

.cta-wrap-white {
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
}
@media (max-width: 767px) {
	.cta-wrap-white {
		margin-top: 10px;
	}
}
.cta-wrap-white .cta {
	padding: 12px 57px 12px 41px;
	background: #00A5E6;
	border-radius: 24px;
	color: #FFFFFF;
	font-family: "Poppins-Regular";
	text-decoration: none;
	position: relative;
	cursor:pointer;
}
.cta-wrap-white .cta:hover {
	background: #004178;
	color: #ffffff;
}
.cta-wrap-white .cta::after {
	content: "";
	display: inline-block;
	height: 29px;
	max-width: 29px;
	background-size: 20px;
	background-position: 5px center;
	width: 100%;
	background-repeat: no-repeat;
	margin-left: 18px;
	background-image: url(/courierservices/wp-content/uploads/2026/06/next-3.png);
	border-radius: 50%;
	background-color: #004178;
	position: absolute;
	top: 9px;
	transition: all 0.6s ease-in-out;
}
.cta-wrap-white:hover .cta::after {
	background-color: #00A5E6;
}
.cta-wrap-white .cta::before {
	content: "";
	display: inline-block;
	height: 29px;
	max-width: 29px;
	background-size: 20px;
	background-position: 7px center;
	width: 100%;
	background-repeat: no-repeat;
	margin-left: 18px;
	background-image: url(/courierservices/wp-content/uploads/2026/06/next-3.png);
	border-radius: 50%;
	position: absolute;
	top: 9px;
	right: 40px;
	opacity: 0;
	transition: all 0.6s ease-in-out;
}
.cta-wrap-white:hover .cta::after {
	background-position: -15px;
}
.cta-wrap-white:hover .cta::before {
	opacity: 1;
	right: 10px;
	z-index: 1;
}
.cta-wrap-white:hover .cta-1::before {
	right: 13px;
}

.cta-1 {
	padding: 12px 60px 12px 25px !important;
}
.cta-1::after {
	margin-left: 20px !important;
}

.v-para3 {
	font-size: 24px;
	color: #FFFFFF;
	font-family: "Poppins-Regular";
	margin-bottom: 5px;
}
@media (max-width: 1199px) {
	.v-para3 {
		font-size: 26px;
	}
}
@media (max-width: 991px) {
	.v-para3 {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.v-para3 {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.home-banner {
		height: 75vh;
	}
}
.home-banner .video-container {
	position: relative;
}
@media (max-width: 767px) {
	.home-banner .video-container {
		position:unset;
	}
}
.home-banner .video-container .banner-video {
	height: 100vh;
	vertical-align: middle;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 1025px) {
	.home-banner .video-container .banner-video {
		height: 85vh;
	}
}
@media (max-width: 767px) {
	.home-banner .video-container .banner-video {
		height: 75vh;
	}
}
.home-banner .video-container .overlay-desc {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2588235294), rgba(87, 85, 82, 0));
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.home-banner .video-container .overlay-desc .banner-content {
	margin-left: auto;
}
@media (max-width: 991px) {
	.home-banner .video-container .overlay-desc .banner-content {
		margin: 0 auto;
	}
}
.home-banner .video-container .overlay-desc .banner-content .banner-content-wrap {
	padding-top: 65px;
}
@media (max-width: 991px) {
	.home-banner .video-container .overlay-desc .banner-content .banner-content-wrap {
		padding-top: 75px;
	}
}
@media (max-width: 767px) {
	.home-banner .video-container .overlay-desc .banner-content .banner-content-wrap {
		padding: 0 ;
	}
}
/* .home-banner .video-container .overlay-desc .banner-content .banner-content-wrap h1.v-title-w {
padding-bottom: 30px;
} */
@media (max-width: 1399px) {
	.home-banner .video-container .overlay-desc .banner-content .banner-content-wrap h1.v-title-w br{
		display:block;
	}
}
@media (max-width: 991px) {
	.home-banner .video-container .overlay-desc .banner-content .banner-content-wrap h1.v-title-w br{
		display:none;
	}
}
@media (max-width: 991px) {
	.home-banner .video-container .overlay-desc .banner-content .banner-content-wrap h1.v-title-w {
		padding-bottom: 10px;
	}
}

.home-banner-btm .banner-btm-content p.v-para {
	padding: 10px 15px 10px 0;
}
@media (max-width: 767px) {
	.home-banner-btm .banner-btm-content p.v-para {
		padding: 0;
	}
}
.home-banner-btm .tab-img {
	width: 100%;
	height: 455px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 991px) {
	.home-banner-btm .tab-img {
		height: 400px;
		margin-top: 20px;
	}
	.home-banner-btm .banner-btm-content p.v-para {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.home-banner-btm .tab-img {
		height: 250px;
		object-position: top;
	}
}
.home-banner .cta-wrap{
	margin-top: 45px;
}
@media (max-width: 991px) {
	.home-banner .cta-wrap{
		margin-top: 35px;
	}
}
@media (max-width: 767px) {
	.home-banner .cta-wrap{
		margin-top: 15px;
	}
}
.why-tvs {
	background: #F5F7F8;
}
.why-tvs br{
	display:block;
}
@media (max-width: 1199px) {
	.why-tvs br{
		display:none;
	}
}
.why-tvs .why-tvs-content .v-para {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 40px;
}
@media (max-width: 767px) {
	.why-tvs .why-tvs-content .v-para {
		width: 100%;
		padding-bottom: 20px;
	}
}
.why-tvs .why-tvs-wrap {
	padding: 35px 15px;
	background: #FFFFFF;
	box-shadow: -1px 3px 6px rgba(0, 0, 0, 0.1607843137);
	transition: 0.3s all;
}
@media (max-width: 1399px) {
	.why-tvs .why-tvs-wrap {
		min-height: 155px;
	}
}
@media (max-width: 1199px) {
	.why-tvs .why-tvs-wrap {
		padding: 35px 5px;
		min-height: 135px;
		margin-top: 30px;
	}
}
@media (max-width: 991px) {
	.why-tvs .why-tvs-wrap {
		text-align: center;
		margin-bottom: 20px;
	}
}
.why-tvs .why-tvs-wrap:hover {
	transform: translateY(-5px);
	transition: 0.3s;
}
.why-tvs .why-tvs-wrap:hover .tab-img {
	display: none;
}
.why-tvs .why-tvs-wrap:hover .tab-hover-img {
	display: block;
}

.why-tvs .why-tvs-wrap img {
	width: 55px;
	height: 55px;
	-o-object-fit: contain;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}
@media (max-width: 1199px) {
	.why-tvs .why-tvs-wrap img {
		width: 50px;
		height: 50px;
	}
}
@media (max-width: 991px) {
	.why-tvs .why-tvs-wrap img {
		margin-bottom: 20px;
	}
}
.why-tvs .why-tvs-wrap .tab-hover-img {
	display: none;
}

.our-team {
	position: relative;
}
.our-team .slider-nav-thumbnails .img-wrap {
	height: 675px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
@media (max-width: 1199px) {
	.our-team .slider-nav-thumbnails .img-wrap {
		height: 525px;
	}
}
@media (max-width: 991px) {
	.our-team .slider-nav-thumbnails .img-wrap {
		height: 485px;
	}
}
@media (max-width: 767px) {
	.our-team .slider-nav-thumbnails .img-wrap {
		height: 400px;
	}
}
.our-team .slider-nav-thumbnails .bg-overlay {
	height: 670px;
	background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.6;
}
@media (max-width: 1199px) {
	.our-team .slider-nav-thumbnails .bg-overlay {
		height: 525px;
	}
}
@media (max-width: 991px) {
	.our-team .slider-nav-thumbnails .bg-overlay {
		height: 485px;
	}
}
@media (max-width: 767px) {
	.our-team .slider-nav-thumbnails .bg-overlay {
		height: 400px;
	}
}
.our-team .slider-nav-thumbnails.slick-vertical .slick-slide {
	border: unset;
	margin-bottom: -10px;
}
.our-team .our-team-ctnt-wrap {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
@media (max-width: 991px) {
	.our-team .our-team-ctnt-wrap {
		margin-bottom: 30px;
	}
}
.our-team .our-team-ctnt-wrap .our-team-content {
	border-radius: 10px;
	padding: 20px 0;
	backdrop-filter: blur(35px) saturate(131%);
	-webkit-backdrop-filter: blur(16px) saturate(180%);
	background-color: #004178eb;
}
.our-team .our-team-ctnt-wrap .our-team-content-title {
	font-size: 42px;
	font-family: "Poppins-Regular";
	color: #FFFFFF;
}
@media (max-width: 1199px) {
	.our-team .our-team-ctnt-wrap .our-team-content-title {
		font-size: 32px;
	}
}
@media (max-width: 991px) {
	.our-team .our-team-ctnt-wrap .our-team-content-title {
		font-size: 26px;
	}
}
@media (max-width: 767px) {
	.our-team .our-team-ctnt-wrap .our-team-content-title {
		font-size: 17px;
		width: max-content;

	}
}
.our-team .our-team-ctnt-wrap .count-wrap {
	background: #00A5E6;
	padding: 20px;
	display: flex;
	justify-content: center;
	border-radius: 10px;
}
@media (max-width: 1199px) {
	.our-team .our-team-ctnt-wrap .count-wrap {
		padding: 10px;
	}
}
@media (max-width: 767px) {
	.our-team .our-team-ctnt-wrap .count-wrap {
		border-radius: 5px;
	}
}
.our-team .our-team-ctnt-wrap .count-wrap span.count-slide {
	color: #fff;
	font-size: 75px;
	font-family: "Poppins-Regular";
	font-weight: 600;
}
@media (max-width: 1199px) {
	.our-team .our-team-ctnt-wrap .count-wrap span.count-slide {
		font-size: 58px;
	}
}
@media (max-width: 991px) {
	.our-team .our-team-ctnt-wrap .count-wrap span.count-slide {
		font-size: 40px;
	}
}
@media (max-width: 767px) {
	.our-team .our-team-ctnt-wrap .count-wrap span.count-slide {
		font-size: 16px;
	}
}
.our-team .our-team-ctnt-wrap .slick-dots {
	top: 50%;
	left: 20px;
	position: absolute;
	margin-top: -20px;
}
@media (max-width: 1199px) {
	.our-team .our-team-ctnt-wrap .slick-dots {
		left: 10px;
	}
}
.our-team .our-team-ctnt-wrap .slick-dots .slick-active button:before {
	background: #00A5E6;
	content: "" !important;
}
.our-team .our-team-ctnt-wrap .slick-dots li {
	position: relative;
	display: block;
	width: 7px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.our-team .our-team-ctnt-wrap .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 7px;
	height: 7px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.our-team .our-team-ctnt-wrap .slick-dots li button:before {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	content: "" !important;
	font-size: 45px;
	opacity: 1;
	background-position: 50%;
	background-size: 8px;
	background-repeat: no-repeat;
	background: #FFFFFF;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
}

.Global-section {
	background: #F5F7F8;
}
.Global-section .v-para {
	padding-bottom: 50px;
}
.Global-section .map-img {
	width: 100%;
	height: 670px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 1199px) {
	.Global-section .map-img {
		height: 500px;
	}
}
@media (max-width: 991px) {
	.Global-section .map-img {
		height: 400px;
	}
}

.our-services {
	overflow: hidden;
}
.our-services h5.v-title-b, .our-services p.v-para {
	text-align: center;
}
.our-services p.v-para {
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	.our-services p.v-para {
		margin-bottom: 20px;
	}
}
.our-services .service-card-wrap {
	padding: 60px 40px;
	background: #F2F2F2;
	min-height: 650px;
	border-right: 0.5px solid rgba(20, 23, 29, 0.1490196078);
	position: relative;
	z-index: 1;
	transition: transform 1s ease;
}
@media (max-width: 1399px) {
	.our-services .service-card-wrap {
		min-height: 655px;
	}
}
@media (max-width: 1199px) {
	.our-services .service-card-wrap {
		padding: 50px 20px;
	}
}
@media (max-width: 991px) {
	.our-services .service-card-wrap {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.our-services .service-card-wrap {
		margin-bottom: 15px;
		min-height: auto;
	}
}
@media (max-width: 991px) {
	.our-services .service-card-wrap h5.v-subtitle-b {
		text-align: center;
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	.our-services .service-card-wrap h5.v-subtitle-b {
		text-align: left;
	}
}
.our-services .service-card-wrap:hover {
	background: #003E74;
	box-shadow: 0px 13px 11px rgba(0, 0, 0, 0.1607843137);
	transform: scale(1.03);
	z-index: 2;
}
@media (max-width: 767px) {
	.our-services .service-card-wrap:hover {
		transform: none;
	}
}
.our-services .service-card-wrap .service-list li {
	border-bottom: 0.5px solid #14171D26; /* Add your default border style here */
}
.our-services .service-card-wrap .service-list li:nth-child(1){
	border-top: 0.5px solid #14171D26;
}
.our-services .service-card-wrap .service-list li.hovered:nth-child(1){
	border-top: none!important;
}
.our-services .service-card-wrap:hover .service-list li {
	border-bottom: 0.5px solid #FFFFFF; /* Add white border style for li elements on hover */
}
.our-services .service-card-wrap:hover .service-list li:nth-child(1){
	border-top: 0.5px solid #FFFFFF;
}
.our-services .service-card-wrap .service-list li.hovered {
	border-bottom: none;
	border-top: none;
}
.our-services .service-card-wrap:hover .service-list li.hovered-top {
	border-top: none;
}
.our-services .service-card-wrap:hover .service-list li.hovered-bottom {
	border-bottom: none;
}
.our-services .service-card-wrap:hover .service-list li a {
	color: #FFFFFF;

}
.our-services .service-card-wrap .title-wrap h5.v-subtitle-b3{
	margin-top:24px;
}
@media (max-width: 767px) {
	.our-services .service-card-wrap .title-wrap h5.v-subtitle-b3{
		margin-top:0;
	}	
}
.our-services .service-card-wrap .title-wrap span{
	font-size: 11px;
	font-weight: 800;
	font-family: 'Poppins-Regular';
}
@media (max-width: 991px) {
	.our-services .service-card-wrap .title-wrap span{
		text-align: center;
		display: block;
	}
}
@media (max-width: 767px) {
	.our-services .service-card-wrap .title-wrap span{
		text-align: left;
		display: unset;
	}
}
.our-services .service-card-wrap:hover .title-wrap span{
	color: #FFFFFF;
}
.our-services .service-card-wrap .title-wrap h5.v-subtitle-b a{
	color: #303030;
}
.our-services .service-card-wrap:hover .title-wrap h5.v-subtitle-b a{
	color: #FFFFFF;
}
.our-services .service-card-wrap:hover .title-wrap .service-img {
	display: none;
}
.our-services .service-card-wrap:hover .title-wrap .hover-service-img {
	display: block;
}
.our-services .service-card-wrap .title-wrap {
	padding-bottom: 40px;
}
@media (max-width: 767px) {
	.our-services .service-card-wrap .title-wrap {
		padding-bottom: 20px;
	}
}
.our-services .service-card-wrap .title-wrap img {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	display: block;
}
@media (max-width: 1199px) {
	.our-services .service-card-wrap .title-wrap img {
		width: 65px;
		height: 65px;
	}
}
@media (max-width: 991px) {
	.our-services .service-card-wrap .title-wrap img {
		margin-bottom:10px;
	}
}
@media (max-width: 767px) {
	.our-services .service-card-wrap .title-wrap img {
		margin: 0;
		margin-bottom:10px;
	}
}
.our-services .service-card-wrap .title-wrap .hover-service-img {
	display: none;
}

.our-services .service-card-wrap .service-list li a {	
	color: #000000;
	font-size: 16px;
	line-height: 27px;
	display: block;
	padding: 10px 30px;
	text-decoration: none;
	/*     white-space: nowrap; */
	font-family: "Poppins-Regular";
	font-weight: 600;
	text-decoration: none;
	transition: all 0.1s;
}
@media (max-width: 1399px) {
	.our-services .service-card-wrap .service-list li a {
		font-size: 15px;
	}
}
@media (max-width: 1199px) {
	.our-services .service-card-wrap .service-list li a {
		font-size: 14px;
		line-height: 25px;
		padding: 10px 20px;
	}
}
@media (max-width: 991px) {
	.our-services .service-card-wrap .service-list li a {
		font-size: 13px;
	}
}
.our-services .service-card-wrap .service-list li a:hover {
	background: #00A5E6;
	border-radius: 30px;
	color: #FFFFFF;
	position: relative;
}

.our-services .service-card-wrap .service-list li a:hover::after {
	display: inline-block;
}
.our-services .service-card-wrap .service-list li a::after {
	content: "";
	display: none;
	height: 20px;
	max-width: 20px;
	background-size: contain;
	background-position: 0px center;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(/courierservices/wp-content/uploads/2026/06/next-1.png);
	border-radius: 50%;
	background-color: #F5F7F8;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	transition: transform 2s;
}

.key-sectors {
	padding-bottom:60px;
	position: relative;
}
@media (max-width: 767px) {
	.key-sectors {
		position: relative;
	}
}
.key-sectors .v-para{
	margin:0;
}
.key-sectors .serve-slider {
	padding-bottom: 10px;
}
.key-sectors .serve-slider .slick-dots li button::before{
	content: "" !important;
	background-position: 50%;
	background-size: 15px;
	background-repeat: no-repeat;
	background-image: url('/courierservices/wp-content/uploads/2026/06/radio-button-hov-blue-1.svg');
	position: absolute;
	top: 0;
	left: 50%;
	top: 20px;
	color: transparent;
}
@media (max-width: 1399px) {
	.key-sectors .serve-slider .slick-dots li button:before {
			top:0;
	}
}
@media (max-width: 1199px) {
	.key-sectors .serve-slider .slick-dots li button:hover:before {
		opacity: 0.25;

	}
}
@media (max-width: 1199px) {
	.key-sectors .serve-slider .slick-dots li.slick-active button:hover:before{
		opacity: 1;
	}
}
.key-sectors .serve-slider .slick-dots li.slick-active button::before{
	background-image: url('/courierservices/wp-content/uploads/2026/06/radio-button-hov-blue-1-1.svg');
}
@media (max-width: 767px) {
	.key-sectors .sectors-prev {
		border-radius: 50%;
		position: absolute;
		left: 39%;
		bottom: 10%;
		background-image: url(/courierservices/wp-content/uploads/2026/06/left.png);
		background-size: 20px;
		background-repeat: no-repeat;
		background-position: center;
		color: transparent;
		border: none;
		background-color: #f5f7f8;
		font-size: 0;
		height: 35px;
		width: 35px;
		cursor: pointer;
		border: 1px solid #2bb3e9;
	}
	.key-sectors .sectors-prev.slick-disabled{
		opacity: 0.4;
		cursor: no-drop;
	}
	.key-sectors .sectors-next{
		border-radius: 50%;
		position: absolute;
		right: 39%;
		bottom: 10%;
		background-image: url(/courierservices/wp-content/uploads/2026/06/left.png);
		transform: rotate(180deg);
		background-size: 20px;
		background-repeat: no-repeat;
		background-position: center;
		background-color: #f5f7f8;
		height: 35px;
		width: 35px;
		cursor: pointer;
		border: 1px solid #2bb3e9;
	}
	.key-sectors .sectors-next.slick-disabled{
		opacity: 0.4;
		cursor: no-drop;
	}
	.key-sectors .serve-slider .slick-next::before{

		display: none;
	}
}
.key-sectors .serve-slider .slick-list {
	padding: 0;
}
.key-sectors .serve-slider .slick-list .serve-slider-wrap {
	height: 325px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	transition: transform 0.3s ease;
	margin: 50px 0 95px 0;
}
@media (max-width: 1399px) {
	.key-sectors .serve-slider .slick-list .serve-slider-wrap {
		margin: 40px 0 30px 0;
	}
}
@media (max-width: 1199px) {
	.key-sectors .serve-slider .slick-list .serve-slider-wrap {
		margin: 40px 0 10px 0;
	}
}
@media (max-width: 991px) {
	.key-sectors .serve-slider .slick-list .serve-slider-wrap {
		margin: 40px 0 30px 0;
	}
}
@media (max-width: 767px) {
	.key-sectors .serve-slider .slick-list .serve-slider-wrap {
		margin: 40px 0 50px 0;
	}
}
.key-sectors .serve-slider .slick-list .serve-slider-wrap:hover {
	transform: scale(1.07);
	z-index: 2;
}
.key-sectors .serve-slider .slick-list .serve-slider-wrap:hover .slider-overlay {
	background: unset;
}
.key-sectors .serve-slider .slick-list .serve-slider-wrap:hover .slider-inner-wrap {
	transform: translateY(-3px);
	margin: 10px 0;
}
.key-sectors .serve-slider .slick-list .serve-slider-wrap:hover .slider-inner-wrap h5 {
	color: #000000;
}
.key-sectors .serve-slider .slick-list .slider-overlay {
	background: linear-gradient(180deg, rgb(0 65 120 / 45%) 0%, #000000 100%);
	opacity: 0.8;
	height: 325px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.key-sectors .serve-slider .slick-list .slider-inner-wrap {
	transform: translateY(-60px);
	transition: transform 0.3s ease;
	padding: 0 10px;
}
.key-sectors .serve-slider .slick-list .slider-inner-wrap h5 {
	font-size: 24px;
	line-height: 33px;
	color: #FFFFFF;
	font-family: "Poppins-Regular";
	text-align: center;
}
.key-sectors .sectors-next,
.key-sectors .sectors-prev {
	background-image: url(/courierservices/wp-content/uploads/2026/06/left-1.png);
	background-size: 20px;
	height: 35px;
	width: 35px;
	cursor: pointer;
}
.key-sectors .sectors-next:hover{
	background-image: url(/courierservices/wp-content/uploads/2026/01/next-1.svg);
	background-color: #004178;
	transform: rotate(0deg);
}
.key-sectors .sectors-prev:hover{
	background-image: url(/courierservices/wp-content/uploads/2026/01/next-1.svg);
	background-color: #004178;
	transform: rotate(180deg);
}
.key-sectors .sectors-next,
.key-sectors .sectors-prev{
	border-radius: 50%;
	background-repeat: no-repeat;
	background-color: #f5f7f8;
}
.key-sectors .sectors-prev {
	position: absolute;
	left: 28%;
	bottom: 7%;
	background-position: center;
	color: transparent;
	border: 1px solid #2bb3e9;
	font-size: 0;
}
@media (max-width: 1199px) {
	.key-sectors .serve-slider .slick-dots li.slick-active button:hover:before {
		opacity: 1;
	}
}
@media (max-width: 767px) {
	.key-sectors .sectors-prev {
		left: 38%;
	}
}
.key-sectors .sectors-next {
	position: absolute;
	right: 28%;
	bottom: 7%;
	transform: rotate(180deg);
	background-position: center;
	border: 1px solid #2bb3e9;
}
@media (max-width: 767px) {
	.key-sectors .sectors-next {
		right: 38%;
	}
}
.key-sectors .sectors-next.slick-disabled,
.key-sectors .sectors-prev.slick-disabled {
	opacity: 0.4;
	cursor: no-drop;
}
.progress-bar-container {
	width: 35%;
	height: 5px;
	background-color: #00a5E633;
	margin: 0 auto;
}
@media (max-width: 1025px) {
	.progress-bar-container {
		display: none;
	}
}
.progress-bar {
	height: 100%;
	width: 0;
	background-color:#004178!important;
	transition: width 0.3s;
}

@media (max-width: 1199px) {
	.key-sectors .serve-slider .slick-list .slider-inner-wrap h5 {
		font-size: 22px;
	}
}

.initiatives-section {
	background: #F5F7F8;
}
.initiatives-section .v-para {
	width: 80%;
	color: #303030;
}
@media (max-width: 1399px) {
	.initiatives-section .v-para {
		width: 100%;
	}
}
.initiatives-section .esg-img {
	width: 100%;
	height: 390px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 1399px) {
	.initiatives-section .esg-img {
		width: 100%;
		height: 420px;
	}
}
@media (max-width: 991px) {
	.initiatives-section .esg-img {
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.initiatives-section .esg-img {
		margin-top: 20px;
		height: 250px;
	}
}
.initiatives-section .icon-wrap {
	padding: 20px 0;
	padding-bottom:40px;
	justify-content: space-around;
}
.initiatives-section .icon-wrap .esg-icon-wrap-b{
	position:relative;
}
@media (max-width: 767px) {
	.initiatives-section .icon-wrap .esg-icon-wrap-b{
		margin-bottom:20px;
	}
}
.initiatives-section .icon-wrap .esg-icon-wrap-b:nth-child(3) .v-subtitle-b1{
	margin-left: -15px;
}
@media (max-width: 991px) {
	.initiatives-section .icon-wrap .esg-icon-wrap-b:nth-child(3) .v-subtitle-b1{
		margin-left:0;
	}
}
.initiatives-section .icon-wrap .esg-icon-wrap-b:after{
	content: '';
	position: absolute;
	right: -10%;
	top: 0;
	height: 100%;
	display: block;
	border-right: 3px solid #00A5E633;
}
@media (max-width: 767px) {
	.initiatives-section .icon-wrap .esg-icon-wrap-b:after{
		right: 0;
	}
}
@media (max-width: 600px) {
	.initiatives-section .icon-wrap .esg-icon-wrap-b:nth-child(2):after{
		display:none;
	}
	.initiatives-section .icon-wrap .esg-icon-wrap-b:nth-child(4):after{
		display:none;
	}
}
.initiatives-section .icon-wrap .esg-icon-wrap-b:nth-child(5):after{
	display:none;
}
.initiatives-section .icon-wrap .esg-icon-wrap{
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 20px #0041780D;
	padding: 20px 0;
	width: 80px;
	height:80px;
	margin: 0 auto;
	margin-bottom: 15px;
	border-radius: 50%;
}
@media (max-width: 1025px) {
	.initiatives-section .icon-wrap .esg-icon-wrap{
		padding: 15px 0;
		width: 60px;
		height: 60px;
	}
}

.initiatives-section .icon-wrap .esg-icon {
	width: 40px;
	height: 40px;
	object-fit: contain;
	margin: 0 auto;
	display: block;

}
@media (max-width: 1025px) {
	.initiatives-section .icon-wrap .esg-icon {
		width: 30px;
		height: 30px;
	}
}
@media (max-width: 767px) {
	.initiatives-section .icon-wrap .esg-icon {
		margin: 0 auto;
	}
}
.initiatives-section .icon-wrap .v-subtitle-b1 {
	text-align: center;
	margin: 0;
}
@media (max-width: 1399px) {
	.initiatives-section .icon-wrap .v-subtitle-b1 {
		font-size:14px;
	}
}
@media (max-width: 1025px) {
	.initiatives-section .icon-wrap .v-subtitle-b1 {
		font-size:12px;
	}
}
@media (max-width: 767px) {
	.initiatives-section .icon-wrap .v-subtitle-b1 {
		text-align: center;
	}
}

.latest-blogs .tab .nav-tabs {
	justify-content: space-evenly;
	padding: 35px 0;
	margin: 0 40px;
	border: none;
}
@media (max-width: 991px) {
	.latest-blogs .tab .nav-tabs {
		padding: 20px 0;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.latest-blogs .tab .nav-tabs {
		display: none;
	}
}
.latest-blogs .tab .nav-tabs .nav-item a {
	font-size: 16px;
	line-height: 32px;
	color: #FFFFFF;
	font-family: "Poppins-Regular";
	background: unset;
	border: none;
	width: 195px;
	text-align: center;
	padding: 2px 0px;
	font-weight: 400;
	background-color: #00A5E6;
	border-radius: 26px;
}
@media (max-width: 1199px) {
	.latest-blogs .tab .nav-tabs .nav-item a {
		width: 155px;
	}
}
@media (max-width: 1025px) {
	.latest-blogs .tab .nav-tabs .nav-item a {
		margin:5px 5px;
		width: 160px;
	}
}
@media (max-width: 991px) {
	.latest-blogs .tab .nav-tabs .nav-item a {
		font-size: 12px;
		width: 125px;
	}
}
.latest-blogs .tab .nav-tabs .nav-item a.active, .latest-blogs .tab .nav-tabs .nav-item a:hover {
	color: #FFFFFF;
	background-color: #004178;
	font-weight: 400;
}
.latest-blogs #content .card {
	border: none;
}
@media (max-width: 767px) {
	.latest-blogs #content .card.tab-pane.fade {
		display: block;
		opacity: 1;
		border: none;
		width: 100%;
	}
}
.latest-blogs #content .card.tab-pane.fade .card-header {
	background: transparent;
	border: unset;
	display: none;
	background: #004178;
	margin: 10px 0;
	border-radius: 5px;
}
@media (max-width: 767px) {
	.latest-blogs #content .card.tab-pane.fade .card-header {
		display: block;
	}
}
.latest-blogs #content .card.tab-pane.fade .card-header .v-subtitle-b {
	text-decoration: none;
	font-weight: 700;
	color: #FFFFFF;
	display: block;
	font-size:16px;
}
@media (min-width: 767px) {
	.latest-blogs #content .card.tab-pane.fade .collapse {
		display: block;
	}
}
.latest-blogs #content .card.tab-pane.fade .collapse .card-body{
	padding:0;
}
.latest-blogs #content .card.tab-pane.fade .card-body .main-res {
	border: 1px solid #EFE9F4;
	border-radius: 2px;
	overflow: hidden;
	margin-bottom:20px;
}
@media (max-width: 991px) {
	.latest-blogs #content .card.tab-pane.fade .card-body .main-res {
		margin-bottom: 20px;
	}
}
.latest-blogs #content .card.tab-pane.fade .card-body .main-res:hover img {
	transition: 0.3s;
	transform: scale(1.1);
}
.latest-blogs #content .card.tab-pane.fade .card-body .main-res .blog-wrap{
	overflow:hidden;
}
.latest-blogs #content .card.tab-pane.fade .card-body .main-res img {
	width: 100%;
	height: 290px;
	-o-object-fit: cover;
	object-fit: cover;
	object-position:center;
	transition: all 1s;
}
@media (max-width: 1399px) {
	.latest-blogs #content .card.tab-pane.fade .card-body .main-res img {
		height: 250px;
		width:100%;
	}
}
.latest-blogs #content .card.tab-pane.fade .card-body .content-wrap {
	padding: 20px;
}
.latest-blogs #content .card.tab-pane.fade .card-body .content-wrap .post-date {
	font-size: 14px;
	line-height: 26px;
	color: #004178;
	font-family: "Poppins-Regular";
}
.latest-blogs #content .card.tab-pane.fade .card-body .content-wrap .para-cont {
	color: #303030;
	min-height: 120px;
	font-weight: 600;
	font-size: 20px;
}
@media (max-width: 1399px) {
	.latest-blogs #content .card.tab-pane.fade .card-body .content-wrap .para-cont {
		min-height: 140px;
		font-size: 18px;

	}
}
@media (max-width: 1200px) {
	.latest-blogs #content .card.tab-pane.fade .card-body .content-wrap .para-cont {
		min-height:155px;

	}
}
@media (max-width: 1025px) {
	.latest-blogs #content .card.tab-pane.fade .card-body .content-wrap .para-cont {
		min-height:160px;

	}
}
@media (max-width: 991px) {
	.latest-blogs #content .card.tab-pane.fade .card-body .content-wrap .para-cont {
		min-height:110px;
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.latest-blogs #content .card.tab-pane.fade .card-body .content-wrap .para-cont {
		min-height:auto;

	}
}
.latest-blogs #content .card.tab-pane.fade .card-body .content-wrap .blog-url{
	margin-bottom:0;
}
.latest-blogs #content .card.tab-pane.fade .card-body .content-wrap .blog-url .read-more-cta {
	font-size: 16px;
	line-height: 26px;
	color: #00A5E6;
	font-family: "Poppins-Regular";
	text-decoration: none;
	position: relative;
}
.latest-blogs #content .card.tab-pane.fade .card-body .content-wrap .blog-url .read-more-cta::after {
	content: "";
	display: inline-block;
	height: 14px;
	max-width: 14px;
	background-size: 10px;
	background-position: 2px center;
	width: 100%;
	background-repeat: no-repeat;
	margin-left: 5px;
	background-image: url(/courierservices/wp-content/uploads/2026/01/next-1.svg);
	border-radius: 50%;
	background-color: #004178;
	position: absolute;
	top: 5px;
	transition: all 0.6s ease-in-out;
}
.latest-blogs #content .card.tab-pane.fade .card-body .content-wrap .blog-url .read-more-cta::before {
	content: "";
	display: inline-block;
	height: 14px;
	max-width: 14px;
	background-size: 12px;
	background-position: 2px center;
	width: 100%;
	background-repeat: no-repeat;
	margin-left: 5px;
	background-image: url(/courierservices/wp-content/uploads/2026/01/next-1.svg);
	position: absolute;
	top: 5px;
	right: 0px;
	opacity: 0;
	transition: all 0.6s ease-in-out;
}
.latest-blogs #content .card.tab-pane.fade .card-body .content-wrap .blog-url:hover .read-more-cta::after {
	background-color: #00A5E6;
	background-position: -10px;
}
.latest-blogs #content .card.tab-pane.fade .card-body .content-wrap .blog-url:hover .read-more-cta::before {
	opacity: 1;
	right: -18px;
	z-index: 1;
}

.get-in-touch {
	background: #F5F7F8;
}
.get-in-touch .v-title-b {
	width: 100%;
}
@media (max-width: 1399px) {
	.get-in-touch .v-title-b {
		width: 105%;
	}
}
@media (max-width: 1199px) {
	.get-in-touch .v-title-b {
		width: 100%;
	}
}
.get-in-touch .v-para {
	color: #585856;
}
.get-in-touch .contact-form-wrap .form-wrap {
	padding: 40px 60px;
	background: #FFFFFF;
	border: 0.5px solid #00A5E6;
	border-radius: 5px;
}
@media (max-width: 1199px) {
	.get-in-touch .contact-form-wrap .form-wrap {
		padding: 30px 40px;
	}
}
@media (max-width: 767px) {
	.get-in-touch .contact-form-wrap .form-wrap {
		padding: 20px;
		border: 1px solid #00A5E6;
	}
}
.get-in-touch .contact-form-wrap .form-wrap .contact-head {
	font-size: 42px;
	line-height: 65px;
	font-family: "Poppins-Regular";
	font-weight: 600;
	color: #000000;
}
@media (max-width: 1199px) {
	.get-in-touch .contact-form-wrap .form-wrap .contact-head {
		font-size: 35px;
	}
}
@media (max-width: 991px) {
	.get-in-touch .contact-form-wrap .form-wrap .contact-head {
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	.get-in-touch .contact-form-wrap .form-wrap .contact-head {
		font-size: 22px;
	}
}
.get-in-touch .contact-form-wrap .form-wrap select{
	background-image: url(/courierservices/wp-content/uploads/2026/06/down-arrow-1.png);
	background-position: calc(100% - 1em) center;
	background-repeat: no-repeat;
	background-size: 10px;
	-webkit-appearance: none!important;
	background-color: transparent;
}

.get-in-touch .contact-form-wrap .form-wrap input, .get-in-touch .contact-form-wrap .form-wrap .text, .get-in-touch .contact-form-wrap .form-wrap .phone, .get-in-touch .contact-form-wrap .form-wrap textarea, .get-in-touch .contact-form-wrap .form-wrap select, .get-in-touch .contact-form-wrap .form-wrap email {
	width: 100%;
	border: unset;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1607843137);
	padding: 10px 5px;
	margin: 5px 0px;
	color: #303030;
	outline: none;
	font-family: 'Poppins-Regular';
	-webkit-appearance: none !important;
}
.get-in-touch .contact-form-wrap .form-wrap input:focus, .get-in-touch .contact-form-wrap .form-wrap textarea:focus {
	outline: unset;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1607843137);
}
.get-in-touch .contact-form-wrap .form-wrap input::-moz-placeholder, .get-in-touch .contact-form-wrap .form-wrap textarea::-moz-placeholder {
	color: #303030;
	font-size: 15px;
}
.get-in-touch .contact-form-wrap .form-wrap input::placeholder, .get-in-touch .contact-form-wrap .form-wrap textarea::placeholder, .get-in-touch .contact-form-wrap .form-wrap select{
	color: #303030;
	font-size: 15px;
}
.get-in-touch .contact-form-wrap .form-wrap input[type=checkbox] {
	width: unset;
	color: #303030;
	-webkit-appearance: none;
	padding: 6px;
	border: 1px solid #00A5E6;
	border-radius: unset;
	margin: 0px 5px 2px 0px;
	vertical-align: text-bottom;
	border-radius: 2px;
}
@media (max-width: 767px) {
	.get-in-touch .contact-form-wrap .form-wrap input[type=checkbox] {
		padding: 7px;
	}
}
.get-in-touch .contact-form-wrap .form-wrap input[type=checkbox]:checked {
	border: 1px solid #00A5E6;
	position: relative;
}
.get-in-touch .contact-form-wrap .form-wrap input[type=checkbox]:checked:after {
	content: "✓";
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	left: 2px;
	top: -2px;
	color: #004178;
}
.get-in-touch .contact-form-wrap .form-wrap .wpcf7-acceptance .wpcf7-list-item-label {
	color: #303030;
	font-size: 15px;
	font-family: 'Poppins-Regular';
}
@media (max-width: 767px) {
	.get-in-touch .contact-form-wrap .form-wrap .wpcf7-acceptance .wpcf7-list-item-label {
		font-size: 14px;
	}
}
.get-in-touch .contact-form-wrap .form-wrap .wpcf7-acceptance .wpcf7-list-item-label .s-title-text {
	color: #004178;
}
.get-in-touch .contact-form-wrap .form-wrap .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0px;
}
.get-in-touch .contact-form-wrap .form-wrap .wpcf7-acceptance:hover .s-title-text {
	color: #00A5E6;
}
.get-in-touch .contact-form-wrap .form-wrap button {
	background-color: transparent;
	border: unset;
	padding: 0;
	display:flex;
}
/* @media (max-width: 767px) {
.get-in-touch .contact-form-wrap .form-wrap button {
margin-top: 20px;
}
} */
.get-in-touch .contact-form-wrap .form-wrap button input {
	background-color: #00A5E6;
	border-radius: 24px;
	color: #FFFFFF;
	font-family: "Poppins-Regular";
	text-decoration: none;
	position: relative;
	margin-top: 25px;
	border-bottom: unset;
	background-image: url(/courierservices/wp-content/uploads/2026/01/arrow-blue-bg-1.svg);
	background-position: 90% 10px;
	background-repeat: no-repeat;
	padding: 12px 55px 12px 25px !important;
}
.get-in-touch .contact-form-wrap .form-wrap button input:hover {
	background: #004178;
	color: #ffffff;
	background-image: url(/courierservices/wp-content/uploads/2026/01/arrow-blue-bg.svg);
	background-position: 90% 10px;
	background-repeat: no-repeat;
}
.get-in-touch .contact-form-wrap .form-wrap .wpcf7-spinner {
	width: 35px;
	height: 20px;
	align-self: center;
	margin-top: 15px;
}
.get-in-touch .contact-form-wrap .form-wrap .form-bottom-wrap p {
	margin-bottom: 5px;
}

.home-map {
	background: #004178;
}
.home-map .title-wrap .v-title-b {
	color: #FFFFFF;
}
.home-map .title-wrap .v-para {
	/* 	margin:0; */
	color: #FFFFFF;
}
@media (max-width: 767px) {
	.home-map .title-wrap .v-para {
		padding-bottom: 20px;
	}
}

@media (max-width: 991px) {
	.home-map .map-wrap {
/* 		display: none; */
		display:block!important;
	}
}
.home-map .map-wrap .map {
	width: 100%;
	height:auto;
	position:relative;
	margin-top: 30px;
}

.home-map .accordion-wrap {
	display: none;
}
@media (max-width: 991px) {
	.home-map .accordion-wrap {
		display: block;
	}
}
.home-map .accordion-wrap .accordion .card {
	border: 0;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
}
.home-map .accordion-wrap .accordion .card .card-header {
	padding: 0;
	background: transparent;
	border: 0;
}
.home-map .accordion-wrap .accordion .card .card-header span {
	display: block;
	width: 100%;
	cursor: pointer;
	border: 0;
	background: #00a5e6;
	color: #FFFFFF;
	padding: 20px;
	font-size: 16px;
	font-weight: 600;
}
.home-map .accordion-wrap .accordion .card .card-header span:after {
	background-image: url(/courierservices/wp-content/uploads/2026/06/minus-sign.png);
	background-repeat: no-repeat;
	background-position: 97%;
	background-size: 16px;
	content: "";
	height: 16px;
	width: 16px;
	display: block;
	float: right;
}
.home-map .accordion-wrap .accordion .card .card-header span.collapsed {
	background: #FFFFFF;
	color: #000000;
}
.home-map .accordion-wrap .accordion .card .card-header span.collapsed:after {
	background-image: url(/courierservices/wp-content/uploads/2026/06/plus-1.png);
	background-repeat: no-repeat;
	background-position: 97%;
	background-size: 16px;
	content: "";
	height: 16px;
	width: 16px;
	display: block;
	float: right;
}
.home-map .accordion-wrap .accordion .card .card-body {
	padding: 20px 0;
}
@media (max-width: 767px) {
	.home-map .accordion-wrap .accordion .card .card-body {
		padding: 20px;
	}
}
.home-map .accordion-wrap .accordion .card .card-body .bg-img {
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 30px;
}
.home-map .accordion-wrap .accordion .card .card-body .tabcontent-title {
	font-family: "Poppins-semibold";
	color: #004178;
	font-size: 25px;
}
@media (max-width: 767px) {
	.home-map .accordion-wrap .accordion .card .card-body .tabcontent-title {
		font-size: 22px;
	}
}
.home-map .accordion .card {
	border-bottom: 1px solid #ddd !important;
}
.home-map .card-body {
	padding: 15px !important;
}

@media (max-width: 991px) {
	.service-banner .banner-wrap .banner-content-wrap{
		padding: 40px 0;
	}
}
@media (max-width: 767px) {
	.service-banner .banner-wrap .banner-content-wrap{
		padding: 35px 0px 0px 0px;
	}
}

.service-banner .list-wrap .active {
	color: #00A5E6!important;
	text-decoration: underline!important;
}

.service-banner .banner-wrap .v-title-w{
	color: #000000;
	font-family: 'Poppins-Medium';
	font-weight: 500;
	width: 85%;
}
@media (max-width: 1399px) {
	.service-banner .banner-wrap .v-title-w{
		width: 100%;
	}
}
@media (max-width: 1025px) {
	.service-banner .banner-wrap .v-title-w{
		width: 95%;
	}
}
@media (max-width: 991px) {
	.service-banner .banner-wrap .v-title-w{
		width: 100%;
	}
}
@media (max-width: 991px) {
	.service-banner .banner-content{
		margin: 0 auto!important;
	}
}

.service-banner .banner-wrap  .v-para{
	padding-right:30px;
}

@media (max-width: 1025px) {
	.service-banner .banner-wrap  .v-para{
		padding-right:0;
	}
}

.service-banner .banner-wrap .service-banner-image{
	height: 535px;
	background-size: cover;
	background-position: center;
	display: block;
}

@media (max-width: 991px) {
	.service-banner .banner-wrap .service-banner-image{
		height: 450px;
		margin: 0 auto;
		margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.service-banner .banner-wrap .service-banner-image{
		height: auto;
	}
}
.service-banner .banner-wrap .service-banner-image .service-banner{
	height: 535px;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 991px) {
	.service-banner .banner-wrap .service-banner-image .service-banner{
		height: 430px;
	}
}
@media (max-width: 767px) {
	.service-banner .banner-wrap .service-banner-image .service-banner{
		height: auto;
	}
}
.service-banner .banner-wrap .list-wrap{
	-webkit-columns: 2;
	columns: 2;
	break-inside: avoid;
	position: relative;
	margin: 25px 0;
}
@media (max-width: 767px) {
	.service-banner .banner-wrap .list-wrap{
		-webkit-columns: 1;
		columns: 1;
		margin: 10px 0;
	}
}
.service-banner .banner-wrap .list-wrap li.list-item a {
	color: #004178;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Poppins-Medium';
	font-weight: 500;
	/*   padding-bottom: 10px; */
	position: relative;
	text-decoration:none;
}
@media (max-width: 1399px) {
	.service-banner .banner-wrap .list-wrap li.list-item a{
		font-size: 14px;
		line-height: 34px;
	}
}
.service-banner .banner-wrap .list-wrap li.list-item.hovered a{
	color: #00A5E6;
}

.service-banner .banner-wrap .list-wrap li.list-item:hover a{
	color: #00A5E6;
	text-decoration: underline;
	cursor: pointer;
	padding-right: 18px;
	background-image: url(/courierservices/wp-content/uploads/2026/01/banner-hover-arrow.svg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 13px;
}

.service-banner .banner-wrap .list-wrap li{
	background: url(/courierservices/wp-content/uploads/2026/01/Services-page-bullet.svg);
	background-repeat: no-repeat;
	background-size: 5px;
	background-position: left 12px;
	padding-left: 15px;
	margin-bottom: 10px;
}

.service-banner .banner-wrap .list-wrap::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: #00A5E633;
	left: 45%;
	transform: translateX(-50%);
}
@media (max-width: 1199px) {
	.service-banner .banner-wrap .list-wrap::before {
		left: 49%;
	}
}

@media (max-width: 767px) {
	.service-banner .banner-wrap .list-wrap::before {
		display: none;
	}
}
.service-banner .banner-wrap .list-wrap:has(> li:only-child):before {
	content: none;
}

.service-banner-btm .banner-right-content .v-title-b{
	font-family: 'Poppins-Medium';
	font-weight: 500;
}

.service-banner-btm .tab-img{
	width: 100%;
	height: 440px;
	object-fit: cover;
}
@media (max-width: 1025px) {
	.service-banner-btm .tab-img{
		height: 340px;
	}
}
@media (max-width: 991px) {
	.service-banner-btm .tab-img{
		height: 400px;
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.service-banner-btm .tab-img{
		height: 300px;
	}
}
.service-intro{
	background: #004178;
}
@media (max-width: 991px) {
	.service-intro .intro-content{
		margin: 0 auto!important;
	}
}

.service-intro .intro-content-wrap{
	padding-right:100px;
}
@media (max-width: 1025px) {
	.service-intro .intro-content-wrap{
		padding-right:60px;
	}
}
@media (max-width: 991px) {
	.service-intro .intro-content-wrap{
		padding-right:0;
	}
}
@media (max-width: 767px) {
	.service-intro .intro-content-wrap{
		padding-right:0;
	}
}
.service-intro .intro-content-wrap .v-title-b{
	color: #FFFFFF;
	font-family: 'Poppins-Medium';
	font-weight: 500;
}
.service-intro .intro-content-wrap .v-para{
	color: #FFFFFF;
}
.service-intro .intro-wrap .service-intro-image{
	height: 535px;
	background-size: cover;
	background-position: center;
}
@media (max-width: 991px) {
	.service-intro .intro-wrap .service-intro-image{
		height: 400px;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.service-intro .intro-wrap .service-intro-image{
		height: 300px;
	}
}
.service-intro .intro-wrap .service-intro-image .service-intro {
	height: 535px;
	object-fit: cover;
	width: 100%;
}
@media (max-width: 991px) {
	.service-intro .intro-wrap .service-intro-image .service-intro {
		height: 400px;
	}
}
@media (max-width: 768px) {
	.service-intro .intro-wrap .service-intro-image .service-intro {
		height: 360px;
	}
}
section.service-intro{
	padding: 80px 0;
}
@media (max-width: 1199px) {
	section.service-intro{
		padding: 65px 0;
	}
}
@media (max-width: 767px) {
	section.service-intro{
		padding: 30px 0;
	}
}
.service-intro .intro-wrap .service-intro-image{
	height:auto;
}

#breadcrumbs{
	background: #F5F7F8;
	padding: 10px 0;
}
#breadcrumbs .breadcrumbs{
	color: #004174a3;
}
#breadcrumbs a{
	text-decoration: none;
}

#breadcrumbs span{
	font-size: 14px;
	color: #004174a3;
	font-family: 'Poppins-Regular';
	font-weight: 600;
	/* 	text-transform: capitalize; */
}
#breadcrumbs span:hover{
	color: #004178;
}
#breadcrumbs span.current-item{
	color: #004178;
}
.service-level2-btm .servicel2-content .v-title-b{
	font-family: 'Poppins-Medium';
	font-weight: 500;
}
.service-level2-btm .servicel2-right-content{
	background: #004178;
	padding: 75px;
}
@media (max-width: 991px) {
	.service-level2-btm .servicel2-right-content{
		padding: 25px;
	}
}
.service-level2-btm .servicel2-right-content .v-title-b{
	color: #FFFFFF;
	font-size: 32px;
	line-height: 48px;
	font-family: 'Poppins-Medium';
	font-weight: 500;
}
@media (max-width: 767px) {
	.service-level2-btm .servicel2-right-content .v-title-b{
		font-size: 28px;
		line-height: 44px;
	}
}
.service-level2-btm .servicel2-right-content .v-para{
	color: #FFFFFF;
}
.service-solutions {
	background: #F5F7F8;
}
.service-solutions .service-solution-content .content p{
	font-size: 16px;
	line-height: 28px;
	color: #585856;
	font-family: "Poppins-Regular";
}
@media (max-width:1300px) {
	.service-solutions .service-solution-content .content p{
		font-size: 14px;
		line-height: 26px;
	}
}
@media (max-width: 767px) {
	.service-solutions .service-solution-content .content p{
		font-size: 14px;
		line-height: 26px;
	}
}
.service-solutions .service-solution-right-content .tesm-content-wrap{
	text-align: center;
	background: #FFFFFF;
	padding: 50px 95px;
	border-bottom: 7px solid #00A5E6;
}
@media (max-width: 1399px) {
	.service-solutions .service-solution-right-content .tesm-content-wrap{
		padding: 50px 45px;
	}
}
@media (max-width: 1025px) {
	.service-solutions .service-solution-right-content .tesm-content-wrap{
		padding: 50px 35px;
	}
}
@media (max-width: 767px) {
	.service-solutions .service-solution-right-content .tesm-content-wrap{
		padding: 25px 15px;
	}
}
.service-solutions .service-solution-right-content .tesm-content-wrap .tesm-slider-img{
	margin: 0 auto;
	width: 70px;
	height: 70px;
	object-fit: cover;
	margin-bottom: 20px;
}
.service-solutions .service-solution-right-content .tesm-content-wrap .tesm-content{
	color: #003E74;
}
.service-solutions .logo-slider .logo-img{
	border-right: 2px solid #00A5E633;
	text-align: center;
	min-height: 185px;
	margin: 65px 0 40px 0;
	cursor: pointer;
}
@media (max-width: 767px) {
	.service-solutions .logo-slider .logo-img{
		margin: 35px 0 35px 0;
		min-height: unset;
	}
}
.service-solutions .logo-slider .slick-slide.slick-current  + .slick-slide + .slick-slide + .slick-slide + .slick-slide + .slick-slide .logo-img{
	border-right: unset;
}
.service-solutions .logo-slider .slick-next:before, .slick-prev:before{
	display: none;
}
.service-solutions .logo-slider .logo-img .tesm-slide-wrap{
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 20px #0041780D;
	padding: 25px;
	width: 47%;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 15px;
	border-radius: 50%;
	border: 2px solid transparent;
}
@media (max-width: 1399px) {
	.service-solutions .logo-slider .logo-img .tesm-slide-wrap{
		width: 55%;
	}
}
.service-solutions .logo-slider .slick-current.slick-active .tesm-slide-wrap{
	border: 2px solid #00A5E6;
}
.service-solutions .logo-slider .logo-img .tesm-slide-wrap .tesm-slider-img{
	width: 48px;
	height: 48px;
	object-fit: contain;
	margin: 0 auto;
	display: block;

}
.service-solutions .logo-slider .logo-img .tesm-content{
	color: #004178;
	font-family: "Poppins-Regular";
	width: 88%;
	margin: 0 auto;
	line-height: 24px;
}
@media (max-width: 767px) {
	.service-solutions .logo-slider .slick-dots li{
		margin:0 3px;
	}
}
.service-solutions .logo-slider .slick-dots li.slick-active button::before{
	background-image: url(/courierservices/wp-content/uploads/2026/06/radio-button-hov-blue-1-1.svg);
}
.service-solutions .logo-slider .slick-dots li button{
	height: 15px;
	width: 15px;
}
.service-solutions .logo-slider .slick-dots li button::before{
	color: transparent;
	height: 15px;
	width: 15px;
	background-position: 50%;
	background-size: 15px;
	background-repeat: no-repeat;
	background-image: url(/courierservices/wp-content/uploads/2026/06/radio-button-hov-blue-1.svg);
}
@media(max-width:1199px){
	.service-solutions .logo-slider .slick-dots li button:hover:before{
		opacity:0.25;
	}
}
@media(max-width:1199px){
	.service-solutions .logo-slider li.slick-active button:hover:before{
		opacity:1;
	}
}

.service-solution-btm .service-solut-content{
	background: #004178;
	padding: 45px 65px 45px 45px;

}
@media(max-width:1199px){
	.service-solution-btm .service-solut-content{
		padding: 45px 20px 45px 20px;
	}
}
@media(max-width:767px){
	.service-solution-btm .service-solut-content{
		padding: 20px 20px 20px 20px;
	}
}
.service-solution-btm .service-solut-content .v-title-b{
	color: #ffffff;
	font-family: 'Poppins-Medium';
	font-weight: 500;
}
.service-solution-btm .service-solut-content .v-para{
	color: #ffffff;
}
.service-solution-btm .service-right-image .solution-img{
	width: 100%;
	height: 440px;
	object-fit: cover;
}
@media (max-width: 1399px){
	.service-solution-btm .service-right-image .solution-img{
		height: 450px;
	}
}
@media (max-width: 1024px){
	.service-solution-btm .service-right-image .solution-img{
		height: 405px;
	}
}
@media (max-width: 991px){
	.service-solution-btm .service-right-image .solution-img{
		height: 280px;
	}
}
.service-solution-btm .services-list-wrap{
	padding: 60px 10px;
	border-bottom: 2px solid #00A5E633;
}
@media (max-width: 767px){
	.service-solution-btm .services-list-wrap{
		padding:30px 0 0;
	}
}
.service-solution-btm .services-list-wrap .v-subtitle-b{
	line-height:35px;
}

@media (max-width: 767px){
	.service-solution-btm .services-list-wrap .v-subtitle-b{

		font-size:20px;
		line-height:32px;
	}
}
.service-solution-btm .services-list-wrap .services-list{
	-webkit-columns: 3;
	columns: 3;
	column-gap: 30px;
	break-inside: avoid;
	position: relative;
	margin: 25px 0;
}
@media (max-width: 1399px) {
	.service-solution-btm .services-list-wrap .services-list{
		margin: 25px 0;
	}
}
@media (max-width: 991px) {
	.service-solution-btm .services-list-wrap .services-list{
		-webkit-columns: 2;
		columns: 2;
		margin: 25px 0;
	}
}
@media (max-width: 767px) {
	.service-solution-btm .services-list-wrap .services-list{
		-webkit-columns: 1;
		columns: 1;
	}
}
.service-solution-btm .services-list-wrap .services-list .services-list-item{
	padding: 15px 20px 15px 30px;
	/* 	display: flex; */
	position: relative;
	display:inline-block;
	width:100%;
}

@media (max-width: 1024px) {
	.service-solution-btm .services-list-wrap .services-list .services-list-item{
		padding: 15px 20px 15px 35px;
	}
}
.service-solution-btm .services-list-wrap .services-list .services-list-item::before{
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	top: 16px;
	left: 0;
	background-image: url(/courierservices/wp-content/uploads/2026/06/L2-L3-Checkmark.svg);
	background-position: center;
	background-size: 25px;
	background-repeat: no-repeat;
}

@media (max-width: 1024px) {
	.service-solution-btm .services-list-wrap .services-list .services-list-item::before{
		position: absolute;
		top: 16px;
		left: 5px;
	}
}
@media (min-width: 991px) {
	.page-id-832 .service-solution-btm .services-list-wrap .services-list{
		display:flex;
	}
}
.technical-service{
	padding-bottom:80px;
}
@media (max-width: 1199px) {
	.technical-service{
		padding-bottom: 65px;
	}
}
@media (max-width: 767px) {
	.technical-service{
		padding-bottom:30px;
	}
}

.technical-service .v-title-b{
	width: 75%;
	text-align: center;
	margin-bottom: 20px;
}
.technical-service .tech-right-cnt .tech-list li.list-item {
	border-bottom: 0.5px solid #00A5E633;
}
.technical-service .tech-right-cnt .tech-list li.list-item:last-child {
	border-bottom: none;
}
.technical-service .tech-right-cnt .tech-list li.list-item  {	
	color: #000000;
	font-size: 16px;
	line-height: 24px;
	display: block;
	padding: 10px 30px;
	text-decoration: none;
	white-space: nowrap;
	font-family: "Poppins-Regular";
	font-weight: 600;
	text-decoration: none;
	transition: all 0.1s;
	position: relative;
}
@media (max-width: 1399px) {
	.technical-service .tech-right-cnt .tech-list li.list-item  {
		font-size: 15px;
	}
}
@media (max-width: 1199px) {
	.technical-service .tech-right-cnt .tech-list li.list-item  {
		font-size: 16px;
		line-height: 25px;
		padding: 10px 20px;
	}
}
.technical-service .tech-right-cnt .tech-list li.list-item span a{
	position:absolute;
	width: 35px;
	height: 35px;
	right: 8px;
}
.technical-service .tech-right-cnt .tech-list li.list-item a{
	cursor: pointer;
	color:inherit;
}
.technical-service .tech-right-cnt .tech-list li.list-item:hover {
	background: #00A5E6;
	border-radius: 30px;
	color: #FFFFFF;
	position: relative;
}

.technical-service .tech-right-cnt .tech-list li.list-item:hover span a {
	display: inline-block;
}

.technical-service .tech-right-cnt .tech-list li.list-item span a {
	/* content: ""; */
	display: none;
	height: 18px;
	max-width: 18px;
	background-size: contain;
	background-position: 0px center;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(/courierservices/wp-content/uploads/2026/06/next-1.png);
	border-radius: 50%;
	background-color: #F5F7F8;
	position: absolute;
	top:12px;
	right: 5px;
	transition: transform 2s;
}
.technical-service .tech-right-cnt .tech-list li.list-item.hovered {
	border-bottom: none;
	border-top: none;
	background: #00A5E6;
	border-radius: 30px;
	color: #FFFFFF;
	position: relative;
}
.technical-service .tech-right-cnt .tech-list li.list-item.hovered span a {
	display: inline-block;
}
.technical-service .tech-right-cnt .tech-list li.list-item.hovered-top {
	border-top: none;
}
.technical-service .tech-right-cnt .tech-list li.list-item.hovered-bottom {
	border-bottom: none;
}
.technical-service .tech-right-cnt .tech-list li.list-item span {
	position: absolute;
	width: 35px;
	height: 35px;
	right: 25px;
	top: 1px;
	cursor: pointer; /* Add this to show pointer cursor on hover */
}
.value-added-service{
	background:#003E74;
}
.value-added-service .v-title-b{
	color: #ffff;
	text-align: center;
}
@media (max-width: 767px) {
	.value-added-service .v-title-b{
		padding-bottom:0;
	}
}
.value-added-service .value-added-right-cnt .value-added-list{
	-webkit-columns: 3;
	columns: 3;
	column-gap: 30px;
	break-inside: avoid;
	position: relative;
	margin: 10px 0;
}
@media (max-width: 1199px) {
	.value-added-service .value-added-right-cnt .value-added-list{
		-webkit-columns: 2;
		columns: 2;
	}
}
@media (max-width: 767px) {
	.value-added-service .value-added-right-cnt .value-added-list{
		-webkit-columns: 1;
		columns: 1;
	}
}
.technical-service .tech-img{
	height: 425px;
	width: 520px;
	object-fit: cover;
	object-position:center;
}
.value-added-service .value-added-right-cnt .value-added-list li a{ 
	font-size: 16px;
	line-height: 24px;
	display: block;
	padding: 12px 60px 12px 30px !important;
	text-decoration: none;
	white-space: nowrap;
	font-family: "Poppins-Regular";
	font-weight: 600;
	text-decoration: none;
	transition: all 0.1s;
	background: #FFFFFF;
	border-radius: 30px;
	color: #004178;
	position: relative;
	/* margin-bottom: 30px; */
	z-index: 99999;
}
@media (max-width: 1399px) {
	.value-added-service .value-added-right-cnt .value-added-list li a{ 
		font-size: 15px;
	}
}
@media (max-width: 1282px) {
	.value-added-service .value-added-right-cnt .value-added-list li a{ 
		font-size: 13px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media (max-width: 1025px) {
	.value-added-service .value-added-right-cnt .value-added-list li a{ 
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.value-added-service .value-added-right-cnt .value-added-list li a{ 
		font-size: 14px;

	}
}
@media (max-width: 767px) {
	.value-added-service .value-added-right-cnt .value-added-list li a{ 
		padding: 12px 40px 12px 30px !important;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
.value-added-service .value-added-right-cnt .value-added-list li a::after{
	content: "";
	display: block;
	height: 20px;
	max-width: 20px;
	background-size: 15px;
	background-position: 3px center;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(/courierservices/wp-content/uploads/2026/06/next-3.png);
	border-radius: 50%;
	background-color: #00A5E6;
	position: absolute;
	top: 15px;
	right: 15px;
	transition: transform 2s;
}
.value-added-service .value-added-right-cnt .value-added-list li:hover a::after{
	background-color: #004178;
}
@media (max-width: 1199px) { 
	.service-solutions .logo-slider .logo-img .tesm-slide-wrap {
		width: 65%;
	}
}
@media (max-width:998px) { 
	.service-solutions .logo-slider .logo-img .tesm-slide-wrap {
		width: 100px;
	}
}

@media (max-width:767px){
	.service-solutions .logo-slider .logo-img{
		border-right:unset;
	}
}


@media (max-width:767px){
	.slick-dots{
		width:96%;
	}
}


/*our-key-sectors*/

.service-level2-bgc{
	background-color: #F8F8F8;
}
.served-level2-bgc .section-pad{
	padding: 60px 0px;
}
.served-level2-btm2 .servicel2-right-content{
	padding: 80px;
	height:100%;
	background-position:center;
}
@media (max-width: 991px) {
	.served-level2-btm2 .servicel2-right-content{
		padding: 25px;
	}
}
.served-level2-btm2 .table-align{
	height:100%;
}

.served-level2-btm2 .nav-tabs{
	border: unset;
	--bs-nav-tabs-border-width:unset;
}

.served-level2-btm2 .servicel2-right-content .v-para{
	color: #FFFFFF;
}

.served-level2-btm2 .columtwo{
	columns:2;
	column-gap: 30px;
	break-inside: avoid;
	position: relative;
	margin:25px 0;
	display: block;

}

.served-level2-btm2 .columtwo .list-item-size{
	position: relative;
	background-color: #ffffff;
	transition: all .5s;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 15px;
	z-index: 1;
}



.served-level2-btm2 .columtwo .list-item-size a{
	font-size: 16px;
	line-height: 26px;
	display: block;
	padding: 12px 30px;
	text-decoration: none;
	white-space: nowrap;
	font-family: "Poppins-Regular";
	font-weight: 600;
	text-decoration: none;
	transition: all 0.1s;
	background: #FFFFFF;
	border: 1px solid lightblue;
	border-radius: 30px;
	color: #000000;
	position: relative;
	z-index: 99999;
}
@media (max-width:1399px){
	.served-level2-btm2 .columtwo .list-item-size a{
		font-size:12px;
		overflow: hidden; 
		text-overflow: ellipsis;	
	}
}
@media (max-width:1199px){
	.served-level2-btm2 .columtwo .list-item-size a{
		font-size: 10px;
		padding: 5px 10px;
	}

}
@media (max-width:992px){
	.served-level2-btm2 .columtwo .list-item-size a{
		font-size: 8px;
		padding: 5px 10px;
	}

}


.served-level2-btm2 .columtwo .list-item-size a:hover{
	background-color:#00A5E6;
	color: white;
}
.served-level2-btm2 .columtwo .list-item-size .nav-link.active{
	background-color: yellow;
	border: 1px solid  yellow;
	color: #004178;
}

.served-level2-btm2 .tab-content {
	position: relative;
	overflow: hidden;
}

.served-level2-btm2 .tab-pane {
	transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.served-level2-btm2 .tab-content > .tab-pane.active {
	display: block;
	opacity: 1;
	transform: translateX(0%);
}

.served-level2-btm2 .tab-content > .tab-pane {
	opacity: 0;
	transform: translateX(-100%);
	display: none;
}

.served-level2-btm2 .tab-content > .tab-pane.fade {
	display: block;
	animation: slide-in 1.5s ease-in-out;
}

@keyframes slide-in {
	0% {
		opacity: 0;
		transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}

.served-level2-btm2 .tab-content.delay-next-slide > .tab-pane.fade {
	animation-delay: 2s;
}

.border-color{
	border: 1px solid #0000001C;
}



/* ------------------tabs 2 accordion----------------- */
.h-600{
	height:600px;
	padding: 40px 20px;

}
@media (max-width:767px){
	.tabs-accordion{
		padding-bottom:30px;
	}
}
@media (max-width:767px){
	.tabs-accordion .accordion-body{
		padding: 20px 35px;
	}
}
.tabs-accordion .accordion-item{
	border:unset;
}
.tabs-accordion .accordion-button:focus{
	border-color:unset;
	box-shadow: none;
}
.tabs-accordion .v-para{
	color: white;
}
.tabs-accordion button,
.accordion-button:not(.collapsed){
	background-color: #004178;
	color: white;
	border-radius: 5px;
	font-size: 20px;
	font-weight:700;
}

.tabs-accordion h2{
	padding: 10px;
	padding-top:0;
}
.tabs-accordion .accordion-button::after{
	display: none;
}

@media (max-width: 991px) {
	.about-banner .banner-wrap .banner-content-wrap{
		padding: 25px 0;
	}
}
@media (max-width: 767px) {
	.about-banner .banner-wrap .banner-content-wrap{
		padding: 35px 5px 0;
	}
}

.about-banner .banner-wrap .v-title-w{
	color: #000000;
	font-family: 'Poppins-Medium';
	font-weight: 500;
	width: 80%;
}
@media (max-width: 1399px) {
	.about-banner .banner-wrap .v-title-w{
		width: 100%;
	}
}
@media (max-width: 991px) {
	.about-banner .banner-content{
		margin: 0 auto!important;
	}
}
.about-banner .banner-wrap  .v-para{
	width: 90%;
}
@media (max-width: 991px) {
	.about-banner .banner-wrap  .v-para{
		width: 100%;
	}
}
.about-banner .banner-wrap .about-banner-image{
	height: 535px;
	background-size: cover;
	background-position: center;
	display: block;
}
@media (max-width: 1200px) {
	.about-banner .banner-wrap .about-banner-image{
		height: 500px;
	}
}
@media (max-width: 991px) {
	.about-banner .banner-wrap .about-banner-image{
		height: 450px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.about-banner .banner-wrap .about-banner-image{
		height: auto;
	}
}
.about-banner .banner-wrap .about-banner-image .service-banner{
	height: 535px;
	object-fit: cover;
	object-position: top;
	width: 100%;
}
@media (max-width: 1200px) {
	.about-banner .banner-wrap .about-banner-image .service-banner{
		height: 500px;
	}
}
@media (max-width: 991px) {
	.about-banner .banner-wrap .about-banner-image .service-banner{
		height: 430px;
	}
}
@media (max-width: 767px) {
	.about-banner .banner-wrap .about-banner-image .service-banner{
		height: auto;
	}
}

.about-banner-btm .tab-img{
	width: 100%;
	height: 535px;
	object-fit: cover;
}
@media (min-width: 1600px) {
	.about-banner-btm .tab-img{
		height: 640px;
	}
}
@media (max-width: 1000px) {
	.about-banner-btm .tab-img{
		object-fit: contain;
	}
}
@media (max-width: 991px) {
	.about-banner-btm .tab-img{
		height: 600px;
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.about-banner-btm .tab-img{
		height: 420px;
	}
}
@media (max-width: 380px) {
	.about-banner-btm .tab-img{
		height: 365px;
	}
}
.about-mobility{
	background: #F5F7F8;
}

.about-mobility .abt-grid{
	text-align: center;
	margin: 25px 0;
}
.about-mobility .abt-grid .grid-icon{
	width: 120px;
	height: 80px;
	object-fit: cover;
	padding: 0 20px;
	margin-bottom: 25px;
}
.about-mobility .abt-grid .grid-desc{
	font-weight: 500;
}
.about-tabs{
	background-size: cover;
	background-color:#004178;
}
.about-tabs .v-title-b{
	color: #fff;
}
.about-tabs .tabbable-panel{
	padding-top: 24px;
}
@media (max-width: 767px) {
	.about-tabs .tabbable-panel{
		padding-top: 0;
	}
}
@media (max-width: 767px) {
	.about-tabs .tabbable-panel .bottom-links .nav-tabs{
		display: none;
	}
}
@media (max-width: 767px) {
	.about-tabs .tabbable-panel .bottom-links .nav-tabs{
		border-bottom: unset;
	}
}
.about-tabs .tabbable-panel .bottom-links ul li{
	width: 25%;
	padding: 20px 0;
}
@media (max-width: 767px) {
	.about-tabs .tabbable-panel .bottom-links ul li{
		width: 100%;
		padding: 0;
	}
}
.about-tabs .tabbable-panel .bottom-links ul li a {
	text-decoration: unset;
	color: #fff;
	display: block;
	position: relative;
	background: transparent;
	border: transparent;
	padding: 0;
	font-family: 'Poppins-Regular';

}
@media (max-width: 1200px) {
	.about-tabs .tabbable-panel .bottom-links ul li a {
		font-size:15px;
	}
}
@media (max-width: 1024px) {
	.about-tabs .tabbable-panel .bottom-links ul li a {
		font-size:10px;
	}
}
@media (max-width: 767px) {
	.about-tabs .tabbable-panel .bottom-links ul li a {
		border-bottom: 1px solid #dee2e6;
		padding: 20px 0;
	}
}
@media (max-width: 767px) {
	.about-tabs .tabbable-line .tab-content .tab-pane{
		display: block;
		opacity: 1;
	}
}

.about-tabs .tabbable-line .tab-content .tab-pane .card-header{
	display: none;
}
@media (max-width: 767px) {
	.about-tabs .tabbable-line .tab-content .tab-pane .card-header{
		display: block;
	}
}
.about-tabs .tabbable-line .tab-content .tab-pane .card-header .accor-tab .mob-tab{
	text-decoration: unset;
	color: #fff;
	display: block;
	position: relative;
	background: transparent;
	border: transparent;
	padding: 0;
	font-weight:600;

}
@media (max-width: 767px) {
	.about-tabs .tabbable-line .tab-content .tab-pane .card-header .accor-tab .mob-tab{
		border-bottom: 1px solid #dee2e6;
		padding: 20px 0;
		margin: 0;
	}
}
.about-tabs .card-header{
	border-bottom: 7px solid transparent;
}
.about-tabs .card-header.active{
	border-bottom: 7px solid #00A5E6;	
}
@media (max-width: 767px) {
	.about-tabs .tabbable-line .tab-content .tab-pane .card-header .accor-tab .mob-tab:after {
		bottom: -5px;
	}
}
.about-tabs .tabbable-line .tab-content .tab-pane.active .card-header .accor-tab .mob-tab:after {
	display: block;
	transition: all .3s ease-in-out;
}
@media (min-width: 768px) {
	.about-tabs .tabbable-line .tab-content .tab-pane .paid-col.collapse:not(.show){
		display: block;
	}
}
.about-tabs .tabbable-line .tab-content .tab-pane .paid-col .card-body .v-para{
	background: #fff;
	padding: 50px;
	margin-top: 45px;
}
@media (max-width: 767px) {
	.about-tabs .tabbable-line .tab-content .tab-pane .paid-col .card-body .v-para{
		padding: 30px;
		margin-top: 20px;
	}
}
.about-tabs .tabbable-panel .bottom-links ul li a:after {
	position: absolute;
	border-radius: 10px;
	border-top: 7px solid #00A5E6;
	content: "";
	width: 100%;
	bottom: -23px;
	display: none;
	transition: all .3s ease-in-out;
}
@media (max-width: 767px) {
	.about-tabs .tabbable-panel .bottom-links ul li a:after {
		bottom: -5px;
	}
}
.about-tabs .tabbable-panel .bottom-links ul li a.active:after {
	display: block;
	transition: all .3s ease-in-out;
}

.our-vision{
	background: #ffffff;
}

.our-vision .esg-img {
	width: 635px;
	height: 455px;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 1399px) {
	.our-vision .esg-img {
		width: 100%;
		height: 420px;
	}
}
@media (max-width: 991px) {
	.our-vision .esg-img {
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.our-vision .esg-img {
		margin-top: 20px;
		height: 250px;
	}
}

.home-stat {
	background-size: cover;
	background-repeat: no-repeat;
	background-color:#004178;
}

.home-stat .stat-wrap {
	text-align: center;
	padding-top: 25px;
}
.home-stat .v-title-b{
	color:#fff;
	font-weight:500;
}
.home-stat .stat-wrap .icon {
	height: 64px;
	width: 64px;
	margin-bottom: 20px;
}

.home-stat .stat-wrap .statistic-number {
	color: #00A5E6;
	font-family: Poppins-bold;
}

.home-stat .stat-wrap .v-para {
	color: #fff;
	margin-bottom: 0;
}

.top-clients .clients-title {
	margin-bottom: 30px;
	text-align: center
}
.top-clients .client-group{
	padding-bottom:50px;
}
.top-clients .client-group .client-logo {
	height: 170px;
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: 50%;
	border: 1px solid #00a5e6
}
.top-clients .client-group .slick-slide{
	margin: 0 10px;
}

.top-clients .client-group .slick-dots li.slick-active button::before{
	color: #00A5E6;
}
.top-clients .client-group .slick-dots li button{
	height: 15px;
	width: 15px;
}
.top-clients .client-group .slick-dots li button::before{
	color: transparent;
	font-size: 8px;
	border: 2px solid #00A5E6;
	border-radius: 50%;
	height: 16px;
	width: 16px;
	line-height: 15px;
}
a{
	color: #00A5E6;
	text-decoration: unset;
}
.career-banner-btm .tab-img{
	width: 100%;
	height: 410px;
	object-fit: cover;
}
@media (max-width: 991px) {
	.career-banner-btm .tab-img{
		height: 400px;
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.career-banner-btm .tab-img{
		height: 300px;
	}
}


.career-banner-btm .services-list-wrap{
	padding-top: 70px;
}
@media (max-width: 991px){
	.career-banner-btm .services-list-wrap{
		padding-top: 50px;
	}
}
@media (max-width: 767px){
	.career-banner-btm .services-list-wrap{
		padding:30px 0 0;
	}
}

@media (max-width: 767px){
	.career-banner-btm .services-list-wrap .v-subtitle-b{
		font-size:20px;
	}
}
.career-banner-btm .services-list-wrap .services-list{
	-webkit-columns: 2;
	columns: 2;
	column-gap: 30px;
	break-inside: avoid;
	position: relative;
	margin: 25px 0;
}

@media (max-width: 991px) {
	.career-banner-btm .services-list-wrap .services-list{
		-webkit-columns: 1;
		columns: 1;
	}
}
@media (max-width: 767px) {
	.career-banner-btm .services-list-wrap .services-list{
		margin: 10px 8px;
	}
}
.career-banner-btm .services-list-wrap .services-list .services-list-item{
	padding: 15px 20px;
	position: relative;
}
@media (max-width: 992px) {
	.career-banner-btm .services-list-wrap .services-list .services-list-item{
		padding: 15px 15px;
	}
}
.career-banner-btm .services-list-wrap .services-list .services-list-item::before{
	content: '✓';
	color: #00A5E6;
	background: #00a5e640;
	font-weight: bold;
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 15px;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	line-height: 19px;
	position: absolute;
	top: 19px;
	left: -10px;
}

#thank-modal .icon {

	height: 80px;
	margin-bottom: 15px;

}

#thank-modal .modal-header {

	border:0!important;
	padding:0;

}

#thank-modal .close {

	background:url(https://www.tvsscs.com/wp-content/uploads/2020/09/close-menu.svg);
	height: 16px;
	width: 16px;
	background-size: 16px;
	background-repeat: no-repeat;
	padding: 0!important;
	position: absolute;
	right: 10px;
	margin: 0;
	opacity: 1;
	top: 10px;
	cursor:pointer;

}

#thank-modal .modal-content {

	padding:30px;

}

#thank-modal .modal-body {

	padding:0;

}

.modal-open .modal {

	padding-right:0!important;

}

label[for="awsm_checkbox_1"] {
	display: none;
}

.awsm-job-form-options-container span {

	margin:0;

}

.awsm-application-message.awsm-success-message {

	display:none!important;

}

.career-job-openings .v-para{
	padding-top: 20px;

}

.career-team .v-title-b{
	padding-bottom:0;
}
.career-team .team-content{
	background: #004178;
	padding: 45px 125px 45px 45px;

}

@media(max-width:1199px){
	.career-team .team-content{
		padding: 45px 20px 45px 20px;
	}
}
@media(max-width:767px){
	.career-team .team-content{
		padding: 25px 20px 25px 20px;
	}
}
.career-team .team-content .v-title-b{
	color: #ffffff;
	font-family: 'Poppins-light';
	font-weight: 600;
}
.career-team .team-content .v-subtitle-b{
	color: #fff;
}
.career-team .team-content .v-para{
	color: #ffffff;
}
.career-team .team-content .solution-img{
	width: 100%;
	height: auto;
	object-fit: cover;
}

.career-page-accordion{
	font-family: 'Poppins-Regular';
}

.career-page-accordion .career-accordion .card {
	background-color: transparent;
	border: 0;
	border-bottom: none;
	border-radius: 0;
}

.career-page-accordion .career-accordion .card .card-header {
	color: #fff;
	padding: 0;
	border-bottom: none;
	background: 0 0;
}

.career-page-accordion .career-accordion .card .card-header span {
	display: block;
	width: 100%;
	cursor: pointer;
	position: relative;
	font-weight: 700;
	color: #00a5e6;
	border-bottom: none;
	padding: 20px 0;
}

.career-page-accordion .career-accordion .card .card-header span:after {
	background-image: url(/courierservices/wp-content/uploads/2026/06/closetab.svg);
	background-repeat: no-repeat;
	background-position: 97%;
	background-size: 16px;
	content: "";
	height: 16px;
	width: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
}

.career-page-accordion .career-accordion .card .card-header span.collapsed {
	font-weight: 400;
	color: #111;
	padding: 20px 0;
	border-bottom: 1px solid #005189;
}

.career-page-accordion .career-accordion .card .card-header span.collapsed:after {
	background-image: url(/courierservices/wp-content/uploads/2026/06/opentab.svg);
	background-repeat: no-repeat;
	background-position: 97%;
	background-size: 16px;
	content: "";
	height: 16px;
	width: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
}

.career-page-accordion .career-accordion .card .collapse.show {
	border-bottom: 2px solid #00a5e6;
}

.career-page-accordion .career-accordion .card .collapse .card-body p {
	color: #111;
}
.career-page-accordion .right-bg{
	height: 500px;
	background-position: center;
	background-size: cover;
}
@media(max-width:991px){
	.career-page-accordion .right-bg{
		margin-top:30px;
		height: 300px;
		background-position: center;
	}
}
.page-template-template-history-php .about-tabs{
	background: #F5F7F8;
}

.page-template-template-history-php .about-tabs .tabbable-panel .bottom-links ul li a{
	color: #00A5E6;
	font-weight: 700;
}

.page-template-template-history-php .about-tabs .tabbable-panel .bottom-links ul li a.active{
	color: #004178;
}
.page-template-template-history-php .about-tabs .v-title-b{
	color: #000000;
}
.page-template-template-history-php .about-tabs .tabbable-panel .bottom-links ul {
	width: 85%;
	justify-content: space-between;
	margin: 0 auto;
}
@media(max-width:1399px){
	.page-template-template-history-php .about-tabs .tabbable-panel .bottom-links ul {
		width: 100%;
	}
}
@media(max-width:991px){
	.page-template-template-history-php .about-tabs .tabbable-panel .bottom-links ul {
		border: unset;
	}
}
.page-template-template-history-php .about-tabs .tabbable-panel .bottom-links ul li{
	width: 30%;
}
@media(max-width:991px){
	.page-template-template-history-php .about-tabs .tabbable-panel .bottom-links ul li{
		width: 100%;
		border-bottom: 1px solid #dee2e6;
	}
}
.page-template-template-history-php .about-banner-btm{
	background: #F5F7F8;
}
@media(max-width:991px){
	.page-template-template-history-php .about-banner-btm{
		padding: 50px;
	}
}
@media(max-width:767px){
	.page-template-template-history-php .about-banner-btm{
		padding: 15px;
	}
}
.page-template-template-history-php .about-banner-btm .img-right-content .v-subtitle-b{
	font-size: 20px;
	line-height: 36px;
	color: #004178;
	margin: 0;
}
@media(max-width:1399px){
	.page-template-template-history-php .about-banner-btm .img-right-content .v-subtitle-b{
		font-size: 16px;
		line-height: 30px;
	}
}
@media(max-width:767px){
	.page-template-template-history-php .about-banner-btm .img-right-content .v-subtitle-b{
		font-size: 12px;
		line-height: 18px;
	}
}
.page-template-template-history-php .about-banner-btm .img-right-content .v-para{

	color: #00A5E6;
	margin: 0;
}
@media(max-width:767px){
	.page-template-template-history-php .about-banner-btm .img-right-content .v-para{
		font-size: 12px;
	}
}
.page-template-template-history-php .about-banner-btm .right-img{
	position: relative;
}
.page-template-template-history-php .about-banner-btm .img-right-content{
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	background: #FFFFFF;
	padding: 15px;
	width:45%;
}
@media(max-width:1399px){
	.page-template-template-history-php .about-banner-btm .img-right-content{
		width:auto;
	}
}
@media(max-width:991px){
	.page-template-template-history-php .about-banner-btm .img-right-content{
		bottom: 0;
	}
}
@media(max-width:767px){
	.page-template-template-history-php .about-banner-btm .img-right-content{
		padding: 10px;
	}
}
@media(max-width:380px){
	.page-template-template-history-php .about-banner-btm .img-right-content{
		width:75%;
	}
}
.history-slider{
	text-align: center;
	background: #004178;
}
.history-slider .v-title-b{
	margin-bottom: 30px;
	color: #fff;
}
@media(max-width:767px){
	.history-slider .v-title-b{
		margin-bottom: 0;
	}
}

.history-slider .history-slider-wrap .history-slide{
	height: 500px;
	object-fit: contain;
	width:100%;
}
@media(max-width:991px){
	.history-slider .history-slider-wrap .history-slide{
		height: 350px;
		padding: 15px;
		object-fit: contain;
	}
}
@media(max-width:767px){
	.history-slider .history-slider-wrap .history-slide{
		height: 255px;
		padding: 15px;
	}
}
@media(max-width:767px){
	.history-slider .history-slider-wrap .slick-dots{
		bottom: -10px;
	}
}
.history-slider .history-slider-wrap .slick-prev {
	border-radius: 50%;
	position: absolute;
	left: -55px;
	top: 50%;
	background-image: url(/courierservices/wp-content/uploads/2026/06/left.webp);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	color: transparent;
	border: none;
	background-color: white;
	font-size: 0;
	height: 30px;
	width: 30px;
	cursor: pointer;
}
.history-slider .history-slider-wrap .slick-prev:hover{
	background-image: url(/courierservices/wp-content/uploads/2026/06/path-2.svg);
	background-size: 7px;
	background-color:#E7E247;
}
.history-slider .history-slider-wrap .slick-next{
	border-radius: 50%;
	position: absolute;
	right: -55px;
	top: 50%;
	background-image: url(/courierservices/wp-content/uploads/2026/06/left-1.webp);
	transform: rotate(180deg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
	height: 30px;
	width: 30px;
	cursor: pointer;
}
.history-slider .history-slider-wrap .slick-next:hover{
	background-image: url(/courierservices/wp-content/uploads/2026/06/path-2-2.svg);
	background-size: 7px;
	background-color:#E7E247;
}
.history-slider .history-slider-wrap .slick-next::before{

	display: none;
}
.history-slider .history-slider-wrap .slick-dots li button:before{
	content: "" !important;
	background-position: 50%;
	background-size: 15px;
	background-repeat: no-repeat;
	background-image: url(/courierservices/wp-content/uploads/2026/06/radio-button-def.svg);
	position: absolute;
	top: 0;
	left: 50%;
	top: 20px;
	color: transparent;
}
@media (max-width: 1199px) {
	.history-slider .history-slider-wrap .slick-dots li button:hover:before {
		opacity: 0.25;
	}
}
@media (max-width: 1199px) {
	.history-slider .history-slider-wrap .slick-dots li.slick-active button:hover:before{
		opacity: 1;
	}
}

.history-slider .history-slider-wrap .slick-dots li.slick-active button:before{
	background-image: url(/courierservices/wp-content/uploads/2026/06/radio-button-hov.svg);
}

.meetourteam {
	padding: 80px 0;
	background: #1e5799;
	background: linear-gradient(180deg,#1e5799 0,#207cca 100%,#7db9e8 0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e5799",endColorstr="#7db9e8",GradientType=0);
}
@media (max-width: 1199px) {
	.meetourteam {
		padding: 65px 0;
	}
}
@media (max-width: 767px) {
	.meetourteam {
		padding: 30px 0;
	}
}
.meetourteam.white-bg {
	background: #fff;
}

.meetourteam.white-bg .mtt-leader {
	border-bottom: 1px solid #111;
	margin-top: 0!important;
}

.meetourteam.white-bg .mtt-leader h6 {
	color: #111;
}

.meetourteam.white-bg .mtt-detail {
	color: #111;
	margin-top: 25px;
}

.meetourteam.white-bg .mtt-detail .name {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	margin: 0;
}

.meetourteam.white-bg .mtt-detail .designation {
	font-size: 14px;
	line-height: 25px;
}

@media(max-width: 767.98px) {
	.meetourteam {
		padding:50px 0;
	}
}

.meetourteam .v-title-b {
	text-align: center;
	color: #fff;
	margin: 0;
}
.meetourteam .v-subtitle-b{
	color: #fff;
}
.meetourteam .mtt-leader {
	border-bottom: 1px solid #fff;
	width: 100%;
	margin-top: 24px;
}

.meetourteam .mtt-leader h6 {
	font-size: 30px;
	letter-spacing: 0;
	color: #fff;
	margin-bottom: 30px;
}

.meetourteam .mtt-bgimage {
	background-image: url(/wp-content/uploads/2020/09/Charles.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	height: 445px;
	margin-top: 50px;
	position: relative;
}

@media(max-width: 991.98px) {
	.meetourteam .mtt-bgimage {
		height:300px;
	}
}

@media(max-width: 767.98px) {
	.meetourteam .mtt-bgimage {
		height:350px;
		background-position:top;
		margin-top: 15px;
	}
}

.meetourteam .mtt-bgimage .mtt-lkin {
	display: inline-block;
	position: absolute;
	bottom: -25px;
	right: 0;
}

.meetourteam .mtt-bgimage .mtt-lkin a {
	background-image: url(../../assets/images/linkedin.png);
	height: 50px;
	width: 50px;
	background-size: cover;
	display: inline-block;
}

.meetourteam .mtt-bgimage .mtt-lkin a:hover {
	background-image: url(../../assets/images/linkedin-blue.png)
}

.meetourteam .mtt-detail {
	color: #fff;
	margin-top: 25px;
}

.meetourteam .mtt-detail .name {
	font-size: 20px;
	line-height: 34px;
	font-weight: 700;
	font-family: 'Poppins-Regular';
}
@media(max-width: 767px) {
	.meetourteam .mtt-detail .name {
		margin:0;
	}
}
.meetourteam .mtt-detail .designation {
	font-size: 16px;
	line-height: 25px;
	font-family: 'Poppins-Regular';
}

.meetourteam .modal {
	background-color: hsla(0,0%,7%,.6);
	z-index: 99999;
}

.meetourteam .modal .modal-dialog {
	max-width: calc(100% - 400px);
}

@media(max-width: 991.98px) {
	.meetourteam .modal .modal-dialog {
		max-width:calc(100% - 50px);
	}
}

@media(max-width: 767.98px) {
	.meetourteam .modal .modal-dialog {
		max-width:100%;
	}
}

.meetourteam .modal .modal-dialog .modal-content {
	background-color: #005189;
}

.meetourteam .modal .modal-dialog .modal-content .modal-body {
	padding: 0;
	color: #fff;
}

.meetourteam .modal .modal-dialog .modal-content .modal-body .close {
	background-image: url(../../assets/images/error-1.svg);
	position: absolute;
	background-position: 50%;
	background-repeat: no-repeat;
	opacity: 1;
	height: 40px;
	right: 15px;
	width: 40px;
	background-size: 32px;
	cursor: pointer;
	top: 15px;
	z-index: 1;
	margin: 0!important;
}

.meetourteam .modal .modal-dialog .modal-content .modal-body .close span {
	display: none;
}

.meetourteam .modal .modal-dialog .modal-content .modal-body .close:hover {
	opacity: .8;
}

.meetourteam .modal .modal-dialog .modal-content .modal-body .cus-pad {
	padding-left: 75px;
	padding-right: 75px;
}

@media(max-width: 991.98px) {
	.meetourteam .modal .modal-dialog .modal-content .modal-body .cus-pad {
		padding-left:35px;
		padding-right: 35px;
	}
}

.meetourteam .modal .modal-dialog .modal-content .modal-body .cus-pad .mtt-pu-title {
	margin-bottom: 50px;
}

@media(max-width: 767.98px) {
	.meetourteam .modal .modal-dialog .modal-content .modal-body .cus-pad .mtt-pu-title {
		margin-bottom:25px;
		margin-top: 25px;
	}
}

.meetourteam .modal .modal-dialog .modal-content .modal-body .cus-pad .mtt-pu-title h2 {
	font-size: 40px;
	margin-bottom: 5px;
}

@media(max-width: 991.98px) {
	.meetourteam .modal .modal-dialog .modal-content .modal-body .cus-pad .mtt-pu-content {
		height:415px;
		overflow: scroll;
	}
}

@media(max-width: 767.98px) {
	.meetourteam .modal .modal-dialog .modal-content .modal-body .cus-pad .mtt-pu-content {
		margin-bottom:25px;
	}
}

.meetourteam .modal .modal-dialog .modal-content .modal-body .cus-pad .mtt-pu-content p {
	font-size: 16px;
	line-height: 25px;
	margin: 0;
}

.meetourteam .modal .modal-dialog .modal-content .modal-body .mtt-pu-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	height: 650px;
}

@media(max-width: 767.98px) {
	.meetourteam .modal .modal-dialog .modal-content .modal-body .mtt-pu-image {
		height:500px;
	}
}

.mega-menu-open {
	display: block !important; /* Display the mega menu when this class is added */
}

.members-tab {
	background: #F5F7F8;
}

.members-tab .nav-tabs {
	margin: 0 auto 40px;
	border-bottom: none;
	width: 70%;
	text-align: center;
	justify-content: center;
}

@media(max-width: 991.98px) {
	.members-tab .nav-tabs {
		width:85%;
	}
}

@media(max-width: 767.98px) {
	.members-tab .nav-tabs {
		width:100%;
		margin: 0 0 40px;
	}
}

.members-tab .nav-tabs .nav-item {
	width: 30%;
}
@media(max-width: 1399px) {
	.members-tab .nav-tabs .nav-item {
		padding: 0 10px;
		width: auto;

	}
}
@media(max-width: 767.98px) {
	.members-tab .nav-tabs .nav-item {
		margin:0 auto 10px;
		width:100%;
	}
}

.members-tab .nav-tabs .nav-item .nav-link {
	margin: 0 30px;
	border-radius: 0;
	background: unset;
	border: none;
	padding: 2px 40px;
	background-color: #00A5E6;
	border-radius: 26px;


}
@media(max-width: 1399px) {
	.members-tab .nav-tabs .nav-item .nav-link {
		width: 100%;
	}
}

.members-tab .nav-tabs .nav-item .nav-link h2 {
	font-size: 16px;
	line-height: 32px;
	font-weight: 700;
	margin: 0;
	color: #FFFFFF;
}
@media(max-width: 991px) {
	.members-tab .nav-tabs .nav-item .nav-link h2 {
		font-size: 15px;
	}
}
.members-tab .nav-tabs .nav-item .nav-link:hover{
	background-color: #E7E247;
}
.members-tab .nav-tabs .nav-item .nav-link:hover h2 {
	color: #004178;
}
.members-tab .nav-tabs .nav-item .nav-link.active{
	background-color: #E7E247;
}
.members-tab .nav-tabs .nav-item .nav-link.active h2 {
	color: #004178;

}

@media(max-width: 767.98px) {
	.members-tab .nav-tabs .nav-item .nav-link {
		width:95%;
		font-size: 14px;
	}
}

.members-tab .tab-content .tab-class {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.members-tab .tab-content .tab-class .members-content {
	width: 25%;
	padding: 0 7.5px;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid transparent;
}

@media(max-width: 991.98px) {
	.members-tab .tab-content .tab-class .members-content {
		width:33.3333%;
	}
}

@media(max-width: 767.98px) {
	.members-tab .tab-content .tab-class .members-content {
		width:50%;
	}
}

.members-tab .tab-content .tab-class .members-content .content {
	height: 210px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	background-color: #fff;
	border-bottom: 2px solid #f2f2f2;
}

@media(max-width: 991.98px) {
	.members-tab .tab-content .tab-class .members-content .content {
		height:155px;
	}
}

@media(max-width: 767.98px) {
	.members-tab .tab-content .tab-class .members-content .content {
		height: 100px;
		background-size: 125px;
	}
}

.members-tab .tab-content .tab-class .members-content .bg-color {
	background-color: #fff;
	min-height: 105px;
}
@media(max-width: 1025px) {
	.members-tab .tab-content .tab-class .members-content .bg-color {
		min-height: 135px;
	}
}

@media(max-width: 767px) {
	.members-tab .tab-content .tab-class .members-content .bg-color {
		min-height:100px;
	}
}

.members-tab .tab-content .tab-class .members-content .bg-color p {
	padding: 10px 20px;
	font-size: 18px;
	line-height: 28px;
	text-decoration: none;
	font-weight: 600;
	margin: 0 auto;
	font-family: "Poppins-Regular";
}
@media(max-width: 767px) {

	.members-tab .tab-content .tab-class .members-content .bg-color p {
		font-size: 12px;
		line-height: 20px;
	}
}

.members-tab .tab-content .tab-class .members-content .bg-color p span {
	display: block;
}
.members-tab .tab-content .tab-class .members-content .members-hover{
	border: 2px solid transparent;
}
.members-tab .tab-content .tab-class .members-content .members-hover:hover {
	border: 2px solid #E7E247;
}

.members-tab .readmore {
	margin-top: 50px;
}
.members-tab .tab-content .tab-class .members-content:nth-child(-n+4){
	display: block!important;
}


.resource-center-k .tab-content {
	background: transparent;
	border-top: 6px solid #00a5e6;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, .3);
	margin: 0px 10px 0 10px;
}
.resource-center-k .tab-content .tab-pane {
	border: none;
	background-color: transparent;
}
.resource-center-k .tab-content .tab-pane .card-header {
	padding: 0;
}
.resource-center-k .tab-content .tab-pane .card-header a {
	width: 100%;
	display: block;
	padding: 12px 15px;
	font-size: 20px;
	color: #fff;
	background: #005189;
}
.resource-center-k .tab-content .tab-pane .card-header a.collapsed {
	color: #005189;
	background: #fff;
}
.resource-center-k .tab-content .resource-slide-k {
	padding: 0;
}
.resource-center-k .tab-content .resource-slide-k .resource-slideinner-k {
	border: none;
	background: #fff;
}
.resource-center-k .tab-content .resource-slide-k .resource-slideinner-k .animate-bg {
	background-image: url(/wp-content/uploads/2020/09/Group-11805.svg);
	background-repeat: no-repeat;
	background-size: 60px;
	background-position: 90% 95%;
}
.resource-center-k .tab-content .resource-slide-k .resource-slideinner-k .imgbg {
	height: 350px;
}
@media (max-width:1539.9px){
	.resource-center-k .tab-content .resource-slide-k .resource-slideinner-k .imgbg {
		height: 360px;
	}
}
@media (max-width:991.9px){
	.resource-center-k .tab-content .resource-slide-k .resource-slideinner-k .imgbg {
		height: 385px;
	}
}
.resource-center-k .tab-content .resource-slide-k .resource-slideinner-k .content {
	padding: 20px;
	width: 85%;
}
.resource-center-k .tab-content .resource-slide-k .resource-slideinner-k .content h6 {
	line-height: 24px;
	font-size: 18px;
}
.resource-center-k .tab-content .resource-slide-k .resource-slideinner-k .content .para {
	font-size: 14px;
	margin-bottom: 30px;
}
.resource-center-k .tab-content .resource-slide-k .resource-slideinner-k .content .date {
	color: #00a5e6;
	font-size: 12px;
	margin-bottom: 20px;
}
.resource-center-k .tab-content .resource-slide-k .resource-slideinner-k .content .tags {
	background-color: #fff4e1;
	font-size: 12px;
	color: #ffba3c;
	padding: 3px 10px;
	font-weight: 700;
	margin-right: 7px;
	margin-bottom: 7px;
	display:inline-block;
}
.resource-center-k .tab-content .resource-slide-k .slick-dots {
	top: 50%;
	right: 20px;
	position: absolute;
	margin-top: -40px;
	width: unset;
}
.resource-center-k .tab-content .resource-slide-k .slick-dots .slick-active button:before {
	background-image: url('/courierservices/wp-content/uploads/2026/06/radio-button-hov-blue-1-3.svg');
}
.resource-center-k .tab-content .resource-slide-k .slick-dots li {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.resource-center-k .tab-content .resource-slide-k .slick-dots li button {
	height: 15px;
	width: 15px;
}
.resource-center-k .tab-content .resource-slide-k .slick-dots li button:before {
	content: "" !important;
	background-position: 50%;
	background-size: 15px;
	background-repeat: no-repeat;
	background-image: url('/courierservices/wp-content/uploads/2026/06/radio-button-hov-blue-3.svg');
	position: absolute;
	top: 0;
	left: 0;
	color: transparent;
}
.resource-center-k .desk-nav {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 25px 0;
	padding: 0;
}
.resource-center-k .desk-nav li {
	float: right;
	display: table-cell;
	width: 100%;
	float: none;
	text-align: center;
}
.resource-center-k .desk-nav li.active .nav-link .nav-content {
	border: 2px solid #E7E247;
}
.resource-center-k .desk-nav li .nav-link.active .nav-content {
	border: 2px solid #E7E247;
}
.resource-center-k .desk-nav li .nav-link {
	padding: 0;
	background-color: transparent;
}
.resource-center-k .desk-nav li .nav-link .nav-content {
	background: #fff;
	margin: 0 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	border: 2px solid transparent;
}
.resource-center-k .desk-nav li .nav-link .nav-content img {
	width: 80px;
	padding: 45px 0;
}
@media (max-width:1199px){
	.resource-center-k .desk-nav li .nav-link .nav-content img {
		padding: 25px 0;
	}
}
@media (max-width:991px){
	.resource-center-k .desk-nav li .nav-link .nav-content img {
		width: 60px;
		padding: 20px 0;
	}
}
.resource-center-k .desk-nav li .nav-link .nav-content p {
	border-top: 1px solid #ddd;
	margin: 0;
	padding: 15px 0;
	color: #111;
	font-weight: 600;
	font-family: 'Poppins-Regular';
}
@media (max-width:1024px){
	.resource-center-k .desk-nav li .nav-link .nav-content p {
		min-height:80px;
	}
}
.resource-center-k .card-header{
	display: none;
}

@media (min-width:768px){
	.resource-center-k  .collapse:not(.show) {
		display: block !important;
	}
}
@media (max-width:767px){
	.resource-center-k .card-header{
		display: block !important;
	}
}


.resouces-tab-k .feature-block .subtitle-section {
	padding: 30px 0;
	margin-bottom: 50px;
	border-bottom: 2px solid #00A5E633;
}
.resouces-tab-k .feature-block .subtitle-section .title {
	margin: 0;
	display: inline-block;
	font-size: 24px;
	font-family:  'Poppins-Regular';
	font-weight: 600;
	/* 	text-transform: capitalize; */
}
.resouces-tab-k .feature-block .subtitle-section .arrow-link {
	background-image: url(/courierservices/wp-content/uploads/2026/06/next-1.webp);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 100%;
	color: #111;
	padding-right: 30px;
	text-align: right;
	font-weight: 600;
	transition: 0.6s;
	float: right;
	font-family: 'Poppins-Regular';
	line-height:28px;
}
.resouces-tab-k .feature-block .subtitle-section .arrow-link:hover {
	color: #111;
	opacity: 0.6;
}
.resouces-tab-k .feature-block .bg-img {
	color: #111;
	border: 2px solid transparent;
	padding: 10px;
	box-shadow: 1px 2px 8px rgba(0,0,0,.1);
	margin-bottom: 50px;
	transition: .5s;
}
@media (max-width:767px){
	.resouces-tab-k .feature-block .bg-img {
		margin-bottom: 20px;
	}
}

.resouces-tab-k .feature-block .bg-img:hover .post-image .btn-icon {
	transform: scale(0.8);
}
.resouces-tab-k .feature-block .bg-img .post-image {
	height: 250px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 1s;
	position: relative;
}
.resouces-tab-k .feature-block .bg-img .post-image .btn-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 64px;
	transition: 0.6s;
	margin-left: -32px;
	margin-top: -32px;
	border-radius: 50%;
	box-shadow: 0px 10px 10px #0000004F;
}
.resouces-tab-k .feature-block .bg-img .content {
	padding: 20px;
	position: relative;
	min-height: 415px;

}
@media (max-width: 1199.98px) {
	.resouces-tab-k .feature-block .bg-img .content {
		min-height: 455px;
		padding: 10px;
	}
}
@media (max-width: 767.98px) {
	.resouces-tab-k .feature-block .bg-img .content {
		min-height: unset;
	}
}
.resouces-tab-k .feature-block .bg-img .content h6 {
	color: #303030;
	min-height: 65px;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	font-family: "Poppins-Regular";
}
@media (max-width: 767.98px) {
	.resouces-tab-k .feature-block .bg-img .content h6 {
		min-height: auto;
	}
}
.resouces-tab-k .feature-block .bg-img .content .para {
	font-size: 14px;
	margin-bottom: 30px;
	color: #111;
	display: none;
}
@media (max-width: 767.98px) {
	.resouces-tab-k .feature-block .bg-img .content .para {
		min-height: auto;
	}
}
.resouces-tab-k .feature-block .bg-img .content .date {
	font-size: 14px;
	line-height: 26px;
	color: #004178;
	font-family: "Poppins-Regular";
}
.resouces-tab-k .feature-block .bg-img .content .download-btn1 {
	background-image: url(/courierservices/wp-content/uploads/2026/06/down-arrow-2.svg);
	background-repeat: no-repeat;
	background-size: 36px;
	background-position: 50%;
	padding: 22px;
	transition: 0.5s;
	position: absolute;
	right: 5px;
	bottom: 14px;
}
.resouces-tab-k .feature-block .bg-img .content .tags {
	font-family: 'Poppins-Regular';
	background-color: #0041741f;
	font-size: 12px;
	color: #004178;
	padding: 3px 10px;
	margin-right: 7px;
	margin-bottom: 7px;
	font-weight: 600;
	display: inline-block;

}
.resouces-tab-k .feature-block .bg-img:hover {
	border: 2px solid #00a5e6;
	box-shadow: 0 0 0 transparent;
}
.resouces-tab-k .feature-block .bg-img:hover .download-btn1 {
	background-image: url(/courierservices/wp-content/uploads/2026/06/down-arrow-blue.svg);
}
.resource-center-k .tab-content {
	background: transparent;
	border-top: 6px solid #004178;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.resource-center-k #exTab1 .tab-content {
	background: transparent;
	border-top: 6px solid #00a5e6;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.resource-center-k .tab-content .tab-pane {
	border: none;
	background-color: transparent;
}
.resource-center-k .tab-content .tab-pane .card-header {
	padding: 0;
}
.resource-center-k .tab-content .tab-pane .card-header a {
	width: 100%;
	display: block;
	padding: 12px 15px;
	font-size: 20px;
	color: #fff;
	background: #005189;
}
.resource-center-k .tab-content .tab-pane .card-header a.collapsed {
	color: #005189;
	background: #fff;
}
.resource-center-k .tab-content .resource-slide-k {
	padding: 0;
}
.resource-center-k .tab-content .resource-slide-k .resource-slideinner-k {
	border: none;
	background: #fff;
}
.resource-center-k .tab-content .resource-slide-k .resource-slideinner-k .animate-bg {
	background-image: url(/wp-content/uploads/2020/09/Group-11805.svg);
	background-repeat: no-repeat;
	background-size: 60px;
	background-position: 90% 95%;
}
.resource-center-k .tab-content .resource-slide-k .resource-slideinner-k .content {
	padding: 20px;
	width: 90%;
}
.resource-center-k .tab-content .resource-slide-k .resource-slideinner-k .content h6 a{
	color: #303030 !important;
	min-height: 65px;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	font-family: "Poppins-Regular";
}
@media (max-width:1025px){
	.resource-center-k .tab-content .resource-slide-k .resource-slideinner-k .content h6 a{
		font-size: 16px;
	}
}
.resource-center-k .tab-content .resource-slide-k .resource-slideinner-k .content .para {
	font-size: 14px;
	margin-bottom: 30px;
}
@media (max-width:1025px){
	.resource-center-k .tab-content .resource-slide-k .resource-slideinner-k .content .para {
		font-size: 14px;
	}
}
.resource-center-k .tab-content .resource-slide-k .resource-slideinner-k .content .date {
	color: #004178;
	font-size: 12px;
	margin-bottom: 20px;
	font-family: "Poppins-Regular";
}
.resource-center-k .tab-content .resource-slide-k .resource-slideinner-k .content .tags {
	background-color: #00417442;
	font-size: 12px;
	color: #004178;
	padding: 3px 10px;
	font-weight: 700;
	margin-right: 7px;
	margin-bottom: 7px;
	display: inline-block;
	font-family: "poppins-Regular";
}

.blog-url .read-more-cta {
	font-size: 16px;
	line-height: 26px;
	color: #00A5E6;
	font-family: "Poppins-Regular";
	text-decoration: none;
	position: relative;
	cursor:pointer;
}
.blog-url .read-more-cta::before {
	content: "";
	display: inline-block;
	height: 14px;
	max-width: 14px;
	background-size: 12px;
	background-position: 2px center;
	width: 100%;
	background-repeat: no-repeat;
	margin-left: 5px;
	background-image: url(/courierservices/wp-content/uploads/2026/06/next-1-1.webp);
	position: absolute;
	top: 5px;
	right: 0px;
	opacity: 0;
	transition: all 0.6s ease-in-out;
}
.blog-url .read-more-cta::after {
	content: "";
	display: inline-block;
	height: 14px;
	max-width: 14px;
	background-size: 10px;
	background-position: 2px center;
	width: 100%;
	background-repeat: no-repeat;
	margin-left: 5px;
	background-image: url(/courierservices/wp-content/uploads/2026/06/next.webp);
	border-radius: 50%;
	background-color: #004178;
	position: absolute;
	top: 5px;
	transition: all 0.6s ease-in-out;
}
.blog-url:hover .read-more-cta::before {
	opacity: 1;
	right: -18px;
	z-index: 1;
}
.blog-url:hover .read-more-cta::after {
	background-color: #E7E247;
	background-position: -10px;
}
.post-bg-wrap{
	overflow: hidden;
}
.resouces-tab-k .feature-block .bg-img:hover .post-image{
	transition: 0.3s;
	transform: scale(1.1);
}
.blog-url{
	margin-top: 20px;
}

@media (max-width:767px){
	.resource-center-k .desk-nav{
		display: none;
	}
	.investors-detail-tab .tab-content>.tab-pane, .resource-center-k .tab-content>.tab-pane {
		display: block!important;
		opacity: 1;
	}
	.resource-center-k .tab-content .resource-slide-k .resource-slideinner-k {
		margin-bottom: 20px;
	}
}

#popmake-30073 .econnect-bg {
	background-image: url(/wp-content/uploads/2022/06/Header_Image_02_web_crop.jpg) !important;
	height: 430px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

#popmake-30073 .popup-title {
	font-size: 26px;
}

#popmake-30073 .econnect-head {
	background: #fff;
}

#popmake-30073 .econnect-info1,
#popmake-30073 .econnect-info {
	display: none;
	padding-left: 10px;
	margin-bottom: 15px;
	border-left: 1px solid #00a5e6;
	margin-left: 10px;
}

#popmake-30073 .econnect-head a {
	color: #00a5e6;
}

#popmake-30073 .econnect-info1 a,
#popmake-30073 .econnect-info a {
	color: #212529;
	display: inline-block;
	line-height: 2;
}

#popmake-30073 .box-pop {
	padding: 20px;
}

#popmake-30073 .econnect-info1 a:hover,
#popmake-30073 .econnect-info a:hover {
	color: #00a5e6;
}

#popmake-30073 .econ-click,
#popmake-30073 .econ-click1 {
	padding: 8px 20px;
	display: inline-block;
	width: 100%;
	background-color: #00a5e6;
	cursor: pointer;
	color: #fff;
	background-image: url(/wp-content/uploads/2021/01/arrow-down-sign-to-navigate.svg);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 95%;
}

#popmake-30073 .pum-close.popmake-close {
	top: 2px;
	right: 5px;
}
#popmake-30073 .pum-content+.pum-close, .pum-theme-enterprise-blue .pum-content+.pum-close {

	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 25px;
	transform: scalex(1.2);
	background: transparent;
	color: #000;

}
#popmake-30918 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close{
	font-family: 'Poppins-Regular';
	background: transparent;
	color: #000;
	font-size: 25px;
}

.single-onecolumn{

	font-family: "Poppins-Regular";
}
.single-onecolumn .title {
	margin-top: 40px;
	margin-bottom: 0;
	font-weight: 600;
}

.single-onecolumn .bg-title {
	padding: 15px;
	color: #fff;
	background: #005189;
	margin-bottom: 40px;
}

.single-onecolumn .content-singleone .imgbg {
	width: 100%;
	height: 420px;
	max-height: 420px;
	background-position:top;
}
@media (max-width: 1025px){
	.single-onecolumn .content-singleone .imgbg {
		height: 355px;
	}
}
@media (max-width: 767px){
	.single-onecolumn .content-singleone .imgbg {
		height: 250px;
	}
}
.single-onecolumn .content-singleone .date-topbg {
	color: #fff;
	padding: 10px 30px;
	font-weight: 400;
	background: #005189;
}

.single-onecolumn .content-singleone .date-topbg span {
	padding: 4px 2px;
	display: inline-block;
}
@media (max-width: 1025px){
	.single-onecolumn .content-singleone .date-topbg span {
		padding: 7px 2px;
	}
}
.single-onecolumn .content-singleone .date-topbg .social-icon-wrap {
	float: right;
}
@media (max-width: 1399px){
	.single-onecolumn .content-singleone .date-topbg .social-icon-wrap {
		float: none;
		margin-top: 15px;
	}
}
@media (max-width: 767px){
	.single-onecolumn .content-singleone .date-topbg .social-icon-wrap {
		margin-top: 5px;
	}
}
.single-onecolumn .content-singleone .date-topbg .social-icon-wrap li {
	display: inline-block;
	margin-right: 5px;
	padding: 6px 0;
}

.single-onecolumn .content-singleone .date-topbg .social-icon-wrap li a {
	height: 28px;
	width: 28px;
	display: inline-table;
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-color: #00a5e6;
	border-radius: 50%;
}

.single-onecolumn .content-singleone .date-topbg .social-icon-wrap li a:hover {
	background-color: #E7E247;
}

.single-onecolumn .content-singleone .cont {
	margin: 25px 0 40px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #cfcfcf;
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	color: #585856;
	font-family: "Poppins-Regular";
}
@media (max-width: 767px){
	.single-onecolumn .content-singleone .cont {
		margin: 20px 0;
	}
}
.single-onecolumn .content-singleone .cont p {
	margin-bottom: 25px;
}

.single-onecolumn .content-singleone .date-bottombg {
	margin: 15px 0;
}

.single-onecolumn .content-singleone .date-bottombg span {
	font-size: 15px;
	margin: 0;
	padding: 10px 0;
	display: inline-block;
}
@media(max-width: 767.98px) {
	.single-onecolumn .content-singleone .date-bottombg span {
		font-size: 13px;
		padding: 13px 0;
	}
}
@media(max-width: 370.98px) {
	.single-onecolumn .content-singleone .date-bottombg span {
		font-size: 12px;
	}
}
.single-onecolumn .content-singleone .date-bottombg .social-btm-wrap {
	float: right;
}

.single-onecolumn .content-singleone .date-bottombg .social-btm-wrap li {
	display: inline-block;
	margin-right: 5px;
}

.single-onecolumn .content-singleone .date-bottombg .social-btm-wrap li a {
	height: 40px;
	width: 40px;
	display: block;
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-color: #00a5e6;
	border-radius: 50%;
	border: 1px solid transparent;
}
.single-onecolumn .content-singleone .date-bottombg .social-btm-wrap li a:hover {
	border: 1px solid #E7E247;
	background-color: #E7E247;
}

.single-onecolumn .content-singleone a:hover{
	color:#004178;
}
.content-singleone .cont img {
	width: 100%;
	height: auto;
}
.bg-cover {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

#page-header {
	height: 500px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}

@media(max-width: 991.98px) {
	#page-header {
		height:300px;
	}
}

#page-header .overlay {
	background-image: linear-gradient(180deg, rgb(0 0 0 / 70%), rgb(87 85 82 / 50%));
}

#page-header .overlay h1 {
	color: #fff;

	text-shadow: 2px 3px 6px #111;
}

@media(max-width: 991.98px) {
	#page-header .overlay h1 {
		font-size:26px;
		line-height:36px;
	}
}

#page-header .overlay p {
	color: #fff;
	font-family:"poppins-Regular";
}

.related-cat-k {
	padding: 80px 0
}
@media (max-width: 1199px) {
	.related-cat-k {
		padding: 65px 0;
	}
}
@media (max-width: 767px) {
	.related-cat-k {
		padding: 30px 0;
	}
}
.related-cat-k .subtitle-section {
	padding: 30px 0;
	margin-bottom: 50px;
	border-bottom: 2px solid #00A5E633;
}

.related-cat-k .subtitle-section .title-k {
	margin: 0;
	display: inline-block;
	font-size: 24px;
	font-family:  'Poppins-Regular';
	font-weight: 600;
	text-transform: capitalize;
}

.related-cat-k .subtitle-section .arrow-link {
	background-image: url(/courierservices/wp-content/uploads/2026/06/next-1.webp);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 100%;
	color: #111;
	padding-right: 30px;
	text-align: right;
	font-weight: 600;
	transition: 0.6s;
	float: right;
}

.related-cat-k .subtitle-section .arrow-link:hover {
	color: #111;
	opacity: 0.6;
}

.related-cat-k .title {
	margin-bottom: 50px
}

.related-cat-k .feature-block .bg-img {
	color: #111;
	border: 2px solid transparent;
	padding: 10px;
	box-shadow: 1px 2px 8px rgba(0,0,0,.1);
	margin-bottom: 30px;
	transition: .5s;
}

.related-cat-k .feature-block .bg-img:hover {
	border: 2px solid #00a5e6;
	box-shadow: 0 0 0 transparent
}

.related-cat-k .feature-block .bg-img:hover .post-image .btn-icon {
	transform: scale(.8)
}

.related-cat-k .feature-block .bg-img .post-image {
	height: 250px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 1s;
	position: relative;
}

.related-cat-k .feature-block .bg-img .post-image .btn-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 64px;
	transition: .6s;
	margin-left: -32px;
	margin-top: -32px;
	transform: scale(0.8);
	border-radius: 50%;
	box-shadow: 0px 10px 10px #0000004F;
}

.related-cat-k .feature-block .bg-img .content {
	padding: 20px;
	position: relative;
	min-height: 425px;
}
@media(max-width: 1399px) {
	.related-cat-k .feature-block .bg-img .content {
		padding: 15px;
		min-height: 450px;
	}
}
@media(max-width: 1025px) {
	.related-cat-k .feature-block .bg-img .content {
		min-height: 470px;
	}
}
@media(max-width: 991px) {
	.related-cat-k .feature-block .bg-img .content {
		min-height: 400px;
	}
}
@media(max-width: 767px) {
	.related-cat-k .feature-block .bg-img .content {
		min-height: unset;
	}
}

.related-cat-k .feature-block .bg-img .content h6 {
	color: #303030;
	/* 	min-height: 65px; */
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	font-family: "Poppins-Regular";
}

@media(max-width: 1025px) {
	.related-cat-k .feature-block .bg-img .content h6 {
		font-size: 16px;
		line-height: 26px;
	}
}

.related-cat-k .feature-block .bg-img .content .para {
	font-size: 14px;
	margin-bottom: 30px;
	color: #111;
	min-height: 98px;
}

@media(max-width: 767.98px) {
	.related-cat-k .feature-block .bg-img .content .para {
		min-height:auto;
	}
}

.related-cat-k .feature-block .bg-img .content .date {
	font-size: 14px;
	line-height: 26px;
	color: #004178;
	font-family: "Poppins-Regular";

}

.related-cat-k .feature-block .bg-img .content .download-btn1 {
	background-image: url(/wp-content/uploads/2020/09/down-arrow.svg);
	background-repeat: no-repeat;
	background-size: 36px;
	background-position: 50%;
	padding: 22px;
	transition: .5s;
	position: absolute;
	right: 5px;
	bottom: 14px;
}

.related-cat-k .feature-block .bg-img .content .tags {
	font-family: 'Poppins-Regular';
	background-color: #00417442;
	font-size: 12px;
	color: #004178;
	padding: 3px 10px;
	margin-right: 7px;
	margin-bottom: 7px;
	font-weight: 600;
	display: inline-block;
}

.related-cat-k .feature-block .bg-img:hover .download-btn1 {
	background-image: url(/wp-content/uploads/2020/09/down-arrow-blue.svg);
}


.cat-news-post-k .feature-block .bg-img {
	color: #111;
	border: 2px solid transparent;
	padding: 10px;
	box-shadow: 1px 2px 8px rgba(0,0,0,.1);
	margin-bottom: 30px;
	transition: .5s;
}

.cat-news-post-k .feature-block .bg-img:hover {
	border: 2px solid #00a5e6;
	box-shadow: 0 0 0 transparent;
}

.cat-news-post-k .feature-block .bg-img:hover .post-image .btn-icon {
	transform: scale(.8);
}

.cat-news-post-k .feature-block .bg-img .post-image {
	height: 250px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 1s;
	position: relative;
}

.cat-news-post-k .feature-block .bg-img .post-image .btn-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 64px;
	transition: .6s;
	margin-left: -32px;
	margin-top: -32px;
	border-radius: 50%;
	box-shadow: 0px 10px 10px #0000004F;
}
.cat-news-post-k .feature-block .bg-img .post-image .videoicon-k{
	display:none;
}
.category-videos .cat-news-post-k .feature-block .bg-img .post-image .videoicon-k {
	display: block;
}
.cat-news-post-k .feature-block .bg-img .content {
	padding: 20px;
	position: relative;
	min-height: 425px;
}
@media(max-width: 1399px) {
	.cat-news-post-k .feature-block .bg-img .content {
		min-height: 500px;
	}
}
@media(max-width: 1025px) {
	.cat-news-post-k .feature-block .bg-img .content {
		padding: 15px;
	}
}
@media(max-width: 991px) {
	.cat-news-post-k .feature-block .bg-img .content {
		min-height: 445px;
	}
}
@media(max-width: 767.98px) {
	.cat-news-post-k .feature-block .bg-img .content {
		min-height:unset;
	}
}
.cat-news-post-k .feature-block .bg-img .content h6 {
	color: #303030;
	min-height: 65px;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	font-family: "Poppins-Regular";
}
@media(max-width: 1025px) {
	.cat-news-post-k .feature-block .bg-img .content h6 {
		font-size: 16px;
	}
}
@media(max-width: 767.98px) {
	.cat-news-post-k .feature-block .bg-img .content h6 {
		min-height:auto;
	}
}

.cat-news-post-k .feature-block .bg-img .content .title{
	color: #303030;
	min-height: 65px;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	font-family: "Poppins-Regular";
}

@media(max-width: 767.98px) {
	.cat-news-post-k .feature-block .bg-img .content .title{
		min-height:auto;
	}
}


.cat-news-post-k .feature-block .bg-img .content .date {
	font-size: 14px;
	line-height: 26px;
	color: #004178;
	font-family: "Poppins-Regular";
}

.cat-news-post-k .feature-block .bg-img .content .download-btn1 {
	background-image: url(/courierservices/wp-content/uploads/2026/06/download-Default-2.svg);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 50%;
	padding: 22px;
	transition: .5s;
	position: absolute;
	right: 5px;
	bottom: 14px;
}

.cat-news-post-k .feature-block .bg-img .content .tags {
	font-family: 'Poppins-Regular';
	background-color: #0041741f;
	font-size: 12px;
	color: #004178;
	padding: 3px 10px;
	margin-right: 7px;
	margin-bottom: 7px;
	font-weight: 600;
	display:inline-block;
}
@media(max-width: 1025px) {
	.cat-news-post-k .feature-block .bg-img .content .tags {
		font-size: 11px;
	}
}

.cat-news-post-k .feature-block .bg-img:hover .download-btn1 {
	background-image: url(/courierservices/wp-content/uploads/2026/06/download-Hover-2.svg);
}

.cat-news-post-k .feature-block .wp-pagenavi {
	text-align: center;
	margin-top: 30px;
}

.cat-news-post-k .feature-block .wp-pagenavi a.page {
	border: none;
	color: #111;
	font-size: 14px;
	font-weight: 600;
	margin: 0 15px;
}

.cat-news-post-k .feature-block .wp-pagenavi a.page:hover {
	color: #00a5e6;
}

.cat-news-post-k .feature-block .wp-pagenavi a.previouspostslink {
	border: none;
	background-image: url(/wp-content/uploads/2020/09/left-arrow.svg);
	background-repeat: no-repeat;
	background-position: 90%;
	background-size: 18px;
	color: transparent;
}

.cat-news-post-k .feature-block .wp-pagenavi a.previouspostslink:hover {
	color: transparent;
	background-image: url(/wp-content/uploads/2020/09/left-arrow-blue.svg);
}

.cat-news-post-k .feature-block .wp-pagenavi a.nextpostslink {
	border: none;
	background-image: url(/wp-content/uploads/2020/09/right-arrow-nav.svg);
	background-repeat: no-repeat;
	background-position: 90%;
	background-size: 18px;
	color: transparent;
}

.cat-news-post-k .feature-block .wp-pagenavi a.nextpostslink:hover {
	color: transparent;
	background-image: url(/wp-content/uploads/2020/09/right-arrow-blue.svg);
}

.cat-news-post-k .feature-block .wp-pagenavi span {
	border: none;
	color: #111;
	font-size: 14px;
	font-weight: 600;
	margin: 0 15px;
}

.cat-news-post-k .feature-block .wp-pagenavi span:hover {
	color: #00a5e6;
}

.cat-news-post-k .feature-block .wp-pagenavi span.current {
	font-weight: 700;
	background: #00a5e6;
	border-radius: 50px;
	padding: 8px 12px;
	color: #fff;
}

.cat-filter-k .bg-grey {
	background: #f4f5f7;
}

.cat-filter-k .filter-form-wrap {
	padding: 40px;
}

.cat-filter-k .filter-form-wrap .filter-cat-form ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	padding: 0;
}
@media (max-width: 991px){
	.cat-filter-k .filter-form-wrap .filter-cat-form ul {
		margin-bottom: 10px;
	}
}
.cat-filter-k .filter-form-wrap .filter-cat-form ul li {
	float: right;
	display: table-cell;
	width: 100%;
	float: none;
	text-align: center;
	border-left: 1px solid #ddd;
}
@media (max-width: 767.98px){
	.cat-filter-k .filter-form-wrap .filter-cat-form ul li {
		display: inline-block;
		margin-bottom: 5px;
	}
}
.cat-filter-k .filter-form-wrap .filter-cat-form ul li select {
	min-height: 46px;
	font-weight: 600;
	border: none!important;
	border-radius: 0!important;
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(/wp-content/uploads/2020/09/down-icon.svg);
	background-repeat: no-repeat;
	background-position: 95%;
	background-size: 14px;
	font-family: 'Poppins-Regular';
}

.cat-filter-k .filter-form-wrap .filter-cat-form .cta-filter-k {
	float: right;
}
@media (max-width: 767.98px){
	.cat-filter-k .filter-form-wrap .filter-cat-form .cta-filter-k {
		float: none;
		margin: 30px 0;
		margin-bottom:10px;
		text-align: center;
		display: block;
	}
}

.cat-filter-k .filter-form-wrap .filter-cat-form .cta-filter-k .event-filter-cta,.cat-filter-k .filter-form-wrap .filter-cat-form .cta-filter-k .media-filter-cta {
	cursor: pointer;
}

.cat-filter-k .filter-form-wrap .filter-cat-form .cta-filter-k .filter-cta {
	color: #fff;
	cursor: pointer;
}

.section-cat-banner .v-title-w{
	color:#000;
}
@media (max-width: 767.98px){
	.section-cat-banner .v-title-b{
		padding-bottom:0;
	}
}
.cat-news-k .news-slide-k {
	background: #fff;
	border-top: 6px solid #00a5e6;
	box-shadow: 0 2px 10px rgba(0,0,0,.3);
}

.cat-news-k .news-slide-k .slick-slide {
	border: none;
	height:350px;
}
@media (max-width: 767.98px){
	.cat-news-k .news-slide-k .slick-slide {
		height: 100%;
	}
}

.cat-news-k .news-slide-k .news-slideinner-k .animate-bg {
	background-image: url(/wp-content/uploads/2020/09/Group-11805.svg);
	background-repeat: no-repeat;
	background-size: 60px;
	background-position: 90% 95%;
}

.cat-news-k .news-slide-k .news-slideinner-k .imgbg {
	height: 350px;
}
@media (max-width: 767.98px){
	.cat-news-k .news-slide-k .news-slideinner-k .imgbg {
		height: 200px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.cat-news-k .news-slide-k .news-slideinner-k .imgbg {
		height: 350px;
	}
}
.cat-news-k .news-slide-k .news-slideinner-k .content {
	padding: 20px;
	width: 92%;
}
@media (max-width: 1199.98px){
	.cat-news-k .news-slide-k .news-slideinner-k .content {
		padding: 15px;
	}
}

.cat-news-k .news-slide-k .news-slideinner-k .content h6 {
	line-height: 24px;
	font-size: 18px;
}

.cat-news-k .news-slide-k .news-slideinner-k .content h6 a {
	color: #111;
}

.cat-news-k .news-slide-k .news-slideinner-k .content h6 a:hover {
	color: #00a5e6;
}

.cat-news-k .news-slide-k .news-slideinner-k .content .para {
	font-size: 14px;
	margin-bottom: 30px;
}

.cat-news-k .news-slide-k .news-slideinner-k .content .date {
	color: #004178;
	font-size: 12px;
	margin-bottom: 20px;
	font-family: "Poppins-Regular";
}

.cat-news-k .news-slide-k .news-slideinner-k .content .stitle a {
	color: #303030 !important;
	min-height: 65px;
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	font-family: "Poppins-Regular";
}
@media (max-width: 1199.98px){
	.cat-news-k .news-slide-k .news-slideinner-k .content .stitle a {
		font-size: 18px;
	}
}
.cat-news-k .news-slide-k .news-slideinner-k .content .stitle a:hover{
	text-decoration:underline;
}
.cat-news-k .news-slide-k .news-slideinner-k .content .tags {
	background-color: #00417442;
	font-size: 12px;
	color: #004178;
	padding: 3px 10px;
	font-weight: 700;
	margin-right: 7px;
	margin-bottom:7px;
	display:inline-block;
}
@media (max-width: 1025.98px){
	.cat-news-k .news-slide-k .news-slideinner-k .content .tags {
		font-size: 11px;
	}
}

.cat-news-k .news-slide-k .slick-dots {
	top: 50%;
	right: 20px;
	position: absolute;
	margin-top: -40px;
	width: unset;
}
@media (max-width: 767.98px){
	.cat-news-k .news-slide-k .slick-dots {
		top: 60%;
	}
}

.cat-news-k .news-slide-k .slick-dots .slick-active button:before {
	background-image: url('/courierservices/wp-content/uploads/2026/06/radio-button-hov-blue-1-4.svg');
}

.cat-news-k .news-slide-k .slick-dots li {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.cat-news-k .news-slide-k .slick-dots li button {
	height: 15px;
	width: 15px;
}

.cat-news-k .news-slide-k .slick-dots li button:before {
	content: "" !important;
	background-position: 50%;
	background-size: 15px;
	background-repeat: no-repeat;
	background-image: url('/courierservices/wp-content/uploads/2026/06/radio-button-hov-blue-3.svg');
	position: absolute;
	top: 0;
	left: 0;
	color: transparent;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.cat-news-post-k .feature-block .case-pad-col{
		display: flex;
	}
	.cat-news-post-k .feature-block .case-bg-img{
		width: 50%;
		margin: 5px;
	}
}
.history-tab.about-tabs .tabbable-line .tab-content .tab-pane .card-header .accor-tab .mob-tab{
	color: #00A5E6;
}
.history-tab.about-tabs .tabbable-line .tab-content .tab-pane .card-header.active .accor-tab .mob-tab{
	color: #004178;
}
.webinar {
	padding: 80px 0;
	background-color: #f5f8fa;
}

@media(max-width: 767.98px) {
	.webinar {
		padding:40px 0;
	}
}

.webinar .bor-custom {
	border-bottom: 1px solid #005189;
	padding-bottom: 30px;
	margin-bottom: 15px;
}

.webinar .bor-custom .case-title h2 {
	color: #111;
	margin-bottom: 0;
}

@media(max-width: 767.98px) {
	.webinar .bor-custom .case-title h2 {
		margin-bottom:15px;
	}
}

.webinar .bor-custom .case-cta {
	text-align: right;
}

@media(max-width: 767.98px) {
	.webinar .bor-custom .case-cta {
		text-align:left;
	}
}

.webinar .bor-custom .cta-wrap {
	text-align: right;
}

@media(max-width: 767.98px) {
	.webinar .bor-custom .cta-wrap {
		text-align:left;
	}
}

.webinar .case-wrap {
	background-color: #fff;
	padding: 15px;
	box-shadow: 0 11px 20px -10px #ddd;
	margin-top: 30px;
}

.webinar .case-wrap:hover {
	outline: 1px solid #00a5e6;
}

.webinar .case-wrap .wrap-bg {
	background-size: cover;
	background-position: 50%;
	height: 185px;
}

.webinar .case-wrap .wrap-content {
	padding: 20px 0;
	min-height: 360px;
}
@media(max-width: 1399px) {
	.webinar .case-wrap .wrap-content {
		min-height: 355px;
	}
}
@media(max-width: 1025px) {
	.webinar .case-wrap .wrap-content {
		min-height: 380px;
	}
}
@media(max-width: 991px) {
	.webinar .case-wrap .wrap-content {
		min-height: 340px;
	}
}
@media(max-width: 767px) {
	.webinar .case-wrap .wrap-content {
		min-height: unset;
	}
}

.webinar .case-wrap .wrap-content .date {
	font-size: 14px;
	line-height: 26px;
	color: #004178;
	font-family: "Poppins-Regular";
}

.webinar .case-wrap .wrap-content h6 {
	color: #303030;
	min-height: 65px;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	font-family: "Poppins-Regular";
}

.webinar .case-wrap .wrap-content .description {
	font-size: 14px;
	margin-bottom: 35px;
	color: #111;
}

.webinar .case-wrap .wrap-content .title-link {
	color: #111;
}

.webinar .case-wrap .wrap-content .title-link:hover {
	color: #00a5e6;
}

.webinar .case-wrap .wrap-content .org-btn {
	font-family: 'Poppins-Regular';
	background-color: #0041741f;
	font-size: 12px;
	color: #004178;
	padding: 3px 10px;
	margin-right: 7px;
	margin-bottom: 7px;
	font-weight: 600;
	display:inline-block;
}

.webinar .readmore {
	padding-top: 50px;
	display: block;
	cursor:pointer;
}

.cat-news-post-k .feature-block .wp-pagenavi {
	text-align: center;
	margin-top: 30px;
}

@media(max-width: 767.98px) {
	.cat-news-post-k .feature-block .wp-pagenavi {
		margin-top: 10px;
	}
}

.cat-news-post-k .feature-block .wp-pagenavi a.page {
	border: none;
	color: #111;
	font-size: 14px;
	font-weight: 600;
	margin: 0 15px;
}

.cat-news-post-k .feature-block .wp-pagenavi a.page:hover {
	color: #00a5e6;
}

.cat-news-post-k .feature-block .wp-pagenavi a.previouspostslink {
	border: none;
	background-image: url(/courierservices/wp-content/uploads/2026/06/left-arrow.svg);
	background-repeat: no-repeat;
	background-position: 90%;
	background-size: 18px;
	color: transparent;
}

.cat-news-post-k .feature-block .wp-pagenavi a.previouspostslink:hover {
	color: transparent;
	background-image: url(/courierservices/wp-content/uploads/2026/06/left-arrow-blue.svg);
}

.cat-news-post-k .feature-block .wp-pagenavi a.nextpostslink {
	border: none;
	background-image: url(/courierservices/wp-content/uploads/2026/06/right-arrow-nav.svg);
	background-repeat: no-repeat;
	background-position: 90%;
	background-size: 18px;
	color: transparent;
}

.cat-news-post-k .feature-block .wp-pagenavi a.nextpostslink:hover {
	color: transparent;
	background-image: url(/courierservices/wp-content/uploads/2026/06/right-arrow-blue.svg);
}

.cat-filter-k .bg-grey {
	background: #f4f5f7;
}

.cat-filter-k .filter-form-wrap {
	padding: 40px;
}

@media(max-width: 767.98px) {
	.cat-filter-k .filter-form-wrap {
		padding: 40px 10px;
	}
}

.cat-filter-k .filter-form-wrap .filter-cat-form ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	padding: 0;
}

.cat-filter-k .filter-form-wrap .filter-cat-form ul li {
	float: right;
	display: table-cell;
	width: 100%;
	float: none;
	text-align: center;
	border-left: 1px solid #ddd;
}
@media (max-width: 767.98px){
	.cat-filter-k .filter-form-wrap .filter-cat-form ul li {
		display: inline-block;
		margin-bottom: 5px;
	}
}

.cat-filter-k .filter-form-wrap .filter-cat-form ul li select {
	min-height: 46px;
	font-weight: 600;
	border: none!important;
	border-radius: 0!important;
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(/courierservices/wp-content/uploads/2026/06/down-icon-1.svg);
	background-repeat: no-repeat;
	background-position: 95%;
	background-size: 14px;
}
@media (max-width: 991.98px){
	.cat-filter-k .filter-form-wrap .filter-cat-form ul li select {
		padding-right:40px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.cat-filter-k .filter-form-wrap .filter-cat-form .cta-filter-k .event-filter-cta,.cat-filter-k .filter-form-wrap .filter-cat-form .cta-filter-k .media-filter-cta {
	cursor: pointer;
}
.single-post .entry-text {
	margin-bottom: 18px;
}

.single-post h3, .single-post h4, .single-post h5, .single-post h6 {
	font-family: "Poppins-Regular";
	font-weight: 700;
	margin: 0 0 15px;
}
.entry-text li {
	background: url(/courierservices/wp-content/uploads/2026/06/Artboard_7.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: left 5px;
	padding-left: 25px;
	margin-bottom: 10px;
	text-align: justify;
}


#mediatype option[value="blogiscs"] {
	font-weight: bold;
}

#mediatype option[value="bloggfs"] {
	font-weight: bold;
}

#mediatype option[value="bloglms"] {
	font-weight: bold;
}

.bg-gray {
	background: #f4f5f7;
}

.related-cat-k .title {
	font-size: 42px;
	line-height: 60px;
	color: #000000;
	font-family: "Poppins-Regular";
	font-weight: 600;
	margin-bottom: 50px;
	text-align: center;

}

@media(max-width: 1399px){
	.related-cat-k .title {
		font-size: 38px;
		line-height: 50px;
	}
}
@media(max-width: 991px){
	.related-cat-k .title {
		font-size: 35px;
		line-height: 40px;
	}
}
@media(max-width: 767px){
	.related-cat-k .title {
		font-size: 25px;
		line-height: 32px;
		margin-bottom:20px;
	}
}
.single-videos .title {
	margin-bottom: 40px;
	font-weight: 600;
}

.single-videos .bg-title {
	padding: 15px;
	color: #fff;
	background: #005189;
	margin-bottom: 40px;
}

.single-videos .content-singlevideos .single-video-slider .single-innervideo-slider .post-image {
	height: 425px;
	position: relative;
}
@media(max-width: 991px){
	.single-videos .content-singlevideos .single-video-slider .single-innervideo-slider .post-image {
		height: 325px;
	}
}
.single-videos .content-singlevideos .single-video-slider .single-innervideo-slider .post-image .btn-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 64px;
	transition: .6s;
	margin-left: -32px;
	margin-top: -32px;
	border-radius:50%;
	box-shadow: 0px 10px 10px #0000004F;
}

.single-videos .content-singlevideos .single-video-slider .single-innervideo-slider .post-image:hover .btn-icon {
	transform: scale(.8);
}

.single-videos .content-singlevideos .cont {
	margin: 40px 0;
	padding: 20px 0;
	border-bottom: 1px solid #cfcfcf;
	display: inline-block;
}

.single-videos .content-singlevideos .cont p {
	margin-bottom: 25px;
}

.single-videos .content-singlevideos .date-bottombg {
	margin: 15px 0;
}

.single-videos .content-singlevideos .date-bottombg span {
	font-size: 14px;
	margin: 0;
	padding: 10px 0;
	display: inline-block;
}

.single-videos .content-singlevideos .date-bottombg .social-btm-wrap {
	float: right;
}

.single-videos .content-singlevideos .date-bottombg .social-btm-wrap li {
	display: inline-block;
	margin-right: 5px;
}

.single-videos .content-singlevideos .date-bottombg .social-btm-wrap li a {
	height: 42px;
	width: 42px;
	display: block;
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-color: #00a5e6;
	border-radius: 50%;
	border: 1px solid transparent;
}

.single-videos .content-singlevideos .date-bottombg .social-btm-wrap li a:hover {
	border: 1px solid #E7E247;
	background-color: #E7E247;
}

/* detail event page */
.eventdate .move-next {
	order: 2;
}
@media (max-width: 991.98px){
	.eventdate .move-next {

		order: 0;
	}
}
.eventdate .bg-cover {
	height: 450px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.eventdate .wrapper-left {
	padding-right: 5%;
}
.eventdate .title {
	font-weight: 700;
	font-family: "Poppins-Regular";
	font-size: 24px;
}
.eventdate .datevenue {
	position: relative;
	background-color: #f2f2f2;
	padding: 15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	box-shadow: 1px 8px 15px rgba(0,0,0,.26);
	margin-top: 35px;
}
.eventdate .datevenue div.padd-left {
	padding-left: 5%;
}
.eventdate .datevenue div {
	width: 50%;
}
.eventdate .datevenue div span.blue-date {
	font-size: 10px;
	text-transform: capitalize;
	color: #00a5e6;
	margin-bottom: 10px;
	letter-spacing: 4px;
}
.eventdate .datevenue div span.bold-date {
	font-size: 16px;
}
.eventdate .datevenue div span .ifontsize {
	font-size: 36px;
	font-weight: 700;
}
@media(max-width:1024px){
	.eventdate .datevenue div span .ifontsize {
		font-size: 22px;
	}
}
/* @media(max-width:767px){
.eventdate .datevenue div span .ifontsize {
font-size: 15px;
}
} */
.eventdate .datevenue div span.timeday {
	font-size: 10px;
}
.eventdate .datevenue:after {
	content: "";
	position: absolute;
	height: 65%;
	top: 18%;
	bottom: 0;
	left: 45%;
	border-left: 1px solid #005189;
	transform: translate(-50%);
}
.eventdate .datevenue div .bold-date {
	font-weight: 700;
	font-family: "Poppins-Regular";
}
.m-content .maincontent {
	margin-top: 50px;
}
.m-content .title-common {
	font-size: 24px;
	letter-spacing: 0;
	color: #111;
	padding-bottom: 30px;
	margin-top: 30px;
	border-bottom: 1px solid #005189;
	font-weight: 700;
	font-family: "Poppins-Regular";
}
.team-attendees .title-common {
	font-size: 30px;
	letter-spacing: 0;
	color: #111;
	padding-bottom: 30px;
	margin-top: 30px;
	border-bottom: 1px solid #005189;
}
.team-attendees .mtb-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.title-cta {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}
.title-cta .cta-title .tit-head {
	/* 	text-transform: uppercase; */
	color: #fff!important;
	font-size: 24px;
	letter-spacing: 0;
	font-weight: 700;
	font-family: "Poppins-Regular";
}
@media (max-width: 991.98px){
	.eventdate .bg-cover {
		margin-bottom: 20px;
		height: 250px;
	}
	.title-cta .cta-title h3 {
		font-size: 23px;
		text-align: center;
	}
}
@media (max-width: 991.98px){
	.title-cta .cta-wrap .cta-white{
		padding: 15px 60px 15px 25px;
	}
	.eventdate .datevenue {
		margin-top: 35px;
		padding: 15px 0;
	}
}
@media (max-width: 768px){
	.title-cta .cta-wrap .cta-white{
		padding: 15px 60px 15px 25px;
	}
	.eventdate .title {
		margin-top: 10px;
	}
}
@media (max-width: 767px){
	.title-cta .cta-title .tit-head{
		margin: 0px 0px 20px 0px;
		font-size: 20px;
	}
}

#download-bruchure {
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 10%;
	padding: 20px 0;
}

#download-bruchure .text-center .col-title {
	display: block;
	padding-bottom: 20px;
	font-family: 'Poppins-Medium';
}
@media (max-width: 767px){
	#download-bruchure .text-center .col-title {
		padding-bottom: 0;
		margin-bottom:0;
		font-size: 26px;
	}
}

#download-bruchure .popupimg2 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	height: 350px;
}
@media (max-width:1199px){
	#download-bruchure .popupimg2 {
		height: 280px;
	}
}
@media (max-width:991px){
	#download-bruchure .popupimg2 {
		height: 290px;
		background-size: contain;
	}
}
@media (max-width:767px){
	#download-bruchure .popupimg2 {
		height: 210px;
	}
}

#download-bruchure #myform .form-wrap input {
	border: 1px solid #999;
	border-radius: 5px;
	color: #111;
	height: 40px;
	width: 100%;
	margin-bottom: 5px;
	padding: 10px;
	line-height: 20px!important;
	font-family: 'Poppins-Regular';
}

#download-bruchure #myform .checkbox-wrap {
	margin: 10px 0;
}

@media (max-width:1399px){
	#download-bruchure #myform .checkbox-wrap {
		margin: 2px 0;
	}
}

#download-bruchure #myform .checkbox-wrap span.wpcf7-list-item {
	margin-left: 0!important;
}

#download-bruchure #myform .cta,#download-bruchure #myform .head-cta a,.head-cta #download-bruchure #myform a {
	margin-top: 15px;
}

#download-bruchure .njt-gdpr-cf7-p {
	color: #111;
}

.globalleadershipteam .gtt-bgimage{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	height: 445px;
	margin-top: 50px;
	position: relative;
}
@media (max-width: 767px){
	.globalleadershipteam .gtt-bgimage{
		height: 350px;
		margin-top: 15px;
	}
}

.globalleadershipteam .mtt-detail {
	color: #111;
	margin-top: 25px;
}
.globalleadershipteam .mtt-detail .name {
	font-size:20px;
	font-family: "Poppins-Regular";
	font-weight:600;
	line-height: 34px;

}
@media (max-width: 1399px){
	.globalleadershipteam .mtt-detail .name {
		font-size:18px;
	}
}
@media (max-width: 767px){
	.globalleadershipteam .mtt-detail .name {
		margin:0;
	}
}
.globalleadershipteam .mtt-detail .designation {
	font-size: 16px;
	line-height: 25px;
	color:#585856;
	font-family: "Poppins-Regular";

}
.globalleadershipteam .mtt-leader {
	border-bottom: 1px solid #BAE7F9;
	width: 100%;

}
.page-template-template-team-detail .about-banner .banner-wrap .about-banner-image{
	background-position:top;
}

/* Dropdown container */
.head-dropdown {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	font-family: "Poppins-Regular";
}
@media (max-width: 1199px) {
	.head-dropdown{
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	.head-dropdown {
		font-size: 13px;
		padding-left: 10px;
	}
}
@media (max-width: 767px) {
	.head-dropdown {
		font-size: 12px;

	}
}
@media (max-width: 380px) {
	.head-dropdown {
		font-size: 10px;

	}
}
.dropdown-toggle{
	background: transparent;
	border: unset;
	color: #fff;
	background-position: left center;
	background-repeat: no-repeat;
	/* 	padding-left: 30px; */
}
@media (max-width: 767px){
	.dropdown-toggle{
		/* 		padding-left: 25px; */
		font-size: 12px;
		background-size: 18px;
	}
}
.dropdown-toggle::after{
	vertical-align: middle;
}
/* Dropdown menu */
#region-selector ,#region-mob-selector {
	display: none;
	position: absolute;
	top: 100%;
	left: 25px;
	background-color: #fff;
	border: 1px solid #ccc;
	list-style: none;
	padding: 0;
	margin: 0;
}
@media (max-width: 991px){
	#region-selector ,#region-mob-selector {
		left: unset;
		right: 0;
	}
}

/* Dropdown menu items */
#region-selector li ,#region-mob-selector li {
	padding: 7px;
	cursor: pointer;
}

/* Show dropdown menu when dropdown-toggle is clicked */
.head-dropdown.active #region-selector ,.head-dropdown.active #region-mob-selector {
	display: block;
	border-radius: 5px;
	padding: 2px;
	width: 135px;
}
/* .head-dropdown.active #region-selector li ,.head-dropdown.active #region-mob-selector li{
margin-left:3px;
} */
/* Highlight dropdown menu item on hover */
#region-selector li:hover, #region-mob-selector li:hover{
	background-color: #f0f0f0;
}
#region-selector ,#region-mob-selector {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-repeat: no-repeat;
	background-size: 20px;
	/* padding-left: 30px; */
	/* 	width: 70px; */
	z-index: 9999;
}

#region-selector li  ,#region-mob-selector li{
	/* 	padding-left: 25px; */
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left center;
	text-align: left;
}

.usa, .uk, .india {
	display: none;
}

.service-solution-content a:hover{
	color: #003E74;
}
.awsm-filter-item-search .awsm-job-form-control{
	padding-left:5px;
}
@media (max-width: 1399px){
	br{
		display:none;
	}
}
@media (max-width: 1199px){
	.career-team .team-right-image img.solution-img{
		height:400px;
		object-fit: cover;
		object-position: top;
	}
}
@media (max-width: 991px){
	.career-team .team-right-image img.solution-img{
		height:400px;
		object-fit: cover;
		object-position: top;
	}

}
button.form-cta {
	background-color: transparent;
	border: unset;
	padding: 0;
}

button.form-cta input {
	background-color: #00A5E6;
	border-radius: 24px;
	color: #FFFFFF;
	font-family: "Poppins-Regular";
	text-decoration: none;
	position: relative;
	margin-top: 25px;
	border-bottom: unset;
	background-image: url(/courierservices/wp-content/uploads/2026/06/arrow-blue-bg-2.svg);
	background-position: 90% 10px;
	background-repeat: no-repeat;
	padding: 12px 55px 12px 25px !important;
	border:unset;
}
button.form-ctan input:hover {
	background-color: #E7E247;
	color: #004178;
}
wpcf7-spinner {
	display: none;
}

.header-modal .modal {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 9999;
	margin: 0;
	background: linear-gradient(20deg, #004178, rgb(0 132 195 / 90%));
	background-repeat: no-repeat;
	background-size: cover;
}
.header-modal .modal .modal-dialog {
	max-width: 100%;
	max-height: 100%;
	margin: 0;
}
.header-modal .modal .modal-dialog .modal-content {
	background: none;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	border-radius: 0.3rem;
	outline: 0;
	border: none;
	width: 100%;
}
.header-modal .modal .modal-dialog .modal-content .modal-header {
	border: none;
	position: absolute;
	z-index: 999;
	right: -20px;
	top: 23px;
	padding: 0;
}
.header-modal .modal .modal-dialog .modal-content .modal-header button {
	margin: 0;
	color: #fff;
	cursor: pointer;
	padding: 1rem;
	margin: 10px !important;
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.5;
	background-color: transparent;
	border: 0;
}
.header-modal .modal .modal-dialog .modal-content .modal-header button span {
	background: url(/courierservices/wp-content/uploads/2026/06/error-1.svg);
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 32px;
	height: 40px;
	width: 40px;
}
.header-modal .modal .modal-dialog .modal-content .modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}
.header-modal .modal .modal-dialog .modal-content .modal-body h2 {
	text-transform: uppercase;
	text-align: left;
	color: #fff;
}
.header-modal .modal .modal-dialog .modal-content .modal-body h2.span {
	font-weight: 400;
	display: block;
}
.header-modal .modal .modal-dialog .modal-content .modal-body p{
	color:#ffff;
}
.header-modal .modal .modal-dialog .modal-content .modal-body form {
	position: relative;
	margin-top: 50px;
	margin-bottom: 0;
}
.header-modal .modal .modal-dialog .modal-content .modal-body form label {
	width: 80%;
}
.header-modal .modal .modal-dialog .modal-content .modal-body form label .search-field {
	font-size: 28px;
	line-height: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0.05em 0;
	color: #fff;
	height: 73px;
	border: none;
	border-radius: 0;
	background: transparent;
	border-bottom: 2px solid #8e939c;
	outline: 0;
	-webkit-appearance: none;
}
.header-modal .modal .modal-dialog .modal-content .modal-body form label .search-field:focus {
	outline: none;
	box-shadow: none;
}
.header-modal .modal .modal-dialog .modal-content .modal-body form .search-submit {
	background-color: #004178;
	color: #fff;
	border: 1px solid #004178;
	padding: 24px 0;
	font-size: 20px;
	border-radius: 15px;
	margin-left: 25px;
	width: 178px;
	cursor: pointer;
	transition: 0.5s;
}
@media (max-width: 1425px){
	.header-modal .modal .modal-dialog .modal-content .modal-body form .search-submit {
		margin-top: 25px;
		margin-left: 0;
	}
}
@media (max-width: 767px){
	.header-modal .modal .modal-dialog .modal-content .modal-body form .search-submit {
		width: 145px;
		padding: 15px 0;
	}
}
.header-modal .modal .modal-dialog .modal-content .modal-body form .search-submit:hover {
	opacity: 0.6;
}
.header-modal .modal .modal-dialog .modal-content .modal-body form .search-submit:focus {
	outline: 0 !important;
	box-shadow: none;
}
.search-res {
	padding: 80px 0;
}
@media (max-width: 1199px) {
	.search-res {
		padding: 65px 0;
	}
}
@media (max-width: 767px) {
	.search-res {
		padding: 30px 0;
	}
}

.search-res .search-border {
	margin-bottom:20px;
	padding: 30px;
	background: #f4f5f7;
	font-family: 'Poppins-Regular' !important;
}
@media (max-width: 767px) {
	.search-res .search-border {
		padding: 20px;
	}
}
#ajaxsearchlite1 .probox, div.asl_w .probox{
	    padding: 10px;
}
div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a{
	font-family: 'Poppins-Regular' !important;
}
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
	font-family: 'Poppins-Regular' !important;
	font-size: 14px !important;
    font-weight: 600 !important;
}
#ajaxsearchprosettings1_1.searchsettings fieldset legend, #ajaxsearchprosettings1_2.searchsettings fieldset legend, div.asp_s.asp_s_1.searchsettings fieldset legend{
	font-family: 'Poppins-Regular' !important;
}
#ajaxsearchprosettings1_1.searchsettings div.asp_option_label, #ajaxsearchprosettings1_2.searchsettings div.asp_option_label, #ajaxsearchprosettings1_1.searchsettings .asp_label, #ajaxsearchprosettings1_2.searchsettings .asp_label, div.asp_s.asp_s_1.searchsettings div.asp_option_label, div.asp_s.asp_s_1.searchsettings .asp_label{
	font-family: 'Poppins-Regular' !important;
}
div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a{
	    color: rgba(20, 84, 169, 1);
}
div.asp_r.asp_r_1 *{
	font-family: 'Poppins-Regular' !important;
}
.search-res .search-border .v-title-b{
	padding-bottom:0;
}
.search-res .search-border .search_title {
	border-bottom: 2px solid #00a5e6;
	padding-bottom: 35px;
}
.search-res .search_content {
	padding: 40px 0;
	border-bottom: 2px solid #00a5e6;
	padding-bottom: 35px;
}
@media (max-width: 1199px){
	.search-res .search_content {
		padding: 20px 0;
		padding-bottom: 0;
	}
}
.search-res .search_content .search-bgimg {
	min-height: 180px;
}
@media (max-width: 767px){
	.search-res .search_content .search-bgimg {
		margin-bottom:15px;
	}	
}
.search-res .search_content h3 {
	font-size: 18px;
}
.search-res .search_content p {
	margin-bottom: 30px;
}
.search-res .search_content p.cta-wrap .cta:hover {
    background: #003E74;
    color: #FFFFFF;
}
.search-res .search_content p.cta-wrap .cta:hover:after {
	background-color: #00A5E6;	
}
.search-res .wp-pagenavi {
	text-align: center;
	margin-top: 30px;
}
.search-res .wp-pagenavi a.page {
	border: none;
	color: #111;
	font-size: 14px;
	font-weight: 600;
	margin: 0 15px;
}
.search-res .wp-pagenavi a.page:hover {
	color: #00a5e6;
}
.search-res .wp-pagenavi a.previouspostslink {
	border: none;
	background-image: url(/wp-content/uploads/2020/09/left-arrow.svg);
	background-repeat: no-repeat;
	background-position: 90%;
	background-size: 18px;
	color: transparent;
}
.search-res .wp-pagenavi a.previouspostslink:hover {
	color: transparent;
	background-image: url(/wp-content/uploads/2020/09/left-arrow-blue.svg);
}
.search-res .wp-pagenavi a.nextpostslink {
	border: none;
	background-image: url(/wp-content/uploads/2020/09/right-arrow-nav.svg);
	background-repeat: no-repeat;
	background-position: 90%;
	background-size: 18px;
	color: transparent;
}
.search-res .wp-pagenavi a.nextpostslink:hover {
	color: transparent;
	background-image: url(/wp-content/uploads/2020/09/right-arrow-blue.svg);
}
.search-res .wp-pagenavi span {
	border: none;
	color: #111;
	font-size: 14px;
	font-weight: 600;
	margin: 0 15px;
}
.search-res .wp-pagenavi span:hover {
	color: #00a5e6;
}
.search-res .wp-pagenavi span.current {
	font-weight: bold;
	background: #00a5e6;
	border-radius: 50px;
	padding: 8px 12px;
	color: #fff;
}
@media (max-width: 767px) {
	.probox .prosettings .innericon {
		right: 20px!important;
	}
}
#popmake-1601 .econnect-bg {
	background-image: url(/courierservices/wp-content/uploads/2026/03/iStock-2255240295-Webp-100kb-customer-portal-login-image.webp) !important;
	height: 430px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#popmake-1601 {
	background: #f4f5f7;
	border-radius: 0;
}

#popmake-1601 .popup-title {
	font-size: 26px;
	color:#000;
}

#popmake-1601 .econnect-head {
	background: #fff;
}

#popmake-1601 .econnect-info1,
#popmake-1601 .econnect-info {
	display: none;
	padding-left: 10px;
	margin-bottom: 15px;
	border-left: 1px solid #00a5e6;
	margin-left: 10px;
}

#popmake-1601 .econnect-head a {
	color: #00a5e6;
}

#popmake-1601 .econnect-info1 a,
#popmake-1601 .econnect-info a {
	color: #000;
	display: inline-block;
	line-height: 2;
}

#popmake-1601 .box-pop {
	padding: 20px;
}

#popmake-1601 .econnect-info1 a:hover,
#popmake-1601 .econnect-info a:hover {
	color: #00a5e6;
}

#popmake-1601 .econnect-info1 br,
#popmake-1601 .econnect-info br{
	display: block;
}

#popmake-1601 .econ-click,
#popmake-1601 .econ-click1 {
	padding: 8px 20px;
	display: inline-block;
	width: 100%;
	background-color: #00a5e6;
	cursor: pointer;
	color: #fff;
	background-image: url(/courierservices/wp-content/uploads/2026/06/arrow-down-sign-to-navigate.svg);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 95%;
	font-family: 'Poppins-Regular';
}
.pum-theme-1594 .pum-close, .pum-theme-enterprise-blue .pum-close{
	position: absolute;
	height: 28px;
	width: 28px;
	left: auto;
	right: 8px;
	bottom: auto;
	top: 8px;
	padding: 4px;
	color: #0a0a0a;
	font-family: Times New Roman;
	font-weight: 100;
	font-size: 20px;
	line-height: 20px;
	border: 1px none #ffffff;
	border-radius: 42px;
	box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 );
	text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
}

.pum-theme-1594 .pum-close, .pum-theme-enterprise-blue .pum-close{

	font-family: "Poppins-Regular";
	transform: scalex(1.2);

}

.pum-theme-1594 .pum-close, .pum-theme-enterprise-blue .pum-close{
	top: 2px;
	right: 5px;
	background: unset;
}
#popmake-1601 .popmake-close {
	display: none;
}
#popmake-1601 .econ-click2 a {
	padding: 8px 20px;
	display: inline-block;
	width: 100%;
	background-color: #00a5e6;
	cursor: pointer;
	color: #fff;
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 95%;
	font-family: "Poppins-Regular";
}
@media(max-width:767.98px) {
	#popmake-1601 .econnect-head {
		padding: 20px;
	}
	#popmake-1601 .econnect-info1 a,
	#popmake-1601 .econnect-info a {
		line-height: 1.4;
		display: block;
	}
	#popmake-1601 .econnect-bg {
		height: 300px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
#popmake-1601 .econnect-info3 a{
	color: #000;
	display: inline-block;
	line-height: 2;
}

#popmake-1601 .econnect-info3 a:hover{
	color: #00a5e6;
}

#popmake-1601 .econnect-info3 br{
	display: block;
}

#popmake-1601 .econ-click3 {
	padding: 8px 20px;
	display: inline-block;
	width: 100%;
	background-color: #00a5e6;
	cursor: pointer;
	color: #fff;
	background-image: url(/courierservices/wp-content/uploads/2026/06/arrow-down-sign-to-navigate.svg);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 95%;
	font-family: 'Poppins-Regular';
}


#popmake-1601 .econ-click3 a {
	padding: 8px 20px;
	display: inline-block;
	width: 100%;
	background-color: #00a5e6;
	cursor: pointer;
	color: #fff;
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 95%;
	font-family: "Poppins-Regular";
}
@media(max-width:767.98px) {

	#popmake-1601 .econnect-info3 a{
		line-height: 1.4;
		display: block;
	}
}
.iti--allow-dropdown {
	width: 100%;
}

.strategry-content .banner-right-content .v-para{
	margin-bottom:0;
}

.page-template-template-certifications-php #breadcrumbs{
	border-bottom:2px solid #00417814;
}
#pum-1601 .popmake-close {
	display: none;
}
.policy-cnt .policy-title-b {
	color:#000;
	font-size:20px;
	line-height:32px;
	font-family: 'Poppins-Medium';
	font-weight: 600;
}

.news-and-events-sec {
	background: #004178;
}
.news-and-events-sec .title-wrap .v-title-b,
.news-and-events-sec .title-wrap .v-para{
	color: #fff;
}
.news-and-events-sec .title-wrap .v-para{
	width: 50%;
	margin: 0 auto;
}
@media (max-width: 991px) {
	.news-and-events-sec .title-wrap .v-para{
		width: 100%;
	}
}
.news-and-events-sec .events-slide{
	padding: 30px 0;
	position: relative;
}
.news-and-events-sec .events-slide::before{
	content: "";
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 10%;
	bottom: 87%;
	background-color: #004178;
	border-radius: 95% / 25%;
}
@media (max-width: 767px) {
	.news-and-events-sec .events-slide::before{
		display: none;
	}
}
.news-and-events-sec .events-slide::after{
	content: "";
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 10%;
	top: 87%;
	background-color: #004178;
	border-radius: 95% / 40%;
}
@media (max-width: 767px) {
	.news-and-events-sec .events-slide::after{
		display: none;
	}
}
.news-and-events-sec .events-slide .events-slide-wrap{
	position: relative;
}
.news-and-events-sec .events-slide .events-slide-wrap .tab-img{
	width: 100%;
	height: 525px;
	margin: 0 auto;
	object-fit: cover;
	object-position: top;
}
@media (max-width: 991px) {
	.news-and-events-sec .events-slide .events-slide-wrap .tab-img{
		height: 445px;
	}
}
.news-and-events-sec .events-slide .events-slide-wrap .slide-hover-content{
	position: absolute;
	bottom: 55px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 40px 25px;
	background: #0041784d;
	transition: 0.3s all;

}
@media (max-width: 991px) {
	.news-and-events-sec .events-slide .events-slide-wrap .slide-hover-content{
		padding: 15px 15px;
	}
}
.news-and-events-sec .events-slide .events-slide-wrap .slide-hover-content .slide-title-wrap .slide-title{
	font-size: 32px;
	color: #FFFFFF;
	font-family: "Poppins-Regular";
	font-weight: 500;
}
.news-and-events-sec .events-slide .events-slide-wrap .slide-hover-content .slide-title-wrap .v-para{
	color: #FFFFFF;
}
.news-and-events-sec .events-slide .events-slide-wrap .slide-hover-content .cta-wrap{
	align-self: flex-end;
}
.news-and-events-sec .events-slide .events-slide-wrap .slide-hover-content .cta-wrap .slide-cta{
	background:url("/courierservices/wp-content/uploads/2026/06/next.webp");
	background-size: cover;
	background-position: center;
	height: 20px;
	width: 20px;
	display: block;
}
.news-and-events-sec .events-slide .slick-slide.slick-current.slick-center{
	transform: scale(0.98);
}
.news-and-events-sec .events-slide .events-slide-wrap:hover .slide-hover-content{
	padding: 25px 30px;
	background: #004178ad;
}
.news-and-events-sec .slick-slide{
	margin: 0 30px;
}
.news-and-events-sec .events-slide .slick-dots li button:before{
	content: "" !important;
	background-position: 50%;
	background-size: 15px;
	background-repeat: no-repeat;
	background-image: url(/courierservices/wp-content/uploads/2026/06/radio-button-def.svg);
	position: absolute;
	top: 0;
	left: 50%;
	top: 20px;
	color: transparent;
}

.news-and-events-sec .events-slide .slick-dots li.slick-active button:before{
	background-image: url(/courierservices/wp-content/uploads/2026/06/radio-button-hov.svg);
}
.service-banner .banner-content-wrap ul.services-list{
	margin-bottom: 15px;
}
.service-banner .banner-content-wrap ul.services-list li{
	margin-bottom: 5px;
	background-image: url(/courierservices/wp-content/uploads/2026/06/L2-L3-Checkmark.svg);
	background-position: left;
	background-size: 20px;
	background-repeat: no-repeat;
	padding-left: 30px;
}

.error-page {
	padding: 80px 0;
	background-image: url('/wp-content/uploads/2024/03/404Bg.jpg');
	background-size: cover;
	background-position: 50%;
}
.error-page .not-content .error-head1{
	font-size: 42px;
	font-weight: 500;
	color:#111;
}
.error-page .not-content .error-head {
	font-size: 165px;
	color: #00a5e6;
	font-weight:700;
	font-family: "Poppins-Regular";
}
.error-page .not-content .error-head2 {
	font-weight:700;
	color:#111;
	font-size:42px;
	line-height:45px;
}
.error-page .not-content .tag-text {
	margin-bottom: 40px;
}
@media (max-width: 991.98px){
	.error-page .not-content .error-head {
		font-size: 80px;

	}
	.error-page .not-content .error-head2 {
		font-size:30px;
		line-height:25px;
	}
}

/*Thankyou-banner */


.Thankyou-banner .banner-content-wrap .v-title-w {
	color: #000000;
	font-family: 'Poppins-Regular';
	font-weight: 600;
	width: 80%;
}

.Thankyou-banner .thankyou-banner-image {
	height: 535px;
	background-size: cover;
	background-position: center;
	display: block;
}
@media (max-width: 1199px) {
	.Thankyou-banner .thankyou-banner-image {
		height: 500px;
	}
}
@media (max-width: 991px){
	.Thankyou-banner .banner-content-wrap {
		padding: 40px 0;
	}
	.Thankyou-banner .thankyou-banner-image {
		height: 450px;
		margin: 0 auto;
		margin-bottom: 40px;
	}
}

@media (max-width: 767px){
	.Thankyou-banner .thankyou-banner-image {
		height: auto;
	}
	.Thankyou-banner .banner-content-wrap {
		padding: 35px 15px;
	}
}

.Thankyou-banner .thankyou-banner-image .service-banner{
	height: 535px;
	object-fit: cover;
	object-position: top;
	width: 100%;
}
@media (max-width: 1200px) {
	.Thankyou-banner .thankyou-banner-image .service-banner{
		height: 500px;
	}
}
@media (max-width: 991px) {
	.Thankyou-banner .thankyou-banner-image .service-banner{
		height: 430px;
	}
}
@media (max-width: 767px) {
	.Thankyou-banner .thankyou-banner-image .service-banner{
		height: auto;
	}
}
.thankyou-intro .thanku-image {
	background-size: cover;
	background-position: top;
	height: 390px;
	/* margin: 0 25px; */
	margin:0px;
}
@media (max-width:991.98px) {
	.thankyou-intro .thanku-image {
		margin: 0;
		height: 300px;
	}
}.thankyou-intro .thanku-right-content {
	padding: 0 15px;
}
@media (max-width:991.98px) {
	.thankyou-intro .thanku-right-content {
		padding: 0;
	}
}@media (max-width:767.98px) {
	.thankyou-intro .thanku-right-content {
		padding: 20px 0;
	}
}

/*Terms banner  */
.ourterms-banner .banner-content-wrap .v-title-w {
	color: #000000;
	font-family: 'Poppins-Regular';
	font-weight: 600;
	width: 80%;
}
@media (max-width: 1199px) {
	.ourterms-banner .banner-content-wrap .v-title-w {
		width: 100%;
	}
}

.ourterms-banner .terms-banner-image {
	height: 535px;
	background-size: cover;
	background-position: center;
	display: block;
}
@media (max-width: 1199px) {
	.ourterms-banner .terms-banner-image {
		height: 320px;
	}
}
@media (max-width: 991px) {
	.ourterms-banner .terms-banner-image {
		height: auto;
		margin:0;
	}
}
@media (max-width: 767px) {
	.ourterms-banner .terms-banner-image {
		height: auto;
		margin:0;
	}
}
.ourterms-banner .terms-banner-image .service-banner{
	height: 535px;
	object-fit: cover;
	object-position: top;
	width: 100%;
}
@media (max-width: 1025px) {
	.ourterms-banner .terms-banner-image .service-banner{
		height: 500px;
	}
}
@media (max-width: 991px) {
	.ourterms-banner .terms-banner-image .service-banner{
		height: 430px;
	}
}
@media (max-width: 767px) {
	.ourterms-banner .terms-banner-image .service-banner{
		height: auto;
	}
}
@media (max-width: 1024px){
	.ourterms-banner .banner-content-wrap .term-para{
		padding-right: 10px;
	}
}
@media (max-width: 991px){
	.ourterms-banner .banner-content-wrap {
		padding: 40px 0;
	}

}

@media (max-width: 767px){

	.ourterms-banner .banner-content-wrap {
		padding: 35px 15px;
	}
}

/* Privacy content */
.ourterms-content .terms-head {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

@media(max-width: 768px){
	.ourterms-content .termscontent ol{
		padding-left:10px;
	}
}

/*Privacy banner  */
.privacy-banner .banner-content-wrap .v-title-w {
	color: #000000;
	font-family: 'Poppins-Regular';
	font-weight: 600;
	width: 80%;
}

.privacy-banner .privacy-banner-image {
	height: 535px;
	background-size: cover;
	background-position: center;
	display: block;
}
@media (max-width: 991px) {
	.privacy-banner .privacy-banner-image {
		height: 450px;
		margin: 0 auto;
		margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.privacy-banner .privacy-banner-image {
		height: auto;
	}
}

@media (max-width: 991px){
	.privacy-banner .banner-content-wrap {
		padding: 40px 0;
	}
}

@media (max-width: 767px){

	.privacy-banner .banner-content-wrap {
		padding: 35px 5px 0;
	}
}

.privacy-banner .privacy-banner-image .service-banner{
	height: 535px;
	object-fit: cover;
	width: 100%;
}
@media (max-width: 991px) {
	.privacy-banner .privacy-banner-image .service-banner{
		height: 430px;
	}
}
@media (max-width: 767px) {
	.privacy-banner .privacy-banner-image .service-banner{
		height: auto;
	}
}

/* Privacy content */
.privacy-content .privacy-head {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.privacy-content .services-list .services-list-item {
	padding: 10px 30px;
	display: flex;
	position: relative;
}

.privacy-content .services-list .services-list-item::before {
	content: '✓';
	color: #00A5E6;
	background: #00a5e640;
	font-weight: bold;
	display: block;
	width: 22px;
	height: 22px;
	margin-left: 15px;
	border-radius: 50%;
	text-align: center;
	font-size: 13px;
	line-height: 23px;
	position: absolute;
	top: 13px;
	left: -15px;
}
@media (max-width: 991px){
	.privacy-content .services-list .services-list-item::before {
		top:11px;
	}
}

/*Cookie banner  */
.cookie-banner .banner-content-wrap .v-title-w {
	color: #000000;
	font-family: 'Poppins-Regular';
	font-weight: 600;
	width: 80%;

}
@media (max-width: 1199px) {
	.cookie-banner .banner-content-wrap .v-title-w {
		width: 100%;
	}
}
.cookie-banner .cookie-banner-image {
	height: 535px;
	background-size: cover;
	background-position: center;
	display: block;
}
@media (max-width: 1199px) {
	.cookie-banner .cookie-banner-image {
		height: 500px;
	}
}
@media (max-width: 991px) {
	.cookie-banner .cookie-banner-image {
		height: 450px;
		margin: 0 auto;
		margin-bottom: 40px;
	}
}
@media (max-width: 1024px){
	.cookie-banner .banner-content-wrap .cook-para{
		padding-right: 10px;
	}
}

@media (max-width: 991px){
	.cookie-banner .banner-content-wrap {
		padding: 40px 0;
	}
	.cookie-banner .cookie-banner-image {
		height: auto;
		margin: 0 auto;
		margin-bottom: 40px;
	}

}

@media (max-width: 767px){
	.cookie-banner .cookie-banner-image {
		height: auto;
	}
	.cookie-banner .banner-content-wrap {
		padding: 35px 5px 0;
	}
}
.cookie-banner .cookie-banner-image .service-banner{
	height: 535px;
	object-fit: cover;
	object-position: top;
	width: 100%;
}
@media (max-width: 1025px) {
	.cookie-banner .cookie-banner-image .service-banner{
		height: 500px;
	}
}
@media (max-width: 991px) {
	.cookie-banner .cookie-banner-image .service-banner{
		height: 430px;

	}
}
@media (max-width: 767px) {
	.cookie-banner .cookie-banner-image .service-banner{
		height: auto;
	}
}

/* cookie content */
.cookie-content .cookie-head {
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
.cookie-content .v-it {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.cookie-content .cok-tab .pur-mar{
	margin-bottom: 10px;
}
.cookie-content .cok-tab {
	color: #585856;
	border-radius: 7px;
	overflow: hidden;
	margin: auto;
	min-width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}


.cookie-content .cok-tab tr:first-child {
	border-top: none;
	background: #428bca;
	color: #fff;
}
.cookie-content .cok-tab tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #f5f9fc;
}
.cookie-content .cok-tab tr:nth-child(odd):not(:first-child) {
	background-color: #ebf3f9;
}
.cok-tab th {
	display: none;
}
.cok-tab td {
	display: block;
}
.cok-tab td:first-child {
	margin-top: 8px;
}
.cookie-content .cok-tab td:last-child {
	margin-bottom: 8px;
}
.cookie-content .cok-tab td:before {
	content: attr(data-th) ": ";
	font-weight: 700;
	width: 120px;
	display: inline-block;
	color: #000;
}
.cookie-content .cok-tab td, .cok-tab th {
	text-align: left;
}

.cookie-content .cok-tab tr {
	border-color: #bfbfbf;
}
.cookie-content .cok-tab td, .cok-tab th {
	padding: 8px 16px;
}
@media screen and (max-width:601px) {
	.cookie-content .cok-tab tr:nth-child(2) {
		border-top: none;
	}
}
@media screen and (min-width:600px) {
	.cookie-content .cok-tab tr:hover:not(:first-child) {
		background-color: #d8e7f3;
	}
	.cookie-content .cok-tab td:before {
		display: none;
	}
	.cookie-content .cok-tab td, .cok-tab th {
		display: table-cell;
		padding: 4px 8px;
	}
	.cookie-content .cok-tab td:first-child, .cok-tab th:first-child {
		padding-left: 0;
	}
	.cookie-content .cok-tab td:last-child, .cok-tab th:last-child {
		padding-right: 0;
	}
	.cookie-content .cok-tab td, .cok-tab th {
		padding: 16px!important;
	}
}

/* ESG Section */
.esg-pillars-section {
	background: #004178;
}
.esg-pillars-section .v-title-b{
	color: #fff;
	width: 65%;
	margin: 0 auto;
}
@media (max-width: 991px) {
	.esg-pillars-section .v-title-b{
		width: 100%;
	}
}
.esg-pillars-section .title-wrap .v-para{
	color: #fff;
}
.esg-pillars-section .img-res{
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center;
}
@media (max-width: 767px) {
	.esg-pillars-section .img-res{
		object-position: top;
	}
}
.esg-pillars-section .main-res-wrap{

	width: 285px;
}
@media (max-width: 1199px) {
	.esg-pillars-section .main-res-wrap{
		width: 300px;
	}
}
@media (max-width: 991px) {
	.esg-pillars-section .main-res-wrap{
		width: 335px;
	}
}
@media (max-width: 767px) {
	.esg-pillars-section .main-res-wrap{
		width: 90%;
	}
}
.esg-pillars-section .main-res{
	margin: 20px 0;
}
.esg-pillars-section .main-res .v-para{
	font-size: 16px;
	color: #000;
	margin-bottom: 30px;
	min-height:60px;
}
@media (max-width: 1399px) {
	.esg-pillars-section .main-res .v-para{
		min-height: 10px;
	}
}
@media (max-width: 767px) {
	.esg-pillars-section .main-res .v-para{
		min-height: auto;
		font-size: 18px;
	}
}
.esg-pillars-section .content-wrap{
	padding: 25px 35px 25px 15px;
	min-height: 180px;
	background: #fff;
}
@media (max-width: 1399px) {
	.esg-pillars-section .content-wrap{
		min-height: 150px;
	}
}
@media (max-width: 767px) {
	.esg-pillars-section .content-wrap{
		min-height: unset;
	}
}
.esg-pillars-section .modal{
	z-index: 99999;
}
.esg-pillars-section .modal-header{
	border: unset;
	background: #F5F5F7;
	border-radius:unset;
}
.esg-pillars-section .modal-header .btn-close {
	background: url(/courierservices/wp-content/uploads/2026/06/close.png);
	background-position: center;
	background-size: 70%;
	background-repeat: no-repeat;
	position: relative;
	top: 10px;
	right: 15px;
	opacity: 1;
	outline: unset;
	box-shadow: unset;
}
.esg-pillars-section .modal-body{
	padding: 50px 50px;
	text-align: center;
	background: #F5F5F7;
}
@media (max-width: 1199px) {
	.esg-pillars-section .modal-body{
		padding: 50px;
	}
}
@media (max-width: 991px) {
	.esg-pillars-section .modal-body{
		padding: 20px;
	}
}
.esg-pillars-section .modal-body .v-title-b{
	color: #000;
	width: 100%;
}
.esg-pillars-section .modal-body .cnt-wrap{
	display: flex;
	justify-content: center;
	position: relative;
}
.esg-pillars-section .modal-body .col-lg-6:nth-of-type(2) .cnt-wrap::after {
	content: '';
	position: absolute;
	left: -3%;
	border-right: 3px solid #EFE9F4;
	display: block;
	width: 2px;
	height: 25px;
}
.esg-pillars-section .modal-body .cnt-aim-wrap{
	position: relative;
}

.esg-pillars-section .modal-body .cnt-wrap .title{
	padding-right: 10px;
	color: #004178;
	text-wrap: nowrap;
}
.esg-pillars-section .modal-body .cnt-wrap .mod-para{
	color: #00A5E6;
	font-family: "Poppins-Medium";
	text-wrap: nowrap;
}
.esg-pillars-section .modal-body .icon-wrap{
	padding: 20px 0;
}
.esg-pillars-section .modal-body .icon-wrap .img-res{
	width: 100%;
	height: 265px;
	object-fit: cover;
	object-position: center;
	transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
	.esg-pillars-section .modal-body .icon-wrap .img-res{
		height: 180px;
	}
}
@media (max-width: 991px) {
	.esg-pillars-section .modal-body .icon-wrap .img-res{
		height: 100%;
	}
}
@media (max-width: 767px) {
	.esg-pillars-section .modal-body .icon-wrap .img-res{
		height: 80%;
		width: 60%;
	}
}
.esg-pillars-section .modal-body .icon-wrap:hover .img-res{
	transform: translateY(-15px);
}
.page-template-template-esg .about-banner .banner-content-wrap .cares-link{
	background: url(/courierservices/wp-content/uploads/2026/06/Services-page-bullet.svg);
	background-repeat: no-repeat;
	background-size: 5px;
	background-position: left 17px;
	padding-left: 15px;
}
.page-template-template-esg .about-banner .banner-content-wrap .cares-link:hover a{
	color: #00A5E6;
	text-decoration: underline;
	cursor: pointer;
	padding-right: 18px;
	background-image: url(/courierservices/wp-content/uploads/2026/06/banner-hover-arrow-1.svg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 13px;
}
.page-template-template-esg .about-banner .banner-content-wrap .cares-link a{
	color: #004178;
	font-size: 16px;
	line-height: 40px;
	font-family: 'Poppins-Medium';
	font-weight: 500;
	position: relative;
	text-decoration: none;
}
.cares-banner-btm{
	background: #004178;
}
.cares-banner-btm .tab-img{
	height: 440px;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
@media (max-width: 767px) {
	.cares-banner-btm .tab-img{
		height: 300px;
		margin-bottom: 20px;
	}
}
.cares-banner-btm .banner-right-content .v-title-b{

	color: #ffffff;
}
.cares-banner-btm .banner-right-content .v-para{

	color: #ffffff;
}

.cares-tab .icon-wrap .nav-tabs{
	border-bottom: unset;
	justify-content: center;
}
@media (max-width: 1399px) {
	.cares-tab .icon-wrap .nav-tabs{
		justify-content: center;
	}
}
@media (max-width: 767px) {
	.cares-tab .icon-wrap .nav-tabs{
		display: none;
	}
}
.cares-tab .icon-wrap .nav-tabs .nav-item .nav-link {
	border: unset;
}
.cares-tab .icon-wrap .nav-tabs .nav-item .nav-link.active .esg-icon-wrap{
	border: 2px solid #E7E247;
}
.cares-tab .esg-icon-wrap {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	padding: 25px 0;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 15px;
	border-radius: 50%;
	box-shadow: 0px 0px 20px #0041781F;
	border: 2px solid transparent;

}
.cares-tab .esg-icon-wrap .esg-icon{
	width: 50px;
	height: 50px;
	object-fit: contain;
	margin: 0 auto;
	display: block;

}
.cares-tab .v-subtitle-b1{
	text-align: center;
}
.cares-tab .card{
	border: unset;
	padding: 30px 0 0 0;
}
@media (max-width: 767px) {
	.cares-tab .card{
		display: block!important;
		opacity: 1;
		padding: 5px 0;
	}
}
.cares-tab .card .card-header{
	border: unset;
	background: transparent;
	padding: 0;
	display: none;
}
@media (max-width: 767px) {
	.cares-tab .card .card-header{
		display: block;
		opacity: 1;
		background: #004178;
		color: #fff;
		padding: 15px;
		border-radius: 5px;
		margin-bottom: 10px;
	}

	.cares-tab .card .card-header a{ 
		color: #fff;
	}
}
.cares-tab .card .card-body{
	padding: 0;
}
.cares-tab .card .card-body .esg-img-wrap img{
	width: 495px;
	height: 385px;
	object-fit: cover;
	object-position: top;
}
@media (max-width: 991px) {
	.cares-tab .card .card-body .esg-img-wrap img{
		height: 300px;
		margin-bottom: 25px;
	}
}
.cares-tab .card .card-body .esg-slide-cnt-wrap .v-subtitle-b1{
	font-size: 32px;
	line-height:42px;
	text-align: left;
}
@media (max-width: 767px) {
	.cares-tab .card .card-body .esg-slide-cnt-wrap .v-subtitle-b1{
		font-size: 22px;
		line-height: 34px;
	}
}
.cares-tab .card .card-body .esg-slide-wrap .slick-dots{
	text-align: left;
}

.cares-tab .slick-dots li.slick-active button::before{
	background-image: url(/courierservices/wp-content/uploads/2026/06/radio-button-hov-blue-1-4.svg);
}
.cares-tab .slick-dots li button{
	height: 15px;
	width: 15px;
}
.cares-tab .slick-dots li button::before{
	color: transparent;
	height: 15px;
	width: 15px;
	background-position: 50%;
	background-size: 15px;
	background-repeat: no-repeat;
	background-image: url(/courierservices/wp-content/uploads/2026/06/radio-button-hov-blue-2.svg);
}
@media (min-width: 767px) {
	.cares-tab .card .collapse:not(.show){
		display: block;
	}
}
.cares-tab .card .services-list .services-list-item{
	padding: 10px 20px 10px 30px;
	position: relative;
}

.cares-tab .card .v-para{
	margin-bottom: 20px;
}
@media (max-width: 1399px) {
	.cares-tab .title-wrap{
		text-align: center;
	}
}
.cares-tab .card .services-list .services-list-item::before{
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	top: 10px;
	left: 0;
	background-image: url(/courierservices/wp-content/uploads/2026/06/L2-L3-Checkmark.svg);
	background-position: center;
	background-size: 22px;
	background-repeat: no-repeat;
}

#Path_62076, #Path_60367, #Path_63923, #Path_60952, #Path_61584 {
	fill: rgba(205, 209, 213, 0.18);
	cursor: pointer;
	position:relative;
}

.map-content {
	display: none;
}
.map-content.active {
	display: block;
}



.highlighted {
	fill: #00A5E6!important; /* Change this to your desired highlight color */
}

/* .home-map{
padding-top:60px;
}

@media (max-width: 991px) {
.home-map{
padding-top: 50px;
padding: 50px 0;
}
}
@media (max-width: 767px) {
.home-map{
padding: 30px 10px 30px 10px;
}
} */

.home-map .main-title-wrap{
	border-bottom: 1px solid #ffffff69;
}
@media (max-width: 991px) {
	.home-map .main-title-wrap{
		padding: 20px 0;
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.home-map .main-title-wrap .cta-wrap{
		margin-bottom:30px;
	}
}
.home-map .main-title-wrap .title-wrap .v-title-b{
	color: #FFFFFF;
}
.home-map .map-wrap .v-subtitle-b{
	color: #E7E247;
}
.home-map .map-wrap .v-para{
	color: #FFFFFF;
}

.search-res .wp-pagenavi a.previouspostslink {
	border: none;
	background-image: url(/courierservices/wp-content/uploads/2026/06/left-arrow.svg);
	background-repeat: no-repeat;
	background-position: 90%;
	background-size: 18px;
	color: transparent
}

.search-res .wp-pagenavi a.previouspostslink:hover {
	color: transparent;
	background-image: url(/courierservices/wp-content/uploads/2026/06/left-arrow-blue.svg)
}

.search-res .wp-pagenavi a.nextpostslink {
	border: none;
	background-image: url(/courierservices/wp-content/uploads/2026/06/right-arrow-nav.svg);
	background-repeat: no-repeat;
	background-position: 90%;
	background-size: 18px;
	color: transparent
}

.search-res .wp-pagenavi a.nextpostslink:hover {
	color: transparent;
	background-image: url(/courierservices/wp-content/uploads/2026/06/right-arrow-blue.svg)
}
@media (max-width: 991px) {
	.probox .prosettings:before {
		content: "" !important;
	}
}
.north-amer-cta , .info-btn{
	display: inline-block;
}
@media (max-width: 1199px) {
	.north-amer-cta{
		margin:0 20px;
	}
}
@media (max-width: 991px) {
	.north-amer-cta, .info-btn{
		margin:0 5px;
	}
}
.cta-wrap .north-amer-cta::before ,.cta-wrap .info-btn::before{
	top: 50% !important;
	transform: translate(-25%, -50%);
}
.cta-wrap .north-amer-cta::after,.cta-wrap .info-btn::after {
	top: 50% !important;
	right: 0;
	transform: translate(-50%, -50%);
}

.service-banner.iscs-banner-btm .banner-wrap .v-title-w{
	color: #000000;
	font-family: 'Poppins-Medium';
	font-weight: 500;
	width: 100%;
}
.service-banner.iscs-banner-btm .banner-wrap .list-wrap {
	margin: 20px auto;
}
@media (max-width: 991.9px) {
	.service-banner.iscs-banner-btm .banner-wrap .list-wrap {
		margin: 10px 0;
	}
}

.service-banner.iscs-banner-btm .banner-wrap .list-wrap:before {
	content:unset;
}

.service-banner .banner-wrap .list-wrap .list-item{
	background: url(/courierservices/wp-content/uploads/2026/01/Services-page-bullet.svg);
	background-repeat: no-repeat;
	background-size: 5px;
	background-position: left 12px;
	padding-left: 15px;
	margin-bottom: 10px;
}
@media (max-width: 1399.9px) {
	.service-banner .banner-wrap .list-wrap .list-item{
		background-position: left 15px;
	}
}

.service-banner.iscs-banner-btm .banner-wrap .list-wrap .list-item span.iscs-points{
	color: #004178;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Poppins-Medium';
	font-weight: 500;
	/*   padding-bottom: 10px; */
	position: relative;
	text-decoration:none;
}
@media (max-width: 1499px) {
	.service-banner.iscs-banner-btm .banner-wrap .list-wrap .list-item span.iscs-points{
		font-size: 14px;
		line-height: 34px;
	}
}
@media (max-width: 1399px) {
	.service-banner.iscs-banner-btm .banner-wrap .list-wrap .list-item span.iscs-points{
		font-size: 14px;
		line-height: 34px;
	}
}

.technology-infographic {
	background-color:#004178;
	padding:30px 0;
}

@media (max-width: 991px) {
	.technology-infographic {
		display:none;
	}
}
@media (max-width: 1399px) {
	.technology-infographic .v-title-b{
		font-size: 22px;
		line-height: 30px;
	}
}
.technology-infographic .v-title-b , .technology-infographic .v-para{
	color:#FFFFFF;
}

.technology-infographic .info-img{
	margin-top: -30px;
}
.technology-infographic .info-content-right{
	padding-right:0;
}
.technology-infographic .info-content-right .tech-infographic-left{
	margin: 43px 0px 0px 0;
}
@media (max-width: 1399.8px) {
	.technology-infographic .info-content-right .tech-infographic-left {
		margin: -20px 0px 0px 0;
	}	
}
@media (max-width: 1280.8px) {
	.technology-infographic .info-content-right .tech-infographic-left {
		margin: 75px 0px 0px 0;
	}	
}
.technology-infographic .info-content-left{
	padding-left:0;
}
.technology-infographic .bottom-info-img{
	margin-top: -55px;
	margin-left: 5px;
}
.technology-infographic .bottom-info-img #Component_99_15:hover #Rectangle_23297 ,.technology-infographic .bottom-info-img #Component_99_15:hover #Rectangle_23300,.technology-infographic .bottom-info-img #Component_99_15:hover #Rectangle_23302, .technology-infographic .bottom-info-img #Component_99_15:hover #Rectangle_23299{
	cursor: pointer;
	fill: #ffffff;
	opacity:1;
	border-radius: 45px;
}

.technology-infographic .bottom-info-img #Component_99_15:hover .hover-group text{
	fill:#000;
}

.technology-infographic .bottom-info-img .hover-group text {
	transition: fill 0.3s ease;
}

.technology-infographic #Component_256_6 {
	cursor: pointer;
	transition: transform 0.3s ease, fill 0.3s ease;
}

.technology-infographic #Component_256_6 circle {
	transition: fill 0.3s ease, transform 0.3s ease;
}

.technology-infographic #Component_256_6:hover circle{
	fill: #ffffff;
	transform: translateY(5px);
}

.technology-infographic #Path_126869 path {
	transition: fill 0.3s ease, transform 0.3s ease;
}

.technology-infographic #Path_126870 path {
	transition: fill 0.3s ease, transform 0.3s ease;
}

.technology-infographic #Component_256_6:hover #Path_126869 path {
	fill: #00A5E6;
}

.technology-infographic #Component_100_10:hover #Rectangle_23301{
	fill: #ffffff;
	opacity:1;
}

.technology-infographic #Component_100_10:hover #Group_87958 #Group_54175 text{
	fill:#000;
}

.technology-infographic .sys-element-hov {
	cursor: pointer;
	transition: transform 0.3s ease;
}
.technology-infographic .sys-element-hov text {
	pointer-events: none;
}
.technology-infographic .sys-element-hov:hover .hover-lap-text{
	text-decoration:underline;
}
.technology-infographic .sys-element-hov:hover .hover-lap-text text{
	text-decoration:underline;
}
.technology-infographic .sys-element-hov:hover rect {
	fill: #ffffff; /* Background to white */
}

.technology-infographic .sys-element-hov:hover .hover-text {
	fill: #00A5E6; /* Text color to #00A5E6 */
}

.technology-mob-infographic{
	display:none;
}

.technology-mob-infographic .sys-element-hov {
	cursor: pointer;
	transition: transform 0.3s ease;
	transform-origin: center;
	transform-box: fill-box;
}
.technology-mob-infographic .sys-element-hov:focus{
	outline:unset;
}
.technology-mob-infographic .sys-element-hov g:focus , .technology-mob-infographic .sys-element-hov a:focus{
	outline:unset;
}
.technology-mob-infographic .sys-element-hov text {
	pointer-events: none;
}
.technology-mob-infographic .sys-element-hov:hover .hover-lap-text{
	text-decoration:underline;
}
.technology-mob-infographic .sys-element-hov:hover .hover-lap-text text{
	text-decoration:underline;
}
.technology-mob-infographic .sys-element-hov:hover rect {
	fill: #ffffff; /* Background to white */
}

.technology-mob-infographic .sys-element-hov:hover .hover-text {
	fill: #00A5E6; /* Text color to #00A5E6 */
}

@media (max-width: 991.8px) {
	.technology-mob-infographic{
		background: #004178;
		padding: 30px 0;
		text-align: center;
		display:block;
	}
}
.technology-mob-infographic .v-subtitle-b , .technology-mob-infographic .v-para{
	color:#FFFFFF;
	font-family: 'poppins-medium';
}

.technology-mob-infographic .mob-arrow{
	margin:20px 0;
}

.technology-mob-infographic .mob-down-arrow{
	margin: 55px 0 20px 0;
}
.technology-mob-infographic .mob-down-arrow .info-slide-arrow{
	transform: rotate(180deg);
}

.technology-mob-infographic .mob-info-slider1 .mob-info-icon-wrap{
	background: #3971A1;
	display: inline-flex !important;
	border-radius: 45px;
	padding: 10px;
	align-items: center;
	width: 40% !important;
	margin: 0 auto;
}

@media (max-width: 767.8px) {
	.technology-mob-infographic .mob-info-slider1 .mob-info-icon-wrap{
		width: 75% !important;
	}
}

.technology-mob-infographic .mob-info-slider1 .mob-info-icon-wrap:hover{
	background:#fff;
}
.technology-mob-infographic .mob-info-slider1 .mob-info-icon-wrap-last{
	background:#fff;
	width: auto !important;
	padding: 10px 30px 10px 10px;
}

.technology-mob-infographic .mob-info-slider1 .mob-info-icon-wrap-last .v-para{
	color:#000000;
}
@media (max-width: 767.8px) {
	.technology-mob-infographic .mob-info-slider1 .mob-client-info-wrap svg{
		width: 100%;
		height: auto;
	}
	.technology-mob-infographic .mob-info-slider1 .mob-client-info-wrap svg#global-scs-svg{
		width: 55%;
		height: auto;
	}
}

.technology-mob-infographic .mob-info-slider1 .mob-info-icon-wrap:hover .v-subtitle-b , .technology-mob-infographic .mob-info-slider1 .mob-info-icon-wrap:hover .v-para{
	color:#000000;
}

.technology-mob-infographic .mob-info-slider1 .icon-wrap{
	background: #00A5E6;
	border-radius: 50%;
	padding: 15px;
}

.technology-mob-infographic .mob-info-slider1 .slider-icon{
	height: 36px;
	width: 36px;
	object-fit: contain;
}
@media (max-width: 991.8px) {
	.technology-mob-infographic .mob-info-slider1 .mob-info-icon-wrap-last:hover .slider-icon-last{
		display:none;	
	}
}
.technology-mob-infographic .mob-info-slider1 .mob-info-icon-wrap-last .slider-icon{
	height: auto;
	width: 100%;
}
.technology-mob-infographic .mob-info-slider1 .mob-info-icon-wrap-last .slider-icon-hover{
	display:none;
	height: auto;
	width: 100%;
}
@media (max-width: 991.8px) {
	.technology-mob-infographic .mob-info-slider1 .mob-info-icon-wrap-last:hover .slider-icon-hover{
		display:block;	
	}
}
.technology-mob-infographic .mob-info-slider1 .mob-info-icon-wrap-last:hover{
	background:#00A5E6;
}
.technology-mob-infographic .mob-info-slider1 .mob-info-icon-wrap-last:hover .icon-wrap{
	background:#ffff;
}

.technology-mob-infographic .mob-info-slider1 .mob-info-icon-wrap .title-wrap{
	width: 80%;
	text-align: left;
	padding-left: 15px;
}

.technology-mob-infographic .mob-info-slider1 .mob-info-icon-mob-wrap svg{
	height: 665px;
	object-fit: contain;
}

.technology-mob-infographic .mob-info-slider1 .slick-dots{
	bottom: -40px;
}
@media (max-width: 991.8px) {
	.technology-mob-infographic .mob-info-slider1 .slick-dots{
		width:100%!important;
	}
}

.technology-mob-infographic .mob-info-slider1 .slick-dots li{
	width:15px;
	height:15px;
}
@media (max-width: 991.8px) {
	.technology-mob-infographic .mob-info-slider1 .slick-dots li{
		margin:0;
		padding:0 10px;
	}
}

.technology-mob-infographic .mob-info-slider1 .slick-dots li button:before{
	width: 20px;
	height: 20px;
	font-size: 12px;
	opacity: 1;
	color: #F5F7F8;
}

.technology-mob-infographic .mob-info-slider1 .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #00A5E6;
}

.technology-mob-infographic #Component_257_6 {
	cursor: pointer;
	transition: transform 0.3s ease, fill 0.3s ease;
}

.technology-mob-infographic #Component_257_6 circle {
	transition: fill 0.3s ease, transform 0.3s ease;
}

.technology-mob-infographic #Component_257_6:hover circle{
	fill: #ffffff;
	transform: translateY(5px);
}

.technology-mob-infographic #Component_257_6:hover #Path_126869 path {
	fill: #00A5E6;
}

.technology-mob-infographic #Component_257_6:focus , .technology-mob-infographic #Component_257_6 g:focus , .technology-mob-infographic #Component_257_6 circle:focus , .technology-mob-infographic #Component_257_6 a:focus{
	outline:unset;
}

.technology-banner-btm .description{
	width: 80%;
	margin: 0 auto;
}

@media (max-width: 1199.8px) {
	.technology-banner-btm .description{
		width: 100%;
	}
}
@media (max-width: 1465.8px) {
	.technology-infographic .info-img svg{
		width: 105%;
	}
}
@media (max-width: 1399.8px) {
	.technology-infographic svg{
		width: 100%;
	}
	.technology-infographic .bottom-info-img{
		margin-top: -100px;
	}
	.technology-infographic .info-img{
		margin-top: 0px;
	}
	.technology-infographic .info-img svg{
		width: 115%;
	}
}
@media (max-width: 1280.8px) {
	.technology-infographic .info-img svg{
		width: 105%;
	}	
}

@media (max-width: 1199.8px) {
	.technology-infographic .info-img svg {
		width: 105%;
	}
	.technology-infographic .bottom-info-img{
		margin-top: -15%;
	}
	.technology-infographic .info-content-right .tech-infographic-left {
		margin: -35px 0px 0px 0;
	}
}

.technology-banner-btm-l2 .img-wrap{
	padding: 30px 0;
}
@media (max-width: 991px) {
	.technology-banner-btm-l2 .img-wrap{
		padding: 20px 0;
	}
}
@media (max-width: 767px) {
	.technology-banner-btm-l2 .img-wrap{
		padding: 0;
	}
}

.technology-banner-btm-l2 .border-line{
	padding-bottom:30px;
	border-bottom:1px solid #14171D40;
}
.technology-banner-btm-l2 .btm-title-top-pad{
	padding-top:30px;
}
.technology-banner-btm-l2 .banner-btm-content .left-section-title{

	font-size: 28px;
	line-height: 40px;
}
@media (max-width: 767px) {
	.technology-banner-btm-l2 .banner-btm-content .left-section-title{
		font-size: 25px;
		line-height: 35px;
	}
}

.tech-data-platform.tech-blue-bg {
	background:#004178;
}
.tech-data-platform.tech-blue-bg .v-title-b, .tech-data-platform.tech-blue-bg .v-para{
	color:#FFFFFF;
}
.tech-data-platform .tab-img{
	width:100%;
	height:445px;
	object-fit:cover;
}
@media (max-width: 991px) {
	.tech-data-platform .tab-img{
		height:350px;
	}

	.tech-data-platform.tech-blue-bg .tab-img{
		margin-bottom:15px;
	}
}
@media (max-width: 767px) {
	.tech-data-platform .tab-img{
		height:300px;
	}

}

.technology-axle{
	background: #F5F7F8;
}

.technology-axle .img-wrap{
	padding-bottom:30px
}
.technology-axle .img-wrap .baanner-btm-img{
	width:100%;
	height:470px;
	object-fit:contain;	
}
@media (max-width: 991px) {
	.technology-axle .img-wrap .baanner-btm-img{
		height:auto;
	}
}
.technology-axle .description .v-para{
	width: 90%;
	margin: 0 auto;
}
@media (max-width: 1399.8px) {
	.technology-axle .description .v-para{
		width: 100%;
	}
}

.technology-btm-list{
	background: #004178;
}
.technology-btm-list .technology-btm-list-wrap .v-title-b{
	color:#fff
}
.technology-btm-list .technology-btm-list-items{
	-webkit-columns: 2;
	columns: 2;
	column-gap: 30px;
	break-inside: avoid;
	position: relative;
	margin: 25px 0;
}
@media (max-width: 767px) {
	.technology-btm-list .technology-btm-list-items{
		-webkit-columns: 1;
		columns: 1;
		margin: 10px 0;
	}
}

.technology-btm-list .technology-btm-list-items .technology-btm-list-item{
	padding: 15px 65px 15px 30px;
	position: relative;
	display: inline-block;
	width: 100%;
	color: #fff;
}
@media (max-width: 1399px) {
	.technology-btm-list .technology-btm-list-items .technology-btm-list-item{
		padding: 15px 20px 15px 35px;
	}
}
@media (max-width: 767px) {
	.technology-btm-list .technology-btm-list-items .technology-btm-list-item{
		padding: 15px 0 15px 35px;
	}
}
.technology-btm-list .technology-btm-list-items .technology-btm-list-item span{
	color:#E7E247;
}
.technology-btm-list .technology-btm-list-items .technology-btm-list-item::before {
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	top: 16px;
	left: 0;
	background-image: url(/courierservices/wp-content/uploads/2026/06/L2-L3-Checkmark.svg);
	background-position: center;
	background-size: 25px;
	background-repeat: no-repeat;
}
@media (max-width: 1024px) {
	.technology-btm-list .technology-btm-list-items .technology-btm-list-item::before{
		position: absolute;
		top: 16px;
		left: 5px;
	}
}

.technology-btm-excellance-list .v-excellance-para{
	font-size:20px;
	padding-bottom:20px;
	border-bottom: 1px solid #00A5E633;
}
@media (max-width:1300px) {
	.technology-btm-excellance-list .v-excellance-para{
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.technology-btm-excellance-list .v-excellance-para{
		font-size: 14px;
	}
}
.technology-btm-excellance-list .technology-btm-list-items{
	-webkit-columns: 3;
	columns: 3;
	column-gap: 30px;
	break-inside: avoid;
	position: relative;
	margin: 25px 0;
}
@media (max-width: 991px) {
	.technology-btm-excellance-list  .technology-btm-list-items{
		-webkit-columns: 2;
		columns: 2;
	}
}
@media (max-width: 767px) {
	.technology-btm-excellance-list  .technology-btm-list-items{
		-webkit-columns: 1;
		columns: 1;
	}
}

.technology-btm-excellance-list .technology-btm-list-items .technology-btm-list-item{
	padding: 15px 20px 15px 30px;
	position: relative;
	display: inline-block;
	width: 100%;
}
@media (max-width: 1399px) {
	.technology-btm-excellance-list  .technology-btm-list-items .technology-btm-list-item{
		padding: 15px 20px 15px 35px;
	}
}

.technology-btm-excellance-list .technology-btm-list-items .technology-btm-list-item::before {
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	top: 16px;
	left: 0;
	background-image: url(/courierservices/wp-content/uploads/2026/06/L2-L3-Checkmark.svg);
	background-position: center;
	background-size: 25px;
	background-repeat: no-repeat;
}
@media (max-width: 1024px) {
	.technology-btm-excellance-list  .technology-btm-list-items .technology-btm-list-item::before{
		position: absolute;
		top: 16px;
		left: 5px;
	}
}
.tech-level2b-section .image-bg{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 440px;
}
@media (max-width: 991px) {
	.tech-level2b-section .image-bg{
		min-height: 265px;
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.tech-level2b-section .image-bg {
		min-height: 100px;
		padding: 20px;
		margin-bottom: 10px;
		display: inline-block;
	}
}
.tech-level2b-section.tech-bg-blue , .tech-level2b-section .tech-bg-blue{
	background: #004178;
}
.tech-level2b-section .tech-bg-white{
	background: #ffff;
}
.tech-level2b-section .image-bg .tab-img{
	width: 200px;
	height: 200px;
	object-fit: cover;
}
@media (max-width: 991px) {
	.tech-level2b-section .image-bg .tab-img{
		width: 175px;
		height: 175px;
	}
}
@media (max-width: 767px) {
	.tech-level2b-section .image-bg .tab-img {
		width: 100px;
		height: 100px;
	}
}
.text-clr-white{
	color:#ffff;
}
.tech-level2b-section.tech-vision-bg{
	background: #F5F7F8;
}

.econnect-mobile .tab-img{
	width:100%;
	height:auto;
	object-fit:cover;
}
@media (max-width: 991px) {
	.econnect-mobile .tab-img{
		object-fit: contain;
		margin-top: 25px;
		height:450px;

	}
}
@media (max-width: 767px) {
	.econnect-mobile .tab-img{
		height:300px;

	}
}
.econnect-mobile .store-icons a{
	padding-right: 20px;
}
.econnect-mobile .store-icons a .mob-store-img{
	width: 120px;
	height: 40px;
	object-fit: cover;
}

.scroll-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 15px 0;
	background: #004178 !important;
}

.scroll-list {
	display: flex;
	padding: 0;
	margin: 0;
	animation: scroll-left 20s linear infinite;
}

.scroll-item {
	padding-right: 50px; /* Adjust the space between list items */
	white-space: nowrap;
	font-family: "Poppins-Medium";
	font-weight: 500;
	list-style: disc;
	color: #ffffff !important;
}


@keyframes scroll-left {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-50%);
	}
}
.technical-repair-btm {
	padding-top:80px;
}
@media (max-width: 1199px) {
	.technical-repair-btm {
		padding-top: 65px;
	}
}
@media (max-width: 767px) {
	.technical-repair-btm {
		padding-top: 30px;
	}
}
.technical-repair-btm .technical-repair-btm-inner{
	padding-bottom: 20px;
	margin-top: 20px;
}

.technical-repair-btm .technical-repair-btm-inner .v-para{
	margin:0;
}
@media (max-width: 767px) {
	.technical-repair-btm .technical-repair-btm-inner .v-para{
		text-align:center;
	}
}
.technical-repair-btm .technical-repair-btm-inner:first-child{
	border-bottom: 1px solid #00a5e6ad;
}

.technical-repair-btm .technical-repair-btm-inner .servicel2-content .cta-wrap{
	display: block;
}
.technical-repair-btm .technical-repair-btm-inner .servicel2-content .cta-wrap .cta{
	display: block;
}
.technical-repair-btm .technical-repair-btm-inner .servicel2-content .cta-wrap .cta::after{
	right: 10px;	
}

.page-id-35239 .service-banner .banner-wrap .list-wrap li.list-item a{
	pointer-events: none;
	background: unset;
	text-decoration: unset;
	color: #004178;
}

.wpcf7-not-valid-tip{
	font-size: 14px;
	padding-top: 5px;
	font-family: 'Poppins-Regular';
}

.wpcf7 form .wpcf7-response-output{
	font-size: 14px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	font-family: "poppins-Regular";
}

.v-checkbox-para{
	font-size: 14px;
	color: #585856;
	font-family: "Poppins-Regular";
}
@media (max-width: 1399px) {
	.v-checkbox-para{
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.v-checkbox-para{
		font-size: 14px;
		line-height: 26px;
	}
}

.v-checkbox-para input[type="checkbox"]{
	vertical-align: middle;
	margin-right: 5px;
}

.location-region-section .content-wrap {
	text-align: center;
	margin-bottom: 30px;
	box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.1);
}
.location-region-section .content-wrap .contact-link {
	text-align: center;
}
.location-region-section .content-wrap .contact-link a {
	padding: 10px;
	display: block;
	background: #004178;
	color: #fff;
}
.location-region-section .content-wrap .contact-link a:hover {
	background: #00a5e6;
}
.location-region-section .content-wrap .contact-details {
	padding: 30px;
	min-height: 290px;
}
.location-region-section .content-wrap .contact-details h3 {
	font-size: 20px;
}
.location-region-section .content-wrap .contact-details .address {
	min-height: 120px;
}
.location-region-section .content-wrap .contact-details .address .cont {
	min-height: 55px;
}
.location-region-section .content-wrap .contact-details .address .phone a {
	background-image: url(/courierservices/wp-content/uploads/2026/06/phone.png);
	color: #111;
	background-position: 0;
	background-repeat: no-repeat;
	background-size: 15px;
	font-size: 14px;
	padding-left: 25px;
}

.gfs-l3-sub-title {
	font-size: 32px;
	font-weight: 600;
	vertical-align: middle;
}
@media (max-width: 1199px) {
	.gfs-l3-sub-title {
		font-size: 26px;
	}
}

.page-id-34604 .latest-blogs, .page-id-34615 .latest-blogs, .page-id-33599 .latest-blogs, .page-id-33607 .latest-blogs{
	padding-top:0;
}

.encoded-email-p{
	cursor:pointer;
}
.encoded-email-p1{
	cursor:pointer;
}
.encoded-email-p2{
	cursor:pointer;
}


.upper-roman {
	list-style-type: upper-roman;
	padding-left: 20px;
}
.upper-roman li {
	padding: 5px 0;
}
.alpha-text {
	list-style-type: lower-alpha;
	padding-left: 20px;
}

.policy{
	font-family: "Poppins-Regular";
}

.access-docs{
	display:none;
	margin-top: 20px;
}

.category-news-press .no-post, .category-blogs .no-post{
	font-family: 'Poppins-Medium';
}

.postid-32676 .single-onecolumn .content-singleone .imgbg{
	background-position: 50%;
}

.info {
	border: 1px solid #cfcfcf;
	padding: 0 30px;
}

.info .table-row {
	display: table;
	width: 100%;
}

.info .table-cell {
	display: table-cell;
	padding-right: 20px;
	border-right: 1px solid #cfcfcf;
}

.info .table-cell:last-child {
	border-right: none; /* Remove right border for the last column */
}

@media (max-width: 767px) {
	.info .table-row {
		display: block;
	}
	.info {
		padding: 30px;
	}

	.info .table-cell {
		display: block;
		padding-right: 0;
		border-right: none; /* Remove border for mobile */
	}

}

.career-job-list{
	font-family: 'Poppins-Regular';
}

.career-blue-cta .cta-wrap{
	width:100%;
}
@media (max-width: 1399px) {
	.career-blue-cta .cta-wrap{
		font-size:15px;
	}
}

a {
	cursor:pointer;
}

.d-none-interest {
	display: none;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	bottom: -40px;
	z-index: 900;
	max-width: 100%;
	line-height: 1;
	color: #dc3232;
	font-family: 'Poppins-Regular';
	border-radius: .2rem;
	transition: all 700ms;
}

.get-in-touch .contact-form-wrap .form-wrap select.border_error{
	margin-bottom:15px;
}

/* responsive css */
.key-sectors .serve-slider .slick-list .slider-inner-wrap h5{
	margin-top:-20px;
}
.key-sectors .serve-slider .slick-list .serve-slider-wrap:hover h5{
	margin-top:unset;
}
@media(max-width:767px){
	.page-template-template-home .our-team .our-team-ctnt-wrap .our-team-content-title{
		width: unset;
		line-height: 24px;
	}
	.why-tvs .why-tvs-wrap{
		margin-bottom: 0px;
	}
}
@media(max-width:991px){
	.esg-cares .tab-img{
		margin-bottom:15px;
	}
}

.certifications-img{
	width:70%;
	height:auto;
	display:block;
	margin:0 auto;
	margin-top: 25px;
}

@media(max-width:991px){
	.certifications-img{
		width:80%;
	}
}

@media(max-width:767px){
	.certifications-img{
		width:100%;
	}
}

.page-id-35139 br {
	display: block;
}

.category-videos .no-posts.v-title-b{
	font-size: 32px;
}
@media (max-width: 1199px) {
	.category-videos .no-posts.v-title-b {
		font-size: 28px;
		line-height: 45px;
	}
}
@media (max-width: 991px) {
	.category-videos .no-posts.v-title-b {
		font-size: 28px;
		line-height: 45px;
	}
}
@media (max-width: 767px) {
	.category-videos .no-posts.v-title-b {
		font-size: 22px;
		line-height: 35px;
	}
}

@media (max-width: 767px) {
	.page-template-template-ISCS .banner-content-wrap .cta-wrap{
		margin-bottom: 30px;
	}
}

.page-template-template-technology .service-banner .banner-wrap .list-wrap li.list-item a{
	background: unset;
	color: #004178;
	text-decoration: none;
	cursor: unset;
}

.page-template-template-terms li{
	margin-bottom:10px;
}

.page-template-template-privacy ul.services-list {
	margin-bottom: 10px;
}

.standards-section {
	background-color: #004178;
	color: #ffffff;
	padding-top: 60px;
	padding-bottom: 60px;
}

.standards-section .v-title-b {
	color: #ffffff;
}

.standards-section .v-para {
	color: #ffffff;
}

.standards-logos-row {
	margin-top: 0; /* controlled by subtitle margin */
}

.standards-logo-col {
	margin-top: 30px;
}

.standards-logo-card {
	background-color: #ffffff;
	border-radius: 4px;
	text-align: center;
	padding: 25px 25px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 1199px) {
	.standards-logo-card{
		padding: 25px 15px;
	}
}
.standards-logo-img {
	max-height: 80px;
	width: auto;
}

.location-detail-banner.tvs-hero {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 520px;
	font-family: "Poppins-Regular";
}

.location-detail-banner .tvs-hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 5.62%, rgba(0, 0, 0, 0.5) 64.42%);
}

.location-detail-banner .banner-wrap {
	position: relative;
	padding-left: 0;
	padding-right: 0;
}

.location-detail-banner .tvs-hero-inner {
	position: relative;
	max-width: 885px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 120px;
	padding-bottom: 120px;
	z-index: 2;
}
.location-detail-banner .tvs-hero-inner .v-para{
	color: #fff;
	width: 80%;
	margin: 0 auto;
}
/* White card */
.location-detail-banner .tvs-hero-card {
	background-color: #ffffff;
	border-radius: 18px;
	box-shadow: 0 14px 40px rgba(0,0,0,0.15);
	padding: 32px 40px;
	text-align: center;
}

/* Main heading in card */
.location-detail-banner .tvs-hero-heading {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	color: #000000;
	font-family: "Poppins-SemiBold";
}

/* Buttons row */
.location-detail-banner .tvs-hero-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin-bottom: 16px;
}
.location-detail-banner .tvs-buttons{
	display: flex;
	justify-content: center;
}
@media (max-width: 768px) {
	.location-detail-banner .tvs-buttons{
		display:block;
	}
}
.location-detail-banner .cta-wrap-white{
	margin: 20px 10px 20px 0px;
}
@media (max-width: 768px) {
	.location-detail-banner .cta-wrap-white{
		margin: 10px 10px 10px 0px;
		
	}
}

.location-detail-banner .cta-wrap .cta::after{
	top: unset;
	right: 10px;
}
.location-detail-banner .cta-wrap .cta::before{
	top: unset;
}
.location-detail-banner .cta-wrap .cta {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	height: 100%;
}
@media (max-width: 991px) {
	.location-detail-banner .cta-wrap .cta {
		align-items: center;
	}
}

.location-detail-banner .tvs-hero-btn-badge {
	font-size: 12px;
	margin-bottom: 10px;
}

.location-detail-banner .tvs-hero-btn-main {
	font-size: 16px;
	font-weight: 500;
}

/* Small text under buttons */
.location-detail-banner .tvs-hero-small {
	font-size: 16px;
	font-family: "Poppins-SemiBold";
	color: #000000;
	margin-top: 20px;
}

.location-detail-banner .tvs-hero-small a {
	color: #00A5E6;
	text-decoration: underline;
	margin-left: 4px;
	font-weight: 400;
	font-family: 'Poppins-Regular';
}

/* Bottom text block */
.location-detail-banner .tvs-hero-bottom {
	text-align: center;
	color: #ffffff;
	margin-top: 40px;
}

.location-detail-banner .tvs-hero-bottom-title {
	margin: 0 0 12px 0;
	font-size: 40px;
	font-weight: 600;
}

.location-detail-banner .tvs-hero-bottom-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
}

/* Responsive */
@media (max-width: 991px) {
	.location-detail-banner .tvs-hero-inner {
		padding-top: 100px;
		padding-bottom: 80px;

	}

	.location-detail-banner .tvs-hero-card {
		padding: 24px 20px;
	}

	.location-detail-banner .tvs-hero-bottom-title {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	.location-detail-banner .tvs-hero-inner {
		padding-top: 80px;
		padding-bottom: 60px;
		max-width: 335px;
	}

	.location-detail-banner .tvs-hero-heading {
		font-size: 18px;
	}

	.location-detail-banner .tvs-hero-bottom-title {
		font-size: 26px;
	}
	.location-detail-banner .tvs-hero-inner .v-para{
		width:100%;
	}
}

header {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	transition: 0.3s ease;
	background: #004178;
}
@media (max-width: 991px) {
	header {
		background: rgb(0, 65, 120);
		border-bottom: 1px solid #ffff;
		position:fixed;
	}
}
header.bg-header {
	position: absolute;
}
@media (max-width: 991px) {
	header.bg-header {
		position: fixed;
	}
}
header.bg-header .logo-wrap {
	align-self: center !important;
}
header.bg-header .head-top {
	padding: 5px 0 !important;
}
header .header-main .mob-head-top {
	display: none;
}
@media (max-width: 991px) {
	header .header-main .mob-head-top {
		display: block;
	}
}
header .header-main .head-top {
	display: block;
}
@media (max-width: 991px) {
	header .header-main .head-top {
		display: none;
	}
}
header .header-main .mob-head-top, header .header-main .head-top {
	text-align: right;
	padding: 25px 0 25px 0;
	border-bottom: 0.25px solid #FFFFFF;
}
@media (max-width: 991px) {
	header .header-main .mob-head-top, header .header-main .head-top {
		padding: 15px 15px 20px 0;
	}
}
@media (max-width: 767px) {
	header .header-main .mob-head-top, header .header-main .head-top {
		padding: 10px 0 10px 0;
	}
}
@media (max-width: 325px) {
	header .header-main .mob-head-top, header .header-main .head-top {
		padding: 5px 0 5px 0;
	}
}
header .header-main .mob-head-top a, header .header-main .head-top a {
	font-size: 16px;
	line-height: 24px;
	font-family: "Poppins-Regular";
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
}
@media (max-width: 1399px) {
	header .header-main .mob-head-top a, header .header-main .head-top a {
		font-size: 14px;
	}
}
@media (max-width: 1199px) {
	header .header-main .mob-head-top a, header .header-main .head-top a {
		font-size: 12px;
	}
}
@media (max-width: 991px) {
	header .header-main .mob-head-top a, header .header-main .head-top a {
		font-size: 12px;
		line-height: 28px;
		padding: 0 10px;
	}
}

header .header-main .mob-head-top a:hover, header .header-main .head-top a:hover {
	opacity: 0.8;
}

header .header-main .mob-head-top a, header .header-main .head-top a.contact-menu {
	background: #FFFFFF;
	padding: 12px 25px;
	border-radius: 25px;
	color:#000000;
	margin-right: 8px;
	margin-bottom: 20px;
	vertical-align:middle;
}
@media (max-width: 1399px) {
	header .header-main .mob-head-top a, header .header-main .head-top a.contact-menu {
		padding: 10px 15px;
		margin-right: 5px;
	}
}
@media (max-width: 1199px) {
	header .header-main .mob-head-top a, header .header-main .head-top a.contact-menu {
		padding: 10px 12px;
	}
}
header .header-main .mob-head-top a, header .header-main .head-top a.contact-menu:last-child{
	margin-right:0;
}
header .header-main .mob-head-top a, header .header-main .head-top a.contact-menu:last-child img{
	margin-right: 5px;
}
@media (max-width: 767px) {
	header .header-main .mob-head-top a{
		line-height: 40px;
	}
}
header .header-main .mob-head-top .search-cta, header .header-main .head-top .search-cta {
	background: url(/courierservices/wp-content/uploads/2026/06/download.webp);
	display: inline-block;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	height: 25px;
	width: 45px;
	vertical-align: middle;
}
@media (max-width: 991px) {
	header .header-main .mob-head-top .search-cta, header .header-main .head-top .search-cta {
		height: 20px;
		width: 30px;
		padding-right: 0;
		border: unset;
		background-position: center;
		margin: 0;
	}
}
header .header-main .header-menu {
	display: flex;
}
header .header-main .header-menu .head-logo {
	background-image: url(/courierservices/wp-content/uploads/2026/01/Group-1.svg);
	background-position: left;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	height: 100px;
	width: 185px;
	align-self: center;
}
@media (max-width: 991px) {
	header .header-main .header-menu .head-logo {
		height: 95px;
		width: 140px;
	}
}
header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation .mega-menu-toggle {
	background: transparent;
}
@media (max-width: 991px) {
	header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation_mobile #mega-menu-primary_navigation_mobile {
		list-style: none;
		margin: 0;
		padding: 15px 20px;
		text-align: center;
		background: rgb(0, 65, 120);
		position: absolute;
		width: 100%;
		z-index: 9999999;
		margin-top: 23px;

	}

}
@media (max-width: 767px) {
	header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation_mobile #mega-menu-primary_navigation_mobile {
		padding: 15px 10px;

	}

}
@media (max-width: 767px) {
	header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation {
		padding: 0 10px;

	}
}
header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item a {
	font-family: "Poppins-Regular";
}
@media (max-width: 1399px) {
	header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item a {
		font-size: 14px;
	}
}
@media (max-width: 1199px) {
	header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item a {
		font-size: 12px;
	}
}
header .header-main .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item a>span.mega-indicator::after
.home-banner {
	width: 100%;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	display: inline-block;
	width: auto;
	background: transparent;
	position: relative;
	pointer-events: auto;
	left: auto;
	min-width: auto;
	font-size: inherit;
	padding: 0;
	margin: 0 0 0 6px;
	height: auto;
	line-height: inherit;
	color: inherit;
}

header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item a>span.mega-indicator::after {
	background-image: url(/courierservices/wp-content/uploads/2026/02/down-arrow-4.svg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 10px;
	color: #fff;
	transition: .5s ease-in-out;
	height: 35px;
	width: 10px;
	content: '';
}
header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.Custom-bg-menu{
	background:#fff;
	padding:30px;
	box-shadow: 0px 4px 15px 0px #0000001A;
	width:45%;
}
@media (max-width: 1199px) {
	header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.Custom-bg-menu{
		padding:20px;
	}
}

header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
	font-size:16px;
	line-height:24px;
	color:#1E1E1E;
	font-family:"Poppins-Regular";
	font-weight:400;
	border-bottom: 0.5px solid #00000080;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:last-child > a.mega-menu-link{
	border-bottom: unset;
}
@media (max-width: 1399px) {
	header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
		font-size:14px;
	}
}
@media (max-width: 1199px) {
	header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
		font-size:12px;
		padding-bottom: 8px;
		margin-bottom: 8px;
	}
}
header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
	color:#00A5E6;
	background-position: 100% 35%;
	background-repeat: no-repeat;
	background-size: 13px;
	background-image: url(/courierservices/wp-content/uploads/2026/02/ImageBackground.svg);
}
header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.title-service-menu a.mega-menu-link{
	font-size: 20px;
	margin-bottom: 10px;
	border-bottom:unset;
}
@media (max-width: 1199px) {
	header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.title-service-menu a.mega-menu-link{
		font-size: 18px;
	}
}
header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.title-service-menu a.mega-menu-link:hover{
	background:unset;
}
header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.menu-cta-wrap-white {
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
	width:auto;
}
@media (max-width: 1199px) {
	header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.menu-cta-wrap-white {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.menu-cta-wrap-white a.mega-menu-link {
	padding: 12px 57px 12px 41px;
	background: #00A5E6;
	border-radius: 24px;
	color: #FFFFFF;
	font-family: "Poppins-Regular";
	text-decoration: none;
	position: relative;
	cursor:pointer;
}
header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.menu-cta-wrap-white:hover a.mega-menu-link {
	background: #004178;
	color: #ffffff;
}
header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.menu-cta-wrap-white a.mega-menu-link::after {
	content: "";
	display: inline-block;
	height: 29px;
	max-width: 29px;
	background-size: 20px;
	background-position: 5px center;
	width: 100%;
	background-repeat: no-repeat;
	margin-left: 18px;
	background-image: url(/courierservices/wp-content/uploads/2026/06/next.webp);
	border-radius: 50%;
	background-color: #004178;
	position: absolute;
	top: 9px;
	transition: all 0.6s ease-in-out;
}
header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.menu-cta-wrap-white:hover a.mega-menu-link::after{
	background-color: #00A5E6;
}
header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.menu-cta-wrap-white a.mega-menu-link::before {
	content: "";
	display: inline-block;
	height: 29px;
	max-width: 29px;
	background-size: 20px;
	background-position: 7px center;
	width: 100%;
	background-repeat: no-repeat;
	margin-left: 18px;
	background-image: url(/courierservices/wp-content/uploads/2026/06/next.webp);
	border-radius: 50%;
	position: absolute;
	top: 9px;
	right: 40px;
	opacity: 0;
	transition: all 0.6s ease-in-out;
}
header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.menu-cta-wrap-white:hover a.mega-menu-link::after {
	background-position: -15px;
}
header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.menu-cta-wrap-white:hover a.mega-menu-link::before {
	opacity: 1;
	right: 6px;
	z-index: 1;
}
header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu >  #mega-menu-124-0-1 {
	opacity: 0;
	visibility: hidden;
	transform: translateX(10px);
	transition: opacity 0.2s ease, transform 0.2s ease;
	width: 35%;
	height: 382px;
	padding: 40px 30px;
}
@media (max-width: 1199px) {
	header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu >  #mega-menu-124-0-1 {
		height: 332px;
	}
}

header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > #mega-menu-124-0-1.show-sameday {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu.custom-sector-menu > ul.mega-sub-menu{
	left: 20%;
	width: 30vw;
}
header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-megamenu.custom-sector-menu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.Custom-bg-menu{
	width: 90%;
}
header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu.custom-sector-menu.insights-submenu-menu > ul.mega-sub-menu{
	left: 50%;
	width: 30vw;
}

header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary.desktop-menu {
	display: block;
}
header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary.mobile-menu {
	display: none;
}

@media (max-width: 991px) {
	header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary.desktop-menu {
		display: none;
	}
	header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary.mobile-menu {
		display: block;
	}

	header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation_mobile #mega-menu-primary_navigation_mobile>li.mega-menu-item a>span.mega-indicator::after{
		background-image: url(/courierservices/wp-content/uploads/2026/02/down-arrow-4.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 10px;
		color: #fff;
		transition: .5s ease-in-out;
		height: 35px;
		width: 10px;
		content: '';
	}

	header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation_mobile #mega-menu-primary_navigation_mobile > li.mega-menu-megamenu > ul.mega-sub-menu {
		border-radius: 0;
		background: white;
		border: 0;
		padding: 45px 45px 45px 45px;
		width: 100%;
		max-width: none;
		left: 0;
	}

	header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation_mobile #mega-menu-primary_navigation_mobile > li.mega-menu-flyout ul.mega-sub-menu{
		background: #004178;
	}
	header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation_mobile #mega-menu-primary_navigation_mobile > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
		background: #004178;	
		font-size: 16px;
		line-height: 24px;
		color: #fff;
		font-family: "Poppins-Regular";
		font-weight: 400;
		padding-bottom: 7px;
		padding-top: 7px;
	}
	header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation_mobile #mega-menu-primary_navigation_mobile > li.mega-menu-item > a.mega-menu-link{
		font-size: 16px;
		font-family: "Poppins-Regular";
		font-weight: 400;
	}

	header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation_mobile #mega-menu-primary_navigation_mobile li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after{
		background-image: url(/courierservices/wp-content/uploads/2026/02/down-arrow-4.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 10px;
		color: #fff;
		transition: .5s ease-in-out;
		height: 25px;
		width: 10px;
		content: '';
	}

	@media (max-width: 991px) {	
	header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation_mobile #mega-menu-primary_navigation_mobile li.mega-menu-item-has-children li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator::after{
			transform: rotate(0deg) !important;
			transition: .3s ease-in-out;
			background-position: center;
			height: 45px;
		}
	}
	header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation_mobile #mega-menu-primary_navigation_mobile > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
		color: #00A5E6;
		/* 		background-position: center right;
		background-repeat: no-repeat;
		background-size: 13px;
		background-image: url(/courierservices/wp-content/uploads/2026/02/ImageBackground.svg); */
	}


}

header.other-template-header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item a {
	color: #000;
}

header.other-template-header{
	position: relative !important;
	background: no-repeat padding-box #fff;
	box-shadow: 0 3px 10px #0000001C;
}

header.other-template-header .header-main .header-menu .head-logo {
	background-image: url(/courierservices/wp-content/uploads/2026/02/tvslogo-1.svg);
	align-self: center;
}
@media (max-width: 767px) {
	header.other-template-header .header-main .header-menu .head-logo {
		height: 95px;
		width: 140px;
	}
}
header.other-template-header .header-main .head-top, header.other-template-header .header-main .mob-head-top {
	border-bottom: .25px solid #000;
}
header.other-template-header .header-main .mob-head-top a, header.other-template-header .header-main .head-top a.contact-menu{
	background-color: #004178;
	color: #ffffff;
}
header.other-template-header .header-main .head-top .search-cta {
	background: url(/courierservices/wp-content/uploads/2026/06/search-2-1.png) center / 20px no-repeat;
}
header.other-template-header .header-main .head-top a{
	color: #000;
}
header.other-template-header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item a>span.mega-indicator::after{
	background-image: url(/courierservices/wp-content/uploads/2026/02/down-arrow-3.svg);
}
header.other-template-header .header-main .head-top a.contact-menu img.nrmal-template-img{
	display:none;
}
header .header-main .head-top a.contact-menu img.other-template-img{
	display:none;
}
header.other-template-header .header-main .head-top a.contact-menu img.other-template-img{
	display:inline-flex;
}
header.other-template-header .header-main .mob-head-top a.contact-menu img.nrmal-template-img{
	display:none;
}
header .header-main .mob-head-top a.contact-menu img.other-template-img{
	display:none;
}
header.other-template-header .header-main .mob-head-top a.contact-menu img.other-template-img{
	display:inline-flex;
}
header.other-template-header .header-main .mob-head-top .search-cta, header.other-template-header .header-main .head-top .search-cta{
	background: url(/courierservices/wp-content/uploads/2026/06/search-2-2.png);
	background-size: contain;
	background-repeat: no-repeat;
}
header .header-main .mob-head-top a.contact-menu img,
header.other-template-header .header-main .mob-head-top a.contact-menu img{
	margin-right: 5px;
}
@media (max-width: 991px) {
	header.other-template-header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation_mobile #mega-menu-primary_navigation_mobile{
		background: rgb(255 255 255);
	}
	header.other-template-header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation_mobile #mega-menu-primary_navigation_mobile > li.mega-menu-item > a.mega-menu-link{
		color:#000;	
	}
	header.other-template-header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation_mobile #mega-menu-primary_navigation_mobile>li.mega-menu-item a>span.mega-indicator::after{
		background-image: url(/courierservices/wp-content/uploads/2026/02/down-arrow-3.svg);
	}
	header.other-template-header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation_mobile .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, header.other-template-header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation_mobile .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, header.other-template-header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation_mobile .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
		background-color:#000;
	}
}
@media (max-width: 991px) {
	header.other-template-header {
		position: sticky !important;
	}

}
@media (max-width: 991px) {
	header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation_mobile #mega-menu-primary_navigation_mobile>li.mega-menu-item.mega-menu-item.mega-toggle-on> a>span.mega-indicator::after{
		transform: rotate(-180deg) !important;
		transition: .3s ease-in-out;
		background-position: center;
		height: 35px;
	}
header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation_mobile #mega-menu-primary_navigation_mobile li.mega-menu-item-has-children li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator{
	transform: rotate(-180deg) !important;
		transition: .3s ease-in-out;
		background-position: center;
		height: 35px;
	}
}

@media (max-width: 991px) {
	header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation_mobile #mega-menu-primary_navigation_mobile > li.mega-menu-item.cta-menu > a.mega-menu-link, header.other-template-header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation_mobile #mega-menu-primary_navigation_mobile > li.mega-menu-item.cta-menu > a.mega-menu-link {
		background: #FFFFFF;
		padding: 0px 25px;
		border-radius: 25px;
		color: #000;
		vertical-align: middle;
		width: auto;
		display: inline-block;
		margin-bottom: 10px;
		margin-top: 5px;
	}
	header.other-template-header .header-main .header-menu .header-menu-wrap .head-wrap .nav-primary #mega-menu-wrap-primary_navigation_mobile #mega-menu-primary_navigation_mobile > li.mega-menu-item.cta-menu > a.mega-menu-link{
		background-color: #004178;
		color: #ffffff;
	}
}
.fuel-surcharge table td {
	color: #004178;
	padding: 10px 0px;
	vertical-align: middle;
}

.fuel-surcharge table td:last-child {
	width: 90px;
	text-align: center;
	font-weight: 600;
	position: relative;
}
@media (max-width: 767px) {
	.fuel-surcharge table td:last-child {
		width: 125px;
	}
}
.fuel-surcharge table td:last-child::before {
	content: "|";
	position: absolute;
	left: -10px;
	color: #000;
	font-weight: normal;
}

@media (max-width: 767px) {
  .fuel-surcharge .wp-block-table {
    overflow-x: auto;        /* enable horizontal scroll if needed */
    -webkit-overflow-scrolling: touch;
  }

  .fuel-surcharge .wp-block-table table {
    min-width: 400px;        /* so columns don’t squash unreadably */
  }

  .fuel-surcharge .wp-block-table td,
  .fuel-surcharge .wp-block-table th {
    padding: 8px 0px;       /* slightly tighter padding on mobile */
  }
}

/**
* Discharge Section – ACF + Bootstrap
* Screenshot‑style visuals, no Bootstrap spacing utilities.
*/

/* Section background */
.discharge-section {
	background-color: #004178;
	font-family: 'Poppins-Regular';
}

/* Main white card */
.discharge-section .container {
	background-color: #ffffff;
	border-radius: 0;
	padding: 25px 40px 25px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
	margin-bottom:55px;
}
@media (max-width: 991px) {
	.discharge-section .container {
		padding: 25px 15px 25px;
		margin-bottom:0px;
	}
}

/* Header */
.discharge-section__header-row {
	margin-bottom: 24px;
}

.discharge-section__heading {
	color: #333333;
	font-weight: 600;
	margin: 0;
	font-size: 18px;
}

.discharge-section__info-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #ffffff;
	color: #0078d4;
	border: 1px solid #0078d4;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
}

/* Table */
.discharge-section__table-wrap {
	margin-bottom: 24px;
}

.discharge-section .discharge-section__table {
	background: #ffffff;
	margin: 0;
	border-color: #e0e0e0;
	font-size: 13px;
}

.discharge-section .discharge-section__table th {
	background-color: #F9FAFB;
	color: #000000;
	padding: 12px 16px;
	border-color:#E5E7EB;
	font-weight: 400;
	text-align:center;
	font-size: 14px;
}

.discharge-section .discharge-section__table td {
	padding: 12px 16px;
	border-color: #e0e0e0;
	text-align: center;
	color: #364153;
}

.discharge-section .discharge-section__table tbody tr:nth-child(even) {
	background-color: #fafafa;
}
.discharge-section .discharge-section__table tbody tr:nth-child(odd) td {
	background-color: #ffffff;
}

.discharge-section .discharge-section__table tbody tr:nth-child(even) td {
	background-color: #F5F7F8;
}
/* Paragraph under table */
.discharge-section__total-discharged {
	margin-bottom: 20px;
	color: #333333;
	font-size: 13px;
	line-height: 1.5;
}

/* General body text under items (if used) */
.discharge-section__content {
	margin-bottom: 28px;
	color: #333333;
	font-size: 13px;
	line-height: 1.5;
}

/* Accordion list */
.discharge-section__accordion {
	margin-bottom: 32px;
}

.discharge-section .discharge-section__accordion-item {
	background: #ffffff;
	border: none;
	margin-bottom: 8px;
	border-radius: 4px;
	overflow: hidden;
}

.discharge-section .discharge-section__accordion-btn {
	background: #ffffff;
	color: #333333;
	padding: 14px 16px;
	border: none;
	font-weight: 600;
	text-align: left;
	font-size: 18px;
	border-radius: unset !important;
	border-bottom: 1px solid #0000003b;
	box-shadow: unset;
}
.discharge-section .discharge-section__accordion-btn span:after {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
	content: "";
	height: 25px;
	width: 25px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
}
.discharge-section .discharge-section__accordion-btn.collapsed span:after {
	background-image: url(/courierservices/wp-content/uploads/2026/02/plus-circle.svg) !important;
}
.discharge-section .discharge-section__accordion-btn span:after {
	background-image: url(/courierservices/wp-content/uploads/2026/02/Minus-4.svg) !important;
}
.discharge-section__accordion-info {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #5b9bd5;
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	font-size: 12px;
	margin-right: 10px;
}

/* Chevron */
.discharge-section .accordion-chevron {
	transition: transform 0.2s;
}

.discharge-section .accordion-button:not(.collapsed) .accordion-chevron {
	transform: rotate(180deg);
}

.discharge-section .accordion-button::after {
	display: none;
}

/* Accordion body */
.discharge-section .discharge-section__accordion-body {
	padding: 16px;
	color: #333333;
	border-top: none;
	font-size: 13px;
}

/* Load more button */
.discharge-section__load-more {
	background-color: #00a3e0;
	color: #ffffff;
	border: none;
	padding: 12px 28px;
	border-radius: 6px;
	font-weight: 600;
	font-size: 14px;
}

.discharge-section__load-more:hover {
	background-color: #0090c8;
	color: #ffffff;
}
.discharge-section .discharge-section__table {
	border: 1px solid #e0e0e0;
	border-collapse: collapse;
}

/* Ensure header/body cells align with that border */
.discharge-section .discharge-section__table th,
.discharge-section .discharge-section__table td {
	border: 1px solid #e0e0e0;
}

/* Blue border around whole table */
.discharge-section__table-wrap {
	border: 0.8px solid #00A5E6;
	border-radius: 4px;
	overflow: hidden;     /* keeps table corners inside radius */
}

/* Remove inner table border so only the blue frame shows */
.discharge-section .discharge-section__table {
	border: none !important;
}

/* Keep cell grid light grey */
.discharge-section .discharge-section__table th,
.discharge-section .discharge-section__table td {
	border: 1px solid #e0e0e0;
}
.discharge-section__table-wrap {
	border: 0.8px solid #00A5E6;
	border-radius: 4px;
	overflow: hidden;
}

/* Remove default outer border, only use blue frame */
.discharge-section__table-wrap table {
	border-collapse: collapse;
	border: none !important;
	width: 100%;
}

/* Light grey grid for cells */
.discharge-section__table-wrap table th,
.discharge-section__table-wrap table td {
	border: 1px solid #e0e0e0;
}
.discharge-section p{
	color: #585856;
	font-size: 16px;
	font-family: 'Poppins-Regular';
	line-height: 28px;
}
.discharge-section p strong{
	color:#000000;
}
#asl-geolocation-agile-modal, .agile-modal-backdrop-in, .agile-modal-content {
    display: none !important;
}
@media (min-width: 991px) and (max-width: 1199.98px) {
	.page-id-342 .service-banner .banner-wrap .service-banner-image .service-banner{
		object-position: center right;	
	}
}

@media (max-width: 1199px) {
    .page-id-612 .cookie-banner .cookie-banner-image {
        height: 430px;
    }
}
@media (max-width: 991px) {
    .page-id-612 .cookie-banner .cookie-banner-image {
        height: auto;
    }
}
@media (max-width: 1025px) {
    .page-id-612 .cookie-banner .cookie-banner-image .service-banner {
        height: 430px;
    }
}
@media (max-width: 991px) {
    .page-id-612 .cookie-banner .cookie-banner-image .service-banner {
        height: auto;
    }
}
/*# sourceMappingURL=style.css.map */