@charset "UTF-8";
/*
  Template Name: Grocee - Organic Food HTML Template
  Author Name: Hook theme
  Author URL: https://themeforest.net/user/hooktheme
  Version: 1.0.0

  ----------------------------
  [Table of contents CSS] 
  ----------------------------

    1. Base CSS
    2. Header css
    3. Slider css
    4. Banner css 
    5. Product card css 
    6. Categories css
    7. Shipping css
    8. Blog css
    9. Testimonial css
    10. Brand logo css
    11. Accordion css
    12. Footer css 
    13. Quickview css
    14. Small Product css
    15. Single Product css 
    16. Product details css 
    17. Shop page css 
    18. Search filter css
    19. Privacy policy css
    20. Preloader css 
    21. Portfolio css
    22. Newsletter css 
    23. Newsletter popup css
    24. My account page css 
    25. Login page css
    26. Faq page css 
    27. Counterup css here
    28. Contact page css
    29. Compare page css 
    30. Checkout Page Css
    31. Cart page css
    32. Breadcrumb css 
    33. Blog details css
    34. About page css
    35. Error 404 page css 

*/
/*
    1. Base CSS
*/
@import url('plugins/flaticon.css');

:root {
  --primary-color: #212121;
  --secondary-color: #e12213;
  --foreground-color: #121416;
  --foreground-sub-color: #898686;
  --body-text-color: #000000;
  --text-white-color: #fff;
  --body-background-color: #fff;
  --bg-offwhite-color: #F7F7F7;
  --bg-black-color: #000000;
  --bg-light-dark-color: #1a1818;
  --border-color: #E5E5E5;
  --open-sans-fonts: "Open Sans", sans-serif;
  --rubik-fonts: "Rubik", sans-serif;
  --inter-fonts: "Inter", sans-serif;
  --body-font-size: 1.5rem;
  --body-font-weight: 400;
  --body-line-height: 2.8rem;
  --headings-weight: 700;
  --transition: all 0.3s ease 0s;
  --container-fluid-offset: 12rem;
}

/* Common Style */
*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  min-height: 100%;
  margin: 0;
  font-size: 62.5%;
  padding: 0;
}

body {
  font-family: var(--open-sans-fonts);
  font-size: var(--body-font-size, 1.5rem);
  font-weight: var(--body-font-weight);
  font-style: normal;
  line-height: var(--body-line-height, 26px);
  position: relative;
  visibility: visible;
  overflow-x: hidden;
  color: var(--foreground-color);
  background-color: var(--background-color);
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .sol-blok {width:100% !important;}
  .orta-blok,.sag-blok {display: none !important;}
  
}

[data-aos=fade-up] {
  transform: translate3d(0, 40px, 0);
  -webkit-transform: translate3d(0, 40px, 0);
  -moz-transform: translate3d(0, 40px, 0);
  -ms-transform: translate3d(0, 40px, 0);
  -o-transform: translate3d(0, 40px, 0);
}

.tooltip {
  font-size: 1.3rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: var(--headings-weight);
  margin: 0;
}

h1,
.h1 {
  font-size: 2.2rem;
  line-height: 3.2rem;
}
@media only screen and (min-width: 480px) {
  h1,
.h1 {
    font-size: 2.8rem;
    line-height: 3.7rem;
  }
}
@media only screen and (min-width: 576px) {
  h1,
.h1 {
    font-size: 3rem;
    line-height: 3.8rem;
  }
}
@media only screen and (min-width: 768px) {
  h1,
.h1 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 992px) {
  h1,
.h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  h1,
.h1 {
    font-size: 4.5rem;
    line-height: 5rem;
  }
}
@media only screen and (min-width: 1366px) {
  h1,
.h1 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}

h2,
.h2 {
  font-size: 1.7rem;
  line-height: 2.4rem;
}
@media only screen and (min-width: 768px) {
  h2,
.h2 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media only screen and (min-width: 992px) {
  h2,
.h2 {
    font-size: 1.9rem;
    line-height: 2.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  h2,
.h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 1366px) {
  h2,
.h2 {
    font-size: 2.2rem;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
  line-height: 2.4rem;
}
@media only screen and (min-width: 992px) {
  h3,
.h3 {
    font-size: 1.6rem;
  }
}

h4,
.h4 {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media only screen and (min-width: 1200px) {
  h4,
.h4 {
    font-size: 1.7rem;
    line-height: 2.8rem;
  }
}

h5,
.h5 {
  font-weight: 400;
}

h6,
.h6 {
  font-weight: 400;
}

p,
.p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: var(--inter-fonts);
}
@media only screen and (min-width: 1200px) {
  p,
.p {
    margin-bottom: 1.5rem;
  }
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  display: inline-block;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
  color: inherit;
}

a,
button,
img,
input,
textarea {
  transition: var(--transition);
}

*:focus {
  outline: none;
  box-shadow: none;
}

:focus-visible {
  box-shadow: 0 0 5px 2px rgba(19, 19, 19, 0.15);
}

a:focus {
  text-decoration: none;
  outline: none;
}

a {
  color: var(--foreground-color);
}

a:hover {
  text-decoration: none;
  color: var(--secondary-color);
}

button,
input[type=submit] {
  cursor: pointer;
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

input[type=number] {
  -moz-appearance: textfield;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

span {
  display: inline-block;
  transition: var(--transition);
}

label {
  transition: var(--transition);
  display: block;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

ul {
  margin: 0;
  padding: 0;
}

ul:last-child {
  margin-bottom: 0;
}

li {
  list-style: none;
  line-height: 1;
}

hr {
  border-top-width: 2px;
}

@media only screen and (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1366px) {
  .container {
    max-width: 1340px;
  }
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding-right: var(--bs-gutter-x, 1.5rem);
  padding-left: var(--bs-gutter-x, 1.5rem);
}

.container-fluid {
  --offset-fluid: 1.5rem;
  padding-right: var(--offset-fluid);
  padding-left: var(--offset-fluid);
}
@media only screen and (min-width: 992px) {
  .container-fluid {
    --offset-fluid: 3rem;
  }
}
@media only screen and (min-width: 1366px) {
  .container-fluid {
    --offset-fluid: calc(var(--container-fluid-offset) / 4.5);
  }
}
@media only screen and (min-width: 1600px) {
  .container-fluid {
    --offset-fluid: calc(var(--container-fluid-offset) / 2.5);
  }
}
@media only screen and (min-width: 1800px) {
  .container-fluid {
    --offset-fluid: var(--container-fluid-offset);
  }
}
.container-fluid.width-100 {
  --offset-fluid: 0;
}

.row {
  margin-right: -1rem;
  margin-left: -1rem;
}
@media only screen and (min-width: 992px) {
  .row {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}
@media only screen and (min-width: 992px) {
  .row > * {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media only screen and (max-width: 1199px) {
  .col-lg-order {
    order: 1;
  }
  .d-lg-none {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .d-md-none {
    display: none;
  }
  .d-md-flex {
    display: flex;
  }
  .col-md-order {
    order: 1;
  }
  .d-md-block {
    display: block;
  }
  .d-md-2-block {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .d-sm-u-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }
  .col-sm-order {
    order: 1;
  }
}
@media only screen and (max-width: 575px) {
  .d-sm-2-none {
    display: none;
  }
  .d-sm-2-block {
    display: block;
  }
  .d-sm-2-flex {
    display: flex;
  }
  .col-sm-2-order {
    order: 1;
  }
}
@media only screen and (max-width: 479px) {
  .d-sm-3-none {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .custom-col {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .row-md-reverse {
    flex-direction: column-reverse;
  }
  .row_md_reverse {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .row_sm_reverse {
    flex-direction: column-reverse;
  }
}

/*
  Swiper navigation css
*/
.swiper__nav--btn.card__swiper--nav {
  opacity: 1;
  visibility: visible;
  top: -33px;
}
@media only screen and (min-width: 768px) {
  .swiper__nav--btn.card__swiper--nav {
    top: -38px;
  }
}
@media only screen and (min-width: 1200px) {
  .swiper__nav--btn.card__swiper--nav {
    top: -48px;
  }
}
@media only screen and (min-width: 1600px) {
  .swiper__nav--btn.card__swiper--nav {
    top: -60px;
  }
}
.swiper__nav--btn.card__swiper--nav.swiper-button-prev {
  right: 3.7rem;
  left: auto;
}

.swiper:hover .swiper__nav--btn {
  opacity: 1;
  visibility: visible;
}

.swiper__nav--btn {
  width: 3.5rem;
  height: 3.5rem;
  background: inherit;
  border: 1px solid var(--secondary-color);
  background: var(--body-background-color);
  color: var(--secondary-color);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: 9;
}
@media only screen and (max-width: 479px) {
  .swiper__nav--btn {
    width: 3rem;
    height: 3rem;
  }
}
.swiper__nav--btn.swiper-button-disabled {
  background: inherit;
  color: var(--primary-color);
}
.swiper__nav--btn:hover {
  background: var(--secondary-color);
  color: var(--text-white-color);
}
.swiper__nav--btn::after {
  display: none;
}
.swiper__nav--btn.swiper-button-prev {
  left: 0;
}
.swiper__nav--btn.swiper-button-next {
  right: 0;
}
.swiper__nav--btn.swiper-button-next::after {
  display: none;
}

/*
  Swiper pagination css
*/
.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid var(--secondary-color);
  opacity: 1;
  vertical-align: middle;
  transition: var(--transition);
  background: inherit;
  margin: 0 4px !important;
  position: relative;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--secondary-color);
}

/*
  default css here
*/
.modal-backdrop.show {
  opacity: 0.7;
}

.switcher__mode--btn > .moon__icon {
  display: block;
}

.switcher__mode--btn .sun__icon {
  display: none;
}

.switcher__mode--btn.active > .moon__icon {
  display: none;
}

.switcher__mode--btn.active > .sun__icon {
  display: block;
}

.primary__btn {
  font-weight: 600;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 3.8rem;
  height: 3.8rem;
  padding: 0 2rem;
  letter-spacing: 0.2px;
  border-radius: 2.4rem;
  background: var(--secondary-color);
  color: var(--text-white-color);
  border: 0;
}
.primary__btn:hover {
  background: var(--primary-color);
  color: var(--text-white-color);
}
@media only screen and (min-width: 768px) {
  .primary__btn {
    line-height: 4rem;
    height: 4rem;
    padding: 0 2.2rem;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 992px) {
  .primary__btn {
    font-size: 1.5rem;
    line-height: 4.2rem;
    height: 4.2rem;
    padding: 0 2.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .primary__btn {
    line-height: 4.6rem;
    height: 4.6rem;
    padding: 0 3rem;
  }
}

.gradient__text--color {
  background: linear-gradient(to right, #1066E7 0%, #C81CC5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

select {
  word-wrap: normal;
  font-family: var(--font-lato);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}

.section__heading {
  padding-bottom: 1.2rem;
  position: relative;
}
.section__heading::before {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--secondary-color);
  left: 0;
  top: 1px;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .section__heading::before {
    top: 3px;
  }
}
.section__heading::after {
  position: absolute;
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  background: var(--secondary-color);
  left: 7px;
  top: 8px;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .section__heading::after {
    top: 10px;
  }
}
.section__heading--maintitle {
  text-transform: uppercase;
  padding-left: 3.4rem;
}
.section__heading--maintitle span {
  font-weight: 400;
}
.section__heading--flex {
  flex-wrap: wrap;
  gap: 2rem;
}
.section__heading--desc {
  margin-top: 1.2rem;
}
.section__heading.style2 {
  padding-bottom: 0;
}
.section__heading.style2 .section__heading--maintitle {
  padding-left: 0;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) {
  .section__heading.style2 .section__heading--maintitle {
    font-size: 2.6rem;
    line-height: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .section__heading.style2 .section__heading--maintitle {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
.section__heading.style2::before {
  display: none;
}
.section__heading.style2::after {
  display: none;
}

#scroll__top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 99;
  outline: none;
  background-color: var(--secondary-color);
  color: var(--text-white-color);
  box-shadow: 0 2px 22px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  line-height: 1;
  width: 4.3rem;
  height: 4.3rem;
  border-radius: 50%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#scroll__top:hover {
  background: var(--primary-color);
}
@media only screen and (max-width: 991px) {
  #scroll__top {
    bottom: 75px;
  }
}

#scroll__top.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

#scroll__top svg {
  width: 25px;
  line-height: 1;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.line-height-1 {
  line-height: 1;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.overflow-hidden {
  overflow: hidden;
}

.break {
  word-break: break-word;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.text-ofwhite {
  color: var(--ofwhite-color);
}

.bg__primary {
  background: var(--primary-color);
}

.bg__secondary {
  background: var(--secondary-color);
}

.bg__black {
  background: #1d1c1c;
}

.text__primary {
  color: var(--primary-color);
}

.text__secondary {
  color: var(--secondary-color);
}

.position__relative {
  position: relative;
}

.border-bottom {
  border-bottom: 1px solid var(--border-color) !important;
}

.border {
  border: 1px solid var(--border-color) !important;
}

.border-0 {
  border: none;
}

.border-radius-5 {
  border-radius: 0.5rem;
}

.border-radius-10 {
  border-radius: 1rem;
}

.border-radius-20 {
  border-radius: 2rem;
}

.border-radius-30 {
  border-radius: 3rem;
}

.border-radius-50 {
  border-radius: 50%;
}

.width-100 {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .md-width-100 {
    width: 100%;
  }
}

.display-block {
  display: block;
}

/* Tab */
.tab_content {
  display: block;
}

.tab_pane {
  display: none;
  transition: var(--transition);
}

.tab_pane:not(.show) {
  opacity: 0;
}

.tab_pane.show {
  opacity: 1;
}

.tab_pane.active {
  display: block;
}

body.overlay__active,
.mobile_menu_open,
.predictive__search--box_active,
.offCanvas__minicart_active,
.offcanvas__filter--sidebar_active {
  overflow-y: hidden;
}

body.overlay__active::before,
.predictive__search--box_active::before,
.mobile_menu_open::before,
.offCanvas__minicart_active::before,
.offcanvas__filter--sidebar_active::before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0.5;
  cursor: crosshair;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate-fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* Section padding */
.section--padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media only screen and (min-width: 768px) {
  .section--padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

/* Section margin */
.section--nargin {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 768px) {
  .section--nargin {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

/* Padding */
.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-15 {
  padding-bottom: 1.5rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

/* Margin */
.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-60 {
  margin-bottom: 3.5rem;
}
@media only screen and (min-width: 768px) {
  .mb-60 {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 992px) {
  .mb-60 {
    margin-bottom: 6rem;
  }
}

.mb-55 {
  margin-bottom: 3.5rem;
}
@media only screen and (min-width: 992px) {
  .mb-55 {
    margin-bottom: 5.5rem;
  }
}

.mb-50 {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .mb-50 {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .mb-50 {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 1600px) {
  .mb-50 {
    margin-bottom: 5rem;
  }
}

.mb--n50 {
  margin-bottom: -2.5rem;
}
@media only screen and (min-width: 768px) {
  .mb--n50 {
    margin-bottom: -3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .mb--n50 {
    margin-bottom: -4rem;
  }
}
@media only screen and (min-width: 1600px) {
  .mb--n50 {
    margin-bottom: -5rem;
  }
}

.mb-40 {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 992px) {
  .mb-40 {
    margin-bottom: 4rem;
  }
}

.mb--n40 {
  margin-bottom: -3rem;
}
@media only screen and (min-width: 992px) {
  .mb--n40 {
    margin-bottom: -4rem;
  }
}

.mb-35 {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .mb-35 {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .mb-35 {
    margin-bottom: 3.5rem;
  }
}

.mb-30 {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 992px) {
  .mb-30 {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .mb-30 {
    margin-bottom: 3rem;
  }
}

.mb--n30 {
  margin-bottom: -2rem;
}
@media only screen and (min-width: 992px) {
  .mb--n30 {
    margin-bottom: -2.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .mb--n30 {
    margin-bottom: -3rem;
  }
}

.mb-28 {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 992px) {
  .mb-28 {
    margin-bottom: 2.3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .mb-28 {
    margin-bottom: 2.8rem;
  }
}

.mb--n28 {
  margin-bottom: -2rem;
}
@media only screen and (min-width: 992px) {
  .mb--n28 {
    margin-bottom: -2.3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .mb--n28 {
    margin-bottom: -2.8rem;
  }
}

.mb--n25 {
  margin-bottom: -1.8rem;
}
@media only screen and (min-width: 992px) {
  .mb--n25 {
    margin-bottom: -2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .mb--n25 {
    margin-bottom: -2.5rem;
  }
}

.mb-25 {
  margin-bottom: 1.8rem;
}
@media only screen and (min-width: 992px) {
  .mb-25 {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .mb-25 {
    margin-bottom: 2.5rem;
  }
}

.mb-20 {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .mb-20 {
    margin-bottom: 2rem;
  }
}

.mb-18 {
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .mb-18 {
    margin-bottom: 1.8rem;
  }
}

.mb-15 {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .mb-15 {
    margin-bottom: 1.5rem;
  }
}

.mb-12 {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 992px) {
  .mb-12 {
    margin-bottom: 1.2rem;
  }
}

.mb-10 {
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 992px) {
  .mb-10 {
    margin-bottom: 1rem;
  }
}

.mb-5 {
  margin-bottom: 0.5rem;
}

.mb-8 {
  margin-bottom: 0.8rem;
}

.mr-30 {
  margin-right: 3rem;
}

/*
    2. Header css
*/
/*
    offcanvas header css
*/
.offcanvas__header--menu__open {
  line-height: 1;
  display: none;
}
@media only screen and (max-width: 991px) {
  .offcanvas__header--menu__open {
    display: block;
  }
}
.offcanvas__header--menu__open--svg {
  width: 32px;
}
.offcanvas__header--menu__open--btn > * {
  pointer-events: none;
}

.offcanvas__header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 300px;
  height: 100vh;
  transition: var(--transition);
  transform: translateX(-100%);
  background-color: var(--body-background-color);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 480px) {
  .offcanvas__header {
    max-width: 320px;
  }
}

.offcanvas__header.open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.offcanvas__header.open ~ .offcanvas-overlay {
  visibility: visible;
  opacity: 0.75;
}

.offcanvas-overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: var(--transition);
  opacity: 0;
  background-color: var(--bg-black-color);
}

.offcanvas__inner {
  position: relative;
  height: 100%;
  padding-bottom: 5rem;
}

.offcanvas__logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
}

.offcanvas__close--btn {
  position: relative;
  align-self: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}

.offcanvas__close--btn::before, .offcanvas__close--btn::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  content: "";
  transform: rotate(45deg);
  background-color: var(--bg-black-color);
}

.offcanvas__close--btn::after {
  transform: rotate(-45deg);
}

/* 
  offcanvas Menu css 
*/
.offcanvas__menu {
  overflow-y: auto;
  height: 100%;
}

.offcanvas__menu_ul {
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 300px;
}

.offcanvas__menu_li {
  position: relative;
  border-bottom: 1px solid var(--border-color);
}

.offcanvas__menu_li:first-child {
  border-top: 1px solid var(--border-color);
}

.offcanvas__menu_item {
  line-height: 1;
  display: block;
  padding: 15px 20px;
  text-transform: uppercase;
}

/* 
    offcanvas Sub Menu 
*/
.offcanvas__sub_menu {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.offcanvas__sub_menu_li {
  position: relative;
  border-top: 1px solid var(--border-color);
}

.offcanvas__sub_menu_item {
  line-height: 1;
  display: block;
  padding: 15px 0 15px 30px;
}

.offcanvas__sub_menu_item ~ .offcanvas__sub_menu .offcanvas__sub_menu_item {
  padding-left: 40px;
}

.offcanvas__sub_menu_toggle {
  font-size: 20px;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4.6rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.offcanvas__sub_menu_toggle::before, .offcanvas__sub_menu_toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  content: "";
  transition: var(--transition);
  transform: translateX(-50%) translateY(-50%);
  background-color: var(--bg-black-color);
}

.offcanvas__sub_menu_toggle:not(.active)::after {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.offcanvas__account--items {
  padding: 28px 17px 20px;
}
.offcanvas__account--items__icon {
  width: 3rem;
  height: 3rem;
  text-align: center;
  background: var(--secondary-color);
  line-height: 3.8rem;
  border-radius: 50%;
  color: var(--text-white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.offcanvas__account--items__label {
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: 6px;
}

.offcanvas__account--wrapper {
  gap: 2.5rem;
  padding: 0 2.5rem;
}

.offcanvas__account--currency {
  position: relative;
}
.offcanvas__account--currency__menu {
  font-weight: 500;
  gap: 5px;
}
.offcanvas__account--currency__menu > * {
  pointer-events: none;
}
.offcanvas__account--currency__submenu {
  position: absolute;
  z-index: 9;
  width: 100px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  bottom: 100%;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 15px;
  transition: var(--transition);
  background: var(--body-background-color);
}
.offcanvas__account--currency__submenu.active {
  opacity: 1;
  visibility: visible;
  margin-bottom: 8px;
}

/*
    Offcanvas mobile stikcy toolbar css here
*/
.offcanvas__stikcy--toolbar {
  position: fixed;
  bottom: 0;
  background: var(--body-background-color);
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
  padding: 10px 20px;
  display: none;
}
@media only screen and (min-width: 500px) {
  .offcanvas__stikcy--toolbar {
    padding: 10px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .offcanvas__stikcy--toolbar {
    padding: 10px 60px;
  }
}
@media only screen and (max-width: 991px) {
  .offcanvas__stikcy--toolbar {
    display: block;
  }
}
.offcanvas__stikcy--toolbar__btn {
  position: relative;
  text-align: center;
}
.offcanvas__stikcy--toolbar__btn:hover .offcanvas__stikcy--toolbar__icon {
  background: var(--secondary-color);
  color: var(--white-color);
}
.offcanvas__stikcy--toolbar__btn > * {
  pointer-events: none;
}
.offcanvas__stikcy--toolbar__btn.minicart__open--btn {
  flex-direction: column;
}
.offcanvas__stikcy--toolbar__icon {
  width: 3rem;
  height: 3rem;
  text-align: center;
  background: var(--theme-color);
  line-height: 3.8rem;
  border-radius: 50%;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.offcanvas__stikcy--toolbar__label {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 6px;
}

/*
    header sticky css here
*/
.header__sticky.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  background: var(--body-background-color);
  left: 0;
  z-index: 99;
  padding: 1rem 0.5rem;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
.header__sticky.sticky .header__menu.header__sticky--block {
  display: block !important;
  padding-left: 0;
}
@media only screen and (max-width: 991px) {
  .header__sticky.sticky .header__menu.header__sticky--block {
    display: none !important;
  }
}
.header__sticky.sticky .header__account.header__sticky--block {
  display: block;
}
.header__sticky.sticky .header__account.header__sticky--none {
  display: none;
}
.header__sticky.sticky .header__search--widget.header__sticky--none {
  display: none !important;
}

/*
   header topbar css here
*/
.header__topbar {
  padding: 8px 0;
}
@media only screen and (min-width: 768px) {
  .header__topbar {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 991px) {
  .header__topbar--inner {
    justify-content: center !important;
  }
}

.header__topbar--info {
  gap: 2rem;
}

.header__info--list {
  position: relative;
}
.header__info--list::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 85%;
  background: var(--border-color);
  right: -11px;
  top: 50%;
  transform: translatey(-50%);
}
.header__info--list:last-child::before {
  display: none;
}
.header__info--link {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: var(--inter-fonts);
  line-height: 1.8rem;
}
.header__info--link svg {
  margin-right: 0.2rem;
}
.header__info--link.text-white:hover {
  color: var(--secondary-color) !important;
}

.header__top--right {
  gap: 2rem;
}
@media only screen and (max-width: 575px) {
  .header__top--right {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.5rem 0;
  }
}
.header__top--link {
  gap: 2rem;
}

.social__share {
  gap: 1.5rem;
}

.header__link--menu {
  position: relative;
}
@media only screen and (max-width: 575px) {
  .header__link--menu:last-child::before {
    display: none;
  }
}
.header__link--menu::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 85%;
  background: var(--border-color);
  right: -11px;
  top: 50%;
  transform: translatey(-50%);
}
.header__link--menu__text {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: var(--inter-fonts);
}
.header__link--menu__text svg {
  margin-right: 0.2rem;
}
.header__link--menu__text.text-white:hover {
  color: var(--secondary-color) !important;
}

/*
    main header css here
*/
.main__header {
  padding: 11px 0;
}
@media only screen and (min-width: 768px) {
  .main__header {
    padding: 12px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .main__header {
    padding: 16px 0;
  }
}
.main__header--inner {
  gap: 3rem;
}

.main__logo--link {
  display: block;
}
.main__logo--img {
  max-width: 120px;
  display: block;
}
@media only screen and (min-width: 480px) {
  .main__logo--img {
    max-width: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .main__logo--img {
    max-width: 120px;
  }
}
.main__logo--title {
  line-height: 1;
}

/*
    Search box css here
*/
.select {
  position: relative;
}
.select::before {
  border-bottom: 2px solid #201e1e;
  border-right: 2px solid #201e1e;
  content: "";
  display: block;
  height: 7px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 50%;
  width: 7px;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  opacity: 0.7;
}

.header__select--categories {
  position: relative;
}
.header__select--categories::after {
  position: absolute;
  content: "";
  background: var(--border-color);
  width: 0.2rem;
  height: 3rem;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}

.header__select--inner {
  border: 0;
  background: var(--body-background-color);
  height: 50px;
  padding: 0 32px 0 15px;
  border-radius: 5px 0 0 5px;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 1.4rem;
}
@media only screen and (min-width: 1200px) {
  .header__select--inner {
    padding: 0 35px 0 17px;
    font-size: 1.5rem;
  }
}

.header__search--form {
  border: 1px solid var(--border-color);
}
.header__search--box {
  position: relative;
  width: 330px;
}
@media only screen and (min-width: 1200px) {
  .header__search--box {
    width: 400px;
  }
}
@media only screen and (min-width: 1366px) {
  .header__search--box {
    width: 462px;
  }
}
.header__search--input {
  width: 100%;
  border: 0;
  height: 52px;
  border-radius: 0 5px 5px 0;
  padding: 0 70px 0 16px;
}
.header__search--input:focus::-webkit-input-placeholder {
  color: #000000;
}
.header__search--button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: 0;
  padding: 0 20px;
  border-radius: 0 5px 5px 0;
}
.header__search--button:hover {
  background: var(--secondary-color);
}
@media only screen and (min-width: 1200px) {
  .header__search--button {
    padding: 0 22px;
  }
}

.predictive__search--title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .predictive__search--title {
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .predictive__search--title {
    margin-bottom: 30px;
  }
}
.predictive__search--box {
  background: var(--body-background-color);
  box-shadow: 0 -4px 27px rgba(62, 70, 120, 0.16);
  position: relative;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transition: all 0.3s ease 0s;
  transform: translateY(-100%);
}
.predictive__search--box.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.predictive__search--box__inner {
  padding: 20px 16px;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .predictive__search--box__inner {
    padding: 22px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .predictive__search--box__inner {
    padding: 30px 80px;
  }
}
@media only screen and (min-width: 992px) {
  .predictive__search--box__inner {
    padding: 30px 150px;
  }
}
.predictive__search--form {
  width: 100%;
  position: relative;
}
.predictive__search--input {
  width: 100%;
  height: 4.5rem;
  border: 1px solid var(--border-color);
  padding: 0 80px 0 15px;
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 5px;
}
.predictive__search--input:focus {
  border-color: var(--secondary-color);
}
.predictive__search--input:focus::-webkit-input-placeholder {
  color: #000000;
}
@media only screen and (min-width: 1200px) {
  .predictive__search--input {
    height: 5rem;
  }
}
.predictive__search--button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0;
  border: 0;
  width: 6rem;
  text-align: center;
  border-radius: 0 5px 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
}
.predictive__search--button:hover {
  background: var(--secondary-color);
}
.predictive__search--close__btn {
  position: absolute;
  top: 20px;
  right: 40px;
  padding: 0;
  border: 0;
  background: inherit;
}
@media only screen and (max-width: 576px) {
  .predictive__search--close__btn {
    right: 15px;
  }
}
.predictive__search--close__btn:hover {
  color: var(--secondary-color);
  transform: scale(1.3);
}
.predictive__search--close__btn > * {
  pointer-events: none;
}

/*
    header account css here
*/
.header__account.header__sticky--block {
  display: none;
}
.header__account--items {
  margin-left: 12px;
}
.header__account--items:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .header__account--items {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .header__account--search__items.mobile__d--block {
    display: none;
  }
}
.header__account--btn {
  position: relative;
}
.header__account--btn:hover {
  color: var(--secondary-color);
}
.header__account--btn > * {
  pointer-events: none;
}

@media only screen and (min-width: 576px) {
  .header__minicart--items {
    margin-left: 1.8rem;
  }
}
@media only screen and (min-width: 992px) {
  .header__minicart--items {
    margin-left: 25px;
  }
}

.minicart__open--btn {
  display: flex;
  align-items: center;
}

.items__count {
  position: absolute;
  left: 1.8rem;
  top: -4px;
  width: 1.7rem;
  height: 1.7rem;
  font-size: 1.1rem;
  line-height: 1.7rem;
  background: var(--secondary-color);
  text-align: center;
  border-radius: 50%;
  color: var(--text-white-color);
}

.minicart__btn--text {
  padding-left: 2rem;
  font-family: var(--rubik-fonts);
  font-size: 1.5rem;
  line-height: 1.6rem;
}
.minicart__btn--text__price {
  font-size: 1.2rem;
  color: var(--secondary-color);
}
@media only screen and (max-width: 991px) {
  .minicart__btn--text {
    display: none;
  }
}

/*
    categories menu css here
*/
.categories__menu {
  width: 225px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .categories__menu.mobile-v-none {
    display: none;
  }
}
.categories__menu.mobile-v-block {
  display: none;
}
@media only screen and (max-width: 991px) {
  .categories__menu.mobile-v-block {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .categories__menu {
    width: 255px;
  }
}
@media only screen and (max-width: 991px) {
  .categories__menu {
    width: 100%;
  }
}
.categories__menu--header {
  height: 42px;
  padding: 0 14px;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .categories__menu--header {
    height: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .categories__menu--header {
    height: 55px;
  }
}
@media only screen and (min-width: 1600px) {
  .categories__menu--header {
    height: 65px;
  }
}
.categories__menu--header.active .categories__arrowdown--icon {
  transform: rotate(180deg);
}
.categories__menu--title {
  font-size: 1.3rem;
  margin-left: 16px;
  line-height: 2.2rem;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .categories__menu--title {
    font-size: 1.4rem;
    margin-left: 22px;
  }
}
.categories__menu--svgicon {
  width: 19px;
  vertical-align: middle;
  opacity: 0.5;
  margin-right: 10px;
}
.categories__menu--right__arrow--icon {
  float: right;
  opacity: 0.7;
}
.categories__menu--items {
  position: relative;
}
.categories__menu--items:last-child .categories__menu--link {
  border-bottom: 0;
}
.categories__menu--items:hover .categories__submenu {
  opacity: 1;
  visibility: visible;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .categories__menu--items:hover .categories__submenu {
    top: 100%;
  }
}
.categories__menu--link {
  display: block;
  color: var(--body-text-color);
  border-bottom: 1px solid var(--border-color);
  line-height: 2.2rem;
  font-size: 1.5rem;
  padding: 1rem 1.7rem;
}
@media only screen and (min-width: 992px) {
  .categories__menu--link {
    line-height: 2rem;
    font-size: 1.5rem;
    padding: 0.8rem 1.7rem;
  }
}
@media only screen and (min-width: 1366px) {
  .categories__menu--link {
    padding: 1rem 1.7rem;
  }
}
@media only screen and (min-width: 1600px) {
  .categories__menu--link {
    line-height: 2.3rem;
    font-size: 1.5rem;
    padding: 1.2rem 1.7rem;
  }
}
.categories__menu--link:hover {
  background: var(--bg-offwhite-color);
  border-color: var(--bg-offwhite-color);
}

@media only screen and (max-width: 767px) {
  .categories__list--icon {
    width: 18px;
  }
}

.categories__arrowdown--icon {
  position: absolute;
  right: 18px;
  top: 44%;
  transition: 0.3s;
}

.dropdown__categories--menu {
  position: absolute;
  z-index: 9;
  width: 100%;
  border: 2px solid var(--secondary-color);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  top: 100%;
  margin-top: 20px;
  transition: var(--transition);
  background: var(--body-background-color);
}

/*  
    Categories submenu css here
*/
.categories__submenu {
  position: absolute;
  top: 1.5rem;
  left: 100%;
  background-color: var(--body-background-color);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  width: 50rem;
  padding: 2rem;
  z-index: 9;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  gap: 3rem;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .categories__submenu {
    width: 65rem;
  }
}
@media only screen and (min-width: 1200px) {
  .categories__submenu {
    width: 80rem;
  }
}
@media only screen and (max-width: 991px) {
  .categories__submenu {
    width: 100%;
    left: 0;
    top: 125%;
    flex-direction: column;
  }
}
.categories__submenu.style2 .categories__submenu--items {
  width: 22%;
}
.categories__submenu--items {
  width: 30%;
}
@media only screen and (max-width: 991px) {
  .categories__submenu--items {
    width: 100%;
    position: relative;
  }
}
.categories__submenu--items__text {
  font-size: 1.5rem;
  line-height: 2.5rem;
  display: block;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 0.8rem;
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 1200px) {
  .categories__submenu--items__text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 991px) {
  .categories__submenu--items__text {
    padding: 1.1rem 3.5rem 1.1rem 3.5rem;
    background: var(--bg-offwhite-color);
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 0;
  }
}
.categories__submenu--child__items {
  padding: 0.7rem 0;
}
@media only screen and (max-width: 991px) {
  .categories__submenu--child__items {
    padding: 0;
  }
}
.categories__submenu--child__items--link {
  line-height: 2.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .categories__submenu--child__items--link {
    padding: 1.1rem 3.5rem 1.1rem 4.5rem;
    background: var(--bg-offwhite-color);
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 0;
    display: block;
    color: var(--body-text-color);
  }
}

.category__mobile--menu {
  display: none;
}
@media only screen and (max-width: 991px) {
  .category__mobile--menu {
    display: block;
    max-height: 360px;
    overflow-y: auto;
  }
}

.category__sub--menu {
  display: none;
}

.category__sub--menu_toggle {
  font-size: 20px;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0.8rem;
  width: 4rem;
  height: 4.6rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.category__sub--menu_toggle::before, .category__sub--menu_toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  content: "";
  transition: var(--transition);
  transform: translateX(-50%) translateY(-50%);
  background-color: var(--body-text-color);
}

.category__sub--menu_toggle:not(.active)::after {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

/*
  End categories menu css here
*/
.header__right--area {
  width: calc(100% - 225px);
  display: none !important;
}
@media only screen and (min-width: 992px) {
  .header__right--area {
    display: flex !important;
  }
}
@media only screen and (min-width: 1200px) {
  .header__right--area {
    width: calc(100% - 260px);
  }
}

/*
    main menu css here
*/
.header__menu {
  padding-left: 30px;
}
.header__menu.header__sticky--block {
  display: none !important;
}
.header__menu--wrapper {
  gap: 1.3rem;
}

.main__header.header__sticky.sticky .header__sub--menu.col4{margin-top:-10px}
@media only screen and (min-width: 1200px) {
  .header__menu--wrapper {
    gap: 2rem;
  }
}
.header__menu--items {
  position: relative;
}
.header__menu--items.col4{position:unset !important}
ul.header__sub--menu.col4{
-webkit-columns: 5;
-moz-columns: 5;
width: 100%;
}
ul.header__sub--menu.col4 li.header__sub--menu__items{padding: 10px;}
ul.header__sub--menu.col4 li.header__sub--menu__items .colss{border:1px solid #ccc;border-radius:8px;
width: 100%;
display: flex;
height: 120px;
overflow: hidden;
justify-content: center;
align-items: center;
}
ul.header__sub--menu.col4 li.header__sub--menu__items .colss:hover{border-color:var(--secondary-color)}
ul.header__sub--menu.col4 li.header__sub--menu__items .colss img{height:100%;width:auto;max-width:fit-content;}
.header__menu--items:last-child .header__menu--link::before {
  display: none;
}
.header__menu--items:hover .header__menu--link {
  color: var(--secondary-color) !important;
 /* border-color: var(--secondary-color);*/
}
.header__menu--items:hover .header__sub--menu {
  visibility: visible;
  margin-top: 1.4rem;
  opacity: 1;
}
.header__menu--items:hover .header__mega--menu {
  visibility: visible;
  margin-top: 2px;
  opacity: 1;
}
.header__menu--link {
  font-size: 1.4rem;
  line-height: 3.5rem;
  padding: 0 0.8rem;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 2rem;
  position: relative;
}
.header__menu--link::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 1.7rem;
  background: #CCCCCC;
  right: -11px;
  top: 50%;
  transform: translatey(-50%);
  opacity: 0.3;
}
.header__menu--link.active {
  color: var(--secondary-color) !important;
  /*border-color: var(--secondary-color);*/
}
@media only screen and (min-width: 1200px) {
  .header__menu--link {
    font-size: 1.8rem;
    padding: 0 1.2rem;
  }
}

.menu__arrowdown--icon {
  margin-left: 3px;
}

.header__sub--menu {
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 0;
  visibility: hidden;
  width: 220px;
  margin: 0;
  margin-top: 25px;
  padding: 20px;
  list-style: none;
  transition: var(--transition);
  opacity: 0;
  background-color: var(--body-background-color);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.header__sub--menu__link {
  font-size: 1.5rem;
  display: block;
  padding: 10px 0;
  font-weight: 500;
}

.mega__menu--items {
  position: static;
}

.header__mega--menu {
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  margin-top: 20px;
  padding: 20px;
  list-style: none;
  transition: var(--transition);
  visibility: hidden;
  opacity: 0;
  background-color: var(--body-background-color);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.header__mega--menu__li {
  padding: 3px 15px;
  width: 25%;
}
.header__mega--menu__li.fullscreen__style {
  width: 100%;
  margin-top: 1.8rem;
  gap: 3rem;
}
.header__mega--menu__banner {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.header__mega--menu__banner:hover .header__mega--menu__banner--img {
  transform: scale(1.03);
}
.header__mega--menu__banner--img {
  border-radius: 5px;
}

.header__mega--sub__menu--title {
  font-size: 1.5rem;
  padding: 1rem 0;
  font-weight: 500;
}

/*
    End main menu css here
*/
/*
    currency css here
*/
.account__currency {
  margin-right: 25px;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .account__currency {
    margin-right: 32px;
  }
}
.account__currency--link {
  display: flex;
  align-items: center;
  color: var(--text-white-color);
  font-size: 1.4rem;
  line-height: 3.5rem;
}
.account__currency--link:hover span {
  color: var(--secondary-color);
}
.account__currency--link:hover svg {
  color: var(--secondary-color);
}
.account__currency--link svg {
  transition: var(--transition);
  margin-left: 5px;
}
.account__currency--link > * {
  pointer-events: none;
}

.currency__link--icon {
  margin-right: 6px;
}

.dropdown__currency {
  position: absolute;
  z-index: 9;
  width: 100px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  top: 100%;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  transition: var(--transition);
  background: var(--body-background-color);
  border: 1px solid var(--border-color);
  border-radius: 5px;
}
.dropdown__currency.active {
  opacity: 1;
  visibility: visible;
  margin-top: 14px;
}

.currency__items:first-child .currency__text {
  border-radius: 5px 5px 0 0;
}
.currency__items:last-child .currency__text {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

.currency__text {
  display: block;
  font-size: 1.3rem;
  padding: 8px 14px;
  border-bottom: 1px solid var(--border-color);
}
.currency__text:hover {
  background: var(--bg-offwhite-color);
  border-color: var(--bg-offwhite-color);
}

/*
    language css here
*/
.language__currency {
  border: 1px solid var(--secondary-color);
  padding: 0 1rem;
  border-radius: 2rem;
}
@media only screen and (min-width: 1200px) {
  .language__currency {
    padding: 0 1.2rem;
  }
}
.language__currency--list {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 1200px) {
  .language__currency--list {
    margin-right: 12px;
    padding-right: 12px;
  }
}
.language__currency--list:last-child {
  margin-right: 0;
  padding-right: 0;
}
.language__currency--list:last-child::before {
  display: none;
}
.language__currency--list::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 1.7rem;
  background: var(--body-background-color);
  right: 0;
  top: 50%;
  transform: translatey(-50%);
  opacity: 0.6;
}

.language__switcher {
  display: flex;
  align-items: center;
  color: var(--text-white-color);
  font-size: 1.4rem;
  line-height: 3.5rem;
}
.language__switcher--icon__img {
  vertical-align: middle;
  margin-right: 5px;
}
.language__switcher:hover span {
  color: var(--secondary-color);
}
.language__switcher:hover svg {
  color: var(--secondary-color);
}
.language__switcher svg {
  transition: var(--transition);
  margin-left: 5px;
}

.dropdown__language {
  position: absolute;
  z-index: 9;
  width: 100px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  top: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  transition: var(--transition);
  background: var(--body-background-color);
  border-radius: 5px;
}
.dropdown__language.active {
  opacity: 1;
  visibility: visible;
  margin-top: 14px;
}

.offcanvas__language--switcher {
  font-weight: 500;
}

.offcanvas__dropdown--language {
  position: absolute;
  z-index: 9;
  width: 100px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  bottom: 100%;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 15px;
  transition: var(--transition);
  background: var(--body-background-color);
}
.offcanvas__dropdown--language.active {
  opacity: 1;
  visibility: visible;
  margin-bottom: 8px;
}

.language__items:last-child .language__text {
  border-bottom: 0;
}

.language__text {
  display: block;
  font-size: 1.3rem;
  padding: 8px 14px;
  border-bottom: 1px solid var(--border-color);
}
.language__text:hover {
  background: var(--bg-offwhite-color);
  border-color: var(--bg-offwhite-color);
}

/*
    minicart css here
*/
.offCanvas__minicart {
  position: fixed;
  width: 310px;
  height: 100%;
  padding: 20px 15px 33px;
  background: var(--body-background-color);
  z-index: 999;
  right: 0;
  top: 0;
  transition: 0.4s;
  transform: translateX(100%);
  overflow-y: auto;
  box-shadow: 0 0 15px rgba(5, 0, 0, 0.1);
}
.offCanvas__minicart.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media only screen and (min-width: 480px) {
  .offCanvas__minicart {
    width: 375px;
  }
}

.minicart__header--top {
  margin-bottom: 10px;
}
.minicart__header--desc {
  font-size: 1.6rem;
  color: var(--foreground-sub-color);
}
@media only screen and (min-width: 480px) {
  .minicart__header--desc {
    font-size: 1.7rem;
  }
}

.minicart__title {
  font-weight: 600;
}

.minicart__close--btn {
  padding: 0;
  background: inherit;
  border: 0;
  line-height: 1.5rem;
  color: var(--black-color);
}
.minicart__close--btn:hover {
  color: var(--secondary-color);
  transform: scale(1.3);
}
.minicart__close--btn > * {
  pointer-events: none;
}

.minicart__close--icon {
  width: 22px;
}

.minicart__product {
  margin-bottom: 17px;
}
.minicart__product--items {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--border-color);
}
.minicart__product--remove {
  border: 0;
  padding: 0;
  background: none;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
  opacity: 0.7;
}
.minicart__product--remove:hover {
  color: var(--secondary-color);
}

.minicart__thumb {
  width: 100px;
  line-height: 1;
}
@media only screen and (min-width: 480px) {
  .minicart__thumb {
    width: 120px;
  }
}

.minicart__text {
  width: calc(100% - 100px);
  padding-left: 10px;
}
@media only screen and (min-width: 480px) {
  .minicart__text {
    width: calc(100% - 120px);
    padding-left: 13px;
  }
}

.minicart__subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 2px;
}
@media only screen and (min-width: 480px) {
  .minicart__subtitle {
    font-size: 1.6rem;
  }
}

.color__variant {
  opacity: 0.8;
  margin-bottom: 4px;
  line-height: 20px;
}

.minicart__price {
  margin-bottom: 9px;
}

.minicart__current--price {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--secondary-color);
}

.minicart__old--price {
  font-size: 1.3rem;
  color: var(--foreground-sub-color);
  font-weight: 500;
  margin-left: 4px;
  text-decoration: line-through;
}

.minicart__quantity {
  margin-right: 15px;
}

.quantity__box {
  text-align: center;
  display: flex;
}

.quantity__value {
  display: inline-block;
  border: 1px solid var(--border-color);
  margin: 0px;
  width: 3.3rem;
  height: 3rem;
  text-align: center;
  padding: 0;
  background: var(--bg-offwhite-color);
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
}
.quantity__value.decrease {
  margin-right: -4px;
  border-radius: 13px 0 0 13px;
}
.quantity__value.increase {
  margin-left: -4px;
  border-radius: 0 13px 13px 0;
}

input.quantity__number {
  text-align: center;
  border: none;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  margin: 0px;
  width: 3.3rem;
  height: 3rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.minicart__amount {
  padding: 13px 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.minicart__amount_list {
  margin-bottom: 10px;
}
.minicart__amount_list:last-child {
  margin-bottom: 0;
}

.minicart__conditions {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.minicart__conditions--input {
  vertical-align: middle;
  margin-right: 0.8rem;
}
.minicart__conditions--label {
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--foreground-sub-color);
}
.minicart__conditions--link {
  color: var(--primary-color);
  text-decoration: underline;
}
.minicart__conditions--link:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}

.minicart__button--link {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 4rem;
  height: 4rem;
  margin-right: 13px;
}
.minicart__button--link:last-child {
  margin-right: 0;
}

/*
    home 3 header css
*/
.language__currency--list.style2::before {
  background: var(--primary-color);
}

.account__currency--link.text-black {
  color: var(--primary-color);
}
.account__currency--link.text-black:hover {
  -moz-columns: var(--secondary-color);
       columns: var(--secondary-color);
}

.language__switcher.text-black {
  color: var(--primary-color);
}
.language__switcher.text-black:hover {
  -moz-columns: var(--secondary-color);
       columns: var(--secondary-color);
}

.header__menu.style3 {
  padding-left: 0;
}

.language__currency.style3 {
  border: 0;
  padding: 0;
}
.language__currency.style3 .account__currency--link {
  line-height: 2.5rem;
}
.language__currency.style3 .language__switcher {
  line-height: 2.5rem;
}

/*
    home 4 header css here
*/
.header__menu--style4 {
  padding-left: 0;
}

.header__bottom--inner__style3 {
  /*border-top: 1px solid var(--border-color);*/
  padding: 1.3rem 0;
}

.language__currency.style4 .language__currency--list::before {
  background: #6C757D;
}
.language__currency.style4 .account__currency--link {
  font-weight: 600;
}
.language__currency.style4 .language__switcher {
  font-weight: 600;
}

/*
    home five header css
*/
.social__share--icon.text-white:hover {
  color: var(--secondary-color) !important;
}

/* 
    3. Slider css 
*/
.hero__slider--items {
  position: relative;
  display: flex;
  align-items: center;
  height: auto;
  justify-content: center;
  gap: 30px;
  padding: 4rem 2rem;
}
@media only screen and (min-width: 576px) {
  .hero__slider--items {
    gap: 35px;
    padding: 0 3rem;
    height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__slider--items {
    height: 350px;
    gap: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .hero__slider--items {
    height: 450px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero__slider--items {
    height: 450px;
  }
}
@media only screen and (min-width: 1366px) {
  .hero__slider--items {
    height: 490px;
  }
}
@media only screen and (min-width: 1600px) {
  .hero__slider--items {
    height: 552px;
  }
}
@media only screen and (max-width: 575px) {
  .hero__slider--items {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

.home1-slider1-bg {
  background: url(../img/slider/home1-slider1-bg.webp);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

@media only screen and (min-width: 992px) {
  .hero__slider--ml {
    margin-left: 255px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero__slider--ml {
    margin-left: 280px;
  }
}

.slider__content {
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 575px) {
  .slider__content {
    text-align: center;
  }
}

.slider__subtitle {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: var(--inter-fonts);
  margin-bottom: 0.5rem;
}

.slider__maintitle {
  text-decoration: underline;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 576px) {
  .slider__maintitle {
    margin-bottom: 1.8rem;
  }
}
@media only screen and (min-width: 992px) {
  .slider__maintitle {
    margin-bottom: 2.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .slider__maintitle {
    margin-bottom: 2.6rem;
  }
}
.slider__maintitle--inner__text {
  font-family: var(--rubik-fonts);
  font-weight: 400;
  text-decoration: underline;
}
@media only screen and (min-width: 992px) {
  .slider__maintitle--inner__text {
    font-size: 3.4rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .slider__maintitle--inner__text {
    font-size: 3.8rem;
    line-height: 4.2rem;
  }
}

.slider__price--text {
  font-family: var(--inter-fonts);
  font-weight: 600;
  display: block;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  line-height: 2rem;
}
@media only screen and (min-width: 576px) {
  .slider__price--text {
    margin-bottom: 1.8rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .slider__price--text {
    margin-bottom: 2.5rem;
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .slider__price--text {
    font-size: 2.6rem;
    line-height: 2.8rem;
    margin-bottom: 3rem;
  }
}

.slider__btn svg {
  margin-left: 0.3rem;
}

@media only screen and (max-width: 1199px) {
  .hero__slider--layer {
    max-width: 385px;
  }
}
@media only screen and (max-width: 991px) {
  .hero__slider--layer {
    max-width: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__slider--layer {
    max-width: 290px;
  }
}

.slider__layer--img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  display: block;
}

.swiper-slide-active .slider__content > * {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.swiper-slide-active .slider__subtitle {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.swiper-slide-active .slider__maintitle {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-slide-active .slider__maintitle--style2 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.swiper-slide-active .slider__desc {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.swiper-slide-active .slider__price--text {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.swiper-slide-active .slider__btn {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.swiper-slide-active .slider__layer--img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: 1.4s;
}

.hero__slider--activation .swiper__nav--btn.swiper-button-prev {
  left: 1.5rem;
}
.hero__slider--activation .swiper__nav--btn.swiper-button-next {
  right: 1.5rem;
}

/*
    home two css here
*/
.slider__section--bg2 {
  background: url(../img/slider/home2-slider-shape-bg.webp);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .slider__section--bg2 {
    padding-top: 3rem;
  }
}

.hero__slider--layer__style2 {
  position: absolute;
  bottom: 25px;
  right: 15px;
}
@media only screen and (max-width: 1199px) {
  .hero__slider--layer__style2 {
    max-width: 390px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__slider--layer__style2 {
    max-width: 270px;
  }
}
@media only screen and (max-width: 575px) {
  .hero__slider--layer__style2 {
    position: inherit;
    bottom: inherit;
    right: inherit;
    padding: 0 2rem;
  }
}

.home2-slider1-bg {
  background: url(../img/slider/home2-slider1-bg.webp);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
}

.hero__slider--items__style2 {
  position: relative;
  height: 340px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .hero__slider--items__style2 {
    height: 385px;
  }
}
@media only screen and (min-width: 992px) {
  .hero__slider--items__style2 {
    height: 456px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero__slider--items__style2 {
    height: 493px;
  }
}
@media only screen and (min-width: 1366px) {
  .hero__slider--items__style2 {
    height: 530px;
  }
}
@media only screen and (max-width: 575px) {
  .hero__slider--items__style2 {
    flex-direction: column-reverse;
    gap: 3rem;
    height: auto;
    padding: 4rem 0;
  }
}

@media only screen and (min-width: 576px) {
  .slider__content.style2 {
    padding-left: 4.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .slider__content.style2 {
    padding-left: 5.5rem;
  }
}

.slider__maintitle--style2 {
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 992px) {
  .slider__maintitle--style2 {
    font-size: 3.2rem;
    line-height: 4.2rem;
    margin-bottom: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .slider__maintitle--style2 {
    font-size: 4.5rem;
    line-height: 5.5rem;
    margin-bottom: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .slider__maintitle--style2 {
    font-size: 2.5rem;
    line-height: 3.3rem;
  }
}
@media only screen and (max-width: 575px) {
  .slider__maintitle--style2 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 1rem;
  }
}

.slider__desc {
  margin-bottom: 1.8rem;
}
@media only screen and (min-width: 576px) {
  .slider__desc {
    margin-bottom: 2.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .slider__desc {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .slider__desc {
    margin-bottom: 3rem;
  }
}

/*
    home 3 slider css
*/
.slider__section--bg3 {
  background: url(../img/slider/home3-slider-section-bg.webp);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

.hero__slider--items__style3 {
  gap: 2.5rem;
  height: auto;
}
@media only screen and (min-width: 576px) {
  .hero__slider--items__style3 {
    gap: 3rem;
    height: 350px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__slider--items__style3 {
    gap: 4rem;
    height: 440px;
  }
}
@media only screen and (min-width: 992px) {
  .hero__slider--items__style3 {
    height: 550px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero__slider--items__style3 {
    height: 600px;
  }
}
@media only screen and (min-width: 1366px) {
  .hero__slider--items__style3 {
    height: 620px;
  }
}
@media only screen and (min-width: 1600px) {
  .hero__slider--items__style3 {
    height: 750px;
  }
}
@media only screen and (max-width: 575px) {
  .hero__slider--items__style3 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 5rem 0 7rem;
  }
}

@media only screen and (max-width: 1199px) {
  .hero__slider--layer__style3 {
    max-width: 470px;
  }
}
@media only screen and (max-width: 991px) {
  .hero__slider--layer__style3 {
    max-width: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__slider--layer__style3 {
    max-width: 240px;
  }
}

.slider__pagination.swiper-pagination {
  bottom: 2rem !important;
}

.slider__subtitle.style3 {
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
  line-height: 2.3rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 576px) {
  .slider__subtitle.style3 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .slider__subtitle.style3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .slider__subtitle.style3 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .slider__subtitle.style3 {
    font-size: 2.2rem;
    margin-bottom: 1.7rem;
  }
}
@media only screen and (min-width: 1366px) {
  .slider__subtitle.style3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

.slider__maintitle.style3 {
  font-size: 2.6rem;
  line-height: 2.8rem;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (min-width: 480px) {
  .slider__maintitle.style3 {
    font-size: 2.8rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 576px) {
  .slider__maintitle.style3 {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .slider__maintitle.style3 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 992px) {
  .slider__maintitle.style3 {
    font-size: 5rem;
    line-height: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .slider__maintitle.style3 {
    font-size: 6rem;
    line-height: 6rem;
  }
}
@media only screen and (min-width: 1366px) {
  .slider__maintitle.style3 {
    font-size: 7rem;
    line-height: 7rem;
  }
}

.slider__desc.style3 {
  font-size: 1.5rem;
  margin-bottom: 1.8rem;
}
@media only screen and (min-width: 576px) {
  .slider__desc.style3 {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .slider__desc.style3 {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
@media only screen and (min-width: 992px) {
  .slider__desc.style3 {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .slider__desc.style3 {
    font-size: 2rem;
    margin-bottom: 3.5rem;
  }
}

/*
    home 4 slider css here
*/
.slider4__items--bg1 {
  background: url(../img/slider/home4-slider1-bg.webp);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.hero__slider--items.style4 {
  height: auto;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .hero__slider--items.style4 {
    height: 450px;
  }
}
@media only screen and (min-width: 992px) {
  .hero__slider--items.style4 {
    height: 510px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero__slider--items.style4 {
    height: 540px;
  }
}
@media only screen and (min-width: 1366px) {
  .hero__slider--items.style4 {
    height: 580px;
  }
}
@media only screen and (min-width: 1600px) {
  .hero__slider--items.style4 {
    height: 740px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__slider--items.style4 {
    flex-direction: column-reverse;
    height: auto;
    padding: 4rem 0 6.5rem;
  }
}

.hero__slider--layer__style4 {
  position: absolute;
  right: 0;
}
@media only screen and (min-width: 1366px) and (max-width: 1599px) {
  .hero__slider--layer__style4 {
    max-width: 720px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .hero__slider--layer__style4 {
    width: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__slider--layer__style4 {
    width: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__slider--layer__style4 {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__slider--layer__style4 {
    position: inherit;
    padding: 0 4rem;
  }
}
@media only screen and (max-width: 479px) {
  .hero__slider--layer__style4 {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 1366px) {
  .hero__slider--layer__style4.style__right {
    right: 5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .hero__slider--layer__style4.style__right {
    right: 9rem;
  }
}

.slider__content.style4 {
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .slider__content.style4 {
    text-align: center;
  }
}

.slider__subtitle.style4 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  color: var(--secondary-color);
}
@media only screen and (min-width: 576px) {
  .slider__subtitle.style4 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) {
  .slider__subtitle.style4 {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .slider__subtitle.style4 {
    font-size: 2rem;
    line-height: 2.2rem;
    margin-bottom: 2rem;
  }
}

.slider__maintitle.style4 {
  text-decoration: inherit;
  text-transform: uppercase;
  font-family: var(--rubik-fonts);
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 400px) {
  .slider__maintitle.style4 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 480px) {
  .slider__maintitle.style4 {
    font-size: 2.5rem;
    line-height: 3.2rem;
  }
}
@media only screen and (min-width: 576px) {
  .slider__maintitle.style4 {
    font-size: 2.8rem;
    line-height: 3.5rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .slider__maintitle.style4 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 992px) {
  .slider__maintitle.style4 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .slider__maintitle.style4 {
    font-size: 4.8rem;
    line-height: 6rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1366px) {
  .slider__maintitle.style4 {
    font-size: 5.2rem;
    line-height: 6.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .slider__maintitle.style4 {
    font-size: 6.2rem;
    line-height: 7.5rem;
  }
}

.slider__desc.style4 {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 480px) {
  .slider__desc.style4 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 576px) {
  .slider__desc.style4 {
    margin-bottom: 2.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .slider__desc.style4 {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .slider__desc.style4 {
    margin-bottom: 3.5rem;
  }
}

/*
    home five slider css
*/
.slider__thumbnail--img__style5 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1366px) and (max-width: 1599px) {
  .slider__thumbnail--img__style5 {
    height: 570px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider__thumbnail--img__style5 {
    height: 520px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__thumbnail--img__style5 {
    height: 470px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__thumbnail--img__style5 {
    height: 320px;
  }
}

.hero__content--style5 {
  position: absolute;
  top: 16%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 3rem;
}
@media only screen and (min-width: 992px) {
  .hero__content--style5 {
    top: 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .hero__content--style5 {
    top: 22%;
  }
}
@media only screen and (max-width: 767px) {
  .hero__content--style5 {
    position: inherit;
    top: inherit;
    margin-top: 4.3rem;
  }
}
.hero__content--style5__title {
  font-size: 2.5rem;
  line-height: 3.7rem;
  font-weight: 600;
  font-family: var(--rubik-fonts);
}
@media only screen and (min-width: 480px) {
  .hero__content--style5__title {
    font-size: 3rem;
    line-height: 4.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .hero__content--style5__title {
    font-size: 3.5rem;
    line-height: 4.8rem;
  }
}
@media only screen and (min-width: 992px) {
  .hero__content--style5__title {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .hero__content--style5__title {
    font-size: 4.5rem;
    line-height: 6rem;
  }
}
@media only screen and (min-width: 1366px) {
  .hero__content--style5__title {
    font-size: 5rem;
    line-height: 6.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .hero__content--style5__title {
    font-size: 6rem;
    line-height: 7.5rem;
  }
}

/* 
    6. Categories css
*/
.categories__card {
  background: var(--bg-offwhite-color);
  border-radius: 5px;
  transition: var(--transition);
  height: 100%;
}
.categories__card:hover {
  background: var(--secondary-color);
}
.categories__card:hover .categories__icon {
  color: var(--text-white-color);
}
.categories__card:hover .categories__title {
  color: var(--text-white-color);
}
.categories__card:hover .categories__subtitle {
  color: var(--text-white-color);
}
.categories__card--link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 1.2rem;
}
@media only screen and (min-width: 1200px) {
  .categories__card--link {
    padding: 1.5rem;
  }
}

.categories__icon {
  margin-bottom: 1.2rem;
}

.categories__title {
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-family: var(--rubik-fonts);
  margin-bottom: 0.6rem;
  transition: var(--transition);
}
a.categories__card--link:hover .categories__title {color:#fff}
.categories__subtitle {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: var(--rubik-fonts);
  color: var(--foreground-sub-color);
}

/*
    Sidebar categorie css
*/
.sidebar__category {
  padding: 1rem;
  background: url(../img/other/category-sidebar-bg.webp);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
}
@media only screen and (min-width: 1200px) {
  .sidebar__category {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar__category {
    margin-top: 3rem;
  }
}

.choose__category--content {
  padding: 2rem 1.5rem;
}
@media only screen and (min-width: 1200px) {
  .choose__category--content {
    padding: 2.5rem 2rem;
  }
}
.choose__category--title {
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .choose__category--title {
    margin-bottom: 2.6rem;
  }
}
.choose__category--menu__list {
  margin-bottom: 1.8rem;
}
@media only screen and (min-width: 576px) {
  .choose__category--menu__list {
    margin-bottom: 2.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .choose__category--menu__list {
    margin-bottom: 2.5rem;
  }
}
.choose__category--menu__list:last-child {
  margin-bottom: 0;
}
.choose__category--menu__list:hover .choose__category--menu__icon {
  color: var(--secondary-color);
}
.choose__category--menu__list:hover .choose__category--menu__link {
  color: var(--secondary-color);
  text-decoration: underline;
}
.choose__category--menu__icon {
  color: var(--foreground-sub-color);
  margin-right: 0.2rem;
  transition: var(--transition);
}
@media only screen and (min-width: 1200px) {
  .choose__category--menu__icon {
    margin-right: 0.4rem;
  }
}
.choose__category--menu__link {
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-family: var(--inter-fonts);
  color: var(--foreground-sub-color);
  font-weight: 500;
}
@media only screen and (min-width: 1200px) {
  .choose__category--menu__link {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.choose__category--banner .banner__thumbnail {
  width: auto;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .choose__category--banner .banner__thumbnail {
    width: 100%;
  }
}
.choose__category--banner .banner__thumbnail--img {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .choose__category--banner .banner__thumbnail--img {
    width: 100%;
  }
}

/*
    categories banner css
*/
.category__banner--content {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 2.5rem;
}
.category__banner--subtitle {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 600;
  font-family: var(--inter-fonts);
}
.category__banner--title {
  font-size: 1.6rem;
  font-family: var(--rubik-fonts);
  color: var(--text-white-color);
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  .category__banner--title {
    font-size: 2rem;
  }
}
.category__banner--desc {
  font-size: 1.2rem;
  color: var(--foreground-sub-color);
  font-weight: 500;
  font-family: var(--inter-fonts);
  margin-bottom: 0;
  line-height: 2rem;
}
@media only screen and (min-width: 1200px) {
  .category__banner--desc {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.category__banner--price {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
}
@media only screen and (min-width: 1200px) {
  .category__banner--price {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

/*
    home two categories card css
*/
.categories__card.style2 {
  border: 1px solid var(--border-color);
  background: inherit;
}
.categories__card.style2:hover {
  border-color: var(--secondary-color);
}
.categories__card--link__style2 {
  gap: 2rem;
  padding: 1.8rem 1.5rem;
}
@media only screen and (min-width: 480px) {
  .categories__card--link__style2 {
    gap: 1.3rem;
    padding: 1.8rem 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .categories__card--link__style2 {
    gap: 2.2rem;
    padding: 2rem;
  }
}
@media only screen and (min-width: 1366px) {
  .categories__card--link__style2 {
    gap: 2.5rem;
    padding: 2rem 2.5rem;
  }
}

.categories__content--title {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 1200px) {
  .categories__content--title {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
.categories__content--subtitle {
  font-size: 1.4rem;
  line-height: 2rem;
  color: var(--body-text-color);
}

/*
    categories shop card css
*/
.categories__shop--inner {
  display: flex;
  box-shadow: 0 2px 22px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  flex-wrap: wrap;
}
.categories__shop--card {
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  transition: var(--transition);
  width: 50%;
}
.categories__shop--card:hover {
  background: var(--bg-offwhite-color);
}
@media only screen and (min-width: 480px) {
  .categories__shop--card {
    width: 33.33%;
  }
}
@media only screen and (min-width: 768px) {
  .categories__shop--card {
    width: 25%;
  }
}
.categories__shop--card__link {
  padding: 2rem;
  text-align: center;
}
.categories__shop--card .categories__content--title {
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 1200px) {
  .categories__shop--card .categories__content--title {
    font-size: 1.6rem;
  }
}
.categories__shop--card .categories__content--subtitle {
  color: var(--foreground-sub-color);
}

/*
    home 3 categories css
*/
.categories__inner--style3 {
  gap: 2rem;
  flex-wrap: wrap;
}
@media only screen and (min-width: 576px) {
  .categories__inner--style3 {
    gap: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .categories__inner--style3 {
    gap: 3rem;
  }
}

.categories__card--style3 {
  border: 1px solid var(--border-color);
  width: 45%;
  border-radius: 5px;
  transition: var(--transition);
}
@media only screen and (min-width: 400px) {
  .categories__card--style3 {
    width: 46%;
  }
}
@media only screen and (min-width: 576px) {
  .categories__card--style3 {
    width: 29.7%;
  }
}
@media only screen and (min-width: 768px) {
  .categories__card--style3 {
    width: 22.3%;
  }
}
@media only screen and (min-width: 992px) {
  .categories__card--style3 {
    width: 17.8%;
  }
}
@media only screen and (min-width: 1366px) {
  .categories__card--style3 {
    width: 18%;
  }
}
.categories__card--style3 .categories__thumbnail--img {
  margin: 0 auto;
}
.categories__card--style3:hover {
  border-color: var(--secondary-color);
}

.categories__content.style3 {
  padding-top: 1.3rem;
}
.categories__content.style3 .categories__content--subtitle {
  color: var(--foreground-sub-color);
}

/* 
    5. Product card css 
*/
.tab__btn--wrapper {
  gap: 1rem;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .tab__btn--wrapper {
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .tab__btn--wrapper {
    gap: 2.5rem;
  }
}
.tab__btn--link {
  font-weight: 600;
  font-family: var(--inter-fonts);
  font-size: 1.3rem;
  text-transform: uppercase;
  color: var(--foreground-sub-color);
  padding: 3px 10px;
  border: 0;
  background: var(--body-background-color);
  border-radius: 5px;
  line-height: 2.4rem;
}
@media only screen and (min-width: 992px) {
  .tab__btn--link {
    font-size: 1.4rem;
    padding: 3px 12px;
    line-height: 2.6rem;
  }
}
.tab__btn--link:hover {
  background: var(--secondary-color);
  color: var(--text-white-color);
  text-decoration: underline;
}
.tab__btn--link.active {
  background: var(--secondary-color);
  color: var(--text-white-color);
  text-decoration: underline;
}

.product__card {
  border: 1px solid var(--border-color);
  border-radius: 5px;
}
.product__card:hover .product__card--thumbnail__img {
  transform: scale(1.02);
}
.product__card:hover .product__secondary--img {
  opacity: 1;
  visibility: visible;
}
.product__card:hover .product__primary--img {
  opacity: 0;
  visibility: hidden;
}
.product__card:hover .swiper__nav--btn {
  opacity: 1;
  visibility: visible;
}
.product__card:hover .product__card--action {
  opacity: 1;
  visibility: visible;
  bottom: 35%;
}
.product__card:hover .product__card--action__btn {
  transform: scale(1);
}
.product__card:hover .product__card--price {
  opacity: 0;
  visibility: hidden;
}
.product__card:hover .product__card--footer {
  opacity: 1;
  visibility: visible;
  bottom: -15px;
}
.product__card--thumbnail {
  padding: 2rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .product__card--thumbnail {
    padding: 2rem 2.5rem;
  }
}
.product__card--thumbnail__link {
  position: relative;
}
.product__card--thumbnail__img {
  width: 100%;
}
.product__card--content {
  padding: 0 1.5rem 2rem;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .product__card--content {
    padding: 0 2rem 2rem;
  }
}
.product__card--title {
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 479px) {
  .product__card--title {
    margin-bottom: 0.6rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.product__card--footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  padding: 0 2rem 2rem;
  background: var(--body-background-color);
}
.product__card--footer::before {
  position: absolute;
  content: "";
  border: 1px solid var(--border-color);
  left: -1px;
  bottom: 0;
  right: -2px;
  border-top: 0;
  width: 101%;
  height: 100%;
  border-radius: 0 0 5px 5px;
  pointer-events: none;
}
.product__card--btn {
  text-transform: uppercase;
  font-size: 1.2rem;
  display: block;
  height: 3.5rem;
  line-height: 3.5rem;
  border-radius: 5px;
  text-align: center;
  padding: 0 1.5rem;
}
.product__card--btn svg {
  margin-right: 3px;
}
@media only screen and (min-width: 992px) {
  .product__card--btn {
    height: 3.8rem;
    line-height: 3.8rem;
    padding: 0 2rem;
  }
}
.product__card--action {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  opacity: 0;
  visibility: visible;
  z-index: 9;
  transition: 0.5s;
  bottom: 30%;
  gap: 0.8rem;
}
.product__card--action__btn {
  width: 3rem;
  height: 3rem;
  line-height: 2.8rem;
  color: var(--foreground-sub-color);
  background: var(--body-background-color);
  border-radius: 50%;
  text-align: center;
  transform: scale(0.5);
  transition: 0.5s;
}
.product__card--action__btn:hover {
  background: var(--secondary-color);
  color: var(--text-white-color);
}
@media only screen and (min-width: 576px) {
  .product__card--action__btn {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.3rem;
  }
}
@media only screen and (min-width: 992px) {
  .product__card--action__btn {
    width: 4rem;
    height: 4rem;
    line-height: 3.8rem;
  }
}
.product__card--rating {
  margin-bottom: 1.1rem;
}
.product__card--price {
  transition: var(--transition);
}

.product__badge {
  width: 4rem;
  height: 4rem;
  font-size: 1.2rem;
  line-height: 4rem;
  background: var(--secondary-color);
  color: var(--text-white-color);
  font-family: var(--inter-fonts);
  position: absolute;
  top: 12px;
  right: 12px;
  text-align: center;
  border-radius: 50%;
}

.product__secondary--img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.current__price {
  color: var(--secondary-color);
  font-weight: 600;
  line-height: 1.8rem;
  font-family: var(--inter-fonts);
}

.old__price {
  color: var(--foreground-sub-color);
  margin-left: 0.8rem;
  line-height: 1.8rem;
  font-family: var(--inter-fonts);
}

.rating {
  gap: 0.5rem;
}
.rating__icon {
  color: var(--secondary-color);
}

.rating__review--text {
  font-size: 1.2rem;
  font-family: var(--inter-fonts);
  color: var(--foreground-sub-color);
}

/*
  home three product css
*/
.product__tab--btn__style3 {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .product__tab--btn__style3 {
    margin-top: 3rem;
  }
}
.product__tab--btn__style3 .tab__btn--link {
  background: var(--bg-offwhite-color);
  padding: 8px 2.4rem;
  border-radius: 20px;
  font-weight: 500;
  text-transform: capitalize;
}
.product__tab--btn__style3 .tab__btn--link.active {
  background: var(--secondary-color);
  text-decoration: inherit;
}
.product__tab--btn__style3 .tab__btn--link:hover {
  background: var(--secondary-color);
  text-decoration: inherit;
}

/*
  home four product css here
*/
.deals__product--card {
  border: 1px solid var(--secondary-color);
  padding: 2rem 1.5rem;
  border-radius: 5px;
}
@media only screen and (max-width: 991px) {
  .deals__product--card {
    margin-top: 3rem;
  }
}

.deals__product--card__thumbnail {
  margin-bottom: 2.2rem;
}
.deals__product--card__thumbnail--img {
  margin: 0 auto;
}

.deals__product--title {
  margin-bottom: 1.4rem;
}

.hurryup__text {
  font-size: 1.4rem;
}
.hurryup__text span {
  color: var(--secondary-color);
  font-weight: 600;
}

/* 
    14. Small Product css 
*/
.product__sidebar {
  border: 1px solid var(--secondary-color);
  background: var(--body-background-color);
  border-radius: 5px;
}
@media only screen and (max-width: 991px) {
  .product__sidebar {
    margin-top: 3rem;
  }
}

.small__product--header {
  background: var(--secondary-color);
}
.small__product--header__title {
  color: var(--text-white-color);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 4.5rem;
  padding: 0 1.8rem;
}
@media only screen and (min-width: 1200px) {
  .small__product--header__title {
    font-size: 1.8rem;
  }
}
.small__product--inner {
  padding: 0.3rem 1.2rem 1.2rem;
  max-height: 463px;
}
@media only screen and (min-width: 1200px) {
  .small__product--inner {
    padding: 0.5rem 1.5rem 1.5rem;
  }
}
@media only screen and (min-width: 1366px) {
  .small__product--inner {
    padding: 0.4rem 1.7rem 1.7rem;
  }
}
.small__product--inner .swiper-slide-active .small__product--card {
  border-top: 0;
}
.small__product--thumbnail {
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .small__product--thumbnail {
    width: 63px;
  }
}
@media only screen and (max-width: 767px) {
  .small__product--thumbnail {
    width: 85px;
  }
}
.small__product--card {
  gap: 1.8rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}
@media only screen and (min-width: 768px) {
  .small__product--card {
    gap: 1.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .small__product--card {
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 1366px) {
  .small__product--card {
    gap: 2rem;
  }
}
.small__product--card:hover .small__product--thumbnail img {
  transform: scale(1.03);
}
.small__product--card__title {
  margin-bottom: 0.3rem;
  font-size: 1.4rem;
}
@media only screen and (min-width: 1200px) {
  .small__product--card__title {
    font-size: 1.5rem;
  }
}
.small__product--card__price {
  margin-bottom: 0.4rem;
}
.small__product--card.style2 {
  gap: 2rem;
  padding: 1.5rem;
  border: 1px solid transparent;
  background: var(--body-background-color);
  border-radius: 5px;
  transition: var(--transition);
}
@media only screen and (min-width: 576px) {
  .small__product--card.style2 {
    padding: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .small__product--card.style2 {
    gap: 3rem;
  }
}
.small__product--card.style2:hover {
  border-color: var(--secondary-color);
}
.small__product--card.style2 .small__product--rating {
  margin-bottom: 8px;
}

.small__product--swiper__btn {
  position: absolute;
  top: 35px;
  padding: 0;
  height: auto;
  right: 8px;
  width: auto;
  color: var(--text-white-color);
}
.small__product--swiper__btn::after {
  display: none;
}
.small__product--swiper__btn.swiper-button-prev {
  right: 34px;
  left: auto;
}
.small__product--swiper__btn.swiper-button-disabled {
  opacity: 0.55;
}

.small__product--section__bg {
  background: url(../img/banner/small-product-sectio-bg.webp);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

/* 
    15. Single Product css 
*/
.deal__section--bg {
  background: url(../img/banner/deal-section-bg.webp);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

.product__badge.style__left {
  left: 1rem;
  right: auto;
}
.product__badge--new {
  background: var(--secondary-color);
  color: var(--text-white-color);
  font-family: var(--inter-fonts);
  font-weight: 600;
  text-align: center;
  width: 5.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
  font-size: 1.2rem;
  position: absolute;
  top: 1.2rem;
  right: 1.3rem;
  border-radius: 3px;
}

.single__product--wrapper {
  background: var(--body-background-color);
  border: 1px solid var(--secondary-color);
  padding: 2rem;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .single__product--wrapper {
    padding: 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .single__product--wrapper {
    padding: 3rem 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .single__product--wrapper {
    padding: 3rem;
  }
}
.single__product--wrapper:hover .single__product--thumbnail__img {
  transform: scale(1.03);
}
.single__product--wrapper:hover .swiper__nav--btn {
  opacity: 1;
  visibility: visible;
}
.single__product--topbar {
  gap: 2rem;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 576px) {
  .single__product--topbar {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .single__product--topbar {
    gap: 3rem;
  }
}
@media only screen and (max-width: 575px) {
  .single__product--topbar {
    gap: 2.5rem;
    flex-wrap: wrap;
  }
}
.single__product--thumbnail {
  position: relative;
  overflow: hidden;
}
.single__product--thumbnail__preview {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .single__product--thumbnail__preview {
    width: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .single__product--thumbnail__preview {
    width: 357px;
  }
}
.single__product--content {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .single__product--content {
    width: calc(100% - 250px);
  }
}
@media only screen and (min-width: 768px) {
  .single__product--content {
    width: calc(100% - 357px);
  }
}
@media only screen and (max-width: 575px) {
  .single__product--content {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .single__product--content .product__card--rating {
    justify-content: center;
  }
}
.single__product--action {
  margin-top: 1.5rem;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .single__product--action {
    bottom: 3rem;
  }
}
@media only screen and (max-width: 575px) {
  .single__product--action {
    justify-content: center;
  }
}
.single__product--action__btn {
  width: 3.5rem;
  height: 3.4rem;
  line-height: 3rem;
  text-align: center;
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  border-radius: 5px;
}
.single__product--action__btn:hover {
  background: var(--secondary-color);
  color: var(--text-white-color);
}
.single__product--cart__btn {
  height: 3.4rem;
  line-height: 3.4rem;
  padding: 0 1.5rem;
  background: var(--primary-color);
  font-size: 1.2rem;
  font-family: var(--inter-fonts);
  font-weight: 600;
  text-transform: capitalize;
  color: var(--text-white-color);
  border-radius: 5px;
}
.single__product--cart__btn:hover {
  background: var(--secondary-color);
  color: var(--text-white-color);
}
.single__product--title {
  margin: 1.5rem 0;
}
.single__product--countdown {
  gap: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .single__product--countdown {
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .single__product--countdown {
    justify-content: center;
  }
}
.single__product--countdown .countdown__item:hover .countdown__number {
  background: var(--secondary-color);
  color: var(--text-white-color);
}
.single__product--countdown .countdown__number {
  width: 4.5rem;
  height: 3.7rem;
  line-height: 3.7rem;
  background: var(--bg-offwhite-color);
  font-size: 1.4rem;
  font-family: var(--inter-fonts);
  font-weight: 600;
  text-align: center;
  border-radius: 3px;
}
.single__product--countdown .countdown__text {
  font-size: 1.4rem;
  font-family: var(--inter-fonts);
  font-weight: 500;
  color: var(--foreground-sub-color);
  text-align: center;
  text-transform: capitalize;
}

.product__sold {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 1.8rem;
  margin: 1.2rem 0 2rem;
}
@media only screen and (min-width: 576px) {
  .product__sold {
    padding-bottom: 2.1rem;
    margin: 1.5rem 0 2.2rem;
  }
}
.product__sold::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1.2rem;
  background: var(--bg-offwhite-color);
  left: 0;
  bottom: 0;
  border-radius: 3px;
}
.product__sold::after {
  position: absolute;
  content: "";
  width: 85%;
  height: 1.2rem;
  background: var(--secondary-color);
  left: 0;
  bottom: 0;
  border-radius: 3px;
}
.product__sold--text {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  font-family: var(--inter-fonts);
  color: var(--foreground-sub-color);
}
.product__sold--text__number {
  color: var(--body-text-color);
}

.single__product--nav {
  padding: 0 1.5rem;
}
.single__product--nav__items {
  border: 1px solid var(--border-color);
  padding: 1rem;
  cursor: pointer;
  border-radius: 5px;
  transition: var(--transition);
}
.single__product--nav__items:hover {
  border-color: var(--secondary-color);
}
@media only screen and (min-width: 768px) {
  .single__product--nav__items {
    padding: 1.3rem;
  }
}
.single__product--nav__thumbnail {
  margin: 0 auto;
}
.single__product--nav .swiper-slide-active .single__product--nav__items {
  border-color: var(--secondary-color);
}

/* 
    4. Banner css 
*/
.banner__items {
  border-radius: 5px;
}

.banner__thumbnail {
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
}
.banner__thumbnail--img {
  width: 100%;
  border-radius: 5px;
}
.banner__thumbnail:hover .banner__thumbnail--img {
  transform: scale(1.03);
}

.banner__content {
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translatey(-50%);
  cursor: pointer;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .banner__content {
    left: 5rem;
  }
}
.banner__content.right {
  right: 3rem;
  left: auto;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .banner__content.right {
    right: 5rem;
  }
}
.banner__content.style__right {
  right: 3rem;
  left: auto;
}
.banner__content.style__top {
  top: 3rem;
  transform: inherit;
  left: 2.5rem;
}
.banner__content--subtitle {
  font-family: var(--inter-fonts);
  font-weight: 600;
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 991px) {
  .banner__content--subtitle {
    line-height: 2rem;
  }
}
.banner__content--title {
  color: var(--text-white-color);
  margin-bottom: 1rem;
}
@media only screen and (min-width: 992px) {
  .banner__content--title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner__content--title {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .banner__content--title {
    line-height: 2.4rem;
    font-size: 1.7rem;
  }
}
.banner__content--title__inner {
  color: var(--secondary-color);
}
.banner__content--price {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  color: var(--text-white-color);
  font-family: var(--inter-fonts);
  display: block;
}
@media only screen and (min-width: 992px) {
  .banner__content--price {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .banner__content--price {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
.banner__content--btn {
  font-weight: 700;
  color: var(--text-white-color);
  margin-top: 0.5rem;
  font-size: 1.4rem;
}
@media only screen and (min-width: 1200px) {
  .banner__content--btn {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
}
.banner__content--btn svg {
  margin-left: 0.5rem;
}
.banner__content--btn:hover {
  color: var(--secondary-color);
}

.banner__badge {
  position: absolute;
  background: var(--secondary-color);
  transform: translatey(-50%);
  top: 50%;
  right: 2rem;
  width: 6rem;
  height: 6rem;
  padding: 7px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-family: var(--inter-fonts);
  font-weight: 500;
  color: var(--text-white-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .banner__badge {
    right: 5rem;
  }
}
@media only screen and (max-width: 479px) {
  .banner__badge {
    display: none;
  }
}
.banner__badge::before {
  position: absolute;
  content: "";
  border: 1px dashed var(--body-background-color);
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  opacity: 0.6;
}
.banner__badge--style2 {
  -webkit-clip-path: polygon(0 19%, 97% 19%, 85% 49%, 100% 82%, 0 82%, 14% 51%);
  clip-path: polygon(0 19%, 97% 19%, 85% 49%, 100% 82%, 0 82%, 14% 51%);
  background: var(--secondary-color);
  color: var(--text-white-color);
  font-size: 1.1rem;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0.6rem;
}

@media only screen and (max-width: 767px) {
  .banner__sidebar {
    margin-top: 3rem;
  }
}

.banner__sidebar--badge {
  transform: inherit;
  bottom: -8px;
  right: -80px;
  top: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__max--height {
    height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 479px) {
  .banner__max--height {
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*
    discount banner css here
*/
.discount__banner--thumbnail__img {
  height: 5.3rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.discount__banner--text {
  font-size: 1.6rem;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translatey(-50%);
}
@media only screen and (min-width: 992px) {
  .discount__banner--text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 479px) {
  .discount__banner--text {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}

/*
    home two banner css here
*/
.banner__content--style {
  right: 5rem;
  left: auto;
}
.banner__content--style .banner__content--subtitle {
  font-size: 1.2rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.banner__content--style .banner__content--btn {
  font-weight: 600;
  line-height: 2rem;
  color: var(--secondary-color);
  text-decoration: underline;
}

.discount__banner--content {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translatey(-50%);
}
@media only screen and (min-width: 576px) {
  .discount__banner--content {
    left: 4rem;
  }
}
@media only screen and (min-width: 992px) {
  .discount__banner--content {
    left: 7rem;
  }
}
.discount__banner--content__subtitle {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: var(--inter-fonts);
  text-transform: uppercase;
  color: var(--body-text-color);
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .discount__banner--content__subtitle {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 1.3rem;
  }
}
@media only screen and (min-width: 992px) {
  .discount__banner--content__subtitle {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .discount__banner--content__subtitle {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 1.8rem;
  }
}
.discount__banner--content__title {
  font-size: 2rem;
  line-height: 3rem;
  text-transform: uppercase;
  margin-bottom: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .discount__banner--content__title {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .discount__banner--content__title {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .discount__banner--content__title {
    font-size: 3.5rem;
    line-height: 4rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .discount__banner--content__title {
    font-size: 4.5rem;
    line-height: 5rem;
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 991px) {
  .banner__sidebar.style2 {
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 575px) {
  .discount__banner--img__height {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*
    home 3 banner css
*/
.banner__content--style3 {
  left: 2.5rem;
}
@media only screen and (min-width: 576px) {
  .banner__content--style3 {
    left: 3.2rem;
  }
}
.banner__content--style3__subtitle {
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-family: var(--inter-fonts);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 576px) {
  .banner__content--style3__subtitle {
    font-size: 1.2rem;
  }
}
.banner__content--style3__title {
  font-family: var(--rubik-fonts);
  font-size: 1.8rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 576px) {
  .banner__content--style3__title {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .banner__content--style3__title {
    font-size: 2.3rem;
    line-height: 2.5rem;
    margin-bottom: 1.2rem;
  }
}
.banner__content--style3__btn {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 600;
  font-family: var(--inter-fonts);
  color: var(--text-white-color);
  border-bottom: 1px solid var(--text-white-color);
}
@media only screen and (min-width: 576px) {
  .banner__content--style3__btn {
    font-size: 1.4rem;
  }
}

/*
    video banner css here
*/
@media only screen and (max-width: 991px) {
  .banner__video--inner {
    padding-right: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .banner__video--inner {
    padding-right: 0;
  }
}

.image__width--text {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
  background: linear-gradient(to right, #FF5E03, #ED1D24);
  padding: 3.5rem 2.5rem;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .image__width--text {
    width: 400px;
    padding: 3rem 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .image__width--text {
    width: 500px;
    padding: 5rem 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .image__width--text {
    position: inherit;
    width: 100%;
    top: inherit;
    transform: inherit;
    margin-top: 3rem;
  }
}
.image__width--text__title {
  font-family: var(--rubik-fonts);
  color: var(--text-white-color);
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 1200px) {
  .image__width--text__title {
    font-size: 3.5rem;
    line-height: 4.5rem;
    margin-bottom: 2rem;
  }
}
.image__width--text__desc {
  font-size: 1.4rem;
  color: var(--text-white-color);
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 1200px) {
  .image__width--text__desc {
    margin-bottom: 1.8rem;
  }
}
.image__width--text__btn {
  float: right;
  font-weight: 700;
  color: var(--text-white-color);
}
.image__width--text__btn:hover {
  color: var(--primary-color);
}

.banner__video--play {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  color: var(--text-white-color);
  font-size: 1.4rem;
  font-weight: 600;
}
.banner__video--play svg {
  margin-right: 4px;
}

/*
    home 4 banner css
*/
.banner__content--style4 {
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translatey(-50%);
}
.banner__content--style4.right {
  right: 4rem;
  left: auto;
}
.banner__content--style4__subtitle {
  font-weight: 600;
  color: var(--text-white-color);
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 576px) {
  .banner__content--style4__subtitle {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 992px) {
  .banner__content--style4__subtitle {
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin-bottom: 1.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .banner__content--style4__subtitle {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 1366px) {
  .banner__content--style4__subtitle {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
.banner__content--style4__subtitle span {
  color: var(--secondary-color);
}
.banner__content--style4__title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-family: var(--rubik-fonts);
  color: var(--text-white-color);
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 576px) {
  .banner__content--style4__title {
    font-size: 2.2rem;
    line-height: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .banner__content--style4__title {
    font-size: 2.8rem;
    line-height: 3rem;
    margin-bottom: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .banner__content--style4__title {
    font-size: 3.2rem;
    line-height: 3.5rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1366px) {
  .banner__content--style4__title {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.banner__content--style4__title span {
  color: var(--secondary-color);
}
.banner__content--style4__title.font__style {
  font-size: 1.6rem;
  line-height: 2rem;
}
@media only screen and (min-width: 576px) {
  .banner__content--style4__title.font__style {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 992px) {
  .banner__content--style4__title.font__style {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .banner__content--style4__title.font__style {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 1366px) {
  .banner__content--style4__title.font__style {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.banner__content--style4__title2 {
  color: var(--text-white-color);
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 576px) {
  .banner__content--style4__title2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .banner__content--style4__title2 {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .banner__content--style4__title2 {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1366px) {
  .banner__content--style4__title2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 4rem;
  }
}
.banner__content--style4__title2.font__style2 {
  font-size: 1.3rem;
  line-height: 2rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 576px) {
  .banner__content--style4__title2.font__style2 {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .banner__content--style4__title2.font__style2 {
    font-size: 1.6rem;
    margin-bottom: 2.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .banner__content--style4__title2.font__style2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 1366px) {
  .banner__content--style4__title2.font__style2 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 479px) {
  .banner__content--style4__title2.font__style2 {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__max--height4 {
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 479px) {
  .banner__max--height4 {
    height: 210px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.banner__content--style4__badge {
  font-size: 1.3rem;
  line-height: 2rem;
  background: var(--secondary-color);
  color: var(--text-white-color);
  font-family: var(--inter-fonts);
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 3px;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .banner__content--style4__badge {
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding: 3px 8px;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 479px) {
  .banner__content--style4__badge {
    display: none;
  }
}

.banner__price--style4 {
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 480px) {
  .banner__price--style4 {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .banner__price--style4 {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .banner__price--style4 {
    margin-bottom: 2rem;
  }
}

.banner__content--style4__btn {
  font-size: 1.4rem;
  line-height: 3.8rem;
  height: 3.8rem;
  padding: 0 2.2rem;
}
@media only screen and (max-width: 767px) {
  .banner__content--style4__btn {
    line-height: 3.5rem;
    height: 3.5rem;
    padding: 0 1.8rem;
  }
}

/*
    home 5 banner css
*/
@media only screen and (max-width: 991px) {
  .banner__sidebar.style5 {
    display: flex;
    gap: 3rem;
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 479px) {
  .banner__sidebar.style5 {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991px) {
  .banner__sidebar.style5 .banner__items.mb-30 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 479px) {
  .banner__sidebar.style5 .banner__items {
    width: 100%;
  }
}

.banner__content--style5 {
  position: absolute;
  left: 2.5rem;
  top: 2rem;
}
@media only screen and (min-width: 1200px) {
  .banner__content--style5 {
    top: 3rem;
  }
}
.banner__content--style5.right {
  right: 2.5rem;
  left: auto;
}
.banner__content--style5__subtitle {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
.banner__content--style5__title {
  font-family: var(--rubik-fonts);
  font-weight: 600;
}
.banner__content--style5__btn {
  color: var(--text-white-color);
  font-size: 1.3rem;
  text-transform: uppercase;
  line-height: 1.8rem;
  border-bottom: 1px solid var(--body-background-color);
  margin-top: 1rem;
}
.banner__content--style5__btn:hover {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}
@media only screen and (min-width: 1200px) {
  .banner__content--style5__btn {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}

/* 
    8. Blog css
*/
.blog__section--inner {
  padding: 2px;
}

.view__all--link {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  line-height: 2rem;
}
@media only screen and (min-width: 576px) {
  .view__all--link {
    font-size: 1.6rem;
  }
}
.view__all--link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--secondary-color);
  bottom: -13px;
  left: 0;
}

.blog__card {
  padding: 1.5rem;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  transition: var(--transition);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .blog__card {
    padding: 2rem;
  }
}
.blog__card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to top, #FCEEF2, #F5F5FE);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.blog__card:hover {
  border-color: var(--secondary-color);
}
.blog__card:hover::before {
  opacity: 1;
  visibility: visible;
}
.blog__card:hover .blog__card--social {
  opacity: 1;
  visibility: visible;
}
.blog__card:hover .blog__card--social .social__share--icon {
  transform: scale(1);
}
.blog__card:hover .blog__card--thumbnail__img {
  transform: scale(1.06) rotate(2deg);
}
.blog__card--thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.blog__card--thumbnail__link {
  display: block;
  width: 100%;
}
.blog__card--thumbnail__img {
  width: 100%;
}
.blog__card--meta {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--foreground-sub-color);
  font-family: var(--inter-fonts);
  margin-bottom: 0.7rem;
}
.blog__card--meta__date {
  width: 5rem;
  height: 4.5rem;
  font-size: 1.3rem;
  font-weight: 600;
  background: var(--secondary-color);
  border-radius: 5px;
  color: var(--text-white-color);
  line-height: 1.7rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 12px;
  left: 12px;
}
@media only screen and (min-width: 768px) {
  .blog__card--meta__date {
    width: 6rem;
    height: 5rem;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.blog__card--desc {
  color: var(--foreground-sub-color);
  margin-bottom: 1.2rem;
}
.blog__card--title {
  font-size: 1.7rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 480px) {
  .blog__card--title {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media only screen and (min-width: 1366px) {
  .blog__card--title {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 1.1rem;
  }
}
.blog__card--footer {
  gap: 2rem;
}
.blog__card--content {
  padding: 1.5rem 0 0;
}
.blog__card--btn__link {
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--inter-fonts);
}
.blog__card--btn__link svg {
  margin-left: 0.3rem;
}

.blog__card--social {
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.blog__card--social .social__share--icon {
  transform: scale(0);
  transition: 0.5s;
}

/* 
    9. Testimonial css
*/
.testimonial__items--content {
  text-align: center;
}
.testimonial__items--thumbnail {
  transform: scale(0.6);
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
  opacity: 0.5;
}
.testimonial__items--desc {
  font-size: 1.5rem;
  line-height: 2.8rem;
  color: var(--body-text-color);
  max-width: 100%;
  margin: 0 auto 1.5rem;
}
@media only screen and (min-width: 576px) {
  .testimonial__items--desc {
    font-size: 1.6rem;
    line-height: 2.8rem;
    max-width: 85%;
    margin: 0 auto 1.8rem;
  }
}
@media only screen and (min-width: 992px) {
  .testimonial__items--desc {
    max-width: 64%;
  }
}
.testimonial__items--subtitle {
  font-size: 1.6rem;
  color: var(--foreground-sub-color);
}

.swiper-slide-active .testimonial__items--thumbnail {
  transform: scale(1);
  opacity: 1;
}

.testimonial__active--two {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .testimonial__active--two {
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonial__active--two {
    margin-top: 3rem;
  }
}

.testimonial__rating {
  margin-bottom: 1.5rem;
}

/* 
    7. Shipping css
*/
.shipping__inner {
  border: 1px solid var(--bg-light-dark-color);
  border-radius: 5px;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 991px) {
  .shipping__inner {
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 575px) {
  .shipping__inner {
    gap: 1rem;
  }
}

.shipping__items {
  gap: 1.5rem;
  justify-content: center;
  width: auto;
  padding: 1rem;
  position: relative;
  transition: var(--transition);
}
@media only screen and (min-width: 576px) {
  .shipping__items {
    padding: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .shipping__items {
    width: 25%;
    padding: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .shipping__items {
    gap: 1.7rem;
    padding: 2rem;
  }
}
.shipping__items::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 48px;
  background: var(--bg-light-dark-color);
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}
@media only screen and (max-width: 991px) {
  .shipping__items::before {
    display: none;
  }
}
.shipping__items:last-child::before {
  display: none;
}
.shipping__items:hover {
  background: var(--bg-light-dark-color);
}

.shipping__content--title {
  margin-bottom: 4px;
}
.shipping__content--desc {
  color: var(--foreground-sub-color);
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: var(--inter-fonts);
}

/*
    home two shipping css
*/
.shipping__inner.style2 {
  border: 1px solid var(--border-color);
}

.shipping__items.style2::before {
  background: var(--border-color);
}
.shipping__items.style2:hover {
  background: var(--bg-offwhite-color);
}

/* 
    22. Newsletter css 
*/
.newsletter__area {
  padding-bottom: 4.2rem;
  border-bottom: 1px solid var(--bg-light-dark-color);
}

.newsletter__inner {
  gap: 3rem;
}
@media only screen and (max-width: 991px) {
  .newsletter__inner {
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: center !important;
  }
}

@media only screen and (max-width: 991px) {
  .newsletter__content {
    text-align: center;
  }
}

.newsletter__title {
  font-size: 2rem;
  line-height: 3rem;
  color: var(--text-white-color);
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 480px) {
  .newsletter__title {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 576px) {
  .newsletter__title {
    font-size: 2.5rem;
    line-height: 3.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .newsletter__title {
    font-size: 3rem;
    line-height: 3.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .newsletter__title {
    font-size: 3.4rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 1366px) {
  .newsletter__title {
    font-size: 3.6rem;
  }
}

.newsletter__desc {
  color: var(--foreground-sub-color);
}

@media only screen and (max-width: 575px) {
  .newsletter__subscribe {
    width: 100%;
  }
}
.newsletter__subscribe--form {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .newsletter__subscribe--form {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 480px) {
  .newsletter__subscribe--form {
    width: 90%;
  }
}
@media only screen and (min-width: 576px) {
  .newsletter__subscribe--form {
    width: 470px;
  }
}
@media only screen and (min-width: 1200px) {
  .newsletter__subscribe--form {
    width: 560px;
  }
}
.newsletter__subscribe--form input::-webkit-input-placeholder {
  color: var(--foreground-sub-color);
}
.newsletter__subscribe--form input::-moz-placeholder {
  color: var(--foreground-sub-color);
}
.newsletter__subscribe--form input:-ms-input-placeholder {
  color: var(--foreground-sub-color);
}
.newsletter__subscribe--form input:-moz-placeholder {
  color: var(--foreground-sub-color);
}
.newsletter__subscribe--input {
  width: 100%;
  height: 4.5rem;
  border: 1px solid transparent;
  color: var(--foreground-sub-color);
  background: var(--bg-light-dark-color);
  font-weight: 500;
  font-family: var(--inter-fonts);
  border-radius: 5px;
  padding: 0 130px 0 1.5rem;
}
.newsletter__subscribe--input:focus {
  border-color: var(--secondary-color);
  color: var(--text-white-color);
}
@media only screen and (min-width: 480px) {
  .newsletter__subscribe--input {
    padding: 0 140px 0 2rem;
    height: 4.8rem;
  }
}
@media only screen and (min-width: 992px) {
  .newsletter__subscribe--input {
    height: 5.5rem;
    padding: 0 155px 0 2rem;
  }
}
.newsletter__subscribe--button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: 0;
  background: var(--secondary-color);
  padding: 0 1rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--text-white-color);
  border-radius: 0 5px 5px 0;
}
.newsletter__subscribe--button:hover {
  background: var(--body-background-color);
  color: var(--foreground-color);
}
@media only screen and (min-width: 576px) {
  .newsletter__subscribe--button {
    padding: 0 1.2rem;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 992px) {
  .newsletter__subscribe--button {
    padding: 0 1.6rem;
    font-size: 1.4rem;
  }
}

/* 
    12. Footer css 
*/
.footer__section {
  padding-top: 5.3rem;
}
@media only screen and (max-width: 991px) {
  .footer__section {
    padding-bottom: 70px;
  }
}

.footer__bg {
  background: var(--bg-black-color);
}

.main__footer {
  padding: 5.5rem 0 3.4rem;
}
@media only screen and (min-width: 768px) {
  .main__footer {
    padding: 5.5rem 0 5.7rem;
  }
}

.footer__social {
  gap: 1rem;
  margin-top: 1.5rem;
}

.social__share--icon__style2 {
  width: 3.8rem;
  height: 3.8rem;
  line-height: 3.6rem;
  background: var(--body-background-color);
  color: var(--foreground-sub-color);
  text-align: center;
  border-radius: 50%;
}
.social__share--icon__style2:hover {
  background: var(--secondary-color);
  color: var(--text-white-color);
}
@media only screen and (min-width: 1200px) {
  .social__share--icon__style2 {
    width: 4.2rem;
    height: 4.2rem;
    line-height: 3.8rem;
  }
}

@media only screen and (max-width: 991px) {
  .footer__widget {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer__widget {
    margin-bottom: 0;
  }
}
.footer__widget--desc {
  font-size: 1.4rem;
  margin-bottom: 0;
  color: var(--foreground-sub-color);
}
@media only screen and (min-width: 768px) {
  .footer__widget--desc {
    font-size: 1.5rem;
  }
}
.footer__widget--title {
  margin-bottom: 2.2rem;
  font-weight: 600;
  position: relative;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: var(--text-white-color);
  font-family: var(--rubik-fonts);
  text-transform: uppercase;
}
@media only screen and (min-width: 480px) {
  .footer__widget--title {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 576px) {
  .footer__widget--title {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer__widget--title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .footer__widget--title {
    line-height: 2.6rem;
    margin-bottom: 2rem;
  }
}
.footer__widget--title__arrowdown--icon {
  position: absolute;
  right: 0;
  top: 38%;
  transition: 0.3s;
  display: none;
}
@media only screen and (max-width: 767px) {
  .footer__widget--title__arrowdown--icon {
    display: block;
  }
}
.footer__widget.active {
  padding-bottom: 3rem;
}
.footer__widget.active .footer__widget--title__arrowdown--icon {
  transform: rotate(180deg);
}
.footer__widget--menu__list {
  margin-bottom: 0.6rem;
}
@media only screen and (min-width: 768px) {
  .footer__widget--menu__list {
    margin-bottom: 0.8rem;
  }
}
.footer__widget--menu__list:last-child {
  margin-bottom: 0;
}
.footer__widget--menu__text {
  line-height: 2.6rem;
  font-size: 1.4rem;
  color: var(--foreground-sub-color);
}
@media only screen and (min-width: 768px) {
  .footer__widget--menu__text {
    line-height: 2.8rem;
    font-size: 1.5rem;
  }
}

.footer__widget--button {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: "";
  color: transparent;
  border: 0;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .footer__widget--button {
    visibility: visible;
  }
}

@media only screen and (max-width: 767px) {
  .footer__widget--inner {
    display: none;
  }
}

.footer__bottom {
  border-top: 1px solid var(--bg-light-dark-color);
}
.footer__bottom--inenr {
  padding: 1.8rem 0;
}
@media only screen and (max-width: 991px) {
  .footer__bottom--inenr {
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center !important;
  }
}

.copyright__content {
  font-size: 1.6rem;
  font-family: var(--rubik-fonts);
  color: var(--text-white-color);
}
.copyright__content--link {
  color: var(--text-white-color);
}
.copyright__content--link:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .copyright__content {
    text-align: center;
  }
}

/*
    home five footer css
*/
.footer__bg5 {
  background: linear-gradient(to right, #F1F2FA, #FCEDF1);
}

.footer__color--style .newsletter__area {
  border-bottom: 1px solid var(--border-color);
}
.footer__color--style .newsletter__title {
  color: var(--foreground-color);
}
.footer__color--style .newsletter__subscribe--input {
  background: var(--body-background-color);
}
.footer__color--style .footer__widget--title {
  color: var(--foreground-color);
}
.footer__color--style .footer__widget--desc {
  color: var(--foreground-color);
}
.footer__color--style .social__share--icon__style2 {
  border: 1px solid var(--border-color);
  color: var(--foreground-color);
  line-height: 3.4rem;
}
@media only screen and (min-width: 1200px) {
  .footer__color--style .social__share--icon__style2 {
    line-height: 3.6rem;
  }
}
.footer__color--style .social__share--icon__style2:hover {
  color: var(--text-white-color);
  border-color: var(--secondary-color);
}
.footer__color--style .footer__widget--menu__text {
  color: var(--foreground-color);
}
.footer__color--style .footer__widget--menu__text:hover {
  color: var(--secondary-color);
}
.footer__color--style .footer__bottom {
  border-top: 1px solid var(--border-color);
}
.footer__color--style .copyright__content {
  color: var(--foreground-color);
}
.footer__color--style .copyright__content--link {
  color: var(--foreground-color);
}
.footer__color--style .copyright__content--link:hover {
  color: var(--secondary-color);
}

/* 
    13. Quickview css
*/
.modal {
  background: rgba(0, 0, 0, 0.2);
}

.quickview__main--wrapper {
  max-width: 895px;
  position: relative;
  overflow: auto;
  cursor: default;
  padding: 25px;
  transform: translateY(-50px);
  transition: var(--transition);
  pointer-events: inherit;
}
@media only screen and (max-width: 575px) {
  .quickview__main--wrapper {
    padding: 15px;
  }
}

.modal-content.quickview__main__content {
  padding: 20px;
  border-radius: 10px;
  border: 0;
  max-height: 80vh;
  overflow: auto;
}
@media only screen and (max-width: 575px) {
  .modal-content.quickview__main__content {
    padding: 5px;
  }
}

.modal-header.quickview_m_header {
  padding: 0;
  position: absolute;
  top: 16px;
  right: 16px;
  border: 0;
  z-index: 9;
}

.modal.is-visible {
  visibility: visible;
  opacity: 1;
}
.modal.is-visible .quickview__main--wrapper {
  transform: translateY(0);
}

.quickview__header {
  position: absolute;
  padding: 0;
  top: 16px;
  right: 16px;
  z-index: 9;
  border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .quickview__header {
    top: 10px;
    right: 10px;
  }
}

.quickview__close--btn {
  font-size: 1.8rem;
  padding: 0 !important;
  width: 3.2rem;
  height: 3.2rem;
  line-height: 3.4rem;
  border-radius: 50%;
  font-weight: 700;
  border: 1px solid var(--border-color);
  background: var(--body-background-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.quickview__close--btn:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--text-white-color);
}

/* ANIMATIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
[data-animation] .modal-dialog {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}

[data-animation].is-visible .modal-dialog {
  opacity: 1;
  transition-delay: 0.2s;
}

@media only screen and (max-width: 767px) {
  .quickview__gallery {
    margin-bottom: 20px;
  }
}

.quickview__thumb {
  position: relative;
}
.quickview__thumb--link {
  width: 100%;
  border-radius: 8px;
  display: block;
}
.quickview__thumb--img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.quickview__gallery--pagination {
  bottom: 5px !important;
}
.quickview__gallery--pagination .swiper-pagination-bullet {
  width: 2rem;
  height: 0.6rem;
  background: var(--primary-color);
  opacity: 1;
  border-radius: 2px;
  margin: 0 3px !important;
}
.quickview__gallery--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--secondary-color);
}

.variant__color--value {
  width: 3.5rem;
  height: 3.5rem;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 10px;
  line-height: 1;
  cursor: pointer;
}
.variant__color--value:last-child {
  margin-right: 0;
}
.variant__color--value__img {
  border-radius: 5px;
}

.variant__color--list input[type=radio] + label {
  border: 1px solid var(--border-color);
}
.variant__color--list input[type=radio] + label:hover {
  border: 1px solid var(--secondary-color);
}

.variant__color--list {
  margin-right: 10px;
}
.variant__color--list input[type=radio] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.variant__color--list input[type=radio]:checked + label {
  border: 1px solid var(--secondary-color);
}
.variant__color--list:last-child {
  margin-right: 0;
}

.variant__input--fieldset {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border: none;
  margin: 0;
  padding: 0;
}

.variant__size--list input[type=radio] + label {
  border: 1px solid var(--border-color);
}
.variant__size--list input[type=radio] + label:hover {
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}

.variant__size--list {
  margin-right: 13px;
}
.variant__size--list:last-child {
  margin-right: 0;
}
.variant__size--list input[type=radio] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.variant__size--list input[type=radio]:checked + label {
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}
.variant__size--value {
  width: 4.7rem;
  height: 3.2rem;
  line-height: 2.8rem;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  font-size: 1.5rem;
  cursor: pointer;
}

.quickview__variant--wishlist__svg {
  width: 22px;
  margin-right: 7px;
}

.variant__wishlist--icon {
  display: flex;
  align-items: center;
}

.quickview__value--quantity {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 2.2rem;
  line-height: 3.3rem;
}
.quickview__value--quantity.decrease {
  border-radius: 17px 0 0 17px;
}
.quickview__value--quantity.increase {
  border-radius: 0 17px 17px 0;
}

input.quickview__value--number {
  height: 3.5rem;
  font-size: 1.7rem;
}

.quickview__cart--btn {
  height: 3.8rem;
  line-height: 3.8rem;
  padding: 0 25px;
  margin-left: 15px;
}

.quickview__social--title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-right: 15px;
}
.quickview__social--list {
  margin-right: 10px;
}
.quickview__social--list:last-child {
  margin-right: 0;
}
.quickview__social--icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary-color);
  color: var(--text-white-color);
  border-radius: 50%;
}
.quickview__social--icon:hover {
  background: var(--primary-color);
  color: var(--text-white-color);
}

@media only screen and (max-width: 767px) {
  .quickview__social--style3 {
    justify-content: flex-start;
    margin-bottom: 1.5rem;
  }
}

/* 
    18. Search filter css
*/
.search__filter--area {
  padding: 2rem 1.5rem;
  border: 1px solid var(--secondary-color);
  border-radius: 5px;
  background: var(--body-background-color);
}
@media only screen and (min-width: 1200px) {
  .search__filter--area {
    padding: 2.5rem 1.8rem;
  }
}
@media only screen and (min-width: 1366px) {
  .search__filter--area {
    padding: 3rem 1.8rem;
  }
}
@media only screen and (max-width: 991px) {
  .search__filter--area {
    margin-top: 5rem;
  }
}
.search__filter--header {
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 1200px) {
  .search__filter--header {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1366px) {
  .search__filter--header {
    margin-bottom: 2.5rem;
  }
}
.search__filter--header__icon {
  min-width: 2.4rem;
}
.search__filter--title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 1200px) {
  .search__filter--title {
    font-size: 2rem;
    line-height: 2.2rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1366px) {
  .search__filter--title {
    margin-bottom: 1.3rem;
  }
}
.search__filter--desc {
  font-size: 1.3rem;
  line-height: 2.3rem;
  color: var(--foreground-sub-color);
}
@media only screen and (min-width: 1200px) {
  .search__filter--desc {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}
.search__filter--btn {
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  border-radius: 5px;
}
@media only screen and (min-width: 1200px) {
  .search__filter--btn {
    height: 4.2rem;
    line-height: 4.2rem;
  }
}
@media only screen and (min-width: 1366px) {
  .search__filter--btn {
    height: 4.4rem;
    line-height: 4.4rem;
  }
}

.search__filter--select {
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 1200px) {
  .search__filter--select {
    margin-bottom: 1.7rem;
  }
}
@media only screen and (min-width: 1366px) {
  .search__filter--select {
    margin-bottom: 1.9rem;
  }
}
.search__filter--select:last-child {
  margin-bottom: 0;
}
.search__filter--select__field {
  width: 100%;
  border: 1px solid var(--border-color);
  background: var(--body-background-color);
  -webkit-appearance: none;
  height: 4rem;
  font-size: 1.4rem;
  padding: 0 3.4rem 0 1.7rem;
  border-radius: 5px;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .search__filter--select__field {
    font-size: 1.5rem;
    height: 4.2rem;
  }
}
@media only screen and (min-width: 1366px) {
  .search__filter--select__field {
    height: 4.4rem;
  }
}

/*
    home 3 search filter css
*/
.search__filter--inner {
  background: linear-gradient(to right, #FAEEF2, #F1F3FB);
  padding: 3rem 2rem;
  border-radius: 5px;
}
@media only screen and (min-width: 576px) {
  .search__filter--inner {
    padding: 3rem 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .search__filter--inner {
    padding: 3.3rem;
  }
}

.search__filter--form__style2 {
  gap: 2rem;
}
@media only screen and (min-width: 1200px) {
  .search__filter--form__style2 {
    gap: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .search__filter--form__style2 {
    flex-wrap: wrap;
  }
}

.search__filter--width {
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (min-width: 400px) {
  .search__filter--width {
    width: 46%;
  }
}
@media only screen and (min-width: 576px) {
  .search__filter--width {
    width: 30.2%;
  }
}
@media only screen and (min-width: 768px) {
  .search__filter--width {
    width: 22.8%;
  }
}
@media only screen and (min-width: 992px) {
  .search__filter--width {
    width: 16.66%;
  }
}

/*
    home 5 search filter css
*/
.search__filter--style5 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .search__filter--style5 {
    position: inherit;
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .search__filter--style5 {
    padding-top: 3.6rem;
  }
}

.search__filter--inner.style5 {
  background: linear-gradient(to right, #fbd4df, #dee3f9);
}

/* 
    11. Accordion css
*/
.accordion__items.active {
  margin-bottom: 20px;
}
.accordion__items.active:last-child {
  margin-bottom: 0;
}
.accordion__items.active .accordion__items--button__icon {
  transform: rotate(180deg);
  top: 28%;
  transition: 0.4s;
}
.accordion__items--body {
  display: none;
  padding: 0 20px;
}
.accordion__items--body__desc {
  font-size: 1.5rem;
  line-height: 2.8rem;
}
.accordion__items--button {
  border: 0;
  background: var(--body-background-color);
  width: 100%;
  padding: 13px 50px 13px 15px;
  text-align: left;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .accordion__items--button {
    padding: 13px 60px 13px 25px;
  }
}
@media only screen and (min-width: 992px) {
  .accordion__items--button {
    padding: 15px 70px 15px 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .accordion__items--button {
    padding: 24px 80px 24px 40px;
  }
}
.accordion__items--button__icon {
  width: 3rem;
  height: 3rem;
  background: var(--secondary-color);
  color: var(--text-white-color);
  padding: 5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translatey(-50%);
  transition: 0.4s;
}
@media only screen and (min-width: 768px) {
  .accordion__items--button__icon {
    right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .accordion__items--button__icon {
    right: 35px;
  }
}
.accordion__items--button > * {
  pointer-events: none;
}

/* 
    21. Portfolio css 
*/
.portfolio__items--thumbnail {
  border-radius: 5px;
}
.portfolio__items--thumbnail::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--secondary-color);
  top: 0;
  left: 0;
  opacity: 0;
  transition: var(--transition);
  z-index: 9;
  pointer-events: none;
  border-radius: 5px;
}
.portfolio__items--thumbnail:hover::before {
  opacity: 0.7;
}
.portfolio__items--thumbnail:hover .portfolio__view--icon {
  opacity: 1;
  visibility: visible;
}
.portfolio__items--thumbnail__link {
  overflow: hidden;
  border-radius: 5px;
}
.portfolio__items--thumbnail:hover .portfolio__items--thumbnail__img {
  transform: scale(1.05);
}
.portfolio__items--thumbnail__img {
  transition: 0.3s;
  border-radius: 5px;
}

.portfolio__view--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translatey(-50%) translatex(-50%);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: 9;
}
.portfolio__view--icon__link {
  color: var(--text-white-color);
}

/* 
    10. Brand logo css
*/
.brand__section--inner {
  gap: 3rem;
  background: linear-gradient(to right, #FAEEF2, #F1F3FB);
  padding: 3rem 3rem;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .brand__section--inner {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}

.brang__logo--img {
  opacity: 0.5;
}
.brang__logo--img:hover {
  transform: scale(1.05);
  opacity: 1;
}
@media only screen and (max-width: 479px) {
  .brang__logo--img {
    max-width: 125px;
  }
}

/*
    home three brand logo css
*/
.brand__section--style3 {
  background: url(../img/other/brand-section-bg3.webp);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

.brand__section--inner__style3 {
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .brand__section--inner__style3 {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}

/* 
    32. Breadcrumb css 
*/
.breadcrumb__bg {
  background-color: var(--bg-offwhite-color);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  padding: 2.5rem 0;
}
@media only screen and (min-width: 768px) {
  .breadcrumb__bg {
    padding: 3rem 0;
  }
}

.breadcrumb__content {
  position: relative;
}
.breadcrumb__content--title {
  margin-bottom: 12px;
  font-size: 2.2rem;
  line-height: 2.2rem;
}
@media only screen and (min-width: 768px) {
  .breadcrumb__content--title {
    margin-bottom: 15px;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .breadcrumb__content--title {
    margin-bottom: 16px;
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .breadcrumb__content--title {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.breadcrumb__content--menu__items {
  position: relative;
  margin-right: 18px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 22px;
}
.breadcrumb__content--menu__items:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb__content--menu__items:last-child::before {
  display: none;
}
.breadcrumb__content--menu__items::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background: var(--secondary-color);
  right: 0;
  top: 6px;
  border-radius: 5px;
  transform: rotate(30deg);
}

/* 
    17. Shop page css 
*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-col-width-lg-4 {
    width: 30%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-col-width-lg-8 {
    width: 70%;
  }
}

.shop__header {
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  background: var(--bg-offwhite-color);
  gap: 3rem;
}
@media only screen and (max-width: 1199px) {
  .shop__header {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 2rem;
  }
}

.product__view--mode {
  gap: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .product__view--mode {
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }
}
@media only screen and (max-width: 479px) {
  .product__view--mode {
    gap: 1.5rem;
  }
}
.product__view--label {
  font-weight: 600;
  margin-right: 1.2rem;
}
@media only screen and (min-width: 992px) {
  .product__view--label {
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .product__view--label {
    margin-right: 2rem;
  }
}
.product__view--select {
  border: 1px solid var(--border-color);
  padding: 0.6rem 3rem 0.6rem 1.2rem;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 0.5rem;
  background: var(--body-background-color);
}

.select.shop__header--select::before {
  right: 14px;
}

.product__grid--column__buttons--icons {
  border: 1px solid var(--border-color);
  background: var(--body-background-color);
  border-radius: 0.3rem;
  width: 3.7rem;
  height: 3.7rem;
  line-height: 1.1rem;
  margin-right: 10px;
  text-align: center;
  padding: 0;
}
.product__grid--column__buttons--icons:last-child {
  margin-right: 0;
}
.product__grid--column__buttons--icons:hover {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.product__grid--column__buttons--icons.active {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.product__grid--column__buttons--icons > * {
  pointer-events: none;
}

.product__showing--count {
  color: var(--foreground-sub-color);
  font-weight: 500;
  letter-spacing: 0.5px;
}

/*
    sidebar widget css here
*/
.offcanvas__filter--sidebar {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 300px;
  height: 100vh;
  transition: var(--transition);
  transform: translateX(-100%);
  background-color: var(--body-background-color);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
}
@media only screen and (min-width: 480px) {
  .offcanvas__filter--sidebar {
    max-width: 320px;
  }
}
.offcanvas__filter--sidebar.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.widget__filter--btn {
  border: 1px solid var(--border-color);
  background: var(--body-background-color);
  border-radius: 0.3rem;
  padding: 0.5rem 1.2rem;
}
@media only screen and (max-width: 479px) {
  .widget__filter--btn {
    margin-right: 2.5rem;
  }
}
.widget__filter--btn:hover {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}
.widget__filter--btn:hover span {
  color: var(--secondary-color);
}
.widget__filter--btn__icon {
  width: 20px;
}
.widget__filter--btn__text {
  font-weight: 600;
  font-size: 1.5rem;
  margin-left: 0.7rem;
}
.widget__filter--btn > * {
  pointer-events: none;
}

.offcanvas__filter--close {
  display: flex;
  align-items: center;
  border: 1px solid var(--border-color);
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  margin: 25px;
  background: var(--white-color);
}
.offcanvas__filter--close:hover {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}
.offcanvas__filter--close__text {
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: 8px;
}
.offcanvas__filter--close > * {
  pointer-events: none;
}

.shop__sidebar--widget {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.single__widget {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 992px) {
  .single__widget {
    margin-bottom: 4rem;
  }
}
.single__widget:last-child {
  margin-bottom: 0;
}
.single__widget.widget__bg {
  padding: 2.5rem 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 22px rgba(0, 0, 0, 0.1);
}

.widget__title {
  font-weight: 600;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 1rem;
}
@media only screen and (min-width: 992px) {
  .widget__title {
    padding-bottom: 1.2rem;
    margin-bottom: 2.5rem;
  }
}

.widget__search--form {
  position: relative;
}
.widget__search--form__input {
  width: 100%;
  height: 5rem;
  padding: 0 6rem 0 1.2rem;
  border-radius: 0.5rem;
  border: 1px solid var(--border-color);
}
@media only screen and (min-width: 992px) {
  .widget__search--form__input {
    font-size: 1.5rem;
  }
}
.widget__search--form__input:focus {
  border-color: var(--secondary-color);
}
.widget__search--form__btn {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: var(--secondary-color);
  color: var(--text-white-color);
  padding: 0;
  width: 4.5rem;
  height: 100%;
  border-radius: 0 0.5rem 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget__search--form__btn:hover {
  background: var(--secondary-color);
}

.widget__categories--menu__list {
  border: 1px solid var(--border-color);
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
}
.widget__categories--menu__list:last-child {
  margin-bottom: 0;
}
.widget__categories--menu__list.active .widget__categories--menu__label {
  margin-bottom: 0;
}
.widget__categories--menu__list.active .widget__categories--menu__arrowdown--icon {
  transform: rotate(180deg);
  top: 38%;
}
.widget__categories--menu__label {
  cursor: pointer;
  padding: 0.5rem 1rem;
  position: relative;
  transition: var(--transition);
}
.widget__categories--menu__label:hover {
  color: var(--secondary-color);
}
.widget__categories--menu__label > * {
  pointer-events: none;
}
.widget__categories--menu__text {
  padding-left: 1.3rem;
}
.widget__categories--menu__img {
  width: 3rem;
}
.widget__categories--menu__arrowdown--icon {
  position: absolute;
  right: 1.5rem;
  top: 43%;
  transition: var(--transition);
}
.widget__categories--sub__menu {
  display: none;
  padding: 1rem 0;
  border-top: 1px solid var(--border-color);
}
.widget__categories--sub__menu--list {
  margin-bottom: 0.8rem;
  padding: 0 1rem 0.8rem;
  border-bottom: 1px solid var(--border-color);
}
.widget__categories--sub__menu--list:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.widget__categories--sub__menu--img {
  width: 2.8rem;
}
.widget__categories--sub__menu--text {
  padding-left: 1.3rem;
  line-height: 2.8rem;
}

.widget__form--check__list {
  margin-bottom: 1rem;
  position: relative;
}
.widget__form--check__list:last-child {
  margin-bottom: 0;
}
.widget__form--check__label {
  cursor: pointer;
  line-height: 2.8rem;
  transition: var(--transition);
  border: 1px solid var(--border-color);
  background: var(--white-color);
  padding: 0.5rem 3rem 0.5rem 1.5rem;
  border-radius: 0.5rem;
  display: block;
}
.widget__form--check__label:hover {
  color: var(--secondary-color);
}
.widget__form--check__input {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translatey(-50%);
  opacity: 0;
  cursor: pointer;
  z-index: 999;
}
.widget__form--check__input:checked ~ .widget__form--checkmark {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}
.widget__form--check__input:checked ~ .widget__form--checkmark::before {
  display: block;
}

.widget__form--checkmark {
  height: 1.8rem;
  width: 1.8rem;
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translatey(-50%);
  background: var(--body-background-color);
  transition: var(--transition);
}
.widget__form--checkmark::before {
  right: 0.5rem;
  top: 0.3rem;
  width: 0.5rem;
  height: 0.8rem;
  border: solid white;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

.price__filter--group {
  width: 46%;
}
.price__filter--label {
  font-weight: 600;
  margin-bottom: 0.6rem;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .price__filter--label {
    font-size: 1.5rem;
  }
}
.price__filter--input {
  border: 1px solid var(--border-color);
  padding: 0.3rem 0.7rem;
}
.price__filter--currency {
  font-weight: 700;
  margin-right: 0.6rem;
}
.price__filter--btn {
  height: 4rem;
  line-height: 4rem;
}

.price__divider {
  font-size: 2rem;
  padding: 2.5rem 1rem 0;
}

.widget__tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.widget__tagcloud--link {
  border: 1px solid var(--border-color);
  background: var(--body-background-color);
  padding: 0.5rem 1rem;
  line-height: 2.4rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
}
.widget__tagcloud--link:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--text-white-color);
}

.shop__sidebar--product .small__product--card {
  padding-top: 0;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-top: 0;
  border-bottom: 1px solid var(--border-color);
}
.shop__sidebar--product .small__product--card:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

/*
    shop product wrapper css here
*/
@media only screen and (max-width: 991px) {
  .shop__product--wrapper .product__items--link {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .shop__product--wrapper .product__items--img {
    width: 100%;
  }
}

.product__list {
  gap: 2rem;
  padding: 1.7rem;
}
@media only screen and (min-width: 576px) {
  .product__list {
    gap: 2.5rem;
    padding: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .product__list {
    gap: 3rem;
    padding: 3rem;
  }
}
@media only screen and (max-width: 479px) {
  .product__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.product__list .product__card--price {
  opacity: 1;
  visibility: visible;
}

.product__list--thumbnail {
  width: 220px;
  padding: 0;
}
@media only screen and (min-width: 480px) {
  .product__list--thumbnail {
    width: 170px;
  }
}
@media only screen and (min-width: 768px) {
  .product__list--thumbnail {
    width: 190px;
  }
}
@media only screen and (min-width: 1200px) {
  .product__list--thumbnail {
    width: 270px;
  }
}

.product__list--content {
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 480px) {
  .product__list--content {
    width: calc(100% - 200px);
  }
}
@media only screen and (min-width: 768px) {
  .product__list--content {
    width: calc(100% - 212px);
  }
}
@media only screen and (min-width: 1200px) {
  .product__list--content {
    width: calc(100% - 270px);
  }
}
@media only screen and (max-width: 479px) {
  .product__list--content {
    text-align: center;
  }
}
.product__list--content .product__card--title {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .product__list--content .product__card--title {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .product__list--content .product__card--title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.product__list--content .product__card--rating {
  margin-bottom: 1.4rem;
}
@media only screen and (min-width: 1200px) {
  .product__list--content .product__card--rating {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 479px) {
  .product__list--content .product__card--rating {
    justify-content: center;
  }
}
.product__list--content .product__card--btn {
  display: inline-block;
}

.product__card--content__desc {
  line-height: 2.6rem;
}
@media only screen and (min-width: 1200px) {
  .product__card--content__desc {
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .product__card--content__desc {
    display: none;
  }
}

.product__list--price {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1200px) {
  .product__list--price {
    margin-bottom: 1.2rem;
  }
}
.product__list--price .current__price {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media only screen and (min-width: 992px) {
  .product__list--price .current__price {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
.product__list--price .old__price {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media only screen and (min-width: 992px) {
  .product__list--price .old__price {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

/*
    pagination css here
*/
.pagination__area {
  padding: 1.5rem 2rem;
  margin-top: 3rem;
  background: var(--bg-offwhite-color);
  border-radius: 5px;
}

.pagination__list {
  margin-right: 0.8rem;
}
.pagination__list:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .pagination__list {
    margin-right: 1.2rem;
  }
}

.pagination__item {
  width: 3.4rem;
  height: 3.4rem;
  line-height: 3.2rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  background: var(--body-background-color);
}
@media only screen and (min-width: 768px) {
  .pagination__item {
    width: 4rem;
    height: 4rem;
    line-height: 3.8rem;
    font-size: 1.6rem;
  }
}
.pagination__item--current {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--text-white-color);
}
.pagination__item:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--text-white-color);
}

/* 
    34. About page css 
*/
@media only screen and (max-width: 991px) {
  .team__section.section--padding {
    padding-bottom: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .team__section.section--padding {
    padding-bottom: 4rem;
  }
}

@media only screen and (max-width: 991px) {
  .about__thumb {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .about__thumb {
    margin-bottom: 2.5rem;
  }
}
.about__thumb--items {
  margin-right: 2rem;
}
.about__thumb--items:last-child {
  margin-right: 0;
}
.about__thumb--items:first-child {
  margin-top: 8rem;
}
@media only screen and (max-width: 991px) {
  .about__thumb--items:first-child {
    margin-top: 0;
  }
}

.about__thumb--play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translatey(-50%) translatex(-50%);
}
.about__thumb--play__icon {
  width: 4rem;
  height: 4rem;
  line-height: 3.5rem;
  text-align: center;
  background: var(--secondary-color);
  color: var(--text-white-color);
  border-radius: 50%;
}
.about__thumb--play__icon:hover {
  background: var(--primary-color);
  color: var(--text-white-color);
  transform: scale(1.1);
}

@media only screen and (max-width: 575px) {
  .about__content {
    text-align: center;
  }
}
.about__content--subtitle {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem;
}
@media only screen and (min-width: 992px) {
  .about__content--subtitle {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.about__content--maintitle {
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .about__content--maintitle {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .about__content--maintitle {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 1600px) {
  .about__content--maintitle {
    font-size: 3.5rem;
    line-height: 4.4rem;
  }
}
.about__content--desc {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: var(--text-gray-color);
}

.about__author--name {
  font-weight: 600;
  line-height: 2.6rem;
}
.about__author--rank {
  color: var(--light-color);
}
.about__author--signature {
  position: absolute;
  top: 50%;
  left: 105px;
  transform: translatey(-50%);
}

/*
    team member css
*/
.team__items:hover .team__thumb {
  border-color: var(--secondary-color);
}

.team__thumb {
  position: relative;
  line-height: 1;
  display: inline-block;
  border: 2px solid var(--border-color);
  padding: 0.3rem;
  transition: var(--transition);
  border-radius: 10px;
}
.team__thumb--img {
  border-radius: 10px;
}

.team__social {
  gap: 1rem;
}
@media only screen and (min-width: 1200px) {
  .team__social {
    gap: 1.2rem;
  }
}
.team__social--icon {
  width: 2.8rem;
  height: 2.8rem;
  text-align: center;
  background: var(--bg-offwhite-color);
  color: var(--body-text-color);
  line-height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team__social--icon:hover {
  background: var(--secondary-color);
  color: var(--text-white-color);
}
@media only screen and (min-width: 1200px) {
  .team__social--icon {
    width: 3rem;
    height: 3rem;
    line-height: 3.2rem;
  }
}

.team__content {
  padding: 1rem 0 0;
}
@media only screen and (max-width: 991px) {
  .team__content {
    padding: 0.8rem 0 0;
  }
}
.team__content--subtitle {
  color: var(--foreground-sub-color);
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1.3rem;
}
@media only screen and (min-width: 767px) {
  .team__content--subtitle {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.team__content--title {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.7rem;
  line-height: 2rem;
}
@media only screen and (min-width: 992px) {
  .team__content--title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .team__content--title {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}

/* 
    27. Counterup css here
*/
.counterup__banner__bg2 {
  background: var(--bg-offwhite-color);
}

.counterup__banner--inner {
  padding: 6rem 0;
  gap: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .counterup__banner--inner {
    flex-wrap: wrap;
  }
}

.counterup__title {
  color: var(--foreground-sub-color);
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .counterup__title {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .counterup__title {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 2rem;
  }
}

.counterup__number {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .counterup__number {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .counterup__number {
    font-size: 4rem;
    line-height: 4rem;
  }
}

/* 
    16. Product details css 
*/
.product__details--section {
  padding-top: 3rem;
}

.product__details--media {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .product__details--media {
    margin-bottom: 4.6rem;
  }
}

.product__media--preview__items {
  position: relative;
}
.product__media--preview__items--link {
  width: 100%;
  display: block;
}
.product__media--preview__items--img {
  width: 100%;
}
.product__media--view__icon {
  position: absolute;
  top: 2rem;
  left: 2rem;
}
.product__media--view__icon--link {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 4.5rem;
  text-align: center;
  background: var(--secondary-color);
  border-radius: 50%;
  color: var(--text-white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__media--view__icon--link:hover {
  background: var(--primary-color);
  color: var(--text-white-color);
}
.product__media--view__icon.media__play {
  right: 2rem;
  left: auto;
}

.media__play--icon__link {
  color: var(--secondary-color);
}
.media__play--icon__link:hover {
  color: var(--primary-color);
}

.product__media--nav {
  margin-top: 2rem;
}
.product__media--nav__items {
  border: 1px solid var(--border-color);
  padding: 1.2rem;
  line-height: 1;
  border-radius: 5px;
  transition: var(--transition);
}
@media only screen and (min-width: 768px) {
  .product__media--nav__items {
    padding: 0.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .product__media--nav__items {
    padding: 1rem;
  }
}
.product__media--nav__items--img {
  width: 100%;
  width: 100%;
  cursor: pointer;
}
.product__media--nav__items:hover {
  border-color: var(--secondary-color);
}

.image__with--text__percent--list {
  position: relative;
}
.image__with--text__percent--list::before {
  position: absolute;
  content: "";
  background: var(--border-color);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
.image__with--text__percent--list::after {
  position: absolute;
  content: "";
  background: var(--secondary-color);
  bottom: 0;
  left: 0;
  width: 58%;
  height: 4px;
}

.image__with--text__percent--top {
  padding-bottom: 1.7rem;
}

.image__with--text__percent--content {
  font-weight: 600;
}

.image__with--text__percent--list.two::after {
  width: 77%;
}

/*
    product details info css here
*/
@media only screen and (min-width: 768px) {
  .product__details--info {
    font-size: 1.6rem;
  }
}
.product__details--info__price .current__price {
  font-size: 1.6rem;
}
@media only screen and (min-width: 992px) {
  .product__details--info__price .current__price {
    font-size: 2rem;
  }
}
.product__details--info__price .old__price {
  font-size: 1.4rem;
  margin-left: 0.8rem;
}
@media only screen and (min-width: 992px) {
  .product__details--info__price .old__price {
    font-size: 1.8rem;
  }
}
.product__details--info__desc {
  font-size: 1.4rem;
}
@media only screen and (min-width: 992px) {
  .product__details--info__desc {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}
.product__details--info .product__card--rating {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product__details--info.style2 {
    margin-top: 3rem;
  }
}

.variant__buy--now__btn {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .variant__buy--now__btn {
    font-size: 1.6rem;
  }
}

.product__variant--title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 1rem;
}

.product__details--info__meta--list {
  font-size: 1.5rem;
  margin-bottom: 0.2rem;
  display: flex;
    gap: 5px;width: 100%;
}
.product__details--info__meta--list span{
overflow: hidden;
    width: 100%;
    display: flex;
    text-overflow: ellipsis;
    height: 28px;
	font-size:12px;
	justify-content: flex-start;
    align-items: end;
}
.product__details--info__meta--list strong{
color:#e12213;
display: flex;
width: 110px;}
.product__details--info__meta--list:last-child {
  margin-bottom: 0;
}

.guarantee__safe--checkout__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}

/*
    product details tab section css here
*/
.product__details--tab__section {
  background: var(--bg-offwhite-color);
}
.product__details--tab__section.sidebar__tab--section {
  padding: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .product__details--tab__section.sidebar__tab--section {
    padding: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .product__details--tab__section.sidebar__tab--section {
    padding: 3.5rem;
  }
}

.product__details--summary__wrapper {
  padding-bottom: 2rem;
}

.product__details--accordion__list {
  border-bottom: 1px solid var(--border-color);
}
.product__details--accordion__list:first-child {
  border-top: 1px solid var(--border-color);
}
.product__details--accordion__list:last-child {
  margin-bottom: 0;
}

.product__details--summary {
  padding: 1.2rem 0;
}
.product__details--summary__title {
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  display: block;
}
@media only screen and (min-width: 768px) {
  .product__details--summary__title {
    font-size: 1.8rem;
  }
}
.product__details--summary__title svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translatey(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar__tab--section .product__details--tab__list {
    margin-right: 3rem;
  }
  .sidebar__tab--section .product__details--tab__list:last-child {
    margin-right: 0;
  }
}

.product__details--tab__inner {
  background: var(--body-background-color);
  padding: 1.5rem 1.2rem;
}
@media only screen and (min-width: 480px) {
  .product__details--tab__inner {
    padding: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .product__details--tab__inner {
    padding: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .product__details--tab__inner {
    padding: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .product__details--tab {
    flex-wrap: wrap;
  }
  .product__details--tab.mb-30 {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .product__details--tab {
    justify-content: center;
  }
}
.product__details--tab__list {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-right: 5rem;
  cursor: pointer;
  transition: var(--transition);
  position: relative;
  padding-bottom: 0.4rem;
  font-weight: 500;
}
.product__details--tab__list::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--secondary-color);
  left: 50%;
  right: 50%;
  transition: var(--transition);
  bottom: 0;
}
.product__details--tab__list.active {
  color: var(--secondary-color);
}
.product__details--tab__list.active::before {
  width: 100%;
  left: 0;
  right: 0;
}
.product__details--tab__list:hover {
  color: var(--secondary-color);
}
.product__details--tab__list:hover::before {
  width: 100%;
  left: 0;
  right: 0;
}
.product__details--tab__list:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .product__details--tab__list {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 1200px) {
  .product__details--tab__list {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .product__details--tab__list {
    margin: 0 1rem 1.3rem;
  }
}

.product__tab--content__title {
  font-weight: 600;
  font-size: 1.7rem;
}
@media only screen and (min-width: 992px) {
  .product__tab--content__title {
    font-size: 1.8rem;
  }
}
.product__tab--content__desc {
  line-height: 2.6rem;
  color: var(--foreground-sub-color);
}
@media only screen and (min-width: 992px) {
  .product__tab--content__desc {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}

.product__tab--content__step.style2 {
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .product__tab--content__step.style2 {
    flex-direction: column;
  }
}

.product__tab--content__banner {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .product__tab--content__banner {
    width: 310px;
  }
}
@media only screen and (min-width: 992px) {
  .product__tab--content__banner {
    width: 410px;
  }
}
@media only screen and (min-width: 1200px) {
  .product__tab--content__banner {
    width: 460px;
  }
}
.product__tab--content__banner.style2 {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .product__tab--content__banner.style2 {
    width: 360px;
  }
}
@media only screen and (min-width: 1366px) {
  .product__tab--content__banner.style2 {
    width: 460px;
  }
}

@media only screen and (max-width: 1199px) {
  .product__tab--content__flex {
    flex-direction: column;
  }
}

.product__tab--content__right {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .product__tab--content__right {
    width: calc(100% - 300px);
    padding-left: 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .product__tab--content__right {
    width: calc(100% - 410px);
  }
}
@media only screen and (min-width: 1200px) {
  .product__tab--content__right {
    width: calc(100% - 460px);
  }
}
@media only screen and (max-width: 767px) {
  .product__tab--content__right {
    padding-top: 2rem;
  }
}
.product__tab--content__right.style2 {
  width: 100%;
  padding-left: 0;
  padding-top: 0;
}
@media only screen and (min-width: 1200px) {
  .product__tab--content__right.style2 {
    width: calc(100% - 360px);
  }
}
@media only screen and (min-width: 1366px) {
  .product__tab--content__right.style2 {
    width: calc(100% - 460px);
  }
}

.image__with--text__percent--list.three::after {
  width: 58%;
}
.image__with--text__percent--list.four::after {
  width: 69%;
}

.product__tab--percent__style .image__with--text__percent--list {
  width: 100%;
}
.product__tab--percent__style .image__with--text__percent--list:last-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .product__tab--percent__style .image__with--text__percent--list {
    width: 85%;
  }
}
@media only screen and (min-width: 1200px) {
  .product__tab--percent__style .image__with--text__percent--list {
    width: 80%;
  }
}

.product__reviews--header {
  position: relative;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .product__reviews--header {
    padding-bottom: 2.5rem;
    margin-bottom: 3.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .product__reviews--header {
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .reviews__ratting {
    justify-content: center;
  }
}

.reviews__summary--caption {
  color: var(--secondary-color);
  margin-left: 1.2rem;
}

.actions__newreviews--btn {
  position: absolute;
  right: 0;
  bottom: 2.2rem;
}
@media only screen and (max-width: 575px) {
  .actions__newreviews--btn {
    position: inherit;
    bottom: inherit;
    margin-top: 1rem;
  }
}

.reviews__comment--area {
  padding: 0 2rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .reviews__comment--area {
    padding: 0;
  }
}
.reviews__comment--thumb {
  width: 85px;
}
@media only screen and (max-width: 575px) {
  .reviews__comment--thumb {
    margin-bottom: 1rem;
  }
}
.reviews__comment--thumb img {
  display: block;
}
.reviews__comment--top {
  margin-bottom: 1rem;
}
.reviews__comment--content {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .reviews__comment--content {
    width: calc(100% - 85px);
    padding-left: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .reviews__comment--content {
    padding-left: 2.5rem;
  }
}
.reviews__comment--content__date {
  border: 1px solid var(--border-color);
  padding: 0 1rem;
  border-radius: 5px;
  color: var(--foreground-sub-color);
  height: 3.8rem;
  line-height: 3.8rem;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .reviews__comment--content__date {
    height: 4.2rem;
    line-height: 4rem;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 479px) {
  .reviews__comment--content__date {
    padding: 0 0.7rem;
    font-size: 1.2rem;
    height: 3.6rem;
    line-height: 3.6rem;
  }
}
.reviews__comment--content__title {
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.reviews__comment--content__desc {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .reviews__comment--content__desc {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 575px) {
  .reviews__comment--content .reviews__ratting {
    justify-content: flex-start;
  }
}
.reviews__comment--list {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.reviews__comment--list:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .reviews__comment--list {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .reviews__comment--list {
    flex-direction: column;
  }
}
.reviews__comment--list.margin__left {
  margin-left: 2.2rem;
}
@media only screen and (min-width: 400px) {
  .reviews__comment--list.margin__left {
    margin-left: 2.5rem;
  }
}
@media only screen and (min-width: 480px) {
  .reviews__comment--list.margin__left {
    margin-left: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .reviews__comment--list.margin__left {
    margin-left: 5rem;
  }
}

@media only screen and (max-width: 575px) {
  .reviews__comment--reply__title {
    text-align: center;
  }
}
.reviews__comment--reply__textarea {
  width: 100%;
  height: 100px;
  resize: none;
  padding: 1.2rem 1.5rem;
  border: 1px solid var(--border-color);
  border-radius: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .reviews__comment--reply__textarea {
    height: 150px;
  }
}
@media only screen and (min-width: 992px) {
  .reviews__comment--reply__textarea {
    font-size: 1.5rem;
  }
}
.reviews__comment--reply__textarea:focus {
  border-color: var(--secondary-color);
}
.reviews__comment--reply__input {
  width: 100%;
  border: 1px solid var(--border-color);
  height: 5rem;
  border-radius: 0.5rem;
  padding: 0 1.5rem;
}
@media only screen and (min-width: 992px) {
  .reviews__comment--reply__input {
    font-size: 1.5rem;
  }
}
.reviews__comment--reply__input:focus {
  border-color: var(--secondary-color);
}

span.info__list--item-head {
  width: 12rem;
}

ul.additional__info_list {
  margin: 0;
  padding: 0;
}

li.additional__info_list--item:nth-child(even) {
  background: #fafafa;
}

li.additional__info_list--item {
  padding: 1.5rem;
  display: flex;
  align-items: center;
}

span.info__list--item-content {
  line-height: 24px;
}

.product__details--gallery {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/* 
    33. Blog details css 
*/
.blog__sidebar--widget {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .blog__sidebar--widget.left {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .blog__sidebar--widget.left {
    margin-top: 5rem;
  }
}

.blog__post--header.mb-30 {
  margin-bottom: 2.5rem;
}

@media only screen and (min-width: 992px) {
  .post__header--title {
    line-height: 4rem;
  }
}

.blog__post--meta {
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) {
  .blog__post--meta {
    font-size: 1.5rem;
  }
}
.blog__post--meta__link {
  color: var(--secondary-color);
}
.blog__post--meta__link:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}

.blog__thumbnail {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .blog__thumbnail.mb-30 {
    margin-bottom: 2rem;
  }
}

.blog__details--content__subtitle {
  line-height: 3rem;
}
@media only screen and (min-width: 992px) {
  .blog__details--content__subtitle {
    line-height: 3.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .blog__details--content__subtitle {
    line-height: 3.5rem;
  }
}

.blockquote__content {
  padding: 20px 30px;
  text-align: center;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) {
  .blockquote__content {
    padding: 30px 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .blockquote__content {
    padding: 40px 70px;
  }
}
@media only screen and (max-width: 767px) {
  .blockquote__content {
    margin: 0 0 2.5rem;
    padding: 1.5rem 2rem;
  }
}
.blockquote__content--desc {
  font-size: 1.7rem;
  line-height: 3rem;
  font-style: italic;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .blockquote__content--desc {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}

.blog__tags--social__media {
  padding: 5rem 0;
}
@media only screen and (max-width: 1199px) {
  .blog__tags--social__media {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 1199px) {
  .blog__tags--media {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .blog__tags--media {
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog__tags--media__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-right: 1rem;
}
@media only screen and (min-width: 992px) {
  .blog__tags--media__title {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .blog__tags--media__title {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.blog__tags--media__list {
  margin-right: 0.7rem;
}
.blog__tags--media__list:last-child {
  margin-right: 0;
}
.blog__tags--media__link {
  border: 1px solid var(--border-color);
  background: var(--body-background-color);
  padding: 0.5rem 1.2rem;
  line-height: 2.5rem;
  border-radius: 0.3rem;
  text-transform: capitalize;
}
.blog__tags--media__link:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--text-white-color);
}
@media only screen and (max-width: 575px) {
  .blog__tags--media__link {
    padding: 0.4rem 0.8rem;
  }
}

.meta__deta {
  color: var(--foreground-sub-color);
  font-weight: 500;
  margin-top: 0.6rem;
  line-height: 2rem;
  font-size: 1.4rem;
}

.blog__social--media__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-right: 1rem;
}
@media only screen and (min-width: 992px) {
  .blog__social--media__title {
    font-size: 1.6rem;
  }
}
.blog__social--media__list {
  margin-right: 1rem;
}
.blog__social--media__list:last-child {
  margin-right: 0;
}
.blog__social--media__link {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary-color);
  color: var(--text-white-color);
  border-radius: 50%;
}
.blog__social--media__link:hover {
  background: var(--primary-color);
  color: var(--text-white-color);
}

@media only screen and (max-width: 575px) {
  .related__post--text {
    text-align: center;
  }
}
.related__post--items:hover .related__post--img {
  transform: scale(1.05);
}
.related__post--thumb {
  line-height: 1;
  overflow: hidden;
}
.related__post--title {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media only screen and (min-width: 992px) {
  .related__post--title {
    font-size: 1.8rem;
  }
}
.related__post--deta {
  font-size: 1.4rem;
  color: var(--light-color);
  line-height: 2.2rem;
}
@media only screen and (min-width: 992px) {
  .related__post--deta {
    font-size: 1.5rem;
  }
}

.comment__reply--btn {
  height: 3.6rem;
  line-height: 3.6rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 768px) {
  .comment__reply--btn {
    height: 4rem;
    line-height: 4rem;
    padding: 0 2.5rem;
  }
}

.reviews__comment--content__title2 {
  font-weight: 600;
  line-height: 2.2rem;
  margin-bottom: 0.4rem;
}
.reviews__comment--content__date2 {
  font-size: 1.5rem;
  color: var(--foreground-sub-color);
}

@media only screen and (max-width: 575px) {
  .reviews__comment--reply__title.style2 {
    text-align: center;
  }
}

/*
    post article css here
*/
.post__article--items {
  gap: 1.6rem;
  margin-bottom: 2rem;
}
.post__article--items:last-child {
  margin-bottom: 0;
}
.post__article--items:hover .post__article--thumbnail__img {
  transform: scale(1.03);
}
.post__article--thumbnail {
  width: 110px;
  border-radius: 5px;
  overflow: hidden;
}
.post__article--thumbnail__img {
  border-radius: 5px;
}
.post__article--content {
  width: calc(100% - 110px);
}
.post__article--content__title {
  font-size: 1.5rem;
}

/* 
    28. Contact page css 
*/
.contact__section--heading__maintitle {
  font-size: 2.8rem;
  line-height: 3rem;
  color: var(--secondary-color);
  margin-bottom: 1.5rem;
}
.contact__section--heading__desc {
  color: var(--foreground-sub-color);
  width: 90%;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 2.6rem;
}
@media only screen and (min-width: 768px) {
  .contact__section--heading__desc {
    width: 75%;
  }
}
@media only screen and (min-width: 1200px) {
  .contact__section--heading__desc {
    font-size: 1.6rem;
    line-height: 2.8rem;
    width: 55%;
  }
}

.contact__form {
  background: var(--body-background-color);
  border-radius: 10px;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.16);
  padding: 2rem;
}
@media only screen and (min-width: 576px) {
  .contact__form {
    padding: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact__form {
    padding: 4rem;
  }
}
@media only screen and (min-width: 992px) {
  .contact__form {
    margin-left: 36rem;
    padding: 5.5rem 3.5rem 5.5rem 10rem;
  }
}
@media only screen and (min-width: 1200px) {
  .contact__form {
    margin-left: 40rem;
  }
}
.contact__form--title {
  font-weight: 600;
  font-size: 1.8rem;
}
@media only screen and (min-width: 1200px) {
  .contact__form--title {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1199px) {
  .contact__form--title.mb-30 {
    margin-bottom: 2rem;
  }
}
.contact__form--label {
  display: block;
  margin-bottom: 8px;
}
.contact__form--label__star {
  color: var(--secondary-color);
}
.contact__form--input {
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}
.contact__form--input:focus {
  border-color: var(--secondary-color) !important;
}
.contact__form--textarea {
  width: 100%;
  height: 100px;
  padding: 12px 15px;
  border-radius: 8px;
  resize: none;
  border: 1px solid var(--border-color);
}
.contact__form--textarea:focus {
  border-color: var(--secondary-color) !important;
}
@media only screen and (min-width: 992px) {
  .contact__form--textarea {
    height: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact__form--textarea {
    height: 160px;
  }
}

.contact__info {
  background: var(--secondary-color);
  width: 46rem;
  padding: 2rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
}
@media only screen and (max-width: 575px) {
  .contact__info {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) {
  .contact__info {
    padding: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact__info {
    padding: 4rem;
  }
}
@media only screen and (min-width: 992px) {
  .contact__info {
    width: 42rem;
    padding: 4rem 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .contact__info {
    width: 46rem;
    padding: 5rem 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .contact__info {
    position: inherit;
    top: inherit;
    transform: inherit;
    margin: 3rem auto 0;
    width: 100%;
  }
}
.contact__info--items {
  margin-bottom: 2.7rem;
}
.contact__info--items:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .contact__info--items {
    margin-bottom: 2rem;
  }
}

.contact__info--icon {
  margin-right: 1.2rem;
  color: var(--text-white-color);
  padding-top: 0.8rem;
}
@media only screen and (min-width: 1200px) {
  .contact__info--icon {
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .contact__info--icon svg {
    width: 2.5rem;
  }
}

.contact__info--content__title {
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .contact__info--content__title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.contact__info--content__desc {
  font-size: 1.5rem;
  line-height: 2.6rem;
  color: var(--text-white-color);
}
@media only screen and (min-width: 1200px) {
  .contact__info--content__desc {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
}
.contact__info--content__desc a {
  color: var(--text-white-color);
}
.contact__info--content__desc a:hover {
  color: var(--primary-color);
}

.contact__info--social__list {
  margin-right: 11px;
}
.contact__info--social__list:last-child {
  margin-right: 0;
}
.contact__info--social__icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--body-background-color);
  color: var(--secondary-color);
  border-radius: 50%;
}
.contact__info--social__icon:hover {
  background: var(--primary-color);
  color: var(--text-white-color);
}

.contact__map--iframe {
  width: 100%;
  height: 250px;
  margin-bottom: -7px;
}
@media only screen and (min-width: 768px) {
  .contact__map--iframe {
    height: 320px;
  }
}
@media only screen and (min-width: 992px) {
  .contact__map--iframe {
    height: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact__map--iframe {
    height: 500px;
  }
}

/* 
    31. Cart page css 
*/
@media only screen and (max-width: 575px) {
  .cart__title {
    text-align: center;
  }
}

.cart__table--inner {
  width: 100%;
  border-spacing: 0;
}
@media only screen and (max-width: 575px) {
  .cart__table--header {
    display: none;
  }
}
.cart__table--header__list {
  padding: 0 2rem 2rem 0;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid var(--border-color);
}
.cart__table--header__list:last-child {
  padding-right: 0;
}
@media only screen and (min-width: 992px) {
  .cart__table--header__list {
    font-size: 1.5rem;
  }
}
.cart__table--header__list.text-right {
  text-align: right;
}
.cart__table--header__list.text-center {
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .cart__table--body__items {
    display: flex;
    flex-direction: column;
  }
}
.cart__table--body__list {
  border-bottom: 1px solid var(--border-color);
  padding: 2rem 2rem 2rem 0;
}
.cart__table--body__list:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 575px) {
  .cart__table--body__list {
    display: flex;
    justify-content: center;
    padding: 2rem 0;
  }
}

.cart__thumbnail {
  max-width: 10rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .cart__thumbnail {
    max-width: 8rem;
  }
}

.cart__content {
  padding-left: 1.5rem;
}
@media only screen and (min-width: 1200px) {
  .cart__content {
    padding-left: 2rem;
  }
}
.cart__content--variant {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--foreground-sub-color);
  line-height: 2.2rem;
  font-size: 1.3rem;
}
.cart__content--variant:last-child {
  margin-bottom: 0;
}
.cart__content--title {
  margin-bottom: 0.5rem;
  line-height: 2.5rem;
}

.cart__remove--btn {
  font-weight: 600;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  background: var(--body-background-color);
  box-shadow: 0 2px 22px rgba(0, 0, 0, 0.16);
  margin-right: 1.5rem;
  border-radius: 50%;
  padding: 0;
  border: 0;
}
@media only screen and (min-width: 992px) {
  .cart__remove--btn {
    margin-right: 3rem;
  }
}
.cart__remove--btn:hover {
  color: var(--secondary-color);
}

.cart__price {
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .cart__price {
    font-size: 1.6rem;
  }
}

.continue__shopping {
  padding-top: 2rem;
}
.continue__shopping--link {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-color);
}
@media only screen and (min-width: 992px) {
  .continue__shopping--link {
    font-size: 1.7rem;
  }
}
.continue__shopping--clear {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-color);
  border: 0;
  padding: 0;
  background: inherit;
}
@media only screen and (min-width: 992px) {
  .continue__shopping--clear {
    font-size: 1.7rem;
  }
}
.continue__shopping--clear:hover {
  color: var(--secondary-color);
}

.cart__summary {
  box-shadow: 0 2px 22px rgba(0, 0, 0, 0.16);
  padding: 2rem;
  background: var(--body-background-color);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .cart__summary {
    margin-top: 5.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cart__summary {
    margin-top: 4.5rem;
  }
}
.cart__summary--total__table {
  width: 100%;
}

.coupon__code--title {
  font-size: 1.7rem;
  margin-bottom: 0.7rem;
  line-height: 2.4rem;
}
@media only screen and (min-width: 992px) {
  .coupon__code--title {
    font-size: 2rem;
  }
}
.coupon__code--desc {
  color: var(--foreground-sub-color);
  margin-bottom: 1.5rem;
}
.coupon__code--field__input {
  border: 1px solid var(--border-color);
  height: 4rem;
  padding: 0 1.5rem;
  border-radius: 2.4rem;
  width: 100px;
}
@media only screen and (min-width: 768px) {
  .coupon__code--field__input {
    width: 160px;
  }
}
@media only screen and (min-width: 992px) {
  .coupon__code--field__input {
    width: 140px;
  }
}
@media only screen and (min-width: 1200px) {
  .coupon__code--field__input {
    width: 160px;
    height: 4.5rem;
  }
}
.coupon__code--field__input:focus {
  border-color: var(--secondary-color);
}
.coupon__code--field__btn {
  margin-left: 1.5rem;
}
@media only screen and (min-width: 1200px) {
  .coupon__code--field__btn {
    margin-left: 2rem;
  }
}

.cart__note--title {
  font-size: 1.7rem;
  margin-bottom: 0.7rem;
  line-height: 2.4rem;
}
@media only screen and (min-width: 992px) {
  .cart__note--title {
    font-size: 2rem;
  }
}
.cart__note--desc {
  color: var(--light-color);
  margin-bottom: 1.5rem;
}
.cart__note--textarea {
  border: 1px solid var(--border-color);
  height: 10rem;
  padding: 1rem;
  width: 100%;
  resize: none;
}
.cart__note--textarea:focus {
  border-color: var(--secondary-color);
}

.cart__summary--total__list {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}
.cart__summary--total__list:last-child {
  margin-bottom: 0;
}

.cart__summary--footer__desc {
  font-size: 1.5rem;
  color: var(--foreground-sub-color);
  margin-bottom: 1.5rem;
}
.cart__summary--footer__btn {
  padding: 0 1.5rem;
}
@media only screen and (min-width: 1200px) {
  .cart__summary--footer__btn {
    padding: 0 2.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .wishlist__cart--btn {
    padding: 0.5rem 1.2rem;
    height: auto;
    line-height: 2.4rem;
    border-radius: 5px;
    text-align: center;
  }
}

/*
   30. Checkout Page Css
*/
.checkout__breadcrumb {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .checkout__breadcrumb {
    margin-top: 2.5rem;
  }
}

.breadcrumb__link {
  font-size: 1.3rem;
  color: var(--secondary-color);
}

.readcrumb__chevron-icon {
  color: #737373;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0.6rem;
}

.order__summary--mobile__version {
  display: none;
}
@media only screen and (max-width: 767px) {
  .order__summary--mobile__version {
    display: block;
  }
}

.order__summary--toggle {
  width: 100%;
  text-align: left;
  background: var(--bg-offwhite-color);
  border: 0;
  border: 1px solid var(--border-color);
  padding: 1.2rem;
}
.order__summary--toggle__inner {
  width: 100%;
}
.order__summary--toggle__text {
  color: var(--secondary-color);
}
.order__summary--toggle__icon {
  color: var(--secondary-color);
  vertical-align: middle;
  line-height: 1.5rem;
  margin-right: 1rem;
}

.summary__table {
  width: 100%;
}
.summary__table--items {
  flex-direction: row;
  align-items: center;
}
.summary__table--list {
  padding: 1rem 2rem 1rem 0;
  border-bottom: 1px solid var(--border-color);
}
.summary__table--list:last-child {
  padding-right: 0;
}

details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

.order__summary--final__price {
  float: right;
  font-size: 1.5rem;
  font-weight: 600;
}

.order__summary--section {
  background: var(--bg-offwhite-color);
  padding: 3rem 1rem 1rem;
}

.checkout__checkbox {
  position: relative;
}
.checkout__checkbox--input {
  position: absolute;
  left: -1px;
  top: 4px;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
}
.checkout__checkbox--input:checked ~ .checkout__checkbox--checkmark {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}
.checkout__checkbox--input:checked ~ .checkout__checkbox--checkmark::before {
  display: block;
}
.checkout__checkbox--label {
  padding-left: 3rem;
  cursor: pointer;
}

.checkout__checkbox--checkmark {
  height: 1.8rem;
  width: 1.8rem;
  border: 1px solid var(--border-color);
  border-radius: 0.3rem;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  background: var(--body-background-color);
  transition: var(--transition);
}
.checkout__checkbox--checkmark::before {
  left: 0.5rem;
  top: 0.3rem;
  width: 0.5rem;
  height: 0.8rem;
  border: solid white;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

.checkout__input--label {
  display: inline-block;
}
.checkout__input--label__star {
  color: var(--secondary-color);
}
.checkout__input--field {
  width: 100%;
  border: 1px solid var(--border-color);
  height: 4.5rem;
  padding: 0 1.5rem;
}
.checkout__input--field:focus {
  border-color: var(--secondary-color);
}

.checkout__notes--textarea__field {
  width: 100%;
  border: 1px solid var(--border-color);
  padding: 1rem 1.5rem 0.5rem;
  resize: none;
}
.checkout__notes--textarea__field:focus {
  border-color: var(--secondary-color);
}

@media only screen and (max-width: 991px) {
  .checkout__section--header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.section__header--title {
  font-size: 2rem;
  line-height: 2.2rem;
}
@media only screen and (min-width: 1200px) {
  .section__header--title {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 575px) {
  .section__header--title {
    margin-bottom: 0.8rem;
  }
}
.section__header--desc {
  margin-top: 0.5rem;
}

.layout__flex--item {
  color: var(--foreground-sub-color);
}
@media only screen and (max-width: 991px) {
  .layout__flex--item {
    margin-top: 1rem;
  }
}
.layout__flex--item__link {
  color: var(--secondary-color);
}

.section__shipping--address {
  padding: 3rem 0 2rem;
}
@media only screen and (min-width: 992px) {
  .section__shipping--address {
    padding: 4rem 0 3rem;
  }
}
.section__shipping--address.pt-10 {
  padding-top: 1rem;
}
.section__shipping--address.pt-0 {
  padding-top: 0;
}

.checkout__input--select {
  position: relative;
}
.checkout__input--select__field {
  width: 100%;
  height: 4.5rem;
  padding: 0.5rem 1.5rem;
  border: 1px solid var(--border-color);
  -webkit-appearance: none;
  cursor: pointer;
}
.checkout__input--select__field:focus {
  border-color: var(--secondary-color);
}

.previous__link--content {
  margin-left: 2rem;
  color: var(--secondary-color);
}
@media only screen and (max-width: 575px) {
  .previous__link--content {
    margin-left: 0;
    margin-top: 1rem;
  }
}

.checkout__footer {
  border: 0;
}

@media only screen and (max-width: 575px) {
  .checkout__content--step__footer {
    flex-direction: column;
  }
}

.checkout__sidebar {
  background: #FAFAFA;
  border: 1px solid var(--border-color);
  padding: 3rem 2.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .checkout__sidebar {
    padding: 3rem 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .checkout__sidebar {
    margin-top: 3rem;
  }
}

.product__thumbnail {
  width: 7rem;
  border: 1px solid var(--border-color);
  position: relative;
  line-height: 1;
}
.product__thumbnail--quantity {
  position: absolute;
  top: -6px;
  right: -5px;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  background: #7F7F7F;
  color: var(--text-white-color);
  text-align: center;
  border-radius: 50%;
  font-size: 1.2rem;
}

.product__description {
  padding-left: 1.5rem;
}
.product__description--name {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 600;
  opacity: 0.9;
}
.product__description--variant {
  font-size: 1.2rem;
  color: var(--foreground-sub-color);
  line-height: 2rem;
}

.checkout__product--table {
  margin-bottom: 2rem;
}
.checkout__product--table .cart__table--body__list {
  padding: 1rem 2rem 1rem 0;
}
.checkout__product--table .cart__table--body__list:last-child {
  padding-right: 0;
}

.checkout__discount--code {
  margin-bottom: 2.5rem;
}
.checkout__discount--code__input--field {
  width: 100%;
  border: 1px solid var(--border-color);
  height: 4rem;
  padding: 0 1.5rem;
}
.checkout__discount--code__input--field:focus {
  border-color: var(--secondary-color);
}
@media only screen and (min-width: 768px) {
  .checkout__discount--code__input--field {
    height: 4.5rem;
  }
}
.checkout__discount--code__btn {
  height: 4rem;
  line-height: 4rem;
  margin-left: 2rem;
  padding: 0 2.5rem;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .checkout__discount--code__btn {
    height: 4.5rem;
    line-height: 4.5rem;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .checkout__discount--code__btn {
    font-size: 1.6rem;
  }
}

.checkout__total {
  border-top: 1px solid var(--border-color);
  padding-top: 1.2rem;
}
.checkout__total--table {
  width: 100%;
}
.checkout__total--calculated__text {
  font-size: 1.3rem;
  color: var(--foreground-sub-color);
}
.checkout__total--title {
  color: var(--foreground-sub-color);
}

.checkout__total--footer__list {
  padding-top: 3rem;
  position: relative;
}
.checkout__total--footer__list::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #E4E4E4;
  top: 1.5rem;
  left: 0;
}
.checkout__total--footer__title {
  font-size: 1.6rem;
}
.checkout__total--footer__amount {
  font-size: 2.2rem;
  font-weight: 600;
}

.checkout__order--summary__title {
  font-size: 2rem;
  line-height: 2.2rem;
}
@media only screen and (min-width: 1200px) {
  .checkout__order--summary__title {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}

.payment__history {
  margin-top: 2rem;
}
.payment__history--title {
  font-size: 2rem;
  line-height: 2.2rem;
}
@media only screen and (min-width: 1200px) {
  .payment__history--title {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 575px) {
  .payment__history--inner {
    flex-wrap: wrap;
  }
}
.payment__history--list {
  margin-right: 1.5rem;
}
@media only screen and (max-width: 1199px) {
  .payment__history--list {
    margin-bottom: 1rem;
  }
}
.payment__history--list:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1199px) {
  .payment__history--list {
    margin-right: 1rem;
  }
}
.payment__history--link {
  background: var(--body-background-color);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 0 1.2rem;
  font-size: 1.4rem;
}
@media only screen and (min-width: 1200px) {
  .payment__history--link {
    font-size: 1.6rem;
    padding: 0 2rem;
    height: 4.8rem;
    line-height: 4.6rem;
  }
}

.checkout__now--btn {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
}
@media only screen and (min-width: 1200px) {
  .checkout__now--btn {
    font-size: 1.6rem;
    height: 4.8rem;
    line-height: 4.6rem;
  }
}

.continue__shipping--btn {
  font-size: 1.4rem;
}
@media only screen and (min-width: 1200px) {
  .continue__shipping--btn {
    font-size: 1.6rem;
    height: 4.8rem;
    line-height: 4.6rem;
  }
}

/* 
    24. My account page css 
*/
.my__account--section__inner {
  background: var(--body-background-color);
  box-shadow: 0 2px 22px rgba(0, 0, 0, 0.16);
  padding: 3rem 2rem;
}
@media only screen and (min-width: 1199px) {
  .my__account--section__inner {
    padding: 5rem 4rem;
  }
}
@media only screen and (max-width: 991px) {
  .my__account--section__inner {
    flex-direction: column;
  }
}

.account__left--sidebar {
  border-right: 1px solid var(--border-color);
  padding-right: 3rem;
  margin-right: 3rem;
  width: 18rem;
}
@media only screen and (min-width: 1199px) {
  .account__left--sidebar {
    padding-right: 5rem;
    margin-right: 5rem;
    width: 23rem;
  }
}
@media only screen and (max-width: 991px) {
  .account__left--sidebar {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.account__wrapper {
  width: calc(100% - 18rem);
}
@media only screen and (min-width: 1199px) {
  .account__wrapper {
    width: calc(100% - 23rem);
  }
}
@media only screen and (max-width: 991px) {
  .account__wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .account__menu {
    width: 250px;
    margin-right: 3rem;
  }
}
@media only screen and (max-width: 479px) {
  .account__menu {
    margin-right: 0;
  }
}
.account__menu--list {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  margin-bottom: 1.5rem;
}
.account__menu--list:last-child {
  margin-bottom: 0;
}
.account__menu--list:hover {
  color: var(--secondary-color);
}
.account__menu--list.active a {
  color: var(--secondary-color);
}
@media only screen and (min-width: 992px) {
  .account__menu--list {
    font-size: 1.6rem;
  }
}

.account__details.two {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .account__details {
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 479px) {
  .account__details {
    padding-top: 3rem;
  }
}
.account__details--title {
  margin-bottom: 1rem;
}
.account__details--desc {
  color: var(--foreground-sub-color);
  line-height: 3rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}
.account__details--link {
  color: var(--secondary-color);
  border-bottom: 1px solid var(--secondary-color);
  font-size: 1.5rem;
}
.account__details--link:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.new__address--btn {
  padding: 0 2.5rem;
}
@media only screen and (min-width: 992px) {
  .new__address--btn {
    font-size: 1.5rem;
  }
}

.account__details--footer {
  margin-top: 3rem;
}
.account__details--footer__btn {
  background: var(--body-background-color);
  border: 1px solid var(--primary-color);
  padding: 0 2.5rem;
  height: 4.5rem;
  line-height: 4.1rem;
  border-radius: 2.5rem;
  margin-right: 1rem;
  font-size: 1.5rem;
}
.account__details--footer__btn:last-child {
  margin-right: 0;
}
.account__details--footer__btn:hover {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.account__welcome--text {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 992px) {
  .account__welcome--text {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}

.account__content--title {
  font-weight: 600;
}

.account__table {
  width: 100%;
  border: 1px solid var(--border-color);
  border-spacing: 0;
  border-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .account__table {
    border: 0;
  }
}
@media only screen and (max-width: 767px) {
  .account__table--header {
    display: none;
  }
}
.account__table--header__child--items {
  text-align: left;
  border-bottom: 1px solid var(--border-color);
  padding: 1.7rem 1.3rem;
  font-size: 1.5rem;
}
.account__table--header__child--items:last-child {
  text-align: right;
}
@media only screen and (min-width: 1200px) {
  .account__table--header__child--items {
    font-size: 1.6rem;
    padding: 1.7rem 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .account__table--body.mobile__none {
    display: none;
  }
}
.account__table--body.mobile__block {
  display: none;
}
@media only screen and (max-width: 767px) {
  .account__table--body.mobile__block {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .account__table--body__child {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2rem;
  }
  .account__table--body__child:last-child {
    margin-bottom: 0;
  }
}
.account__table--body__child--items {
  border-bottom: 1px solid var(--border-color);
  padding: 1.7rem 2rem;
  color: var(--foreground-sub-color);
}
.account__table--body__child--items:last-child {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .account__table--body__child--items {
    padding: 0.5rem 2rem;
    display: flex;
    justify-content: space-between;
    border: 0;
  }
}
@media only screen and (max-width: 479px) {
  .account__table--body__child--items {
    padding: 0.5rem 0;
  }
}

/* 
    35. Error 404 page css 
*/
.error__content--img {
  margin: 0 auto 4rem;
}
@media only screen and (max-width: 1199px) {
  .error__content--img {
    max-width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .error__content--img {
    max-width: 450px;
    margin: 0 auto 3rem;
  }
}
@media only screen and (max-width: 575px) {
  .error__content--img {
    max-width: 100%;
    padding: 0 3rem;
    margin: 0 auto 2.5rem;
  }
}
.error__content--title {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
@media only screen and (min-width: 576px) {
  .error__content--title {
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .error__content--title {
    margin-bottom: 1.8rem;
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .error__content--title {
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .error__content--title {
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 2rem;
  }
}
.error__content--desc {
  color: var(--foreground-sub-color);
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .error__content--desc {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .error__content--desc {
    font-size: 1.7rem;
    line-height: 2.3rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .error__content--desc {
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .error__content--btn {
    font-size: 1.6rem;
  }
}

/* 
    25. Login page css 
*/
.account__login {
  background: var(--body-background-color);
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 576px) {
  .account__login {
    padding: 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .account__login {
    padding: 3rem;
  }
}
.account__login--header__title {
  font-weight: 600;
}
.account__login--header__desc {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--foreground-sub-color);
}
.account__login--input {
  width: 100%;
  height: 4.8rem;
  border: 1px solid var(--border-color);
  border-radius: 0.5rem;
  padding: 0 1.5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .account__login--input {
    height: 5.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .account__login--input {
    font-size: 1.5rem;
  }
}
.account__login--input:focus {
  border-color: var(--secondary-color);
}
.account__login--btn {
  width: 100%;
  border-radius: 0.5rem;
  font-size: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .account__login--btn {
    font-size: 1.7rem;
  }
}
.account__login--signup__text {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--foreground-sub-color);
}
.account__login--signup__text button {
  padding: 0;
  border: 0;
  background: inherit;
  font-weight: 600;
  color: var(--secondary-color);
}
.account__login--forgot {
  font-weight: 600;
  color: var(--secondary-color);
  font-size: 1.5rem;
  border: 0;
  padding: 0;
  background: inherit;
}
@media only screen and (max-width: 575px) {
  .account__login--forgot {
    margin-top: 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .account__login.register {
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 575px) {
  .account__login--remember__forgot {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 575px) {
  .account__login--remember .checkout__checkbox--checkmark {
    top: 0;
    top: 5px;
    transform: inherit;
  }
}

.login__remember--label {
  color: var(--foreground-sub-color);
  font-size: 1.3rem;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .login__remember--label {
    font-size: 1.5rem;
  }
}

.account__login--divide {
  text-align: center;
  position: relative;
  padding: 1rem 0;
}
.account__login--divide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1rem;
  background: var(--border-color);
  top: 50%;
  left: 0;
  transform: translatey(-50%);
}
.account__login--divide__text {
  padding: 0 0.8rem;
  background: var(--body-background-color);
  position: relative;
  font-weight: 500;
  color: var(--foreground-sub-color);
}
@media only screen and (min-width: 992px) {
  .account__login--divide__text {
    font-size: 1.5rem;
  }
}

.account__social--link {
  height: 4.2rem;
  line-height: 4rem;
  padding: 0 2.5rem;
  color: var(--text-white-color);
  border-radius: 0.5rem;
  font-weight: 600;
  margin-right: 1rem;
}
.account__social--link.facebook {
  background: #4867AA;
}
.account__social--link.facebook:hover {
  background: var(--secondary-color);
  color: var(--text-white-color);
}
.account__social--link.google {
  background: #E94235;
}
.account__social--link.google:hover {
  background: var(--secondary-color);
  color: var(--text-white-color);
}
.account__social--link.twitter {
  background: #55ADEE;
}
.account__social--link.twitter:hover {
  background: var(--secondary-color);
  color: var(--text-white-color);
}
.account__social--link:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .account__social--link {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .account__social--link {
    padding: 0 3.2rem;
    margin-right: 1.2rem;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .account__social--link {
    padding: 0 4.5rem;
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .account__social--link {
    height: 4rem;
    line-height: 4rem;
    padding: 0 1.4rem;
  }
}

/* 
    29. Compare page css 
*/
.compare__table {
  border: 1px solid var(--border-color);
  border-spacing: 0;
  border-bottom: 0;
}
.compare__table--items__child {
  padding: 1.2rem;
  border-left: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  text-align: center;
}
.compare__table--items__child:first-child {
  border-left: 0;
}
@media only screen and (max-width: 991px) {
  .compare__table--items__child {
    min-width: 200px;
  }
}
.compare__table--items__child--header {
  padding: 1rem;
  border-bottom: 1px solid var(--border-color);
  text-transform: uppercase;
  background: var(--bg-offwhite-color);
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .compare__table--items__child--header {
    font-size: 1.4rem;
  }
}

.compare__product--title {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 1rem;
}

.compare__product--thumb {
  border-radius: 0.5rem;
  margin: 0 auto;
}

.compare__remove {
  padding: 0;
  float: right;
  width: 100%;
  border: 0;
  background: inherit;
  text-align: center;
  color: var(--foreground-sub-color);
}
.compare__remove:hover {
  color: var(--secondary-color);
}

.compare__description {
  color: var(--foreground-sub-color);
  padding: 0.5rem 0;
}

.compare__instock {
  text-transform: uppercase;
  font-size: 1.3rem;
}

.compare__product--price {
  color: var(--foreground-sub-color);
}

.compare__cart--btn {
  border-radius: 0.5rem;
  text-transform: uppercase;
  padding: 0 2rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.3rem;
}
@media only screen and (min-width: 992px) {
  .compare__cart--btn {
    height: 4.2rem;
    line-height: 4.2rem;
    padding: 0 2.5rem;
  }
}

/* 
    26. Faq page css 
*/
.face__step {
  margin-bottom: 3.5rem;
  padding-bottom: 3rem;
}
.face__step:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.face__step--title {
  font-weight: 600;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .face__step--title.mb-30 {
    margin-bottom: 2.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .face__step--title {
    font-size: 2.2rem;
  }
}

.faq__accordion--btn {
  box-shadow: 0 2px 22px rgba(0, 0, 0, 0.1);
  padding: 1.8rem 6rem 1.8rem 2rem;
  font-size: 1.5rem;
  border-radius: 0.5rem;
}
.faq__accordion--btn .accordion__items--button__icon {
  right: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .faq__accordion--btn .accordion__items--button__icon {
    margin-bottom: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .faq__accordion--btn {
    font-size: 1.6rem;
  }
}
.faq__accordion--btn > * {
  pointer-events: none;
}

/* 
    20. Preloader css 
*/
.ctn-preloader {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  pointer-events: none;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.ctn-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
          animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 4px solid var(--border-color);
  border-top-color: var(--bg-light-dark-color);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

.ctn-preloader .animation-preloader .txt-loading {
  font-weight: 900;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--foreground-sub-color);
  font-size: 3.5rem;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 5s infinite;
  color: var(--body-text-color);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
  -webkit-animation: letters-loading 5s infinite;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.ctn-preloader .loader-section {
  background: var(--body-background-color);
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

.loaded .animation-preloader {
  opacity: 0;
  transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
}

.loaded .loader-section.section-left {
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transform: translateX(-101%);
}

.loaded .loader-section.section-right {
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transform: translateX(101%);
}

/* Animación del preloader */
@-webkit-keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
/* Animación de las letras cargando del preloader */
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
/* Tamaño de portatil hacia atras (portatil, tablet, celular) */
@media screen and (max-width: 767px) {
  /* Preloader */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
}
/* 
    19. Privacy policy css 
*/
.privacy__policy--content {
  margin-bottom: 2rem;
}
.privacy__policy--content:last-child {
  margin-bottom: 0;
}
.privacy__policy--content__title {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .privacy__policy--content__title {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .privacy__policy--content__title {
    font-size: 2.5rem;
    line-height: 2.8rem;
    margin-bottom: 1.2rem;
  }
}
.privacy__policy--content__subtitle {
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-bottom: 0.8rem;
  font-weight: 500;
}
@media only screen and (min-width: 1600px) {
  .privacy__policy--content__subtitle {
    font-size: 2.2rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
  }
}
.privacy__policy--content__desc {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 2.6rem;
}
@media only screen and (min-width: 1200px) {
  .privacy__policy--content__desc {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}

/* 
    23. Newsletter popup css
*/
/* ANIMATIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
[data-animation] .newsletter__popup--inner {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}

[data-animation].newsletter__show .newsletter__popup--inner {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}

.newsletter__popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease-in-out;
  z-index: 999;
}
.newsletter__popup.newsletter__show {
  visibility: visible;
  opacity: 1;
}
.newsletter__popup.newsletter__show .newsletter__popup--inner {
  transform: translateY(0);
}
.newsletter__popup--inner {
  position: relative;
  width: 88%;
  max-height: 80vh;
  border-radius: 10px;
  background: var(--body-background-color);
  box-shadow: 2px 0 20px rgba(0, 0, 0, 0.06);
  overflow: auto;
  cursor: default;
  transform: translateY(-50px);
}
@media only screen and (min-width: 576px) {
  .newsletter__popup--inner {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .newsletter__popup--inner {
    width: 655px;
  }
}
@media only screen and (min-width: 992px) {
  .newsletter__popup--inner {
    width: 720px;
  }
}
@media only screen and (min-width: 1200px) {
  .newsletter__popup--inner {
    width: 760px;
  }
}
.newsletter__popup--close__btn {
  position: absolute;
  top: 4px;
  right: 4px;
  background: var(--secondary-color);
  color: var(--text-white-color);
  line-height: 2.8rem;
  border: 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  border-radius: 50%;
  padding: 0;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter__popup--close__btn:hover {
  background: var(--primary-color);
}
@media only screen and (min-width: 992px) {
  .newsletter__popup--close__btn {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.newsletter__popup--close__btn > * {
  pointer-events: none;
}
.newsletter__popup--thumbnail {
  width: 280px;
}
@media only screen and (min-width: 992px) {
  .newsletter__popup--thumbnail {
    width: 320px;
  }
}
@media only screen and (min-width: 1200px) {
  .newsletter__popup--thumbnail {
    width: 330px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter__popup--thumbnail {
    display: none;
  }
}
.newsletter__popup--box__right {
  width: 100%;
  padding: 3rem 2rem 2.2rem;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .newsletter__popup--box__right {
    padding: 3rem 2rem 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .newsletter__popup--box__right {
    width: calc(100% - 280px);
    padding: 3rem 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .newsletter__popup--box__right {
    width: calc(100% - 320px);
    padding: 3rem 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .newsletter__popup--box__right {
    width: calc(100% - 330px);
    padding: 3rem 3rem;
  }
}
.newsletter__popup--title {
  margin-bottom: 1.3rem;
}
@media only screen and (min-width: 992px) {
  .newsletter__popup--title {
    margin-bottom: 2rem;
  }
}
.newsletter__popup--content--desc {
  color: var(--foreground-sub-color);
  display: inline-block;
  line-height: 2.4rem;
  font-size: 1.5rem;
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .newsletter__popup--content--desc {
    line-height: 2.6rem;
    font-size: 1.5rem;
  }
}
.newsletter__popup--subscribe__input {
  width: 100%;
  height: 4rem;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  padding: 0 15px;
}
.newsletter__popup--subscribe__input:focus {
  border-color: var(--secondary-color);
}
@media only screen and (min-width: 768px) {
  .newsletter__popup--subscribe__input {
    height: 4.5rem;
  }
}
.newsletter__popup--subscribe__btn {
  width: 100%;
  height: 4rem;
  background: var(--secondary-color);
  color: var(--text-white-color);
  border: 0;
  padding: 0 2rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 5px;
  margin-top: 1.5rem;
}
.newsletter__popup--subscribe__btn:hover {
  background: var(--primary-color);
}
@media only screen and (min-width: 768px) {
  .newsletter__popup--subscribe__btn {
    height: 4.5rem;
  }
}
.newsletter__popup--footer {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsletter__popup--footer input {
  vertical-align: middle;
  margin-right: 0.8rem;
}
.newsletter__popup--dontshow__again--text {
  color: var(--foreground-sub-color);
  cursor: pointer;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .newsletter__popup--dontshow__again--text {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=style.css.map */



/**** eklenti*/

/*== Team Slider Code ==*/
.feature_post_slider.owl-theme.owl-loaded .owl-prev{
  left: -80px;
}
.feature_post_slider.owl-theme.owl-loaded .owl-next{
  right: -80px;
}
.feature_post_slider.owl-theme.owl-loaded .owl-prev,
.feature_post_slider.owl-theme.owl-loaded .owl-next{
  background-color: #ffffff !important;
  border: 1px solid #E6E9EC;
  border-radius: 50%;
  color: #5F6973;
  height: 45px;
  line-height: 37px;
  position: absolute;
  top: 40%;
  width: 45px;
  -webkit-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
  -moz-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
  -o-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
  box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single_product_slider.owl-theme.owl-loaded .owl-prev,
.listing_item_5grid_slider.owl-theme.owl-loaded .owl-prev,
.recent_property_slider_home5.owl-theme.owl-loaded .owl-prev{
  left: -100px;
  top: 155px;
}
.listing_item_3grid_slider.owl-theme.owl-loaded .owl-prev:hover,
.listing_item_3grid_slider.owl-theme.owl-loaded .owl-next:hover,
.listing_item_7grid_slider.owl-theme.owl-loaded .owl-prev:hover,
.listing_item_7grid_slider.owl-theme.owl-loaded .owl-next:hover{
  background-color: #fff;
  color: #1947E2;
}
.listing_item_3grid_slider.owl-theme.owl-loaded .owl-prev,
.listing_item_3grid_slider.owl-theme.owl-loaded .owl-next,
.listing_item_7grid_slider.owl-theme.owl-loaded .owl-prev,
.listing_item_7grid_slider.owl-theme.owl-loaded .owl-next{
  top: 100px;
}
.listing_item_3grid_slider.owl-theme.owl-loaded .owl-prev,
.listing_item_7grid_slider.owl-theme.owl-loaded .owl-prev{
  left: 0;
}
.listing_item_3grid_slider.owl-theme.owl-loaded .owl-next,
.listing_item_7grid_slider.owl-theme.owl-loaded .owl-next{
  right: 0;
}
.single_product_slider.owl-theme.owl-loaded .owl-next,
.listing_item_5grid_slider.owl-theme.owl-loaded .owl-next,
.recent_property_slider_home5.owl-theme.owl-loaded .owl-next{
  right: -30px;
  top: 155px;
}
.single_product_slider.owl-theme.owl-loaded .owl-prev,
.single_product_slider.owl-theme.owl-loaded .owl-next{
  top: 35%;
}
.single_product_slider.owl-theme.owl-loaded .owl-prev:hover,
.single_product_slider.owl-theme.owl-loaded .owl-next:hover{
  background-color: #0A2357;
  border: none;
  color: #fff;
}
.listing_item_5grid_slider.home6_style.owl-theme.owl-loaded .owl-prev{
  left: -60px;
}
.listing_item_5grid_slider.home6_style.owl-theme.owl-loaded .owl-next{
  right: -60px;
}
.listing_item_5grid_slider.home6_style.owl-theme.owl-loaded .owl-prev:hover,
.listing_item_5grid_slider.home6_style.owl-theme.owl-loaded .owl-next:hover{
  border: 1px solid #F2B23E;
  color: #F2B23E;
}
.listing_item_5grid_slider.owl-theme.owl-loaded .owl-prev,
.listing_item_5grid_slider.owl-theme.owl-loaded .owl-next,
.recent_property_slider_home5.owl-theme.owl-loaded .owl-prev,
.recent_property_slider_home5.owl-theme.owl-loaded .owl-next{
  top: 120px;  
}
.single_product_slider.owl-theme.owl-loaded .owl-prev{
  left: 30px;
}
.single_product_slider.owl-theme.owl-loaded .owl-next{
  right: 30px;
}
.home_content_home7_slider .listing_item_1grid_slider.owl-theme.owl-loaded .owl-prev,
.home_content_home7_slider .listing_item_1grid_slider.owl-theme.owl-loaded .owl-next,
.listing_item_3grid_slider.owl-theme.owl-loaded .owl-prev,
.listing_item_3grid_slider.owl-theme.owl-loaded .owl-next,
.listing_item_4grid_slider.owl-theme.owl-loaded .owl-prev,
.listing_item_4grid_slider.owl-theme.owl-loaded .owl-next,
.listing_item_5grid_slider.owl-theme.owl-loaded .owl-prev,
.listing_item_5grid_slider.owl-theme.owl-loaded .owl-next,
.listing_item_7grid_slider.owl-theme.owl-loaded .owl-prev,
.listing_item_7grid_slider.owl-theme.owl-loaded .owl-next,
.recent_property_slider_home5.owl-theme.owl-loaded .owl-prev,
.recent_property_slider_home5.owl-theme.owl-loaded .owl-next,
.single_product_slider.owl-theme.owl-loaded .owl-prev,
.single_product_slider.owl-theme.owl-loaded .owl-next,
.single_page6_single_slider.owl-theme.owl-loaded .owl-prev,
.single_page6_single_slider.owl-theme.owl-loaded .owl-next,
.listing_item_car_grid_slider.owl-theme.owl-loaded .owl-prev,
.listing_item_car_grid_slider.owl-theme.owl-loaded .owl-next{
  background-color: rgba(12, 18, 39, 0.4);
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  height: 50px;
  line-height: 42px;
  position: absolute;
  text-align: center;
  width: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.home_content_home7_slider .listing_item_1grid_slider.owl-theme.owl-loaded .owl-prev,
.home_content_home7_slider .listing_item_1grid_slider.owl-theme.owl-loaded .owl-next{
  background-color: #FFFFFF;
  color: #1A3760;
  top: 15%;
}
.home_content_home7_slider .listing_item_1grid_slider.owl-theme.owl-loaded .owl-prev:hover,
.home_content_home7_slider .listing_item_1grid_slider.owl-theme.owl-loaded .owl-next:hover{
  background-color: #F5C34B;
}
.home_content_home7_slider .listing_item_1grid_slider.owl-theme.owl-loaded .owl-prev{
  left: 60px;
}
.home_content_home7_slider .listing_item_1grid_slider.owl-theme.owl-loaded .owl-next{
  right: 60px;
}
.home_content_home7_slider .home_content_home7{
  max-width: 850px;
  margin: 0 auto;
  width: 100%;
}
.single_page6_single_slider.owl-theme.owl-loaded .owl-prev{
  left: 27%;
}
.single_page6_single_slider.owl-theme.owl-loaded .owl-next{
  right: 27%;
}
.single_page6_single_slider.owl-theme.owl-loaded .owl-prev,
.single_page6_single_slider.owl-theme.owl-loaded .owl-next{
  background-color: #fff;
  color: #5F6973;
  top: 40%;
}
.single_page6_single_slider.owl-theme.owl-loaded .owl-prev:hover,
.single_page6_single_slider.owl-theme.owl-loaded .owl-next:hover{
  background-color: #0A2357;
  color: #fff;
}
.home1_popular_listing .listing_item_4grid_slider.owl-theme.owl-loaded .owl-prev,
.home1_popular_listing .listing_item_4grid_slider.owl-theme.owl-loaded .owl-next{
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  top: 150px;
}
.home1_popular_listing.home4_style .listing_item_car_grid_slider.owl-theme.owl-loaded .owl-prev,
.home1_popular_listing.home4_style .listing_item_car_grid_slider.owl-theme.owl-loaded .owl-next,
.home1_popular_listing.home2_style .listing_item_4grid_slider.owl-theme.owl-loaded .owl-prev,
.home1_popular_listing.home2_style .listing_item_4grid_slider.owl-theme.owl-loaded .owl-next{
  background-color: rgba(10, 35, 87, .1);
  color: #1A3760;
  font-size: 13px;
}
.listing_item_car_grid_slider.owl-theme.owl-loaded .owl-prev{
  left: 0;
}
.listing_item_car_grid_slider.owl-theme.owl-loaded .owl-next{
  right: 0;
}
.listing_item_car_grid_slider.owl-theme.owl-loaded .owl-prev,
.listing_item_car_grid_slider.owl-theme.owl-loaded .owl-next{
  top: 55%;
}
.home1_popular_listing.home4_style .listing_item_3grid_slider.owl-theme.owl-loaded .owl-prev,
.home1_popular_listing.home4_style .listing_item_3grid_slider.owl-theme.owl-loaded .owl-next{
  top: 150px;
}
.home1_popular_listing.home4_style .listing_item_3grid_slider.owl-theme.owl-loaded .owl-prev,
.home1_popular_listing .listing_item_4grid_slider.owl-theme.owl-loaded .owl-prev{
  left: -70px;
}
.home1_popular_listing.home4_style .listing_item_3grid_slider.owl-theme.owl-loaded .owl-next,
.home1_popular_listing .listing_item_4grid_slider.owl-theme.owl-loaded .owl-next{
  right: -70px;
}
.listing_item_4grid_slider.owl-theme.owl-loaded .owl-prev{
  left: -90px;
}
.listing_item_4grid_slider.owl-theme.owl-loaded .owl-next{
  right: -90px;
}
.listing_item_4grid_slider.owl-theme.owl-loaded .owl-prev,
.listing_item_4grid_slider.owl-theme.owl-loaded .owl-next{
  top: 155px;
}
.feature_post_slider.owl-theme.owl-loaded .owl-prev:hover,
.feature_post_slider.owl-theme.owl-loaded .owl-next:hover{
  background-color: #0061DF !important;
  color: #ffffff;
}
.listing_item_5grid_slider.owl-theme .owl-nav,
.recent_property_slider_home5.owl-theme .owl-nav{
  margin: 0;
}
.popular_listing_slider1.owl-theme .item{
  margin: 0 15px;
}
.feature_post_slider .shop_grid .thumb img{
  margin: 0 auto;
  width: auto;
}
/*== Pricing Table Four ==*/
/*== Our Partners ==*/
.our_partner{
  text-align: center;
}
.start-partners.home1{
  background-image: url(../images/pattern/3.html);
  background-position: center;
  background-size: cover;
}

/*== Our Newslatters ==*/
.our-newslatters{
  background-color: #f9fafc;
}
/*== Error/404 Page ==*/
.our-error{
  position: relative;
}
.our-coming-soon{
  padding: 200px 0;
  position: relative;
}
.logo-widget.error_paged{
  padding-left: 30px;
}
.erro_code{
  margin-bottom: 50px;
  margin-top: 50px;
}
.erro_code h2{
  color: #1A3760;
  font-size: 10.4vw;
  font-style: normal;
  font-weight: 900;
  line-height: 242px;
  letter-spacing: 0em;
  text-align: center;
}
a.btn_error{
  border-radius: 8px;
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  padding: 16px 50px;
}
/*== Service Pages Style Code ==*/
.service_grid{
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  margin-bottom: 30px;
  padding: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service_grid:hover{
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
}
.service_grid .details{
  padding: 20px 0 10px;
}
.service_grid .details h4{
  line-height: 1.444;
  margin: 0;
}
.service_include{
  margin: 180px 0 30px;
  position: relative;
}
.service_include .title{
  color: #1A3760;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  margin-bottom: 25px;
}
.service_include .para{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 30px;
  width: 90%;
}
.service_include2{
  margin-top: 80px;
  position: relative;
}
.service_include2 .title{
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
.service_include2 .para{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 30px;
  width: 90%;
}
.si_list .order_list.list-style-check-circle.check_theme_color a:before{
  color: #1947E2;
}
.service_form{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  padding: 50px;
  position: relative;
}
.service_form .title{
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  margin-bottom: 23px;
}
.service_form .contact_form .form-control{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  height: 50px;
}
.service_form .contact_form .form-label{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: 15px;
}
.service_form .contact_form .btn{
  border-radius: 8px;
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 50px;
  letter-spacing: 0em;
  padding: 15px 40px;
}
.opening_hour_widgets{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  padding: 40px;
  position: relative;
}
.opening_hour_widgets .wrapper .title{
  color: #1A3760;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
.opening_hour_widgets .wrapper .list-group-item{
  border: none;
  border-bottom: 1px solid #EAEAEA;
  font-size: 13px;
  font-style: normal;
  line-height: 38px;
  letter-spacing: 0em;
  padding: 0;
}
.opening_hour_widgets .wrapper .list-group-item:last-child{
  border-bottom: none;
}
.opening_hour_widgets .wrapper .list-group-item .day{
  color: #1A3760;
  font-weight: 600;
}
.opening_hour_widgets .wrapper .list-group-item .schedule{
  color: #5F6973;
  font-weight: 400;
  line-height: 38px;
}
/*== Pricing Table Pages Style Code ==*/
.compare_table .membership_header .thumb{
  border-radius: 3px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.compare_table .membership_header .thumb:before{
  background-color: rgba(13,38,59, .3);
  bottom: 0;
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.compare_table .membership_header .thumb a{
  background-color: #ffffff;
  border-radius: 50%;
  color: #5F6973;
  font-size: 13px;
  height: 45px;
  line-height: 45px;
  opacity: 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 20px;
  width: 45px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.compare_table .membership_header:hover .thumb a,
.compare_table .membership_header:hover .thumb a.fet{
  opacity: 1;
}
.compare_table .table-borderless tbody+tbody,
.compare_table .table-borderless td,
.compare_table .table-borderless th,
.compare_table .table-borderless thead th{
  width: 345px;
}
.compare_table .table-borderless td{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0em;
}
.compare_table .table-striped tbody tr:nth-of-type(even){
  background-color: #F9F9F9;
  border-radius: 3px;
}
.compare_table .table-striped tbody tr:nth-of-type(odd){
  background-color: #EAEAEA;
}
.compare_table .second_thead tr{
  background-color: #f9f9f9; 
  border-radius: 3px;
}
.compare_table .second_thead tr th,
.compare_table .table-borderless tbody tr th{
  color: #1A3760;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0em;
}
.compare_table .list-style-check-circle li a{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
}
.list-style-check-circle.check_theme_color li a:before{
  color: #1947E2;
}
/*== Switch Pricing Table ==*/
.pricing_packages_top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pricing_packages_top .save_title{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
}
.pricing_packages_top .toggle-btn input,
.pricing_packages_top .toggle-btn label {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}
.pricing_packages_top .toggle-btn .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}
.pricing_packages_top .toggle-btn .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.pricing_packages_top .toggle-btn .pricing_save1,
.pricing_packages_top .toggle-btn .pricing_save2{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  margin: 12px;
}
.pricing_table_switch_slide {
  border: 1px solid #E7E7EC;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1A3760;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.pricing_table_switch_slide:before {
  bottom: 5px;
  content: "";
  height: 20px;
  left: 5px;
  position: absolute;
  width: 20px;
  background-color: white;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.pricing_packages_top .toggle-btn .switch input:checked + .pricing_table_switch_slide {
  background-color: #1947E2;
}
.pricing_packages_top .toggle-btn .switch input:focus + .pricing_table_switch_slide {
  box-shadow: 0 0 1px #50bfe6;
}
.pricing_packages_top .toggle-btn .switch input:checked + .pricing_table_switch_slide:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.pricing_table_switch_slide.round {
  border-radius: 30px;
}
.pricing_table_switch_slide.round:before {
  border-radius: 50%;
}
.pricing_packages{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 45px 30px 40px 40px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pricing_packages .heading{
  margin-bottom: 70px;
  position: relative;
}
.pricing_packages:hover{
  border: 1px solid #1947E2;
}
.pricing_packages .heading .package_title{
  color: #1947E2;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
.pricing_packages .heading .recom{
  background-color: rgba(52, 168, 83, 0.15);
  border-radius: 90px;
  color: #34A853;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0em;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.pricing_packages .heading .text1,
.pricing_packages .heading .text2{
  color: #1A3760;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
}
.pricing_packages .heading .text1 span,
.pricing_packages .heading .text2 span{
  color: #696969;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
}
.pricing_packages .details{
  position: relative;
}
.pricing_packages .details .list{
  margin-bottom: 40px;
}
.pricing_packages .details .list li {
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0em;
}
.pricing_packages .details .list li i{
  color: #202124;
  font-size: 16px;
  margin-right: 15px;
}
.pricing_packages .details .package_btn{
  background-color: rgba(25, 71, 226, 0.07);
  border-radius: 8px;
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 50px;
  letter-spacing: 0em;
  line-height: 35px;
  width: 100%;
}
.pricing_packages:hover .details .package_btn{
  background-color: #1947E2;
  color: #ffffff;
}

/*== LogIn Register Page ==*/
.login_form {
  padding: 0;
}
.login_form .title,
.sign_up_form .title{
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: 0em;
  margin-bottom: 38px;
}
.login_form .input-group-text,
.sign_up_form .input-group-text{
  background-color: transparent;
  border: none;
  color: #006c70;
  height: 40px;
  position: absolute;
  right: 2px;
  top: 6px;
}
.login_form .form-group .custom-control-label,
.sign_up_form .form-group .custom-control-label{
  font-size: 14px;
  padding-top: 2px;
}
.login_form p,
.sign_up_form p{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: 22px;
}
.login_form p a,
.sign_up_form p a{
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
}
.login_form .btn-fpswd,
.sign_up_form .btn-fpswd{
  color: #1947E2;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: 0em;
}
.sign_up_form .divide,
.login_form .divide{
  position: relative;
}
.sign_up_form .divide .lf_divider,
.login_form .divide .lf_divider{
  background-color: #f9fafc;
  height: 20px;
  left: 0;
  line-height: 20px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -10px;
  width: 62px;
}
.sign_up_form.inner_page,
.login_form.inner_page {
  border: 1px solid #E6E9EC;
  border-radius: 3px;
  padding: 30px;
  -webkit-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
  -moz-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
  -o-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
  box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
}
.sign_up_form.inner_page .title,
.login_form.inner_page .title{
  font-weight: 600;
  margin-bottom: 35px;
}
.sign_up_form.inner_page.style2,
.login_form.inner_page.style2 {
  padding: 30px 0;
}
.login_form.inner_page .heading h4{
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
}
.login_form .heading,
.sign_up_form .heading {
  margin-bottom: 25px;
}
.login_form .form-control:focus,
.sign_up_form .form-control:focus,
.sign_up_form button.btn.dropdown-toggle:focus::-webkit-input-placeholder{
  box-shadow: none;
  color: #1A3760;
  outline: none;
}
.login_form .form-control:focus::-webkit-input-placeholder,
.sign_up_form .form-control:focus::-webkit-input-placeholder,
.sign_up_form button.btn.dropdown-toggle:focus::-webkit-input-placeholder{
  color: #1A3760;
}
.login_form.inner_page .heading p {
  margin-bottom: 0;
}
.login_form.inner_page .form-control{
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  padding-left: 15px;
  font-size: 14px;
}
.login_form .form-control{
  margin-bottom: 10px;
}
.login_form .form-label,
.sign_up_form .form-label{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: 12px;
}
.login_form .form-control,
.sign_up_form .form-control,
.sign_up_form button.btn.dropdown-toggle{
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  color: #5F6973;
  font-size: 13px;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 15px;
}
.login_form .custom-control.custom-checkbox [type="checkbox"], [type="radio"]{
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  outline: none;
  width: 18px;
}
.login_form .custom-control.custom-checkbox label.custom-control-label{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: 0em;
  padding-left: 5px;
  text-align: left;
}
.login_form .form-check-input {
  height: 17px;
  width: 17px;
}
.login_form .form-check-label{
  color: #1A3760;
  font-size: 14px;
  padding-left: 0;
}
.login_form .btn-log {
  border-radius: 8px;
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  height: 50px;
  width: 187px;
}
.sign_up_form {
  padding: 0;
}
.sign_up_form .form-check-input {
  border-radius: 2px;
  height: 15px;
  width: 15px;
}
.login_with{
  border-left: 1px solid #EAEAEA;
  margin-top: 100px;
  padding-left: 100px;
  position: relative;
}
.login_with.signup_page{
  margin-top: 150px;
}
.login_with .title{
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: 0em;
  margin-bottom: 50px;
}
.login_with .social_btn .btn_fb{
  border: 1px solid #1967D2;
  color: #1967D2;
  margin-bottom: 20px;
}
.login_with .social_btn .btn_fb:hover,
.login_with .social_btn .btn_fb:active,
.login_with .social_btn .btn_fb:focus{
  background-color: #1967D2;
  color: #fff;
}
.login_with .social_btn .btn_google{
  border: 1px solid #D93025;
  color: #D93025;
}
.login_with .social_btn .btn_google:hover,
.login_with .social_btn .btn_google:active,
.login_with .social_btn .btn_google:focus{
  background-color: #D93025;
  color: #fff;
}
.login_with .social_btn .btn_fb,
.login_with .social_btn .btn_google{
  border-radius: 8px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  height: 50px;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
  width: 260px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}
.login_with .social_btn .btn_fb span,
.login_with .social_btn .btn_google span{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  margin-right: 10px;
  vertical-align: middle;
}
/* Create a custom checkbox */
.sign_up_form .checkmark {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}
.sign_up_form .form-check-label{
  color: #1A3760;
  font-size: 14px;
  padding-left: 7px;
}
.sign_up_form button {
  margin-bottom: 30px;
}
.sign_up_form .btn-log {
  border-radius: 3px;
  background-color: #1947E2;
  color: #ffffff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 16px;
  height: 50px;
}
.sign_up_form .btn-signup{
  border-radius: 8px;
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  height: 50px;
  width: 187px;
}
/*== Question Widget Faq Page ==*/
.shortcode_widget_accprdons,
.shortcode_widget_tab,
.shortcode_widget_table,
.shortcode_widget_message_box,
.shortcode_widget_buttons{
  margin-bottom: 60px;
}
.shortcode_widget_buttons .ui_kit_button button{
  margin: 10px 5px;
}
.shortcode_widget_buttons .ui_kit_button button:last-child{
  margin-right: 0;
}
.shortcode_widget_accprdons h4,
.shortcode_widget_tab h4,
.shortcode_widget_table h4,
.shortcode_widget_message_box h4,
.shortcode_widget_buttons h4,
.shortcode_widget_form h4,
.shortcode_widget_multiselect h4,
.ui_kit_select_box h4,
.shortcode_widget_radiobox h4,
.shortcode_widget_checkbox h4,
.shortcode_widget_switch h4,
.shortcode_widget_form h4,
.shortcode_widget_progressbar h4,
.shortcode_form_title h4{
  color: #1A3760;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
.faq_content{
  position: relative;
}
.faq_according .panel .panel-body{
  padding: 15px 0;
}
.faq_according .panel .panel-body p{
  font-size: 15px;
  color: rgb(126, 126, 126);
  line-height: 1.6;
}
.faq_according .panel .panel-body h4{
  font-size: 18px;
  color: rgb(59, 59, 59);
  line-height: 1.333;
}
.faq_according .panel-heading{
  background-color: #ffffff;
  border: 1px solid #E6E9EC;
  border-radius: 3px;
  height: 50px;
  margin-bottom: 20px;
}
.faq_according .panel-heading .panel-title{
  font-size: 16px;
  font-weight: bold;
  line-height: 3;
}
.faq_according .panel-heading .panel-title a{
  padding: 0 20px;
}
.shortcode_widget_accprdons .faq_according .accordion .card{
  margin-bottom: 20px;
  padding: 6px 20px 6px 30px;
}
.faq_according .accordion .card{
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  box-shadow: 0px 18px 60px rgba(23, 26, 33, 0.05);
  margin-bottom: 30px;
  padding-left: 20px;
}
.faq_according.style2 .accordion .card.floor_plan .card-header .btn-link ul li{
  text-transform: capitalize;
  margin-right: 20px;
}
.faq_according.style2 .accordion .card.floor_plan .card-header .btn-link ul li span{
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-left: 8px;
}
.faq_according.style2 .accordion .card .card-body{
  margin-top: 0;  
}
.faq_according.style2 .accordion .card.floor_plan .card-header .btn-link ul li:last-child{
  margin-right: 0;
}
.faq_according .accordion .card .card-header{
  background-color: transparent;
  border: none;
  padding: 20px 10px 20px 0;
}
.faq_according .accordion .card .card-header.active{
  background-color: transparent;
  border-radius: 0;
}
.faq_according .accordion .card .card-header .btn-link{
  color: #1A3760;
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.faq_according .accordion .card .card-header .btn-link:active,
.faq_according .accordion .card .card-header .btn-link:focus,
.faq_according .accordion .card .card-header .btn-link:hover{
  text-decoration: none;
}
.faq_according .accordion .card .card-header.active .btn-link{
  color: #1A3760;
}
.faq_according .accordion .card .card-header::before {
  font-family: 'FontAwesome';
  color: #1A3760;
  content: "\f067";
  float: right;
  font-weight: lighter;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-right: 10px;
  margin-top: 0;
}
.faq_according .accordion .card .card-header.active::before {
  content:"\f068";
  font-family: FontAwesome;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.faq_according .accordion .card .card-body{
  border-radius: 0 0 8px 8px;
  font-size: 15px;
  padding: 0 30px 10px 0;
}
.faq_according .accordion .card .card-body p{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
/*== Terms & Condition Page ==*/
.terms_condition_grid{
  position: relative;
}
.terms_condition_grid .grids .title{
  font-weight: 600;
  margin-bottom: 10px;
}
.terms_condition_grid .grids p{
  font-size: 15px;
  color: #5F6973;
  line-height: 24px;
}

/*== Tab Widget UI Page ==*/
.ui_kit_tab .nav.nav-tabs {
  background-color: #EEF2F6;
  border-radius: 8px;
  border-bottom: none;
  height: 45px;
}
.ui_kit_tab .nav.nav-tabs .nav-link {
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  margin-left: 5px;
  margin-top: 6px;
  text-align: center;
  width: 109px;
}
.ui_kit_tab .nav.nav-tabs .nav-link:hover {
  border: 1px solid transparent;
}
.ui_kit_tab .nav.nav-tabs .nav-link.active,
.ui_kit_tab .nav.nav-tabs .nav-link:focus,
.ui_kit_tab .nav.nav-tabs .nav-link:hover,
.ui_kit_tab .nav.nav-tabs .nav-link:visited {
  background-color: #FFFFFF;
  border: none;
  border-radius: 8px;
}
.ui_kit_tab.style2 .nav.nav-tabs{
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #EAEAEA;
}
.ui_kit_tab.style2 .nav.nav-tabs .nav-item{
  line-height: ;
}
.ui_kit_tab.style2 .nav.nav-tabs .nav-link {
  border-bottom: 3px solid transparent;
  color: #5F6973;
  line-height: normal;
  padding: 0 17px 19px 10px;
  text-align: left;
  width: auto;
}
.ui_kit_tab.style2 .nav.nav-tabs .nav-link:focus,
.ui_kit_tab.style2 .nav.nav-tabs .nav-link:active,
.ui_kit_tab.style2 .nav.nav-tabs .nav-link:hover,
.ui_kit_tab.style2 .nav.nav-tabs .nav-link:visited{
  background-color: transparent;
  border: 1px solid transparent;
}
.ui_kit_tab.style2 .nav.nav-tabs .nav-link.active{
  background-color: transparent;
  border-bottom: 3px solid #1947E2;
  border-radius: 0;
  color: #1947E2;
  height: auto;
  line-height: normal;
  text-align: left;
  width: auto;
}
.ui_kit_tab.style2 .tab-content .tab-pane{
  padding: 20px 0 30px;
}
.ui_kit_tab .tab-content .tab-pane{
  padding: 18px 0 30px;
}
.ui_kit_tab .tab-content .tab-pane p{
  color: #5F6973;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  width: 85%;
}
/*== Table Widget UI Page ==*/
.ui_kit_table .table {
  background-color: #ffffff;
  border-radius: 8px;
  border: none;
}
.ui_kit_table .table thead{
  border-radius: 8px;
}
.ui_kit_table .table th {
  background-color: #0A2357;
  border-bottom: transparent;
  color: #fff;
  font-weight: normal;
}
.ui_kit_table .table th,
.ui_kit_table .table td{
  border: none;
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
}
/*== Message Box Widget UI Page ==*/
.ui_kit_message_box .alert{
  border-radius: 8px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0em;
  height: 75px;
  line-height: 45px;
  padding-left: 30px;
}
.ui_kit_message_box .alert .btn-close{
  right: 10px;
  top: 10px;
}
.alert.alart_style_one{
  background-color: #CDE9F6;
  color: #4780AA;
}
.alert.alart_style_two{
  background-color: #F7F3D7;
  color: #927238;
}
.alert.alart_style_three{
  background-color: #ECC8C5;
  color: #AB3331;
}
.alert.alart_style_four{
  background-color: #DEF2D7;
  color: #5B7052;
}
.ui_kit_button .btn {
  border-radius: 8px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 50px;
  line-height: 16px;
  letter-spacing: 0em;
  width: 155px;
}
/*== Form Input Widget UI Page ==*/
.ui_kit_input .form-control{
  border: 1px solid #E6E9EC;
  border-radius: 4px;
  font-size: 14px;
  padding-left: 20px;
}
.ui_kit_input .form-control:hover,
.ui_kit_input .form-control:active,
.ui_kit_input .form-control:focus{
  box-shadow: none;
  color: #1A3760;
  font-size: 14px;
  line-height: 24px;
  outline: none;
}
.ui_kit_input .form-control:focus::placeholder{
  color: #5F6973;
}
.short_code_title{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: 12px;
}
.ui_kit_select_box .bootstrap-select .dropdown-menu .bs-searchbox{
  margin: 25px 20px;
}
.ui_kit_select_box .bootstrap-select .dropdown-menu .bs-searchbox .form-control{
  background-color: #F9F9F9;
  border: none;
  border-radius: 8px;
}
.shortcode_widget_multiselect .bootstrap-select .dropdown-menu li a,
.ui_kit_select_box .bootstrap-select .dropdown-menu li a{
  border-bottom: none;
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
}
.shortcode_widget_multiselect .bootstrap-select .dropdown-menu li:hover a,
.ui_kit_select_box .bootstrap-select .dropdown-menu li:hover a{
  font-weight: normal;
}
/*== Form Textarea Widget UI Page ==*/
.ui_kit_textarea h5{
  margin-bottom: 18px;
}
.ui_kit_textarea .form-control:focus {
  box-shadow: none;
}
textarea.form-control{
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  height: auto;
  padding-left: 20px;
  padding-top: 20px;
}
textarea.form-control:placeholder{
  font-size: 13px;
}
.contact_form.profile textarea.form-control{
  font-size: 14px;
}
/*== Form Tooltip Widget UI Page ==*/
.ui_kit_tooltip .btn {
  border-radius: 8px;
  background-color: #EAEAEA;
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  height: 50px;
  margin-right: 5px;
  width: 100px;
}
.ui_kit_tooltip .btn:hover,
.ui_kit_tooltip .btn:active,
.ui_kit_tooltip .btn:focus {
  box-shadow: none;
  border-color: #F6F8F9;
}
/*== Select Search Box Widget UI Page ==*/
.ui_kit_select_search button.btn{
  background-color: #ffffff !important;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  color: #5F6973 !important;
  height: 50px;
  line-height: 40px;
  padding-left: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ui_kit_select_search.add_new_property button.btn{
  font-size: 14px;
  height: auto;
  line-height: 30px;
}
.ui_kit_select_search.add_new_property button.btn:focus,
.ui_kit_select_search button.btn:focus{
  box-shadow: none !important;
  outline: none !important;
}
.ui_kit_select_search .bs-searchbox .form-control {
  background-color: #F6F8F9;
  border-color: #F6F8F9;
  height: 50px;
}
.ui_kit_select_search .bs-searchbox .form-control:focus {
  box-shadow: none;
}
.ui_kit_select_search .bs-searchbox:before {
  color: #d0d1d3;
  content: "\f002";
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 45px;
  position: absolute;
  right: 25px;
  z-index: 999;
}
.ui_kit_select_search .dropdown-item {
  color: #1A3760;
}
.ui_kit_select_search .dropdown-item:hover,
.agent_search_form .dropdown-item:hover {
  background-color: transparent;
  color: #221f1f;
  font-weight: 600;
}
.ui_kit_select_search .dropdown-item.active,
.ui_kit_select_search .dropdown-item:active,
.agent_search_form .dropdown-item.active,
.agent_search_form .dropdown-item:active {
  background-color: transparent;
  color: #5F6973;
}
/*== Radiobox, Checkbox, Switch Widget UI Page ==*/
.ui_kit_radiobox .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.ui_kit_radiobox input[type=radio] {
  box-shadow: none;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.ui_kit_radiobox .radio label{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  margin-bottom: 0;
  padding-left: 30px;
  position: relative;
}
.ui_kit_radiobox label, legend {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}
.ui_kit_radiobox .radio input[type=radio]:checked+label .radio-label {
  background-color: #ffffff;
  box-shadow: inset 0 0 0 5px #1947E2;
}
.ui_kit_radiobox .radio input[type=radio]+label .radio-label {
  content: '';
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #E6E9EC;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: inset 0 0 0 8px #fff;
  z-index: 100;
  position: absolute;
  top: 10px;
  left: 0;
}
.ui_kit_radiobox label span, legend span {
  font-weight: 400;
  font-size: 14px;
  color: #444;
}
.ui_kit_radiobox .radio-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: transparent;
  display: block;
}
.ui_kit_radiobox .radio input[type=radio]+label .radio-label:after {
  background-color: #1967D2;
  box-sizing: border-box;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform:scale(0);
  -moz-transform:scale(0);
  -o-transform:scale(0);
  transform:scale(0);
  width: 100%;
  z-index: 99;
}
/*== CheckBox Widget UI Page ==*/
.ui_kit_checkbox input.custom-control-input{
  border: 1px solid #EAEAEA;
}
.ui_kit_checkbox input[type=checkbox],
.ui_kit_checkbox input[type=radio] {
  border-radius: 4px;
  height: 18px;
  top: 10px;
  width: 18px;
}
.ui_kit_checkbox.style2 .custom-control-label::before{
  border-radius: 8.5px;
}
.ui_kit_checkbox .custom-control-label::after{
  left: -1.4rem;
  top: 11px;
}
.custom-control-label:focus,
.custom-control:focus{
  outline: none;
}
.ui_kit_checkbox .custom-control-label::before{
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 0;
  height: 18px;
  top: 10px;
  width: 18px;
}
.ui_kit_checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color: #1947E2;
  border-color: #1947E2;
  top: 10px;
}
.ui_kit_checkbox .custom-control-label {
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  margin-bottom: 0;
  outline: none;
  padding-left: 10px;
  width: 100%;
}
.ui_kit_checkbox .custom-control-label span{
  color: #c1c1c1;
  font-size: 14px;
}
.ui_kit_checkbox .custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}
.sidebar_tag .custom-control-label {
  color: #5F6973;
  font-size: 15px;
  font-weight: 400;
  justify-content: left;
  line-height: 40px;
  margin: 0;
  outline: none;
  padding-left: 10px;
  padding-right: 15px;
  width: 100%;
}
.sidebar_tag .custom-control-label::before{
  background-color: #ffffff;
  border: 1px solid #E6E9EC;
  border-radius: 4px;
  height: 18px;
  top: 10px;
  width: 18px;
}
.sidebar_tag .custom-control-label::after{
  left: -1.4rem;
  top: 10px;
}
.sidebar_tag .wrapper{
  border-radius: 3px;
  height: 340px;
  overflow: hidden scroll;
}
.sidebar_tag .wrapper::-webkit-scrollbar {
  border-radius: 6px;
  margin-top: 15px;
  margin-right: 10px;
  width: 8px;
  z-index: 3;
}
.sidebar_tag .wrapper::-webkit-scrollbar * {
  background:transparent;
  border-radius: 6px;
}
.sidebar_tag .wrapper::-webkit-scrollbar-track {
  background-color: #f4f4f4;
  border-radius: 6px;
}
.sidebar_tag .wrapper::-webkit-scrollbar-thumb {
  background-color: #dedede !important;
  border-radius: 6px;
}
/*== SwithcBox Widget UI Page ==*/
.ui_kit_whitchbox input.form-check-input{
  border: 1px solid #E7E7EC;
  height: 30px;
  width: 60px;
}
.ui_kit_whitchbox label.form-check-label {
  color: #5F6973;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 33px;
  margin-left: 20px;
}
.ui_kit_whitchbox .form-check-input:checked{
  background-color: #1947E2;
}
.ui_kit_whitchbox .custom-control-input:checked~.custom-control-label::before{
  background-color: #1947E2;
}
.ui_kit_whitchbox .custom-switch .custom-control-label::before {
  border-radius: 30px;
  height: 30px;
  border: 1px solid #E6E9EC;
  width: 60px;
  -webkit-box-shadow: 0px 8px 15px rgba(13, 38, 59, 0.1);
  -moz-box-shadow: 0px 8px 15px rgba(13, 38, 59, 0.1);
  -o-box-shadow: 0px 8px 15px rgba(13, 38, 59, 0.1);
  box-shadow: 0px 8px 15px rgba(13, 38, 59, 0.1);
}
.ui_kit_whitchbox .custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}
.ui_kit_whitchbox .custom-switch .custom-control-input:checked~.custom-control-label::after {
  -webkit-transform:translateX(2.0rem);
  -moz-transform:translateX(2.0rem);
  -o-transform:translateX(2.0rem);
  transform:translateX(2.0rem);
}
.ui_kit_whitchbox .custom-switch .custom-control-label::after {
  background-color: #5F6973;
  border-radius: 25px;
  height: 20px;
  left: calc(-2.25rem + 5px);
  top: 9px;
  width: 20px;
}
/*== Select Box Widget UI Page ==*/
.bootstrap-select .dropdown-menu{
  border: 1px solid #EAEAEA;
  -webkit-box-shadow: 0px 18px 60px rgba(23, 26, 33, 0.05);
  -moz-box-shadow: 0px 18px 60px rgba(23, 26, 33, 0.05);
  -o-box-shadow: 0px 18px 60px rgba(23, 26, 33, 0.05);
  box-shadow: 0px 18px 60px rgba(23, 26, 33, 0.05);
}
.bootstrap-select .dropdown-menu li{
  margin: 0 30px;
  padding-left: 0;
}
.bootstrap-select>.dropdown-toggle{
  background-color: transparent;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  height: 50px;
  line-height: 35px;
  letter-spacing: 0em;
  line-height: 35px;
  text-align: left;
}
.bootstrap-select>.dropdown-toggle:hover,
.bootstrap-select>.dropdown-toggle:active,
.bootstrap-select>.dropdown-toggle:focus{
  box-shadow: none !important;
  outline: none !important;
}
.bootstrap-select .dropdown-menu li a{
  border-bottom: 1px solid #EAEAEA;
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
  padding: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.bootstrap-select .dropdown-menu li:last-child a{
  border-bottom: none;
}
.bootstrap-select .dropdown-menu li:hover a{
  color: #1947E2;
  font-weight: 600;
}
.bootstrap-select .dropdown-menu li a,
.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select .dropdown-menu li a:active,
.bootstrap-select .dropdown-menu li a:focus{
  background-color: transparent;
}
.dropdown-toggle::after{
  vertical-align: .1em;
}
.ui_kit_select_box .custom-select:focus{
  box-shadow: none;
  border-color: #ebebeb;
}
.ui_kit_progress_bar .skills li span {
  color: #262626;
}
/*== BlockQueto UI Page ==*/
.ui_page_heading{
  position: relative;
}
.ui_page_heading .main_title{
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
}
.ui_page_heading .short_code_title{
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
}
.ui_page_heading p{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.ui_page_heading .blockquote,
.ui_page_heading .blockquote,
.mbp_blockquote .blockquote{
  background-color: #EEF2F6;
  border-radius: 8px;
  margin-bottom: 50px;
  padding: 50px 60px;
  position: relative;
  width: 80%;
}
.mbp_blockquote .blockquote{
  width: 100%;
}
.ui_page_heading .blockquote .title{
  color: #1A3760;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
}
.ui_page_heading .blockquote figcaption.blockquote-footer{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  margin-top: 15px;
}
.mbp_blockquote .blockquote .title,
.mbp_blockquote .blockquote .title em{
  color: #1A3760;
  font-size: 13px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  margin-bottom: 30px;
  width: 90%;
}
.mbp_blockquote .blockquote-footer{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.ui_page_heading .blockquote .blockquote-footer:before{
  display: none;
}
.order_list{
  margin-bottom: 0;
}
.order_list li{
  padding-left: 30px;
  position: relative;
  line-height: 45px;
}
.order_list li a span{
  background-color: #5F6973;
  color: #5F6973;
  left: 0;
  position: absolute;
}
.order_list li a{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0em;
}
.list-style-check-circle li a:before{
  content: "\f058";
  color: #5F6973;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  font-size: 18px;
}
.list-style-type-bullet li{
  color: #5F6973;
  list-style-type: disc;
  margin-left: 15px;
  padding-left: 0;
  position: relative;
}
/*== MultiSelect CheckBox Widget UI Page ==*/
.ui_kit_multi_select_box .dropdown.bootstrap-select.show-tick.show .dropdown-menu {
  border-radius: 3px;
  margin: 0;
}
.ui_kit_multi_select_box .bootstrap-select.show-tick .dropdown-menu li a span.text{
  font-size: 14px;
  color: #1A3760;
  line-height: 2.5;
}
.ui_kit_select_search .dropdown-menu.show{
  border-radius: 0 0 3px 3px;
  margin: 0;
}
.ui_kit_select_search .bootstrap-select .dropdown-menu li a span.text{
  font-size: 14px;
  color: #1A3760;
  line-height: 2.5;
}
.ui_kit_select_box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.ui_kit_multi_select_box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.ui_kit_select_box .bootstrap-select>.dropdown-toggle,
.ui_kit_multi_select_box .bootstrap-select>.dropdown-toggle {
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  color: #5F6973;
  height: 60px;
  line-height: 50px;
  padding-left: 24px;
}
.ui_kit_select_box .bootstrap-select>.dropdown-toggle:focus,
.ui_kit_multi_select_box .bootstrap-select>.dropdown-toggle:focus,
.ui_kit_multi_select_box .bootstrap-select>.dropdown-toggle:focus-visible {
  border: none;
  box-shadow: none !important;
  outline: none !important;
}
.ui_kit_select_box .filter-option-inner-inner:focus,
.ui_kit_multi_select_box .filter-option-inner-inner:focus {
  outline: none;
}
.ui_kit_select_box .btn-light:not(:disabled):not(.disabled).active,
.ui_kit_select_box .btn-light:not(:disabled):not(.disabled):active,
.ui_kit_select_box .show>.btn-light.dropdown-toggle,
.ui_kit_multi_select_box .btn-light:not(:disabled):not(.disabled).active,
.ui_kit_multi_select_box .btn-light:not(:disabled):not(.disabled):active,
.ui_kit_multi_select_box .show>.btn-light.dropdown-toggle {
  background-color: #ffffff;
  border: none;
  border-bottom: 2px solid #1947E2;
  color: #5F6973;
  outline: none;
}
/*== Blog Post Main Page ==*/
.mbp_pagination {
  display: inline-block;
  position: relative;
  width: 100%;
}
.mbp_pagination ul.page_navigation {
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
.mbp_pagination ul.page_navigation li.page-item {
  display: inline-block;
  margin-right: 6px;
  margin-top: 12px;
}
.mbp_pagination ul.page_navigation li.page-item:first-child{
  left: 0;
  position: absolute;
}
.mbp_pagination ul.page_navigation li.page-item:last-child{
  right: 0;
  position: absolute;
}
.mbp_pagination ul.page_navigation li .page-link{
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 40px;
  letter-spacing: 0em;
  line-height: 40px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 40px;
}
.mbp_pagination ul.page_navigation li.active .page-link {
  background-color: #F5C34B;
  color: #1A3760;
}
.mbp_pagination .new_line_pagination{
  position: relative;
}
.mbp_pagination .new_line_pagination p{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
}
.mbp_pagination .new_line_pagination .pagination_line{
  background-color: #EAEAEA;
  border-radius: 10px;
  height: 6px;
  margin: 0 auto 20px;
  max-width: 300px;
  position: relative;
  width: 100%;
}
.mbp_pagination .new_line_pagination .pagination_line:before{
  background-color: #0A2357;
  border-radius: 10px;
  content: "";
  left: 0;
  height: 6px;
  max-width: 119px;
  position: absolute;
  width: 100%;
}
.mbp_pagination .new_line_pagination .pagi_btn{
  color: #0A2357;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  position: relative;
}
.mbp_pagination .new_line_pagination .pagi_btn:before{
  background-color: #0A2357;
  bottom: -3px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 60px;
}
.main_blog_post_content{
  padding: 0 30px;
}
.mbp_thumb_post .para{
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.mbp_thumb_post .thumb{
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.main_blog_post_content{
  position: relative;
}
.main_blog_post_content .mbp_thumb_post .details {
  padding-top: 30px;
}
.main_blog_post_content .mbp_thumb_post .details ul.post_meta{
  margin-bottom: 20px;
}
.mbp_thumb_post .details .post_meta li:nth-child(2) {
  margin-right: 20px;
  margin-left: 8px;
}
.mbp_thumb_post .details .post_meta li:nth-child(4) {
  margin-left: 8px;
}
.event_counter_plugin_container{
  position: relative;
}
.event_counter_plugin_content{
  text-align: center;
}
.event_counter_plugin_content ul{
  margin-bottom: 0;
  text-align: left;
}
.event_counter_plugin_content ul li {
  display: inline-block;
  font-size: 15px;
  line-height: 2.667;
  margin-top: 10px;
  text-align: left;
  text-transform: capitalize;
}
.event_counter_plugin_content ul li,
.event_counter_plugin_content ul li,
.event_counter_plugin_content ul li{
  margin-right: 10px;
}
.event_counter_plugin_content ul li:last-child{
  margin-right: 0;
}
.event_counter_plugin_content ul li span {
  border: 1px solid #1947E2;
  border-radius: 50%;
  color: #1947E2;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
  width: 50px;
}
.event_counter_plugin_content ul li .time_text{
  color: #1A3760;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0em;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
}
.home3_style .event_counter_plugin_content ul li span{
  border: 1px solid #CF3E3B;
  color: #CF3E3B;
}
.home3_style .event_counter_plugin_content ul{
  text-align: center;
}
.home5_style .event_counter_plugin_content ul li span{
  background-color: #fff;
  border: 1px solid #fff;
  color: #CF3E3B;
}
.home5_style .event_counter_plugin_content ul li .time_text{
  color: #fff;
}
.home7_style .event_counter_plugin_content ul li span{
  color: #1947E2;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  height: 90px;
  line-height: 90px;
  width: 90px;
}
.home7_style .event_counter_plugin_content ul li .time_text{
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
}
/*== Blog Grid Post ==*/
.blog_grid_post{
  border-style: solid;
  border-width: 2px;
  border-color: rgb(237, 239, 247);
  border-radius: 5px;
  background-color: #ffffff;
  overflow: hidden;
}
.blog_grid_post .thumb{
  position: relative;
  overflow: hidden;
}
.blog_grid_post .thumb:before{
  background-color: rgba(0,0,0, .3);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.blog_grid_post .thumb .tag{
  font-size: 14px;
  color: rgb(250, 250, 250);
  line-height: 1.2;
  left: 30px;
  line-height: 40px;
  position: absolute;
  top: 30px;
}
.blog_grid_post .thumb .post_date{
  bottom: 30px;
  font-weight: bold;
  max-width: 95px;
  position: absolute;
  right: 30px;
  text-align: center;
}
.blog_grid_post .thumb .post_date h2{
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 0;
}
.blog_grid_post .thumb .post_date span{
  font-size: 18px;
  color: #ffffff;
}
.blog_grid_post .details h3{
  font-size: 26px;
  color: #1A3760;
  line-height: 1.2;
  margin-bottom: 15px;
}
.blog_grid_post .details{
  padding: 20px 25px 30px 30px;
}
.blog_grid_post .details ul.post_meta{
  margin-bottom: 18px;
}
.blog_grid_post .details ul.post_meta li a span{
  font-size: 15px;
  color: rgb(126, 126, 126);
  line-height: 1.6;
}
.blog_grid_post .details p{
  font-size: 15px;
  color: rgb(126, 126, 126);
  line-height: 1.6;
  margin-bottom: 0;
}
.blog_grid_post.style2 .details{
  border-radius: 0 5px 5px 0;
  padding: 60px 45px 55px 40px;
}
.blog_grid_post.style2 .details p{
  font-size: 15px;
  color: rgb(126, 126, 126);
  line-height: 1.6;
}
.blog_grid_post .details .post_meta li:nth-child(2){
  margin-right: 20px;
  margin-left: 8px;
}
.blog_grid_post .details .post_meta li:nth-child(4){
  margin-left: 8px;
}
.blog_grid_post li{
  display: inline-block;
}
.blog_grid_post.style2.event_lists{
  border-left: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; 
}
.main_blog_post_content .event_lists:hover .blog_grid_post.event_lists{
  -webkit-box-shadow:0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow:0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  -o-box-shadow:0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  box-shadow:0px 0px 30px 0px rgba(32, 32, 32, 0.15);
}
.blog_grid_post.style2.event_lists .thumb img{
  max-width: 600px;
  max-height: 385px;
}
.blog_grid_post.style2.event_lists ul li{
  display: list-item;
}
.blog_grid_post.style2.event_lists .details{
  padding: 50px 75px 60px 50px;
}
.blog_grid_post.style2.event_lists .details h3{
  font-size: 22px;
  color: #1A3760;
  line-height: 1.091;
}
.blog_grid_post.style2.event_lists .details p{
  font-size: 15px;
  color: rgb(126, 126, 126);
  line-height: 1.6;  
}
.blog_grid_post.style2.event_lists .details ul{
  margin-top: 25px;
}
.blog_grid_post.style2.event_lists .details ul li{
  margin-bottom: 20px;
}
.blog_grid_post.style2.event_lists .details ul li:last-child{
  margin-bottom: 0;
}
.blog_grid_post.style2.event_lists .details ul li a{
  font-size: 14px;
  color: rgb(126, 126, 126);
  line-height: 1.2;
}
.blog_grid_post.style2.event_lists .details ul li a span{
  font-size: 18px;
  padding-right: 10px;
}
.event_participator_tile{
  font-size: 20px;
  color: #1A3760;
  line-height: 1.2;
  margin-bottom: 50px;
}
.participator_team .thumb img{
  height: 100px;
  width: 100px;
}
.participator_team .details h4{
  font-size: 18px;
  color: #1A3760;
  line-height: 1.333;
  margin-bottom: 0;
  margin-top: 20px;
}
.participator_team .details p{
  font-size: 15px;
  color: rgb(126, 126, 126);
  line-height: 1.2;
}
/*== Search Widget Blog Page ==*/
.sidebar_recent_product,
.sidebar_feature_listing,
.sidebar_search_widget,
.terms_condition_widget,
.blog_tag_widget{
  background-color: #F9F9F9;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
}
.sidebar_feature_listing_widget,
.sidebar_recent_viewed_widgets,
.sidebar_seller_contact{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 30px;
}
.sidebar_seller_contact{
  padding: 40px;
}
.btn-block{
  width: 100%;
}
.sidebar_seller_contact .btn{
  border-radius: 8px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 50px;
  line-height: 16px;
  letter-spacing: 0em;
}
.sidebar_seller_contact .btn span{
  font-size: 18px;
  vertical-align: middle;
}
.sidebar_seller_contact .btn-whatsapp{
  background-color: #28A745;
  color: #fff;
}
.sidebar_seller_contact .form-control{
  margin-bottom: 20px;
}
.sidebar_seller_contact textarea.form-control{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.sidebar_feature_listing_widget .title,
.sidebar_recent_viewed_widgets .title,
.sidebar_search_widget .title,
.sidebar_recent_product .title,
.sidebar_feature_listing .title,
.terms_condition_widget .title,
.blog_tag_widget .title{
  color: #1A3760;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  margin-bottom: 25px;
}
.sidebar_recent_viewed_widgets .post_title{
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
}
.sidebar_recent_viewed_widgets p{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
}
.sidebar_recent_product .flex-shrink-0,
.sidebar_feature_listing .flex-shrink-0{
  margin-bottom: 20px;
}
.sidebar_recent_product .flex-shrink-0 img,
.sidebar_recent_viewed_widgets .flex-shrink-0 img,
.sidebar_feature_listing .flex-shrink-0 img{
  border-radius: 8px;
  height: 80px;
  width: 90px;
}
.sidebar_recent_product .post_title,
.sidebar_feature_listing .post_title,
.sidebar_feature_listing .post_title a{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
}
.terms_condition_widget,
.sidebar_feature_listing{
  padding: 30px 30px 10px;
}
.sidebar_feature_listing .flex-grow-1 ul li{
  font-size: 14px;
  color: #1A3760;
  line-height: 1.2;
  margin-right: 0;
}
.blog_search_widget button.btn{
  height: 48px;
}
.blog_search_widget input.form-control{
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  height: 50px;
  padding-left: 20px;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog_search_widget input.form-control:focus{
  border-right: none;
}
.terms_condition_widget ul li a{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: 0em;
}
.terms_condition_widget ul li:hover a{
  color: #1947E2;
}
.sidebar_vichel_avail_Widget{
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
}
.sidebar_vichel_avail_Widget,
.sidebar_vichel_avail_Widget .thumb{
  position: relative;
}
.sidebar_vichel_avail_Widget .details{
  background-color: rgba(10, 35, 87, .7);
  bottom: 0;
  left: 0;
  padding-left: 30px;
  padding-top: 90px;
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar_vichel_avail_Widget .details .wrapper{
  position: relative;
}
.sidebar_vichel_avail_Widget .details .title_count span{
  height: 6px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 60px;
}
.sidebar_vichel_avail_Widget .details .title_count,
.sidebar_vichel_avail_Widget .details .title{
  color: #FFFFFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0em;
}
.sidebar_vichel_avail_Widget .details .para{
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
.sidebar_vichel_avail_Widget .details .subtitle{
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 0;
  text-transform: uppercase;
}
.sidebar_vichel_avail_Widget .details .phone_number{
  color: #F5C34B;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
}
.shop_category_sidebar_widgets{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 30px;
  padding-bottom: 10px;
}
.shop_category_sidebar_widgets .title,
.sidebar_shop_recent_post .title{
  color: #1A3760;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
.shop_category_sidebar_widgets ul li a{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0em;
}
.shop_category_sidebar_widgets ul li:hover a{
  color: #1947E2;
}
.sidebar_shop_recent_post{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  padding: 30px;
  position: relative;
}
.sidebar_shop_recent_post .flex-shrink-0{
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  width: 90px;
}
.sidebar_shop_recent_post .flex-shrink-0 img{
  width: 60px;
}
.sidebar_shop_recent_post .post_title{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
}
.sidebar_shop_recent_post p{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  margin-bottom: 0;
}
/*== Category Widget Blog Page ==*/
.blog_category_widget{
  margin-bottom: 30px;
}
.blog_recent_post_widget .title,
.blog_category_widget .title{
  font-size: 20px;
  color: #1A3760;
  line-height: 1.2;
  margin-bottom: 0;
}
.blog_category_widget ul.list-group{
  border-style: solid;
  border-width: 2px;
  border-color: rgb(238, 238, 238);
  border-radius: 5px;
  background-color: rgba(243, 243, 246, 0);
  padding: 30px;
}
.blog_category_widget ul li.list-group-item{
  background-color: transparent;
  border: none;
  font-size: 15px;
  color: #1A3760;
  padding: 10px 0;
}
.blog_category_widget ul li.list-group-item span{
  font-size: 15px;
  color: rgb(126, 126, 126);
  font-weight: normal;
}
.event_details_widget{
  border-style: solid;
  border-width: 2px;
  border-color: rgb(238, 238, 238);
  border-radius: 5px;
  background-color: rgba(243, 243, 246, 0);
  margin-bottom: 30px;
  padding: 30px;
}
.event_details_widget .title{
  font-size: 20px;
  color: #1A3760;
  line-height: 1.2;
  margin-bottom: 25px;
}
.event_details_widget ul{
  margin-bottom: 0;
}
.event_details_widget ul li{
  font-size: 14px;
  color: rgb(126, 126, 126);
  line-height: 1.5;
  margin-bottom: 20px;
}
.event_details_widget ul li:last-child{
  margin-bottom: 0;
}
.event_details_widget ul li span{
  font-size: 18px;
  padding-right: 10px;
}
.category_sidebar_widget{
  position: relative;
}
.category_sidebar_widget .category_list{
  margin-bottom: 0;
}
.category_sidebar_widget .category_list li a{
  font-size: 15px;
  color: rgb(79, 79, 79);
  line-height: 2.667;
}
.category_sidebar_widget .category_list li a span{
  font-size: 14px;
  color: rgb(193, 193, 193);
  line-height: 2.857;
}
.feature_course_widget{
  border-style: solid;
  border-width: 2px;
  border-color: rgb(238, 238, 238);
  border-radius: 5px;
  background-color: rgba(243, 243, 246, 0);
  padding: 30px 0 15px;
  margin-bottom: 30px;
}
.feature_course_widget h4{
  font-size: 20px;
  color: #1A3760;
  line-height: 1.2;
  padding-left: 30px;
}
.feature_course_widget ul li{
  border: 1px solid rgb(235, 235, 235);
  color: #1A3760;
  font-size: 15px;
  line-height: 2.667;
  padding: 0 30px;
}
.feature_course_widget ul li span{
  font-size: 15px;
  color: rgb(126, 126, 126);
  line-height: 2.667;
}
.feature_course_widget ul li:last-child{
  border-bottom: none;
  padding: 0 30px;
}
.instructor_pricing_widget{
  border-style: solid;
  border-width: 2px;
  border-color: rgb(237, 239, 247);
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
}
.instructor_pricing_widget.csv2{
  margin-top: -300px;
}
.instructor_pricing_widget .price{
  font-size: 30px;
  color: #1A3760;
  font-weight: bold;
  line-height: 1.2;
}
.instructor_pricing_widget .price span{
  font-size: 15px;
  color: rgb(79, 79, 79);
  line-height: 2.667;
}
.instructor_pricing_widget .price small{
  font-size: 14px;
  color: rgb(193, 193, 193);
  line-height: 2.857;
}
.instructor_pricing_widget h5{
  font-size: 15px;
  color: rgb(79, 79, 79);
  line-height: 2.667;
}
.instructor_pricing_widget .price_quere_list li a{
  font-size: 15px;
  color: rgb(126, 126, 126);
  line-height: 2.667;
}
.instructor_pricing_widget .price_quere_list li a span{
  color: #1A3760;
  font-size: 18px;
  padding-right: 5px;
}
.cart_btnss{
  border-radius: 27px;
  background-color: rgb(255, 16, 83);
  display: block;
  font-size: 15px;
  color: #ffffff;
  height: 50px;
  line-height: 3.2;
  margin-bottom: 23px;
  margin-top: 23px;
  max-width: 234px;
}
.cart_btnss:hover{
  background-color: #ffffff;
  border: 1px solid #ff1053;
  color: #ff1053;
}
.cart_btnss_white{
  background-color: #ffffff;
  border: 1px solid #ff1053;
  border-radius: 27px;
  color: #ff1053;
  display: block;
  font-size: 15px;
  line-height: 3.2;
  margin-bottom: 23px;
  height: 50px;
  max-width: 234px;
}
.cart_btnss_white:hover{
  background-color: #ff1053;
  color: #ffffff;
}
/*== Recent Post Widget Blog Page ==*/
.blog_recent_post_widget{
  margin-bottom: 30px;
}
.blog_recent_post_widget .title{
  font-size: 20px;
  margin-bottom: 20px;
}
.blog_recent_post_widget.media_widget{
  border-style: solid;
  border-width: 2px;
  border-color: rgb(238, 238, 238);
  border-radius: 5px;
  background-color: rgba(243, 243, 246, 0);
  padding: 30px 20px 30px 30px;
}
.blog_recent_post_widget.media_widget .media{
  margin-bottom: 30px;
}
.blog_recent_post_widget.media_widget .media:last-child{
  margin-bottom: 0;
}
.blog_recent_post_widget.media_widget .media img{
  border-radius: 3px;
  max-width: 90px;
}
.blog_recent_post_widget .media-body .post_title{
  font-size: 16px;
  color: #212121;
  line-height: 1.5;
  margin-bottom: 0;
}
.blog_recent_post_widget .media-body a{
  font-size: 14px;
  color: rgb(123, 123, 123);
  line-height: 1.2;
}
/*== Tag Widget Blog Page ==*/
.blog_tag_widget {
  padding: 30px 30px 10px;
}
.blog_tag_widget.filter_sidebar{
  padding: 0 0px;
}
.blog_tag_widget.filter_sidebar{
  padding: 0;  
}
.blog_tag_widget .tag_list li {
  background-color: #EEF2F6;
  border: 1px solid #EAEAEA;
  border-radius: 60px;
  height: 25px;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 0 13px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog_tag_widget .tag_list li a{
  color: #5F6973;
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 0.03em;
}
.blog_tag_widget .tag_list li:hover{
  border: 1px solid #1947E2;
}
.blog_tag_widget .tag_list li:hover a{
  color: #1947E2;
}
/*== BlokQuote Blog Sinlge Page ==*/
.mbp_blockquote{
  border-radius: 3px;
  margin-top: 25px;
}
.mbp_blockquote .blockquote{
  position: relative;
}
.mbp_blockquote .blockquote:before{
  background-color: transparent;
}
.mbp_blockquote .blockquote span{
  font-size: 16px;
  color: rgb(187, 187, 187);
  font-style: italic;
  line-height: 0.333;
}
.mbp_blockquote .blockquote .icon{
  color: #5F6973;
  line-height: 0;
}
.mbp_blockquote .blockquote .blockquote-footer:before{
  display: none;
}
.bpost_simage li{
  margin-bottom: 10px;
  max-width: 305px;
}
.bpost_simage li img{
  border-radius: 4px;
}
.custom_bsp_grid{
  position: relative;
}
.custom_bsp_grid li{
  margin-bottom: 30px;
}
.custom_bsp_grid li a{
  font-size: 14px;
  line-height: 24px;
}
.bsp_tags{
  position: relative;
}
.blog_post_share li:first-child{
  color: #1A3760;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
}
.bsp_tags li a{
  background-color: #EEF2F6;
  border-radius: 60px;
  color: #5F6973;
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 0.03em;
  padding: 8px 15px;
}
.blog_post_share li{
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 8px 26px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog_post_share li:first-child{
  background-color: transparent;
  margin-right: 20px;
  padding: 0;
}
.blog_post_share li:nth-child(2){
  background-color: #1967D2;
}
.blog_post_share li:nth-child(3){
  background-color: #BC91E8;
}
.blog_post_share li:nth-child(4){
  background-color: #D93025;
}
.blog_post_share li a{
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
}
.blog_post_share li a span{
  font-size: 14px;
  margin-right: 10px;
}
/*== Next Prev Pagination Blog Sinlge Page ==*/
.mbp_pagination_tab{
  padding: 30px 0;
  position: relative;
}
.mbp_pagination_tab .pag_prev{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.mbp_pagination_tab .pag_prev:hover,
.mbp_pagination_tab .pag_next:hover{
  cursor: pointer;
}
.mbp_pagination_tab .pag_prev .detls,
.mbp_pagination_tab .pag_next .detls{
  display: inline-block;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 0;
}
.mbp_pagination_tab .pag_prev .detls h5,
.mbp_pagination_tab .pag_next .detls h5{
  color: #1947E2;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
}
.mbp_pagination_tab .pag_prev .detls p,
.mbp_pagination_tab .pag_next .detls p{
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: 0;
}
.mbp_pagination_tab .pag_prev .detls h5:hover,
.mbp_pagination_tab .pag_next .detls h5:hover,
.mbp_pagination_tab .pag_prev a:hover,
.mbp_pagination_tab .pag_next a:hover{
  color: #1947E2;
}
/*== Commenting Blog Sinlge Page ==*/
.mbp_pagination_comments{
  position: relative;
}
.mbp_pagination_comments .title{
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
}
.mbp_pagination_comments .total_review{
  padding: 30px 0 0;
  position: relative;
}
.mbp_pagination_comments .total_review h4{
  color: #1A3760;
  line-height: 26px;
  margin-bottom: 0;
}
.mbp_pagination_comments .title{
  font-size: 20px;
  margin-bottom: 30px;
}
.mbp_pagination_comments .mbp_first{
  padding: 30px 0 0;
}
.mbp_pagination_comments .mbp_first .sub_title{
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
}
.mbp_pagination_comments .mbp_first .sub_title p{
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
}
.mbp_pagination_comments .mbp_first img{
  width: 70px;
}
.mbp_pagination_comments .mbp_first .sspd_postdate .sspd_review ul li a,
.sspd_review ul li a,
.shop_item .details .review ul li a{
  color: #F5C34B;
  font-family: "FontAwesome";
  font-size: 11px;
  line-height: 12px;
  text-align: right;
}
.sspd_review ul li,
.shop_item .details .review ul li{
  margin-right: 2px !important;
}
.sspd_review ul li:last-child{
  color: #1A3760;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
}
.shop_item .details .review ul li:last-child a {
  color: #1A3760;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
}
/*== Commenting Form Blog Sinlge Page ==*/
.mbp_comment_form{
  margin-top: 20px;
}
.mbp_comment_form h4{
  font-size: 20px;
  margin-bottom: 30px;
}
.mbp_comment_form .comments_form{
  background-color: #f1f1f1;
  padding: 30px 50px 50px;
}
.mbp_comment_form .comments_form input{
  border: 1px solid #dddddd;
  height: 50px;
}
.mbp_comment_form .comments_form input:focus,
.mbp_comment_form .comments_form button.btn:focus,
.mbp_comment_form .comments_form textarea:focus{
  box-shadow: none;
}
.mbp_comment_form .comments_form textarea{
  border: 1px solid #dddddd;
  height: auto;
}
.mbp_comment_form .comments_form .form-group label {
  color: #221f1f;
}
.mbp_comment_form .comments_form button.btn {
  border-radius: 4px;
  font-size: 16px;
  height: 55px;
  margin-top: 10px;
}
.mbp_comment_form .comments_form button span {
  padding-left: 10px;
}
/*== Dashbord details Page ==*/
.extra-dashboard-menu{
  padding-bottom: 0;
  padding-top: 77px;
  position: relative;
  z-index: 1;
}
.ed_menu_list {
  background-color: #FFFFFF;
  border: 1px solid #EAEAEA;;
  bottom: 0;
  height: auto;
  left: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 175px 0 0 30px;
  position: fixed;
  top: 0;
  width: 360px;
  z-index: 0;
}
.ed_menu_list::-webkit-scrollbar {
  margin-top: 15px;
  margin-right: 10px;
  width: 6px;
  z-index: 3;
}
.ed_menu_list::-webkit-scrollbar * {
  background:transparent;
}
.ed_menu_list::-webkit-scrollbar-track {
  display: none;
}
.ed_menu_list::-webkit-scrollbar-thumb {
  background-color: #E6E9EC !important; // manage scrollbar thumb background color here
  border-radius: 6px;
}
.ed_menu_list ul{
  margin-bottom: 0;
}
.ed_menu_list ul li a{
  border-radius: 8px;
  color: #1A3760;
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0em;
  margin: 0 30px;
  padding-left: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ed_menu_list ul li a span{
  color: #1A3760;
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}
.ed_menu_list ul li a:hover,
.ed_menu_list ul li a.active{
  background-color: #F5C34B;
  color: #1A3760;
}
.ed_menu_list ul li a:hover span,
.ed_menu_list ul li a.active span{
  color: #1A3760;
}
.our-dashbord {
  position: relative;
}
.our-dashbord.dashbord .container-fluid{
  padding-right: 60px;
}
.breadcrumb_widgets{
  border-radius: 5px;
  background-color: rgb(225, 230, 239);
  height: 70px;
  margin-bottom: 30px;
  padding: 20px 30px;
  position: relative;
}
.breadcrumb_widgets .title{
  font-size: 22px;
  color: rgb(10, 10, 10);
  line-height: 1.2;
  margin-bottom: 0;
}
.breadcrumb_widgets .breadcrumb{
  background-color: transparent;
  padding: 0;
  position: relative;
}
.breadcrumb_widgets .breadcrumb .breadcrumb-item{
  font-size: 15px;
  color: #7e7e7e;
}
.breadcrumb_widgets .breadcrumb .breadcrumb-item.active{
  color: rgb(126, 126, 126);
  line-height: 1.6;
}
.user_board{
  padding: 0 15px 0 0;
  position: relative;
}
.user_profile_details .seller_img{
  width: 90px;
}
.user_profile_details .title{
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: 0em;
}
.user_profile_details .prop_details li a{
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
}
.user_profile_details .view_car_btn{
  border-radius: 8px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 60px;
  line-height: 16px;
  letter-spacing: 0em;
  margin-top: 15px;
}
.user_profile {
  margin-bottom: 10px;
  position: relative;
}
.user_profile .media .media-body h4{
  font-size: 18px;
  color: #1A3760;
  line-height: 1.2;
  padding-left: 30px;
}
.user_profile .media .media-body h5,
.user_profile .media .media-body p {
  margin-bottom: 0;
}
.user_profile .media img {
  width: 65px;
}
.user_profile_details .para{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
}
.dashbord_nav_list h4{
  position: relative;
  padding-left: 30px;
}
.dashbord_nav_list li {
  height: 50px;
  line-height: 45px;
  padding-left: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.dashbord_nav_list li a{
  color: #7f7f7f;
  font-size: 16px;
}
.dashbord_nav_list li:hover a,
.dashbord_nav_list li:hover a span{
  color: #1947E2;
}
.dashbord_nav_list li.active{
  background-color: #f9fafc;
}
.dashbord_nav_list li.active a{
  color: #1947E2;
}
.dashbord_nav_list li.active:before {
  background-color: #1947E2;
  bottom: 0;
  content: "";
  height: 50px;
  position: absolute;
  right: 0px;
  top: 0;
  width: 2px;
}
.dashbord_nav_list li a span {
  font-size: 23px;
  margin-right: 15px;
}
.my_dashboard_review,
.my_listing_single{
  background-color: #ffffff;
  border: 1px solid #ECEDF2;
  border-radius: 3px;
  padding: 30px;
  -webkit-box-shadow:0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow:0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow:0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow:0px 6px 15px rgba(64, 79, 104, 0.05);
}
.my_dashboard_review .review_content .review_title{
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
.my_dashboard_review .review_content .review_date{
  font-size: 14px;
  color: rgb(118, 118, 118);
  line-height: 2.143;
}
.my_dashboard_review .review_content .para{
  margin-top: 10px;
}
.my_dashboard_review .review_content .sspd_review ul li{
  margin-right: 3px;
}
.my_dashboard_review .review_content .sspd_review ul li a{
  font-size: 14px;
  font-family: "FontAwesome";
  color: rgb(188, 197, 42);
  line-height: 2.143;
}
.my_dashboard_profile{
  padding: 30px;
  position: relative;
}
.my_dashboard_profile .title{
  font-size: 16px;
}
.my_dashboard_profile .file_title{
  bottom: -110px;
  color: #5F6973;
  font-size: 14px;
  left: 0;
  position: absolute;
  right: 0;
}
.packages_table .table,
.savesearched_table .table,
.property_table .table{
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  margin-bottom: 30px;
}
.packages_table .table .thead-light th,
.savesearched_table .table .thead-light th,
.property_table .table .thead-light th{
  background-color: rgb(36, 50, 74);
  border: none;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  line-height: 2.2;
}
.packages_table .table td,
.packages_table .table th,
.savesearched_table .table td,
.savesearched_table .table th,
.property_table .table td,
.property_table .table th{
  font-size: 16px;
  color: #1A3760;
  font-weight: 600;
  line-height: 3;
  padding-left: 30px;
}
.property_table .table td,
.property_table .table th{
  vertical-align: middle;
}
.savesearched_table td.para,
.property_table td.para{
  font-size: 14px;
  color: #1A3760;
}
.pck_chng_btn .btn{
  border-radius: 3px;
  background-color: rgb(255, 90, 95);
  -webkit-box-shadow:0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  -moz-box-shadow:0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  -o-box-shadow:0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  box-shadow:0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  height: 50px;
  width: 200px;
}
.skill_sidebar_widget {
  margin-top: 40px;
  margin-left: 15px;
  padding-right: 50px;
}
.skill_sidebar_widget h4 {
  font-size: 17px;
  margin-bottom: 20px;
}
.skill_sidebar_widget .sonny_progressbar .bar{
  border-radius: 5px;
  height: 10px;
}
.skill_sidebar_widget .sonny_progressbar .bar-container {
  border-radius: 5px;
  height: 10px !important;
  overflow: hidden;
}
.password_change_form form input {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(221, 221, 221);
  border-radius: 5px;
  background-color: rgba(196, 14, 117, 0);
  height: 48px;
  margin-bottom: 30px;
  padding-left: 20px;
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}
.password_change_form form input:focus {
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  outline: none;
}
.password_change_form form button {
  border-radius: 4px;
  height: 55px;
  padding: 0 35px;
}
.password_change_form form button:focus {
  box-shadow: none;
  outline: none;  
}
/*== Header User Notification & User ID ==*/
.header_user_notif {
  margin-bottom: 0;
  margin-top: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header_user_notif li{
  display: inline-block;
  vertical-align: middle;
}
.header_user_notif li:first-child{
  margin-right: 20px;
}
.header_user_notif li:nth-child(2){
  margin-right: 15px;
}
.header_user_notif li span{
  color: #ffffff;
  font-size: 20px;
  line-height: 2;
}
.header_user_notif li .dropdown .notification_icon{
  border-radius: 50%;
  background-color: #e35a9a;
  display: block;
  height: 43px;
  line-height: 40px;
  text-align: center;
  width: 43px;
}
.header_user_notif li img {
  width: 50px;
}
.header_user_notif .user_notif {
  position: relative;
}
.header_user_notif .user_notif .dropdown-menu.notification_dropdown_content.show{
  border: none;
  border-radius: 5px;
  margin-top: 25px;
  margin-left: -270px !important;
  padding: 30px 10px 25px 30px;
  -webkit-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -o-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  max-width: 340px;
}
.header_user_notif .user_setting .dropdown-menu.notification_dropdown_content.show:before {
  background-color: #ffffff;
  content: "";
  height: 37px;
  position: absolute;
  right: 40px;
  width: 37px;
  top: -7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header_user_notif .user_notif .dropdown-menu.notification_dropdown_content.show .view_all_noti{
  display: block;
  padding: 20px 0 0;
}
.header_user_notif .user_notif .so_heading:before {
  background-color: #ffffff;
  content: "";
  height: 37px;
  position: absolute;
  right: 30px;
  width: 37px;
  top: -7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header_user_notif .user_notif .so_heading p{
  border-bottom: 1px solid #dedede;
  color: #1A3760;
  font-size: 18px;
  line-height: 1.333;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.header_user_notif .user_notif .so_content {
  max-height: 200px;
}
.header_user_notif .user_notif .so_content .simplebar-offset{
  width: auto;
}
.header_user_notif .user_notif .so_content ul{
  margin-bottom: 0;
}
.header_user_notif .user_notif .so_content ul li {
  border-bottom: 1px solid #dedede;
  padding: 20px 0 20px;
}
.header_user_notif .user_notif .so_content ul li h5,
.header_user_notif .user_notif .so_content ul li p{
  font-size: 15px;
  margin-bottom: 0;
}
.header_user_notif .user_notif .so_content ul li p{
  color: #7f7f7f;
}
.header_user_notif .user_notif .so_content ul li:first-child {
  margin-right: 0;
}
.header_user_notif .user_notif .so_content ul li:last-child {
  border-bottom: none;
}
.header_user_notif .user_notif {
  padding: 0;
}
.header_user_notif .user_notif .simplebar-offset:focus {
  outline: none;
}
.header_user_notif .user_notif .simplebar-offset::-webkit-scrollbar {
  margin-top: 15px;
  margin-right: 10px;
  width: 6px;
  z-index: 3;
}
.header_user_notif .user_notif .simplebar-offset::-webkit-scrollbar * {
  background:transparent;
}
.header_user_notif .user_notif .simplebar-offset::-webkit-scrollbar-track {
  display: none;
}
.header_user_notif .user_notif .simplebar-offset::-webkit-scrollbar-thumb {
  background-color: #dfdfdf !important; // manage scrollbar thumb background color here
  border-radius: 6px;
}
.simplebar-placeholder {
  max-height: 355px !important;
  width: 325px !important;
}
/*== Header User Setting ID ==*/
.user_setting {
  position: relative;
}
.user_setting .btn{
  border: 1px solid transparent;
  color: #ffffff;
}
.user_setting a.btn.dropdown-toggle:after{
  display: none;
}
.user_setting .btn:focus {
  border: 1px solid transparent;
  box-shadow: none;
}
.user_setting .dropdown-menu.show {
  border: none;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  margin-top: 0;
  margin-left: 0px !important;
  padding: 30px 30px 20px;
  -webkit-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -o-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  width: 300px;
}
.user_setting .dropdown-menu.show:before {
  content: "";
  position: absolute;
  right: 40px;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #EAEAEA transparent;
}
.user_setting .dropdown-menu.show .user_set_header{
  padding: 10px 0;
}
.user_setting .dropdown-menu.show .user_set_header img{
  margin-left: -10px;
  margin-right: 15px;
  margin-top: -15px;
}
.user_setting .dropdown-menu .user_set_header p{
  font-size: 16px;
  color: #1A3760;
  line-height: 1.2;
  margin-top: -10px;
}
.user_setting .dropdown-menu .user_set_header p span{
  font-size: 14px;
  color: rgb(126, 126, 126);
  line-height: 1.2;
}
.user_setting .dropdown-menu .user_setting_content {
  padding: 0;
}
.user_setting .dropdown-menu .user_setting_content a {
  color: #1A3760;
  font-size: 16px;
  line-height: 2.125 !important;
  padding-left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.user_setting .dropdown-menu .user_setting_content a:hover{
  padding-left: 12px;
}
.user_setting .dropdown-menu .user_setting_content a.active,
.user_setting .dropdown-menu .user_setting_content a.active span,
.user_setting .dropdown-menu .user_setting_content a:hover,
.user_setting .dropdown-menu .user_setting_content a:hover span {
  background-color: transparent;
}
.user_setting .dropdown-menu .user_setting_content a span {
  margin-right: 10px;
}
header.header-nav.menu_style_home_one.dashbord_style .ace-responsive-menu > li > a{
  padding: 27px 9px;
}
header.header-nav.menu_style_home_one.dashbord_style .ace-responsive-menu > li.add_listing a{
  padding: 10px 20px;
}
header.header-nav.menu_style_home_one.dashbord_style .ace-responsive-menu > li a.favorite span{
  position: relative;
}
header.header-nav.menu_style_home_one.dashbord_style .ace-responsive-menu > li a.favorite .badge{
  background-color: #1967D2;
  border-radius: 50%;
  color: #fff;
  font-size: 8px;
  height: 16px;
  line-height: 11px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 16px;
}
header.header-nav.menu_style_home_one.dashbord_style .ace-responsive-menu > li a.notification{}
header.header-nav.menu_style_home_one.dashbord_style{
  border-bottom: 1px solid #eaeaea;
  height: auto;
  position: fixed;
  top: 40px !important;
  width: 100%;
  z-index: 9;
}
/*== Candidate Job Review Page Table ==*/
.page_control_shorting{
  position: relative;
}
.page_control_shorting .short_by_text{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
}
.page_control_shorting .listwo{
  margin-right: 15px;
}
.page_control_shorting .list-gird,
.page_control_shorting .list-list{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.page_control_shorting .list-gird:hover,
.page_control_shorting .list-list:hover{
  background-color: #EAEAEA;
}
.advance_search_style{
  display: flex;
  line-height: 45px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.advance_search_style .bootstrap-select>.dropdown-toggle,
.page_control_shorting.right_area .bootstrap-select>.dropdown-toggle{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  color: #5F6973;
  height: 40px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 25px;
  padding-left: 15px;
}
.advance_search_style .bootstrap-select>.dropdown-toggle{
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  height: 50px;
  letter-spacing: 0em;
  line-height: 35px;
}
.advance_search_style .advance_dd_btn{
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0em;
  margin: 0 auto;
}
.advance_search_style .advance_dd_btn span{
  margin-right: 10px;
}
.advance_search_style .search_btn{
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 50px;
  line-height: 35px;
  letter-spacing: 0em;
  width: 173px;
}
.advance_search_style .btn span{
  font-size: 14px;
  margin-right: 13px;
  vertical-align: middle;
}
.advance_search_style .ass_price_title,
.advance_search_style .ass_feature_title{
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: 23px;
}
.advance_search_style #slider-range-value1, 
.advance_search_style #slider-range-value2{
  background-color: #fff;
  color: #5F6973;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  margin-top: 20px;
  width: 86px;
}
.advance_search_style .uilayout_range{
  width: 80%;
}
.advance_search_style .noUi-connect{
  background-color: #4AAEE7;
}
.advance_search_style .noUi-horizontal .noUi-handle{
  border: 2px solid #4AAEE7;
}
.advance_search_style .ui_kit_checkbox input[type=checkbox]{
  border-radius: 4px;
}
.advance_search_style .ui_kit_checkbox .custom-control-label{
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0em;
}
.candidate_revew_search_box{
  overflow: hidden;
  position: relative;
}
.candidate_revew_search_box input.form-control{
  background-color: #F9F9F9;
  border: none;
  border-radius: 0 8px 8px 0;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  height: 50px;
  left: 70px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  right: 30px;
  width: 100%;
}
.candidate_revew_search_box button{
  background-color: #F6F8F9;
  border: none;
  border-radius: 8px 0 0 8px;
  color: #5F6973;
  height: 50px;
  position: absolute;
  width: 70px;
}
.candidate_revew_search_box button:hover{
  color: #5F6973;
}
.candidate_revew_search_box input.form-control:focus,
.candidate_revew_search_box button:focus{
  box-shadow: none;
  outline: none;
}
.dropdown_selector.property_page .dropdown-item.active,
.dropdown_selector.property_page .dropdown-item:active,
.candidate_revew_select .dropdown-item.active,
.candidate_revew_select .dropdown-item:active,
.grid_list_search_result .dropdown-item.active,
.grid_list_search_result .dropdown-item:active,
.sidebar_select_options .dropdown-item.active,
.sidebar_select_options .dropdown-item:active{
  color: #1947E2;
}
.dropdown_selector.property_page .dropdown-item,
.candidate_revew_select .dropdown-item,
.grid_list_search_result .dropdown-item,
.sidebar_select_options .dropdown-item,
.listing_list_style .dropdown-item{
  background-color: #ffffff;
  color: #1A3760;
}
.dropdown_selector.property_page .input-group-text{
  background-color: transparent;
  border: none;
  color: #1A3760;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
}
.dropdown_selector.property_page .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
  width: 150px;
}
.dropdown_selector.property_page .wrapper{
  border-bottom: 2px solid #E6E9EC;
}
.dropdown_selector.property_page .style2 .bootstrap-select>.dropdown-toggle{
  width: 40px;
}
.dropdown_selector.property_page .style2 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
  width: 50px;
}
.sidebar_select_options .dropdown-menu.show{
  min-width: 300px !important;
}
.grid_list_search_result{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 62px;
  margin: 0 auto 30px;
  position: relative;
  width: 100%;
}
.grid_list_search_result .left_area p{
  margin-bottom: 0;
  margin-top: 20px;
}
.grid_list_search_result .right_area ul{
  margin-bottom: 0;
}
.grid_list_search_result .right_area li{
  margin-top: 6px;
}
.grid_list_search_result .right_area ul li:first-child{
  margin-right: 40px;
  position: relative;
}
.grid_list_search_result .right_area.style2 ul li:first-child{
  margin-right: 0;
}
.grid_list_search_result .right_area.style2 ul li:first-child:before{
  display: none;
}
.grid_list_search_result .right_area ul li:first-child .dropdown.bootstrap-select.show-tick,
.grid_list_search_result .right_area ul li:first-child button.btn.dropdown-toggle{
  border: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  width: 80px;
}
.grid_list_search_result .right_area.style2 ul li:first-child button.btn.dropdown-toggle{
  border: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  width: 120px;
}
.grid_list_search_result .right_area ul li:last-child .dropdown.bootstrap-select.show-tick,
.grid_list_search_result .right_area ul li:last-child button.btn.dropdown-toggle{
  border: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  width: 105px;
}
.grid_list_search_result .right_area ul.dropdown-menu.inner li{
  margin-right: 0;
  overflow: hidden;
}
.grid_list_search_result .right_area ul li .filter-option-inner-inner{
  font-size: 14px;
  color: #1A3760;
}
.grid_list_search_result .right_area ul li span.stts,
.grid_list_search_result .right_area ul li span.shrtby{
  font-size: 15px;
  color: #1A3760;
}
.grid_list_search_result .right_area .bootstrap-select.show-tick .dropdown-menu li a span.text{
  color: #777777;
  font-weight: 600;
}
.grid_list_search_result .half_map_advsrch_navg ul li:first-child:before{
  background-color: rgb(232, 238, 242);
  content: "";
  height: 35px;
  position: absolute;
  right: -20px;
  top: 7px;
  width: 1px;
}
.grid_list_search_result .half_map_advsrch_navg ul li:first-child{
  margin-right: 35px;
  position: relative;
}
.grid_list_search_result .half_map_advsrch_navg ul li{
  margin-right: 15px;
  margin-top: 6px;
}
.half_map_advsrch_navg.style2 ul li{
  margin-right: 10px;
}
.half_map_advsrch_navg.style3 ul li:first-child{
  margin-right: 15px;
}
.half_map_advsrch_navg.style3 ul li:first-child:before{
  display: none;
}
.half_map_advsrch_navg.style3 ul li{
  margin-right: 10px;
}
.half_map_area_content{
  height: 850px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0 15px 20px;
}
.half_map_area.version4{
  position: fixed;
  bottom: 0;
  width: 100%;
  top: 0;
}
.our-listing-list-v4::-webkit-scrollbar,
.half_map_area_content::-webkit-scrollbar {
  background: transparent;
  border-radius: 3px;
  padding-right: 10px;
  width: 4px;
}
.our-listing-list-v4::-webkit-scrollbar-thumb{
  background-color: #f7f7f7;
  border-radius: 3px;
}
.half_map_area_content::-webkit-scrollbar-thumb {
  background-color: #f7f7f7;
  border-radius: 3px;
  height: 250px;
}
.half_map_area_content .search_option_two.home2 .dropdown-menu{
  top: 0 !important;
}
.grid_list_search_result .half_map_advsrch_navg .dropdown.bootstrap-select.show-tick.show .dropdown-menu.show .inner.show{
  overflow-y: initial !important;
}
.grid_list_search_result .half_map_advsrch_navg ul li ul.dropdown-menu.inner.show li{
  margin-right: 0;
}
.grid_list_search_result .half_map_advsrch_navg ul li:last-child{
  margin-right: 0;
}
.grid_list_search_result .half_map_advsrch_navg ul li .dropdown.bootstrap-select.show-tick{
  border: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  width: 120px;
}
.grid_list_search_result .half_map_advsrch_navg ul li button.btn.dropdown-toggle{
  border: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  width: 120px;
}
.half_map_area_content .grid_list_search_result{
  width: 97%;
}
.half_style .search_option_two .dropdown.bootstrap-select>.dropdown-toggle{
  background-color: #ffffff;
}
.h1ads_1st_list.half_style input.form-control{
  border: 1px solid rgb(235, 235, 235);
  border-radius: 3px;
  background-color: #ffffff;
  height: 52px;
  line-height: 50px;
  padding-left: 20px;
}
.h1ads_1st_list.half_style input.form-control::placeholder{
  font-size: 14px;
  color: #1A3760;
  line-height: 1.2;
}
.h1ads_1st_list.half_style li:last-child{
  margin-right: 0 !important;
}
.h1ads_1st_list.half_style .navbered{
  background-color: #ffffff;
  border: 1px solid rgb(235, 235, 235);
  border-radius: 3px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  width: 142px;
}
.h1ads_1st_list.half_style .navbered .dropbtn i{
  color: #bdc6ce;
  float: right;
  margin-left: -15px;
  margin-right: 15px;
}
.h1ads_1st_list.half_style .navbered .dropdown-content:before{
  right: 5%;
}
.h1ads_1st_list.half_style li.custome_fields_half:nth-child(2){
  width: 69%;
}
.h1ads_1st_list.half_style li.custome_fields_half:nth-child(3){
  width: 13%;
}
.h1ads_1st_list.half_style .apeartment_area_list li:nth-child(2){
  width: auto;
}
.feature_property_half_clist li.extrawide{
  margin: 0 5px;
  width: 32%;
}
.feature_property_half_clist li.extrawide.grid-3{
  margin-left: 10px;
  margin-right: 0;
  width: 32%;
}
.feature_property_half_clist.style2 li.extrawide{
  width: 48%;
}
.listing_filter_row{
  display: inline-flex;
  margin-bottom: 30px;
  width: 100%;
}
.listing_filter_row_listing12{
  position: relative;
}
.listing_list_style{
  position: relative;
  text-align: right;
}
.listing_list_style ul li{
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.listing_list_style ul li .filter_open_btn span{
  font-size: 20px;
  vertical-align: bottom;
}
.listing_list_style ul li .filter_open_btn{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
}
.listing_list_style ul li .stts{
  color: rgba(255, 255, 255, 0.7);
  margin-top: 8px;
  vertical-align: -webkit-baseline-middle;
  vertical-align: -moz-middle-with-baseline;
  vertical-align: -ms-middle-with-baseline;
  vertical-align: -o-middle-with-baseline;
}
.listing_list_style ul li.gird,
.listing_list_style ul li.list{
  text-align: center;
}
.listing_list_style ul li.gird a,
.listing_list_style ul li.list a{
  color: #1A3760;
  font-size: 17px;
}
.listing_list_style .bootstrap-select>.dropdown-toggle{
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 12px;
  padding-left: 0;
  padding-right: 0;
  z-index: 0;
}
.listing_list_style .bootstrap-select .dropdown-menu li:hover a{
  color: #1947E2;
}
.listing_list_style .bootstrap-select>.dropdown-toggle:hover,
.listing_list_style .bootstrap-select>.dropdown-toggle:active,
.listing_list_style .bootstrap-select>.dropdown-toggle:visited,
.listing_list_style .bootstrap-select>.dropdown-toggle:focus{
  background-color: transparent;
  border: none;
}
.listing_list_style ul li{
  border-right: 1px solid #ebebeb;
  padding-right: 10px;
}
.listing_list_style ul li:last-child{
  border-right: none;
}
.listing_list_style ul li:hover{
  cursor: pointer;
}
.listing_list_style .bootstrap-select .dropdown-menu{
  min-width: auto;
}
.listing_list_style .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
  width: 122px;
}
.sidebar_listing_list.style2{
  background-color: #fff;
  border: none;
  max-height: 950px;
  overflow-y: scroll;
}
.sidebar_listing_list.style2::-webkit-scrollbar {
  background: transparent;
  border-radius: 4px;
  padding-right: 0;
  width: 0;
}
.sidebar_listing_list.style2::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.siderbar_widget_header{
  background-color: #f9f9f9;
  color: #1A3760;
  padding: 20px 20px 20px 30px;
  position: relative;
}
.siderbar_widget_header .title{
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
}
.filter_closed_btn{
  background-color: transparent;
  color: #1A3760;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-top: -10px;
  width: 35px;
}
.filter_closed_btn span{
  color: #1A3760;
  font-size: 13px;
}
.sidebar_listing_list.style2.mobile_sytle_sidebar{
  padding: 0;
}
.mobile_sytle_sidebar .sidebar_advanced_search_widget{
  background-color: #f9f9f9;
  border: 1px solid #EAEAEA;
  padding: 30px;
}
.sidebar_advanced_search_widget .noUi-connect,
.sidebar_advanced_search_widget .form-check-input:checked{
  background-color: #0A2357;
}
.sidebar_advanced_search_widget .form-check-input:checked{
  border-color: #0A2357;
}
.sidebar_advanced_search_widget .noUi-horizontal .noUi-handle{
  border: 2px solid #0A2357;
}
.sidebar_listing_list.style3{
  background-color: #fff;
  border: 1px solid #E6E9EC;
  -webkit-box-shadow:0px 8px 30px rgba(34, 34, 34, 0.07);
  -moz-box-shadow:0px 8px 30px rgba(34, 34, 34, 0.07);
  -o-box-shadow:0px 8px 30px rgba(34, 34, 34, 0.07);
  box-shadow:0px 8px 30px rgba(34, 34, 34, 0.07);
}
.lss_contact_location,
.sidebar_author_widget{
  border: 1px solid #E6E9EC;
  border-radius: 3px;
  margin-bottom: 30px;
  padding: 30px;
}
.lss_contact_location .contact_list li{
  line-height: 35px;
}
.lss_contact_location .contact_list li a{
  color: #5F6973;
  font-size: 15px;
}
.sidebar_map .lss_map{
  border-radius: 3px;
}
.sidebar_social_icon li{
  background-color: #f4f4f4;
  border-radius: 50%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.sidebar_social_icon li:hover{
  cursor: pointer;
}
.sidebar_social_icon li a{
  font-size: 14px;
}
.sl_creator{
  margin-bottom: 30px;
}
.sl_creator .media-body h5{
  font-size: 16px;
  line-height: 1.2;
}
.sl_creator .media-body p{
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}
.sl_creator .media-body a{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0;
}
.sidebar_widgets{
  background-color: #F9F9F9;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  padding: 30px;
  position: relative;
}
.sidebar_advanced_search_widget .title{
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
.sidebar_advanced_search_widget .subtitle{
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
.sasw_list li{
  margin-bottom: 20px;
}
.sasw_list li:last-child{
  margin-bottom: 0;
}
.sasw_list .search_area{
  position: relative;
}
.sasw_list .search_area input{
  background-color: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  padding-left: 20px;
}
.sasw_list .search_area input:hover,
.sasw_list .search_area input:active,
.sasw_list .search_area input:focus{
  border-bottom: 1px solid #EAEAEA;
}
.sasw_list .search_area textarea{
  border: 1px solid rgb(235, 235, 235);
  border-radius: 3px;
  box-shadow: none;
  font-size: 14px;
  line-height: 2.2;
}
.sasw_list .min_area .form-control::placeholder,
.sasw_list .max_area .form-control::placeholder,
.sasw_list .search_area input::placeholder,
.sasw_list .search_area textarea::placeholder{
  color: #5F6973;
}
.sasw_list .min_area .form-control:focus::placeholder,
.sasw_list .max_area .form-control:focus::placeholder,
.sasw_list .search_area input:focus::placeholder,
.sasw_list .search_area textarea:focus::placeholder{
  color: #1A3760;
}
.sasw_list .search_area input:focus,
.sasw_list button.btn.dropdown-toggle{
  outline: none;
  box-shadow: none;
}
.sasw_list button.btn.dropdown-toggle{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  padding-left: 20px;
  line-height: 40px;
}
.sasw_list .bootstrap-select .dropdown-menu li a,
.custom_dropdown_widget .bootstrap-select .dropdown-menu li a{
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 40px;
}
.sasw_list .bootstrap-select .dropdown-menu li a:hover{
  font-weight: 600;
}
.sasw_list .small_dropdown2{
  position: relative;
}
.sasw_list .small_dropdown2 .dd_content2{
  right: 0;
  top: 65px;
  z-index: 9;
}
.sasw_list .small_dropdown2 .dd_btn{
  margin-bottom: 20px;
  padding-left: 20px;
  width: 100%;
}
.sasw_list .search_option_two .selectpicker{
  width: 100%;
}
.sidebar_accordion_widget .panel-heading h4.panel-title{
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.sidebar_accordion_widget .other_fet .icon{
  background-color: rgba(0, 97, 223, .07);
  border-radius: 50%;
  font-size: 10px;
  height: 25px;
  line-height: 25px;
  margin-right: 10px;
  text-align: center;
  width: 25px;
}
.sasw_list #accordion .panel-heading a.accordion-toggle:before{
  display: none;
}
.sasw_list .ui_kit_checkbox .custom-control-label{
  padding-right: 0;
}
.sasw_list .min_area {
  margin-right: 20px;
}
.sasw_list .min_area,
.sasw_list .max_area{
  border-radius: 8px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  width: 109px;
}
.sasw_list .max_area{
  float: right;
  margin-right: 0;
}
.sasw_list .min_area .form-control,
.sasw_list .max_area .form-control{
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  font-size: 13px;
  height: 50px;
  padding-left: 20px;
}
.sasw_list .search_option_button button.btn{
  height: 50px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
}
.sasw_list .search_option_button button.btn span{
  font-size: 16px;
  vertical-align: middle;
}
.sasw_list a.reset-filter{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: 0em;
}
.sasw_list .form-check .form-check-input{
  margin-right: 10px;
}
.sasw_list .form-check .form-check-label{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 25px;
}
.sidebar_feature_checkbox .wrapper{
  height: 180px;
  overflow: hidden;
  overflow-y: scroll;
}
.sidebar_feature_checkbox .wrapper::-webkit-scrollbar {
  background: transparent;
  border-radius: 30px;
  padding-right: 10px;
  width: 5px;
}
.sidebar_feature_checkbox .wrapper::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 30px;
  height: 100px;
}
/*== My Resume Page ==*/
.portfolio_upload{
  background-color: #fafafa;
  border: 1px dashed #5F6973;
  border-radius: 3px;
  height: 150px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 170px;
}
.portfolio_upload .btn {
  color: #ffffff;
  cursor: pointer;
  padding: 8px 20px;
  font-size: 46px;
  font-weight: normal;
}
.portfolio_upload .icon{
  color: #5F6973;
  font-size: 30px;
  margin-top: 50px;
}
.portfolio_upload input[type=file] {
  font-size: 100px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
/*== Message Page ==*/
.message_container {
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.inbox_user_list {
  display: inline-block;
  padding: 30px 30px 27px;
  width: 100%;
}
.inbox_user_list ul{
  height: 620px;
  overflow-y: scroll;
}
.inbox_user_list ul::-webkit-scrollbar {
  background: transparent;
  border-radius: 3px;
  padding-right: 10px;
  width: 4px;
}
.inbox_user_list ul::-webkit-scrollbar-thumb {
  background-color: #f7f7f7;
  border-radius: 3px;
  height: 250px;
}
.inbox_user_list .wrap{
  position: relative;
}
.inbox_user_list .wrap img{
  border-radius: 50%;
  float: left;
  margin-right: 15px;
}
.inbox_user_list .wrap .meta h5.name{
  font-size: 14px;
  color: #1A3760;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 5px;
}
.inbox_user_list .wrap .meta p.preview{
  font-size: 14px;
  color: #5F6973;
  line-height: 18px;
  margin-bottom: 0;
}
.iul_notific small{
  display: block;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.inbox_user_list .wrap .m_notif{
  border: 1px solid #ffffff;
  border-radius: 50%;
  background-color: #1947E2;
  color: #ffffff;
  font-size: 8px;
  font-weight: bold;
  line-height: 15px;
  height: 16px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 33px;
  width: 16px;
}
.inbox_user_list .wrap .m_notif.online{
  background-color: #34A853;
}
.inbox_user_list .wrap .m_notif.away{
  background-color: #F9AB00;
}
.inbox_user_list .wrap .m_notif.busy{
  background-color: #e74c3c;
}
.inbox_user_list ul li {
  padding: 15px 0;
}
.inbox_user_list .iu_heading {
  padding-bottom: 25px;
}
.inbox_user_list ul li.contact .wrap .meta{
  display: inline-block;
  margin-top: 10px;
}
.iu_heading .candidate_revew_search_box .candidate_revew_search_box button{
  background-color: transparent;
}
.inbox_user_list ul li.contact .wrap span {
  background-color: #95a5a6;
  border: 1px solid #ffffff;
  border-radius: 50%;
  height: 13px;
  left: 50px;
  margin: 0px 0 0 1px;
  position: absolute;
  width: 13px;
}
.inbox_user_list ul li.contact .wrap span.online {
  background-color: #2ecc71;
}
.inbox_user_list ul li.contact .wrap span.away {
  background-color: #f1c40f;
}
.inbox_user_list ul li.contact .wrap span.busy {
  background-color: #e74c3c;
}
.inbox_user_list ul li.contact .wrap img {
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  width: 50px;
}
.message_container .inbox_chatting_box {
  position: relative;
  max-height: 575px !important;
  height: auto;
  margin-right: 10px;
  max-height: calc(100% - 93px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.message_container .inbox_chatting_box::-webkit-scrollbar {
  background: transparent;
  border-radius: 3px;
  padding-right: 10px;
  width: 4px;
}
.message_container .inbox_chatting_box::-webkit-scrollbar-thumb {
  background-color: #ededed;
  border-radius: 3px;
}
.message_container .user_heading{
  background-color: #ffffff;
  border-bottom: 1px solid rgb(235, 235, 235);
  border-radius: 8px 8px 0 0;
  padding: 30px;
  position: relative;
}
.inbox_chatting_box .chatting_content{
  display: inline-block;
  padding: 15px 30px 0 30px;
  position: relative;
  width: 100%;
}
.message_container .user_heading .wrap img {
  float: left;
  margin-right: 10px;
  border-radius: 50%;
}
.message_container .user_heading .wrap h5.name {
  color: #1A3760;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  margin-bottom: 0;
}
.message_container .user_heading .wrap p.preview {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  margin-bottom: 0;
}
.inbox_chatting_box .chatting_content li {
  padding: 25px 0;
  margin-bottom: 0;
}
.inbox_chatting_box .chatting_content li.sent {
  float: left;
  clear: both;
}
.inbox_chatting_box .chatting_content li img{
  border-radius: 50px;
  margin-bottom: 10px;
}
.inbox_chatting_box .chatting_content li {
  display: block;
}
.inbox_chatting_box .chatting_content li .title{
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 15px;
}
.inbox_chatting_box .chatting_content li .date_time{
  font-size: 14px;
  margin-bottom: 5px;
}
.inbox_chatting_box .chatting_content li p{
  background-color: #EEF2F6;
  border-radius: 8px;
  color: #5F6973;
  font-size: 13px;
  line-height: 24px;
  padding: 20px 20px 15px 30px;
  max-width: 456px;
}
.inbox_chatting_box .chatting_content li.reply {
  float: right;
  clear: both;
}
.inbox_chatting_box .chatting_content li.reply.first {
  margin: -15px 0;
}
.inbox_chatting_box .chatting_content li.reply p {
  background-color: #F5F7FC;
  border-radius: 8px;
  color: #1947E2;
  max-width: 450px;
  padding: 20px 25px 20px;
  text-align: right;
}
.message_container .message_input {
  background-color: #f9fafc;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.message_container .message_input form input.form-control {
  color: #5F6973;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #ECEDF2;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  height: 100px;
  padding: 20px 30px;
  width: 100%;
}
.message_container .message_input form input::placeholder{
  color: #5F6973;
  font-size: 14px;
  font-weight: normal;
  color: #1A3760;
  line-height: 18px;
}
.message_container .message_input form input.form-control:focus{
  box-shadow: none;
  outline: none;
}
.message_container .message_input form input.form-control:focus::placeholder{
  color: #1A3760;
}
.message_container .message_input form button.btn {
  background-color: #F5C34B;
  border-radius: 8px;
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  flex: 1;
  height: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
  text-transform: uppercase;
  width: 150px;
}
.message_container .message_input form button.btn:focus {
  box-shadow: none;
  outline: none;
}
.message_container .message_input form button.btn span {
  font-size: 20px;
  padding-left: 10px;
}

/*== My Profile Page ==*/
.my_profile_select_box label {
  color: #221f1f;
}
.my_profile_select_box {
  margin-bottom: 20px;
}
.my_profile_select_box .dropdown.bootstrap-select{
  display: inline;
}
.my_profile_select_box .dropdown.bootstrap-select button.btn{
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #E6E9EC;
  border-radius: 0;
  color: #5F6973;
  font-size: 14px;
  height: 55px;
  line-height: 35px;
  padding-left: 0;
}
.my_profile_select_box .dropdown.bootstrap-select button.btn:focus{
  box-shadow: none;
  outline: none !important;
}
.my_profile_select_box .dropdown.bootstrap-select:focus{
  border-bottom: 2px solid #1947E2;
}
.my_profile_select_box .bootstrap-select .dropdown-menu li{
  line-height: 40px;
}
/*== DashBoard Pages ==*/
.ff_one {
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  margin-bottom: 30px;
  position: relative;
  padding: 30px 30px 35px;
}
.ff_one .icon{
  border-radius: 50%;
  background-color: rgba(25,72,226, 0.07);
  float: left;
  height: 70px;
  line-height: 70px;
  margin-right: 40px;
  text-align: center;
  width: 70px;
}
.ff_one.style2 .icon{
  background-color: rgba(245, 195, 75, 0.15);
}
.ff_one.style2 .icon span{
  color: #F5C34B;
}
.ff_one.style3 .icon{
  background-color: rgba(26, 55, 96, 0.1);
}
.ff_one.style3 .icon span{
  color: #1A3760;
}
.ff_one .icon span{
  color: #1947E2;
  font-size: 30px;
}
.ff_one .detais .timer{
  color: #1947E2;
}
.ff_one .detais .para{
  color: #1A3760;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
}
.ff_one.style2 .detais .timer{
  color: #F5C34B;
}
.ff_one.style3 .detais .timer{
  color: #0A2357;
}
.ff_one .detais .timer{
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0em;
}
.application_statics,
.recent_job_activity {
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  padding: 30px;
  position: relative;
}
.recent_job_activity h4 {
  color: #0D263B;
  line-height: 26.01px;
  margin-bottom: 20px;
}
.recent_job_activity .grid{
  display: block;
  margin-bottom: 25px;
  position: relative;
}
.recent_job_activity .grid ul.bb_none{
  border-bottom: none;
}
.recent_job_activity .grid ul li{
  vertical-align: middle;
}
.recent_job_activity .grid ul li:first-child{
  font-size: 16px;
}
.recent_job_activity .grid .icon,
.recent_job_activity .grid ul li:first-child{
  border-radius: 50%;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  text-align: center;
  width: 35px;
}
.recent_job_activity .grid .icon.blue{
  background-color: rgba(25, 103, 210, 0.15);
  color: #000;
}
.recent_job_activity .grid .icon.green{
  background-color: rgba(52, 168, 83, 0.15);
  color: #000;
}
.recent_job_activity .grid .icon{
  margin-right: 12px;
}
.recent_job_activity .grid p{
  margin-top: 8px;
}
.recent_job_activity .grid ul li:first-child .icon,
.recent_job_activity .grid ul li:first-child .icon{
  color: #696969;
}
.recent_job_activity .grid ul li p{
  color: #696969;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: 0;
}
.dashboard_favorites_contents{
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #EAEAEA;
  padding: 60px;
  position: relative;
}
.dashboard_my_lising_tabs .nav-tabs{
  border-bottom: transparent;
}
.dashboard_my_lising_tabs .nav-tabs .nav-link{
  background-color: #F5C34B;
  border-radius: 8px;
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 45px;
  letter-spacing: 0em;
  margin-right: 5px;
  width: 131px;
}
.dashboard_my_lising_tabs .nav-tabs .nav-link:focus,
.dashboard_my_lising_tabs .nav-tabs .nav-link:hover,
.dashboard_my_lising_tabs .nav-tabs .nav-item.show .nav-link,
.dashboard_my_lising_tabs .nav-tabs .nav-link.active{
  border: 1px solid transparent;
}
.dashboard_my_lising_tabs .nav-tabs .nav-link:focus,
.dashboard_my_lising_tabs .nav-tabs .nav-link:hover,
.dashboard_my_lising_tabs .nav-tabs .nav-item.show .nav-link,
.dashboard_my_lising_tabs .nav-tabs .nav-link.active{
  background-color: #0A2357;
  color: #fff;
}
/*== sidebar about widget ==*/
.siderbar_contact_widget h4 {
  font-size: 20px;
  color: #1A3760;
  margin-bottom: 15px;
  line-height: 1.2;
}
.siderbar_contact_widget p {
  font-size: 15px;
  color: rgb(126, 126, 126);
  margin-bottom: 0;
  line-height: 2.667;
}
.siderbar_contact_widget .scw_social_icon li a{
  font-size: 16px;
  font-family: "FontAwesome";
  color: rgb(126, 126, 126);
  line-height: 1.2;
}
/*== Pricing SLider ==*/
.cl_pricing_slider{
  position: relative;
  padding: 0 10px;
}
.cl_pricing_slider p{
  margin-bottom: 0;
}
.cl_pricing_slider div#slider-range{
  background-color: #dfdfdf;
  border-radius: 3px;
  height: 6px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.cl_pricing_slider .ui-slider-range.ui-corner-all.ui-widget-header{
  background-color: #1947E2;
}
.cl_pricing_slider span.ui-slider-handle.ui-corner-all.ui-state-default {
  background-color: #fff;
  border: 2px solid #1947E2;
  border-radius: 50%;
  height: 18px;
  outline: none;
  top: -7px;
  width: 18px;
}
.cl_pricing_slider .sl_input{
  background-color: transparent;
  border: none;
  color: #221f1f;
  text-align: center;
}
.cl_pricing_slider .sl_input:focus{
  box-shadow: none;
  outline: none;
}
.cl_skill_checkbox .content.ui_kit_checkbox{
  border-radius: 6px;
  height: 250px;
  overflow: hidden scroll;
  text-align: left;
}
.cl_skill_checkbox .content.ui_kit_checkbox::-webkit-scrollbar {
  border-radius: 6px;
  margin-top: 15px;
  margin-right: 10px;
  width: 6px;
  z-index: 3;
}
.cl_skill_checkbox .content.ui_kit_checkbox::-webkit-scrollbar * {
  background:transparent;
  border-radius: 6px;
}
.cl_skill_checkbox .content.ui_kit_checkbox::-webkit-scrollbar-track {
  background-color: #dfdfdf;
  border-radius: 6px;
}
.cl_skill_checkbox .content.ui_kit_checkbox::-webkit-scrollbar-thumb {
  background-color: #a2a2a2 !important; // manage scrollbar thumb background color here
  border-radius: 6px;
}
input.amount,
input.amount2,
input.amount3,
input.amount4 {
  background-color: rgba(0, 97, 223, .07);
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #1947E2;
  font-size: 12px;
  font-weight: 400;
  height: 30px;
  line-height: 16px;
  margin-top: 25px;
  text-align: center;
  width: 100px;
}
input.amount:hover,
input.amount:active,
input.amount:focus,
input.amount2:hover,
input.amount2:active,
input.amount2:focus{
  outline: none;
}
input.amount2{
  float: right;
}
input.amount::placeholder,
input.amount2::placeholder,
input.amount3::placeholder,
input.amount4::placeholder{
  color: #1947E2;
}
.home1-advnc-search .slider-range.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content{
  background-color: #E6E9EC;
  border: none;
  border-radius: 30px;
  height: 7px;
  margin-top: 25px;
  width: 240px;
}
.sidebar_priceing_slider_desktop .slider-range.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content,
.sidebar_priceing_slider_mobile .slider-range.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content{
  background-color: #E6E9EC;
  border: none;
  border-radius: 30px;
  height: 5px;
  margin-left: 9px;
  margin-top: 17px;
  width: 98%;
}
.sidebar_priceing_slider_mobile .title{
  color: #1A3760;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-transform: uppercase;
}
a span.filter_colors{
  background-color: #EDDFBE;
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  position: relative;
  vertical-align: middle;
  width: 16px;
}
a span.filter_colors.style2{
  background-color: #0A0A0A;
}
a span.filter_colors.style3{
  background-color: #51A7DE;
}
a span.filter_colors.style4{
  background-color: #44291F;
}
a span.filter_colors.style5{
  background-color: #BFBFBF;
}
a span.filter_colors.style6{
  background-color: #6FB657;
}
.sasw_list .ui-slider-range.ui-corner-all.ui-widget-header{
  background-color: #0A2357;
}
.sasw_list span.ui-slider-handle.ui-corner-all.ui-state-default{
  border: 2px solid #0A2357;
}
.sidebar_priceing_slider_mobile #slider-range-value1,
.sidebar_priceing_slider_mobile #slider-range-value2,
.sasw_list input.amount,
.sasw_list input.amount2{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  color: #5F6973;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
}
.sidebar_priceing_slider_mobile #slider-range-value1,
.sidebar_priceing_slider_mobile #slider-range-value2{
  line-height: 25px;
  margin-bottom: 40px;
  width: 120px;
}
.sidebar_priceing_slider_mobile #slider-range-value1::placeholder,
.sidebar_priceing_slider_mobile #slider-range-value2::placeholder,
.sasw_list input.amount::placeholder,
.sasw_list input.amount2::placeholder{
  color: #5F6973;
}
.home1-advnc-search .ui-slider-range.ui-corner-all.ui-widget-header{
  background-color: rgba(0, 97, 223, .3);
}
.slider-range.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content{
  background-color: #E6E9EC;
  border-radius: 30px;
  height: 5px;
}
.ui-slider-range.ui-corner-all.ui-widget-header{
  background-color: #1947E2;
  height: 5px;
}
span.ui-slider-handle.ui-corner-all.ui-state-default,
span.ui-slider-handle.ui-corner-all.ui-state-default:active,
span.ui-slider-handle.ui-corner-all.ui-state-default:focus,
span.ui-slider-handle.ui-corner-all.ui-state-default:hover,
span.ui-slider-handle.ui-corner-all.ui-state-default:focus-visible,
.sidebar_priceing_slider_desktop span.ui-slider-handle.ui-corner-all.ui-state-default,
.sidebar_priceing_slider_desktop span.ui-slider-handle.ui-corner-all.ui-state-default:active,
.sidebar_priceing_slider_desktop span.ui-slider-handle.ui-corner-all.ui-state-default:focus,
.sidebar_priceing_slider_desktop span.ui-slider-handle.ui-corner-all.ui-state-default:hover,
.sidebar_priceing_slider_desktop span.ui-slider-handle.ui-corner-all.ui-state-default:focus-visible{
  background-color: #fff;
  border: 2px solid #1947E2;
  border-radius: 50%;
  height: 17px;
  outline: none;
  top: -6px;
  width: 17px;
}

/* New Pricing Range Smooth Slider */
#slider-range-value1,
#slider-range-value2{
  background-color: rgba(0, 97, 223, .07);
  border-radius: 3px;
  color: #1947E2;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin-top: 25px;
  text-align: center;
  width: 130px;
}
#slider-range-value1{
  float: left;
}
#slider-range-value2{
  float: right;
}
.slider-labels {
  margin-top: 15px;
}
.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.noUi-horizontal .noUi-handle {
  background-color: #ffffff;
  border: 2px solid #1947E2;
  border-radius: 50%;
  height: 14px;
  left: -7px;
  top: -6px;
  width: 14px;
  -webkit-box-shadow:0px 0px 5px 0px rgba(19, 19, 28, 0.2);
  -moz-box-shadow:0px 0px 5px 0px rgba(19, 19, 28, 0.2);
  -o-box-shadow:0px 0px 5px 0px rgba(19, 19, 28, 0.2);
  box-shadow:0px 0px 5px 0px rgba(19, 19, 28, 0.2);
}
.noUi-background {
  background-color: #E6E9EC;
  border-radius: 30px;
  height: 5px;
}
.noUi-connect {
  background-color: #1947E2;
  border-radius: 30px;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-draggable {
  cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.noUi-handle:active {
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
}
/* Disabled state; */
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}
/*== Profile Avatar ==*/
.wrap-custom-file {
  height: auto;
  position: relative;
}
.wrap-custom-file input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  overflow: hidden;
  opacity: 0;
}
.wrap-custom-file label {
  background-image: url(../images/team/upload_photo.png);
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  bottom: 0;
  cursor: pointer;
  height: 150px;
  left: 0;
  position: relative;
  right: 0;
  top: 0;
  width: 150px;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.wrap-custom-file label span,
.wrap-custom-file label.file-ok span {
  background-color: #0A2357;
  border: 1px solid #0A2357;
  border-radius: 8px;
  bottom: -106%;
  color: #fff;
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0em;
  height: 50px;
  left: 170px;
  line-height: 50px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  right: 0;
  top: 50px;
  text-align: center;
  width: 160px;
}
.wrap-custom-file label i{
  color: #1947E2;
  display: inline-block;
  font-size: 20px;
  margin-right: 5px;
  -webkit-transform:rotate(-180deg);
  -moz-transform:rotate(-180deg);
  -o-transform:rotate(-180deg);
  transform:rotate(-180deg);
}
.wrap-custom-file label.file-ok {
  background-size: cover;
  background-position: center;
}
.wrap-custom-file label.file-ok .fa {
  display: none;
}
.wrap-custom-file small.file_title{
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  left: 350px;
  position: absolute;
  top: 42%;
}
.avatar-upload {
  position: relative;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 0;
  top: 0;
  width: 27%;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  height: 50px;
  border-radius: 3px;
  background-color: rgb(29, 41, 62);
  cursor: pointer;
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background-color: #ffffff;
  border: 1px solid #1947E2;
}
.avatar-upload .avatar-edit input + label:hover:after {
  color: #1947E2;
}
.avatar-upload .avatar-edit input + label::after {
  content: "Upload";
  color: #ffffff;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  height: 50px;
  left: 0;
  position: absolute;
  width: 70%;
}
.avatar-upload #imagePreview {
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  height: 100%;
}
.portfolio_item{
  background-color: #fafafa;
  border-radius: 3px;
  height: 150px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  width: 170px;
}
.portfolio_item .edu_stats_list{
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #E6E9EC;
  cursor: pointer;
  height: 35px;
  line-height: 30px;
  opacity: 0;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 35px;
}
.portfolio_item:hover .edu_stats_list{
  opacity: 1;
}
.portfolio_item .edu_stats_list span{
  color: #1A3760;
  font-size: 10px;
  font-weight: 600;
}
.resume_uploader .upload input[type="file"] { 
  display: none;
}
.resume_uploader .upload-path {
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  flex: 1;
  height: 50px;
  margin-right: 20px;
  outline: none;
  padding-left: 20px;
  width: 70%;
}
.resume_uploader .upload {
  border-radius: 3px;
  border: 1px solid rgb(29, 41, 62);
  background-color: rgb(29, 41, 62);
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  margin-top: 0;
  outline: 0;
  position: relative;
  text-align: center;
  width: 200px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.resume_uploader .upload:hover { 
  background-color: #ffffff;
  border: 1px solid #1947E2;
  color: #1947E2;
}
.resume_uploader .upload:active {
  background-color: #ffffff;
}
.listing_save_btn{
  font-size: 16px;
  font-weight: normal;
  height: 55px;
  line-height: 40px;
  width: 220px;
}
.ad_flor_btn{
  border-radius: 8px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0em;
  height: 50px;
  line-height: 40px;
  width: 150px;
}
.remov_flor_btn{
  background-color: #E6E9EC;
  border-radius: 3px;
  color: #1A3760;
  font-size: 13px;
  font-weight: 600;
  height: 55px;
  line-height: 40px;
  text-transform: uppercase;
  width: 200px;
}
.remov_flor_btn:hover,
.remov_flor_btn:active,
.remov_flor_btn:focus{
  background-color: #004FB5;
  color: #fff;
}

/*== Alpha v2 Page ==*/
.alpha-pag {
  background: #ffffff;
  margin-bottom: 35px;
  text-align: center;
}
.alpha-pag ul {
  margin-bottom: 0;
}
.alpha-pag ul.option-set li{
  margin-right: 40px;
}
.alpha-pag ul.option-set li:last-child{
  margin-right: 0;
}
.alpha-pag ul.option-set li a{
  padding: 0 0 5px;
}
.alpha-pag ul.option-set li a.selected{
  border-bottom: 2px solid #1947E2;
  color: #1947E2;
}
.alpha-pag li a{
  color: #7d7d7d;
  padding: 0 8px;
}
.alpha-pag li a:hover {
  color: #221f1f;
}
.emply-text-sec {
  float: left;
  width: 100%;
}
.emply-text {
  float: left;
  margin-bottom: 40px;
}
.emply-text > h4 {
  margin-bottom: 30px;
}
/*== Carrer Tips Home V3 ==*/
.blog_post_home2 {
  border-radius: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 450px;
  margin: 0 13px 45px;
  overflow: hidden;
  position: relative;
}
.blog_post_home2.one{
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 30px 25px;
}
.blog_post_home2.one .bph2_header:before{
  display: none;
}
.blog_post_home2 .bph2_header:before{
  background-color: rgba(0, 0, 0, .3);
  border-radius: 5px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.blog_post_home2:hover{
  cursor: pointer;
}
.blog_post_home2:hover .bph2_header:before{
  background-color: rgba(36, 65, 231, .8);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.blog_post_home2 .bph2_header img{
  height: 100%;
}
.blog_post_home2 .bph2_header .bph2_date_meta{
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  right: 25px;
  top: 30px;
  text-align: center;
}
.blog_post_home2 .bph2_header .bph2_date_meta:hover,
.blog_post_home2 .bph2_header .bph2_date_meta:hover span{
  background-color: #1A3760;
  color: #ffffff;
}
.blog_post_home2.one .details{
  bottom: 0;
  margin-top: 210px;
  padding: 0;
  position: relative;
}
.blog_post_home2.one .details h4{
  color: #1A3760;
}
.blog_post_home2.one .details p{
  margin-bottom: 0;
}
.blog_post_home2.one .details .post_meta ul li a{
  color: #898989;
}
.blog_post_home2 .details{
  position: absolute;
  bottom: 50px;
  padding: 0 30px;
}
.blog_post_home2 .details h4{
  color: #fafafa;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
}
.blog_post_home2 .details .post_meta ul li a{
  color: #fafafa;
  font-size: 14px;
}
.blog_post_home2 .details .post_meta ul li a i{
  font-size: 18px;
  padding-right: 5px;
}
/*== Testimonials Home V3 ==*/
.testimonial_content {
  background-color: #ffffff;
  border-radius: 4px;
  height: 300px;
  margin: 70px 100px;
  position: relative;
  padding: 60px 100px;
  text-align: center;
  -webkit-box-shadow:0px 0px 20px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow:0px 0px 20px 10px rgba(0, 0, 0, 0.05);
  -o-box-shadow:0px 0px 20px 10px rgba(0, 0, 0, 0.05);
  box-shadow:0px 0px 20px 10px rgba(0, 0, 0, 0.05);
}
.testimonial_content .thumb {
  display: inline-block;
  margin-bottom: 40px;
  margin-top: -120px;
  position: relative;
}
.testimonial_content .thumb h4{
  margin-bottom: 0;
}
.testimonial_content .thumb p{
  color: #1947E2;
  margin-bottom: 0;
}
.testimonial_content .thumb img{
  border-radius: 50%;
  margin-bottom: 20px;
}
.testimonial_content .details p{
  font-size: 15px;
  line-height: 28px;
  margin: 0 auto;
  max-width: 510px;
}
.t_icon.home3 {
  color: #1c327e;
  left: 130px;
  top: 0px;
}
/*== Contact Page ==*/
.contact_icon_box{
  position: relative;
}
.contact_icon_box .details .title{
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  margin-bottom: 27px;
}
.contact_icon_box .details .subtitle{
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
.contact_icon_box p{
  font-size: 13px; 
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
  letter-spacing: 0em;
  margin-bottom: 20px; 
}
.contact_icon_box .footer_social_widget li{
  background-color: rgba(95, 105, 115, .07);
  -webkit-transition: all .4s ease-in;
  -moz-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.contact_icon_box .footer_social_widget li:hover{
  background-color: #E6AA1B;
}
.contact_icon_box .footer_social_widget li:hover a{
  color: #1A3760;
}
.contact_icon_box .footer_social_widget li a{
  color: rgba(95, 105, 115, .7);
}
.form_grid {
  position: relative;
}
.form_grid .contact_form label.form-label{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
}
.form_grid .contact_form input,
.search_field input{
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  color: #5F6973;
  font-size: 13px;
  height: 55px;
  line-height: 21px;
  margin-bottom: 20px;
  padding-left: 20px;
}
.form_grid .contact_form textarea.form-control{
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  font-size: 14px;
  color: #5F6973;
  height: auto;
  line-height: 21px;
  margin-bottom: 25px;
  padding: 20px 0 0 15px;
}
.search_field.property input.form-control{
  height: auto;
  width: 270px;
}
.search_field input{
  margin-bottom: 30px;
}
.search_field input.form-control{
  height: 45px;
}
.form_grid .contact_form button{
  border-radius: 8px;
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 23px;
  height: 50px;
  width: 173px;
}
.contact_form.profile{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  padding: 30px;
}
.new_property_form{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
}
.new_property_form .title{
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
}
.new_property_form .form-label{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
}
.new_property_form .dp_user_thumb_content{
  position: relative;
}
.contact-info{
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  padding: 60px;
  position: relative;
}
/*== Maximage_slider ==*/
.maximage-home .mc-image {
  height: 920px !important;
  position: relative !important; }
.maximage-home .mc-image img {
  margin: 0 !important;
  width: 100% !important; }
.maxtext {
  bottom: 45%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 9;
}
.maxtext h1{
  color: #ffffff;
  font-size: 50px;
  line-height: 1.2;
  text-transform: uppercase;
}
.maxtext p{
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
}
/*== Color Area ==*/
.img-whp {
  width: 100% !important;
}
.text-thm {
  color: #F5C34B !important;
}
.text-thm1 {
  color: #1947E2 !important;
}
.hvr-text-thm1:hover {
  color: #1947E2 !important;
}
.hvr-text-thm:hover {
  color: #F5C34B !important;
}
.text-thm2 {
  color: #0A2357 !important;
}
.text-thm3 {
  color: #CF3E3B !important;
}
.text-thm4 {
  color: #4AAEE7 !important;
}
.text-thm5 {
  color: #FFBC01;
}
.text-thm6 {
  color: #849D6A;
}
.color-white {
  color: #ffffff !important;
}
.color-lightgray {
  color: #D3D3D3;
}
.color-gray {
  color: gray;
}
.color-gray2 {
  color: #7e7e7e;
}
.color-green2 {
  color: #28B928;
}
.color-blue {
  color: #1947E2;
}
.color-orose {
  color: #c75533;
}
.color-dark {
  color: #1A3760;
}
.color-black {
  color: #000;
}
.color-black2 {
  color: #1A3760;
}
.color-black11 {
  color: #111111 !important;
}
.color-black22 {
  color: #222222 !important;
}
.color-black33 {
  color: #333333;
}
.color-black31 {
  color: #303030;
}
.color-black44 {
  color: #434343;
}
.color-black55 {
  color: #555555;
}
.color-black66 {
  color: #676767;
}
.color-primary {
  color: #337ab7;
}
.color-success {
  color: #5cb85c;
}
.color-info {
  color: #5bc0de;
}
.color-silver {
  color: #c0c0c0;
}
.color-warning {
  color: #f0ad4e;
}
.color-danger {
  color: #d9534f;
}
.color-green {
  color: #28B928;
}
.color-purple {
  color: #800080;
}
.color-fb {
  color: #3B5998;
}
.color-golden {
  color: #febe42;
}
.color-red {
  color: #ff4b53;
}
.color-alice-blue{
  color: #F6F8F9;
}
.bgc-blue{
  background-color: #1967D2;
}
.bgc-alice-blue{
  background-color: #F6F8F9;
}
.bgc-dark {
  background-color: #1A3760;
}
.bgc-thm {
  background-color: #F5C34B !important;
}
.bgc-thm1 {
  background-color: #7CB338 !important;
}
.bgc-thm2 {
  background-color: #0A2357 !important;
}
.bgc-thm3 {
  background-color: #CF3E3B;
}
.bgc-thm4 {
  background-color: #4AAEE7;
}
.bgc-thm5 {
  background-color: #FFBC01;
}
.bgc-thm6 {
  background-color: #849D6A;
}
.bgc-thm7 {
  background-color: #FFD96A;
}
.bgc-fb {
  background-color: #3B5998;
}
.color-twtr {
  color: #1DA1F2;
}
.bgc-twtr {
  background-color: #1DA1F2;
}
.color-inst {
  color: #D31A77;
}
.bgc-inst {
  background-color: #D31A77;
}
.color-lnkdn {
  color: #007BB6;
}
.bgc-lnkdn {
  background-color: #007BB6;
}
.color-pint {
  color: #CB2027;
}
.bgc-pint {
  background-color: #CB2027;
}
.color-skyp {
  color: #00AFF0;
}
.bgc-skyp {
  background-color: #00AFF0;
}
.color-skyp {
  color: #00AFF0;
}
.bgc-skyp {
  background-color: #00AFF0;
}
.color-drbl {
  color: #EA4C89;
}
.bgc-drbl {
  background-color: #EA4C89;
}
.color-behnc {
  color: #0B7BFF;
}
.bgc-behnc {
  background-color: #0B7BFF;
}
.color-utube {
  color: #FF0000;
}
.bgc-utube {
  background-color: #FF0000;
}
.color-gogle {
  color: #EA4335;
}
.bgc-gogle {
  background-color: #EA4335;
}
.bgc-darkblue {
  background-color: #112360;
}
.bgc-seagreen {
  background-color: #43d4b6;
}
.bgc-black11 {
  background-color: #111111;
}
.bgc-split {
  background-color: #181413 !important; 
}
.bgc-primary {
  background-color: #337ab7; 
}
.bgc-success {
  background-color: #5cb85c; 
}
.bgc-info {
  background-color: #5bc0de;
}
.bgc-warning {
  background-color: #f0ad4e; 
}
.bgc-danger {
  background-color: #d9534f; 
}
.bgc-white {
  background-color: #ffffff !important; 
}
.bgc-lightgray {
  background-color: #D3D3D3; 
}
.bgc-snowshade {
  background-color: #f9f9f9; 
}
.bgc-snowshade2 {
  background-color: #fafafa; 
}
.bgc-golden {
  background-color: #febe42;
}
.color-whitef1 {
  color: #f1f1f1;
}
.color-whitef2 {
  color: #f2f2f2; 
}
.color-whitef3 {
  color: #f3f3f3; 
}
.color-whitef4 {
  color: #f4f4f4;
}
.color-whitef5 {
  color: #f5f5f5;
}
.color-whitef6 {
  color: #f6f6f6;
}
.color-whitef7 {
  color: #f7f7f7;
}
.color-whitef8 {
  color: #f8f8f8;
}
.color-whitef9 {
  color: #f9f9f9;
}
.color-whitef0 {
  color: #f0f0f0;
}
.bgc-f0 {
  background-color: #f0f0f0;
}
.bgc-f1 {
  background-color: #f1f1f1;
}
.bgc-f2 {
  background-color: #f2f2f2;
}
.bgc-f3 {
  background-color: #f3f3f3;
}
.bgc-f4 {
  background-color: #f4f4f4;
}
.bgc-f5 {
  background-color: #f5f5f5;
}
.bgc-f6 {
  background-color: #f6f6f6;
}
.bgc-f7 {
  background-color: #f7f7f7;
}
.bgc-f8 {
  background-color: #f8f8f8;
}
.bgc-f9 {
  background-color: #f9f9f9;
}
.bgc-fa {
  background-color: #fafafa !important;
}
.bgc-transparent {
  background-color: transparent !important;
}
.bgc-darkcyan {
  background-color: darkcyan;
}
.bgc-darkblue {
  background-color: #004274;
}
.bgc-green {
  background-color: #28B928;
}
.bdrrn{
  border: none;
}
.bdrs0 {
  border-radius: 0 !important;
}
.bdr1 {
  border: 1px solid #EAEAEA;
}
.bdrs3 {
  border-radius: 3px;
}
.bdrs4 {
  border-radius: 4px;
}
.bdrs5 {
  border-radius: 5px;
}
.bdrs8 {
  border-radius: 8px;
}
.bdrs10 {
  border-radius: 10px;
}
.bdrs15 {
  border-radius: 15px;
}
.bdrs16 {
  border-radius: 16px;
}
.bdrs20 {
  border-radius: 20px;
}
.bdrs50 {
  border-radius: 50%;
}
.bdrs65 {
  border-radius: 65px;
}
.bxshd {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hvr-bxshd:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ttu{
  text-transform: uppercase;
}
.ttc{
  text-transform: capitalize;
}
.tdu {
  text-decoration: underline;
}
.tdu-hvr:hover {
  cursor: pointer;
  text-decoration: underline;
}
.all-body-content {
  background-color: #ffffff;
  margin-bottom: 760px;
  position: relative;
  z-index: 9;
}
.h125 {
  height: 125px;
}
.bb1{
  border-bottom: 1px solid #ebebeb;
}
.bl1{
  border-left: 1px solid #ebebeb;
}
.br1{
  border-right: 1px solid #ebebeb;
}
.bb2{
  border-bottom: 2px solid #E6E9EC;
}
.bt1{
  border-top: 1px solid #EAEAEA;
}
/*== Button Area ==*/
.btn {
  border-radius: 4px;
}
.btn.dbxshad {
  -webkit-box-shadow:0px 1px 4px 0px rgba(36, 65, 231, 0.3);
  -moz-box-shadow:0px 1px 4px 0px rgba(36, 65, 231, 0.3);
  -o-box-shadow:0px 1px 4px 0px rgba(36, 65, 231, 0.3);
  box-shadow:0px 1px 4px 0px rgba(36, 65, 231, 0.3);
}
.btn.circle {
  border-radius: 27px;
}
.btn.white {
  background-color: #ffffff;
  border-color: #1947E2;
  color: #1947E2;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none;
  outline: none;
}
.btn-thm {
  background-color: #F5C34B;
  border: 1px solid #F5C34B;
  border-radius: 8px;
  color: #1A3760;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;}

.btn-thm.rounded {
  background-color: #F5C34B;
  border-radius: 5px;
  color: #1A3760;}

.btn-thm:hover,
.btn-thm:active,
.btn-thm:focus{
  background-color: #E6AA1B;
  border-color: #E6AA1B;
  color: #1A3760; }

.btn-thm.white:hover,
.btn-thm.white:active,
.btn-thm.white:focus{
  background-color: #F5C34B;
  border-color: #F5C34B;
  color: #1A3760;  
}
.btn-thm2 {
  background-color: #0A2357;
  border-color: #0A2357;
  border-radius: 8px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btn-thm2:hover,
.btn-thm2:active,
.btn-thm2:focus {
  background-color: #fff;
  border-color: #0A2357;
  color: #0A2357; }

.btn-thm3 {
  background-color: #CF3E3B;
  border: 1px solid #CF3E3B;
  border-radius: 8px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btn-thm3:hover,
.btn-thm3:active,
.btn-thm3:focus {
  background-color: #A5110E;
  border-color: #A5110E;
  color: #fff;}

.btn-thm4 {
  background-color: #4AAEE7;
  border: 1px solid #4AAEE7;
  border-radius: 8px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btn-thm4:hover,
.btn-thm4:active,
.btn-thm4:focus {
  background-color: #206992;
  border-color: #206992;
  color: #fff;}

.btn-thm5 {
  background-color: #FFD96A;
  border: 1px solid #FFD96A;
  border-radius: 8px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btn-thm5:hover,
.btn-thm5:active,
.btn-thm5:focus {
  background-color: #e8a62f;
  border-color: #e8a62f;
  color: #fff;}

.btn-dark {
  background-color: #1A3760;
  border-color: #1A3760;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.btn-dark:hover, 
.btn-dark:active, 
.btn-dark:focus {
  background-color: #183955;
  border-color: #183955;
  color: #ffffff;
}
.btn-yellow {
  background-color: #FFD96A;
  border-color: #FFD96A;
  color: #1A3760;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus{
  background-color: #FFC416;
  border-color: #FFC416;
  color: #1A3760;
}
.btn-white {
  background-color: #ffffff;
  border-color: #fff;
  color: #1A3760;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
  background-color: #1947E2;
  color: #fff;
}
.btn-gray {
  background-color: #D3D3D3;
  border-color: #D3D3D3;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-gray:hover, .btn-gray:active, .btn-gray:focus {
  background-color: #1947E2;
  color: #ffffff;
}
.btn-green {
  background-color: #28B928;
  border-color: #28B928;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btn-green:hover, .btn-green:active, .btn-green:focus {
  color: #ffffff;
}
.btn-blue {
  background-color: #1c327e;
  border-color: #1c327e;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
  background-color: #1947E2;
  border-color: #1947E2;
  color: #ffffff; 
}
.btn-transparent {
  background-color: transparent;
  border-color: #1947E2;
  color: #1947E2;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus {
  background-color: #1947E2;
  color: #ffffff;
}
.btn-transparent2 {
  background-color: transparent;
  border-color: -webkit-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  border-color: -o-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  border-color: -ms-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  border-color: -moz-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  border-color: linear-gradient(60deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  color: #4568dc;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-transparent2:hover, .btn-transparent2:active, .btn-transparent2:focus {
  background: -webkit-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  background: -o-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  background: -ms-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  background: -moz-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  background: linear-gradient(60deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  color: #ffffff;
}
.btn-default {
  font-size: 14px;
  padding: 8px 15px;
}
/*== Fonts Size, Font Weights, Height, Display & Position ==*/
.fz6 {
  font-size: 6px;
}
.fz7 {
  font-size: 7px;
}
.fz8 {
  font-size: 8px;
}
.fz11 {
  font-size: 11px;
}
.fz12 {
  font-size: 12px;
}
.fz13 {
  font-size: 13px;
}
.fz14 {
  font-size: 14px;
}
.fz15 {
  font-size: 15px;
}
.fz16 {
  font-size: 16px;
}
.fz17 {
  font-size: 17px;
}
.fz18 {
  font-size: 18px;
}
.fz19 {
  font-size: 19px;
}
.fz20 {
  font-size: 20px;
}
.fz24 {
  font-size: 24px;
}
.fz26 {
  font-size: 26px;
}
.fz30 {
  font-size: 30px;
}
.fz40 {
  font-size: 40px;
}
.fz45 {
  font-size: 45px;
}
.fz48 {
  font-size: 48px;
}
.fz50 {
  font-size: 50px;
}
.fz55 {
  font-size: 55px;
}
.fz60 {
  font-size: 60px;
}
.fz72 {
  font-size: 72px;
}
.fz100 {
  font-size: 100px !important;
}
.lh30 {
  line-height: 30px;
}
.h0 {
  height: 0px;
}
.h05 {
  height: 5px !important;
}
.h10 {
  height: 10px;
}
.h20 {
  height: 20px;
}
.h25 {
  height: 25px;
}
.h30 {
  height: 30px;
}
.h35 {
  height: 35px;
}
.h40 {
  height: 40px;
}
.h45 {
  height: 45px;
}
.h50 {
  height: 50px;
}
.h55 {
  height: 55px;
}
.h60 {
  height: 60px;
}
.h65 {
  height: 65px;
}
.h70 {
  height: 70px;
}
.h75 {
  height: 75px;
}
.h80 {
  height: 80px;
}
.h85 {
  height: 85px;
}
.h90 {
  height: 90px;
}
.h95 {
  height: 95px;
}
.h100p {
  height: 100%;
}
.h100 {
  height: 100px;
}
.h150 {
  height: 150px;
}
.h200 {
  height: 200px;
}
.h250 {
  height: 250px !important;
}
.h280 {
  height: 280px;
}
.h300 {
  height: 300px;
}
.h320 {
  height: 320px;
}
.h345 {
  height: 345px;
}
.h350 {
  height: 350px;
}
.h355 {
  height: 355px;
}
.h400 {
  height: 400px;
}
.h450 {
  height: 450px;
}
.h500 {
  height: 500px;
}
.h550 {
  height: 550px;
}
.h600 {
  height: 600px;
}
.h650 {
  height: 650px;
}
.h660 {
  height: 660px;
}
.h700 {
  height: 700px;
}
.h750 {
  height: 750px;
}
.h800 {
  height: 800px;
}
.h850 {
  height: 850px;
}
.h900 {
  height: 900px;
}
.h950 {
  height: 950px;
}
.h1000 {
  height: 1000px;
}
.wa {
  width: auto;
}
.wfc {
  width: fit-content;
}
.w30 {
  width: 30px;
}
.w40 {
  width: 40px;
}
.w50 {
  width: 50px;
}
.w55 {
  width: 55px;
}
.w60 {
  width: 60px !important;
}
.w65 {
  width: 65px;
}
.w70 {
  width: 70px;
}
.w75 {
  width: 75px;
}
.w80 {
  width: 80px !important;
}
.w100 {
  width: 100% !important;
}
.w110 {
  width: 110px;
}
.w120 {
  width: 120px;
}
.w150 {
  width: 150px;
}
.maxw100 {
  max-width: 100%;
}
.maxw1600 {
  max-width: 1600px;
}
.maxw1800 {
  max-width: 1800px;
}
.fw300 {
  font-weight: 300 !important;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500 !important;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.fw800 {
  font-weight: 800;
}
.fw900 {
  font-weight: 900;
}
.fwn {
  font-weight: normal;
}
.fwb {
  font-weight: bold;
}
.db {
  display: block; }

.dib {
  display: inline-block; }

.dif {
  display: inline-flex; }

.df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.dfr {
  display: flow-root; }

.dn {
  display: none !important; }

.ovyh {
  overflow-y: hidden; }

.ovh {
  overflow: hidden; }

.ovh {
  overflow: hidden; }

.ovv {
  overflow: visible; }

.posa {
  position: absolute;}

.posr {
  position: relative;}

/*== Custome Margin Padding ==*/
.ulockd-pmz {
  margin: 0;
  padding: 0; }

.p0 {
  padding: 0 !important; }

.p1 {
  padding: 1; }

.p10 {
  padding: 10px; }

.p15 {
  padding: 15px; }

.p20 {
  padding: 20px; }

.p25 {
  padding: 25px; }

.p30 {
  padding: 30px; }

.p35 {
  padding: 35px; }

.p40 {
  padding: 40px; }

.p45 {
  padding: 45px; }

.p50 {
  padding: 50px; }

.p55 {
  padding: 55px; }

.p60 {
  padding: 60px; }

.p65 {
  padding: 65px; }

.p70 {
  padding: 70px; }

.p75 {
  padding: 75px; }

.p80 {
  padding: 80px; }

.pad10 {
  padding: 10% 5%; }

.pad17 {
  padding-top: 17% !important; }

.pt0 {
  padding-top: 0px !important; }

.pt3 {
  padding-top: 3px !important; }

.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pt25 {
  padding-top: 25px; }

.pt30 {
  padding-top: 30px !important; }

.pt35 {
  padding-top: 35px; }

.pt40 {
  padding-top: 40px; }

.pt45 {
  padding-top: 45px; }

.pt50 {
  padding-top: 50px; }

.pt55 {
  padding-top: 55px; }

.pt60 {
  padding-top: 60px; }

.pt65 {
  padding-top: 65px; }

.pt70 {
  padding-top: 70px; }

.pt75 {
  padding-top: 75px; }

.pt80 {
  padding-top: 80px; }

.pt85 {
  padding-top: 85px; }

.pt90 {
  padding-top: 90px; }

.pt95 {
  padding-top: 95px; }

.pt100 {
  padding-top: 100px; }

.pt120 {
  padding-top: 120px; }

.pt130 {
  padding-top: 130px; }

.pt140 {
  padding-top: 140px; }

.pt150 {
  padding-top: 150px; }

.pt160 {
  padding-top: 160px; }

.pt170 {
  padding-top: 170px; }

.pt180 {
  padding-top: 180px; }

.pt190 {
  padding-top: 190px; }

.pt200 {
  padding-top: 200px; }

.pt100 {
  padding-top: 100px; }

.pt70 {
  padding-top: 70px; }

.pt70 {
  padding-top: 70px; }

.pt70 {
  padding-top: 70px; }

.pr0 {
  padding-right: 0 !important; }

.pr1 {
  padding-right: 1px; }

.pr5 {
  padding-right: 5px; }

.pr10 {
  padding-right: 10px; }

.pr15 {
  padding-right: 15px; }

.pr20 {
  padding-right: 20px; }

.pr25 {
  padding-right: 25px; }

.pr30 {
  padding-right: 30px; }

.pr35 {
  padding-right: 35px; }

.pr40 {
  padding-right: 40px; }

.pr45 {
  padding-right: 45px; }

.pr50 {
  padding-right: 50px; }

.pr55 {
  padding-right: 55px; }

.pr60 {
  padding-right: 60px; }

.pr65 {
  padding-right: 65px; }

.pr70 {
  padding-right: 70px; }

.pb0 {
  padding-bottom: 0px !important; }

.pb15 {
  padding-bottom: 15px; }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px; }

.pb25 {
  padding-bottom: 25px; }

.pb30 {
  padding-bottom: 30px; }

.pb35 {
  padding-bottom: 35px; }

.pb40 {
  padding-bottom: 40px; }

.pb45 {
  padding-bottom: 45px; }

.pb50 {
  padding-bottom: 50px; }

.pb55 {
  padding-bottom: 55px; }

.pb60 {
  padding-bottom: 60px; }

.pb65 {
  padding-bottom: 65px; }

.pb70 {
  padding-bottom: 70px; }

.pb75 {
  padding-bottom: 75px; }

.pb80 {
  padding-bottom: 80px; }

.pb85 {
  padding-bottom: 85px; }

.pb90 {
  padding-bottom: 90px; }

.pb95 {
  padding-bottom: 95px; }

.pb100 {
  padding-bottom: 100px; }

.pb110 {
  padding-bottom: 110px; }

.pb120 {
  padding-bottom: 120px; }

.pb130 {
  padding-bottom: 130px; }

.pl0 {
  padding-left: 0 !important; }

.pl1 {
  padding-left: 1px; }

.pl5 {
  padding-left: 5px; }

.pl6 {
  padding-left: 6px; }

.pl7 {
  padding-left: 7px; }

.pl8 {
  padding-left: 8px; }

.pl9 {
  padding-left: 9px; }

.pl10 {
  padding-left: 10px; }

.pl15 {
  padding-left: 15px; }

.pl20 {
  padding-left: 20px; }

.pl25 {
  padding-left: 25px; }

.pl30 {
  padding-left: 30px !important; }

.pl35 {
  padding-left: 35px; }

.pl40 {
  padding-left: 40px; }

.pl45 {
  padding-left: 45px; }

.pl50 {
  padding-left: 50px; }

.pl55 {
  padding-left: 55px; }

.pl60 {
  padding-left: 60px; }

.pl65 {
  padding-left: 65px; }

.pl70 {
  padding-left: 70px; }

.pl75 {
  padding-left: 75px; }

.pl80 {
  padding-left: 80px; }

.pl85 {
  padding-left: 85px; }

.pl90 {
  padding-left: 90px; }

.pl95 {
  padding-left: 95px; }

.pl100 {
  padding-left: 100px; }

.pl100 {
  padding-left: 100px; }

.dashboard_grid_space,
.pl120 {
  padding-left: 120px; }

.pl150 {
  padding-left: 150px; }

.pl200 {
  padding-left: 200px; }

.pl250 {
  padding-left: 250px; }

.pl300 {
  padding-left: 300px; }

.pl330 {
  padding-left: 330px; }

.pl340 {
  padding-left: 340px; }

.pl350 {
  padding-left: 350px; }

.pl400 {
  padding-left: 400px; }

.prpl0 {
  padding-left: 0;
  padding-right: 0;
}
.prpl5 {
  padding-left: 5px;
  padding-right: 5px; }

.prpl10 {
  padding-left: 10px;
  padding-right: 10px; }

.prpl15 {
  padding-left: 15px;
  padding-right: 15px; }

.prpl20 {
  padding-left: 20px;
  padding-right: 20px; }

.prpl25 {
  padding-left: 25px;
  padding-right: 25px; }

.prpl30 {
  padding-left: 30px;
  padding-right: 30px; }

.prpl35 {
  padding-left: 35px;
  padding-right: 35px; }

.prpl40 {
  padding-left: 40px;
  padding-right: 40px; }

.prpl2 {
  padding-left: 2px;
  padding-right: 2px; }

.ptpb50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.ptpb60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.plpr0 {
  padding-left: 0px;
  padding-right: 0px; }

.m0a{
  margin: 0 auto;
}

.mt-5 {
  margin-top: -5px; }
.mt-6 {
  margin-top: -6px; }
.mt-7 {
  margin-top: -7px; }
.mt-8 {
  margin-top: -8px; }
.mt-9 {
  margin-top: -9px; }

.mt-10 {
  margin-top: -10px; }

.mt-15 {
  margin-top: -15px; }

.mt-20 {
  margin-top: -20px; }

.mt-25 {
  margin-top: -25px; }

.mt-30 {
  margin-top: -30px; }

.mt-35 {
  margin-top: -35px; }

.mt-40 {
  margin-top: -40px; }

.mt-45 {
  margin-top: -45px; }

.mt-50 {
  margin-top: -50px; }

.mt-55 {
  margin-top: -55px; }

.mt-60 {
  margin-top: -60px; }

.mt-65 {
  margin-top: -65px; }

.mt-70 {
  margin-top: -70px; }

.mt-75 {
  margin-top: -75px; }

.mt-80 {
  margin-top: -80px; }

.mt-85 {
  margin-top: -85px; }

.mt-90 {
  margin-top: -90px; }

.mt-95 {
  margin-top: -95px; }

.mt-100 {
  margin-top: -100px; }

.mt-120 {
  margin-top: -120px; }

.mt-150 {
  margin-top: -150px; }

.mt-200 {
  margin-top: -200px; }

.m0 {
  margin: 0;}

.m5 {
  margin: 5px;}

.m10 {
  margin: 10px !important;}

.m15 {
  margin: 15px;}

.m20 {
  margin: 20px;}

.m25 {
  margin: 25px;}

.m30 {
  margin: 30px;}

.m35 {
  margin: 35px;}

.m40 {
  margin: 40px;}

.m45 {
  margin: 45px;}

.m50 {
  margin: 50px;}

.m55 {
  margin: 55px;}

.m60 {
  margin: 60px;}

.m65 {
  margin: 65px;}

.m70 {
  margin: 70px;}

.m75 {
  margin: 75px;}

.m80 {
  margin: 80px;}

.m85 {
  margin: 85px;}

.m90 {
  margin: 90px;}

.m95 {
  margin: 95px;}

.m100 {
  margin: 100px;}

.mt0 {
  margin-top: 0px !important; }

.mt1 {
  margin-top: 1px; }

.mt2 {
  margin-top: 2px; }

.mt3 {
  margin-top: 3px; }

.mt4 {
  margin-top: 4px; }

.mt5 {
  margin-top: 5px; }

.mt8 {
  margin-top: 8px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px; }

.mt35 {
  margin-top: 35px; }

.mt40 {
  margin-top: 40px; }

.mt45 {
  margin-top: 45px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt60 {
  margin-top: 60px; }

.mt65 {
  margin-top: 65px; }

.mt70 {
  margin-top: 70px; }

.mt75 {
  margin-top: 75px; }

.mt80 {
  margin-top: 80px; }

.mt85 {
  margin-top: 85px; }

.mt90 {
  margin-top: 90px; }

.mt95 {
  margin-top: 95px; }

.mt100 {
  margin-top: 100px; }

.mt110 {
  margin-top: 110px; }

.mt120 {
  margin-top: 120px; }

.mt150 {
  margin-top: 150px; }

.mt200 {
  margin-top: 200px; }

.mt250 {
  margin-top: 250px !important; }

.mt300 {
  margin-top: 3000px; }

.mt-30{
  margin-top: -30px;}

.mr0 {
  margin-right: 0px; }

.mr2 {
  margin-right: 2px; }

.mr3 {
  margin-right: 3px; }

.mr4 {
  margin-right: 4px; }

.mr5 {
  margin-right: 5px; }

.mr6 {
  margin-right: 6px; }

.mr7 {
  margin-right: 7px; }

.mr8 {
  margin-right: 8px; }

.mr9 {
  margin-right: 9px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20 {
  margin-right: 20px; }

.mr25 {
  margin-right: 25px; }

.mr30 {
  margin-right: 30px; }

.mr35 {
  margin-right: 35px; }

.mr40 {
  margin-right: 40px; }

.mr45 {
  margin-right: 45px; }

.mr50 {
  margin-right:50px; }

.mr55 {
  margin-right:55px; }

.mr60 {
  margin-right:60px; }

.mr65 {
  margin-right:65px; }

.mr70 {
  margin-right:70px; }

.mr75 {
  margin-right:75px; }

.mr80 {
  margin-right:80px; }

.mr85 {
  margin-right:85px; }

.mr90 {
  margin-right:90px; }

.mr95 {
  margin-right:95px; }

.mr100 {
  margin-right:100px; }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px; }

.mb35 {
  margin-bottom: 35px; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px; }

.mb50 {
  margin-bottom: 50px !important; }

.mb55 {
  margin-bottom: 55px; }

.mb60 {
  margin-bottom: 60px; }

.mb65 {
  margin-bottom: 65px; }

.mb70 {
  margin-bottom: 70px; }

.mb75 {
  margin-bottom: 75px; }

.mb80 {
  margin-bottom: 80px; }

.mb85 {
  margin-bottom: 85px; }

.mb90 {
  margin-bottom: 90px; }

.mb95 {
  margin-bottom: 95px; }

.mb100 {
  margin-bottom: 100px; }

.mb110 {
  margin-bottom: 110px; }

.mb120 {
  margin-bottom: 120px; }

.ml0 {
  margin-left: 0px; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml15 {
  margin-left: 15px; }

.ml20 {
  margin-left: 20px; }

.ml25 {
  margin-left: 25px; }

.ml30 {
  margin-left: 30px; }

.ml35 {
  margin-left: 35px; }

.ml40 {
  margin-left: 40px; }

.ml45 {
  margin-left: 45px; }

.ml47 {
  margin-left: 47px; }

.ml50 {
  margin-left: 50px; }

.ml55 {
  margin-left: 55px; }

.ml60 {
  margin-left: 60px; }

.ml65 {
  margin-left: 65px; }

.ml70 {
  margin-left: 70px; }

.ml75 {
  margin-left: 75px; }

.ml80 {
  margin-left: 80px; }

.ml85 {
  margin-left: 85px; }

.ml90 {
  margin-left: 90px; }

.ml95 {
  margin-left: 95px; }

.ml100 {
  margin-left: 100px; }

.zi1 {
  z-index: 1;
}
.zi9 {
  z-index: 9;
}
.zi-1 {
  z-index: -1;
}
.curp{
  cursor: pointer;
}
/*== BackGround Images ==*/
.bg-img1{
  background-image: url(../images/background/1.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.bg-img2 {
  background-image: url("../images/background/2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-img3 {
  background-attachment: fixed;
  background-image: url("../images/background/3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  height: 650px;
}
.bg-img4 {
  background-attachment: fixed;
  background-image: url("../images/background/4.html");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-img5 {
  background-attachment: fixed;
  background-image: url("../images/background/5.html");
  background-position: center;
  background-repeat: no-repeat;
}
.bg-img6 {
  background-attachment: fixed;
  background-image: url("../images/background/6.html");
  background-position: center;
  background-size: cover;
}
.bg-img7 {
  background-attachment: fixed;
  background-image: url("../images/background/7.html");
  background-position: center;
  background-repeat: no-repeat;
}
.bg-img8 {
  background-attachment: fixed;
  background-image: url("../images/background/8.html");
  background-position: center;
  background-repeat: no-repeat;
}
.bg-img9 {
  background-attachment: fixed;
  background-image: url("../images/background/9.html");
  background-position: center;
  background-repeat: no-repeat;
  height: 960px;
}
.bg-img10 {
  background-attachment: fixed;
  background-image: url("../images/background/10.html");
  background-position: center;
  background-repeat: no-repeat;
}
.bg-home1{
  background-image: url(../images/home/1.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 800px;
}
.bg-home2{
  background-image: url(../images/home/2.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 860px;
}
.bg-home3{
  background-image: url(../images/home/3.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.bg-home4{
  background-image: url(../images/home/1.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 850px;
}
.bg-home5{
  background-image: url(../images/home/5.jpg);
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 900px;
}
.bg-home6{
  background-image: url(../images/home/6.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 860px;
}
.bg-home7{
  background-image: url(../images/home/7.html);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 860px;
}
.bg-home10{
  background-image: url(../images/home/9.html);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 860px;
}
.bg-ptrn1 {
  background-attachment: scroll;
  background-image: url("../images/pattern/1.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.bg-ptrn2 {
  background-attachment: scroll;
  background-image: url("../images/pattern/2.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.bg-ptrn3 {
  background-attachment: scroll;
  background-image: url("../images/pattern/3.html");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.bg-ptrn4 {
  background-attachment: scroll;
  background-image: url("../images/pattern/4.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.bg-ptrn5 {
  background-attachment: scroll;
  background-image: url("../images/pattern/bg-pattern.html");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

section.inner_page_section_spacing{
  /*padding: 60px 0 120px;*/
  padding-top: 60px;
}
.main-title {
  position: relative;
  margin-bottom: 50px;
}
.main-title h2 {
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: 0em;
  margin-top: 0;
}
.main-title h3 {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 0;
}
.main-title p {
  font-size: 16px;
  color: #5F6973;
  line-height: 1.25rem;
  margin-bottom: 0;
}
.main-title p a{
  color: #1A3760;
  font-weight: bold;
  line-height: 1.5;
}
.title_more_btn{
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0em;
  position: relative;
}
.title_more_btn:before{
  bottom: -8px;
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  width: 60%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.title_more_btn:hover:before{
  width: 100%;
}
.title_more_btn.dark{
  color: #1A3760;
}
.title_more_btn.dark:before{
  background-color: #1A3760;
}
.title_more_btn.thm:before{
  background-color: #1947E2;
}
.title_more_btn.thm3:before{
  background-color: #CF3E3B;
}
.preloader {
  background-color: #ffffff;
  background-image: url("../images/preloader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99999; }

.scrollToHome:hover {
  color: #ffffff; }
.scrollToHome {
  border-radius: 8px;
  background-color: #F5C34B;
  bottom: 15px;
  color: #ffffff;
  font-size: 18px;
  height: 45px;
  line-height: 40px;
  padding: 3px 10px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 45px;
  z-index: 99999;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scrollToHome.home3 {
  background-color: #CF3E3B;
}
.scrollToHome.home4 {
  background-color: rgba(13, 38, 59, 0.1);
  color: #1A3760;
}
.scrollToHome.home8{
  background-color: #F5F7FC;
  color: #1A3760;
}
.scrollToHome.home10{
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
/*== BackGround Color White Overlay ==*/
.bgc-overlay-white3:before {
  background-color: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.bgc-overlay-white35:before {
  background-color: rgba(255, 255, 255, 0.35);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.bgc-overlay-white4:before {
  background-color: rgba(255, 255, 255, 0.4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.bgc-overlay-white45:before {
  background-color: rgba(255, 255, 255, 0.45);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.bgc-overlay-white5:before {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.bgc-overlay-white55:before {
  background-color: rgba(255, 255, 255, 0.55);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.bgc-overlay-white6:before {
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.bgc-overlay-white65:before {
  background-color: rgba(255, 255, 255, 0.65);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.bgc-overlay-white7:before {
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.bgc-overlay-white75:before {
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.bgc-overlay-white8:before {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.bgc-overlay-white85:before {
  background-color: rgba(255, 255, 255, 0.85);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.bgc-overlay-white9:before {
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.bgc-overlay-white95:before {
  background-color: rgba(255, 255, 255, 0.95);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

/*== BackGround Color Black Overlay ==*/
.bgc-overlay-black3:before {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.bgc-overlay-black35:before {
  background-color: rgba(0, 0, 0, 0.35);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.bgc-overlay-black4:before {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.bgc-overlay-black45:before {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.bgc-overlay-black5:before {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.bgc-overlay-black55:before {
  background-color: rgba(0, 0, 0, 0.55);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.bgc-overlay-black6:before {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.bgc-overlay-black65:before {
  background-color: rgba(0, 0, 0, 0.65);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.bgc-overlay-black7:before {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.bgc-overlay-black75:before {
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.bgc-overlay-black8:before {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.bgc-overlay-black85:before {
  background-color: rgba(0, 0, 0, 0.85);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.bgc-overlay-black9:before {
  background-color: rgba(0, 0, 0, 0.9);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.bgc-overlay-black95:before {
  background-color: rgba(0, 0, 0, 0.95);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/*== Parallax Css ==*/
.parallax {
  /*background-attachment: scroll;*/
  background-position: 50% 0px;
  /*z-index: 1;*/
  position: relative;
}
/*== Divider Css ==*/
.divider {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  padding: 180px 0 200px;
  position: relative;
}
.divider:before {
  background-color: rgba(13, 38, 59, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.divider_home3_style{
  position: relative;
}
.divider_home3_style:before{
  background-color: rgba(26, 55, 96, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.divider.home4_style:before{
  background-attachment: fixed;
  background-color: transparent;
}
.divider.home4_style{
  background-image: url("../images/background/3.jpg");
  padding: 85px 0;
}
.divider.home-style1{
  background-attachment: fixed;
  background-image: url("../images/background/1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.divider.home-style3{
  background-attachment: fixed;
  background-image: url("../images/background/3.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.divider.home-style8{
  background-attachment: fixed;
  background-image: url("../images/background/3.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 70px;
}
.divider.home-style9{
  background-attachment: fixed;
  background-image: url("../images/background/9.html");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.divider.home4{
  padding: 85px 0;
}
.divider.home5{
  padding: 100px 0 70px;
}
.home2_img_divider{
  padding: 150px 0;
  position: relative;
}
.business_exposer{
  position: relative;
}
.business_exposer .title{
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
}
.business_exposer .exposer_btn{
  background-color: #1947E2;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  line-height: 40px;
  height: 55px;
  text-transform: uppercase;
  width: 176px;
}
.business_exposer .exposer_btn:hover,
.business_exposer .exposer_btn:active,
.business_exposer .exposer_btn:focus{
  background-color: #ffffff;
  color: #1947E2;
}
.business_exposer .exposer_btn.style2{
  background-color: #FF6E00;
  color: #ffffff;
  width: 218px;
}
.business_exposer .exposer_btn.style2:hover{
  background-color: #fff;
  color: #FF6E00;
}
.business_exposer .exposer_btn.style3{
  background-color: #FFFFFF;
  color: #FF6E00;
  width: 218px;
}
.business_exposer .exposer_btn.style3:hover{
  background-color: #FF6E00;
  color: #fff;
}
.stay_amplace_btn{
  background-color: #6CBF78;
  border-radius: 3px;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  height: 55px;
  width: 200px;
}
.stay_amplace_btn:hover,
.stay_amplace_btn:active,
.stay_amplace_btn:focus{
  background-color: #ffffff;
  border-color: #6CBF78;
  color: #6CBF78;
}
.divider_home2 {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  padding: 130px 0;
  position: relative;
}
.divider_home1{
  background-color: rgb(29, 41, 62);
}
.divider_home1:before{
  background-image: url("../images/background/2.jpg");
  content: "";
  height: 100%;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%;
}
.divider_home2:before{
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.form_control {
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  box-shadow: none;
  font-size: 13px;
  height: 50px;
  padding-left: 20px;
}
.form_control:active,
.form_control:focus{
  border: 1px solid #1A3760;
  box-shadow: none;
  outline: none;
}
.form_control::placeholder{
  color: #5F6973;
  font-size: 13px;
}
.form_control:active::placeholder,
.form_control:focus::placeholder,
.contact_form.profile textarea.form-control:active::placeholder,
.contact_form.profile textarea.form-control:focus::placeholder{
  color: #1A3760;
  font-size: 13px;
}
.divider-one h1,
.divider-two h1{
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 50px;
}
.divider-two h1{
  margin-bottom: 120px;
}
.divider-one .divider-btn{
  border: 2px solid #ffffff;
  border-radius: 25px;
  color: #ffffff;
  height: 50px;
  line-height: 35px;
  width: 215px;
}
.divider-one .divider-btn:hover{
  border: 2px solid #1947E2;
}
.divider-one p{
  margin-bottom: 15px;
}
.divider2{
  padding-bottom: 110px;
  padding-top: 135px;
}
.divider2:before{
  background-image: url(../images/background/2.html);
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 30px;
  width: 100%;
}
.divider-two{
  position: relative;
}
.divider-two h3{
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 50px;
}
.divider-two p{
  margin-bottom: 0;
}
#mc_embed_signup input{
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #ffffff;
  font-weight: 300;
  height: 45px;
  width: 85%;
}
#mc_embed_signup input:focus{
  outline: none;
}
#mc_embed_signup input::placeholder {
    color: #ffffff; 
}
#mc_embed_signup .mc-field-group{
  margin-bottom: 40px;
}
#mc_embed_signup .mailchimp_btn{
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 25px;
  color: #ffffff;
  height: 50px;
  width: 190px;
}
#mc_embed_signup .mailchimp_btn:hover{
  background-color: #ffffff;
  color: #192675;
}
.divider-two .wrapper{
  text-align: center;
}
div#countdown .col-xs-6.col-sm-3:first-child{
  margin-right: 40px;
  text-align: left;
  width: auto;
}
div#countdown .col-xs-6.col-sm-3{
  display: inline-block;
}
.divider-two .time {
  color: #fff;
  font-size: 30px;
  line-height: normal;
}
.divider-two .label {
  color: #ffffff;
  display: block;
  font-size: 20px;
  text-transform: uppercase;
}
/*== Chart Js Css ==*/
canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.chart-container {
  width: 100%;
}
.c_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
/*== Tags Bar Css ==*/
.selected_filter_widget{
  border: 1px solid rgb(237, 239, 247);
  display: inline-block;
  height: auto;
  margin-bottom: 30px;
  padding: 30px 30px 25px;
  position: relative;
  width: 100%;
}
.selected_filter_widget.style2{
  border: 1px solid rgb(237, 239, 247);
}
.selected_filter_widget.style3{
  border:none;
  padding: 0 15px;
}
.selected_filter_widget.style4{
  background-color: #f9fafc;
  border-radius: 5px;
  border:none;
  padding: 35px;
}
.selected_filter_widget .tags-bar.style2{
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
.selected_filter_widget.style2 .accordion .link{
  font-size: 20px;
  color: #1A3760;
  line-height: 1.2;
}
.tags-bar {
  background-color: #f0f0f0; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  float: left;
  padding: 10px;
  position: relative;
  width: 100%;
}
.tags-bar > span {
  background-color: #edeff7;
  color: #5F6973;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  font-size: 13px;
  height: 30px;
  line-height: 55px;
  margin-right: 5px;
  padding: 10px 20px;
  position: relative;
  width: 125px;
}
.tags-bar > span i {
  color: #383535;
  cursor: pointer;
  font-size: 12px;
  font-style: normal;
  height: 16px;
  padding-left: 10px;
}
.tags-bar .action-tags {
  float: right;
}
.tags-bar .action-tags a{
  color: #939393;
  font-size: 13px;
}
.tags-bar .action-tags a i{
  font-size: 16px;
}
#accordion .panel {
  border: 0;
  border-radius: 0;
  margin-top: 0px;
}
#accordion a {
  display: block;
  text-decoration: none;
}
#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
  color: #1A3760;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
  color: #1A3760;
}
#accordion .panel-heading {
  padding: 0;
}
#accordion .panel-heading a:not(.collapsed) {
  color: #1A3760;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/* arrow fontawesome icon to the right */
#accordion .panel-heading .accordion-toggle::before {
  font-family: 'FontAwesome';
  color: #1A3760;
  content: "\f107";
  float: right;
  font-weight: lighter;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);  
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#accordion .panel-heading .accordion-toggle.collapsed::before {
  color: #444;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.body_content.translated{
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(330px);
  -ms-transform: translateX(330px);
  -o-transform: translateX(330px);
  transform: translateX(330px);
}
.listing_sidebar{
  position: relative;
}
.sidebar_content_details {
  background-color: #ffffff;
  border: 1px solid #E6E9EC;
  bottom: 0;
  height: 100%;
  left: 0;
  margin-left: 0;
  overflow-y: scroll;
  padding: 80px 0 0;
  position: fixed;
  top: 0;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
  width: 330px;
  z-index: 9;
  -webkit-box-shadow:0px 0px 30px 0px rgba(13, 38, 59, 0.05);
  -moz-box-shadow:0px 0px 30px 0px rgba(13, 38, 59, 0.05);
  -o-box-shadow:0px 0px 30px 0px rgba(13, 38, 59, 0.05);
  box-shadow:0px 0px 30px 0px rgba(13, 38, 59, 0.05);
}
.sidebar_content_details::-webkit-scrollbar {
  margin-top: 15px;
  margin-right: -10px;
  width: 5px;
  z-index: 3;
}
.sidebar_content_details::-webkit-scrollbar * {
  background:transparent;
  margin-right: -10px;
}
.sidebar_content_details::-webkit-scrollbar-track {
  display: none;
}
.sidebar_content_details::-webkit-scrollbar-thumb {
  background-color: #dfdfdf !important;
  border-radius: 2.5px;
  margin-right: -10px;
}
.sidebar_content_details.is-full-width {
  left: 0;
  margin-left: -100%;
  position: fixed;
}
.sidebar_content_details.is-full-width.style2 {
  margin-left: 0;
}
.sidebar_content_details.style2{
  border-right: 1px solid #E6E9EC;
  padding: 0;
  left: -330px;
}
.sidebar_content_details.style3{
  padding: 0;
  margin-left: -300%;
  z-index: 9999;
}
.sidebar_content_details.style3.listing_page{
  top: -75px;
}
.sidebar_content_details.style3.sidebar_ml0{
  margin-left: 0;
}
.filter_open_btn.listing_page11{
  background-color: #1947E2;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  height: 55px;
  left: 30px;
  line-height: 50px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 30px;
  width: 170px;
}
.filter_open_btn.listing_page11 span{
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
}
.sidebar_switch{
  position: relative;
  z-index: 9;
}
.filteropen,
.filteropen2,
.filter_open_btn{
/*  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  height: 50px;
  line-height: 45px;
  position: relative;
  text-align: center;
  width: 140px;*/
  z-index: 0;
}
#open.fa-filter:before,
#open.flaticon-close:before,
#open2.fa-filter:before,
#open2.flaticon-close:before{
  left: 0;
  position: absolute;
  width: 48px;
}
.filteropen.style2,
.filteropen2.style2{
  left: auto;
  position: relative;
  right: auto;
  top: auto;
}
.sidebar_switch.style .filteropen,
.sidebar_switch.style2 .filteropen2{
  left: 55px;
  right: auto;
  top: 55px;
}
.fltr_btn_hf_map{
  border-radius: 8px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 40px;
  line-height: 25px;
  letter-spacing: 0em;
  overflow: hidden;
  position: relative;
  width: 155px;
}
.fltr_btn_hf_map img{
  margin-left: -20px;
  margin-right: 20px;
}
.fltr_btn_hf_map:before{
  background-color: #E0AF38;
  border-radius: 8px 0 0 8px;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: -1;
}
.listing_toogle_sidebar.sidenav {
  background-color: #fafafa;
  border: 1px solid #dddddd;
  border-top: none;
  height: 875px;
  left: 0;
  overflow-x: hidden;
  padding: 0 0 70px;
  position: fixed;
  top: 170px;
  width: 380px;
  z-index: 1;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translate(-100%, -80px);
  -moz-transform: translate(-100%, -80px);
  -o-transform: translate(-100%, -80px);
  transform: translate(-100%, -80px);
}
.listing_toogle_sidebar.sidenav a {
  display: block;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.listing_toogle_sidebar.sidenav .closebtn {
  font-size: 36px;
  margin-left: 50px;
  position: absolute;
  top: 0;
  right: 25px;
}
.listing_toogle_sidebar.sidenav::-webkit-scrollbar {
  background: transparent;
  border-radius: 10px;
  padding-right: 10px;
  width: 8px;
}
.listing_toogle_sidebar.sidenav::-webkit-scrollbar-thumb {
  background-color: #ededed;
  border-radius: 3px;
  margin-right: 5px;
}
.mobile_style{
  padding-left: 15px;
}
.mobile_style span{
  background-color: #F4F4F4;
  border-radius: 3px;
  color: #5F6973;
  height: 40px;
  padding: 10px 25px;
  text-align: center;
}
.mobile_style span:hover{
  cursor: pointer;
}
/* Shop Page Style*/
.sp_search_content{
  border-radius: 3px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 0 30px;
  position: relative;
  width: 100%;
}
.search_result{
  display: inline-block;
}
.search_drpdwn{
  display: inline-block;
  float: right;  
}
.search_drpdwn button.btn.dropdown-toggle.btn-light{
  background-color: transparent;
  border: none;
}
.search_drpdwn button.btn.dropdown-toggle.btn-light:hover,
.search_drpdwn button.btn.dropdown-toggle.btn-light:active,
.search_drpdwn button.btn.dropdown-toggle.btn-light:focus{
  border: none;
  box-shadow: none;
  outline: none !important;
}
.search_drpdwn .filter-option-inner-inner{
  color: #777777;
}
.sp_search_content .bootstrap-select>.dropdown-toggle{
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #5F6973;
  height: 45px;
  line-height: 35px;
}
.sp_search_content .bootstrap-select>.dropdown-toggle:hover,
.sp_search_content .bootstrap-select>.dropdown-toggle:focus,
.sp_search_content .bootstrap-select>.dropdown-toggle:active{
  background-color: #ffffff;
  color: #5F6973;
  box-shadow: none;
  outline: none !important;
}
.sp_search_content .dropdown-item.active,
.sp_search_content .dropdown-item:active{
  background-color: transparent;
  color: #1947E2;
}
.sp_search_content .right_area ul{
  margin-bottom: 0;
}
.sp_search_content .right_area .listone{
  color: #1A3760;
}
.sp_search_content .bootstrap-select>.dropdown-toggle{
  background-color: transparent;
}
.sp_search_content .bootstrap-select>.dropdown-toggle:hover,
.sp_search_content .bootstrap-select>.dropdown-toggle:focus,
.sp_search_content .bootstrap-select>.dropdown-toggle:active{
  background-color: transparent;
}
.sp_search_content .right_area .listone,
.sp_search_content .right_area .listtwo{
  border-radius: 3px;
  margin-top: 0;
  padding: 0 15px;
}
.sp_search_content .right_area ul li:first-child{
  position: relative;
}
.sp_search_content .right_area ul li:first-child .dropdown.bootstrap-select.show-tick,
.sp_search_content .right_area ul li:first-child button.btn.dropdown-toggle{
  border: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  width: 100px;
}
.sp_search_content .right_area.style2 ul li:first-child button.btn.dropdown-toggle{
  border: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  width: 120px;
}
.sp_search_content .right_area ul li:last-child .dropdown.bootstrap-select.show-tick,
.sp_search_content .right_area ul li:last-child button.btn.dropdown-toggle{
  background-color: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: none;
  padding-left: 15px;
  padding-right: 15px;
  width: 184px;
}
.sp_search_content .right_area .bootstrap-select .dropdown-menu li a{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
}
.sp_search_content .right_area ul.dropdown-menu.inner li{
  overflow: hidden;
}
.sp_search_content .right_area ul li span.stts,
.sp_search_content .right_area ul li span.shrtby{
  font-size: 15px;
  color: #1A3760;
}
.sp_search_content .right_area .bootstrap-select.show-tick .dropdown-menu li.active a{
  font-weight: 600;
  color: #1947E2;
}
.sp_search_content .right_area .bootstrap-select.show-tick .dropdown-menu li a:hover,
.sp_search_content .right_area .bootstrap-select.show-tick .dropdown-menu li a:hover span.text{
  background-color: transparent;
  color: #1947E2;
  font-weight: 600;
}
.shop_grid{
  background-color: #ffffff;
  border: 1px solid #E6E9EC;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.shop_grid:hover{
  -webkit-box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
  -moz-box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
  -o-box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
  box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
}
.shop_grid .thumb{
  position: relative;
}
.shop_grid .details{
  padding: 20px 0 0;
  position: relative;
}
.shop_grid .details .price_content{
  position: relative;
}
.shop_grid .details .item-tile{
  color: #1A3760;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
}
.shop_grid .details .price{
  color: #5F6973;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}
.shop_grid .details .add_to_cart{
  border: 1px solid #1947E2;
  border-radius: 3px;
  color: #1947E2;
  font-size: 13px;
  font-weight: normal;
  height: 55px;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shop_grid:hover .details .add_to_cart{
  background-color: #1947E2;
  color: #fff;
}
.shop_grid .details .add_to_cart span{
  margin-right: 7px;
}
/* Shop Order Page Style */
.order_complete_message{
  position: relative;
}
.order_complete_message .icon{
  background-color: #1947E2;
  border-radius: 50%;
  font-size: 30px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto 15px;
  width: 80px;
}
.order_complete_message .title{
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
.order_complete_message .para{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
}
.shop_order_box{
  position: relative;
}
.shop_order_box .order_list_raw{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  margin-bottom: 60px;
  margin-top: 30px;
  padding: 40px 40px 30px;
}
.shop_order_box .order_list_raw ul{
  margin-bottom: 0;
}
.shop_order_box .order_list_raw ul li{
  margin-right: 80px;
  text-align: left;
}
.shop_order_box .order_list_raw ul li:last-child{
  margin-right: 0px;
}
.shop_order_box .order_list_raw ul li h5{
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
}
.shop_order_box .order_list_raw ul li p{
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.shop_order_box .order_details{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  padding: 60px;
}
.shop_order_box .order_details .title{
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
.shop_order_box .order_details .od_content .product_name_qnt,
.shop_order_box .order_details .od_content .product_name_qnt span,
.order_sidebar_widget .product_name_qnt{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  margin-bottom: 0;
}
.order_sidebar_widget .product_name_qnt span{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
}
.shop_order_box .order_details .od_content .subtitle p{
  color: #1A3760;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
}
.shop_order_box .order_details .od_content .subtitle span {
  color: #1A3760;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
}
.shop_order_box .order_details .od_content .subtitle .fwn_bd_color{
  color: #1A3760;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
}
/*== Shop Chaeckout Page Style ==*/
.checkout_form{
  position: relative;
}
.checkout_form.style2{
  position: relative;
}
.checkout_form .title{
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
}
.checkout_form .checkout_coupon .form1{
  display: block;
  margin-bottom: 60px;
  padding-top: 10px;
  text-align: center;
}
.checkout_form .checkout_coupon form input{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  color: #5F6973;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  height:60px;
  letter-spacing: 0em;
  line-height: 18px;
  padding-left: 20px;
}
.checkout_form .checkout_coupon form input.form_control:active,
.checkout_form .checkout_coupon form input.form_control:focus,
.checkout_form .checkout_coupon form textarea:active,
.checkout_form .checkout_coupon form textarea:focus,
.checkout_form .checkout_coupon form input.coupon_input:focus{
  color: #5F6973;
}
.checkout_form .checkout_coupon form input.form_control:active::placeholder,
.checkout_form .checkout_coupon form input.form_control:focus::placeholder{
  color: #5F6973;
}
.checkout_form .checkout_coupon form input.coupon_input{
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  height: 50px;
  margin-right: 24px;
  padding-left: 20px;
  width: 215px;
}
.checkout_form .checkout_coupon form textarea{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  font-size: 14px;
  color: #1A3760;
  line-height: 1.2;
  padding: 0;
}
.checkout_country_form{
  position: relative;
}
.checkout_country_form button.btn.dropdown-toggle{
  background-color: #fff;
  color: #5F6973;
  line-height: 50px;
  padding-left: 20px;
  width: 100%;
}
.checkout_form .checkout_coupon form button{
  border-radius: 8px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0em;
  height: 50px;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 0 55px;
}
.checkout_form .checkout_coupon form button.btn3{
  background-color: #0A2357;
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0em;
  height: 50px;
  line-height: 35px;
  letter-spacing: 0em;
  position: absolute;
  right: 0;
}
.checkout_form .checkout_coupon form button.btn3:hover{
  background-color: #F5C34B;
  color: #1A3760;
}
.checkout_form .checkout_coupon .form2 .form-group{
  margin-bottom: 30px;
}
.checkout_form .checkout_coupon .form2 label{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: 15px;
}
.checkout_form .checkout_coupon .form2 .ai_title{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: 20px;
  margin-top: 10px;
}
.checkout_form .checkout_coupon .form2 p{
  font-size: 16px;
  color: #1A3760;
  font-weight: bold;
  line-height: 1.75;
}
.order_sidebar_widget{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  padding: 30px;
  position: relative;
}
.order_sidebar_widget .title{
  color: #1A3760;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
.order_sidebar_widget li.subtitle{
  border-bottom: 1px solid #E7E7EC;
  line-height: 40px;
}
.order_sidebar_widget li:last-child.subtitle{
  border-bottom: none;
}
.order_sidebar_widget .subtitle p,
.order_sidebar_widget .subtitle.style2 span{
  color: #1A3760;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0em;
  margin-bottom: 0;
}
.order_sidebar_widget .subtitle span,
.order_sidebar_widget .subtitle .totals{
  color: #1A3760;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0em;
}
.order_sidebar_widget .bt_details{
  margin-bottom: 15px;
  padding-left: 30px;
}
.order_sidebar_widget .bt_details p{
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.payment_widget{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
}
.payment_widget .form-check-input{
  border-radius: 50%;
}
.payment_widget label.form-check-label{
  color: #1A3760;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  padding-left: 10px;
}
.form-check-input:focus{
  box-shadow: none;
}
.payment_widget .bt_details{
  margin-bottom: 20px;
  padding-left: 30px;
}
.payment_widget_btn .btn-block{
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  width: 100%;
}
.ui_kit_radiobox .radio label img{
  width: 86px;
}
.ui_kit_radiobox.checkout .radio input[type=radio]+label .radio-label{
  height: 13px;
  top: 3px;
  width: 13px;
}
.ui_kit_radiobox.checkout .radio input[type=radio]:checked+label .radio-label{
  box-shadow: inset 0 0 0 2px #1967D2;
}
.table_body .cart_list{
  margin-bottom: 0;
}
.table_body .cart_list li:first-child{
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  height: 100px;
  text-align: center;
  vertical-align: middle;
  width: 100px;
}
.table_body .cart_list img{
  margin: 14px auto;
  width: 70px;
}
.table_body .cart_list .close_img{
  margin-right: 20px;
}
.table_body .cart_list .close_img img{
  width: 10px;
}
.order_key_status li:last-child span{
  margin-left: 54px;
}
.shopping_cart_table table.table{
  border-radius: 8px;
  overflow: hidden;
}
.shopping_cart_table thead.thead-dark{
  background-color: #0A2357;
  color: #fff;
}
.shopping_cart_table thead tr{
  border-radius: 8px;
}
.shopping_cart_table tbody.table_body td .cart_count{
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  height: 50px;
  width: 109px;
}
.shopping_cart_table .table tbody.table_body{
  height: 160px;
}
.shopping_cart_table .table tbody.table_body tr{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
}
.shopping_cart_table .table thead tr th:first-child{
  text-align: left;
}
.shopping_cart_table .table thead tr th:nth-child(2),
.shopping_cart_table .table thead tr th:nth-child(3),
.shopping_cart_table .table thead tr th:nth-child(4){
  text-align: center;
}
.shopping_cart_table .table tbody.table_body tr th{
  text-align: left;
}
.shopping_cart_table .table tbody.table_body tr td{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}
.shopping_cart_table .table tbody.table_body tr td:last-child{
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
}
.shopping_cart_table .table tbody.table_body tr td:last-child a{
  color: #949DA6;
}
.shopping_cart_table .table tbody.table_body tr th,
.shopping_cart_table .table tbody.table_body tr td{
  padding: 30px 25px 30px 30px;
}
.shopping_cart_table .table thead tr th{
  color: #FFFFFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0em;
  padding: 24px 2px;
}
.shopping_cart_table tbody.table_body th .cart_list .cart_title{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
}
.table_body td{
  vertical-align: middle;
}
.order_key_status li{
  font-size: 18px;
  color: rgb(10, 10, 10);
  line-height: 2.222;
}
.order_key_status li span{
  font-size: 15px;
  color: rgb(126, 126, 126);
  line-height: 2.667;
  margin-left: 75px;
}
/* Shop Single Page Style */
.single_product_grid{
  margin: 0;
  position: relative;
  text-align: center;
}
.single_product_grid.single_page1 .sps_content,
.single_product_grid.single_page4 .sps_content{
  background-color: transparent;
  border: none;
  padding: 0;
}
.single_product_grid.single_page1 .sps_content .thumb img,
.single_product_grid.single_page4 .sps_content .thumb img{
  border-radius: 8px;
  max-width: initial;
}
.single_page1 .single_product_slider.owl-theme .owl-dots .owl-dot:nth-child(4) span{}
.single_page1 .single_product_slider.owl-theme .owl-dots .owl-dot:nth-child(5) span{
  margin-right: 0;
}
.single_page1 .single_product_slider.owl-theme .owl-dots .owl-dot span{
  height: 110px;
  margin-bottom: 0 !important;
  margin-top: 0;
  width: 160px;
}
.single_page4 .single_product_slider.owl-theme .owl-dots .owl-dot span{
  height: 110px;
  width: 150px;
}
.single_page4 .car_single_content_wrapper .title,
.single_page4 .car_single_content_wrapper .para,
.single_page4 .share_content ul li a,
.single_page4 .price_content .price small,
.single_page4 .price_content .price h3,
.single_page4 .breadcrumb-item.active,
.single_page4 .car_single_content_wrapper .car_info li a,
.single_page4 .car_single_content_wrapper .car_info li a span{
  color: #fff;
}
.breadcrumb_content.style2.single_page4 li a{
  color: #fff !important;
}
.single_page1.page3_style .single_product_slider .sps_content .thumb img{
  height: 460px;
}
.single_page1.page3_style .single_product_slider.owl-theme .owl-dots .owl-dot span{
  height: 90px;
  width: 115px;
}
.single_product_grid .sps_content {
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  padding: 30px;
}
.single_product_grid .sps_content .content{
  text-align: left;
}
.shop_single_product_details{
  padding: 0 30px;
  position: relative;
}
.shop_single_product_details.sidebar{
  padding: 0 5px;
}
.shop_single_product_details.three_column{
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  padding: 30px;
}
.shop_single_product_details.three_column .cart_btns input{
  margin-bottom: 20px;
  width: 100%;
}
.shop_single_product_details.three_column .cart_btns button.btn{
  width: 100%;
}
.shop_single_product_details.three_column ul.wishlist_compare{
  margin-bottom: 0;
  text-align: center;
}
.shop_single_product_details.three_column ul.wishlist_compare li{
  margin-right: 14px !important;
}
.shop_single_product_details .title{
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
.shop_single_product_details p{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.shop_single_product_details h4{
  color: #1A3760;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.182;
  margin-bottom: 15px;
}
.shop_single_product_details .cart_btns input{
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  height: 50px;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  width: 109px;
}
.shop_single_product_details .sspd_price{
  color: #1A3760;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
}
.shop_single_product_details .sspd_price small{
  color: #5F6973;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
}
.shop_single_product_details .cart_btns input:focus{
  outline: none;
}
.shop_single_product_details .cart_btns button.btn {
  border-radius: 8px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 60px;
  line-height: 16px;
  letter-spacing: 0em;
  width: 240px;
}
.shop_single_product_details .cart_btns button.btn img{
  vertical-align: bottom;
  width: 16px;
}
.shop_single_product_details .sspd_sku li a{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
}
.shop_single_product_details .sspd_sku li span{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  margin-left: 80px;
  text-transform: capitalize;
}
.shop_single_product_details .sspd_sku li:nth-child(2) span{
  margin-left: 40px;
}
.shop_single_product_details .instock_area li:last-child{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.shop_single_product_details .wishlist_compare .favorite_icon{
  background-color: #0A2357;
  border-radius: 8px;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
}
.shop_single_product_details .wishlist_compare .favorite_icon span{
  color: #fff;
  font-size: 15px;
}
.wishlist_compare{
  margin-bottom: 30px;
}
ul.wishlist_compare li{
  margin-right: 14px !important;
}
ul.wishlist_compare li:last-child{
  margin-right: 0;
}
.wishlist_compare .favorite_icon{
  color: #484848;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.wishlist_compare.style2 li{
  margin: 0 15px 10px 0 !important;
}
.wishlist_compare.style2 li:nth-child(3),
.wishlist_compare.style2 li:nth-child(4){
  border-radius: 4px;
  border: 1px solid #EAEAEA;
  height: 55px;
  line-height: 55px;
  text-align: center;
  width: 55px;
}
.wishlist_compare.style2 li:nth-child(3) .favorite_icon span,
.wishlist_compare.style2 li:nth-child(4) .favorite_icon span{
  margin-right: 0;
}
.shop_single_product_details .sspd_sku li .social_icons li:hover{
  background-color: transparent;
}
.shop_single_product_details .sspd_sku li .social_icons li:hover a{
  color: #1947E2;
}
.shop_single_product_details .sspd_sku li .social_icons a{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
}
.product_single_content .mbp_pagination_comments .mbp_first.media .media-body p{
  font-size: 14px;
  color: #5F6973;
  line-height: 1.857;
}
.product_single_content .mbp_pagination_comments .mbp_first.media h4.sub_title ul li a{
  color: #5F6973;
  font-family: "FontAwesome";
  font-size: 10px;
  line-height: 11px;
  text-align: right;
}
.product_single_content .mbp_pagination_comments .mbp_first.media h4.sub_title .sspd_review ul li{
  margin-right: 2px;
}
.shop_single_tab_content{
  padding: 30px;
  position: relative;
}
.ls_barchart{
  max-height: 345px !important;
}
.shop_single_tab_content .nav-tabs{
  border: none;
  margin-bottom: 30px;
  position: relative;
}
.shop_single_tab_content.sidebar .nav-tabs:before{
  left: 0;
  width: 100%;
}
.shop_single_tab_content .nav-tabs .nav-link{
  border: none;
  color: #1A3760;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  margin: 0 25px;
  padding: 0 0 10px;
  position: relative;
}
.shop_single_tab_content .nav-tabs .nav-link.active:before{
  background-color: #1947E2;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}
.shop_single_tab_content .nav-tabs .nav-item.show .nav-link,
.shop_single_tab_content .nav-tabs .nav-link.active{
  background-color: transparent;
  color: #1947E2;
}
.shop_single_tab_content .mbp_pagination_comments{
  margin-top: 0;
}
.shop_single_tab_content .mbp_pagination_comments .title{
  color: #1A3760;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
.shop_single_tab_content .mbp_pagination_comments p{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.mbp_pagination_comments .mbp_first img{
  width: 70px;
}
.shop_single_tab_content .mbp_pagination_comments .mbp_first.media{
  padding: 30px 30px 20px;
}
.shop_single_tab_content .mbp_pagination_comments .mbp_first.media .media-body h4.sub_title{
  margin-bottom: 0;
}
.shop_single_tab_content .mbp_pagination_comments .order_list li::marker{
  color: #5F6973;
  font-size: 12px;
}
.shop_single_tab_content .mbp_pagination_comments .ui_page_heading{
  margin-bottom: 30px;
}
.shop_single_tab_content .mbp_pagination_comments .order_list li a{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0em;
}
.shop_single_tab_content .mbp_pagination_comments .sspd_postdate{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
}
.shop_item_ai_info{
  position: relative;
}
.shop_item_ai_info ul li{
  border-bottom: 1px solid #ebebeb;
  line-height: 50px;
}
.shop_item_ai_info ul li:last-child{
  border-bottom: none;
}
.shop_item_ai_info ul li a{
  color: #1A3760;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
}
.shop_item_ai_info ul li a span{
  color: #5F6973;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  margin-top: 15px;
}
.mbp_comment_form.style2{
  padding: 10px 30px 30px;
}
.bsp_reveiw_wrt{
  background-color: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 45px 40px;
}
.mbp_comment_form.style2 h4,
.bsp_reveiw_wrt h4{
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  margin-bottom: 25px;
}
.mbp_comment_form.style2 ul{
  margin-bottom: 20px;
}
.mbp_comment_form.style2 .sspd_review .review_rating_para,
.review_star li p{
  font-size: 14px;
  color: #1A3760;
  line-height: 1.714;
  padding-left: 10px;
}
.mbp_comment_form.style2 .sspd_review li,
.review_star li,
.review_star li .sspd_review ul li{
  margin-right: 0;
}
.mbp_comment_form.style2 .sspd_review li ul li a,
.review_star li ul li a{
  font-size: 14px;
  font-family: "FontAwesome";
  color: #bcc52a;
  line-height: 2.143;
}
.mbp_comment_form.style2 .sspd_review li ul li:last-child a,
.review_star li ul li:last-child a{
  color: #e1e1e1;
}
.mbp_comment_form.style2 .comments_form,
.bsp_reveiw_wrt .comments_form{
  background-color: transparent;
  padding: 0;
}
.single_page_review_form{
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  padding: 50px;
  position: relative;
}
.single_page_review_form .form-group{
  margin-bottom: 25px;
}
.single_page_review_form .form-group input{
  border: 1px solid #E6E9EC;
  border-radius: 3px;
  height: 55px;
  padding-left: 20px;
}
.single_page_review_form textarea{
  border: 1px solid #E6E9EC;
  border-radius: 3px;
  padding: 20px;
}
.single_page_review_form .review_form .btn{
  background: linear-gradient(297.21deg, #0061DF 0%, #4567D5 92.82%);
  border-radius: 3px;
  font-size: 15px;
  height: 55px;
  line-height: 45px;
  max-width: 300px;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single_page_review_form .review_form .btn:hover,
.single_page_review_form .review_form .btn:active,
.single_page_review_form .review_form .btn:focus{
  background: #ffffff;
  border: 1px solid #1947E2;
  color: #1947E2;
}
.review_star ul li{
  margin-right: 3px !important;
}
.review_star ul li a{
  font-size: 10px;
  color: #5F6973;
}
.bsp_reveiw_wrt .comments_form .form-group input{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  height: 50px;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: 20px;
  padding-left: 20px;
}
.bsp_reveiw_wrt .comments_form .form-group input:focus,
.bsp_reveiw_wrt .comments_form .form-group input:active,
.mbp_comment_form.style2 .comments_form .form-group textarea:focus,
.mbp_comment_form.style2 .comments_form .form-group textarea:active,
.bsp_reveiw_wrt .comments_form .form-group textarea:active,
.bsp_reveiw_wrt .comments_form .form-group textarea:visited{
  color: #1A3760;
}
.mbp_comment_form.style2 .comments_form .form-group textarea,
.bsp_reveiw_wrt .comments_form .form-group textarea{
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: 20px;
  padding: 20px;
}
.mbp_comment_form.style2 .comments_form button.btn,
.bsp_reveiw_wrt .comments_form button.btn{
  border-radius: 8px;
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0em;
  height: 50px;
  line-height: 40px;
  padding: 0 70px;
}
.mbp_comment_form.style2 .comments_form button.btn:hover,
.mbp_comment_form.style2 .comments_form button.btn:focus,
.bsp_reveiw_wrt .comments_form button.btn:hover,
.bsp_reveiw_wrt .comments_form button.btn:focus{
}
.custom_hr{
  position: relative;
}
.custom_hr:before {
  background-color: #ebebeb;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.custom_hr.style3:before{
  top: 30px;
}
.become_instructor_container{
  position: relative;
}
.become_instructor_container .titles{
  color: #1A3760;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 30px;
}
/* Google map Multiple marker with content box */
.home_two_map.style2{
  display: table-footer-group;
  position: relative;
}
.map-canvas.half_style{
  bottom: 0;
  height: 1000px;
  left: auto;
  /*position: absolute !important;*/
  right: 0;
  top: 0;
  width: 100%;
}
.gm-style .gm-style-iw-c{
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  border-radius: 3px;
  top: 15px;
  max-height: 321px !important;
  max-width: 290px !important;
}
.gm-style .gm-style-iw-t::after{
  top: 15px;
}
button.gm-ui-hover-effect {
  background-color: #ffffff !important;
  border-radius: 5px;
  border: 0 !important;
  color: inherit;
  font-size: 30px;
  height: 35px;
  line-height: 30px;
  outline: none;
  opacity: 1;
  position: absolute !important;
  right: 10px !important;
  text-align: center;
  top: 15px !important;
  width: 35px;
}
button.gm-ui-hover-effect:hover,
button.gm-ui-hover-effect:focus {
  opacity: 1;
}
.gm-style-iw-d{
  height: auto;
  width: 290px;
}
.gm-style-iw-d img{
  margin-bottom: 15px;
  max-height: 175px;
  max-width: 270px;
  width: 100%;
}
.gm-style-iw-d h5{
  font-size: 14px;
  color: #1947E2;
  line-height: 1.2;
}
.gm-style-iw-d h4 {
  font-size: 16px;
  color: #1A3760;
  font-weight: bold;
  line-height: 1.2;
}
.gm-style-iw-d p {
  font-size: 14px;
  color: #1A3760;
  line-height: 1.2;
}
.gm-style-iw-d p span{
  margin-right: 10px;
}
/*== Invoice Page ==*/
.invoice_down_print {
  background-color: #1947E2;
  border-radius: 4px;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 200px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.invoice_down_print a {
  color: #ffffff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  text-transform: uppercase;
}
.invoice_down_print a img{
  margin-right: 10px;
  vertical-align: text-bottom;
}
.invoice_table {
  background-color: #ffffff;
  border: 1px solid #E6E9EC;
  border-radius: 4px;
  position: relative;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
.invoice_table.order{
  box-shadow: none;
}
.invoice_table .wrapper{
  padding: 100px;
}
.invoice_table .table{
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 0;
  overflow: hidden;
}
.invoice_table .table tr.tblh_row{
  background-color: #1947E2;
  border-radius: 4px;
}
.invoice_table .table tr.tblh_row th{
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
}
.invoice_table .table tr th.tbl_title,
.invoice_table .table tr td.tbl_title{
  color: #5F6973;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.invoice_table .table tr td.tblpr_title{
  color: #1A3760;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.invoice_table .table tr th.tblp_title,
.invoice_table .table tr td.tblp_title{
  color: #1A3760;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
}
.order_table {
  border: 1px solid #EAEAEA;
}
.order_table thead{
  background-color: #f5f5f5;  
}
.order_table .table>:not(:last-child)>:last-child>*{
  border-bottom-color: transparent;
}
.order_table .table th{
  color: #1A3760;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
}
.order_table .table td{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.order_table .table thead th{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
}
.order_table .table th,
.order_table .table td,
.invoice_table .table th,
.invoice_table .table td{
  padding: 30px 25px;
}
.order_table .table th,
.order_table .table td{
  border-bottom: 1px solid #ebebeb;
}
.order_table .table{
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  margin-bottom: 0;
  overflow: hidden;
}
.invoice_table .invoice_date .title{
  color: #5F6973;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.invoice_table .invoice_date h5{
  color: #1A3760;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
}
.invoice_table .invoice_deails h3{
  color: #1A3760;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-transform: uppercase;
}
.invoice_table .invoice_address h3{
  color: #5F6973;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.invoice_table .invoice_address h5{
  color: #1A3760;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
}
.invoice_table .invoice_address p{
  color: #5F6973;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.invoice_table .invoice_deails span{
  color: #5F6973;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.invoice_table .table>:not(caption)>*>*{
  border-bottom-width: 0;
}
.invoice_table.property .table td{
  vertical-align: middle;
}
.invoice_table.property .table td.pending_color{
  color: #CC5040;
}
.invoice_table.property .table th{
  padding-right: 0;
}
.invoice_footer {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #ebebeb;
  padding: 35px 0;
}
.invoice_footer_content ul li{
  margin-right: 40px !important;
}
.invoice_footer_content ul li:last-child{
  margin-right: 0;
}
.invoice_footer_content ul li a{
  color: #5F6973;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.invoice_footer_content ul li:hover a{
  color: #1947E2;
}
/* PROGRESS BAR Start*/
.progress-levels {
  position: relative;
}
.progress-levels .progress-box {
  position: relative;
  margin-bottom: 35px;
  overflow: hidden;
}
.progress-levels .progress-box .bar {
  position: relative;
  height: 10px;
}
.progress-levels .progress-box .bar .bar-innner {
  background-color: #dfdfdf;
  border-radius: 10px;
  height: 10px;
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
}
.progress-levels .progress-box .bar .bar-fill {
  background-color: #0A2357;
  border-radius: 10px;
  left: -100%;
  height: 10px;
  position: absolute;
  top: 0px;
  width: 0px;
  -webkit-transition: all 2000ms ease 300ms;
  -o-transition: all 2000ms ease 300ms;
  transition: all 2000ms ease 300ms;
}
.progress-levels .progress-box.animated .bar .bar-fill {
  left: 0px;
}
.progress-levels .progress-box.animated .percent {
  opacity: 1;
}
.progress-levels .progress-box .percent {
  color: #222222 !important;
  font-size: 14px;
  line-height: 24px;
  opacity: 0;
  position: absolute;
  right: 0px;
  text-align: center;
  top: -25px;
  -webkit-transition: all 2000ms ease 700ms;
  -o-transition: all 2000ms ease 700ms;
  transition: all 2000ms ease 700ms;
}
.progress-levels:last-child {
  margin-bottom: 0px;
}
/* PROGRESS BAR END*/

/* Addui Slider for Pricing Range Slider Start*/
.addui-slider {
  display: block;
  box-sizing: border-box;
}
.addui-slider * {
  box-sizing: border-box;
}
.addui-slider:not(.addui-slider-isrange) {
  cursor: pointer;
}
.addui-slider .addui-slider-track {
  display: block;
  position: relative;
  background: #dfdfdf;
  border-radius: 10px;
}
.addui-slider .addui-slider-track .addui-slider-range {
  display: block;
  background: #3f51b5;
  border-radius: 4px;
  position: absolute;
}
.addui-slider .addui-slider-track .addui-slider-handle {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50px;
  cursor: pointer;
  z-index: 0;
}
.addui-slider .addui-slider-track .addui-slider-handle .addui-slider-value {
  display: block;
  float: right;
  width: 60px;
  height: 40px;
  border-radius: 50%;
  margin-top: 0px;
  color: white;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s, background 1s, transform 1s, margin 1s, border-radius 1s;
  transform: scale(1, 0) rotate(0deg);
  transform-style: preserve-3d;
  position: absolute;
  z-index: 1;
}
.addui-slider .addui-slider-track .addui-slider-handle .addui-slider-value span {
  color: #1A3760;
  display: block;
  line-height: 40px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.addui-slider .addui-slider-track .addui-slider-handle:hover .addui-slider-value {
  background: #dfdfdf;
  opacity: 1;
  transform: scale(1, 1) rotate(0deg);
  margin-top: -35px;
  border-radius: 4px;
}
.addui-slider .addui-slider-track .addui-slider-handle.addui-slider-handle-active .addui-slider-value {
  opacity: 1;
  transform: scale(1, 1) rotate(0deg);
  margin-top: -35px;
  border-radius: 4px;
}
.addui-slider .addui-slider-track .addui-slider-handle:after {
  background: #ffffff;
  border: 2px solid #1947E2;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 30px;
  left: 13px;
  position: relative;
  top: 13px;
  width: 30px;
}
.addui-slider.addui-slider-vertical {
  height: calc(100% - 50px);
  width: 50px;
  margin: 25px 16px;
}
.addui-slider.addui-slider-vertical .addui-slider-track {
  height: 100%;
  width: 4px;
  top: 0;
  left: 23px;
}
.addui-slider.addui-slider-vertical .addui-slider-track .addui-slider-range {
  width: 4px;
  height: auto;
}
.addui-slider.addui-slider-vertical .addui-slider-track .addui-slider-handle {
  left: -24px;
  top: auto;
  transform: translateY(50%);
}
.addui-slider.addui-slider-vertical .addui-slider-track .addui-slider-handle.addui-slider-handle-l {
  z-index: 2;
}
.addui-slider.addui-slider-horizontal {
  height: 50px;
  width: 100%;
}
.addui-slider.addui-slider-horizontal .addui-slider-track {
  height: 6px;
  width: 100%;
  top: 23px;
  left: 0;
}
.addui-slider.addui-slider-horizontal .addui-slider-track .addui-slider-range {
  width: auto;
  height: 6px;
}
.addui-slider.addui-slider-horizontal .addui-slider-track .addui-slider-handle {
  left: auto;
  top: -24px;
  transform: translateX(-50%);
}
/* Addui Slider for Pricing Range Slider End*/
/* Listing Page Table */
.my_lisging_table{
  position: relative;
}
.my_lisging_table tr.thead_row{
  background-color: #EEF2F6;
}
.my_lisging_table tr.thead_row th.thead_title:first-child{
  padding-left: 20px;
}
.my_lisging_table th.thead_title{
  border-bottom-width: inherit;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 40px;
  letter-spacing: 0em;
  line-height: 45px;  
}
.my_lisging_table .car-listing:hover{
  box-shadow: none;
}
.my_lisging_table .car-listing:hover .thumb:before{
  display: none;
}
.editing_list ul{
  margin-bottom: 0;
}
.editing_list ul li{
  background-color: rgba(10, 35, 87, 0.07);
  border-radius: 8px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.editing_list ul li a{
  color: #0A2357;
  font-size: 13px;
}
/*Range Slider UI Layouts*/
.uilayout_range {
  position: relative;
}
.uilayout_range .asRange .asRange-pointer{
  background-color: #fff;
  border-radius: 50%;
  height: 30px;
  left: 30%;
  margin-left: -4px;
  position: absolute;
  top: -13px;
  width: 30px;
  z-index: 2;
}
.uilayout_range .asRange .asRange-pointer .asRange-tip{
  background-color:#E6E9EC;
  border:1px solid #E6E9EC;
  border-radius:3px;
  color:#1A3760;
  font-size:14px;
  height:40px;
  left:0;
  line-height:40px;
  margin-left:-14px;
  position:absolute;
  text-align:center;
  top:-50px;
  width:60px;
  -webkit-transition:opacity .3s ease-in-out 0s;
  transition:opacity .3s ease-in-out 0s;
}
/* Author Content */
.author_content{
  position: relative;
}
.author_review li{
  margin-right: 0 !important;
}
.author_details {
  padding-top: 20px;
}
.author_review li a{
  color: #5F6973;
  font-family: "FontAwesome";
  font-size: 10px;
  line-height: 11px;
}
.author_content .send_btn{
  background: linear-gradient(297.21deg, #0061DF 0%, #4567D5 92.82%);
  border: 1px solid #1947E2;
  border-radius: 3px;
  font-size: 16px;
  height: 55px;
  line-height: 35px;
  width: 200px;
}
.author_content .send_btn:hover,
.author_content .send_btn:active,
.author_content .send_btn:focus{
  background: #fff;
  border: 1px solid #fff;
  color: #1947E2;
}
/* == Gallery == */
.gallery_item{
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.gallery_item img{  
  border-radius: 4px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
} 
.gallery_item:before{
  background-color: rgba(18, 18, 18, .5);
  border-radius: 5px;
  content: "";
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.gallery_item:hover:before{
  opacity: 1;
}
.gallery_item .gallery_overlay{
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 40%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.gallery_item:hover img,
.gallery_item:hover .gallery_overlay,
.gallery_item:hover .gallery_overlay .icon{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery_item .gallery_overlay .icon{
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 25px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.custom_space_listing_v7{
  max-width: 475px !important;
}
.listing_single_page_food_menu img {
  border-radius: 3px;
  height: 80px;
  width: 80px;
}
/*  Tags Input CSS  */
.tags_input .bootstrap-tagsinput{
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  color: #5F6973;
  height: 45px;
  outline: none;
  padding-left: 0;
}
.tags_input .bootstrap-tagsinput input{
  font-size: 14px;
}
.tags_input .bootstrap-tagsinput .badge {
  background-color: rgba(0, 97, 223, 0.07);
  border: 1px solid transparent;
  border-radius: 3px;
  color: #1947E2;
  font-weight: normal;
  font-size: 14px;
  height: 24px;
  margin-right: 10px;
  padding: 3px 8px;
}
.tags_input .bootstrap-tagsinput .badge [data-role="remove"]{
  background-color: transparent;
  float: right;
  margin-left: 8px;
  margin-right: 0;
}
.tags_input .bootstrap-tagsinput .badge [data-role="remove"]:after{
  background-color: transparent;
}
/*  Divider Forms CSS  */
.divider_contact_form .wrapper{
  background-color: #fff;
  border-radius: 3px;
  padding: 30px;
  position: relative;
}
.divider_contact_form .wrapper .form_btn{
  background-color: #FF783D;
  color: #fff;
  height: 50px;
}
.divider_contact_form.home7 .wrapper{
  border-radius: 8px;
}
.divider_contact_form.home7 .wrapper .form_btn{
  background-color: #1947E2;
  border-radius: 8px;
}
.divider_contact_form.home10 .wrapper .form_btn{
  background-color: #006766;
}
.divider_contact_form .wrapper label{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  margin-bottom: 0;
}
.divider_contact_form .wrapper .form-group{
  margin-bottom: 25px;
}
.divider_contact_form .wrapper .form_control{
  height: auto;
  font-size: 14px;
}
.modern_appartment_widget{
  padding: 100px 0;
  position: relative;
}
.modern_appartment_widget ul li{
  margin: 10px 15px 20px;
}
.modern_appartment_widget ul li:last-child{
  margin-right: 0;
}
.modern_appartment_widget ul li .icon{
  font-size: 18px;
}
.modern_appartment_widget .btn{
  background-color: #fff;
  color: #1A3760;
  font-size: 13px;
  font-weight: 600;
  height: 55px;
  line-height: 45px;
  text-transform: uppercase;
  width: 203px;
}
.modern_appartment_widget.home5 .btn{
  color: #1947E2;
  width: 159px;
}
.property_sell_home4{
  padding: 200px 95px 0 100px;
}
.property_sell_home10{
  padding: 200px 80px 0 100px;
}
.load_more_btn .btn{
  font-size: 13px;
  height: 55px;
  line-height: 40px;
  text-transform: uppercase;
  width: 177px;
}
.our-newslatter{
  background-color: #353F47;
}
.best_property_value{
  position: relative;
}
.best_property_value:before{
  background-color: rgba(0, 97, 223, .8);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.heading_read_more .btn{
  font-size: 14px;
  line-height: 18px;
  position: relative;
}
.heading_read_more .btn:before{
  background-color: #1947E2;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 46px;
}
.heading_read_more .btn.style2:before{
  background-color: #fff;
}
.app_details{
  position: relative;
}
.app_btn{
  display: inline-flex;
  position: relative;
}
.app_btn .btn_apple,
.app_btn .btn_gplay{
  border-radius: 3px;
  height: 60px;
  text-align: left;
  width: 210px;
}
.app_btn .btn_apple:hover,
.app_btn .btn_apple:focus,
.app_btn .btn_apple:active,
.app_btn .btn_gplay:hover,
.app_btn .btn_gplay:focus,
.app_btn .btn_gplay:active{
  box-shadow: none;
  outline: none;
}
.app_btn .btn_apple .thumb,
.app_btn .btn_gplay .thumb{
  line-height: 40px;
  margin: 0 20px 0 10px;
}
.app_btn .btn_apple .thumb img,
.app_btn .btn_gplay .thumb img{
  width: 24px;
}
.app_btn .btn_apple .details,
.app_btn .btn_gplay .details{
  text-align: left;
}
.app_btn .btn_apple .details .subtitle{
  font-size: 14px;
}
.app_btn .btn_apple .details .subtitle,
.app_btn .btn_apple .details .title,
.app_btn .btn_gplay .details .subtitle,
.app_btn .btn_gplay .details .title{
  color: #fff;
  margin: 0;
}
.app_btn .btn_apple .details .title,
.app_btn .btn_gplay .details .title{
  font-size: 16px;
}
.home2_testimonial_tabs{
  position: relative;
}
.home2_testimonial_tabs .testimonial_post_home2 .details{
  padding: 0px 290px 85px;
}
.home2_testimonial_tabs .testimonial_post_home2 .details p{
  color: #1A3760;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
}
.home2_testimonial_tabs li.nav-item a.nav-link{
  border: 1px solid #EAEAEA;
  border-radius: 100px;
  margin: 0 14px;
  padding: 0;
  width: 350px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.home2_testimonial_tabs li.nav-item a.nav-link:hover{
  background-color: #fff;
  -webkit-box-shadow: 0px 18px 60px rgba(23, 26, 33, 0.05);
  -moz-box-shadow: 0px 18px 60px rgba(23, 26, 33, 0.05);
  -o-box-shadow: 0px 18px 60px rgba(23, 26, 33, 0.05);
  box-shadow: 0px 18px 60px rgba(23, 26, 33, 0.05);
}
.home2_testimonial_tabs.home6_style li.nav-item a.nav-link{
  border: none ;
  width: auto;
}
.home2_testimonial_tabs.home6_style .testimonial_post_home2 .details{
  padding-bottom: 30px;
}
.home2_testimonial_tabs.home6_style .testimonial_post_home2 .details .title{
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
}
.home2_testimonial_tabs.home6_style .testimonial_post_home2 .details p{
  margin-bottom: 30px;
}
.home2_testimonial_tabs.home6_style .testimonial_post_home2 .details .para{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
}
.home2_testimonial_tabs .thumb{
  padding: 10px;
}
.home2_testimonial_tabs .thumb img{
  width: 70px;
}
.home2_testimonial_tabs .thumb .title{
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  margin: 12px 20px;
}
.home2_testimonial_tabs .thumb .title small{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
}
.testimonial_post_home2:before {
  background-image: url(../images/icon/quote-left.svg);
  content: "";
  height: 110px;
  left: -100px;
  line-height: normal;
  opacity: .05;
  position: absolute;
  width: 147px;
}
.testimonial_post_home2:after {
  background-image: url(../images/icon/quote-right.svg);
  content: "";
  height: 110px;
  line-height: normal;
  opacity: .05;
  position: absolute;
  right: -100px;
  top: 0;
  width: 147px;
}
.testimonial_post_home2.home3_style{
  margin: 30px 0;
  position: relative;
  text-align: center;
}
.testimonial_post_home2.home3_style .thumb{
  margin-bottom: 50px;
  text-align: center;
}
.testimonial_post_home2.home3_style .thumb img{
  border: 5px solid #fff;
  margin-bottom: 15px;
  width: 80px;
}
.testimonial_post_home2.home3_style .title,
.testimonial_post_home2.home3_style .title small{
  color: #fff;
}
.testimonial_post_home2.home3_style .title small{
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
}
.testimonial_post_home2.home3_style .para{
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  margin: 0 auto;
  width: 57%;
}
.testimonial_post_home2.home3_style:after{
  right: 0;
}
.testimonial_post_home2.home3_style:before{
  left: 0;
}
.testimonial_post_home2.home3_style:after,
.testimonial_post_home2.home3_style:before{
  color: rgba(255, 255, 255, 0.05);
  bottom: 0;
  top: auto;
}
.home2_testimonial_tabs.home6_style .thumb{
  padding: 0;
}
.home2_testimonial_tabs.home6_style a.nav-link.active .thumb img{
  margin-top: -12px;
  width: 90px;
}
.testimonials_home4_layouts{
  background-color: #EEF2F6;
}
.swiper-pagination-fraction{
  
}
.testimonial_home4_slider{
  position: relative;
}
.testimonial_home4_slider .tst_thumb_content .thumb img{
  width: 70px;
}
.testimonial_home4_slider .tst_thumb_content .tst_client{
  padding-top: 15px;
}
.testimonial_home4_slider .tst_thumb_content .tst_client .title{
  color: #1A3760;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
}
.testimonial_home4_slider .tst_thumb_content .tst_client .para{
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
}
.testimonial_home4_slider .tst_details .para{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
}
.testimonial_swiper_slider_home4_style.swiper{
  padding-bottom: 65px;
}
.testimonial_swiper_slider_home4_style.swiper .swiper-button-prev:after{
  color: #1A3760;
  content: "\f115";
  font-size: 12px;
  font-family: "Flaticon";
}
.testimonial_swiper_slider_home4_style.swiper .swiper-button-next:after{
  color: #1A3760;
  content: "\f116";
  font-size: 12px;
  font-family: "Flaticon";
}
.testimonial_swiper_slider_home4_style.swiper .swiper-button-prev{
  bottom: -18px;
  display: block;
  left: 25.5%;
  top: auto;
  z-index: 9;
}
.testimonial_swiper_slider_home4_style.style2_home6.swiper{
  padding-left: 30px;
}
.testimonial_swiper_slider_home4_style.style2_home6.swiper .swiper-button-prev{
  left: 0;
}
.testimonial_swiper_slider_home4_style.swiper .swiper-button-next{
  bottom: -18px;
  display: block;
  right: 63%;
  top: auto;
  z-index: 1;
}
.testimonial_swiper_slider_home4_style.swiper .swiper-pagination-fraction{
  bottom: 0;
  color: #1A3760;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  left: 28%;
  position: absolute;
  width: 5%;
  z-index: 0;
}
/*  Map Switcher Css Code Start  */
.switch {
  position: relative;
}
.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}
.switch input + label {
  position: relative;
  min-width: calc(calc(2.375rem * .8) * 2);
  border-radius: calc(2.375rem * .8);
  height: calc(2.375rem * .8);
  line-height: calc(2.375rem * .8);
  display: inline-block;
  cursor: pointer;
  outline: none;
  user-select: none;
  vertical-align: middle;
  text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}
.switch input:checked + label::before {
  background-color: #1947E2;
}
.switch input + label::before {
  right: 0;
  background-color: #dee2e6;
  border-radius: calc(2.375rem * .8);
  transition: 0.2s all;
}
.switch input + label::before, .switch input + label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(calc(2.375rem * .8) * 2);
  bottom: 0;
  display: block;
}
.switch input:checked + label::after {
  margin-left: calc(2.375rem * .8);
}
.switch input + label::after {
  top: 2px;
  left: 2px;
  width: calc(calc(2.375rem * .8) - calc(2px * 2));
  height: calc(calc(2.375rem * .8) - calc(2px * 2));
  border-radius: 50%;
  background-color: white;
  transition: 0.2s all;
}
.first-switch-content{
  display: none;
}
/*  Map Switcher Css Code End  */
.property_attachment_area{
  position: relative;
}
.property_attachment_area .document_list li{
  margin-right: 30px;
}
.property_attachment_area .document_list li:last-child{
  margin-right: 30px;
}
.document_list li .icon{
  font-size: 18px;
  vertical-align: middle;
}
.document_list li a{
  font-size: 12px;
  font-weight: 600;
  margin-left: 30px;
  text-transform: uppercase;  
}
.location_details ul li p,
.additional_details ul li p {
  color: #1A3760;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.857;
  margin-bottom: 0;
}
.location_details ul li p span,
.additional_details ul li p span{
  color: #5F6973;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.857;
  margin-bottom: 0;
}
.property_sp_videos{
  position: relative;
}
.property_sp_videos .nav-tabs{
  border-bottom: none;
}
.property_sp_videos .nav-tabs .nav-link,
.property_sp_v8_tabs .property_sp_videos .nav-tabs .nav-link{
  background-color: transparent;
  font-size: 18px;
  font-weight: normal;
  margin-right: 35px;
  padding: 8px 0;
}
.property_sp_videos .nav-tabs .nav-link:hover,
.property_sp_videos .nav-tabs .nav-link:active,
.property_sp_videos .nav-tabs .nav-link:focus{
  border: 1px solid transparent;
}
.property_sp_videos .nav-tabs .nav-item{
  margin-bottom: 30px;
}
.property_sp_videos .nav-tabs .nav-item.show .nav-link,
.property_sp_videos .nav-tabs .nav-link.active,
.property_sp_v8_tabs .property_sp_videos .nav-tabs .nav-item.show .nav-link,
.property_sp_v8_tabs .property_sp_videos .nav-tabs .nav-link.active{
  border: none;
  border-bottom: 2px solid #1A3760;
  color: #1A3760;
  font-weight: 600;
}
.property_sp_tour_info .submit_btn{
  font-size: 13px;
  font-weight: 600;
  height: 55px;
  text-transform: uppercase;
  width: 250px;
}
.property_sp_tour_info.style2 .submit_btn{
  width: 100%;
}
.property_sp_walkscore,
.property_view_sp_tabs{
  position: relative;
}
.property_sp_walkscore .nav-tabs,
.property_view_sp_tabs .nav-tabs{
  border-bottom: none;
}
.property_sp_walkscore .nav-tabs .nav-link,
.property_view_sp_tabs .nav-tabs .nav-link,
.property_sp_v8_tabs .property_view_sp_tabs .nav-tabs .nav-link{
  background-color: transparent;
  font-size: 13px;
  font-weight: 600;
  margin-right: 35px;
  padding: 5px 0;
  position: relative;
}
.property_sp_walkscore .nav-tabs .nav-link:hover,
.property_sp_walkscore .nav-tabs .nav-link:active,
.property_sp_walkscore .nav-tabs .nav-link:focus,
.property_view_sp_tabs .nav-tabs .nav-link:hover,
.property_view_sp_tabs .nav-tabs .nav-link:active,
.property_view_sp_tabs .nav-tabs .nav-link:focus{
  border: 1px solid transparent;
}
.property_sp_walkscore .nav-tabs .nav-item.show .nav-link,
.property_sp_walkscore .nav-tabs .nav-link.active,
.property_view_sp_tabs .nav-tabs .nav-item.show .nav-link,
.property_view_sp_tabs .nav-tabs .nav-link.active{
  border: none;
  color: #1947E2;
}
.property_sp_walkscore .nav-tabs .nav-item.show .nav-link:before,
.property_sp_walkscore .nav-tabs .nav-link.active:before,
.property_view_sp_tabs .nav-tabs .nav-item.show .nav-link:before,
.property_view_sp_tabs .nav-tabs .nav-link.active:before{
  background-color: #1947E2;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  width: 26px;
}
.single_line .para{
  color: #5F6973;
  font-size: 14px;
  float: left;
  line-height: 40px;
  margin-bottom: 0;
}
.energy_class .single_line{
  border-bottom: 1px solid #EAEAEA;
  display: flow-root;
}
.energy_class .single_line.bbn{
  border-bottom: none;
}
.energy_class .single_line .para{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0em;
}
.single_line .review{
  float: right;
  margin-bottom: 0;
}
.single_line .review li{
  margin-right: 3px;
}
.single_line .review li:nth-child(5){
  margin-right: 25px;
}
.single_line .review span.total_rive_count{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0em;
}
.single_line .review li a{
  font-size: 14px;
  color: #CAB877;
  line-height: 40px;
}
canvas#myChart{
  height: auto;
  max-width: 600px;
  width: 100%;
}
.property_sp_payment_calculator .form-group{
  margin-bottom: 20px;
}
.property_sp_payment_calculator .submit_btn{
  font-size: 13px;
  font-weight: 600;
  height: 55px;
  line-height: 17px;
  width: 200px;
}
.property_sp_payment_calculator.style2 .submit_btn{
  width: inherit;
}
.theme_badge{
  background-color: #1947E2;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  width: 73px;
}
.theme_badge2{
  background-color: #CC5040;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  width: 73px;
}
.theme_badge3{
  background-color: #1A3760;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  width: 73px;
}
.theme_badge:hover,
.theme_badge2:hover,
.theme_badge3:hover{
  color: #fff;
}
.property_sp_v8_tabs{
  background-color: #fff;
  border: 1px solid #E6E9EC;
  border-radius: 3px;
  -webkit-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
  -moz-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
  -o-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
  box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
}
.property_sp_v8_tabs .nav-tabs{
  border-bottom: none;
}
.property_sp_v8_tabs .nav-tabs .nav-link{
  background-color: #E6E9EC;
  border: none;
  border-right: 1px solid #fff;
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
  padding: 20px 32px;
  text-transform: uppercase;
}
.property_sp_v8_tabs .nav-tabs .nav-item.show .nav-link,
.property_sp_v8_tabs .nav-tabs .nav-link.active{
  background-color: #fff;
}
.property_sp_v8_tabs .property_single_page_widget{
  border: none;
  box-shadow: none;
}
.view_photo_btn{
  border-radius: 3px;
  bottom: 30px;
  font-size: 13px;
  font-weight: 600;
  height: 55px;
  line-height: 45px;
  position: absolute;
  right: 30px;
  text-transform: uppercase;
  width: 191px;
  z-index: 1;
}
/* Menu Mega Code End */
/* Top Search Code Start */
.top-search {
  position: relative;
}
.top-search form.form-search {
  position: relative;
}
.top-search form.form-search .box-search.pre_line:before{
  background-color: #EBEBEB;
  content: "";
  height: 22px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 1px;
}
.top-search form.form-search .box-search input {
  border: none;
  height: 50px;
  padding-left: 20px;
  width: 526px;
}
.top-search form.form-search .box-search .search-suggestions {
  border-radius: 4px;
  left: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 60px;
  visibility: hidden;
  width: 580px;
  z-index: 9;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top-search form.form-search .box-search .search-suggestions.show {
  opacity: 1;
  top: 77px;
  visibility: visible;
}
.top-search.home4_style form.form-search .box-search input{
  width: 416px;
}
.top-search.home4_style form.form-search .box-search .search-suggestions{
  width: 416px;
}
.top-search.home7_style form.form-search .box-search input{
  width: 956px;
}
.bgc_home4_style,
.feature_listing_home4_style{
  background-color: #EFF3F6;
}
/* Top Search Code End */
/* Search Sugguestions Code Start */
.search-suggestions .box-suggestions {
  background-color: #fff;
  border: 1px solid #EAEAEA;
  padding: 20px 0;
  width: 100%;
}
.search-suggestions .box-suggestions ul li {
  margin-bottom: 28px;
  overflow: hidden;
  padding: 0 20px 20px;
}
.search-suggestions .box-suggestions ul li{
  border-bottom: 1px solid #ebebeb;
}
.search-suggestions .box-suggestions ul li:last-child{
  border-bottom: none;
  padding-bottom: 0;
}
.search-suggestions .box-suggestions ul li .thumb {
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  float: left;
  height: 70px;
  margin-right: 20px;
  width: 70px;
}
.search-suggestions .box-suggestions ul li .info-product {
  overflow: hidden;
  margin-top: 8px;
}
.search-suggestions .box-suggestions ul li .info-product .item_title {
  color: #1A3760;
  font-size: 14px;
  line-height: 24px;
}
.search-suggestions .box-suggestions ul li .info-product .price .sale {
  color: #1947E2;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
/* Search Sugguestions Code End */
/* Custome DropDown Code Start */
.shop_default_listing .options{
  width: 130px;
}
/* Custome DropDown Code Start */
/* home1 first banner coding start */
.banner_one.megamenu_style .details.style2{
  position: absolute;
}
.shop_btn{
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
  position: relative;
  text-align: left;
}
.shop_btn:before{
  background-color: #fff;
  bottom: -10px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 62%;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}
.shop_btn.thm3:before{
  background-color: #CF3E3B;
}
.shop_btn.thm4:before{
  background-color: #F2B23E;
}
.shop_item{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shop_item:hover{
  border: 1px solid #EAEAEA;
}
.shop_item.no_border:hover{
  border: 1px solid transparent;
}
.shop_item.fruit_item_grid{
  padding: 0px 20px 30px;
}
.shop_item.fruit_item_grid:hover .details .si_footer .price{
  opacity: 1;
}
.shop_item .thumb{
  position: relative;
  text-align: center;
}
.shop_item .details .title{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: 8px;
}
.shop_item .details .review{
  margin-bottom: 10px;
}
.shop_item .details .si_footer{
  display: inline-block;
  position: relative;
  width: 100%;
}
.shop_item .details .si_footer .price{
  color: #1A3760;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  left: 0;
  margin-top: 10px;
}
.shop_item .details .si_footer .price small{
  color: #5F6973;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  margin-right: 8px;
}
.shop_item .details .si_footer .cart_btn{
  background-color: rgba(245, 195, 75, .5);
  border-radius: 50px;
  display: block;
  height: 40px;
  line-height: 35px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.shop_item .details .si_footer .cart_btn img{
  display: inline-block;
  width: 12px;
}
.shop_item:hover .details .si_footer .cart_btn{
  background-color: #F5C34B;
}
.home8_style.shop_item.single_slider .thumb img{
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}
.shop_item.home6_style:hover{
  border: 1px solid transparent;
}
.shop_item.home6_style .details .si_footer .price{
  color: #F2B23E;
}
.shop_item.home6_style .details .si_footer .line:before{
  background-color: #F2B23E;
}
.shop_item.home10_style .details .si_footer .cart_btn{
  bottom: -15px;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  height: 45px;
  left: 0;
  letter-spacing: 0em;
  line-height: 40px;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.shop_item.home10_style.style2 .details .si_footer .cart_btn{
  background-color: #1947E2;
  bottom: 0;
  color: #fff;
}
.shop_item.home10_style.style2 .details .si_footer .cart_btn:hover,
.shop_item.home10_style.style2 .details .si_footer .cart_btn:active,
.shop_item.home10_style.style2 .details .si_footer .cart_btn:focus{
  background-color: #6F9D34;

}
.shop_item.home10_style .details .si_footer .cart_btn{
  bottom: -10px;
}
.shop_item .details .si_footer .line{
  background-color: #EBEBEB;
  border-radius: 30px;
  height: 6px;
  position: relative;
  width: 100%;
}
.shop_item .details .si_footer .line:before{
  background-color: #1947E2;
  border-radius: 30px;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  width: 108px;
}
.home3_style.shop_item .details .si_footer .line:before{
  background-color: #CF3E3B;
}
.home3_style.shop_item.style2{
  border: 2px solid #CF3E3B;
  border-radius: 4px;
}
.shop_item.style2.home6_style{
  padding-top: 10px;
}
.shop_item.style2{
  padding-top: 0;
}
.shop_item.style2:hover .details .si_footer .price{
  opacity: 1;
}
.shop_item.style2 .details .si_footer{
  display: flow-root;
}
.shop_item .details .si_footer .sell,
.shop_item .details .si_footer .stock{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.shop_item .details .si_footer .sell span,
.shop_item .details .si_footer .stock span{
  color: #1A3760;
  font-weight: bold;
}
.shop_item.list_style{
  border: none;
  display: flex;
  padding: 15px 20px;
}
.shop_item.list_style .thumb{
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  max-width: 300px;
  width: 100%;
}
.shop_item.list_style .details{
  padding-left: 30px;
}
.shop_item.list_style .details .review{
  margin-bottom: 15px;
}
.shop_item.list_style .details .title{
  margin-bottom: 10px;
}
.shop_item.list_style .details .price{
  color: #1947E2;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 25px;
}
.shop_item.list_style .details .para{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.shop_item.list_style .details .si_footer .cart_btn{
  margin-top: 25px;
  opacity: 1;
  position: relative;
  width: 240px;
}
.shop_item.home3_style2{
  padding-top: 0;
}
.shop_item.home3_style2:hover{
  border: 1px solid transparent;
}
.shop_item.home3_style2.home4 .thumb img{
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}
.shop_item.home5_style,
.shop_item.home5_style:hover{
  border: none;
}
.shop_item.home7_style{
  padding: 0 20px 30px;
}
.shop_item.home7_style:hover{
  border: 1px solid transparent;
}
.home8_style.shop_item .details .si_footer .line:before{
  background-color: #1947E2;
}
.home8_style.shop_item.single_slider.no_border,
.shop_item.home8_style.no_border{
  border: none;
}
.home8_style.shop_item.single_slider{
  border: 2px solid #FFD96A;
}
.shop_item.home8_style{
  margin-bottom: 30px;
}
.shop_item.home8_style.no_transform .cart_btn{
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.shop_item.home8_style.middle_item .thumb img{
  margin: 0 auto;
  max-width: 120px;
  width: 100%;
}
.shop_item.home8_style .details .si_footer .cart_btn{
  border-radius: 45px;
  color: #1A3760;
}
.shop_item.home8_style .details .si_footer .cart_btn.op1{
  opacity: 1;
}
.shop_item.home9_style2:hover{
  border: 1px solid transparent;
}
.shop_item.home9_style2:hover .si_footer .price{
  opacity: 1;
}
.shop_item.home9_style2 .details .si_footer .cart_btn.op1{
  opacity: 1;
  position: relative;
}
.shop_item.home9_style1{
  border: 1px solid #EAEAEA;
  padding: 0;
  position: relative;
}
.shop_item.home9_style1 .thumb,
.shop_item.home9_style1 .details .wrapper{
  padding: 30px 20px 0;
}
.shop_item.home9_style1 .details .si_footer{
  padding-bottom: 10px;
}
.shop_item.home9_style1 .details .si_footer .cart_btn{
}
.shop_item.home10_style .details .si_footer ul{
  left: 0;
  margin: 0 auto;
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shop_item.home10_style:hover .details .si_footer ul{
  opacity: 1;
}
.shop_item.home10_style .details .si_footer ul li{
  margin-right: 1px;
  vertical-align: bottom;
}
.shop_item.home10_style .details .si_footer ul li a{
  background-color: #EBEBEB;
  border-radius: 4px;
  color: #5F6973;
  display: block;
  height: 45px;
  line-height: 45px;
  margin-bottom: -10px;
  width: 45px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shop_item.home10_style .details .si_footer ul li .cart_btn{
  position: relative;
  width: 160px;
}
/* Delivery Coutner/countdown */
.deal_counter {
  border-radius: 30px;
  margin-bottom: 0;
  margin-left: 20px;
  margin-top: -5px;
  padding: 9px 0;
  text-align: center;
  width: 210px;
}
.deal_counter .title{
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
}
.deal_counter .days,
.deal_counter .hours,
.deal_counter .minutes,
.deal_counter .seconds {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.deal_counter .days,
.deal_counter .hours,
.deal_counter .minutes{
  margin-right: 4px;
}
.deal_counter .seperator{
  color: #fff;
}
.deal_counter .days span,
.deal_counter .hours span,
.deal_counter .minutes span,
.deal_counter .seconds span{
  display: none;
}
/* Onlnie Delivery Css */
/* juice Divider Css */
.home1_divider_content{
  position: relative;
  margin: 120px 0;
}
.home1_divider_content .title{
  color: #FFFFFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0em;
}
.home1_divider_content .para{
  color: #FFFFFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  width: 80%;
}
.home1_divider_video_pop{
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  margin-top: 20px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.video_popup_icon {
  background-color: #3965dd;
  border-radius: 100%;
  color: #ffffff;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  top: 0;
  width: 50px;
  z-index: 1;
}
.video_popup_icon:after {
  background-color: rgba(57, 101, 221, 0.5);
  border-radius: 100%;
  content: "";
  height: 70px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 70px;
  z-index: -1;
  box-shadow: 0 0 0 0 #ff5722;
  animation: pulse-blue 2s infinite;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@keyframes pulse-blue {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(57, 101, 221, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(57, 101, 221, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(57, 101, 221, 0);
  }
}
.home1_divider_video_pop{
  position: absolute;
  right: 0;
  top: 160px;
}
.home1_divider_video_pop .video_popup_btn{
  background-color: transparent;
  height: auto;
  line-height: 60px;
  width: auto;
}
.home1_divider_video_pop .video_popup_btn span{
  color: #1A3760;
  font-size: 13px;
}
.home1_divider_video_pop .video_popup_icon {
  background-color: #fff;
  line-height: initial;
  height: 60px;
  line-height: 60px;
  width: 60px;
}
.home1_divider_video_pop .video_popup_icon:after {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 #ffffff;
  height: 79px;
  left: -10px;
  top: -10px;
  width: 79px;
  animation: pulse-white 2s infinite;
}
@keyframes pulse-white {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/* Partner Css */
.partner_divider{
  background-color: #fff;
  position: relative;
}
.partner_item{
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 40px 30px;
  position: relative;
  text-align: center;
  width: 100%;
}
.partner_item.home4_style{
  border: none;
  padding: 0 30px;
}
.partner_grid{
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  padding: 70px 30px 0;
  -webkit-box-shadow: 0px 18px 60px rgba(23, 26, 33, 0.05);
  -moz-box-shadow: 0px 18px 60px rgba(23, 26, 33, 0.05);
  -o-box-shadow: 0px 18px 60px rgba(23, 26, 33, 0.05);
  box-shadow: 0px 18px 60px rgba(23, 26, 33, 0.05);
}
.partner_grid .partner_item.home4_style{
  padding: 0;
  margin-bottom: 30px;
}
.partner_grid .partner_item img {
  margin-bottom: 50px;
}
.home7_testimonials_box{
  padding-left: 50px;
  position: relative;
}
.home7_testimonials_box .title{
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: 0em;
  margin-bottom: 50px;
}
.home7_testimonials_box .testimonial_swiper_slider_home4_style.swiper{
  margin-bottom: 25px;
}
.home7_testimonials_box .testimonial_swiper_slider_home4_style.swiper .swiper-button-prev{
  left: 0;
}
.home7_testimonials_box .testimonial_swiper_slider_home4_style.swiper .swiper-button-next{
  left: 100px;
}
.home7_testimonials_box .testimonial_swiper_slider_home4_style.swiper .swiper-pagination-fraction{
  left: 40px;
  width: 40px;
}
.mobile_app_widget{
  margin-top: 150px;
  position: relative;
}
.mobile_app_widget .title{
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: 0em;
  margin-bottom: 25px;
  width: 80%;
}
.mobile_app_widget .subtitle{
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  margin-bottom: 22px;
}
.mobile_app_widget .para{
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 50px;
  width: 90%;
}
.mobile_app_widget .app_btns{
  background-color: #1A3760;
  border-radius: 8px;
  padding: 15px 20px;
  position: relative;
  width: 200px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile_app_widget .app_btns:hover,
.mobile_app_widget .app_btns:active,
.mobile_app_widget .app_btns:focus{
  background-color: #4AAEE7;
}
.mobile_app_widget .app_btns .icon{
  color: #fff;
  font-size: 25px;
  margin-top: 10px;
}
.mobile_app_widget .app_btns .smtitle{
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
}
.mobile_app_widget .app_btns .stitle{
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
}
/* Store locator page css */
.sidebar_store_location{
  position: relative;
}
.searchbar_widget .wrapper{
  position: relative;
}
.searchbar_widget .wrapper .form-control{
  border: 1px solid #EAEAEA;
  border-right: transparent;
  height: 60px;
  padding-left: 20px;
}
.searchbar_widget .wrapper .btn{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-left: transparent;
  height: 60px;
  z-index: 0;
}
.shop_map_btn_thm{
  color: #1947E2;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  position: relative;
  text-transform: uppercase;
}
.shop_map_btn_thm:before{
  background-color: #1947E2;
  bottom: -10px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 68px;
}
/*Shop Slider Contact Css*/
.single_product_slider.owl-theme .owl-dots{
  text-align: center;
}
.single_product_slider.owl-theme .owl-dots .owl-dot span{
  background: transparent;
  border-radius: 4px;
  height: 100px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 10px;
  opacity: 0.4;
  width: 120px;
}
.single_product_slider.sidebar.owl-theme .owl-dots .owl-dot span{
  margin-right: 0;
}
.single_product_slider.owl-theme .owl-dots .owl-dot.active span{
  opacity: 1;
}
.single_product_slider.owl-theme .owl-dots .owl-dot:first-child span{
  background-image: url(../images/shop/ss1.jpg);
  background-position: center center;
  background-size: cover;
  margin-bottom: 12px;
}
.single_product_slider.owl-theme .owl-dots .owl-dot:nth-child(2) span{
  background-image: url(../images/shop/ss2.jpg);
  background-position: center center;
  background-size: cover;
  margin-bottom: 12px;
}
.single_product_slider.owl-theme .owl-dots .owl-dot:nth-child(3) span{
  background-image: url(../images/shop/ss3.jpg);
  background-position: center center;
  background-size: cover;
  margin-bottom: 12px;
}
.single_product_slider.owl-theme .owl-dots .owl-dot:nth-child(4) span{
  background-image: url(../images/shop/ss4.jpg);
  background-position: center center;
  background-size: cover;
  margin-bottom: 12px;
}
.single_product_slider.owl-theme .owl-dots .owl-dot:nth-child(5) span{
  background-image: url(../images/shop/ss5.jpg);
  background-position: center center;
  background-size: cover;
  margin-bottom: 12px;
}
.single_product_slider.owl-theme .owl-dots .owl-dot:nth-child(6) span{
  background-image: url(../images/listing/12.jpg);
  background-position: center center;
  background-size: cover;
  margin-bottom: 12px;
}
.single_product_slider.owl-theme .owl-dots .owl-dot:nth-child(7) span{
  background-image: url(../images/listing/9.jpg);
  background-position: center center;
  background-size: cover;
  margin-bottom: 12px;
}
.single_product_slider.owl-theme .owl-dots .owl-dot:nth-child(8) span{
  background-image: url(../images/listing/sp5s6.jpg);
  background-position: center center;
  background-size: cover;
  margin-bottom: 12px;
}
.single_product_slider.vertical_style .sps_content{
  border: none;
  margin-left: 130px;
  padding: 0;
}
.single_product_slider.vertical_style.owl-theme .owl-dots{
  left: 0;
  position: absolute;
  top: 0;
}
.sps_content .video_popup_btn{
  bottom: 30px;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: auto;
  line-height: 16px;
  letter-spacing: 0em;
  position: absolute;
  right: 55px;
}
.sps_content .video_popup_btn span{
  color: #fff;
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
}
.single_product_slider.vertical_style.owl-theme .owl-dots .owl-dot{
  display: block;
}
.single_product_slider.vertical_style.owl-theme .owl-dots .owl-dot span{
  height: 100px;
  margin-top: 0;
  width: 120px;
}
.single_product_slider.vertical_style.owl-theme.owl-loaded .owl-prev{
  left: 130px;
}
.single_product_grid.user_profile .sps_content .thumb img{
  border-radius: 8px;
  max-width: 720px;
}
.sp5_small_img{
  position: relative;
}
.sp5_small_img .thumb{
  border-radius: 4px;
  overflow: hidden;
}
.sp5_small_img .overlay{
  background: linear-gradient(0deg, rgba(10, 35, 87, 0.8), rgba(10, 35, 87, 0.8));
  bottom: 0;
  border-radius: 4px;
  cursor: pointer;
  left: 0;
  margin-bottom: 0;
  padding-top: 25%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.sp5_small_img .overlay span{
  color: #fff;
  font-size: 24px;
}
.sp5_small_img .overlay .title{
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
}
.sps_content .thumb img{
  margin: 0 auto;
  max-width: 508px;
  width: 100%;
}
.single_product{
  position: relative;
}
.single_product .product_popup{
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 40px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
.single_product .product_popup span{
  color: #222222;
  font-size: 16px;
}
.single_product .single_item .thumb .tags{
  background-color: #D0473A;
  border-radius: 60px;
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
  height: 25px;
  line-height: 25px;
  letter-spacing: 0.03em;
  left: 30px;
  position: absolute;
  text-align: center;
  top: 30px;
  text-transform: uppercase;
  width: 75px;
}
.freeqiently_bought{
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  padding: 30px;
  position: relative;
}
.freeqiently_bought:before {
  background-color: #ebebeb;
  bottom: 0;
  content: "";
  position: absolute;
  right: 27%;
  top: 0;
  width: 1px;
}
.fb_img_list ul li:first-child{
  margin-left: 0;
}
.fb_img_list ul li{
  margin: 0 15px;
}
.fb_img_list ul li a{
  font-size: 16px;
}
.fb_img_list ul li img{
  width: 85px;
}
.fb_cart_list{
  max-width: 285px;
  width: 100%;
}
.fb_cart_list .order_list li a{
  color: #1A3760;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.fb_cart_list .order_list li a span{
  background-color: transparent;
  position: relative;
}
.price_for_all{
  margin-top: 50px;
  position: relative;
}
.price_for_all .title{
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
.price_for_all .price{
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
.all_cart_btns{
  border-radius: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  height: 55px;
  letter-spacing: 0em;
  text-align: center;
  width: 250px;
}
.shop_single_sidebar{
  position: relative;
}
.bestseller_sidebar_slider,
.feature_product_slider,
.listing_item_1grid_slider,
.listing_item_2grid_slider,
.listing_item_3grid_slider,
.listing_item_4grid_slider,
.listing_item_7grid_slider,
.listing_item_8grid_slider{
  position: relative;
}
.listing_item_car_grid_slider.nav_none.owl-theme .owl-nav,
.feature_product_slider.nav_none.owl-theme .owl-nav,
.listing_item_1grid_slider.nav_none.owl-theme .owl-nav,
.listing_item_2grid_slider.nav_none.owl-theme .owl-nav,
.listing_item_3grid_slider.nav_none.owl-theme .owl-nav,
.listing_item_4grid_slider.nav_none.owl-theme .owl-nav,
.listing_item_5grid_slider.nav_none.owl-theme .owl-nav,
.listing_item_6grid_slider.nav_none.owl-theme .owl-nav,
.listing_item_7grid_slider.nav_none.owl-theme .owl-nav,
.listing_item_8grid_slider.nav_none.owl-theme .owl-nav,
.bestseller_sidebar_slider.nav_none.owl-theme .owl-nav,
.single_product_slider.nav_none.owl-theme .owl-nav,
.recent_property_slider_home5.nav_none.owl-theme .owl-nav,
.single_page6_single_slider.nav_none.owl-theme .owl-nav{
  display: none;
}
.banner-style-one.owl-theme.dots_none .owl-dots,
.listing_item_car_grid_slider.owl-theme.dots_none .owl-dots,
.feature_product_slider.dots_none.owl-theme .owl-dots,
.listing_item_1grid_slider.dots_none.owl-theme .owl-dots,
.listing_item_2grid_slider.dots_none.owl-theme .owl-dots,
.listing_item_3grid_slider.dots_none.owl-theme .owl-dots,
.listing_item_4grid_slider.dots_none.owl-theme .owl-dots,
.listing_item_5grid_slider.dots_none.owl-theme .owl-dots,
.listing_item_6grid_slider.dots_none.owl-theme .owl-dots,
.listing_item_7grid_slider.dots_none.owl-theme .owl-dots,
.listing_item_8grid_slider.dots_none.owl-theme .owl-dots,
.recent_property_slider_home5.dots_none.owl-theme .owl-dots,
.single_product_slider.dots_none.owl-theme .owl-dots,
.bestseller_sidebar_slider.dots_none.owl-theme .owl-dots,
.single_page6_single_slider.dots_none.owl-theme .owl-dots{
  display: none !important;
}
.bestseller_sidebar_slider.owl-theme .owl-nav .owl-prev,
.bestseller_sidebar_slider.owl-theme .owl-nav .owl-next,
.feature_product_slider.owl-theme .owl-nav .owl-prev,
.feature_product_slider.owl-theme .owl-nav .owl-next,
.listing_item_1grid_slider.owl-theme .owl-nav .owl-prev,
.listing_item_1grid_slider.owl-theme .owl-nav .owl-next,
.listing_item_4grid_slider.home10_style.owl-theme .owl-nav .owl-prev,
.listing_item_4grid_slider.home10_style.owl-theme .owl-nav .owl-next,
.listing_item_6grid_slider.owl-theme .owl-nav .owl-prev,
.listing_item_6grid_slider.owl-theme .owl-nav .owl-next{
  background-color: transparent;
  color: #1A3760;
  position: absolute;
  top: -55px;
}
.bestseller_sidebar_slider.home8_style.owl-theme .owl-nav .owl-prev{
  left: 10px;
}
.bestseller_sidebar_slider.home8_style.owl-theme .owl-nav .owl-next{
  right: 10px;
}
.bestseller_sidebar_slider.home8_style.owl-theme .owl-nav .owl-prev,
.bestseller_sidebar_slider.home8_style.owl-theme .owl-nav .owl-next{
  top: 200px;
  display: flex;
}
.bestseller_sidebar_slider.owl-theme .owl-nav .owl-prev,
.feature_product_slider.owl-theme .owl-nav .owl-prev,
.listing_item_1grid_slider.owl-theme .owl-nav .owl-prev,
.listing_item_6grid_slider.owl-theme .owl-nav .owl-prev,
.listing_item_4grid_slider.home10_style.owl-theme .owl-nav .owl-prev{
  right: 30px;
}
.listing_item_4grid_slider.home10_style.owl-theme .owl-nav .owl-prev{
  left: auto;
}
.listing_item_4grid_slider.home10_style.owl-theme .owl-nav .owl-prev,
.listing_item_4grid_slider.home10_style.owl-theme .owl-nav .owl-next{
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.bestseller_sidebar_slider.owl-theme .owl-nav .owl-next,
.feature_product_slider.owl-theme .owl-nav .owl-next,
.listing_item_1grid_slider.owl-theme .owl-nav .owl-next,
.listing_item_6grid_slider.owl-theme .owl-nav .owl-next,
.listing_item_4grid_slider.home10_style.owl-theme .owl-nav .owl-next{
  right: 0;
}
.bestseller_sidebar_slider.owl-theme .owl-nav .owl-prev:hover,
.bestseller_sidebar_slider.owl-theme .owl-nav .owl-next:hover,
.feature_product_slider.owl-theme .owl-nav .owl-prev:hover,
.feature_product_slider.owl-theme .owl-nav .owl-next:hover,
.listing_item_6grid_slider.owl-theme .owl-nav .owl-prev:hover,
.listing_item_6grid_slider.owl-theme .owl-nav .owl-next:hover,
.listing_item_4grid_slider.home10_style.owl-theme .owl-nav .owl-prev:hover,
.listing_item_4grid_slider.home10_style.owl-theme .owl-nav .owl-next:hover{
  color: #1947E2;
}
/* Shop cart button number count increase and decrese Start */
.quantity-block{
  position: relative;
}
.quantity-arrow-minus,
.quantity-arrow-plus{
  background-color: #CF3E3B;
  border: none;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 4px;
  height: 25px;
  line-height: 20px;
  outline: none;
  position: absolute;
  text-align: center;
  width: 25px;
}
.quantity-arrow-minus{
  left: 0;
  top: 10px;
}
.quantity-arrow-plus{
  right: 10px;
  top: 10px;
}
.quantity-arrow-minus.inner_page{
  background-color: #EBEBEB;
  border-radius: 50%;
  color: #1A3760;
  left: 10px;
  top: 15px;
}
.quantity-num.inner_page{
  max-width: 145px;
}
.quantity-arrow-plus.inner_page{
  background-color: #EBEBEB;
  border-radius: 50%;
  color: #1A3760;
  top: 15px;
}
.quantity-arrow-minus.inner_page:hover,
.quantity-arrow-plus.inner_page:hover{
  background-color: #1A3760;
  color: #fff;
}
.quantity-num{
  background-color: #BE3431;
  border: none;
  border-radius: 4px 0 0 4px;
  color: #fff;
  font-size: 13px;
  height: 45px;
  max-width: 104px;
  outline: none;
  padding: 0;
  text-align: center;
  width: 100%;
}
input.quantity-num[type="number"]::-webkit-inner-spin-button,
input.quantity-num[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* Shop cart button number count increase and decrese End */
.fp_view_all_btn{
  background-color: #fff;
  border: 1px solid #1947E2;
  border-radius: 60px;
  color: #1947E2;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  height: 50px;
  line-height: 40px;
  letter-spacing: 0em;
  position: relative;
  text-transform: uppercase;
  width: 152px;
}
.fp_view_all_btn:hover{
  background-color: #1947E2;
  color: #fff;
}
/* Countdown Timer Home 9 Custom Style */
.countdown-timer-wrapper {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
  max-width: 300px;
  margin: 50px auto;
}
.countdown-timer-wrapper h5 {
  font-size: 14px;
  letter-spacing: 0.5px;
  text-align: center;
  padding-top: 10px;
  text-shadow: none;
}
.countdown-timer-wrapper .timer {
  padding: 10px;
  text-align: center;
  padding-top: 15px;
}
.countdown-timer-wrapper .timer .timer-wrapper {
  display: inline-block;
  width: 60px;
  height: 50px;
}
.countdown-timer-wrapper .timer .timer-wrapper .time {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
}
.countdown-timer-wrapper .timer .timer-wrapper .text {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
/* Category Item Home 1 */
.category_item{
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 60px 0 25px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category_item .thumb{
  margin-bottom: 40px;
  overflow: hidden;
  padding: 0 45px 0;
  position: relative;
}
.category_item .thumb img{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category_item:hover{
  -webkit-box-shadow:0px 18px 60px rgba(23, 26, 33, 0.05);
  -moz-box-shadow:0px 18px 60px rgba(23, 26, 33, 0.05);
  -o-box-shadow:0px 18px 60px rgba(23, 26, 33, 0.05);
  box-shadow:0px 18px 60px rgba(23, 26, 33, 0.05);
}
.category_item:hover .thumb img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.category_item .details .title,
.category_item .details .title a{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: 0;
}
.category_item.home4_style{
  background-color: #4AAEE7;
  border-radius: 8px;
  margin: -80px 0 30px;
  padding: 65px 30px 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category_item.home4_style:hover{
  background-color: #206992;
}
.category_item.home4_style .icon span,
.category_item.home4_style .title,
.category_item.home4_style .title a{
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
.category_item.home6_style{
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 30px;
  padding: 0;
}
.category_item.home6_style .icon span,
.category_item.home6_style .title,
.category_item.home6_style .title a{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category_item.home4_style .icon span,
.category_item.home6_style .icon span{
  font-size: 80px;
  font-weight: normal;
  line-height: 0;
}
.category_item.home6_style .title,
.category_item.home6_style .title a{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.category_item.home6_style .para{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
}
.category_item.home6_style:hover .icon span,
.category_item.home6_style:hover .title,
.category_item.home6_style:hover .title a{
  color: #F5C34B;
}
.category_item.home7_style{
  border: 1px solid #EAEAEA;;
  box-shadow: none;
  padding-bottom: 15px;
}
.car-listing:hover,
.category_item.home7_style:hover{
  -webkit-box-shadow:0px 18px 60px rgba(23, 26, 33, 0.05);
  -moz-box-shadow:0px 18px 60px rgba(23, 26, 33, 0.05);
  -o-box-shadow:0px 18px 60px rgba(23, 26, 33, 0.05);
  box-shadow:0px 18px 60px rgba(23, 26, 33, 0.05);
}
.category_item.home7_style .details .title{
  margin-bottom: 15px;
}
.car-listing{
  background-color: #fff;
  border: 1px solid #EAEAEA;;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 10px;
  position: relative;
}
.car-listing.list_style{
  display: flex;
}
.car-listing.list_style .thumb{
  margin-right: 20px;
  max-width: 260px;
}
.car-listing .thumb{
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.car-listing:hover .thumb{
  background: linear-gradient(180deg, rgba(12, 18, 39, 0) 28.42%, rgba(12, 18, 39, 0.8) 100%);
}
.car-listing .thumb:before{
  background-image: linear-gradient(to bottom, transparent 0%, #0C1227 100%);
  bottom: 0;
  content: "";
  height: 100px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.car-listing:hover .thumb:before{
  opacity: 1;
}
.car-listing .thumb .tag{
  background-color: #EB6245;
  border-radius: 60px;
  color: #fff;
  font-family: Inter;
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px;
  left: 20px;
  letter-spacing: 0.03em;
  padding: 6px 13px;
  position: absolute;
  top: 0;
  text-transform: uppercase;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(-30px);
}
.car-listing:hover .thumb .tag{
  visibility: visible;
  transform: translateY(20px);
}
.car-listing .thumb .tag.blue{
  background-color: #1947E2;
}
.car-listing .thumb img{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.car-listing:hover .thumb img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.car-listing .details{
  padding: 15px 9px;
}
.car-listing .details .wrapper{
  padding-bottom: 15px;
}
.car-listing .details .price{
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
}
.car-listing:hover .details .title{
  color: #1947E2;
}
.car-listing .details .title,
.car-listing .details .title a{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
}
.car-listing:hover .details .title,
.car-listing:hover .details .title a{
  color: #1947E2;
}
.car-listing .details .listing_footer{
  border-top: 1px solid #EAEAEA;
  padding-top: 20px;
}
.car-listing.home6_style .details .wrapper{
  padding-bottom: 10px;
}
.car-listing.home6_style .details .listing_footer{
  border: none;
  padding-top: 0;
}
.car-listing.list_style .details {
  position: relative;
  width: 100%;
}
.car-listing.list_style .details .listing_footer .share-icons{
  bottom: 15px;
  position: absolute;
  right: 0;
}
.car-listing.list_style .details .listing_footer .share-icons li{
  background-color: #EEF2F6;
  border-radius: 50%;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  width: 30px;
}
.car-listing.list_style .details .listing_footer .share-icons li a{
  color: #5F6973;
}
.car-listing.list_style .details .listing_footer .share-icons li a span{
  font-size: 10px;
  margin: 0;
}
.car-listing.list_style .details .db_share_icons a{
  background-color: #EEF2F6;
  border-radius: 50%;
  color: #5F6973;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 10px;
  width: 30px;
}
.car-listing.list_style .details .db_share_icons a span{
  font-size: 10px;
}
.car-listing.sidebar_style{
  margin-bottom: 20px;
  padding: 0;
  position: relative;
}
.car-listing.sidebar_style .thumb{
  background: linear-gradient(180deg, rgba(12, 18, 39, 0) 28.42%, rgba(12, 18, 39, 0.8) 100%);
}
.car-listing.sidebar_style .details{
  bottom: 0;
  padding: 0;
  padding-left: 20px;
  position: absolute;
}
.car-listing.sidebar_style .details .wrapper{
  padding-bottom: 0;
}
.car-listing.sidebar_style .details .price{
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0em;
}
.car-listing.sidebar_style .details .title,
.car-listing.sidebar_style .details .title a{
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
.listing_item_car_grid_slider.owl-theme .owl-item .carlisting-popular-vehicles .thumb img,
.listing_item_car_grid_slider.owl-theme .owl-item.cloned .carlisting-popular-vehicles .thumb img,
.listing_item_car_grid_slider.owl-theme .owl-item.active .carlisting-popular-vehicles .thumb img{
  transform: scale(0.6);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.listing_item_car_grid_slider.owl-theme .owl-item .carlisting-popular-vehicles .details,
.listing_item_car_grid_slider.owl-theme .owl-item.cloned .carlisting-popular-vehicles .details,
.listing_item_car_grid_slider.owl-theme .owl-item.active .carlisting-popular-vehicles .details{
  opacity: 0;
}
.listing_item_car_grid_slider.owl-theme .owl-item .carlisting-popular-vehicles .thumb,
.listing_item_car_grid_slider.owl-theme .owl-item.cloned .carlisting-popular-vehicles .thumb,
.listing_item_car_grid_slider.owl-theme .owl-item.active .carlisting-popular-vehicles .thumb{
  opacity: 0.4;
   height: auto;
    max-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.listing_item_car_grid_slider.owl-theme .owl-item.active.center .item{
  margin: 0 30px;
}
.listing_item_car_grid_slider.owl-theme .owl-item.active.center .carlisting-popular-vehicles .details{
  opacity: 1;
}
.listing_item_car_grid_slider.owl-theme .owl-item.active.center .carlisting-popular-vehicles .thumb{
  opacity: 1;
  height: auto;
    max-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.listing_item_car_grid_slider.owl-theme .owl-item.active.center .carlisting-popular-vehicles .thumb img{
  transform: scale(.7);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.listing_item_car_grid_slider.owl-theme .owl-dots .owl-dot span{
  background: #fff;
  border: 1px solid var(--secondary-color);
}
.listing_item_car_grid_slider.owl-theme .owl-dots .owl-dot.active span,
.listing_item_car_grid_slider.owl-theme .owl-dots .owl-dot:hover span{
  background:var(--secondary-color);
  border: 1px solid var(--secondary-color);
}
.carlisting-popular-vehicles{
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.carlisting-popular-vehicles .details{
	padding: 20px 15px 20px 15px;
    margin-top: 15px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 2px #dddddd57;
    -moz-box-shadow: 0px 0px 15px 2px #dddddd57;
    box-shadow: 0px 0px 15px 2px #dddddd57;
 }
.carlisting-popular-vehicles .details .price{
  color: #1A3760;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
.carlisting-popular-vehicles .details .title,
.carlisting-popular-vehicles .details .title a{
  color: #1A3760;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
.carlisting-popular-vehicles .listign_review ul {
  margin-bottom: 30px;
}
.carlisting-popular-vehicles .listign_review ul li:last-child,
.carlisting-popular-vehicles .listign_review ul li:nth-child(6) a,
.carlisting-popular-vehicles .listign_review ul li a i{
  color: #1A3760;
}
.carlisting-popular-vehicles .listing_footer ul{
  margin-bottom: 50px;
}
.carlisting-popular-vehicles .listing_footer ul li a{
  color: #1A3760;
}
.home1_popular_listing.home3_style .owl-item .car-listing{
  opacity: 0.5;
}
.home1_popular_listing.home3_style .owl-item.active .car-listing,
.home1_popular_listing.home3_style .owl-item.active.center .car-listing{
  opacity: 1;
}
.home1_popular_listing.home3_style .owl-carousel .owl-stage-outer{
  display: inline;
}
.listign_review ul li.list-inline-item{
  margin-right: 2px;
}
.listign_review ul li:nth-child(5){
  margin-right: 10px;
}
.listign_review ul li:nth-child(6) a{
  color: #1A3760;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
}
.listign_review ul li:last-child{
  color: #5F6973;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
}
.listign_review ul li a i{
  color: #F5C34B;
  font-size: 10px;
}
.listing_footer ul li.list-inline-item{
  margin-right: 18px;
}
.listing_footer ul li:last-child{
  margin-right: 0;
}
.listing_footer ul li a{
  color: #5F6973;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
}
.listing_footer ul li a span{
  font-size: 14px;
}
.car-listing .thumb .thmb_cntnt2{
  bottom: 15px;
  left: 20px;
  position: absolute;
  transform: translateY(40px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.car-listing:hover .thumb .thmb_cntnt2,
.car-listing:hover .thumb .thmb_cntnt3{
  visibility: visible;
  transform: translateY(-3px);
  z-index: 1;
}
.car-listing .thmb_cntnt2 li:first-child {
  margin-right: 13px;
}
.car-listing .thmb_cntnt2 li a,
.car-listing .thmb_cntnt2 li a {
  color: #FFFFFF;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0em;
}
.car-listing .thmb_cntnt2 li a span {
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
}
.car-listing .thumb .thmb_cntnt3{
  bottom: 12px;
  right: 20px;
  position: absolute;
  transform: translateY(50px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.car-listing:hover .thumb .thmb_cntnt3{
  visibility: visible;
  transform: translateY(1px);
}
.car-listing .thumb .thmb_cntnt3 li{
  background-color: #0C1227;
  border-radius: 50%;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
}
.car-listing .thumb .thmb_cntnt3 li:first-child {
  margin-right: 8px;
}
.car-listing .thumb .thmb_cntnt3 li a{
  color: #FFFFFF;
}
.car-listing .thumb .thmb_cntnt3 li a span{
  font-size: 10px;
}
/* Testimonial 1 Voiture */
.our-testimonials-home1{
  background-color: #EEF2F6;
}
.testimonial_box {
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  padding: 50px 60px 30px 50px;
  position: relative;
  -webkit-box-shadow:0px 18px 20px rgba(23, 26, 33, 0.05);
  -moz-box-shadow:0px 18px 20px rgba(23, 26, 33, 0.05);
  -o-box-shadow:0px 18px 20px rgba(23, 26, 33, 0.05);
  box-shadow:0px 18px 20px rgba(23, 26, 33, 0.05);
}
.testimonial_box .thumb {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 25px;
  position: relative;
}
.testimonial_box .thumb img{
  height: 70px;
  width: 70px;
}
.testimonial_box .title{
  color: #1A3760;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  margin-left: 25px;
  margin-top: 17px;
}
.testimonial_box .title small{
  color: #5F6973;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-transform: uppercase;
}
.testimonial_box .details {
  margin-left: 93px;
}
.testimonial_box .details .icon {
  color: #ECEDF2;
  margin-bottom: 20px;
  font-size: 34px;
  position: absolute;
  right: 35px;
  top: 30px;
}
.testimonial_box .details p {
  color: #5F6973;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.testimonial_slider_home1.owl-theme .item{
  margin: 0px 15px 40px;
}
.testimonial_slider_home1.owl-theme .owl-dots .owl-dot{
  margin: 0;
}
.testimonial_slider_home1.owl-theme .owl-dots .owl-dot span{
  background-color: #D7DDE3;
  height: 8px;
  width: 8px;
}
.testimonial_slider_home1.owl-theme .owl-dots .owl-dot.active span,
.testimonial_slider_home1.owl-theme .owl-dots .owl-dot:hover span{
  background-color: #1947E2;
}
.more_listing{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  position: relative;
}
.more_listing .icon{
  background-color: #F5C34B;
  border-radius: 50%;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-left: 15px;
  text-align: center;
  width: 35px;
  -webkit-box-shadow:0px 7px 20px rgba(245, 195, 75, 0.2);
  -moz-box-shadow:0px 7px 20px rgba(245, 195, 75, 0.2);
  -o-box-shadow:0px 7px 20px rgba(245, 195, 75, 0.2);
  box-shadow:0px 7px 20px rgba(245, 195, 75, 0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.more_listing.home4_style .icon{
  background-color: #4AAEE7;
  color: #fff;
  font-size: 11px;
  margin-bottom: 0;
}
.more_listing .icon{
  color: #1A3760;
}
.more_listing .icon:hover{
  background-color: #1A3760;
  color: #fff;
}
/*== Why Choose Us ==*/
.why_chose_us{
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.why_chose_us:hover .icon{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.why_chose_us .icon span{
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.why_chose_us:hover .icon span{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.why_chose_us .icon{
  background-image: url("../images/why-chose/egg-shape1.svg");
  height: 80px;
  line-height: 80px;
  margin-right: 30px;
  text-align: center;
  width: 90px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.why_chose_us .icon.style2{
  background-image: url("../images/why-chose/egg-shape2.svg");
}
.why_chose_us .icon.style2 span{
  color: #81C6D6;
}
.why_chose_us .icon.style3{
  background-image: url("../images/why-chose/egg-shape3.svg");
}
.why_chose_us .icon.style3 span{
  color: #77CB87;
}
.why_chose_us .icon span{
  color: #C8666C;
  font-size: 40px;
}
.why_chose_us .details{
  width: 85%;
}
.why_chose_us .details .title,
.why_chose_us .details .title a{
  color: #1A3760;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
}
.why_chose_us .details p{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 0;
}
.why_chose_us.home7_style{
  border-radius: 16px;
  padding: 70px 80px;
  text-align: center;
}
.why_chose_us.home7_style:hover{
  -webkit-box-shadow:0px 18px 60px rgba(23, 26, 33, 0.05);
  -moz-box-shadow:0px 18px 60px rgba(23, 26, 33, 0.05);
  -o-box-shadow:0px 18px 60px rgba(23, 26, 33, 0.05);
  box-shadow:0px 18px 60px rgba(23, 26, 33, 0.05);
}
.why_chose_us.home7_style .icon{
  display: inline-block;
  margin: 0 0 40px;
}
.why_chose_us.home7_style .details{
  width: auto;
}
/* On Click Sidebar CSS */
.siderbar_left_home{
  background-color: #0A2357;
  padding: 60px;
  z-index: 99;
  position: fixed;
  overflow-y: auto;
  scrollbar-width: thin;
  right: 0;
  top: 0;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 450px;
  height: 100vh;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.siderbar_left_home.active{
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.siderbar_left_home:before{
  content: "";
  position: absolute;
}
.sidebar_close_btn {
  background-color: #F5C34B;
  color: #1A3760;
  height: 42px;
  line-height: 42px;
  width: 42px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: 60px;
  top: 60px;
}
/* Offer Buttons */
.offer_btns .ofr_btn1{
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
}
.offer_btns .ofr_btn1,
.offer_btns .ofr_btn2{
  border-radius: 8px;
  height: 60px;
}
.offer_btns .ofr_btn2{
  background-color: #0A2357;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
}
/* Car Single Page Header Content Css */
.single_page_heading_content{
  position: relative;
}
.car_single_content_wrapper .title{
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: 0em;
}
.car_single_content_wrapper .para{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
}
.car_single_content_wrapper .car_info{
  margin-bottom: 35px;
}
.car_single_content_wrapper .car_info li{
  margin-right: 25px;
}
.car_single_content_wrapper .car_info li:last-child,
.single_page_heading_content .share_content ul li:last-child{
  margin-right: 0;
}
.car_single_content_wrapper .car_info li:first-child{
  background-color: #EB6245;
  border-radius: 60px;
  height: 25px;
  padding: 0 13px;
}
.car_single_content_wrapper .car_info li:first-child a{
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.car_single_content_wrapper .car_info li a{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
}
.car_single_content_wrapper .car_info li a span{
  color: #5F6973;
  font-size: 14px;
  margin-right: 7px;
  vertical-align: middle;
}
.single_page_heading_content .share_content ul li{
  margin-right: 30px;
}
.share_content ul li a{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-transform: uppercase;
}
.share_content ul li a span{
  font-size: 14px;
  margin-right: 5px;
  vertical-align: middle;
}
.price_content .price{
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 0em;
}
.price_content .price small{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
}
/* Single Page 6 Slider Css */
.sp6_single_slider{
  position: relative;
}
.sp6_single_slider .thumb{
  border-radius: 8px;
  overflow: hidden;
}

.listign_review{
display:flex;
flex-direction:row;
width: 100%;
}

.info__list--item-content span.label{
display:inline-flex;
align-items:center;
justify-content:center;
margin:4px;
background-color: #d9f3f7;
    color: #424242;
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: 600;
}
.listign_review span.label.marka{
display:inline-flex;
align-items:center;
justify-content:center;
margin:4px;
font-size:12px;
font-weight:600;
}

.listign_review span.label.model{
display:inline-flex;
align-items:center;
justify-content:center;
margin:4px;
background-color: #d9f3f7;
color: #424242;
padding: 0px 6px;
border-radius: 6px;
font-weight: 600;
font-size:12px;
}

.sag-blok{width:30%;display:flex;flex-wrap: wrap;align-items:center;justify-content:center;color:#565656;}
.orta-blok{width:20%;display:flex;flex-wrap: wrap;align-items:center;justify-content:center;color:#565656;border-right: 1px solid #ccc;}
.sol-blok{display:flex;flex-direction:column;width: 50%;
justify-content: center;
    align-items: flex-start;
	border-right: 1px solid #ccc;
	overflow:hidden;
	padding-right: 5px;
}

.product__card--action .sag-blok span.label{
background-color: #000000f2;
    padding: 3px 6px;
    border-radius: 6px;
}	
.product__card--action .orta-blok span.label{
background-color: #fff;
    padding: 3px 6px;
    border-radius: 6px;
	font-weight: 500;
	color:#000
}