/* GENERAL */
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

@font-face {
	font-family: Gilroy-Bold;
	src: url(../fonts/Gilroy-Bold.ttf)  format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Medium.ttf)  format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Gilroy-Regular;
  src: url(../fonts/Gilroy-Regular.ttf)  format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-SemiBold.ttf)  format("truetype");
	font-weight: 600;
	font-style: normal;
}

.item-shadow{
	box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, .2);
}

.view-all .item-shadow{
	box-shadow: 0px 10px 20px 1px rgba(66, 108, 208, .5);
}

.main-sprite{
	display: none!important;
}

a, span, p, h1, h2, h3, h4, h5{
	font-family: Gilroy-Regular;
}

a{
	color: #4D4D4D!important;
	text-decoration: none!important;
}

body{
	background: #E5E5E5;
	font-family: Gilroy-Regular;
}

p, span{
	color: #4D4D4D;
}

.mg_t60{
	margin-top: 60px;
}

.offcanvas-header .btn-close{
	color: #fff;
	height: 25px;
	width: 25px;
}

.offcanvas-header .btn-close .close{
	max-width: 25px;
	max-height: 25px;
}

.button{
	color: #fff!important;
	padding: 12px;
	background: linear-gradient(to right, #e99235, #e78031);
	border-radius: 5px;
	border: 1px solid #e78031;
	transition: all .5s;
	font-size: 14px;
	font-weight: 700;
}

.button:hover{
	background: transparent;
	color: #4D4D4D!important;
	border: 1px solid #E99235;
}

#loadMore{
	text-align: center;
	margin: 20px 0 30px;
}

/* HEADER */

.topbar{
	background: #E8F2FF;
}

.topbar .contact-details ul.social-contact{
	list-style: none;
}

.topbar ul{
	list-style: none;
	display: flex;
	justify-content: center;
  margin: 3px 0;
}

.topbar .contact-details .template-clock,
.topbar .contact-details .template-mail,
.topbar .contact-details ul.social-contacts{
	margin: 0 25px;
	display: flex;
	font-size: 12px;
	font-weight: 400;
	align-items: center;
}

.topbar .contact-details ul.social-contacts{
	padding-left: 0;
	margin-top: -2px;
}

.topbar .contact-details svg,
.topbar .contact-details img{
	margin: 0 10px;
	max-width: 16px;
	max-height: 16px;
}


.driver-btn .button{
	color: #fff!important;
	text-transform: uppercase;
}

.driver-btn .button:hover{
	border: 1px solid #E99235;
	color: #4D4D4D!important;
}

header .logo img{
	max-width: 100%;
	height: auto;
	padding: 15px 0;
}

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

.navbar{
	height: 100%;
}

.driver-wanted{
	display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}

.driver-wanted .call-action{
	margin-right: 30px;
}

.driver-wanted .call-action .phone-item{
	font-size: 16px;
	font-weight: 400;
}

.driver-wanted .call-action .phone-item .phone{
	margin-right: 3px;
	max-width: 14px;
	max-height: 14px;
}

.driver-wanted .call-action .callback{
	float: right;
	color: #3270C3;
	font-size: 11px;
	font-weight: 400;
	text-decoration: underline;
}

.navbar-nav{
	align-items: center;
}

.navbar-toggler .burger-menu{
	max-width: 40px;
	max-height: 40px;
}

.navbar-nav .current-menu-item {
	float: left;
	padding: 3px 12px;
	position: relative;
	cursor: pointer;
	margin-left: -1px;
	color: #fff!important;
	transition: .5s;
}

footer .navbar-nav .current-menu-item{
	padding: 0;
}

.navbar-nav .current-menu-item a{
	color: #fff!important;
}

header .navbar-nav .nav-item {
	float: left;
	padding: 3px 12px!important;
	position: relative;
	cursor: pointer;
	margin: 0 1px;	
	transition: .5s;
	font-size: 12px;
	font-weight: 400;
}

.navbar-nav .nav-item a:hover{
	color: #fff!important;
	transition: .5s;
}
	
.navbar-nav .nav-item.current-menu-item:after {
	content: "";
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0;
	background-color: #58c;
	z-index: -1;
	transform: skew(-20deg);
	transition: all .2s linear;
	transition: .5s;
}

header .navbar-nav .current-menu-item:hover:after {
	background-color: #006dff;
	transition: .5s;
}

header .navbar-nav .nav-item:hover:after{
	content: "";
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0;
	background-color: #58c;
	z-index: -1;
	transform: skew(-20deg);
	transition: all .2s linear;
	transition: .5s;
}

.navbar.navbar-expand-lg .navbar-toggler .navbar-toggler-icon{
	width: auto;
	height: auto;
}

.offcanvas-header{ 
	display:none!important; 
}


/* FOOTER */

.footer-container{
	background: #333333;
	padding: 30px 0 0;
}

.footer-logo{
	padding: 0 12px;
}
.footer-menu,
.footer-contact{
	padding: 0 25px;
}

.footer-contact svg{
	max-width: 15px;
	max-height: 15px;
}

.footer-item .menu-title{
	font-size: 16px;
	font-weight: 700;
	padding: 0 10px;
}

.footer-contact a,
.footer-contact span,
.footer-menu a{
	font-size: 12px;
	font-weight: 400;
}

.footer-item{
	display: flex;
/*	align-items: center;*/
	color: #fff!important;
	flex-wrap: wrap;
}

.footer-item .menu-item a{
	color: #fff!important;
	padding: 5px 10px;
}

.footer-item .menu-item a:hover{
	background: #000;
}

.footer-container .logo img{
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.footer-container .footer-logo .social ul{
	list-style: none;
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}

.footer-logo .social svg{
	margin: 0 5px;
}

.footer-menu{
	max-width: 70%;
}

.footer-menu ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	flex-direction: unset;
}

.footer-contact ul{
	list-style: none;
	display: block;
	float: left;
	padding: 0;
}

.footer-contact a,
.footer-contact span{
	padding: 10px;
	color: #fff!important;
}

.footer-contact li{
	padding: 0 10px 10px;
}

.footer-container .social-contacts svg{
	max-width: 16px;
	max-height: 16px;
}

.footer-contact img{
	margin: 0 10px 0 0;
}

.copyright{
	background: #1A1A1A;
	font-size: 12px;
	font-weight: 400;
	color: #B2B2B2;
}

.copyright .text span{
	color: #B2B2B2;
}

.copyright .text{
	text-align: center;
}

/* HEAD SECTION */

.head-section{
	padding: 60px 0 0;
/*	background: url(../img/head_bg-min.jpg) no-repeat;*/
	background-size: cover;
	position: relative;
}

.head-section.head-sky:after{
	content: "";
	position: absolute;
	bottom: -30px;
	width: 100%;
	height: 20%;
	background: url(../icons/clouds.png) repeat;

}

.head-section .head-text{
	margin: 25px 0 60px;
}

h2.head-title,
h1.head-title{
	font-size: 70px;
	font-weight: 700;
    font-family: Gilroy-Bold;
}

.our-services .head-text h2.head-title,
.our-services .head-text h1.head-title{
	font-size: 70px;
	font-weight: 700;
}

.our-services h2.head-title,
.our-services h1.head-title{
	font-size: 50px;
	font-weight: 700;
}

.our-services.services-prompt p.head-description,
.head-text p{
	font-size: 14px;
	font-weight: 400;
	text-align: justify;
}

.head-section .advantage-block{
	margin: 30px -15px 100px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.head-section .advantage-block .adv-item{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background: #fff;
	border-radius: 5px;
	padding: 15px;
	margin: 0 15px 0 0;
	text-align: center;
	height: 100%;
	align-items: baseline;
	background-repeat:no-repeat;
}

.head-section .advantage-block .adv-item:after{
	content: "";
	position: absolute;
	bottom: 0;
	width: 40px;
	height: 2px;
	background: #3270C3;

}

.head-section .advantage-block .adv-item img{
	margin-bottom: 20px;
}

.head-section .advantage-block .adv-item p{
	font-size: 14px;
	font-weight: 400;
	width: 100%;
}

.request-form{
	margin: 60px 40px 120px;
	background: #fff;
	border-radius: 5px;
	padding: 50px 30px;
	padding-bottom: 20px;
}

.wpcf7{
	margin: 0 20px;
}

.request-form h3.form-title{
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}

.request-form p.form-description{
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #666666;
}

.request-form form .form-row{
  position: relative;
  min-height: 3.5em;
  width: 100%;
}

.request-form form .button{
	text-align: center;
	width: 100%;
	margin-top: 20px;
}

input.form-control{
  height: 3em;
  position: relative;
  padding: 25px 10px 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Inter';
}

input.form-control::placeholder {
	color: #999999;
	font-size: 16px;
	font-weight: 400;
}

label.form-control-label{
  position: absolute;
  font-size: .8em;
  top: 30px;
  left: 10px;
	z-index: 9;
	font-size: 10px;
	font-weight: 400;
	font-family: 'Inter';
}

.wpcf7-not-valid-tip{
	padding: 5px 10px 0;
}

.request-form form{
	display: flex;
	flex-wrap: wrap;
}

.wpcf7-response-output,
.request-form form p{
	width: 100%;
	text-align: center;
}

.wpcf7-form-control-wrap{
	position: unset 	;
}

.our-services{
	margin: 60px 0 0;
	padding-bottom: 50px;
	background: url(../img/image85-min.png) no-repeat;
	background-position: right bottom;
	position: relative;
}

.divider {
	position: absolute;
	height: 1px;
	left: 0;
	width: 50% !important;
	border-top: 1px dashed #426CD0;
	z-index: 1;
}

.divider-group{
	position: absolute;
	left: 15px;
	width: calc(100% - 15px);
	border-top: 1px dashed #e7e7e7;
	z-index: 2;
	background: #fff;
}

.divider-group:before{
	content: "";
	position: absolute;
	z-index: 5;
	top: -10px;
	left: 0;
	width: 17px;
	height: 17px;
	background-color: #fff;
	border: 5px solid #426CD0;
	border-radius: 50%;
}

.divider-group:after{
	content: "";
	position: absolute;
	z-index: 5;
	top: -10px;
	left: 50px;
	width: 17px;
	height: 17px;
	background-color: #426CD0;
	border: 5px solid #EAF0FA;
	border-radius: 50%;
}

.services-items{
	margin: 60px -30px 50px 0;
	display: flex;
	flex-wrap: wrap;
}

.services-items .items-img{
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 80%, 100% 0);
	clip-path: polygon(0 0, 0 100%, 100% 80%, 100% 0);
	width: 100%;
	height: 225px;
}

.services-items img.truck-load{
	width: 60%;
}

.services-items .item{
    margin: -100px 25px 0;
    background-color: #fff;
    padding: 20% 30px 20px;
    z-index: 99;
    opacity: 1;
    position: relative;
    clip-path: polygon(0 12%, 0 100%, 100% 100%, 100% 0);
    border-radius: 5px;
}

.services-items .items-block{
/*	margin: 0 30px 0 0;*/
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	padding-bottom: 25px;
}

.services-items .items-block h4{
	font-size: 21px;
	font-weight: 700;
	margin: 12px 0 7px -12px;
	padding: 0 10px;
	border-left: 2px solid #426CD0;
}

/*.services-img-item{
	width: 100%;
}*/

.services-items .items-block p{
	font-size: 14px;
	font-weight: 400;
}

.services-items .items-block a{
	font-size: 14px;
	font-weight: 700;
	color: #426CD0!important;
}

.view-all{
	display: flex;
	justify-content: center;
}

.view-all a:hover span.btn-text{
	background: #4567b7;
	transition: .5s;
}

.view-all a:hover span.btn-arrow{
	background: #d4e1ff;
	transition: .5s;
}

.view-all span{
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.view-all span.btn-text{
	background: #426CD0;
	color: #fff;
	margin-right: -10px;
	clip-path: polygon(0 0, 0 100%, 97% 100%, 100% 0);
	transition: .5s;
}

.view-all span.btn-arrow{
	color: #000;
	background: #EAF0FA;
	transition: .5s;
}

.tag-wrap {
	filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.2));
	height: calc(100% - 225px);
	height: -moz-calc(100% - 225px);
	height: -webkit-calc(100% - 225px);
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.about-us{
	padding: 50px 0;
	background: #F7F7F7;
}

.career-tiles .career-title,
.about-us .about-title{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.about-us .about-title p{
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	width: 100%;
	text-align: justify;
}

.about-us .about-title img{
	width: 20%;
	height: auto;
	margin-right: 20px;
}

.about-us .about-img img{
	margin: 0px 0 0 50px;
	max-width: 100%;
}

.head-section.head-services{
	background: url(../img/group2-min.png) no-repeat;
	background-size: cover;
}

.our-services.services-prompt h3{
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 35px;
}

.our-services img.services-img,
.our-services.services-prompt img.services-img{
    width: 100%;
    height: auto;
    margin-top: 30px;
}

/* CAREER */

.head-section.head-career{
	background: url(../img/career_head.png) no-repeat;
	background-size: cover;
}

.head-section.head-career .head-items-center{
	display: flex;
	height: 100%;
	align-items: center;
}

.career-tiles{
	background: url(../icons/logo_bg.png) no-repeat;
	background-position: bottom right;
}

.career-tiles .career-title{
	margin-top: 45px;
	margin-bottom: 45px;
}

.career-img{
	margin: 45px 0;
}

.career-img img{
	width: 100%;
	height: auto;
}

.career-img .tag-wrap .item{
	padding: 65px 45px 45px 30px;
	margin: -100px 25px 0;
	background-color: #fff;
	z-index: 99;
	opacity: 1;
	position: relative;
	clip-path: polygon(0 12%, 0 100%, 100% 100%, 100% 0);
	border-radius: 5px;
}

.career-img .tag-wrap .item a{
	color: #397BAB!important;
	text-transform: uppercase;
}

.career-img .items-img{
  clip-path: polygon(0 0, 0 100%, 100% 90%, 100% 0);
}

.career-tiles .career-title img{
	width: 20%;
	height: auto;
	margin-left: 30px;
}

.career-tiles .career-title h3.head-title{
	font-size: 50px;
	font-weight: 700;
	color: #000;
}

.career-tiles .tiles{
	display: flex;
	flex-wrap: wrap;
}

.career-tiles .tiles .tile-items{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	background: #F5F5F5;
/*	width: 100%;*/
	height: 100%;
	padding: 10px 20px;
	margin: 0 20px 20px 0;
	transform: skewX(350deg);
}

.career-tiles .tiles .tile-items img{
	height: 40px;
	width: auto;
	transform: skewX(-350deg);
}

.tiles-mg{
	margin-bottom: 20px;
	width: 100%;
}

.career-tiles .tiles .tile-items p{
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	transform: skewX(-350deg);
	margin: 0;
	width: 100%;
}

.career-tiles .tiles .tile-items .tile-number{
	position: absolute;
	background: #397BAB;
	border-radius: 5% 0 0% 100%;
	width: 40px;
	height: 35px;
	top: 0;
	right: 0;
}

.career-tiles .tiles .tile-items .tile-number span{
	color: #fff;
	padding: 12px;
}

section.vacancies{
	background:  linear-gradient(270deg, rgba(234,240,250,1) 50%, rgba(255,255,255,1) 50%);
	margin-bottom: 150px;
}

.vacancies-items{
	padding: 50px 0;
}

/*.driver-items{
	padding: 50px 70px;
}*/

.vacancies-items img{
	max-width: 100%;
	height: auto;
}

.vacancies-items .vacancies-title{
	font-size: 50px;
	font-weight: 700;
	margin: 50px 0 20px;
}

.vacancies-items .vacancies-text{
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}

.vacancies-items ul li{
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	margin-bottom: 15px;
}

.vacancies-items ul{
	list-style: none;
	padding-left: 12px;
	margin-bottom: 30px;
	max-width: 70%;
}

.vacancies-items ul li::before{
  content: "\25A0";
  font-size: 10px;
  color: #397BAB;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  margin-right: 10px;
}

.vacancies-items a{
	padding: 15px 80px;
	margin-top: 15px;
}

.head-section.head-contact,
.head-section.head-gallery{
	background: none;
}

.head-section.head-gallery .gallery-items{
	display: flex;
	flex-wrap: wrap;
}

/*.head-section.head-gallery .gallery-items .item{
	position: relative;
	height: 275px;
	margin-bottom: 30px;
	overflow: hidden;
}*/

/*.head-section.head-gallery .gallery-items .item a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}*/

.head-section.head-gallery .gallery-items .item{
	margin-bottom: 20px;
}

.head-section.head-gallery .gallery-items .item img{
	min-width: 100%;
	height: auto;
	min-height: 100%;
}

.head-section.head-gallery .gallery-items.video-item .item{
	position: relative;
/*	width: 50%;*/
	margin-bottom: 30px;
}

.head-section.head-gallery .gallery-items.video-item .item:before {
	content: "";
	float: left;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}

.head-section.head-gallery .gallery-title{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
}

.head-section.head-gallery .gallery-items.video-item .item img{
	filter: brightness(50%);
}

.head-section.head-gallery .gallery-items.video-item .item a:before{
	position: absolute;
	top: 0;
	left: 0;
	content: url(../icons/play.png);
/*	background: rgba(54, 110, 181, .5);*/
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	z-index: 2;
	justify-content: center;
}

/*.head-section.head-gallery .gallery-items .item img{
	position: absolute;
	width: auto;
	min-width: 100%;
	height: 100%;
	z-index: 1;
}*/

#map{
	height: 600px;
}

.map-item{
	margin-bottom: 150px;
	position: relative;
}

.gm-style .gm-style-iw-d,
.gm-style .gm-style-iw.gm-style-iw-c{
	overflow: unset!important;
}

.gm-style .gm-style-iw.gm-style-iw-c ul.contact-details{
	list-style: none;
	padding: 45px 30px 0px;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 400;

}

.gm-style .gm-style-iw.gm-style-iw-c ul.contact-details li{
	padding-bottom: 10px;
}

.gm-style .gm-style-iw.gm-style-iw-c ul.contact-details li img{
	margin-right: 15px;
}

.head-img-section{
	position: relative;
}

.img-position{
    position: absolute;
    width: 30%;
    height: auto;
    text-align: center;
    left: 33%;
    top: -50px;
    background-color: #fff;
    border-radius: 50%;
/*    content: url(../icons/logo_single.png);*/
    padding: 30px 0;
}

.img-position img{
	max-width: 70%;
	height: auto;
}

.gm-style-iw-t{
	position: relative;
}

.map-item .request-form.item-shadow{
	position: absolute;
	top: 0;
	right: 0;
	width: 45%;
	margin: 20px;
}

/* 404 */

.page-404{
	margin: 200px 0;
}

.page-404 .item-404{
	text-align: center;
}

.page-404 .item-404 h1,
.page-404 .item-404 p{
	width: 100%;
}

.page-404 .item-404 h1{
	font-size: 70px;
	font-weight: 700;
}

.page-404 .item-404 p{
	font-size: 25px;
	font-weight: 400;
}

.page-404 .item-404 .view-all{
	margin-top: 50px;
}

/* MODAL */

.modal .request-form{
/*	margin: 0;*/
	padding-top: 30px;
}

.modal .modal-content{
	background-color: transparent;
	border: none;
}

.btn-close.custom-close{
	background: transparent url(../icons/error1.svg) center/1em auto no-repeat;
	float: right;
	background-position: right;
	width: 100%;
}

/* MEDIA */

@media (max-width: 1199px){
	.request-form{
		margin: 60px 0 120px;
	}
}

@media (max-width: 991px){

	.offcanvas-header{ 
		display:block!important; 
	}

	.navbar-collapse{
		position: fixed;
		top:0; 
		bottom: 0;
		left: 100%;
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-y: auto;
		visibility: hidden;
		background-color: black;
		transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
	}

	.navbar-collapse.show{
		visibility: visible;
		transform: translateX(-100%);
		z-index: 9;
	}

	.navbar.navbar-expand-lg{
		justify-content: flex-end;
	}

	.driver-wanted{
	    justify-content: center;
	}

	.navbar-nav .nav-item{
		color: #fff!important;
	}

	.head-section .advantage-block > div{
		margin-bottom: 15px;
	}

	.our-services .head-text h2.head-title,
	.our-services .head-text h1.head-title,
	h2.head-title,
	h1.head-title{
	    font-size: 40px;
	    font-weight: 700;
	}

	.vacancies-items .vacancies-title,
	.career-tiles .career-title h3.head-title {
	    font-size: 30px;
	}

	.map-item .request-form.item-shadow{
		position: relative;
		width: 100%;
	}

	.request-form{
		padding: 50px 10px;
	}

	.map-item .request-form.item-shadow{
		margin: 20px 0;
	}

}

@media(max-width: 767px){
	.topbar .contact-details .template-clock, 
	.topbar .contact-details .template-mail, 
	.topbar .contact-details ul.social-contacts{
		margin: 5px 25px;
	}

	.head-section .advantage-block{
		display: block;
		margin: 30px 0 50px 0;
	}

	.head-section .advantage-block .adv-item{
		margin: 15px 0;
	}

	.head-section.head-sky:after{
		height: 7%;
	}
	.about-us .about-img img{
		margin: 30px 0;
	}
	section.vacancies{
		background:  transparent;
	}

	.vacancies-items a{
		padding: 15px 30px;
		width: 100%;
	}

	.driver-wanted .call-action .phone-item span{
		display: none;
	}

	.driver-wanted .call-action{
	    margin-right: 10px;
	    text-align: center;
	}
}

@media(max-width: 575px){
	.topbar ul{
		display: block;
	}

	.topbar .contact-details .template-clock, 
	.topbar .contact-details .template-mail, 
	.topbar .contact-details ul.social-contacts{
		justify-content: center;
	}

	.driver-btn .button{
		font-size: 12px;
	}

	.head-section.head-gallery .gallery-items.video-item .item img{
		width: auto;
		height: 100%;
	}
	
	.head-section.head-gallery .gallery-items .item img{
		width: 100%;
		height: auto;
	}

	.gm-style .gm-style-iw.gm-style-iw-c ul.contact-details{
		padding: 45px 10px 0;
	}

	.gm-style .gm-style-iw.gm-style-iw-c ul.contact-details li{
		overflow-wrap: break-word;
	}

	.head-section{
		padding: 20px 0 0;
	}
}

@media (max-width: 425px){
	.driver-btn .button {
	    font-size: 10px;
	}

	.driver-btn .button{
		padding: 10px 2px;
	}

	.navbar.navbar-expand-lg .navbar-toggler{
		padding: 0;
	}

	.img-position{
		width: 40%;
		left: 25%;
	}

	.header-container.item-shadow .logo{
		align-self: center;
	}
}

@media (max-width: 375px){
	.driver-wanted .call-action .callback{
		display: none;
	}

	.head-section{
		padding: 10px 0 0;
	}
}
@media (max-width: 320px){
	.driver-btn .button {
    	font-size: 8px;
	}
}