@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography 
    [ ## Heading ] 
    [ ## Others Typography ]
# Elements
    [ ## Font Size ]
    [ ## Font Weight ]
    [ ## Margin Element ]
    [ ## Padding Element ]
    [ ## Color Element ].notification-wrapper .notification-list li .content
    [ ## Background Element ]
    [ ## Extra Background ]
    [ ## Social Element ]
    [ ## Overlay Element ]
    [ ## Lists ]
    [ ## Post, Page, Comments Table ]
    [ ## Others Element ]
    [ ## Grid Element ]
# Forms
	[ ## Buttons ]
	[ ## Fields ]
# Header Content
	[ ## Preloader ]
	[ ## Header ]
    [ ## Sticky header ]
# layout
    [ ## Hero Block ]
    [ ## Features ]
    [ ## Team ]
    [ ## Testimonial ]
    [ ## Sections ]
        [ ### Features Block ]
        [ ### Network Location ]
        [ ### Discount Block ]
        [ ### Vission Mission Block ]
        [ ### Work Brand ]
        [ ### Announcement ]
        [ ### Pricing ]
        [ ### Faqs ]
        [ ### Support Ticket ]
        [ ### Call To Action ]
        [ ### Founder Message Block ]
        [ ### Fan Fact Block ]
    [ ## Blog ]
# site content
	[ ## About Page ]
	[ ## Contact Page ]
	[ ## 404 Page ]
	[ ## Registration Page ]
	[ ## Posts and pages ]
	    [ ### Page Title ]
	    [ ### Breadcrumb ]
	    [ ### Page info Content ]
	[ ## Comments ]
	[ ## Widgets ]
	[ ## Widgets Content ]
# Footer
/*--------------------------------------------------------------
# abstracts
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### font-variable start ]
*/
/*-------------------------------------------------
    [ ### font-variable end ]
*/
/*-------------------------------------------------
    [ ### font_family-variable start ]
*/
/*-------------------------------------------------
    [ ### font_family-variable end ]
*/
/*-------------------------------------------------
    [ ### font_size-variable start ]
*/
/*-------------------------------------------------
    [ ### font_size-variable end ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable end ]
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## reset ]
*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #222222;
  overflow-x: hidden;
}

a {
  display: inline-block;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

blockquote {
  margin: 0 0 1.3em;
}

p {
  margin-bottom: 15px;
  line-height: 1.7em;
}
p:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.exchange-area code {
  font-size: 20px;
  color: var(--primary-color);
}

code {
  color: var(--primary-color);
  font-weight: 600;
}
code span {
  display: block;
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
}

button, input[type=submit], input[type=reset], input[type=button] {
  border: none;
  cursor: pointer;
}

input, textarea {
  padding: 12px 25px;
  width: 100%;
}

span {
  display: inline-block;
}

a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
}

blockquote {
  background-color: #f7f7f7;
  padding: 40px;
  font-weight: 500;
  font-style: italic;
  position: relative;
}
blockquote .quote-icon {
  position: absolute;
  top: 0;
  left: 5%;
  font-size: 120px;
  opacity: 0.1;
}

/*-------------------------------------------------
    [ ## padding ]
*/
.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 100px;
  }
}

.pt-150 {
  padding-top: 150px;
}
@media only screen and (max-width: 991px) {
  .pt-150 {
    padding-top: 100px;
  }
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-100 {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-100 {
    padding: 80px 0;
  }
}

.ptb-120 {
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-120 {
    padding: 100px 0;
  }
}

.ptb-150 {
  padding: 150px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-150 {
    padding: 100px 0;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mt-10-none {
  margin-top: -10px;
}

.mt-20-none {
  margin-top: -20px;
}

.mt-30-none {
  margin-top: -30px;
}

.mt-40-none {
  margin-top: -40px;
}

.mt-50-none {
  margin-top: -50px;
}

.mt-60-none {
  margin-top: -60px;
}

.mt-80-none {
  margin-top: -80px;
}

.mt-100-none {
  margin-top: -100px;
}

.mt-120-none {
  margin-top: -120px;
}

.mt-150-none {
  margin-top: -150px;
}

.mb-10-none {
  margin-bottom: -10px;
}

.mb-20-none {
  margin-bottom: -20px;
}

.mb-30-none {
  margin-bottom: -30px;
}

.mb-40-none {
  margin-bottom: -40px;
}

.mb-50-none {
  margin-bottom: -50px;
}

.mb-60-none {
  margin-bottom: -60px;
}

.mb-80-none {
  margin-bottom: -80px;
}
@media only screen and (max-width: 575px) {
  .mb-80-none {
    margin-bottom: -40px;
  }
}

.mb-100-none {
  margin-bottom: -100px;
}

.mb-120-none {
  margin-bottom: -120px;
}

.mb-150-none {
  margin-bottom: -150px;
}

/*-------------------------------------------------
    [ ## color ]
*/
.bg--primary {
  background-color: #7367f0 !important;
}

.bg--secondary {
   background-color: var(--primary-color);
}

.bg--success {
  background-color: #28c76f !important;
}

.bg--danger {
  background-color: #d63384 !important;
}
.bg--danger:hover, .bg--danger:focus {
  color: #d63384 !important;
}

.bg--warning {
  background-color: #ff9f43 !important;
}

.bg--info {
  background-color: #1e9ff2;
}

.bg--dark {
  background-color: #10163A;
}

.bg--base {
  background-color: var(--primary-color) !important;
}

.text--primary {
  color: #7367f0;
}

.text--secondary {
 color: var(--primary-color);
}

.text--success {
  color: #28c76f!important;
}

.text-danger {
  color: #d63384 !important;
}

.text--danger {
  color: #d63384;
}

.text--warning {
  color: #ff9f43;
}

.text--info {
  color: #1e9ff2;
}

.text--dark {
  color: #10163A;
}

.text--base {
  color: var(--primary-color) !important;
}

.border--primary {
  border: #7367f0;
}

.border--secondary {
   border: 1px solid var(--primary-color);
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163A;
}

.border--base {
  border: 1px solid #e5e5e5 !important;
}

.section--bg {
  background-color: #161718 !important;
}

.bg--gray {
  background-color: #f7f7f7;
}

.border--rounded {
  border-radius: 3px !important;
}

.border--capsule {
  border-radius: 100px;
}

.box-shadow {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/
html::-webkit-scrollbar {
  height: 20px;
  width: 6px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

.chat-container.messages {
    height: 100vh!important;
}

.chat-container::-webkit-scrollbar {
  height: 20px;
  width: 6px;
  background: #f1f1f1;
  border-radius: 10px;
}

.chat-container::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

.chat-container::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 35px;
  height: 35px;
  padding: 7px;
  line-height: 1;
  font-weight: 600;
  background-color: var(--primary-color);
  color: #ffffff !important;
  font-size: 11px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-50000%);
          transform: translateY(-50000%);
}
.scrollToTop small {
  display: block;
  text-transform: uppercase;
  font-size: 8px;
}
.scrollToTop.active {
  bottom: 30px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/*-------------------------------------------------
    [ ## Table ]
*/
.table-wrapper {
  background-color: #ffffff;
  overflow: hidden;
}

.custom-table {
  width: 100%;
  white-space: nowrap;
}
.custom-table thead tr {
  background-color: #f5f5f5;
}
.custom-table thead tr th {
  border: none;
  font-weight: 600;
  color: #222222;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  padding: 30px;
}
.custom-table tbody tr {
  border-bottom: 1px solid #dddddd;
}
.custom-table tbody tr td {
  border-top: 1px solid #dddddd;
  font-weight: 500;
  color: #222222;
  vertical-align: middle !important;
  text-align: center;
  font-size: 14px;
  padding: 25px 30px;
}
.custom-table tbody tr td .btn {
  padding: 5px;
  font-size: 24px;
}
.custom-table tbody tr td .w-32px {
  width: 32px;
}
.custom-table tbody tr td .h-2 {
  height: 2px;
}
.custom-table.two thead tr th {
  padding: 20px;
  text-align: left;
  font-size: 16px;
}
.custom-table.two tbody tr td {
  padding: 20px;
  text-align: left;
}
.custom-table.two tbody tr td:last-child {
  text-align: center;
}
.custom-table.two tbody tr td .compare-property-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-table.two tbody tr td .compare-property-thumb {
  width: 130px;
}
.custom-table.two tbody tr td .compare-property-content {
  width: calc(100% - 130px);
  padding-left: 20px;
}

/*-------------------------------------------------
    [ ## slider ]
*/
.swiper-notification {
  display: none;
}

.swiper-pagination {
  position: relative;
  bottom: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: var(--primary-color);
  opacity: 0.6;
  -webkit-transform: scale(0.77);
          transform: scale(0.77);
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.slider-next, .slider-prev {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 30px;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -50px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slider-next {
  left: auto;
  right: -50px;
}

/*-------------------------------------------------
    [ ## pagination ]
*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.pagination .page-item {
  text-align: center;
  padding: 3px;
}
.pagination .page-item a, .pagination .page-item span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: #222222;
  font-size: 16px;
  padding: 0;
  font-weight: 500;
  margin: 0;
}
.pagination .page-item.disabled span {
  border-radius: 50%;
  background: transparent;
  border: none;
  color: #222222;
}
.pagination .page-item .page-link {
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background-color: var(--primary-color);
  border-color: transparent;
  color: #ffffff;
}

/*-------------------------------------------------
    [ ## tab ]
*/
.nav-tabs {
  margin: 0;
  border: 0;
}
.nav-tabs .nav-link {
  padding: 12px 25px;
  border: none;
  font-weight: 500;
  font-size: 14px;
  background-color:var(--primary-color);
  border: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-tabs .nav-link i {
  position: relative;
  top: 2px;
  font-size: 20px;
}
.nav-tabs .nav-link.active {
  background-color: var(--primary-color);
  border: none;
  color: var(--primary-color);
}
.nav-tabs .nav-link:not(:last-child) {
  margin-right: 0;
}
@media only screen and (max-width: 1199px) {
  .nav-tabs .nav-link:not(:last-child) {
    margin-right: 5px;
  }
}

/*-------------------------------------------------
    [ ## card ]
*/
.custom-card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.custom-card .card-body {
  background: #ffffff;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .custom-card .card-body {
    padding: 20px;
  }
}
.custom-card button, .custom-card input[type=submit], .custom-card input[type=reset], .custom-card input[type=button], .custom-card .btn--base {
  padding: 12px 30px;
}
.custom-card .table-wrapper {
  background-color: #f7f7f7;
}

/*-------------------------------------------------
    [ ## switch ]
*/
.toggle-container .switch-toggles {
  position: relative;
  width: 100%;
  height: 45px;
  background-color: #ffffff;
}
.toggle-container .switch-toggles::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 45px;
  background: var(--primary-color);
  right: -1px;
  top: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
  transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
}
.toggle-container .switch-toggles .switch {
  position: relative;
  width: 50%;
  line-height: 45px;
  float: left;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
  transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
  font-weight: 600;
  color: #222222;
  margin-bottom: 0;
}
.toggle-container .switch-toggles .switch:nth-child(odd) {
  color: #ffffff;
}
.toggle-container .switch-toggles.active::after {
  background: var(--primary-color);
  right: 50%;
}
.toggle-container .switch-toggles.active .switch {
  color: #222222;
}
.toggle-container .switch-toggles.active .switch:nth-child(even) {
  color: #ffffff;
}

/*-------------------------------------------------
    [ ## modal ]
*/
.modal-content {
  position: relative;
  z-index: 9999999;
  background-color: #f7f7f7;
}

.modal-header {
  border-color: #dddddd;
}

.modal-footer {
  border-color: #dddddd;
}
.modal-footer button, .modal-footer input[type=submit], .modal-footer input[type=reset], .modal-footer input[type=button] {
  padding: 8px 25px;
  font-size: 14px;
  color: #ffffff !important;
}

.btn-close {
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.3em;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 60px;
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 40px;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.section-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .section-header-wrapper {
    display: block;
  }
}
.section-header-wrapper .section-header {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section-header-wrapper .section-header {
    margin-bottom: 20px;
  }
}
.section-header-wrapper.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-header-wrapper.center .section-header {
  text-align: center;
}

.section-header {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.section-header .ui-title-logo {
  margin-bottom: -40px;
  font: 700 90px/1 Montserrat;
  color: #f2f6f7;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .section-header .ui-title-logo {
    font-size: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .section-header .ui-title-logo {
    font-size: 60px;
  }
}
.section-header .section-title {
  margin-bottom: 10px;
  text-transform: capitalize;
}
.section-header .section-title span {
  color: #22abc3;
}
.section-header .section-border {
  position: relative;
  height: 2px;
  width: 150px;
  background-color: #22abc3;
  display: inline-block;
}
.section-header .section-border::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background-color: #22abc3;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  left: 50%;
  top: -7px;
  border: 3px solid #dddddd;
  z-index: 2;
}
.section-header p {
  margin-top: 20px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
input[type=submit]:hover {
  color: #ffffff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: none;
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn {
  -webkit-transition: all 0.3s ease 0.02s;
  transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
  border: 0px solid;
  border-radius: 0px;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

.btn-rounded {
  border-radius: 3px;
}

.btn-capsule {
  border-radius: 100px;
}

/*-------------------------------------------------
    [ ## custom btn ]
*/
.btn--primary {
  background-color: #7367f0;
}

.btn--secondary {
  background-color: #868e96;
}

.btn--success {
  background-color: #28c76f;
}

.btn--danger {
  background-color: #d63384;
}

.btn--warning {
  background-color: #ff9f43;
}

.btn--info {
  background-color: #1e9ff2;
}

.btn--dark {
  background-color: #10163A;
}

.badge--primary::before {
  background-color: #7367f0;
}

.badge--secondary::before {
  background-color: #868e96;
}

.badge--success::before {
  background-color: #28c76f;
}

.badge--danger::before {
  background-color: #d63384;
}

.badge--warning::before {
  background-color: #ff9f43;
}

.badge--info::before {
  background-color: #1e9ff2;
}

.badge--dark::before {
  background-color: #10163A;
}

.border--primary {
  border: 1px solid #7367f0;
}

.border--secondary {
  border: 1px solid #868e96;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455 !important;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163A;
}

.badge {
  position: relative;
  font-weight: 600;
  border-radius: 0;
  padding: 0;
  font-size: 13px;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  color: #222222;
  padding-left: 15px;
}
.badge::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.btn--base {
  position: relative;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 0;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.btn--base::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  background: #ffffff;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.btn--base i {
  font-size: 18px;
  position: relative;
  top: 1px;
}
.btn--base.active {
  background: transparent;
   color: var(--primary-color);
}
.btn--base.active:focus, .btn--base.active:hover {
   background: var(--primary-color);
}
.btn--base:focus, .btn--base:hover {
  color: var(--primary-color);
}
.btn--base:focus::before, .btn--base:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .btn--base {
    padding: 10px 25px;
    font-size: 13px;
  }
}

.custom-btn {
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  color: var(--primary-color);
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .custom-btn {
    font-size: 14px;
  }
}
.custom-btn::before {
  display: inline-block;
  width: 100px;
  height: 5px;
  margin-right: 15px;
  content: "";
  vertical-align: middle;
  background-color: var(--primary-color);
}
.custom-btn:hover {
  color: #fff;
}

.info-btn {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #22abc3;
  border-radius: 5px;
  color: #ffffff;
  font-size: 18px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .info-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.chat-cross-btn {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ea5455;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .chat-cross-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
  outline: none;
}

input, textarea {
  padding: 12px 20px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #222222;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #222222;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #222222;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #222222;
}
input::placeholder, textarea::placeholder {
  color: #222222;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 118px;
}

input,
select,
textarea {
  border: 1px solid #dddddd;
  vertical-align: baseline;
  font-size: 100%;
  color: #222222;
}

label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
label span {
  color: var(--primary-color);
}

/*-------------------------------------------------
    [ ## Forms ]
*/
select {
  outline: none;
  cursor: pointer;
}

option {
  color: #222222;
}

.input-group {
  position: relative;
  margin-bottom: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.input-group .nice-select {
  width: auto;
  padding: 0 30px 0 15px;
  border: none !important;
  background-color: #22abc3 !important;
  line-height: 45px;
}
.input-group .nice-select::after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.input-group .nice-select .current {
  color: #ffffff;
}
.input-group .f-dropdown > span {
  padding: 8px 12px;
  border-radius: 0 15px 15px 0;
  background-color: #22abc3;
  border: none;
  color: #ffffff !important;
  width: 110px;
}
.input-group .f-dropdown > span::before, .input-group .f-dropdown > span::after {
  background: #ffffff !important;
}
.input-group .f-dropdown ul {
  width: 110px;
  left: auto;
  right: 0;
}
.input-group.append input {
  border-left: none;
  padding-left: 0;
}
.input-group.append input:focus {
  border: 1px solid #dddddd;
  border-left: none;
}
.input-group.append .input-group-text {
  border-radius: 10px 0 0 10px;
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.input-group-text {
  border: none;
  font-size: 16px;
  height: 45px;
  background-color: var(--primary-color)!important;
  color: #ffffff;
  border: 1px solid var(--primary-color)!important;
  border-radius: 0;
  padding: 0.375rem 0.75rem !important;
  font-weight: 500;
}

.custom-check-group {
  display: block;
  margin-bottom: 12px;
}
.custom-check-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.custom-check-group input:checked + label::before {
  background-color: #22abc3;
  border: 1px solid #22abc3;
}
.custom-check-group input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.custom-check-group label {
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
}
.custom-check-group label::before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  top: -1px;
}
.custom-check-group label a {
  text-decoration: underline;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  border: 1px solid #dddddd;
  font-size: 14px;
  height: 50px;
  color: rgba(255, 255, 255, 0.5);
}
.form-control:focus {
  color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #dddddd;
}
.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.kyc-title-text{
  margin-top: 12px;
}
.kyc-form--control{
  background-color: #ffffff;
  border: 1px solid #dddddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 20px;
  font-weight: 600;
  font-size: 13px;
  color: #222222;
  padding: 10px 25px;
  width: 100%;
}



.form--control {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 45px;
  line-height: 45px;
  font-weight: 600;
  font-size: 13px;
  color: #222222;
  padding: 10px 25px;
  width: 100%;
}
.form--control:focus {
  background-color: #ffffff;
  border: 1px solid var(--primary-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #222222;
}
.form--control::-webkit-input-placeholder {
  color: #6e6e6e;
}
.form--control::-moz-placeholder {
  color: #6e6e6e;
}
.form--control:-ms-input-placeholder {
  color: #6e6e6e;
}
.form--control::-ms-input-placeholder {
  color: #6e6e6e;
}
.form--control::placeholder {
  color: #6e6e6e;
}

textarea.form--control {
  line-height: inherit;
}

.fileholder {
  border-radius: 0;
}

.file-holder-wrapper {
  width: 100%;
}

.fileholder.active {
  border: 2px dashed #dddddd;
}

.fileholder-drag-drop-title {
  color: #c4c5cf;
}

.fileholder-drag-drop-icon svg path:nth-child(2) {
  fill: #22abc3;
}

.fileholder-basic-loading-circle.one {
  border: 2px solid #22abc3;
}

.fileholder-basic-loading-circle.two {
  border: 2px solid #22abc3;
}

.fileholder-basic-loading-circle.three {
  border: 2px solid #22abc3;
}

.fileholder.active {
  border: 2px dashed #dddddd;
}

.fileholder-drag-drop-title {
  color: #222222;
}

.fileholder-drag-drop-icon svg path:nth-child(2) {
  fill: #22abc3;
}

.fileholder-basic-loading-circle.one {
  border: 2px solid #22abc3;
}

.fileholder-basic-loading-circle.two {
  border: 2px solid #22abc3;
}

.fileholder-basic-loading-circle.three {
  border: 2px solid #22abc3;
}

.radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -3px -7px;
}
.radio-wrapper .radio-item {
  margin: 3px 7px;
}

.radio-item [type=radio]:checked {
  position: absolute;
  left: -9999px;
}

.radio-item [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-item [type=radio]:checked + label {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  border: 1px solid #22abc3;
  background-color: #22abc3;
  border-radius: 15px;
  padding: 12px 30px;
  display: inline-block;
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.radio-item [type=radio]:checked + label::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 15px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
}
.radio-item [type=radio]:checked + label::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffffff;
  position: absolute;
  top: 17px;
  left: 15px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.radio-item [type=radio]:not(:checked) + label {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 12px 30px;
  display: inline-block;
  color: #222222;
  width: 100%;
  text-align: center;
}
.radio-item [type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 15px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: transparent;
  border: 1px solid #dddddd;
}
.radio-item [type=radio]:not(:checked) + label::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffffff;
  position: absolute;
  top: 17px;
  left: 15px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.nice-select {
  height: 45px;
  line-height: 45px;
  border: 1px solid #dddddd !important;
  border-radius: 0;
  float: unset;
  padding: 0 25px;
}
.nice-select .list {
  width: 100%;
  background-color: #ffffff;
  left: auto;
  right: 0;
}

.select2-container {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  width: 100%;
}

.selection {
  width: 100%;
}

.select2-selection--single {
  width: 100%;
  height: 45px !important;
  outline: none;
  background: transparent !important;
  font-size: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 10px;
  border-radius: 5px;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #dddddd !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-selection--single span {
  margin: 0;
  width: 100%;
  color: #222222;
  line-height: initial;
  font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: absolute;
  top: 22px;
  right: 7px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #222222 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #222222 transparent;
}

.submit-btn {
  padding: 12px 20px;
  color: #ffffff;
  background: #161718;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 991px) {
  .submit-btn {
    padding: 10px 20px;
  }
}

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
}
.body-overlay.active {
  visibility: visible;
}
.body-overlay.open {
  visibility: visible;
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat !important;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay-base {
  position: relative;
  z-index: 2;
}

.bg-overlay-base:after {
  content: "";
  position: absolute;
  background-color: #1f1f1f;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

@-webkit-keyframes scroll-down {
  0%, 100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes scroll-down {
  0%, 100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes gel-map-animationSignal {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }
  1% {
    -webkit-transform: translate(-50%, -50%) scale(0.32);
    transform: translate(-50%, -50%) scale(0.32);
    opacity: 0.1;
  }
  20% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(0 0.45);
    transform: translate(-50%, -50%) scale(0 0.45);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(0.75);
    transform: translate(-50%, -50%) scale(0.75);
    opacity: 0.35;
  }
}
@keyframes gel-map-animationSignal {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }
  1% {
    -webkit-transform: translate(-50%, -50%) scale(0.32);
    transform: translate(-50%, -50%) scale(0.32);
    opacity: 0.1;
  }
  20% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(0 0.45);
    transform: translate(-50%, -50%) scale(0 0.45);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(0.75);
    transform: translate(-50%, -50%) scale(0.75);
    opacity: 0.35;
  }
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 9999999;
  background: #1f1f1f;
  overflow: hidden;
}

.car {
  position: absolute;
  width: 117px;
  height: 42px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.car .strike {
  position: absolute;
  width: 11px;
  height: 1px;
  background: #ffe4e1;
  -webkit-animation: strikes 0.2s linear infinite;
          animation: strikes 0.2s linear infinite;
}

.car .strike2 {
  top: 11px;
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

.car .strike3 {
  top: 22px;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.car .strike4 {
  top: 33px;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.car .strike5 {
  top: 44px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.car-detail {
  position: absolute;
  display: block;
  background: #22abc3;
  -webkit-animation: speed 0.5s linear infinite;
          animation: speed 0.5s linear infinite;
}

.car-detail.spoiler {
  width: 0;
  height: 0;
  top: 7px;
  background: 0 0;
  border: 20px solid transparent;
  border-bottom: 8px solid #22abc3;
  border-left: 20px solid #22abc3;
}

.car-detail.back {
  height: 20px;
  width: 92px;
  top: 15px;
  left: 0;
}

.car-detail.center {
  height: 35px;
  width: 75px;
  left: 12px;
  border-top-left-radius: 30px;
  border-top-right-radius: 45px 40px;
  border: 4px solid #22abc3;
  background: 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.car-detail.center1 {
  height: 35px;
  width: 35px;
  left: 12px;
  border-top-left-radius: 30px;
}

.car-detail.front {
  height: 20px;
  width: 50px;
  top: 15px;
  left: 67px;
  border-top-right-radius: 50px 40px;
  border-bottom-right-radius: 10px;
}

.custom-container {
  max-width: 1670px;
}

.car-detail.wheel {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  top: 20px;
  left: 12px;
  border: 3px solid #222;
  background: linear-gradient(45deg, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent 55%), linear-gradient(-45deg, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent 55%), linear-gradient(90deg, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent 55%), linear-gradient(0deg, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent 55%), radial-gradient(#ffe4e1 29%, transparent 30%, transparent 50%, #ffe4e1 51%), #222;
  -webkit-animation-name: spin;
          animation-name: spin;
}

.car-detail.wheel2 {
  left: 82px;
}

@-webkit-keyframes speed {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
            transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -3px) rotate(-1deg);
            transform: translate(-1px, -3px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-2px, 0px) rotate(1deg);
            transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 3px) rotate(-1deg);
            transform: translate(-1px, 3px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-1px, 1px) rotate(0deg);
            transform: translate(-1px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
            transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-2px, -1px) rotate(1deg);
            transform: translate(-2px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
            transform: translate(2px, 1px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
            transform: translate(1px, -2px) rotate(-1deg);
  }
}

@keyframes speed {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
            transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -3px) rotate(-1deg);
            transform: translate(-1px, -3px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-2px, 0px) rotate(1deg);
            transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 3px) rotate(-1deg);
            transform: translate(-1px, 3px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-1px, 1px) rotate(0deg);
            transform: translate(-1px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
            transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-2px, -1px) rotate(1deg);
            transform: translate(-2px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
            transform: translate(2px, 1px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
            transform: translate(1px, -2px) rotate(-1deg);
  }
}
@-webkit-keyframes strikes {
  0% {
    left: 25px;
  }
  100% {
    left: -80px;
    opacity: 0;
  }
}
@keyframes strikes {
  0% {
    left: 25px;
  }
  100% {
    left: -80px;
    opacity: 0;
  }
}
.row > * {
  position: relative;
}

@media (min-width: 1480px) {
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 575px) {
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
@media only screen and (max-width: 575px) and (max-width: 400px) {
  .col-xs-6 {
    width: 100%;
  }
}
::-moz-selection {
  background-color: #22abc3;
  color: #ffffff;
}
::selection {
  background-color: var(--primary-color);
  color: #ffffff;
}

.fs-10px {
  font-size: 11px;
}

.op-6 {
  opacity: 0.6;
}

/*-------------------------------------------------
  [ ## Header ]
*/
.header-section {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: transparent;
}

.header {
  background-color: transparent;
  width: 100%;
  z-index: 9;
}

.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: transparent;
  margin-top: 0;
  -webkit-animation-fill-mode: initial;
          animation-fill-mode: initial;
}
.header-section.header-fixed .header-top-area {
  display: none !important;
}

.header-bottom-area {
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .header-bottom-area {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header-bottom-area .navbar-expand-lg {
  background-color: transparent;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse {
    background-color: transparent !important;
    padding: 0 !important;
  }
  .header-bottom-area .navbar-collapse .main-menu {
    padding: 15px 0;
  }
  .header-bottom-area .menu_has_children .sub-menu {
    display: none !important;
  }
  .header-bottom-area .menu_has_children .sub-menu li {
    width: 100%;
  }
  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}
.header-bottom-area .navbar-collapse .main-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header-bottom-area .navbar-collapse .main-menu li {
  position: relative;
  padding-right: 10px;
}

.header-bottom-area .navbar-collapse .main-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
  position: relative;
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
  font-size: 12px;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
    top: 12px;
    right: 15px;
  }
}
.header-bottom-area .navbar-collapse .main-menu li a {
  position: relative;
  padding: 7px 15px!important;
  border-radius: 0;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--primary-color);
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
}
.header-bottom-area .navbar-collapse .main-menu li a.active, .header-bottom-area .navbar-collapse .main-menu li a:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    padding: 12px 15px !important;
  }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 35px;
  left: 0;
  padding: 10px 5px;
  width: 180px;
  background-color: var(--primary-color);
  border-radius: 10px;
  display: block;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    width: 180px;
  }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
  margin-right: 0;
  padding-right: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  z-index: 2;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
  border-bottom: 0px solid;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
  color: #22abc3;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
  width: 100%;
  font-size: 12px;
  padding: 5px 15px;
  display: block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::before {
  display: none;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.site-logo {
  max-width: 170px;
}
@media only screen and (max-width: 991px) {
  .site-logo {
    max-width: 120px;
  }
}

.header-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -8px;
}
@media only screen and (max-width: 991px) {
  .header-action {
    margin-left: 12px;
    padding-bottom: 20px;
  }
}
.header-action i {
  position: relative;
  top: 2px;
}

.language-select {
  background: transparent;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .language-select {
    margin-left: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .header-link {
    display: none;
  }
}
.header-link a {
  color: #ffffff;
}
.header-link a i {
  color: #22abc3;
  margin-right: 5px;
  font-size: 16px;
}
.header-link a + a {
  margin-left: 20px;
}

.header-social li {
  display: inline-block;
  font-size: 13px;
  color: #ffffff;
}
.header-social li + li {
  margin-left: 15px;
}

.notification-icon {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(40, 36, 49, 0.1);
          box-shadow: 0px 0px 15px rgba(40, 36, 49, 0.1);
  color: #222222;
  font-size: 20px;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-toggler span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #22abc3;
  color: #ffffff;
  font-size: 14px;
}
@media  (max-width: 1200px) {
.header-bottom-area .navbar-collapse .main-menu li {
    position: relative;
    padding-right: 0px !important; 
  }
}
/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.banner-section {
  position: relative;
  overflow: hidden;
}

.banner-element-one {
  position: absolute;
  bottom: 50px;
  left: 10%;
  width: 21.5%;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .banner-element-one {
     min-height: 180px;
     min-width: 330px;
     z-index: -1;
  }
}

.banner-element-two {
    position: absolute;
    bottom: 0;
    left: 66%;
    width: 29%;
    z-index: -1;
}
@media only screen and (max-width: 991px) {
  .banner-element-two {
    display: none;
  }
}

.banner-content {
    margin-left: 17vw;
    padding: 95px  275px 122px 161px;
    clip-path: polygon(0 0%, 71% 0, 100% 100%, 29% 100%);
    display: inline-block;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    color: #FFFFFF;
    background-color: rgba(31, 31, 31, 0.6);
}
@media only screen and (max-width: 575px) {
  .banner-content {
    margin-left: 0;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    clip-path: none;
    width: 100%;
  }
}
.banner-content .sub-title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-weight: 600;
}
@media only screen and (max-width: 575px) {
  .banner-content .sub-title {
    font-size: 14px;
  }
}
.banner-content .title {
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 40px;
    max-width: 650px;
    text-align: center;
}
.banner-content .banner-btn {
  text-align: right;
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-section {
  position: relative;
}
.footer-section .footer-element {
  position: absolute;
  z-index: 1;
  top: -180px;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .footer-section .footer-element {
    display: none;
  }
}
.footer-section .footer-shape {
  position: absolute;
  top: -1px;
  right: 84px;
  left: 84px;
  display: block;
  height: 47px;
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0 0);
}

.footer-widget-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}
@media only screen and (max-width: 575px) {
  .footer-widget-wrapper {
    margin: 0;
  }
}
.footer-widget-wrapper .footer-widget {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21.7%;
          flex: 0 0 21.7%;
  margin: 15px;
}
@media only screen and (max-width: 1399px) {
  .footer-widget-wrapper .footer-widget {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.33%;
            flex: 0 0 22.33%;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-widget-wrapper .footer-widget {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.33%;
            flex: 0 0 22.33%;
  }
}
@media only screen and (max-width: 991px) {
  .footer-widget-wrapper .footer-widget {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40.33%;
            flex: 0 0 40.33%;
  }
}
@media only screen and (max-width: 575px) {
  .footer-widget-wrapper .footer-widget {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
  }
}
.footer-widget-wrapper .footer-widget.main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18.7%;
          flex: 0 0 18.7%;
  margin-right: 50px;
}
.footer-widget-wrapper .footer-widget .widget-title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
}
.footer-widget-wrapper .footer-widget p {
  color: #ccc;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-list .title {
  color: #ffffff;
}
.footer-list li {
  padding-bottom: 8px;
  color: #ccc;
}
.footer-list li span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}
.footer-list li a {
  padding-left: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.footer-list li a::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  color: #ccc;
  content: "\f105";
}
.footer-list li a:hover {
  text-decoration: underline;
}
.footer-list.two li {
  position: relative;
  padding-left: 20px;
}
.footer-list.two li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--primary-color);
}
.footer-list.two li a {
  padding-left: 0;
}
.footer-list.two li a::before {
  display: none;
}

.subscribe-form .form-group {
  margin-bottom: 10px;
  position: relative;
}
.subscribe-form .subscribe-icon {
  position: absolute;
  top: 11px;
  left: 15px;
  color: rgba(255, 255, 255, 0.4);
}
.subscribe-form input {
  background-color: rgba(255, 255, 255, 0.1019607843) !important;
  border: none !important;
  height: 40px;
  line-height: 45px;
  color: #ffffff !important;
  font-size: 11px;
  padding-left: 35px;
}
.subscribe-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.subscribe-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.subscribe-form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.subscribe-form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.subscribe-form input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.footer-more-btn {
  position: relative;
  background-color: transparent;
  color: #22abc3;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
}
.footer-more-btn .less-text {
  display: none;
}
.footer-more-btn::after {
  position: absolute;
  content: "\f105";
  top: -3px;
  right: -15px;
  font-family: "Line Awesome Free";
  font-weight: 900;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.footer-more-btn.active .more-text {
  display: none;
}
.footer-more-btn.active .less-text {
  display: block;
}
.footer-more-btn.active::after {
  content: "\f106";
}

.footer-bottom-area {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer-bottom-area {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .footer-social {
    padding-top: 15px;
  }
}
.footer-social li {
  display: inline-block;
  font-size: 18px;
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  .footer-social li {
    font-size: 14px;
  }
}
.footer-social li + li {
  margin-left: 20px;
}

.copyright-area p {
  margin-bottom: 0;
  color: #ccc;
}
.copyright-area p a {
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.copyright-area p a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Team ]
*/
.team-section {
  position: relative;
  overflow: hidden;
}
.team-section .team-element-one {
  position: absolute;
  left: 0;
  top: 0;
}
.team-section .team-element-two {
  position: absolute;
  right: 0;
  bottom: 0;
}

.team-wrapper {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 80px;
}

.team-item {
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 50px 20px 20px 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team-item:hover, .team-item.active {
  -webkit-box-shadow: 0px 0px 15px rgba(40, 36, 49, 0.15);
          box-shadow: 0px 0px 15px rgba(40, 36, 49, 0.15);
}
.team-item:hover .team-content .team-review, .team-item.active .team-content .team-review {
  opacity: 1;
  visibility: visible;
}
.team-item:hover .team-content .team-social, .team-item.active .team-content .team-social {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 575px) {
  .team-item {
    -webkit-box-shadow: 0px 0px 15px rgba(40, 36, 49, 0.15);
            box-shadow: 0px 0px 15px rgba(40, 36, 49, 0.15);
  }
}

.team-thumb {
  margin-bottom: 20px;
}

.team-content .title a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.team-content .title a:hover {
  color: #22abc3;
}
.team-content .sub-title {
  font-weight: 500;
  margin-bottom: 15px;
}
.team-content .team-review {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 575px) {
  .team-content .team-review {
    opacity: 1;
    visibility: visible;
  }
}
.team-content .team-review .ratings {
  margin-right: 5px;
  font-weight: 500;
}
.team-content .team-review .ratings-icon i {
  color: #f6b500;
}
.team-content .team-social {
  border-top: 1px solid #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -8px;
  padding-top: 15px;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 575px) {
  .team-content .team-social {
    opacity: 1;
    visibility: visible;
  }
}
.team-content .team-social li {
  margin: 8px;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #dddddd;
  border-radius: 50%;
  font-size: 15px;
}

.team-action-area {
  padding-top: 60px;
}

.team-action-wrapper {
  position: relative;
  padding: 30px;
  border-radius: 8px;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .team-action-wrapper {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .team-action-content {
    margin-bottom: 15px;
  }
}
.team-action-content .title span {
  color: #22abc3;
}

.team-action-icon {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #22abc3;
  color: #ffffff;
  font-size: 28px;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .team-action-icon {
    left: -10px;
  }
}

/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Testimonial ]
*/
.testimonial-section {
  position: relative;
}
.testimonial-section .testimonial-shape {
  position: absolute;
  bottom: -1px;
  right: 84px;
  left: 84px;
  display: block;
  height: 47px;
  background-color: #ffffff;
  clip-path: polygon(4% 0, 100% 100%, 0% 100%);
}

.testimonial-slider {
  height: 38vh;
  width: 100%;
  position: relative;
  margin: -30px;
  margin-top: -30px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-slider {
    margin: 0;
  }
}
@media only screen and (max-width: 440px) {
  .testimonial-slider {
    height: 60vh;
  }
}
.testimonial-slider .swiper-container {
  height: 100%;
  width: 100%;
}
.testimonial-slider .swiper-image {
  width: 100%;
  height: 100%;
}
.testimonial-slider .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.testimonial-slider .swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.testimonial-slider .swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.testimonial-slider .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.testimonial-slider .swiper-container-android .swiper-slide, .testimonial-slider .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.testimonial-slider .swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.testimonial-slider .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}
.testimonial-slider .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.testimonial-slider .swiper-container-autoheight, .testimonial-slider .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.testimonial-slider .swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.testimonial-slider .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.testimonial-slider .swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.testimonial-slider .swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.testimonial-slider .swiper-image-inner {
  position: relative;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.testimonial-item {
  position: relative;
  z-index: 2;
  text-align: center;
}

.testimonial-content p {
  font-size: 18px;
  line-height: 1.89;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .testimonial-content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-content p {
    font-size: 14px;
  }
}

.testimonial-user-wrapper {
  margin-top: 20px;
  position: relative;
}
.testimonial-user-wrapper::before {
  display: inline-block;
  font: 700 85px/1 Montserrat;
  content: "“";
  color: var(--primary-color);
}

.testimonial-user-content .title {
  color: #ffffff;
}
.testimonial-user-content .sub-title {
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### about block ]
*/
.about-content-wrapper {
  text-align: center;
}
.about-content-wrapper .ui-title-logo {
  margin-bottom: -40px;
  font: 700 90px/1 Montserrat;
  color: #f2f6f7;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .about-content-wrapper .ui-title-logo {
    font-size: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .about-content-wrapper .ui-title-logo {
    font-size: 60px;
  }
}
.about-content-wrapper .title {
  margin-bottom: 20px;
}
.about-content-wrapper .about-post-meta {
  margin: -10px;
  margin-top: 20px;
}
.about-content-wrapper .about-post-meta span {
  margin: 10px;
}
.about-content-wrapper .about-post-meta span.right {
  background-color: #f2f6f7;
  padding: 10px 20px;
  font-weight: 500;
}
.about-content-wrapper .about-post-meta span.right i {
  color: var(--primary-color);
  font-size: 16px;
  margin-right: 5px;
}
.about-content-wrapper .about-post-meta span.right a {
  font-size: 18px;
  font-weight: 900;
  padding-left: 5px;
}
.about-content-wrapper .about-post-meta .about-btn {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  font-family: "Montserrat", sans-serif;
}

.about-item-wrapper {
  padding-top: 80px;
}
.about-item-wrapper .about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 auto;
}
.about-item-wrapper .about-item .about-icon {
  font-size: 60px;
  color: var(--primary-color);
}
.about-item-wrapper .about-item .about-content {
  width: calc(100% - 60px);
  padding-left: 20px;
}

/*-------------------------------------------------
    [ ### booking block ]
*/
.booking-section {
  position: relative;
  z-index: 2;
}
.booking-section .booking-shape {
  position: absolute;
  bottom: -1px;
  right: 84px;
  left: 84px;
  display: block;
  height: 47px;
  background-color: #ffffff;
  clip-path: polygon(4% 0, 100% 100%, 0% 100%);
}
.booking-section .primary-shape {
  position: absolute;
  top: -1px;
  right: 0;
  left: 9%;
  display: block;
  height: 52px;
  background: var(--primary-color);
  clip-path: polygon(0 0, 100% 0, 4% 100%);
}

.booking-form-wrapper {
  background-color: #1f1f1f;
  padding: 20px 40px;
}
@media only screen and (max-width: 575px) {
  .booking-form-wrapper {
    padding: 20px;
  }
}
.booking-form-wrapper .booking-form label {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 500;
}
.booking-form-wrapper .booking-form input {
  background-color: #242424;
  border: none;
  color: rgba(255, 255, 255, 0.5);
}
.booking-form-wrapper .booking-form input:focus {
  background-color: #242424;
  color: rgba(255, 255, 255, 0.5);
  border: none;
}
.booking-form-wrapper .booking-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.booking-form-wrapper .booking-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.booking-form-wrapper .booking-form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.booking-form-wrapper .booking-form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.booking-form-wrapper .booking-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.booking-form-wrapper .booking-form .destination-view .title {
  color: #ffffff;
  margin-bottom: 0;
}

::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(1);
          filter: invert(1);
}

/*-------------------------------------------------
    [ ### how it works block ]
*/
.how-it-works-item {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 75%;
}
@media only screen and (max-width: 991px) {
  .how-it-works-item {
    width: 100%;
  }
}
.how-it-works-item::after {
  position: absolute;
  top: 50px;
  right: -120px;
  width: 130px;
  height: 130px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIIAAACCCAYAAACKAxD9AAAD+UlEQVR4Xu3dy2rbQBSA4TOQZh/I23RRkhfPqm+TN2jgFBmpVYhj6zKXc/m9MQaDGPlj5reEx0Xmh6o+lFI+ltc85zoDRUR+qOrP6VlE3sCQC8Ay2gnCo6q+isiTiLyXUt5EhJkhmYcJgqjqo4hcMJRS3lWVmSEjhDWGUsqTqr6zTOSScJkRVsH4WEp5VdXLMgGGPBg+QZiHTTPk+fz/jfQaBJoBCJ+XiSkgaYYcKq7OCDRDjg9/PcqbEGiGPCC2QKAZEnjYBIHrDPElbIawYOA6Q0wUuyDQDDERTKM6AoFmCOjhEASaIZ6EwxBohlgYTkGgGeJgqAGBZgjgoQoEmsG/hGoQaAbfGKpCoBn8YmgBgWZw6KEJBJrBn4RmEGgGXxiaQqAZ/GDoAYFmcOChCwSawb6EbhBoBtsYukKgGexiGAGBZjDoYQgEmsGehGEQVs3wS1Wf+a3lWBxDIcxDf1DVFxG5YGB/hjEgLECYmuFBRC4Y2J8hMYR5mbhgKKU8sz9DfwwmZoRl2POGXi80Q3IINEN/AMsRTc0I65mBZuiLwiQEmqEvguloZiEsGEopNEMHF6Yh0AwdBMyH8ACB6wwdPLiAQDO0l+AGAs3QFoMrCDRDOwweIdAMDTy4hEAz1JfgFgLNUBeDawg0Qz0MESDQDBU8hIBAM5yXEAYCzXAOQygINMNxDBEh0AwHPISEQDPslxAWAs2wD0NoCDTDdgwZINAMGzykgEAz3JeQBgLNcBtDKgg0w/cYMkKgGa54SAmBZvgqIS0EmuEzhtQQaIb/GIAgQjNY/8nb/W+/9d6xbNaRdX8GZoSVpcz7MwDh66SSck8nIFxZXTLu6QSEbzIjWzMA4UZvZmoGINz/4pGiGYBwH0KK6wxA2AAhw70JIGyEEP3eBBB2QIh8bwII+yGEbAYgHIAQsRmAcBBCtGYAwgkIkZoBCOchhGgGIFSAEKEZgFAJgvdmAEJFCJ6bAQj1IbhsBiA0gOCxGYDQCIK3ZgBCQwiemgEI7SG4aAYgdIDgoRmA0AmC9WYAQkcIlpsBCP0hmGwGIAyAYLEZgDAIgrVmAMJACJaaAQjjIZhoBiAYgGChGYBgBMLoZgCCIQgjmwEI9iAMaQYgGIQwohmAYBRC72YAgmEIPZsBCPYhdGkGIDiA0KMZgOAEQutmAIIjCC2bAQj+IDRpBiA4hNCiGYDgFELtZgCCYwg1mwEI/iFUaQYgBIBQoxmAEATC2WYAQiAIZ5oBCPEgHGoGIASEcKQZgBAUwt5mAEJgCHuaAQjxIWxqBiAkgLClGYCQBMK9ZgBCIgi3mgEI+SBcb4aE54Ehr/4YvZTyR1V/MyMkZjH/r+XHdAr+AlM8IsIUJH9mAAAAAElFTkSuQmCC) no-repeat;
  content: "";
}
@media only screen and (max-width: 1199px) {
  .how-it-works-item::after {
    display: none;
  }
}
.how-it-works-item .number {
  position: relative;
  display: block;
  margin-bottom: 20px;
  font: 700 120px/1 Montserrat;
  color: #f2f6f7;
}
@media only screen and (max-width: 575px) {
  .how-it-works-item .number {
    font-size: 80px;
  }
}
.how-it-works-item .number::after {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  background-color: var(--primary-color);
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 35px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 0 5px 35px 5px rgba(0, 0, 0, 0.12);
  content: "";
}
.how-it-works-item .how-it-works-content .title {
  color: var(--primary-color);
}
.how-it-works-item .how-it-works-content p {
  font-size: 16px;
}

div[class*=col]:nth-child(even) .how-it-works-item {
  padding-top: 60px;
}
@media only screen and (max-width: 991px) {
  div[class*=col]:nth-child(even) .how-it-works-item {
    padding-top: 0;
  }
}
div[class*=col]:nth-child(even) .how-it-works-item::after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIIAAACCCAYAAACKAxD9AAAEBUlEQVR4Xu3dW2obQRBA0arg+D/g9STYGxch29EOYqggRTKKIksaTT/qcf0t8EzPoevS9tgqfJVdATN7UtX33QJo2VUofuM7BCLyKiK/VfUXEGqCeDKzHYIXEdmq6k8gFINwGAevZrZHICKb3XgAQiEIx3Ggqi9m9oGARiiIYDcOVHVrZvud4LgE7Ag1MJw3wUZEPhCwIxRA8FkTnN86O0JiDNeaAAiJH/zprZ2cE1xsAiDUgHCzCYCQHMK9TQCExBCWNAEQkkJY2gRAyAlhcRMAIRmER5sACIkgrGkCICSBsLYJgJADwuomAEJwCK2aAAiBIbRsAiAEhdC6CYAQE0LzJgBCMAi9mgAIgSD0bAIgBIHQuwmAEANC9yYAgnMIo5oACI4hjGwCIDiFMLoJgOATwvAmAIIzCLOaAAiOIMxsAiA4gTC7CYDgA8L0JgDCZAhemgAIEyF4agIgTILgrQmAMAeCuyYAwmAIXpsACAMheG4CIAyC4L0JgDAGgvsmAEJnCFGaAAgdIURqAiB0ghCtCYDQB0K4JgBCYwhRmwAIDSFEbgIgNIIQvQmA0AZC+CYAwkoIWZoACCsgZGoCIDwIIVsTAOExCOmaAAgLIWRtAiAsgJC5CYBwJ4TsTQCE+yCkbwIg3IBQpQmAcAVCpSYAwicQqjUBEC5DKNcEQDhbgapNAISTFajcBEA4rED1JgDC3xUo3wTlIdAEl2u51P+Gpgk+P0QpA4EmuH6kWgUCTXDjaD09BJrgvp+ypYZAE9yHYPeptBBogvsRZIZAEyxzkG9HoAkWCjh8PNVooAkeQ5BqNNAEjyPIBIEmWOcgfiPQBCsFZGgEmqANgtCjgSZohyAyBJqgrYN4jUATNBYQsRFogj4IQo0GmqAfgkgQaIK+Dvw3Ak3QWUCERqAJxiBwPRpognEIPEOgCcY68NcINMFgAR4bgSaYg8DVaKAJ5iHwBIEmmOtgfiPQBJMFeGgEM3sWkR+q+mJmWxHZqOq7j6WpdRXTfnn1gOBNRL6p6tbMQDDR3iwIz2a2RyAiW1XdiAg7QSUIu51AVd/MbI+AcTDx6Z9866E7wnEcqOo3msAHgONVDINAE/h68OdXMwoCTeDbQf9zBJrAuYAR5wg0QQwEXY+YaYI4CHpCoAliOWjfCDRBMAE9GoEmiImg6WigCeIiaAmBJojtYH0j0ATBBbRoBJogB4JVo4EmyINgDQSaIJeD5Y1AEyQT8Egj0AQ5ESwaDTRBXgRLINAEuR3cbgSaILmAexqBJqiB4OpooAnqILgGgSao5eD/RqAJigm41Ag0QU0E/4wGmqAuglMINEFtB6I0QXEBx0Yws6+q+t3MvvBCal0UH6+8Hf5yCa+mF7XwB4x2IsitoK3NAAAAAElFTkSuQmCC);
}

div[class*=col]:last-child .how-it-works-item::after {
  display: none;
}

/*-------------------------------------------------
    [ ### choose us block ]
*/
.choose-us-left-content-wrapper {
  position: relative;
  padding: 0 0 80px 80px;
}
@media only screen and (max-width: 991px) {
  .choose-us-left-content-wrapper {
    padding: 0 0 40px 40px;
  }
}
@media only screen and (max-width: 575px) {
  .choose-us-left-content-wrapper {
    padding: 0 0 20px 20px;
  }
}
.choose-us-left-content-wrapper .section-header {
  margin-bottom: 30px;
}
.choose-us-left-content-wrapper::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0 0 10px 10px;
  border-style: solid;
  border-color: #f2f6f7;
  content: "";
}
.choose-us-left-content-wrapper p {
  font-size: 16px;
}
.choose-us-left-content-wrapper .bottom-inner-content {
  padding-top: 20px;
}
.choose-us-left-content-wrapper .bottom-inner-content .title {
  color: #22abc3;
  margin-bottom: 15px;
}
.choose-us-left-content-wrapper .call-us-wrapper {
  padding-top: 15px;
  margin: -10px;
}
.choose-us-left-content-wrapper .call-us-wrapper span {
  font-weight: 600;
  margin: 10px;
}
.choose-us-left-content-wrapper .call-us-wrapper span i {
  font-size: 20px;
  color: var(--primary-color);
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.choose-us-left-content-wrapper .call-us-wrapper span.right {
  background-color: #f2f6f7;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 900;
}

.choose-us-item-wrapper {
  padding-left: 100px;
}
@media only screen and (max-width: 991px) {
  .choose-us-item-wrapper {
    padding-left: 0;
  }
}

.choose-us-item {
  position: relative;
  text-align: center;
  border-bottom: 1px solid var(--primary-color);
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .choose-us-item {
    margin-top: 0;
  }
}
.choose-us-item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.85;
  background-color: #f2f6f7;
  z-index: -1;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.choose-us-item .choose-us-icon {
  position: relative;
  top: 10px;
  color: var(--primary-color);
  font-size: 60px;
  line-height: 150px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.choose-us-item .choose-us-content {
  position: relative;
  z-index: 2;
  padding: 50px 30px 22px;
  background-color: var(--primary-color);
  width: 100.5%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  clip-path: polygon(0% 10%, 0 100%, 100% 100%, 100% 0, 28% 24%);
}
@media only screen and (max-width: 991px) {
  .choose-us-item .choose-us-content {
    padding: 50px 20px 22px;
  }
}
.choose-us-item .choose-us-content .title {
  color: #ffffff;
  margin-bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.choose-us-item.active::after, .choose-us-item:hover::after {
  background-color: var(--primary-color);
}
.choose-us-item.active .choose-us-icon, .choose-us-item:hover .choose-us-icon {
  color: #ffffff;
}
.choose-us-item.active .choose-us-content, .choose-us-item:hover .choose-us-content {
  background-color: #ffffff;
}
.choose-us-item.active .choose-us-content .title, .choose-us-item:hover .choose-us-content .title {
  color: var(--primary-color);
}

/*-------------------------------------------------
    [ ### statistics block ]
*/
.statistics-section {
  position: relative;
}
.statistics-section .statistics-shape {
  position: absolute;
  top: -1px;
  right: 84px;
  left: 84px;
  display: block;
  height: 47px;
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 4% 100%);
}

@media only screen and (max-width: 991px) {
  .statistics-item {
    text-align: center;
  }
}
.statistics-item .odo-area .odo-title {
  color: #ffffff;
  display: inline-block;
  font-size: 48px;
  margin-bottom: 0px;
  margin-top: -22px;
}
@media only screen and (max-width: 991px) {
  .statistics-item .odo-area .odo-title {
    font-size: 30px;
  }
}
.statistics-item .odo-area .title {
  color: #ffffff;
  font-size: 48px;
  display: inline-block;
  margin-bottom: 0;
  margin-top: -13px;
}
@media only screen and (max-width: 991px) {
  .statistics-item .odo-area .title {
    font-size: 30px;
  }
}
.statistics-item p {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .statistics-item p {
    font-size: 14px;
  }
}

.statistics-thumb img {
  width: 100%;
}

/*-------------------------------------------------
    [ ### call-to-action block ]
*/
.call-to-action-wrapper {
  text-align: center;
}
.call-to-action-wrapper .title {
  color: #ffffff;
}
.call-to-action-wrapper p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}

.call-to-action-contact {
  padding-top: 30px;
}
.call-to-action-contact .call-to-action-contact-icon {
  color: #ffffff;
  font-size: 50px;
  margin-bottom: 20px;
}
.call-to-action-contact .sub-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.call-to-action-contact .title {
  margin-bottom: 0;
}

/*-------------------------------------------------
    [ ### contact block ]
*/
.contact-wrapper {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
  position: relative;
  z-index: 2;
  margin-top: -300px;
}

.contact-thumb {
  position: relative;
}
.contact-thumb::before {
  content: "";
  position: absolute;
  border: 6px solid var(--primary-color);
  border-radius: 25px 50% 50% 50%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.contact-thumb img {
  width: 100%;
  padding: 15px;
  border-radius: 40px 50% 50% 50%;
}

.contact-header {
  margin-bottom: 20px;
}
.contact-header p {
  font-size: 16px;
}

.contact-form textarea {
  min-height: 160px;
}

.contact-widget-item {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  z-index: 2;
}
.contact-widget-item::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border: 3px solid var(--primary-color);
  border-left: none;
  border-bottom: none;
  border-top-right-radius: 20px;
  right: 15px;
  top: 15px;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-widget-item .contact-widget-icon {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--primary-color);
  color: #ffffff;
  border-radius: 50%;
  font-size: 40px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.contact-widget-item:hover::before {
  width: 80%;
  height: 80%;
}

.map-area iframe {
  width: 100%;
  height: 400px;
}

/*-------------------------------------------------
    [ ### account block ]
*/
.account-section.two, .account-section.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.2s ease-out;
          transition-delay: 0.2s ease-out;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
}
.account-section.two .account-bg, .account-section.active .account-bg {
  -webkit-transition-timing-function: cubic-bezier(0.86, 0.27, 0.17, 0.2);
          transition-timing-function: cubic-bezier(0.86, 0.27, 0.17, 0.2);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.account-section.two .account-bg::after, .account-section.active .account-bg::after {
  width: 100%;
}
.account-section.two .account-area, .account-section.active .account-area {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.9, 0.25, 0.08, 0.2);
          transition-timing-function: cubic-bezier(0.9, 0.25, 0.08, 0.2);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  top: 0;
  z-index: 9;
}
.account-section.two .account-bg::after {
  background: #161718;
}
.account-section.register {
  position: relative;
  height: auto;
  z-index: 1;
  display: block;
  background-color: #1f1f1f;
}
.account-section.register .account-thumb-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .account-section.register .account-thumb-wrapper {
    width: 40%;
  }
}
@media only screen and (max-width: 991px) {
  .account-section.register .account-thumb-wrapper {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .account-section.register .account-thumb-wrapper {
    width: 100%;
    height: 400px;
  }
}
.account-section.register .account-thumb-wrapper .account-thumb {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.account-section.register .account-thumb-wrapper img {
  width: 100%;
}
.account-section.register .right {
  padding: 1.5rem 2rem;
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1f1f1f;
}
@media only screen and (max-width: 1199px) {
  .account-section.register .right {
    width: 60%;
  }
}
@media only screen and (max-width: 991px) {
  .account-section.register .right {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .account-section.register .right {
    width: 100%;
    padding: 1.5rem 1rem;
    padding-top: 430px;
  }
}
.account-section.register .right .account-area {
  border-radius: 0;
  padding: 0;
  width: 100%;
}
.account-section.register .right .account-area .account-form-area {
  width: 100%;
  padding-left: 0;
}
.account-section.register .right .account-area .account-form-area label {
  color: #ffffff;
}
.account-section.register .right .account-area .account-form-area .nice-select {
  background-color: #242424;
  border: none !important;
  color: rgba(255, 255, 255, 0.5);
}
.account-section.register .right .account-area .account-form-area .nice-select .list {
  background-color: #161718;
}
.account-section.register .right .account-area .account-form-area .nice-select .option:hover, .account-section.register .right .account-area .account-form-area .nice-select .option.focus, .account-section.register .right .account-area .account-form-area .nice-select .option.selected.focus {
  background-color: #22abc3;
  color: #ffffff;
}
.account-section.register .right .account-area .account-form-area .file-holder-wrapper {
  width: 100%;
}
.account-section.register .right .account-area .account-form-area .fileholder.active {
  border: none;
  background-color: #242424;
}

.account-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.account-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgb(10, 14, 23);
  background: -webkit-gradient(linear, left top, right top, from(rgba(10, 14, 23, 0.8)), to(rgba(10, 14, 23, 0.8)));
  background: linear-gradient(90deg, rgba(10, 14, 23, 0.8) 0%, rgba(10, 14, 23, 0.8) 100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.account-area {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  background-position: bottom;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  width: 944px !important;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 991px) {
  .account-area {
    width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .account-area {
    width: 500px;
  }
}
@media only screen and (max-width: 600px) {
  .account-area {
    width: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .account-area {
    display: block;
  }
}
@media only screen and (max-width: 420px) {
  .account-area {
    width: 350px;
    padding: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .account-area {
    width: 300px;
  }
}
.account-area .account-thumb {
  width: 430px;
}
@media only screen and (max-width: 991px) {
  .account-area .account-thumb {
    display: none;
  }
}
.account-area .account-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.account-area .account-form-area {
  width: calc(100% - 450px);
  padding: 60px 30px;
}
@media only screen and (max-width: 991px) {
  .account-area .account-form-area {
    width: 100%;
  }
}
.account-area .account-form-area .account-logo {
  margin-bottom: 30px;
}
.account-area p {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 30px;
}
.account-area .account-close {
  width: inherit;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: transparent;
  border-radius: 50%;
}
.account-area .account-close::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 20px;
  background-color: #22abc3;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  left: 15px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.account-area .account-close::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 20px;
  background-color: #22abc3;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  left: 15px;
  bottom: 47%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.account-area .account-close:hover::before, .account-area .account-close:hover::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.or-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 37px;
}
.or-area .or-line {
  height: 1px;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.or-area .or-title {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}

.account-form-btn {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.account-form-btn a {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #22abc3;
  border-radius: 50%;
  margin: 8px;
}
.account-form-btn a.facebook {
  background-color: #3a5795;
}
.account-form-btn a.google {
  background-color: #4285f4;
}
.account-form-btn a.apple {
  background-color: #000000;
}
.account-form-btn a svg {
  fill: #ffffff;
}

.account-item label {
  font-weight: 500;
  font-size: 13px;
}
.account-item label a {
  font-weight: 600;
  color: #22abc3;
}

.terms-item label {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0;
}
.terms-item label a {
  font-weight: 600;
  color: #22abc3;
  text-decoration: underline;
}

.account-footer p {
  font-size: 13px;
}

.account-thumb {
  position: relative;
}
.account-thumb .account-thumb-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.show_hide_password {
  position: relative;
}
.show_hide_password .show-pass {
  position: absolute;
  top: 12px;
  right: 30px;
  cursor: pointer;
}
.show_hide_password.two .show-pass {
  top: 42px;
  color: #6e6e6e;
}

.otp {
  display: inline-block;
  width: 70px;
  height: 50px;
  text-align: center;
  padding: 0;
}
.otp:focus {
  border: 3px solid #22abc3 !important;
}

.otp.required {
  border: 3px solid #ea5455 !important;
}

.time-area {
 color: #0d0b0b;
}

#time {
  color: #ea5455;
}

/*-------------------------------------------------
    [ ### dashboard block ]
*/
.page-wrapper {
  background-color: #f7f7f7;
  position: relative;
  min-height: 100vh;
}

.sidebar::-webkit-scrollbar {
  display: none;
}

.sidebar {
  width: 250px;
  position: fixed;
  background: #161718;
  padding: 20px 10px;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 9;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar.active {
  width: 60px;
}
@media only screen and (max-width: 1199px) {
  .sidebar.active {
    left: 0;
  }
}
.sidebar.active .sidebar-menu .sidebar-menu-item a {
  padding: 12px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sidebar.active .sidebar-menu .sidebar-menu-item .menu-icon {
  margin-right: 0;
}
.sidebar.active .sidebar-menu .sidebar-menu-item .sidebar-item-badge {
  display: none;
}
.sidebar.active .menu-title {
  display: none;
}
.sidebar.active .sidebar-doc-box {
  display: none;
}
.sidebar.active:hover {
  width: 250px;
}
.sidebar.active:hover .sidebar-menu .sidebar-menu-item a {
  padding: 12px 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sidebar.active:hover .sidebar-menu .sidebar-menu-item .menu-icon {
  margin-right: 10px;
}
.sidebar.active:hover .sidebar-menu .sidebar-menu-item .sidebar-item-badge {
  display: block;
}
.sidebar.active:hover .menu-title {
  display: inline-block;
}
.sidebar.active:hover .sidebar-doc-box {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}

.sidebar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.sidebar-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.sidebar-logo::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(224, 225, 226, 0)), color-stop(47.22%, rgb(224, 225, 226)), color-stop(94.44%, rgba(224, 225, 226, 0.157)));
  background: linear-gradient(90deg, rgba(224, 225, 226, 0) 0%, rgb(224, 225, 226) 47.22%, rgba(224, 225, 226, 0.157) 94.44%);
}
.sidebar-logo .sidebar-main-logo {
  max-width: 140px;
}
.sidebar-logo .sidebar-menu-bar {
  font-size: 14px;
  color: #222222;
  background-color: transparent;
  display: none;
}

.sidebar-menu-wrapper {
  padding-top: 15px;
}

.sidebar-menu-header {
  position: relative;
  letter-spacing: 0.05em;
  font-size: 0.6875rem;
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 20px;
}
.sidebar-menu-header::before {
  content: "--";
  position: absolute;
  left: 0;
  top: 0;
}

.sidebar-item-badge {
  margin-left: auto;
}

.sidebar-menu .sidebar-menu-item {
  position: relative;
  margin-bottom: 5px;
}
.sidebar-menu .sidebar-menu-item::after {
  position: absolute;
  content: "";
  top: 0;
  right: -15px;
  width: 2px;
  height: 0;
  background-color: #22abc3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 10px 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item a .menu-icon {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item.sidebar-dropdown a {
  position: relative;
}
.sidebar-menu .sidebar-menu-item.sidebar-dropdown a::after {
  position: absolute;
  top: 18px;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  color: #222222;
  font-weight: 700;
  content: "\f105";
  font-size: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu {
  position: relative;
  display: none;
  z-index: 1;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu.open {
  display: block;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item {
  letter-spacing: normal;
  color: #222222;
  font-weight: 400;
  margin-top: 0;
  padding-left: 2px;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a {
  padding: 10px 20px;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a::after {
  display: none;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a:hover {
  letter-spacing: 1px;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a .menu-icon {
  font-size: 18px;
  margin-right: 8px;
}
.sidebar-menu .sidebar-menu-item:hover {
  letter-spacing: 1px;
  color: #22abc3;
  font-weight: 600;
}
.sidebar-menu .sidebar-menu-item.active {
  background-color: rgba(255, 255, 255, 0.05);
}
.sidebar-menu .sidebar-menu-item.active::after {
  height: 30px;
}
.sidebar-menu .sidebar-menu-item.active a::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sidebar-menu .sidebar-menu-item.active a .menu-icon {
  background-color: var(--primary-color)!important;
  color: #ffffff;
}
.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a.active {
  color: var(--primary-color);
  font-weight: 700;
}
.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a:hover {
  letter-spacing: 1px;
}
.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a::before {
  display: none;
}
.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a .menu-icon {
  width: auto;
  height: auto;
  display: block;
  color: #222222;
  background-color: transparent;
}
.sidebar-menu .sidebar-menu-item .sidebar-item-badge {
  margin-left: auto;
}
.sidebar-menu .sidebar-menu-item .sidebar-item-badge .badge {
  width: 20px;
  height: 20px;
  line-height: 20px !important;
  padding: 0 !important;
  background-color: #22abc3;
  color: #ffffff;
  font-size: 0.8em;
  border: none;
  margin-bottom: 0;
  border-radius: 50%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  display: inline-block;
}

.sidebar-doc-box {
  padding: 15px;
  min-height: 170px;
  min-width: 218px;
}
.sidebar-doc-box .sidebar-doc-icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  color: #22abc3;
  font-size: 18px;
  margin-bottom: 15px;
}
.sidebar-doc-box .sidebar-doc-content .title {
  margin-bottom: 2px;
  color: #ffffff;
}
.sidebar-doc-box .sidebar-doc-content p {
  color: #ffffff;
}
.sidebar-doc-box .sidebar-doc-content .sidebar-doc-btn a {
  background: var(--primary-color) !important;
  padding: 14px 40px;
  font-size: 14px;
  border: none;
}

.main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
}

.navbar-wrapper {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.05);
          box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.05);
  padding: 15px 0;
  margin-left: 250px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-wrapper.active {
  margin-left: 60px;
  padding-left: 20px;
}
.navbar-wrapper.active .dashboard-title-part {
  padding: 0 10px 0 0;
  margin: 0;
}
.navbar-wrapper.active .dashboard-title-part .left .icon {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .navbar-wrapper {
    margin-left: 0;
  }
}

.dashboard-title-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 30px;
}
@media only screen and (max-width: 1199px) {
  .dashboard-title-part {
    margin: 0 20px;
  }
}
.dashboard-title-part .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashboard-title-part .left .icon {
  margin-right: 10px;
}
.dashboard-title-part .left .icon button, .dashboard-title-part .left .icon input[type=button], .dashboard-title-part .left .icon input[type=reset], .dashboard-title-part .left .icon input[type=submit] {
  font-size: 14px;
  color: #222222;
  background-color: transparent;
}
.dashboard-title-part .title {
  margin-bottom: 0;
}
.dashboard-title-part p {
  font-size: 12px;
  font-weight: 500;
}
.dashboard-title-part .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -8px;
}
@media only screen and (max-width: 767px) {
  .dashboard-title-part .right {
    padding-top: 20px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.dashboard-path {
  font-size: 15px;
}
.dashboard-path span {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.dashboard-path .main-path {
  color: #222222;
  font-weight: 600;
}

.header-search-wrapper {
  background-color: #f7f7f7;
  border: 1px solid #dddddd;
  margin: 8px;
}
@media only screen and (max-width: 767px) {
  .header-search-wrapper {
    width: 100%;
  }
}
.header-search-wrapper input {
  border: none;
  height: 45px;
  padding-left: 35px;
  padding-right: 20px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.header-search-wrapper input:focus {
  background-color: transparent;
  border: none;
}
.header-search-wrapper input::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.header-search-wrapper input::-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.header-search-wrapper input:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.header-search-wrapper input::-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.header-search-wrapper input::placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.header-search-wrapper span {
  position: absolute;
  font-size: 18px;
  line-height: 40px;
  color: rgba(34, 34, 34, 0.4);
  left: 10px;
  top: 1px;
}

.header-user-wrapper {
  margin: 8px;
}
.header-user-wrapper .header-user-thumb {
  width: 38px;
  height: 38px;
  overflow: hidden;

}
.header-user-wrapper .header-user-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px!important;
}

.body-wrapper {
  padding-top: 30px;
  padding-left: 285px;
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.body-wrapper.active {
  padding-left: 85px;
  padding-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .body-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.dashboard-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.dashboard-header-wrapper .title {
  margin-bottom: 0;
}
.dashboard-header-wrapper .dashboard-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn a, .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn button, .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type=button], .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type=reset], .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type=submit] {
  padding: 8px 25px;
  font-size: 14px;
}

.dashbord-item {
  background: #ffffff;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dashbord-item .dashboard-content {
  text-align: center;
}
.dashbord-item .dashboard-content .sub-title {
  font-family: "Montserrat", sans-serif;
  color: #222222;
  font-weight: 600;
}
.dashbord-item .dashboard-content .title {
  margin-bottom: 0;
  font-size: 18px;
}
.dashbord-item .dashboard-icon {
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(34, 171, 195, 0.05);
  color: var(--primary-color)!important;
  border-radius: 50%;
  font-size: 50px;
  overflow: hidden;
}
.dashbord-item .dashboard-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chart-wrapper {
  background: #ffffff;
  padding: 30px 10px;
  overflow: hidden;
}
.chart-wrapper line {
  stroke: #dddddd;
}
.chart-wrapper .dashboard-header-wrapper {
  padding: 0 20px;
  margin-bottom: 0;
}

.apexcharts-grid line {
  stroke: #dddddd !important;
}

.apexcharts-graphical line {
  stroke: #dddddd !important;
}

.chart-area-footer {
  border-color: #dddddd;
}

.dashboard-list-wrapper .dashboard-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 15px 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .dashboard-list-wrapper .dashboard-list-item {
    display: block;
  }
}
.dashboard-list-wrapper .dashboard-list-item.sent:hover .dashboard-list-user-wrapper .dashboard-list-user-icon, .dashboard-list-wrapper .dashboard-list-item.sent.active .dashboard-list-user-wrapper .dashboard-list-user-icon {
  background-color: var(--primary-color);
  color: #ffffff;
}
.dashboard-list-wrapper .dashboard-list-item.receive:hover .dashboard-list-user-wrapper .dashboard-list-user-icon, .dashboard-list-wrapper .dashboard-list-item.receive.active .dashboard-list-user-wrapper .dashboard-list-user-icon {
  background-color: #28c76f;
  color: #ffffff;
}

.dashboard-list-user-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashboard-list-user-wrapper .dashboard-list-user-icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(131, 88, 255, 0.1);
  color: var(--primary-color);
  border-radius: 50%;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dashboard-list-user-wrapper .dashboard-list-user-content {
  width: calc(100% - 60px);
  padding-left: 20px;
}
.dashboard-list-user-wrapper .dashboard-list-user-content .title {
  margin-bottom: 5px;
}
.dashboard-list-user-wrapper .dashboard-list-user-content .sub-title {
  font-weight: 600;
}
.dashboard-list-user-wrapper .dashboard-list-user-content .btn {
  padding: 3px 15px;
  font-size: 12px;
}

.dashboard-list-right {
  text-align: right;
}
@media only screen and (max-width: 575px) {
  .dashboard-list-right {
    text-align: left;
    margin-top: 10px;
  }
}
.dashboard-list-right .main-money {
  font-size: 16px;
  font-weight: 700;
}
.dashboard-list-right .exchange-money {
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 1px;
}
.dashboard-list-right .select-btn {
  padding: 8px 25px;
}

.dashboard-list-item-wrapper {
  background: #ffffff;
  padding: 15px 20px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dashboard-list-item-wrapper .btn {
  padding: 3px 15px;
  font-size: 12px;
}
.dashboard-list-item-wrapper:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.dashboard-list-item-wrapper.selected {
  background: rgba(131, 88, 255, 0.1);
}
.dashboard-list-item-wrapper .dashboard-list-item {
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}
.dashboard-list-item-wrapper .preview-list-wrapper {
  display: none;
  margin-top: 20px;
  background: #f7f7f7;
}
.dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item {
  border-bottom: 1px solid #dddddd;
}
.dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item .preview-list-user-wrapper .preview-list-user-icon {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.preview-list-wrapper {
  background: #f7f7f7;
  border-radius: 0;
  overflow: hidden;
}
.preview-list-wrapper .btn {
  padding: 3px 15px;
  font-size: 12px;
}
.preview-list-wrapper .preview-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dddddd;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}
.preview-list-wrapper .preview-list-item .last {
  font-size: 20px;
  font-weight: 800;
}
@media only screen and (max-width: 575px) {
  .preview-list-wrapper .preview-list-item .last {
    font-size: 14px;
  }
}

.preview-list-user-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.preview-list-user-wrapper .preview-list-user-icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.preview-list-user-wrapper .preview-list-user-content {
  padding-left: 20px;
}
.preview-list-user-wrapper .preview-list-user-content span {
  color: #222222;
  font-weight: 400;
}

.preview-list-right {
  text-align: right;
  color: #222222;
  font-weight: 600;
}

.note-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.support-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dddddd;
}
@media only screen and (max-width: 991px) {
  .support-card {
    display: block;
  }
}

.card-header-user-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-header-user-area .avatar {
  width: 40px;
  border-radius: 50%;
  vertical-align: bottom;
  border: 3px solid #dddddd;
}
.card-header-user-area .card-header-user-content {
  padding-left: 15px;
}
.card-header-user-area .card-header-user-content .title {
  margin-bottom: 0;
}
.card-header-user-area .card-header-user-content .sub-title {
  font-size: 12px;
  font-weight: 500;
}

.support-card-wrapper {
  width: calc(100% - 500px);
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .support-card-wrapper {
    width: 100%;
  }
}
.support-card-wrapper .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
  padding: 10px 20px;
}

.chat-container {
  position: relative;
  -ms-touch-action: auto;
  touch-action: auto;
  overflow-y: auto;
  max-height: 680px;
  padding: 30px 15px;
}
.chat-container .media > * {
  margin: 0 10px;
}
.chat-container .media {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
  max-width: 80%;
}
@media only screen and (max-width: 575px) {
  .chat-container .media {
    max-width: 100%;
  }
}
.chat-container .media.media-chat-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
}
.chat-container .media.media-chat-reverse .media-body p {
  background-color: #22abc3;
  color: #ffffff;
}
.chat-container .media.media-chat-reverse .media-body p::before {
  left: auto;
  right: -10px;
  background-color: #22abc3;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.chat-container .media .media-body p {
  position: relative;
  padding: 20px;
  background-color: #f7f7f7;
  font-size: 13px;
  color: #222222;
}
.chat-container .media .media-body p::before {
  position: absolute;
  content: "";
  top: 20px;
  left: -10px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: #f7f7f7;
  width: 12px;
  height: 17px;
}
.chat-container .media .avatar {
  width: 40px;
  border-radius: 50%;
  vertical-align: bottom;
  border: 3px solid #dddddd;
}

.chat-form .publisher {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 20px;
  border-top: 1px solid #dddddd;
}
.chat-form .publisher .chatbox-message-part {
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chat-form .publisher .publisher-input {
  font-weight: 500;
  font-size: 14px;
  border: none;
  outline: none !important;
  background-color: #ffffff;
  border-radius: 99px;
}
.chat-form .publisher .publisher-input::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.chat-form .publisher .publisher-input::-moz-placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.chat-form .publisher .publisher-input:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.chat-form .publisher .publisher-input::-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.chat-form .publisher .publisher-input::placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.chat-form .publisher .chatbox-send-part {
  width: 45px;
}
.chat-form .publisher .chatbox-send-part .chat-submit-btn {
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  background-color: #22abc3;
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
}
.chat-form .publisher .publisher-btn {
  width: 45px;
  height: 45px;
  background-color: #f7f7f7;
  color: #222222;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.chat-form .publisher .file-group input[type=file] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 20px;
}
.chat-form .publisher .file-group label {
  margin-bottom: 0;
  cursor: pointer;
}

.support-profile-wrapper {
  background-color: #ffffff;
  border-left: 1px solid #dddddd;
  width: 500px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .support-profile-wrapper {
    position: fixed;
    right: -600px;
    top: 0;
    height: 100vh;
  }
}
@media only screen and (max-width: 575px) {
  .support-profile-wrapper {
    width: 100%;
  }
}
.support-profile-wrapper.active {
  right: 0;
}
.support-profile-wrapper .support-profile-header {
  padding: 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.support-profile-wrapper .support-profile-header label {
  margin-bottom: 0;
}
.support-profile-wrapper .support-profile-body {
  padding: 20px;
}
.support-profile-wrapper .support-profile-list li {
  padding-top: 15px;
  font-weight: 700;
}
.support-profile-wrapper .support-profile-list li span, .support-profile-wrapper .support-profile-list li p {
  float: right;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .support-profile-wrapper .support-profile-list li span, .support-profile-wrapper .support-profile-list li p {
    float: left;
  }
}
.support-profile-wrapper .support-profile-list li p {
  line-height: 2em;
  margin-top: 10px;
  margin-bottom: 15px;
}

.chat-user-wrapper {
  background-color: #ffffff;
  border-right: 1px solid #dddddd;
  width: 500px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .chat-user-wrapper {
    position: fixed;
    right: -600px;
    top: 0;
    height: 100vh;
  }
}
@media only screen and (max-width: 575px) {
  .chat-user-wrapper {
    width: 100%;
  }
}
.chat-user-wrapper.active {
  right: 0;
}
.chat-user-wrapper .card-header-user-area {
  padding: 10px 30px;
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
}
.chat-user-wrapper .card-header-user-area.active {
  background-color: #f7f7f7;
}

.profile-body-wrapper {
  padding: 0 !important;
}

.profile-form-area {
  padding: 30px;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper {
  display: block;
  position: relative;
}
.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview {
  width: 100%;
  height: 250px;
  border-radius: 0;
}
.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview .profilePicPreview {
  width: 100%;
  height: 250px;
  border: none;
  background-color: #22abc3;
  position: relative;
}

.profile-thumb-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 575px) {
  .profile-thumb-content {
    display: block;
    margin-top: 60px;
  }
}
.profile-thumb-content .profile-thumb {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  margin-top: -100px;
}
.profile-thumb-content .profile-thumb .avatar-preview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.profile-thumb-content .profile-thumb .avatar-preview .profilePicPreview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #dddddd;
  background-color: #f7f7f7;
  background-size: cover;
  background-repeat: no-repeat;
}
.profile-thumb-content .profile-thumb .avatar-edit {
  position: absolute;
  bottom: 0;
  right: 0;
}
.profile-thumb-content .profile-thumb .avatar-edit .profilePicUpload {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.profile-thumb-content .profile-thumb .avatar-edit label {
  width: 35px;
  height: 35px;
  background-color: var(--primary-color)!important;
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  cursor: pointer;
}
.profile-thumb-content .profile-content {
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}
@media only screen and (max-width: 575px) {
  .profile-thumb-content .profile-content {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.profile-thumb-content .profile-content .username {
  font-size: 18px;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .profile-thumb-content .profile-content .username {
    color: #222222;
  }
}
.profile-thumb-content .profile-content .user-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -5px -10px;
}
.profile-thumb-content .profile-content .user-info-list li {
  margin: 5px 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile-thumb-content .profile-content .user-info-list li i {
  font-size: 18px;
  margin-right: 5px;
  color: #22abc3;
}

.play-store-thumb {
  width: 186px;
  height: 186px;
  margin: 0 auto;
}
.play-store-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-notification-wrapper {
  position: relative;
}

.notification-wrapper {
  position: absolute;
  top: 55px;
  right: 0;
  width: 332px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(40, 36, 49, 0.15);
          box-shadow: 0px 0px 15px rgba(40, 36, 49, 0.15);
  z-index: 9;
  padding: 15px;
  text-align: left;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .notification-wrapper {
    width: 250px;
  }
}
.notification-wrapper.active {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.notification-wrapper .notification-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.notification-wrapper .notification-header .title {
  margin-bottom: 0;
}
.notification-wrapper .notification-header .sub-title {
  font-size: 12px;
}
.notification-wrapper .notification-list {
  margin-bottom: -15px;
}
.notification-wrapper .notification-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  padding-bottom: 15px;
}
.notification-wrapper .notification-list li .thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}
.notification-wrapper .notification-list li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.notification-wrapper .notification-list li .content {
  width: calc(100% - -11px);
  padding-left: 10px;
  margin-bottom: -20px;
}
.notification-wrapper .notification-list li .content .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
.notification-wrapper .notification-list li .content .title {
  margin-bottom: 0;
}
.notification-wrapper .notification-list li .content .time {
  color: var(--primary-color)!important;
  font-weight: 600;
}
.notification-wrapper .notification-footer {
  font-size: 12px;
}

.exchange-area {
  background-color: #f7f7f7;
  padding: 30px 80px;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .exchange-area {
    padding: 30px 15px;
  }
}

.user-profile-list {
  margin-bottom: -25px;
  margin-left: auto;
  position: relative;
  right: 24%;
}
@media only screen and (max-width: 991px) {
  .user-profile-list {
    right: 0;
  }
}
.user-profile-list li {
  color: #ffffff;
  border-right: none;
  border-radius: 0 999px 999px 0;
  padding: 10px 20px;
  width: 100%;
  text-align: right;
  font-weight: 600;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .user-profile-list li {
    border-radius: 999px;
    right: 0 !important;
    text-align: center;
  }
}
.user-profile-list li:hover {
  margin-left: 10px;
}
.user-profile-list li.one {
  position: relative;
  right: 15%;
}
.user-profile-list li.two {
  position: relative;
  right: 5%;
}
.user-profile-list li.four {
  position: relative;
  right: 5%;
}
.user-profile-list li.five {
  position: relative;
  right: 15%;
}
.user-profile-list li span {
  font-weight: 700;
}
.user-profile-list.two li {
  background-color: #f7f7f7;
  color: #222222;
}

.user-profile-list-two {
  margin-bottom: -25px;
  margin-left: auto;
  position: relative;
  left: 24%;
}
@media only screen and (max-width: 991px) {
  .user-profile-list-two {
    left: 0;
  }
}
.user-profile-list-two li {
  color: #222222;
  border-right: none;
  background-color: #f7f7f7;
  border-radius: 999px 0 0 999px;
  padding: 10px 20px;
  width: 100%;
  text-align: left;
  font-weight: 600;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .user-profile-list-two li {
    border-radius: 999px;
    left: 0 !important;
    text-align: center;
  }
}
.user-profile-list-two li:hover {
  margin-left: 10px;
}
.user-profile-list-two li.one {
  position: relative;
  left: 15%;
}
.user-profile-list-two li.two {
  position: relative;
  left: 5%;
}
.user-profile-list-two li.four {
  position: relative;
  left: 5%;
}
.user-profile-list-two li.five {
  position: relative;
  left: 15%;
}
.user-profile-list-two li span {
  font-weight: 700;
}

.user-profile-list-three {
  margin-bottom: -25px;
  margin-left: auto;
  position: relative;
  left: 24%;
}
@media only screen and (max-width: 991px) {
  .user-profile-list-three {
    left: 0;
  }
}
.user-profile-list-three li {
  color: #ffffff;
  border-right: none;
  border-radius: 999px 0 0 999px;
  padding: 10px 20px;
  width: 100%;
  text-align: left;
  font-weight: 600;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .user-profile-list-three li {
    border-radius: 999px;
    left: 0 !important;
    text-align: center;
  }
}
.user-profile-list-three li:hover {
  margin-left: 10px;
}
.user-profile-list-three li.one {
  position: relative;
  left: 15%;
}
.user-profile-list-three li.two {
  position: relative;
  left: 5%;
}
.user-profile-list-three li.four {
  position: relative;
  left: 5%;
}
.user-profile-list-three li.five {
  position: relative;
  left: 15%;
}
.user-profile-list-three li span {
  font-weight: 700;
}

.user-action-btn-area {
  margin-bottom: -25px;
  margin-left: auto;
  position: relative;
  left: 24%;
}
@media only screen and (max-width: 991px) {
  .user-action-btn-area {
    left: 0;
  }
}
.user-action-btn-area .user-action-btn {
  margin-bottom: 25px;
}
.user-action-btn-area .user-action-btn button, .user-action-btn-area .user-action-btn input[type=button], .user-action-btn-area .user-action-btn input[type=reset], .user-action-btn-area .user-action-btn input[type=submit], .user-action-btn-area .user-action-btn a {
  color: #ffffff;
  border-right: none;
  border-radius: 999px 0 0 999px;
  padding: 10px 20px;
  width: 100%;
  text-align: left;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .user-action-btn-area .user-action-btn button, .user-action-btn-area .user-action-btn input[type=button], .user-action-btn-area .user-action-btn input[type=reset], .user-action-btn-area .user-action-btn input[type=submit], .user-action-btn-area .user-action-btn a {
    border-radius: 999px;
    left: 0 !important;
    text-align: center;
  }
}
.user-action-btn-area .user-action-btn button:hover, .user-action-btn-area .user-action-btn input[type=button]:hover, .user-action-btn-area .user-action-btn input[type=reset]:hover, .user-action-btn-area .user-action-btn input[type=submit]:hover, .user-action-btn-area .user-action-btn a:hover {
  margin-left: 10px;
}
.user-action-btn-area .user-action-btn button.one, .user-action-btn-area .user-action-btn input.one[type=button], .user-action-btn-area .user-action-btn input.one[type=reset], .user-action-btn-area .user-action-btn input.one[type=submit], .user-action-btn-area .user-action-btn a.one {
  position: relative;
  left: 15%;
}
.user-action-btn-area .user-action-btn button.two, .user-action-btn-area .user-action-btn input.two[type=button], .user-action-btn-area .user-action-btn input.two[type=reset], .user-action-btn-area .user-action-btn input.two[type=submit], .user-action-btn-area .user-action-btn a.two {
  position: relative;
  left: 5%;
}
.user-action-btn-area .user-action-btn button.four, .user-action-btn-area .user-action-btn input.four[type=button], .user-action-btn-area .user-action-btn input.four[type=reset], .user-action-btn-area .user-action-btn input.four[type=submit], .user-action-btn-area .user-action-btn a.four {
  position: relative;
  left: 5%;
}
.user-action-btn-area .user-action-btn button.five, .user-action-btn-area .user-action-btn input.five[type=button], .user-action-btn-area .user-action-btn input.five[type=reset], .user-action-btn-area .user-action-btn input.five[type=submit], .user-action-btn-area .user-action-btn a.five {
  position: relative;
  left: 15%;
}

.user-profile-thumb {
  position: relative;
  z-index: 2;
  width: 380px;
  height: 380px;
  margin: 0 auto;
  background-color: #f7f7f7;
  border: 2px solid #dddddd;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .user-profile-thumb {
    width: 250px;
    height: 250px;
  }
}
.user-profile-thumb img {
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### blog block ]
*/
.blog-item.style {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dddddd;
}
.blog-item .blog-date .date {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222222;
}
.blog-item .blog-date .date span {
  color: var(--primary-color);
}
.blog-item .blog-thumb {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.blog-item .blog-thumb::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.blog-item .blog-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-item .blog-thumb .category {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  padding: 2px 12px;
  font-weight: 500;
  font-size: 12px;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
.blog-item .blog-thumb .category:hover {
  background-color: #22abc3;
}
.blog-item .blog-content {
  padding-top: 20px;
}
.blog-item .blog-content .title {
  margin-bottom: 10px;
}
.blog-item .blog-content .title a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-item .blog-content .title a:hover {
  color: var(--primary-color)!important;
}
.blog-item:hover .blog-thumb::before {
  -webkit-animation: shine 1s;
          animation: shine 1s;
}
.blog-item:hover .blog-thumb img {
  -webkit-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
}

.blog-details-section .blog-item .blog-thumb {
  height: 600px;
}
.blog-details-section .blog-item .blog-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-section .blog-item .blog-thumb:hover::before {
  -webkit-animation: none;
          animation: none;
}
.blog-details-section .blog-item .blog-thumb:hover img {
  -webkit-transform: none;
          transform: none;
}
.blog-details-section .blog-item .blog-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  max-width: 80%;
  margin: 0 auto;
  margin-top: -80px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  .blog-details-section .blog-item .blog-content {
    max-width: 90%;
    padding: 20px;
  }
}

.blog-sidebar {
  position: sticky;
  top: 0;
}

.blog-list {
  margin-top: 30px;
  margin-bottom: 20px;
}
.blog-list li {
  position: relative;
  font-weight: 400;
  padding-left: 35px;
  padding-bottom: 15px;
}
.blog-list li::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "\f00c";
  font-family: "Line Awesome Free";
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #22abc3;
  border-radius: 50%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  font-weight: 900;
}

.blog-tag-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px dashed #dddddd;
  padding-top: 20px;
  margin-top: 30px;
}
.blog-tag-wrapper span {
  font-weight: 600;
  margin-right: 10px;
}
.blog-tag-wrapper .blog-footer-tag li {
  display: inline-block;
  background: #f7f7f7;
  padding: 3px 10px;
  font-weight: 500;
  font-size: 13px;
  border-radius: 5px;
}
.blog-tag-wrapper .blog-footer-tag li + li {
  margin-left: 10px;
}

.blog-comment-area {
  margin-top: 30px;
}
.blog-comment-area .title {
  margin-bottom: 20px;
}

.widget-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 8px rgba(40, 36, 49, 0.06);
          box-shadow: 0 0 8px rgba(40, 36, 49, 0.06);
  padding: 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .widget-box {
    padding: 20px;
  }
}
.widget-box .widget-title {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.widget-box .widget-title::before {
  position: absolute;
  content: "";
  top: 3px;
  left: -30px;
  width: 3px;
  height: 20px;
  background-color: #22abc3;
}
@media only screen and (max-width: 991px) {
  .widget-box .widget-title::before {
    left: -20px;
  }
}

.widget-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.widget-title-area .widget-title {
  margin-bottom: 0;
}

.category-widget-box .category-list {
  margin-bottom: -15px;
}
.category-widget-box .category-list li {
  padding: 7px 0;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
}
.category-widget-box .category-list li a {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.category-widget-box .category-list li a:hover {
  color: #22abc3;
}
.category-widget-box .category-list li span {
  float: right;
}

.popular-widget-box {
  margin-bottom: -20px;
}

.single-popular-item {
  margin-bottom: 30px;
}
.single-popular-item .popular-item-thumb {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  overflow: hidden;
}
.single-popular-item .popular-item-thumb a {
  display: block;
  height: 100%;
}
.single-popular-item .popular-item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-popular-item .popular-item-content {
  width: calc(100% - 90px);
  padding-left: 20px;
}
.single-popular-item .popular-item-content .title {
  margin-bottom: 0;
}
.single-popular-item .popular-item-content .title a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-popular-item .popular-item-content .title a:hover {
  color: #22abc3;
}
.single-popular-item .popular-item-content span {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}

.tag-widget-box .tag-list {
  margin: -5px;
}
.tag-widget-box .tag-list li {
  display: inline-block;
  border: 1px solid #dddddd;
  font-size: 12px;
  border-radius: 5px;
  font-weight: 500;
  padding: 5px 15px;
  margin: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tag-widget-box .tag-list li:hover {
  border: 1px solid #22abc3;
  color: #22abc3;
}

/* ======= */
.modal-backdrop {
  position: static !important;
}
.del-account-btn{
  background-color: #ea5455 !important;
  color: white;
  border: 1px solid #ea5455; 
}
.del-account-btn:hover {
  background-color: white !important;
  color: #ea5455 !important;
  border: 1px solid #ea5455; 

}






.booking-details-section {
  /* Booking Container */
  /* Booking Header */
  /* Booking Body */
  /* Info Card */
  /* Form Sections */
  /* Responsive Styles */
  /* Form Text */
}
.booking-details-section .booking-container {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.booking-details-section .booking-header {
  background: #22abc3;
  color: #ffffff;
  padding: 20px;
  text-align: left;
}
.booking-details-section .booking-header h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 700;
}
.booking-details-section .booking-header p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  opacity: 0.9;
}
.booking-details-section .booking-body {
  padding: 25px;
  font-family: "Lato", sans-serif;
}
.booking-details-section .info-card {
  background-color: rgba(34, 171, 195, 0.15);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 25px;
  border-left: 4px solid #22abc3;
}
.booking-details-section .info-card h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #222222;
  margin-bottom: 20px;
  font-weight: 600;
}
.booking-details-section .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.booking-details-section .info-icon {
  color: #22abc3;
  min-width: 24px;
  margin-right: 12px;
  margin-top: 2px;
  font-size: 14px;
}
.booking-details-section .info-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.booking-details-section .info-label {
  font-size: 0.85rem;
  color: #222222;
  margin-bottom: 2px;
  opacity: 0.7;
}
.booking-details-section .info-value {
  font-weight: 500;
  color: #222222;
  font-size: 14px;
}
.booking-details-section .section-title {
  color: #22abc3;
  margin-bottom: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.booking-details-section .section-title i {
  margin-right: 10px;
  font-size: 1.2rem;
}
.booking-details-section .form-control, .booking-details-section .form-select {
  padding: 12px 15px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: black;
}
.booking-details-section .form-control:focus, .booking-details-section .form-select:focus {
  border-color: #22abc3;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(34, 171, 195, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(34, 171, 195, 0.25);
  color: black;
}
.booking-details-section .char-count {
  font-size: 0.85rem;
  color: #222222;
  text-align: right;
  margin-top: 5px;
  opacity: 0.7;
}
.booking-details-section .char-count.warning {
  color: #dc3545;
}
@media (max-width: 768px) {
  .booking-details-section .booking-body {
    padding: 15px;
  }
  .booking-details-section .info-card {
    padding: 15px;
  }
  .booking-details-section .section-title {
    font-size: 14px;
  }
}
.booking-details-section .form-text {
  font-size: 0.85rem;
  color: #222222;
  opacity: 0.7;
  margin-top: 5px;
}

/* user booking container  */
.user-booking-container-wrapper {
  margin-bottom: 30px;
}
.user-booking-container-wrapper .booking-request-container {
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.user-booking-container-wrapper .request-header {
  background: var(--primary-color)!important;
  color: white;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-booking-container-wrapper .request-header h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.user-booking-container-wrapper .status-badge {
  background: rgba(33, 255, 196, 0.3);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}
.user-booking-container-wrapper .request-details {
  padding: 25px 30px;
}
.user-booking-container-wrapper .detail-item {
  margin-bottom: 20px;
}
.user-booking-container-wrapper .detail-item h3 {
  font-size: 13px;
  color: #777;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.user-booking-container-wrapper .detail-item p {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin: 0;
}
.user-booking-container-wrapper .cancel-request-btn {
  background: #e5cbcd;
  color: rgb(18, 10, 10);
  border: none;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-booking-container-wrapper .cancel-request-btn i {
  margin-right: 8px;
}
.cancel-btn{
    background: #ff2e43;
    color: #ffff;
    border: none;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
}
.user-booking-container-wrapper .cancel-request-btn:hover {
  background: #ff2e43;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 8px rgba(255, 71, 87, 0.3);
          box-shadow: 0 4px 8px rgba(255, 71, 87, 0.3);
  color: white;
}
@media (max-width: 768px) {
  .user-booking-container-wrapper .request-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .user-booking-container-wrapper .request-details {
    padding: 15px;
  }
}

/* drivers  bids section  */
.drivers-bid-section-wrapper {
  margin-bottom: 40px;
}
.drivers-bid-section-wrapper .dashboard-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 0 auto;
  width: 100%;
}
.drivers-bid-section-wrapper .requests-sidebar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 500px;
}
.drivers-bid-section-wrapper .bid-submission-main {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.drivers-bid-section-wrapper .section-title {
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 600;
  margin: 30px 0;
}
.drivers-bid-section-wrapper .filter-options {
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
}
.drivers-bid-section-wrapper .filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.drivers-bid-section-wrapper .filter-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.drivers-bid-section-wrapper .filter-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #555;
  font-size: 14px;
}
.drivers-bid-section-wrapper .filter-group select, .drivers-bid-section-wrapper .filter-group input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  background: #f9f9f9;
}
.drivers-bid-section-wrapper .apply-filters-btn {
  background: var(--primary-color);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.drivers-bid-section-wrapper .apply-filters-btn:hover {
  background: #1b8da1;
}
.drivers-bid-section-wrapper .user-request-list {
  background: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-height: 820px;
  overflow-y: auto;
}
.drivers-bid-section-wrapper .user-request-item {
  padding: 20px;
  border-bottom: 1px solid #eaeaea;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.drivers-bid-section-wrapper .user-request-item:hover {
  background: #f0fcff;
}
.drivers-bid-section-wrapper .user-request-item.active {
  background: #e6f7fb;
  border-left: 4px solid var(--primary-color);
}
.drivers-bid-section-wrapper .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.drivers-bid-section-wrapper .user-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #e0e0e0;
  margin-right: 15px;
}
.drivers-bid-section-wrapper .user-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.drivers-bid-section-wrapper .user-name {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 3px;
}
.drivers-bid-section-wrapper .user-id {
  color: #666;
  font-size: 13px;
  margin-bottom: 5px;
}
.drivers-bid-section-wrapper .view-profile-link {
  color: #22abc3;
  font-size: 13px;
  text-decoration: none;
}
.drivers-bid-section-wrapper .view-profile-link:hover {
  text-decoration: underline;
}
.drivers-bid-section-wrapper .trip-type {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--primary-color);
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  color: white;
  min-width: 100px;
  text-align: center;
}
.drivers-bid-section-wrapper .request-route {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: 15px;
}
.drivers-bid-section-wrapper .route-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.drivers-bid-section-wrapper .route-point i {
  margin-right: 10px;
  color: var(--primary-color);
  width: 16px;
}
.drivers-bid-section-wrapper .route-arrow {
  margin: 5px 0 5px 26px;
  color: #999;
  font-size: 12px;
}
.drivers-bid-section-wrapper .request-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #666;
  font-size: 14px;
}
.drivers-bid-section-wrapper .car-type-badge {
  background: #161f21;
  color: white;
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
  min-width: 100px;
  text-align: center;
}
.drivers-bid-section-wrapper .bid-input-section {
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 25px 30px;
  margin-bottom: 25px;
  border-left: 4px solid var(--primary-color);
}
.drivers-bid-section-wrapper .bid-input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.drivers-bid-section-wrapper .bid-input-label {
  font-weight: 600;
  color: #555;
  white-space: nowrap;
}
.drivers-bid-section-wrapper .bid-amount-input {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.drivers-bid-section-wrapper .bid-amount-input span {
  position: absolute;
  left: 15px;
  top: 12px;
  color: #555;
}
.drivers-bid-section-wrapper .bid-amount-input input {
  width: 100%;
  padding: 12px 15px 12px 35px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.drivers-bid-section-wrapper .bid-amount-input input:focus {
  border-color: var(--primary-color);
  outline: none;
}
.drivers-bid-section-wrapper .submit-bid-btn {
  background: var(--primary-color);
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.drivers-bid-section-wrapper .submit-bid-btn:hover {
  background: #1b8da1;
}
@media (max-width: 992px) {
  .drivers-bid-section-wrapper .dashboard-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .drivers-bid-section-wrapper .requests-sidebar {
    max-width: 100%;
  }
  .drivers-bid-section-wrapper .filter-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .drivers-bid-section-wrapper .bid-input-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.drivers-bid-section-wrapper .bids-section {
  padding: 25px 0;
}

.bids-section {
  /*padding: 25px 30px;*/
}
.bids-section .request-section-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: var(--primary-color)!important;
  margin-bottom: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bids-section .request-section-title i {
  margin-right: 10px;
}
.bids-section .bids-count {
  background: var(--primary-color)!important;
  color: white;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 12px;
  margin-left: 10px;
}
.bids-section .bids-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
}
.bids-section .bids-table thead {
  background-color: var(--primary-color)!important;
  color: white;
}
.bids-section .bids-table th {
  padding: 15px;
  text-align: left;
  font-weight: 600;
  font-size: 15px;
}
@media (min-width: 992px) {
  .bids-section .actions {
    justify-items: center;
  }
}
.bids-section .bids-table td {
  padding: 15px;
  border-bottom: 1px solid #eaeaea;
}
.bids-section .bids-table tbody tr {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.bids-section .bids-table tbody tr {
  background-color: #f8fdff;
}
.bids-section .driver-info-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bids-section .driver-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid var(--primary-color);
  margin-right: 15px;
}
.bids-section .driver-text-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bids-section .driver-name {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 3px;
}
.bids-section .car-info {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}
.bids-section .rating {
  color: #ffc107;
  font-size: 14px;
}
.bids-section .bid-time {
  color: #888;
  font-size: 14px;
}
.bids-section .bid-amount {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
}
.bids-section .bid-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.bids-section .view-profile-btn, .bids-section .contact-btn, .bids-section .confirm-btn {
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  border: none;
  cursor: pointer;
}
.bids-section .view-profile-btn {
  background: var(--primary-color)!important;
  color: white;
}
.bids-section .view-profile-btn:hover {
  background: #1b8da1;
}
.bids-section .contact-btn {
  background: transparent;
  color: #22abc3;
  border: 1px solid #22abc3;
}
.bids-section .contact-btn:hover {
  background: #22abc3;
  color: white;
}
.bids-section .confirm-btn {
  background: #4cd137;
  color: white;
}
.bids-section .confirm-btn:hover {
  background: #3fa92d;
}
.bids-section .driver-bid-1 {
  background-color: rgba(34, 171, 195, 0.03);
}
.bids-section .driver-bid-2 {
  background-color: rgba(255, 255, 255, 0.03);
}
.bids-section .driver-bid-3 {
  background-color: rgba(34, 171, 195, 0.03);
}
.bids-section .driver-bid-4 {
  background-color: rgba(255, 255, 255, 0.03);
}
@media (max-width: 992px) {
  .bids-section .bids-table {
    overflow-x: auto;
  }
  .bids-section .bid-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bids-section .view-profile-btn, .bids-section .contact-btn, .bids-section .confirm-btn {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .bids-section .request-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .bids-section .detail-item {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-right: 0;
  }
  .bids-section .bids-table thead {
    display: none;
  }
  .bids-section .bids-table, .bids-section .bids-table tbody, .bids-section .bids-table tr, .bids-section .bids-table td {
    display: block;
    width: 100%;
  }
  .bids-section .bids-table tr {
    margin-bottom: 20px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 15px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  }
  .bids-section .bids-table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
  }
  .bids-section .bids-table td:last-child {
    border-bottom: none;
  }
  .bids-section .bids-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    width: calc(50% - 15px);
    padding-right: 15px;
    text-align: left;
    font-weight: 600;
    color: #22abc3;
  }
  .bids-section .driver-info-cell {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .bids-section .bid-actions {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 480px) {
  .bids-section .request-details {
    padding: 15px;
  }
  .bids-section .bids-section {
    padding: 15px;
  }
  .bids-section .driver-info-cell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .bids-section .driver-avatar {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .bids-section .driver-text-info {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### blog block ]
*/
.blog-item.style {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dddddd;
}
.blog-item .blog-date .date {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--primary-color);
}
.blog-item .blog-date .date span {
  color: var(--primary-color);
}
.blog-item .blog-thumb {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.blog-item .blog-thumb::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.blog-item .blog-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-item .blog-thumb .category {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: var(--primary-color);
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  padding: 2px 12px;
  font-weight: 500;
  font-size: 12px;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
.blog-item .blog-thumb .category:hover {
  background-color: #22abc3;
}
.blog-item .blog-content {
  padding-top: 20px;
}
.blog-item .blog-content .title {
  margin-bottom: 10px;
}
.blog-item .blog-content .title a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-item .blog-content .title a:hover {
  color: var(--primary-color);
}
.blog-item:hover .blog-thumb::before {
  -webkit-animation: shine 1s;
          animation: shine 1s;
}
.blog-item:hover .blog-thumb img {
  -webkit-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
}

.blog-details-section .blog-item .blog-thumb {
  height: 600px;
}
.blog-details-section .blog-item .blog-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-section .blog-item .blog-thumb:hover::before {
  -webkit-animation: none;
          animation: none;
}
.blog-details-section .blog-item .blog-thumb:hover img {
  -webkit-transform: none;
          transform: none;
}
.blog-details-section .blog-item .blog-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  max-width: 80%;
  margin: 0 auto;
  margin-top: -80px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  .blog-details-section .blog-item .blog-content {
    max-width: 90%;
    padding: 20px;
  }
}

.blog-sidebar {
  position: sticky;
  top: 0;
}

.blog-list {
  margin-top: 30px;
  margin-bottom: 20px;
}
.blog-list li {
  position: relative;
  font-weight: 400;
  padding-left: 35px;
  padding-bottom: 15px;
}
.blog-list li::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "\f00c";
  font-family: "Line Awesome Free";
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #22abc3;
  border-radius: 50%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  font-weight: 900;
}

.blog-tag-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px dashed #dddddd;
  padding-top: 20px;
  margin-top: 30px;
}
.blog-tag-wrapper span {
  font-weight: 600;
  margin-right: 10px;
}
.blog-tag-wrapper .blog-footer-tag li {
  display: inline-block;
  background: #f7f7f7;
  padding: 3px 10px;
  font-weight: 500;
  font-size: 13px;
  border-radius: 5px;
}
.blog-tag-wrapper .blog-footer-tag li + li {
  margin-left: 10px;
}

.blog-comment-area {
  margin-top: 30px;
}
.blog-comment-area .title {
  margin-bottom: 20px;
}

.widget-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 8px rgba(40, 36, 49, 0.06);
          box-shadow: 0 0 8px rgba(40, 36, 49, 0.06);
  padding: 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .widget-box {
    padding: 20px;
  }
}
.widget-box .widget-title {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.widget-box .widget-title::before {
  position: absolute;
  content: "";
  top: 3px;
  left: -30px;
  width: 3px;
  height: 20px;
  background-color: var(--primary-color);
}
@media only screen and (max-width: 991px) {
  .widget-box .widget-title::before {
    left: -20px;
  }
}

.widget-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.widget-title-area .widget-title {
  margin-bottom: 0;
}

.category-widget-box .category-list {
  margin-bottom: -15px;
}
.category-widget-box .category-list li {
  padding: 7px 0;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
}
.category-widget-box .category-list li a {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.category-widget-box .category-list li a:hover {
  color: #22abc3;
}
.category-widget-box .category-list li span {
  float: right;
}

.popular-widget-box {
  margin-bottom: -20px;
}

.single-popular-item {
  margin-bottom: 30px;
}
.single-popular-item .popular-item-thumb {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  overflow: hidden;
}
.single-popular-item .popular-item-thumb a {
  display: block;
  height: 100%;
}
.single-popular-item .popular-item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-popular-item .popular-item-content {
  width: calc(100% - 90px);
  padding-left: 20px;
}
.single-popular-item .popular-item-content .title {
  margin-bottom: 0;
}
.single-popular-item .popular-item-content .title a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-popular-item .popular-item-content .title a:hover {
  color: #22abc3;
}
.single-popular-item .popular-item-content span {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}

.tag-widget-box .tag-list {
  margin: -5px;
}
.tag-widget-box .tag-list li {
  display: inline-block;
  border: 1px solid #dddddd;
  font-size: 12px;
  border-radius: 5px;
  font-weight: 500;
  padding: 5px 15px;
  margin: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tag-widget-box .tag-list li:hover {
  border: 1px solid #22abc3;
  color: #22abc3;
}

/* booking details page css  */
.booking-details{
  margin-top: 15px;
}
.details-action-buttons {
    display: flex;
    gap: 10px; 
    align-items: center;
}

.details-action-buttons form {
    margin: 0;
}

.details-action-buttons button {
    padding: 6px 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn-complete {
    background-color: #8064A2;
    color: #fff;
}

.btn-cancel {
    background-color: #dd4b39;
    color: #fff;
}

  td.text-center.not-data {
      padding: 82px;
      font-size: 21px;
  }
.text-center.not-data {
      padding: 82px;
      font-size: 21px;
  }

  /* ======================modal driver profile css ===================== */
  /* ======================================== */
  .modal-open body{
    opacity: 0.5 !important ;
  }
  .driver-profile-modal-wrapper .modal-header {
  background: #22abc3;
  color: #ffffff;
}
.driver-profile-modal-wrapper .modal-title {
  color: white !important;
}
.driver-profile-modal-wrapper .badge-verified {
  background-color: #22abc3;
  color: white;
}
.driver-profile-modal-wrapper .driver-img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #22abc3;
}
.driver-profile-modal-wrapper .car-img {
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.driver-profile-modal-wrapper .service-stats-card {
  background-color: #dcf7e2;
  border-left: 4px solid #22abc3;
  margin-top: 65px;
}
@media (max-width: 992px) {
  .driver-profile-modal-wrapper .service-stats-card {
    margin-top: 0px;
  }
}
.driver-profile-modal-wrapper .verification-badge {
  padding: 8px 12px;
  border-radius: 6px;
  background-color: #f8f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.driver-profile-modal-wrapper .verification-badge i {
  color: #22abc3;
  font-size: 1.2rem;
}
.driver-profile-modal-wrapper .modal-content {
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  .driver-profile-modal-wrapper .driver-img {
    width: 120px;
    height: 120px;
  }
}






/* ================driver rating modal  */
.driver-profile-modal-wrapper .modal-header {
  background: #22abc3;
  color: #ffffff;
}
.driver-profile-modal-wrapper .modal-body {
  background: #fff;
}
.driver-profile-modal-wrapper .modal-title {
  color: white !important;
}
.driver-profile-modal-wrapper .badge-verified {
  background-color: #22abc3;
  color: white;
}
.driver-profile-modal-wrapper .driver-img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #22abc3;
}
.driver-profile-modal-wrapper .car-img {
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.driver-profile-modal-wrapper .service-stats-card {
  background-color: #dcf7e2;
  border-left: 4px solid #22abc3;
  margin-top: 65px;
}
@media (max-width: 992px) {
  .driver-profile-modal-wrapper .service-stats-card {
    margin-top: 0px;
  }
}
.driver-profile-modal-wrapper .verification-badge {
  padding: 8px 12px;
  border-radius: 6px;
  background-color: #f8f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.driver-profile-modal-wrapper .verification-badge i {
  color: #22abc3;
  font-size: 1.2rem;
}
.driver-profile-modal-wrapper .modal-content {
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  .driver-profile-modal-wrapper .driver-img {
    width: 120px;
    height: 120px;
  }
}

.driver-ratting-modal-wrapper .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  backdrop-filter: blur(2px);
}
.driver-ratting-modal-wrapper .modal-content {
  border: none;
  background: transparent;
}
.driver-ratting-modal-wrapper .modal-overlay.active {
  opacity: 1;
  visibility: visible;
}
.driver-ratting-modal-wrapper .rating-modal {
  background-color: white;
  border-radius: 16px;
  width: 90%;
  max-width: 450px;
  padding: 35px 30px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  position: relative;
}
.driver-ratting-modal-wrapper .modal-overlay.active .rating-modal {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.driver-ratting-modal-wrapper .close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #999;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.driver-ratting-modal-wrapper .close-button:hover {
  color: #555;
  background: #f5f5f5;
}
.driver-ratting-modal-wrapper .modal-header {
  margin-bottom: 25px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.driver-ratting-modal-wrapper .modal-header h2 {
  color: var(--primary-color) !important;
  margin-bottom: 8px;
  font-size: 24px;
}
.driver-ratting-modal-wrapper .modal-header p {
  color: #777;
  margin-bottom: 0;
}
.driver-ratting-modal-wrapper .rating-section {
  margin-bottom: 30px;
}
.driver-ratting-modal-wrapper .rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.driver-ratting-modal-wrapper .star {
  font-size: 30px;
  color: #ddd;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.driver-ratting-modal-wrapper .star:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.driver-ratting-modal-wrapper .star.active {
  color: #ffc107;
}
.driver-ratting-modal-wrapper .comment-section {
  margin-bottom: 25px;
}
.driver-ratting-modal-wrapper .comment-section label {
  display: block;
  margin-bottom: 12px;
  color: #555;
  font-weight: 500;
}
.driver-ratting-modal-wrapper textarea {
  width: 100%;
  height: 110px;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  resize: vertical;
  font-size: 16px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.driver-ratting-modal-wrapper textarea:focus {
  outline: none;
  border-color: #22abc3;
  -webkit-box-shadow: 0 0 0 3px rgba(34, 171, 195, 0.2);
          box-shadow: 0 0 0 3px rgba(34, 171, 195, 0.2);
}
.driver-ratting-modal-wrapper .submit-button {
  background-color: var(--primary-color)!important;
  color: white;
  border: none;
  padding: 14px 28px;
  font-size: 17px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  font-weight: 600;
}
.driver-ratting-modal-wrapper .submit-button:hover {
  background-color: #1b96ad;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(34, 171, 195, 0.3);
          box-shadow: 0 5px 15px rgba(34, 171, 195, 0.3);
}
.driver-ratting-modal-wrapper .submit-button:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 480px) {
  .driver-ratting-modal-wrapper .rating-modal {
    padding: 25px 20px;
  }
  .driver-ratting-modal-wrapper .star {
    font-size: 24px;
  }
}
/* ====================cancel modal  */

.cancel-reason-modal-wrapper .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  backdrop-filter: blur(2px);
}
.cancel-reason-modal-wrapper .modal-overlay.active {
  opacity: 1;
  visibility: visible;
}
.cancel-reason-modal-wrapper .cancel-modal {
  background-color: white;
  border-radius: 16px;
  width: 90%;
  max-width: 500px;
  padding: 35px 30px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  position: relative;
}
.cancel-reason-modal-wrapper .modal-overlay.active .cancel-modal {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.cancel-reason-modal-wrapper .modal-content {
  background: transparent;
  border: none;
}
.cancel-reason-modal-wrapper .close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #999;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cancel-reason-modal-wrapper .close-button:hover {
  color: #555;
  background: #f5f5f5;
}
.cancel-reason-modal-wrapper .modal-header {
  margin-bottom: 25px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cancel-reason-modal-wrapper .modal-header h2 {
  color: #e74c3c;
  margin-bottom: 8px;
  font-size: 24px;
}
.cancel-reason-modal-wrapper .modal-header p {
  color: #777;
  margin-bottom: 0;
}
.cancel-reason-modal-wrapper .cancellation-section {
  margin-bottom: 25px;
  text-align: left;
}
.cancel-reason-modal-wrapper label {
  margin-bottom: 0px;
}
.cancel-reason-modal-wrapper .reason-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 15px;
  margin-bottom: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.cancel-reason-modal-wrapper .reason-option:hover {
  background-color: #f9f9f9;
  border-color: #ddd;
}
.cancel-reason-modal-wrapper .reason-option input {
  margin-right: 12px;
  cursor: pointer;
  width: 30px;
  height: 20px;
}
.cancel-reason-modal-wrapper .reason-option label {
  cursor: pointer;
  color: #555;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cancel-reason-modal-wrapper .others-input {
  margin-top: 15px;
  width: 100%;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  resize: vertical;
  font-size: 16px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  display: none;
}
.cancel-reason-modal-wrapper .others-input:focus {
  outline: none;
  border-color: #e74c3c;
  -webkit-box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.2);
          box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.2);
}
.cancel-reason-modal-wrapper .report-link {
  display: block;
  text-align: center;
  margin-top: 20px;
  color: #e74c3c;
  text-decoration: none;
  font-size: 15px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.cancel-reason-modal-wrapper .report-link:hover {
  color: #c0392b;
  text-decoration: underline;
}
.cancel-reason-modal-wrapper .submit-button {
  background-color: #e74c3c;
  color: white;
  border: none;
  padding: 14px 28px;
  font-size: 17px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  font-weight: 600;
  margin-top: 20px;
}
.cancel-reason-modal-wrapper .submit-button:hover {
  background-color: #c0392b;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
          box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
}
.cancel-reason-modal-wrapper .submit-button:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 480px) {
  .cancel-reason-modal-wrapper .cancel-modal {
    padding: 25px 20px;
  }
  .cancel-reason-modal-wrapper .reason-option {
    padding: 10px;
  }
}


/* payment modal  */

.payment-modal-wrapper .payment-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1050;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  backdrop-filter: blur(2px);
}
.payment-modal-wrapper .payment-modal-content {
  background-color: white;
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  -webkit-animation: modalFadeIn 0.3s ease-out;
          animation: modalFadeIn 0.3s ease-out;
}
@-webkit-keyframes modalFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes modalFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.payment-modal-wrapper .payment-modal-header {
  background: var(--primary-color);
  color: white !important;
  padding: 15px 20px;
  position: relative;
}
.payment-modal-wrapper .payment-modal-header h2 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
}
.payment-modal-wrapper .payment-close-btn {
  position: absolute;
  right: 20px;
  top: 15px;
  color: white;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.payment-modal-wrapper .payment-modal-body {
  padding: 20px;
}
.payment-modal-wrapper .charge-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.payment-modal-wrapper .charge-item:last-child {
  border-bottom: none;
}
.payment-modal-wrapper .charge-label {
  color: #555;
  font-weight: 500;
}
.payment-modal-wrapper .charge-amount {
  font-weight: 600;
  color: #333;
}
.payment-modal-wrapper .payment-total {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  margin: 20px 0;
  font-weight: 700;
  font-size: 1.2rem;
  border-left: 4px solid #22abc3;
}
.payment-modal-wrapper .payment-methods {
  margin: 25px 0;
}
.payment-modal-wrapper .payment-methods h6 {
  color: #444;
  margin-bottom: 15px;
  font-weight: 600;
}
.payment-modal-wrapper .payment-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.payment-modal-wrapper label {
  margin-bottom: 0px !important;
}
.payment-modal-wrapper .payment-option:hover {
  border-color: #22abc3;
  background-color: #f8fdff;
}
.payment-modal-wrapper .payment-option input {
  margin-right: 30px;
  max-width: 50px;
  height: 18px;
}
.payment-modal-wrapper .payment-option i {
  margin-right: 20px;
  font-size: 1.5rem;
  color: #555;
}
@media (max-width: 576px) {
  .payment-modal-wrapper .payment-modal-content {
    width: 95%;
  }
  .payment-modal-wrapper .charge-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .payment-modal-wrapper .charge-amount {
    margin-top: 5px;
  }
  .payment-modal-wrapper .payment-modal-header h2 {
    font-size: 1.3rem;
  }
}



/* ==new css  */
.title-area{
    display: flex!important;
    gap: 45px;
    font-weight: bold;
    align-items: center;
    justify-content: space-between;
}

.shake-bell {
    animation: bell-shake 0.5s ease-in-out infinite; 
    transform-origin: 50% 50%; 
    color: #FFD700;
}

@keyframes bell-shake {
    0% { transform: rotate(0deg); }
    15% { transform: rotate(15deg); }
    30% { transform: rotate(-15deg); }
    45% { transform: rotate(10deg); }
    60% { transform: rotate(-10deg); }
    75% { transform: rotate(5deg); }
    100% { transform: rotate(0deg); }
}

span.sub-title {
    padding-bottom: 19px;
}


.notification-wrapper .notification-list li .content_confirm {
    width: calc(100% - -1px);
    padding-left: 10px;
}

.dashboard-list-area.table-booking-button {
    display: flex;
    justify-content: space-between;
}

/* //driver kyc data  */

.approved.text--success.kyc-text {
    font-size: 19px;
    margin-bottom: 18px;
}
.rejected_title{
   font-size: 18px;
}
.kyc-image {
    width: 280px;
}

ul.kyc-data {
    /* width: 25px; */
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
}


/*-------------------------------------------------
    [ ### app block ]
-------------------------------------------------*/
.app-section {
  background: #ffffff;
}
.app-section .section-heading__content .title {
  text-align: left;
  width: 100%;
}
.app-section .section-heading__content .title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.app-section .section-heading__content .description {
  text-align: left;
}
.app-section .section-heading__content .section-subtitle {
  text-align: left;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.app-section .app-thumb {
  text-align: left;
}
.app-section .app-thumb img {
  max-height: 600px;
}
.app-section .app-content .app-btn-wrapper {
  margin: -8px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.app-section .app-content .app-btn-wrapper .app-btn {
  position: relative;
  background-color: var(--primary-color)!important;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 18px;
  width: 200px;
  margin: 8px;
}
@media (max-width: 768px) {
  .app-section .app-content .app-btn-wrapper .app-btn {
    width: auto;
  }
}
.app-section .app-content .app-btn-wrapper .app-btn .icon {
  font-size: 26px;
}
.app-section .app-content .app-btn-wrapper .app-btn .content {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.app-section .app-content .app-btn-wrapper .app-btn .content span {
  font-size: 12px;
  color: #ffffff;
}
.app-section .app-content .app-btn-wrapper .app-btn .content .title {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 500;
}
.app-section .app-content .app-btn-wrapper .app-btn .app-qr {
  position: absolute;
  top: 65px;
  left: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  z-index: 9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 575px) {
  .app-section .app-content .app-btn-wrapper .app-btn .app-qr {
    display: none;
  }
}
.app-section .app-content .app-btn-wrapper .app-btn:hover .app-qr {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.driver-section .driver-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.driver-section .driver-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(22, 23, 24, 0.92);
}
.driver-section .min-vh-80 {
  min-height: 80vh;
  padding: 60px 0;
}
.driver-section .driver-banner__content .driver-banner__title {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  max-width: 600px;
}
.driver-section .driver-banner__content .driver-banner__title .highlight {
  color: #07b9bc;
  font-weight: 700;
}
.driver-section .driver-banner__content .driver-banner__description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  max-width: 600px;
}
.driver-section .driver-banner__content .driver-banner__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.driver-section .choose-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 1.5rem 1rem 1rem 4rem;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  min-height: 90px;
  backdrop-filter: blur(5px);
}
.driver-section .choose-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(34, 171, 195, 0.3);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.driver-section .choose-card:hover .choose-card__icon {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  color: white;
}
.driver-section .choose-card:hover .choose-card__icon i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.driver-section .choose-card--highlight {
  background: rgba(34, 171, 195, 0.15);
  border-color: rgba(34, 171, 195, 0.3);
}
.driver-section .choose-card--highlight .choose-card__title,
.driver-section .choose-card--highlight .choose-card__description {
  color: #ffffff;
}
.driver-section .choose-card--highlight .choose-card__icon {
  background: #22abc3;
}
.driver-section .choose-card--highlight .choose-card__icon i {
  color: #ffffff;
}
.driver-section .choose-card--highlight:hover {
  background: rgba(34, 171, 195, 0.2);
}
.driver-section .choose-card__icon {
  position: absolute;
  top: 25px;
  left: 15px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.driver-section .choose-card__icon i {
  font-size: 1.2rem;
  color: #22abc3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.driver-section .choose-card__title {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
  line-height: 1.2;
}
.driver-section .choose-card__description {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.3;
  margin: 0;
  font-size: 0.8rem;
}

@media (max-width: 992px) {
  .driver-section .driver-banner__content {
    text-align: center;
    margin-bottom: 3rem;
  }
  .driver-section .driver-banner__content .driver-banner__title {
    font-size: 2rem;
  }
  .driver-section .driver-banner__content .driver-banner__buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .driver-section .min-vh-80 {
    min-height: auto;
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .driver-section .choose-card {
    padding: 1.2rem 0.8rem 0.8rem 3.5rem;
    min-height: 85px;
  }
  .driver-section .choose-card__icon {
    width: 35px;
    height: 35px;
    top: 12px;
    left: 12px;
  }
  .driver-section .choose-card__icon i {
    font-size: 1rem;
  }
  .driver-section .choose-card__title {
    font-size: 0.9rem;
  }
  .driver-section .choose-card__description {
    font-size: 0.75rem;
  }
}
/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### blog block ]
*/
.blog-item.style {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dddddd;
}
.blog-item .blog-date .date {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222222;
}
.blog-item .blog-date .date span {
  color: #22abc3;
}
.blog-item .blog-thumb {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.blog-item .blog-thumb::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.blog-item .blog-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-item .blog-thumb .category {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  padding: 2px 12px;
  font-weight: 500;
  font-size: 12px;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
.blog-item .blog-thumb .category:hover {
  background-color: #22abc3;
}
.blog-item .blog-content {
  padding-top: 20px;
}
.blog-item .blog-content .title {
  margin-bottom: 10px;
}
.blog-item .blog-content .title a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-item .blog-content .title a:hover {
  color: #22abc3;
}
.blog-item:hover .blog-thumb::before {
  -webkit-animation: shine 1s;
          animation: shine 1s;
}
.blog-item:hover .blog-thumb img {
  -webkit-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
}

.blog-details-section .blog-item .blog-thumb {
  height: 600px;
}
.blog-details-section .blog-item .blog-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-section .blog-item .blog-thumb:hover::before {
  -webkit-animation: none;
          animation: none;
}
.blog-details-section .blog-item .blog-thumb:hover img {
  -webkit-transform: none;
          transform: none;
}
.blog-details-section .blog-item .blog-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  max-width: 80%;
  margin: 0 auto;
  margin-top: -80px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  .blog-details-section .blog-item .blog-content {
    max-width: 90%;
    padding: 20px;
  }
}

.blog-sidebar {
  position: sticky;
  top: 0;
}

.blog-list {
  margin-top: 30px;
  margin-bottom: 20px;
}
.blog-list li {
  position: relative;
  font-weight: 400;
  padding-left: 35px;
  padding-bottom: 15px;
}
.blog-list li::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "\f00c";
  font-family: "Line Awesome Free";
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #22abc3;
  border-radius: 50%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  font-weight: 900;
}

.blog-tag-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px dashed #dddddd;
  padding-top: 20px;
  margin-top: 30px;
}
.blog-tag-wrapper span {
  font-weight: 600;
  margin-right: 10px;
}
.blog-tag-wrapper .blog-footer-tag li {
  display: inline-block;
  background: #f7f7f7;
  padding: 3px 10px;
  font-weight: 500;
  font-size: 13px;
  border-radius: 5px;
}
.blog-tag-wrapper .blog-footer-tag li + li {
  margin-left: 10px;
}

.blog-comment-area {
  margin-top: 30px;
}
.blog-comment-area .title {
  margin-bottom: 20px;
}

.widget-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 8px rgba(40, 36, 49, 0.06);
          box-shadow: 0 0 8px rgba(40, 36, 49, 0.06);
  padding: 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .widget-box {
    padding: 20px;
  }
}
.widget-box .widget-title {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.widget-box .widget-title::before {
  position: absolute;
  content: "";
  top: 3px;
  left: -30px;
  width: 3px;
  height: 20px;
  background-color: #22abc3;
}
@media only screen and (max-width: 991px) {
  .widget-box .widget-title::before {
    left: -20px;
  }
}

.widget-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.widget-title-area .widget-title {
  margin-bottom: 0;
}

.category-widget-box .category-list {
  margin-bottom: -15px;
}
.category-widget-box .category-list li {
  padding: 7px 0;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
}
.category-widget-box .category-list li a {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.category-widget-box .category-list li a:hover {
  color: #22abc3;
}
.category-widget-box .category-list li span {
  float: right;
}

.popular-widget-box {
  margin-bottom: -20px;
}

.single-popular-item {
  margin-bottom: 30px;
}
.single-popular-item .popular-item-thumb {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  overflow: hidden;
}
.single-popular-item .popular-item-thumb a {
  display: block;
  height: 100%;
}
.single-popular-item .popular-item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-popular-item .popular-item-content {
  width: calc(100% - 90px);
  padding-left: 20px;
}
.single-popular-item .popular-item-content .title {
  margin-bottom: 0;
}
.single-popular-item .popular-item-content .title a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-popular-item .popular-item-content .title a:hover {
  color: #22abc3;
}
.single-popular-item .popular-item-content span {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}

.tag-widget-box .tag-list {
  margin: -5px;
}
.tag-widget-box .tag-list li {
  display: inline-block;
  border: 1px solid #dddddd;
  font-size: 12px;
  border-radius: 5px;
  font-weight: 500;
  padding: 5px 15px;
  margin: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tag-widget-box .tag-list li:hover {
  border: 1px solid #22abc3;
  color: #22abc3;
}


.btn--outline {
    position: relative;
    background: transparent;
    border: 1px solid var(--primary-color)!important;
    border-radius: 0;
    color: var(--primary-color)!important;
    font-family: inherit;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    z-index: 2;
    transition: all ease 0.5s;
    font-family: "Montserrat", sans-serif;
}
.btn--outline::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: var(--primary-color)!important;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all ease 0.5s;
}
.btn--outline i {
    font-size: 18px;
    position: relative;
    top: 1px;
}
.btn--outline.active {
    color: #FFFFFF;
}
.btn--outline.active:focus,
.btn--outline.active:hover {
    background: var(--primary-color)!important;
    color: #ffff;
}
.btn--outline:focus,
.btn--outline:hover {
    color: #ffff!important;
}
.btn--outline:focus::before,
.btn--outline:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}
@media only screen and (max-width: 991px) {
    .btn--outline {
        padding: 10px 25px;
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .header-bottom-area .navbar-collapse .main-menu li a {
        padding: 7px 5px !important;
    }
}