.heading-primary {
  font-weight: 600;
}

.heading-quaternary {
  font-size: 20px;
  font-weight: 600;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

.owl-dot span {
  background-color: #fdc431 !important;
}

.owl-dots .active {
  display: inline-block !important;
  zoom: 1 !important;
  border: 1px solid #000000 !important;
  border-radius: 50% !important;
  margin: 2px 5px !important;
  display: inline !important;
  border: 1 !important;
}

.owl-dots .active span {
  background-color: #000000 !important;
  margin: 5px !important;
}

.background-blue {
  background-color: #0c61f8 !important;
}

.color-white {
  color: #fff !important;
}

.btn-search {
  background-color: #0c61f8;
  color: #ffffff;
  padding: 10px 12px;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-search:hover {
  background-color: #0653dc;
}

.btn-search__icon-shape {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background-color: #fdc431;
  margin-right: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-search__icon {
  width: 14px;
  height: auto;
}

.btn-search__text {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.footer {
  padding: 80px 0;
}

.footer__logo {
  width: 80px;
  height: auto;
}

.footer__follow-text {
  color: #aaaaaa;
  font-weight: 500;
  margin-top: 30px;
}

.footer__follow-list {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__follow-item {
  background-color: #e7e7e7;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.footer__follow-item:not(:last-of-type) {
  margin-right: 15px;
}

.footer__follow-icon {
  font-size: 14px;
  color: #000000;
}

.footer__nav-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.footer__nav-item:not(:last-of-type) {
  margin-bottom: 8px;
}

.footer__nav-link {
  text-decoration: none;
  color: #aaaaaa;
  font-size: 16px;
  font-weight: 400;
}

.footer__nav-link:hover {
  color: #000000;
}

.footer__question-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.footer__question-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__question-item:not(:last-of-type) {
  margin-bottom: 15px;
}

.footer__question-icon-box {
  margin-right: 15px;
}

.footer__question-icon {
  width: 18px;
  height: auto;
}

.footer__question-text {
  font-size: 16px;
  color: #aaaaaa;
  margin-bottom: 3px;
}

.footer__question-link {
  font-size: 16px;
  color: #0c61f8;
  margin-top: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.footer__question-link:hover {
  color: #0653dc;
}

.header {
  height: 100vh;
  width: 100%;
  background-color: #2b2b2b;
}

#navbar {
  padding-top: 0;
  padding-bottom: 0;
}

#navbar .navbar-brand-img {
  width: 70px;
  height: auto;
}

#navbar .navbar-toggler-icon {
  font-size: 15px;
}

#navbar .navbar-collapse {
  margin-left: 70px !important;
}

@media only screen and (max-width: 991.98px) {
  #navbar .navbar-collapse {
    margin-left: 0 !important;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

#navbar .nav-item {
  padding-top: 12px;
  padding-bottom: 10px;
  margin-right: 18px;
  border-bottom: 3px solid transparent;
  -webkit-transform: all 0.2s;
          transform: all 0.2s;
}

#navbar .nav-item:hover .nav-link {
  color: #000000;
}

#navbar .nav-link {
  font-size: 16px;
  font-weight: 400;
  color: #aaaaaa;
  display: block;
}

#navbar .active {
  border-bottom: 3px solid #0c61f8;
}

#navbar .active .nav-link {
  color: #000000;
}

#navbar .navbar-search {
  margin-left: auto;
}

@media only screen and (max-width: 991.98px) {
  #navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1500px !important;
  }
}

.contact__title--weight {
  font-weight: 400;
}

.about__description__heading {
  color: #5b5b5b;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.about__description__icon {
  padding-right: 1rem;
}

.about__description__icon i {
  background-color: #fdc431;
  border-radius: 100%;
  height: 24px;
  width: 24px;
  font-size: 0.9rem;
  text-align: center;
  line-height: 24px;
}

.about__description__body {
  margin-bottom: 1.3rem !important;
  font-size: 0.8rem;
}

.about__description__txt--color {
  color: #0c61f8 !important;
}

.business__hours--margin p {
  margin-bottom: 0.5rem !important;
}

.map__location__positon {
  position: relative;
}

.map__location {
  position: absolute;
  top: 40px;
  right: 100px;
  width: 200px;
  padding: 0.9rem;
  font-size: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 12px 33px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 12px 33px rgba(0, 0, 0, 0.1);
}

.map__location--position {
  top: 250px;
  right: 30px;
}

.about__description__icon--width {
  padding-right: 0.5rem;
}

.about__description__icon--width i {
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
}

.about__description__body--margin {
  margin-bottom: 0.1rem !important;
}

.about__form {
  font-size: 14px;
  color: #777575;
  background-color: #fbfbfb;
}

.about__form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #e7e7e7;
}

.about__form textarea {
  width: 100%;
  border: 1px solid #e7e7e7;
}

.slider__imgBox {
  position: relative;
}

.slider__textBox {
  position: absolute;
  bottom: 100px;
  left: 40px;
  font-size: 0.9rem;
  width: 200px;
  color: #ffffff;
}

.slider__textBox h4 {
  font-weight: 400;
  margin-bottom: 2rem;
}

.slider__textBox p {
  margin: 27px 0px;
}

.slider__textBox h3 {
  color: #fdc431;
  position: relative;
  font-weight: 700;
  padding-left: 11px;
}

.slider__textBox h3 span {
  position: absolute;
  top: 3px;
  left: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
}

.slider__textBox a {
  font-size: 16px;
  padding: 1.7rem 2.4rem;
}

.slider__txt__bg__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: 99;
}

label {
  margin: 1rem 0rem;
}

@media only screen and (max-width: 1199.98px) {
  .slider__textBox--position {
    bottom: 5rem;
    width: 10rem;
    left: 1.5rem;
  }
  .slider__textBox--position h4,
  .slider__textBox--position h3 {
    font-size: 1rem;
    margin: 1rem 0rem;
  }
  .slider__textBox--position h4 span,
  .slider__textBox--position h3 span {
    font-size: 0.8rem;
    top: -1px;
    left: 3px;
  }
  .slider__textBox--position p {
    margin: 0.5rem 0rem;
    font-size: 0.7rem;
  }
  .slider__textBox--position a {
    font-size: 0.6rem;
    padding: 0.5rem 0.8rem !important;
  }
  label {
    margin: 0rem 0rem;
  }
}

@media only screen and (max-width: 991.98px) {
  .gmap_canvas iframe {
    height: 460px;
  }
  .about__form textarea {
    width: 90%;
  }
  .map__location {
    width: 60%;
    right: 3%;
    padding: 0.5rem;
  }
  .about__description__body--margin {
    font-size: 0.5rem;
  }
  .about__description__icon--width {
    padding-right: 0.5rem;
  }
  .about__description__icon--width i {
    width: 15px;
    height: 15px;
    font-size: 7px;
    line-height: 15px;
  }
  label {
    font-size: 12px;
    margin: 0rem 0rem;
  }
  .about__form input {
    padding: 0px;
    margin-bottom: 0px;
  }
  .about__form textarea {
    width: 100%;
  }
  .slider__textBox--position {
    bottom: 5rem;
    width: 9rem;
    left: 1.5rem;
  }
  .slider__textBox--position h4,
  .slider__textBox--position h3 {
    font-size: 1rem;
    margin: 1rem 0rem;
  }
  .slider__textBox--position h4 span,
  .slider__textBox--position h3 span {
    font-size: 0.8rem;
    top: -1px;
    left: 3px;
  }
  .slider__textBox--position p {
    margin: 0.5rem 0rem;
    padding-right: 0.3;
    font-size: 0.7rem;
  }
  .slider__textBox--position a {
    font-size: 0.6rem;
    padding: 0.5rem 0.8rem !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .slider__textBox {
    position: absolute;
    bottom: 100px;
    left: 40px;
    font-size: 0.9rem;
    width: 200px;
    color: #ffffff;
  }
  .slider__textBox h4 {
    font-weight: 400;
    margin-bottom: 1rem;
  }
  .slider__textBox p {
    margin: 15px 0px;
  }
  .slider__textBox h3 {
    color: #fdc431;
    position: relative;
    font-weight: 700;
    padding-left: 11px;
  }
  .slider__textBox h3 span {
    position: absolute;
    top: 3px;
    left: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
  }
  .slider__textBox a {
    font-size: 12px;
    padding: 1rem 1.6rem;
  }
  .slider__textBox--position {
    bottom: 5rem;
    width: 15rem;
    left: 1.5rem;
  }
  .slider__textBox--position h4,
  .slider__textBox--position h3 {
    font-size: 2rem;
    margin: 1rem 0rem;
  }
  .slider__textBox--position h4 span,
  .slider__textBox--position h3 span {
    font-size: 0.8rem;
    top: -1px;
    left: 3px;
  }
  .slider__textBox--position p {
    margin: 0.5rem 0rem;
    font-size: 0.9rem;
  }
  .slider__textBox--position a {
    font-size: 0.9rem;
    padding: 0.5rem 0.8rem !important;
  }
  .about__form input {
    padding: 1rem;
    margin-bottom: 0.7rem;
  }
  .about__form textarea {
    width: 100%;
  }
  .about__form label {
    font-size: 1rem;
    margin: 0.5rem 0rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .slider__textBox {
    position: absolute;
    bottom: 34px;
    left: 18px;
    width: 130px;
    font-size: 0.6rem;
    color: #ffffff;
  }
  .slider__textBox h4 {
    font-weight: 400;
    margin-bottom: 1.5rem;
  }
  .slider__textBox p {
    margin: 0.7rem 0px;
  }
  .slider__textBox h3 {
    color: #fdc431;
    position: relative;
    font-weight: 700;
    padding-left: 11px;
  }
  .slider__textBox h3 span {
    position: absolute;
    top: 3px;
    left: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
  }
  .slider__textBox a {
    font-size: 0.5rem;
    padding: 0.7rem 1.3rem !important;
  }
  .slider__textBox--position {
    bottom: 5rem;
    width: 10rem;
    left: 1.5rem;
  }
  .slider__textBox--position h4,
  .slider__textBox--position h3 {
    font-size: 1rem;
    margin: 1rem 0rem;
  }
  .slider__textBox--position h4 span,
  .slider__textBox--position h3 span {
    font-size: 0.8rem;
    top: -1px;
    left: 3px;
  }
  .slider__textBox--position p {
    margin: 0.5rem 0rem;
    font-size: 0.7rem;
  }
  .slider__textBox--position a {
    font-size: 0.6rem;
    padding: 0.5rem 0.8rem !important;
  }
  .slider--d-none {
    display: none;
  }
}

.row {
  margin: 0;
}

.filtering__title {
  font-weight: 400;
}

.filtering__title span {
  font-weight: 600;
}

.filtering .filter li {
  cursor: pointer;
  display: inline-block;
  margin: 1rem;
  border: 1px solid #e7e7e7;
  color: #a1a1a1;
  font-weight: 500;
  padding: 0.5rem 2rem;
}

.filtering .filter .active {
  background-color: #0c61f8;
  color: #ffffff;
}

.filtering__items {
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-top: 3px solid #e7e7e7;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background-color: #ffffff;
  margin: 10px 0;
}

.filtering__items:hover {
  border-top: 3px solid #fdc431;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
          box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.filtering .owl-theme .owl-nav {
  position: absolute;
  right: 0;
  top: -1rem;
}

.banner_right_under {
  height: 600px;
}

.help {
  padding: 2rem 0;
  background-color: #0c61f8;
  position: relative;
  overflow: hidden;
}

.help__left {
  z-index: 999;
}

.help__right {
  z-index: 999;
}

.help__icon {
  height: 5rem;
  padding-right: 2rem;
}

.help__content span {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1.2px;
  font-weight: 300;
}

.help__text {
  font-weight: 400;
  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 1.5rem;
}

.help__text-two {
  font-weight: 600;
}

.help__btn {
  background-color: #fdc431;
  color: #ffffff;
  font-weight: 500;
  width: 10rem;
  display: inline-block;
  padding: 0.6rem 0;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  margin-right: 5rem;
}

.help__ragtangle1 {
  position: absolute;
  height: 100%;
  width: 20%;
  background-color: #0055ec;
  left: -2rem;
  top: 0;
  -webkit-transform: skew(-0.06turn, 1deg);
          transform: skew(-0.06turn, 1deg);
}

.help__ragtangle2 {
  position: absolute;
  height: 50%;
  width: 7%;
  background-color: #004acd;
  left: 9%;
  bottom: 0;
  -webkit-transform: skew(-0.06turn, 0.1deg);
          transform: skew(-0.06turn, 0.1deg);
}

.help__ragtangle3 {
  position: absolute;
  height: 50%;
  width: 7%;
  background-color: #004acd;
  left: 4%;
  top: 0;
  -webkit-transform: skew(-0.06turn, 0.1deg);
          transform: skew(-0.06turn, 0.1deg);
}

.help__ragtangle4 {
  position: absolute;
  height: 50%;
  width: 7%;
  background-color: #004acd;
  right: 5%;
  top: 0;
  -webkit-transform: skew(-0.06turn, 0.1deg);
          transform: skew(-0.06turn, 0.1deg);
}

.help__ragtangle5 {
  position: absolute;
  height: 50%;
  width: 7%;
  background-color: #004acd;
  right: 1%;
  bottom: 0;
  -webkit-transform: skew(-0.06turn, 0.1deg);
          transform: skew(-0.06turn, 0.1deg);
}

.review .owl-carousel .owl-item img {
  display: block;
  width: 20%;
  border-radius: 50%;
  border: 5px solid #fdc431;
  height: auto;
}

.review .owl-carousel .owl-item img:hover {
  border: 5px solid #0c61f8;
}

.review__items {
  width: 95%;
  background-color: #ffffff;
  padding: 2rem;
}

.review__text {
  color: #323232;
}

.review__viewer {
  font-weight: 600;
  font-size: 17px;
}

.review__viewer span {
  color: #323232;
  display: block;
  font-weight: 400;
  font-size: 13px;
  padding: 0.4rem 0;
}

.about {
  padding: 30px 0 80px 0;
}

.about__left {
  padding: 10px 0;
}

.about__text__container {
  padding: 0 20px;
}

.about__title {
  padding: 1rem 0;
  text-align: left;
}

.about__title span {
  font-weight: 400;
}

.about__name {
  font-size: 1.3rem;
  font-weight: 500;
}

.about__name span {
  font-size: 1rem;
  color: #606060;
  font-weight: 400;
}

.about__text {
  font-size: 13px;
  color: #606060;
}

.about__img {
  max-width: 100%;
  height: auto;
}

.about__icons {
  background-color: #f5f5f5;
  padding: 0.6rem;
  margin-right: 10px;
}

.about__right p {
  font-size: 13px;
  color: #606060;
}

@media only screen and (max-width: 576px) {
  .filtering .filter li {
    margin: 0.5rem;
    padding: 0.2rem 1rem;
  }
  .recommendation__card__buy {
    padding: 0.4rem 3rem;
  }
  .help {
    padding: 11px !important;
    margin: 1rem 0rem !important;
  }
  .help__search--icon {
    display: none !important;
  }
  .help__text {
    font-size: 0.8rem !important;
    line-height: 1rem;
  }
  .help__content span {
    font-size: 10px;
  }
  .help__btn {
    width: 7rem;
    display: inline-block;
    padding: 0.6rem 0;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    margin-right: 0rem !important;
  }
  .help__icon {
    height: 4rem;
    padding: 0;
  }
  .about__img {
    width: 50% !important;
  }
  .about__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about__title {
    text-align: center !important;
  }
  .about__content__img--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about__name {
    text-align: center;
    margin: 0.5rem 0rem;
  }
  .about__text {
    text-align: justify;
  }
  .about__text__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .review__text {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .banner_right_under {
    height: 400px !important;
  }
  .about {
    padding: 20px 0 20px 0;
  }
  .about__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .help {
    padding: 14px;
  }
  .help__text {
    font-size: 1.2rem;
    line-height: 1.1rem;
  }
  .help__content span {
    font-size: 10px;
  }
  .help__btn {
    width: 7rem;
    display: inline-block;
    padding: 0.6rem 0;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    margin-right: 2rem;
  }
  .help__icon {
    height: 4rem;
    padding: 0;
  }
  .about__title {
    text-align: center !important;
  }
  .slider__img {
    height: 250px !important;
  }
}

@media only screen and (max-width: 991.98px) {
  .banner__left {
    padding: 2rem 1rem !important;
  }
  .about__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .help {
    padding: 10px;
  }
  .help__text {
    font-size: 1rem;
    line-height: 1rem;
  }
  .help__content span {
    font-size: 10px;
  }
  .help__btn {
    width: 7rem;
    display: inline-block;
    padding: 0.6rem 0;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    margin-right: 2rem;
  }
  .help__icon {
    height: 4rem;
    padding: 0;
  }
}

@media only screen and (max-width: 1199.98px) {
  .about__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.banner__left {
  padding: 6rem 3rem 2rem 3rem;
}

.banner__right {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.99)), to(rgba(255, 255, 255, 0.9))), url("/img/banner.png");
  background: linear-gradient(rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.9)), url("/img/banner.png");
  background-position: center center;
  background-size: cover;
  position: relative;
}

.banner__search__gap {
  margin: 1rem;
}

.banner_right_under {
  position: relative;
}

.banner_car {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70% !important;
  height: auto;
}

.banner__name {
  position: absolute;
  top: 14%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.banner__name h1 {
  color: #fff;
  font-weight: 700;
  font-size: 3rem !important;
  font-style: italic;
}

.banner__bottominfo {
  position: absolute;
  bottom: 2%;
  left: 0%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100px;
  width: 50%;
  padding: 20px;
}

.banner__bottominfo--price {
  font-size: 1.3rem;
  font-weight: 600;
}

.banner__bottominfo--card {
  padding: 0.4rem 0;
}

.banner__bottominfo--items p {
  font-size: 14px;
  font-weight: 400;
}

.banner__bottominfo--icon {
  color: #fdc431;
}

.banner__carousel {
  position: absolute;
  z-index: 999;
}

.banner .owl-carousel .owl-dots {
  display: block !important;
  position: absolute;
  left: 35%;
  bottom: 20%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.banner .owl-carousel .owl-dots .owl-dot span {
  background-color: #e28b08 !important;
}

.banner .owl-carousel .owl-dots .active {
  border: 1px solid #ffffff !important;
}

.banner .owl-carousel .owl-dots .active span {
  background-color: #ffffff !important;
}

@media only screen and (max-width: 576px) {
  .banner__search__gap {
    margin: 0rem !important;
  }
  .banner__name h1 {
    font-size: 2rem !important;
  }
  .slider__img {
    height: 250px !important;
  }
}

.contact__title--weight {
  font-weight: 400;
}

.about__description__heading {
  color: #5b5b5b;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.about__description__icon {
  padding-right: 1rem;
}

.about__description__icon i {
  background-color: #fdc431;
  border-radius: 100%;
  height: 24px;
  width: 24px;
  font-size: 0.9rem;
  text-align: center;
  line-height: 24px;
}

.about__description__body {
  margin-bottom: 1.3rem !important;
  font-size: 0.8rem;
}

.about__description__txt--color {
  color: #0c61f8 !important;
}

.business__hours--margin p {
  margin-bottom: 0.5rem !important;
}

.map__location__positon {
  position: relative;
}

.map__location {
  position: absolute;
  top: 40px;
  right: 100px;
  width: 200px;
  padding: 0.9rem;
  font-size: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 12px 33px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 12px 33px rgba(0, 0, 0, 0.1);
}

.map__location--position {
  top: 250px;
  right: 30px;
}

.about__description__icon--width {
  padding-right: 0.5rem;
}

.about__description__icon--width i {
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
}

.about__description__body--margin {
  margin-bottom: 0.1rem !important;
}

.about__form {
  font-size: 14px;
  color: #777575;
  background-color: #fbfbfb;
}

.about__form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #e7e7e7;
}

.about__form textarea {
  width: 100%;
  border: 1px solid #e7e7e7;
}

.slider__imgBox {
  position: relative;
}

.slider__textBox {
  position: absolute;
  bottom: 100px;
  left: 40px;
  font-size: 0.9rem;
  width: 200px;
  color: #ffffff;
}

.slider__textBox h4 {
  font-weight: 400;
  margin-bottom: 2rem;
}

.slider__textBox p {
  margin: 27px 0px;
}

.slider__textBox h3 {
  color: #fdc431;
  position: relative;
  font-weight: 700;
  padding-left: 11px;
}

.slider__textBox h3 span {
  position: absolute;
  top: 3px;
  left: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
}

.slider__textBox a {
  font-size: 16px;
  padding: 1.7rem 2.4rem;
}

.slider__txt__bg__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: 99;
}

label {
  margin: 1rem 0rem;
}

@media only screen and (max-width: 1199.98px) {
  .slider__textBox--position {
    bottom: 5rem;
    width: 10rem;
    left: 1.5rem;
  }
  .slider__textBox--position h4,
  .slider__textBox--position h3 {
    font-size: 1rem;
    margin: 1rem 0rem;
  }
  .slider__textBox--position h4 span,
  .slider__textBox--position h3 span {
    font-size: 0.8rem;
    top: -1px;
    left: 3px;
  }
  .slider__textBox--position p {
    margin: 0.5rem 0rem;
    font-size: 0.7rem;
  }
  .slider__textBox--position a {
    font-size: 0.6rem;
    padding: 0.5rem 0.8rem !important;
  }
  label {
    margin: 0rem 0rem;
  }
}

@media only screen and (max-width: 991.98px) {
  .gmap_canvas iframe {
    height: 460px;
  }
  .about__form textarea {
    width: 90%;
  }
  .map__location {
    width: 60%;
    right: 3%;
    padding: 0.5rem;
  }
  .about__description__body--margin {
    font-size: 0.5rem;
  }
  .about__description__icon--width {
    padding-right: 0.5rem;
  }
  .about__description__icon--width i {
    width: 15px;
    height: 15px;
    font-size: 7px;
    line-height: 15px;
  }
  label {
    font-size: 12px;
    margin: 0rem 0rem;
  }
  .about__form input {
    padding: 0px;
    margin-bottom: 0px;
  }
  .about__form textarea {
    width: 100%;
  }
  .slider__textBox--position {
    bottom: 5rem;
    width: 9rem;
    left: 1.5rem;
  }
  .slider__textBox--position h4,
  .slider__textBox--position h3 {
    font-size: 1rem;
    margin: 1rem 0rem;
  }
  .slider__textBox--position h4 span,
  .slider__textBox--position h3 span {
    font-size: 0.8rem;
    top: -1px;
    left: 3px;
  }
  .slider__textBox--position p {
    margin: 0.5rem 0rem;
    padding-right: 0.3;
    font-size: 0.7rem;
  }
  .slider__textBox--position a {
    font-size: 0.6rem;
    padding: 0.5rem 0.8rem !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .slider__textBox {
    position: absolute;
    bottom: 100px;
    left: 40px;
    font-size: 0.9rem;
    width: 200px;
    color: #ffffff;
  }
  .slider__textBox h4 {
    font-weight: 400;
    margin-bottom: 1rem;
  }
  .slider__textBox p {
    margin: 15px 0px;
  }
  .slider__textBox h3 {
    color: #fdc431;
    position: relative;
    font-weight: 700;
    padding-left: 11px;
  }
  .slider__textBox h3 span {
    position: absolute;
    top: 3px;
    left: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
  }
  .slider__textBox a {
    font-size: 12px;
    padding: 1rem 1.6rem;
  }
  .slider__textBox--position {
    bottom: 5rem;
    width: 15rem;
    left: 1.5rem;
  }
  .slider__textBox--position h4,
  .slider__textBox--position h3 {
    font-size: 2rem;
    margin: 1rem 0rem;
  }
  .slider__textBox--position h4 span,
  .slider__textBox--position h3 span {
    font-size: 0.8rem;
    top: -1px;
    left: 3px;
  }
  .slider__textBox--position p {
    margin: 0.5rem 0rem;
    font-size: 0.9rem;
  }
  .slider__textBox--position a {
    font-size: 0.9rem;
    padding: 0.5rem 0.8rem !important;
  }
  .about__form input {
    padding: 1rem;
    margin-bottom: 0.7rem;
  }
  .about__form textarea {
    width: 100%;
  }
  .about__form label {
    font-size: 1rem;
    margin: 0.5rem 0rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .slider__textBox {
    position: absolute;
    bottom: 34px;
    left: 18px;
    width: 130px;
    font-size: 0.6rem;
    color: #ffffff;
  }
  .slider__textBox h4 {
    font-weight: 400;
    margin-bottom: 0.7rem;
  }
  .slider__textBox p {
    margin: 0.7rem 0px;
  }
  .slider__textBox h3 {
    color: #fdc431;
    position: relative;
    font-weight: 700;
    padding-left: 11px;
  }
  .slider__textBox h3 span {
    position: absolute;
    top: 3px;
    left: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
  }
  .slider__textBox a {
    font-size: 0.8rem;
    padding: 0.7rem 1.3rem !important;
  }
  .slider__textBox--position {
    bottom: 5rem;
    width: 10rem;
    left: 1.5rem;
  }
  .slider__textBox--position h4,
  .slider__textBox--position h3 {
    font-size: 1rem;
    margin: 1rem 0rem;
  }
  .slider__textBox--position h4 span,
  .slider__textBox--position h3 span {
    font-size: 0.8rem;
    top: -1px;
    left: 3px;
  }
  .slider__textBox--position p {
    margin: 0.5rem 0rem;
    font-size: 0.7rem;
  }
  .slider__textBox--position a {
    font-size: 0.6rem;
    padding: 0.5rem 0.8rem !important;
  }
  .slider--d-none {
    display: none;
  }
}

img {
  max-width: 100%;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  padding: 1rem 0;
}

.cars {
  padding: 3rem 0;
}

.cars__items {
  text-align: center;
}

.cars__items img {
  height: 100px;
  cursor: pointer;
}

.cars__title {
  color: #0c61f8;
  margin: 2px 0;
}

.cars__name {
  font-weight: 600;
  font-size: 1.5rem;
}

.cars__model {
  padding-right: 3rem;
  color: #999999;
  font-size: 0.9rem;
  font-weight: normal;
}

.cars__price {
  color: #0c61f8;
  font-weight: 500;
  font-size: 1rem;
  margin: 2px;
}

.cars__rating {
  font-size: 0.9rem;
  color: #fdc431;
  margin: 4px;
}

.cars__rating span {
  color: #999999;
}

.cars__deatiles__title {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0.4rem 0;
}

.cars__fetures {
  font-size: 0.8rem;
  color: #999999;
}

.cars__fetures span {
  color: #000000;
  font-weight: 500;
}

.cars__contact__section__title {
  font-weight: 500;
  padding: 5px 0;
}

.cars__contact__section__title span {
  color: #999999;
}

.cars__contact__section .dropdown .bgc {
  background-color: #e7e7e7;
}

.pricing {
  padding: 2rem 0;
}

.pricing__title {
  padding: 3rem 1rem;
}

.pricing__title span {
  font-weight: 600;
}

.pricing__table {
  padding: 3rem;
}

.pricing__calculation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.pricing__calculation lebel {
  color: #aaaaaa;
  font-size: 0.9rem;
  font-weight: 400;
  margin: 0;
  color: #999999;
}

.pricing__calculation lebel span {
  display: block;
  padding: 0 0 0.5rem 1rem;
  color: #000000;
  font-weight: 500;
  font-size: 1.4rem;
}

.pricing__number {
  width: 100%;
  padding: 0.3rem 1rem;
  border: 1px solid #dcdcdc;
  margin-bottom: 2rem;
  font-weight: 500;
  outline-color: #fdc431;
}

.pricing__range {
  width: 100%;
  height: 3px;
}

.pricing__left {
  color: #676767;
  font-weight: 400;
  font-size: 15px;
}

.pricing__right {
  color: #676767;
  font-weight: 400;
  font-size: 15px;
}

.pricing__btn {
  width: 40%;
  border: none;
  outline: none;
  background-color: #0c61f8;
  color: #ffffff;
  padding: 0.8rem 0;
  margin: 0.6rem auto;
}

.pricing__btn:hover {
  background-color: #0653dc;
}

.pricing__btn--checkout {
  background-color: #e7e7e7;
  color: #606060;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0.9rem 0;
  margin: 2rem 0;
}

.pricing__btn--checkout:hover {
  color: #ffffff;
}

.pricing__checkout {
  padding: 4rem 0;
  border: 1px solid #dcdcdc;
  width: 100%;
  height: 601px;
  text-align: center;
}

.pricing__text {
  font-weight: 500;
  font-size: 1.5rem;
  padding-bottom: 0.3rem;
}

.pricing__price {
  color: #0c61f8;
  font-weight: 900;
  font-size: 3rem;
}

.pricing__price span {
  font-weight: 400;
  font-size: 2rem;
}

.pricing__price sup {
  font-weight: 400;
}

.pricing__sumary {
  padding: 6rem 0;
}

.pricing__items {
  font-size: 1rem;
  font-weight: 600;
}

.pricing__items span {
  display: block;
  color: #999999;
  font-weight: 400;
  font-size: 0.8rem;
  padding-bottom: 0.6rem;
}

.recommendation__card__title {
  padding: 2rem 0;
}

.recommendation__card__title span {
  font-weight: 400;
}

.recommendation__card__title {
  font-size: 2rem;
  font-weight: 600;
}

.recommendation__card__items {
  border: 1px solid #dcdcdc;
  border-top: 3px solid #dcdcdc;
}

.recommendation__card__items:hover {
  -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
          box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border-top: 3px solid #fdc431;
}

.recommendation__card__items:hover .recommendation__card__buy {
  background-color: #0c61f8 !important;
  color: #fff;
}

.recommendation__card__img {
  background-color: #f5f5f5;
  position: relative;
  padding: 3rem 1rem 0.1rem 1rem;
}

.recommendation__card__layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.recommendation__card__layer p {
  padding: 1rem;
  font-weight: 500;
  font-size: 1.4rem;
}

.recommendation__card__layer p span {
  display: block;
  color: #0c61f8;
  font-weight: 400;
  font-size: 1rem;
}

.recommendation__card__right {
  color: #ffffff;
  font-weight: 400;
  background-color: #fdc431;
  height: 3rem;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recommendation__card__body {
  padding: 1rem 0;
}

.recommendation__card__name {
  font-size: 1rem;
  font-weight: 600;
}

.recommendation__card__icons {
  color: #fdc431;
}

.recommendation__card__fetures {
  padding: 0.4rem 0;
  height: 80px;
}

.recommendation__card__fetures__items p {
  font-size: 14px;
  font-weight: 400;
}

.recommendation__card__buy {
  display: inline-block;
  padding: 0.4rem 3rem;
  border: none;
  color: #999999;
}

.recommendation__card__buy-home {
  padding: 0.4rem 3.5rem;
}

.recommendation__card__shear {
  display: inline-block;
  padding: 0.4rem 1.7rem;
  border: none;
  color: #999999;
}

.recommendation__card__shear-home {
  border-radius: 50%;
  padding: 0.7rem;
}

.owl-theme .owl-nav {
  position: absolute;
  right: 0;
  top: -5rem;
}

.owl-theme .owl-nav span {
  background-color: #0c61f8;
  padding: 0.2rem 1rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.3rem;
}

@media only screen and (max-width: 576px) {
  .recommendation__card__layer p {
    font-size: 0.8rem;
  }
  .recommendation__card__right {
    height: 0rem;
    padding: 0.8rem 0.5rem;
    font-size: 0.8rem;
  }
  .recommendation__card__title {
    font-size: 1.4rem;
  }
  .recommendation__card__layer p {
    padding: 0.5rem 0rem 0rem 0.3rem;
  }
  .cars__gelary img {
    width: 100%;
    height: auto;
  }
  .cars__items img {
    width: 100%;
    height: 100%;
  }
  .cars .dropdown {
    margin: 1rem 0;
  }
  .recommendation__card__buy {
    padding: 5px 10px;
  }
  .pricing__table {
    padding: 1rem;
  }
  .pricing__number {
    margin-bottom: 1rem;
  }
  .pricing__parsentage {
    margin-bottom: 1rem !important;
  }
  .pricing__calculation lebel span {
    font-size: 1rem;
  }
  .pricing__checkout {
    height: 400px;
  }
  .pricing__sumary {
    padding: 17px;
  }
}

@media only screen and (max-width: 767.98px) {
  .cars__gelary img {
    width: 100%;
    height: auto;
  }
  .pricing__table {
    padding: 2rem;
  }
  .pricing__number {
    margin-bottom: 1rem;
  }
  .pricing__parsentage {
    margin-bottom: 1rem !important;
  }
  .pricing__calculation lebel span {
    font-size: 1rem;
  }
  .pricing__sumary {
    padding: 2rem 0;
  }
  .pricing__checkout {
    height: 400px;
  }
  .pricing__btn--checkout {
    margin: 0;
  }
  .pricing__title {
    padding: 0rem 1rem;
  }
}

@media only screen and (max-width: 991.98px) {
  .cars__gelary img {
    width: 100%;
    height: auto;
  }
  .cars .dropdown {
    margin: 1rem 0;
  }
  .pricing__table {
    padding: 2rem;
  }
  .pricing__number {
    margin-bottom: 1rem;
  }
  .pricing__parsentage {
    margin-bottom: 1rem !important;
  }
  .pricing__calculation lebel span {
    font-size: 1rem;
  }
  .pricing__sumary {
    padding: 2rem 0;
  }
  .pricing__checkout {
    height: 400px;
  }
  .pricing__btn--checkout {
    margin: 0;
  }
  .cars {
    padding: 1rem 0;
  }
}

@media only screen and (max-width: 1199.98px) {
  .cars__gelary img {
    width: 100%;
    height: auto;
  }
  .cars__items {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .cars__items img {
    width: 200px;
    height: auto;
  }
  .pricing__table {
    padding: 2rem;
  }
  .pricing__number {
    margin-bottom: 1rem;
  }
  .pricing__parsentage {
    margin-bottom: 1rem !important;
  }
  .pricing__calculation lebel span {
    font-size: 1rem;
  }
  .pricing__sumary {
    padding: 2rem 0;
  }
  .pricing__checkout {
    height: 400px;
  }
  .pricing__btn--checkout {
    margin: 0;
  }
}

.vehicle-requiment__box {
  background-color: #0c61f8;
  padding-left: 0rem !important;
  position: relative;
  z-index: -2;
}

.vehicle-requiment__box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  z-index: -1;
  height: 100%;
}

.vehicle-requimnet__text {
  text-align: center;
  color: #ffffff;
}

.vehicle-requimnet__text h4 {
  text-align: center;
  margin-top: 1.5rem;
  font-weight: 700;
  font-size: 20px;
}

.vehicle-requimnet__text p, .vehicle-requimnet__text--weight {
  font-weight: 400 !important;
  margin-top: 1.5rem;
  font-size: 14px;
}

.vehicle-requimnet__text a {
  border-radius: 0 !important;
  font-size: 14px;
}

::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  z-index: -1;
  position: absolute;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #fdc431;
  border-radius: 10px;
}

.selection__box {
  background-color: #ffffff;
  padding: 5px;
  border: 1px solid #aaaaaa;
  position: relative;
}

.selection__box .option {
  background-color: #ffffff !important;
  color: #9a9a9a;
  padding: 3px 5px;
  border-top: 1px solid #9a9a9a;
}

.selection__box .option P {
  margin-bottom: 0.4rem !important;
}

.selection__box .option:hover {
  background-color: #0c61f8 !important;
  color: #ffffff;
}

.selection__box .search__filter--overflow {
  overflow: hidden;
}

.selection__box .default__option--select--color {
  color: black;
}

.selection__box .default__option--select--color:hover {
  color: black;
}

.selection__box .select__wrap {
  font-size: 0.9rem;
  position: relative;
}

.selection__box .select__wrap .default__option,
.selection__box .select__wrap .default__option1 {
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.selection__box .select__wrap .default__option li,
.selection__box .select__wrap .default__option1 li {
  width: 100px;
  border-top: none;
}

.selection__box .select__wrap .default__option li:hover,
.selection__box .select__wrap .default__option1 li:hover {
  background-color: #ffffff !important;
  color: #9a9a9a;
}

.selection__box .select__wrap .default__option .option__aro-icon,
.selection__box .select__wrap .default__option1 .option__aro-icon {
  font-size: 1.5rem;
  color: #9a9a9a;
}

.selection__box .select__ul--block {
  display: block !important;
}

.selection__box .select__ul--none {
  display: none !important;
}

.selection__box .select__ul,
.selection__box .select__ul1 {
  position: absolute;
  top: 41px;
  left: 0;
  padding-left: 0px;
  width: 118px;
  height: 99px !important;
  overflow: auto;
  margin-left: -8px;
  text-align: center;
  border: 1px solid #aaaaaa;
  z-index: 99;
}

.selection__box--width {
  width: 30%;
}

.selection__box--width .select__ul {
  width: 109.9%;
}

.search-filter__s-by-click__title {
  color: #aaaaaa;
  font-size: 15px;
}

checkbox:checked + label,
label.checked {
  /* Style for checkbox checked */
  background-color: #00bc13;
  color: #00bc13;
}

.chkbox__div {
  padding-bottom: 10px;
  color: #aaaaaa;
}

.chkbox__div label {
  display: inline-block;
  font-size: 15px;
  margin: 0.3rem 0rem;
}

input:checked + label {
  color: #000000;
}

input[type="checkbox"]:checked::before {
  position: relative;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(../img/aboutus-slider-img/Background.svg);
  background-position: center;
  background-size: cover;
}

.selection__box {
  width: 30%;
  margin: 0.5rem 0rem;
  margin-bottom: 0.5rem !important;
  padding: 0rem 0.5rem;
}

.slider .owl-carousel .owl-dots {
  display: block !important;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slider .owl-carousel .owl-dots .active {
  border: 1px solid #ffffff !important;
}

.slider .owl-carousel .owl-dots .active span {
  background-color: #ffffff !important;
}

img.slider__txt__bg__img {
  width: 60% !important;
}

.slider__txt__bg__img--opacity {
  opacity: 0.9;
}

.slider1__textBox--position {
  left: 6%;
  bottom: 23%;
  width: 29rem;
  position: absolute;
  z-index: 9999;
}

.slider1__textBox--position h4 {
  font-size: 3rem;
  font-style: italic;
}

.slider1__textBox--position h3 {
  font-size: 3rem;
}

.slider1__textBox--position p {
  font-size: 1rem;
}

.slider2__textBox--position {
  left: 5%;
  bottom: 11%;
  width: 15rem;
  z-index: 9999;
}

.slider2__textBox--position h4 {
  font-size: 1.6rem !important;
  margin: 0.5rem 0rem !important;
}

.slider2__textBox--position h3 {
  font-size: 1.7rem !important;
  margin: 0.5rem 0rem !important;
}

.slider2__textBox--position p {
  font-size: 0.7rem !important;
  margin: 0.5rem 0rem !important;
}

#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1200px) {
  .vehicle-requiment__box {
    width: 48%;
  }
}

@media screen and (max-width: 1199px) {
  .selection__box--width .select__ul {
    width: 106.5%;
    margin-left: -0.5rem;
  }
  .slider1__textBox--position {
    left: 4%;
    bottom: 17%;
    width: 20rem;
  }
  .slider1__textBox--position h4 {
    font-size: 2rem;
  }
  .slider1__textBox--position h3 {
    font-size: 2rem;
  }
  .slider1__textBox--position p {
    font-size: 0.9rem;
  }
  .slider2__textBox--position {
    left: 5%;
    bottom: 11%;
    width: 15rem;
  }
  .slider2__textBox--position h4 {
    font-size: 1.6rem !important;
    margin: 0.5rem 0rem !important;
  }
  .slider2__textBox--position h3 {
    font-size: 1.7rem !important;
    margin: 0.5rem 0rem !important;
  }
  .slider2__textBox--position p {
    font-size: 0.7rem !important;
    margin: 0.5rem 0rem !important;
  }
}

@media only screen and (max-width: 991.98px) {
  .selection__box--width .select__ul {
    width: 109%;
  }
  .slider1__textBox--position {
    left: 5%;
    bottom: 11%;
    width: 15rem;
  }
  .slider1__textBox--position h4 {
    font-size: 1.6rem;
  }
  .slider1__textBox--position h3 {
    font-size: 1.7rem;
  }
  .slider1__textBox--position p {
    font-size: 0.7rem;
  }
  .slider2__textBox--position {
    left: 5%;
    bottom: 11%;
    width: 15rem;
  }
  .slider2__textBox--position h4 {
    font-size: 0.9rem !important;
  }
  .slider2__textBox--position h3 {
    font-size: 1rem !important;
    margin: 0.5rem 0rem !important;
  }
  .slider2__textBox--position h3 span {
    font-size: 0.8rem !important;
    top: -1px !important;
    left: 3px !important;
  }
  .slider2__textBox--position p {
    font-size: 0.7rem !important;
    margin: 0.5rem 0rem !important;
  }
  .slider2__textBox--position a {
    font-size: 0.8rem !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .selection__box--width .select__ul {
    width: 114%;
    margin-left: -0.6rem;
  }
  .slider1__textBox--position {
    left: 5%;
    bottom: 22%;
    width: 14rem;
  }
  .slider1__textBox--position h4 {
    font-size: 1rem;
  }
  .slider1__textBox--position h3 {
    font-size: 1.2rem;
  }
  .slider1__textBox--position h3 span {
    font-size: 0.8rem;
    top: -1px;
    left: 3px;
  }
  .slider1__textBox--position p {
    font-size: 0.7rem;
  }
  .slider2__textBox--position {
    left: 5%;
    bottom: 8%;
    width: 13rem;
  }
  .slider2__textBox--position h4 {
    font-size: 1rem !important;
  }
  .slider2__textBox--position h3 {
    font-size: 0.9rem !important;
    margin: 0.5rem 0rem !important;
  }
  .slider2__textBox--position h3 span {
    font-size: 0.6rem !important;
    top: -1px !important;
    left: 3px !important;
  }
  .slider2__textBox--position p {
    font-size: 0.8rem !important;
    margin: 0.5rem 0rem !important;
  }
  .slider2__textBox--position a {
    font-size: 0.6rem !important;
    padding: 5px 15px !important;
  }
}

@media only screen and (max-width: 575.98px) {
  .selection__box--width {
    width: 42%;
    margin-bottom: 1rem;
    margin-left: 1rem;
  }
  .selection__box--width--margin {
    margin-left: 1.1rem !important;
  }
  .selection__box--width .select__ul {
    width: 109.5%;
    margin-left: -9px;
  }
  .search__btn--d-none {
    display: none !important;
  }
  .slider1__textBox--position {
    left: 5%;
    bottom: 5%;
    width: 12rem;
  }
  .slider1__textBox--position h4 {
    font-size: 1rem;
  }
  .slider1__textBox--position h3 {
    font-size: 1.1rem;
  }
  .slider1__textBox--position p {
    font-size: 0.8rem;
  }
  .slider2__textBox--position a {
    font-size: 0.8rem !important;
    padding: 5px 10px !important;
  }
}
/*# sourceMappingURL=main.css.map */