﻿.padding-top-2 {
  padding-top: 2px;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-top-12 {
  padding-top: 12px !important;
}
.padding-top-15 {
  padding-top: 15px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-top-40 {
  padding-top: 40px !important;
}
.padding-top-60 {
  padding-top: 60px !important;
}
.padding-top-70 {
  padding-top: 70px;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-bottom-15 {
  padding-bottom: 15px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}
.padding-bottom-40 {
  padding-bottom: 40px !important;
}
.padding-left-2 {
  padding-left: 2px !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-left-15 {
  padding-left: 15px !important;
}
.padding-left-20 {
  padding-left: 20px !important;
}
.padding-left-30 {
  padding-left: 30px !important;
}
.padding-left-60 {
  padding-left: 60px !important;
}
.padding-right-60 {
  padding-right: 60px !important;
}
.width-90 {
  width: 90%;
}
.font-size-15px {
  font-size: 15px !important;
}

.blue1bg {
  background-color: #738bc5;
}
.lightbluebg {
  background-color: #b0c4f4;
}
.padding-left-30per {
  padding-left: 30% !important;
}
.padding-left-5per {
  padding-left: 5% !important;
}
.padding-left-10per {
  padding-left: 10% !important;
}
.padding-left-40per {
  padding-left: 40% !important;
}
.padding-right-5 {
  padding-right: 5px !important;
}
.padding-right-20 {
  padding-right: 20px !important;
}
.padding-right-40 {
  padding-right: 40px !important;
}
.padding-right-150 {
  padding-right: 150px !important;
}
.padding-right-30 {
  padding-right: 30px !important;
}
.padding-2 {
  padding: 2px;
}
.padding-5 {
  padding: 5px;
}
.padding-10 {
  padding: 10px;
}
.padding-12 {
  padding: 12px;
}
.padding-0-5 {
  padding: 0px 5px;
}
/* End Padding*/
.position-fixed {
  position: fixed;
}
.font-400 {
  font-weight: 400px;
}
.font-size-14px {
  font-size: 14px !important;
}
.font-size-75px {
  font-size: 75px !important;
}
.font-size-xxl {
  font-size: xx-large !important;
}
.font-size-xl {
  font-size: x-large !important;
}
.font-size-l {
  font-size: large !important;
}

.font-weight-bolder-black {
  font-weight: bolder !important;
  color: black !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-bold {
  font-size: small;
  font-weight: bold;
}
.font-small {
  font-size: small !important;
}
.font-med-bold {
  font-size: medium;
  font-weight: bold;
}
.font-large-bold {
  font-size: large;
  font-weight: bold;
}
.select-rounded-dropdown {
  border-radius: 30px;
  height: 40px;
  width: 80%;
  border: 2px solid #0c0c0c;
}

/* width */
.width-20 {
  width: 20%;
}
.width-50 {
  width: 50%;
}
.width-60 {
  width: 60%;
}
.width-95 {
  width: 95%;
}
.width-100 {
  width: 100%;
}
/* height */
.height-20 {
  height: 20%;
}
.height-40 {
  height: 40px;
}
.height-60 {
  height: 60px;
}
.height-70 {
  height: 70px;
}
.height-100 {
  height: 100%;
}
.height-300 {
  height: 300px;
}
/* color */
.color-black {
  color: black;
}
.white {
  color: white;
}

.bg-color-white {
  background-color: white;
}
.grey {
  background-color: grey;
}
.blue {
  background-color: blue;
}
.color-txtblue {
  color: blue;
}
.red {
  color: rgb(207, 73, 73);
}
.bgred {
  background-color: rgb(207, 73, 73);
}
.color-grey {
  color: grey;
}
.color-greyWhite {
  color: rgb(240, 236, 236);
}
/* text-align */
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.homecaroselimg {
  object-fit: contain;
  height: 70px;
}
.homeimg {
  width: 50%;
  padding: 10px 20px;
}

/* svg-white */

.txt-brown {
  color: brown;
}
.margin-2 {
  margin: 2px;
}
.margin-5 {
  margin: 5px;
}
.margin-10 {
  margin: 10px;
}

.margin-left-5 {
  margin-left: 5px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-left-25 {
  margin-left: 25px;
}
.margin-right-20 {
  margin-right: 20px !important;
}
.logo-img {
  width: 30%;
  object-fit: contain;
  padding-top: 20px;
}
#textWhite {
  color: white;
}
.textWhite {
  color: white;
}

.bg-color-orange {
  background-color: orange !important;
}
.bg-vendor-home {
  background-color: #fd8a32;
}

.orange-gradient {
  background: rgb(240, 116, 28);
  background: linear-gradient(
    0deg,
    rgba(240, 116, 28, 1) 0%,
    rgba(255, 140, 52, 1) 100%
  );
}
.bluebg {
  background-color: #18284e;
}
.color-blue {
  color: #18284e;
}
.color-txtblue {
  color: #354e88;
}
.card-wrapper {
  color: black;
  background-color: rgba(225, 225, 225, 0.7);
  width: 80%;
  display: inline-block;
  /* height: 300px; */
  background: url("https://www.ukvetsonline.co.uk/sites/default/files/230/kitten_on_fence_0.jpg");
  background-size: cover;
  position: relative;
}
.card-text-wrapper {
  color: white;
  /* position: absolute; */
  bottom: 0;
  background-color: #d05c04;
  width: 100%;
  padding: 10px;
  box-sizing: content-box;
}
.hide {
  display: none;
}
.show {
  display: block;
}

.padding-bottom-2 {
  padding-bottom: 2px !important;
}

.font-size-xxs {
  font-size: xx-small !important;
}

.color-brown {
  color: brown;
}
.bottombarimgmark {
  width: 25%;
  padding-top: 10px;
  padding-right: 30px;
}
.bottombarimgrep {
  width: 25%;
  padding-top: 10px;
  padding-left: 30px;
}
.bottombarimg {
  width: 25%;
  /* padding: 10px 20px; */
}
.soon {
  position: absolute;
  z-index: 0;
  background-position: center;
  display: block;
  opacity: 0.5;
  /* min-height:50%; 
  min-width:50%; */
  color: rgb(231, 89, 23);
}
.watermark {
  text-align: center;
  opacity: 0.5;
  background: url("../img/commingsoon1.png") no-repeat;
  background-position: center;
  position: relative;
  background-size: contain;
}
.z-index2 {
  z-index: 2;
}
.ripple-color {
  color: #75a5b8;
  background: #85c1e9;
  opacity: 0.5;
}
.ripple-home {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0.5;
}
.homecaroselimg100 {
  object-fit: contain;
  height: 100px;
}
.loading {
  position: fixed;
  z-index: 999;
  bottom: 50%;
  right: 50%;
}
.info-text {
  font-size: 13px !important;
  color: white;
  text-align: center !important;
}

.contain {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.box {
  display: flex;
  align-content: center;
  justify-content: center;
  height: 50px;
  font-size: 10px;
}
.orangegradient {
  background: rgb(240, 116, 28);
  background: linear-gradient(
    0deg,
    rgba(240, 116, 28, 1) 0%,
    rgba(255, 140, 52, 1) 100%
  );
  /* background-color: rgb(235, 162, 28); */
}
.vendorbox {
  align-content: center;
  justify-content: center;
  height: 100%;
  font-size: 10px;
}
.border-btm {
  border-bottom: transparent;
  width: 10%;
}
.border-btm-live {
  border-bottom: transparent;
  width: 10%;
}

#scrollup {
  background: url("../img/scroll.png") no-repeat;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 20px;
  margin-left: 20px;
  display: none;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 9999;
}
.inputtext {
  text-align: left;
  padding-left: 10px;
}
.toast--danger {
  left: auto;
  background-color: hsl(348, 100%, 61%);
}

.toast--dangerfull {
  left: auto;
  background-color: hsl(348, 100%, 61%);
}

/* success */
.toast--success {
  left: 0;
  margin-left: auto;
  right: 0;
  margin-right: auto;
  width: 250px;
  border-radius: 30px;
  background-color: hsl(141, 71%, 48%);
}
.toast--success__message {
  margin: 0;
  text-align: center;
}
/* thick */
.toast--thick__message,
.toast--thick__button {
  font-weight: 700;
}

/* Road side Assistance carousal design */
.font-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10010;
}
.read {
  border: 2px solid #18284e;
}
.unread {
  border: 2px solid #fe9900;
}
.stories-tab {
  /* padding-top: 8px; */
  background-color: #ffffff;
  font-size: 12px;
  height: 120px;
  margin: 8px;
  padding: 8px;
}
.stories-tab-Orders {
  /* padding-top: 8px; */
  background-color: #f6f6f6;
  font-size: 12px;
  /* height: 95px; */
  margin: 8px;
  padding: 8px;
}
.capital {
  text-transform: capitalize !important;
}
.story {
  display: inline-table;
  padding: 2px;
}
.story-thumbnail-wraper {
  text-align: center;
  border-radius: 20%;
}

.story-thumbnail {
  width: 90%;
  height: 70px;
  border-radius: 50%;
  vertical-align: middle;
}
/* Road side Assistance carousal design */

.ddl-border {
  border-bottom: 1px solid grey !important;
  border: none;
  background-color: transparent !important;
}

.text-capital {
  text-transform: uppercase !important;
}

/* carcard */
.car-card {
  font-family: -apple-system, "Helvetica Neue", "Helvetica", "Arial",
    "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;

  /* box-shadow: 0 1px 2px rgb(0 0 0 / 12%); */
  /* border-radius: 8px; */
  background-color: white;

  box-sizing: border-box;
  display: inline-table;
  margin: 8px;
  padding: 16px;
  text-align: left;
  word-wrap: break-word;
}
.close-fab {
  top: -40px !important;
  bottom: auto !important;
  right: -10px !important;
}

.package_stamp {
  height: 80px;
  width: 120px;
  background: url("../img/commingsoon.png") no-repeat;
  background-position: center;
  position: absolute;
  background-size: contain;
  z-index: 1;
}

img.package_stamp {
  border: 1px solid white;
}

.card__content {
  margin: 0;
  font-size: 14px;
  font-size: 14px;
  line-height: 1.4;
  line-height: 1.4;
  color: #030303;
  color: #030303;
  position: none !important;
  height: 100%;
}

.loading1 {
  left: 50%;
  top: 50%;
  font-size: 20px;
  font-family: serif;
  font-weight: bold;
  letter-spacing: 4.4px;
  text-transform: capitalize;
  position: absolute;
  overflow: hidden;
  transform: translate(-50%, -60%);
}
.loading1:before {
  color: #aaa;
  content: attr(data-loading-text);
}
.loading1:after {
  top: 0;
  left: 0;
  width: 0;
  opacity: 1;
  color: #444;
  overflow: hidden;
  position: absolute;
  content: attr(data-loading-text);
  animation: loading 5s infinite;
}
@keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/* for fade in text */

.fade-in-text {
  display: inline-block;
  font-family: monospace;
  font-size: 30px;
  color: grey;
  text-align: center;
  animation: fadeIn linear 7s;
  -webkit-animation: fadeIn linear 7s;
  -moz-animation: fadeIn linear 7s;
  -o-animation: fadeIn linear 7s;
  -ms-animation: fadeIn linear 7s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.emergencyicon {
  font-size: xx-small;
  font-family: -apple-system, "Helvetica Neue", "Helvetica", "Arial",
    "Lucida Grande", sans-serif;
  display: block;
  line-height: 1;
  margin: 0;
  font-weight: normal;
}
/* for text move from left to right */
marquee {
  max-width: 300px;
  text-align: center;
  padding: 15px;
}
/* ---- */
.color-green {
  background-color: #4caf50;
}
.green {
  color: #4caf50;
}
.themecolor {
  background-color: #12366a !important;
  color: white;
}
.themecolor-primary {
  color: #12366a !important;
}
.themecolor-secondary {
  color: #12366a !important;
}

.padding-20 {
  padding: 20px;
}
div.divtext {
  line-height: 1.6;
}

.pagebg {
  text-align: center;
  opacity: 0.5;
  background: url("../img/pagebg.jpg") no-repeat;
  background-position: center;
  position: relative;
  background-size: contain;
}

.acenter {
  margin: 0;
  position: absolute;
  top: 60%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.downloadcenter img {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  align-self: flex-end;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  margin: 0 auto 0 auto;
  transform-origin: bottom;
}

.downloadcenter {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bounce-3 {
  animation-name: bounce-3;
  animation-timing-function: ease;
}
@keyframes bounce-3 {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-100px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

.zmdi-face:before {
  content: '\f20e';
  color: #ffc83d;
}