* {
  text-decoration: none !important;
}

#mobileNumbeContent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  color: white;
  font-size: 20px;
}

#mobileNumberBar {
  background-color: rgb(255, 136, 0);
  color: white;
}

.btn {
  background-color: rgb(255, 123, 0);
  color: black;
}

#home {
  height: 85vh;
  display: flex;
  align-items: center;
  padding: none;


}

@media(max-width:450px) {
  #subContainer {
    height: 50vh;
    position: relative;
    bottom: -30px;
  }

  #tagline {
    font-size: 10px;
  }

  #carImg {
    position: absolute;
    top: -10vh;
  }
}

@media(max-width:320px) {
  #subContainer {
    height: 50vh;
    position: relative;
    bottom: -18px;
  }

  #tagline {
    font-size: 20px;
    position: relative;

  }

  #carImg {
    position: absolute;
    top: -10vh;
  }

  #paratag {
    font-size: 15px;
  }

}

#choosingImg {

  width: 40%;
  position: relative;
  left: 30%;
  padding-top: 25px;

}

#calltobookBtn,
#booknowBtn:hover {
  background-color: rgb(255, 123, 0);


}

#calltobookBtn,
#calltobookBtn2 {
  background-color: rgb(255, 123, 0);

  color: white;
  border: none;
  transition: none;


}

#calltobookBtn2 {
  margin-bottom: 40px;



}


#booknowBtn:active:after {
  border: 30px solid red;
}


#fleetImg {
  width: 200px;
  height: 100px;
}



#navId {
  border: none;
}

#bookingStepsH1 {
  color: rgb(255, 136, 0);
  font-size: 5em;
}

#fleetsNameP {
  color: rgb(255, 136, 0) !important;
  font-size: 21px;
}

#footerSupport {
  background-color: rgb(255, 145, 0);
  display: flex;
  justify-content: center;

}

#iconFacebook {
  font-size: 20px;
  position: relative;
  top: 2.5px;
}

#iconInstagram {
  font-size: 25px;
  position: relative;
  margin-right: 15px;
  top: 3px;
}

#iconTel {
  font-size: 20px;
  position: relative;
  right: -5px;
  transform: scaleX(-1);
  top: 2px;
}

#telNum {
  color: black;
  position: relative;
  font-size: 18px;
  right: 2px;
  top: 2px;
}

/* #homeSect
{
  height:70vh;
} */

#trBackDrop {
  background-color: rgba(255, 123, 0, 1);
  color: white;
}

#twentyPxFont {
  font-size: 20px;
}

#logoImg {
  position: relative;
  margin-left: 55px;

}

#mobNumTop {
  color: white;
  font-size: 20px;
  text-decoration: none !important;
  text-underline-offset: none;
}

@media (min-width:750px) {
  #socialIconsFooter {
    position: absolute;
    left: 0;
  }

  #nameFooter {
    position: absolute;
    right: 0;
  }

}


@media(max-width:320px) {
  #subContainer {
    height: 50vh;
    position: relative;
    bottom: -18px;
  }
}