html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
	font-family: 'ethnocentricrg';
	src: url(../fonts/ethnocentricrg.ttf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'ethnocentricrg';
}

p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  color: rgb(121, 121, 121);
  line-height: 1.778;
  margin: 0 0 0rem;
}

.container {
  max-width: 73.125rem;
}

img {
  max-width: 100%;
}

a:hover{text-decoration: none;}
a{text-decoration: none;}


section {
  float: left;
  width: 100%;
}

.sec_pad {
  padding: 6rem 0;
}

.sec-title {
  margin: 0 0 2.5rem;
  text-transform: uppercase;
}

.sec-title h4 {
  color: #000;
  font-size: 2.75rem;
  font-weight: normal;
  margin: 0 0 0px;
}

.customBtn {
	background: #FF4E00;
	padding: 18px 42px;
	display: inline-block;
	color: #fff;
	border: none;
	transition: all 0.5s ease-in-out;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1rem;border-radius: 8px;
}

.customBtn:hover {
  background: #000;
  color: #fff;
	transition: all 0.5s ease-in-out;
}

header {
	position: absolute;
	width: 100%;
	z-index: 9;
	left: 0;
	right: 0;
	top: 2%;
}
.navbar.navbar-expand-lg.navbar-dark.bg-dark {
	background: transparent !important;
}
.navbar-nav .nav-item {
	margin-left: 30px;
}
.navbar-nav .nav-item .nav-link {
	color: #fff;
	font-weight: 500;
	padding: 0;
}
.navbar-nav .nav-item .nav-link:hover {
	color: #FF4E00;
}
.callus {
	color: #fff;
}
.callus a {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 500;
	transition: all 0.15s ease-in-out;
}
.callus a:hover {
	color: #FF4E00;
}

.banner .carousel-caption {
	text-align: left;
	top: 28%;
	width: 38%;
	left: 20%;
}






.banner .carousel-caption h4 {
	font-size: 2.75rem;
	margin: 0 0 2.5rem;
	line-height: 3.778rem;
}
.banner .carousel-caption p {
	color: #fff;
	margin: 0 0 3rem;
}
.mobile {
	position: absolute;
	bottom: 6%;
	right: 18%;
}
.or h5 {
	margin: 1.875rem 0;
	font-size: 1.75rem;
}
.customBtn.orngeebtn {
	padding: 14px 30px;
	border-radius: 8px;
	background: #FF4E00;
}
.customBtn.orngeebtn:hover {
	background: #000;
}
.customBtn.orngeebtn span {
	margin: 0 15px 0 0;
}
.banner .buttonsDIV a:hover {
	opacity: 0.7;
	transition: all 0.5s ease-in-out;
}

.towtrucks  {
	transition: all 0.5s ease-in-out;
	overflow: hidden;
}
.onhover {
	background: rgb(255 255 255 / 90%);
	top: 100%;
	position: absolute;
	height: 100%;
	width: 100%;
	text-align: center;
	transition: all 0.5s ease-in-out;
	display: inline;
	left: 0;
}
.onhover h5 {
	align-items: center;
	display: flex;
	height: 100%;
	text-align: center;
}
.onhover a {
	color: #000;
	width: 100%;
}
.towtrucks:hover .onhover{
	transition: all 0.5s ease-in-out;top: 0%;
}

.plans {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #dfdfdf;
	padding: 2rem;
	z-index: 9;
	position: relative;
}
.plans .table > :not(:first-child) {
	border-top: 0px solid currentColor;
}
.border-none {
	border: none;
}
.Custom-container {
	width: 100%;
	max-width: 1330px;
	margin: 0 auto;
}
.plans .table td, .plans .table th {
	padding: 1.65rem;
}
.plans ul.li-points li {
	font-size: 1rem;
	font-style: normal;
	color: #212529;
}
.plansHeading {
	background: #FEC935;
	padding: 20px 0;
	color: #000;
	margin: -60px 0 0;
	font-size: 17px;
}
.plans .table tbody tr th {
	color: #2E2E2E;
	font-size: 18px;
	font-weight: 600;
}
.plans .table td .price .pricetag {
	font-size: 2.75rem;
	font-weight: 600;
	color: #FF4E00;
}
.plans .table td .price {
	text-align: center;
	border-bottom: 1px solid #dfdfdf;
	margin: -25px 0 25px;
	padding-bottom: 25px;
}

.ServiceBOX {
	float: left;
	width: 100%;
	padding: 2rem;
	transition: all 0.5s ease-in-out;
	background: #fff;
	border: 1px solid #dfdfdf;
	z-index: 9;
	position: relative;
	margin: 0 0 1.5rem;
	min-height: 353px;
}
.ServiceBOX:hover {
	background: #ffe7aa;
	border: 1px solid #ffe7aa;
}
.ServiceBOX img {
	height: 60px;
	object-fit: scale-down;
}
.ServiceBOX h5 {
	font-family: 'Poppins', sans-serif;
	color: #141414;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 1.5rem;font-size: 17px;
}
.ServiceBOX p {
	color: #141414;
	font-weight: 300;
	margin: 0 0 1.5rem;
	font-size: 0.938rem;
}
.ServiceBOX a:hover {
	transition: all 0.5s ease-in-out;
  color: #000;
	font-weight: 700;
}
.ServiceBOX a {
	transition: all 0.5s ease-in-out;
  color: #FF4E00;
	font-weight: 700;
}

.membershipPlan::after {
	background: #FF4E00;
	content: '';
	width: 100%;
	position: absolute;
	height: 45%;
	top: 0;
	z-index: -1;
}
.membershipPlan::before {
	background: url(../image/road.png);
	content: '';
	width: 100%;
	position: absolute;
	height: 74%;
	top: 0;
}

.position-absolute.play {
	text-align: center;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.position-absolute.play p {
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	margin: 0;
}
.testimonials {
	padding: 2.5rem;
	position: relative;
	background: #fff;
	border-radius: 10px;
	margin: 0 15px;
}
.testimonials_Slider .carousel-indicators {
	position: static;
}
.slick-slide .Stars img {
	display: inline;
}
.testimonials_Slider .slick-dots {
	display: block;
	text-align: center;
	margin: 30px 0 0;
}
.testimonials_Slider .slick-dots li button {
	background: #fff;
	width: 16px;
	height: 16px;
	margin: 0 5px 0;
	border-radius: 50%;
	border: 4px solid #222;
	color: transparent;
	font-size: 0;
}
.testimonials_Slider .slick-dots li.slick-active button{background: #222;}
.testimonials_Slider .slick-dots li{
	display: inline-block;
}
.lightStar {
	opacity: 0.4;
}
.clientName {
	color: #222222;
	font-size: 1.125rem;
	font-weight: 500;
}
.quote {
	position: absolute;
	right: 2.5rem;
	bottom: 2.5rem;
}

.grayBG {
	background: #F1F1F1;
}
.orangeBG {
	background: #FF4E00;
}
.colorWhite {
	color: #fff !important;
}
.Tap_the_app p {
	color: #fff;
	margin: 0 0 2.8rem;
}
.roadmobile img {
	width: 70%;
}
.sec_pad.Tap_the_app {
	padding: 3rem 0;
}

.Tap_the_app .buttonsDIV a:hover{opacity: 0.7; transition:all 0.5s ease-in-out;}
.customBtn.blackbtn {
	background: #000;
	padding: 14px 30px;
	border-radius: 8px;
}
.li-points {
	margin: 0;
	display: block;
	padding: 0;
}
ul.li-points li {
	font-family: 'Poppins', sans-serif;
	font-size: 1.125rem;
	font-style: normal;
	color: rgb(121, 121, 121);
	line-height: 1.778;
	margin: 0 0 0rem;
	list-style: none;
	position: relative;
	padding: 0 0 0 1.875rem;
}
ul.li-points li::after {
	position: absolute;
	background: url(../image/check.svg);
	top: 10px;
	left: 0%;
	width: 15px;
	height: 11px;
	content: '';
}
.pheading {
	color: #000;
	font-style: italic;
}
.lowerCase {
	text-transform: none;
}

.packages {
	box-shadow: 0px 3px 60px rgb(0 0 0 / 10%);
	padding: 2.1rem 2.5rem;
	position: relative;
	background: #fff;
	border-radius: 10px;
	min-height: 350px;
}
.packages p {
	color: #000;
	font-weight: 600;
	margin: 0 0 22px;
	font-size: 1.25rem;
}

.FaqDiv h2 {
  font-family: 'Poppins', sans-serif;
}
.FaqDiv .accordion-item {
	margin: 0 0 1.5rem;
	border: none;
	box-shadow: 10px 10px 99px #ECECEC;
	border-radius: 10px;
	overflow: hidden;
}
.FaqDiv .accordion-item .accordion-button:not(.collapsed) {
	color: #FF4E00;
	background-color: #ffe5db;
	box-shadow: none;
}
.FaqDiv .accordion-item .accordion-button:not(.collapsed)::after {
	filter: invert(5);
}
.FaqDiv .accordion-item .accordion-button {
	padding: 1.5rem 2rem;
	font-size: 1.125rem;
	font-weight: 400;
}
.FaqDiv .accordion-item .accordion-body {
	padding: 1.5rem 2rem;
	color: #7d7d7d;
}

footer {
	float: left;
	width: 100%;
	background: #000;
	padding: 5rem 0;
}
.footr_title {
	color: #fff;
	margin: 0 0 2.3rem;
}
.navbar-nav_footr {
	padding: 0;
}
.navbar-nav_footr .nav-item {
	list-style: none;
	width: 50%;
	float: left;
	margin: 0 0 0.5rem;
}
.navbar-nav_footr .nav-item .nav-link {
	color: #fff;
	padding: 0;
	transition: all 0.15s ease-in-out;
	display: inline-block;
}
.navbar-nav_footr .nav-item .nav-link:hover {
	color: #FF4E00;
}
footer .callus a {
	font-size: 1rem;
}
.ps-6 {
	padding-left: 5.625rem;
}
.copyright.text-center {
	float: left;
	width: 100%;
	padding: 1.25rem 0;
	background: #333;
	color: #fff;
	font-size: 0.875rem;
}
.social_icon ul {
	padding: 0;
	margin: 50px 0 0;
	display: block;
}
.social_icon ul li {
	display: inline-block;
	margin: 0 1.5rem 0 0;
}
.social_icon ul li a svg {
	fill: white;
	height: 1.625rem;
	transition: all 0.15s ease-in-out;
}
.social_icon ul li a svg:hover {
	fill: #FF4E00;
}


/* Inner Pages */
.inner-banner .carousel-caption{
	top: 50%;
}

.inner-banner .carousel-caption h4 {
    font-size: 2.75rem;
    margin: 0 0 .5rem;
    line-height: 3.778rem;
}

ol.breadcrumb{
	justify-content: center;
}

.breadcrumb li {
    font-family: 'ethnocentricrg';
    color: #fff !important;
    font-size: 22px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '';
	background-image: url('../image/breadcrumb.svg');
	width: 12px;
	height: 12px;
	background-size: contain;
	position: relative;
	top: 30%;
	padding: 0 1rem;
	background-repeat: no-repeat;
}

.breadcrumb-item+.breadcrumb-item{
	padding-left: 1.5rem;
}
.contactForm {
	background: #F1F1F1;
	padding: 3rem;
}
.contactForm form .form-control {
	border: none;
	border-radius: 0;
	height: 65px;
	padding: 1rem 2rem;
}
.contactForm form textarea.form-control {
	height: auto;
}
.contactDEtails h2 {
	line-height: 3rem;
}
.contactDEtails .callus {
	color: #ff4e00;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .2rem;
}
.contactDEtails .callus a {
	color: #222;
	transition: all 0.15s ease-in-out;
	letter-spacing: normal;
	text-transform: none;
	margin: 8px 0 0;
	display: inline-block;
}
.contactDEtails .callus a:hover {
	color: #ff4e00;
}


/* Services */
.vertical-tabs .nav.nav-tabs {
	display: block;
}
.vertical-tabs .nav.nav-tabs .nav-item {
	width: 100%;
	float: left;
}
.nav-tabs span img {
    height: 36px;
    margin-right: 6px;
}
.vertical-tabs {
	padding: 2rem;
	box-shadow: 0 0 65px 0 rgba(0, 0, 0, .1);
	float: left;
	width: 100%;
}
.nav-tabs .nav-link{
	width: 100%;
	padding: 15px 17px;
	font-size: 15px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	border-bottom: 1px solid #bfbfbf !important;
	text-align: left;
	color: #000;
}
.nav-tabs .nav-link.border-none{
	border-bottom: 0 !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
    background-color: #ff4e00 !important;
    color: #fff !important;
}
.nav-tabs .nav-item.show .nav-link span img, .nav-tabs .nav-link.active span img, .nav-tabs .nav-link:hover span img{
	filter: brightness(0) invert(1);
}
.nav-tabs span.float-end {
    float: right !important;
    font-size: 20px;
    position: relative;
    top: 4px;
}
.nav-tabs {
    border-bottom: none !important; 
}
.vertical-tabs ul .nav-item span.iconsDIV {
	width: 20%;
	display: inline-block;
	margin: 0 15px 0 0px;
}


.accordion-button:focus {
    border-color: transparent;                                                   
    box-shadow: none;
}


.onlyONMobile .callmobile {
	background: #ff4e00;
	width: 70px;
	display: inline-block;
	height: 70px;
	text-align: center;
	border-radius: 100px;
	padding: 0;
	line-height: 62px;
	border: 4px solid #fff;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 999999;
	box-shadow: 0 0 50px #cacaca;
}
.onlyONMobile{display: none;}
.fixed-sidebar {
    position: sticky;
    height: 600px;
    color: #fff;
    top: 10px;
    bottom: auto;
}

.towpric div {
	float: left;
	width: 100%;
}
.nav-link:focus-visible {
	outline: 0px solid black;
}
.nav-link:focus {
	border: none;
}
.navbar-brand img {
    width: 280px;
}
.callus a {
    font-size: 16px;
}

.terms_privacy h3, .terms_privacy h2 {
	margin-top: 40px;
}

.terms_privacy ul li  {
	font-size: 1.125rem;
	font-style: normal;
	color: rgb(121, 121, 121);
	line-height: 1.778;
}
.terms_privacy ol li a {
	font-size: 1.125rem;
	font-style: normal;
	color: rgb(121, 121, 121);
	line-height: 1.778;
	transition: all 0.5s ease-in-out;
}
.terms_privacy ol li a:hover {
	color: #FF4E00;
	transition: all 0.5s ease-in-out;
}
.terms_privacy a {
	font-size: 1.125rem;
	font-style: normal;
	color: #000;
	transition: all 0.5s ease-in-out;
}
.terms_privacy a:hover {
	color: #FF4E00;
	transition: all 0.5s ease-in-out;
}

.terms_privacy .appname {
    font-size: 1.125rem;
    font-style: normal;
    color: #000;
    transition: all 0.5s ease-in-out;
}