.placeholder__container {
  width: 250px;
  height: 250px;
  background-color: #fff !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 20px;
}
.placeholder__content {
  position: relative;
  height: 100%;
  -webkit-animation: placeHolderSwept 1s infinite linear forwards;
  -moz-animation: placeHolderSwept 1s infinite linear forwards;
  -o-animation: placeHolderSwept 1s infinite linear forwards;
  animation: placeHolderSwept 1s infinite linear forwards;
  background: #ebebec;
  background-image: linear-gradient(
    to right,
    #ebebec 0%,
    #e0e0e2 20%,
    #ebebec 40%,
    #ebebec 100%
  );
  background-repeat: no-repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@-webkit-keyframes placeHolderSwept {
  0% {
    background-position: -400px 0;
  }
  100% {
    background-position: 400px 0;
  }
}
@-moz-keyframes placeHolderSwept {
  0% {
    background-position: -400px 0;
  }
  100% {
    background-position: 400px 0;
  }
}
@-o-keyframes placeHolderSwept {
  0% {
    background-position: -400px 0;
  }
  100% {
    background-position: 400px 0;
  }
}
@keyframes placeHolderSwept {
  0% {
    background-position: -400px 0;
  }
  100% {
    background-position: 400px 0;
  }
}
.placeholder__line {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
}
.placeholder__line__1 {
  top: 180px;
  width: 12px;
  height: calc(100% - 180px);
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.placeholder__line__2 {
  top: 180px;
  height: 12px;
}
.placeholder__line__3 {
  top: 180px;
  left: auto;
  width: 78px;
  height: calc(100% - 180px);
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.placeholder__line__4 {
  bottom: 0;
  height: 12px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.placeholder__line__5 {
  top: 203px;
  left: 12px;
  right: 74px;
  height: 3px;
}
.placeholder__line__6 {
  top: 217px;
  left: 12px;
  right: 74px;
  height: 10px;
}
.placeholder__line__7 {
  top: 206px;
  left: 125px;
  right: 74px;
  height: 11px;
}
.placeholder__line__8 {
  top: 227px;
  left: 69px;
  right: 74px;
  height: 11px;
}
.placeholder__circle {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 62px;
  height: 46px;
  overflow: hidden;
}
.placeholder__circle:after {
  content: "";
  position: absolute;
  right: 0;
  top: 22px;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  box-shadow: 0 0 0 211px #fff;
}
.ca-container {
  max-width: 952px;
  margin: 0 auto;
}
.ca-form-detail {
  position: absolute;
  width: 395px;
  height: 424px;
  background: #05263d;
  padding: 25px 30px;
  z-index: 1;
  margin-top: 37px;
}
.ca-sub-title {
  text-align: right;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #fff !important;
  padding: 30px 26px;
}
.ca-right-icon img {
  width: 24px;
  height: 24px;
}
.ca-inner-line p {
  color: #fff !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #fff !important;
}
.ca-inner-line {
  display: flex !important;
  padding-bottom: 22px;
}
.ca-sub-title span {
  padding-top: 10px;
  display: block;
}
.ca-form-box {
  width: 618px;
  height: auto;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  padding: 30px;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0 0 20px rgb(0 0 0 / 0.1);
}
.top-buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 10px;
}
.ca-form-box h1,
.ca-form-box h2 {
  font-size: 34px;
  line-height: 30px;
  text-transform: uppercase;
  color: #05263d;
  text-align: left;
}
.ca-form-box p {
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: #5f5f5f;
  opacity: 0.8;
  text-align: left;
}
.ca-lebal2 input {
  background: #fff;
  border: 1px solid rgb(95 95 95 / 0.31);
  border-radius: 6px;
  width: 100%;
  height: 46px;
  padding-left: 15px;
}
label {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #5f5f5f;
}
.ca-lebal2 label {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #5f5f5f;
  padding-bottom: 7px;
}
.ca-remb input {
  max-width: 30px;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 11px !important;
  width: 20px;
  height: 20px;
}
.ca-pswlost {
  align-items: center;
  display: flex;
  float: right;
}
.ca-btn-login {
  background: #d00f76;
  border-radius: 6px;
  height: 46px;
  border: none;
  width: 220px;
  margin: 0 auto;
  margin-top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #fff !important;
}
.ca-or-title {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 5px;
  text-align: center;
  text-transform: uppercase;
  color: #5f5f5f;
  opacity: 0.6;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.ca-google-box {
  text-align: center;
  justify-content: center;
  text-decoration: none;
}
.ca-google-box span {
  color: rgb(0 0 0 / 0.5) !important;
  margin: 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
.form-select {
  height: 47px;
  border-radius: 5px;
}
.ca-google-box .ca-right-icon img {
  width: 28px !important;
  height: 28px !important;
  max-width: 28px !important;
}
.ca-google-box {
  text-align: center;
  justify-content: center;
  display: flex;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 6px;
  width: 272px;
  height: 46px;
  margin: 0 auto;
  margin-top: 20px;
}
.ca-register-title {
  text-align: center;
  display: block;
  padding-top: 28px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #5f5f5f;
}
.ca-ancer {
  color: #d00f76 !important;
}
.ca-form-main {
  padding-top: 20px;
}
.login-register-popup .ca-form-box {
  border: 0;
  width: 100%;
  padding: 5px;
  box-shadow: none;
}
.login-register-popup .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}
.login-register-popup .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}
.login-register-popup .modal-header .ca-form-box {
  padding: 0 10px;
  box-shadow: none;
}
.login-register-popup .btn-close {
  right: 2px;
  position: relative;
  color: #000;
  opacity: 1;
  z-index: 1;
}
.login-register-popup .ca-register-title {
  padding-bottom: 10px;
}
@media (max-width: 991.98px) {
  .ca-form-detail {
    display: none;
  }
  .ca-form-box {
    margin: 0 auto;
    width: 80%;
    max-width: 600px;
    padding: 20px;
  }
  .ca-btn-login {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .ca-form-detail {
    display: none;
  }
  .ca-form-box {
    margin: 0 auto;
    width: 92%;
    padding: 20px;
    max-width: 100%;
  }
  .ca-btn-login {
    width: 100%;
  }
  .ca-form-box p,
  .ca-lebal2 label,
  .ca-lebal2 label {
    font-size: 0.875rem;
  }
  .ca-form-box h2 {
    font-size: 2rem;
  }
  .ca-form-main {
    padding-top: 0;
  }
  .ca-pswlost,
  .ca-google-box {
    width: 100%;
    margin-right: 8px !important;
  }
  .ca-ancer {
    margin: 0 auto;
  }
  .ca-google-box span {
    font-size: 11px !important;
    text-align: left;
  }
  .ca-right-icon {
    margin-left: 10px !important;
  }
}
.iti {
  width: auto;
}
.password-container {
  position: relative;
}
.password-container input[type="password"],
.password-container input[type="text"] {
  width: 100%;
  padding: 12px 36px 12px 12px;
  box-sizing: border-box;
}
#togglePassword {
  position: absolute;
  top: 33px;
  right: 5%;
  cursor: pointer;
}
.check-terms-section {
  margin: 14px 0;
  display: grid;
  padding: 12px;
  grid-gap: 8px;
  min-height: 40px;
  align-items: stretch;
  border-radius: 4px;
  background-color: #edf4ea;
  grid-template-columns: 21px 1fr;
}
.check-terms-section--check {
  display: grid;
  place-items: center;
  border-right: 1px solid #cce0c3;
  padding-right: 8px;
}
.check-terms-section--link {
  color: #2c8700;
  font-size: 12px;
  line-height: 19px;
}
.ca-btn-login-es {
  width: 250px !important;
}
#user_watchlist {
  background-color: #edeff1;
  font-size: 16px;
  font-weight: 700;
  color: #293957;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 3px;
}
#user_watchlist:hover {
  color: #fff !important;
}
.contact-map-area #contact-map {
  height: 640px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-map-area #contact-map {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-map-area #contact-map {
    height: 480px;
  }
}
@media (max-width: 767px) {
  .contact-map-area #contact-map {
    height: 480px;
  }
}
.form-message.success,
.form-message.error {
  font-size: 16px;
  color: #1b1e1e;
  background: #ddd;
  padding: 10px 15px;
  margin-left: 15px;
  margin-top: 15px;
  display: inline-block;
}
.form-message.error {
  color: red;
}
.contact-area {
  padding-top: 115px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-area {
    padding-top: 95px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-area {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .contact-area {
    padding-top: 55px;
    padding-bottom: 60px;
  }
}
.contact-info {
  padding: 0 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info {
    padding: 0 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .contact-info {
    padding: 0;
  }
}
.contact-info .contact-title {
  font-size: 30px;
  font-weight: 700;
  font-family: "Cabin", sans-serif;
}
@media (max-width: 767px) {
  .contact-info .contact-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info .contact-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .contact-info .contact-title br {
    display: none;
  }
}
.contact-info-wrapper {
  padding-top: 20px;
}
.single-contact-info {
  margin-top: 50px;
}
.single-contact-info .info-title {
  font-size: 18px;
  font-weight: 700;
  color: #293957;
  font-family: "Cabin", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid rgb(41 57 87 / 0.15);
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.single-contact-info .info-title i {
  float: right;
  display: block;
  color: #737f96;
}
.single-contact-info p {
  font-size: 16px;
}
.single-contact-info p a {
  color: #737f96;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-contact-info p br {
    display: none;
  }
}
.contact-form {
  background-color: #f5f6f6;
  border: 1px solid rgb(41 57 87 / 0.15);
  padding: 100px;
  margin-top: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form {
    padding: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .contact-form {
    padding: 30px;
  }
}
.contact-form .form-title {
  font-size: 30px;
  font-weight: 700;
  color: #293957;
  font-family: "Cabin", sans-serif;
}
@media (max-width: 767px) {
  .contact-form .form-title {
    font-size: 24px;
  }
}
.contact-form .single-form {
  margin-top: 30px;
}
.contact-form .single-form textarea,
.contact-form .single-form input {
  width: 100%;
  height: 45px;
  padding: 0 20px;
  border: 1px solid rgb(41 57 87 / 0.15);
  color: #293957;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 3px;
}
.contact-form .single-form textarea:focus,
.contact-form .single-form input:focus {
  border-color: #293957;
}
.contact-form .single-form textarea {
  height: 120px;
  padding-top: 15px;
  resize: none;
}
.blog-sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Cabin", sans-serif;
  color: #293957;
  text-transform: uppercase;
}
.blog-sidebar-search {
  margin-top: 35px;
}
.blog-sidebar-search .search-form {
  margin-top: 28px;
  position: relative;
}
.blog-sidebar-search .search-form input {
  width: 100%;
  height: 50px;
  border: 1px solid #d7dce6;
  background-color: #f5f6f6;
  padding: 0 20px;
  font-size: 16px;
  color: #293957;
}
.blog-sidebar-search .search-form input:focus {
  border-color: #d00f76;
}
.blog-sidebar-search .search-form button {
  padding: 0;
  border: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 24px;
  color: #293957;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
}
.blog-sidebar-category {
  margin-top: 50px;
}
.blog-sidebar-category .category-list .list {
  margin-top: 15px;
}
.blog-sidebar-category .category-list .list li a {
  font-size: 16px;
  font-weight: 400;
  color: #293957;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  padding: 8px 0;
}
.blog-sidebar-category .category-list .list li a span {
  display: block;
  float: right;
}
.blog-sidebar-category .category-list .list li a:hover {
  color: #d00f76;
}
.blog-sidebar-category .category-list .list li + li a {
  border-top: 1px solid rgb(41 57 87 / 0.15);
}
.blog-sidebar-post {
  margin-top: 50px;
}
.blog-sidebar-post .post-items {
  padding-top: 10px;
}
.blog-sidebar-post .post-items li + li .single-post {
  border-top: 1px solid rgb(41 57 87 / 0.15);
}
.blog-sidebar-post .single-post {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}
.blog-sidebar-post .single-post .post-image {
  width: 100px;
}
.blog-sidebar-post .single-post .post-content {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  padding-left: 15px;
}
.blog-sidebar-post .single-post .post-content .news-meta {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-sidebar-post .single-post .post-content .news-meta .meta-cat a {
  font-size: 14px;
  font-weight: 700;
  color: #d00f76;
}
.blog-sidebar-post .single-post .post-content .news-meta .meta-date {
  position: relative;
}
.blog-sidebar-post .single-post .post-content .news-meta .meta-date a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #737f96;
  font-size: 14px;
  font-weight: 700;
}
.blog-sidebar-post .single-post .post-content .news-meta .meta-date a::before {
  content: "|";
  color: #d1d5dd;
  margin: 0 12px;
  display: inline-block;
  position: relative;
  top: -1px;
  font-weight: 400;
}
.blog-sidebar-post .single-post .post-content .post-title {
  margin-top: 3px;
}
.blog-sidebar-post .single-post .post-content .post-title a {
  font-size: 16px;
  font-weight: 700;
  color: #293957;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog-sidebar-post .single-post .post-content .post-title a:hover {
  text-decoration: underline;
}
.blog-sidebar-newsletter {
  padding: 25px 25px;
  background-color: #f5f6f6;
  border: 1px solid #d7dce6;
  margin-top: 50px;
}
.blog-sidebar-newsletter .newsletter-form {
  margin-top: 25px;
}
.blog-sidebar-newsletter .newsletter-form p {
  font-size: 16px;
  color: #293957;
}
.blog-sidebar-newsletter .newsletter-form input {
  width: 100%;
  height: 45px;
  border: 1px solid rgb(41 57 87 / 0.15);
  background-color: #fff !important;
  padding: 0 20px;
  font-size: 16px;
  color: #293957;
  margin-top: 20px;
}
.blog-sidebar-newsletter .newsletter-form .main-btn {
  margin-top: 15px;
}
.blog-sidebar-newsletter .newsletter-form span {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #737f96;
  margin-top: 20px;
}
.blog-sidebar-tags {
  margin-top: 50px;
}
.blog-sidebar-tags .sidebar-tags {
  margin-top: 20px;
  margin-left: -5px;
  margin-right: -5px;
}
.blog-sidebar-tags .sidebar-tags a {
  font-size: 16px;
  color: #737f96;
  background-color: #f5f6f6;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 10px 5px 0;
  border-radius: 3px;
}
.blog-sidebar-tags .sidebar-tags a:hover {
  background-color: #d00f76;
  color: #fff !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  
}
@media (max-width: 767px) {
  
}
.single-post-header .single-post-header-inner {
  padding: 115px 100px 105px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-post-header .single-post-header-inner {
    padding: 115px 50px 105px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-post-header .single-post-header-inner {
    padding: 115px 0 105px;
  }
}
@media (max-width: 767px) {
  .single-post-header .single-post-header-inner {
    padding: 60px 0 55px;
  }
}
.single-post-header .single-post-header-inner .entry-meta .meta-items {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-post-header .single-post-header-inner .entry-meta .meta-items li {
  position: relative;
}
.single-post-header
  .single-post-header-inner
  .entry-meta
  .meta-items
  li
  + li::before {
  position: relative;
  content: "|";
  color: #737f96;
  margin: 0 10px;
}
.single-post-header .single-post-header-inner .entry-meta .meta-items li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #737f96;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-post-header
  .single-post-header-inner
  .entry-meta
  .meta-items
  li
  a:hover {
  color: #d00f76;
  text-decoration: underline;
}
.single-post-header .single-post-header-inner .entry-title {
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  color: #293957;
  margin-top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-post-header .single-post-header-inner .entry-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .single-post-header .single-post-header-inner .entry-title {
    font-size: 24px;
  }
}
.single-post-header .entry-thumbnail {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1400px) {
  .single-post-header .entry-thumbnail {
    max-width: 1720px;
  }
}
.single-post-header .entry-thumbnail img {
  width: 100%;
}
.single-post-header-2 {
  height: 670px;
  position: relative;
  z-index: 5;
  background-size: cover !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-post-header-2 {
    height: 530px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-post-header-2 {
    height: 530px;
  }
}
@media (max-width: 767px) {
  .single-post-header-2 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 30px;
  }
}
.single-post-header-2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.29);
  top: 0;
  left: 0;
  z-index: -1;
}
.single-post-header-2 .single-post-header-inner-2 {
  padding-bottom: 75px;
  max-width: 1070px;
}
@media (max-width: 767px) {
  .single-post-header-2 .single-post-header-inner-2 {
    padding-bottom: 30px;
  }
}
.single-post-header-2 .single-post-header-inner-2 .entry-meta .meta-items {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-post-header-2 .single-post-header-inner-2 .entry-meta .meta-items li {
  position: relative;
}
.single-post-header-2
  .single-post-header-inner-2
  .entry-meta
  .meta-items
  li
  + li::before {
  position: relative;
  content: "|";
  color: #fff !important;
  margin: 0 10px;
}
.single-post-header-2 .single-post-header-inner-2 .entry-meta .meta-items li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-post-header-2
  .single-post-header-inner-2
  .entry-meta
  .meta-items
  li
  a:hover {
  color: #d00f76 !important;
  text-decoration: underline;
}
.single-post-header-2 .single-post-header-inner-2 .entry-title {
  font-size: 48px;
  font-weight: 800;
  text-transform: inherit;
  color: #fff !important;
  margin-top: 45px;
  text-align: left;
}
.meta-items{padding-left: 0px !important;}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-post-header-2 .single-post-header-inner-2 .entry-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .single-post-header-2 .single-post-header-inner-2 .entry-title {
    font-size: 24px;
  }
}
.single-post-main-content {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-post-main-content {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-post-main-content {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .single-post-main-content {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
.single-post-main-content .post-content-inner {
  padding: 40px 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-post-main-content .post-content-inner {
    padding: 40px 50px 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-post-main-content .post-content-inner {
    padding: 40px 0 100px;
  }
}
@media (max-width: 767px) {
  .single-post-main-content .post-content-inner {
    padding: 40px 0 50px;
  }
}
.single-post-main-content .post-content-inner .breadcrumb {
  margin-bottom: 0;
  border-radius: 0;
  padding: 0;
  background: none;
}
.single-post-main-content .post-content-inner .breadcrumb .breadcrumb-item {
  font-size: 16px;
  color: #737f96;
}
.single-post-main-content
  .post-content-inner
  .breadcrumb
  .breadcrumb-item
  + .breadcrumb-item::before {
  color: #737f96;
}
.single-post-main-content .post-content-inner .breadcrumb .breadcrumb-item a {
  color: #737f96;
}
.single-post-main-content
  .post-content-inner
  .breadcrumb
  .breadcrumb-item
  a:hover {
  text-decoration: underline;
  color: #d00f76;
}
.single-post-main-content
  .post-content-inner
  .breadcrumb
  .breadcrumb-item.active {
  color: #293957;
}
.single-post-main-content .post-content-inner .body-content p {
  margin-top: 10px;
}
.single-post-main-content .post-content-inner .body-content p a {
  color: #0084c8;
  text-decoration: underline;
}
.single-post-main-content .post-content-inner .body-content ol,
.single-post-main-content .post-content-inner .body-content ul {
  color: #293957;
  padding-left: 45px;
  margin-bottom: 48px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .single-post-main-content .post-content-inner .body-content ol,
  .single-post-main-content .post-content-inner .body-content ul {
    padding-left: 30px;
  }
}
.single-post-main-content .post-content-inner .body-content ol li,
.single-post-main-content .post-content-inner .body-content ul li {
  font-size: 18px;
  color: #293957;
  font-weight: 400;
  padding-left: 18px;
}
.single-post-main-content .post-content-inner .body-content ol li + li,
.single-post-main-content .post-content-inner .body-content ul li + li {
  margin-top: 10px;
}
.single-post-main-content .post-content-inner .body-content ul {
  list-style: disc;
}
.single-post-main-content .post-content-inner .body-content ol {
  list-style: decimal;
}
.single-post-main-content .post-content-inner .body-content .has-text {
  font-size: 24px;
  font-weight: 700;
  color: #293957;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .single-post-main-content .post-content-inner .body-content .has-text {
    font-size: 18px;
    margin-top: 40px;
  }
}
.single-post-main-content .post-content-inner .body-content .has-drop-cap {
  line-height: 1.875;
  margin-top: 40px;
}
.single-post-main-content
  .post-content-inner
  .body-content
  .has-drop-cap:first-letter {
  font-size: 60px;
  font-weight: 700;
  color: #293957;
  float: left;
  background-color: #f5f6f6;
  text-align: center;
  height: 100px;
  line-height: 0.7;
  padding: 30px 36px;
  margin-right: 20px;
  margin-top: 10px;
}
.single-post-main-content .post-content-inner .body-content .blockquote {
  margin: 55px 0 50px;
  border: none;
  padding-left: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .single-post-main-content .post-content-inner .body-content .blockquote {
    padding-left: 50px;
  }
}
.single-post-main-content
  .post-content-inner
  .body-content
  .blockquote::before {
  content: "";
  font-size: 48px;
  display: inline-block;
  font-family: "Ionicons";
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d6dae1;
  position: absolute;
  left: 0;
  top: -10px;
}
@media (max-width: 767px) {
  .single-post-main-content
    .post-content-inner
    .body-content
    .blockquote::before {
    font-size: 36px;
  }
}
.single-post-main-content .post-content-inner .body-content .blockquote p {
  font-size: 36px;
  line-height: 1.3;
  color: #293957;
}
@media (max-width: 767px) {
  .single-post-main-content .post-content-inner .body-content .blockquote p {
    font-size: 20px;
  }
}
.single-post-main-content .post-content-inner .body-content .blockquote cite {
  display: block;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  color: #737f96;
  margin-top: 36px;
}
.single-post-main-content
  .post-content-inner
  .body-content
  .blockquote
  cite
  span {
  text-transform: uppercase;
  color: #293957;
  font-weight: 700;
}
.single-post-main-content .post-content-inner .body-content .post-video {
  margin-left: -100px;
  margin-right: -100px;
  margin-top: 70px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-post-main-content .post-content-inner .body-content .post-video {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-post-main-content .post-content-inner .body-content .post-video {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .single-post-main-content .post-content-inner .body-content .post-video {
    margin-left: 0;
    margin-right: 0;
  }
}
.single-post-main-content .post-content-inner .body-content h1,
.single-post-main-content .post-content-inner .body-content h2,
.single-post-main-content .post-content-inner .body-content h3,
.single-post-main-content .post-content-inner .body-content h4,
.single-post-main-content .post-content-inner .body-content h5,
.single-post-main-content .post-content-inner .body-content h6 {
  font-family: "Cabin", sans-serif;
}
.single-post-main-content .post-content-inner .body-content .post-gallery {
  margin-left: -100px;
  margin-right: -100px;
  margin-top: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-post-main-content .post-content-inner .body-content .post-gallery {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-post-main-content .post-content-inner .body-content .post-gallery {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .single-post-main-content .post-content-inner .body-content .post-gallery {
    margin-left: 0;
    margin-right: 0;
  }
}
.single-post-main-content
  .post-content-inner
  .body-content
  .post-gallery
  .blocks-gallery-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  list-style: none;
  padding: 0;
}
.single-post-main-content
  .post-content-inner
  .body-content
  .post-gallery
  .blocks-gallery-item
  li {
  width: 33.33%;
  padding: 0 15px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .single-post-main-content
    .post-content-inner
    .body-content
    .post-gallery
    .blocks-gallery-item
    li {
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-post-main-content
    .post-content-inner
    .body-content
    .post-gallery
    .blocks-gallery-item
    li {
    width: 33.33%;
    margin-top: 0;
  }
}
.single-post-main-content
  .post-content-inner
  .body-content
  .post-gallery
  .blocks-gallery-item
  li
  img {
  width: 100%;
}
@media (max-width: 767px) {
  .single-post-main-content
    .post-content-inner
    .body-content
    .post-gallery
    .blocks-gallery-item
    li:first-child {
    margin-top: 0;
  }
}
.single-post-main-content .post-content-inner .footer-content {
  padding-top: 70px;
}
.single-post-main-content .post-content-inner .footer-content .tags {
  padding-top: 20px;
}
.single-post-main-content .post-content-inner .footer-content .tags li {
  margin-right: 8px;
  display: inline-block;
  margin-top: 10px;
}
.single-post-main-content
  .post-content-inner
  .footer-content
  .tags
  li:last-child {
  margin-right: 0;
}
.single-post-main-content .post-content-inner .footer-content .tags li a {
  display: block;
  font-size: 16px;
  color: #737f96;
  background: #f5f6f6;
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-post-main-content .post-content-inner .footer-content .tags li a:hover {
  background-color: #d00f76;
  color: #fff !important;
}
.single-post-main-content .post-content-inner .footer-content .social {
  padding-top: 20px;
}
.single-post-main-content .post-content-inner .footer-content .social li {
  display: inline-block;
  margin-top: 10px;
}
.single-post-main-content .post-content-inner .footer-content .social li + li {
  margin-left: 8px;
}
.single-post-main-content .post-content-inner .footer-content .social li a {
  font-size: 22px;
  color: #fff !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .single-post-main-content .post-content-inner .footer-content .social li a {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-post-main-content .post-content-inner .footer-content .social li a {
    font-size: 18px;
  }
}
.single-post-main-content
  .post-content-inner
  .footer-content
  .social
  li
  a.facebook {
  background-color: #2b53b8;
}
.single-post-main-content
  .post-content-inner
  .footer-content
  .social
  li
  a.twitter {
  background-color: #0096ff;
}
.single-post-main-content
  .post-content-inner
  .footer-content
  .social
  li
  a.googleplus {
  background-color: #bf2828;
}
.single-post-main-content
  .post-content-inner
  .footer-content
  .social
  li
  a.tumblr {
  background-color: #2b4873;
}
.single-post-main-content .post-content-inner .footer-content .social li a.rss {
  background-color: #f37214;
}
.single-post-main-content .post-content-inner.single-post-left {
  padding: 40px 0 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-post-main-content .post-content-inner.single-post-left {
    padding: 40px 0 100px;
  }
}
@media (max-width: 767px) {
  .single-post-main-content .post-content-inner.single-post-left {
    padding: 40px 0 50px;
  }
}
.single-post-main-content
  .post-content-inner.single-post-left
  .body-content
  .post-video {
  margin-left: 0;
  margin-right: 0;
}
.single-post-main-content
  .post-content-inner.single-post-left
  .body-content
  .post-gallery {
  margin-left: 0;
  margin-right: 0;
}
.single-post-main-content
  .post-content-inner.single-post-left
  .body-content
  .post-gallery
  .blocks-gallery-item
  li {
  width: 50%;
}
@media (max-width: 767px) {
  .single-post-main-content
    .post-content-inner.single-post-left
    .body-content
    .post-gallery
    .blocks-gallery-item
    li {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-post-main-content
    .post-content-inner.single-post-left
    .body-content
    .post-gallery
    .blocks-gallery-item
    li {
    width: 50%;
  }
}
.entry-author-box {
  padding: 60px 70px;
  border-top: 5px solid #d00f76;
}
@media (max-width: 767px) {
  .entry-author-box {
    padding: 25px 30px;
  }
}
.entry-author-box .author-avatar {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .entry-author-box .author-avatar {
    display: block;
  }
}
.entry-author-box .author-avatar .avatar-image img {
  border-radius: 50%;
}
.entry-author-box .author-avatar .avatar-info {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .entry-author-box .author-avatar .avatar-info {
    padding-left: 0;
    padding-top: 20px;
  }
}
.entry-author-box .author-avatar .avatar-info .sub-title {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  margin-bottom: 5px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.entry-author-box .author-avatar .avatar-info .name {
  font-size: 24px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
  font-family: "Cabin", sans-serif;
}
.entry-author-box .author-avatar .avatar-info p {
  margin-top: 15px;
}
.related-post {
  padding-top: 100px;
  padding-bottom: 90px;
}
.blog-comment-box {
  border-top: 1px solid rgb(41 57 87 / 0.15);
  padding: 40px 100px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-comment-box {
    padding: 40px 50px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-comment-box {
    padding: 40px 0 0;
  }
}
@media (max-width: 767px) {
  .blog-comment-box {
    padding: 40px 0 0;
  }
}
.blog-comment-box.blog-comment-2 {
  padding: 40px 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-comment-box.blog-comment-2 {
    padding: 40px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-comment-box.blog-comment-2 {
    padding: 40px 0 0;
  }
}
@media (max-width: 767px) {
  .blog-comment-box.blog-comment-2 {
    padding: 40px 0 0;
  }
}
.blog-comment-box .comment-wrapper {
  margin-top: 55px;
}
.blog-comment-box .comment-wrapper .comment-title {
  font-size: 24px;
  font-weight: 700;
  font-family: "Cabin", sans-serif;
  text-transform: uppercase;
  color: #293957;
}
.blog-comment-box .comment-wrapper .comment-items {
  padding-top: 30px;
}
.blog-comment-box .comment-wrapper .comment-items li + li .single-comment {
  border-top: 1px solid rgb(41 57 87 / 0.15);
}
.blog-comment-box .comment-wrapper .single-comment {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .blog-comment-box .comment-wrapper .single-comment {
    display: block;
  }
}
.blog-comment-box .comment-wrapper .single-comment .comment-author img {
  border-radius: 50%;
}
.blog-comment-box .comment-wrapper .single-comment .comment-content {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .blog-comment-box .comment-wrapper .single-comment .comment-content {
    padding-left: 0;
    padding-top: 20px;
  }
}
.blog-comment-box .comment-wrapper .single-comment .comment-content .meta li {
  font-size: 14px;
  display: inline-block;
  color: #737f96;
  position: relative;
}
.blog-comment-box
  .comment-wrapper
  .single-comment
  .comment-content
  .meta
  li
  + li::before {
  content: "|";
  font-size: 14px;
  color: #293957;
  margin: 0 7px;
}
.blog-comment-box .comment-wrapper .single-comment .comment-content .meta li a {
  color: #09c;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog-comment-box
  .comment-wrapper
  .single-comment
  .comment-content
  .meta
  li
  a:hover {
  color: #d00f76;
}
.blog-comment-box .comment-wrapper .single-comment .comment-content p {
  color: #293957;
  font-size: 16px;
  margin-top: 15px;
}
.blog-comment-box .comment-wrapper .single-comment .comment-content .replay {
  color: #09c;
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 15px;
}
.blog-comment-box
  .comment-wrapper
  .single-comment
  .comment-content
  .replay:hover {
  color: #d00f76;
}
.blog-comment-box .comment-wrapper .comment-form {
  padding-top: 20px;
}
.blog-comment-box .comment-wrapper .comment-form .single-form {
  margin-top: 30px;
  position: relative;
}
.blog-comment-box .comment-wrapper .comment-form .single-form input,
.blog-comment-box .comment-wrapper .comment-form .single-form textarea {
  width: 100%;
  padding: 0 15px;
  height: 45px;
  border-radius: 3px;
  border: 1px solid #d7dce6;
  background-color: #f5f6f6;
  font-size: 16px;
  color: #293957;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog-comment-box .comment-wrapper .comment-form .single-form input:focus,
.blog-comment-box .comment-wrapper .comment-form .single-form textarea:focus {
  border-color: #293957;
  background-color: #fff !important;
}
.blog-comment-box .comment-wrapper .comment-form .single-form textarea {
  height: 200px;
  padding-top: 10px;
  resize: none;
}
.blog-comment-box .comment-wrapper .comment-form .single-form .requirements {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 16px;
  color: #e60000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .blog-comment-box .comment-wrapper .comment-form .single-form .requirements {
    position: relative;
    right: auto;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-top: 15px;
  }
}
ol {
  list-style-type: none;
}
ul {
  list-style-type: none;
}
.show-more-list {
  overflow: hidden;
  max-height: 10.9em;
}
.show-more-list_new1 {
  overflow: hidden;
  max-height: 27em !important;
}
.show-less-list {
  max-height: 100% !important;
}
.show-more-list--heading1 {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.428;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: left;
  color: #fff !important;
}
.show-more-list__btn {
  text-decoration: none;
  color: #fff !important;
  cursor: pointer;
}
.text-right {
  text-align: right !important;
}
.show-more-list ul {
  padding-left: 0;
}
.show-more-list a {
  color: #05309d !important;
  cursor: pointer !important;
}
.show-more-list a:hover {
  text-decoration: underline;
}
.newsletter-popup {
  position: fixed;
  max-width: 830px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 9999;
  border-radius: 4px;
  background-color: #edeff1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-popup {
    max-width: 670px;
  }
}
@media (max-width: 767px) {
  .newsletter-popup {
    max-width: 90%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .newsletter-popup {
    max-width: 470px;
  }
}
.newsletter-popup .newsletter-close {
  position: absolute;
  top: -45px;
  right: -35px;
}
@media (max-width: 767px) {
  .newsletter-popup .newsletter-close {
    right: 0;
  }
}
.newsletter-popup .newsletter-close button {
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0;
  opacity: 0.7;
}
.newsletter-popup .newsletter-close button i {
  color: #fff !important;
  font-size: 30px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .newsletter-popup .newsletter-close button i {
    font-size: 22px;
  }
}
.newsletter-popup .newsletter-content {
  max-width: 475px;
}
@media (max-width: 767px) {
  .newsletter-popup .newsletter-content {
    padding: 18px 20px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .newsletter-popup .newsletter-content {
    max-width: 375px;
  }
}
.newsletter-popup .newsletter-content .newsletter-title .title {
  font-size: 24px;
  font-weight: 700;
  color: #293957;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .newsletter-popup .newsletter-content .newsletter-title .title {
    font-size: 18px;
  }
}
.newsletter-popup .newsletter-content .newsletter-title p {
  margin-top: 16px;
}
.newsletter-popup .newsletter-content .newsletter-form {
  margin-top: 35px;
}
.newsletter-popup .newsletter-content .newsletter-form input {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: 1px solid rgb(41 57 87 / 0.15);
  border-radius: 3px;
  color: #293957;
  background-color: #fff !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 14px;
}
.newsletter-popup .newsletter-content .newsletter-form input:focus {
  border-color: #ce8339;
}
.newsletter-popup .newsletter-content .newsletter-form .main-btn {
  margin-top: 20px;
}
.newsletter-popup .newsletter-content .newsletter-show {
  margin-top: 32px;
}
.newsletter-popup .newsletter-content .newsletter-show input[type="checkbox"] {
  display: none;
}
.newsletter-popup
  .newsletter-content
  .newsletter-show
  input[type="checkbox"]
  + label {
  width: 13px;
  height: 13px;
  border-radius: 2px;
  background-color: #fff !important;
  border: 1px solid rgb(41 57 87 / 0.15);
  position: relative;
  margin-right: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.newsletter-popup
  .newsletter-content
  .newsletter-show
  input[type="checkbox"]
  + label::before {
  content: "";
  font-family: "Ionicons";
  display: inline-block;
  font-size: 11px;
  color: #fff !important;
  position: absolute;
  top: -2px;
  left: 1px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.newsletter-popup
  .newsletter-content
  .newsletter-show
  input[type="checkbox"]:checked
  + label {
  background-color: #ce8339;
  border-color: #ce8339;
}
.newsletter-popup
  .newsletter-content
  .newsletter-show
  input[type="checkbox"]:checked
  + label::before {
  opacity: 1;
  visibility: visible;
}
.newsletter-popup .newsletter-content .newsletter-show span {
  font-size: 16px;
  font-weight: 400;
  color: #293957;
}
.kt_content .input-group.input-group-solid {
  align-items: center;
  background-color: #f3f6f9;
  border-radius: 0.42rem;
}
.kt_content .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.kt_content .input-group.input-group-solid .input-group-prepend,
.input-group.input-group-solid .input-group-append,
.input-group.input-group-solid .input-group-text {
  background-color: #fff0;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.kt_content .input-group.input-group-solid .input-group-prepend,
.input-group.input-group-solid .input-group-append,
.input-group.input-group-solid .input-group-text {
  background-color: #fff0;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.kt_content .input-group .svg-icon {
  line-height: 0;
}
.kt_content .svg-icon.svg-icon-lg svg {
  height: 1.75rem !important;
  width: 1.75rem !important;
}
.kt_content svg {
  overflow: hidden;
  vertical-align: middle;
}
.kt_content
  .input-group.input-group-solid
  .input-group-prepend
  ~ .form-control {
  padding-left: 0 !important;
}
.kt_content .input-group.input-group-solid .form-control {
  border: 0;
  background-color: #fff0;
  outline: none !important;
  box-shadow: none;
}
.kt_content .input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.kt_content .pt-4,
.py-4 {
  padding-top: 1rem !important;
}
.kt_content .h-auto {
  height: auto !important;
}
.kt_content .scroll.scroll-pull {
  padding-right: 12px;
  margin-right: -12px;
}
.kt_content .scroll {
  position: relative;
  overflow: hidden;
}
.kt_content .mt-7,
.my-7 {
  margin-top: 1.75rem !important;
}
.kt_content .chat-hover:hover,
.chat-hover.active {
  background: #ffedcb;
}
.kt_content a.text-hover-primary,
.text-hover-primary {
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease;
}
.kt_content .text-dark-75 {
  color: #3f4254 !important;
}
.kt_content .font-size-lg {
  font-size: 1rem;
}
.kt_content .w-100 {
  width: 100% !important;
}
.kt_content .mb-5,
.my-5 {
  margin-bottom: 1.25rem !important;
}
.kt_content .d-flex {
  display: flex !important;
}
.kt_content .align-items-center {
  align-items: center !important;
}
.kt_content .justify-content-between {
  justify-content: space-between !important;
}
.kt_content .symbol.symbol-circle {
  border-radius: 50%;
}
.kt_content .symbol {
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  border-radius: 0.42rem;
}
.kt_content .mr-3,
.mx-3 {
  margin-right: 0.75rem !important;
}
.kt_content .symbol.symbol-50 > img {
  width: 100%;
  max-width: 50px;
  height: 50px;
}
.kt_content .symbol.symbol-40 > img {
  width: 100%;
  max-width: 40px;
  height: 40px;
}
.kt_content .ml-3,
.mx-3 {
  margin-left: 0.75rem !important;
}
.kt_content .symbol.symbol-circle > img {
  border-radius: 50%;
}
.kt_content .flex-column {
  flex-direction: column !important;
}
.kt_content .align-items-end {
  align-items: flex-end !important;
}
.kt_content .label.label-sm {
  height: 16px;
  width: 16px;
  font-size: 0.75rem;
}
.kt_content .label.label-danger {
  color: #fff !important;
  background-color: #f64e60;
}
.kt_content .label {
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  font-size: 0.8rem;
  background-color: #ebedf3;
  color: #3f4254;
  font-weight: 400;
  height: 20px;
  width: 20px;
  font-size: 0.8rem;
}
.kt_content .scroll.ps > .ps__rail-x {
  background-color: #fff0;
  height: 4px;
}
.kt_content .scroll.ps > .ps__rail-y {
  background-color: #fff0;
  width: 4px;
}
.kt_content .flex-row-fluid {
  flex: 1 auto;
  -ms-flex: 1 0 0%;
  min-width: 0;
}
.kt_content .card.card-custom {
  box-shadow: 0 0 30px 0 rgb(82 63 105 / 0.05);
  border: 0;
}
.kt_content .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff !important;
  background-clip: border-box;
  border: 1px solid #ebedf3;
  border-radius: 0.42rem;
}
.kt_content .card.card-custom > .card-header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  min-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff0;
}
.kt_content .card-header:first-child {
  border-radius: calc(0.42rem - 1px) calc(0.42rem - 1px) 0 0;
}
.kt_content .pl-4,
.px-4 {
  padding-left: 1rem !important;
}
.kt_content .pb-3,
.py-3 {
  padding-bottom: 0.75rem !important;
}
.kt_content .card-header {
  padding: 2rem 2.25rem;
  margin-bottom: 0;
  background-color: #fff !important;
  border-bottom: 1px solid #ebedf3;
}
.kt_content .text-left {
  text-align: left !important;
}
.kt_content .flex-grow-1 {
  flex-grow: 1 !important;
}
.kt_content .btn.btn-icon.btn-sm,
.btn-group-sm > .btn.btn-icon {
  height: calc(1.35em + 1.1rem + 2px);
  width: calc(1.35em + 1.1rem + 2px);
}
.kt_content .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.kt_content .btn.btn-clean {
  color: #b5b5c3;
  background-color: #fff0;
  border-color: #fff0;
}
.kt_content .btn.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: calc(1.5em + 1.3rem + 2px);
  width: calc(1.5em + 1.3rem + 2px);
}
.kt_content .btn {
  outline: none !important;
  vertical-align: middle;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease;
}
.kt_content .btn-sm,
.btn-group-sm > .btn {
  padding: 0.55rem 0.75rem;
  font-size: 0.925rem;
  line-height: 1.35;
  border-radius: 0.42rem;
}
.kt_content .btn.btn-icon .svg-icon {
  margin: 0;
  padding: 0;
}
.kt_content .svg-icon.svg-icon-3x svg {
  height: 3rem !important;
  width: 3rem !important;
}
.kt_content .text-dark-75 {
  color: #3f4254 !important;
}
.kt_content .font-size-h5 {
  font-size: 1.25rem !important;
}
.kt_content .text-center {
  text-align: center !important;
}
.kt_content .text-right {
  text-align: right !important;
}
.kt_content .card.card-custom > .card-body {
  padding: 2rem 2.25rem;
}
.kt_content .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 2.25rem;
}
.kt_content .scroll.scroll-pull {
  padding-right: 12px;
  margin-right: -12px;
}
.kt_content .scroll {
  position: relative;
  overflow: hidden;
}
.kt_content #message-box {
  padding-bottom: 150px;
}
.kt_content .font-size-sm {
  font-size: 0.8rem;
}
.kt_content .text-muted {
  color: #b5b5c3 !important;
}
.kt_content .font-size-h6 {
  font-size: 1rem !important;
}
.kt_content .font-size-lg {
  font-size: 1.08rem;
}
.kt_content .text-dark-50 {
  color: #7e8299 !important;
}
.kt_content .max-w-400px {
  max-width: 400px !important;
}
.kt_content .bg-light-primary {
  background-color: #e1f0ff !important;
}
.kt_content .p-5 {
  padding: 1.25rem !important;
}
.kt_content .mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.kt_content .mt-3 {
  margin-top: 1rem !important;
}
.mt-5,
.my-5 {
  margin-top: 1.25rem !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.kt_content .btn.btn-primary {
  color: #fff !important;
  background-color: #3699ff;
  border-color: #3699ff;
}
.vector-bg.acura {
  background-image: url(../images/brand-logos/Acura%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.acura {
  background-image: url(../images/brand-logos/Acura%20white.svg) !important;
}
.vector-bg.audi {
  background-image: url(../images/brand-logos/Audi%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.audi {
  background-image: url(../images/brand-logos/Audi%20white.svg) !important;
}
.vector-bg.bmw {
  background-image: url(../images/brand-logos/BMW%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.bmw {
  background-image: url(../images/brand-logos/BMW%20white.svg) !important;
}
.vector-bg.buick {
  background-image: url(../images/brand-logos/Buick%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.buick {
  background-image: url(../images/brand-logos/Buick%20white.svg) !important;
}
.vector-bg.cadillac {
  background-image: url(../images/brand-logos/Cadillac%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.cadillac {
  background-image: url(../images/brand-logos/Cadillac%20white.svg) !important;
}
.vector-bg.chevrolet {
  background-image: url(../images/brand-logos/Chevrolet%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.chevrolet {
  background-image: url(../images/brand-logos/Chevrolet%20white.svg) !important;
}
.vector-bg.chrysler {
  background-image: url(../images/brand-logos/Chrysler%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.chrysler {
  background-image: url(../images/brand-logos/Chrysler%20white.svg) !important;
}
.vector-bg.dodge {
  background-image: url(../images/brand-logos/Dodge%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.dodge {
  background-image: url(../images/brand-logos/Dodge%20white.svg) !important;
}
.vector-bg.ford {
  background-image: url(../images/brand-logos/Ford%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.ford {
  background-image: url(../images/brand-logos/Ford%20white.svg) !important;
}
.vector-bg.gmc {
  background-image: url(../images/brand-logos/GMC%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.gmc {
  background-image: url(../images/brand-logos/GMC%20white.svg) !important;
}
.vector-bg.honda {
  background-image: url(../images/brand-logos/Honda%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.honda {
  background-image: url(../images/brand-logos/Honda%20white.svg) !important;
}
.vector-bg.hyundai {
  background-image: url(../images/brand-logos/Hyundai%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.hyundai {
  background-image: url(../images/brand-logos/Hyundai%20white.svg) !important;
}
.vector-bg.infiniti {
  background-image: url(../images/brand-logos/INFINITI%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.infiniti {
  background-image: url(../images/brand-logos/INFINITI%20white.svg) !important;
}
.vector-bg.jaguar {
  background-image: url(../images/brand-logos/Jaguar%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.jaguar {
  background-image: url(../images/brand-logos/Jaguar%20white.svg) !important;
}
.vector-bg.jeep {
  background-image: url(../images/brand-logos/Jeep%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.jeep {
  background-image: url(../images/brand-logos/Jeep%20white.svg) !important;
}
.vector-bg.kia {
  background-image: url(../images/brand-logos/Kia%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.kia {
  background-image: url(../images/brand-logos/Kia%20white.svg) !important;
}
.vector-bg.land-rover {
  background-image: url(../images/brand-logos/Land%20Rover%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.land-rover {
  background-image: url(../images/brand-logos/Land%20Rover%20white.svg) !important;
}
.vector-bg.lexus {
  background-image: url(../images/brand-logos/Lexus%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.lexus {
  background-image: url(../images/brand-logos/Lexus%20white.svg) !important;
}
.vector-bg.lincoln {
  background-image: url(../images/brand-logos/Lincoln%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.lincoln {
  background-image: url(../images/brand-logos/Lincoln%20white.svg) !important;
}
.vector-bg.mazda {
  background-image: url(../images/brand-logos/Mazda%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.mazda {
  background-image: url(../images/brand-logos/Mazda%20white.svg) !important;
}
.vector-bg.mercedes-benz {
  background-image: url(../images/brand-logos/Mercedes-Benz%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.mercedes-benz {
  background-image: url(../images/brand-logos/Mercedes-Benz%20white.svg) !important;
}
.vector-bg.mitsubishi {
  background-image: url(../images/brand-logos/Mitsubishi%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.mitsubishi {
  background-image: url(../images/brand-logos/Mitsubishi%20white.svg) !important;
}
.vector-bg.nissan {
  background-image: url(../images/brand-logos/Nissan%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.nissan {
  background-image: url(../images/brand-logos/Nissan%20white.svg) !important;
}
.vector-bg.porsche {
  background-image: url(../images/brand-logos/Porsche%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.porsche {
  background-image: url(../images/brand-logos/Porsche%20white.svg) !important;
}
.vector-bg.tesla {
  background-image: url(../images/brand-logos/Tesla%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.tesla {
  background-image: url(../images/brand-logos/Tesla%20white.svg) !important;
}
.vector-bg.toyota {
  background-image: url(../images/brand-logos/Toyota%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.toyota {
  background-image: url(../images/brand-logos/Toyota%20white.svg) !important;
}
.vector-bg.volkswagen {
  background-image: url(../images/brand-logos/Volkswagen%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.volkswagen {
  background-image: url(../images/brand-logos/Volkswagen%20white.svg) !important;
}
.vector-bg.volvo {
  background-image: url(../images/brand-logos/Volvo%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.volvo {
  background-image: url(../images/brand-logos/Volvo%20white.svg) !important;
}
.vector-bg.alfa-romeo {
  background-image: url(../images/brand-logos/Alfa%20Romeo%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.alfa-romeo {
  background-image: url(../images/brand-logos/Alfa%20Romeo%20white.svg) !important;
}
.vector-bg.am-general {
  background-image: url(../images/brand-logos/AM%20General%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.am-general {
  background-image: url(../images/brand-logos/AM%20General%20white.svg) !important;
}
.vector-bg.aston-martin {
  background-image: url(../images/brand-logos/Aston%20Martin%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.aston-martin {
  background-image: url(../images/brand-logos/Aston%20Martin%20white.svg) !important;
}
.vector-bg.bentley {
  background-image: url(../images/brand-logos/Bentley%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.bentley {
  background-image: url(../images/brand-logos/Bentley%20white.svg) !important;
}
.vector-bg.bugatti {
  background-image: url(../images/brand-logos/Bugatti%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.bugatti {
  background-image: url(../images/brand-logos/Bugatti%20white.svg) !important;
}
.vector-bg.daewoo {
  background-image: url(../images/brand-logos/Daewoo%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.daewoo {
  background-image: url(../images/brand-logos/Daewoo%20white.svg) !important;
}
.vector-bg.eagle {
  background-image: url(../images/brand-logos/Eagle%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.eagle {
  background-image: url(../images/brand-logos/Eagle%20white.svg) !important;
}
.vector-bg.ferrari {
  background-image: url(../images/brand-logos/Ferrari%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.ferrari {
  background-image: url(../images/brand-logos/Ferrari%20white.svg) !important;
}
.vector-bg.fiat {
  background-image: url(../images/brand-logos/FIAT%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.fiat {
  background-image: url(../images/brand-logos/FIAT%20white.svg) !important;
}
.vector-bg.fisker {
  background-image: url(../images/brand-logos/Fisker%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.fisker {
  background-image: url(../images/brand-logos/Fisker%20white.svg) !important;
}
.vector-bg.genesis {
  background-image: url(../images/brand-logos/Genesis%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.genesis {
  background-image: url(../images/brand-logos/Genesis%20white.svg) !important;
}
.vector-bg.geo {
  background-image: url(../images/brand-logos/Geo%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.geo {
  background-image: url(../images/brand-logos/Geo%20white.svg) !important;
}
.vector-bg.hummer {
  background-image: url(../images/brand-logos/HUMMER%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.hummer {
  background-image: url(../images/brand-logos/HUMMER%20white.svg) !important;
}
.vector-bg.isuzu {
  background-image: url(../images/brand-logos/Isuzu%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.isuzu {
  background-image: url(../images/brand-logos/Isuzu%20white.svg) !important;
}
.vector-bg.karma {
  background-image: url(../images/brand-logos/Karma%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.karma {
  background-image: url(../images/brand-logos/Karma%20white.svg) !important;
}
.vector-bg.lamborghini {
  background-image: url(../images/brand-logos/Lamborghini%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.lamborghini {
  background-image: url(../images/brand-logos/Lamborghini%20white.svg) !important;
}
.vector-bg.lotus {
  background-image: url(../images/brand-logos/Lotus%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.lotus {
  background-image: url(../images/brand-logos/Lotus%20white.svg) !important;
}
.vector-bg.lucid {
  background-image: url(../images/brand-logos/Lucid%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.lucid {
  background-image: url(../images/brand-logos/Lucid%20white.svg) !important;
}
.vector-bg.maserati {
  background-image: url(../images/brand-logos/Maserati%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.maserati {
  background-image: url(../images/brand-logos/Maserati%20white.svg) !important;
}
.vector-bg.maybach {
  background-image: url(../images/brand-logos/Maybach%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.maybach {
  background-image: url(../images/brand-logos/Maybach%20white.svg) !important;
}
.vector-bg.mclaren {
  background-image: url(../images/brand-logos/McLaren%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.mclaren {
  background-image: url(../images/brand-logos/McLaren%20white.svg) !important;
}
.vector-bg.mercury {
  background-image: url(../images/brand-logos/Mercury%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.mercury {
  background-image: url(../images/brand-logos/Mercury%20white.svg) !important;
}
.vector-bg.mini {
  background-image: url(../images/brand-logos/MINI%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.mini {
  background-image: url(../images/brand-logos/MINI%20white.svg) !important;
}
.vector-bg.mo {
  background-image: url(../images/brand-logos/mo%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.mo {
  background-image: url(../images/brand-logos/mo%20white.svg) !important;
}
.vector-bg.oldsmobile {
  background-image: url(../images/brand-logos/Oldsmobile%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.oldsmobile {
  background-image: url(../images/brand-logos/Oldsmobile%20white.svg) !important;
}
.vector-bg.panoz {
  background-image: url(../images/brand-logos/Panoz%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.panoz {
  background-image: url(../images/brand-logos/Panoz%20white.svg) !important;
}
.vector-bg.plymouth {
  background-image: url(../images/brand-logos/Plymouth%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.plymouth {
  background-image: url(../images/brand-logos/Plymouth%20white.svg) !important;
}
.vector-bg.polestar {
  background-image: url(../images/brand-logos/Polestar%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.polestar {
  background-image: url(../images/brand-logos/Polestar%20white.svg) !important;
}
.vector-bg.pontiac {
  background-image: url(../images/brand-logos/Pontiac%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.pontiac {
  background-image: url(../images/brand-logos/Pontiac%20white.svg) !important;
}
.vector-bg.ram {
  background-image: url(../images/brand-logos/Ram%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.ram {
  background-image: url(../images/brand-logos/Ram%20white.svg) !important;
}
.vector-bg.rivian {
  background-image: url(../images/brand-logos/Rivian%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.rivian {
  background-image: url(../images/brand-logos/Rivian%20white.svg) !important;
}
.vector-bg.rolls-royce {
  background-image: url(../images/brand-logos/Rolls-Royce%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.rolls-royce {
  background-image: url(../images/brand-logos/Rolls-Royce%20white.svg) !important;
}
.vector-bg.saab {
  background-image: url(../images/brand-logos/Saab%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.saab {
  background-image: url(../images/brand-logos/Saab%20white.svg) !important;
}
.vector-bg.saturn {
  background-image: url(../images/brand-logos/Saturn%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.saturn {
  background-image: url(../images/brand-logos/Saturn%20white.svg) !important;
}
.vector-bg.scion {
  background-image: url(../images/brand-logos/Scion%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.scion {
  background-image: url(../images/brand-logos/Scion%20white.svg) !important;
}
.vector-bg.smart {
  background-image: url(../images/brand-logos/smart%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.smart {
  background-image: url(../images/brand-logos/smart%20white.svg) !important;
}
.vector-bg.spyker {
  background-image: url(../images/brand-logos/Spyker%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.spyker {
  background-image: url(../images/brand-logos/Spyker%20white.svg) !important;
}
.vector-bg.subaru {
  background-image: url(../images/brand-logos/Subaru%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.subaru {
  background-image: url(../images/brand-logos/Subaru%20white.svg) !important;
}
.vector-bg.suzuki {
  background-image: url(../images/brand-logos/Suzuki%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.suzuki {
  background-image: url(../images/brand-logos/Suzuki%20white.svg) !important;
}
.vector-bg.vinfast {
  background-image: url(../images/brand-logos/VinFast%20black.svg) !important;
}
.make-filter-label:has(input:checked) > .vector-bg.vinfast {
  background-image: url(../images/brand-logos/VinFast%20white.svg) !important;
}
.watchlistRemoved {
  background-color: #fff;
}
@media (min-width: 992px) {
  .kt_content .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .kt_content .ml-lg-8,
  .mx-lg-8 {
    margin-left: 2rem !important;
  }
}
@media (min-width: 1400px) {
  .kt_content .symbol > img {
    width: 100%;
    max-width: 50px;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .kt_content .symbol > img {
    width: 100%;
    max-width: 50px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  .kt_content .symbol > img {
    width: 100%;
    max-width: 50px;
    height: 50px;
  }
}
@media (min-width: 768px) {
  .kt_content .symbol > img {
    width: 100%;
    max-width: 50px;
    height: 50px;
  }
}
@media (min-width: 576px) {
  .kt_content .symbol > img {
    width: 100%;
    max-width: 50px;
    height: 50px;
  }
}
.new-header .kk-search-box {
  background-color: #fff !important;
  border-radius: 50px;
  border: 1px solid rgb(0 0 0 / 0.5);
}
.new-header .kk-search {
  background-color: #fff !important;
  border-radius: 50px;
}
.new-header .add-list {
  background: #b22f44 !important;
  box-shadow: none;
}
.new-header .border-inline {
  height: 3px;
}
.sell-car-privately-img img {
  max-width: 100%;
}
.sell-car-privately-content {
  padding-left: 20px;
}
.heading-toll {
  margin-bottom: 32px;
}
.heading-title {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 24px;
}
.heading-toll p {
  font-size: 22px;
  font-weight: 300;
}
.sell-car-privately-content ul {
  padding: 0;
  margin: 0 0 32px 0;
}
.sell-car-privately-content ul li {
  position: relative;
  padding-left: 60px;
  list-style: none;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 300;
}
.sell-car-privately-content ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.sell-car-privately-content ul li h3 {
  font-weight: 700;
  font-size: 24px;
}
.selltp-btn {
  background-color: #05309d;
  width: 175px;
  height: 55px;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.selltp-btn:hover {
  background-color: #000;
  color: #fff !important;
  text-decoration: none;
}
.sec-spacess {
  padding: 70px 0;
}
.car-your-way {
  background-color: #000;
  color: #fff !important;
  padding-bottom: 120px;
}
.car-your-way .heading-toll {
  margin-bottom: 82px;
}
.car-your-way-item {
  background-color: #fff !important;
  margin-bottom: 120px;
  border-radius: 22px;
  min-height: 345px;
  position: relative;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.car-your-way-item:last-child {
  margin-bottom: 0;
}
.car-your-way-item-content {
  color: #000;
  width: 50%;
}
.car-your-way-item-img {
  position: absolute;
  right: 60px;
  top: -50px;
  width: 50%;
  text-align: right;
}
.car-your-way-item-img img {
  max-width: 100%;
}
.car-your-way-item-content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.car-your-way-item-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.car-your-way-item-content p {
  font-size: 20px;
  margin-bottom: 24px;
}
.car-your-way-item-img-odd {
  right: auto;
  left: 60px;
  text-align: left;
}
.car-your-way-item-content-odd {
  margin-left: auto;
}
.easiest-way {
  padding-top: 120px;
}
.easiest-way-content {
  padding-right: 16px;
}
.easiest-way-img {
  position: relative;
  z-index: 1;
}
.easiest-way-img:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -50px;
  background-color: #5f0052;
  width: calc(100% - 150px);
  height: calc(100% + 100px);
  border-radius: 10px;
  content: "";
  z-index: -1;
}
.easiest-way-img img {
  max-width: 100%;
}
.why-choose-item {
  border-radius: 22px;
  border: 2px solid #5f0052;
  padding: 32px;
  box-shadow: 0 0 4px 1px rgb(0 0 0 / 0.25);
}
.why-choose-item i {
  width: 200px;
  height: 150px;
  border-radius: 10px;
  background-color: rgb(95 0 82 / 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.why-choose-item h3 {
  font-weight: 700;
  font-size: 24px;
}
.why-choose-item p {
  font-size: 20px;
}
.trusted-used-outer {
  background-color: #000;
}
.trusted-used-item {
  padding: 40px 16px;
  box-shadow: 0 -1px 30px 0 rgb(21 21 21 / 0.1);
  border-radius: 12px;
  margin-bottom: 10px;
  font-size: 18px;
}
.trusted-used-left [class*="col-"]:nth-last-child(-n + 4) .trusted-used-item {
  margin-bottom: 0;
}
.trusted-used-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 60px;
}
.trusted-used-right-heading {
  font-size: 19px;
  line-height: 1.2;
}
select.form-control {
  background-image: url(../images/arrow-down-black.svg);
  appearance: none;
  background-repeat: no-repeat;
  background-position: 98% center;
  height: 66px;
  border-radius: 4px;
  font-size: 18px;
}
.trusted-used-item h3 {
  font-weight: 500;
  font-size: 20px;
}
.row-space-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.col-space-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.related-brand-outer {
  position: relative;
  z-index: 1;
}
.related-brand-outer:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 325px;
  background-color: rgb(95 0 82 / 0.1);
  content: "";
  z-index: -1;
}
.related-items1 {
  background: #5f0052;
  padding: 18px;
  border-radius: 15px;
  color: #fff !important;
  height: 100%;
}
.related-items1 i {
  display: block;
  margin-bottom: 8px;
}
.related-items1 h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.related-items1 ul {
  padding: 0;
  margin: 0 0 24px 0;
}
.related-items1 ul li {
  font-size: 22px;
  list-style: none;
  color: #fff !important;
}
.related-items1 ul li a,
.dotted-arrow-outer a {
  color: #fff !important;
}
.dotted-arrow-outer a {
  font-size: 22px;
}
.dotted-arrow-outer a img {
  margin-left: 5px;
}
.related-items_list1 {
  background: #05309d;
  padding: 25px;
  border-radius: 15px;
  color: #fff !important;
  height: 100%;
}
.related-items_list1 h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.related-items_list1 ul {
  margin: 0 0 24px 0;
}
.related-items_list1 ul li {
  list-style: disc;
  color: #fff !important;
}
.related-items_list1 ul li a,
.dotted-arrow-outer a {
  color: #fff !important;
}
.related-items_list1 .show-more-list__btn {
  width: 100px;
  height: 35px;
  color: #000 !important;
  font-size: 14px;
  text-align: left;
  display: flex;
  background: #fff;
}
.related-items_list1 .show-more-list__btn i {
  display: block;
  margin-bottom: 8px;
  margin-left: 5px;
  margin-top: 3px;
}
.cars-logo-carousel {
  padding: 0 24px;
}
.cars-logo-carousel .owl-item img {
  width: auto;
}
.cars-brands-item {
  display: flex;
  white-space: nowrap;
  padding: 30px 20px;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  background-color: #f2f3f5;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.cars-brands-item:hover {
  background-color: #d00f76;
  color: #fff !important;
}
.cars-brands-item:hover img {
  filter: brightness(0) invert(1);
}
.cars-logo-carousel {
  position: relative;
}
.cars-logo-carousel .owl-nav button {
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  font-size: 20px;
  line-height: 1.1;
}
.cars-logo-carousel .owl-nav button.owl-next {
  right: -25px;
  background-image: url(../images/arrow-next.png) !important;
}
.cars-logo-carousel .owl-nav button.owl-prev {
  left: -25px;
  background-image: url(../images/arrow-prev.png) !important;
}
.cars-logo-carousel .owl-nav button span {
  display: none;
}
.trusted-owl .owl-nav button {
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  font-size: 20px;
  line-height: 1.1;
}
.trusted-owl .owl-nav button.owl-next {
  right: -25px;
  background-image: url(../images/arrow-next.png) !important;
}
.trusted-owl .owl-nav button.owl-prev {
  left: -25px;
  background-image: url(../images/arrow-prev.png) !important;
}
.trusted-owl .owl-nav button span {
  display: none;
}
.iconwith-heading {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.iconwith-heading h2 {
  font-size: 48px;
  font-weight: 700;
}
.filter-dropdown {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.filter-dropdown-outer {
  position: relative;
}
.filter-dropdown-select {
  cursor: pointer;
  background: #f5f5f5 url(../images/arrow-down-black.svg);
  background-repeat: no-repeat;
  background-position: 90% 55%;
  background-size: 11px;
  font-size: 16px;
  padding: 8px 25px 8px 15px;
  text-align: center;
  box-shadow: 0 0 2.67px 0 rgb(0 0 0 / 0.25);
  border-radius: 10px;
}
.filter-dropdown-select:hover {
  color: #fff;
  background: #05309d url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 90% 55%;
  background-size: 11px;
}
.filter-dropdown-formbox {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  display: none;
  width: 725px;
  border-radius: 7px;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 0.25);
  padding: 25px 25px 0 25px;
  background-color: #fff;
  z-index: 1;
}
.filter-dropdown-formbox-heading {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 32px;
}
.filter-dropdown-formbox-body {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-height: 320px;
  overflow-x: auto;
  padding-bottom: 20px;
}
.filter-dropdown-contentlist {
  background-color: #f4f6fa;
  border: 1px solid rgb(0 0 0 / 0.15);
  width: calc(25% - 16px);
  border-radius: 10px;
  text-align: center;
  padding: 15px 20px;
}
.filter-dropdown-contentlist-hd {
  font-size: 18px;
}
.filter-dropdown-formbox .btn-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 24px;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 0.25);
  padding: 25px;
  margin-left: -25px;
  margin-right: -25px;
}
.filter-dropdown-formbox .btn {
  flex: inherit;
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
}
.filter-dropdown-formbox .custom-button {
  background-color: #05309d;
  color: #fff;
  padding: 12px 15px;
  border-radius: 12px;
}
.filter-dropdown-formbox .custom-button:hover {
  background-color: #000;
}
.filter-dropdown-formbox .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.profile-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.header-profile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-right: 1px solid #bababa;
}
.header-profile i {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.header-profile i img {
  object-fit: cover;
}
.header-profile-name {
  font-size: 18px;
  line-height: 1;
  color: #817b7b;
  width: 125px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header-profile-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-profile-content .btn {
  color: #5f0052;
  font-size: 16px;
  padding: 0;
}
.header-profile-content .btnMyAc {
  color: #5f0052;
  font-size: 16px;
  padding: 0;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #fff0;
  border: 1px solid #fff0;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.header-profile-icons {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.header-profile-icons a {
  position: relative;
}
.header-profile-icons a img {
  width: 30px !important;
}
.header-profile-icons a span {
  position: absolute;
  right: -4px;
  top: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d00f76;
  padding: 2px;
  text-align: center;
  font-size: 10px;
  color: #fff;
}
.kk-product-slide {
  padding: 15px;
}
.kk-brand-blog-inner {
  background: #fff;
  box-shadow: 0 0 1px 1px rgb(0 0 0 / 0.25);
  width: 100%;
  height: auto;
  overflow: hidden;
}
.product-img {
  width: auto;
  min-height: 250px;
  overflow: hidden;
  border-radius: 14px;
  margin: 7px;
  display: block;
  transition: 0.5s ease-in-out;
  position: relative;
  object-fit: fill;
}
.product-img img {
  border-radius: 14px;
}
.labels-tag {
  position: absolute;
  top: 20px;
  left: 15px;
  display: flex;
  gap: 8px;
}
.add-wishlist {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 2px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(50%);
  color: #f6971c;
  box-shadow: 0 0 13px rgb(0 0 0 / 0.1);
  background: url(../images/heart-icon-dark.png) no-repeat #fff 50%;
}
.add-wishlist.watchlistAdded,
.heart-round:hover {
  background: url(../images/heart-icon-white.png) no-repeat #d00f76 50% !important;
}
.featured-car .product-img img {
  border: 1.4px solid #000;
}
.featured-car .kk-brand-blog-inner {
  box-shadow: 0 0 1px 1px rgb(0 0 0 / 0.1);
}
.kk-contant-boxb {
  height: auto;
  padding: 10px 15px 1px 15px;
}
.kk-contant-boxb span {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 20px;
  align-items: center;
  text-transform: capitalize;
  color: #000;
}
.cat-head {
  font-style: normal;
  font-weight: 600 !important;
  font-size: 17px !important;
  line-height: 23px;
  text-decoration: none;
  text-transform: capitalize;
  color: #393938 !important;
  min-height: 45px;
}
.kk-category-list {
  flex-wrap: wrap;
  margin-bottom: 0;
  min-height: 82px;
  list-style: none;
  padding: 0;
}
.kk-category-list li {
  width: 50%;
  padding-bottom: 9px;
  display: flex;
}
.kk-price-box {
  display: flex;
  justify-content: space-between;
  padding: 8px 0 8px 0;
}
.kk-price-num {
  font-style: normal;
  font-weight: 600 !important;
  font-size: 17px !important;
  line-height: 27px;
  display: flex !important;
  align-items: center;
  text-transform: capitalize;
  color: #d00f76;
  width: 144px;
}
.col-lg-4 .kk-price-num {
  font-size: 22px !important;
}
.col-lg-4 .product-img {
  min-height: 300px;
}
.kk-btn-rigister.btn-model {
  height: 40px;
  border-radius: 10px;
}
.border-inline {
  display: flex;
  width: 100%;
  height: 1px;
  background: rgb(0 0 0 / 0.1);
}
.kk-product-slide {
  padding: 15px;
}
.kk-choose-inner-news {
  background: #fff;
  box-shadow: 0 0 4px 1px rgb(0 0 0 / 0.25);
  border-radius: 28px;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  overflow: hidden;
}
.blog-thumb > img {
  width: 100%;
  object-fit: cover;
  border-radius: 28px;
}
.kk-overlay-bg {
  position: absolute;
  bottom: 15px;
  right: 20px;
  border-radius: 5px;
  font-size: 24px;
  background-color: #5f0052;
  padding: 10px 20px;
  width: 55%;
  height: 45px;
}
.date-post {
  font-style: normal;
  font-size: 24px;
  line-height: 18px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  padding-left: 6px;
}
.kk-blog-title {
  padding: 24px;
}
.kk-blog-title a {
  font-size: 19px !important;
  color: #000;
  font-weight: 500;
}
.kk-blog-title-hd {
  margin-bottom: 20px;
}
.footer-section-new {
  background-color: #5f0052;
}
.footer-section-new .footer-logo p {
  font-size: 20px;
}
.footer-section-new .copyright-allre {
  font-size: 20px;
  font-weight: 400;
}
.kk-btn-new-login {
  display: block !important;
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  color: #5f0052;
  border-width: 1px;
  border-style: solid;
  border-color: #5f0052;
  border-image: initial;
  border-radius: 18px;
  padding: 5px 2px;
  width: 85px;
}
.kk-btn-new-login:hover {
  background-color: #5f0052;
  color: #fff !important;
}
.kk-heding h2 {
  font-size: 34px !important;
  line-height: 58px !important;
  font-weight: 700 !important;
}
@media (min-width: 992px) {
  .for-tab-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .for-mobile {
    display: none;
  }
}
@media screen and (max-width: 1700px) {
  .related-items1 ul li {
    font-size: 20px;
  }
}
@media screen and (max-width: 1599px) {
  .heading-title {
    font-size: 38px;
  }
  .heading-toll p,
  .sell-car-privately-content ul li {
    font-size: 20px;
  }
  .sell-car-privately-content ul li h3 {
    font-size: 22px;
  }
  .trusted-used-right {
    padding-left: 40px;
  }
  .related-items1 h5 {
    font-size: 18px;
  }
  .related-items1 ul li {
    font-size: 18px;
  }
  .dotted-arrow-outer a {
    font-size: 20px;
  }
  .iconwith-heading h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1399px) {
  .heading-title {
    font-size: 36px;
  }
  .sell-car-privately-content ul li {
    margin-bottom: 28px;
  }
  .car-your-way-item-content {
    padding-left: 32px;
  }
  .why-choose-item p {
    font-size: 18px;
  }
  .trusted-used-right {
    padding-left: 0;
  }
  .trusted-used-item {
    padding: 16px;
  }
  .trusted-used-item h3 {
    font-size: 18px;
  }
  .related-items {
    padding: 16px;
  }
  .related-items1 h5 {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .related-items1 ul li {
    font-size: 16px;
  }
  .dotted-arrow-outer a {
    font-size: 18px;
  }
  .iconwith-heading h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1199px) {
  .car-your-way-item-img {
    width: 40%;
    right: 36px;
    top: -35px;
  }
  .car-your-way-item-content {
    padding-left: 0;
    width: 55%;
  }
  .car-your-way-item-content p,
  .heading-toll p,
  .sell-car-privately-content ul li {
    font-size: 18px;
  }
  .sell-car-privately-content {
    padding-left: 0;
  }
  .heading-title {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .sell-car-privately-content ul li h3 {
    font-size: 20px;
  }
  .selltp-btn {
    font-size: 18px;
  }
  .sec-spacess {
    padding: 50px 0;
  }
  .car-your-way-item {
    min-height: auto;
    padding: 24px;
  }
  .car-your-way-item-img-odd {
    left: 36px;
  }
  .easiest-way-img:after {
    top: -32px;
    height: calc(100% + 66px);
  }
  .why-choose-item p {
    font-size: 15px;
  }
  .why-choose-item h3 {
    font-size: 20px;
  }
  .why-choose-item {
    padding: 20px;
  }
  .trusted-used-item {
    font-size: 15px;
  }
  select.form-control {
    height: 54px;
    font-size: 15px;
  }
  .trusted-used-item h3 {
    font-size: 16px;
  }
  .related-items1 ul li {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .dotted-arrow-outer a {
    font-size: 14px;
  }
  .related-items1 h5 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .related-items1 i img {
    width: 44px;
  }
  .dotted-arrow-outer {
    margin-top: auto;
  }
  .related-items1 ul {
    margin: 0 0 12px 0;
  }
  .car-your-way-item {
    margin-bottom: 90px;
  }
  .iconwith-heading h2 {
    font-size: 30px;
  }
  .filter-dropdown-formbox-heading {
    font-size: 20px;
    padding-bottom: 24px;
  }
  .filter-dropdown-formbox {
    padding: 16px 16px 0 16px;
  }
  .filter-dropdown-contentlist-hd {
    font-size: 18px;
  }
  .filter-dropdown-formbox .btn {
    font-size: 16px;
  }
  .filter-dropdown-formbox .btn-group {
    padding: 20px 25px;
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (max-width: 991px) {
  .sell-car-privately-img {
    text-align: center;
    margin: 0 auto 30px;
  }
  .sell-car-privately-img img {
    max-width: 50%;
  }
  .heading-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .car-your-way-item-img {
    width: 30%;
    right: 20px;
    top: -35px;
  }
  .car-your-way-item-content {
    width: 70%;
    padding-right: 16px;
  }
  .car-your-way-item-content h4 {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .car-your-way-item-content p,
  .heading-toll p,
  .sell-car-privately-content ul li {
    font-size: 16px;
  }
  .car-your-way-item-content-odd {
    padding-left: 40px;
  }
  .car-your-way-item-content p {
    margin-bottom: 16px;
  }
  .sec-spacess {
    padding: 40px 0;
  }
  .easiest-way-img:after {
    top: -25px;
    height: calc(100% + 46px);
    width: calc(100% - 100px);
  }
  .why-choose-item i {
    width: 170px;
    height: 115px;
  }
  .why-choose-item {
    padding: 12px;
  }
  .why-choose-item h3 {
    font-size: 18px;
  }
  .related-items {
    margin-bottom: 26px;
    height: calc(100% - 26px);
  }
  .related-items1 h5 {
    font-size: 16px;
  }
  .trusted-used-right {
    padding: 10px 0;
  }
  .car-your-way-item-img {
    top: 20px;
  }
  .car-your-way-item {
    margin-bottom: 36px;
  }
  .car-your-way-item-content-odd {
    padding-left: 48px;
  }
  .for-desktop {
    display: none;
  }
  .iconwith-heading h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .for-desktop-tab {
    display: none;
  }
  .heading-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 16px;
  }
  .sell-car-privately-img img {
    max-width: 100%;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sell-car-privately-content ul li h3 {
    font-size: 16px;
  }
  .sell-car-privately-content ul li {
    margin-bottom: 20px;
    padding-left: 54px;
  }
  .selltp-btn {
    width: 142px;
    height: 40px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 4px;
    margin: auto;
  }
  .car-your-way .heading-toll {
    margin-bottom: 28px;
  }
  .car-your-way-item {
    flex-wrap: wrap;
    border-radius: 13px;
    position: relative;
    z-index: 1;
    background-color: #fff0;
    padding-top: 0;
  }
  .car-your-way-item::after {
    position: absolute;
    left: 0;
    top: 60px;
    content: "";
    background-color: #fff !important;
    width: 100%;
    height: calc(100% - 60px);
    z-index: -1;
    border-radius: 13px;
  }
  .car-your-way-item-img {
    width: 100%;
    position: relative;
    top: 0;
    left: inherit;
    right: inherit;
    margin-bottom: 20px;
  }
  .car-your-way-item-content {
    width: 100%;
  }
  .car-your-way-item-content h4 {
    font-size: 18px;
    text-align: center;
  }
  .car-your-way-owl .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    margin-top: 20px;
  }
  .car-your-way-owl .owl-dots button.owl-dot {
    width: 16px;
    height: 16px;
    background-color: rgb(255 255 255 / 0.5);
    border-radius: 50%;
  }
  .car-your-way-owl .owl-dots button.owl-dot.active {
    background-color: #fff !important;
  }
  .easiest-way-content .heading-title {
    font-size: 16px;
  }
  .easiest-way-img {
    margin-bottom: 20px;
    text-align: center;
  }
  .easiest-way-img:after {
    top: 50px;
    height: calc(100% - 50px);
    width: calc(100% + 30px);
    left: -15px;
  }
  .easiest-way-content {
    padding-right: 0;
  }
  .owl-item .why-choose-item img {
    max-width: 100%;
    width: auto;
  }
  .why-choose-item i {
    width: 155px;
    height: 120px;
  }
  .why-owl .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    margin-top: 20px;
  }
  .why-owl .owl-dots button.owl-dot {
    width: 16px;
    height: 16px;
    background-color: rgb(95 0 82 / 0.2);
    border-radius: 50%;
  }
  .why-owl .owl-dots button.owl-dot.active {
    background-color: #5f0052;
  }
  .trusted-used-outer {
    padding: 40px 20px;
  }
  .trusted-used-item {
    flex: 1;
  }
  .trusted-used-item i {
    width: 40px;
    height: 40px;
    margin: 0 auto 0;
  }
  .trusted-used-item div,
  .trusted-used-item h3 {
    font-size: 8px;
  }
  .trusted-used-right-heading {
    font-size: 17px !important;
    text-align: center;
    font-weight: 300 !important;
  }
  select.form-control {
    height: 43px;
    font-size: 15px;
  }
  .trusted-owl {
    position: relative;
  }
  .trusted-owl .owl-nav button {
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    font-size: 20px;
    line-height: 1.1;
  }
  .trusted-owl .owl-nav button.owl-next {
    right: -35px;
    background-image: url(../images/arrow-next.png);
  }
  .trusted-owl .owl-nav button.owl-prev {
    left: -35px;
    background-image: url(../images/arrow-prev.png);
  }
  .trusted-owl .owl-nav button span {
    display: none;
  }
  .trusted-used-flex {
    gap: 0 10px;
  }
  .owl-item .related-items1 img {
    max-width: 100%;
    width: auto !important;
  }
  .related-brand-outer:after {
    display: none;
  }
  .related-items1 h5 {
    margin-bottom: 20px;
  }
  .related-items1 h5 {
    font-size: 25px;
  }
  .related-items1 ul li {
    line-height: 25px;
  }
  .related-items1 ul li a {
    font-size: 15px !important;
  }
  .dotted-arrow-outer a {
    display: flex;
    justify-content: flex-end;
  }
  .related-owl .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    margin-top: 0;
  }
  .related-owl .owl-dots button.owl-dot {
    width: 16px;
    height: 16px;
    background-color: rgb(95 0 82 / 0.5);
    border-radius: 50%;
  }
  .related-owl .owl-dots button.owl-dot.active {
    background-color: #5f0052;
  }
  .iconwith-heading h2 {
    font-size: 26px;
  }
  .filter-dropdown-formbox {
    width: calc(100vw - 30px);
  }
  .filter-dropdown-formbox-heading {
    font-size: 20px;
    padding-bottom: 16px;
  }
  .filter-dropdown-contentlist-hd {
    font-size: 18px;
  }
  .filter-dropdown-contentlist img {
    width: 36px;
    margin-bottom: 5px;
  }
  .header-profile {
    justify-content: left !important;
    padding-left: 15px !important;
  }
  .header-profile img {
    width: 45px !important;
    height: 45px !important;
    position: relative;
  }
  .header-profile-content {
    align-items: flex-start;
  }
  .header-profile-name {
    font-size: 13px !important;
    color: #fff !important;
  }
  .header-profile-content .btn {
    font-size: 13px !important;
    color: #fff !important;
  }
  .header-profile-content .btnMyAc {
    font-size: 13px !important;
    color: #fff !important;
  }
  .header-profile i {
    width: 45px !important;
    top: 5px;
    position: relative;
  }
  .header-profile-content .btn:after {
    right: 0;
    right: -133px;
    top: -5px;
    rotate: -90deg;
    font-size: 0.9rem !important;
  }
  .header-profile-content .btnMyAc:after {
    right: 0;
    right: -133px;
    top: -5px;
    rotate: -90deg;
    font-size: 0.9rem !important;
  }
  .navbar-nav .dropdown-toggle.nav-link:after {
    rotate: -90deg !important;
    color: #5f0052;
    font-size: 0.9rem !important;
  }
  .main-nav-mob ul li.nav-item {
    padding: 4px;
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 0.25);
    margin-bottom: 15px;
    border-radius: 8px;
  }
  .navbar-nav.kk-inner-toggl li:hover a {
    border-color: transparent !important;
    background-color: transparent !important;
  }
  .navbar-nav.kk-inner-toggl li a.active {
    border-color: transparent !important;
    background-color: transparent !important;
  }
  .header-profile-icons {
    right: 15px !important;
    top: 15px !important;
    position: absolute;
    gap: 8px !important;
  }
  .header-profile-icons a img {
    width: 25px !important;
  }
  .kk-btn-new-login {
    width: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px !important;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    color: #5f0052;
    border-width: 1px;
    border-style: solid;
    border-color: #5f0052;
    border-image: initial;
    border-radius: 18px;
    padding: 2px 2px;
    width: 49%;
    display: block;
  }
  .nav-mob-menu .colsh-2 {
    margin-top: 5px !important;
  }
  .logo-header img {
    width: 100px !important;
  }
  .btn-custom.btn-custom-xs {
    height: 30px !important;
    padding: 0 10px !important;
    font-size: 12px !important;
  }
  .kk-heding h2 {
    font-size: 19px !important;
  }
  .popular-tabing.nav-pills .nav-link {
    width: 130px !important;
  }
}
@media screen and (max-width: 600px) {
  .filter-dropdown-formbox {
    top: 126px;
    z-index: 100000;
    position: fixed;
    width: 100%;
  }
  .filter-dropdown-contentlist {
    width: calc(50% - 16px);
  }
  .filter-dropdown-formbox .btn-group {
    padding: 16px;
  }
  .filter-dropdown-formbox .btn {
    font-size: 16px;
  }
  .filter-dropdown {
    flex-wrap: nowrap !important;
    overflow-y: scroll;
  }
}
