@charset "UTF-8";

/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
/*
@font-face {
  font-family: 'Azo Sans';
  src: url('../fonts/AzoSans-Regular.eot');
  src: url('../fonts/AzoSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AzoSans-Regular.woff2') format('woff2'),
    url('../fonts/AzoSans-Regular.woff') format('woff'),
    url('../fonts/AzoSans-Regular.ttf') format('truetype'),
    url('../fonts/AzoSans-Regular.svg#AzoSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Azo Sans';
  src: url('../fonts/AzoSans-Light.eot');
  src: url('../fonts/AzoSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AzoSans-Light.woff2') format('woff2'),
    url('../fonts/AzoSans-Light.woff') format('woff'),
    url('../fonts/AzoSans-Light.ttf') format('truetype'),
    url('../fonts/AzoSans-Light.svg#AzoSans-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Azo Sans';
  src: url('../fonts/AzoSans-Medium.eot');
  src: url('../fonts/AzoSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AzoSans-Medium.woff2') format('woff2'),
    url('../fonts/AzoSans-Medium.woff') format('woff'),
    url('../fonts/AzoSans-Medium.ttf') format('truetype'),
    url('../fonts/AzoSans-Medium.svg#AzoSans-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Azo Sans';
  src: url('../fonts/AzoSans-Bold.eot');
  src: url('../fonts/AzoSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AzoSans-Bold.woff2') format('woff2'),
    url('../fonts/AzoSans-Bold.woff') format('woff'),
    url('../fonts/AzoSans-Bold.ttf') format('truetype'),
    url('../fonts/AzoSans-Bold.svg#AzoSans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Azo Sans';
  src: url('../fonts/AzoSans-Black.eot');
  src: url('../fonts/AzoSans-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AzoSans-Black.woff2') format('woff2'),
    url('../fonts/AzoSans-Black.woff') format('woff'),
    url('../fonts/AzoSans-Black.ttf') format('truetype'),
    url('../fonts/AzoSans-Black.svg#AzoSans-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
*/
:root {
  /**
  @font family declaration
  */
  /*--tp-ff-body: 'Azo Sans', sans-serif;
  --tp-ff-heading: 'Azo Sans', sans-serif;
  --tp-ff-p: 'Azo Sans', sans-serif;
  --tp-ff-fontawesome: "FontAwesome";
  --tp-ff-eleganticons: "ElegantIcons";*/
  /**
  @color declaration
  */
  /*--darkblue: #1a1a36;
  --purple: #67499f;
  --yellow: #fcbd2e;

  --tp-fw-normal: normal;
  --tp-fw-elight: 200;
  --tp-fw-light: 300;
  --tp-fw-regular: 400;
  --tp-fw-medium: 500;
  --tp-fw-sbold: 600;
  --tp-fw-bold: 700;
  --tp-fw-ebold: 800;
  --tp-fw-black: 900;*/

  /**
  @font size declaration
  */
  /*--tp-fz-body: 14px;
  --tp-fz-p: 14px;
  --tp-fz-h1: 40px;
  --tp-fz-h2: 36px;
  --tp-fz-h3: 24px;
  --tp-fz-h4: 20px;
  --tp-fz-h5: 16px;
  --tp-fz-h6: 14px;*/
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--tp-ff-body);
  font-size: var(--tp-fz-body);
  font-weight: normal;
  color: var(--darkblue);
  line-height: 1.5;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tp-ff-heading);
  color: var(--darkblue);
  margin-top: 0px;
  font-weight: 600;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

h1 {
  font-size: var(--tp-fz-h1);
}

h2 {
  font-size: var(--tp-fz-h2);
}

h3 {
  font-size: var(--tp-fz-h3);
}

h4 {
  font-size: var(--tp-fz-h4);
}

h5 {
  font-size: var(--tp-fz-h5);
}

h6 {
  font-size: var(--tp-fz-h6);
}
ul {
  margin: 0px;
  padding: 0px;
}
p {
  font-family: var(--tp-ff-p);
  font-size: var(--tp-fz-p);
  font-weight: var(--tp-fw-normal);
  color: var(--tp-text-body);
  margin-bottom: 15px;
  line-height: 26px;
}
a,
button,
p,
input,
select,
textarea,
li,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}
button:hover {
  cursor: pointer;
}
button:focus {
  outline: 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
input {
  outline: none;
}
input::-webkit-input-placeholder {
  color: var(--tp-text-3);
}
input:-moz-placeholder {
  color: var(--tp-text-3);
}
input::-moz-placeholder {
  color: var(--tp-text-3);
}
input:-ms-input-placeholder {
  color: var(--tp-text-3);
}
input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}
*::-moz-selection {
  background: var(--tp-common-black);
  color: #ffffff;
  text-shadow: none;
}
::-moz-selection {
  background: var(--tp-common-black);
  color: #ffffff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: var(--tp-common-black);
  font-size: var(--tp-fz-body);
  opacity: 1;
}

*::-moz-placeholder::-webkit-input-placeholder {
  color: var(--tp-text-3);
}

*::-moz-placeholder:-moz-placeholder {
  color: var(--tp-text-3);
}

*::-moz-placeholder::-moz-placeholder {
  color: var(--tp-text-3);
}

*::-moz-placeholder:-ms-input-placeholder {
  color: var(--tp-text-3);
}

*::placeholder {
  color: var(--tp-common-black);
  font-size: var(--tp-fz-body);
  opacity: 1;
}

*::placeholder::-webkit-input-placeholder {
  color: var(--tp-text-3);
}

*::placeholder:-moz-placeholder {
  color: var(--tp-text-3);
}

*::placeholder::-moz-placeholder {
  color: var(--tp-text-3);
}

*::placeholder:-ms-input-placeholder {
  color: var(--tp-text-3);
}

/*---------------------------------common classes css start---------------------------------*/
.w-img img {
  width: 100%;
}
.m-img img {
  max-width: 100%;
}
.fix {
  overflow: hidden;
}
.clear {
  clear: both;
}
.z-index-1 {
  z-index: 1;
}
.z-index-11 {
  z-index: 11;
}
.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*------------------Spacing ---------------*/

/*------------------ ALL CSS START ---------------*/

/* theme btn */
.br-0 span {
  border-radius: 0 !important;
}
.tp-btn-2 {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: var(--tp-theme-primary);
  text-align: center;
  padding: 15px 38px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tp-btn-2 i {
  padding-left: 5px;
}
.tp-btn-2:hover {
  color: var(--tp-theme-primary);
  background-color: #ffffff;
}
.tp-btn-2:focus {
  color: var(--tp-theme-primary);
}

/* Button 9 */
.tp-border-btn,
.tp-border-btn-white {
  padding: 2px;
  text-align: center;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.tp-border-btn span,
.tp-border-btn-white span {
  background-color: #ffffff;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding: 7px 35px;
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.tp-border-btn i,
.tp-border-btn-white i {
  padding-left: 15px;
}
.tp-border-btn:hover span,
.tp-border-btn-white:hover span {
  color: #ffffff;
  background-color: #fff;
}
.tp-border-btn-white span {
  border-color: rgba(50, 112, 252, 0.08);
  padding: 7px 25px;
}
.tp-transparent-btn {
  padding: 2px;
  text-align: center;
  position: relative;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}
.tp-transparent-btn span {
  color: #ffffff;
  background-color: transparent;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding: 10px 35px;
  letter-spacing: -0.02rem;
  border: 2px solid;
  border-color: rgba(255, 255, 255, 0.1);
  display: inline-block;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.tp-transparent-btn i {
  padding-left: 15px;
}
.tp-transparent-btn:hover span {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
}
.tp-white-btn {
  padding: 2px;
  text-align: center;
  position: relative;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}
.tp-white-btn span {
  background-color: #ffffff;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding: 12px 35px;
  letter-spacing: -0.02rem;
  display: inline-block;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.tp-white-btn i {
  padding-left: 15px;
}
.tp-white-btn:hover span {
  color: #ffffff;
  border-color: transparent;
}
.tp-phone-btn {
  font-size: 14px;
  color: #ffffff;
  margin-right: 20px;
}
.tp-phone-btn i {
  margin-right: 5px;
}
.tp-phone-btn:hover {
  color: #ffffff;
}
.tp-play-btn {
  color: #ffffff;
  display: inline-block;
}
.tp-play-btn span {
  display: inline-block;
}
.tp-play-btn i {
  font-size: 24px;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  border-radius: 50%;
  line-height: 43px;
  border: 2px solid #ffffff;
  display: inline-block;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.tp-submit-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding: 12px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px;
}
.tp-submit-btn i {
  padding-left: 5px;
}
.tp-submit-btn:hover {
  color: #ffffff;
}
.tp-submit-btn:focus {}
.e-btn {
  display: inline-block;
  height: 50px;
  line-height: 52px;
  text-align: center;
  padding: 0 25px;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 500;
}
.e-btn:hover {}
.play-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  font-size: 12px;
  text-align: center;
  line-height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  animation: pulse 2s infinite;
}

/* pulse btn */
.pulse-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 84px;
  text-align: center;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--tp-common-black);
  animation: pulse 2s infinite;
}
.pulse-btn i {
  font-size: 18px;
}
.pulse-btn:hover {
  color: #ffffff;
}
.pulse-btn i {
  padding-left: 2px;
}

/*-------------------HAMBUR BTN---------------------*/

.hamburger-btn {
  width: 30px;
  height: 25px;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: 0;
  display: flex;
  z-index: 99;
}
.hamburger-btn span {
  display: inline-block;
  width: 100%;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  z-index: 1;
  background-color: white;
}
.hamburger-btn span:nth-child(1) {
  top: 0;
}
.hamburger-btn span:nth-child(2) {
  top: 10px;
}
.hamburger-btn span:nth-child(3) {
  top: 20px;
}

/*-------------------PRELOADER CSS START---------------------*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 9999999;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
#preloader #status {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
}
.spinner {
  margin: 20px auto;
  text-align: center;
}
.spinner>div {
  width: 16px;
  height: 16px;
  background: linear-gradient(90deg, rgba(26, 26, 54, 1) 0%, rgba(103, 73, 159, 1) 60%);
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  margin: 4px;
}
.spinner .bounce1 {
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}
/*----------------------------------------*/
/*  NAV TAB CSS START
/*----------------------------------------*/
.tp-tab .nav-tabs {
  padding: 0;
  margin: 0;
  border: 0;
}
.tp-tab .nav-tabs .nav-link {
  padding: 0;
  margin: 0;
  border: 0;
}
/*----------------------------------------*/
/*  MODAL CSS START
/*----------------------------------------*/
/*----------------------------------------*/
/*  SECTION TITLE CSS START
/*----------------------------------------*/
.tp-section__title {
  font-size: 30px;
}

@media only screen and (min-width:1400px){
  div.tp-header__search form button i.ti-search,
  div.tp-header__search form .button i.ti-search{
    position: relative;
    left: 0px;
    top: 0px;
  }
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section__title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section__title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section__title {
    font-size: 30px;
  }
  .tp-section__title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .tp-section__title {
    font-size: 25px;
  }
  .tp-section__title br {
    display: none;
  }
}
.tp-section__title-wrapper p {
  font-size: 14px;
  line-height: 1.5;
}
.error__title {
  font-size: 70px;
}
/* .popular-section{
  display: none
} */
/*----------------------------------------*/
/*  02. HEADER CSS
/*----------------------------------------*/
.tp-header__transparent {
  position: absolute !important;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 88;
  background: transparent;
}
.tp-header__container {
  padding-left: 200px;
  padding-right: 200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header__container {
    padding-left: 130px;
    padding-right: 130px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-header__container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header__container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-header__container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-header__main {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.tp-header__top {
  padding: 4px 0;
}
.tp-header__info ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  color: #ffffff;
  opacity: 0.7;
  font-size: 12px;
}
.tp-header__info ul li:last-child {
  margin-right: 0;
}
.tp-header__info ul li:hover {
  opacity: 1;
}
.tp-header__info ul li a i {
  margin-right: 5px;
}
.tp-header__info ul li a svg {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.tp-header__border {
  border-bottom: 1px solid rgba(3, 18, 32, 0.07);
}
.tp-header__search-input {
  position: relative;
}
.tp-header__search-input input {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  padding-right: 60px;
}
.tp-header__search-input input::-webkit-input-placeholder,
.tp-header__search-input input:-moz-placeholder,
.tp-header__search-input input::-moz-placeholder,
.tp-header__search-input input:-ms-input-placeholder,
.tp-header__search-btn {
  position: absolute;
  top: 46%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  font-size: 16px;
  padding-left: 17px;

}
.tp-header__search-btn::after {
  position: absolute;
  content: "";
  left: 0;
  top: 57%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background-color: rgba(3, 18, 32, 0.1);
}
.tp-header__search-2 input {
  height: 44px;
  line-height: 44px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-color: var(--tp-grey-5);
}
.tp-header__search-2 input::-webkit-input-placeholder,
.tp-header__search-2 input:-moz-placeholder,
.tp-header__search-2 input::-moz-placeholder,
.tp-header__search-2 input:-ms-input-placeholder,
.tp-header__search-2 button::after {
  background-color: rgba(62, 132, 84, 0.14);
}
/* .tp-header__search-3 button svg path {} */

/* .tp-header__hamburger {
  margin-top: 3px;
} */
.tp-header__sticky.header__sticky {
  position: fixed !important;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 99;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #ffffff;
}
.tp-header__account ul li {
  display: inline-block;
  margin-right: 10px;
}
.tp-header__account ul li a {
  color: #ffffff;
  font-size: 12px;
  opacity: 0.7;
}
.tp-header__account ul li a:hover {
  opacity: 1;
}
.tp-header__account ul li a i {
  margin-right: 5px;
}

.bootstrap-select.h45 .dropdown-toggle {
  height: 45px;
  line-height: 2;
}
.cat-menu {
  font-weight: 500;
}
.cat-menu i {
  margin-left: 5px;
  display: inline-block;
}

/* logo */
.logo.has-border {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .logo.has-border {
    border-right: 0;
  }
}
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.09);
  z-index: 999;
}
/* main menu css */
.tp-header__transparent .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-right: 35px;
  text-align: left;
}
.tp-header__transparent .main-menu ul li a {
  display: inline-block;
  font-size: 14px;
  padding: 27px 0;
  font-weight: normal;
}
.tp-header__transparent .main-menu ul li.has-dropdown>a {
  position: relative;
}
.tp-header__transparent .main-menu ul li.has-dropdown>a::after {
  content: "\f107";
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
  font-size: 14px;
  color: #ffffff;
  font-family: var(--tp-ff-fontawesome);
  font-weight: 400;
  margin-left: 5px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.tp-header__transparent .main-menu ul li .submenu {
  position: absolute;
  top: 120%;
  left: 0;
  width: 200px;
  background: #ffffff;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -moz-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -ms-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -o-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  padding-top: 20px;
  padding-bottom: 20px;

}
.tp-header__transparent .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.tp-header__transparent .main-menu ul li .submenu li.has-dropdown>a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.tp-header__transparent .main-menu ul li .submenu li a {
  padding: 5px 25px;
  font-size: 13px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.tp-header__transparent .main-menu ul li .submenu li .submenu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.tp-header__transparent .main-menu ul li .submenu li:hover>a {}
.tp-header__transparent .main-menu ul li .submenu li:hover>a::after {}
.tp-header__transparent .main-menu ul li .submenu li:hover>a::before {
  left: 0;
  right: auto;
  width: 100%;
}
.tp-header__transparent .main-menu ul li .submenu li:hover>.submenu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.tp-header__transparent .main-menu ul li:hover>a {}
.tp-header__transparent .main-menu ul li:hover>a::after {

  transform: rotate(-180deg);
}
.tp-header__transparent .main-menu ul li:hover>.submenu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.tp-header__transparent .hamburger-btn span {
  background-color: #ffffff;
}
.tp-header__transparent .header-sticky {
  background-color: #3a53a4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* .main-menu {
    padding-left: 30px;
  } */
}
.main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-right: 35px;
  text-align: left;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .main-menu ul li {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body .main-menu ul li {
    margin-right: 20px;
  }
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li a {
  display: inline-block;
  font-size: 14px;
  padding: 27px 0;
}
.main-menu ul li.has-dropdown>a {
  position: relative;
}
.main-menu ul li.has-dropdown>a::after {
  content: "\f107";
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
  font-size: 14px;
  font-family: var(--tp-ff-fontawesome);
  font-weight: 400;
  margin-left: 5px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.main-menu ul li .submenu {
  /*position: absolute;
  top: 120%;
  left: 0;
  width: 200px;
  background: #ffffff;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -moz-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -ms-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -o-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);*/
}
.main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.main-menu ul li .submenu li.has-dropdown>a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.main-menu ul li .submenu li a {
    position: relative;
    width: 100%;
    padding: 7.5px 20px;
    color: #1a1a36;
    line-height: 25px;
}
.main-menu ul li .submenu li .submenu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li .submenu li:hover>a {}
.main-menu ul li .submenu li:hover>a::after {}
.main-menu ul li .submenu li:hover>a::before {
  left: 0;
  right: auto;
  width: 100%;
}
.main-menu ul li .submenu li:hover>.submenu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.main-menu ul li:hover>a {}
.main-menu ul li:hover>a::after {
  transform: rotate(-180deg);
}
.header-acttion-btns .tp-hader-btn {
  margin-right: 40px;
}

/*----------------------------------------*/
/*  03. MEAN MENU CSS
/*----------------------------------------*/
/* mean menu customize */
.mean-container a.meanmenu-reveal {
  display: none;
}
.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}
.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}
.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container a.meanmenu-reveal {
  display: none !important;
}
.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;

  border-top: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
/* .mean-container .mean-nav ul li a:hover {} */
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 0px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid #ebebeb !important;
  height: 30px;
  width: 30px;
  line-height: 30px;

  line-height: 30px;
  top: 0;
  font-weight: 400;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  color: #ffffff;
}
.mean-container .mean-nav ul li>a>i {
  display: none;
}
.mean-container .mean-nav ul li>a.mean-expand i {
  display: inline-block;
}
.mean-container .mean-nav>ul>li:first-child>a {
  border-top: 0;
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: #ffffff;

}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: #ffffff;
}
body input[type="date" i]{
  text-transform: uppercase;
}
/*----------------------------------------*/
/*  04. SLIDER CSS
/*----------------------------------------*/
.tp-slilder-active:not(.slick-initialized) .tp-slider__item:not(:first-child) {
  display: none!important;
}
.tp-slider__section {
  margin-bottom: -70px;
}
@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider__section {
    margin-bottom: -15px;
  }
}
.tp-slider__height {
  min-height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.tp-slider__item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tp-slider__overlay {
  position: relative;
  z-index: 1;
}
.tp-slider__overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  background: linear-gradient(90deg, rgba(26, 26, 54, 1) 0%, rgba(26, 26, 54, 0.9640231092436975) 24%, rgba(26, 26, 54, 0.8127626050420168) 41%, rgba(26, 26, 54, 0) 85%);
  background: linear-gradient(90deg, rgb(26 26 54 / 75%) 0, rgb(26 26 54 / 75%) 24%, rgb(26 26 54 / 70%) 35%, rgba(26, 26, 54, 0) 85%);
  z-index: -1;
}
.tp-slider__subtitle {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
}
.tp-slider__title {
  font-size: 38px;
  color: #ffffff;
  font-weight: var(--tp-fw-bold);
  line-height: 1.1;
  margin-bottom: 10px;
}
@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider__title {
    font-size: 60px;
  }
  .tp-slider__title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider__title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .tp-slider__title {
    font-size: 45px;
  }
}
.tp-slider__title-pre {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.tp-slider__content p {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tp-slider__arrows {
    display: none;
  }
}
.tp-slider__arrows button {
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 1;
  font-size: 50px;
  font-weight: 300;
  color: #ffffff;
  margin-top: -25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider__arrows button {
    left: 10px;
  }
}
.tp-slider__arrows button.slick-next {
  left: auto;
  right: 30px;
  z-index: 11;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider__arrows button.slick-next {
    right: 10px;
  }
}
.tp-slider__dot {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
  text-align: center;
}
.tp-slider__dot .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  margin: 0 8px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.slider-play-btn {
  font-size: 14px;
  color: var(--tp-common-dark-3);
  text-transform: capitalize;
  font-weight: 700;
}
@media (max-width: 575px) {
  .slider-play-btn {
    display: block;
  }
}
.slider-play-btn .slider-play-btn-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #ffffff;
  color: var(--tp-common-dark-3);
  border-radius: 50%;
}
.slider-play-btn .slider-play-btn-text {
  margin-left: 20px;
}
.slider-play-btn:hover {
  color: #ffffff;
}
/*----------------------------------------*/
/*  05. HERO CSS
/*----------------------------------------*/
/* hero css start here */
.tp-hero__section {
  margin-bottom: -100px;
}
.tp-hero__subtitle {
  font-size: 20px;
  display: inline-block;
}
.tp-hero__title {
  font-size: 70px;
  font-weight: 800;
  line-height: 1.1;
}
@media (max-width: 575px) {
  .tp-hero__title {
    font-size: 48px;
  }
}
.tp-hero__content {
  position: relative;
  z-index: 1;
}
@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero__content {
    padding-top: 0;
  }
}
.tp-hero__content p {
  font-size: 18px;
}
@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero__img img {
    width: 100%;
  }
}
/*----------------------------------------*/
/*  21. FOOTER CSS
/*----------------------------------------*/
.footer__widget-logo img {
  height: auto;
}
.footer__widget p {
  color: var(--tp-text-1);
  font-size: 16px;
  margin-bottom: 20px;
}
.footer__widget-space {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer__widget-title {
  font-size: 18px;
  padding-top: 15px;
  margin-bottom: 15px;
  font-weight: 500;
  position: relative;
}
.footer__widget ul{
  overflow: hidden;
  max-width: 100%;
}
.footer__widget ul li {
  list-style: none;
  line-height: 1.5;
  margin-bottom: 0px;
}
.footer__widget ul li:last-child {
  margin-bottom: 0;
}
.footer__widget ul li a{
  font-size: 14px;
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 0px 0px 5px;
  color: var(--darblue);
}
.footer__widget address a{
   color: var(--darblue);
}
.footer__widget ul li a:hover {
  color: var(--purple);
}
.footer__contact p {
  font-size: 16px;
  margin-bottom: 20px;
}
.footer__subscribe p {
  font-size: 16px;
  margin-bottom: 20px;
}
.footer__subscribe-box {
  position: relative;
  max-width: 400px;
}
.footer__subscribe-input.has-border-radius {
  border-radius: 4px;
  overflow: hidden;
}
.footer__subscribe-input input {
  width: 100%;
  height: 50px;
  padding: 0 23px;
  padding-right: 160px;
  border: none !important;
  background-color: #f2f2f2;
  font-size: 16px;
  border-radius: 30px;
}
.footer__subscribe-input input::-webkit-input-placeholder {
  color: #666;
}
.footer__subscribe-input input:-moz-placeholder {
  color: #666;
}
.footer__subscribe-input input::-moz-placeholder {
  color: #666;
}
.footer__subscribe-input input:-ms-input-placeholder {
  color: #666;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__subscribe-input input {
    padding-right: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__subscribe-input input {
    padding-right: 160px;
  }
}
@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__subscribe-input input {
    padding-right: 23px;
  }
}
.footer__copyright p {
  font-size: 14px;
  color: #fff;
}
.footer__copyright p a {
  color: var(--tp-theme-primary);
  opacity: 0.7;
}
.footer__copyright p a:hover {
  opacity: 0.9;
}
.footer__social span {
  display: inline-block;
}
.footer__social span:not(:last-child) {
  margin-right: 5px;
}
.footer__social span {
  display: inline-block;
  vertical-align: middle;
}
.footer__social span a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 34px;
  border-radius: 50%;
  text-align: center;
  background: var(--darkblue);
  color: #fff;
}
.footer__social span a:hover {
  background: var(--darkblue);
  color: #fff;
}
.footer__top {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 1;
}
.footer__bottom {
  padding-top: 12px;
  padding-bottom: 12px;
}
.footer__bottom p {
  margin-bottom: 0;
}
.footer-sub-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 100%;
  line-height: 50px;
  padding: 0 30px;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  background-color: var(--darkblue) !important;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

body .header-sticky .logo {
  background-color: transparent;
}
.mobile_sticky_logo {
  display: none;
}
.desktop_sticky_logo {
  display: block;
}
.mb-sm-2 {
  margin-bottom: 10px;
}
/*
.inventory-list-wrapper .listitems .card-text .button-list a.tp-border-btn:focus i{
  color: #ffe234;
}*/
@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-sub-btn {
    position: relative;
    margin-top: 15px;
    width: 100%;
    border-radius: 30px;
  }
}
.footer-sub-btn:hover {
  color: #ffffff;
  background-color: var(--tp-common-black);
}
/* footer col design for home 1 */
.footer-col-1 {
  padding-right: 0px;
}
.blank-section p:nth-child(odd) {
 font-size: 16px;
}
.timetable-section .table_scroll_div table {
  width: 100%;
}
#createnew .modal-body .my-select{
  margin-top: 10px;
}

@media only screen and (max-width:992px) {
	.mobile_sticky_logo{
		display: block;
		position: fixed;
		top: 0px;
		z-index: 99999;
	}
  .mobile_sticky_logo {
    display: block;
  }
  .desktop_sticky_logo {
    display: none;
  }
  .desktop-search-input .search-input{
        width: 100%;
        padding: 0px;
        /*top: calc(100% - 30px);*/
  }
  .desktop-search-input .field-box ul.dropdownbox{
    max-height: calc(100vh - 20vh);
      min-width: auto;
      border-radius:0px;
  }
    .desktop-search-input .field-box ul.dropdownbox li,
    .desktop-search-input .field-box ul.dropdownbox li a{
        border-color: #ccc;
    }
    body .ui-autocomplete {
      z-index: 9999!important;
      width: 95%!important;
      left: 2.5%!important;
      max-width: 100% !important;
  }
  header {
    z-index: 999;
    position: relative;
  }
  .desktop-search-input .search-input input{
    border-radius: 0px;
    box-shadow: 0px 0px 9px #00000030;
    padding-left: 20px;
  }
  .mean-container .mean-nav ul li a {
	color: #000;
	border-color: #00000057;
	text-transform: capitalize;
	font-size: 16px;
  }
	.mean-expand.mean-clicked .fa-plus:before{
		content: "\f068";
		color: #000;
	}
	.mean-container .mean-nav ul li a.mean-expand.mean-clicked i.fa-plus{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		color: #000;
	}
	.mean-container .mean-nav ul li a.mean-expand:hover,
	.mean-container .mean-nav ul li a.mean-expand:focus,
	.mean-container .mean-nav ul li a.mean-expand:active{
		color: #000;
	}
	.mean-container .mean-nav ul li a.mean-expand{
		line-height: 45px;
        height: 45px;
        width: 45px;
		border: none!important;
	}
	.mean-container .mean-nav ul li li a{
		padding: 6px 10%;
		font-weight: normal;
	}
  .offcanvas__content {
    padding: 30px;
    height: 100%;
  }
  .mobile_btns .header-acttion-btns {
    display: block !important;
    padding-left: 20px;
    padding-right: 20px;
  }
    .mobile_btns a{
        width: 100%;
        max-width: 100%;
    }
  .mobile_btns .text_white {
    color: #fff;
  }
  body .logo {
    position: relative;
    margin-top: -80px;
    padding-top: 10px;
  }
  body .pb-145 {
    padding-bottom: 80px;
  }
  body .pt-100 {
    padding-top: 80px;
  }
  .step-section .step-form-pane .col-lg-6 {
    width: 50%;
    margin-bottom: 20px;
    display: inline-block;
  }
  body .how-work-section .bg-images {
    height: auto !important;
    padding-bottom: 25px;
  }
  body .faq-section .form-container {
    width: 100%;
    margin-top: 0px;
  }
  .how-it-info {
    padding-bottom: 30px;
    padding-top: 20px;
  }
  .footer__bottom p {
    text-align: center;
  }
  body .faq-section .answer {
    padding: 10px 20px 20px;
  }
    
    
}
/*# sourceMappingURL=main.css.map */
@media only screen and (max-width:980px) {
	  .vehicle-img-div img{
		  width: 100%;
	  }
	  .sell-vehicale-section .row {
		  align-items: end;
	  }
	  body .card-row .regi-card {
		  width: calc(50% - 15px);
	  }
	  .registered-section .card-row {
		  gap: 15px;
	  }
	  body .step-form-pane .bd-example {
		  padding: 20px;
	  }
	  body .bg-images {
		  min-height: 400px !important;
	  }
	  .video-section .box {
		  padding: 100px 0px;
	  }
	  .bg-images img {
		  width: 100%;
	  }
	  .volume_div {
		  padding-top: 10px;
	  }
	  body .vfinder .tab-pane ul {
		  grid-template-columns: repeat(2, 1fr);
	  }
	  .theme-btn {
      display: inline-block;
      margin-bottom: 10px;
      margin-right: 5px;
	  }
    .theme-btn.light-purple-btn,
    .theme-btn.border-purple-btn{
      margin-bottom: 0px;
    }
	  footer .footer-col-1 {
      display: flex;
      gap: 50px;
	  }
	  body .breadcrumb__area {
		  padding: 80px 0px;
	  }
	  body .breadcrumb__area h1 {
		  font-size: 35px;
	  }
	  .mobile-order-0 {
      order: 0;
      padding-bottom: 10px;
	  }
	  .mobile-order-1 {
		  order: 1;
	  }
	  body .sidebar-left .col-lg-6 .bootstrap-select .dropdown-toggle:nth-child(1) {
		  margin-bottom: 10px;
	  }
	  /* body .sidebar-left .col-lg-6 .bootstrap-select .dropdown-toggle{
		margin-bottom: 0px;
	  } */
	  body .rightpart {
      width: 100%;
      padding: 0px 12px;
	  }
	  body .leftpart {
		  width: 100%;
	  }
	  .bidinfo.mb-25 {
      padding-left: 12px;
      padding-right: 12px;
      margin-right: -12px;
      margin-left: -12px;
	  }
	  body .leftpart .row {
		  justify-content: center;
	  }
	  body .step-form-pane{
		  max-width: 90%;
	  }
	  .step-form-pane select#BillingState{
		  width: 100%;
	  }
	  .popular-section .step-section .step-form-pane .step-form-pane_first-col{
		  order: 1;
	  }
	  .popular-section .step-section .step-form-pane .step-form-pane_second-col{
		  order: 0;
	  }
	  ul.savelist li {
		  padding: 7px 0px;
	  }
    .modal-content{
      height: 80%;
    }
    .register-fees-popup .modal-content{
      height: auto;
    }
}
@media only screen and (max-width:767px) {

  body .inventory-list-wrapper ul.list-view-ul li {
    width: 100%;
    padding: 1px 0;
  }
  .step-section .step-form-pane .col-lg-6 {
    width: 100%;
  }
  .footer__widget-logo {
    text-align: center;
  }
  .footer__widget ul li a {
    padding: 1px 0;
  }
  .footer-col-4 ul li a {
    /* display: inline; */
  }
  /* .tp-header__search .search-input {
    display: none;
  } */
  .pt-100 {
    padding-top: 50px;
  }
  .pb-145 {
    padding-bottom: 80px;
  }
  body .sign__wrapper {
    padding: 50px;
  }
  .registered-section .card-row {
    flex-wrap: wrap;
  }
  .how-it-info {
    padding-bottom: 30px;
  }
  .auction-blurb .twin-blurb {
    padding: 15px;
  }
  body .faq-section .question:before {
    right: 0px;
  }
  body .step-form-pane {
    max-width: 100%;
  }
  .register-fees-form .step-form-pane{
    padding: 0px;
  }
  .mmt-10{
    margin-top: 10px !important;
  }
  .mmt-0{
    margin-top: 0px !important;
  }

  body .step-form-tab{
      margin-bottom: 20px !important;
  }
  body .step-form-tab li:first-child a{
      padding-left: 20px;
  }
  .step-section .mb-50{
      margin-bottom: 30px;
  }
  .step-section .step-form-pane p.mt-4{
      margin-top: 0px!important;
  }
  .step-section .step-form-pane .form-label{
      margin-bottom: 3px;
      font-weight: 500;
  }
  body .step-form-pane .bd-example.mb-40{
      margin-bottom: 20px;
  }
  body .step-form-pane .bd-example{
      padding: 15px;
  }
  .conformations_step h4 {
      margin-top: 0;
      font-weight: 600;
      font-size: 20px;
  }
  body .faq-section .faq-list-title {
    font-size: 16px;
    padding: 15px 35px 15px 0px ;
  }
  body .faq-section .answer p{
    font-size: 16px;
  }
    .how-work-section .how-title{
        font-size: 30px;
    }
  .footer-col-2 .footer__widget-content,
  h2.footer__widget-title {
    flex-wrap: wrap;
    text-align: start;
  }
  .footer-col-2 .footer__widget-content ul{
    width: 50%;
    margin-bottom: 20px;
  }
  body .footer-col-4 ul li .fa-solid {
    top: 4px;
    transform: unset;
   }
   .footer__widget-logo img {
    width: 130px;
    }
    .footer__copyright p{
      line-height: normal;
      padding-top: 5px;
    }
   .footer-col-4 ul li a br{
    display: none;
   }
  .footer__widget .footer-col-4{
    width: 50%;
  }
  .footer__widget .footer-col-4 ul{
    width: 100%;
    margin-bottom: 0px;
  }
  body header .logo .header-sticky {
    margin-top: -60px;
  }
  .mobile-pt-50 {
    padding-top: 0px;
  }
  .table_scroll_div {
    overflow-x: auto;
  }
  .timetable-section .table_scroll_div table {
    width: 300px;
  }
  .vfinder {
    padding-top: 20px;
  }
  body .vfinder .tab-pane ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
  }
  footer .footer-col-1 {
    display: block;
  }
  .footer-col-1 .footer__widget-title {
    text-align: center;
  }
  body .bg-images {
    min-height: 350px !important;
  }
  body .modal .px-5 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  body .modal-header,
  body .modal-body {
    padding: 1rem 2rem;
  }
  body .griditems .button-list .tp-border-btn span {
    padding: 1px 0px;
  }
  body .UsedCarListing h1 {
    white-space: unset;
    text-overflow: unset;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .blank-section h3{
    padding-top: 10px;
  }
  .attention_notes_slider.slick-slider .slick-list{
		display: flex;
		flex-wrap: wrap; 
		align-items: stretch;
	}
	.attention_notes_slider.slick-slider .slick-track{
		display: flex;
		width: 100%;
		flex-wrap: nowrap; 
	}
}
@media only screen and (max-width:550px) {
  .blank-section p:nth-child(odd) {
    margin: 10px 0px;
  }
  body .vfinder .tab-pane ul {
    grid-template-columns: repeat(2, 1fr);
  }
  body .vfinder .tab-pane#home ul{
    grid-template-columns: repeat(1, 1fr);
  }
  body .auction-blurb .twin-blurb {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 10px;
    padding: 15px 20px;
  }
  body .twin-blurb .twin-blurb-content{
    padding-left: 0px;
  }
  body .sign__agree label {
    font-size: 12px;
}
  body .mobile-mode-screen .sign__forgot a{
    font-size: 12px;
  }
  /* .how-btn .theme-btn {
    width: 100%;
    text-align: center;
  } */

 
  .inventory-list-wrapper .listitems .card-text .button-list{
    display: flex;
    flex-wrap: wrap;
  }
  .inventory-list-wrapper .imgTopRound img{
    width: 100%;
  }
}
@media only screen and (max-width:480px) {
  body h2.how-title,
  body h2.heading-title {
    font-size: 25px;
  }
  body .card-row .regi-card {
    width: 100%;
  }
  .signup__area .mb-55 {
    margin-bottom: 0px;
  }
  body .sign__wrapper {
    margin: 0px;
    padding: 20px;
  }
  .sell-vehicale-section .row .step-form-pane .bd-example {
    padding: 20px;
  }
  body .faq-section .answer {
    padding: 10px 0px 20px;
  }
  /* .info-btn-group a {
    display: block;
    width: 100%;
    margin: 8px 5px;
    text-align: center;
  } */
  .download-section .btn-icon-group a img {
    padding-bottom: 15px;
  }
  body .step-form-pane p {
    gap: 0px 10px;
  }
}
@media only screen and (max-width:350px) {
  body .c-pagination>li>a {
    height: 25px;
    width: 25px;
    line-height: 25px;
    margin: 0px 3px;
  }
  .sortBy {
    flex-wrap: wrap;
    gap: 10px;
  }
  body .sortBy .inputfield {
    min-width: 100%;
    width: 100%;
  }
  .filtersection .theme-btn {
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }
  .filtersection button {
    width: 100%;
  }
  body .vfinder .tab-pane ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .nav-item {
    display: block;
    /* width: 100%; */
  }
  body .nav-item a {
    margin: 0px !important;
  }
  body .step-form-pane .bd-example {
    padding: 15px;
  }
  .popular-slider .slick-dots li {
    margin: 0 2px;
  }
}
.div_checkbox_prebid .input-group .input-group-text{
    background-color: #e9ecef;
    line-height: 1;
}
.div_checkbox_prebid .input-group .form-control:not(:first-child){
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}
.div_checkbox_prebid .gap-3{
    gap: 10px !important;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}