@font-face {
	font-family: 'Ubuntu-Regular';
	src: url('/fonts/Ubuntu-Regular.eot');
	/* IE9 Compat Modes */
	src: url('/fonts/Ubuntu-Regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('/fonts/Ubuntu-Regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('/fonts/Ubuntu-Regular.woff') format('woff'),
		/* Pretty Modern Browsers */
		url('/fonts/Ubuntu-Regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('/fonts/Ubuntu-Regular.svg#svgFontName') format('svg');
	/* Legacy iOS */
	font-weight: normal;
}

@font-face {
	font-family: 'Montserrat-Regular';
	src: url('/fonts/Montserrat-Regular.eot');
	/* IE9 Compat Modes */
	src: url('/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('/fonts/Montserrat-Regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('/fonts/Montserrat-Regular.woff') format('woff'),
		/* Pretty Modern Browsers */
		url('/fonts/Montserrat-Regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('/fonts/Montserrat-Regular.svg#svgFontName') format('svg');
	/* Legacy iOS */
	font-weight: normal;
}

body {
	font-family: 'Ubuntu-Regular', sans-serif;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
p {
	color: #646464;
}

.navbar-collapse {
	justify-content: end;
}

.navbar {
	background-color: #03689e !important;
	max-height: 100px;
	z-index: 1;
	margin: 0;
}

.nav-link {
	color: #fff;
}

.top-nav {
	background-color: #0a5a85;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.navbar-brand {
	top: 30px;
	position: relative;
}

.social-links {
	padding: 8px 0;
	display: flex;
	width: 140px;
}

.social-links a {
	background-color: #fff;
	border-radius: 50px;
	width: 27px;
	height: 27px;
	display: flex;
	margin: 0 auto;
	text-align: center;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.social-links a i {
	color: #0a5a85;
	font-size: 14px;
}

.cus-link {
	background-color: #fff;
	color: #000;
	border-radius: 10px;
	margin-left: 15px;
	padding: 3px;
}

.top-right-col {
	width: 400px;
	display: flex;
	align-items: center;
	justify-content: end;
}

.top-right-col .cus-link {
	max-height: 34px;
	padding-right: 13px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}

.top-right-col .cus-link img {
	width: 28px;
}

.main-banner {}

.sections {
	width: 100%;
	float: left;
}

/*========== banner carousal styles ==========*/

.slide-box {
	background-color: #ccc;
	text-align: center;
	max-height: 725px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.slide-box {
	background-color: #ccc;
	text-align: center;
	max-height: 725px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.slide-box img {
	width: 100%;
}

.slide-box .banner-txt {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.slide-box .banner-txt h1 {
	color: #f7d862;
	font-size: 50px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 600;
	position: relative;
}

.slide-box .banner-txt h1:after {
	content: "";
	display: block;
	width: 150px;
	height: 5px;
	background: #f7d862;
	right: 0;
	bottom: -15px;
	position: absolute;
	left: 0;
	margin: 0 auto;
}

.slide-box .banner-txt p {
	color: #fff;
	font-size: 28px;
	text-transform: uppercase;
	padding-top: 60px;
}

/*========== quote sectio styles ==========*/
.quote-section {
	background-color: #c4dfe5;
	background-image: url('/images/quote-form-graphBG.png');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
}

.quote-heading {
	padding-top: 80px;
	font-size: 30px;
	font-weight: 600;
	color: #03689e;
	position: relative;
	z-index: 2;
}

.tab-panel {
	margin: 30px 0 360px;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.tab-panel .quote-monogram {
	position: absolute;
	top: -83px;
	right: 0;
	z-index: -1;
}

.tab-panel .quote-map {
	position: absolute;
	top: -112px;
	right: 420px;
	z-index: -1;
}

.tab-content {
	background-color: #fff;
	padding: 30px 20px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0px 5px 18px #b0b0b0;
}

.nav-tabs .nav-link {
	background-color: #fff;
	color: #000;
	font-weight: 600;
	padding: 10px 30px;
}

.nav-tabs .nav-item {
	margin-right: 4px;
}

.nav-tabs .nav-link.active {
	background-color: #f7d862;
}

.quote-frm {}

.measures-row .input-group {
	width: 60%;
}

.measures-row .mesr-col {
	display: flex;
	align-items: baseline;
	width: 20%;
}

.quote-frm-btn {
	height: 40px;
	width: 130px;
	display: flex;
	justify-content: space-between;
	font-weight: 600;
	margin: 10px auto 20px;
}

.quote-frm-btn img {
	width: 26%;
	left: -4px;
	position: relative;
	top: 0px;
}


/*========== Transportation section ==========*/
.transport-section .sec-heading {
	font-size: 38px;
	color: #03689e;
	text-align: center;
	padding: 90px 0 60px;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
}

.transport-section .sec-heading:after {
	content: "";
	display: block;
	width: 67px;
	height: 3px;
	background: #f7d862;
	right: 0;
	top: 74%;
	position: absolute;
	left: 0;
	margin: 0 auto;
}

.transport-section img {
	width: 100%;
}

.transport-section .carousel-inner {
	display: flex;
}

.transport-section .carousel-item {
	display: block;
	margin-right: 0;
	flex: 0 0 calc(100%/4);
}

.transport-section .transport-box {
	padding: 0;
	overflow: hidden;
}

.transport-box h3 {
	position: absolute;
	text-align: center;
	padding: 15px;
	width: 100%;
	color: #fff;
	font-size: 24px;
	top: 30px;
	margin: 0;
	text-transform: uppercase;
}

.transport-txtBox {
	position: absolute;
	bottom: -270px;
	display: inline-block;
	background: rgba(3, 104, 158, 0.8);
	transition: 0.5s ease-out;
}

.transport-box:hover .transport-txtBox {
	bottom: 0;
	transition: 0.5s ease-out;
}

.transport-txtBox .trans-txt {
	padding: 50px 15px;
	text-align: center;
}

.transport-txtBox .trans-txt p {
	color: #fff;
	text-align: center;
	font-size: 16px;
}

.transport-txtBox .transport-btn {
	background: #fff;
	border: none;
	padding: 5px 30px;
	border-radius: 30px;
	color: #10618c;
	font-weight: 600;
}

/* owl nav */
.transport-section .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	max-height: 690px;
}

.transport-section .owl-prev span,
.transport-section .owl-next span {
	color: #FFF;
	font-size: 0;
	width: 35px;
	height: 50px;
	display: inline-block;
	background-image: url('/images/transport-arrow.png');
	background-size: cover;
	background-position: left;
}

.transport-section .owl-next span {
	background-position: right;
}

.transport-section .owl-prev span:hover,
.transport-section .owl-next span:hover {
	color: #8199A3;
}

.transport-section .owl-prev,
.transport-section .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}

.transport-section .owl-prev {
	left: 7px;
}

.transport-section .owl-next {
	right: 7px;
}

.transport-section .owl-carousel .owl-nav.disabled {
	display: block;
}

/* removing blue outline from buttons */
.transport-section button:focus,
.transport-section button:active {
	outline: none;
}

/*========== services section ==========*/
.services-section {
	background-image: url(/images/services-BG.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: contain;
	position: relative;
	background-size: 100%;
}

.sec-heading {
	font-size: 38px;
	color: #f7d862;
	text-align: center;
	padding: 90px 0 60px;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
}

.sec-heading:after {
	content: "";
	display: block;
	width: 67px;
	height: 3px;
	background: #f7d862;
	right: 0;
	top: 74%;
	position: absolute;
	left: 0;
	margin: 0 auto;
}

.serv-box {
	position: relative;
	width: 100%;
	height: 100%;
	color: #10618c;
	background-color: #f8f8f8;
	border: 3px solid #f7d862;
	padding: 16px 16px 50px 16px;
	cursor: pointer;
	border-bottom: 11px solid #f7d862;
	transition: 0.3s ease-out;
	overflow: hidden;
}

.serv-img {
	width: 100%;
	padding: 8px 0 20px;
}

.serv-heading {
	font-size: 22px;
	font-weight: 600;
	margin-top: 40px;
	transition: 0.3s ease-out;
}

.serv-para {
	font-size: 16px;
	margin-bottom: 15px;
}

.serv-hover-box {
	min-height: auto;
	margin-top: 20px;
	position: absolute;
	bottom: -100px;
}

.serv-btn {
	padding: 10px 30px;
	border-radius: 30px;
	border: none;
	background-color: #f7d862;
	min-width: 157px;
	font-weight: 500;
    display: inline-block;
    text-align: center;
    color: #000;
    font-weight: 600;
}

.serv-row .col-md-6 {
	margin-bottom: 38px;
}

.serv-ship-bg {
	position: absolute;
	left: 0;
	top: 550px;
}

.serv-box:hover .serv-btn {
	display: block;
	transition: 0.3s ease-out;
}

.serv-box:hover .serv-hover-box {
	bottom: 40px;
	transition: 0.3s ease-out;
}

.serv-box:hover>.serv-heading {
	margin-top: 0px;
	transition: 0.3s ease-out;
}

/*========== deliver section ==========*/
.deliver-section {
	background-color: #333;
	background-image: url('/images/deliver-BG.jpg');
	background-repeat: no-repeat;
	background-size: cover;

}

.deliv-box {
	color: #fff;
}

.deliv-circle {
	width: 161px;
	height: 161px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	position: relative;
}

.deliv-panel {
	display: flex;
	justify-content: center;
	margin-top: 120px;
	margin-bottom: 50px;
}

.deliv-circle img {
	height: fit-content;

}

.deliv-detials h3 {
	font-size: 22px;
	color: #f7d862;
	margin-top: 24px;
}

.deliv-detials p {
	color: #fff;
}

.deliv-inner {
	width: 250px;
	text-align: center;
	position: relative;
}

.deliv-link {
	text-decoration: none;
	color: #fff;
}

.deliv-link:hover {
	text-decoration: underline;
}

.deliv-link span {
	font-size: 18px;
	color: #f7d862;
	font-weight: 500;
}

.deliv-link i {
	color: #fff;
	top: 3px;
	position: relative;
	left: 4px;
	font-size: 20px;
}

.deliv-link:hover i {
	left: 6px;
	transition: left 0.2s;
}

.deliv-num {
	width: 48px;
	height: 48px;
	background-color: #f7d862;
	border-radius: 50%;
	color: #333;
	font-size: 25px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
}

.deliv-panel .col-md-2 {
	width: 20%;
}

.deliv-panel .odd-col {
	top: -94px;
	position: relative;
}

.deliv-arrow {
	position: absolute;
	right: -60px;
	width: 100px;
}

.deliv-arrow img {
	width: 80%;
}

.deliv-panel .odd-col .deliv-arrow {
	transform: rotate(45deg);
	top: 91px;
	right: -68px;
}

/*========== Stastics section ==========*/
.stastics-section {}

.stastics-section .sec-heading {
	padding: 76px 0 60px;
	color: #03689e;
	text-transform: uppercase;
}

.stast-panel {
	background-image: url('/images/stastics-BG.jpg');
	padding: 56px 0;
}

.stast-box {
	background-color: #0a5379;
	border: 1px solid #f7d862;
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 36px 0 40px;
}

.stast-circle {
	width: 58px;
	height: 58px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;

}

.stast-circle img {
	height: fit-content;
}

.stast-details {
	text-align: center;
	margin-top: 14px;
}

.stast-details h3 {
	color: #f7d862;
	font-size: 28px;
	margin-bottom: 6px;
}

.stast-details p {
	color: #fff;
	font-size: 14px;
	margin: 0;
}

.stast-panel .col-md-2 {
	width: 20%;
}

/*========== Globe section ==========*/
.globe-section {
	background-color: #313334;
}

.globe-header {
	color: #fff;
	margin-top: 110px;
	border-bottom: 5px solid #2276a3;
	padding-bottom: 26px;
}

.globe-header .headings {}

.globe-header .headings h3 {
	font-size: 36px;
	font-weight: normal;
}

.globe-header .headings h4 {
	font-size: 36px;
}

.globe-header .view-loc-btn {
	max-width: 254px;
	background-color: #f7d862;
	height: 52px;
	border: none;
	margin-bottom: 16px;
}

.globe-header .row {
	justify-content: space-between;
	align-items: end;
}

.globe-header .view-loc-btn:hover {
	background-color: #605014;
	color: #fff;
}

.globe-map-box {
	padding: 30px 0;
	position: relative;
}

.globe-map-box img {
	width: 100%;
}

.globe-map-box .loc-dot {
	position: absolute;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	cursor: pointer;
}

.globe-map-box .loc-dot:hover {
	background-color: #ae932d;
}

.globe-map-box .yellow-dot {
	left: 216px;
	top: 46%;
	background-color: #f7d862;
}

.globe-map-box .blue-dot {
	background-color: #4bb6ef;
	right: 206px;
	bottom: 22%;
}

.loc-popup {
	width: 540px;
	height: 241px;
	background-color: #f7d862;
	position: absolute;
	border-radius: 70px;
	padding: 50px;
}

.loc-popup .close-btn {
	position: absolute;
	right: 40px;
	top: 20px;
	font-weight: bold;
	font-size: 19px;
}

.globe-map-box .loc-usa .loc-popup {
	top: -100px;
	left: 40px;
	background-color: #f7d862;
}

/*========== customer section ==========*/
.cust-panel {
	text-align: center;
}

.cust-panel img {
	padding: 10px 20px;
}

.customers-section .sec-heading {
	color: #03689e;

}

/*========== blog section ==========*/
.blog-section .sec-heading {
	color: #03689e;
}

.blog-panel {
	width: 100%;
	float: left;
}

.blog-col {}

.blog-img {
	width: 100%;
	float: left;
}

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

.blog-details {
	background-color: #fafbfc;
	padding: 24px 20px;
	border: 1px solid #ebecf0;
	width: 100%;
	float: left;
}

.blog-details h4 {
	font-size: 20px;
	font-weight: 700;
}

.blog-details span {
	font-size: 14px;
	color: #03689e;
	font-weight: 500;
}

.blog-details p {
	font-size: 14px;
	color: #999999;
	margin-bottom: 20px;
}

.blog-details a {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.blog-details a i {
	top: 1px;
	position: relative;
	left: 4px;
}

.blog-details a:hover {
	text-decoration: underline;
}

.blog-btn-wrap {
	margin: 40px 0;
	text-align: center;
}

.oval-btn {
	min-width: 220px;
	border-radius: 30px;
	border: none;
	min-height: 48px;
	background-color: #f7d862;
	font-size: 18px;
	font-weight: 600;
    text-align: center;
    color: black;
    text-decoration: none;
    line-height: 40px;
}

.oval-btn:hover {
	background-color: #605014;
	color: #fff;
}

.oval-btn i {
	position: relative;
	left: 4px;
}

/*========== Footer section ==========*/
footer {
	width: 100%;
	float: left;
	background-color: #085782;
	color: #fff;
	padding: 100px 0 0;
	position: relative;
	border-top: 3px solid #f7d862;
}

footer p {
	color: #fff;
}

.f-col {}

.f-links {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: column wrap;
	margin-bottom: 20px;
}

.f-links a {
	color: #fff;
	text-decoration: none;
	padding: 0 0 10px 20px;
	background-image: url('/images/footer-bullet-icon.png');
	background-repeat: no-repeat;
	background-position: 0px 7px;
	font-size: 15px;
}

.f-links a:hover {
	text-decoration: underline;
}

.footer-heading {
	font-size: 20px;
	font-weight: 600;
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 36px;
}

.footer-heading:after {
	content: "";
	display: block;
	width: 44px;
	height: 3px;
	background: #fff;
	right: 0;
	top: 40px;
	position: absolute;
	left: 0;
}

.f-coninfo-box {
	width: 100%;
	float: left;
	display: flex;
}

.coninfo-icon {
	width: 46px;
	height: 46px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.coninfo-details {
	width: calc(100% - 56px);
}

.f-label {
	font-size: 14px;
	margin-bottom: 0px;
}

.f-info {
	font-weight: 500;
}

.f-links input,
.f-links select {
	margin-bottom: 10px;
}

footer .oval-btn {
	min-width: 40px;
	padding: 0;
	width: 150px;
	min-height: 36px;
	margin-top: 14px;
	font-size: 16px;
}

footer label {
	font-size: 14px;
}

.footer-bottom {
	border-top: 2px solid #03689e;
	font-size: 14px;
}

.copyright-txt {
	font-weight: normal;
	display: flex;
	align-items: end;
}

.copyright-txt span {
	color: #f7d862;
}

.f-social-links {
	display: flex;
}

.f-social-links a {
	width: 40px;
	height: 40px;
	display: flex;
	background-color: #186a97;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
	margin: 7px 0 7px 10px;
}

.f-social-links a:hover {
	background-color: #0d4462;
}

footer .privacy-txt {
	display: flex;
	justify-content: space-around;
	align-items: end;
}

.f-logo {
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 171px;
}

/*========== getintouch section ==========*/
.getintouch-section {
	padding: 60px 0 44px;
	background-image: url('/images/getintouch-BG.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.getintouch-heading {
	font-size: 20px;
	color: #f7d862;
	position: relative;
	margin-bottom: 40px;
}

.getintouch-heading:after {
	content: "";
	display: block;
	width: 67px;
	height: 3px;
	background: #f7d862;
	left: 0;
	top: 36px;
	position: absolute;
	left: 0;
	margin: 0 auto;
}

.getintouch-section h2 {
	font-size: 36px;
	color: #fff;
}

.getintouch-con {
	display: flex;
	justify-content: end;
	align-items: center;
}

/*========== upfooter-graph ==========*/
.upfooter-graph {
	height: 332px;
	background-image: url('/images/upfooter-graph-BG.jpg');

}

#target {
	cursor: pointer;
}

/*========== Navigation ==========*/
#cover {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(100, 100, 100, .4);
	z-index: 9;
	display: none;
}

/*========== About Us ==========*/
.innerPages-banner {
	width: 100%;
	float: left;
	background-image: url('/images/services-banner.jpg');
	text-transform: uppercase;
	background-size: cover;
	background-repeat: no-repeat;
}

.innerPages-banner .cust-btn {
	background-color: #fff;
}

.innerPages-bannerHeading {
	font-size: 64px;
	color: #fff;
	font-weight: 600;
	position: relative;
}

.innerPages-bannerHeading:after {
	content: "";
	display: block;
	width: 96px;
	height: 5px;
	background: #f7d862;
	top: 105%;
	position: absolute;
	left: 0;
}

.innerPages-bannerTxtBox {
	margin: 230px 0 147px;
}

.innerPages-bannerTxt {
	font-size: 24px;
	color: #fff;
	margin: 25px 0 35px;
	text-transform: capitalize;
}

.cust-btn {
    min-width: 218px;
    border-radius: 10px;
    border: none;
    padding: 5px;
    font-size: 21px;
    font-weight: bold;
    min-height: 50px;
    text-align: left;
    width: 240px;
    background-color: #f7d862;
    display: flex;
    align-items: center;
    color: black;
    text-decoration: none;
}

.cust-btn img {
	margin-right: 20px;
}

.cust-btn:hover {
	background-color: rgba(255, 255, 255, .4);
}

.breadcrumb-nav {
	width: 100%;
	background-color: #03689e;
	padding: 24px 0;
	float: left;
}

.breadcrumb-nav a {
	color: #c3eaff;
	font-size: 16px;
	text-decoration: none;
}

.breadcrumb-nav a.active {
	color: #fff;
}

.breadcrumb-nav a:hover {
	text-decoration: underline;
}

.breadcrumb-nav span {
	color: #fff;
	margin: 0 10px;
}

.aboutUs-section {
	padding-bottom: 40px;
}

.aboutUs-heading {
	font-size: 38px;
	color: #03689e;
	font-weight: bold;
	margin-top: 48px;
	text-transform: uppercase;
	position: relative;
}

.aboutUs-heading:after {
	content: "";
	display: block;
	width: 67px;
	height: 3px;
	background: #e1c96e;
	left: 0;
	top: 106%;
	position: absolute;
	left: 0;
	margin: 0 auto;
}

.aboutUs-section h3 {
	font-family: 'Montserrat-Regular';
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 900;
	margin-top: 44px;
}

.aboutUs-section .icon-col {
	margin-top: 36px;

}

.aboutUs-section .icon-col h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bolder;
}

.aboutUs-section .icon-col h4 img {}

.aboutUs-section .right-col {
	text-align: right;
	margin: 42px 0;
}

.aboutUsAD-section {
	background-image: url('/images/aboutUsAD-BG-img.jpg');
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.aboutUsAD-section h2 {
	color: #fff;
	font-size: 48px;
	font-weight: 600;
	margin-top: 78px;
}

.aboutUsAD-section button {
	width: 224px;
	background-color: #f7d862;
	height: 50px;
	position: relative;
	top: 4px;
	margin-right: 40px;
}

.aboutUsAD-section .mob-num {
	width: 248px;
	display: flex;
    align-items: center;
}

.aboutUsAD-section .mob-num .call-img {
	width: 55px;
}

.aboutUsAD-section .mob-num .call-num {
	width: calc(100% - 55px);
}

.aboutUsAD-section .mob-num .call-num p {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
}

.aboutUsAD-row {
	margin: 44px 0 94px;
	display: flex;
	justify-content: center;
}

.aboutUsSec-heading {
	color: #03689e;
}

.ourTeam-section {}

.team-box {}

.team-col {
	position: relative;
	margin-bottom: 30px;
}

.team-col img {
	width: 100%;
}

.team-desc {
	position: absolute;
	bottom: 16px;
	display: flex;
	flex-flow: column;
	align-items: start;
	left: 30px;
}

.team-desc .desig {
	background-color: #03689e;
	color: #fff;
	padding: 7px 20px;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 600;
}

.team-desc .name {
	background-color: #fff;
	color: #000;
	padding: 14px 50px;
	font-size: 24px;
	font-weight: 900;
	border-radius: 3px;
}

.expertForm-section {
	margin-top: 60px;
}

.expert-form {
	margin-top: 42px;
}

.expertForm-box {
	box-shadow: 0px 0px 14px #ccc;
	padding: 0px 30px 60px;
	border-radius: 14px;
	background-color: #fdfdfd;
	display: table;
	background-image: url('/images/expertForm-BG.png');
	background-repeat: no-repeat;
	background-position: 106% -113px;
}

.expert-form .row {
	margin-bottom: 24px;
}

.expert-form .cust-btn {
	min-width: 160px;
	width: 130px;
	font-size: 20px;
	margin-left: 12px;
}

.expert-form input {
	height: 50px;
}

.expert-form .cust-btn:hover {
	background-color: #fbe387;
}

.expertForm-section .aboutUs-heading {
	font-size: 30px;
}

.allServices-section {}

.services-box {
	padding: 78px 48px;
	background-color: #ccc;
	background-image: url(/images/aboutUs-services-BG.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.services-box .row {
	margin-bottom: 50px;
	position: relative;
	display: flex;
	justify-content: center;
}

.services-box .row .horz-brdr-line {
	background-color: #8e793d;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -30px;
}

.services-col {
	text-align: center;
	padding: 0 4%;
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: space-between;
}

.services-col .brdr-line {
	background-color: #8e793d;
	width: 1px;
	height: 90%;
	position: absolute;
	right: 0;
	top: 20px;
}

.services-col h3 {
	font-size: 22px;
	color: #f7d862;
	margin-top: 25px;
}

.services-col p {
	color: #fff;
	margin: 30px 0 25px;
}

.services-circle {
	width: 135px;
	height: 135px;
	background-color: #f7d862;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.services-col .cust-btn {
	font-size: 16px;
	min-width: 160px;
	width: 160px;
}

.services-col .cust-btn img {
	margin-right: 15px;
}

.book-fasterAD {}

.book-fasterAD-box {
	background-color: #106b9b;
	border-radius: 10px;
	padding: 30px 35px;
	margin-top: 26px;
}

.book-fasterAD-box .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.book-fasterAD-box h3 {
	font-size: 32px;
	color: #fff;
	font-weight: 500;
	margin: 30px 0;
}

/*========== Services ==========*/
.servicesAD-box .book-fasterAD-box {
	padding: 0px 35px;
	height: 220px
}

.servicesAD-box .ADright-col {
	text-align: center;
	padding-bottom: 80px;

}

.servicesAD-box .ADleft-col {
	position: relative;
	top: -46px;
}

.servicesAD-box .cust-btn {
	background-color: #fff;
}

.servicesAD-box .cust-btn:hover {
	background-color: rgba(255, 255, 255, .4);
}

.servOffer-section {
	background-image: url(images/offerSection-BG.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 126px;
}

.offer-box {}

.repuBox-top {
	background-color: #106b9b;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 20px 20px;
	display: flex;
	width: 88%;
	margin: 0 20px;
	position: relative;
}

.repuBox-top h4 {
	color: #fff;
}

.repuBox-top p {
	color: #fff;
}

.repuBoxLeft-col {
	width: 74px;
	margin-right: 18px;
	display: flex;
	align-items: center;
}

.repuBoxRight-col {
	width: calc(100% - 92px);
}

.repuIcon-circle {
	width: 74px;
	height: 74px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.offer-box .cust-btn {
	min-width: 150px;
	width: 150px;
	font-size: 16px;
	background-color: #fff;
	min-height: 30px;
}

.offer-box .cust-btn img {
	margin-right: 12px;
}

.repuBox-top .leftSidePan {
	position: absolute;
	bottom: 0;
}

.repuBox-top:after {
	content: "";
	display: block;
	width: 37px;
	height: 97px;
	bottom: -30px;
	position: absolute;
	left: -13px;
	margin: 0 auto;
	background-image: url(images/offerBox-leftSidePan.png);
	background-repeat: no-repeat;
}

.repuBox-bottom {
	background-color: #f7d862;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	width: 88%;
	margin: 0 44px;
	padding: 20px 20px;
	display: flex;
	color: #000;
	position: relative;
}

.repuBox-bottom .repuBoxLeft-col {
	width: 74px;
	margin: 0 0 0 18px;
}

.repuBox-bottom p {
	color: #122831;
}

.repuBox-bottom:after {
	content: "";
	display: block;
	width: 22px;
	height: 120px;
	top: 40px;
	position: absolute;
	right: -22px;
	margin: 0 auto;
	background-color: #dcc055;
	border-top-right-radius: 13px;
	border-bottom-right-radius: 13px;
}

.servicesAD-box {
	margin-bottom: 62px;
}

.review-section {
	background-color: #096495;
	background-image: url(images/review-BG.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.review-col {
	text-align: center;
}

.review-col .review-col-inner {
	background-color: #fff;
	padding: 36px 20px;
}

.review-col p {}

.reviewer-name {
	font-weight: 600;
}

.reviewer-name span {
	color: #03689e;
}

.review-star {
	margin-bottom: 30px;
}

.ratings-box {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-flow: column;
}

.ratings-box h3 {
	font-size: 24px;
	font-weight: 600;
	color: #f7d862;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.ratings-box h4 {
	color: #fff;
	font-size: 26px;
	font-weight: 600;
}

.ratings-box p {
	color: #fff;
	font-weight: 600;
	margin-top: 20px;
}

.review-row {
	padding: 60px 0 110px;
}

.carousel-control {
	position: absolute;
	top: 0;
	z-index: 99;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	height: 90px;
	margin: auto;
	bottom: 0;
}

.carousel-control .carousel-control-prev,
.carousel-control .carousel-control-next {
	position: initial;
	background: transparent;
	border: 2px solid #fff;
}

.carousel-control-prev {
	right: 0px;
	bottom: -80px;
	height: 60px;
	width: 60px;
	top: unset;
	background-color: #fff;
	border-radius: 50%;
	left: unset;
}

.carousel-control-next {
	right: 80px;
	bottom: -80px;
	height: 60px;
	width: 60px;
	top: unset;
	background-color: #fff;
	border-radius: 50%;
}

.carousel-control-prev-icon {
	background-image: url('/images/ban-arrow.png');
	background-size: 100%;
	transform: rotate(-180deg);
	width: 15px;
	height: 15px;
	margin-left: -5px;
}

.carousel-control-next-icon {
	background-image: url('/images/ban-arrow.png');
	background-size: 100%;
	transform: rotate(0deg);
	width: 15px;
	height: 15px;
}

.carousel-control-prev i,
.carousel-control-next i {
	font-size: 24px;
	color: #1c1c1c;
	left: -14px;
	position: relative;
}

.ban-movingIcon {
	position: absolute;
	width: 50px;
	height: 100px;
	bottom: 100px;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0.8;
	cursor: pointer;
}

.ban-movingIcon .ban-movingLine {
	width: 2px;
	height: 100%;
	background: #fff;
	border-radius: 2px;
}

.ban-movingIcon .ban-movingLine {
	width: 2px;
	height: 100%;
	background: #fff;
	border-radius: 2px;
	margin: auto;
}

.ban-movingIcon .ban-movingArrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50px;
	margin-top: 20px;
	-webkit-animation: movingArrow 1s infinite alternate;
	animation: movingArrow 1s infinite alternate;
}

.ban-movingIcon .ban-movingArrow img {
	width: 16px;
	height: auto;
	transform: rotate(90deg);
}

@keyframes movingArrow {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}

.chooseUs-section {
	background-color: #f1ece6;
	background-image: url(images/whyChooseUs-BG.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.choose-col {
	border-radius: 20px;
	position: relative;
	margin-bottom: 100px;
}

.choose-col-inner {
	background-color: #fff;
	border-radius: 20px;
}

.choose-col p {
	padding: 80px 20px 20px;
	font-size: 18px;

}

.choose-col .bottom-bar {
	background-color: #106b9b;
	color: #fff;
	padding: 16px 10px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.chooseUs-section .sec-heading {
	color: #03689e;
}

.choose-col .choose-circle {
	width: 116px;
	height: 116px;
	background-color: #f7d862;
	border-radius: 50%;
	position: absolute;
	top: -64px;
	margin: 0 auto;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.chooseUs-section .chooseUs-row {
	padding-top: 64px;
}

.serviceProcess-section {}

.servProcess-topImg {
	position: relative;
}

.servProcess-topImg {
	position: relative;
	width: 100%;
	float: left;
}

.servProcess-topImg .sec-heading {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	padding-top: 10%;
}

.servProcess-topImg .sec-heading:after {
	top: 82%;
}

.servProcess-topImg img {
	width: 100%;
}

.servProcess-box {
	width: 100%;
	float: left;
	position: relative;
	top: -30px;
	margin-bottom: 60px;
}

.servProcess-col {
	width: 20%;
	display: flex;
	flex-flow: column;
	align-items: center;
}

.servProcess-numCirlce {
	width: 48px;
	height: 48px;
	background-color: #f7d862;
	border-radius: 50%;
	font-size: 22px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -92px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.servProcess-iconBox {
	width: 108px;
	height: 97px;
	border: 3px solid #f7d862;
	position: relative;
	display: flex;
	justify-content: center;
	background-color: #fff;
	align-items: center;
}

.servProcess-iconBox img.pro-icon {
	width: 74%;
	height: fit-content;
}

.servProcess-box .white-angle {
	width: 50px;
	height: 23px;
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.servProcess-col h4 {
	color: #106b9b;
	font-size: 20px;
	font-weight: 600;
	margin-top: 23px;
}

.servProcess-col p {
	font-weight: 600;
	color: #797979;
	text-align: center;
	margin-bottom: 16px;
}

.servProcess-link {
	color: #2a2a2a;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

.servProcess-link:hover {
	text-decoration: underline;
}

.servProcess-link img {
	margin-right: 8px;
}

.servWorldMap-section {
	background-color: #224d78;
}

.servWorldMap-box {
	text-align: center;
	margin-bottom: 60px;
}

.servWorldMap-section .sec-heading {}

.servWorldMap-section .sec-heading:after {
	top: 80%;
}

/*========== Contact Us ==========*/
.contactUsBanner-box {
	width: 100%;
	float: left;
}
.contactUsBanner-searchBox {
    display: flex;
    align-items: center;
    background: #fff;
    width: 80%;
}
.contactUsBanner-searchBox input[type="text"] {
    width: 100%;
    height: 50px;
    border: none;
	outline: none;
    padding: 5px 15px;
}
.searchBox-icon {
    width: 50px;
    height: 50px;
	padding: 10px;
    display: block;
	background: #f7d862;
	cursor: pointer;
}
.searchBox-icon img {
    width: 100%;
}
.contactUsBanner-rightCol {
	background-image: url(/images/ontactUsBanner-rightCol-BG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 100px;
    display: flex;
    align-items: center;
}

.contactUsBanner-leftCol {
	padding: 0;
}

.contactUsBanner-leftCol img {
	width: 100%;
}

.contactUs-heading {
	font-size: 32px;
	color: #f7d862;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
}

.contactUs-heading:after {
	content: "";
	display: block;
	width: 39px;
	height: 3px;
	background: #f7d862;
	top: 113%;
	position: absolute;
	left: 0;
	margin: 0 auto;
}

.contactUsBanner-rightTxt {
	color: #fff;
}

.contactUsBanner-rightTxt h3 {
	margin: 33px 0 20px;
}

.contactUsBanner-rightTxt p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 18px;
}
.contactUs-section {
	padding: 50px 0;
}

.servCol-iconBox {
	display: flex;
	align-items: center;
}
.servCol-iconImg {
    margin-right: 15px;
}
.servCol-iconText {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
    font-weight: 600;
}
.servCol-iconList {
    display: block;
    margin-top: 40px;
}
.servCol-iconList ul {
    list-style: none;
    padding: 0;
}
.servCol-iconList ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}
.servCol-iconList ul li img {
    margin-right: 7px;
}

.contact-servCol {
    position: relative;
    display: block;
    width: 100%;
    min-height: 390px;
    padding: 15px;
    border: 2px solid #106b9b;
    border-radius: 15px;
    border-bottom: 10px solid #106b9b;
    margin: 20px 0;
    background: url('images/contact-serv-map.png');
    background-size: initial;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.contact-servCol:after {
	content: '';
	position: absolute;
	left: 10px;
	bottom: -43px;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 0px solid transparent;
	border-top: 40px solid #106b9b;
	transform: rotate(-10deg);
}

.contact-servCol.yellow-border {
	border: 2px solid #f7d862;
	border-bottom: 10px solid #f7d862;
}

.contact-servCol.yellow-border:after {
	border-top: 40px solid #f7d862;
}

.getIn-touch.sections {
	position: relative;
	padding: 70px 0;
	background: url('images/how-get-touch-bg.png');
	background-size: cover;
	background-position: center;
	color: #fff;
}
.getIn-touch.sections:after {
	content:'';
	position:absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background: #000;
	opacity: 0.8;
}

.getIn-touch-box {
    text-align: center;
    position: relative;
    z-index: 1;
}
.getIn-touch.sections h2{
    font-size: 38px;
    color: #f7d862;
    text-align: center;
    padding-bottom:30px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}
.getIn-touch.sections h2:after{
    content: "";
    display: block;
    width: 67px;
    height: 3px;
    background: #f7d862;
    right: 0;
    top: 74%;
    position: absolute;
    left: 0;
    margin: 0 auto;
}

.getIn-touch.sections p {
    color: #fff;
    font-size: 22px;
}

.contactDetail {
	display: block;
	padding: 50px 0;
}
.contactDetail-Box .row {
    margin: 30px 0;
}
.contactDetail-col {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0 15px;
}

.contactDetail-text {
    height: 100%;
    min-height: 300px;
    width: 100%;
    margin: 0 15px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contactDetail-text h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: uppercase;
    background: #f7d862;
    padding: 15px;
}

.contactDetail-text a {
    text-decoration: none;
    text-align: center;
    display: block;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 15px 15px 0px 15px;
}
.contactDetail-text span.contact-emails {
    display: block;
    position: relative;
    padding: 15px 0 0 50px;
    background: url(images/contact-emailIcon.png);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: 15px 28px;
}
.contactDetail-text span.contact-emails a {
    font-size: 16px;
    padding: 0 15px;
    word-break: break-all;
    text-align: left;
}

.contactDetail-text p {
    padding: 15px;
    margin-bottom: 15px;
}

.contactDetail-icon {
    width: 150px;
    height: 100%;
    background: #f7d862;
    padding: 30px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contactDetail-icon img {
    width: 83px;
	height: fit-content;
}

.contactDetail-icon.location-cont img {
    width: 61px;
}

.contactDetail-col.blueCol-details .contactDetail-icon {
	background: #0b5a85;
}
.contactDetail-col.blueCol-details .contactDetail-text h3 {
    background: #0b5a85;
	color: #fff;
}
.contactDetail-col.noCol-details .contactDetail-text {
    box-shadow: none;
}
.contactDetail-col.noCol-details .contactDetail-text h3 {
    background: #fff;
}

.map-section iframe {
	width: 100%;
}

.booking-form {
	padding: 50px 0;
}

.booking-form-box h3 {
    font-size: 30px;
    color: #03689e;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    margin-top: 30px;
	margin-bottom: 15px;
}

.booking-form-box h3:after {
    content: "";
    display: block;
    width: 67px;
    height: 3px;
    background: #e1c96e;
    position: absolute;
    top: 106%;
    left: 12px;
    margin: 0 auto;
}

.booking-form-box p {
    font-size: 24px;
    color: #000;
    font-weight: 600;
	margin: 0;
}

.booking-form-box h4 {
    font-size: 28px;
    color: #ed1c24;
    font-weight: 600;
}

.booking-form-box form {
    margin-top: 30px;
}

.booking-form-box form input {
    border-radius: 0;
    height: 65px;
    border: 1px solid #03689e;
    font-size: 18px;
    padding: 15px;
}

.booking-form-box form textarea {
    border-radius: 0;
    height: 125px;
    border: 1px solid #03689e;
    font-size: 18px;
    padding: 15px;
	margin: 30px 0;
}

.social-media-Official {
	display: block;
	background: #0b5a85;
}

.social-media-col {
	display: flex;
	align-items: center;
	padding: 30px 15px;
	width: 100%;
	height: 100%;
}

.social-media-col:hover {
	background: #0094d2;
}

.social-media-col h3 {
	font-size: 20px;
}

.social-media-col h3,
.social-media-col p {
	color: #fff;
}

.social-media-icon {
	margin-right: 30px;
}

/*========== Career ==========*/

.careerBanner-box {
	width: 100%;
	float: left;
}
.careerBanner-searchBox {
    display: flex;
    align-items: center;
    background: #fff;
    width: 80%;
    margin-bottom: 30px;
}
.careerBanner-searchBox input[type="text"] {
    width: 100%;
    height: 50px;
    border: none;
	outline: none;
    padding: 5px 15px;
}
.careerBanner-rightCol {
    background-image: url(/images/career-ban2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 100px;
    display: flex;
    align-items: center;
}

.careerBanner-leftCol {
	padding: 0;
}

.careerBanner-leftCol img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.careerBanner-heading {
	font-size: 32px;
	color: #f7d862;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
}

.careerBanner-heading:after {
	content: "";
	display: block;
	width: 39px;
	height: 3px;
	background: #f7d862;
	top: 113%;
	position: absolute;
	left: 0;
	margin: 0 auto;
}

.careerBanner-rightTxt {
	color: #fff;
}

.careerBanner-rightTxt h3 {
	margin: 33px 0 20px;
}

.careerBanner-rightTxt p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 18px;
}

.career-section  {
    position: relative;
    padding: 70px 0;
}
.career-servCol {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 30px 15px;
    width: 100%;
    max-width: 364px;
    height: 100%;
}
.career-servCol:after {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
	background: #000;
	opacity: 0.7;
    z-index: 0;
}
.career-servImg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.career-servImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.career-servText {
    position: relative;
    z-index: 1;
}
.career-servText h2 {
    position: relative;
    padding-bottom: 30px;
    color: #f7d862;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
}
.career-servText h2:after {
    content: "";
    display: block;
    width: 67px;
    height: 3px;
    background: #f7d862;
    right: 0;
    top: 74%;
    position: absolute;
    left: 0;
    margin: 0;
}
.career-servText p {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    min-height: 150px;
}
.career-servText button {
    display: flex;
    align-items: center;
    width: max-content;
    min-width: max-content;
    border-radius: 10px;
    border: none;
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    font-weight: bold;
    min-height: 50px;
    text-align: left;
    background-color: #f7d862;
}

.featured-jobs  {
    position: relative;
    padding: 0 0 70px 0;
}
.featured-jobs .container {
    max-width: 1170px;
}
.featured-jobs h2 {
    font-size: 38px;
    color: #03689e;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}
.featured-jobs h2:after {
    content: "";
    display: block;
    width: 67px;
    height: 3px;
    background: #f7d862;
    right: 0;
    top: 74%;
    position: absolute;
    left: 0;
    margin: 0 auto;
}
.featured-jobs-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 0;
}
.featured-jobs-list:last-child {
    border-bottom: none;
}
.featured-jobs-text h3 {
	font-size: 21px;
	font-weight: 600;
	color: #383d3f;
}
.featured-jobs-text p {
    font-size: 18px;
    font-weight: 500;
    color: #969696;
    margin: 0;
}
.featured-jobs-text a {
    color: #03689e;
    text-decoration: none;
    font-weight: 600;
}
.featured-jobs-btn button {
    display: flex;
    align-items: center;
    width: max-content;
    min-width: max-content;
    border-radius: 10px;
    border: none;
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    font-weight: bold;
    min-height: 50px;
    text-align: left;
    background-color: #03689e;
	color: #fff;
}
.featured-jobs-btn button:hover {
    background-color: #0a5a85;
}
.find-more-btn {
    text-align: center;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
}

.job-alerts  {
    position: relative;
    padding-bottom: 70px;
}
.job-alerts .container {
    max-width: 1170px;
}
.job-alerts-box {
    background: #f5f8fc;
}
.job-alerts-img img {
    object-fit: cover;
    width: 100%;
}
.job-alerts-text {
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.job-alerts-text h2 {
    font-size: 30px;
    color: #03689e;
    text-align: left;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}
.job-alerts-text h2:after {
    content: "";
    display: block;
    width: 67px;
    height: 3px;
    background: #f7d862;
    right: 0;
    top: 74%;
    position: absolute;
    left: 0;
    margin: 0;
}
.job-alerts-text p {
	font-size: 20px;
	font-weight: 500;
}
.job-alerts-text .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #f7d862;
    margin-bottom: 20px;
}
.job-alerts-text img {
    padding: 10px;
}
.job-alerts-text input {
    border-radius: 0;
    border: none;
	border-left: 1px solid #f7d862;
}
.job-alerts-text button.cust-btn {
    font-size: 16px;
    width: auto;
    max-width: fit-content;
    min-width: auto;
    padding: 5px 20px;
    min-height: 40px;
}

.why-become-part .container {
    max-width: 1170px;
}
.why-become-part.sections  {
    position: relative;
    padding-bottom: 70px;
}
.why-become-part-box h2 {
    font-size: 38px;
    color: #03689e;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}
.why-become-part-box h2:after {
    content: "";
    display: block;
    width: 67px;
    height: 3px;
    background: #f7d862;
    right: 0;
    top: 84%;
    position: absolute;
    left: 0;
    margin: 0 auto;
}
.why-become-part-col {
    display: flex;
    justify-content: center;
    border: 1px solid #dddddd;
    padding: 10px;
}
.why-become-part-text {
    padding: 5px 15px;
    display: block;
}
.why-become-part-text p {
    font-size: 17px;
    font-weight: 500;
}
.why-become-part-text button {
    display: flex;
    align-items: center;
    width: max-content;
    min-width: max-content;
    border-radius: 10px;
    border: none;
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    font-weight: bold;
    min-height: 40px;
    text-align: left;
    background-color: #f7d862;
}

.upload-cv .container {
    max-width: 1170px;
}
.upload-cv.sections {
    position: relative;
    padding: 100px 0 50px 0;
    background: url('/images/upload-cv-bg.jpg');
    background-size: cover;
}
.upload-cv-box .row {
    display: flex;
    align-items: center;
}
.upload-cv-text h2 {
    font-size: 38px;
    color: #fff;
    text-align: left;
    padding-bottom: 30px;
    position: relative;
    font-weight: 600;
}
.upload-cv-text h2:after {
    content: "";
    display: block;
    width: 67px;
    height: 3px;
    background: #f7d862;
    right: 0;
    top: 84%;
    position: absolute;
    left: 0;
    margin: 0;
}
.upload-cv-text p {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}
.drop-drag-cv {
    background: #fbfbfb;
    padding: 30px 15px;
    max-width: 300px;
    margin-left: auto;
    text-align: center;
}
.drop-drag-cv h2 {
    font-size: 26px;
    font-weight: 600;
    color: #2e94da;
    margin-bottom: 30px;
}
.drop-drag-cv p {
    font-size: 16px;
    font-weight: 600;
    color: #5c6367;
}
.drop-drag-cv p.text-blue {
    color: #2891da;
}
.drop-drag-cv button {
    display: flex;
    align-items: center;
    width: max-content;
    min-width: max-content;
    border-radius: 10px;
    border: none;
    padding: 5px 25px;
    font-size: 16px;
    font-weight: bold;
    min-height: 40px;
    text-align: left;
    background-color: #03689e;
    color: #fff;
    margin: auto;
}
.drop-drag-cv button:hover {
    background-color: #0a5a85;
}

.need-more-info .container {
    max-width: 1170px;
}
.need-more-info {
    position: relative;
    padding: 70px 0;
    background: url('/images/assistance-bg1.jpg');
    background-size: cover;
}
.need-more-info-box h2 {
    font-size: 50px;
    color: #03689e;
    font-weight: 600;
	margin-bottom: 30px;
}
.need-more-info-box p {
    font-size: 33px;
    color: #181818;
    font-weight: 600;
}
.need-more-info-box span.phone-number {
    background: #f7d862;
    display: inline-block;
    padding: 0 15px;
}

.sign-up-form .container {
    max-width: 1170px;
}
.sign-up-form.sections {
    position: relative;
    padding: 50px 0 30px 0;
}
.sign-up-icon {
    display: block;
    margin-bottom: 15px;
}
.sign-up-icon img {
    width: 80px;
    display: inline-block;
}
.sign-up-form-box .col-md-8 {
    display: flex;
    align-items: center;
}
.sign-up-text {
    position: relative;
	width: 100%;
    height: 85%;
    padding: 50px;
    background: url('/images/singup-bg1.jpg');
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sign-up-text h2 {
    font-size: 40px;
    font-weight: 600;
    color: #03689e;
}
.sign-up-text p {
    color: #233c55;
    font-size: 20px;
    font-weight: 600;
}
.sign-up-text .form-group {
    display: block;
    margin-top: 30px;
    margin-bottom: 15px;
}
.sign-up-text input {
    border-radius: 0;
    border: 1px solid #f7d862;
}
.sign-up-text button {
    display: flex;
    align-items: center;
    width: max-content;
    min-width: max-content;
    border-radius: 10px;
    border: none;
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    font-weight: bold;
    min-height: 40px;
    text-align: left;
    background-color: #f7d862;
}

/*========== VEHICLE TRANSPORT SIZE GUIDE ==========*/
.vehicleSize-guide.innerPages-banner {
    width: 100%;
    float: left;
    background-image: url(/images/vehicle-size-banner.jpg);
    text-transform: uppercase;
    background-size: cover;
    background-repeat: no-repeat;
}
.vehicleSize-guide .innerPages-bannerHeading:after {
    content: "";
    display: block;
    width: 96px;
    height: 5px;
    background: #f7d862;
    top: 105%;
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
}
.vehicleSize-guide .innerPages-bannerTxtBox {
    margin: 200px 0 200px;
    text-align: center;
}
.vehicleSize-guide .innerPages-bannerHeading {
    font-size: 64px;
    color: #f7d862;
    font-weight: 600;
    position: relative;
}
.vehicleSize-guide .innerPages-bannerTxt {
    font-size: 24px;
    color: #fff;
    margin: 25px 0 35px;
    text-transform: capitalize;
}
.vehicleSize-guide.innerPages-banner .cust-btn {
    background-color: #f7d862;
    margin: auto;
}
.vehicleGuideTab-section .card {
    border: none;
}
.vehicleGuideTab-section .card .nav-tabs {
    border: none;
}
.vehicleGuideTab-section .tab-content {
    background-color: #f6f6f6;
    padding: 30px 20px;
    border-radius: 0;
    box-shadow: none;
}
.vehicleGuideTab-section .nav-tabs .nav-link {
    border: none;
    background: #f9e289;
	margin-right: 5px;
}
.vehicleGuideTab-section .nav-tabs .nav-link.active {
    background-color: #f7d862;
    border: none;
}
.vehicleGuideTab-section .nav-tabs .nav-link:focus,
.vehicleGuideTab-section .nav-tabs .nav-link:hover {
    border: none;
}
.vehicleGuideTab-section .tab-col-left,
.vehicleGuideTab-section .tab-col-right {
    text-align: center;
}
.vehicleGuideTab-section .tab-col-left h2 {
    color: #03689e;
    font-size: 30px;
    font-weight: 600;
}
.vehicleGuideTab-section .tab-col-left ul {
    padding: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.vehicleGuideTab-section .tab-col-left ul li {
    padding: 5px;
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.vehicleGuideTab-section .tab-col-left ul li p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.vehicleGuideTab-section .tab-col-right .cust-btn {
    margin: auto;
}
.vehicleGuideTab-section .tab-pane-col {
    display: flex;
    align-items: center;
}
.vehicleGuideTab-section .tab-col-left .tab-dot {
    display: inline-block;
    width: 100px;
    margin: 0 15px;
}
.vehicleGuideTab-section .right-col-image {
    margin-bottom: 15px;
}
.vehicleGuideTab-heading.sec-heading {
    color: #03689e;
}
.choose-van-size-section  h2 {
	margin-bottom: 30px;
}
.choose-van-quote label {
    font-size: 16px;
    font-weight: 600;
}
.choose-van-quote input.form-control,
.choose-van-quote textarea.form-control {
    background: #f6f6f6;
    border: 1px solid #ededed;
    border-radius: 0;
}
.choose-van-quote .form-group {
    margin-bottom: 15px;
}
.choose-van-col ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.choose-van-col ul li {
    padding: 0;
    list-style: none;
    width: 47%;
    margin-bottom: 3%;
    margin-right: 3%;
    cursor: pointer;
}
.choose-van-col ul li.select-vehicle-size {
    border: 2px dashed #f7d862;
    text-align: center;
}
.choose-van-col ul li.select-vehicle-size.vehicle-active {
    border: 2px solid #f7d862;
    text-align: center;
}
.van-quote-text {
    display: block;
    padding-bottom: 15px;
    font-weight: 600;
}
.van-quote-heading {
    font-size: 28px;
    color: #03689e;
    font-weight: bold;
    margin-top: 48px;
    text-transform: uppercase;
    position: relative;
}
.van-quote-heading:after {
    content: "";
    display: block;
    width: 67px;
    height: 3px;
    background: #e1c96e;
    left: 0;
    top: 106%;
    position: absolute;
    left: 0;
    margin: 0 auto;
}

/*========== Business login ==========*/
.business-login-banner {
	padding: 100px 0;
    background: url(/images/dot-bg-login.png);
}
.business-login-banner .login-banner-row {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: 60px;
    border-radius: 8px;
    overflow: hidden;
}
.business-login-banner .login-banner-row .col-md-6 {
    padding: 0;
}
.business-login-banner .login-bannerHeading {
    font-size: 38px;
    color: #03689e;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
.business-login-banner .login-bannerHeading:after {
    content: "";
    display: block;
    width: 67px;
    height: 3px;
    background: #e1c96e;
    top: 106%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.business-login-col-left {
    padding: 50px 40px;
	background-image: url(/images/account-map-bg.png);
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: center 50px;
}
.business-login-col-left .login-col-heading {
    color: #03689e;
    font-size: 26px;
    font-weight: 600;
}
.business-login-col-left .login-col-form {
    max-width: 400px;
}
.business-login-col-left .login-col-form input {
    margin-top: 18px;
    height: 56px;
    border-radius: 8px;
    border: 1px solid #0a5a85;
	padding-left: 40px;
	background-color: #fff;
}
.business-login-col-right {
    padding: 100px;
    background: #0a5a85;
}
.business-login-col-right .login-col-heading {
    color: #f7d862;
	text-align: center;
    font-size: 26px;
    font-weight: 600;
}
.business-login-col-right .login-col-heading {
    color: #f7d862;
    font-size: 26px;
    font-weight: 600;
    position: relative;
    text-align: center;
}
.business-login-col-right .login-col-heading:after {
    content: "";
    display: block;
    width: 67px;
    height: 3px;
    background: #e1c96e;
    bottom: -15px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.business-login-col-right .login-col-bannerTxt {
    color: #fff;
    text-align: center;
    padding: 30px;
}
.business-login-banner button.cust-btn {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.business-login-banner a.cust-btn {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.business-login-col-left button.cust-btn {
    background: #0a5a85;
    color: #fff;
    margin-top: 50px;
}
.business-login-col-right button.cust-btn {
    background: #f7d862;
    color: #0a5a85;
}
.business-login-col-left .forgot-password {
    display: block;
    text-align: right;
	margin-top: 5px;
}
.business-login-col-left .forgot-password a {
    color: #03689e;
    font-size: 14px;
    font-weight: 500;
}
/*========== Business Account ==========*/
.business-account-banner {
    width: 100%;
    display: inline-block;
	padding: 100px 0;
    background-image: url(/images/business-account-banner.png);
    text-transform: uppercase;
    background-size: cover;
    background-repeat: no-repeat;
}
.business-accountHeading {
    font-size: 38px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
.business-accountHeading:after {
    content: "";
    display: block;
    width: 67px;
    height: 3px;
    background: #e1c96e;
    bottom: -15px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.business-account-wrapper {
    max-width: 80%;
}
.business-account-row {
    background: #fff;
    border-radius: 8px;
    padding: 80px 40px;
    margin-top: 80px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-image: url(/images/account-map-bg.png);
    background-size: inherit;
    background-repeat: no-repeat;
	background-position: right 70px;
}
.business-account-heading {
    color: #03689e;
    font-size: 22px;
    font-weight: 600;
    text-transform: none;
}
.business-account-form input {
    margin: 18px 0;
    height: 56px;
    border-radius: 8px;
    border: 1px solid #0a5a85;
    padding-left: 40px;
	background-color: #fff;
}
.create-account-btn button.cust-btn {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background: #0a5a85;
    color: #fff;
}
.create-account-checkbox {
    display: flex;
    align-items: center;
    text-transform: none;
    color: #03689e;
    font-size: 18px;
    font-weight: 500;
}
.create-account-checkbox input {
    margin-right: 15px;
    width: 24px;
    height: 24px;
}
.business-account-btnBox {
    display: flex;
    align-items: center;
}
.business-input {
	background: url(/images/bag-icon.png);
}
.firstName-input {
	background: url(/images/user-icon.png);
}
.phoneNumber-input {
	background: url(/images/f-call-icon.png);
}
.businessEmail-input {
	background: url(/images/envelope-icon.png);
}
.surname-input {
	background: url(/images/user-icon.png);
}
.identification-input {
	background: url(/images/business-bag-icon.png);
}
.mobileNumber-input {
	background: url(/images/mobile-icon.png);
}
.emailAddress-input {
	background: url(/images/envelope-icon.png);
}
.password-input {
	background: url(/images/lock-icon.png);
}
.business-input,
.firstName-input,
.phoneNumber-input,
.businessEmail-input,
.surname-input,
.identification-input,
.mobileNumber-input,
.emailAddress-input,
.password-input {
	background-repeat: no-repeat;
	background-position: 10px center;
}
/*========== Customer Account ==========*/
.customer-account {
    background: url(/images/dot-bg-login.png);
}
.customer-account .business-accountHeading {
    font-size: 38px;
    color: #03689e;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
/*========== Driver Registration ==========*/
.select-drop-input {
	background: url(/images/select-drop-icon.png);
}
.name-input {
	background: url(/images/user-icon.png);
}
.number-input {
	background: url(/images/f-call-icon.png);
}
.mobile-input {
	background: url(/images/mobile-icon.png);
}
.email-input {
	background: url(/images/envelope-icon.png);
}
.password-input {
	background: url(/images/lock-icon.png);
}
.surname-input {
	background: url(/images/user-icon.png);
}
.address-input {
	background: url(/images/business-bag-icon.png);
}
.zipcode-input {
	background: url(/images/zip-code-icon.png);
}
.city-input {
	background: url(/images/city-icon.png);
}
.country-input {
	background: url(/images/country-icon.png);
}
.date-input {
	background: url(/images/date-icon.png);
}
.vehicle-registration-input {
	background: url(/images/vehicle-registration-icon.png);
}
.road-tax-input {
	background: url(/images/road-tax-icon.png);
}
.select-drop-input,
.name-input,
.number-input,
.mobile-input,
.email-input,
.password-input,
.surname-input,
.address-input,
.zipcode-input,
.city-input,
.country-input,
.date-input,
.vehicle-registration-input,
.road-tax-input {
	background-repeat: no-repeat;
	background-position: 10px center;
}
.driver-registration-banner {
    padding: 100px 0;
    background: #fff7e7;
	width: 100%;
    float: left;
	min-height: 350px;
    background-image: url(/images/driver-registration-banner.jpg);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
}
.driver-registrationHeading {
    font-size: 38px;
    color: #03689e;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
.driver-registrationHeading:after {
    content: "";
    display: block;
    width: 67px;
    height: 3px;
    background: #e1c96e;
    top: 106%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.driver-registration-box {
    width: 100%;
    float: left;
    padding-bottom: 100px;
	background: #fff7e7;
}
.driver-registration-tabs {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px;
    padding: 50px 30px;
    background-color: #fff;
    background-image: url(/images/account-map-bg.png);
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: 96% 50px;
}
.driver-registration-tabs #mytabs {
    border: none;
	padding: 0;
}
.driver-registration-tabs #mytabs li {
    width: 115px;
    display: inline-block;
	position: relative;
	opacity: 0.5;
}
.driver-registration-tabs #mytabs li.active.current1 {
	opacity: 1;
}
.driver-registration-tabs #mytabs li:after {
    content: "";
    position: absolute;
    background: #e1c96e;
    display: block;
    width: 53%;
    height: 3px;
    top: 0;
    right: 10%;
    bottom: 0;
    margin: auto;
}
.driver-registration-tabs #mytabs li:last-child:after {
    display: none;
}
.driver-registration-tabs #mytabs li a {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e1c96e;
    border-radius: 30px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}
.driver-registration-tabs .tab-content {
    background-color: transparent;
    padding: 30px 0px;
    border-radius: 0;
    box-shadow: none;
}
.driver-registration-tabs a.btn.next {
    background: #03689e;
    width: 140px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.driver-registration-tabs .tab-pane {
    display:none;
}
.driver-registration-tabs .tab-pane.current {
    display:block;
}
.driver-registration-tabs #prev,
.driver-registration-tabs #next {
    background: #03689e;
    width: 140px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: none;
    border-radius: 8px;
    margin-right: 15px;
	float: left;
}
.driver-registration-tabs #prev{
  display:none;
}
.driver-registration-tabs .tab-content h2 {
    font-size: 22px;
    line-height: 36px;
    color: #03689e;
}
.driver-registration-tabs .tab-content p {
    font-size: 17px;
    font-weight: 500;
    color: #444546;
}
.business-account-form select {
    height: 56px;
    border-radius: 8px;
    border: 1px solid #0a5a85;
    background-color: #fff;
    width: 100%;
    padding: 10px;
	appearance: none;
}
.select-drop-input {
	background-position: 96% 23px;
}
.currentlyWorking {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.currentlyWorking li {
    margin-right: 15px;
}
.currentlyWorking input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 1px solid #03689e;
	border-radius: 50%;
	margin-right: 5px;
	background-color: transparent;
	position: relative;
	top: 6px;
}
.currentlyWorking input[type="radio"]:checked::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: #03689e;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*========== Driver Registration Step-2 ==========*/
.coverLetter-file {
    position: relative;
    margin-top: 18px;
    margin-bottom: 5px;
    height: 46px;
    border-radius: 8px;
    border: 1px solid #0a5a85;
    padding-left: 50px;
    background-color: #fff;
    max-width: 320px;
    background-image: url(/images/coverLetter-icon.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.coverLetter-file p {
    font-size: 17px;
    font-weight: 500;
    color: #444546;
    margin: 0;
}
.coverLetter-file input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    height: 45px;
    width: 100%;
	z-index: 1;
	cursor: pointer;
}
.coverLetter-warning {
    color: #ff7656;
    font-size: 14px;
    font-weight: 500;
}
.business-account-step-row {
    margin: 15px 0;
}
.business-account-form .business-account-step-row p {
    margin-bottom: 10px;
	font-size: 17px;
    font-weight: 600;
    color: #444546;
}
.business-account-step-row ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.business-account-step-row ul li {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
	margin-right: 30px;
}
.business-account-step-row ul input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 1px solid #03689e;
	border-radius: 50%;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	position: relative;
	top: 0;
}
.business-account-step-row ul input[type="radio"]:checked::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: #03689e;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*========== Driver Registration Step-3 ==========*/
.business-account-form .business-account-step-row p {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #444546;
}
.business-account-step-row ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.business-account-step-row ul li {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.driver-registration-tabs .tab-pane .business-account-step-row ul input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #03689e;
    border-radius: 50%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    position: relative;
    top: 0;
}
.driver-registration-tabs .tab-pane .business-account-step-row ul.vat-charges-box input {
    margin: 0;
    height: 45px;
    width: 150px;
}
.driver-registration-tabs .tab-pane.thankyou-tab h2 {
    font-size: 27px;
    line-height: 26px;
    color: #03689e;
    text-align: center;
    margin-bottom: 20px;
}
.driver-registration-tabs .tab-pane.thankyou-tab h3 {
    font-size: 18px;
    line-height: 26px;
    color: #444546;
    font-weight: 600;
}
.driver-registration-tabs .tab-pane .business-account-form input{
    height: 45px;
	margin: 10px 0;
}
.driver-registration-tabs .tab-pane .business-account-form select {
    height: 45px;
	margin-bottom: 10px;
}
.driver-registration-tabs .tab-pane .business-account-form .select-drop-input {
    background-position: 96% 18px;
}
.business-account-step-row ul.vat-charges-box p {
    margin-bottom: 0;
}

.modal-body p{
    color: #000;
    margin: 0 0 20px 0px;
}

a{
    color: #03689e;
    font-weight: 500;
    text-decoration: none;
}



