@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&family=Open+Sans&display=swap");

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #333333;
  overflow-x: hidden;
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
  background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
  color: #000000;
  font-family: "Josefin Sans", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000000;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #dc3545;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
  line-height: 46px;
  margin-top: -16px;
}

h3 {
  font-size: 28px;
  line-height: 38px;
  margin-top: -14px;
}

h4 {
  font-size: 24px;
  line-height: 28px;
  margin-top: -9px;
}

h5 {
  font-size: 20px;
  line-height: 26px;
  margin-top: -9px;
  font-weight: 600;
}

h6 {
  font-size: 18px;
  margin-top: -7px;
  font-weight: 500;
}

/* p {
  margin-top: -12px;
} */

p:last-child {
  margin-bottom: -7px !important;
}

p a {
  color: #dc3545;
}

p a:hover {
  color: #dc3545;
}

@media (max-width: 575px) {
  p {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 54px;
    line-height: 64px;
    margin-top: -20px;
  }

  h3 {
    font-size: 36px;
    line-height: 46px;
    margin-top: -16px;
  }

  h4 {
    font-size: 28px;
    line-height: 38px;
    margin-top: -14px;
  }

  h5 {
    font-size: 24px;
    line-height: 28px;
    margin-top: -9px;
  }

  h6 {
    font-size: 20px;
    line-height: 26px;
    margin-top: -9px;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 60px;
  }
}

a {
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
  padding: 5px 0;
}

.bg_img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg--overlay::before,
.custom-tab-menu .tab-menu li:nth-child(1) .tab-menu-icon:after,
.custom-tab-menu .tab-menu li:nth-child(3) .tab-menu-icon:after,
.custom-tab-menu::after,
.custom-tab-menu::before,
.custom-tab-area .tab-area .tab-item {
  position: absolute;
  content: "";
}

.social-icons,
.footer-wrapper,
.menu,
.contact__item,
.faq__item .faq__title,
.deposit-preview,
.message__chatbox__header,
.reply-item,
.profile-wrapper,
.single__details-content,
.custom-tab-menu .tab-menu li,
.post__item .post__content .meta__date,
.post__share,
.widget.widget__tags ul,
.widget__post,
.post__tag {
  display: flex;
  flex-wrap: wrap;
}

.faq__item .faq__title .right__icon::before,
.faq__item .faq__title .right__icon::after,
.gallery__item a {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
}

.pt-120 {
  padding-top: 80px;
}

.pb-120 {
  padding-bottom: 80px;
}

.pt-60 {
  padding-top: 40px;
}

.pb-60 {
  padding-bottom: 40px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

@media (min-width: 992px) {
  .pt-120 {
    padding-top: 120px;
  }

  .pb-120 {
    padding-bottom: 120px;
  }

  .pt-60 {
    padding-top: 60px;
  }

  .pb-60 {
    padding-bottom: 60px;
  }
}

*::selection {
  background-color: #dc3545;
  color: #fff;
}

.bg--overlay {
  position: relative;
}

.bg--overlay::before {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
}

.section__header {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(220, 53, 69, 0.4);
}

@media (min-width: 768px) {
  .section__header .section__category {
    font-size: 24px;
  }

  .section__header__center {
    margin-bottom: 40px;
  }
}

.section__header p {
  margin-top: 0;
}

@media (min-width: 576px) {
  .section__header p {
    font-size: 18px;
  }
}

.section__header .section__category {
  display: inline-flex;
  align-items: center;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.section__header .section__category::before,
.section__header .section__category::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #dc3545;
}

.section__header .section__category::before {
  margin-right: 10px;
}

.section__header .section__category::after {
  margin-left: 10px;
}

.section__header .section__title {
  text-transform: capitalize;
  color: transparent;
  -webkit-text-stroke: 1px #000;
}

.section__header .section__title .text--base {
  color: transparent !important;
  -webkit-text-stroke-color: #dc3545;
}

.section__header__center {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.section__header__center .section__category {
  margin-left: auto;
  margin-right: auto;
}

.section__title {
  margin-bottom: 20px;
}

.word--nobreak {
  white-space: nowrap;
}

.word--break {
  white-space: break-all;
}

a {
  text-decoration: none;
}

strong,
b {
  font-family: "Josefin Sans", sans-serif;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 999;
}

.overlay.active {
  visibility: visible;
  opacity: 1;
}

.bg--body {
  background-color: #ffffff !important;
}

.bg--section {
  background-color: #f8f9fa !important;
}

.btn--base,
.badge--base,
.bg--base {
  background-color: #dc3545 !important;
}

.btn--primary,
.badge--primary,
.bg--primary {
  background-color: #7367f0 !important;
}

.btn--secondary .badge--secondary .bg--secondary {
  background-color: #868e96 !important;
}

.btn--success,
.badge--success,
.bg--success {
  background-color: #28c76f !important;
}

.btn--danger,
.badge--danger,
.bg--danger {
  background-color: #ea5455 !important;
}

.btn--warning,
.badge--warning,
.bg--warning {
  background-color: #f99f0b !important;
}

.btn--info,
.badge--info,
.bg--info {
  background-color: #1e9ff2 !important;
}

.btn--dark,
.badge--dark,
.bg--dark {
  background-color: #192a56 !important;
}

.btn--white,
.badge--white,
.bg--white {
  background-color: #fff !important;
}

[class*="btn--"] {
  color: #fff;
  font-weight: 500;
}

[class*="btn--"]:hover {
  color: #fff;
}

.btn--warning,
.badge--warning,
.btn--white,
.badge--white {
  color: #000000;
}

.btn--warning:hover,
.badge--warning:hover,
.btn--white:hover,
.badge--white:hover {
  color: #000000;
}

.btn--black,
.badge--black,
.bg--black {
  background-color: #000 !important;
}

.btn--title,
.badge--title,
.bg--title {
  background-color: #000000 !important;
}

.btn--1,
.badge--1,
.bg--1 {
  background-color: #dc3545 !important;
}

.text--primary {
  color: #7367f0 !important;
}

.text--secondary {
  color: #868e96 !important;
}

.text--success {
  color: #28c76f !important;
}

.text--danger {
  color: #ea5455 !important;
}

.text--warning {
  color: #f99f0b !important;
}

.text--info {
  color: #1e9ff2 !important;
}

.text--dark {
  color: #192a56 !important;
}

.text--white {
  color: #fff !important;
}

.text--white p,
.text--white ul li,
.text--white ul li a,
.text--white span {
  color: #ddd;
}

.text--black {
  color: #000 !important;
}

.text--body {
  color: #333333 !important;
}

.text--base {
  color: #dc3545 !important;
}

.text--title {
  color: #000000 !important;
}

.text--1 {
  color: #dc3545 !important;
}

.bg--transparent {
  background-color: transparent !important;
}

.bg--none {
  background: none !important;
}

.text--star {
  color: #e9ba17;
}

.bg--section .form--control,
.bg--section .form--control:focus,
.bg--section .rental__thumbnails,
.bg--section .faq__item,
.bg--section .plan__item,
.bg--section .client__item,
.bg--section .counter-item,
.bg--section .post__item,
.bg--section .how__item .how__icon,
.bg--section .rent__item,
.bg--section .form-control:disabled,
.bg--section .form-control[readonly],
.bg--section .reply-item,
.bg--section .dashboard__item,
.bg--section .custom--card,
.bg--section .cmn--table,
.bg--section .widget {
  background: #ffffff;
}

.bg--section .synced .rental__thumbnails,
.bg--section .post__item .post__content .meta__date,
.bg--section .rent__item .rent__thumb,
.bg--section .rent__item .rent__content .car-info {
  background: #f8f9fa;
}

.bg--body .form--control,
.bg--body .form--control:focus,
.bg--body .rental__thumbnails,
.bg--body .faq__item,
.bg--body .plan__item,
.bg--body .client__item,
.bg--body .counter-item,
.bg--body .post__item,
.bg--body .how__item .how__icon,
.bg--body .rent__item,
.bg--body .form-control:disabled,
.bg--body .form-control[readonly],
.bg--body .reply-item,
.bg--body .dashboard__item,
.bg--body .custom--card,
.bg--body .cmn--table,
.bg--body .widget {
  background: #f8f9fa;
}

.bg--body .synced .rental__thumbnails,
.bg--body .post__item .post__content .meta__date,
.bg--body .rent__item .rent__thumb,
.bg--body .rent__item .rent__content .car-info {
  background: #ffffff;
}

.newsletter-section {
  padding: 50px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.newsletter-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -30px;
}

.newsletter-wrapper .footer-logo {
  width: 260px;
  border-right: 1px solid #dc3545;
  padding-right: 40px;
  margin-bottom: 30px;
  background-color: #000;
}

.newsletter-wrapper .footer-logo a {
  display: block;
}

.newsletter-wrapper .footer-logo a img {
  width: 100%;
}

.newsletter-wrapper .newsletter-form {
  width: 420px;
  margin-bottom: 30px;
}

.newsletter-wrapper .newsletter-title {
  width: calc(100% - 260px - 420px);
  padding: 0 30px;
  margin-bottom: 30px;
}

.newsletter-wrapper .newsletter-title .section__header {
  margin: 0;
}

.newsletter-wrapper .newsletter-title .section__header .section__title {
  margin: 0;
}

@media (max-width: 1199px) {
  .newsletter-wrapper .footer-logo {
    padding: 0;
    border: none !important;
    width: 100%;
  }

  .newsletter-wrapper .footer-logo a {
    max-width: 200px;
  }

  .newsletter-wrapper .newsletter-title {
    width: calc(100% - 420px);
    padding: 0 40px 0 0;
  }

  .newsletter-wrapper .newsletter-form {
    width: 420px;
  }
}

@media (max-width: 991px) {
  .newsletter-wrapper .newsletter-title {
    width: 100%;
    padding: 0 40px 0 0;
  }

  .newsletter-wrapper .newsletter-form {
    width: 100%;
    max-width: 420px;
  }
}

@media (max-width: 575px) {
  .newsletter-wrapper .cmn--btn {
    font-size: 14px;
    padding: 14px 20px 12px;
  }
}

.footer__top {
  padding: 80px 0;
}

.social-icons {
  margin: -3px;
}

.social-icons li {
  padding: 3px;
}

.social-icons li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.social-icons li a i {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #000;
  background: rgba(220, 53, 69, 0.1);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.social-icons li a i[class*="facebook"]:hover {
  background: #3b5998;
}

.social-icons li a i[class*="twitter"]:hover {
  background: #55acee;
}

.social-icons li a i[class*="instagram"]:hover {
  background: #e4405f;
}

.social-icons li a i[class*="behance"]:hover {
  background: #1769ff;
}

.social-icons li a i[class*="pinterest"]:hover {
  background: #007bb5;
}

.social-icons li a i[class*="whatsapp"]:hover {
  background: #25d366;
}

.social-icons li a i[class*="linkedin"]:hover {
  background: #007bb5;
}

.footer-wrapper {
  justify-content: space-between;
  margin: 0 -12px -40px;
}

.footer-wrapper .footer__widget {
  width: 22%;
  padding: 0 12px 40px;
}

.footer-wrapper .footer__widget .widget__title {
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
}

.footer-wrapper .footer__widget .widget__title::before,
.footer-wrapper .footer__widget .widget__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 35px;
  height: 2px;
  background: rgba(220, 53, 69, 0.4);
}

.footer-wrapper .footer__widget .widget__title::after {
  width: 70px;
  bottom: 0;
}

.footer-wrapper .footer__widget p {
  margin: 0;
}

.footer-wrapper .footer__widget .social-icons {
  margin-top: 20px;
}

.footer-wrapper .footer__widget.widget__about {
  width: 30%;
}

.footer-wrapper .footer__widget.widget__contact {
  width: 26%;
}

@media (max-width: 991px) {
  .footer-wrapper .footer__widget {
    width: 50% !important;
  }
}

@media (max-width: 575px) {
  .footer-wrapper .footer__widget.widget__about,
  .footer-wrapper .footer__widget.widget__contact {
    width: 100% !important;
  }
}

.widget__links {
  margin-top: -4px;
  margin-bottom: -4px;
}

.widget__links li {
  padding: 0;
}

.widget__links li a {
  padding: 4px 0 4px 20px;
  font-family: "Josefin Sans", sans-serif;
  color: #000000;
  font-size: 14px;
  position: relative;
}

.widget__links li a::before {
  top: 8px;
  left: 0;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(220, 53, 69, 0.2);
}

.widget__links li a:hover {
  color: #dc3545;
  padding-left: 18px;
}

.footer__contact li {
  display: flex;
  align-items: center;
  padding: 0;
}

.footer__contact li:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(220, 53, 69, 0.3);
}

.footer__contact li:not(:first-child) {
  padding-top: 15px;
}

.footer__contact li .icon {
  font-size: 50px;
  line-height: 1;
  width: 50px;
  color: rgba(220, 53, 69, 0.7);
}

.footer__contact li .cont {
  width: calc(100% - 50px);
  padding-left: 15px;
}

.footer__contact li .cont .subtitle {
  display: block;
}

.footer__contact li .cont .info {
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  color: #000000;
}

.menu {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  align-items: center;
}

.menu li {
  padding: 0;
}

.menu li a {
  font-size: 16px;
  padding: 5px 15px;
  font-weight: 700;
  color: #fff;
}

@media (min-width: 992px) {
  .menu li .submenu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 220px;
    background: #f8f9fa;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
    border-bottom: none;
  }

  .menu li .submenu li a {
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
    color: rgba(0, 0, 0, 0.9);
  }

  .menu li .submenu li .submenu {
    left: 100%;
    top: 10px;
  }

  .menu li .submenu li:hover > .submenu {
    top: 0;
  }

  .menu li .submenu li:hover > a {
    background: #dc3545;
    color: #fff;
    padding-left: 22px;
  }

  .menu li:hover > .submenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    background: #000;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    display: block;
  }

  .menu.active {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }

  .menu li {
    padding: 0;
    border-bottom: 1px solid transparent;
  }

  .menu li.open ul li:last-child {
    border-color: rgba(0, 0, 0, 0.1);
  }

  .menu li a {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 20px;
    font-size: 16px;
  }

  .menu li:last-child > a {
    border: none;
  }

  .menu li .submenu {
    padding-left: 20px;
    display: none;
  }

  .menu li .submenu li a {
    font-size: 14px;
  }

  .menu .cmn--btn {
    margin: 5px;
    display: inline-flex;
  }
}

.menu .cmn--btn {
  border: 1px solid rgba(0, 0, 0, 0.09) !important;
  font-size: 14px;
  line-height: 40px;
  justify-content: center;
  font-weight: 400;
  padding: 14px 20px 12px;
  line-height: 1;
  border-radius: 25px;
}

@media (min-width: 992px) {
  .menu {
    margin-left: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .menu li a {
    font-size: 14px;
  }
}

.header-section {
  position: fixed;
  width: 100%;
  left: 0;
  top: 5px;
  z-index: 99;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.header-section.active {
  top: 0;
  background: #dc3545;
  border: none;
}

.mx--10 {
  margin-left: -10px;
  margin-right: -10px;
}

.menu-item-has-children {
  position: relative;
  z-index: 999 !important;
}

.menu-item-has-children > a {
  align-items: center;
}

.menu-item-has-children > a::after {
  content: "\f107";
  font-weight: 700;
  font-family: "Line Awesome Free";
  margin-left: 5px;
}

@media (min-width: 992px) {
  .menu-item-has-children.open .submenu {
    display: block !important;
  }

  .menu-item-has-children .submenu {
    display: block !important;
  }
}

.header-bar {
  position: relative;
  cursor: pointer;
  width: 25px;
  height: 20px;
}

@media (min-width: 576px) {
  .header-bar {
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .header-bar {
    display: none;
  }
}

.header-bar span {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #fff;
  left: 0;
}

.header-bar span:first-child {
  top: 0;
}

.header-bar span:nth-child(2) {
  top: 52%;
  transform: translateY(-65%);
}

.header-bar span:last-child {
  bottom: 0;
}

.header-bar.active span:first-child {
  -webkit-transform: rotate(45deg) translate(3px, 9px);
  -ms-transform: rotate(45deg) translate(3px, 9px);
  transform: rotate(45deg) translate(3px, 9px);
}

.header-bar.active span:nth-child(2) {
  opacity: 0;
}

.header-bar.active span:last-child {
  -webkit-transform: rotate(-45deg) translate(3px, -9px);
  -ms-transform: rotate(-45deg) translate(3px, -9px);
  transform: rotate(-45deg) translate(3px, -9px);
}

@media (max-width: 575px) {
  .header-bar {
    margin-right: 15px;
    width: 15px;
    height: 16px;
  }

  .header-bar span {
    height: 2px;
    width: 20px;
  }

  .header-bar.active span:first-child {
    -webkit-transform: rotate(45deg) translate(4px, 6px);
    -ms-transform: rotate(45deg) translate(4px, 6px);
    transform: rotate(45deg) translate(4px, 6px);
  }

  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }

  .header-bar.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(4px, -6px);
    -ms-transform: rotate(-45deg) translate(4px, -6px);
    transform: rotate(-45deg) translate(4px, -6px);
  }
}

.header-bottom {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding-bottom: 17px;
  padding-top: 17px;
  background: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  position: sticky;
  top: 0;
  z-index: 999;
}

.header-bottom.active {
  border-color: rgba(0, 0, 0, 0.2);
  background: #000;
}

.header-top-item {
  padding: 5px 10px;
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
}

.header-top-item a {
  color: #000;
  display: flex;
  align-items: center;
}

.header-top-item a i {
  margin-right: 5px;
  margin-bottom: 6px;
  color: #dc3545;
}

@media (max-width: 575px) {
  .header-top-item {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .meta-list {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .meta-list a {
    justify-content: center;
  }
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-wrapper .logo {
  width: 200px;
  height: 100px;
}

.header-wrapper .logo a {
  display: block;
  height: 100%;
}

.header-wrapper .logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: left;
}

@media (max-width: 575px) {
  .header-wrapper .logo {
    width: 170px;
    height: 50px;
  }
}

/*Banner Section*/
.banner__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.banner__content {
  max-width: 620px;
}

.banner__content .banner__category {
  display: block;
  color: #dc3545;
  font-size: 24px;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 10px;
}


.banner__content .banner__title {
  margin: 0;
  margin-bottom: 25px;
}

.banner__content .banner__txt {
  font-size: 18px;
  line-height: 1.6;
}

.banner__content .btn__grp {
  margin-top: 40px;
}

.banner__thumb {
  width: calc(100% - 620px);
  padding-left: 40px;
}

.banner__thumb img {
  max-width: 1000px;
}

@media (max-width: 767px) {
  .banner__thumb img {
    width: 100% !important;
  }
}

.owl-item.active .banner__thumb {
  animation: slideInRight 1s;
  -webkit-animation: slideInRight 1s;
  -moz-animation: slideInRight 1s;
}

.banner-section {
  padding: 55px 0 180px;
  overflow: hidden;
}

@media (max-width: 1399px) {
  .banner-section {
    padding: 25px 0 180px;
  }

  .banner__content {
    max-width: 500px;
  }

  .banner__content .banner__title {
    font-size: 55px;
  }

  .banner__content .banner__txt {
    font-size: 16px;
  }

  .banner__content .btn__grp {
    margin-top: 35px;
  }

  .banner__thumb {
    width: calc(100% - 500px);
    padding-left: 30px;
  }
}

@media (max-width: 1199px) {
  .banner-section {
    padding: 35px 0 180px;
  }

  .banner__thumb {
    padding-left: 20px;
  }

  .banner__thumb img {
    max-width: 800px;
  }
}

@media (max-width: 991px) {
  .banner__wrapper {
    flex-wrap: wrap-reverse;
  }

  .banner__content {
    max-width: 100%;
    width: 100%;
  }

  .banner__thumb {
    width: 100%;
  }

  .banner__thumb img {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .banner-section {
    padding: 35px 0 220px;
  }

  .banner__content .banner__category {
    font-size: 20px;
  }

  .banner__content .banner__title {
    font-size: 40px;
    line-height: 1.3;
  }
}

/*Book Wrapper*/
.book__wrapper {
  padding: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(220, 53, 69, 0.1);
  position: relative;
}

.book__wrapper .book__title {
  margin-bottom: 20px;
}

.book__wrapper .book__title::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #dc3545;
  display: inline-block;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .book__wrapper {
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .book__wrapper {
    padding: 40px 20px 30px;
  }
}

.mt--120 {
  -webkit-transform: translateY(-120px);
  -ms-transform: translateY(-120px);
  transform: translateY(-120px);
  margin-bottom: -120px;
}

.form--control,
.form-control:disabled,
.form-control[readonly] {
  height: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: none;
  color: #000;
  font-size: 14px;
  width: 100%;
  -webkit-appearance: button;
}

.form--control::placeholder,
.form-control:disabled::placeholder,
.form-control[readonly]::placeholder {
  color: #666666;
}

.form--control:focus,
.form-control:disabled:focus,
.form-control[readonly]:focus {
  border-color: rgba(220, 53, 69, 0.4);
  box-shadow: none;
  color: #000;
  background: #ffffff;
}

.form--control[type="file"] {
  height: unset;
  padding: 18px 20px;
}

textarea.form--control {
  height: 130px;
}

select.form--control {
  color: #666666;
}

.form--label {
  text-transform: capitalize;
  font-family: "Josefin Sans", sans-serif;
  color: #000000;
  cursor: pointer;
  margin-bottom: 8px;
}

.form--label i {
  color: #dc3545;
}

.ui-widget-content {
  background: #ffffff;
}

.ui-datepicker th {
  color: #000;
}

.ui-widget.ui-widget-content {
  border-color: #00000023;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #ffffff;
  border-color: #0000001c;
  color: #000;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

.ui-widget-header {
  background: #dc3545;
  border-color: #00000054;
  color: #fff;
}

.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
}

.ui-datepicker .ui-corner-all {
  box-shadow: none;
  outline: none;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
  clip-path: polygon(100% 25%, 100% 75%, 50% 50%);
}

.ui-datepicker .ui-datepicker-next {
  clip-path: polygon(0 25%, 0 75%, 50% 50%);
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  background: #ffffff;
  width: 1.8rem;
  height: 1.8rem;
  margin: 0;
  left: 0 !important;
  top: 0 !important;
  outline: none;
  border: none;
  box-shadow: none;
}

.bg--light-white {
  background: rgba(0, 0, 0, 0.02);
}

/*Hero Section Starts Here*/
.hero-section {
  padding: 100px 0 180px;
  overflow: hidden;
}

.hero-content {
  text-align: center;
}

.hero-content .hero-title {
  margin: 0;
  display: inline-block;
  position: relative;
}

.hero-content .hero-title::before {
  text-transform: uppercase;
  width: unset;
  white-space: nowrap;
  word-break: keep-all;
  content: attr(data-value);
  position: absolute;
  bottom: -200px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 200%;
  left: 50%;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.04);
}

.breadcrumb {
  justify-content: center;
  padding: 0;
  margin: 0;
  position: relative;
  margin-top: 30px;
}

.breadcrumb li {
  padding: 0;
  font-family: "Josefin Sans", sans-serif;
  color: #dc3545;
}

.breadcrumb li a {
  color: #000000;
}

.breadcrumb li a::after {
  content: "/";
  display: inline-block;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .hero-content .hero-title::before {
    display: none;
  }

  .hero-section {
    padding: 100px 0 100px;
  }

  .breadcrumb {
    margin-top: 20px;
  }
}

@media (min-width: 576px) {
  .breadcrumb li {
    font-size: 20px;
  }
}

.banner-slider {
  position: relative;
}

.banner-slider .owl-item img {
  width: unset;
}

.banner-slider .owl-dots {
  left: 0;
  bottom: 140px;
  width: 100%;
  z-index: 1;
  position: absolute;
}

@media (max-width: 991px) {
  .category-sidebar {
    position: fixed;
    left: 0;
    top: 0 !important;
    background: #f8f9fa;
    padding: 30px;
    z-index: 999;
    width: 100%;
    max-width: 400px;
    max-height: 100vh;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s ease-in;
    -moz-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
  }

  .category-sidebar.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.filter-in {
  font-size: 30px;
  width: 40px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: auto;
  margin-bottom: 20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #dc3545;
}

.close-sidebar {
  color: #dc3545;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.border--dashed {
  border: 1px dashed rgba(220, 53, 69, 0.3);
}

.widget {
  background: #ffffff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.widget .title {
  padding-bottom: 18px;
  margin-bottom: 40px;
  position: relative;
}

.widget .title::before,
.widget .title::after {
  content: "";
  position: absolute;
  border-bottom: 2px dashed rgba(220, 53, 69, 0.2);
  bottom: 0;
  left: 0;
  width: 200px;
}

.widget .title::after {
  bottom: -10px;
  width: 100px;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget .ui-state-default {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #dc3545;
  box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.36);
  outline: none;
  cursor: pointer;
  top: -9px;
  position: absolute;
  z-index: 1;
}

.widget .ui-state-default::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  top: 3px;
  left: 3px;
  display: block;
}

.widget .ui-widget.ui-widget-content {
  position: relative;
  height: 3px;
  border: none;
  margin-right: 20px;
  margin-bottom: 25px;
}

.widget .ui-widget.ui-widget-content::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 3px;
  background: rgba(220, 53, 69, 0.2);
  width: calc(100% + 20px);
}

.widget .ui-slider-range {
  height: 3px;
  background: #dc3545;
  position: relative;
  z-index: 1;
}

.widget .category-link li {
  padding: 0;
}

.widget .category-link li a {
  text-decoration: none;
  color: #000000;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(220, 53, 69, 0.2);
  display: flex;
  justify-content: space-between;
}

.widget .category-link li a:hover {
  padding-left: 5px;
}

.filter-color-area {
  margin: -5px;
}

.widget-check-group {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.widget-check-group input {
  height: 20px;
  width: 20px;
  position: relative;
  border: none;
  margin-top: 14px;
  cursor: pointer;
}

.widget-check-group input::after,
.widget-check-group input::before {
  position: absolute;
  content: "";
  inset: 3px;
  background: #dc3545;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.widget-check-group input::before {
  inset: 0;
  background: #fff;
}

.widget-check-group input:checked::after {
  opacity: 1;
  content: "\f00c";
  font-weight: 600;
  font-family: "Line Awesome Free";
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  inset: 0;
}

.widget-check-group input:checked::before {
  display: none;
}

.widget-check-group label {
  display: block;
  margin: 0;
  color: #000000;
  padding: 12px 10px 12px 0;
  width: calc(100% - 20px);
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.widget-check-group:hover label {
  padding-left: 5px;
  color: #dc3545;
}

.price-range {
  display: flex;
  justify-content: space-between;
}

.price-range input {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  text-align: right;
  color: #000;
}

.ui-slider-handle:last-child {
  transform: translateX(10px);
}

/* Account Section */
/* Account Section */
.account-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff; /* Page background changed to black */
}

.account__wrapper {
  margin: 0 auto;
  max-width: 920px;
  padding: 50px;
  background-color: #000!important; /* Form background changed to white */
  color: #fff; /* Text color inside the form */
  border: 1px dashed rgba(220, 53, 69, 0.3);
  border-radius: 5px;
  text-align: center;
}
/* Make form labels white */
.account__wrapper label {
  color: #fff;
}


/* Optional brand text at the top of the form */
.account__wrapper::before {
  content: "Swift Steve Logistics";
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #dc3545;
}

.account__wrapper::after {
  content: "Book rentals and rides easily with us.";
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .account__wrapper {
    padding: 40px 30px 30px;
  }
}

@media (max-width: 575px) {
  .account__wrapper {
    padding: 40px 15px 30px;
  }
}


/*Contact Section*/
.contact__item {
  height: 100%;
  padding: 32px 30px;
  border: 1px dashed rgba(220, 53, 69, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  align-items: center;
  word-break: break-word;
}

.contact__item .contact__icon {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border: 1px dashed rgba(220, 53, 69, 0.3);
  background: rgba(0, 0, 0, 0.1);
  font-size: 24px;
  color: #dc3545;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.contact__item .contact__body {
  width: calc(100% - 70px);
  padding-left: 20px;
}

.contact__item .contact__body .contact__title {
  margin: 0;
  margin-bottom: 12px;
}

.contact__item .contact__body a {
  color: #dc3545;
}

.contact__item .contact__info li {
  padding: 0;
}

.contact__item .contact__info li:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .contact__item {
    padding: 20px 15px;
  }

  .contact__item .contact__body .contact__title {
    margin-bottom: 4px;
  }
}

.contact__item:hover .contact__icon {
  background: #dc3545;
  color: #fff;
}

.faq__wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.faq__item {
  background: #f8f9fa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.faq__item:not(:last-child) {
  margin-bottom: 20px;
}

.faq__item .faq__title {
  cursor: pointer;
  padding: 15px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  align-items: center;
  margin-left: -1px;
  margin-right: -1px;
}

.faq__item .faq__title .title {
  margin: 0;
  width: calc(100% - 30px);
}

.faq__item .faq__title .right__icon {
  width: 26px;
  height: 26px;
  position: relative;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.faq__item .faq__title .right__icon::before,
.faq__item .faq__title .right__icon::after {
  background: #dc3545;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.faq__item .faq__title .right__icon::before {
  width: 14px;
  height: 2px;
}

.faq__item .faq__title .right__icon::after {
  width: 2px;
  height: 14px;
}

.faq__item .faq__content {
  padding: 30px;
  display: none;
}

.faq__item .faq__content p {
  margin: 0;
  margin-bottom: 20px;
}

.faq__item.active .faq__content {
  display: block;
}

.faq__item.open .faq__title {
  background: #dc3545;
}

.faq__item.open .faq__title .right__icon::after {
  height: 0;
}

.faq__item.open .faq__title .right__icon::before {
  background: #fff;
}

@media (max-width: 575px) {
  .faq__item .faq__content {
    padding: 20px 15px;
  }
}

/*Dashboard Section*/
.dashboard__item {
  display: flex;
  flex-wrap: wrap;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f8f9fa;
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 100%;
}

.dashboard__item .dashboard__thumb {
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  background: #dc3545;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  color: #fff;
}

.dashboard__item .dashboard__content {
  padding: 30px;
  width: calc(100% - 90px);
}

.dashboard__item .dashboard__content .dashboard__title {
  margin: 0;
}

[class*="badge--"] {
  font-weight: 400;
}

.cmn--table {
  margin: 0;
  border: none;
  background: #f8f9fa;
}

.cmn--table thead tr th {
  font-family: "Josefin Sans", sans-serif;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  border: none;
  background: #dc3545;
}

.cmn--table thead tr th:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.cmn--table tbody {
  color: #000;
  text-align: center;
}

.cmn--table tbody tr td {
  vertical-align: middle;
  padding: 12px 5px;
  border-color: rgba(0, 0, 0, 0.05);
}

.cmn--table tbody tr td .badge {
  text-transform: capitalize;
}

.cmn--table tbody tr td:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.cmn--table tbody tr td .date {
  font-size: 14px;
}

@media (max-width: 991px) {
  .cmn--table thead {
    display: none;
  }

  .cmn--table tbody tr {
    display: block;
  }

  .cmn--table tbody tr:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }

  .cmn--table tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    padding: 10px 15px;
    text-align: left;
  }

  .cmn--table tbody tr td div:last-child {
    text-align: right;
  }

  .cmn--table tbody tr td::before {
    content: attr(data-label);
  }

  .cmn--table tbody tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(5px);
  }
}

@media (max-width: 575px) {
  .cmn--table tbody tr td {
    font-size: 14px;
  }
}

.deposit__thumb {
  height: 230px;
}

.deposit__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.deposit--card {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 575px) {
  .deposit--card {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

.deposit-preview {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.deposit-preview .deposit-thumb {
  width: 350px;
}

.deposit-preview .deposit-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.deposit-preview .deposit-content {
  width: calc(100% - 350px);
  border-left: none;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.deposit-preview .deposit-content ul {
  width: 100%;
}

.deposit-preview .deposit-content ul li {
  padding: 10px 0;
  font-size: 14px;
}

.deposit-preview .deposit-content ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .deposit-preview .deposit-content,
  .deposit-preview .deposit-thumb {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .deposit-preview {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .deposit-preview .deposit-thumb {
    width: 100%;
  }

  .deposit-preview .deposit-content {
    padding: 20px 25px;
    width: 100%;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
  }
}

input[readonly].cmn--form--control:focus {
  color: #000 !important;
}

.h--50px {
  height: 50px;
}

.preview-header {
  padding: 15px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-align: center;
}

.two-factor-content {
  padding: 20px;
}

.two-factor-content .two__fact__text {
  margin-bottom: 25px;
}

@media (max-width: 575px) {
  .two-factor-content {
    padding: 0;
  }
}

.subtitle--bordered {
  margin: 0;
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.cursor-pointer {
  cursor: pointer;
}

.list--group {
  background: #f8f9fa;
}

.list--group .list-group-item {
  border-color: rgba(0, 0, 0, 0.1);
  background: transparent;
}

.custom--card {
  box-shadow: none;
  background: transparent;
  border: 1px dashed rgba(220, 53, 69, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f8f9fa;
  padding: 1.5rem;
}

.custom--card .card-header {
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-left: -1px;
  margin-right: -1px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.custom--card .card-header .card-title {
  margin: 0;
}

.custom--card .card-body {
  /* -webkit-border-radius: 5px; */
  /* -moz-border-radius: 5px; */
  /* border-radius: 5px; */
  padding: 0;
}

.custom--card .card-footer {
  border-color: rgba(0, 0, 0, 0.2);
}

.custom--modal {
  background: rgba(0, 0, 0, 0.1);
}

.custom--modal .modal-footer,
.custom--modal .modal-header {
  background: #f8f9fa;
  border-color: rgba(0, 0, 0, 0.1);
}

.custom--modal .modal-footer .modal-title,
.custom--modal .modal-header .modal-title {
  margin: 0;
}

.custom--modal .modal-footer .btn-close,
.custom--modal .modal-header .btn-close {
  background: transparent;
  font-size: 20px;
  line-height: 1;
  color: #ea5455;
  opacity: 1;
}

.custom--modal .modal-content {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #ffffff;
}

.message__chatbox {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed rgba(220, 53, 69, 0.3);
}

.message__chatbox__header {
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.message__chatbox__header .title {
  margin: 0;
}

.message__chatbox__body {
  padding: 30px;
}

@media (max-width: 575px) {
  .message__chatbox__body {
    padding: 15px;
  }
}

.reply-item {
  padding: 20px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  align-items: center;
  margin: 10px;
  background: #f8f9fa;
}

.reply-item .name-area {
  padding: 20px;
  width: 220px;
  text-align: center;
}

.reply-item .name-area .title {
  margin: 0;
}

.reply-item .name-area .reply-thumb {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
}

.reply-item .name-area .reply-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.reply-item .content-area {
  width: calc(100% - 220px);
  padding: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.reply-item .content-area .meta-date {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  display: block;
}

@media (max-width: 767px) {
  .reply-item {
    padding: 0;
  }

  .reply-item .name-area,
  .reply-item .content-area {
    width: 100%;
    border: none;
  }

  .reply-item .name-area {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.reply-message-area {
  margin: -10px;
}

.reply-message-area li {
  padding: 0;
}

.reply-message-area li ul {
  padding-left: 20px;
}

@media (min-width: 768px) {
  .reply-message-area li ul {
    padding-left: 50px;
  }
}

.profile-wrapper {
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.profile-wrapper .profile-user {
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 40px;
}

.profile-wrapper .profile-user .thumb {
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.profile-wrapper .profile-user .thumb img {
  max-width: 100%;
}

.profile-wrapper .profile-form-area {
  width: calc(100% - 300px);
}

@media (min-width: 992px) {
  .profile-wrapper .profile-form-area {
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .profile-wrapper .profile-form-area {
    padding-left: 70px;
  }
}

@media (max-width: 991px) {
  .profile-wrapper .profile-form-area {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .profile-wrapper {
    padding: 30px 15px;
  }
}

.product__single-area {
  display: flex;
  align-items: flex-start;
}

.product__single-area .thumb {
  width: 300px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.product__single-area .thumb img {
  width: 100%;
}

.product__single-area .content {
  width: calc(100% - 300px);
  padding-inline-start: 30px;
}

.product__single-area .content ul li {
  display: flex;
  align-items: center;
}

.product__single-area .content ul li .s-title {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 18px;
  width: 125px;
  padding-right: 10px;
  position: relative;
}

.product__single-area .content ul li .s-title::after {
  content: ":";
  right: 0;
  position: absolute;
}

.product__single-area .content ul li .s-info {
  width: calc(100% - 125px);
  padding-left: 15px;
}

.product__single-area .content .info-list li {
  padding: 10px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.product__single-area .content .info-list li:first-child {
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .product__single-area {
    flex-wrap: wrap;
  }

  .product__single-area .thumb,
  .product__single-area .content {
    width: 100%;
  }

  .product__single-area .content {
    padding: 30px 0 0;
  }
}

.product__details .item__title {
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.product__details .product__details-txt {
  margin-bottom: 30px;
}

.check {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #28c76f;
  align-items: center;
  display: inline-block;
  font-size: 12px;
}

.car__rental {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.car__rental-thumb {
  width: 60%;
  padding-right: 50px;
}

.car__rental-thumb img {
  width: 100%;
}

.car__rental-content {
  width: 40%;
}

.car__rental-content .price {
  margin: 0;
  line-height: 1;
  margin-bottom: 25px;
}

.car__rental-content .price .sub {
  font-size: 40%;
}

.car__rental-content-body .specification li i {
  color: #dc3545;
  margin-right: 5px;
  font-size: 20px;
}

.car__rental-content .btn__grp {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .car__rental .car__rental-thumb {
    padding-right: 30px;
  }

  .car__rental .car__rental-content .price {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .car__rental .car__rental-content .btn__grp {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .car__rental .car__rental-thumb,
  .car__rental .car__rental-content {
    width: 100%;
  }

  .car__rental .car__rental-content {
    max-width: 300px;
    margin: 0 auto;
  }

  .car__rental .car__rental-thumb {
    padding: 0 0 30px;
  }
}

.owl-item.active .car__rental-thumb {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation: fadeInDown 1s;
  -webkit-animation: fadeInDown 1s;
  -moz-animation: fadeInDown 1s;
}

.owl-item.active .car__rental-content {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation: fadeInUp 1s;
  -webkit-animation: fadeInUp 1s;
  -moz-animation: fadeInUp 1s;
}

.owl-item:nth-of-type(odd) .car__rental {
  flex-direction: row-reverse;
}

.owl-item:nth-of-type(odd) .car__rental .car__rental-thumb {
  padding: 50px 0 0;
}

@media (max-width: 991px) {
  .owl-item:nth-of-type(odd) .car__rental .car__rental-thumb {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .owl-item:nth-of-type(odd) .car__rental .car__rental-thumb {
    padding: 0 0 30px;
  }
}

.rental__thumbnails {
  height: 100px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  cursor: pointer;
  background: #f8f9fa;
}

.rental__thumbnails img {
  width: 90%;
  height: 80px;
  object-fit: contain;
}

.synced .rental__thumbnails {
  background: #ffffff;
}

.owl-dots {
  display: flex;
  flex-wrap: wrap;
  margin: -3px;
  margin-top: 25px;
  justify-content: center;
}

.owl-dots .owl-dot {
  width: 10px;
  height: 8px;
  margin: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #dc3545;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.owl-dots .owl-dot.active {
  width: 20px;
  background: #dc3545;
}

.choose__item {
  display: flex;
  flex-wrap: wrap;
}

.choose__item-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  border: 1px solid rgba(220, 53, 69, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.choose__item-content {
  width: calc(100% - 80px);
  padding-left: 25px;
}

.choose__item-content .choose__title {
  margin: 0;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.choose__item:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 450px) {
  .choose__item .choose__item-icon {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }

  .choose__item .choose__item-content {
    width: calc(100% - 60px);
    padding-left: 20px;
  }
}

.choose-wrapper {
  padding-top: 20px;
}

.app-thumb img {
  width: 100%;
}

@media (max-width: 991px) {
  .app-thumb img {
    max-width: 300px;
  }
}

.shape {
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px #dc3545;
  font-weight: 700;
  font-size: 120px;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  top: 50%;
  right: calc(50% + 730px);
  transform: translate(50%, -50%) rotate(-90deg);
  opacity: 0.2;
  cursor: progress;
  width: 100%;
  text-align: center;
}

.shape.right-side {
  right: unset;
  left: calc(50% + 730px);
  transform: translate(-50%, -50%) rotate(90deg);
}

@media (max-width: 1399px) {
  .shape {
    right: calc(50% + 610px);
    font-size: 80px;
  }

  .shape.right-side {
    right: unset;
    left: calc(50% + 620px);
  }
}

@media (max-width: 991px) {
  .shape {
    right: calc(50% + 400px);
    font-size: 80px;
  }

  .shape.right-side {
    right: unset;
    left: calc(50% + 400px);
  }
}

.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

@media (max-width: 1199px) {
  .choose-thumb img {
    max-width: 800px;
  }
}

@media (max-width: 991px) {
  .choose-thumb img {
    width: 100%;
  }
}

/*Pricing Plan Section Starts Here*/
.plan__item {
  background: #f8f9fa;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid rgba(220, 53, 69, 0.1);
  border-top: none;
  height: 100%;
}

.plan__item .plan__header {
  margin-left: -1px;
  margin-right: -1px;
  text-transform: uppercase;
  text-align: center;
  background: rgba(220, 53, 69, 0.2);
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  margin-bottom: 70px;
}

.plan__item .plan__header .plan__title {
  padding: 20px 15px;
  margin: 0;
}

.plan__item .plan__header .plan__header-price {
  padding: 0;
}

.plan__item .plan__header .plan__header-price .price {
  font-weight: 600;
  width: 140px;
  height: 140px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid rgba(0, 0, 0, 0.5);
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #dc3545;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  margin-top: -70px;
}

.plan__item .plan__header .plan__header-price .price .title {
  margin-bottom: 5px;
  width: 100%;
  color: #fff;
}

.plan__item .plan__header .plan__header-price .price .info {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  color: #ffffff;
}

.plan__item .plan__body {
  padding: 25px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  text-align: center;
}

.plan__item .plan__body ul {
  margin-bottom: 25px;
}

.plan__item .plan__body ul li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 7px 0;
  position: relative;
}

.plan__item .plan__body ul li i {
  position: absolute;
  left: 0;
  top: 10px;
}

.plan__item .plan__body ul li i[class*="times"] {
  color: #ea5455;
}

.plan__item .plan__body ul li i[class*="check"] {
  color: #28c76f;
}

.plan__item .plan__body ul li:first-child {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.plan__item:hover .plan__header .plan__header-price .price {
  -webkit-transform: translateY(70px) scale(1.2);
  -ms-transform: translateY(70px) scale(1.2);
  transform: translateY(70px) scale(1.2);
}

/*Clients Section Starts Here*/
.client__item {
  margin-top: 50px;
  background: #f8f9fa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.client__item .client__header {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  margin-bottom: 20px;
}

.client__item .client__header .thumb {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  margin-bottom: -30px;
  border: 5px solid rgba(0, 0, 0, 0.2);
}

.client__item .client__header .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client__item .client__header .name__area {
  margin-left: auto;
  max-width: calc(100% - 120px);
  padding-top: 25px;
}

.client__item .client__header .name__area .name {
  margin-top: 0;
}

.client__item .client__header .name__area .designation {
  font-size: 14px;
}

.client__item .client__content {
  padding: 0 30px 30px;
}

@media (max-width: 575px) {
  .client__item .client__header {
    padding: 0 20px;
  }

  .client__item .client__content {
    padding: 0 20px 30px;
  }
}

@media screen and (max-width: 410px) {
  .client__item {
    text-align: center;
  }

  .client__item .client__header {
    padding: 0 20px;
  }

  .client__item .client__header .name__area {
    width: 100%;
    padding-top: 15px;
    max-width: 100%;
  }

  .client__item .client__header .thumb {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -40px;
  }

  .client__item .client__content {
    padding: 0 20px 30px;
  }
}

.ratings span {
  color: #e9ba17;
}

/*Counter Section Starts Here*/
.counter-item {
  padding: 40px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f8f9fa;
  border: 1px solid rgba(220, 53, 69, 0.1);
  overflow: hidden;
  color: #000000;
  position: relative;
}

.counter-item .counter-header {
  display: flex;
  align-items: center;
}

.counter-item .counter-header .title {
  margin: 0;
  color: #dc3545;
}

.counter-item .counter-header .title i {
  font-size: 80%;
  line-height: 1;
}

.counter-item .icon {
  font-size: 50px;
  line-height: 1;
  color: #000000;
  position: absolute;
  right: 20px;
  bottom: 20px;
  opacity: 0.2;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.counter-item:hover .icon {
  opacity: 0.4;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}

.about__txt p {
  margin: 0;
  margin-bottom: 20px;
}

.rent__item {
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(220, 53, 69, 0.1);
  border: 1px dashed rgba(220, 53, 69, 0.3);
  background: #f8f9fa;
}

.rent__item .rent__thumb {
  position: relative;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.rent__item .rent__thumb a {
  display: block;
}

.rent__item .rent__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.rent__item .rent__thumb .hover-look {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}

.rent__item .rent__thumb .react {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  z-index: 1;
  color: #dc3545;
}

.rent__item .rent__content {
  padding: 20px 0 0;
}

.rent__item .rent__content .rent__title {
  margin: 0;
}

.rent__item .rent__content .rent__title a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rent__item .rent__content .car-info {
  background: #ffffff;
  padding: 8px 15px;
  margin-top: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(220, 53, 69, 0.05);
}

.rent__item .rent__content .car-info i {
  color: #dc3545;
  margin-right: 5px;
}

.rent__item .rent__content .car-info li {
  margin-right: 10px;
  color: #000000;
}

.rent__item .rent__content .car-info li:last-child {
  margin-right: 0;
}

.rent__item:hover .rent__thumb .first-look {
  opacity: 0;
}

.rent__item:hover .rent__thumb .hover-look {
  opacity: 1;
}

.price-area {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.price-area .item {
  margin-top: 5px;
  font-family: "Open Sans", sans-serif;
  color: #dc3545;
  padding: 0 12px;
}

.price-area .item:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.price-area .item sub {
  font-weight: 400;
  color: #333333;
  bottom: 0;
  font-size: 16px;
}

.slider-top {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.slider-top img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rent__single .title {
  margin: 0;
}

.rent__single .content {
  margin-bottom: 40px;
}

.rent__single .content p {
  margin: 0;
  margin-bottom: 25px;
}

.select-day {
  height: 50px;
  padding: 0 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
}

.select-day:focus {
  outline: none;
  border-color: rgba(220, 53, 69, 0.3);
}

.btn__grp .select-day {
  margin: 5px;
}

.nav--tabs {
  display: inline-flex;
  border: none;
  margin-bottom: 40px;
}

.nav--tabs .nav-item {
  padding: 0;
}

.nav--tabs .nav-item .nav-link {
  padding: 12px 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: rgba(220, 53, 69, 0.1);
  color: #000000;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.nav--tabs .nav-item .nav-link.active {
  background: #dc3545;
}

.single__details .single__title {
  margin-bottom: 20px;
}

.single__details-content {
  border: 1px dashed rgba(220, 53, 69, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  justify-content: center;
}

.single__details-content .specification-item {
  display: flex;
  align-items: center;
  padding: 30px 15px;
  width: calc(100% / 4);
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.single__details-content .specification-item i {
  color: #dc3545;
  font-size: 50px;
}

.single__details-content .specification-item-cont {
  width: calc(100% - 50px);
  padding-left: 10px;
}

.single__details-content .specification-item-cont span {
  font-size: 14px;
  line-height: 1.2;
}

.single__details-content .specification-item-title {
  font-size: 16px;
  margin: 0;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .single__details-content .specification-item {
    width: calc(100% / 3);
  }
}

@media (max-width: 767px) {
  .single__details-content .specification-item {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 490px) {
  .single__details-content .specification-item {
    width: calc(100% / 1);
  }
}

.gallery__item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f8f9fa;
  border: 1px solid rgba(220, 53, 69, 0.1);
  position: relative;
}

.gallery__item img {
  width: 100%;
}

.gallery__item a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  background: #000;
  font-size: 40px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0;
}

.gallery__item::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  content: "";
  inset: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.gallery__item:hover::before {
  inset: 0;
}

.gallery__item:hover a {
  opacity: 1;
}

.tos__item .tos__title {
  margin-bottom: 20px;
}

.tos__item:not(:last-child) {
  margin-bottom: 45px;
}

.review-item {
  padding: 25px 10px;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .review-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
  }
}

.review-item:last-child {
  border-bottom: none;
}

.review-item .review-thumb {
  margin: 0 auto 15px 0;
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
}

@media (min-width: 768px) {
  .review-item .review-thumb {
    margin: 0;
  }
}

.review-item .review-thumb img {
  width: 100%;
}

.review-item .review-content {
  width: 100%;
}

@media (min-width: 768px) {
  .review-item .review-content {
    width: calc(100% - 100px);
    padding-left: 20px;
  }
}

.review-item .review-content .entry-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.review-item .review-content .entry-meta .posted-on {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 110px);
  margin-top: -9px;
}

.review-item .review-content .entry-meta .posted-on a {
  padding-right: 20px;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  box-shadow: none;
  line-height: 28px;
  text-transform: capitalize;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
}

@media (max-width: 767px) {
  .review-item .review-content .entry-meta .posted-on a {
    margin-bottom: 7px;
  }
}

.review-item .review-content .entry-meta .posted-on p {
  margin: 0;
  line-height: 30px;
}

.review-item .review-content .entry-meta .rating {
  width: 110px;
}

.review-item .review-content .entry-meta .rating i {
  color: #ecb341;
}

.review-item .review-content .entry-content p {
  margin-bottom: -7px;
}

.rating .rating-form-group {
  position: relative;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  cursor: pointer;
}

.rating .rating-form-group .star-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating .rating-form-group .star-label:last-child {
  position: static;
}

.rating .rating-form-group .star-label:nth-child(1) {
  z-index: 5;
}

.rating .rating-form-group .star-label:nth-child(2) {
  z-index: 4;
}

.rating .rating-form-group .star-label:nth-child(3) {
  z-index: 3;
}

.rating .rating-form-group .star-label:nth-child(4) {
  z-index: 2;
}

.rating .rating-form-group .star-label:nth-child(5) {
  z-index: 1;
}

.rating .rating-form-group .star-label input {
  display: none;
}

.rating .rating-form-group .star-label .icon {
  float: left;
  color: transparent;
}

.rating .rating-form-group .star-label:last-child .icon {
  color: #333333;
}

.rating .rating-form-group:not(:hover) label input:checked ~ .icon,
.rating .rating-form-group:hover label:hover input ~ .icon {
  color: #e9ba17;
}

.rating .rating-form-group label input:focus:not(:checked) ~ .icon:last-child {
  color: #e5e5e5;
  text-shadow: 0 0 5px #e9ba17;
}

.review-label {
  color: #000000;
  text-transform: capitalize;
}

.remove-image {
  display: none;
  font-size: 40px;
  color: #ea5455;
  right: 0;
  top: 0;
  position: absolute;
  cursor: pointer;
  line-height: 1;
}

.profile-user {
  position: relative;
}

.maps {
  min-height: 400px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.how--thumb {
  width: 100%;
  height: 100%;
  background: rgb(248 249 250);
  padding: 40px 30px;
}

.how--thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.how--thumb .tab-item {
  height: 100%;
}

.how-area {
  padding-left: 30px;
  width: 100%;
  counter-reset: how;
}

@media (min-width: 1200px) {
  .how-area {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 660px;
    margin-left: auto;
  }
}

.custom-tab-menu {
  position: relative;
  overflow: hidden;
  padding-right: 95px;
}

.z-index-1 {
  z-index: 1;
}

.custom-tab-menu .tab-menu {
  position: relative;
  z-index: 1;
}

.custom-tab-menu .tab-menu li {
  align-items: center;
  padding: 0;
  margin-bottom: 126px;
  cursor: grab;
}

.custom-tab-menu .tab-menu li .tab-menu-icon {
  padding: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(220, 53, 69, 0.4);
  width: 65px;
  height: 65px;
}

.custom-tab-menu .tab-menu li .tab-menu-icon span {
  line-height: 53px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 36px;
  background-color: #e3ecfd;
  width: 53px;
  display: inline-block;
  color: #192a56;
}

.custom-tab-menu .tab-menu li .tab-menu-content {
  width: calc(100% - 65px);
  padding-left: 30px;
}

.custom-tab-menu .tab-menu li .tab-menu-content .title {
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 26px;
}

.custom-tab-menu .tab-menu li.active .tab-menu-icon span {
  background: #dc3545;
  color: #ffffff;
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
}

.custom-tab-menu .tab-menu li:nth-child(1) .tab-menu-icon {
  position: relative;
}

.custom-tab-menu .tab-menu li:nth-child(1) .tab-menu-icon:after {
  bottom: 50%;
  right: 75%;
  background: #f8f9fa;
  width: 50px;
  height: 50px;
  z-index: -1;
}

.custom-tab-menu .tab-menu li:nth-child(3) .tab-menu-icon {
  position: relative;
}

.custom-tab-menu .tab-menu li:nth-child(3) .tab-menu-icon:after {
  top: 50%;
  right: 70%;
  background: #f8f9fa;
  width: 50px;
  height: 50px;
  z-index: -1;
}

.custom-tab-menu .tab-menu li:last-child {
  margin: 3px;
}

.custom-tab-menu .tab-menu li:nth-child(2) {
  -webkit-transform: translateX(95px);
  -ms-transform: translateX(95px);
  transform: translateX(95px);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .custom-tab-menu {
    padding-right: 85px;
  }

  .custom-tab-menu .tab-menu li:nth-child(2) {
    -webkit-transform: translateX(75px);
    -ms-transform: translateX(75px);
    transform: translateX(75px);
  }

  .custom-tab-menu .tab-menu li:nth-child(2) .tab-menu-content {
    max-width: 320px;
  }
}

@media (max-width: 991px) {
  .custom-tab-menu .tab-menu li:nth-child(2) {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .pt-max-lg-40 {
    padding-top: 40px;
  }

  .custom-tab-menu {
    padding: 0;
  }

  .how-area {
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .custom-tab-menu .tab-menu li {
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .how-area {
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom-tab-menu .tab-menu li {
    margin-bottom: 40px;
  }

  .custom-tab-menu .tab-menu li .tab-menu-icon {
    width: 50px;
    height: 50px;
  }

  .custom-tab-menu .tab-menu li .tab-menu-icon span {
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 24px;
  }

  .custom-tab-menu .tab-menu li .tab-menu-content {
    padding-left: 15px;
    width: calc(100% - 50px);
  }

  .custom-tab-menu .tab-menu li .tab-menu-content .title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
  }
}

.custom-tab-menu .tab-menu li:last-child {
  margin: 3px;
}

.custom-tab-menu::after,
.custom-tab-menu::before {
  width: 600px;
  height: 600px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: -37px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .custom-tab-menu::after,
  .custom-tab-menu::before {
    width: 680px;
    height: 680px;
    top: -77px;
  }
}

@media (max-width: 991px) {
  .custom-tab-menu::after,
  .custom-tab-menu::before {
    display: none;
  }
}

.custom-tab-menu::before {
  right: 75%;
}

.custom-tab-menu::after {
  border: 2px dashed #dc3545;
  right: calc(75% + 4px);
  animation: shape-move 2s linear infinite;
}

.custom-tab-area .tab-area {
  width: 540px;
  height: 540px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(220, 53, 69, 0.102);
  overflow: hidden;
}

.custom-tab-area .tab-area::after,
.custom-tab-area .tab-area::before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(220, 53, 69, 0.102);
}

.custom-tab-area .tab-area::before {
  width: 468px;
  height: 468px;
}

.custom-tab-area .tab-area::after {
  width: 386px;
  height: 386px;
}

.custom-tab-area .tab-area * {
  position: relative;
  z-index: 1;
}

.custom-tab-area .tab-area .tab-item {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.custom-tab-area .tab-area .tab-item img {
  max-height: 300px;
  max-width: 300px;
  z-index: 99;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.custom-tab-area .tab-area .tab-item.active img {
  visibility: visible;
  opacity: 1;
}

.custom-tab-area .tab-area .tab-item.first {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
}

.custom-tab-area .tab-area .tab-item.second {
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
}

.custom-tab-area .tab-area .tab-item.third {
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
}

@keyframes shape-move {
  0% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(3600deg);
    -ms-transform: rotate(3600deg);
    transform: rotate(3600deg);
  }
}

@-webkit-keyframes shape-move {
  0% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(3600deg);
    -ms-transform: rotate(3600deg);
    transform: rotate(3600deg);
  }
}

@-o-keyframes shape-move {
  0% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(3600deg);
    -ms-transform: rotate(3600deg);
    transform: rotate(3600deg);
  }
}

.tab-item {
  display: none;
}

.tab-item:first-child {
  display: block;
}

.custom-tab-menu .tab-menu li .tab-menu-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

/* Preloader Background */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Loader container */
.loader-container {
  text-align: center;
}

/* Animated Dots */
.dots-loader {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.dots-loader span {
  width: 14px;
  height: 14px;
  background-color: #dc3545;
  border-radius: 50%;
  animation: dot-bounce 1.2s infinite ease-in-out;
}

.dots-loader span:nth-child(2) {
  animation-delay: 0.2s;
}

.dots-loader span:nth-child(3) {
  animation-delay: 0.4s;
}

/* Brand Text */
.brand-name {
  font-size: 1.3rem;
  font-weight: 600;
  color: #dc3545;
  animation: fadeText 2s infinite;
}

/* Dot Bounce Animation */
@keyframes dot-bounce {
  0%, 80%, 100% {
    transform: scale(0.6);
    opacity: 0.3;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Brand Text Fade */
@keyframes fadeText {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}



/*Blog Section Starts Here*/
.post__item {
  background: #f8f9fa;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(220, 53, 69, 0.1);
}

.post__item .post__thumb {
  overflow: hidden;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  position: relative;
}

.post__item .post__thumb a {
  display: block;
}

.post__item .post__thumb .category {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 4px 15px;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
  background: #dc3545;
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.post__item .post__thumb img {
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.post__item .post__content {
  padding: 30px;
}

.post__item .post__content .post__title {
  margin-bottom: 20px;
}

.post__item .post__content .post__title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
}

.post__item .post__content .meta__date {
  border-left: 5px solid #dc3545;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  justify-content: space-between;
  padding: 5px;
  background: #ffffff;
}

.post__item .post__content .meta__date .meta__item {
  font-size: 14px;
  padding: 5px;
  display: flex;
  align-items: center;
}

.post__item .post__content .meta__date .meta__item i {
  font-size: 20px;
  color: #dc3545;
  margin-right: 6px;
}

.post__item:hover .post__thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.post__item .post__read {
  font-family: "Josefin Sans", sans-serif;
  margin-top: 25px;
  color: #dc3545;
}

@media (max-width: 991px) {
  .post__item .post__content {
    padding: 25px 15px 20px;
  }
}

.post__share {
  margin: -3px;
}

.post__share li {
  padding: 3px;
}

.post__share li a {
  text-decoration: none;
}

.post__share li a i {
  line-height: 35px;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  color: #fff;
  background: #dc3545;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.post__share li a i[class*="facebook"] {
  background: #3b5998;
}

.post__share li a i[class*="twitter"] {
  background: #55acee;
}

.post__share li a i[class*="instagram"] {
  background: #e4405f;
}

.post__share li a i[class*="skype"] {
  background: #2fb7df;
}

.post__share li a i[class*="linkedin"] {
  background: #007bb5;
}

.post__share li a i[class*="youtube"] {
  background: #cd201f;
}

.post__share li a i[class*="behance"] {
  background: #1769ff;
}

.post__share li a i[class*="tumblr"] {
  background: #34465d;
}

.post__share li a i[class*="pinterest"] {
  background: #007bb5;
}

.post__share li a i[class*="navy"] {
  background: #d8e0f3;
}

.post__share li a i[class*="futbol"] {
  background: #db3776;
}

.post__share li a i[class*="vimeo"] {
  background: #1ab7ea;
}

/*Blog Section Starts Here*/
.read--more {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

[class*="line--limit"] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line--limit-1 {
  -webkit-line-clamp: 1;
}

.line--limit-2 {
  -webkit-line-clamp: 2;
}

.line--limit-3 {
  -webkit-line-clamp: 3;
}

.line--limit-4 {
  -webkit-line-clamp: 4;
}

.line--limit-5 {
  -webkit-line-clamp: 5;
}

/*Sidebar*/
.blog-sidebar {
  padding: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 400px) {
  .blog-sidebar {
    padding: 30px 20px;
  }
}

.widget__title {
  margin-bottom: 10px;
}

.widget {
  border: 1px dashed rgba(220, 53, 69, 0.3);
  background: #f8f9fa;
}

.widget:not(:last-child) {
  margin-bottom: 30px;
}

.widget.widget__category ul li {
  padding: 0;
}

.widget.widget__category ul li a {
  text-decoration: none;
  color: #000000;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
}

.widget.widget__category ul li a:hover {
  padding-left: 10px;
}

.widget.widget__post__area ul li {
  padding: 10px 0;
}

.widget.widget__post__area ul li:last-child {
  padding-bottom: 0;
}

.widget.widget__tags ul {
  margin: -5px;
}

.widget.widget__tags ul li {
  padding: 5px;
}

.widget.widget__tags ul li a {
  padding: 8px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  font-size: 14px;
  text-decoration: none;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.widget.widget__tags ul li a:hover,
.widget.widget__tags ul li a.active {
  background: #dc3545;
  color: #fff;
}

.widget__post {
  text-decoration: none;
}

.widget__post .widget__post__thumb {
  width: 80px;
  height: 80px;
}

.widget__post .widget__post__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.widget__post .widget__post__content {
  width: calc(100% - 80px);
  padding-left: 15px;
}

.widget__post .widget__post__content .widget__post__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  margin-bottom: 5px;
}

.widget__post .widget__post__content span {
  font-size: 14px;
  color: #dc3545;
}

/*Blog Single*/
.post__details .post__header {
  margin-bottom: 40px;
}

.post__details .post__header .post__title {
  margin-bottom: 25px;
}

.post__details p {
  margin-bottom: 30px;
}

.post__details .post__thumb {
  height: 420px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  margin-bottom: 30px;
}

.post__details .post__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post__details .post__quote {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .post__details .post__thumb {
    height: unset;
  }
}

.post__quote {
  font-size: 24px;
  line-height: 1.5;
  font-family: "Josefin Sans", sans-serif;
  color: #000000;
  font-style: italic;
  text-align: center;
  padding: 0 30px;
  border-left: 3px solid #dc3545;
}

@media (max-width: 575px) {
  .post__quote {
    padding: 0 15px;
    font-size: 20px;
  }
}

.post__tag,
.post__share {
  margin: -5px;
}

.post__tag li,
.post__share li {
  padding: 5px;
}

.post__share__title {
  margin-bottom: 10px;
}

.post__tag li a {
  font-size: 14px;
  padding: 5px 15px;
  background: #f8f9fa;
  color: #000000;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.post__tag li a:hover,
.post__tag li a.active {
  background: #dc3545;
  color: #fff;
}

.post__share li a {
  text-decoration: none;
}

.post__share li a i {
  line-height: 35px;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  color: #fff;
  background: #dc3545;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.post__share li a i[class*="facebook"] {
  background: #3b5998;
}

.post__share li a i[class*="twitter"] {
  background: #55acee;
}

.post__share li a i[class*="instagram"] {
  background: #e4405f;
}

.post__share li a i[class*="skype"] {
  background: #2fb7df;
}

.post__share li a i[class*="linkedin"] {
  background: #007bb5;
}

.post__share li a i[class*="youtube"] {
  background: #cd201f;
}

.post__share li a i[class*="behance"] {
  background: #1769ff;
}

.post__share li a i[class*="tumblr"] {
  background: #34465d;
}

.post__share li a i[class*="pinterest"] {
  background: #007bb5;
}

.post__share li a i[class*="navy"] {
  background: #d8e0f3;
}

.post__share li a i[class*="futbol"] {
  background: #db3776;
}

.post__share li a i[class*="vimeo"] {
  background: #1ab7ea;
}

.scrollToTop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  z-index: 9;
  bottom: 30px;
  right: 30px;
  font-size: 18px;
  position: fixed;
  border-radius: 5px;
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
  display: block;
  text-align: center;
  background: #dc3545;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.scrollToTop:hover {
  color: #fff;
}

.scrollToTop.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  animation: bounceInDown 2s;
  -webkit-animation: bounceInDown 2s;
  -moz-animation: bounceInDown 2s;
}

.scrollToTop img {
  width: 100%;
}

.video__button {
  width: 70px;
  height: 70px;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #dc3545;
  line-height: 75px;
  text-align: center;
}

.video__button img {
  width: 100%;
}

.video__button i {
  font-size: 24px;
  color: #fff;
}

.video__button::before,
.video__button::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 74px;
  background: #dc3545;
  opacity: 0.15;
  z-index: -10;
}

.video__button::before {
  z-index: -10;
  -webkit-animation: inner-ripple 2000ms linear infinite;
  -moz-animation: inner-ripple 2000ms linear infinite;
  animation: inner-ripple 2000ms linear infinite;
}

.video__button::after {
  z-index: -10;
  -webkit-animation: outer-ripple 2000ms linear infinite;
  -moz-animation: outer-ripple 2000ms linear infinite;
  animation: outer-ripple 2000ms linear infinite;
}

.cmn--btn {
  border-radius: 5px;
  line-height: 24px;
  font-weight: 500;
  padding: 14px 30px 12px;
  border: 1px solid rgba(220, 53, 69, 0.2);
  text-transform: uppercase;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  /* display: inline-flex; */
  align-items: center;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  background: #dc3545;
}

.cmn--btn:hover,
.cmn--btn:focus {
  background: transparent;
  color: #dc3545;
  border-color: rgba(220, 53, 69, 0.6);
}

.cmn--btn.active {
  background: transparent;
  color: #dc3545;
}

.cmn--btn.active:hover,
.cmn--btn.active:focus {
  background: #dc3545;
}

.cmn--btn.btn--sm {
  padding: 7px 20px;
}

.cmn--btn.btn--md {
  padding: 10px 25px;
}

.cmn--btn.btn--lg {
  padding: 13px 35px;
}

.cmn--btn.btn--block {
  padding: 10px 25px;
  display: block;
}

button.cmn--btn {
  color: #fff;
  background: #dc3545;
}

button.cmn--btn:hover {
  color: #fff;
  background: #dc3545;
}

.btn__grp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -5px;
}

.btn__grp a {
  margin: 5px;
}

.btn__grp .links {
  color: #dc3545;
  text-decoration: underline;
  font-family: "Josefin Sans", sans-serif;
  padding: 0 15px;
}

@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }

  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}

@keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}

.menu > li:last-child .submenu {
  left: unset;
  right: 0;
}

.pagination {
  margin: -3px;
  margin-top: 25px;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination .page-item {
  text-align: center;
  padding: 3px;
}

.pagination .page-item a,
.pagination .page-item span {
  width: 45px;
  height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.1);
  color: #000000;
  padding: 0;
  line-height: 45px;
  display: block;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.pagination .page-item a.active,
.pagination .page-item span.active {
  background: #dc3545;
}

.pagination .page-item span {
  border: none;
}

.pagination .page-item.active span,
.pagination .page-item.active a,
.pagination .page-item:hover span,
.pagination .page-item:hover a {
  background: #dc3545;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}

.pagination .page-item.disabled span {
  background: rgba(220, 53, 69, 0.3);
  border: none;
  color: #000000;
}

.cookie__wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #ffffff;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 10vh;
  font-size: 18px;
  z-index: 99999;
}

@media only screen and (max-width: 991px) {
  .cookie__wrapper {
    padding: 20px;
  }

  .profile-edit-form .cmn--btn {
    width: 100%;
    justify-content: center;
  }
}

.cookie__wrapper .txt {
  max-width: 720px;
  margin-right: 20px;
  font-size: 14px;
}

.cookie__wrapper .txt a {
  margin-top: 10px;
}

.map-area {
  filter: grayscale(100%);
}

.map-area iframe {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .map-area iframe {
    height: 400px;
    margin-top: 25px;
  }
}

@media (max-width: 1199px) {
  .map-area iframe {
    margin-top: 25px;
  }
}

.language-select {
  height: 35px;
  padding: 0 5px;
  border-radius: 3px;
  outline: none;
  font-size: 16px;
}

.account__wrapper .logo {
max-width: 700px;
margin: 0 auto 30px;
overflow: hidden;

}

@media screen and (min-width: 992px) {
  .ticket-name-id {
    max-width: 200px;
    margin: 0 auto;
  }
}

.ticket-name-id a {
  color: #333;
}

/* Language custom-dropdown */

/* Custom Dropdown Css Start */
@media (max-width: 991px) {
  .header-section .custom--dropdown {
    display: inline-block;
  }
}

.custom--dropdown {
  position: relative;
  width: auto;
  min-width: max-content;
  border-radius: 5px;
  padding-right: 20px;
}

.custom--dropdown:after {
  content: "\f107";
  position: absolute;
  font-weight: 900;
  font-family: "Line Awesome Free";
  top: 50%;
  right: 0;
  transition: auto;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  font-size: 0.875rem;
  color: #000;
}

.custom--dropdown.open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.custom--dropdown > .custom--dropdown__selected {
  cursor: pointer;
  font-size: 0.875rem;
  color: #000 !important;
}

.custom--dropdown > .dropdown-list {
  position: absolute;
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.13);
  opacity: 0;
  overflow: hidden;
  transition: 0.25s ease-in-out;
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  top: 100%;
  margin-top: 10px;
  z-index: -1;
  visibility: hidden;
  max-height: 230px;
  overflow-y: auto !important;
}


