
_:-ms-fullscreen, :root .tube { display:none; }
_:-ms-fullscreen, :root #iewarning { display:flex; }

#iewarning {
  display: none;
}

html {
  font-size: 16px;
  margin:0;
  padding:0;
  scroll-behavior: smooth;
  font-family: 'Exo 2', sans-serif; 
  overflow-x: hidden;
}

body {
  margin:0;

  padding:0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
      overflow-x: hidden;
}

footer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top:4rem;
  padding-bottom: 8rem;
  width: 100%;
  font-size: 2rem;
  z-index: 900;
  height: 4rem;
  background-color: #fff;
  font-size: .8rem;
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media523.webp");
  background-position: center;
  background-size: 200%;
  background-repeat: no-repeat;
}

.footInfo {
  width: 70%;
  }

footer p {
padding: 0 1rem;
font-size: 1rem;
color: #fff;
}

a {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

p {
  margin: 0;
  padding: 0;
}

.flex {
  display: flex;
}

.jCenter {
  justify-content: center;
}

.aCenter {
  align-items: center;
}

.center_center {
    align-items: center;
    justify-content: center;
}

.rowDirect {
  flex-direction: row;
}

.columnDirect {
  flex-direction: column;
}





/*-- Headsection ---------------------------------------------------------------*/

/*-- Top of page code --*/
.headsection_top {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction:column;
  background-color: #fff;
  padding: 0;
  align-items: center;
  position: fixed;
  z-index: 1000;
  right:  0;
  left: 0;
  box-shadow: 0px -10px 40px 0px #111;
}


.headsection_top a {
  text-decoration: none;
}

.uppersection {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #d71921;
  height: 1.8rem;
  border-bottom: solid 1px rgba(255,255,255,.2);
}

.lowersection {
  width: 95%;
  max-width: 1800px;
  height: 5rem;
  display: flex;
  justify-content: space-between;
}

.header_line {
  width: 100%;
}

.head_contact{
  width: 100%;
  max-width: 1800px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  font-family: Helvetica;
  letter-spacing: 1px;
}

.head_contact a {
  color: white;
  text-decoration: none;
}

.left_contact {
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right_contact {
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_info {
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12px;
  margin-right: 1.2rem;
}

.contact_info img {
  height: 15px;
  margin-bottom: 2px;
  margin-left: .2rem;
  margin-right: .2rem;
}

.contact_icon {
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.contact_icon img {
  height: 20px;
  margin: 0 .25rem;
}

.logo img {
  width: 7rem;
  max-width: 7rem;
  margin: 0.25rem !important;
}

.middlethead {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

.righthead {
  height: 100%;
  width: 25%;
  justify-content: flex-end;
}

.tcwIcon img {
  width: 1.7rem;
  padding: .5rem;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 300ms ease;
  border-radius: 5px;
  margin: 0 .25rem;
}

.tcwIcon img:hover {
  border-color: #d71921;
}

.tcwIcon span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #555;
  z-index: 505;
  color: #fff;
  padding: .25rem 1rem;
  border-radius: 5px;
  position: absolute;
  display: none;
}

.tcwIcon:hover span {
  display: flex;
}

/*-- Scroll Down page code --*/

.headsection {
  width: 100%;
  height: 125px;
  display: flex;
  flex-direction:column;
  align-items: center;
  position: fixed;
  z-index: 101;
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  right: 0;
  left: 0;
  padding-bottom: 1rem;
    -webkit-transition: opacity .7s;
       -moz-transition: opacity .7s;
        -ms-transition: opacity .7s;
         -o-transition: opacity .7s;
            transition: opacity .7s;

}

.ESOPBar a {
  transition: all ease 300ms;
}


.headsection.fixed{
    z-index:1000;
    display: flex;
    opacity: 1;
}

.headsection a {
  text-decoration: none;
}


.right_contact_scrolled {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(60, 60, 60);
  padding-left: .5rem;
  padding-right: .5rem;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.lefthead {
  width: 25%;
}

.contact_icon_scrolled {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.contact_icon_scrolled img {
  height: 20px;
  margin: 0 .25rem;
}


/*-- Home ---------------------------------------------------------------*/

#homeID {
  color: #D71921;
}

#homeID:hover {
  color: #555;
}

.tcwNav {
  width: 100%;
  height: 100%;
}

.tcwNav h4 {
  color: #555;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 1rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position:50% 30px;
  background-size: 0px;
  background-image: linear-gradient(to bottom right, #d71921, #d71921);
  transition: all 330ms ease;
}

.tcwNav h4:hover {
  margin: 0 .5rem;
  padding: .25rem .5rem;
  background-size: 100%;

}

.welcome_tcw {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  background-color: #fff;
}

.welcome_tcw img {
  width: 9rem;
}

.section {
	background-color: #fff;
  position: absolute;
}
.loader {
	position: relative;
	display: flex;
	width: 240px;
	height: 240px;
}

.loader-double {
	border-radius: 50%;
	border: 30px solid transparent;
	border-top-color: #D71921;
	border-bottom-color: #D71921;
	-webkit-animation: spin 4.5s linear infinite;
	animation: spin 4.5s linear infinite;
}

.loader-double:before,
.loader-double:after {
	content: '';
	position: absolute;
	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 15px;
	border-radius: 50%;
	border: 20px solid #D71921;
	border-top-color: #333;
	border-bottom-color: #333;
	filter: alpha(opacity=8);
	     -khtml-opacity: .8;
	       -moz-opacity: .8;
	            opacity: .8;
	-webkit-animation: spinreverse 5s linear infinite;
	animation: spinreverse 5s linear infinite;
}

.loader-double:before {
	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 15px;
	-webkit-animation: spinreverse 7s linear infinite;
	animation: spinreverse 7s linear infinite;
}


@-webkit-keyframes grow {
	0% { -webkit-transform: scaleY(0); transform: scaleY(0); opacity: 0;}
	50% { -webkit-transform: scaleY(1); transform: scaleY(1); opacity: 1;}
	100% { -webkit-transform: scaleY(0); transform: scaleY(0); opacity: 0;}
}

@keyframes grow {
	0% { -webkit-transform: scaleY(0); transform: scaleY(0); opacity: 0;}
	50% { -webkit-transform: scaleY(1); transform: scaleY(1); opacity: 1;}
	100% { -webkit-transform: scaleY(0); transform: scaleY(0); opacity: 0;}
}

@-webkit-keyframes spin {
  	0%{ -webkit-transform: rotate(0deg); tranform: rotate(0deg);}
	100%{ -webkit-transform: rotate(360deg); tranform: rotate(360deg);}
}

@keyframes spin {
	0%{ -webkit-transform: rotate(0deg); transform: rotate(0deg);}
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg);}
}

@-webkit-keyframes spinreverse {
  	0%{ -webkit-transform: rotate(0deg); tranform: rotate(0deg);}
	100%{ -webkit-transform: rotate(-360deg); tranform: rotate(-360deg);}
}

@keyframes spinreverse {
	0%{ -webkit-transform: rotate(0deg); transform: rotate(0deg);}
	100%{ -webkit-transform: rotate(-360deg); transform: rotate(-360deg);}
}




.main {
  width: 100%;
  height: auto;
}

.covidBanner {
  width: 100%;
  height: 4rem;
  background-color: #222;
  margin-top: 129px;
  z-index: 12;
  position: absolute;
}

.covidText {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  color: #fff;
  margin-left: 2rem;
}

.covidText h3 {
  font-size: 1rem;
}

.covidText img {
  width: 2.3rem;
  margin-right: 1rem;
}

.homeBanner {
  width: 100%;
  height: 576px;
  margin-top: 109px;
  background-color: #d71921;
  justify-content: flex-end;
}

.homeBannerVideo {
  width: auto;
  left:0;
  position: absolute;
  background-color: #000;

  --notchSize: 20px;

  clip-path:
  polygon(
   0% 0%,     /* top left */
   0% 0%,     /* top left */
   84% 0%,    /* top right */
   100% 50%,   /* top right */
   100% 50%,  /* bottom right */
   84% 100%,  /* bottom right */
   0% 100%,   /* bottom left */
   0 100%      /* bottom left */
 );
}

.tcwVideoCover {
  z-index: 10;
}

.homeBannerVideo iframe {
  opacity: 1;
}


.section1 {
  width: 100%;
  background-color: #d71921;
  align-items: center;
  z-index: 3;
  margin-top: 9rem;
}

.fadeScroll {
  height: 100%;
  width: 100%;
}

.welcome {
  width: 100%;
  height: 10rem;
  align-items: center;
  justify-content: center;
}

.superMap {
  width: 100%;
  height: 50rem;
  transform: scale(1.1);
}

.shipNow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 130px;
  border: 15px solid rgba(55, 0, 0, 0.1);
}

.driversApply {
  width: 50%;
}

.zonePrompt {
  height: 50rem;
  width: 1200px;
  position: absolute;
  z-index: 100;
}

.zonePrompt p {
  width: 700px;
  font-size: 1.2rem;
  text-align: center;
  padding: 5px 0;
  color: #666666;
  z-index: 605!important;
}

.westZoneP, .northEastZoneP, .southEastZoneP, .midWestZoneP, .southWestZoneP {
  position: absolute;
  z-index: 205;
  top: 80%;
  opacity: 0;
  transition: all 200ms ease;
}


#SCMAP .westZoneP, #SCMAP .northEastZoneP, #SCMAP .southEastZoneP, #SCMAP .midWestZoneP, #SCMAP .southWestZoneP {
  position: absolute;
  z-index: 205;
  top: 63.5%;
  opacity: 0;
  transition: all 200ms ease;
}

.westInfo, .northEastInfo, .southEastInfo, .midWestInfo, .southWestInfo {
  position: absolute;
  top: 70%;
  opacity: 0;
  transition: all 200ms ease;
  margin-top: 1.5rem;
  background-color: #fff;
}


#SCMAP .westInfo, #SCMAP .northEastInfo, #SCMAP .southEastInfo, #SCMAP .midWestInfo, #SCMAP .southWestInfo {
  position: absolute;

  top: 60%;
  opacity: 0;
  transition: all 200ms ease;
  margin-top: 1.5rem;
  background-color: #fff;
}

.zonePrompt ul li {
  list-style-type: none;
}

#glider-dot {
  z-index: 500;
}

.glider-dot:hover {
  background-color: red!important;
  background: red;
}

.glider-dot:focus {
  background-color: #ffaaaa;
}

.glider-dot.active {
  background-color: red!important;
}

#defaultP {
  position: absolute;
  z-index: 605!important;
  background-color: #fff;
  top: 80%;
  opacity: 1;
  transition: all 200ms ease;
}

#Page3Link {
  min-width:5.3rem;
}

#defaultP strong {
  z-index: 605!important;
}

.southWestZone:hover ~ #defaultP {
opacity: 0;
}
.westZone:hover ~ #defaultP {
opacity: 0;
}
.northEastZone:hover ~ #defaultP {
opacity: 0;
}
.southEastZone:hover ~ #defaultP {
opacity: 0;
}
.midWestZone:hover ~ #defaultP {
opacity: 0;
}


.westZone, .northEastZone, .southEastZone, .midWestZone, .southWestZone {
  border: 5px solid transparent;
  z-index: 100;
  position: absolute;
  width: 30rem;
  height: 30rem;
  animation: tuneFade 1s;
}

.interior {
  width: 100%;
}

.westZone {
  width:18rem;
  height: 13rem;
  border-color: transparent;
  left: 12rem;
  top:15rem;
  position: absolute;
  cursor: Pointer;
}

.northEastZone {
  width:12rem;
  height: 10rem;
  border-color: transparent;
  right: 12rem;
  top:16rem;
  cursor: Pointer;
}

.midWestZone {
  width:19.5rem;
  height: 12rem;
  border-color: transparent;
  left: 30rem;
  top:15rem;
  cursor: Pointer;
}

.southWestZone {
  width:16rem;
  height: 10rem;
  border-color: transparent;
  left: 22rem;
  top:28rem;
  cursor: Pointer;
}

.headerspacer {
  height: 9rem;
  width: 100%;
}

#SCMAP {

  z-index: 100;

}

#SCMAP .zonePrompt {
  background-color: #fff;

  left:28%;

}

#SCPos .servPosition {
  height: 100%;
  width: 80%;
  overflow-y: scroll;
  overflow: scroll;
  padding-left: 2rem;
  padding-bottom: 2rem;
  margin-left:0!important;
  margin-top:.5rem;
  margin-bottom: 7.5rem;
  background-color: #fff;
  border-radius: 5px;
}

#SCPos {
  background-color:#d71921;
  z-index: 220;
  width: 35rem;
    left:0;
    position: fixed;
    border-top-right-radius: 5px;
}

.remove {
  display: none!important;
}

.displayInfo {
  display: flex!important;
  flex-direction: column;
  text-align: center;
}


.atlantaInfo, .NashInfo, .kennerInfo, .jeffersonInfo, .memphisInfo, .birminghamInfo, .charlestonInfo, .charlotteInfo, .columbiaInfo, .daltonInfo, .jacksonInfo, .savannahInfo, .spartanburgInfo, .dercherdInfo, .maconInfo, .jacksonTnInfo, .ashevilleInfo, .meridianInfo, .mobileInfo, .newOrleansInfo{
  display:none;
  z-index:900;
  background-color:#fff;
}

.southEastZone {
  width:18rem;
  height: 12rem;
  border-color: transparent;
  right: 18rem;
  top:27rem;
  cursor: Pointer;
}

.westZone:hover ~ #westMap{
  opacity: 1!important;
  z-index: 20;
}
.westZone:hover ~ #mainMap{
  opacity: 0;
}
.westZone:hover ~ .westZoneP{
  opacity: 1;
}

.staticMap {
  display: none!important;
}

.staticP {
  opacity: 1!important;
  z-index: 700!important;
  padding: 10px 0;
  background-color: #fff;
}

.remove {
  display:none!important;
}

.hideP {
  opacity: 0!important;
}

.out {
  display:none!important;
}

.reveal {
  opacity: 1!important;
  display: flex;
  z-index: 200!important;
  transition: all ease 300ms;
}

.learnMorebttnAbout {
  width: 15rem;
  height: 5rem;
 background-color: #d71921;
}

.disableZone {
  width: 2.4rem;
  height: 2.5rem;
  background-color: #d71921;
  border-radius: 5px;
  position: absolute;
  z-index: 300;
  right: 10%;
  top: 30%;
  opacity: 0;
  cursor: pointer;
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media497.png");
  background-size: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

.disableZone:hover {
  background-color: rgb(150, 0, 0);
}

.terminal {
  position: absolute;
  background-color: transparent;
  width: auto;
  flex-wrap: nowrap;
  padding: .25rem;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid transparent;
}

.terminal img:hover{
  z-index: 800!important;
}

.terminal img:hover + h2 {
  opacity: 1;
  display: flex;
  z-index: 700!important;
}

.terminal h2 {
  font-size: 1rem!important;
  margin: 0!important;
  text-align: center;
  padding: 6px 10px;
  position: absolute;
  right:10px;
  background-color: #d71921;
  z-index: 800;
  border:1px solid #fff;
  border-radius: 3px;
  color:#fff;
  opacity: 0;
  display:none;
  transition: all ease 300ms;
}

.terminal img {
  width: 1.2rem!important;
  margin-right: .8rem;
  padding: .5rem;
  z-index: 500;
  border-radius: 5px;
}

.destroy {
  opacity: 0!important;
  z-index: 00;
}

.midWestLarge, .westLarge, .northEastLarge, .southEastLarge, .southWestLarge {
  opacity: 0;
  width: 30rem;
  display: flex;
  z-index: 0;
  position: absolute;
  padding: 5rem 10rem;
}


.southEastLarge {
    padding: 0!important;
    width: 45rem!important;
}

.southEastLarge img{
  padding: 0!important;
  width: 45rem;
}

@keyframes tuneFade {
  0% {opacity: 0%;}
  50% {opacity: 0%;}
  100% {opacity: 100%;}
}



.midWestZone:hover ~ #midWestMap{
  opacity: 1!important;
  z-index: 20;
}
.midWestZone:hover ~ #mainMap{
  opacity: 0;
}
.midWestZone:hover ~ .midWestZoneP{
  opacity: 1;
}




.northEastZone:hover ~ #northEastMap{
  opacity: 1!important;
  z-index: 20;
}
.northEastZone:hover ~ #mainMap{
  opacity: 0;
}
.northEastZone:hover ~ .northEastZoneP{
  opacity: 1;
}



.southEastZone:hover ~ #southEastMap{
  opacity: 1!important;
  z-index: 20;
}
.southEastZone:hover ~ #mainMap{
  opacity: 0;
}
.southEastZone:hover ~ .southEastZoneP{
  opacity: 1;
}




.southWestZone:hover ~ #southWestMap{
  opacity: 1!important;
  z-index: 20;
}
.southWestZone:hover ~ #mainMap{
  opacity: 0;
}
.southWestZone:hover ~ .southWestZoneP{
  opacity: 1;
}




#mainMap {
 width: 50rem;
 position: absolute;
 z-index: 10;
 opacity: 1;
 transition: all ease 300ms;
}

#fadedMap {
 width: 50rem;
 position: absolute;
 z-index: 9;
 opacity: 1;
}

#westMap {
width: 50rem;
position: absolute;
z-index: 15;
opacity: 0;
 transition: all ease 300ms;
}

#southEastMap {
 width: 50rem;
position: absolute;
z-index: 15;
opacity: 0;
 transition: all ease 300ms;
}

#southWestMap {
 width: 50rem;
position: absolute;
z-index: 15;
opacity: 0;
 transition: all ease 300ms;
}

#northEastMap {
 width: 50rem;
position: absolute;
z-index: 15;
opacity: 0;
 transition: all ease 300ms;
}

#midWestMap {
 width: 50rem;
  position: absolute;
  z-index: 15;
  opacity: 0;
   transition: all ease 300ms;
}

#inputSetUp {
  background-color: white;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #fff;
  color: white!important;
  height: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  letter-spacing: normal;
}

#inputButton {
  width: 2.2rem;
  height:2.2rem;
  border-radius: none;
  background-color: transparent;
  border: 2px solid transparent;
  cursor: pointer;
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media430.png");
  background-size: 1.3rem;
  background-position: center;
  background-repeat: no-repeat;
  padding: .5rem;
  margin: 0;
  transition: all 330ms ease;
}

#inputButton:hover {
  border: 2px solid #fff;
}

.welcome h2 {
  color: #fff;
  font-size: 2rem;
  margin: 0;
}

.redBlock {
  height: 10rem;
  width: 100%;
  opacity: 0;
  left:-50%;
  position: absolute;
  background-color: transparent;
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media429.png");
  background-size:240px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all ease;
   animation: slidein 3.5s;
   animation-delay: 500ms;
   animation-fill-mode: forwards;
}

@keyframes slidein {
  0% {
    transform: translateX(0%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }

  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

.driversApply {
  cursor: pointer;
  transition: all 330ms ease;
  border: 15px solid rgba(55, 0, 0, 0.1);
  height: 130px;
}

.driversApply img {
  width: 4.5rem;
}

.driversApply:hover {
}

.driversApply h2 {
  font-size: 1.3rem;
  margin: 0 .5rem;
}

.tcw_Resource img {
  width: 4.5rem;
}

.tcw_Resource {
    padding: .5rem;
    cursor: pointer;
  transition: all 330ms ease;
  border: 2px solid transparent;
}
.tcw_Resource:hover {
  border: 2px solid #fff;
  border-radius: 10px;
}

.tcw_Resource h2 {
  font-size: 1.3rem;
  margin: .5rem;
}

.servBanner {
  width:100%;
  height: 15rem;
  margin-top: 108px;
  background-color: #d71921;
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media523.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.servTitle {
  color:#fff;
  font-size: 3rem;
  width: 100%;
  text-align: center;
}

.servSection {
  width: 100%;
  height:100%;
  min-height: 675px;
  background-color: #fff;
}

.servInfo {
  width: 100%;
  max-width: 1500px;
  height: auto;
}

.servZone1 {
  align-items: flex-start;
  justify-content: center;
}

.servContent {
  height: 100%;
  min-height: 520px;
  padding:5rem 0;
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media586.webp");
  background-repeat: no-repeat;
  background-position: center;
  justify-content: center;
  background-size: 100%;
  z-index: 2;
}

.servPosition .flex {
  max-width: 900px;
}

#footLink {
  color:#fff;
  font-size: 1.2rem;
  margin: .5rem 0;
  text-decoration: underline;
}

#appLink {
  background-color:#d71921;
  border-radius: 5px;
  border: 3px solid #fff;
  box-shadow: 0px 10px 30px -20px #333;
  color:#fff;
  padding: .5rem 1rem;
  margin-top: .5rem;
  transition: all ease 300ms;
}

#appLink:hover {
  width: 12rem!important;
  background-color: rgb(200, 0, 0);
}

.corpImg {
  position: absolute;
   z-index: 1;
   background-color: #f00;
   background-image: url("https://app.salesdrip.com/users/myteam45743/Media800.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center!important;;
   height: 750px;
   width: 50%;
   margin-left: 50%;
}

.dedFleet {
  position: absolute;
   z-index: 1;
   background-color: #f00;
   background-image: url("https://app.salesdrip.com/users/myteam45743/Media689.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: top!important;;
   height: 750px;
   width: 50%;
   margin-left: 50%;
}
.hostFleet {
  position: absolute;
   z-index: 1;
   background-color: #f00;
   background-image: url("https://app.salesdrip.com/users/myteam45743/Media688.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: top!important;;
   height: 750px;
   width: 50%;
   margin-left: 50%;
}
.ourMissionPic {
  position: absolute;
   z-index: 1;
   background-color: #f00;
   background-image: url("https://app.salesdrip.com/users/myteam45743/Media631.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: 60%!important;;

   width: 50%;
   margin-left: 50%;
}
.interFleet {
  position: absolute;
   z-index: 1;
   background-color: #f00;
   background-image: url("https://app.salesdrip.com/users/myteam45743/Media652.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: top!important;;
   height: 750px;
   width: 50%;
   margin-left: 50%;
}
.logFleet {
  position: absolute;
   z-index: 1;
   background-color: #f00;
   background-image: url("https://app.salesdrip.com/users/myteam45743/Media794.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: top!important;;
   height: 750px;
   width: 50%;
   margin-left: 50%;
}
.truckFleet {
  position: absolute;
   z-index: 1;
   background-color: #f00;
   background-image: url("https://app.salesdrip.com/users/myteam45743/Media676.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: top!important;;
   height: 750px;
   width: 50%;
   margin-left: 50%;
}
.faqsFleet {
  position: absolute;
   z-index: 1;
   background-color: #f00;
   background-image: url("https://app.salesdrip.com/users/myteam45743/Media799.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: top!important;;
   height: 750px;
   width: 50%;
   margin-left: 50%;
}
.clientFleet {
  position: absolute;
   z-index: 1;
   background-color: #f00;
   background-image: url("https://app.salesdrip.com/users/myteam45743/Media830.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: top!important;;
   height: 750px;
   width: 50%;
   margin-left: 50%;
}
.historyFleet {
  position: absolute;
   z-index: 1;
   background-color: #f00;
   background-image: url("https://app.salesdrip.com/users/myteam45743/Media632.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: top!important;;
   height: 750px;
   width: 50%;
   margin-left: 50%;
}
.missionFleet {
  position: absolute;
   z-index: 1;
   background-color: #f00;
   background-image: url("https://app.salesdrip.com/users/myteam45743/Media631.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: top!important;;
   height: 750px;
   width: 50%;
   margin-left: 50%;
}
.safetyFleet {
  position: absolute;
   z-index: 1;
   background-color: #f00;
   background-image: url("https://app.salesdrip.com/users/myteam45743/Media797.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: top!important;;
   height: 950px;
   width: 50%;
   margin-left: 50%;
}
.wareFleet {
  position: absolute;
   z-index: 1;
   background-color: #f00;
   background-image: url("https://app.salesdrip.com/users/myteam45743/Media795.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: top!important;;
   height: 750px;
   width: 50%;
   margin-left: 50%;
}


.servPosition {
  width: 45%;
  margin-left: 10%;
}

.servContent ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 20rem;
  width: auto;
  font-family: 'Exo 2', sans-serif;
  margin: 2rem 0;
  padding: 0;
}

.servContent ul li::before {
  content: "\2022";
  color: #d71921;;
  font-weight: bold;
  display: flex;
  width: 1rem;
  margin-right: 1rem;
  font-size: 2.5rem;
  margin-left: 0;
}

.servContent ul li {
  display: flex;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
}

#superUL ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 20rem;
  width: auto;
  font-family: 'Exo 2', sans-serif;
  margin: 2rem 0;
  padding: 0;
}

#superUL ul li::before{
    content: "\2022";
    color: #d71921;;
    font-weight: bold;
    display: flex;
    width: 1rem;
    margin-right: 1rem;
    font-size: 2.5rem;
    margin-left: 0;
}

#superUL ul li {
  display: flex;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.servContent h3 {
  color:#000;
  font-size: 1.3rem;
  font-weight: 500;
  font-family: 'Exo 2', sans-serif;
}

.servBox {
  margin: 1rem 0;
  width: 18rem;
  height: 18rem;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 30px -10px #000;
  justify-content: space-between;
  align-items: center;
  border: inset 5px solid red;
  cursor: pointer;
}

.servBox h1 {
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#d71921;
  margin: 1rem 0 0 0;
  font-weight: 700;
}

.servBox p {
  width: 95%;
  font-size:1.2rem;
  color:#666;
  text-align: center;
}

.servContent img {
  width: 50rem;
  margin: 2rem 0;
}

.servBox h2 {
  background-color: #d71921;
  color:#fff;
  width: 100%;
  text-align:center;
  height: 5rem;
  margin: 0;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.servContent p {
  font-size: 1.3rem;
  line-height: 1.6rem;
  z-index: 500;
  color:#000;
  font-weight: 500;
   margin-bottom:1rem;
  width: 95%;
font-family: 'Exo 2', sans-serif;
}

.servZone1 img {
  width: 40rem;
    left: 8rem;
    top: 10rem;
    margin: 0 2rem;
    box-shadow: 0px 10px 30px -10px #333;
}

.servServices {
  width: 100%;
  background-color: #d71921;
  height: auto;
  padding: .5rem 0;
  color:#fff;
  z-index: 5;
  position: relative;
}

.servList {
  width: auto;
  height: auto;
}

.servList a {
  color:#fff;
  transition: all 300ms ease;
}

.servList a:hover {
  color:#d71921;
}

.servList a {
  color: #fff;
  border: 3px solid #fff;
  padding: 1rem 2rem;
  margin: 1rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease;
}

.selected {
  background-color:#fff!important;
  color:#d71921!important;
}

.servLink h4 {
  margin: 0;
}

.servList a:hover {
  background-color:#fff;
  color:#d71921;
}

.tcwVideoCover {
  position: absolute;
  width: 1024px;
  height: 576px;
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media488.webp");
   background-size: cover;
   background-repeat: no-repeat;
   background-position: left;
}

.homeBannerZone {
  width: 100%;
  height: 576px;
  align-items: flex-end;
  justify-content: center;
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media523.webp");
  background-size: 3000px;
  background-position: 180px;
  background-repeat: no-repeat;
}

.homeBannerZone h1{
  font-size: 5rem;
  width: auto;
  margin-right: 5rem;
  position: absolute;
  right: 5%;
  text-align: right;
  margin-top: 4%;
  color: #fff;
  z-index: 110;
}

.logo img {
  width: 7rem;
  max-width: 7rem;
  margin: 0.25rem !important;
}

.mainButtons {
  width: auto;
}

.buttonMain {
  border: 5px solid #fff;
  z-index: 5;
  color: white;
  padding: 1rem;
  cursor: pointer;
  width: 14rem;
  height: 2rem;
  margin-left: 2rem;
  margin-right: 4rem;
  background-color: transparent;
  background-size: 400px;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom right, white, white);
  background-position: -400px 0px;
  border-radius: 15px;
  transition: all 750ms ease;
  z-index: 200!important;
}

.buttonMain:hover {
  background-position: center;
  color: #333!important;
}

.buttonMain h3 {
  margin: .15rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.testProfile {
  width: 100%;
  height: 35rem;
  background-color: rgba(185, 0, 0, 1);
}

.profileIcon {
  background-color: #EEE;
  height: 10rem;
  width:10rem;
  border-radius: 200px;
  margin-right: 1rem;
  margin-bottom: 2rem;
}

.tcwBenefits {
  width: 100%;
  height: auto;
  color:#fff;
}

.benefitBox {
  width: 23rem;
  height:9rem;
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media487.webp");
  background-size: cover;
  background-color: #d71921;
  border-radius: 5px;
  margin:0 1rem;
  padding: 1rem;
}

.benefitBox p {
  font-weight: bold;
  color:#fff;
}

.testProfile h1, .testProfile h2 {
  margin:.25rem;
  color:#fff;
}

.buttonMain h4 {
  font-weight: 300;
  margin: .25rem;
  font-size: 1rem;
}

.intro {
  width: 100%;
  height: auto;
}

.discover {
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  padding:3rem 0;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.discover img {
  width: 25rem;
  border-radius: 10px;
}

.discoverCover {
  width: 100%;
  height: 30rem;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
}

.tcwCoverage {
  width: 40%;
    margin-top: 5rem;
}

.tcwCoverage img {
  width: 30rem;
}

.tcwCoverageInfo {
  align-items: center;
  margin-right: 1rem;
  position: absolute;
  width: 100%;
  width: 800px;
  z-index: 205;
  margin-top: 10rem;
  background-color: #fff;
  padding-bottom:1rem;
}

.tcwCoverageInfo h1 {
  text-align: center;
  width: 35rem;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 0;
}

.tcwCoverageInfo p {
  color: #000;
  font-weight: 500;
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
  z-index: 100;
}

.shade {
  width: 100%;
  height: 40rem;
  background-color: rgba(245, 245, 245, .6);
  position: absolute;
  z-index: 1;
  margin-top: 20rem;
}

.servP {
  width: 100%;
  height: auto;
  top: 55.5rem;
  color:#000;
}

.servP h2 {
  font-size: 3rem;
  color: #000;
  margin-bottom: 1rem;
  margin-top: 5rem;
}

.servP p {
  color:#000;
  max-width: 900px;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 3rem;
}

#serv2 {
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media608.webp");
  background-position: 100% 30px;
}
#serv3 {
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media604.webp");
  background-position: 100% 30px;
}
#serv4 {
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media609.webp");
}
#serv5 {
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media605.webp");
}
#serv6 {
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media610.webp");
}

.partners {
  width: 100%;
  height: 40rem;
  background-color: #f8f8f8;
}

.partnerBox {
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 10px;
}

.partnerBox img {
  width: 8rem;
  margin: 1rem;
}

#servBg{
    background-color: #fff;
      width: 100%;
      padding-bottom: 0rem;
      background-image: url("https://app.salesdrip.com/users/myteam45743/Media563.webp");
      background-size: 100%;
      background-repeat: no-repeat;
}


.tcwTimelineV2 {
  width: 100%;
  height: auto;
  z-index: 999;
  padding: 5rem 0;
  background-color:#eee;
}


.timeStrip {
  width: 80%;
  height: 30rem;
}

.timeStrip p {
  color:#222;
  width: 30rem;
  margin: 0 6rem;
  font-size: 1.5rem;
}


.tcwTimePic img {
  width: 30rem;
  background-color: #ddd;
  margin: 0 6rem;
  border-radius: 10px;
  box-shadow: 0px 10px 30px -10px #333;
}


#section07 div {
  padding-top: 80px;
}
#section07 div span {
  position: absolute;
  top: 30rem;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid #d71921;
  border-bottom: 3px solid #d71921;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

#section07 h2 {
  position: absolute;
  top:34rem;
  color:#d71921;
}
#section07 div span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#section07 div span:nth-of-type(2) {
  top: 31rem;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#section07 div span:nth-of-type(3) {
  top: 32rem;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.animateLine, .animateLine2, .animateLine3, .animateLine4, .animateLine5, .animateLine6, .animateLine7 {
  position: absolute;
  height: 0rem;
  z-index: 999;
  width: 15px;
  background-color:#444;
  ;
}

.historyEnd {
  width: 100%;
  height: 30rem;
  background-color:#fff;
}

.animateDot {
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 999;
  border-radius: 500px;
  background-color: #d71921;
  border: solid 3px #fff;
}

.animateDot h1 {
  color:#fff;
  font-size: 1.5rem;
}

.animateLine:after, .animateLine2:after, .animateLine3:after, .animateLine4:after, .animateLine5:after, .animateLine6:after, .animateLine7:after {
  content:"";
position: absolute;
z-index: -1;
top: 10px;
bottom: 0;
left: 50%;
border-left: 3px dashed #F7B500;
transform: translate(-50%);
}

.animateLineNow {
  -webkit-animation: animateLine 600ms linear;
     -moz-animation: animateLine 600ms linear;
      -ms-animation: animateLine 600ms linear;
       -o-animation: animateLine 600ms linear;
          animation: animateLine 600ms linear;
          animation-iteration-count: 1;
          height:480px;
}

@keyframes animateLine {
  0%  {
    height: 0px;
  }

  100% {
    height: 500px;
  }

}

.tcwHistoryStamp {
  width: 50rem;
  height: 13rem;
  top: 50px;
}

.tcwHistoryStamp p {
  font-size: 1.4rem;
  padding: 2rem;
  color:#fff;
  background-color: #d71921;
  border-radius: 5px;
}

.tcwTimeStamp {
  height: 2rem;
  width: 2rem;
  border-radius: 30px;
  border: solid 2px #fff;
  cursor:pointer;
  z-index: 500;
  color:#fff;
  padding:.2rem;
  transition: all ease 300ms;
}

.tcwTimeStamp.focus {
  background-color:#fff;
  color: #d71921;
}

.tcwTimeStamp:hover {
background-color:#fff;
color: #d71921;
}

/*------------------------------------------------------------------------------------------*/
td#wideBlogTableLeftColumn {
  display: flex!important;
  flex-direction: column;
}

#wideBlogTable tbody tr {
  display: flex;
  justify-content: center;
  width: 100%;
}

#wideBlogTable tbody tr td#wideBlogTableRightColumn div.wideNewsContent {
  display: flex!important;
  flex-direction: column;
}

td#wideBlogTableRightColumn {
  flex-wrap: wrap;
  max-width: 900px;
}

.allBlogsWrapper a {
color:#d71921;
}

div.blogLink a {
  color: #ffffff;
  font-weight: 400!important;
}
div.blogLink {
  max-width: 300px;
}

span.blogTop5Description {
  max-width: 100%;
}

.blogSocialWrapper {
display: none!important;
}

div.blogLink {
  max-width: 300px;
  background-color: #d71921;
  border-radius: 3px;
  padding: 0.3rem 0.6rem 0.5rem 0.6rem;
  cursor:pointer;
  transition: all ease 300ms;
}

div.blogLink:hover {
  background-color:#aaa;
}

a.blogCategoryLink {
  line-height: 1.5rem;
  cursor:pointer;
  transition: all ease 150ms;
}
a.blogCategoryLink:hover {
  color:#888;
}

div.wideNewsContent span {
  width: 95%!important;
}


.wideNewsContent h1, .wideNewsContent h2, .wideNewsContent h3, .wideNewsContent h4    {
width: 90%;
padding: 1rem 2rem;
}

@media only screen and (max-width: 1350px) {
.tierOneBannerContainer {
margin-left:2rem;
}

td#wideBlogTableLeftColumn {
margin-left: 1rem;
}
}

@media only screen and (max-width: 1000px) {
.wideNewsContent {
    width:90%!important;
}


}

@media only screen and (max-width: 900px) {

#wideBlogTable tbody tr {
  flex-direction: column-reverse;
  align-items: center;
}

td#wideBlogTableLeftColumn {
  width: 90%!important;
  border-right: none!important;
}


#wideBlogTable iframe {
  width: 100%!important;
}

div.blogLink {
  max-width: 900px!important;
  background-color: #d71921;
  border-radius: 3px;
  min-height: 4rem;
  display: flex;
  align-items: center;
  padding: 0.3rem 0.6rem 0.5rem 0.6rem;
  cursor: pointer;
  transition: all ease 300ms;
}

}

@media only screen and (max-width: 650px) {
#wideBlogTable tbody tr {
    width: 100%;
}

#wideBlogTable  tbody {
  display: flex;
  justify-content: center;
  width: 100%;
}

table#wideBlogTable {
display: flex;
justify-content: center;
}

}

@media only screen and (max-width: 570px) {
#wideBlogTable tbody tr {
    width: 100%;
}

#wideBlogTable  tbody {
  display: flex;
  justify-content: center;
  width: 100%;
}

table#wideBlogTable {
display: flex;
justify-content: center;
}

}

@media only screen and (max-width: 450px) {
#wideBlogTable  tbody {
  display: flex;
  justify-content: center;
  width: 100%;
}

}

@media only screen and (max-width: 390px) {
#wideBlogTable  tbody {
  display: flex;
  justify-content: center;
  width: 100%;
}

}

/*------------------------------------------------------------------------------------------*/

.stayText {
  display: flex!important;
}

.revealText {
  display: flex!important;
  -webkit-animation: revealHist .3s linear;
     -moz-animation: revealHist .3s linear;
      -ms-animation: revealHist .3s linear;
       -o-animation: revealHist .3s linear;
          animation: revealHist .3s linear;
          animation-iteration-count: 1
}

@keyframes revealHist {
  0% {
    opacity: 0;
    transform: scale(.8);
  }
  75% {
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.services {
  width: 100%;
  margin-top: 0rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 5;
  background-color:transparent;
  flex-wrap: wrap;
  max-width: 1000px;
}


#web-svg {
  width:2000px;
  height: auto;
  position: absolute;
  top: 0;
  margin-top: 9rem;
}

#web-path {
  position: absolute;
  top: 0;
}

.tcwOptions {
  width: 100%;
  height:30rem;
  padding-bottom: 2rem;
  background-color: rgba(255, 0, 0, .7);
  color: #fff;
  z-index: 300;
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media565.webp");
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
}


.mobile_headsection {
    display: none;
    position: fixed;
    width: 100%;
    height: 6rem;
    z-index: 999;
    background-color: #fff;
    justify-content: space-between;
  }

  .mobile_headsection img {
    width:8rem;
  }

.tcwOptions h2 {
  font-size: 2rem;
}

.optionSetOne, .optionSetTwo {
  width: 70%;
}

.dropDownOne {
  width: 20rem;
  height: 3rem;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  border-bottom: 3px solid #fff;
  margin: 0 2rem;
  cursor: pointer;
  z-index: 40;
}

.dropDownOne:active .dropDownOne img {
  display: none;
}

.dropDownOne img {
  width: 1.3rem;
}

.dropDownOne:hover .dropMenuOne {
  display: flex;
}

.dropMenuOne {
  display:none;
  z-index: 200!important;
  position: absolute;
  margin-top: 21rem;
  width: 20rem;
  background-color: #fefefe;
  transition: all ease 300ms;
}

.dropDownTwo {
  width: 41rem;
  height: 3rem;
  background-color: transparent;
  margin: 0 2rem;
  align-items: center;
  cursor: pointer;
  border-bottom: 3px solid #fff;
  justify-content: space-between;
}

.dropMenuOne ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 200!important;
}

.dropMenuOne ul li{
  list-style-type: none;
  font-size: 1.3rem;
  z-index: 200!important;
  color: #333;
  text-align: center;
  margin:0;
  width: 20rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropMenuOne ul li:hover{
  background-color: #aaa;
}

.dropDownOne p {
  color: #fff;
  font-size: 1.5rem;
}

.defaultP, .defaultP2{
  opacity: 0;
}
.showP{
  opacity: 1!important;
}

.dropDownTwo p{
  color: #fff;
  font-size: 1.3rem;
  width: 650px;
  text-align: left;
}

.IAhold, .IBhold, .IChold, .IDhold, .IEhold, .IFhold {
  width:auto;
  height: 3rem;
  background-color:transparent;
  cursor: pointer;
  z-index: 200!important;
  opacity: 0;
  position: absolute;

}

.IAselect1, .IAselect2, .IAselect3 {
  width:auto;
  height: 3rem;
  background-color: transparent;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  border-radius: 0;
  border-bottom: 3px solid #fff;
  padding-bottom: 3px;
}

.IBselect1, .IBselect2, .IBselect3 {
  width: auto;
  height: 3rem;
  background-color: transparent;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  border-bottom: 3px solid #fff;
  padding-bottom: 3px;
}

.ICselect1, .ICselect2, .ICselect3 {
  width: auto;
  height: 3rem;
  background-color: transparent;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  border-bottom: 3px solid #fff;
  padding-bottom: 3px;
}

.IDselect1, .IDselect2, .IDselect3 {
  width: auto;
  height: 3rem;
  background-color: transparent;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  border-bottom: 3px solid #fff;
  padding-bottom: 3px;
}

.IEselect1, .IEselect2, .IEselect3 {
  width: auto;
  height: 3rem;
  background-color: transparent;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  border-bottom: 3px solid #fff;
  padding-bottom: 3px;
}

.IFselect1, .IFselect2, .IFselect3 {
  width: auto;
  height: 3rem;
  background-color: transparent;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  border-bottom: 3px solid #fff;
  padding-bottom: 3px;
}
.dropDownTwo img {
  width: 1.3rem;
}

.IAset, .IBset, .ICset, .IDset, .IEset, .IFset {
  display:none;
  z-index: 1;
  opacity: 0;
  position: absolute;
  margin-top: 15rem;
  width: 41rem;
  background-color: #fff;
  transition: all ease 300ms;
}

.dropDownTwo:hover .IAset {
  display: flex;
}
.dropDownTwo:hover .IBset {
  display: flex;
}
.dropDownTwo:hover .ICset {
  display: flex;
}
.dropDownTwo:hover .IDset {
  display: flex;
}
.dropDownTwo:hover .IEset {
  display: flex;
}
.dropDownTwo:hover .IFset {
  display: flex;
}

.IAset ul, .IBset ul, .ICset ul, .IDset ul, .IEset ul, .IFset ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 41rem;
  height: 100%;
}

.IAset ul li, .IBset ul li, .ICset ul li, .IDset ul li, .IEset ul li, .IFset ul li{
  list-style-type: none;
  font-size: 1.3rem;
  color: #333;
  text-align: center;
  margin: .5rem 0;
  width: 41rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.IAset ul li:hover, .IBset ul li:hover, .ICset ul li:hover, .IDset ul li:hover, .IEset ul li:hover, .IFset ul li:hover{
  background-color: #aaa;
}

.front {
  z-index: 10;
  opacity: 1;
}

.current {
  z-index: 100;
  opacity: 1;
}

.service {
  width: 18rem;
  height: 18rem;
  margin: .25rem;
  display: flex;
  justify-content: space-between;
  border-radius: 0px;
  align-items: center;
  z-index: 10;
  background-color: #eee;
  transition: all 200ms ease;
  cursor: pointer;
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media606.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: none;
}

.aboutBar {
  width: 18rem;
  height: 22rem;
  margin: 1rem;
  display: flex;
  justify-content: space-between;
  border-radius: 0px;
  align-items: center;
  z-index: 10;
  background-color: #eee;
  transition: all 200ms ease;
  cursor: pointer;
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media442.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  box-shadow: 0px 10px 20px -10px #111;
}

.setLink {
  width: 70%;
  margin-top: 1rem;
}

#solLink:hover {
  background-color: #fff;
  color: #d71921!important;
}

#solLink {
  color: #fff!important;
  font-size: 1.3rem;
  font-weight: 700;
  border: 2px solid #fff;
  padding: .5rem .5rem;
  transition: all ease 300ms;
}

.service:hover {
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 2;
  box-shadow: 0px 12px 20px -10px #111;
}

.service:hover h1 {
  display: none;
}

.service:hover .serviceCover {
  background-color: rgba(0, 0, 0, 0.7);
}
.service:hover .serviceTechInfo {
  opacity: 1;
}



.aboutBar:hover .aboutTechInfo{
  opacity: 1;
}

.serviceCover {
  width: 18rem;
  height: 18rem;
  position: absolute;
  background-color: transparent;
  transition: all 300ms ease;
  border-radius:0px;
}

.service h1 {
  color: #fff;
  z-index: 5;
  opacity: 1;
  display: flex;
  text-align: center;
  transition: all 300ms ease;
  animation: tuneFade 1s;
}

@keyframes tuneFade {
  0% {opacity: 0%;}
  50% {opacity: 0%;}
  100% {opacity: 100%;}
}

@keyframes linkFade {
  0% {opacity: 0%;}
  50% {opacity: 0%;}
  100% {opacity: 100%;}
}

.serviceTechHeader {
  width: 18rem;
  opacity: 1;
  height:4rem;
  background-color: #d71921;
  display: flex;
  top: 1rem;
  z-index: 150;
}

.aboutTechHeader {
  width: 100%;
  opacity: 1;
  height:4rem;
  background-color: #d71921;
  display: flex;
  top: 1rem;
  z-index: 150;
}

.serviceTechHeader h2 {
  color: #fff;
  font-size: 1.2rem;
  margin: .75rem 0;
}

.aboutTechHeader h2 {
  color: #fff;
  font-size: 1.2rem;
  margin: .75rem 0;
}

.aboutTechInfo {
  height: 100%;
  width: 18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(0,0,0,.7) ;
  opacity: 0;
  transition: all 300ms ease;
  transition-delay: 0ms;
  color: #fff;
  z-index: 150;
}

#shipwUs {
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 1rem;
  transition: all ease 300ms;
}

#shipwUs:hover {
  border-color:#fff;
}

.serviceTechInfo {
  margin-top: 1rem;
  height: 14rem;
  width: 18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: transparent;
  opacity: 0;
  transition: all 300ms ease;
  transition-delay: 200ms;
  color: #fff;
  z-index: 150;
}

.serviceTechInfo p {
  width: 95%;
  font-weight: 500;
  font-size: .9rem;
}

.aboutTechInfo a {
  color: #fff;
  width: 8rem;
  height: 2rem;
  opacity: 1;
  margin-top: 3rem;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d71921;
  margin-top: 2rem;
  padding: .5rem 1.5rem;
  font-weight: bold;
  border-radius: 0px;
  transition: all 300ms ease;
}

#mobileTitle {
  display: none;
}

.aboutTechInfo a:hover {
  background-color: #a7141A;
  width: 10rem;
}

.serviceTechInfo a {
  color: #fff;
  width: 8rem;
  height: 2rem;
  opacity: 1;
  margin-top: 3rem;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d71921;
  margin-top: 2rem;
  padding: .5rem 1.5rem;
  font-weight: bold;
  border-radius: 0px;
  transition: all 300ms ease;
}

.serviceTechInfo a:hover {
  background-color: #a7141A;
  width: 10rem;
}

.helpZone {
  width: 100%;
  height: 60rem;
}

.drivingIMG {
  width: 6rem;
  padding-right: 2rem;
  border-right: 1px solid #d71921;
  margin-right: 2rem;
}

.helptab {
  width: 35rem;
  height: 35rem;
  background-color: white;
  z-index: 10;
  margin: 0 2rem;
  box-shadow: 0px 10px 40px -20px #666;
}

.homeZone {
  width: 100%;
  max-width: 900px;
  margin-left: 1.5rem;
  text-align:center;
}

.discover h1 {
  color: white;
  width: 45rem;
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
  margin-bottom:0;
}

.mobileTitleZone {
  width: 100%;
  background-color: #222;
  border-bottom: 4px solid #d71921;
  height: 5rem;
  display: none!important;
}

.mobileTitleZone h1 {
  color:#fff;
  margin: 0;
  font-size: 1.5rem;
}

.customerNeeds {
  height: 25rem;
  width: 50rem;
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media611.webp");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment:fixed;
  box-shadow: inset 0px 0px 40px -10px #fff;
  border:1px solid #d71921;
  border-radius: 3px;
}

.discoverBar {
  width: 6rem;
  height: 6px;
  border-radius: 5px;
  background-color: #d71921;
  margin: 1rem 0 1rem 0;
}

.discover p {
  color: #000;
  font-weight: 500;
  font-size: 1.3rem;
  width: 100%;
  text-align: center;
  z-index: 100;
  margin-top:2rem;
}

.proSection {
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 5;
  margin-top: 5rem;
}

.driveButtons {
  width: 40%;
  z-index: 10;
}

.driveButtons h1 {
  font-weight: 700;
}

.driveButton a h1{
  font-weight: 700;
  padding-right: 1.5rem;
  margin: 0;
}

.driveButton {
  width: 25rem;
  height: 3.5rem;
  padding: 0 2rem;
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 400ms;
  background-color: #333;
  cursor: pointer;
}

.driveButton:hover {
  padding-right: 4rem;
  margin-left: 2rem;
  background-color: #d71921;
  color: white!important;
}

.driveButton:hover #forceHover{
    color: white!important;
}

.driveButton h2 {
  margin: 0 0 0 1.5rem;
  font-size: 3rem;
}

.driveButton a h1 {
  margin:.2rem;
  border-right: 2px solid #333;
}

.boxLine {
  width: 10rem;
  height: 2px;
  background-color: #d71921;
}


.proBox {
  width: 25rem;
  height: 37rem;
  margin: 0rem 4rem 2rem 4rem;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 20px 30px -10px #111;;
  z-index: 100;
  justify-content:flex-start;
  align-items: center;
  cursor: pointer;
  transition: all 200ms ease;
}

.proBox:hover {
  background-color: white;
}

.proBox h1 {
  font-weight: 700;
  font-size: 2rem;
  color: #333;
  margin: .5rem;
  padding-top: .5rem;
}

.proBox img {
  width: 11rem;
  margin-top: 1.5rem;
}

.proBox p {
  margin: 1.5rem 0;
  width: 80%;
  font-size: 1.2rem;
}

.proLink {
  width: 12rem;
  height: 2rem;
  padding: 0.5rem;
}

.proLink a p {
  width: 100%;
  margin: 0;
    padding: .5rem;
    background-color: #333;
    color: white;
    font-weight: 700;
    transition: all ease 200ms;
    cursor: pointer;
}

.proLink a p:hover {
  color: #d71921;
}

.pro1 {
  width: 100%;
  height: 55rem;
  background-color: #eee;
  background-image: url("https://app.salesdrip.com/users/myteam45561/Media148.jpg");
  background-position: bottom;
  background-size: cover;
}
.pro2 {
  width: 100%;
  height: 30rem;
  background-image: url("https://app.salesdrip.com/users/myteam45561/Media140.jpg");
  background-position: right;
  background-size:1200px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.pro3 {
  width: 100%;
  height: 50rem;
  background-image: url("https://app.salesdrip.com/users/myteam45561/Media138.jpg");
  background-position: right;
  background-size:1200px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.requestQuoteZone {
  height: 50rem;
}

.glider-contain {
  margin-top: 5rem;
}

/*-- Scroll to Top button ---------------------------------------------------------------*/

.scroll_dark {
  opacity: 0;
}

.scroll_to_top {
  display: flex;
  position:fixed;
  bottom:0;
  right:0;
  opacity: 1;
  background-color: #d71921;
  border-radius: 3px;
  padding: .4rem;
  cursor: pointer;
  z-index: 105;
  margin:2rem;
  transition: all 200ms ease;
}
.scroll_to_top img {
  width: 25px;
}

.scroll_to_top:hover {
  background-color: rgb(64, 64, 64);
}

/* Navigation Styles */
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: 	none;
	text-align:	 		center;
	display: 			none;
	}
/*Hide checkbox*/
input[type=checkbox]{
	display: 			none;
	}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #nav{
	display: 			inline;
	}
.control_panel {
  width: auto;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 100%;
  margin: 0;
	}
#controlPanel {
  list-style: none;
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
width: 100%;
height: 100%;

	}

  #controlPanel ul {
    margin: 0;
    padding:0;
    display: flex;
    flex-direction: row;
    list-style: none;
    align-items: center;
  }

ul #nav {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}


#controlPanel p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
	}
#nav{
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 400ms ease;
	}

#nav li{
  z-index: 3;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  transition: all 300ms ease;
	}
#nav a {
  margin: 0 1.5rem;
  font-size: .9rem;
  letter-spacing: .04rem;
  text-transform: uppercase;
  text-align:left;
  font-family: 'Montserrat', sans-serif;
  list-style: none;
  color: #222;
  font-weight: bold;
  text-decoration: none;
  transition: all ease 200ms;
}

#nav a:hover{
  color: #d71921;
  padding: 3rem 0rem;
	}

.middlehead {
  width: 50%;
}

/*--- DROPDOWN ---*/
#nav ul{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #111;
	position:	absolute;
  text-align: center;
  border-bottom: 3px solid #BC000D;
  top: 40px;
  bottom: 0;
  left: 0;
	display: none;
	padding: 0;
  width: 100%;
  margin: 4rem 0;
  height: 4rem;
  transition: all 300ms;
	}
#nav ul li{
  background-color: transparent;
  z-index: 3;
  border: none;
  width: 9%;
  height: 100%;
  color: #d71921;
  margin: 0;
  transition: all 300ms ease;
  cursor: pointer;
	}
#nav ul li a{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    background-color: transparent;
    font-size: .8rem!important;
    text-align: center;
    width: 100%;
    height: 100%!important;
    font-weight: 700;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
	}
#nav li:hover ul {
	display: flex;
  z-index: 900!important;
	}

  #nav li:hover {
    z-index: 500!important;
  }

  #nav ul li:hover {
    background-color: #d71921;
  }

#nav ul li a:hover {
  color: white!important;
  transition: all 200ms ease;

}

/* -- bottom styles -- */


/*---------------------------------- Scrolling Banner CSS -----------------------------*/

/*photobanner*/

.photobanner {
  padding: 1rem 0;
	height: auto;
	width: 100%;
  position: absolute;
  background-color: #333;
  border-top: 1px solid #111;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 200;
}
/*keyframe animations*/
.first {
	-webkit-animation: bannermove 35s linear infinite;
	   -moz-animation: bannermove 35s linear infinite;
	    -ms-animation: bannermove 35s linear infinite;
	     -o-animation: bannermove 35s linear infinite;
	        animation: bannermove 35s linear infinite;
}

@keyframes bannermove {
 0% {
    margin-left: 0px;
 }
 100% {
    margin-left: -80%;
 }

}

@-moz-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -80%;
 }

}

@-webkit-keyframes bannermove{
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -80%;
 }

}

@-ms-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -80%;
 }

}

@-o-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -80%;
 }

}

.webinarWrap {
  width: 100%;
}

.webinarBlock {
  width: 100%;
  margin-bottom:10rem;
  height:58rem;
  background-position:center;
  background-size:cover;
  max-width: 1300px;
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media1092.webp");
  box-shadow: 0px 10px 30px -20px #000;
}

 .item {
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: left;
   flex-wrap: nowrap;
   height: 100%;
   min-width: 15rem;
   margin: 0 2rem;
   padding: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
  cursor: pointer;
}

.item h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  height: 2rem;
  width: auto;
  text-align: center;
  color: white;
  font-weight: 700;
  flex-wrap: nowrap;
  border-bottom: 3px solid rgba(255, 0, 0, 0.5);
}

.item:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	cursor: pointer;
  background-color: white;
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}

.item:hover h3 {
  color: #333!important;
}

.glider-slide {
  display: flex;
}

.glider-contain {
  margin-top: 2rem;
}



.awards {
  width: 100%;
  height: 45rem;
  align-items: center;
  z-index: 10;
  justify-content: center;
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media562.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.awardZoneCover {
  width: 100%;
  height: 45rem;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
}

.bannerZone {
  width: 70%;
  height: auto;
  align-items: center;
}

.bannerZone h1 {
  font-weight: 700;
  font-size: 2rem;
  color: #333;
  margin: 0;
}

.quoteimg {
  margin-bottom: 10rem;
  z-index: 100;
      margin-right: 35rem;
        position: absolute;
}

.quoteimg img, .quoteimg2 img {
  width:1.5rem;
}

.quoteimg2 {
    margin-top: 20rem;
    margin-left: 35rem;
    z-index: 100;
    position: absolute;
}

.empCover {
  position: absolute;
  z-index: 400;
  height: 25rem;
  margin-right: 24.3rem;
}

.Belvin {
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media804.webp");
  background-position: 34% 17%;
  background-repeat: no-repeat;
  background-size: 316px;
}

.Garrett {
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media803.webp");
  background-position: 34% 17%;
  background-repeat: no-repeat;
  background-size: 316px;
}
.DeeDee {
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media801.webp");
  background-position: 34% 17%;
  background-repeat: no-repeat;
  background-size: 316px;
}

.Mount {
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media802.webp");
  background-position: 34% 17%;
  background-repeat: no-repeat;
  background-size: 316px;
}


.brent {
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media615.webp");
  background-position: 80% 80%;
  background-repeat: no-repeat;
  background-size: 500px;
}
.DavidM {
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media617.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 500px;
}
.JohnS {
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media618.webp");
  background-position: 80% 40%;
  background-repeat: no-repeat;
  background-size: 500px;
}
.MarqC {
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media614.webp");
  background-position: 20% 20%;
  background-repeat: no-repeat;
  background-size: 400px;
}
.SethL {
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media612.webp");
  background-position: 40% 20%;
  background-repeat: no-repeat;
  background-size: 500px;
}
.ShaneB {
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media616.webp");
  background-position: 80% 20%;
  background-repeat: no-repeat;
  background-size: 400px;
}
.VickiC {
  background-image: url("https://app.salesdrip.com/users/myteam45743/Media613.webp");
  background-position: 80%  0%;
  background-repeat: no-repeat;
  background-size: 450px;
}
.empAward {
  background-color:#d71921!important;
}

.empAward p {
  color:#fff!important;
  line-height: 1.3rem!important;
  width: 80%!important;
  padding: 0 15px;
}

.testimonialHolder {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25rem;
  width: 30rem;
}

.award {
  width: 40rem;
  height: 25rem;
  margin: 3rem;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 30px -10px #333;
}

.awardImg {
  height: 80%;
  width: 40%;
}

 .vp-controls {
   display: none;
 }

.awardInfo {
  height: 90%;
  width: 100%;
    z-index: 10;
}

.awardInfo img {
}

.awardInfo h2 {
  text-decoration: underline;
}

.awardInfo p {
  width: 90%;
  line-height: 1.5rem;
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: .08rem;
  font-weight: 300;
  color: #000;
}

.awardInfo a h5 {
  color: blue;
}

.glider-prev:hover, .glider-next:hover, .glider-prev:focus, .glider-next:focus {
    color: red!important;
}
@media only screen and (max-width: 2300px) {
#SCMAP {

}
}

@media only screen and (max-width: 2150px) {
#SCMAP {

}
}
@media only screen and (max-width: 2000px) {
  #SCMAP {

  }
}
@media only screen and (max-width: 1850px) {
  .benefitBox p {
    font-size: 1.1rem;
  }
}

  @media only screen and (max-width: 1750px) {
    .homeBannerVideo iframe, .tcwVideoCover {
      width: 960px;
      height: 540px;
    }

    .homeBannerZone, .homeBanner {
      height:540px;
    }

    .homeBannerZone h1 {
      font-size: 4rem;
      margin-top: 0;
      margin-bottom: 0;
    }
  }

  @media only screen and (max-width: 1600px) {
    .homeBannerVideo iframe, .tcwVideoCover {
      width: 854px;
      height: 480px;
    }

    .benefitBox p {
      font-size:.95rem;
    }

    .servPosition .benefitBox {
      height: 10rem!important;
      width: 12rem!important;
      margin: 1rem!important;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }

    .tcwBenefits {
      width: 100%!important;
      flex-wrap:wrap;
    }

    .homeBannerZone, .homeBanner {
      height:480px;
    }

    .homeBannerZone h1 {
      font-size: 3.5rem;
      width: 30rem;
    }
  }

  @media only screen and (max-width: 1500px) {
    .servPosition {
      margin-left: 5%;
    }

    .servSection .joinTeamBG {
      background-position: left!important;
    }

    .servContent {
      background-position: top!important;
    }

  }

  @media only screen and (max-width: 1430px) {
    .homeBannerZone h1 {
      font-size: 3rem;
      right:3%;
      margin-right:0;
    }

    .tcwTimePic img {
      width:25rem!important;
    }

    .timeStrip p {
      margin:0 3rem;
    }

    .zonePrompt {
      transform: scale(.7)!important;
    }

    #SCMAP .zonePrompt {
      left:25%;
    }

    .driverInfo {
      width: 45%!important;
      margin: 0!important;
    }

    .testProfile div {
      width: auto!important;
    }

    .testProfile {
      margin: 0!important;
      width: 100%!important;
      height:30rem!important;
    }

    .driverInfo .testProfile p {
      width: 95%!important;
      font-size: 1.2rem!important;
    }

    .testProfile .profileIcon {
      width: 8rem!important;
      height: 8rem!important;
      margin: 0!important;
    }

    .timeStrip {
      height: 29rem;
    }
    .servContent p {
      width: auto!important;
    }

    #section07 {
      width: 100%!important;
      margin:0!important;
    }

    #section07 div {
      width: auto!important;
    }

    .servPosition div {
      width: auto!important;
      margin-left: 0!important;
      margin-right:0!important;
    }

    #nav a {
      font-size:.8rem;
      margin: 0 1rem;
    }

    .discoverBar {
      width: 6rem!important;
      margin: 1rem 0 1rem 0!important;
      max-width: 6rem!important;
    }

    .servContent div {
      Width: 45%;
      margin: 0 1.5rem;
    }

    .servContent {
      justify-content: space-between;
    }

  }

  @media only screen and (max-width: 1290px) {
    .servContent p {
      width: auto!important;
    }

    .tcwTimePic img {
      width: 21rem!important;
      margin-left: 5rem;
    }

    #nav ul li {
      width: 12%!important;
    }

    .logo img {
      width: 8rem;
    }

    .homeBannerVideo iframe {
      width: 750px;
      height: 420px;
    }

    .homeBannerZone {
      height: 420px;
    }

    .homeBanner {
      height: 420px;
    }
    #SCMAP .zonePrompt {
      left:23%;
    }


  }

    @media only screen and (max-width: 1200px) {
      .tcwTimelineV2 {
        display: none!important;
      }

      #SCPos {
        width: 100%!important;
      }

      #SCPos .servPosition {
        margin-left:1.5rem!important;
      }

      .superMap {
        display: none;
      }


    }

  @media only screen and (max-width: 1140px) {
    .servContent p {
      width: auto!important;
      max-width: 95%!important;
    }

    .ESOPBar {
      height: 47px!important;
    }

    .servContent ul{
      max-height: 200rem!important;
    }

    .faqsFleet {
      display: none;
    }

    .tcwTimePic img {
      margin-left:4rem;
    }

    #footCenter {
      display: none;
    }

    .footInfo {
      justify-content: space-around;
    }

    .logo img {
      width: 8rem;
    }

    .servServices {
      flex-direction: column;
    }

    .servServices div {
      margin-left:0!important;
      margin-right: 0!important;
    }

    .homeBannerVideo iframe {
      width: 680px;
      height: 380px;
    }

    .homeBannerZone {
      height: 380px;
    }
  }

  @media only screen and (max-width: 1050px) {

    #controlPanel #nav li ul {
    display: none!important;
  }

    .servP p {
      width: 90%;
    }

    .mobileTitleZone {
      display: flex!important;
    }

    .eFAQ {
      flex-direction: row!important;;
    }

    .driverInfo {
      display:none!important;
    }

    .servContent {
      flex-direction: column!important;
      background-position: top!important;
      align-items: center;
    }

    .servContent div {
      width: 80%!important;
      height: auto!important;
      min-height: 500px!important;
    }

    #section07 {
      display: none!important;
    }

    .servPosition div {
      min-height:auto!important;
    }

    .servContent .discoverBar {
      width: 100%!important;
      height: 10px!important;
      min-height: 1px!important;
    }

    .homeBannerZone {
      background-size:cover;
      background-position: center;
      position: absolute;
      align-items: center;
      height: 400px;
      background-image: none;
      background-color: #000;
    }

    .headsection_top {
      display: none;
    }

    .homeBanner {
      margin-top: 0;
    }

    .mobile_headsection button {
      width: auto;
      height: 3.5rem;
      padding: .25rem 0;
      width: 3.5rem;
      border: 5px solid white;
      border-radius: 10px;
      cursor: pointer;
      margin: .5rem 1rem;
      outline: none;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center;
      background-color: #d71921;
    }

    #nav li ul {
      display: none!important;
    }

    #nav a:hover {
      padding: 0!important;
    }

    #nav a {
      padding: 0!important;
      color:#fff;
    }

    .show_line {
      height: .4rem;
      width: 2rem;
      background-color: white;
      border-radius: 5px;
    }

    .mobilesection {
      width: 100%;
      border-top: 6px solid #d71921;
    }

    .tophead {
      width: 100%;
      height: 6rem;
      z-index: 9099;
      justify-content: space-between;
    }

    .mobileIcons {
      margin:0 1rem;
    }

    .mobileIcons img {
      width: 2rem;
    }

    .tophead button {
    }

    .bottomhead {
      position: absolute;
      background-color: #222;
      width: 100%;
      height: 21.5rem;
      z-index: 98;
      margin-top: 6rem;
      display: flex;
      align-items: center;
      flex-direction: column;
    }

    #controlPanel ul {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
    }

    .center_panel {
      width: 100%;
    }

    #nav {
      width: 100%!important;
      align-items: flex-start;
    }

    #nav li {
      margin: 1rem 0;
    }

    .control_panel {
      width: 100%;
    }

    .mobile_headsection {
      display: flex;
    }

    .homeBanner {
      height: 400px;
    }

    .homeBannerVideo {
      clip-path: none;
      position: relative;
      width: 100%;
      justify-content: center;
      align-items: center;
      opacity: .3;
    }


    .homeBannerZone h1 {
      text-align: center;
      position: relative;
      margin: 0;
      right: 0;
      width: 90%;
    }

    .homeBannerVideo iframe {
      width: 1000px;
      height: 560px;
      margin-bottom: 2rem;
    }

    #mainTitle {
      display: none;
    }

    #mobileTitle {
      display: flex;
      margin-top:3rem;
    }

    .redBlock {
      display: none;
    }

  }

    @media only screen and (max-width: 1000px) {
      .superMap {
        display: none!important;;
      }

      .tcwCoverage {
        display: none!important;
      }

      .customerNeeds {
        background-attachment: local;
        background-size: cover;
        width: 90%;
      }

      .award {
        width: 25rem;
      }

      .awardInfo p {
        line-height: normal;
        font-size: .9rem;
      }

      .glider-prev, .glider-next {
        display: none!important;
      }

      .testimonialHolder {
        display: none!important;
      }

      .homeZone {
        margin: 0;
      }

      .tcwOptions {
        display: none!important;
      }
    }

  @media only screen and (max-width: 730px) {
    .servP h2 {
      font-size: 2.5rem;
    }

    .welcome {
      flex-direction: column;
      height: auto;
    }

    .discover h1 {
      font-size: 2rem;
      width: auto;
      text-align: center;
    }

    .safetyFleet {
      background-size: contain!important;
    }

.servContent div {
  width: 95%!important;
}


    .shipNow {
      margin-bottom: 1rem;
      width: 90%;
    }

    .driversApply {
      width: 90%;
    }

    .awards {
      display: none!important;
    }
  }


    @media only screen and (max-width: 530px) {

      .servP h2 {
        font-size: 2.5rem;
        width: 90%;
        text-align: center;
      }

      .homeBannerVideo iframe {
        width: 700px;
        height:100%;
      }

      .truckFleet {
        background-position: right!important;
      }

      .homeBannerZone h1 {
        font-size: 2.3rem;
      }

      .servServices {
        text-align: center;
      }

      .servList {
        flex-direction: column;
      }


          .awards {
            display: none!important;
          }

      footer {
        height: auto!important;
        text-align: center!important;
        padding-bottom: 4rem!important;
      }

      .footInfo {
        flex-direction: column;
      }

      .footInfo div {
        align-items: center;
        margin-bottom:2rem;
      }

    }

        @media only screen and (max-width: 330px) {
          .mobile_headsection img {
            width: 6rem;
          }

          .mobileIcons img {
            width: 2rem;
          }
        }
