/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
  /* Colors */
  --primary: #8C0212;
  --black: #000000;
  --gray-light: #939598;
  --white: #ffffff;




  /* Border Radius */
  --radius-28: 28px;


  /* Typography */
  --font-family-primary: "Poppins", sans-serif;
  --text-12: 12px;
  --base: 14px;
  --text-18: 18px;
  --text-22: 22px;
  --text-40: 40px;
  --text-55: 55px;
  --text-85: 80px;






}


* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  margin: 0;
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--primary) var(--gray-first);
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

*::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: var(--gray-first);
}

*::-webkit-scrollbar-track:hover {
  background-color: var(--gray-first);
}

*::-webkit-scrollbar-track:active {
  background-color: var(--gray-first);
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: var(--primary);
}

*::-webkit-scrollbar-thumb:hover {
  background-color: var(--primary);
}

*::-webkit-scrollbar-thumb:active {
  background-color: var(--primary);
}


body,
html {
  font-family: var(--font-family-primary);
  margin: 0;
  padding: 0;
  font-size: var(--base);
  line-height: 1.5;
  color: var(--black);
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
  font-weight: 400;

}

.banner-header {
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  width: 100%;
  z-index: 10;
}

.banner-header .nav-item-user .custom-icon {
  color: var(--white);
}

.sticky-header-calc {
  height: auto !important;
  min-height: 100vh;
}

.header-fixed {
  background-color: var(--white);
  border-bottom: 1px solid var(--light-third);
}

::selection {
  color: var(--secondary);
  background-color: var(--primary-gray-first);
}

ul,
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

a,
button,
.btn {
  text-decoration: none;
  transition: all 0.6s ease;
  outline: none;

}

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

a:hover,
a:focus {
  color: var(--primary-dark);
}



/* Buttons */

.btn:hover,
.btn:focus,
.btn:focus-visible,
.btn:focus-within {
  box-shadow: none;
  outline: none;
}

.primary-btn-lg {
  border-radius: var(--radius-28);
  outline: none;
  font-size: var(--text-20);
  background-color: var(--white);
  border: 1px solid transparent;
  color: var(--primary);
  padding: 11px 24px 8px;
  min-width: 300px;
  font-weight: 600;
  letter-spacing: 0.43px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.40);
}

.primary-btn-lg:hover,
.primary-btn-lg:focus {
  background-color: var(--primary);
  color: var(--white);
}

/* Header */
header {
  border-bottom: 1px solid var(--light-third);
  position: sticky;
  left: 0;
  top: 0;
  z-index: 25;
  background-color: var(--white);
}

.navbar-brand {
  padding-top: 40px;
  padding-bottom: 40px;
}

.navbar-brand img {
  max-width: 320px;
}

.nav-second {
  margin-left: 20%;
}



.home-banner {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 195px 0 0;
  overflow: hidden;
  background-image: url(../images/banner-bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 62% auto;
}

.home-banner h1 {
  font-size: var(--text-85);
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 80px;
  margin: 0;
  color: var(--primary);
  text-shadow: 4px 4px 5px rgba(255, 255, 255, 0.90);
  letter-spacing: -0.5px;
}

.home-banner p {
  font-size: var(--text-22);
  color: var(--gray-light);
  font-weight: 400;
  margin: 25px 0 30px;
}

.app-btn {
  display: inline-block;
  margin-right: 36px;
  vertical-align: top;
}

.app-btn:last-child {
  margin-right: 0;
}

.common-section {
  padding: 130px 0 75px;
  position: relative;
  min-height: 700px;
}

.common-section .left-shape {
  position: absolute;
  width: 15%;
  left: 0;
  top: 0;
}

.staticks-titel {
  font-size: var(--text-55);
  font-weight: 300;
  margin: 10px 0;
  color: var(--primary);
  line-height: 58px;
  text-align: center;
}

.staticks-titel span {
  font-weight: 600;
  color: var(--gray-light);
  display: inline-block;
  vertical-align: bottom;
  font-size: var(--text-18);
  line-height: normal;
}

.staticks-block {
  margin-bottom: 150px;
}

.section-title {
  font-size: var(--text-40);
  color: var(--primary);
  font-weight: 600;
  margin: 0 0 65px;
}

.hiw-section {
  padding-bottom: 100px;
}

.hiw-block {
  padding-bottom: 35px;
  border-bottom: 4px solid transparent;
  max-width: 350px;
  margin: 0 auto;
  width: 100%;
}

.hiw-block:hover {
  padding-bottom: 35px;
  border-bottom: 4px solid var(--primary);
}

.hiw-block:hover h3 {
  color: var(--primary);
}

.hiw-block figure {
  margin: 0 0 20px;
}

.hiw-block figure img {
  filter: grayscale(50);
}

.hiw-block:hover figure img {
  filter: none;
}

.hiw-block h3 {
  font-size: var(--text-22);
  margin: 0 0 10px;
  font-weight: 600;
}

.hiw-block p {
  font-size: var(--text-14);
  margin: 0;
  color: var(--gray-light);
}

.quick-section {
  position: relative;
  min-height: 600px;
}

.circel-shep {
  position: absolute;
  left: 10%;
  bottom: 5%;
  width: 11%;
}

.olive-shep {
  position: absolute;
  right: 0%;
  top: -5%;
  width: 15%;
}

.step-content {
  position: relative;
}

.step-content:before {
  position: absolute;
  left: 39px;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(235, 22, 50, 0.65) 0%, rgba(235, 22, 50, 0.36) 45%, rgba(0, 0, 0, 0) 100%);
  content: "";
}

.step {
  margin-bottom: 98px;
  display: flex;
  gap: 35px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.icon-circel {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #949598;
  background-color: var(--white);
}

.icon-circel img {
  max-width: 40px;
}

.icon-circel.active img {
  filter: brightness(50);
}

.icon-circel.active {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e30320+0,9a0215+100 */
  background: linear-gradient(45deg, #e30320 0%, #9a0215 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-color: transparent;
}

.step h3 {
  font-size: var(--text-22);
  font-weight: 600;
  margin: 0 0 10px;
}

.step p {
  font-size: var(--text-14);
  color: var(--gray-light);
  margin: 0;
}

.step-img-2,
.step-img-3,
.step-img-1 {
  display: none;
}

.step-img.visible {
  display: block;
}

.step.current {
  pointer-events: none;
}

.container {
  position: relative;
  z-index: 5;
}

/* Footer Start */
footer {
  padding: 30px 0;
}

.copyright {
  font-size: 16px;
  color: var(--primary);
  margin: 0;
/*  text-align: center;*/
}

.social-icon {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}

.preview-section {
  padding: 75px 0;
  background: linear-gradient(to right, rgba(233, 3, 32, 1) 0%, rgba(141, 3, 19, 1) 100%);
}

.preview-section .section-title {
  color: var(--white);
  padding-bottom: 50px;
}

.banner-img-lg {
  max-height: 630px;
}

/* Slider */
.slick-slider {
  position: inherit;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: inherit;

  display: block;
  overflow: inherit;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: inherit;
  top: 0;
  left: 0;
  align-items: center;
  display: flex;
  gap: 24px;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 374px;
  height: 587px;
  object-fit: contain;
  /* display: block;
  width: 100%;
  height: 586px;
  object-fit: contain; */
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: inline-block;
  float: none;
  vertical-align: middle;
  box-shadow: none;
  /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.40); */
  position: relative;
  z-index: 1;
  transform: scale(1, 1);
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
  max-height: 587px;
  overflow: hidden;
  padding: 0;
  width: auto;
}

.slick-arrow {
  z-index: 3;
}

.slick-next.slick-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  padding: 0;
  border: none;
  background: none;
  outline: none;
  font-size: 0px;
}

.slick-next.slick-arrow::before {
  width: 40px;
  height: 40px;
  background-color: var(--white);
  line-height: 40px;
  color: var(--primary);
  border-radius: 50%;
  content: ">";
  display: block;
  font-size: 16px;
  box-shadow: 0 0 15px;
}

.slick-prev.slick-arrow {
  position: absolute;
  left: 14px;
  top: 50%;
  padding: 0;
  border: none;
  background: none;
  outline: none;
  font-size: 0px;

}

.slick-prev.slick-arrow::before {
  width: 40px;
  height: 40px;
  background-color: var(--white);
  line-height: 40px;
  color: var(--primary);
  border-radius: 50%;
  content: "<";
  display: block;
  font-size: 16px;
  box-shadow: 0 0 15px;
}

.slick-active {
  opacity: 1;


}

.preview-section {
  overflow: hidden;
  min-height: 995px;
}

.slick-slide.slick-current.slick-active.slick-center {
  /* transform: scale(1.15, 1.15); */
  transform: scale(1.2, 1.2);
  box-shadow: none;
  margin-top: 0;
  /* background-image: url(../images/mobile-frame.png); background-repeat: no-repeat;  background-position: center top; background-size: 100% 100%;  */
  /* padding: 20px 23px;  */
  /* max-height: 680px; min-height: 680px; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  /* border-radius: 45px; */
}

/* .slick-slide.slick-current.slick-active.slick-center::before {
      position: absolute;
      left:0;
      width:96%;
      content: "";
      background: var(--white);
      height: 100%;
      z-index: -1;
      border-radius: 50px;
    } */
.mobile-frame {
  position: absolute;
    left: 50%;
    right: auto;
    transform: translateX(-48.7%);
    margin: 0 auto;
    width: 331px;
    height: 695px;
    top: 180px;
    padding: 0;
    z-index: 2;
}

.mobile-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.slick-slide.slick-current.slick-active.slick-center img {
  height: 100%;
  width: 259px;
  margin: 0 auto;
  padding: 0;
  border-radius: 32px;
  /* height: 100%;
  width: 259px;
  margin: 0 auto;
  padding: 0;
  border-radius: 25px; */
}

/* .slick-slide.slick-current.slick-active.slick-center img { height: auto;  width:265px; margin: 0 auto; padding:0; border-radius: 45px;} */
html {
  overflow-x: hidden;
}

.slick-dots {
  display: none !important;
}

/* @media (max-width: 1900px) {
  .slick-slide.slick-current.slick-active.slick-center img {max-height: 570px;}
 
} */

@media (max-width: 1700px) {
  .mobile-frame {
    position: absolute;
    left: 50%;
    right: auto;
    transform: translate(-48.7%, -45%);
    margin: 0 auto;
    width: 281px;
    height: 585px;
    top: 50%;
    padding: 0;
    z-index: 2;
    bottom: auto;
  }
}

@media (max-width: 1600px) {
  .common-section .left-shape {
    width: 8%;
  }

  .circel-shep {
    left: 1%;
  }

}

@media (max-width: 1440px) {

  .preview-section {
    min-height: inherit;
  }

}

@media (max-width: 1441px) {
  .mobile-frame {
    transform: translate(-48.7%, -39%);
    width: 341px;
    height: 695px;
  }

  .slick-prev.slick-arrow {
    top: 50%;
    bottom: 0;
    padding: 0;
    transform: translateY(-30%);
  }

  .slick-next.slick-arrow {
    top: 50%;
    bottom: 0;
    padding: 0;
    transform: translateY(-30%);
  }
}


@media (max-width: 1250px) {
  .container {
    max-width: 100%;
  }

  .step-cards {
    padding: 20px 15px;
  }

  .staticks-block .container {
    background-color: var(--white);
  }

  .olive-shep {
    display: none;
  }

  .app-btn {
    margin-right: 10px;
    max-width: 140px;
  }

  .preview-section {
    min-height: inherit;
  }


}

@media (max-width: 1100px) {
  .home-banner h1 {
    font-size: 40px;
    line-height: 42px;
  }

  .home-banner p {
    font-size: 16px;
  }

  .circel-shep,
  .left-shape {
    display: none;
  }


}

@media (max-width: 1024px) {
  .mobile-frame {
    transform: translate(-48.7%, -34%);
    width: 234px;
    height: 452px;
  }

  .slick-slide img {
    width: 324px;
    height: 383px;
  }

  .slick-slide.slick-current.slick-active.slick-center {
    border-radius: 10px;
  }

  .slick-slide.slick-current.slick-active.slick-center img {
    height: 100%;
    width: 179px;
    margin: 0 auto;
    padding: 0;
    border-radius: 18px;
  }

  .mobile-frame {
    transform: translate(-46.7%, -34%);
    width: 228px;
    height: 474px;
  }
}

@media (max-width: 992px) {

  /* slider */
  .mobile-frame {
    transform: translate(-48%, -34%);
    width: 345px;
    height: 474px;
  }
}


@media (max-width: 991px) {

  .nav-second {
    margin-left: 0;
  }

  .navbar-brand img {
    max-width: 200px;
  }

  .navbar-brand {
    padding-bottom: 0;
    padding-top: 0;
  }

  .primary-btn-lg {
    min-width: inherit;
  }

  .nav-second {
    margin: 0 0 0 auto !important;
  }


}

@media (max-width: 769px) {

  /* slider */
  /* .mobile-frame {
    transform: translate(-46.7%, -39%);
    width: 200px;
    height: 424px;
  }

  .slick-slide img {
    width: 164px;
    height: 333px;
  } */

  .mobile-frame {
    transform: translate(-50%, -39.0%);
    width: 226px;
    height: 455px;
  }

  .slick-slide.slick-current.slick-active.slick-center img {
    height: 470px;
    width: 170px;
    border-radius: 120px;
  }

  .payment-main .table-search {
    margin: 10px 0 0 !important;
  }

  .payment-main .col-lg-5.col-xl-4 {
    margin: 15px 0 0 !important;
  }

  .prompt-form {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .navbar-brand img {
    max-width: 130px;
  }

  header .primary-btn-lg {
    padding: 6px 10px;
    font-size: var(--text-14);
  }

  .filter-search {
    max-width: 180px;
  }

  .footer-logo {
    max-width: 130px;
  }

  footer {
    padding: 10px 0 10px;
  }

  .footer-info,
  div.footer-nav {
    border-bottom: 1px solid var(--gray-fifth);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  div.footer-app-btns {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  footer h3 {
    margin-bottom: 10px;
  }

  .footer-nav .footer-item {
    margin-bottom: 7px;
  }

  .footer-bottom {
    text-align: center;
    margin-top: 20px;
    padding: 10px 0;
  }

  .footer-social {
    text-align: center;
    margin-top: 10px;
  }

  .contact-item {
    padding-left: 25px;
    margin-bottom: 10px;
  }

  :root {
    /* Border Radius */
    --radius-16: 14px;
    --radius-12: 10px;
    --radius-11: 9px;
    --radius-8: 6px;
    --base: 14px;
    --text-18: 16px;
    --text-20: 18px;
    --text-22: 18px;
    --text-24: 20px;
    --text-28: 22px;
    --text-32: 24px;
  }

  .addon-left-field .custom-icon {
    font-size: var(--text-32);
  }

  .notification-user {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
  }

  header .dropdown-menu .dropdown-item {
    padding: 6px 8px;
  }

  .home-banner h1 {
    font-size: var(--text-32);
  }

  .home-banner h1 br {
    display: none;
  }

  .home-banner p {
    font-size: 14px;
  }

  .home-banner {
    min-height: 80vh;
    padding-bottom: 25px;
    padding-top: 75px;
    background-image: none;
  }

  .btn-block {
    margin-bottom: 20px;
  }

  .staticks-titel {
    font-size: var(--text-40);
    line-height: 42px;
  }

  .step-icon {
    display: none;
  }

  .step {
    margin-bottom: 25px;
  }

  .quick-section .section-title {
    text-align: center;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .banner-form {
    display: block;
  }

  .banner-form .form-group::before {
    display: none;
  }

  .banner-form .form-group {
    padding: 10px;
    border-bottom: 1px solid var(--light-third);
  }

  .banner-form .primary-btn-lg {
    display: block;
    margin: 10px auto 0;
  }

  .section-title-block {
    margin-bottom: 25px;
  }

  .common-card {
    padding: 10px;
  }

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

  .view-link .custom-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
  }

  .view-link {
    margin-top: 10px;
    display: block;
  }

  .become-msg {
    margin-top: 15px;
    line-height: normal;
  }

  .become-steps .numbers {
    margin-right: 25px;
    font-size: var(--text-32);
  }

  .become-steps .become-title {
    margin-bottom: 8px;
  }

  .become-detail p {
    line-height: 20px;
  }

  .become-steps .become-title {
    font-size: var(--text-18);
  }

  .customer-common-section {
    padding: 15px 0;
  }

  .page-title h1 {
    font-size: var(--text-22);
    padding-bottom: 8px;
    line-height: 28px;
  }

  .page-title {
    margin-bottom: 15px;
  }

  .customer-profile-img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
  }

  .event-box {
    padding: 14px 10px;
  }

  .event-box .event-top {
    margin-bottom: 15px;
  }

  .common-modal .modal-body {
    padding: 25px 20px;
  }

  .modal-head {
    margin-bottom: 15px;
  }

  .common-table thead th,
  .common-table tbody td {
    padding: 12px 10px;
  }

  .table-pagination {
    display: block;
    text-align: center;
    padding: 12px;
  }

  .table-pagination .total-page-msg,
  .table-pagination .record-msg {
    margin-bottom: 10px;
  }

  .pagination-main {
    margin-top: 10px;
  }

  .pagination-main ul {
    justify-content: center;
  }

  .social-login .social-link {
    width: 40px;
    height: 40px;
  }

  .or-msg {
    margin-bottom: 10px;
  }

  .btn-close {
    top: -24px;
  }

  .category-card {
    padding: 15px 10px;
  }

  .category-section .category-icon,
  .work-icon {
    width: 50px;
    height: 50px;
  }

  .profile-steps {
    max-width: 100%;
    margin: 15px 0 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--light-third);
    padding-bottom: 10px;
  }

  .profile-container {
    display: block;
  }

  .step-item {
    display: inline-block;
    margin: 0;
  }

  .step-block {
    display: block;
    text-align: center;
  }

  .step-item::after,
  .step-item.active::before {
    display: none;
  }

  .step-title,
  .step-note {
    display: none;
  }

  .profile-content {
    border-left: none;
    padding: 20px 0;
    min-height: inherit;
  }

  .step-block {
    padding-right: 0;
  }

  .btn-block .btn {
    margin-right: 7px;
  }

  .check-row {
    gap: 8px;
  }

  .step-page,
  .profile-top-block {
    margin-bottom: 15px;
  }

  .profile-content .btn-block {
    margin-top: 5px;
  }

  .availability-content {
    display: block;
  }

  .profile-content .form-check {
    margin-bottom: 7px;
  }

  .date-view-block {
    min-width: inherit;
    white-space: nowrap;
    margin-bottom: 7px;
  }

  .title-banner {
    padding: 20px 0;
  }

  .title-banner .title {
    font-size: var(--text-24);
  }

  .title-banner .breadcrumb {
    margin-top: 10px;
  }

  .album-list .upload-btn-small {
    height: 150px;
    max-height: 150px;
  }

  .portfolio-thumb .thumb-img {
    height: 157px;
  }

  .footer-nav-vendor {
    margin-top: 15px;
  }

  .no-data-block h2 {
    font-size: var(--text-18);
    margin-top: 15px;
  }

  .no-data-block p {
    margin-top: 5px;
  }

  .no-data-block .btn-block {
    margin-top: 15px;
  }

  .no-data-img img {
    max-width: 90px;
  }

  .primary-btn-lg,
  .primary-border-btn-lg {
    padding: 8px 14px 5px;
    min-width: inherit;
  }

  .secondary-btn-md {
    font-size: var(--text-13);
    padding: 5px 10px;
  }

  .primary-btn-sm,
  .remove-btn-sm,
  .filter-btn,
  .white-btn-sm {
    font-size: var(--text-12);
    padding: 5px 14px;
    min-width: inherit;
  }

  .notification-page-user {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
  }

  .notification-block {
    padding: 12px;
    gap: 8px;
  }

  .space-24 {
    padding: 15px;
  }

  .space-16 {
    padding: 12px;
  }

  .mar-t-24 {
    margin-top: 15px;
  }

  .mar-b-24 {
    margin-bottom: 15px;
  }

  .vendor-logo .vendor-logo-img {
    max-width: 130px;
  }

  .contain-main {
    padding: 12px;
  }

  .custom-calendar .fc .fc-toolbar {
    display: block;
  }

  .custom-calendar .fc-toolbar-chunk {
    margin-bottom: 15px;
  }

  .custom-calendar .fc-toolbar-chunk:last-child {
    margin-bottom: 0;
  }

  .custom-calendar .fc-theme-standard td,
  .custom-calendar .fc-theme-standard th {
    width: 30px;
  }

  .custom-calendar .fc .fc-createScheduleButton-button {
    display: block;
    margin: 0 auto;
  }

  .notification-page-time {
    margin-top: 7px;
  }

  .btn-flex {
    display: block;
    text-align: center;
  }

  .btn-flex .link-btn {
    margin-bottom: 10px;
  }

  .plan-card .card-body {
    padding: 15px;
  }

  .price-block h2 {
    font-size: var(--text-28);
  }

  .plan-disc,
  .price-block {
    margin-top: 10px;
  }

  .plan-points,
  .plan-card .primary-btn-lg {
    margin-top: 15px;
  }

  .vendor-sub-title {
    display: block;
    margin-bottom: 15px;
  }

  .plan-icon {
    width: 65px;
    height: 65px;
  }

  .table-arrow-down {
    top: 12px;
  }

  .form-check {
    display: flex;
  }

  .form-check-input[type="checkbox"] {
    margin-top: 0;
  }

  .vendor-time-tab .space-24 {
    padding-right: 15px !important;
  }

  .vendor-time-tab .form-check.form-switch {
    margin-bottom: 10px;
  }

  .schedule-break {
    white-space: nowrap;
  }

  .vendor-sub-title h2,
  .vendor-sub-title h1 {
    margin-bottom: 5px !important;
  }

  .calendar-card .card-disc:last-child {
    margin-bottom: 0;
  }

  .form-check.form-check-inline {
    display: inline-flex;
  }

  .booking-card .card-body {
    padding: 12px;
  }

  .notification-page-time .custom-icon {
    vertical-align: sub;
  }

  .upgrade-plan-box {
    min-height: 178px;
  }

  .sidebar-menu {
    height: calc(100vh - 217px);
  }

  .sidebar-item .nav-link {
    padding: 8px 10px;
  }

  .hamburger-menu {
    margin-top: -3px;
  }

  .sidebar-item {
    margin-bottom: 5px;
  }

  .btn-close,
  .btn-close:hover,
  .btn-close:focus {
    top: 5px;
    right: 10px;
    color: var(--secondary);
    z-index: 5;
  }

  .sub-title-block h1 {
    font-size: var(--text-28);
  }

  .icon-btn {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
  }

  .detail-img {
    margin-bottom: 20px;
  }

  .common-tabs-small {
    margin-bottom: 15px;
  }

  .service-title-mobile {
    display: flex;
  }

  .sd-content {
    display: block;
  }

  .sd-left {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .sd-right {
    width: 100%;
    margin-top: 10px;
  }

  .sd-profile-img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }

  .summary-cell h4 {
    text-align: left;
    margin-top: 4px;
  }

  .summary-cell {
    margin-bottom: 10px;
  }

  .customer-detail-cell {
    margin-bottom: 15px;
  }

  .hiw-section {
    padding-bottom: 50px;
  }

  .booking-id {
    margin-bottom: 15px;
  }

  .contain-main .breadcrumb,
  .customer-common-section .breadcrumb {
    padding-bottom: 15px;
  }

  .detail-profile-img {
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
  }

  .contact-block-profile {
    margin-top: 10px;
  }

  .contact-item-profile {
    margin-bottom: 8px;
  }

  .contact-item-profile {
    padding-left: 30px;
  }

  .sd-info-block {
    gap: 10px;
    margin-top: 10px;
  }

  .msg-chat-btn {
    width: 40px;
    height: 40px;
  }

  .review-img {
    width: 45px;
    height: 45px;
    min-height: 45px;
    min-width: 45px;
  }

  .review-cell {
    gap: 10px;
  }

  .review-title {
    margin-bottom: 5px;
  }

  .total-review h3 {
    font-size: var(--text-32);
  }

  .total-review {
    gap: 15px;
    margin-bottom: 10px;
  }

  .total-review-right p {
    margin-bottom: 5px;
  }

  .bd-icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
  }

  .bd-block {
    margin-bottom: 12px;
  }

  .cp-cell {
    margin-bottom: 8px;
    gap: 10px;
  }

  .sd-cell {
    margin-bottom: 15px;
  }

  .auth-box {
    padding: 15px;
    max-width: inherit;
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
  }

  .album-list-lg .portfolio-thumb .thumb-img {
    height: 145px;
    width: 100%;
    object-fit: cover;
  }

  .portfolio-block {
    display: block;
  }

  .section-title {
    font-size: var(--text-28);
  }

  .process-block {
    margin: 0 0 20px;
  }

  .common-section.process-section.container-scroll {
    height: auto !important;
    position: static !important;
  }

  .accordion [role="region"] {
    display: block;
  }

  .flawless-section {
    min-height: inherit;
  }

  .mobilescreen-2 {
    z-index: 2;
  }

  .step-cards h3 {
    margin-bottom: 10px;
  }

  .animation-block {
    display: none;
  }

  .mobile-animation-img {
    display: block;
  }


  .slick-slider {
    position: relative;
  }

  .slick-list {
    position: relative;
    overflow: hidden;
  }

  .slick-track {
    display: block;
    position: relative;
  }

  /* .slick-slide {
    padding: 0 30px;
  } */

  .slick-initialized .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    max-height: inherit;
    box-shadow: none;
  }

  /* .mobile-frame {
    width: 340px;
    top: 174px;
    height: 600px;
  } */

  .slick-prev.slick-arrow,
  .slick-next.slick-arrow {
    transform: translateY(-50%);
  }

  .slick-prev.slick-arrow::before,
  .slick-next.slick-arrow::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  /* .slick-slide.slick-current.slick-active.slick-center img {
    border-radius: 102px;
  } */
}

@media (max-width: 600px) {

  .nav-item-user {
    margin-left: 10px;
  }

  header .notification-dropdown .dropdown-menu {
    min-width: 300px;
  }

  .dropdown-title,
  .notification-cell {
    padding: 7px 10px;
  }

  .common-card-sm .card-footer {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .user-dropdown {
    width: 35px;
    height: 35px;
  }

  .code-cell h5 {
    text-align: left;
    margin-top: 4px;
  }

  .tabel-filter-right {
    display: block;
  }

  .tabel-filter-select {
    margin-top: 10px;
  }

  .album-list .upload-btn-small {
    width: 100%;
  }

  .schedule-date-block .col.col-xl-6.col-lg-12 {
    flex: 1 1 1;
  }

  .booking-card .card-text {
    font-size: var(--text-12);
    margin-bottom: 10px;
  }

  .booking-card .card-title {
    font-size: var(--text-24);
  }

  .id-view-block {
    flex-wrap: wrap;
  }

  .id-img {
    width: 100%;
  }

  .id-img img {
    width: 100%;
  }

  .flawless-section .owl-nav button {
    width: 30px;
    height: 30px;
    background: #fff;
    box-shadow: 0 0 5px #333;
    border-radius: 50%;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .process-section::before {
    display: none;
  }

  .process-block {
    padding-left: 18px;
  }

  .step-cards {
    padding: 45px 20px;
  }

  html {
    overflow-x: hidden;
  }

  .common-section {
    padding: 25px 0;
  }

  .home-banner h1 {
    font-size: var(--text-28);
    line-height: 30px;
  }

  .section-disc {
    margin: 20px auto;
  }

}

@media (max-width: 540px) {
  .mobile-frame {
    transform: translate(-50%, -35.5%);
    width: 219px;
    height: 430px;  
  }

  .slick-slide.slick-current.slick-active.slick-center img {
    height: 504px;
    width: 158px;
    border-radius: 0;
  }

  .slick-slide img {
    width: 147px;
    height: 505px;
  }

}

/******* Date 26-04-2024 *******/
.home-banner.inner-pages-banner{min-height: 78vh;}
.inner-pages{ padding-bottom:40px; }
.inner-pages p{ margin:0px 0 10px; }
.inner-pages ul li{list-style: disc; margin:0 0 10px 18px;}
.inner-pages h2, .inner-pages h3, .inner-pages h4{ margin:25px 0 10px; }
.font18{font-size: 18px; line-height: 1.6}
.font20{font-size: 20px; line-height: 1.6}
.footer ul{text-align: right;}
.footer ul li{list-style: none; display: inline-block; padding-left: 25px; font-size: 16px}
.footer-right{display: flex; justify-content: left; align-items: center;}

@media screen and (max-width:1199px){
.copyright{ font-size:14px;}
.footer ul li{ padding-left: 15px; font-size:14px;}
.home-banner.inner-pages-banner{min-height: 50vh; }

}
@media screen and (max-width:991px){
  .footer-right{flex-direction: column; align-items: flex-start;}
  .footer ul li{ padding:0 15px 0 0; margin: 5px 0 0;}
}
@media screen and (max-width:767px){
  .home-banner.inner-pages-banner{min-height: 20vh;}
  .copyright{text-align: center; margin-bottom: 10px}
  .social-icon{flex-wrap:wrap; margin-top: 10px; justify-content:left;}
  .font18{font-size: 14px;}
}